@import "oc-theme-base.css";

:root {
	--oc-link-color: #005B98;
	--oc-primary-color: #005B98;
	
	--oc-btn-primary-color: #005B98;
	--oc-btn-alt-color: #005B98;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;

	--header-height: 115px;
	/* --header-height-fixed: 95px; */
}

@media screen and (max-width:767px) {
	:root {
		--header-height: 80px;
	}
}

body {
	color: var(--oc-primary-color);
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

.text-primary-color{
	color: var(--oc-primary-color);
}
.clear-fix { clear: both; }
.link-border a{
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: var(--oc-link-color);;
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
img {
	max-width: 100%;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	/* height: 200px; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: #fff 5px solid;
    border-radius: 10px;
	aspect-ratio: 3 / 1;
}
.text-bg-top .caption {
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
	margin-top: var(--header-height);
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

@media screen and (max-width:767px) {
	body {
		font-size: 14px;
		line-height: 1.85;
		letter-spacing: 0;
	}
	.text-bg-top {
        aspect-ratio: 6 / 5;
	}
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}
.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
} 
.modal-dialog{
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* END - OC Modal Style */

*{
	word-break: break-word;
}
a,
a img{
    transition: all .3s;
}
a[href^="tel:"] {
    pointer-events: none;
}
p{
	margin-bottom: 30px;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
}
figure{
	margin-bottom: 0;
}
i{
	font-style: normal;
}
table{
	width: 100%;
}
.home dl,
.home dd,
.content dl,
.content dd,
ul.reset,
ol.reset,
#header ul,
#footer ul,
.home ul,
.home ol{
	margin: 0;
	padding: 0;
}
ul.reset li,
ol.reset li,
#header li,
#footer li,
.home li{
	list-style: none;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: var(--oc-primary-color);
}
.mt0{margin-top: 0px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt75{margin-top: 75px!important;}
.mt80{margin-top: 80px!important;}
.mt85{margin-top: 85px!important;}
.mt90{margin-top: 90px!important;}
.mt95{margin-top: 95px!important;}
.mt100{margin-top: 100px!important;}
.mb0{margin-bottom: 0px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb55{margin-bottom: 55px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 65px!important;}
.mb70{margin-bottom: 70px!important;}
.mb75{margin-bottom: 75px!important;}
.mb80{margin-bottom: 80px!important;}
.mb85{margin-bottom: 85px!important;}
.mb90{margin-bottom: 90px!important;}
.mb95{margin-bottom: 95px!important;}
.mb100{margin-bottom: 100px!important;}
.mlr10{margin-left: 10px!important;margin-right: 10px!important;}
.mlr20{margin-left: 20px!important;margin-right: 20px!important;}
.mlr30{margin-left: 30px!important;margin-right: 30px!important;}
.mlr40{margin-left: 40px!important;margin-right: 40px!important;}
.mlr50{margin-left: 50px!important;margin-right: 50px!important;}
.mlr60{margin-left: 60px!important;margin-right: 60px!important;}
.mlr70{margin-left: 70px!important;margin-right: 70px!important;}
.mlr80{margin-left: 80px!important;margin-right: 80px!important;}
.mlr90{margin-left: 90px!important;margin-right: 90px!important;}
.mlr100{margin-left: 100px!important;margin-right: 100px!important;}
.tb,
.sp{
	display: none;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f1{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.f2{
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
img.r6,
.r6 img{
	border-radius: 6px;
}
.btn-s1{
	display: inline-block;
	position: relative;
	padding-left: 27px;
	width: 273px;
	height: 68px;
	font-size: 16px;
	line-height: 66px;
	text-align: left;
	text-decoration: none!important;
	background: #fff;
	border: #a4cce8 1px solid;
	border-radius: 76px;
}
.btn-s1.short{
	width: 236px;
}
.btn-s1.long{
	width: 298px;
}
.btn-s1:hover{
	background: #CFE1ED;
	border-color: #CFE1ED;
	opacity: 1;
}
.btn-s1.t2{
	color: #fff;
	background: none;
	border-color: #fff;
}
.btn-s1.t2:hover{
	color: var(--oc-primary-color);
	background: #CFE1ED;
	border-color: #CFE1ED;
	opacity: 1;
}
.btn-s1.t2:before{
	background: #fff;
}
.btn-s1:after,
.btn-s1:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 27px;
	width: 42px;
	height: 24px;
	background: #F2F7FA;
	border-radius: 15px;
    transform: translateY(-50%);
}
.btn-s1:after{
	background: url(../img/arrow.svg) no-repeat center;
}
.btn-s2{
	display: block;
	position: relative;
	width: 390px;
	height: 90px;
	font-size: 22px;
	font-weight: 500;
	line-height: 90px;
	text-align: center;
	text-decoration: none!important;
	background: #fff;
	border-radius: 6px;
}
.btn-s2.tel {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.6;
	background: #fff url(../img/icon-phone02.svg) no-repeat 20px center;
}
.btn-s2.mail {
	background: #fff url(../img/icon-mail.svg) no-repeat 20px center;
}
.btn-s2.line {
	background: #fff url(../img/icon-line.svg) no-repeat 20px center;
}
.btn-s2:after,
.btn-s2:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 42px;
	height: 24px;
	background: #F2F7FA;
	border-radius: 15px;
    transform: translateY(-50%);
}
.btn-s2:after{
	background: url(../img/arrow.svg) no-repeat center;
}
.btn-s2.tel b{
	display: block;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4;
}
.btn-s2.tel b i{
	color: #FFB600;
}
.btn-s3{
	display: inline-block;
	position: relative;
	padding-right: 50px;
    transition: all 0s;
}
.btn-s3:after,
.btn-s3:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 42px;
	height: 25px;
	border: #caddea 1px solid;
	border-radius: 15px;
    transform: translateY(-50%);
}
.btn-s3:after{
	background: url(../img/arrow.svg) no-repeat center;
	border-color: transparent;
}
.btn-s3:hover{
	font-weight: bold;
	opacity: 1;
}
.btn-s3:hover:before{
	border-color: #005B98;
}
.slick-arrow:hover{
	opacity: 0.8;
}

@media screen and (max-width:820px) {
	.tb{
		display: block;
	}
}

@media screen and (max-width:767px) {
	.mb5{margin-bottom: 2vw!important;}
	.mb10{margin-bottom: 3vw!important;}
	.mb15{margin-bottom: 3.5vw!important;}
	.mb20{margin-bottom: 4vw!important;}
	.mb25{margin-bottom: 4.5vw!important;}
	.mb30{margin-bottom: 5vw!important;}
	.mb35{margin-bottom: 5.5vw!important;}
	.mb40{margin-bottom: 6vw!important;}
	.mb45{margin-bottom: 6.5vw!important;}
	.mb50{margin-bottom: 7vw!important;}
	.mb55{margin-bottom: 7.5vw!important;}
	.mb60{margin-bottom: 8vw!important;}
	.mb65{margin-bottom: 8.5vw!important;}
	.mb70{margin-bottom: 9vw!important;}
	.mb75{margin-bottom: 9.5vw!important;}
	.mb80{margin-bottom: 10vw!important;}
	.mb85{margin-bottom: 10.5vw!important;}
	.mb90{margin-bottom: 11vw!important;}
	.mb95{margin-bottom: 11.5vw!important;}
	.mb100{margin-bottom: 12vw!important;}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	p:not(:last-child){
		margin-bottom: 25px;
	}
    a[href^="tel:"] {
        pointer-events: auto;
    }
	img.r6,
	.r6 img{
		border-radius: 4px;
	}
	.btn-s1{
		padding-left: 20px;
		width: 223px;
		height: 58px;
		line-height: 56px;
	}
	.btn-s1.short{
		width: 186px;
	}
	.btn-s1.long{
		width: 268px;
	}
	.btn-s1:after,
	.btn-s1:before{
		right: 20px;
	}
	.btn-s2{
		width: 345px;
		height: 80px;
		font-size: 20px;
		line-height: 80px;
	}
	.btn-s2.tel {
		font-size: 12px;
	}
	.btn-s2.tel b{
		font-size: 24px;
	}
	.btn-s2.mail ,
	.btn-s2.line ,
	.btn-s2.tel {
		background-size: 40px;
	}
}

/*base*/
.home #container{
	overflow: hidden;
}
.package{
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999;
    transition: all 1s;
}
.overlay.hide{
	opacity: 0;
	z-index: -1;
}

@media screen and (max-width:767px) {
	body:not(.home) #container{
		padding-top: 0;
	}
	.wrap{
		padding: 0 15px;
	}
}

/*ヘッダー*/
#header a,
#header{
	color: #fff;
}
body.fixed #header .description,
body.fixed #header a,
body.fixed #header{
	color: var(--oc-primary-color);
}
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
}
#header #hinr{
	align-items: center;
	gap: 30px;
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	height: var(--header-height);
}
body.fixed #hinr{
	background: #fff;
}
#header .right{
	display: flex;
	align-items: center;
	gap: 30px 15px;
}
#header .description{
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 1.2;
}
#header .logo a{
	display: block;
	width: 255px;
	height: 55px;
	text-indent: -9999px;
	background: url(../img/logo.svg) no-repeat center;
	background-size: 100% auto;
	transition: all 0s;
}
#header .sp-menu .logo a,
body.fixed #hinr .logo a{
	background: url(../img/logo02.svg) no-repeat center;
	background-size: 100% auto;
}
#header .tel{
	margin-bottom: 5px;
	font-size: 14px;
	text-align: right;
}
#header .tel span{
	
}
#header .tel b{
	font-weight: 400;
	font-size: 20px;
}
#header .menu ul{
	display: flex;
	gap: 20px;
}
#header .contact a{
	display: block;
	padding-top: 7px;
	width: 218px;
	height: 56px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	border: #fff 1px solid;
	border-radius: 68px;
}
#header .sp-menu .middle .btm a,
body.fixed #hinr .contact a{
	color: #fff!important;
	background: var(--oc-primary-color);
	border-color: var(--oc-primary-color);
}
#header .contact span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
}
.fixed-line-qr{
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 350px;
	z-index: 10;
}
.fixed-line-qr .close{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.fixed-line-qr .close img{
	display: block;
}
.fixed-line-qr a:hover,
.fixed-line-qr a:hover img{
	opacity: 1;
}
#header .menu-trigger{
	display: none;
	position: fixed;
	top: 20px;
	right: 15px;
	width: 46px;
	height: 46px;
	border: #fff 1px solid;
	border-radius: 100%;
	cursor: pointer;
	z-index: 10;
}
body.fixed .menu-trigger,
#header.on .menu-trigger{
	background: #fff;
	border-color: var(--oc-primary-color);
}
.menu-trigger .inr{
	position: relative;
	width: 22px;
	height: 10px;
	cursor: pointer;
    transition: all .3s;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: all .3s;
}
body.fixed .menu-trigger span,
.on .menu-trigger span {
	background: var(--oc-primary-color);
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	display: none;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	width: 15px;
}
.on .menu-trigger span:nth-of-type(1) {
	top: 50%;
  	transform: translateY(50%) rotate(-30deg);
}
.on .menu-trigger span:nth-of-type(3) {
	bottom: 26%;
	width: 100%;
  	transform: translateY(-50%) rotate(30deg);
}
.sp-menu{
	position: fixed;
	top: 0;
	right: -100%;
	padding: 15px;
	padding-bottom: 20px;
	width: 375px;
	height: 100%;
	background: #fff;
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
	z-index: 2;
}
.on .sp-menu{
	right: 0;
}
.sp-menu a{
	color: var(--oc-primary-color)!important;
}
.sp-menu .logo{
	margin-bottom: 5px;
}
#header .sp-menu .description{
	margin-bottom: 0;
	color: var(--oc-primary-color);
	font-size: 8px;
}
#header .sp-menu .logo a{
	width: 185px;
}
.sp-menu .upper {
	margin-bottom: 20px;
}
.sp-menu li{
	border-bottom: #7FADCB 1px dashed;
}
.sp-menu li:first-child{
	border-top: #7FADCB 1px dashed;
}
.sp-menu li a{
	display: block;
	position: relative;
	padding: 12px 10px;
	padding-right: 60px;
}
.sp-menu li a:after,
.sp-menu li a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 42px;
	height: 24px;
	border: #ccdeea 1px solid;
	border-radius: 15px;
    transform: translateY(-50%);
}
.sp-menu li a:after{
	background: url(../img/arrow.svg) no-repeat center;
}
.sp-menu .middle{
	margin-bottom: 60px;
}
.sp-menu .middle .upr{
	gap: 10px;
	margin-bottom: 10px;
}
.sp-menu .middle .upr a{
	flex: 1;
	display: block;
	padding-left: 50px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	border: 1px solid var(--oc-primary-color);
	border-radius: 30px;
}
.sp-menu .middle .upr a.sp-tel{
	background: url(../img/icon-phone02.svg) no-repeat 7px center;
	background-size: 36px auto;
}
.sp-menu .middle .upr a.sp-mail{
	background: url(../img/icon-mail.svg) no-repeat 7px center;
	background-size: 36px auto;
}
#header .sp-menu .middle .btm a{
	width: 100%;
}
.sp-menu .bottom {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.sp-menu .bottom a{
	width: 40px;
}
@media screen and (max-width:1280px) and (min-width:1025px){
	/* メニュー文字 */
	#header .menu ul a{
		font-size: clamp(12px, 0.6vw + 6px, 16px);
		white-space: nowrap;
	  }
	
	  /* メニュー間の余白を詰める */
	  #header .menu ul{
		gap: clamp(10px, 1vw, 18px);
	  }
	
	#header .logo a{
		width: clamp(235px, 19vw, 255px);
		height: 55px;
		background-size: 100% auto;
	  }
	  #header .contact a{
		width: clamp(188px, 15vw, 210px);
		height: clamp(46px, 4vw, 52px);
		padding-top: 6px;
	
		font-size: clamp(15px, 0.45vw + 10px, 17px);
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
	
		border-radius: 999px;
		white-space: nowrap;
	  }

  /* 上段テキストがある場合の微調整 */
  #header .contact span{
    font-size: clamp(10px, 0.25vw + 8px, 12px);
    line-height: 1.2;
  }
  #header #hinr{
    gap: clamp(18px, 2vw, 30px);
    padding: 0 clamp(16px, 2vw, 30px);
  }

  }
  
  

