@charset "utf-8";
@import url('https://cdn.jsdelivr.net/npm/destyle.css@1.0.15/destyle.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
*/
/*font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: <weight>;
  font-style: normal;
*/
/*font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
*/
/*font-family: "Barlow Condensed", sans-serif;
  font-weight: <weight>;
  font-style: normal;
*/
/*font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
*/


strong{
	font-weight: inherit;
}




@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..20');

.gicon:before,
.gicon:after{
  font-family: "Material Symbols Outlined";
  line-height: 1;
}

/* ------- LINK ---------------------------------------------- */
a:link {
  color: inherit;
  text-decoration: inherit;
}
a:visited {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
a:active {
  color: inherit;
  text-decoration: inherit;
}

a.text-link{
  color: #3681A0;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine){
  a.text-link:hover{
    text-decoration: none;
  }
}



/* ------- BODY ---------------------------------------------- */
html{
  font-size: 62.5%;
	overflow-x: hidden;
}
body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  position: relative;
	word-wrap: break-word;
	/*overflow-wrap: break-word;*/
	overflow-wrap: anywhere;
}
.bg-body{
	background: #0B4C9F;
	background: linear-gradient(180deg, rgba(11, 76, 159, 1) 0%, rgba(14, 76, 156, 1) 8%, rgba(26, 76, 149, 1) 15%, rgba(45, 76, 138, 1) 23%, rgba(72, 76, 122, 1) 30%, rgba(106, 76, 101, 1) 35%, rgba(149, 77, 76, 1) 39%, rgba(198, 77, 46, 1) 43%, rgba(223, 78, 32, 1) 46%, rgba(254, 152, 20, 1) 73%, rgba(51, 164, 77, 1) 93%);
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
}

*{
  backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;/* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased/* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;/* animation時の文字にじみ防止 */
  -webkit-font-smoothing: antialiased;
}

img {
  height: auto;
  max-width: 100%;
	vertical-align: bottom;
}

picture{
	display: block;
}


/* ------- RESPONSIVE ---------------------------------------------- */
@media print, screen and (min-width:781px) {
  .pc-ver {
    display: block;
  }
  .sp-ver {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .pc-ver {
    display: none;
  }
  .sp-ver {
    display: block;
  }
}


/* ------- BODY ---------------------------------------------- */
body{
  background-color: #EFF6FF;
}
.jp{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
}
.en{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.en2{
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
}
.en3{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media print, screen and (min-width:781px) {
	body{
    font-size: 1.6rem;
		padding-top: 100px !important;
	}
}
@media screen and (max-width: 780px) {
	body{
    font-size: 1.6rem;
		padding-bottom: 60px;
		padding-top: 60px !important;
	}
}


html.is-navi-open,
body.is-navi-open {
  overflow: hidden !important;
  height: 100% !important;
  /* スマートフォン(iOSなど)特有のタッチスクロールを完全に固定したい場合 */
  touch-action: none; 
}




/* ------- HEADER ---------------------------------------------- */
#header-area{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
}
#logo-main{
	display: flex;
	position: relative;
	z-index: 4;
}
#logo-main .main{
	display: flex;
	align-items: center;
}
#logo-main .main .jp{
	font-weight: 700;
}
#logo-main .main > .logo{
	position: relative;
}
#logo-main .main > .logo:before,
#logo-main .main > .logo:after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 56px;
	width: 102px;
	position: absolute;
	left: 0;
	top: 0;
}
#logo-main .main > .logo:before{
	background-image: url("../img/logo_main.svg");
}
#logo-main .sub{
	font-weight: 500;
}
a.header-entry{
	background-color: #004099;
	color: #FFF;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
}
#header-area .recruit-site{
	color: #FFF;
	font-weight: 300;
}
@media print, screen and (min-width:781px) {
  #header-area{
		background-color: #FFF;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100px;
  }
	#logo-main{
		align-items: center;
		margin-left: 2.34vw;
	}
	#logo-main .main{
		color: #1E74D8;
		font-size: 1.4rem;
	}
	#logo-main .main > .logo{
		padding-bottom: 56px;
		width: 102px;
	}
	#logo-main .main .jp{
		margin-left: 25px;
		color: #033333;
	}
	#logo-main .sub{
		color: #1E74D8;
		font-size: 1.4rem;
		margin-left: 10px;
	}
	a.header-entry{
		border-bottom-left-radius: 4px;
		border-top-left-radius: 4px;
		margin-left: auto;
		margin-right: 1px;
		height: 42px;
		width: 120px;
		transition: .3s !important;
	}
	@media (hover: hover) and (pointer: fine){
		a.header-entry:hover{
			opacity: .8 !important;
		}
	}
	#header-area .recruit-site{
		display: none;
		line-height: 1;
	}
}
@media screen and (max-width: 780px) {
	#header-area{
		background-color: #FFF;
		box-shadow: 0 3px 5px rgba(0,0,0,.16);
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 60px;
  }
	#logo-main{
		align-items: center;
		margin-left: 4.1vw;
	}
	#logo-main .main{
		color: #1E74D8;
		font-size: 1.0rem;
	}
	#logo-main .main > .logo{
		height: 37px;
		width: 66px;
	}
	#logo-main .main > .logo:before,
	#logo-main .main > .logo:after{
		padding-bottom: 55.3%;
		width: 100%;
	}
	#logo-main .main .jp{
		margin-left: 4.48vw;
		color: #033333;
	}
	#logo-main .sub{
		color: #1E74D8;
		font-size: 1.0rem;
		margin-left: 1.92vw;
	}
	a.header-entry{
		display: none;
	}
	#header-area .recruit-site{
		font-size: min(2.56vw,2.0rem);
		position: absolute;
		left: 5%;
		bottom: -12px;
		transform: translateY(100%);
	}
}



