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

:root {
	--oc-link-color: #00014E;
	--oc-primary-color: #00014E;
	
	--oc-btn-primary-color: #233b68;
	--oc-btn-alt-color: #233b68;

	--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: 100px;
}

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

body {
	font-size: 16px;
	color: var(--oc-primary-color);
	line-height: 1.8;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	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;
	opacity: 0.5;
}
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: 300px;
	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: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.btn-s1,
.btn-s2,
.btn-s3{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	width: 272px;
	height: 64px;
	line-height: 64px;
	text-align: left;
	text-decoration: none;
	border-radius: 50px;
	overflow: hidden;
}
.btn-s1:hover,
.btn-s2:hover,
.btn-s3:hover{
	opacity: 1;
}
.btn-s1 span,
.btn-s2 span,
.btn-s3 span{
	position: relative;
	display: block;
}
.btn-s1 {
	color: var(--oc-primary-color);
	background: #fff;
}
.btn-s2{
	color: #fff;
	background: var(--oc-primary-color);
}
.btn-s2:before,
.btn-s1:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(158, 159, 194,1) 1%,rgba(255, 255, 255,1) 99%);
	opacity: 0;
    transition: all .3s;
}
.btn-s2:before{
	background: linear-gradient(90deg, rgba(0, 1, 80,1) 20%,rgba(1, 3, 179,1) 80%);
}
.btn-s2:hover:before,
.btn-s1:hover:before{
	opacity: 1;
}
.btn-s1:hover{
	color: #4849CF;
}
.btn-s2 span:after,
.btn-s2 span:before,
.btn-s1 span:after,
.btn-s1 span:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 32px;
	height: 32px;
	background: var(--oc-primary-color);
	border-radius: 100%;
    transform: translateY(-50%);
    transition: all .3s;
}
.btn-s2 span:before{
	background: #fff;
}
.btn-s2 span:after,
.btn-s1 span:after{
	right: 31px;
	width: 10px;
	height: 10px;
	background: #fff;
}
.btn-s2 span:after{
	background: var(--oc-primary-color);
}
.btn-s2:hover span:before,
.btn-s1:hover span:before{
	right: 13px;
	width: 46px;
	height: 46px;
	background: #fff;
}
.btn-s2:hover span:after,
.btn-s1:hover span:after{
	right: 13px;
	width: 46px;
	height: 46px;
	background: url(../img/icon-arrow.svg) no-repeat center;
	background-size: 100% auto;
}
.btn-s2:hover span:after{
	background: url(../img/icon-arrow02.svg) no-repeat center;
	background-size: 100% auto;
}
.radius10{
	border-radius: 10px;
	overflow: hidden;
}

@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*/
#container{
	overflow: hidden;
}
.oc-page-container{
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 20px;
}

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

