@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;
}

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; }

a {
	text-decoration: none;
	color: var(--oc-link-color);;
}
a:hover {
	text-decoration: none;
}
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;
}
.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;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

/* 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;
	line-height: 66px;
	text-align: left;
	background: #fff;
	border: #a4cce8 1px solid;
	border-radius: 76px;
}
.btn-s1.short{
	width: 236px;
}
.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;
}

@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;
	}
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

/*base*/
.home #container{
	overflow: hidden;
}
.container{
	margin: 0;
	padding: 0;
	max-width: 100%;
	/* background: #fff; */
}
.wrap{
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 20px;
	width: 100%;
}

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

/*ヘッダー*/
#header a,
#header{
	color: #fff;
}
#header.fixed .description,
#header.fixed a,
#header.fixed{
	color: var(--oc-primary-color);
}
#header{
	position: relative;
	z-index: 2;
}
#header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#header #hinr{
	align-items: center;
	gap: 50px;
	position: relative;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
	height: var(--header-height);
}
#header.fixed #hinr{
	height: var(--header-height-fixed);
	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;
}
#header.fixed .logo a{
	background: url(../img/logo02.svg) no-repeat center;
}
#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.fixed .contact a{
	color: #fff;
	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;
	top: 50%;
	right: 15px;
	width: 350px;
    transform: translateY(-50%);
	z-index: 10;
}
.fixed-line-qr .close{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

/*メインカラム*/
.content-wrap{
	border: #fff 5px solid;
	border-top: none;
}
.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;
	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: '';
	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 {
	padding: 80px 0;
}
.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;
}
.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 .link a{
	display: inline-block;
	position: relative;
	padding-right: 50px;
}
.top-content.c02 .link a:after,
.top-content.c02 .link a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 42px;
	height: 25px;
	border: #caddea 1px solid;
	border-radius: 15px;
    transform: translateY(-50%);
}
.top-content.c02 .link a:after{
	background: url(../img/arrow.svg) no-repeat center;
	border-color: transparent;
}
.top-content.c02 .right a{
	display: flex;
	gap: 10px 20px;
	padding: 25px 0;
	padding-left: 15px;
	background: url(../img/arrow.svg) no-repeat right 25px center;
	border-bottom: #7eadcb 1px dashed;
}
.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 .date{
	width: 90px;
}
.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;
}
.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{
	padding-left: 100px;
	max-width: 600px;
}
.top-content.c05 .upper .right{
	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 .btm{
    counter-reset: order;
}
.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{
    counter-increment: order;
    content: counter(order, decimal-leading-zero);
	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 .link a{
	display: block;
	position: relative;
	padding-right: 50px;
}
.top-content.c05 .link a:after,
.top-content.c05 .link a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 42px;
	height: 25px;
	border: #C5DCEA 1px solid;
	border-radius: 15px;
    transform: translateY(-50%);
}
.top-content.c05 .link a:after{
	background: url(../img/arrow.svg) no-repeat center;
	border-color: transparent;
}
.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;
	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;
}
.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: space-between;
	flex-wrap: wrap;
	gap: 2px 50px;
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 640px;
}
.top-content.c06 .bottom li{
	flex: 1;
	aspect-ratio: 1 / 1;
	padding-top: 95px;
	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 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 p{
	position: relative;
	padding-left: 25px;
	font-size: 18px;
	line-height: 1.55;
}
.top-content.c13 .bottom .right p: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.c13 .btn-s1{
	color: #fff;
	background: none;
	border-color: #fff;
}
.top-content.c13 .btn-s1:before{
	background: #fff;
}
.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;
	height: 220px;
}
.top-content.c14 .box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-content.c14 .link{
	margin-top: 50px;
	text-align: center;
}
.top-content.c15 {
	padding: 90px 0;
	background: #F8FCFF;
}
.top-content.c15 .header{
	margin-bottom: 40px;
}
.top-content.c15 .questions-answers{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}
.top-content.c15 .questions-answers .question-answer{
	gap: 0 20px;
	position: relative;
	padding: 15px 20px;
	width: calc(50% - 10px);
	border-bottom: none;
	cursor: pointer; 
}
.top-content.c15 .questions-answers .question-answer:after,
.top-content.c15 .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;
}
.top-content.c15 .questions-answers .question-answer:after{
	top: 1px;
	left: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: #FCFEFF;
}
.top-content.c15 .questions-answers .answer,
.top-content.c15 .questions-answers .question{
	position: relative;
	padding-left: 35px;
	z-index: 2;
}
.top-content.c15 .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;
}
.top-content.c15 .questions-answers .answer p:before,
.top-content.c15 .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;

}
.top-content.c15 .questions-answers .answer{
	color: var(--oc-primary-color)!important;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.top-content.c15 .questions-answers .question-answer.open .answer{
	margin-top: 20px;
}
.top-content.c15 .questions-answers .answer p:before{
	color: #4D8DB7;
}
.top-content.c15 .questions-answers .answer span{
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.top-content.c15 .questions-answers .answer span:before{
	display: none;
}
.top-content.c15 .questions-answers .control{
	line-height: 1;
	z-index: 5;
}
.top-content.c15 .questions-answers .control:after{
	content: '';
	display: block;
	margin-top: 5px;
	width: 15px;
	height: 15px;
	background: url(../img/icon-plus.svg) no-repeat center;
}
.top-content.c15 .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;
	flex-wrap: wrap;
	gap: 20px 15px;
}
.top-content.c16 dl{
	flex: 1;
	text-align: center;
}
.top-content.c16 dt{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.35;
	letter-spacing: 0;
}
.top-content.c16 dd a{
	display: block;
	position: relative;
	width: 390px;
	height: 90px;
	font-size: 22px;
	font-weight: 500;
	line-height: 90px;
	background: #fff;
	border-radius: 6px;
}
.top-content.c16 .tel dd a{
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.6;
	background: #fff url(../img/icon-phone02.svg) no-repeat 20px center;
}
.top-content.c16 .mail dd a{
	background: #fff url(../img/icon-mail.svg) no-repeat 20px center;
}
.top-content.c16 .line dd a{
	background: #fff url(../img/icon-line.svg) no-repeat 20px center;
}
.top-content.c16 dd a:after,
.top-content.c16 dd a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 42px;
	height: 24px;
	background: #F2F7FA;
	border-radius: 15px;
    transform: translateY(-50%);
}
.top-content.c16 dd a:after{
	background: url(../img/arrow.svg) no-repeat center;
}
.top-content.c16 .tel dd b{
	display: block;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4;
}
.top-content.c16 .tel dd b i{
	color: #FFB600;
}