/* ------- HUMBERGER ---------------------------------------------- */
#humberger {
	background-color: #2C3440;
	text-align: center;
	cursor: pointer;
  position: relative;
  transition: .3s !important;
	pointer-events: all;
	z-index: 3;
}
#humberger.active{
	background-color: transparent;
}
#humberger .trigger, #humberger .trigger > span, #humberger .trigger > span > span {
	transition: ease-out .2s;
	box-sizing: border-box;
}
#humberger .trigger{
	position: absolute;
}
#humberger .trigger > span {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #FFF;
}
#humberger.active .trigger > span{
	background-color: #333333;
}
#humberger .trigger > span:nth-of-type(1) {
	top: 0px;
}
#humberger .trigger > span:nth-of-type(3) {
	bottom: 0;
}
#humberger.active .trigger > span:nth-of-type(3) {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 0;
}
@media print, screen and (min-width: 781px) {
	#humberger{
		border-bottom-right-radius: 4px;
		border-top-right-radius: 4px;
		margin-right: 1.61vw;
    height: 42px;
    width: 42px;
  }
	#humberger .trigger{
    width: 14px;
    height: 12px;
    right: 14px;
    top: 14px;
  }
	#humberger .trigger > span{
		height: 2px;
	}
	#humberger .trigger > span:nth-of-type(2) {
    top: 5px;
  }
	#humberger.active .trigger{
		width: 25px;
		right: 25px;
	}
  #humberger.active .trigger > span:nth-of-type(1) {
		left: 15px;
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  #humberger.active .trigger > span:nth-of-type(2) {
		left: 15px;
		top: 12px;
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
	@media (hover: hover) and (pointer: fine){
		#humberger:hover{
			opacity: .8;
		}
	}
}
@media screen and (max-width: 780px) {
  #humberger{
		border-radius: 2px;
		margin-right: 3.2vw;
    height: 35px;
    width: 35px;
  }
	#humberger .trigger{
    width: 12px;
    height: 9px;
    right: 11px;
    top: 13px;
  }
	#humberger .trigger > span{
		height: 1px;
	}
	#humberger .trigger > span:nth-of-type(2) {
    top: 4px;
  }
	#humberger.active .trigger{
		width: 18px;
		right: 18px;
	}
  #humberger.active .trigger > span:nth-of-type(1) {
		left: 8px;
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
  #humberger.active .trigger > span:nth-of-type(2) {
		left: 8px;
		top: 12px;
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
}


/* ------- NAVI GLOBAL ---------------------------------------------- */
#navi-global-area{
	overscroll-behavior: contain;
	pointer-events: all;
	color: #2C3440;
	display: none;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.navi-global > ul > li > div,
