@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@700&display=swap');
html {
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	background: #fff;
	color:#000;
}
img {
	max-width: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/*------------------------------------------------------
    common class
-------------------------------------------------------*/
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.bg_gray {
	background-color: #F2F2F2!important;
}
/*------------------------------------------------------
    header
-------------------------------------------------------*/
#site_header {
	width: 100%;
	height: 100px;
	margin-top: calc(100vh - 100px);
	position: relative;
	z-index: 100;
}
#site_header .site_title {
	font-size: 1rem;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	#site_header .site_title {
		font-size: 1.5rem;
	}
}
#site_header .gloval li {
	list-style-type: none;
}
#site_header .gloval li a {
	font-size: 1rem;
	font-family: 'Noto Sans','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	#site_header .gloval li a {
		font-size: 1.5rem;
	}
}
#site_header .gloval li a:hover {
	color: #000;
	text-decoration: none;
	opacity: 0.5;
}
/*------------------------------------------------------
    footer
-------------------------------------------------------*/
#site_footer {
	width: 100%;
	height: 70px;
}
#site_footer .copyright {
	font-weight: 700;
}
/*------------------------------------------------------
    main
-------------------------------------------------------*/
main {
	width: 100%;
	margin-top: calc(-100vh - 100px);
}
#mv {
	width: 100%;
	height: 100vh;
	background: url(../img/bg_mv.jpg) center/cover no-repeat;
	margin-bottom: calc(100px + 2rem);
	position: relative;
}
@media screen and (min-width: 768px) {
	#mv::after {
		content: 'NAMI';
		width: 50%;
		padding-right: 2rem;
		color: #5AAAB7;
		font-size: 7.5rem;
		font-weight: 700;
		font-family: 'Noto Sans','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align: right;
		line-height: 0.8;
		display: block;
		position: absolute;
		bottom: 120px;
		left: 0;
		z-index: 1;
	}
}
@media screen and (min-width: 992px) {
	#mv::after {
		padding-right: 0;
		font-size: 10rem;
		text-align: center;
	}
}
#mv h1 {
	font-size: 3rem;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	#mv h1 {
		font-size: 4rem;
	}
}
@media screen and (min-width: 992px) {
	#mv h1 {
		font-size: 5rem;
	}
}
#mv .nami {
	color: #5AAAB7;
	font-size: 7.5rem;
	font-weight: 700;
	font-family: 'Noto Sans','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}
#mv .scroll {
	position: absolute;
	bottom: 50px;
}
@media screen and (min-width: 768px) {
	#mv .scroll {
		bottom: 120px;
	}
}
#mv .scroll span {
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	display: block;
	transform: rotate(45deg);
}

main .section_title {
	margin-bottom: 1rem;
	color: #5AAAB7;
	font-size: 3rem;
	font-family: 'Noto Sans','Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	text-align: center;
}
@media screen and (min-width: 768px) {
	main .section_title {
		font-size: 4rem;
	}
}
main .section_sub_title {
	padding-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}
@media screen and (min-width: 768px) {
	main .section_sub_title {
		font-size: 1.5rem;
	}
}
main .section_sub_title.blue {
	border-bottom: 6px solid #5AAAB7;
}
main .section_sub_title.green {
	border-bottom: 6px solid #7AB497;
}
main .section_sub_title.orange {
	border-bottom: 6px solid #E2A57B;
}
#business .menu > div {
	padding: 0;
	position: relative;
}
#business .menu .bg_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}
#business .menu .overlay {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#business .menu .business_menu {
	width: 15rem;
	height: 8rem;
	background: rgba(0,97,133,0.8);
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	#business .menu .business_menu {
		font-size: 1.5rem;
	}
}
#business .green .menu .business_menu {
	background: rgba(97,166,132,0.8);
}
#business .orange .menu .business_menu {
	background: rgba(219,145,94,0.8);
}
#business .menu .submenu_item {
	height: 80px;
	padding: 0.5rem;
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	#business .menu .submenu_item {
		font-size: 1.5rem;
	}
}
#business .green .menu .submenu_item {
	background: #DFE6E6;
	color: #7AB497;
}
#business .orange .menu .submenu_item {
	background: #F2DFD3;
	color: #E2A57B;
}
#company table {
	width: 100%;
}
#company table th,#company table td {
	padding: 0.5rem 0;
	border-bottom: 1px solid #5AAAB7;
	font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
	#company table th,#company table td {
		font-size: 1rem;
	}
}
#company table th {
	width: 8rem;
}
@media screen and (min-width: 768px) {
	#company table th {
		width: 9rem;
	}
}
#company iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
#people p {
	font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
	#people p {
		font-size: 0.9rem;
	}
}