@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body,
body * {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Arial",  "Meiryo", sans-serif;
	font-style: normal;
	font-weight: 500;
    box-sizing: border-box;
	-webkit-print-color-adjust: exact;
}
body {
    color: #222222;
	min-width: 1080px;
}
body,
header,
footer {
	width: 100%;
}
body.active {
        overflow: hidden;
}
 ul li{
	list-style: none;
}
.pc_br{
	display: block;
}
.sp_br{
	display: none;
}
.sp_hide{
	display: block !important;	
}
.pc_hide{
	display: none !important;
}
img{
	vertical-align: top;
}
/*ヘッダー*/
header{
	position: sticky;
    top: 0;
    z-index: 9999;
    min-width: 1080px;
	display: flex;
	padding: 0;
}
header.menu_hidden{
	transition: top .3s;
}
header.menu_hidden.scroll{
	top:-15%
}
header.menu_hidden.scroll > div:first-child{
	background-color: transparent !important;
}
header > div:first-child{
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
	width: 100%;
    margin: auto;
	padding: 0;
	gap:0;
    height: 100px;
	position: relative;
	transition: background-color .3s;
}
header.scroll-top > div:first-child,
header.other.scroll > div:first-child{
	background-color: rgba(255, 255, 255, 0.8);
}
header > div:first-child::after{
	content:"";
	position: absolute;
	width: 0%;
	height: 1px;
	right:0;
	bottom:0;
	background-color: #FFF;
	transition: .3s;
    z-index: 9999;
}
header.active > div:first-child::after{
	width: 100%;
	transition-delay: .4s;
}
header #logo{
    z-index: 9999;	
    padding: 35px 0 0 40px;	
}
header #logo img{
	max-width: 227px;
	width: 100%;
	transition: .3s;
}
.recruit header.active #logo img,
header.other.active #logo img{
	opacity: 0;
}
.recruit header #logo img{
	max-width: 256px;
	margin-right: 22px;
	transition: .3s;
}
header #logo h1,
header #logo p a{
	display: block;
	font-size: 1.25rem;
	margin: 0;
}
header #logo h1,
header #logo p a{
	position: relative;
}
.recruit header #logo h1::before,
.recruit header #logo p a::before,
header.other #logo h1::before,
header.other #logo p a::before{
	content: "";
	background: url("../images/logo.svg") top left / 227px 30px no-repeat;	
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
    height: 100%;
	opacity: 0;
	transition: opacity .3s;	
}
.recruit header #logo h1::before,
.recruit header #logo p a::before{
	background: url("../images/logo.svg") top left / 256px 34px no-repeat;	
}
.recruit header.active #logo h1::before,
.recruit header.active #logo p a::before,
header.other.active #logo h1::before,
header.other.active #logo p a::before{
	opacity: 1;
}
.recruit header #logo h1 span,
.recruit header #logo p span{
	font-size: 1rem;
	text-decoration: none;
	color: #0064B6;
	font-weight: 600;
	font-family: gill-sans-nova;
	letter-spacing: 3.2px;
    vertical-align: 3px;
	transition: .3s;	
}
.recruit header #logo a{
	text-decoration: none;
}
.recruit header.active #logo h1 span,
.recruit header.active #logo p span{
	color: #FFF;	
}
/* menu */
header #menu{
	z-index: 9998;
}
header #sp_menu{
    display: flex;
    position: absolute;
    right: 0;
	justify-content: flex-end;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