.navi-global > ul > li > ul > li{
	font-weight: 700;
	line-height: 1.6;
}
.navi-global > ul > li > ul > li{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
}
.navi-global > ul > li > ul > li > a{
	display: inline-flex;
	align-items: center;
}
.navi-global > ul > li > ul > li > a:before,
.navi-global > ul > li > ul > li > a:after{
	background-image: url("../img/icon_arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
}
.navi-entry{
	background-color: #D8D11F;
	font-weight: 700;
	display: block;
	text-align: center;
	line-height: 1;
	position: relative;
}
.navi-entry:after{
	background-image: url("../img/icon_arrow_entry.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
}
.ono-machine > dt,
.ono-machine > dd{
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}
@media print, screen and (min-width:781px) {
	#navi-global-area{
		height: 100vh;
		width: 100%;
		overflow-y: auto;
	}
	.navi-global-inner{
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 764px;
		padding: 60px 0;
		height: 100vh;
		width: 100%;
		position: relative;
	}
	
	.navi-global > ul{
		display: flex;
	}
	.navi-global > ul > li:not(:first-child){
		margin-left: 8.05vw;
	}
	.navi-global > ul > li > div{
		font-size: 2.6rem;
	}
	.navi-global > ul > li > ul{
		margin-top: 30px;
	}
	.navi-global > ul > li > ul > li{
		margin-top: 20px;
	}
	.navi-global > ul > li > ul > li > a{
		transition: .3s;
	}
	.navi-global > ul > li > ul > li > a:before{
		margin-right: 15px;
		height: 9px;
		width: 5px;
		transition: .3s;
	}
	@media (hover: hover) and (pointer: fine){
		.navi-global > ul > li > ul > li > a:hover{
			opacity: .8;
		}
		.navi-global > ul > li > ul > li > a:hover:before{
			transform: translateX(5px);
		}
	}
	.navi-entry{
		font-size: 1.9rem;
		padding: 33px 60px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 80px;
		max-width: 320px;
		width: 60%;
		transition: .3s;
	}
	@media (hover: hover) and (pointer: fine){
		.navi-entry:hover{
			opacity: .8;
		}
	}
	.navi-entry:after{
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		height: 25px;
		width: 29px;
	}
	
	
	#navi-global-area .ono-machine{
		margin-top: 25px;
	}
	#navi-global-area .ono-machine > dt{
		font-size: .7rem;
	}
	#navi-global-area .ono-machine > dd{
		font-size: 2.7rem;
		margin-top: 5px;
	}
}
@media screen and (max-width: 780px) {
	#navi-global-area{
		padding: 1px 0;
		height: 100vh;
		width: 100%;
		overflow-y: auto;
	}
	.navi-global-inner{
		padding-top: 1px;
		padding-bottom: 1px;
		width: 100%;
	}
	.navi-global{
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.navi-global > ul > li:not(:first-child){
		margin-top: 65px;
	}
	.navi-global > ul > li > div{
		font-size: 2.0rem;
		padding: 0 15px;
	}
	.navi-global > ul > li > ul{
		margin-top: 20px;
	}
	.navi-global > ul > li > ul > li{
		border-top: 1px solid #C9D8EA;
		font-size: 1.5rem;
	}
	.navi-global > ul > li > ul > li > a{
		display: flex;
		justify-content: space-between;
		padding: 15px;
	}
	.navi-global > ul > li > ul > li > a:after{
		margin-left: auto;
		height: 9px;
		width: 5px;
	}
	.navi-entry{
		display: none
	}

	
	#navi-global-area .ono-machine{
		margin-top: 50px;
		padding-bottom: 50px;
	}
	#navi-global-area .ono-machine > dt{
		font-size: .7rem;
	}
	#navi-global-area .ono-machine > dd{
		font-size: 2.7rem;
		margin-top: 5px;
	}
}