/* フッター */
#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: block;
	padding-right: 35px;
	height: 36px;
	line-height: 36px;
	background: url(../img/pagetop.svg) no-repeat right center;
}

/* 採用情報 */
.sub-page>.content{
	overflow: hidden;
}
.page-header {
	display: flex;
	justify-content: start;
	align-items: flex-end;
	margin-top: calc(var(--header-height) * -1);
	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: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	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;
}
.sub-page.recruit .c02 {
	position: relative;
	margin-bottom: 120px;
	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;
}
.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%);
	z-index: -1;
}
.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 .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 .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: 220px;
	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,
.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{
	display: flex;
	flex-direction: column;
	gap: 45px;
	position: sticky;
	top: var(--header-height);
	width: 41.5%;
}
.sub-page.recruit .c05 .upper .right{
	flex: 1;
	padding-left: 8%;
}
.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: 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 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 .c05 {
	
}
.sub-page.recruit .c05 {
	
}
.sub-page.recruit .c05 {
	
}
.sub-page.recruit .c05 {
	
}
.sub-page.recruit .c05 {
	
}
.sub-page.recruit .c05 {
	
}
.sub-page.recruit .c05 {
	
}
.sub-page.recruit .c05 {
	
}
.sub-page.recruit .c05 {
	
}
.sub-page.recruit .c05 {
	
}
.sub-page.recruit .c05 {
	
}

.sub-page.recruit {
	
}
.sub-page.recruit {
	
}