@media screen and (max-width:1024px) {
	#header .right{
		display: none;
	}
	#header .menu-trigger{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width:820px) {
	.fixed-line-qr{
		width: 202px;
	}
	.fixed-line-qr .close{
		top: 0;
		right: 0;
		width: 18px;
		height: 18px;
	}
}

@media screen and (max-width:767px) {
	#header #hinr{
		padding: 0 15px;
	}
	#header .left{
		padding-top: 14px;
	}
	#header .logo a{
		width: 185px;
	}
	#header .description{
		margin-bottom: 0;
		font-size: 8px;
	}
	.sp-menu{
		width: 100%;
	}
}

/*メインカラム*/
.content-wrap{
	border: #fff 5px solid;
	border-top: none;
	border-radius: 6px;
	overflow: hidden;
}
.top-mv{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border: #fff 5px solid;
	border-bottom: none;
	z-index: -1;
}
.top-mv .slider img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-content:not(.c01){
	background: #fff ;
}
.top-content h2{
	padding: 0;
	font-weight: normal;
	font-size: 18px;
}
.sub-page .header.s1,
.top-content .header.s1{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: #c2dbea 1px solid;
}
.sub-page .header.s1 span,
.top-content .header.s1 span{
	position: relative;
	display: block;
	padding-left: 10px;
	padding-bottom: 20px;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0;
}
.sub-page .header.s1 span:before,
.top-content .header.s1 span:before{
	content: '●';
	position: absolute;
	top: 3px;
	left: 0;
	color: #FFB600;
	font-size: 9px;
}
.sub-page .header.s1 h2,
.top-content .header.s1 h2{
	margin: 0;
	margin-bottom: -1px;
	padding: 0;
	padding-bottom: 20px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.65;
	letter-spacing: 0.05em;
	border-bottom: #005b98 1px solid;
}
.top-content.c01{
	position: relative;
	margin-top: calc(var(--header-height) * -1);
	color: #fff;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}
.top-content.c01:before{
	content: '';
	display: block;
	margin-top: var(--header-height);
	width: 100%;
	aspect-ratio: 143 / 74;
}
.top-content.c01:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(130deg, 
	rgba(255, 255, 255, 0) 0%, 
	rgba(252, 253, 253, 0.1) 10%,
	rgba(0, 91, 152, 0.2) 60%, 
	rgba(0, 91, 152, 0.3) 100%);

  /* mask-image で透過を縦方向に */
  -webkit-mask-image: linear-gradient(to bottom, 
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%);
  mask-image: linear-gradient(to bottom, 
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%);
}
.top-content.c01>div{
	position: relative;
}
.top-content.c01 .wrap{
	position: relative;
}
.top-content.c01 .upper {
	position: relative;
	font-size: 60px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.top-content.c01 .upper>div{
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 90px;
	padding-bottom: 30px;
    transform: translateY(-100%);
}
.top-content.c01 .upper p.f2{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0;
}
.top-content.c01 .bottom {
	position: relative;
	padding: 80px 0;
	z-index: 2;
}
.top-content.c01 .marquee-wrap {
  display: flex;
  white-space: nowrap;
}
.top-content.c01 .marquee-text{
	font-size: 152px;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
	background: linear-gradient(90deg, rgba(255, 255, 255,0.3) 1%,rgba(255, 255, 255,0.2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-content.c01 .bottom .wrap>div{
	padding-top: 15px;
	padding-right: 12.5%;
}
.top-content.c01 dl{
	margin-left: auto;
    writing-mode: vertical-rl;
}
.top-content.c01 dt{
	display: inline-block;
	margin-left: 100px;
	padding-left: 5px;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0;
	border-left: #fff 1px solid;
}
.top-content.c01 dd{
	font-size: 22px;
	font-weight: 400;
	line-height: 3.2;
	letter-spacing: 0.05em;
	text-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
.top-content.c02 {
	padding-top: 90px;
	padding-bottom: 110px;
	background: linear-gradient(180deg, rgba(248, 252, 255,1) 1%,rgba(255, 255, 255,1) 100%);
}
.top-content.c02 .flex{
	gap: 10px 50px;
}
.top-content.c02 .left{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding-top: 30px;
}
.top-content.c02 .right{
	flex: 1;
	max-width: 880px;
	overflow: hidden;
}
.top-content.c02 .left li span{
	display: inline-block;
	margin-bottom: 12px;
	padding: 0 15px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	opacity: 0.7;
	cursor: pointer;
}
.top-content.c02 .left li.selected span{
	opacity: 1;
	font-size: 16px;
	background: #E7F8FF;
	border-radius: 15px;
}
.top-content.c02 .right a{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	padding: 25px 15px;
	padding-right: 50px;
	background: url(../img/arrow.svg) no-repeat right 25px center;
	border-bottom: #7eadcb 1px dashed;
}
.top-content.c02 .right a:hover{
    transform: translateX(7px);
}
.top-content.c02 .date{
	width: 90px;
}
.top-content.c02 .category{
	padding: 0 15px;
	min-width: 76px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	background: #E3F6FF;
	border-radius: 26px;
} 
.top-content.c02 .p-title{
	flex: 1;
}
.top-content.c02 .box:not(.selected){
	display: none;
}
.top-content.c03 {
	padding-bottom: 140px;
}
.top-content.c03 .header{
	position: relative;
	padding-top: 60px;
	padding-left: 70px;
}
.top-content.c03 .header span{
	display: block;
	position: relative;
	font-size: 72px;
	line-height: 1;
	letter-spacing: 0;
}
.top-content.c03 .header span:before{
	content: '●';
	position: absolute;
	top: 0;
	left: -10px;
	color: #FFB600;
	font-size: 9px;
}
.top-content.c03 h2{
	padding: 0;
	margin-bottom: 70px;
}
.top-content.c03 .upper {
	margin: 0 auto;
	max-width: 840px;
}
.top-content.c03 .upper .flex{
	gap: 35px;
}
.top-content.c03 .upper .left{
	font-size: 28px;
	line-height: 1.7;
	letter-spacing: 0.15em;
	white-space: nowrap;
}
.top-content.c03 .upper .right{
	max-width: 440px;
	line-height: 2.2;
}
.top-content.c03 .bottom {
	align-items: center;
	margin-top: -70px;
	margin-left: -160px;
	margin-right: -50px;
}
.top-content.c03 img.s1{
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.top-content.c03 img.s2{
	width: 610px;
	border-radius: 0 6px 6px 0;
}
.top-content.c03 img.s3{
	width: 350px;
}
.top-content.c04 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
}
.top-content.c04:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 3000px;
	height: 100%;
	background: #F2FBFF;
	border-radius: 6px;
    transform: translateX(-460px);
}
.top-content.c04 .wrap{
	position: relative;
}
.top-content.c04 .header{
	margin-bottom: 20px;
}
.top-content.c04 .body>p{
	margin-bottom: 40px;
}
.top-content.c04 .slider{
	width: 430px;
}
.top-content.c04 .box{
	position: relative;
	padding: 0 20px;
}
.top-content.c04 .box:before{
	content: attr(data-en);
	position: absolute;
	top: 0;
	left: -9px;
	color: var(--oc-primary-color);
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    writing-mode: vertical-rl;
	letter-spacing: 0;
}
.top-content.c04 dl{
	position: absolute;
	left: 20px;
	bottom: 0;
	padding: 25px;
	width: calc(100% - 40px);	
	color: #fff;
	z-index: 100;
}
.top-content.c04 dt{
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0;
}
.top-content.c04 .image{
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.top-content.c04 .image:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80%;
    background: linear-gradient(rgba(102,102,102,0),rgba(0,29,49,0.7));
}
.top-content.c04 .image img{
	width: 100%;
	aspect-ratio: 39 / 46;
	object-fit: cover;
}
.top-content.c04 .slider-wrap{
	margin-bottom: 20px;
	width: 2000px;
	overflow: hidden;
}
.top-content.c04 .slick-list{
	overflow: visible;
}
.top-content.c04 .slider-sub{
	align-items: center;
	gap: 40px;
}
.top-content.c04 .arrow{
	display: flex;
	gap: 10px;
}
.top-content.c04 .slick-arrow {
	position: static;
    width: 42px;
    height: 24px;
	background: url(../img/arrow02.svg) no-repeat center;
	background-size: 11px auto;
	border: var(--oc-primary-color) 1px solid;
	border-radius: 15px;
    transform: translateX(0);
	z-index: 1;
}
.top-content.c04 .slick-next {
	background: url(../img/arrow03.svg) no-repeat center;
	background-size: 11px auto;
}
.top-content.c04 .slick-arrow:before {
	display: none;
}
.top-content.c04 .dots{
	flex: 1;
}
.top-content.c04 .slick-dots{
	display: flex;
	position: static;
}
.top-content.c04 .slick-dots li{
	flex: 1;
	margin: 0;
}
.top-content.c04 .slick-dots li,
.top-content.c04 .slick-dots button,
.top-content.c04 .slick-dots button:before{
	content: '';
	padding: 0;
	width: 100%;
	height: 1px;
	border-radius: 0;
	opacity: 1;
}
.top-content.c04 .slick-dots button:before{
	background: #E2E2E3;
}
.top-content.c04 .slick-dots .slick-active button:before{
	background: var(--oc-primary-color);
}
.top-content.c05 {
	padding-top: 130px;
	padding-bottom: 140px;
	background: linear-gradient(180deg, rgba(255, 255, 255,1) 1%,rgba(254, 254, 255,1) 1%,rgba(242, 251, 255,1) 100%);
}
.top-content.c05 .header{
	margin-bottom: 50px;
}
.top-content.c05 .upper {
	align-items: center;
	gap: 50px;
	position: relative;
	margin-bottom: 150px;
}
.top-content.c05 .upper .left{
	position: relative;
	padding-left: 100px;
	max-width: 600px;
}
.top-content.c05 .upper .right{
	flex: 1;
	display: flex;
	justify-content: flex-end;
	min-width: 500px;
}
.top-content.c05 .upper dl{
	max-width: 500px;
}
.top-content.c05 .upper dt{
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.5;
}
.top-content.c05 .upper img.s1{
	position: absolute;
	left: 0;
	bottom: -45px;
	width: 200px;
}
.top-content.c05 .middle {
	margin-bottom: 100px;
}
.top-content.c05 .middle .upr{
	margin-bottom: 60px;
	text-align: center;
}
.top-content.c05 .middle .upr strong{
	display: block;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 1.5;
}
.top-content.c05 .middle .flex{
	align-items: center;
}
.top-content.c05 .middle .left{
	position: relative;
	width: 34%;
	font-size: 28px;
	line-height: 1.5;
}
.top-content.c05 .middle .center{
	width: 32.5%;
}
.top-content.c05 .middle .right{
	flex: 1;
	padding-left: 30px;
}
.top-content.c05 .middle .left:before{
	content: attr(data-index);
	position: absolute;
	top: -45px;
	left: 0;
	color: #95BCD6;
	font-size: 22px;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
}
.top-content.c05 .middle .center img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 100%;
}
.top-content.c05 .bottom .header{
	align-items: center;
	margin-bottom: 0;
}
.top-content.c05 .bottom h3{
	margin-bottom: 40px;
	padding-left: 40px;
	font-size: 28px;
	line-height: 1.1;
	border-left: 1px solid var(--oc-primary-color);
}
.top-content.c05 .bottom .inr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 30px;
}
.top-content.c05 .bottom .box{
	flex: 1;
	position: relative;
	padding: 30px;
}
.top-content.c05 .bottom .box:after,
.top-content.c05 .bottom .box:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
	background: linear-gradient(140deg, rgba(124, 171, 203,1) 1%,rgba(243, 251, 255,1) 77%);
	border-radius: 6px;
}
.top-content.c05 .bottom .box:after{
	top: 1px;
	left: 1px; 
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: linear-gradient(180deg, rgba(251, 254, 255,1) 2%,rgba(250, 253, 255,1) 2%,rgba(249, 253, 255,1) 100%);
}
.top-content.c05 .bottom .box a{
	position: relative;
	display: block;
	z-index: 2;
}
.top-content.c05 .bottom .image{
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
}
.top-content.c05 .bottom .image img{
	width: 100%;
	height: auto;
	aspect-ratio: 8 / 5;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.top-content.c05 .bottom .box:hover img{
	transform: scale(1.1);
}
.top-content.c05 .p-title{
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0;
}
  /* =========================================
   c05 Middle Slider UI (safe)
   ========================================= */

/* slider-sub layout */
.top-content.c05 .middle .slider-sub{
	display: flex;
	align-items: center;
	gap: 40px;
  }
  
  /* dots wrapper (height 기준) */
  .top-content.c05 .middle .slider-sub .dots{
	flex: 1;
	display: flex;
	align-items: center;
	height: 24px;
  }
  
  /* ---- dots: whereever slick-dots is rendered in middle ---- */
  .top-content.c05 .middle .slick-dots{
	display: flex;
	align-items: center;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: static;
  }
  
  .top-content.c05 .middle .slick-dots li{
	flex: 1;
	margin: 0;
  }
  
  .top-content.c05 .middle .slick-dots button{
	position: relative;
	width: 100%;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
  }
  
  /* line */
  .top-content.c05 .middle .slick-dots button:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #E2E2E3;
	opacity: 1;
  }
  
  .top-content.c05 .middle .slick-dots .slick-active button:before{
	background: var(--oc-primary-color);
  }
  
  /* arrow area */
  .top-content.c05 .middle .slider-sub .arrow{
	display: flex;
	gap: 10px;
  }
  
  /* arrows (same as c04) */
  .top-content.c05 .middle .slick-arrow{
	position: static;
	width: 42px;
	height: 24px;
	background: url(../img/arrow02.svg) no-repeat center;
	background-size: 11px auto;
	border: var(--oc-primary-color) 1px solid;
	border-radius: 15px;
	transform: translateX(0);
	z-index: 1;
  }
  .top-content.c05 .middle .slick-next{
	background: url(../img/arrow03.svg) no-repeat center;
	background-size: 11px auto;
  }
  .top-content.c05 .middle .slick-arrow:before{
	display: none;
  }
  
  /* safety */
  .top-content.c05 .middle .slider-sub > .slick-prev,
  .top-content.c05 .middle .slider-sub > .slick-next{
	display: none !important;
  }
  
  
	
.top-content.c06 {
	padding-top: 100px;
	padding-bottom: 130px;
}
.top-content.c06 .header{
	padding-left: 90px;
}
.top-content.c06 .header span{
    display: inline-block;
	margin-left: -90px;
	margin-bottom: 10px;
	font-size: 100px;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
    background: linear-gradient(130deg, #E6EEF4, #F0F5F9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-content.c06 .header i:last-child{
	display: inline-block;
	padding-left: 90px;
}
.top-content.c06 h2{
	position: relative;
}
.top-content.c06 h2:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -90px;
	width: 75px;
	height: 1px;
	background: var(--oc-primary-color);
    transform: translateY(-50%);
}
.top-content.c06 .upper {
	gap: 30px;
	margin-bottom: 125px;
}
.top-content.c06 .upper .left{
	padding-top: 50px;
	padding-left: 90px;
	width: 50%;
}
.top-content.c06 .upper .right{
	margin-top: -60px;
	width: 42.5%;
}
.top-content.c06 .upper strong{
	font-size: 32px;
	line-height: 1.62;
}
.top-content.c06 .bottom {
	position: relative; 
	padding-top: 85px;
	text-align: center;
}
.top-content.c06 .bottom:after,
.top-content.c06 .bottom:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1366px;
	height: 100%;
	background: url(../img/top-c06-bg.webp) no-repeat center 0;
    transform: translateX(-51.5%);
}
.top-content.c06 .bottom:after {
	top: auto;
	left: 50%;
	bottom: 10px;
	background: url(../img/top-c06-bg02.webp) no-repeat center bottom;
    transform: translateX(-49.5%);
}
.top-content.c06 .bottom>div{
	position: relative;
	z-index: 2;
}
.top-content.c06 .bottom .upr{
	margin-bottom: 25px;
}
.top-content.c06 .bottom p.s1{
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.65;
}
.top-content.c06 .bottom p.s1 strong{
	display: block;
	font-size: 40px;
	line-height: 1.3;
	letter-spacing: 0;
}
.top-content.c06 .bottom ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2px 50px;
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 640px;
}
.top-content.c06 .bottom li{
	aspect-ratio: 1 / 1;
	padding-top: 95px;
	width: 180px;
	min-width: 180px;
	font-weight: 500;
	line-height: 1.5;
	background: #F2FBFF;
	border-radius: 100%;
}
.top-content.c06 .bottom li.s1{
	background: #F2FBFF url(../img/icon-talk.svg) no-repeat center 35px;
}
.top-content.c06 .bottom li.s2{
	background: #F2FBFF url(../img/icon-document.svg) no-repeat center 40px;
}
.top-content.c06 .bottom li.s3{
	background: #F2FBFF url(../img/icon-watch.svg) no-repeat center 42px;
}
.top-content.c07{
	position: relative;
	z-index: 2;
}
.top-content.c07 .wrap{
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
}
.top-content.c07 .wrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: -90px;
	width: calc(100% + 180px);
	height: 100%;
	background: #F2FBFF;
	border-radius: 6px;
}
.top-content.c07 .wrap>div{
	position: relative;
}
.top-content.c07 .header{
	margin-bottom: 50px;
}
.top-content.c07 .left{
	width: 41.5%;
}
.top-content.c07 .right{
	width: 50%;
	padding-right: 30px;
}
.top-content.c08 {
	padding-top: 125px;
	padding-bottom: 80px;
}
.top-content.c08 .header{
	margin-bottom: 40px;
}
.top-content.c08 .left{
	width: 43%;
}
.top-content.c08 .right{
	width: 50%;
}
.top-content.c08 p.s1{
	margin-bottom: 10px;
}
.top-content.c08 dl{
	margin-bottom: 15px;
}
.top-content.c08 dt{
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
}
.top-content.c08 small{
	font-size: 14px;
}
.top-content.c09 {
	padding-bottom: 190px;
}
.top-content.c09 p.f2{
	position: relative;
	height: 52px;
	z-index: 2;
}
.top-content.c09 span{
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 15px;
	height: 52px;
	font-size: 32px;
	letter-spacing: 0;
	line-height: 52px;
	background: #fff;
}
.top-content.c09 .slider{
	width: 530px;
}
.top-content.c09 img{
	margin-right: 30px;
	max-width: 500px;
}
.top-content.c09 img:nth-of-type(odd){
    transform: translateY(40px);
}
 .top-content.c09 .slick-list{
	overflow: visible;
}
.top-content.c10 {
	padding-bottom: 80px;
}
.top-content.c10 .header{
	margin-bottom: 40px;
}
.top-content.c10 .inr{
    counter-reset: order;
	margin-top: 40px;
}
.top-content.c10 .inr>div{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
	padding-left: 150px;
}
.top-content.c10 .inr>div:after,
.top-content.c10 .inr>div:before{
	content: 'STEP';
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -18px;
	width: 70px;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
    transform: translateY(-50%);
}
.top-content.c10 .inr>div:after{
    counter-increment: order;
    content: counter(order, decimal-leading-zero);
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: 18px;
	font-size: 40px;
}
.top-content.c10 dl{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding-left: 240px;
	min-height: 160px;
	border-left: #a4cce8 1px dashed;
}
.top-content.c10 dl:after,
.top-content.c10 dl:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 40px;
	width: 160px;
	height: 160px;
	background: #F2FBFF;
	border-radius: 100%;
    transform: translateY(-50%);
}
.top-content.c10 dl.s1:after{
	background: url(../img/icon-chat.svg) no-repeat center;
}
.top-content.c10 dl.s2:after{
	background: url(../img/icon-group.svg) no-repeat center;
}
.top-content.c10 dl.s3:after{
	background: url(../img/icon-profile.svg) no-repeat center;
}
.top-content.c10 dl.s4:after{
	background: url(../img/icon-heart.svg) no-repeat center;
}
.top-content.c10 dt{
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.55;
}
.top-content.c11 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.top-content.c11:before{
	content: '';
	position: absolute;
	bottom: 0;
	right: 50%;
	width: 3000px;
	height: 490px;
	background: #F2FBFF;
	border-radius: 6px;
    transform: translateX(200px);
}
.top-content.c11 .wrap{
	position: relative;
}
.top-content.c11 .flex{
	position: relative;
	margin-left: -60px;
}
.top-content.c11 .left{
	width: 38%;
	text-align: right;
}
.top-content.c11 .right{
	padding-top: 120px;
	width: 47.5%;
}
.top-content.c11 img.s2{
	position: relative;
	margin-top: -75px;
	margin-right: -90px;
	width: 280px;
}
.top-content.c11 img.s3{
	position: absolute;
	top: -100px;
	right: -75px;
	width: 294px;
}
.top-content.c11 strong{
	font-size: 30px;
	line-height: 1.3;
}
.top-content.c11 strong b{
	font-size: 39px;
	font-weight: 500;
}
.top-content.c12 {
	padding-top: 130px;
	padding-bottom: 90px;
}
.top-content.c12 .header{
	margin-bottom: 50px;
}
.top-content.c12 .flex{
	gap: 0 30px;
}
.top-content.c12 .flex:not(:last-child){
	margin-bottom: 70px;
}
.top-content.c12 .flex .left{
	width: 450px;
}
.top-content.c12 dl{
	padding-top: 10px;
}
.top-content.c12 dt{
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1.5;
}
.top-content.c12 dd span{
	display: block;
	margin-bottom: 10px;
	padding-left: 35px;
}
.top-content.c12 .address{
	background: url(../img/icon-map.svg) no-repeat 0 3px;
}
.top-content.c12 .address a{
	text-decoration: underline;
}
.top-content.c12 .hour{
	background: url(../img/icon-clock.svg) no-repeat 0 3px;
}
.top-content.c12 .tel{
	background: url(../img/icon-phone.svg) no-repeat 0 3px;
}
.top-content.c12 .slider{
	width: 580px;
}
.top-content.c12 .slider img{
	margin-right: 20px;
}
.top-content.c12 .slick-dots{
	display: flex;
	justify-content: end;
	padding-right: 20px;
	bottom: -12px;
}
.top-content.c12 .slick-dots li{
	margin: 0;
	margin-left: 5px;
	overflow: hidden;
}
.top-content.c12 .slick-dots li,
.top-content.c12 .slick-dots button,
.top-content.c12 .slick-dots button:before{
	content: '';
	padding: 0;
	width: 10px;
	height: 2px;
	background: #CCDEEA;
	border-radius: 5px;
    transition: all .5s ease-in-out;
	opacity: 1;
}
.top-content.c12 .slick-dots button:before{
	left: -100%;
	opacity: 1;
}
.top-content.c12 .slick-dots .slick-active,
.top-content.c12 .slick-dots .slick-active button,
.top-content.c12 .slick-dots .slick-active button:before{
	width: 20px;
}
.top-content.c12 .slick-dots .slick-active button:before{
	animation: slideAndFade 3.5s forwards; 
	background: var(--oc-primary-color);
}
@keyframes slideAndFade {
  0% {
    left: -100%;
    opacity: 1;
  }
  57% { 
    left: 0;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
.top-content.c13 {
	position: relative;
	padding-top: 25px;
	padding-bottom: 90px;
	color: #fff;
	font-weight: 400;
}
.top-content.c13:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 1380px;
	height: 100%;
	background: url(../img/top-c13-01.webp) no-repeat center;
	background-size: cover;
	border-radius: 6px;
	overflow: hidden;
    transform: translateX(-50%);
}
.top-content.c13 .wrap{
	position: relative;
}
.top-content.c13 p.s1{
	position: relative;
	margin-left: -50px;
	margin-bottom: 100px;
	font-size: 30px;
	line-height: 1.6;
	letter-spacing: 0;
}
.top-content.c13 p.s1:before{
	content: '●';
	position: absolute;
	top: 9px;
	left: -9px;
	color: #FFB600;
	font-size: 9px;
}
.top-content.c13 .inr{
	display: flex;
	flex-direction: column;
}
.top-content.c13 .inr>div{
	margin-left: auto;
	max-width: 620px;
}
.top-content.c13 .upper {
	margin-bottom: 40px;
}
.top-content.c13 p.s2{
	margin-bottom: 15px;
}
.top-content.c13 .upper strong{
	display: block;
	font-size: 40px;
	line-height: 1.4;
	font-weight: normal;
	letter-spacing: 0;
}
.top-content.c13 .bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 40px;
	width: 100%;
}
.top-content.c13 .bottom .right h2{
	position: relative;
	margin-bottom: 0;
	padding-left: 25px;
	color: #fff;
	font-size: 18px;
	line-height: 1.55;
}
.top-content.c13 .bottom .right h2:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 100px;
	background: url(../img/deco.svg) no-repeat center;
    transform: translateY(-50%);
}
.top-content.c14 {
	padding-top: 130px;
	padding-bottom: 140px;
}
.top-content.c14 .header{
	margin-bottom: 55px; 
}
.top-content.c14 .body{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.top-content.c14 .box{
	width: 220px;
	aspect-ratio: 1 / 1;
}
.top-content.c14 .box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-content.c14 .link{
	margin-top: 50px;
	text-align: center;
}
.package .faq-content {
	padding: 90px 0;
	background: #F8FCFF;
}
.package .faq-content .header{
	margin-bottom: 40px;
}
.package .faq-content .questions-answers{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}
.package .faq-content .questions-answers .question-answer{
	gap: 0 20px;
	position: relative;
	padding: 15px 20px;
	width: calc(50% - 10px);
	border-bottom: none;
	cursor: pointer; 
}
.package .faq-content .questions-answers .question-answer:after,
.package .faq-content .questions-answers .question-answer:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(170deg, rgba(127, 173, 204,1) 1%,rgba(252, 254, 255,1) 65%);
	border-radius: 6px;
}
.package .faq-content .questions-answers .question-answer:after{
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #FCFEFF;
}
.package .faq-content .questions-answers .answer,
.package .faq-content .questions-answers .question{
	position: relative;
	padding-left: 35px;
	z-index: 2;
}
.package .faq-content .questions-answers .question{
	color: #005B98;
	font-size: 18px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
}
.package .faq-content .questions-answers .answer p:before,
.package .faq-content .questions-answers .question:before{
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	color: #005B98;
	font-size: 24px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1;

}
.package .faq-content .questions-answers .answer{
	color: var(--oc-primary-color)!important;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.package .faq-content .questions-answers .question-answer.open .answer{
	margin-top: 20px;
}
.package .faq-content .questions-answers .answer p:before{
	color: #4D8DB7;
}
.package .faq-content .questions-answers .answer span{
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.package .faq-content .questions-answers .answer span:before{
	display: none;
}
.package .faq-content .questions-answers .control{
	line-height: 1;
	z-index: 5;
}
.package .faq-content .questions-answers .control:after{
	content: '';
	display: block;
	margin-top: 5px;
	width: 15px;
	height: 15px;
	background: url(../img/icon-plus.svg) no-repeat center;
}
.package .faq-content .questions-answers .question-answer.open .control:after{
	content: '';
	background: url(../img/icon-minus.svg) no-repeat center;
}
.top-content.c16 {
	padding-top: 75px;
	padding-bottom: 110px;
	color: #fff;
	background: linear-gradient(135deg, rgba(49, 159, 232,1) 5%,rgba(48, 158, 231,1) 5%,rgba(28, 109, 163,1) 95%);
}
.top-content.c16 .header{
	margin-bottom: 50px;
	font-size: 18px;
	text-align: center;
}
.top-content.c16 .header span{
	display: inline-block;
	position: relative;
	font-size: 80px;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
}
.top-content.c16 .header span:before{
	content: '●';
	position: absolute;
	top: 3px;
	left: 0;
	color: #FFB600;
	font-size: 9px;
}
.top-content.c16 .header h2{
	margin-bottom: 20px;
	color: #fff;
}
.top-content.c16 .body{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 15px;
}
.top-content.c16 dl{
	width: 390px;
	text-align: center;
}
.top-content.c16 dt{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.35;
	letter-spacing: 0;
}

@media screen and (max-width:1350px) {
	.top-content.c13 p.s1{
		position: relative;
		margin-left: 10px;
	}
	.top-content.c03 img.s3{
		margin-top: -40px;
		margin-left: auto;
	}
}

@media screen and (max-width:1114px) {
	.top-content.c12 .flex .right{
		margin: 0 auto;
	}
}

@media screen and (max-width:1000px) {
	.top-content.c03 .bottom {
		align-items: center;
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width:820px) {
	.top-content.c01 .upper {
		font-size: 45px;
	}
	.top-content.c01 .marquee-text{
		font-size: 100px;
	}
	.top-content.c03 .header{
		padding-left: 0;
	}
	.top-content.c03 img.s1{
		top: 132px;
	}
	.top-content.c03 .upper .right{
		max-width: 100%;
	}
	.top-content.c05 .middle .left{
		font-size: 22px;
	}
	.top-content.c06 .header span{
		font-size: 80px;
	}
	.top-content.c11 .flex{
		margin-left: 0;
	}
	.top-content.c11 .left{
		width: 100%;
		text-align: left;
	}
	.top-content.c11 .right{
		width: 100%;
	}
	.top-content.c11 img.s1{
		max-width: 73.5%;
	}
	.top-content.c11 img.s2{
		display: block;
		margin-right: 40px;
		margin-left: auto;
	}
	.top-content.c11 img.s3{
		right: 0;
	}
	.top-content.c13 .inr>div{
		max-width: 100%;
	}
}

@media screen and (max-width:767px) {
	.top-mv{
		height: 100dvh;
	}
	.top-content h2{
		line-height: 1.65;
	}
	.sub-page .header.s1,
	.top-content .header.s1{
		display: block;
		position: relative;
		margin-bottom: 30px;
	}
	.sub-page .header.s1:before,
	.top-content .header.s1:before{
		content: '';
		position: absolute;
		right: 0;
		bottom: -1px;
		width: 20px;
		height: 1px;
		background: #005b98;
	}
	.sub-page .header.s1 span,
	.top-content .header.s1 span{
		padding-bottom: 0;
		font-size: 38px;
		line-height: 1.15;
	}
	.sub-page .header.s1 span:before,
	.top-content .header.s1 span:before{
		content: '●';
		position: absolute;
		top: 3px;
		left: 0;
		color: #FFB600;
		font-size: 9px;
	}
	.sub-page .header.s1 h2,
	.top-content .header.s1 h2{
		padding-left: 10px;
		padding-bottom: 17px;
		border: none;
	}
.top-content.c01:before{
	aspect-ratio: 365 / 664;
}
	.top-content.c01 .upper {
		font-size: 30px;
	}
	.top-content.c01 .upper>div{
		padding-left: 15px;
		padding-bottom: 42vw;
	}
	.top-content.c01 .upper p{
		font-weight: 400;
	}
	.top-content.c01 .upper p.f2{
		margin-bottom: 10px;
		font-size: 12px;
	}
	.top-content.c01 .bottom .wrap>div{
		padding-right: 0;
	}
	.top-content.c01 .bottom .wrap>div br:not(.s1){
		display: none;
	}
	.top-content.c01 .marquee-text{
		font-size: 42px;
	}
	.top-content.c01 dl{
		position: relative;
		margin-left: -5px;
		writing-mode: horizontal-tb;
	}
	.top-content.c01 dt{
		position: absolute;
		top: 10px;
		right: -5px;
		font-size: 15px;
		border-left: #fff 1px solid;
		writing-mode: vertical-rl;
	}
	.top-content.c01 dd{
		padding-right: 50px;
		font-size: 16px;
		line-height: 2.3;
	}
	.top-content.c02 {
		position: relative;
		padding-top: 50px;
		padding-bottom: 85px;
	}
	.top-content.c02 .header{
		margin-bottom: 30px;
	}
	.top-content.c02 .left{
		padding-top: 0;
		width: 100%;
	}
	.top-content.c02 .left ul{
		display: flex;
		flex-wrap: wrap;
		gap: 5px 15px;
	}
	.top-content.c02 .link{
		position: absolute;
		right: 20px;
		bottom: 30px;
	}
	.top-content.c02 .right a{
		gap: 5px 10px;
		align-items: center;
		padding: 15px 10px;
		padding-right: 40px;
		background: url(../img/arrow.svg) no-repeat right 10px center;
	}
	.top-content.c02 .date{
		width: 80px;
		font-size: 14px;
	}
	.top-content.c02 .category{
		padding: 0 10px;
		min-width: 66px;
		height: 19px;
		font-size: 12px;
		line-height: 17px;
	} 
	.top-content.c02 .p-title{
		flex: none;
		width: 100%;
		font-size: 14px;
	}
	.top-content.c03 {
		padding-bottom: 80px;
	}
	.top-content.c03 .header span{
		font-size: 48px;
	}
	.top-content.c03 h2{
		margin-bottom: 30px;
	}
	.top-content.c03 .upper .left{
		font-size: 24px;
		line-height: 1.6;
	}
	.top-content.c03 .upper .right{
		font-size: 14px;
		line-height: 2;
	}
	.top-content.c03 img.s1{
		top: 110px;
		right: -10px;
		width: 110px;
	}
	.top-content.c03 img.s2{
		margin-left: -10px;
		width: 300px;
		border-radius: 4px;
	}
	.top-content.c03 img.s3{
		margin-right: -10px;
		width: 160px;
	}
	.top-content.c04 {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.top-content.c04:before{
		left: 60px;
		transform: translateX(0);
	}
	.top-content.c04 .body>p{
		margin-bottom: 30px;
	}
	.top-content.c04 .slider-wrap{
		margin-bottom: 10px;
	}
	.top-content.c04 .slider{
		width: 280px;
	}
	.top-content.c04 .box{
		padding: 0 15px;
	}
	.top-content.c04 .box:before{
		left: -6px;
		font-size: 12px;
	}
	.top-content.c04 .image{
		border-radius: 4px;
	}
	.top-content.c04 .slider-sub{
		gap: 30px;
	}
	.top-content.c05 {
		padding: 80px 0;
	}
	.top-content.c05 .upper {
		gap: 20px;
		margin-bottom: 40px;
	}
	.top-content.c05 .upper .left{
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: 375px;
	}
	.top-content.c05 .upper .right{
		flex: none;
		width: 100%;
		min-width: auto;
	}
	.top-content.c05 .upper .left img{
		display: block;
		margin-left: auto;
		width: 288px;
	}
	.top-content.c05 .upper img.s1{
		position: static;
		margin-top: -65px;
		margin-left: 0;
		width: 115px;
	}
	.top-content.c05 .upper dl{
		max-width: 100%;
	}
	.top-content.c05 .upper dt{
		margin-bottom: 10px;
		font-size: 22px;
		line-height: 1.6;
	}
	.top-content.c05 .middle {
		margin-bottom: 60px;
	}
	.top-content.c05 .middle .box{
		margin-bottom: 30px;
	}
	.top-content.c05 .middle .upr{
		margin-bottom: 35px;
	}
	.top-content.c05 .middle .upr strong{
		font-size: 22px;
		line-height: 1.6;
	}
	.top-content.c05 .middle .flex{
		display: block;
		text-align: center;
	}
	.top-content.c05 .middle .left{
		padding-top: 35px;
		width: 100%;
		font-size: 22px;
		line-height: 1.6;
	}
	.top-content.c05 .middle .center{
		margin: 20px 0;
		padding: 0 30px;
		width: 100%;
	}
	.top-content.c05 .middle .right{
		padding-left: 0;
	}
	.top-content.c05 .middle .left:before{
		top: 10px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.top-content.c05 .bottom{
		position: relative;
	}
	.top-content.c05 .bottom h3{
		margin-bottom: 25px;
		padding-left: 20px;
		font-size: 22px;
	}
	.top-content.c05 .bottom .link{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.top-content.c05 .bottom .slider{
		width: 315px;
	}
	.top-content.c05 .bottom .box{
		margin-right: 25px;
		padding: 20px;
	}
	.top-content.c05 .bottom .image{
		margin-bottom: 10px;
		border-radius: 4px;
	}
	.top-content.c05 .p-title{
		margin-bottom: 0;
		font-size: 18px;
		line-height: 1.75;
	}
	.top-content.c05 .bottom .slick-list{
		overflow: visible;
	}
	.top-content.c05 .slider-sub{
		display: flex;
		gap: 10px;
		margin-top: 30px;
	}
	.top-content.c05 .slick-arrow {
		position: static;
		width: 42px;
		height: 24px;
		background: url(../img/arrow02.svg) no-repeat center;
		background-size: 11px auto;
		border: var(--oc-primary-color) 1px solid;
		border-radius: 15px;
		transform: translateX(0);
		z-index: 1;
	}
	.top-content.c05 .slick-next {
		background: url(../img/arrow03.svg) no-repeat center;
		background-size: 11px auto;
	}
	.top-content.c05 .slick-arrow:before {
		display: none;
	}
	.top-content.c06 {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.top-content.c06 .header{
		margin-bottom: 30px;
		padding-left: 40px;
	}
	.top-content.c06 .header span{
		margin-left: -40px;
		font-size: 42px;
		line-height: 1.15;
	}
	.top-content.c06 .header i:last-child{
		display: inline-block;
		padding-left: 40px;
	}
	.top-content.c06 h2:before{
		left: -40px;
		width: 35px;
	}
	.top-content.c06 .upper {
		margin-bottom: 90px;
	}
	.top-content.c06 .upper .left{
		order: 2;
		padding: 0;
		width: 100%;
	}
	.top-content.c06 .upper .right{
		margin-top: 0;
		padding: 0 10px;
		width: 100%;
	}
	.top-content.c06 .upper .left p:not(:last-child){
		margin-bottom: 15px;
	}
	.top-content.c06 .upper strong{
		font-size: 20px;
		line-height: 1.8;
	}
	.top-content.c06 .bottom {
		position: relative; 
		padding-top: 0;
	}
	.top-content.c06 .bottom:before {
		content: '';
		display: block;
		position: static;
		margin-bottom: 45px;
		width: 100%;
		aspect-ratio: 335 / 262;
		background: url(../img/top-c06-bg-sp.webp) no-repeat center;
		background-size: cover;
		transform: translateX(0);
	}
	.top-content.c06 .bottom:after {
		display: none;
	}
	.top-content.c06 .bottom .upr{
		margin-bottom: 25px;
		text-align: left;
	}
	.top-content.c06 .bottom p.s1{
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 1.75;
		text-align: center;
	}
	.top-content.c06 .bottom p.s1 strong{
		font-size: 24px;
		line-height: 1.7;
	}
	.top-content.c06 .bottom ul{
		gap: 2px 30px;
		margin-bottom: 30px;
	}
	.top-content.c06 .bottom li{
		padding-top: 80px;
		width: 150px;
		min-width: 150px;
		font-size: 13px;
		line-height: 1.53;
	}
	.top-content.c06 .bottom li.s1{
		position: relative;
		margin: 0 350px;
		background: #F2FBFF url(../img/icon-talk.svg) no-repeat center 30px;
		background-size: 25%;
	}
	.top-content.c06 .bottom li.s2{
		background: #F2FBFF url(../img/icon-document.svg) no-repeat center 30px;
		background-size: 25%;
	}
	.top-content.c06 .bottom li.s3{
		background: #F2FBFF url(../img/icon-watch.svg) no-repeat center 32px;
		background-size: 25%;
	}
	.top-content.c06 .bottom li.s1:before{
		content: '';
		position: absolute;
		left: 0;
		bottom: -30px;
		width: 100%;
		height: 15px;
		background: url(../img/icon-cross.svg) no-repeat center;
		background-size: auto 100%;
	}
	.top-content.c07 .wrap{
		position: relative;
		padding-top: 40px;
		padding-bottom: 50px;
	} 
	.top-content.c07 .left{
		margin-bottom: 20px;
		width: 100%;
	}
	.top-content.c07 .right{
		width: 100%;
		padding-right: 0;
	}
	.top-content.c07 .link{
		text-align: center;
	}
	.top-content.c08 {
		padding: 70px 0;
	}
	.top-content.c08 .header{
		margin-bottom: 25px;
	}
	.top-content.c08 .left{
		order: 2;
		width: 100%;
	}
	.top-content.c08 .right{
		margin-bottom: 20px;
		width: 100%;
	} 
	.top-content.c08 dl{
		margin-bottom: 5px;
	}	
	.top-content.c08 dt{
		font-size: 16px;
		line-height: 1.6;
	}
	.top-content.c09 {
		padding-bottom: 120px;
	}
	.top-content.c09 p.f2{
		height: 37px;
	}
	.top-content.c09 span{
		height: 37px;
		font-size: 24px;
		line-height: 39px;
	}
	.top-content.c09 .slider{
		width: 270px;
	}
	.top-content.c09 img{
		margin-right: 20px;
		max-width: 250px;
		height: auto;
	}
	.top-content.c09 img:nth-of-type(odd){
		transform: translateY(30px);
	}
	.top-content.c10 .inr>div{
		margin-bottom: 30px;
		padding-left: 0;
	}
	.top-content.c10 .inr>div:last-child{
		margin-bottom: 0;
	}
	.top-content.c10 .inr>div:after,
	.top-content.c10 .inr>div:before{
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 0;
		padding-top: 24px;
		width: 50%;
		height: 110px;
		border-right: #a4cce8 1px dashed;
		transform: translateY(0);
	}
	.top-content.c10 .inr>div:after{
		top: 0;
		left: 0;
		border: none;
		margin-top: 0;
		padding-top: 50px;
		font-size: 40px;
	}
	.top-content.c10 dl{
		display: block;
		justify-content: flex-start;
		padding-top: 125px;
		padding-left: 0;
		border-left: none;
	}
	.top-content.c10 dl:after,
	.top-content.c10 dl:before{
		top: 0;
		left: 75%;
		width: 110px;
		height: 110px;
		transform: translateY(0) translateX(-50%);
	}
	.top-content.c10 dl.s1:after{
		background-size: 50px auto;
	}
	.top-content.c10 dl.s2:after,
	.top-content.c10 dl.s3:after,
	.top-content.c10 dl.s4:after{
		background-size: 45px auto;
	}
	.top-content.c10 dt{
		font-size: 18px;
		line-height: 1.7;
	}
	.top-content.c11 {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	.top-content.c11:before{
		right: 100px;
		width: 3000px;
		height: calc(100% - 190px);
		transform: translateX(0);
	}
	.top-content.c11 .right{
		padding-top: 30px;
	}
	.top-content.c11 img.s1{
		width: 73.5%;
	}
	.top-content.c11 img.s2{
		margin-top: -40px;
		margin-right: 40px;
		width: 148px;
	}
	.top-content.c11 img.s3{
		top: -40px;
		right: -5px;
		width: 156px;
	}
	.top-content.c11 strong{
		font-size: 20px;
	}
	.top-content.c11 strong b{
		font-size: 30px;
	}
	.top-content.c12 {
		padding: 70px 0;
	}
	.top-content.c12 .header{
		margin-bottom: 20px;
	}
	.top-content.c12 .flex:not(:last-child){
		margin-bottom: 40px;
	}
	.top-content.c12 .left{
		margin-bottom: 5px;
	}
	.top-content.c12 .right{
		width: 100%;
	}
	.top-content.c12 .slider{
		width: 100%;
	}
	.top-content.c12 .slider img{
		margin: 0 10px;
	}
	.top-content.c12 dt{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.top-content.c12 dd span{
		margin-bottom: 8px;
		padding-left: 25px;
	}
	.top-content.c12 .address,
	.top-content.c12 .hour,
	.top-content.c12 .tel{
		background-size: 20px auto;
	}
	.top-content.c12 .slick-dotted.slick-slider {
		margin-bottom: 15px;
	}
	.top-content.c13 {
		padding: 0;
	}
	.top-content.c13 .wrap>div{
		padding: 20px 15px;
		padding-bottom: 170px;
		background: url(../img/top-c13-01-sp.webp) no-repeat center bottom;
		background-size: cover;
		border-radius: 6px;
		overflow: hidden;
	}
	.top-content.c13:before{
		display: none;
	}
	.top-content.c13 p.s1{
		position: relative;
		margin-bottom: 50px;
		font-size: 24px;
		line-height: 1;
	}
	.top-content.c13 p.s1:before{
		top: 1px;
	}
	.top-content.c13 p.s2{
		margin-bottom: 25px;
	}
	.top-content.c13 .upper strong{
		font-size: 24px;
	}
	.top-content.c13 .bottom .left{
		order: 2;
		width: 100%;
		text-align: center;
	}
	.top-content.c13 .bottom .right{
		width: 100%;
		text-align: center;
	}
	.top-content.c13 .bottom .right h2{
		padding-left: 0;
		font-size: 16px;
		line-height: 1.75;
		background: url(../img/deco-sp.svg) no-repeat center;
	}
	.top-content.c13 .bottom .right h2:before{
		display: none;
	}
	.top-content.c14 {
		padding-top: 100px;
		padding-bottom: 75px;
	}
	.top-content.c14 .header{
		margin-bottom: 30px; 
	}
	.top-content.c14 .body{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.top-content.c14 .box{
		width: calc((100% - 20px) / 3);
	}
	.top-content.c14 .link{
		margin-top: 30px;
	}
	.package .faq-content {
		padding: 75px 0;
	}
	.package .faq-content .header{
		margin-bottom: 25px;
	}
	.package .faq-content .questions-answers{
		gap: 10px;
	}
	.package .faq-content .questions-answers .question-answer{
		gap: 0 10px;
		padding: 15px;
		width: 100%;
	}
	.package .faq-content .questions-answers .answer,
	.package .faq-content .questions-answers .question{
		padding-left: 30px;
	}
	.package .faq-content .questions-answers .question{
		font-size: 16px;
	}
	.package .faq-content .questions-answers .question-answer.open .answer{
		margin-top: 10px;
	}
	.package .faq-content .questions-answers .answer p:before,
	.package .faq-content .questions-answers .question:before{
		top: 3px;
		font-size: 18px;
	}
	.package .faq-content .questions-answers .control:after{
		margin-top: 7px;
		width: 12px;
		height: 12px;
	}
	.top-content.c16 {
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.top-content.c16 .header{
		margin-bottom: 20px;
		font-size: 14px;
	}
	.top-content.c16 .header span{
		font-size: 50px;
	}
	.top-content.c16 .header span:before{
		left: -8px;
	}
	.top-content.c16 .header h2{
		margin-bottom: 10px;
	}
	.top-content.c16 dl{
		width: 100%;
	}
	.top-content.c16 dt{
		font-size: 18px;
		line-height: 1.75;
	}
	.top-content.c16 dd a{
		margin: 0 auto;
	}
}

/* フッター */
#footer {
	padding-top: 70px;
	background: url(../img/footer-bg.webp) no-repeat center bottom;
	background-size: cover;
}
#footer .upper {
	padding-bottom: 45px;
	border-bottom: #BAD1E2 1px solid;
}
#footer .upper .right{
	padding-right: 45px;
}
#footer .logo{
	margin-bottom: 25px;
}
#footer .menu{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
#footer .upper li{
	margin-bottom: 15px;
}
#footer .upper li a{
	position: relative;
	display: block;
	padding-left: 15px;
}
#footer .upper li a:before{
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 8px;
	height: 1px;
	background: #FFB600;
}
#footer .bottom {
	align-items: center;
	padding: 55px 0;
}
#footer .bottom .left{
	font-size: 14px;
	letter-spacing: 0;
}
#footer .bottom .center{
	display: flex;
	justify-content: center;
	gap: 20px;
}
#footer .bottom .left p{
	margin-bottom: 7px;
}
#footer .copyright{
	color: #72A3C4;
}
#footer .bottom .right a{
	display: inline-block;
	padding-right: 35px;
	height: 36px;
	line-height: 36px;
	background: url(../img/pagetop.svg) no-repeat right center;
}