/* ------- CONTENTS ---------------------------------------------- */
@media print, screen and (min-width:781px) {
	.inner{
		margin-left: auto;
		margin-right: auto;
		max-width: 1088px;
		width: 90%;
	}
}
@media screen and (max-width: 780px) {
	.inner{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
}



/* ------- FOOTER ---------------------------------------------- */
.footer-inner{
	background-color: #004099;
}
.footer-entry{
	display: flex;
	justify-content: center;
}
.footer-entry > li{
	font-weight: 700;
}
.footer-entry > li > a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}
.footer-entry > li > a:after{
	background-image: url("../img/icon_arrow_entry_w.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	position: absolute;
}
.footer-entry > .requirements > a{
	background-color: #2C3440;
	color: #FFF;
}
.footer-entry > .entry > a{
	background-color: #D8D11F;
	color: #2C3440;
}
.footer-entry > .entry > a:after{
	background-image: url("../img/icon_arrow_entry.svg");
}
#footer-area .ono-machine{
	color: #FFF;
}
#footer-area .ono-machine > dd{
	line-height: 1;
}
#footer-area .copyright{
	color: #8599B9;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .04em;
	text-align: center;
	display: block;
}
#footer-area .btn-pagetop{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	line-height: 1;
}
#footer-area .btn-pagetop:before{
	background-image: url("../img/icon_pagetop.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
}
@media print, screen and (min-width:781px) {
	#footer-area{
		padding-top: 3.5%;
		position: relative;
		z-index: 99;
	}
	.footer-inner{
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 65px;
		padding-top: 130px;
		width: 93%;
	}
	.footer-entry{
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
		width: 90%;
	}
	.footer-entry > li{
		font-size: 1.8rem;
		width: 50%;
	}
	.footer-entry > li > a{
		padding-left: 100px;
		padding-right: 100px;
		height: 100px;
		width: 100%;
		transition: .3s;
	}
	.footer-entry > .entry{
		font-size: 2.4rem;
	}
	@media (hover: hover) and (pointer: fine){
		.footer-entry > li > a:hover{
			opacity: .8;
		}
	}
	.footer-entry > li > a:after{
		right: 46px;
		top: 50%;
		transform: translateY(-50%);
		height: 30px;
		width: 36px;
	}
	#footer-area .ono-machine{
		margin-top: 45px;
	}
	#footer-area .ono-machine > dt{
		font-size: 1.2rem;
	}
	#footer-area .ono-machine > dd{
		font-size: 4.1rem;
		margin-top: 2px;
	}
	#footer-area .copyright{
		font-size: 1.2rem;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#footer-area .btn-pagetop{
		background-color: #FFF;
		border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
		font-size: 1.6rem;
		height: 80px;
		width: 70px;
		position: fixed;
		right: 0;
		bottom: 60px;
		transition: opacity .3s;
	}
	@media (hover: hover) and (pointer: fine){
		#footer-area .btn-pagetop:hover{
			opacity: .8;
		}
	}
	#footer-area .btn-pagetop:before{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		height: 20px;
		width: 20px;
	}
}
@media screen and (max-width: 780px) {
	#footer-area{
		/*padding-top: 3.5%;*/
		padding-top: 80px;
		position: relative;
		z-index: 99;
	}
	.footer-inner{
		background-color: transparent;
		padding: 40px 0 0;
		/*margin-left: auto;
		margin-right: auto;
		padding-bottom: 65px;
		padding-top: 65px;
		width: 93%;*/
	}
	.footer-entry{
		box-shadow: -3px -3px 6px rgba(0,0,0,.16);
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 100;
	}
	.footer-entry > li{
		font-size: 1.3rem;
		width: 50%;
	}
	.footer-entry > li > a{
		padding-left: 5%;
		padding-right: 5%;
		height: 60px;
		width: 100%;
		transition: .3s;
	}
	.footer-entry > .entry{
		font-size: 1.75rem;
	}
	.footer-entry > li > a:after{
		background-image: url("../img/icon_arrow_entry_w_sp.svg");
		right: 5%;
		top: 50%;
		transform: translateY(-50%);
		height: 8px;
		width: 9px;
	}
	.footer-entry > .entry > a:after{
		background-image: url("../img/icon_arrow_entry_sp.svg");
	}
	#footer-area .ono-machine{
		display: none;
	}
	#footer-area .ono-machine > dt{
		font-size: 1.2rem;
	}
	#footer-area .ono-machine > dd{
		font-size: 4.1rem;
		margin-top: 2px;
	}
	#footer-area .copyright{
		font-size: 1.2rem;
		padding-top: 30px;
		padding-bottom: 90px;
	}
	
	#footer-area .btn-pagetop{
		background-color: #FFF;
		border-radius: 5px;
		font-size: 1.45rem;
		margin-left: auto;
		margin-right: auto;
		height: 75px;
		width: 65px;
		position: fixed;
		left: 50%;
		bottom: 80px;
		transform: translateX(-50%);
		transition: opacity .3s;
	}
	#footer-area .btn-pagetop:before{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		height: 18px;
		width: 18px;
	}
}