/*ヘッダー*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#header #hinr{
	align-items: flex-start;
	position: relative;
	margin: 0 auto;
	padding: 20px 40px 0;
	width: 100%;
	line-height: 1;
    transition: all 0.3s;
}
#header.style02 #hinr{
	height: var(--header-height);
	background: var(--oc-primary-color);
}
body:not(.home) #hinr{
	height: var(--header-height);
}
#header a{
	text-decoration: none;
}
#header .left .logo{
	position: relative;
}
#header.on .left .logo:before{
	opacity: 1;
}
#header .left .logo img{
	height: 150px;
    transition: all 0.3s;
}
body:not(.home) #header .left .logo img,
#header.style02 .left .logo img{
	height: 56px;
}
#header .right{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	padding-top: 30px;
    transition: all 0.3s;
}
body:not(.home) #header .right,
#header.style02 .right{
	padding-top: 0;
}
#header .menu ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
#header .menu li{
	position: relative;
	border-radius: 100px;
	overflow: hidden;
    transition: all .3s;
}
#header .menu li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(158, 159, 194,1) 1%,rgba(255, 255, 255,1) 99%);
	opacity: 0;
    transition: all .3s;
}
#header .menu a{
	display: block;
	position: relative;
	padding: 0 30px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: 0.1em;
	opacity: 1;
}
#hwrap.achievements li.achievements a,
#hwrap.company li.company a,
#header .menu a:hover,
#header .menu .current a{
	color: #00014E;
}
#hwrap.achievements li.achievements:before,
#hwrap.company li.company:before,
#header .menu .current:before,
#header .menu li:hover:before{
	opacity: 1;
}
#header .contact .tel a{
	display: block;
	position: relative;
	padding-top: 15px;
	width: 214px;
	height: 60px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
	background: #FFFFFF;
	border-radius: 50px;
	overflow: hidden;
}
#header .contact a:hover{
	opacity: 1;
}
#header .contact .tel a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(158, 159, 194,1) 1%,rgba(255, 255, 255,1) 99%);
	opacity: 0;
    transition: all .3s;
}
#header .contact a:hover:before{
	opacity: 1;
}
#header .contact a span{
	position: relative;
}
#header .contact .tel b{
	display: inline-block;
	margin-bottom: 2px;
	padding-left: 20px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	background: url(../img/icon-phone.svg) no-repeat 0 center;
}
#header .contact{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#header .form a{
	display: block;
	position: relative;
	width: 175px;
	height: 60px;
	color: #fff;
	line-height: 60px;
	letter-spacing: 0;
	border-radius: 50px;
	background: #00014E;
	overflow: hidden;
}
#header .form span{
	display: block;
	padding-left: 55px;
	background: url(../img/icon-mail.svg) no-repeat 28px 24px;
}
#header .form a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0, 1, 80,1) 20%,rgba(1, 3, 179,1) 80%);
	opacity: 0;
    transition: all .3s;
}
#header .menu-trigger{
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	z-index: 10;
}
#header.on .menu-trigger{
	background: var(--oc-primary-color);
}
.menu-trigger .inr{
	position: relative;
	width: 24px;
	height: 17px;
	cursor: pointer;
    transition: all .3s;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #161616;
	transition: all .3s;
}
.on .menu-trigger span {
	background: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.on .menu-trigger span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.on .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.on .menu-trigger span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
.sp-menu{
	position: fixed;
	top: 0;
	right: -100%;
	padding: 15px;
	padding-bottom: 20px;
	width: 375px;
	height: 100%;
	background: #DFDFF2;
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
	z-index: 9;
}
.on .sp-menu{
	right: 0;
}
.sp-menu .logo{
	margin-bottom: 15px;
	width: 60px;
}
.sp-menu .upper {
	margin-bottom: 20px;
}
.sp-menu li:not(:last-child){
	border-bottom: #00014e 1px solid;
}
.sp-menu li a{
	display: block;
	position: relative;
	padding: 15px 10px;
	padding-right: 35px;
	letter-spacing: 0;
}
.sp-menu li a:before{
	content: '';
	position: absolute;
	top: 0;
	right: 12px;
	width: 14px;
	height: 100%;
	background: url(../img/icon-arrow03.svg) no-repeat center;
}
.sp-menu li a:hover{
	opacity: 1;
	background: #fff;
}
.sp-menu .bottom{
	text-align: center;
}
.sp-menu .tel{
	margin-bottom: 30px;
}
.sp-menu .tel a{
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: 60px;
	font-size: 32px;
	line-height: 60px;
	background: #fff;
	border-radius: 50px;
}
.sp-menu .tel b{
	display: inline-block;
	padding-left: 35px;
	font-weight: 400;
	letter-spacing: 0.1em;
	background: url(../img/icon-phone.svg) no-repeat 0 center;
	background-size: 18px auto;
}
.sp-menu .tel span{
	display: block;
}
.sp-menu .copyright{
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0;
}
.sp-form a{
	display: none;
	position: fixed;
	top: 15px; 
	right: 72px;
	width: 48px;
	height: 48px;
	background: var(--oc-primary-color) url(../img/icon-mail.svg) no-repeat center;
	background-size: 15px auto;
	border-radius: 100%;
	cursor: pointer;
	z-index: 8;
}
.sp-form a:hover{
	opacity: 1;
}

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

@media screen and (max-width:820px) {
	#header #hinr{
		align-items: center;
		padding: 0 20px;
		height: var(--header-height);
	}
}

@media screen and (max-width:767px) {
	#header.style02 #hinr{
		/* background: none!important; */
	}
	#header.style02 .left .logo img,
	#header .left .logo img{
		height: 60px;
	}

	.sp-menu{
		width: 100%;
	}
}

