@charset "UTF-8";
/* ----------------------------------------------------------------
Setting
---------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 16px;
}
img {
  vertical-align: bottom;
	max-width: 100%;
}
ol, ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a, a:hover, a:visited {
  color: inherit;
}
*, ::before, ::after{
	margin: 0;
}
@media screen and (min-width: 1026px) {
  /*PCのみ*/
  a img {
    transition: opacity 0.2s ease-out;
  }
  a:hover {
    text-decoration: underline;
  }
  a:hover img {
    opacity: 0.6;
  }
}
body {
  color: #000000;
 font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
  font-weight: 300;
	letter-spacing: 0.03em;
  position: relative;
	background: #fff;
}
#contents{
	padding-top: 75px;
}
:root{
 --slant: 1.2em;
}
h2.h2_tl{
	font-size: 2em;
	    font-weight: 500;
	margin-bottom: 20px;
}
.btn a,
.topback_btn a{
width: clamp(18.125rem, 16.761rem + 6.82vw, 21.875rem);
    text-align: center;
	color: #fff;
	background: #15417E;
	line-height: 1;
	position: relative;
	padding: 28px 73px 28px 35px;
	border-radius: 40px;
	display: block;
	transition: background-color 0.5s ease;

}
.topback_btn a {
    color: #15417E;
    border: solid 2px  #15417E;
    background-color: transparent;
    padding: 24px 35px 24px 35px;
    font-size: 1.3rem;
    font-weight: 500;
	transition: background-color 0.5s ease,color 0.5s ease;
}
.topback_btn a:hover{
	text-decoration: none;
	color: #fff;
	background: #15417E;
}
.btn a:before,
.btn a:after{
	content: "";
	position: absolute;
}
.btn a:before{
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background: #7BA0D5;
	top:calc(50% - 30px);
	right: 7px;
}
.btn a:after {
    top: calc(50% - 8px);
    right: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 21px solid #ffffff;
    border-right: 0;
}
.btn a:hover{
	text-decoration: none;
	background: #0f2c54;
}
@media screen and (max-width: 767px) {
	/*Spのみ*/
h2.h2_tl{
	text-align: center;
}
#contents {
    padding-top: 60px;
}
.topback_btn a {
    padding: 20px 35px 20px 35px;
    font-size: 1.1rem;
}
}
/* ----------------------------------------------------------------
font
---------------------------------------------------------------- */
.eng_f {
  font-family: "Cutive Mono", monospace;
  font-weight: 400;
  font-style: normal;
    letter-spacing: -0.1em;
}

/*--ここから記述--*/
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
.sp, .pc, .tablet {
  display: none !important;
}
@media screen and (min-width: 1026px) {
  /*PCのみ*/
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 1025px) {
  /*tablet*/
  .tablet {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  /*Spのみ*/
  .sp {
    display: block !important;
  }
}
/* ----------------------------------------------------------------
header
---------------------------------------------------------------- */

header{
	position: fixed;
	font-weight: 400;
	top: 0;
	    z-index: 9999;
	width: 100%;
	 box-shadow: 0px 10px 7px -9px rgba(0, 0, 0, 0.15);
}
	header .inner{
				display: flex;
		align-items: center;
		justify-content: space-between;
				height: 75px;
		background: #fff;
	}
@media screen and (min-width: 1026px) {
  /*PCのみ*/
	header{
		width: 100%;
	}
	header .logo{
        margin-left: 3vw;
        width: 235px;
		margin-right: 2vw;
	}
	header .nav_area{
							display: flex;
		align-items: center;
	}
	header .nav_area nav{
		        padding-right: 3vw;
	}
	header .nav_area nav ul{
						display: flex;
		align-items: center;
		        gap: 30px;
	}
	header .nav_area nav ul li a{
		display: block;
			transition: opacity 0.5s ease;
		font-weight: 500;
	}

	.nav_area nav > ul > li > a:hover{
		opacity: 0.4;
		text-decoration: none;
	}
	header .entry_btn{
		margin-right: -20px;
	}
	header .entry_btn a,
	header .contact_btn a{
    color: #fff;
    height: 75px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
	}
header .entry_btn a {
	position: relative;
	z-index: 1;
  clip-path: polygon(
    var(--slant) 0,
    100% 0,
    calc(100% - var(--slant)) 100%,
    0 100%
  );
}
	header .entry_btn a:before{
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
			background: #E40222;
		        z-index: -1;
		transform: skewX(-15deg);
		transition: background-color 0.5s ease;
	}
	header .contact_btn a{
		 width: 210px;
		        padding-left: 20px;
	background: #15417E;
  clip-path: polygon(
    var(--slant) 0,
    100% 0,
    100% 100%,
    0 100%
  );		
		transition: background-color 0.5s ease;
	}
	header .entry_btn a:hover,
	header .contact_btn a:hover{
		text-decoration: none;
	}
	header .entry_btn a:hover:before {
    background: #a00017;
}
		header .contact_btn a:hover {
    background: #0f2c54;
}
}
@media screen and (max-width: 1025px) {
	/*tablet*/
	header .inner{
				height: 60px;
		        padding: 0 2.5%;
	}
		header .logo{
        width: 190px;
		margin-right: 2vw;
	}
}
/* ----------------------------------------------------------------
ハンバーガーメニュー
---------------------------------------------------------------- */
.menu-toggle {
display: none;
    cursor: pointer;
    z-index: 1000;
    height: 45px;
    width: 42px;
      padding: 3px 0px;
}

.menu-toggle > span {
    display: block;
    width: 34px;
    height: 4px;
    margin: 7px 5px;
    background: #072D69;
    transition: all 0.3s ease;
}
.menu-toggle.active > span.ac_no{
 display: none; 
}
.menu-toggle.active > span:first-child{
  transform: rotate(-45deg);
}
.menu-toggle.active > span:last-child{
  transform: rotate(45deg);
}
.menu-toggle.active > span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
}