/* ------- COMMON ---------------------------------------------- */
.btn-wrap{
	display: flex;
	align-items: center;
}
.btn-wrap .btn{
	background-color: #2E2E2E;
	color: #FFF;
	font-weight: 700;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-wrap .btn:after{
	background-image: url("../img/icon_arrow.svg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
}



.indent-list > li,
.note-list > li{
  text-indent: -1em;
  padding-left: 1em;
}


.box-corners{
  background-color: #FFF;
}
.info-list > div > dt{
  font-weight: 400;
}


a.mail-link{
  color: #275AF7;
  display: flex;
  align-items: center;
  margin-top: 10px;
  transition: .3s;
}
a.mail-link:before{
  content: "\e158";
  font-family: "Material Symbols Outlined";
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 20;
  font-size: 2.6rem;
  line-height: 1;
  display: block;
  margin-right: 10px;
}
@media (hover: hover) and (pointer: fine){
  a.mail-link:hover{
    color: #26BDE2;
  }
}

/* PAGE HEADING */
.page-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.page-heading .main{
	font-weight: 700;
	letter-spacing: .1em;
	position: relative;
}
.page-heading .sub{
  font-weight: 500;
  line-height: 1;
	position: relative;
}
@media print, screen and (min-width:781px) {
	.btn-wrap .btn{
		border-radius: 4px;
		padding: 25px 20px;
		transition: .3s;
	}
	.btn-wrap .btn:after{
		margin-left: 20px;
		height: 7px;
		width: 8px;
	}
	@media (hover: hover) and (pointer: fine){
		.btn-wrap .btn:hover{
			opacity: .7;
		}
	}
	
	
	
  .note-list > li{
    font-size: 1.3rem;
  }
  
  
  
  
  .box-corners{
    border-radius: 30px;
    margin-top: 90px;
    padding: 6%;
  }
  .info-list > div{
    display: flex;
    justify-content: space-between;
  }
  .info-list > div > dt,
  .info-list > div > dd{
    border-bottom: 1px solid #C6C6C6;
    padding: 30px 10px;
  }
  .info-list > div:first-child > dt,
  .info-list > div:first-child > dd{
    padding-top: 0;
  }
  .info-list > div:last-child > dt,
  .info-list > div:last-child > dd{
    border-bottom: none;
    padding-bottom: 0;
  }
  .info-list > div > dt{
    display: flex;
    align-items: center;
    width: 200px;
  }
  .info-list > div > dd{
    width: calc(100% - 200px - 30px);
  }
  
  
  
  /* PAGE HEADING */
	.page-heading{
		padding-top: 80px;
		padding-bottom: 55px;
	}
	.page-heading .main{
		font-size: min(2.59vw,2.8rem);
	}
  .page-heading .sub{
    font-size: min(1.48vw,1.6rem);
  }
}
@media screen and (max-width: 780px) {
	.btn-wrap .btn{
		border-radius: 2px;
		padding: 25px 20px;
		transition: .3s;
	}
	.btn-wrap .btn:after{
		margin-left: 20px;
		height: 6px;
		width: 6px;
	}
	
	
	
  .note-list > li{
    font-size: 1.3rem;
  }
  
  
  
  
  .box-corners{
    border-radius: 10px;
    margin-top: 30px;
    padding: 5%;
  }
  .info-list > div > dt{
    color: #0068FE;
    padding-top: 25px;
  }
  .info-list > div:first-child > dt{
    padding-top: 0;
  }
  .info-list > div > dd{
    border-bottom: 1px solid #C6C6C6;
    margin-top: 15px;
    padding-bottom: 25px;
  }
  .info-list > div:last-child > dd{
    border-bottom: none;
    padding-bottom: 0;
  }
  
  
  
  /* PAGE HEADING */
	.page-heading{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.page-heading .main{
		font-size: min(5.89vw,4.6rem);
	}
  .page-heading .sub{
    font-size: min(3.33vw,2.6rem);
  }
}



.page-list{
  counter-reset: number 0;
}
.page-item .image{
  overflow: hidden;
  position: relative;
}
.page-item .image:before{
  background-image: url("../img/ic_navi_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.page-item .ttl{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
}
.page-item .ttl > div{
  display: flex;
  flex-direction: column;
}
.page-item .ttl:before{
  color: #26BDE2;
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero);
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}
@media print, screen and (min-width:781px) {
  .page-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 165px;
    width: 89.5833%;
  }
  .page-item{
    margin-right: 3.48837333%;
    width: 22.38372%;
  }
  .page-item:nth-child(4n){
    margin-right: 0;
  }
  .page-item .image{
    border-radius: 15px;
  }
  .page-item .image:before{
    height: 40px;
    width: 40px;
    right: 20px;
    bottom: 20px;
  }
  .page-item .image img{
    transition: .5s;
  }
  @media (hover: hover) and (pointer: fine){
    .page-item:hover .image img{
      transform: scale(1.04);
    }
  }
  .page-item .ttl{
    font-size: clamp(1.4rem, 0.943rem + 0.71vw, 1.8rem);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
  }
  .page-item .ttl:before{
    font-size: clamp(2rem, -0.286rem + 3.57vw, 4rem);
    margin-right: 15px;
  }
  .page-item .ttl > div > span{
    font-size: clamp(1.2rem, 0.809rem + 0.8vw, 1.5rem);
  }
}
@media screen and (max-width: 780px) {
  .page-list{
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 90%;
  }
  .page-item:nth-child(n + 2){
    margin-top: 50px;
  }
  .page-item .image{
    border-radius: 10px;
  }
  .page-item .image:before{
    height: 30px;
    width: 30px;
    right: 15px;
    bottom: 15px;
  }
  .page-item .ttl{
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .page-item .ttl:before{
    font-size: 4.0rem;
    margin-right: 15px;
  }
  .page-item .ttl > div > span{
    font-size: 1.3rem;
  }
}




/* ------- FORM ---------------------------------------------- */
/* バリデーションエラー箇所のハイライト表示 */
.contact-form-wrap input.wpcf7-not-valid,
.contact-form-wrap textarea.wpcf7-not-valid,
.contact-form-wrap select.wpcf7-not-valid {
  border: 2px solid #e74c3c !important;
  background-color: #fdf2f2 !important;
}

/* チェックボックス・ラジオボタン用 */
.contact-form-wrap input[type="checkbox"].wpcf7-not-valid,
.contact-form-wrap input[type="radio"].wpcf7-not-valid {
  outline: 2px solid #e74c3c;
  outline-offset: 2px;
}

.contact-form-wrap input,
.contact-form-wrap textarea,
.contact-form-wrap select{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	box-sizing: border-box;
}
.contact-form-wrap input::placeholder{
	color: #999999;
}
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap input[type="email"],
.contact-form-wrap textarea{
	background-color: #F5F8FC;
	border: 1px solid #666666;
	width: 100%;
}
.contact-form-wrap select{
	border: 1px solid #666666;
	-webkit-appearance: auto;
	appearance: auto;
}
.contact-form-wrap input[type="radio"],
.contact-form-wrap input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	border: 1px solid #666666;
	background-color: #F5F8FC;
	vertical-align: middle;
	-webkit-border-radius: 0;
}
.contact-form-wrap input[type="radio"]:checked:before,
.contact-form-wrap input[type="checkbox"]:checked:before{
	background-color: #004099;
	font-weight: 500;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.contact-form-wrap input[type="radio"] {
  border-radius: 50%;
}

.contact-form-wrap input[type="radio"]:checked:before {
  border-radius: 50%;
}
.contact-form-wrap input[type="file"]::file-selector-button {
  color: #FFFFFF;
  background: #2C3440;
  border: 0;
  text-align: center;
}

.form-btn-area{
	display: flex;
	justify-content: center;
}
.form-btn-area input[type="submit"],
.form-btn-area button{
	font-weight: 600;
	text-align: center;
}
.form-btn-area .btn-submit{
	background-image: url("../img/icon_submit.svg");
	background-repeat: no-repeat;
	background-color: #2C3440;
	color: #FFF;
}
.form-btn-area .btn-back{
	background-image: url("../img/icon_back.svg");
	background-repeat: no-repeat;
	background-color: #565C66;
	color: #FFF;
}


.form-step {
  display: none;
}
.form-step.active {
  display: block;
}
@media print, screen and (min-width:781px) {
	.contact-form-wrap input[type="text"],
	.contact-form-wrap input[type="tel"],
	.contact-form-wrap input[type="email"],
	.contact-form-wrap textarea{
		border-radius: 4px;
		padding: 10px 13px;
	}
	.contact-form-wrap select{
		padding: 10px 13px;
	}
	.contact-form-wrap input[type="radio"],
	.contact-form-wrap input[type="checkbox"]{
		margin-right: 10px;
		width: 30px;
		height: 30px;
	}
	.contact-form-wrap input[type="radio"]:checked:before,
	.contact-form-wrap input[type="checkbox"]:checked:before{
		width: 15px;
		height: 15px;
	}
	.contact-form-wrap input[type="file"]::file-selector-button{
		border-radius: 4px;
		font-size: 1.2rem;
		padding: 8px 16px;
		margin-right: 20px;
	}
	.contact-form-wrap .short{
		width: 36.76%;
	}
	.contact-form-wrap .wide{
		width: 100%;
	}
	
	.form-btn-area{
		margin-top: 60px;
	}
	.form-btn-area .btn-submit,
	.form-btn-area .btn-back{
		font-size: 1.8rem;
		padding: 50px 100px;
		max-width: 400px;
		width: 100%;
		transition: .3s;
	}
	.form-btn-area .btn-submit{
		background-position: right 40px center;
	}
	.form-btn-area .btn-back{
		background-position: left 40px center;
		margin-right: 5%;
	}
	@media (hover: hover) and (pointer: fine){
		.form-btn-area .btn-submit:hover,
		.form-btn-area .btn-back:hover{
			opacity: .8;
		}
	}
}
@media screen and (max-width: 780px) {
	.contact-form-wrap input::placeholder{
		font-size: 1.5rem;
	}
	.contact-form-wrap input[type="text"],
	.contact-form-wrap input[type="tel"],
	.contact-form-wrap input[type="email"],
	.contact-form-wrap textarea{
		border-radius: 2px;
		padding: 5px 6px;
	}
	.contact-form-wrap select{
		padding: 5px 6px;
	}
	.contact-form-wrap input[type="radio"],
	.contact-form-wrap input[type="checkbox"]{
		margin-right: 10px;
		width: 30px;
		height: 30px;
	}
	.contact-form-wrap input[type="radio"]:checked:before,
	.contact-form-wrap input[type="checkbox"]:checked:before{
		width: 15px;
		height: 15px;
	}
	.contact-form-wrap input[type="file"]::file-selector-button{
		border-radius: 4px;
		font-size: 1.2rem;
		padding: 8px 16px;
		margin-right: 20px;
	}
	.contact-form-wrap .short{
		width: 100%;
	}
	.contact-form-wrap .wide{
		width: 100%;
	}
	
	.form-btn-area{
		margin-top: 25px;
	}
	.form-btn-area .btn-submit,
	.form-btn-area .btn-back{
		background-size: 20px auto;
		font-size: 2.0rem;
		padding: 20px 12%;
		width: 80%;
	}
	.form-btn-area .btn-submit{
		background-position: right 20px center;
	}
	.form-btn-area .btn-back{
		background-position: left 20px center;
		margin-right: 5%;
	}
}





/* ------- ANIMATION PARTS ---------------------------------------------- */
.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 30px);
}

.fade-in-down {
  transform: translate(0, -30px);
}

.fade-in-left {
  transform: translate(-30px, 0);
}

.fade-in-right {
  transform: translate(30px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}