header #sp_menu a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none;	
    position: relative;
	width: 100px;
	height: 100px;
    color: #194056;
    background-color: #FFF;
}
header #sp_menu .link_btn a{
    flex-direction: column;	
    gap: 7px;
    padding-top: 17px;
}
header #sp_menu .link_btn a::before{
	content: "";
	background: url("../images/icon/youtube.svg") top left / 28.42px 19.89px no-repeat;
	width: 28.42px;
	height: 19.89px;
}
header #sp_menu_btn a {
    color: #FFF;
    background-color: #194056;
	transition: all .6s;
}
.recruit header #sp_menu_btn a {
    background-color: #0077A7;
}
header #sp_menu_btn.active a{
    color: #194056;
    background-color: #FFF;	
}
.recruit header #sp_menu_btn.active a{
    color: #0077A7;
}
header #sp_menu_btn{
	z-index: 9999;
}
header #sp_menu_btn span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
header #sp_menu_btn a::before,
header #sp_menu_btn a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.6s;
    width: 40px;
    height: 4px;
    background-color: #FFF;
    margin: auto;
	left: 0;
	right:0;
}
header #sp_menu_btn a::before {
    top: 40px;
}
header #sp_menu_btn a::after {
    top: 55px;		
}
header #sp_menu_btn.active a::before,
header #sp_menu_btn.active a::after{
    background: linear-gradient(#194056 , #194056) center center / calc(100% - 1px) no-repeat;
    height: 2px;
	border:solid 1px #FFF;
}
.recruit header #sp_menu_btn.active a::before,
.recruit header #sp_menu_btn.active a::after{
    background: linear-gradient(#0077A7 , #0077A7) center center / calc(100% - 1px) no-repeat;
}
header #sp_menu_btn.active a::before {
	animation: menu-amine1 .6s forwards;	
}
header #sp_menu_btn.active a::after {
	animation: menu-amine2 .6s forwards;		
}
@keyframes menu-amine1 {
	0% {
    	transform: rotate(0deg);
    	top: 40px;
    	width: 40px;
	}
	50% {
    	transform: rotate(0deg);
    	top: 45px;
    	width: 40px;
	}	
	100% {
    	transform: rotate(45deg);
    	top: 47px;
    	width: 38px;
	}
}
@keyframes menu-amine2 {
	0% {
    	transform: rotate(0deg);
    	top: 55px;
    	width: 40px;
	}
	50% {
    	transform: rotate(0deg);
    	top: 45px;
    	width: 40px;
	}	
	100% {
    	transform: rotate(-45deg);
    	top: 47px;
    	width: 38px;
	}
}
header #sp_menu_btn.close-menu a::before,
header #sp_menu_btn.close-menu a::after{
    background: none;
	background-color: #FFF;
    height: 4px;
	border:none;	
}
header #sp_menu_btn.close-menu a::before {
	animation: close-menu-amine1 .6s forwards;	
}
header #sp_menu_btn.close-menu a::after {
	animation: close-menu-amine2 .6s forwards;		
}
@keyframes close-menu-amine1 {
	0% {
    	transform: rotate(45deg);
    	top: 47px;
    	width: 38px;
	}
	50% {
    	transform: rotate(0deg);
    	top: 45px;
    	width: 40px;
	}	
	100% {
    	transform: rotate(0deg);
    	top: 40px;
    	width: 40px;
	}
}
@keyframes close-menu-amine2 {
	0% {
    	transform: rotate(-45deg);
    	top: 47px;
    	width: 38px;
	}
	50% {
    	transform: rotate(0deg);
    	top: 45px;
    	width: 40px;
	}	
	100% {
    	transform: rotate(0deg);
    	top: 55px;
    	width: 40px;
	}
}
/* gnavi */
header #gnavi{
    position: fixed;
    z-index: 998;
   	top: -200%;
    width: 100%;
    height: 100%;
    transition: top 0.6s;
	margin: auto;
	left:0;
	right:0;
	padding: 100px 30px 30px;
    background: url("../images/menu_bg.webp") top center / cover no-repeat;
}
.recruit header #gnavi{
    background: none;
	background-color: #0077A7;
}
header #gnavi.active {
    top: 0;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
