@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #000000;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}

.font-roboto{
	font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}
.default_title{
	font-size: 32px;
}
.default_title2{
	font-size: 30px;
}
.default_title3{
	font-size: 28px;
}
.default_txt{
	font-size: 20px;
}
.default_txt2,.more p,.more i,.circle_icon i,.link_wrap a p,.link_wrap a i{
	font-size: 20px;
}

/* ---------- common ---------- */
.pagetitle{
	color: #fff;
	background-color: #000;
}
body.on .pagetitle{
	height: 500px;
}

.pagetitle .txtbox p{
	font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(12px, 6vw, 72px);
	line-height: 1.1;
	margin-bottom: 20px;
	text-align: center;
}
.more a{
	position: relative;
	border-radius: 200px;
	overflow: hidden;
	background-color: #003361;
	padding: 10px 30px 10px 65px;
}
.more a img{
	position: absolute;
	top: 5px;
	left: 30px;
	width: 14px;
	transition: ease 0.4s;
}
.more a:hover img{
	transform: translateY(15px);
}
.more a p{
	color: #fff;
}
/* ---------- header ---------- */
.header{
	position: fixed;
	align-items: flex-start;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.9);
	opacity: 0;
	transition: ease 0.4s;
}
.header.on::after{
	opacity: 1;
}
.header.onbg::after{
	opacity: 1!important;
}
.header > div{
	position: relative;
	z-index: 3;
}
.header .logo{
	padding: 30px 20px 0;
}
.header .logo a{
	display: block;
	position: relative;
	max-width: 150px;
}
.header .logo img{
	position: relative;
	z-index: 2;
	transition: ease 0.4s;
	text-shadow: 2px 2px 0 #fff;
}
.header .logo a::after{
	content: "";
	position: absolute;
	top: 3px;
	left: 2px;
	width: 100%;
	height: 100%;
	background-image: url("https://na-corporation.co.jp/system_panel/uploads/images/logo2.png");
	background-position: top left;
	background-size: 100% 100%;
	transition: ease 0.4s;
	opacity: 1;
	z-index: 1;
}
.header.on .logo img,.header.menu_on .logo img,.header.menu_on.scon .logo img,.header.scon .logo a::after{
	opacity: 1!important;
}
.header.on .logo a::after,.header.menu_on .logo a::after,.header.scon .logo img{
	opacity: 1!important;
}
.header .head_nav .menu-bt{
	cursor: pointer;
	background-color: #2E3B3B;
	padding: 13px 20px 10px;
	border-radius: 0 0 0 20px;
}
.header .head_nav .menu-bt p{
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding-top: 5px;
}
.header .head_nav .menu-bt .line{
	position: relative;
	width: 40px;
	height: 22px;
	margin: 0 auto;
}
.header .head_nav .menu-bt .line div{
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	transition: ease 0.3s;
}
.header .head_nav .menu-bt .line div:nth-of-type(1){
	width: 100%;
	top: 0;
}
.header .head_nav .menu-bt .line div:nth-of-type(2){
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.header .head_nav .menu-bt .line div:nth-of-type(3){
	width: 100%;
	bottom: 0;
}
.header .head_nav .menu-bt.active .line div:nth-of-type(1){
	width: 100%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.header .head_nav .menu-bt.active .line div:nth-of-type(2){
	width: 100%;
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	opacity: 0;
}
.header .head_nav .menu-bt.active .line div:nth-of-type(3){
	width: 100%;
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}

.menu-wrap{
	display: none;
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu-wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,51,97,0.90)
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.menu-wrap .ul{
	gap: 50px 20px;
	justify-content: center;
	align-items: flex-start;
	max-width: 1280px;
}
.menu-wrap .ul .li{
	width: calc(100% / 4 - 60px / 4);
}
.menu-wrap .ul .li{
	opacity: 0;
	transform: translateY(10px);
	text-align: center;
}
.menu-wrap.active .ul .li{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.menu-wrap .ul .li:nth-of-type(1){
}
.menu-wrap .ul .li:nth-of-type(2){
	animation-delay: 0.1s;
}
.menu-wrap .ul .li:nth-of-type(3){
	animation-delay: 0.2s;
}
.menu-wrap .ul .li:nth-of-type(4){
	animation-delay: 0.3s;
}
.menu-wrap .ul .li:nth-of-type(5){
	animation-delay: 0.4s;
}
.menu-wrap .ul .li:nth-of-type(6){
	animation-delay: 0.5s;
}
.menu-wrap .ul .li:nth-of-type(7){
	animation-delay: 0.6s;
}
.menu-wrap .ul .li:nth-of-type(8){
	animation-delay: 0.7s;
}
.menu-wrap .ul .li:nth-of-type(9){
	animation-delay: 0.8s;
}
.menu-wrap .ul .li:nth-of-type(10){
	animation-delay: 0.9s;
}
.menu-wrap .ul .li:nth-of-type(11){
	animation-delay: 1.0s;
}
.menu-wrap .ul .li:nth-of-type(12){
	animation-delay: 1.1s;
}
.menu-wrap .ul .li a{
	text-align: left;
}
.menu-wrap .ul .li a p{
	color: #fff;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.menu-wrap .ul .li a .en{
	font-family: "Roboto Condensed", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
}
.menu-wrap .ul .li a .jp{
	font-size: 18px;
	font-weight: 500;
}

/* ---------- footer ---------- */
.footer{
	position: relative;
	padding: 80px 0;
}
.footer .logo{
	padding: 0 50px;
}
.footer .logo a{
	max-width: 200px;
}
.footer .dl_bt a{
	border-radius: 200px 0 0 200px;
	padding: 15px 30px;
	background-color: #fff;
	overflow: hidden;
}
.footer .dl_bt a > div{
	gap: 15px;
}
.footer .dl_bt a img{
	width: 24px;
	transition: ease 0.3s;
}
.footer .dl_bt a:hover img{
	transform: translateY(3px);
}

.footer .copyright{
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	z-index: 2;
	font-size: 14px;
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;

	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #003361}
.txt-color2{color: #2E524B}
.txt-color3{color: #EBEFF0}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #003361}
.bg-color2{background-color: #2E524B}
.bg-color3{background-color: #EBEFF0}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #003361}
.border-color2{border-color: #2E524B}
.border-color3{border-color: #EBEFF0}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #003361}
.hvr-txt-color2:hover{color: #2E524B}
.hvr-txt-color3:hover{color: #EBEFF0}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #003361}
.hvr-bg-color2:hover{background-color: #2E524B}
.hvr-bg-color3:hover{background-color: #EBEFF0}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #003361}
.hvr-border-color2:hover{border-color: #2E524B}
.hvr-border-color3:hover{border-color: #EBEFF0}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.default_title{
		font-size: 28px;
	}
	.default_title2{
		font-size: 26px;
	}
	.default_title3{
		font-size: 24px;
	}
	.default_txt,.link_wrap a .icon i{
		font-size: 16px;
	}
	.default_txt2,.more p,.more i,.link_wrap a p,.link_wrap a i{
		font-size: 18px;
	}
/* ---------- common ---------- */
	.pagetitle{
		height: 480px;
	}
	.pagetitle .txtbox p{
		font-size: 6vw;
	}
/* ---------- header ---------- */
	.menu-wrap .ul .li{
		width: calc(100% / 3 - 40px);
	}
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.pagetitle{
		height: 460px;
	}
	.pagetitle .txtbox p{
		font-size: 7vw;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
	.default_title{
		font-size: 25px;
	}
	.default_title2{
		font-size: 22px;
	}
	.default_title3{
		font-size: 20px;
	}
	.default_txt,.circle_icon i{
		font-size: 14px;
	}
	.default_txt2,.more p,.more i,.link_wrap a p,.link_wrap a i{
		font-size: 18px;
	}
/* ---------- common ---------- */
	.pagetitle{
		height: 440px;
	}
	.pagetitle .txtbox p{
		font-size: 8vw;
	}
/* ---------- header ---------- */
	.header{
	}
	.header .logo{
		padding: 20px;
		max-width: 160px;
	}
	.menu-wrap .ul .li{
		width: calc(100% / 3 - 40px);
	}
	.menu-wrap .ul .li a .en{
		font-size: 20px;
	}
	.menu-wrap .ul .li a .jp{
		font-size: 16px;
	}
	.menu-wrap .ul .li a .subtxt{
		font-size: 12px;
	}
/* ---------- footer ---------- */
	.footer{
		padding: 60px 0;
	}
	.footer .logo{
		padding: 0 30px;
	}
	.footer .logo a{
		max-width: 160px;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.default_title{
		font-size: 21px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 17px;
	}
	.default_txt,.circle_icon i{
		font-size: 14px;
	}
	.default_txt2,.more p,.more i,.link_wrap a p,.link_wrap a i{
		font-size: 16px;
	}
/* ---------- common ---------- */
	.pagetitle{
		height: 400px;
	}
	.pagetitle .txtbox p{
		font-size: 12vw;
	}
	.pagetitle .txtbox h1,.pagetitle .txtbox h2{
		font-size: 18px;
	}
	.more {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	.more a{
		padding: 8px 20px 8px 40px;
	}
	.more a img{
		top: 10px;
		left: 15px;
		width: 10px;
	}
	.more p{
		font-size: 14px;
	}
/* ---------- header ---------- */
	.header{
	}
	.header .logo{
		padding: 10px;
		max-width: 120px;
	}
	.header .head_nav, .header .head_nav > .ul{
		gap: 30px;
	}
	.header .head_nav .menu-bt .line{
		width: 32px;
		height: 24px;
	}
	.header .head_nav .menu-bt p{
		font-size: 12px;
	}
	.menu-wrap .ul{
		gap: 30px 20px;
		padding-top: 50px;
	}
	.menu-wrap .ul .li{
		width: calc(100% / 2 - 20px);
	}
	.menu-wrap .ul .li a .en{
		font-size: 20px;
		margin-bottom: 0px;
	}
	.menu-wrap .ul .li a .jp{
		font-size: 14px;
	}
/* ---------- footer ---------- */
	.footer{
		padding: 30px 0 30px;
	}
	.footer .logo{
		padding: 0 20px;
	}
	.footer .logo a{
		max-width: 100px;
	}
	.footer .dl_bt{
		display: none;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