.menu-toggle.active > span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active > span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}


@media (max-width: 1025px) {
	header.open{
		mix-blend-mode: unset;
	}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100vh;
  background-color:#072D69;

  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s; /* フェードアウト後に非表示 */

  z-index: 0;
}

header.open::before {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.5s ease-out,
    visibility 0s;
}

header > * {
  position: relative;
  z-index: 1;
}
    .menu-toggle {
        display: block;
    }
.nav_area {
    position: fixed;
    opacity: 0;
	display: none;
    top: 60px;
    width: calc(100vw + 5%);
    z-index: 9999;
    left: -2.5%;
}
header.open .nav_area {
	opacity: 1;
	display: block;
	transition: opacity 0.7s ease;
}
	.nav_area nav > ul{
		width: 70%;
		margin: 15px auto 25px;
	}
.nav_area nav > ul > li{
        display: block;
        color: #fff;
        font-size: 1.1em;
  letter-spacing: 0.1em;
}
	.nav_area nav > ul > li > a{
	display: block;
        padding:13px 0;
		position:relative;
	}
.nav_area .tablet a {
    display: block;
    color: #fff;
    border: solid 1px #fff;
    padding: 7px;
    width: 170px;
    text-align: center;
    border-radius: 30px;
}
	.nav_area .tablet div{
		margin-bottom: 20px;
	}
	.nav_area .tablet{
		width: 70%;
		margin: auto;
	}
}
/* ----------------------------------------------------------------
pagetop
---------------------------------------------------------------- */
#page-top{
	    right: 2.5%;
	    z-index: 100;
	    margin-bottom: 15px;
}
#page-top a {
    position: relative;
    width: 75px;
    height: 75px;
    color: #15417e;
    border: solid 1px #15417e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    line-height: 1.3;
	font-size: 14px;
	text-decoration: none;
	background: #fff;
	transition: background-color 0.3s ease;
}
#page-top a:before{
	content: "";
	position: absolute;
	height: 30px;
	width: 1px;
	background: #15417e;
	top: -17px;
}
#page-top a:after {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #15417e;
    border-right: 1px solid #15417e;
    transform: translate(-50%, -25%) rotate(-45deg);
}
#page-top a:before,
#page-top a:after {
    transition: transform 0.3s ease, top 0.3s ease;
}
@media screen and (min-width: 768px) {
	/* 1. 背景色を薄い水色にする */
#page-top a:hover {
    background-color: #e0f2ff;
}

#page-top a:hover:before {
    top: -12px;
}

#page-top a:hover:after {
    top: -9px;
    transform: translate(-50%, -25%) rotate(-45deg);
}
}
@media screen and (max-width: 767px) {
	
}
/* ----------------------------------------------------------------
footer
---------------------------------------------------------------- */
footer{
	background: #15417E;
	color: #fff;
	font-weight: 400;
}
footer .inner{
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	padding: 35px 0;
}
.footer_bottom{
	    font-weight: 200;
}
	.footer_bottom .access .box .map{
		display: flex;
		align-items: center;
	}