@media screen and (max-width:820px) {
	#footer {
		padding-top: 50px;
	}
	#footer .upper {
		padding-bottom: 30px;
		border-bottom: none;
	}
	#footer .upper .left{
		width: 100%;
		font-size: 14px;
		text-align: center;
	}
	#footer .upper .right{
		display: none;
	}
	#footer .logo{
		margin-bottom: 15px;
	}
	#footer .logo img{
		width: 100px;
	}
	#footer .bottom {
		padding-top: 0;
		padding-bottom: 20px;
	}
	#footer .bottom>div{
		width: 100%;
		text-align: center;
	}
	#footer .bottom .left{
		order: 1;
		margin: 35px 0;
	}
	#footer .bottom .center{
		order: 0;
	}
	#footer .bottom .right{
		order: 2;
		font-size: 14px;
	}
	#footer .bottom .left *{
		font-size: 12px!important;
	}
	#footer .bottom .center img{
		width: 40px;
	}
	#footer .bottom .right a{
		padding-top: 45px;
		padding-right: 0;
		height: auto;
		line-height: 1;
		background: url(../img/pagetop.svg) no-repeat center 0;
	}
}

@media screen and (max-width:767px) {
	#footer {
		background: url(../img/footer-bg-sp.webp) no-repeat center bottom;
		background-size: cover;
	}
}