header #gnavi .navi_list{
	max-width: 1108px;
	margin: 235px auto 0;
    gap: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between
}
header #gnavi .navi_list > div p + p{
	margin-top: 16px;
}
header #gnavi p,
header #gnavi a{
	color: #FFF;
	text-decoration: none;
	position: relative;
}
header #gnavi ul{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
	width: 100%;
	max-width: fit-content;
    padding-top: 16px;
    gap: 7px;
}
header #gnavi ul li a{
	font-size: 1.3125rem;
	font-weight: 400;
	position: relative;
	padding-left: 35px;
}
header #gnavi ul li a::before{
	content:"";
	position: absolute;
	background-color: #FFF;
	width: 19px;
	height: 2px;
	top:15px;
	left:0;
}
header #gnavi a::after{
	content:"";
	position: absolute;
	background-color: #FFF;
	width: 0%;
	height: 1px;
	bottom:-5px;
	right:0;
	transition: width .3s;
}
header .navi_list > div > p > a::after,
header #gnavi ul li a::after{
	margin-left: 35px !important;	
}
header #gnavi a:hover::after{
	width: 100%;
	right: inherit;
	left: 0;	
}
header .navi_list > div > p > a:hover::after,
header #gnavi ul li a:hover::after{
	width: calc(100% - 35px) !important;
}
header #gnavi ul + p{
	margin-top: 75px;
}
header .navi_list > div > p > a{
	position: relative;
	font-size: 1.6875rem;
	font-weight: 700;
	padding-left: 35px;
}
header .navi_list > div > p > a::before{
	content: "";
	position: absolute;
	width: 21.64px;
	height: 21.64px;
	background-color: #FFF;
	top: 13px;;
	left: 0;
	clip-path: polygon(50% 0, 100% 50%, 100% 100%, 0 100%, 0 0)	
}
header .con_list{
    min-height: 293px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;	
}
header .con_list > div p{
	font-size: 1.3125rem;
	font-weight: 400;
    padding: 7px 0 0 6px;	
}
/* footer */
footer{
	background: url("../images/footer_bg.webp") top center / cover no-repeat;
	background-color: #194056;
	color:#FFF;
	font-size: 0.875rem;
	padding: 82px 15px 35px;
}
.recruit footer{
	background: none;
	background-color: #0077A7;
}
footer a{
	color:#FFF;
	text-decoration: none;
}
#footer_cnt{
	max-width: 1108px;
	width: 100%;
	margin: auto;
}
#footer_cnt > div {
	display: flex;
	max-width: 990px;
    width: 100%;
    justify-content: space-between;	
}
footer .address{
	margin: 23px 0 18px;
	display: flex;
}
footer .map_link a{
	position: relative;
	text-decoration: underline;
	padding-left: 25px;
	margin-left: 3px;
}
footer .map_link a:hover{
	text-decoration: none;
}
footer .map_link a:before{
    content: "[";
    position: absolute;
    background: url(../images/icon/map.svg) 8px 5px / 13px 13.42px no-repeat;
    left: 0;
    top: 0;
    width: 25px;
}
footer .map_link a::after{
	content:"]";	
    padding-left: 3px;
}
footer #foot_address p{
	line-height: 1.4;
}
footer #footer_link{
	margin-top: 5px;
}
footer #footer_link ul{
	display: flex;
	gap: 30px;
}
footer #footer_link ul li a{
	font-size: 1rem;
	font-weight: 700;
	position: relative;
}
footer .multiple a{
	position: relative;	
}
footer .multiple a::before,
footer #footer_link ul li a::before{
	content:"";
	position: absolute;
	background-color: #FFF;
	width: 0%;
	height: 1px;
	bottom:-5px;
	right:0;
	transition: width .3s;	
}
footer .multiple a:hover::before,
footer #footer_link ul li a:hover::before{
	width: 100%;
	right: inherit;
	left: 0;	
}
footer #footer_link .multiple{
    margin-top: 35px;
    display: flex;
    gap: 30px;	
}
footer .copyright{
	max-width: 1108px;
	margin: auto;
	font-weight: 400;
	font-size: 0.75rem;
	margin-top: 123px;
	color: #FFF;
}
/* 共通 */
.btn_style1{
	max-width: fit-content;
	margin: 13px auto auto;
}
.form_btn input,
.btn_style1 a{
	display: flex;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    background-color: #194056;
    color: #FFF;
    min-height: 64px;
    padding: 0 64px 0 26px;
    line-height: 1;
    align-items: center;
	position: relative;
}
.btn_style1 a:hover{
	text-decoration: none !important;
}
.btn_style1 a span{
    font-size: 1rem;
    font-weight: 500;
    color: #FFF;
	position: relative;
	z-index: 2;
}
.form_btn{
	position: relative;
    background-color: #194056;
	max-width: fit-content;
	margin: 0 auto;
}
.form_btn input{
    background-color: transparent;
	border: none;
	z-index: 2;
	cursor: pointer;
}
.form_btn::after, 
.btn_style1 a::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease-out;
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: 1;
    background-color: #0D202B;
}
.form_btn:hover::after,
.btn_style1 a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}
.form_btn span.link_mark,
.btn_style1 a span.link_mark{
	position: static;
	pointer-events: none;
}
.form_btn span.link_mark::after,
.btn_style1 a span.link_mark::after{
	content:"";
	background: url("../images/icon/btn_circle.svg") top left / 32px no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 19px;
    transition: .35s ease-out;
	top:0;
	bottom:0;
	margin: auto;
	z-index: 2;
}
.form_btn:hover span.link_mark::after,
.btn_style1 a:hover span.link_mark::after{
	transform: rotate(360deg);
}
.form_btn span.link_mark::before,
.btn_style1 a span.link_mark::before{
	content:"";
	position: absolute;
	width:0;
	height:0;
	border-style:solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #FFF;
	right: 31px;
	top:0;
	bottom:0;
	margin: auto;
	z-index: 2;	
}
.form_btn:hover span.link_mark::before,
.btn_style1 a:hover span.link_mark::before{
	animation: arrow_move 0.5s cubic-bezier(0.3, 0.85, 0.53, 1.09);
}
@keyframes arrow_move {
    0% {
      transform: translate(1px, 0px);
      opacity: 1;
    }    
    49.9% {
      transform: translate(11px, 0px);
      opacity: .01;
    }
    50% {
      transform: translate(-7px, 0px);
      opacity: .01;
    }
    100% {
      transform: translate(0);
      opacity: 1;
    }
 }