/*メインカラム*/
.mv-wrap{
	position: relative;
}
.mv-wrap:after,
.mv-wrap:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/mv.webp) no-repeat center 0;
	background-size: cover;
	z-index: -1;
}
.mv-wrap:after{
	/* top: auto;
	bottom: 0;
	background: url(../img/overlay.webp) no-repeat center 0;
	background-size: cover; */
}
.top-mv{
	position: relative;
	padding-top: 280px;
	color: #fff;
}
.top-mv:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 8 / 5.5;
	background: url(../img/mv-bg.png) no-repeat center 0;
	background-size: 100% auto;
}
.top-mv .wrap {
	position: relative;
}
.top-mv .bottom .left,
.top-mv .upper{
	font-size: 64px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.top-mv .bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 130px;
}
.top-mv .arrow {
	flex: 1;
	position: relative;
	margin-top: 50px;
	height: 10px;
	background: url(../img/mv-arrow02.svg) no-repeat 0 bottom;
	background-size: 40px auto;
}
.top-mv .arrow:after,
.top-mv .arrow:before{
	content: '';
	position: absolute;
	left: 38px;
	bottom: 0;
	width: calc(100% - 50px);
	height: 2px;
	background: #fff;
}
.top-mv .arrow:after{
	left: auto;
	right: 0;
	bottom: -2px;
	height: 10px;
	background: url(../img/mv-arrow.svg) no-repeat right bottom;
	background-size: auto 100%;
}
.top-mv .bottom .right{
	padding-top: 40px;
}
.top-mv h1{
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.top-content h2{
	padding-left: 90px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	background: url(../img/deco.svg) no-repeat 0 104px;
}
.top-content h2:before{
	content: attr(data-en);
	display: block;
	margin-left: -90px;
	margin-bottom: 10px;
	font-size: 80px;
	line-height: 1;
	letter-spacing: 0;
	font-style: italic;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}
.top-content h3{
	font-weight: bold;
	font-size: 48px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.top-content.c01 {
	padding-bottom: 130px;
	position: relative;
}
.top-content.c01 .upper {
	align-items: flex-end;
	margin-bottom: 45px;
	position: relative;
	z-index: 2;
}
.top-content.c01 .upper .left{
	padding-bottom: 20px;
	color: #fff;
	font-size: 18px;
	line-height: 2;
}
.top-content.c01 .upper .right{
	color: var(--oc-primary-color);
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.2em;
    writing-mode: vertical-rl;
}
.top-content.c01 .upper .right span{
	display: inline-block;
	margin-left: 20px;
	padding: 3px;
	white-space: nowrap;
	background: #fff;
	border-radius: 5px;
}
.top-content.c01 .upper .right span i{
	display: inline-block;
	height: 18px;
}
.top-content.c01 .bottom{
	width: 2000px;
	overflow: hidden;
}
.top-content.c01 .slick-list{
	overflow: visible;
}
.top-content.c01 .slider{ 
	margin-bottom: 0;
	width: 560px;
}
.top-content.c01 .slick-dots{
	display: flex;
	position: static;
	margin-top: 20px;
	padding-bottom: 30px;
}
.top-content.c01 .slick-dots li{
	flex: 1;
	margin: 0;
}
.top-content.c01 .slick-dots li,
.top-content.c01 .slick-dots button,
.top-content.c01 .slick-dots button:before{
	content: '';
	padding: 0;
	width: 100%;
	height: 3px;
	border-radius: 0;
	opacity: 1;
}
.top-content.c01 .slick-dots button:before{
	background: #767676;
}
.top-content.c01 .slick-dots .slick-active button:before{
	background: #fff;
}
.top-content.c01 .box{
	padding-right: 20px;
}
.top-content.c01 .box a{
	text-decoration: none;
}
.top-content.c01 .image{
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.top-content.c01 .image img{
	height: 100%;
	width: 100%;
	aspect-ratio: 7 / 5;
	object-fit: cover;
}
.top-content.c01 .p-title{
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.top-content.c01 .link{
	text-align: center;
}
.top-content.c01 .wrap{
	position: relative;
	z-index: 1;
}
.top-content.c01::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url(../img/overlay.webp) no-repeat center 0;
	background-size: cover;
}
.top-content.c02 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 120px;
	background-color: #fff;
}
.top-content.c02:before{
	content: '';
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	aspect-ratio: 3 / 2;
	background: url(../img/top-c02-bg.png) no-repeat center 0;
	background-size: 100% auto;
}
.top-content.c02 .wrap{
	position: relative;
}
.top-content.c02 h2{
	margin-bottom: 90px;
}
.top-content.c02 .upper {
	margin-bottom: 75px;
	font-size: 24px;
	font-weight: 500;
	line-height: 2.25;
	letter-spacing: 0;
}
.top-content.c02 .upper h3{
	margin-bottom: 90px;
}
.top-content.c02 .upper p{
	padding-left: 39%;
}
.top-content.c02 .bottom .flex{
	align-items: center;
}
.top-content.c02 .bottom .left{
	flex: 1;
	padding-right: 50px;
}
.top-content.c02 .bottom .right{
	width: 54.5%;
}
.top-content.c02 .bottom h3{
	margin-bottom: 40px;
}
.top-content.c02 .bottom dl{
	margin-bottom: 30px;
	letter-spacing: 0;
}
.top-content.c02 .bottom dt{
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
}
.top-content.c03 {
	padding-top: 100px;
	padding-bottom: 125px;
	background: #E6E6FF;
}
.top-content.c03 .wrap{
	position: relative;
	z-index: 2;
}
.top-content.c03 h2{
	margin-bottom: 70px;
}
.top-content.c03 .flex{
	align-items: center;
	margin-left: -80px;
}
.top-content.c03 .left{
	width: 47%;
	border-radius: 0 5px 5px 0;
	overflow: hidden;
}
.top-content.c03 .right{
	flex: 1;
	padding-left: 70px;
}
.top-content.c03 h3{
	margin-bottom: 50px;
	line-height: 1.5;
}
.top-content.c03 .link{
	margin-top: 60px;
}
.top-content.c04 {
	position: relative;
	padding: 115px 0;
	background-color: #fff;
}
.top-content.c04:before{
	content: '';
	position: absolute;
	top: -195px;
	left: 0; 
	width: 100%;
	aspect-ratio: 2 / 1;
	background: url(../img/top-c04-bg.svg) no-repeat center 0;
	background-size: 100% auto;
}
.top-content.c04 .wrap{
	position: relative;
}
.top-content.c04 h2{
	margin-bottom: 70px;
}
.top-content.c04 .flex{
	align-items: center;
	margin-right: -80px;
}
.top-content.c04 .left{
	flex: 1;
	padding-right: 70px;
}
.top-content.c04 .right{
	width: 47%;
	border-radius: 5px;
	overflow: hidden;
}
.top-content.c04 h3{
	margin-bottom: 50px;
	line-height: 1.5;
}
.top-content.c04 .link{
	margin-top: 60px;
}
.top-content.c05 {
	padding-top: 100px;
	padding-bottom: 115px;
	color: #fff;
	background: url(../img/top-c05-bg.webp) no-repeat center;
	background-size: cover;
}
.top-content.c05 h2{
	margin-bottom: 60px;
	color: #fff;
	background: url(../img/deco02.svg) no-repeat 0 104px;
}
.top-content.c05 .right{
	flex: 1;
	padding-top: 170px;
	padding-left: 70px;
	font-size: 20px;
	line-height: 2.5;
	letter-spacing: 0;
}
.top-content.c07 h3,
.top-content.c06 h3,
.top-content.c05 h3{
	position: relative;
	margin-bottom: 45px;
	padding-left: 40px;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
}
.top-content.c07 h3:before,
.top-content.c06 h3:before,
.top-content.c05 h3:before{
	content: '01';
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 24px;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	line-height: 1.3;
	letter-spacing: 0;
	border-bottom: #fff 1px solid;
}
.top-content.c05 .left strong{
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.top-content.c05 .name{
	margin-top: 50px;
	font-size: 18px;
	text-align: right;
	line-height: 1.6;
	letter-spacing: 0;
}
.top-content.c05 .name span{
	font-size: 14px;
}
.top-content.c05 .name b{
	margin-left: 15px;
	font-size: 28px;
	font-weight: 500;
}
.top-content.c06 {
	padding-top: 100px;
	padding-bottom: 70px;
	background: #E6E6FF;
}
.top-content.c07 h3,
.top-content.c06 h3{
	margin-bottom: 10px;
	color: var(--oc-primary-color);
}
.top-content.c06 h3:before{
	content: '02';
	border-bottom: var(--oc-primary-color) 1px solid;
}
.top-content.c06 dl{
	display: flex;
	flex-wrap: wrap;
}
.top-content.c06 dt{
	padding: 25px 0;
	width: 160px;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: center;
	border-bottom: var(--oc-primary-color) 1px solid;
}
.top-content.c06 dd{
	width: calc(100% - 160px);
	padding: 25px 0;
	padding-left: 70px;
	letter-spacing: 0;
	border-bottom: #797ab5 1px solid;
}
.top-content.c07 {
	padding-bottom: 140px;
	background: #E6E6FF;
 }
 .top-content.c07 h3{
	margin-bottom: 35px;
 }
.top-content.c07 h3:before{
	content: '03';
	border-bottom: var(--oc-primary-color) 1px solid;
}
.top-content.c07 .map{
	margin-bottom: 25px;
}
.top-content.c07 dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.top-content.c07 dt{
	margin-top: 3px;
	padding: 0 10px;
	min-width: 77px;
	height: 24px;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	background: var(--oc-primary-color);
	border-radius: 50px;
}
.top-content.c07 dd{
	flex: 1;
	padding-left: 25px;
}
.top-content.c08 {
	padding-bottom: 150px;
	padding-top: 130px;
	position: relative;
	background: #EAEAEA ;
}
.top-content.c08:before{
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	aspect-ratio: 3 / 2;
	background: url(../img/top-c08-bg.png) no-repeat center 0;
	background-size: 100% auto;
}
.top-content.c08 .wrap{
	position: relative;
}
.top-content.c08 h2{
	margin-bottom: 60px; 
}
.top-content.c08 .left{
	display: flex;
  	flex-direction: column;
	justify-content: space-between;
	width: 270px;
}
.top-content.c08 .right{
	flex: 1;
	padding-left: 10%;
}
.top-content.c08 .left li{
	position: relative;
	margin-bottom: 20px;
	padding-left: 25px;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}
.top-content.c08 .left li:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 1px;
	background: var(--oc-primary-color);
    transform: translateY(-50%);
}
.top-content.c08 .box:not(.selected){
	display: none;
}
.top-content.c08 .right li{
	border-bottom: #CEDCEB 1px solid;
}
.top-content.c08 .right li:hover{
	background: rgba(230,230,255, 0.7);
}
.top-content.c08 .right a{
	display: flex;
	flex-wrap: wrap;
	padding: 27px 20px;
	font-size: 18px;
	text-decoration: none;
}
.top-content.c08 .right a:hover{
	opacity: 1;
}
.top-content.c08 .category{
	margin-left: auto;
	margin-right: 15px;
	padding: 0 5px;
	min-width: 77px;
	height: 24px;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	background: #fff;
	border: #8e8fc8 1px solid;
	border-radius: 50px;
}
.top-content.c08 .right li:hover .category{
	color: #fff;
	background: var(--oc-primary-color);
	border-color: var(--oc-primary-color);
}
.top-content.c08 .date{
	font-size: 16px;
	letter-spacing: 0.1em;
}

@media screen and (min-width:1001px) {
	.top-content.c08 .flex{
		align-items: flex-start;
	}
	.top-content.c08 .left{
		justify-content: flex-start;
		align-items: flex-start;
	}
	.top-content.c08 .link{
		position: static;
		margin-top: 85px;
	}
}
.top-content.c09 {
	color: #fff;
	padding-top: 145px;
	/* padding-bottom: 145px; */
	background-color: #fff;
}
.top-content.c09 a{
	color: #fff;
	text-decoration: none;
}
.top-content.c09 .flex{
	align-items: center;
	position: relative;
	padding: 110px;
	padding-top: 70px;
	background: url(../img/top-c10-bg.webp) no-repeat center;
	background-size: cover;
	border-radius: 16px;
}
.top-content.c09 .left{
	width: 49%;
	font-size: 18px;
	line-height: 1.65;
}
.top-content.c09 .right{
	width: 49%;
	letter-spacing: 0;
	text-align: center;
}
.top-content.c09 h2{
	margin-bottom: 65px;
	padding-left: 0;
	color: #fff;
	background: none;
}
.top-content.c09 h2:before{
	margin-left: 0;
}
.top-content.c09 .tel{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: #8282c7 1px solid;
}
.top-content.c09 .tel a{
	display: inline-block;
	padding-left: 25px;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.05em;
	background: url(../img/icon-phone02.svg) no-repeat 0 center;
}
.top-content.c09 .right span{
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	padding-left: 20px;
}
.top-content.c09 .right span:before{
	content: '●';
	display: inline-block;
	margin-right: 3px;
}
.top-content.c09 .form a{
	display: inline-block;
	padding-left: 35px;
	font-size: 32px;
	line-height: 1.4;
	background: url(../img/icon-mail.svg) no-repeat 0 center;
	background-size: 23px auto;
}

@media screen and (max-width:1440px) {
	.bg-s1:before {
		width: 1440px!important;
		background-size: auto!important;
	}
}

@media screen and (max-width:1000px) {
	.top-content.c09 .flex,
	.top-content.c08 .flex,
	.top-content.c05 .flex{
		flex-direction: column;
	}
	.top-content.c08 .link{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
    	transform: translateY(150%);
	}
	.top-content.c09 .flex{
		gap: 20px;
	}
	.top-content.c09 .flex>div{
		width: 100%;
	}
	.top-content.c09 h2{
		margin-bottom: 20px;
	}
}

@media screen and (max-width:820px) {
	.top-content.c02 .upper p{
		padding-left: 0;
	}
	.top-content.c02 .bottom .flex{
		flex-direction: column;
	}
	.top-content.c04 .flex,
	.top-content.c03 .flex{
		flex-direction: column;
		gap: 30px 0;
		margin-left: 0;
		margin-right: 0;
	}
	.top-content.c04 .flex>div,
	.top-content.c03 .flex>div{
		padding: 0;
		width: 100%;
	}
	.top-content.c04 .flex .right,
	.top-content.c03 .flex .left{
		margin-left: -20px;
		width: calc(100% + 20px);
	}
	.top-content.c04 .left{
		order: 2;
	}
	.top-content.c04 .flex .right{
		margin-left: 0;
		margin-right: -20px;
	}
}

@media screen and (max-width:767px) {
	.bg-s1:before {
		width: 100%!important;
		background-size: 100% auto!important;
	}
	.mv-wrap:after,
	.mv-wrap:before{
		display: none;
	}
	.top-mv{
		display: flex;
		align-items: center;
		padding-top: 30px;
		height: 100dvh;
		background: url(../img/mv-sp.webp) no-repeat center 0;
		background-size: cover;
	}
	/* .mv-wrap:after,
.mv-wrap:before{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/mv.webp) no-repeat center 0;
	background-size: cover;
	z-index: -1;
} */
	.top-mv:before {
		background: url(../img/mv-bg-sp.png) no-repeat center 0;
		background-size: 100% auto;
	}
	.top-mv .wrap{
		width: 100%;
	}
	.top-mv .bottom .left,
	.top-mv .upper{
		font-size: 32px;
	}
	.top-mv .bottom {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 0;
	}
	.top-mv .arrow {
		flex: none;
		margin-top: 0;
	}
	.top-mv .arrow:before{
		width: 70px;
	}
	.top-mv .arrow:after{
		left: 107px;
		right: auto;
		width: 10px;
	}
	.top-mv .bottom .right{
		padding-top: 0;
	}
	.top-content h2{
		background-position: 0 64px;
	}
	.top-content h2:before{
		margin-bottom: 10px;
		font-size: 40px;
	}
	.top-content h3{
		font-size: 24px;
	}
	.top-content.c01 {
		padding-top: 35px;
		padding-bottom: 45px;
		background: url(../img/top-c01-bg-sp.webp) no-repeat center 0;
		background-size: cover;
	}
	.top-content.c01 .upper {
		margin-bottom: 30px;
	}
	.top-content.c01 .upper .left{
		padding-bottom: 0;
		font-size: 16px;
		line-height: 1.8;
	}
	.top-content.c01 .upper .right{
		position: absolute;
		top: -15px;
		right: 0;
		font-size: 20px;
		transform: translateY(-100%);
	}
	.top-content.c01 .upper .right span{
		margin-left: 15px;
		padding: 5px 3px;
	}
	.top-content.c01 .upper .right span i{
		display: inline-block;
		height: 10px;
	}
	.top-content.c01 .bottom{ 
		width: 100%;
	}
	.top-content.c01 .slider{ 
		width: calc(100% + 20px);
	}
	.top-content.c01 .link{
		margin-top: 15px;
	}
	.top-content.c02 {
		padding: 50px 0;
	}
	.top-content.c02:before{
		top: 0;
		aspect-ratio: 2 / 3;
		background: url(../img/top-c02-bg-sp.png) no-repeat center 0;
		background-size: 100% auto;
	}
	.top-content.c02 h2{
		margin-bottom: 35px;
	}
	.top-content.c02 .upper {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 2;
	}
	.top-content.c02 .bottom h3,
	.top-content.c02 .upper h3{
		margin-bottom: 15px;
	}
	.top-content.c02 .bottom .left{
		order: 2;
		flex: none;
		padding-right: 0;
	}
	.top-content.c02 .bottom .right{
		margin-bottom: 30px;
		width: 100%;
	}
	.top-content.c02 .bottom dl{
		margin-bottom: 15px;
	}
	.top-content.c02 .bottom dl:last-of-type{
		margin-bottom: 0;
	}
	.top-content.c02 .bottom dt{
		font-size: 20px;
		line-height: 1.5;
	}
	.top-content.c03 {
		padding-top: 45px;
		padding-bottom: 55px;
	}
	.top-content.c03 h2{
		margin-bottom: 45px;
	}
	.top-content.c04 h3,
	.top-content.c03 h3{
		margin-bottom: 20px;
	}
	.top-content.c04 .link,
	.top-content.c03 .link{
		margin-top: 20px;
		text-align: center;
	}
	.top-content.c04 {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.top-content.c04:before{
		top: -25px;
		background: url(../img/top-c04-bg-sp.png) no-repeat center 0;
		background-size: 100% auto;
	}
	.top-content.c04 h2{
		margin-bottom: 35px;
	}
	.top-content.c05 {
		padding: 50px 0;
		background: url(../img/top-c05-bg-sp.webp) no-repeat center;
		background-size: cover;
	}
	.top-content.c05 .right{
		flex: none;
		padding-top: 0;
		padding-left: 0;
		font-size: 18px;
		line-height: 2.2;
	}
	.top-content.c05 h2{
		margin-bottom: 45px;
		background-position: 0 64px;
	}
	.top-content.c07 h3,
	.top-content.c06 h3,
	.top-content.c05 h3{
		font-size: 24px;
	}
	.top-content.c05 .left strong{
		display: block;
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 1.5;
	}
	.top-content.c05 .name{
		margin-top: 25px;
	}
	.top-content.c06 {
		padding: 45px 0;
	}
	.top-content.c06 h3{
		margin-bottom: 15px;
	}
	.top-content.c06 dt{
		margin-bottom: 0;
		padding-top: 18px;
		padding-bottom: 0;
		width: 100%;
		text-align: left;
		border-bottom: none;
	}
	.top-content.c06 dd{
		position: relative;
		width: 100%;
		padding-top: 0;
		padding-bottom: 18px;
		padding-left: 0;
	}
	.top-content.c06 dd:before{
		content: '';
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 44px;
		height: 1px;
		background: var(--oc-primary-color);
	}
	.top-content.c07 {
		padding-bottom: 45px;
	}
	.top-content.c07 .map{
		margin-bottom: 15px;
	}
	.top-content.c07 iframe{
		height: 300px!important;
	}
	.top-content.c07 dl{
		display: block;
	}
	.top-content.c07 dt{
		display: inline-block;
	}
	.top-content.c07 dd{
		flex: none;
		padding-left: 0;
	}
	.top-content.c08 {
		/* margin-bottom: 40px; */
		padding-top: 40px;
	}
	.top-content.c08:before{
		top: 40px;
		left: 0;
		width: 100%;
		aspect-ratio: 3 / 5;
		background: url(../img/top-c08-bg-sp.png) no-repeat center 0;
		background-size: 100% auto;
	}
	.top-content.c08 h2{
		margin-bottom: 40px; 
	}
	.top-content.c08 .right{
		flex: none;
		padding-left: 0;
	}
	.top-content.c08 .right a{
		padding: 15px 0;
	}
	.top-content.c08 .p-title{
		margin-bottom: 3px;
		width: 100%;
	}
	.top-content.c08 .category{
		margin-left: 0;
	}
	.top-content.c09 {
		padding-top: 40px;
	}
	.top-content.c09 .flex{
		padding: 30px 20px;
		background: url(../img/top-c10-bg-sp.webp) no-repeat center;
		background-size: cover;
		border-radius: 20px;
	}
	.top-content.c09 h2{
		font-size: 16px;
	}
	.top-content.c09 h2:before{
		font-size: 32px;
	}
	.top-content.c09 .left{
		font-size: 16px;
		line-height: 1.85;
	}
	.top-content.c09 .tel a{
		font-size: 32px;
	}
	.top-content.c09 .form a{
		font-size: 26px;
	}
}

/* フッター */
#footer {
	background-color: #fff;
	padding-top: 145px;
}
#footer .left{
	letter-spacing: 0;
}
#footer .center{
	font-weight: bold;
	font-size: 40px;
	line-height: 1.6;
}
#footer .right{
	width: 35%;
	padding-bottom: 10px;
	border-left: #e3e3f0 1px solid;
}
#footer .logo{
	margin-left: 45px;
	margin-bottom: 10px;
}
#footer .company{
	margin-bottom: 25px;
	font-size: 20px;
}
#footer .address{
	line-height: 1.4;
}
#footer .menu{
	flex-wrap: nowrap;
	gap: 40px;
	margin-left: -1px;
	margin-bottom: 150px;
	padding-left: 21.5%;
	border-left: #3f407a 1px solid;
}
#footer ul{
	padding-right: 15px;
}
#footer li{
	margin-bottom: 20px;
	white-space: nowrap;
}
#footer li:last-child{
	margin-bottom: 0;
}
#footer li a{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#footer li.s1 a{
	font-size: 14px;
}
#footer .copyright{
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0;
	text-align: right;
}