/* 採用情報 */
.sub-page>.content{
	overflow: hidden;
}
.page-header {
	display: flex;
	justify-content: start;
	align-items: flex-end;
	padding-bottom: 45px;
	aspect-ratio: 3 / 1;
	color: #fff;
	text-align: left;
	background: url(../img/recruit/recruit-bg.webp) no-repeat center;
	background-size: cover;
	border: #fff 5px solid;
	border-radius: 10px;
}
.page-header span{
	display: block;
	position: relative;
	margin-bottom: 5px;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0;
}
.page-header span:before{
	content: '●';
	position: absolute;
	top: 5px;
	left: -10px;
	color: #FFB600;
	font-size: 9px;
}
.page-header h1{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.65;
}
.sub-page .blog-bc{
	margin: 20px auto;
}
.sub-page .bread-crumbs .bc-item{
	color: var(--oc-primary-color);
	font-size: 14px;
}
.sub-page .bread-crumbs .bc-item a{
	color: #7FADCB;
	text-decoration: none;
}
.sub-page .blog-bc .bc-link img{
    transform: translateY(1px);
}
.sub-page .bread-crumbs .bc-item:not(.bc-home):before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
	background: url(../img/arrow04.svg) no-repeat center;
	background-size: 100% auto;
	border: none;
    transform: rotate(0) translateY(-2px);
}
.sub-page.recruit h3 {
	margin-bottom: 25px;
	padding-left: 35px;
	font-size: 28px;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	border-left: 1px solid var(--oc-primary-color);
}
.sub-page a{
	text-decoration: underline;
}
.sub-page.recruit .c01 {
	margin-bottom: 160px;
	padding-top: 70px;
	line-height: 2.5;
}
.sub-page.recruit .c01 .upper{
	position: relative;
	z-index: 2;
}
.sub-page.recruit .c01 p.s1{
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0;
}
.sub-page.recruit .c01 p.s2{
	font-size: 40px;
	line-height: 1.4;
}
.sub-page.recruit .c01 .image{
	position: relative;
	margin-top: -70px;
	text-align: center;
}
.sub-page.recruit .c01 img.s1{
	width: 40%;
}
.sub-page.recruit .c01 img.s2{
	position: absolute;
	left: 0;
	bottom: 65px; 
	width: 31.5%;
}
.sub-page.recruit .c01 img.s3{
	position: absolute;
	top: -55px;
	right: -15px;
	width: 26%;
}
.sub-page.recruit .c01 .bottom{
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-top: -120px;
	z-index: 2;
}
.sub-page.recruit .c01 .bottom p{
	max-width: 510px;
	text-shadow: 1px 2px 2px rgba(255,255,255,1);
}
.sub-page.recruit .c02 {
	position: relative;
	margin-bottom: 75px;
	padding: 85px 0;
}
.sub-page.recruit .c02:before{
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	width: 3000px;
	height: 100%;
	background: #F2FBFF;
	z-index: -1;
    transform: translateX(100px);
}
.sub-page.recruit .c02 .header{
	margin-bottom: 90px;
}
.sub-page.recruit .c02 .body{
	position: relative;
}
.sub-page.recruit .c02 .slider{
	width: 100%;
	max-width: 1110px;
}
.sub-page.recruit .c02 .slick-list{
	overflow: visible;
}
.sub-page.recruit .c02 .slick-arrow {
    top: 50%;
	left: 0;
    width: 63px;
    height: 36px;
	background: url(../img/arrow02.svg) no-repeat center;
	background-size: 17px auto;
	border: 1px solid var(--oc-primary-color);
	border-radius: 22px;
	z-index: 1;
}
.sub-page.recruit .c02 .slick-next {
	left: auto;
	right: 0;
	background: url(../img/arrow03.svg) no-repeat center;
	background-size: 17px auto;
}
.sub-page.recruit .c02 .slick-arrow:before {
	display: none;
}
.sub-page.recruit .c02 .flex{
	position: relative;
	padding: 0 10%;
}
.sub-page.recruit .c02 .flex:before{
	content: 'REASON ' attr(data-index);
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	color: #CCDEEA;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
    writing-mode: vertical-rl;
}
.sub-page.recruit .c02 .left{
	width: 45%;
}
.sub-page.recruit .c02 .right{
	flex: 1;
	padding-left: 60px;
}
.sub-page.recruit .c02 dt{
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 1.7;
	letter-spacing: 0.15em;
}
.sub-page.recruit .c02 dd{
	line-height: 2.25;
}
.sub-page.recruit .c02 dd span{
	display: block;
	margin-top: 20px;
	text-align: right;
}
.sub-page.recruit .c03 {
	margin-bottom: 100px;
	padding-top: 75px;
}
.sub-page.recruit .c03 .header{
	margin-bottom: 60px;
	text-align: center;
	line-height: 2.25;
}
.sub-page.recruit .c03 .header span{ 
	color: #EDF3F8;
	font-size: 100px;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 0;
	letter-spacing: 0;
}
.sub-page.recruit .c03 .header h2{
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.7;
}
.sub-page.recruit .c03 .body{
    counter-reset: order;
}
.sub-page.recruit .c03 .flex{
	position: relative;
}
.sub-page.recruit .c03 .flex:not(:last-child){
	margin-bottom: 80px;
}
.sub-page.recruit .c03 .flex:after,
.sub-page.recruit .c03 .flex:before{
	content: 'Features';
	position: absolute;
	top: 0;
	left: -10px;
	color: #7FADCB;
	font-size: 18px;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    writing-mode: vertical-rl;
}
.sub-page.recruit .c03 .flex:after{
	content: '';
	top: auto;
	left: 5px;
	bottom: 0;
	width: 1px;
	height: calc(100% - 100px);
	background: #7FADCB;
}
.sub-page.recruit .c03 .left{
	flex: 1;
	padding-right: 90px;
	padding-left: 60px;
}
.sub-page.recruit .c03 .right{
	width: 50%;
}
.sub-page.recruit .c03 dt{
	position: relative;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1.5;
}
.sub-page.recruit .c03 dt:before{
    counter-increment: order;
    content: counter(order, decimal-leading-zero);
	display: block;
	margin-bottom: 15px;
	color: #7FADCB;
	font-size: 48px;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0;
}
.sub-page.recruit .c04 {
	margin-bottom: 100px;
	padding: 100px 0;
	background: linear-gradient(180deg, rgba(255, 255, 255,1) 2%,rgba(254, 254, 255,1) 10%,rgba(242, 251, 255,1) 100%);
}
.sub-page.recruit .c04 .header{
	margin-bottom: 45px;
}
.sub-page.recruit .c04 .upper {
	margin-bottom: 100px;
}
.sub-page.recruit .c04 .upper .flex{
	align-items: center;
	position: relative;
}
.sub-page.recruit .c04 .upper .flex:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	aspect-ratio: 20 / 9;
	background: url(../img/recruit/recruit-c04-bg.svg) no-repeat center;
	background-size: cover;
    transform: translateY(-50%);
}
.sub-page.recruit .c04 .upper p.s1{
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.65;
	text-align: center;
}
.sub-page.recruit .c04 .upper p.s1 strong{
	display: block;
	font-size: 28px;
	line-height: 1.5;
}
.sub-page.recruit .c04 .upper .flex{
	flex-wrap: unset;
}
.sub-page.recruit .c04 .upper .flex>div{
	position: relative;
	z-index: 2;
}
.sub-page.recruit .c04 .upper .left{
	padding-top: 100px;
	padding-right: 20px;
	width: 23%;
	background: url(../img/recruit/recruit-c04-01.svg) no-repeat 78px 0;
}
.sub-page.recruit .c04 .upper .center{
	width: auto;
}
.sub-page.recruit .c04 .upper .right{
	display: flex;
	justify-content: flex-end;
	padding-left: 20px;
	width: 35%;
}
.sub-page.recruit .c04 .upper li{
	font-size: 18px;
	font-weight: 500;
}
.sub-page.recruit .c04 .upper dl{
	position: relative;
}
.sub-page.recruit .c04 .upper dl:not(:last-child){
	margin-bottom: 40px;
}
.sub-page.recruit .c04 .upper dl:before{
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
}
.sub-page.recruit .c04 .upper dl.s1:before{
	top: -19px;
	right: 23px;
	background: url(../img/recruit/recruit-c04-03.svg) no-repeat center 0;
	background-size: 100% auto;
}
.sub-page.recruit .c04 .upper dl.s2:before{
	top: -28px;
	right: 23px;
	background: url(../img/recruit/recruit-c04-04.svg) no-repeat center 0;
	background-size: 100% auto;
}
.sub-page.recruit .c04 .upper dl.s3:before{
	top: -2px;
	right: 29px;
	width: 68px;
	background: url(../img/recruit/recruit-c04-05.svg) no-repeat center 0;
	background-size: 100% auto;
}
.sub-page.recruit .c04 .upper dt{
	margin-bottom: 3px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.45;
}
.sub-page.recruit .c04 .upper dd span{
	font-size: 14px;
}
.sub-page.recruit .c04 .bottom h3{
	margin-bottom: 50px;
}
.sub-page.recruit .c04 .bottom .left{
	width: 50%;
}
.sub-page.recruit .c04 .bottom .right{
	flex: 1;
	padding-left: 8%;
}
.sub-page.recruit .c04 .bottom div.s1{
	margin-left: auto;
	width: 497px;
}
.sub-page.recruit .c04 .bottom div.s2{
	margin-top: -50px;
	width: 298px;
}
.sub-page.recruit .c04 .bottom dt{
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.65;
	border-bottom: #7baccb 1px dashed;
}
.sub-page.recruit .c04 .bottom dt strong{
	display: block;
	font-size: 20px;
	font-weight: 500;
}
.sub-page.recruit .c04 .bottom dt strong b{
	font-size: 24px;
	font-weight: 500;
}
.sub-page.recruit .c04 .bottom .upr{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #7baccb 1px dashed;
}
.sub-page.recruit .c04 .bottom .upr p.f1{
	margin-bottom: 20px;
}
.sub-page.recruit .c04 .bottom .upr strong{
	font-size: 24px;
	font-weight: 500;
	line-height: 1.55;
}
.sub-page.recruit .c05 {
	margin-bottom: 110px;
	overflow: visible;
}
.sub-page.recruit .c05 .header{
	margin-bottom: 50px;
}
.sub-page.recruit .c05 .upper {
	margin-bottom: 70px;
}
.sub-page.recruit .c05 .bottom .flex.active{
	position: static;
}
.sub-page.recruit .c05 .bottom .flex.active,
.sub-page.recruit .c05 .upper .flex:not(.active){
	display: none;
}
.sub-page.recruit .c05 .upper .flex{
	align-items: flex-start;
}
.sub-page.recruit .c05 .upper .left{
	position: sticky;
	top: var(--header-height);
	width: 41.5%;
	z-index: 10;
}
.sub-page.recruit .c05 .upper .right{
	flex: 1;
	padding-left: 8%;
}
.sub-page.recruit .c05 .upper .left div.s1{
	margin-bottom: 45px;
}
.sub-page.recruit .c05 .upper .left img{
	width: 100%;
}
.sub-page.recruit .c05 .upper dl.parent>dt{
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-weight: normal;
	border-bottom: 1px dashed #7FADCB;
}
.sub-page.recruit .c05 .upper dt strong{
	display: block;
	font-size: 28px;
	line-height: 1.5;
}
.sub-page.recruit .c05 .upper .upr{
	margin-bottom: 30px;
}
.sub-page.recruit .c05 .upper dd dl{
	margin-bottom: 20px;
}
.sub-page.recruit .c05 .upper dd dt{
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 1.6;
}
.sub-page.recruit .c05 .upper .btm{
	position: relative;
	padding: 30px 40px;
}
.sub-page.recruit .c05 .upper .btm:after, 
.sub-page.recruit .c05 .upper .btm:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(140deg, rgba(122, 171, 204,1) 1%,rgba(243, 251, 255,1) 60%);
	border-radius: 6px;
}
.sub-page.recruit .c05 .upper .btm:after{
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #F3FBFF;
}
.sub-page.recruit .c05 .upper .btm dl{
	position: relative;
	margin-bottom: 0;
	z-index: 2;
}
.sub-page.recruit .c05 .upper .btm dl:after,
.sub-page.recruit .c05 .upper .btm dl:before{
	content: '';
	position: absolute;
	top: -30px;
	right: -40px;
	width: 60px;
	height: 40px;
	background: #fff;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.sub-page.recruit .c05 .upper .btm dl:after{
	top: auto;
	right: -40px;
	bottom: -60px;
	width: 196px;
	height: 76px;
	background: url(../img/recruit/recruit-c05-01.svg) no-repeat center;
	background-size: 100% auto;
	clip-path: none;
}
.sub-page.recruit .c05 .upper .btm dt{
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.55;
}
.sub-page.recruit .c05 .upper .btm dd{
	display: inline;
	line-height: 2.2;
	border-bottom: 1px dotted #79ABCB;
}
.sub-page.recruit .c05 .bottom {
	gap: 15px 40px;
	margin: 0 auto;
	max-width: 990px;
}
.sub-page.recruit .c05 .bottom .flex{
	align-items: center;
	position: relative;
	width: calc(50% - 20px);
	padding: 20px;
	padding-right: 70px;
	border: #7fadcb 1px solid;
	border-radius: 6px;
	cursor: pointer;
}
.sub-page.recruit .c05 .bottom .flex:after,
.sub-page.recruit .c05 .bottom .flex:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 42px;
	height: 24px;
	background: #F2F7FA;
	border-radius: 15px;
    transform: translateY(-50%);
}
.sub-page.recruit .c05 .bottom .flex:after{
	background: url(../img/arrow.svg) no-repeat center;
}
.sub-page.recruit .c05 .bottom .left{
	width: 170px;
	height: 112px;
}
.sub-page.recruit .c05 .bottom .right{
	flex: 1;
	padding-left: 20px;
}
.sub-page.recruit .c05 .bottom .left>div,
.sub-page.recruit .c05 .bottom .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sub-page.recruit .c05 .bottom strong{
	display: block;
	font-size: 24px;
	line-height: 1.6;
}
.sub-page.recruit .c06 {
	margin-bottom: 120px;
	padding-top: 110px;
	padding-bottom: 50px;
	background: linear-gradient(180deg, rgba(255, 255, 255,1) 2%,rgba(254, 254, 255,1) 10%,rgba(242, 251, 255,1) 100%);
}
.sub-page.recruit .c06 .header{
	margin-bottom: 40px;
}
.sub-page.recruit .c06 .upper {
	margin-bottom: 50px;
}
.sub-page.recruit .c06 .upper img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.sub-page.recruit .c06 .upper h3{
	margin-bottom: 0;
	padding: 0;
	font-size: 32px;
	line-height: 1.7;
	border: none;
}
.sub-page.recruit .c06 .upper .flex{
	gap: 30px;
}
.sub-page.recruit .c06 .upper .left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 18px;
	line-height: 1.65;
}
.sub-page.recruit .c06 .upper .right{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
	min-width: 540px;
}
.sub-page.recruit .c06 .upper .left .btm{
	display: flex;
	gap: 30px;
}
.sub-page.recruit .c06 .upper figure{
	width: 300px;
}
.sub-page.recruit .c06 .upper .right figure{
	width: 160px;
}
.sub-page.recruit .c06 .upper figcaption{
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
}
.sub-page.recruit .c06 .upper .left figcaption{
	min-height: 64px;
}
.sub-page.recruit .c06 .upper .right figcaption{
	font-size: 20px;
}
.sub-page.recruit .c06 .bottom .upr{
	margin-bottom: 60px;
}
.sub-page.recruit .c06 .bottom .upr .inr{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 20px;
}
.sub-page.recruit .c06 .bottom .upr dl{
	position: relative;
	padding: 30px 20px;
	padding-left: 150px;
	width: calc((100% - 60px) / 3);
	background: #fff;
	border-radius: 6px;
}
.sub-page.recruit .c06 .bottom .upr dl:after,
.sub-page.recruit .c06 .bottom .upr dl:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 110px;
	height: 110px;
	background: #F2FBFF;
    transform: translateY(-50%);
}
.sub-page.recruit .c06 .bottom .upr dl.s1:after{
	background: url(../img/recruit/recruit-c06-09.svg) no-repeat center;
}
.sub-page.recruit .c06 .bottom .upr dl.s2:after{
	background: url(../img/recruit/recruit-c06-10.svg) no-repeat center;
}
.sub-page.recruit .c06 .bottom .upr dl.s3:after{
	background: url(../img/recruit/recruit-c06-11.svg) no-repeat center;
}
.sub-page.recruit .c06 .bottom .upr dl.s4:after{
	background: url(../img/recruit/recruit-c06-12.svg) no-repeat center;
}
.sub-page.recruit .c06 .bottom .upr dl.s5:after{
	background: url(../img/recruit/recruit-c06-13.svg) no-repeat center;
}
.sub-page.recruit .c06 .bottom .upr dl.s6:after{
	background: url(../img/recruit/recruit-c06-14.svg) no-repeat center;
}
.sub-page.recruit .c06 .bottom .mid dt,
.sub-page.recruit .c06 .bottom .upr dt{
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 1.6;
}
.sub-page.recruit .c06 .bottom .upr p{
	text-align: right;
}
.sub-page.recruit .c06 .bottom .mid {
	margin-bottom: 70px;
}
.sub-page.recruit .c06 .bottom .mid .inr{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.sub-page.recruit .c06 .bottom .mid dl{
	padding: 20px 25px;
	width:  calc((100% - 60px) / 3);
	background: #fff;
	border-radius: 6px;
}
.sub-page.recruit .c06 .bottom .mid dl.s1{
	background: #fff url(../img/recruit/recruit-c06-15.svg) no-repeat right 2px top -2px;
}
.sub-page.recruit .c06 .bottom .mid dl.s2{
	background: #fff url(../img/recruit/recruit-c06-16.svg) no-repeat right 2px top -2px;
}
.sub-page.recruit .c06 .bottom .mid dl.s3{
	background: #fff url(../img/recruit/recruit-c06-17.svg) no-repeat right -2px top -2px;
}
.sub-page.recruit .c06 .bottom .mid dt{
	margin-bottom: 10px;
}
.sub-page.recruit .c06 .bottom .btm .inr{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.sub-page.recruit .c06 .bottom .btm dl{
	padding: 20px;
	text-align: center;
	background: #fff;
	border-radius: 6px;
}
.sub-page.recruit .c06 .bottom .btm dl.s1{
	width: 300px;
}
.sub-page.recruit .c06 .bottom .btm dl.s2{
	width: 420px;
	background: #fff url(../img/recruit/recruit-c06-19.svg) no-repeat 35px 75px;
}
.sub-page.recruit .c06 .bottom .btm dl.s3{
	width: 420px;
	background: #fff url(../img/recruit/recruit-c06-20.svg) no-repeat 35px 91px;
}
.sub-page.recruit .c06 .bottom .btm dl.s4{
	width: 420px;
}
.sub-page.recruit .c06 .bottom .btm dl.s5{
	width: 420px;
	background: #fff url(../img/recruit/recruit-c06-22.svg) no-repeat 22px 137px;
}
.sub-page.recruit .c06 .bottom .btm dl.s6{
	width: 300px;
	background: #fff url(../img/recruit/recruit-c06-23.svg) no-repeat right 18px bottom 44px;
}
.sub-page.recruit .c06 .bottom .btm dt{
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.45;
}
.sub-page.recruit .c06 .bottom .btm dd{
	line-height: 1.5;
}
.sub-page.recruit .c06 .bottom .btm dd img{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.sub-page.recruit .c06 .bottom .btm ul{
	margin: 0;
	padding: 0;
}
.sub-page.recruit .c06 .bottom .btm li{
	font-weight: 500;
	line-height: 1.8;
	list-style: none;
}
.sub-page.recruit .c06 .bottom .btm li b{
	font-size: 18px;
}
.sub-page.recruit .c06 .bottom .btm dl.s2 dt{
	margin-bottom: 30px;
}
.sub-page.recruit .c06 .bottom .btm dl.s2 strong{
	display: block;
	margin-bottom: 30px;
	padding-left: 150px;
	line-height: 1;
	font-size: 29px;
}
.sub-page.recruit .c06 .bottom .btm dl.s2 b{
	color: #FFB600;
	font-size: 78px;
	font-weight: normal;
	letter-spacing: 0;
}
.sub-page.recruit .c06 .bottom .btm dl.s2 i{
	font-size: 112px;
}
.sub-page.recruit .c06 .bottom .btm dl.s3 dt{
	margin-bottom: 35px;
}
.sub-page.recruit .c06 .bottom .btm dl.s3 ul{
	margin-bottom: 20px;
	padding-left: 180px;
}
.sub-page.recruit .c06 .bottom .btm dl.s3 li{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 0 3px;
}
.sub-page.recruit .c06 .bottom .btm dl.s3 li:before{
	flex: 1;
	content: '';
	order: 1;
	display: block;
	border-bottom: #7fadcb 2px dotted;
    transform: translateY(-11px);
}
.sub-page.recruit .c06 .bottom .btm dl.s3 li:first-child{
	color: #FFB600;
	font-size: 22px;
}
.sub-page.recruit .c06 .bottom .btm dl.s3 li:first-child i{
	font-size: 18px;
}
.sub-page.recruit .c06 .bottom .btm dl.s3 span{
	order: 2;
}
.sub-page.recruit .c06 .bottom .btm dl.s3 span:first-child{
	order: 0;
}
.sub-page.recruit .c06 .bottom .btm dl.s5 ul{
	margin-bottom: 10px;
	padding-left: 100px;
	text-align: left;
}
.sub-page.recruit .c06 .bottom .btm dl.s5 li{
	display: flex;
	justify-content: space-between;
}
.sub-page.recruit .c06 .bottom .btm dl.s6 ul{
	margin-bottom: 65px;
	letter-spacing: 0;
	text-align: left;
}
.sub-page.recruit .c06 .bottom .btm dl.s6 li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sub-page.recruit .c06 .bottom .btm dl.s6 li:last-child{
	justify-content: start;
	gap: 15px;
}
.sub-page.recruit .c06 .bottom .btm dl.s6 dd i{
	font-size: 13px;
}
.sub-page.recruit .c07 {
	margin-bottom: 130px;
}
.sub-page.recruit .c07 .header{
	margin-bottom: 35px;
}
.sub-page.recruit .c07 dl{
	gap: 15px  6.5%;
	align-items: center;
}
.sub-page.recruit .c07 dl:not(:last-of-type){
	margin-bottom: 40px; 
}
.sub-page.recruit .c07 dt{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px 30px;
	padding-left: 130px;
	width: 420px;
	min-height: 90px;
}
.sub-page.recruit .c07 dl.s1 dt{
	background: url(../img/recruit/recruit-c07-01.svg) no-repeat 0 center;
}
.sub-page.recruit .c07 dl.s2 dt{
	background: url(../img/recruit/recruit-c07-02.svg) no-repeat 0 center;
}
.sub-page.recruit .c07 dl.s3 dt{
	background: url(../img/recruit/recruit-c07-03.svg) no-repeat 0 center;
}
.sub-page.recruit .c07 dl.s4 dt{
	background: url(../img/recruit/recruit-c07-04.svg) no-repeat 0 center;
}
.sub-page.recruit .c07 dl.s5 dt{
	background: url(../img/recruit/recruit-c07-05.svg) no-repeat 0 center;
}
.sub-page.recruit .c07 dl.s6 dt{
	background: url(../img/recruit/recruit-c07-06.svg) no-repeat 0 center;
}
.sub-page.recruit .c07 dd{
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px 30px;
}
.sub-page.recruit .c07 dt span{
	width: 100px;
	height: 29px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	text-align: center;
	background: #005B98;
	border-radius: 22px;
}
.sub-page.recruit .c07 dt b{
	flex: 1;
	font-size: 24px;
	line-height: 1.6;
}
.sub-page.recruit .c07 dd img{
	width: 42%;
}
.sub-page.recruit .c07 dd p{
	flex: 1;
	margin-bottom: 0;
}
.sub-page.recruit .c08 {
	margin-bottom: 135px;
	overflow: visible;
}
.sub-page.recruit .c08 .header{
	margin-bottom: 45px;
}
.sub-page.recruit .c08 .body.flex{
	gap: 25px 12%;
	align-items: flex-start;
}
.sub-page.recruit .c08 .left{
	position: sticky;
	top: var(--header-height);
	width: 260px;
}
.sub-page.recruit .c08 .right{
	flex: 1;
}
.sub-page.recruit .c08 ul{
	margin: 0;
	padding: 0;
}
.sub-page.recruit .c08 li{
	list-style: none;
}
.sub-page.recruit .c08 li a{
	display: block;
	margin-bottom: 15px;
	padding: 0 20px;
	min-width: 250px;
	height: 42px;
	color: #4D8DB7;
	font-size: 14px;
	line-height: 42px;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 35px;
	cursor: pointer;
}

/* c08：擬似クラスの見た目を殺して li.active だけで制御 */
/* まず：activeの見た目はこれだけ */
.sub-page.recruit .content.c08 .left li.active a{
	color: var(--oc-primary-color);
	font-size: 16px;
	background: #E8F8FF;
  }
  .sub-page.recruit .content.c08 {
	scroll-behavior: auto;
  }  
  
  /* hoverは “activeじゃない時だけ” にする */
  .sub-page.recruit .content.c08 .left li:not(.active) a.c08-link:hover{
	/* ここは好みで：何も変えないなら下2行消してOK */
	background: transparent;
	color: inherit;
  }
  
  /* ついで：focus/activeの一瞬も消す */
  .sub-page.recruit .content.c08 .left a.c08-link:focus,
  .sub-page.recruit .content.c08 .left a.c08-link:active{
	outline: none;
  }

  /* c08：メニューのactive/hover切替アニメを無効化 */
.sub-page.recruit .content.c08 .left a.c08-link,
.sub-page.recruit .content.c08 .left a.c08-link:hover,
.sub-page.recruit .content.c08 .left a.c08-link:active,
.sub-page.recruit .content.c08 .left a.c08-link:focus{
  transition: none !important;
  /* animation: none !important; */
}

  
.sub-page.recruit .c08 .box:not(:last-of-type){
	padding-bottom: 50px;
}
.sub-page.recruit .c08 dl{
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	margin-bottom: 2px;
}
.sub-page.recruit .c08 dt{
	display: flex;
	align-items: center;
	padding: 12px 15px;
	width: 190px;
	font-weight: normal;
	background: #F2FBFF;
}
.sub-page.recruit .c08 dd{
	flex: 1;
	display: flex;
	align-items: center;
	padding: 12px 15px;
	border: #f2fbff 1px solid;
}
.sub-page.recruit .c09 {
	position: relative;
	margin-left: auto;
	padding: 60px 5% 80px;
	width: 50%;
	min-width: 720px;
	color: #fff;
	background: url(../img/recruit/recruit-c09-bg.webp) no-repeat center;
	background-size: cover;
	overflow: visible;
}
.sub-page.recruit .c09:before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: url(../img/recruit/recruit-c09-01.webp) no-repeat center;
	background-size: cover;
}
.sub-page.recruit .c09 .upper {
	margin-bottom: 35px;
}
.sub-page.recruit .c09 p.f1{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.6;
}
.sub-page.recruit .c09 p.f1 strong{
	display: block;
	font-size: 38px;
	font-weight: normal;
}
.sub-page.recruit .c09 ul{
	margin: 0;
	margin-top: -5px;
	margin-bottom: 20px;
	padding: 0;
}
.sub-page.recruit .c09 li{
	margin-bottom: 7px;
	padding-left: 30px;
	font-weight: 500;
	line-height: 1.5;
	list-style: none;
	background: url(../img/icon-check.svg) no-repeat 0 0;
}
.sub-page.recruit .c09 .left{
	padding-right: 30px;
	border-right: #89beeb dashed 1px;
}
.sub-page.recruit .c09 .right{
	flex: 1;
	padding-left: 30px;
}
.sub-page.recruit .c09 .link{
	display: inline-block;
	position: relative;
	margin-top: auto;
	padding-top: 33px;
}
.sub-page.recruit .c09 .link span{
	position: absolute;
	top: 0;
	left: 50%;
	padding: 0 25px;
	font-size: 15px;
	white-space: nowrap;
    transform: translateX(-50%);
	background: url(../img/deco02.svg) no-repeat center;
	background-size: 100% auto;
}
.sub-page.recruit .c11 {
	padding-top: 70px;
	padding-bottom: 90px;
	color: #fff;
	background: url(../img/recruit/recruit-c11-bg.webp) no-repeat center;
	background-size: cover;
}
.sub-page.recruit .c11 .header{
	padding-left: 10px;
}
.sub-page.recruit .c11 .header span{
	display: block;
	position: relative;
	font-size: 80px;
	line-height: 1;
	letter-spacing: 0;
}
.sub-page.recruit .c11 .header span:before{
	content: '●';
	position: absolute;
	top: 9px;
	left: -9px;
	color: #FFB600;
	font-size: 9px;
}
.sub-page.recruit .c11 h2{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.sub-page.recruit .c11 .flex{
	align-items: flex-end;
}
.sub-page.recruit .c11 .left{
	flex: 1;
	padding-right: 30px;
}
.sub-page.recruit .c11 .right{
	position: relative;
	width: 530px;
}
.sub-page.recruit .c11 .left p.f1{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0;
	font-weight: normal;
}
.sub-page.recruit .c11 .right p.s1{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -110px;
	left: 380px;
	width: 147px;
	height: 147px;
	font-size: 19px;
	line-height: 1.45;
	background: url(../img/recruit/recruit-c11-deco.svg) no-repeat center;
	background-size: 100% auto;
}
.sub-page.recruit .c11 dl{
	display: inline-block;
	margin-bottom: 15px;
}
.sub-page.recruit .c11 dt{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width:1000px) {
	.sub-page.recruit .c04 .upper .flex{
		flex-direction: column;
		gap: 30px;
	}
	.sub-page.recruit .c04 .upper .flex:before{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/recruit/recruit-c04-bg-sp.svg) no-repeat center;
		background-size: auto 100%;
		transform: translateY(0);
	}
	.sub-page.recruit .c04 .upper .left{
		padding: 0;
		width: 100%;
		text-align: center;
		background: none;
	}
	.sub-page.recruit .c04 .upper .right{
		justify-content: center;
		padding-top: 20px;
		padding-left: 0;
		width: 100%;
	}
	.sub-page.recruit .c04 .upper .left ul{
		display: inline-block;
		padding-left: 130px;
		text-align: left;
		background: url(../img/recruit/recruit-c04-01.svg) no-repeat 0 center;
	}
	.sub-page.recruit .c06 .bottom .mid dl,
	.sub-page.recruit .c06 .bottom .upr dl{
		width: calc((100% - 30px) / 2);
	}
	.sub-page.recruit .c07 dl{
		flex-direction: column;
	}
	.sub-page.recruit .c08 .header{
		margin-bottom: 0;
	}
	.sub-page.recruit .c08 .body.flex{
		flex-direction: column;
		gap: 0;
	}
	.sub-page.recruit .c08 .left{
		padding: 30px 0;
		width: 100%;
		background: #fff;
	}
	.sub-page.recruit .c08 ul{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.sub-page.recruit .c08 li{
		width: calc(50% - 5px);
	}
	.sub-page.recruit .c11 .flex{
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.sub-page.recruit .c11 .left{
		padding-right: 0;
	}
	.sub-page.recruit .c11 .right{
		width: 100%;
	}
	.sub-page.recruit .c11 .left p.f1{
		text-align: center;
	}
	.sub-page.recruit .c11 dl{
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
	}
	.sub-page.recruit .c11 dl a{
		display: inline-block;
	}
	.sub-page.recruit .c11 .right p.s1{
		position: static;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:820px) {
	.sub-page.recruit .c01 .bottom{
		margin-top: 45px;
	}
	.sub-page.recruit .c01 .bottom p{
		max-width: 100%;
	}
	.sub-page.recruit .c03 .right{
		margin-top: 25px;
		padding-left: 60px;
		width: 100%;
	}
	.sub-page.recruit .c03 .left{
		padding-right: 0;
	}
	.sub-page.recruit .c04 .bottom .left{
		margin-bottom: 20px;
		width: 100%;
	}
	.sub-page.recruit .c04 .bottom .right{
		padding-left: 0;
	}
	.sub-page.recruit .c05 .bottom .flex{
		width: 100%;
	}
	.sub-page.recruit .c06 .upper .right,
	.sub-page.recruit .c06 .upper .flex{
		justify-content: center;
	}
	.sub-page.recruit .c06 .bottom .btm .inr{
		justify-content: space-between;
		gap: 10px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s6,
	.sub-page.recruit .c06 .bottom .btm dl.s1{
		width: calc(42% - 5px);
	}
	.sub-page.recruit .c06 .bottom .btm dl.s5,
	.sub-page.recruit .c06 .bottom .btm dl.s2{
		width: calc(58% - 5px);
	}
	.sub-page.recruit .c06 .bottom .btm dl.s3,
	.sub-page.recruit .c06 .bottom .btm dl.s4{
		width: calc(50% - 5px);
	}
	.sub-page.recruit .c06 .bottom .btm dl.s3 ul {
		padding-left: 145px;
	}
	.sub-page.recruit .c09 {
		padding: 0;
		width: 100%;
		min-width: auto;
	}
	.sub-page.recruit .c09:before{
		display: block;
		position: static;
		width: 100%;
		aspect-ratio: 6 / 5;
	}
	.sub-page.recruit .c09 .wrap{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 45px;
		padding-bottom: 60px;
	}
	.sub-page.recruit .c11 .header{
		margin-bottom: 25px;
	}

	.sub-page.recruit .c11 .header span{
		font-size: 70px;
	}
}

@media screen and (max-width:767px) {
	.page-header {
		padding-bottom: 15px;
		aspect-ratio: 6 / 5;
		background: url(../img/recruit/recruit-bg-sp.webp) no-repeat center;
		background-size: cover;
	}
	.page-header span{
		margin-bottom: 0;
		font-size: 38px;
	}
	.page-header h1{
		font-weight: 400;
	}
	.sub-page .blog-bc{
		margin: 10px auto;
	} 
	.sub-page .bread-crumbs .bc-item{
		font-size: 12px;
	}
	.sub-page.recruit h3 {
		margin-bottom: 20px;
		padding-left: 15px;
		font-size: 22px;
	}
	.sub-page.recruit .c01 {
		margin-bottom: 70px;
		padding-top: 40px;
		line-height: 1.85;
	}
	.sub-page.recruit .c01 .upper{
		margin-bottom: 40px;
	}
	.sub-page.recruit .c01 p.s1{
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1.5;
	}
	.sub-page.recruit .c01 p.s2{
		font-size: 24px;
		line-height: 1.55;
	}
	.sub-page.recruit .c01 .image{
		margin-top: 0;
	}
	.sub-page.recruit .c01 img.s1{
		width: 58%;
	}
	.sub-page.recruit .c01 img.s2{
		position: absolute;
		left: 0;
		bottom: 30px; 
		width: 120px;
	}
	.sub-page.recruit .c01 img.s3{
		position: absolute;
		top: -30px;
		right: 5px;
		width: 120px;
	}
	.sub-page.recruit .c02 {
		margin-bottom: 0;
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.sub-page.recruit .c02:before{
		transform: translateX(60px);
	}
	.sub-page.recruit .c02 .header{
		margin-bottom: 20px;
	}
	.sub-page.recruit .c02 .slider{
		width: 97%;
	}
	.sub-page.recruit .c02 .flex{
		padding: 0 5%;
	}
	.sub-page.recruit .c02 .flex:before{
		right: 15px;
		font-size: 16px;
	}
	.sub-page.recruit .c02 .left{
		position: absolute;
		top: 0;
		left: 3%;
		width: 120px;
		aspect-ratio: 1 / 1;
	}
	.sub-page.recruit .c02 .left img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.sub-page.recruit .c02 .right{
		width: 100%;
		padding-left: 0;
	}
	.sub-page.recruit .c02 dt{
		display: flex;
		align-items: center;
		margin-bottom: 15px;
		padding-right: 20px;
		padding-left: 120px;
		min-height: 120px;
		font-size: 18px;
		line-height: 1.75;
		letter-spacing: 0;
	}
	.sub-page.recruit .c02 dd{
		line-height: 1.85;
	}
	.sub-page.recruit .c02 dd span{
		margin-top: 10px;
	}
	.sub-page.recruit .c02 .slider-sub{
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-top: 20px;
	}

	.sub-page.recruit .c02 .slick-arrow {
		position: static;
		width: 42px;
		height: 24px;
		background-size: 12px auto;
		border-radius: 15px;
		transform: translateY(0);
	}
	.sub-page.recruit .c02 .slick-next {
		background-size: 12px auto;
	}
	.sub-page.recruit .c03 {
		padding-top: 70px;
	}
	.sub-page.recruit .c03 .header{
		margin-bottom: 20px;
		line-height: 1.85;
	}
	.sub-page.recruit .c03 .header span{ 
		font-size: 52px;
	}
	.sub-page.recruit .c03 .header h2{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.sub-page.recruit .c03 .flex:not(:last-child){
		margin-bottom: 35px;
	}
	.sub-page.recruit .c03 .left{
		padding-left: 35px;
	}
	.sub-page.recruit .c03 .right {
		margin-top: 20px;
		padding-left: 35px;
	}
	.sub-page.recruit .c03 dt{
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 1.6;
	}
	.sub-page.recruit .c03 dt:before{
		margin-bottom: 10px;
		font-size: 32px;
	}
	.sub-page.recruit .c04 {
		margin-bottom: 60px;
		padding-top: 0;
		padding-bottom: 60px;
	}
	.sub-page.recruit .c04 .header{
		margin-bottom: 20px;
	}
	.sub-page.recruit .c04 .upper {
		margin-bottom: 60px;
	}
	.sub-page.recruit .c04 .upper p.s1{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.sub-page.recruit .c04 .upper p.s1 strong{
		font-size: 22px;
		line-height: 1.65;
	}
	.sub-page.recruit .c04 .upper .left ul {
		padding-left: 35%;
		background: url(../img/recruit/recruit-c04-01.svg) no-repeat 0 center;
		background-size: 65px auto;
	}
	.sub-page.recruit .c04 .upper ul{
		margin-bottom: 0;
	}
	.sub-page.recruit .c04 .upper li{
		font-size: 14px;
	}
	.sub-page.recruit .c04 .upper dl:not(:last-child){
		margin-bottom: 25px;
	}
	.sub-page.recruit .c04 .upper dl:before{
		width: 50px;
		height: 50px;
	}
	.sub-page.recruit .c04 .upper dl:before{
		right: -8px!important;
		transform: translateY(10px);
	}
	.sub-page.recruit .c04 .upper dl.s3:before{
		width: 45px;
	}
	.sub-page.recruit .c04 .upper dt{
		font-size: 18px;
		line-height: 1.75;
	}
	.sub-page.recruit .c04 .upper dd span{
		font-size: 12px;
	}
	.sub-page.recruit .c04 .bottom h3{
		margin-bottom: 25px;
	}
	.sub-page.recruit .c04 .bottom div.s1{
		width: 83%;
	}
	.sub-page.recruit .c04 .bottom div.s2{
		margin-top: -25px;
		width: 50%;
	}
	.sub-page.recruit .c04 .bottom dt{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.sub-page.recruit .c04 .bottom dt strong b{
		font-size: 20px;
	}
	.sub-page.recruit .c04 .bottom .upr{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.sub-page.recruit .c04 .bottom .upr p.f1{
		margin-bottom: 10px;
	}
	.sub-page.recruit .c04 .bottom .upr strong{
		font-size: 20px;
		line-height: 1.7;
	}
	.sub-page.recruit .c05 .upper {
		position: relative;
		margin-bottom: 30px;
	}
	.sub-page.recruit .c05 .upper .flex:not(.active){
		display: flex;
		height: 0;
		opacity: 0;
	}
	.sub-page.recruit .c05 .upper .left{
		width: 100%;
	}
	.sub-page.recruit .c05 .upper .right {
		padding-left: 0;
	}
	.sub-page.recruit .c05 .slick-dots{
		display: flex;
		justify-content: center;
		padding-right: 20px;
		bottom: -15px;
	}
	.sub-page.recruit .c05 .slick-dots li{
		margin: 0;
		margin-left: 5px;
		overflow: hidden;
	}
	.sub-page.recruit .c05 .slick-dots li,
	.sub-page.recruit .c05 .slick-dots button,
	.sub-page.recruit .c05 .slick-dots button:before{
		content: '';
		padding: 0;
		width: 10px;
		height: 2px;
		background: #CCDEEA;
		border-radius: 5px;
		transition: all .5s ease-in-out;
		opacity: 1;
	}
	.sub-page.recruit .c05 .slick-dots button:before{
		left: -100%;
		opacity: 1;
	}
	.sub-page.recruit .c05 .slick-dots .slick-active,
	.sub-page.recruit .c05 .slick-dots .slick-active button,
	.sub-page.recruit .c05 .slick-dots .slick-active button:before{
		width: 20px;
	}
	.sub-page.recruit .c05 .slick-dots .slick-active button:before{
		animation: slideAndFade 3.5s forwards; 
		background: var(--oc-primary-color);
	}
	.sub-page.recruit .c05 .upper dl.parent>dt{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.sub-page.recruit .c05 .upper dt strong{
		margin-bottom: 5px;
		font-size: 22px;
		line-height: 1.6;
	}
	.sub-page.recruit .c05 .upper .upr{
		margin-bottom: 20px;
	}
	.sub-page.recruit .c05 .upper dd dl{
		margin-bottom: 15px;
	}
	.sub-page.recruit .c05 .upper dd dt{
		font-size: 18px;
		line-height: 1.8;
	}
	.sub-page.recruit .c05 .upper .btm{
		padding: 20px;
		padding-bottom: 40px;
		overflow: hidden;
	}
	.sub-page.recruit .c05 .upper .btm dt{
		margin-bottom: 5px;
		font-size: 22px;
		line-height: 1.75;
	}
	.sub-page.recruit .c05 .upper .btm dl:after{
		right: -15px;
		width: 130px;
		height: 50px;
	}
	.sub-page.recruit .c05 .bottom .flex{
		padding: 15px;
		padding-right: 60px;
	}
	.sub-page.recruit .c05 .bottom .left{
		width: 100px;
		height: 100px;
	}
	.sub-page.recruit .c05 .bottom .right{
		padding-left: 15px;
	}
	.sub-page.recruit .c05 .upper .left div.s1 {
		margin-bottom: 0;
	}
	.sub-page.recruit .c05 .bottom strong{
		font-size: 20px;
		line-height: 1.7;
	}
	.sub-page.recruit .c06 {
		margin-bottom: 70px;
		padding-top: 0;
		padding-bottom: 80px;
	}
	.sub-page.recruit .c06 .header{
		margin-bottom: 20px;
	}
	.sub-page.recruit .c06 .upper {
		margin-bottom: 50px;
	}
	.sub-page.recruit .c06 .upper h3{
		font-size: 22px;
		line-height: 1.6;
	}
	.sub-page.recruit .c06 .upper .flex{
		gap: 20px;
	}
	.sub-page.recruit .c06 .upper .left .btm,
	.sub-page.recruit .c06 .upper .right{
		gap: 20px 10px;
		min-width: auto;
	}
	.sub-page.recruit .c06 .upper figure{
		width: calc(50% - 5px);
	}
	.sub-page.recruit .c06 .upper .right figure{
		width: calc((100% - 20px) / 3);
	}
	.sub-page.recruit .c06 .upper figcaption{
		margin-top: 7px;
		font-size: 18px;
		letter-spacing: 0;
	}
	.sub-page.recruit .c06 .upper .left figcaption{
		min-height: auto;
	}
	.sub-page.recruit .c06 .upper .right figcaption{
		font-size: 15px;
	}
	.sub-page.recruit .c06 .bottom .upr{
		margin-bottom: 40px;
	}
	.sub-page.recruit .c06 .bottom .mid .inr,
	.sub-page.recruit .c06 .bottom .upr .inr{
		gap: 15px;
		margin-bottom: 10px;
	}
	.sub-page.recruit .c06 .bottom .mid dl,
	.sub-page.recruit .c06 .bottom .upr dl{
		width: 100%;
	}
	.sub-page.recruit .c06 .bottom .upr dl{
		padding: 15px;
		padding-left: 120px;
	}
	.sub-page.recruit .c06 .bottom .upr dl:after,
	.sub-page.recruit .c06 .bottom .upr dl:before{
		left: 15px;
		width: 90px;
		height: 90px;
	}
	.sub-page.recruit .c06 .bottom .mid dt,
	.sub-page.recruit .c06 .bottom .upr dt{
		font-size: 18px;
		line-height: 1.75;
	}
	.sub-page.recruit .c06 .bottom .upr p{
		text-align: left;
	}
	.sub-page.recruit .c06 .bottom .mid {
		margin-bottom: 50px;
	}
	.sub-page.recruit .c06 .bottom .mid dl{
		padding: 15px;
		padding-top: 10px;
		background-size: 16% auto!important;
		background-position:right 5px top 5px!important;
	}
	.sub-page.recruit .c06 .bottom .mid dt{
		margin-bottom: 5px;
	}
	.sub-page.recruit .c06 .bottom .btm dl{
		padding: 10px 5px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s2{
		background: #fff url(../img/recruit/recruit-c06-19.svg) no-repeat 24px 38px;
		background-size: 28%;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s3{
		background: #fff url(../img/recruit/recruit-c06-20.svg) no-repeat 8px 47px;
		background-size: 28%;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s5{
		background: #fff url(../img/recruit/recruit-c06-22.svg) no-repeat 10px 64px;
		background-size: 18%;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s6{
		background: #fff url(../img/recruit/recruit-c06-23.svg) no-repeat right 10px bottom 23px;
		background-size: 27%;
	}
	.sub-page.recruit .c06 .bottom .btm dt{
		margin-bottom: 10px;
		font-size: 10px;
	}
	.sub-page.recruit .c06 .bottom .btm li,
	.sub-page.recruit .c06 .bottom .btm dd{
		font-size: 8px;
	}
	.sub-page.recruit .c06 .bottom .btm li b{
		font-size: 10px;
	}
	.sub-page.recruit .c06 .bottom .btm dd img{
		margin-bottom: 10px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s1 img{
		width: 64%;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s2 dt{
		margin-bottom: 10px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s2 strong{
		margin-bottom: 15px;
		padding-left: 75px;
		font-size: 13px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s2 b{
		font-size: 35px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s2 i{
		font-size: 52px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s3 dt{
		margin-bottom: 15px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s3 ul{
		margin-bottom: 15px;
		padding-left: 36%;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s3 li{
		line-height: 1.4;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s3 li:first-child{
		font-size: 10px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s3 li:before{
		border-bottom: #7fadcb 1px dotted;
		transform: translateY(-5px);
	}
	.sub-page.recruit .c06 .bottom .btm dl.s3 li:first-child i{
		font-size: 8px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s4 img{
		width: 74%;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s5 ul{
		padding-left: 28%;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s5 b{
		font-size: 8px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s6 ul{
		margin-bottom: 30px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s6 li:last-child{
		gap: 10px;
	}
	.sub-page.recruit .c06 .bottom .btm dl.s6 dd i{
		font-size: 6px;
	}
	.sub-page.recruit .c07 {
		margin-bottom: 65px;
	}
	.sub-page.recruit .c07 dt{
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 10px;
		padding-top: 10px;
		padding-left: 100px;
		width: 100%;
		min-height: 80px;
		background-size: 80px!important;
	}
	.sub-page.recruit .c07 dd img{
		width: 100%;
	}
	.sub-page.recruit .c07 dt span{
		width: 80px;
		height: 28px;
		font-size: 16px;
		line-height: 26px;
	}
	.sub-page.recruit .c07 dt b{
		font-size: 20px;
		line-height: 1.7;
	}
	.sub-page.recruit .c08 {
		margin-bottom: 80px;
	}
	.sub-page.recruit .c08 li{
		width: calc(50% - 5px);
	}
	.sub-page.recruit .c08 li.active a,
	.sub-page.recruit .c08 li a{
		margin-bottom: 0;
		width: 100%;
		min-width: auto;
		height: 39px;
		font-size: 12px;
		line-height: 39px;
		text-align: center;
	}
	/* body[data-job="4"] .sub-page.recruit .c08 li:nth-of-type(4) a,
	body[data-job="3"] .sub-page.recruit .c08 li:nth-of-type(3) a,
	body[data-job="2"] .sub-page.recruit .c08 li:nth-of-type(2) a,
	body[data-job="1"] .sub-page.recruit .c08 li:nth-of-type(1) a{
		font-size: 12px;
	}
	 */
	 .sub-page.recruit .content.c08 .left li.active a{
		font-size: 11px;
	  }
	  
	.sub-page.recruit .c08 dt,
	.sub-page.recruit .c08 dd{
		padding: 8px 15px;
		width: 100%;
	}
	.sub-page.recruit .c09 {
		background: url(../img/recruit/recruit-c09-bg-sp.webp) no-repeat center;
	}
	.sub-page.recruit .c11 .header{
		margin-bottom: 15px;
	}
	.sub-page.recruit .c09 p.f1{
		font-size: 18px;
		text-align: center;
	}
	.sub-page.recruit .c09 p.f1 strong{
		font-size: 28px;
	}
	.sub-page.recruit .c09 li{
		font-size: 16px;
	}
	.sub-page.recruit .c09 .left{
		padding-right: 0;
		text-align: center;
		border: none;
	}
	.sub-page.recruit .c09 .right{
		display: none;
	}
	.sub-page.recruit .c11 {
		padding-bottom: 80px;
		text-align: center;
		background: url(../img/recruit/recruit-c11-bg-sp.webp) no-repeat center;
		background-size: cover;
	}
	.sub-page.recruit .c11 .header{
		display: inline-block;
	}
	.sub-page.recruit .c11 .header span{
		margin-bottom: 15px;
		font-size: 50px;
	}
	.sub-page.recruit .c11 .left{
		text-align: left;
	}
	.sub-page.recruit .c11 .left p.f1{
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.8;
	}
	.sub-page.recruit .c11 .right p.s1{
		margin-bottom: 30px;
		width: 260px;
		height: 52px;
		font-size: 14px;
		line-height: 52px;
		background: url(../img/recruit/recruit-c11-deco-sp.svg) no-repeat center;
		background-size: 100% auto;
	}
	.sub-page.recruit .c11 .right p.s1 br{
		display: none;
	}
	.sub-page.recruit .c11 dt{
		font-size: 18px;
	}
}