.btn_style1.white a{
	background-color: #FFF;
	color: #194056;
}
.btn_style1.white a span{
	color: #194056;
}
.btn_style1.white a::after{
    background-color: #E6EEF3;
}
.btn_style1.white a span.link_mark::after{
	background: url("../images/icon/btn_circle_blue.svg") top left / 32px no-repeat;
}
.btn_style1.white a span.link_mark::before{
	border-color: transparent transparent transparent #194056;
}

/* contact */
#contact_last{
	background: url("../images/contact_bg.webp") top center / cover no-repeat;
    padding: 184px 15px 175px;	
}
#contact_last > div{
	max-width: 729px;
	margin: auto;	
}
#contact_last .en_ttl{
	font-family: gill-sans-nova;
	font-weight: 600;	
	font-size: 1rem;
	color: #FFF;
	position: relative;
    padding-left: 17px;
}
#contact_last .en_ttl::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #FFF;
    top: 7px;
    left: 0;
    clip-path: polygon(50% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
}
#contact_last h2{
	font-size: 1.75rem;
	font-weight: 700;
	color: #FFF;
}
#contact_last .cnt_box{
	display: flex;
	justify-content: space-between;
	gap:10px;
	margin-top: 35px;
}
#contact_last .cnt_box > div{
	background-color: rgba(247,247,247,0.9);
	max-width: 354px;
	width: 100%;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	min-width: 190px;
}
#contact_last .cnt_box > div:first-child{
    padding: 50px 20px 37px;	
}
#contact_last .cnt_box > div:last-child{
    padding: 46px 20px 41px;	
}
#contact_last .cnt_box > div p{
	font-size: 1rem;
	font-weight: 500;
}
#contact_last .cnt_box > div p.tel_txt{
    letter-spacing: 1.45px;
	margin-top: 9px;
}
#contact_last .cnt_box > div p.tel_txt,
#contact_last .cnt_box > div p.tel_txt *{
	font-family: gill-sans-nova;
	font-size: 2.125rem;
	font-weight: 600;
	color: #194056;	
}
#contact_last .btn_style1 a{
	min-width: 260px;
}
/*印刷設定*/
@media print {
	header {
    	position: static;
	}
	a{
		text-decoration: none !important;
	}
  	a[href]:after {
    	content: none !important;
  	}
  	abbr[title]:after {
    	content: none !important;
 	}
	header #sp_menu,
	header #gnavi{
		display: none;
	}
	footer #foot_address p{
		position: relative;
	}
	footer .map_link::after {
    content: "]";
    padding-left: 3px;
	}
	footer .map_link a::after {
    	content: none;
	}
}