.footer_bottom .access .box .map a{
	display: block;
	border: solid 1px #fff;
	border-radius: 5px;
	padding:1px 8px;
	margin-left: 15px;
	font-size: 0.8em;
}
.footer_bottom .other_list ul{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
	.footer_bottom .other_list ul{
		font-size: 0.8em;
				line-height: 1;
	}
	.footer_bottom .other_list ul li:not(:last-child) {
		padding-right: 15px;
		margin-right: 15px;
		border-right: 1px #717d81 solid ;
	}
@media screen and (min-width: 1026px) {
	/*PCのみ*/
	.footer_top{
		display: flex;
		align-items: center;
		justify-content: space-between;
		        border-bottom: solid 1px #717d81;
        padding-bottom: 45px;
	}
	.footer_top .logo{
		width: 300px;
		margin-right: 3vw;
	}
		.footer_top .nav_area{
							display: flex !important;
		align-items: center;
	}
	.footer_top .nav_area nav{
		        padding-right: 3vw;
	}
	.footer_top .nav_area nav ul{
						display: flex;
		align-items: center;
		        gap: 30px;
	}
	.footer_top .nav_area nav ul li a{
		display: block;
		font-size: 15px;
					transition: opacity 0.5s ease;
	}
	.footer_top .nav_area nav ul li a:hover{
		opacity: 0.5;
	}
	.footer_top .nav_area .entry_btn{
		margin-right: 1.5vw;
	}
	.footer_top .nav_area .entry_btn a,
	.footer_top .nav_area .contact_btn a{
		display: block;
		border: solid 1px #fff;
		width: 153px;
		text-align: center;
		padding: 5px;
		border-radius: 30px;
		transition: background-color 0.5s ease, color 0.5s ease;

	}
		.footer_bottom .access .box .map a{
		transition: background-color 0.5s ease, color 0.5s ease;
	}
		.footer_top .nav_area .entry_btn a:hover,
	.footer_top .nav_area .contact_btn a:hover,
	.footer_bottom .access .box .map a:hover{
		color: #15417E;
		background: #fff;
		text-decoration: none;
	}
	.footer_bottom{
		padding-top: 30px;
	}
	.footer_bottom .access{
		display: flex;
		align-items: flex-start;
		gap:10vw;
		margin-bottom: 20px;
	}
	.footer_bottom .access .box{
		        font-size: 0.9em;
	}
	.footer_bottom .access .box p{
		padding-bottom: 5px;
	}
	.footer_bottom {
		display: flex;
		justify-content: space-between;
	}
	.footer_bottom .box_right{
		display: flex;
		gap:10px;
		margin-left: 20px;
	}
	.footer_bottom .box_right a{
		        display: block;
        color: #fff;
        border: solid 1px #fff;
        padding: 7px;
        width: 170px;
        text-align: center;
		font-size: 15px;
		font-weight: 500;
        border-radius: 30px;
		transition: 0.5s ease;
	}
	.footer_bottom .box_right a:hover{
		background: #fff;
		color: #15417E;
		text-decoration: none;
	}
}
@media (max-width: 1025px) {
	
	footer .inner {
    width: 80%;
    padding: 35px 0;
		padding: 25px 0;
}
	footer .logo{
		margin-bottom: 20px;
	}
	footer .access{
		        border-bottom: solid 1px #717d81;
        margin-bottom: 30px;
	}
	footer .access p{
		margin-bottom: 5px;
	}
	footer .access .box{
		margin-bottom: 30px;
		        font-size: 0.9em;
	}
		.footer_bottom .other_list ul li{
		margin-bottom:15px;
	}
	.footer_bottom .box_right{
		display: none;
	}
}
/* ----------------------------------------------------------------
pageTransition
---------------------------------------------------------------- */
#pageTransition{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  pointer-events: none;   /* 表示中も余計なクリックを拾わない */
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease, visibility 0s linear .2s;
  background: #072D69;       /* 好きな背景に */
}

#pageTransition.is-show{
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease;
}

/* 中身 */
#pageTransition .pt_inner{
  text-align: center;
  transform: translateY(12px);
  opacity: 0;
  transition: transform .45s ease, opacity .45s ease;
	display: flex;
    width: 90vw;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}
#pageTransition.is-show .pt_inner{
  transform: translateY(0);
  opacity: 1;
}