@media screen and (max-width:1300px) {
	.finr{
		justify-content: center;
		position: relative;
		padding-bottom: 65px;
	}
	#footer .right{
		width: 0;
		border: none;
	}
	#footer .right .menu{
		display: none;
	}
	#footer .copyright{
		position: absolute;
		left: 0;
		bottom: 20px;
		width: 100%;
		font-size: 12px;
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	.finr{
		justify-content: center;
		text-align: center;
	}
	#footer {
		padding-top: 40px;
	}
	#footer .logo{
		margin: 0 auto;
		margin-bottom: 20px;
		width: 100px;
	}
	#footer .company{
		margin-bottom: 10px;
		font-size: 18px;
	}
	#footer .address{
		margin-bottom: 20px;
	}
	#footer .center{
		display: inline-block;
		text-align: left;
		font-size: 24px;
		line-height: 1.35;
	}
}

/* 下層ページ */
.sub-content .header {
	position: relative;
	padding-top: 80px;
	padding-bottom: 40px;
	min-height: 500px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* overflow: hidden; */
}
.sub-content .header:before{
	content: '';
	position: absolute;
	top: -105px;
	left: 0;
	width: 100%;
	max-height: 700px;
	aspect-ratio: 288 / 133;
	background: url(../img/service-deco.png) no-repeat 0 0;
	background-size: 100% auto;
}
.sub-content .wrap{
	position: relative;
}
.sub-content h1{
	position: relative;
	margin-bottom: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.sub-content h1:before{
    content: attr(data-en);
    display: block;
    margin-bottom: 20px;
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    font-style: italic;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
}
.sub-content .subtext{
	margin-bottom: 20px;
	font-size: 64px;
	font-weight: bold;
	line-height: 1.55;
	letter-spacing: 0;
}
.sub-content .header .description{
	font-size: 18px;
}
.sub-content .blog-bc {
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: clamp(25px, 6vw, 80px);
	padding: 0 20px;
	max-width: 1320px;
	z-index: 2;
}
.sub-content .bread-crumbs .bc-item{
	font-size: 16px;
}
.sub-content .blog-bc img{
	display: none;
}
.sub-content .blog-bc li{
	color: #113763;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.sub-content .blog-bc a{
	color: #113763;
	text-decoration: none;
}
.sub-content h2{
	margin-top: 130px;
	margin-bottom: 60px;
	padding: 5px 25px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.1em;
	background: #EAEAFA;
	border-left: #113763 8px solid;
}
.sub-content .wrap > h2:first-of-type{
	margin-top: 0;
}
.sub-content .box-layout01{
    counter-reset: order;
}
.sub-content .box-layout01 .wp-block-column{
	position: relative;
	padding: 30px;
	padding-top: 60px;
	border: #00014e 3px solid;
	border-radius: 10px;
}
.sub-content .box-layout01 .wp-block-column:before{
    counter-increment: order;
    content: 'feature ' counter(order);
	position: absolute;
	top: -1px;
	left: 0;
	padding-top: 2px;
	width: 87px;
	height: 31px;
	text-align: center;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background: #00014e;
	border-radius: 5px 0;
}
.sub-content .box-layout01 p:has(strong){
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.1em;
}
.sub-content .box-layout01 figure{
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
.sub-content .box-layout02 {
	justify-content: space-between;
	align-items: center!important;
	margin-top: 45px;
	margin-bottom: 80px;
	letter-spacing: 0;
}
.sub-content .box-layout02>div{
	flex-grow: 0!important;
	flex-basis: auto!important;
}
.sub-content .box-layout02:has(> .wp-block-column:first-of-type img) {
	margin-left: -80px;
}
.sub-content .box-layout02:has(> .wp-block-column:first-of-type p) {
	margin-right: -80px;
}
.sub-content .box-layout02 > .wp-block-column:has(img) {
	width: 53%;
}
.sub-content .box-layout02 > .wp-block-column:has(p) {
	width: 44%;
}
.sub-content .box-layout02:has(> .wp-block-column:first-of-type img) img{
	border-radius: 5px;
}
.sub-content .box-layout02:has(> .wp-block-column:first-of-type p) img{
	border-radius: 5px;
}
.sub-content .box-layout02 h3{
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.sub-content .box-layout02 .wp-block-column .wp-block-column{
	padding: 25px;
	background: #E2E3F0;
	border-radius: 10px;
}
.sub-content .box-layout02 .wp-block-column .wp-block-column p:has(strong){
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1;
}
.sub-content .box-layout03 {
	padding: 45px;
	background: #FBFBFB;
	border: #00014e 3px solid;
	border-radius: 10px;
}
.sub-content .box-layout03 p:has(strong){
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 1.25;
	border-bottom: #b7b7ce 2px solid;
}
.sub-content .box-layout03 p:has(strong):last-child{
	padding: 0;
	border: none;
}
.sub-content ul{
	margin-bottom: 30px;
}

.privacy-content {
	margin-top: 80px;
	margin-bottom: 80px;
}
.single #container {
	margin-top: var(--header-height);
}

@media screen and (max-width:1440px) {
	/* .sub-content .header:before{
		width: 1440px;
		background-size: auto;
	} */
}

@media screen and (max-width:1280px) {
	.sub-content h2{
		margin-top: clamp(60px, 10vw, 130px);
	}
	.sub-content .box-layout02:has(> .wp-block-column:first-of-type img) {
		margin-left: -20px;
	}
	.sub-content .box-layout02:has(> .wp-block-column:first-of-type p) {
		margin-right: -20px;
	}
}

@media screen and (max-width:820px) {
	.sub-content .header {
		min-height: 400px;
	}
	.sub-content .header:before{
		/* width: 1000px;
		background-size: 150% auto; */
	}
	.sub-content h1{
		margin-bottom: 20px;

	}
	.sub-content h1:before{
		margin-bottom: 10px;
		font-size: 40px;
	}
	.sub-content .subtext{
		margin-bottom: 5px;
		font-size: 32px;
	}
	.sub-content .box-layout02:has(> .wp-block-column:first-of-type img) {
		margin-left: 0;
	}
	.sub-content .box-layout02:has(> .wp-block-column:first-of-type p) {
		margin-right: 0;
	}
	.sub-content .box-layout02:has(> .wp-block-column:first-of-type p) .wp-block-column:first-of-type{
		order: 2;
	}
}

@media screen and (max-width:767px) {
	.sp-f16{
		font-size: 16px!important;
	}
	.sp-center{
		text-align: center!important;
	}
	.sub-content .header {
		padding-top: 120px;
	}
	.sub-content .header:before{
		top: 0;
		width: 100%;
		aspect-ratio: 730 / 536;
		background: url(../img/service-deco-sp.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	.sub-content .blog-bc{
		margin-top: 10px;
	}
	.sub-content h2{
		margin-top: 55px;
		margin-bottom: 30px;
		padding: 10px;
		font-size: 24px;
		line-height: 1.2;
	}
	.sub-content .box-layout01{
		gap: 15px;
	}
	.sub-content .box-layout01 .wp-block-column{
		padding: 60px 10px 30px;
	}
	.sub-content .box-layout02 {
		gap: 15px;
		margin-top: 35px;
		margin-bottom: 55px;
	}
	.sub-content .box-layout02 .wp-block-column .wp-block-columns{
		margin-bottom: 0;
	}
	.sub-content .box-layout02 .wp-block-column .wp-block-column{
		padding: 15px;
		line-height: 1.5;
	}
	.sub-content .box-layout02 .wp-block-column .wp-block-column p:has(strong){
		margin-bottom: 5px;
		font-size: 18px;
	}
	.sub-content .box-layout02 h3{
		margin-bottom: 10px;
		font-size: 24px;
	}
	.sub-content .box-layout03 {
		padding: 20px 10px;
	}
	.sub-content .box-layout03 p:has(strong){
		font-size: 20px;
		line-height: 1.5;
	}
	.sub-content .box-layout03 p:not(:last-child),
	.sub-content ul {
		margin-bottom: 20px;
	}
}