/* イラスト（例：背景画像） */
#pageTransition .pt_illust {
    width: 40%;
    height: 100%;
    background: url("../img/transition_illust.png") center / contain no-repeat;
    background-position-y: calc(100% + 20vh);
}
/* 既存の pt_text をマスクにする */
#pageTransition .pt_text {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    letter-spacing: .08em;
    font-weight: 800;
    text-align: left;
    font-size: clamp(2rem, 0.909rem + 5.45vw, 5rem);
    margin-right: 5%;
}
#pageTransition .pt_text > span{
	 overflow: hidden;
}
/* 中身は最初下に隠す */
#pageTransition .pt_text > span > span{
  display: block;
  transform: translateY(120%);
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}

/* オーバーレイ表示後、少し遅れてカットイン */
#pageTransition.is-show .pt_text > span > span{
  transform: translateY(0);
  transition-delay: .35s; /* ← フェード後に出したい分だけ調整 */
}
/* レイアウト調整用：常に表示 */
body.debug-transition #pageTransition{
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
  transition: none !important;
}

body.debug-transition #pageTransition .pt_inner{
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none !important;
}

/* テキストのカットインも最終状態に固定 */
body.debug-transition #pageTransition .pt_text span{
  transform: translateY(0) !important;
  transition: none !important;
  transition-delay: 0s !important;
}
@media screen and (max-width: 767px) {
	
	 #pageTransition .pt_inner{
        text-align: center;
        flex-wrap: wrap;
        align-items: flex-end;
	}
	#pageTransition .pt_text{
        height: auto;
        text-align: center;
        width: 100%;
        margin: 0 auto 0;
		justify-content: center;
	}
	#pageTransition .pt_illust {
    width: 90%;
    height: 50vh;
    background: url("../img/transition_illust.png") center / contain no-repeat;
    background-size: cover;
    background-position-y: 0;
}
}


/* ----------------------------------------------------------------
recruit_btn
---------------------------------------------------------------- */
#recruit_btn > .inner > .box .btn_area a {
    background: #072D69;
    display: flex;
    justify-content: space-between;
    color: #fff;
    border-radius: 20px;
    padding: 0px 0px 0px 250px;
    position: relative;
	transition: background-color 0.5s ease,color 0.5s ease;
}
#recruit_btn > .inner > .box .btn_area a:before{
	content: "";
	position: absolute;
	background: url("../img/recruit_01.png")0 0 no-repeat;
	width: 300px;
	height: 300px;
	background-size: contain;
	left: -30px;
	top: -100px;
}
#recruit_btn > .inner > .box .btn_area a:hover{
	text-decoration: none;
	background: #184b91;
}
#recruit_btn > .inner > .box .btn_area a:hover img{
	opacity: 1;
}
#recruit_btn > .inner > .box .btn_area a .inner{
	padding: 30px 0;
	    width: calc(100% - 170px);
}
#recruit_btn > .inner > .box .btn_area a .arrow {
    width: 150px;
    display: block;
    position: relative;
    border-radius: 0px 20px 20px 0px;
    overflow: hidden;
}
#recruit_btn > .inner > .box .btn_area a .arrow:before{
		content: "";
	position: absolute;
	background: #E50222;
	width: 100%;
	height: 100%;
}
#recruit_btn > .inner > .box .btn_area a .arrow:after {
	content: "";
    position: absolute;
    background: url("../img/arrow.png")0 0 no-repeat;
    width: 58%;
    height: auto;
    aspect-ratio: 1/1;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#recruit_btn > .inner .sub_btn ul{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#recruit_btn > .inner .sub_btn ul li{
	width: 31%;
}
#recruit_btn > .inner .sub_btn ul li a {
    text-align: center;
    display: block;
    color: #072D69;
    border: solid 1px #072D69;
    border-radius: 20px;
    padding: 40px 20px;
	transition: background-color 0.5s ease,color 0.5s ease;
}
#recruit_btn > .inner .sub_btn ul li a:hover{
	background: #072D69;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#recruit_btn > .inner > .box .btn_area a:before{
		content: none;
	}
#recruit_btn > .inner > .box .btn_area a {
    border-radius: 15px;
    padding: 0;
}
	
#recruit_btn > .inner > .box .btn_area a .inner {
    padding: 40px 30px;
    width: calc(100% - 50px);
}
#recruit_btn > .inner > .box .btn_area a .arrow {
    width: 50px;
    border-radius: 0px 15px 15px 0px;
}
	#recruit_btn > .inner > .box .btn_area a .tl{
		width: 200px;
		margin-bottom: 10px;
	}
	#recruit_btn > .inner > .box .btn_area a .inner .txt {
    font-size: 15px;
}	
}