@font-face {
	font-family: 'NotoSansJP';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
		 url("../fonts/notosansjp/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
	font-family: 'NotoSansJP';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"),
		url("../fonts/notosansjp/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
	font-family: 'NotoSansJP';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),
		url("../fonts/notosansjp/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
		url("../fonts/notosansjp/Roboto-Bold.woff") format("woff");
}

:root {
	--oc-link-color: #CF0F31;
	--oc-primary-color: #222;
	
	--oc-btn-primary-color: #222;
	--oc-btn-alt-color: #222;

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

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

body {
	color: var(--oc-primary-color);
	font-family: "NotoSansJP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 1.8;
}

.text-primary-color{
	color: var(--oc-primary-color);
}
.clear-fix { clear: both; }

a,
a:hover {
	text-decoration: none;
	color: var(--oc-link-color);;
}
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;
}

@media screen and (max-width:767px) {
	body {
		font-size: 15px;
	}
}

/* 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;
}
.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;
}
.anchor-parent{
	position: relative;
}
.anchor{
	position: absolute;
	top: calc(-1 * var(--header-height));
}
.f0{
	font-family: "NotoSansJP", sans-serif!important;
}
.f1{
	 font-family: 'Roboto';
}
.f2{
	font-family: "lato", sans-serif;
	font-weight: 700;
	font-style: normal;
}
img.full{
	width: 100%;
}
.btn-s1{
	display: inline-block;
	position: relative;
	padding-left: 25px;
	width: 256px;
	height: 60px;
	color: #222;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	line-height: 60px;
	background: #fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.1);
	overflow: hidden;
}
.btn-s3:before,
.btn-s2:before,
.btn-s1:before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #CF0F31;
}
@media (hover: hover){
	.hbg-menu .form a:before,
	#footer .contact a:before,
	#header .contact a:before,
	.btn-s3:before,
	.btn-s2:before,
	.btn-s1:before{
		transition: all .3s;
	}
	.hbg-menu .form a:hover:before,
	#footer .contact a:hover:before,
	#header .contact a:hover:before,
	.btn-s3:hover:before,
	.btn-s2:hover:before,
	.btn-s1:hover:before{
		left: 0;
	}
	.btn-s3:hover,
	.btn-s2:hover,
	.btn-s1:hover{
		color: #fff;
	}
	.btn-s3:hover{
		border: #CF0F31 1px solid;
	}
	.hbg-menu .form a:hover,
	#footer .contact a:hover,
	#header .contact a:hover{
		color: #222;
	}
}
@media (hover: none){
	.hbg-menu .form a:before,
	#footer .contact a:before,
	#header .contact a:before,
	.hbg-menu .form a:before,
	.btn-s3:before,
	.btn-s2:before,
	.btn-s1:before {
		transition: none;
	}
	.hbg-menu .form a:active:before,
	#footer .contact a:active:before,
	#header .contact a:active:before,
	.btn-s3:active:before,
	.btn-s2:active:before,
	.btn-s1:active:before {
		left: 0;
	}
	.btn-s3:active,
	.btn-s2:active,
	.btn-s1:active{
		color: #fff;
	}
	.btn-s3:active{
		border: #CF0F31 1px solid;
	}
	#footer .contact a:active,
	#header .contact a:active{
		color: #222;
	}
}

.btn-s3 span,
.btn-s1 span{
	display: block;
	position: relative;
	background: url(../img/arrow03.svg) no-repeat right 25px center;
}
.btn-s3:hover span,
.btn-s1:hover span{
	background: url(../img/arrow.svg) no-repeat right 25px center;
}
.btn-s2{
	display: inline-block;
	position: relative;
	padding-left: 25px;
	width: 170px;
	height: 60px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	line-height: 60px;
	background: #222;
	overflow: hidden;
}
.btn-s2.long{
	width: 208px;
}
.btn-s2 span{
	display: block;
	position: relative;
	background: url(../img/arrow.svg) no-repeat right 25px center;
}
.btn-s3{
	display: inline-block;
	position: relative;
	padding-left: 25px;
	width: 196px;
	height: 60px;
	color: #222;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	line-height: 60px;
	background: #fff;
	border: #b0b0b0 1px solid;
	overflow: hidden;
}
.btn-s3.short{
	width: 176px;
}


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

@media screen and (max-width:767px) {
	p:not(:last-child){
		margin-bottom: 25px;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

@media screen and (max-width:500px) {
	.btn-s1{
		padding-left: 70px;
		width: 100%;
		height: 68px;
		line-height: 68px;
	}
	.btn-s1 span{
		background: url(../img/arrow03.svg) no-repeat right 80px center;
	}
	.btn-s1:hover span{
		background: url(../img/arrow.svg) no-repeat right 80px center;
	}
	.btn-s2{
		padding-left: 120px;
		width: 100%!important;
		height: 60px;
		line-height: 60px;
	}
	.btn-s2 span{
		background: url(../img/arrow.svg) no-repeat right 110px center;
	}
	.btn-s2.long span{
		background: url(../img/arrow.svg) no-repeat right 95px center;
	}
	.btn-s3{
		padding-left: 70px;
		width: 100%!important;
		height: 60px;
		line-height: 60px;
	}
	.btn-s3 span{
		background-position: right 70px center;
	}
}

/*base*/
#container{
	overflow: hidden;
}
.container{
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 1070px;
	padding: 0 15px;
}

/*ヘッダー*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#header #hinr{
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 0 55px;
	width: 100%;
	height: var(--header-height);
}
#header .left{
	width: 186px;
}
#header .right{
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 332px;
	height: 48px;
	z-index: 10;
}
#header .logo{
	margin: 0;
}
#header .contact a{
	display: block;
	position: relative;
	width: 260px;
	height: 100%;
	color: #fff;
	font-weight: bold;
	line-height: 46px;
	text-align: center;
	background: #CF0F31;
	overflow: hidden;
}
#header .on .contact a{
	opacity: 0;
}
#footer .contact a:before,
#header .contact a:before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
}
#footer .contact a span,
#header .contact a span{
	display: block;
	position: relative;
	background: url(../img/arrow.svg) no-repeat right 14px center;
}
#footer .contact a:hover span,
#header .contact a:hover span{
	background: url(../img/arrow03.svg) no-repeat right 14px center;
}
#header .menu-trigger{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 48px;
	height: 100%;
	background: #222222;
	cursor: pointer;
}
#header .on .menu-trigger{
	background: #fff;
}
#header .on .contact {
	visibility: hidden;
}
.menu-trigger .inr{
	position: relative;
	width: 16px;
	height: 10px;
	cursor: pointer;
    transition: all .3s;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	transition: all .4s;
}
.on .menu-trigger span {
	background: #222;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(3px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-4px) rotate(45deg);
}
.hbg-menu{
	position: fixed;
	right: -100%;
	bottom: 0;
	width: auto;
	padding: 95px 45px;
	width: 520px;
	height: 100%;
	color: #fff;
	background: #222222;
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
	z-index: 9;
}
.hbg-menu.on{
	right: 0;
}
.hbg-menu .upper{
	margin-bottom: 50px;
}
.hbg-menu .upper ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hbg-menu .upper li{
	padding-top: 25px;
	padding-bottom: 20px;
	width: 46.5%;
	line-height: 1.5;
	border-bottom: #b0b0b0 1px solid;
}
.hbg-menu .upper a{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.hbg-menu .upper a:hover{
	color: #CF0F31;
}
.hbg-menu .upper span{
	display: block;
	color: #CF0F31;
	font-size: 14px;
	letter-spacing: 0;
}
.hbg-menu .middle {
	margin-bottom: 40px;
	font-size: 20px;
	text-align: center;
}
.hbg-menu .middle p{
	margin-bottom: 15px;
}
.hbg-menu .tel a{
	display: block;
	margin-bottom: 15px;
	padding: 25px 10px;
	color: #000;
	font-weight: 500;
	line-height: 1.6;
	background: #fff;
}
.hbg-menu .tel b{
	display: inline-block;
	margin-top: 20px;
	padding-left: 35px;
	color: #CF0F31;
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
	background: url(../img/icon-phone.svg) no-repeat 0 center;
}
.hbg-menu .tel span{
	display: block;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.01em;
}
.hbg-menu .form a{
	display: block;
	position: relative;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 50px;            
	background: #CF0F31;
	overflow: hidden;
}
.hbg-menu .form a:before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
}
.hbg-menu .form a span{
	display: block;
	position: relative;
	background: url(../img/arrow.svg) no-repeat right 16px center;
}
.hbg-menu .form a:hover span{
	background: url(../img/arrow03.svg) no-repeat right 16px center;
}
.hbg-menu .bottom {
	display: flex;
	justify-content: center;
	gap: 15px;
}

@media screen and (max-width:767px) {
	#header #hinr{
		align-items: flex-end;
		padding: 0 15px;
	}
	#header .left{
		width: 110px;
	}
	#header .right{
		justify-content: flex-end;
		gap: 10px;
		width: 164px;
		height: 34px;
	}
	#header .contact a{
		padding-left: 15px;
		width: 117px;
		font-size: 14px;
		text-align: left;
		line-height: 34px;
		background: #CF0F31;
		background-size: 4.6px auto;
	}
	#header .contact a span{
		background: url(../img/arrow.svg) no-repeat right 9px center;
	}
	#header .contact a:hover span{
		background: url(../img/arrow03.svg) no-repeat right 9px center;
	}
	#header .menu-trigger{
		width: 34px;
	}
	.menu-trigger .inr{
		width: 12px;
		height: 7px;
	}
	.menu-trigger span {
		height: 2px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(2px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		transform: translateY(-3px) rotate(45deg);
	}
	.hbg-menu{
		padding: 60px 15px;
	}
	.hbg-menu .upper{
		margin-bottom: 35px;
	}
	.hbg-menu .upper li{
		padding-top: 20px;
		padding-bottom: 15px;
		width: 47%;
	}
	.hbg-menu .upper a{
		font-size: 16px;
	}
	.hbg-menu .upper span{
		font-size: 14px;
	}
	.hbg-menu .middle {
		margin-bottom: 30px;
	}
	.hbg-menu .middle p{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.hbg-menu .tel a{
		margin-bottom: 10px;
		padding: 15px 10px;
		font-size: 16px;
	}
	.hbg-menu .tel b{
		margin-top: 10px;
		padding-left: 22px;
		font-size: 26px;
		background-size: 17px auto;
	}
	.hbg-menu .tel span{
		font-size: 12px;
	}
	.hbg-menu .bottom {
		gap: 10px;
	}
	.hbg-menu .bottom a{
		width: 31px;
	}
}

@media screen and (max-width:520px) {
	.hbg-menu{
		width: 100%;
	}
}

/*メインカラム*/
.top-mv{
	position: relative;
	margin-bottom: 160px;
	overflow: hidden;
}
.top-mv:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 52%;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));
}
.top-mv img{
	width: 100%;
}
.top-mv .text{
	position: absolute;
	left: 0;
	bottom: 13%;
	width: 100%;
	padding: 0 15px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	z-index: 2;
}
.top-mv h2{
	margin-bottom: 40px;
	font-size: 72px;
	font-weight: bold;
}
.top-content .header-text {
	margin-bottom: 35px;
}
.container.sub .page-header span,
.top-content .header-text span{
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 5px;
	height: 32px;
	color: #fff;
	font-size: 18px;
	font-family: "lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 32px;
	background: #CF0F31;
}
.top-content .header-text h3{
	margin-bottom: 0;
	font-size: 42px;
	line-height: 2;
	font-weight: bold;
}
.top-content.c01 {
	margin-bottom: 135px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.top-content.c01 p.s1{
	margin-bottom: 50px;
	font-size: 34px;
	line-height: 2.2;
}
.top-content.c01 span{
	color: #CF0F31;
}
.top-content.c02 {
	position: relative;
	padding-bottom: 70px;
	background: #F8F7F7;
}
.top-content.c02:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: calc(100% - 70px);
	background: url(../img/top-c02-bg.webp) no-repeat right 0;
	background-size: auto 100%;
}
.top-content.c02 .wrap{
	position: relative;
}
.top-content.c02 .box.s1{
	margin-bottom: 200px;
	/* padding-top: 150px; */
}
.top-content.c02 .header-text{
	margin-bottom: 25px;
	padding-top: 150px;
}
.top-content.c02 .s1 .header-text{
	margin-bottom: 55px;
}
.top-content.c02 .inr{
	max-width: 510px;
}
.top-content.c02 .bottom{
	margin-top: 75px;
	width: 480px;
	text-align: right;
}
.top-content.c02 dl{
	display: inline-block;
	position: relative;
	margin-top: -50px;
	padding: 15px;
	width: 375px;
	font-size: 14px;
	text-align: left;
	background: #F9FAF5;
	z-index: 2;
}
.top-content.c02 dt{
	margin-bottom: 3px;
}
.top-content.c02 dd{
	line-height: 1.5;
}
.top-content.c03 {
	padding-top: 200px;
	background: url(../img/top-c03-bg.webp) no-repeat center bottom;
	background-size: cover;
}
.top-content.c03 .upper {
	position: relative;
	margin-bottom: 155px;
	padding: 60px 0;
	font-weight: bold;
}
.top-content.c03 .upper p.medium {
	font-weight: 500;
}
.top-content.c03 .upper:before{
	content: '';
	position: absolute;
	top: 0;
	right: -200px;
	width: 100%;
	height: 100%;
	background: url(../img/top-c03-01.webp) no-repeat right 0;
	background-size: auto 100%;
}
.top-content.c03 .header-text{
	position: relative;
	margin-bottom: 0;
}
.top-content.c03 .header-text h3{
	margin-bottom: 20px;
}
.top-content.c03 .upper p.s1{
	margin-bottom: 20px;
	font-size: 28px;
}
.top-content.c03 .middle {
    counter-reset: order;
	margin: 0 auto;
	margin-bottom: 130px;
	max-width: 840px;
}
.top-content.c03 .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-content.c03 .box:not(:last-child){
	margin-bottom: 60px;
}
.top-content.c03 .text{
	position: relative;
	padding-top: 30px;
	width: 50%;
}
.top-content.c03 .text:after,
.top-content.c03 .text:before{
    content: 'Reason';
	position: absolute;
	top: 5px;
	left: 0;
	color: #CF0F31;
	font-size: 12px;
	font-family: "lato", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.top-content.c03 .text:after{
    counter-increment: order;
    content: counter(order);
	top: 5px;
	left: 45px;
	font-size: 18px;
	line-height: 1;
}
.top-content.c03 .image{
	width: 46.5%;
}
.top-content.c03 .box:nth-of-type(odd) .text{
	order: 2;
}
.top-content.c03 h4{
	margin-bottom: 35px;
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
}
.top-content.c03 h4.s1{
	white-space: nowrap;
}
.top-content.c03 h4 span{
	color: #CF0F31;
}
.top-content.c03 .bottom{
	position: relative;
	padding-top: 100px;
	padding-bottom: 75px;
	max-width: 950px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: url(../img/top-c03-bg02.svg) no-repeat right 0;
	background-size: auto 100%;
	z-index: 2;
}
.top-content.c03 .bottom:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 5000px;
	height: 100%;
	background: #C3304A;
    transform: translateX(-98%);
}
.top-content.c03 .bottom .inr{
	position: relative;
}
.data-bg {
	background: #F8F7F7;
}

.top-content.c04 {
	position: relative;
	/* margin-top: -300px; */
	margin-bottom: 100px;
	padding-top: 100px;
	padding-bottom: 150px;
	background: #F8F7F7;
	z-index: 1;
}
.top-content.c04:after {
	content: '';
    display: block;
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: calc(100% + 300px);
    background: #F8F7F7;
    z-index: -1;
}
.top-content.c04:before {
	content: 'Data';
	position: absolute;
	left: calc(50% + 40px);
	bottom: -26px;
	color: #F5E9E9;
	font-size: 310px;
	font-family: "lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	white-space: nowrap;
}
.top-content.c04 .header-text{
	margin-bottom: 30px;
	text-align: center;
}
.top-content.c04 .header-text h3{
	margin-top: 10px;
	line-height: 1.5;
	font-size: 32px;
}
.top-content.c04 .header-text span.s1{
	color: #6F6F6F;
	font-size: 16px;
	line-height: 2;
	background: none;
}
.top-content.c04 .inr{
	position: relative;
}
.top-content.c04 .left{
	width: 43%;
}
.top-content.c04 .right{
	gap: 20px 0;
	width: 55%;
}
.top-content.c04 .box{
	padding: 15px 27px;
	padding-bottom: 25px;
	width: 48%;
	background: #fff;
}
.top-content.c04 .left .box{ 
	width: 100%;
	height: 100%;
}
.top-content.c04 dl{
	line-height: 1.5;
	font-weight: bold;
}
.top-content.c04 dt{
	margin-bottom: 8px;
	font-size: 20px;
	text-align: center;
}
.top-content.c04 dd{
	font-size: 14px;
	text-align: left;
}
.top-content.c04 strong{
	display: block;
	margin-bottom: 5px;
	color: #CF0F31;
	font-size: 24px;
	text-align: center;
}
.top-content.c04 b{
	font-size: 65px;
	font-weight: bold;
	line-height: 1;
}
.top-content.c04 .left dt{
	text-align: left;
}
.top-content.c04 .left dd{
	font-size: 16px;
	text-align: center;
}
.top-content.c04 .left img {
	display: inline-block;
	margin-bottom: 7px;
}
.top-content.c05 {
	padding-top: 125px;
	padding-bottom: 20px;
	background: url(../img/top-c05-bg.png) no-repeat center 0;
} 
.top-content.c05 .header-text{
	text-align: center;
} 
.top-content.c05 .left{
	padding-top: 60px;
	width: 50%;
} 
.top-content.c05 .right{
	width: 42.5%;
} 
.top-content.c05 .image{
	margin-bottom: 10px;
} 
.top-content.c05 p.s1{
	margin-bottom: 0;
	color: #B0B0B0;
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
} 
.top-content.c05 p.s2{
	color: #CF0F31;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
} 
.top-content.c05 p.s2 b{
	margin-left: 5px;
	color: #222; 
	font-size: 20px;
} 
.top-content.c06 {
	position: relative;
	/* margin-bottom: 180px; */
	padding-top: 160px;
}
.top-content.c06:before{
	content: '';
	position: absolute;
	top: -175px;
	left: 0;
	width: 100%;
	height: 10000px;
	background: url(../img/bg.svg) no-repeat center 0;
	background-size: 100% auto;
	z-index: -1;
}
.top-content.c06 .wrap{
	position: relative;
	max-width: 1266px;
}
.top-content.c06 .header-text{
	padding-left: 90px;
}
.top-content.c06 .box{
	width: 32%;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.top-content.c06 .box a{
	display: block;
	position: relative;
	padding-bottom: 5px;
	overflow: hidden;
}
.top-content.c06 .image{
	position: relative;
}
.top-content.c06 .image:before{
	content: '';
	display: block;
	padding-top: 112%;
}
.top-content.c06 .image:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6B434A;
	opacity: 0;
	transition: all .3s;
}
.top-content.c06 a:hover .image:after{
	top: 0;
	opacity: 0.5;
}
.top-content.c06 .image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.top-content.c06 a:hover img{
	filter: saturate(0);
}
.top-content.c06 .text{
	display: inline-block;
	padding: 0 10px;
	/* height: 48px; */
	text-align: left;
	background: #222222;
    transform: translateY(-50%);
}
.top-content.c06 .text span{
	display: inline-block;
	position: relative;
	color: #fff;
	font-weight: 500;
	line-height: 2;
}
.top-content.c06 .text span.s1{
	margin-right: 30px;
	font-size: 24px;
}
.top-content.c06 .text span.s1:before{
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	width: 140px;
	height: 100%;
	background: #CF0F31;
	clip-path: polygon(0 0, 100% 0, calc(100% - 25px) 100%, 0% 100%);
}
.top-content.c06 .text span.s1 i{
	position: relative;
}
.top-content.c06 .text span.s2{
	font-size: 20px;
}
.top-content.c06 .text span.s2 i{
	font-size: 16px;
}
.top-content.c06 .text2{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 30px;
	padding-top: 50%;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	opacity: 0;
    transition: all .3s;
	text-align: center;
}
.top-content.c06 .b3 .text2{
	font-size: 18px;
}
.top-content.c06 a:hover .text2{
	top: 0;
	opacity: 1;
}
.top-content.c06 .text2 span{
	display: inline-block;
	position: relative;
	text-align: center;
}
.top-content.c06 .text2 span:after,
.top-content.c06 .text2 span:before{
	content: '';
	position: absolute;
	top: -20px;
	left: -13px;
	width: 25px;
	height: 16px;
	background: url(../img/deco.svg) no-repeat center;
	background-size: 100% auto;
}
.top-content.c06 .text2 span:after{
	top: auto;
	bottom: -26px;
	left: auto;
	right: -13px;
}
.top-content.c06 .b2 .text2 span:after{
	bottom: -11px;
	right: -27px;
}
.top-content.c06 .b3 .text2 span:before{
	top: -3px;
	left: -26px;
}
.top-content.c06 .b3 .text2 span:after{
	right: -4px;
}
.top-content.c06 .link{
	text-align: center;
}
.top-content.c08 .header-text,
.top-content.c07 .header-text{
	margin-bottom: 60px;
	color: #fff;
	text-align: center;
}
.top-content.c08 .upper p,
.top-content.c08 .header-text h3,
.top-content.c07 .header-text span.s1,
.top-content.c07 .header-text h3{
	text-shadow: 
		1px 1px 0 #C3304A, 
		-1px -1px 0 #C3304A,
		-1px 1px 0 #C3304A,
		1px -1px 0 #C3304A,
		0px 1px 0 #C3304A,
		0 -1px 0 #C3304A,
		-1px 0 0 #C3304A,
		1px 0 0 #C3304A;
}
.top-content.c08 .header-text span,
.top-content.c07 .header-text span{
	color: #C3304A;
	background: #fff;
}
.top-content.c08 .header-text span.s1,
.top-content.c07 .header-text span.s1{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: none;
}
.top-content.c07 {
	padding-top: 160px;
}
.top-content.c07 .inr{
	padding: 60px 15px;
	background: #F8F7F7;
}
.top-content.c07 .upper,
.top-content.c07 .bottom{
	margin: 0 auto;
	max-width: 720px;
}
.top-content.c07 .box{
	position: relative;
	padding-bottom: 25px;
}
.top-content.c07 .box:not(:last-child):before{
	content: '';
	position: absolute;
	left: 32px;
	bottom: 0;
	width: 1px;
	height: calc(100% - 36px);
	background: #B0B0B0;
}
.top-content.c07 dt{
	color: #CF0F31;
	font-size: 20px;
}
.top-content.c07 dt span{
	display: inline-block;
	margin-right: 12px;
	width: 64px;
	height: 36px;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	background: #222222;
}
.top-content.c07 dd{
	padding-left: 75px;
	padding-right: 10px;
}
.top-content.c07 .bottom{
	padding-left: 75px;
	font-size: 14px;
}
.top-content.c08 {
	margin-bottom: 170px;
	padding-top: 130px;
}
.top-content.c08 .header-text{
	margin-bottom: 30px;
}
.top-content.c08 .upper {
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.top-content.c08 .upper .image{
	margin-bottom: 30px;
}
.top-content.c08 .middle {
	margin-bottom: 120px;	
}
.top-content.c08 .middle .inr {
	gap: 15px 0;
	margin-bottom: 55px;
}
.top-content.c08 .middle .box{
	width: 49%;
	background: #fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2);
}
.top-content.c08 .middle .box a{
	display: block;
	padding: 15px 10px;
	height: 100%;
	color: #222;
}
.top-content.c08 .middle dt{
	display: inline-block;
	padding-right: 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
	background: url(../img/arrow02.svg) no-repeat right center;
}
.top-content.c08 .middle .link{
	text-align: center;
}
.top-content.c08 .bottom {
	position: relative;
	margin: 0 auto;
	max-width: 820px;
	background: #fff;
	border: #b0b0b0 3px solid;
}
.top-content.c08 .bottom .left{
	padding: 80px 340px 90px 60px;
}
.top-content.c08 .bottom .right{
	position: absolute;
	top: 20px;
	right: 30px;
}
.top-content.c08 .bottom p.s1{
	margin-bottom: 10px;
}
.top-content.c08 .bottom p.s2{
	margin-bottom: 50px;
}
.top-content.c08 .bottom strong{
	font-size: 32px;
	font-weight: bold;
	line-height: 2;
}
.top-content.c09 {
	margin-bottom: 230px;
	padding-top: 80px;
}
.top-content.c09 .upper{
	margin-bottom: 125px;
	width: 320px;
}
.top-content.c09 .slick-list{
	overflow: visible;
}
.top-content.c09 .image{
	display: inline-block;
	margin: 0 -27px;
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.top-content.c09 .image:nth-last-of-type(odd){
	margin-top: -80px;
	margin-right: -60px;
}
.top-content.c09 .bottom{
	font-size: 34px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
.top-content.c10 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 60px;
	text-align: center;
}
.top-content.c10:after,
.top-content.c10:before{
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	width: 100%;
	height: 100%;
	background: url(../img/top-c10-bg.svg) no-repeat right 0;
	background-size: auto 100%;
    transform: translateX(680px);
}
.top-content.c10:after{
	background: #C3304A;
    transform: translateX(0);
}
.top-content.c10 .wrap{
	position: relative;
	z-index: 2;
}
.top-content.c10 .wrap:before{
	content: 'Contact';
	position: absolute;
	top: -230px;
	right: calc(50% - 50px);
	color: #F5E9EB;
	font-size: 200px;
	line-height: 1;
	font-family: "lato", sans-serif;
	font-weight: 700;
	font-style: normal;
	white-space: nowrap;
}
.top-content.c10 p.s1{
	margin-bottom: 25px;
	color: #fff;
}
.top-content.c10 .box{
	display: inline-block;
	margin-bottom: 25px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2);
}
.top-content.c10 .box a{
	display: block;
	padding: 20px 10px;
	width: 500px;
	color: #222;
	background: #fff;
}
.top-content.c10 .box b{
	display: inline-block;
	padding-left: 35px;
	color: #CF0F31;
	font-size: 32px;
	line-height: 1;
	background: url(../img/icon-phone.svg) no-repeat 0 center;
}
.top-content.c10 .box span{
	display: block;
}
.top-content.c10 .box span.s1{
	margin-bottom: 20px;
	font-size: 20px;
}
.top-content.c10 .box span.s2{
	
}
.top-content.c11 {
	position: relative;
	/* margin-top: -240px; */
	padding-top: 100px;
	padding-bottom: 75px;
	background: #F8F7F7;
}
.top-content.c11::before {
	content: '';
    display: block;
    position: absolute;
    top: -240px;
    left: 0;
    width: 100%;
    height: 240px;
    background: #F8F7F7;
    z-index: -1;
}

.top-content.c11 .header-text{
	margin-bottom: 15px;
	text-align: center;
}
.top-content.c11 ul{
	margin-bottom: 65px;
}
.top-content.c11 li{
	margin-bottom: 15px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.05);
}
.top-content.c11 li a{
	display: flex;
	flex-wrap: wrap;
	padding: 25px 70px 25px 55px;
	color: #222;
	background: #fff url(../img/arrow03.svg) no-repeat right 55px center;
}
.top-content.c11 li a:hover{
	color: #fff;
	background: #C3304A url(../img/arrow.svg) no-repeat right 55px center;
}
.top-content.c11 .date{
	margin-right: 50px;
	color: #CF0F31;
}
.top-content.c11 a:hover .date{
	color: #fff;
}
.top-content.c11 .link{
	text-align: center;
}

@media screen and (max-width:1200px) {
	.top-content.c02:before {
		right: clamp(-250px, (100vw - 1100px) * 3, 0px);
	}
}

@media screen and (max-width:1050px) {
	.top-content.c06 .text span.s1{
		margin-right: 15px;
		font-size: 16px;
	}
	.top-content.c06 .text span.s1:before{
		left: -10px;
		width: 100px;
	}
	.top-content.c06 .text span.s2{
		font-size: 14px;
	}
	.top-content.c06 .text span.s2 i{
		font-size: 12px;
	}
	.top-content.c06 .text2{
		padding-top: 30%;

	}
}

@media screen and (max-width:1000px) {
	.top-mv .text{
		bottom: 6%;
		font-size: 24px;
	}
	.top-mv h2{
		font-size: 46px;
	}
}

@media screen and (max-width:820px) {
	.top-content.c08,
	.top-content.c06,
	.top-content.c03 .middle,
	.top-content.c03 .upper,
	.top-content.c04,
	.top-content.c01,
	.top-mv {
		margin-bottom: 14vw;
	}
	.top-content.c08,
	.top-content.c06,
	.top-content.c05,
	.top-content.c03 {
		padding-top: 14vw;
	}
    .top-mv h2 {
		margin-bottom: 20px;
        font-size: 40px;
    }
	.top-content.c01 p.s1 {
		font-size: 30px;
	}
	.top-content .header-text h3{
		font-size: 32px;
	}
	.top-content.c02 .box.s1 {
		margin-bottom: 12vw;
		padding-top: 12vw;
	}
	.top-content.c03 .upper:before {
		right: -300px;
	}
	.top-content.c03 h4.s1 {
    	white-space: wrap;
	}
	.top-content.c03 .bottom{
		padding: 60px 0;
	}
	.top-content.c04 {
		padding-bottom: 80px;
	}
	.top-content.c04 .box {
		padding: 15px 20px;
		padding-bottom: 25px;
	}
	.top-content.c04:before {
		left: calc(50% + 55px);
		bottom: -14px;
		font-size: 150px;
	}
	.top-content.c06:before {
		top: -35px;
		width: 146%;
	}
	.top-content.c06 .image:after{
		display: none;
	}
	.top-content.c06 .text2{
		position: static;
		padding: 10px;
		padding-top: 0;
		color: #222;
		font-size: 16px!important;
		opacity: 1;
	}
	.top-content.c06 .b3 .text2 span{
		font-size: 12px;
	}
	.top-content.c06 .text2 span:after,
	.top-content.c06 .b3 .text2 span:before,
	.top-content.c06 .b2 .text2 span:before,
	.top-content.c06 .text2 span:before{
		top: -5px;
		left: -7px;
		width: 12.5px;
		height: 8px;
	}
	.top-content.c06 .b3 .text2 span:after,
	.top-content.c06 .b2 .text2 span:after,
	.top-content.c06 .text2 span:after{
		top: auto;
		bottom: -7px;
		left: auto;
		right: -7px;
	}
	.top-content.c08 .upper p{
		color: #222;
		text-shadow: none;
	}
	.top-content.c08 .middle {
		margin-bottom: 10vw;
	}
	.top-content.c09{
		margin-bottom: 18vw;
		padding-top: 0;
	}
	.top-content.c09 .upper {
		margin-bottom: 10vw;
    	transform: scale(0.7);
	}
	.top-content.c10 .wrap:before{
		top: -141px;
		right: auto;
		left: 10px;
		font-size: 100px;
	}
}

@media screen and (max-width:767px) {
    .top-mv,
    .top-mv .image {
        min-height: 100svh;
    }
    .top-mv .image picture,
    .top-mv .image img {
        min-height: 100svh;
        object-fit: cover;
		display: block;
    }
	.top-mv .text{
		bottom: 8%;
		padding-right: 0;
		font-size: 18px;
		text-align: left;
		line-height: 1.8;
	}
	.top-mv h2{
		margin-bottom: 15px;
		font-size: 36px;
		line-height: 1.5;
	}
	.container.sub .page-header span,
	.top-content .header-text span{
		margin-bottom: 8px;
		height: 29px;
		font-size: 16px;
		line-height: 29px;
	}
	.top-content.c01 {
		margin-bottom: 26vw;
		font-size: 15px;
		text-align: left;
		line-height: 1.8;
	}
	.top-content.c01 p.s1{
		margin-bottom: 30px;
		font-size: 18px;
	}
	.top-content.c02 {
		padding-bottom: 35px;
	}
	.top-content.c02:before {
		right: 0;
		height: 100%;
		background: url(../img/top-c02-bg-sp.webp) no-repeat right 0;
		background-size: 100% auto;
	}
    .top-content.c02 .box{
		font-size: 14px;
		padding-top: 18vw;
	}
    .top-content.c02 .box.s1 {
        margin-bottom: 0;
        padding-top: 152vw;
		padding-bottom: revert;
    }
	.top-content.c02 .s1 .header-text{
		padding-top: 20vw;
	}
	.top-content.c02 .header-text {
		margin-bottom: 25px!important;
		padding-top: 0;
	}
    .top-content.c02 .header-text h3 {
        font-size: 20px;
    }
	.top-content.c02 .bottom {
		margin-top: 45px;
		width: 100%;
	}
	.top-content.c02 dl {
		margin-top: -35px;
		padding: 10px;
		padding-left: 15px;
		padding-right: 20px;
		width: 81%;
		font-size: 14px;
	}
	.top-content.c02 dt{
		font-size: 16px;
	}
	.top-content.c03{
		padding-top: 20vw;
		background: #fff;
	}
	.top-content.c03 .upper {
		padding: 0;
		padding-bottom: 78vw;
	}
	.top-content.c03 .upper:before{
		top: auto;
		bottom: 0;
		right: -15px;
		width: 100%;
		height: 100%;
		background: url(../img/top-c03-01-sp.webp) no-repeat right bottom;
		background-size: 97% auto;
	}
	.top-content.c03 .upper p.s1{
		margin-bottom: 15px;
		font-size: 20px;
	}
	.top-content.c03 .text,
	.top-content.c03 .image{
		width: 100%;
	}
	.top-content.c03 .image{
		margin: 0 -15px;
	}
	.top-content.c03 .image img{
		max-width: calc(100% + 30px);
	}
	.top-content.c03 .text{
		order: 2;
		margin-top: 15px;
	}
	.top-content.c03 h4{
		margin-bottom: 15px;
		font-size: 24px;
	}
	.top-content.c03 .middle{
		margin-bottom: 17vw;
	}
	.top-content.c03 .bottom{
		margin: 0 -15px;
		padding: 0 15px;
		padding-top: 65px;
		padding-bottom: 35px;
		font-size: 16px;
		line-height: 2;
		background: url(../img/top-c03-bg02-sp.svg) no-repeat 0 0;
		background-size: 100% auto;
	}
	.top-content.c03 .bottom:before{
		display: none;
	}
	.top-content.c03 .bottom .link{
		margin-top: 35px;
	}
	.top-content.c04 {
		/* margin-top: -50vw; */
		margin-bottom: 0;
		padding-top: 18vw;
		padding-bottom: 60px;
	}
	.top-content.c04:before{
		display: none;
	}
	.top-content.c04:after {
		top: -50vw;
		height: 50vw;
	}
	.top-content.c04 .header-text {
		margin-bottom: 25px;
	}
	.top-content.c04 .left,
	.top-content.c04 .right{
		width: 100%;
	}
	.top-content.c04 .left{
		margin-bottom: 20px;
	}
	.top-content.c04 .box{
		padding: 15px;
		width: 100%;
	}
	.top-content.c04 .left .box{
		padding-bottom: 30px;
	}
	.top-content.c04 .left .box img{
		margin-bottom: 10px;
	}
	.top-content.c04 .left dt{
		margin-bottom: 30px;
		text-align: center;
	}
	.top-content.c04 dd{
		text-align: center;
	}
	.top-content.c04 strong {
		margin-bottom: 10px;
	}
	.top-content.c05{
		margin-bottom: 0;
		padding-top: 18vw;
		background: url(../img/top-c05-bg-sp.webp) no-repeat center bottom 60px;
		background-size: 100% auto;
	}
	.top-content.c05 .left{
		order: 2;
		padding-top: 0;
		width: 100%;
		font-size: 14px;
	} 
	.top-content.c05 .right{
		margin-bottom: 30px;
		width: 100%;
	} 
	.top-content.c05 p.s2 b {
		margin-left: 10px;
		line-height: 1.5;
	}
	.top-content.c06{
		margin-bottom: 0;
		padding-top: 20vw;
		overflow: hidden;
	}
	.top-content.c06:after{
		content: '';
		position: absolute;
		top: 120vw;
		left: 0;
		width: 100%;
		height: 100%;
		background: #C3304A;
		z-index: -1;
	}
	.top-content.c06 .header-text {
		margin-bottom: 20px;
		padding-left: 0;
	}
	.top-content.c06 .inr{
		margin-bottom: 95px;
	}
	.top-content.c06 .box{
		width: auto;
	}
	.top-content.c06 .box a{
		text-align: left;
	}
	.top-content.c06 .text{
		padding: 0 15px;
		height: 42px;
	}
	.top-content.c06 .text span.s1{
		margin-right: 0;
		width: 130px;
		font-size: 20px;
	}
    .top-content.c06 .text span.s1:before {
		left: -15px;
		width: 100%;
		height: 42px;
	}
	.top-content.c06 .text span.s2{
		margin-left: -5px;
		font-size: 16px;
	}
	.top-content.c06 .text span.s2 i{
		font-size: 14px;
	}
	.top-content.c06 .text2{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 0 10px;
		padding-top: 0;
		height: 75px;
		font-size: 20px!important;
		text-align: center;
	}
	.top-content.c06 .b2 .text2{
		font-size: 17px!important;
	}
	.top-content.c06 .b3 .text2 span{
		font-size: 14px!important;
	}
	.top-content.c06 .slick-list{
		margin-top: -30px;
		padding: 30px 0;
	}
	.top-content.c06 .slick-list {
		margin-right: -15px;
		margin-left: -15px;
	}
	.top-content.c06 .slick-slide {
		margin-right: 15px;
		margin-left: 15px;
	}
	.top-content.c06 .slick-arrow {
		top: auto;
		left: 50%;
		bottom: -45px;
		width: 50px;
		height: 50px;
		background: url(../img/next.svg) no-repeat center;;
		border-radius: 100%;
		z-index: 1;
    	transform: translateX(-110px);
	}
	.top-content.c06 .slick-next {
		left: auto;
		right: 50%;
		background: url(../img/prev.svg) no-repeat center;
    	transform: translateX(110px);
	}
	.top-content.c06 .slick-arrow:before {
		display: none;
	}
	.top-content.c06 .slick-list{
		padding-bottom: 35px;
	}
	.top-content.c06 .slick-dots{
		bottom: -28px;
	}
	.top-content.c06 .slick-dots li,
	.top-content.c06 .slick-dots button,
	.top-content.c06 .slick-dots button:before{
		content: '';
		padding: 0;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		opacity: 1;
	}
	.top-content.c06 .slick-dots button:before{
		background: #CCCCCC;
	}
	.top-content.c06 .slick-dots .slick-active button:before{
		background: #222222;
	}
	.top-content.c07{
		background: #F8F7F7;
		padding-top: 0;
	}
	.top-content.c07 .header-text{
		margin: 0 -15px;
		padding-top: 34vw;
		padding-bottom: 30px;
		background: #C3304A;
	}
	.top-content.c07 .inr {
		padding: 40px 0;
	}
	.top-content.c07 .box{
		font-size: 16px;
	}
	.top-content.c07 .bottom {
		padding-top: 10px;
		padding-left: 0;
		font-size: 12px;
	}
	.top-content.c08{
		position: relative;
		margin-bottom: 16vw;
		padding-top: 0;
	}
	.top-content.c08:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 193vw;
		background: url(../img/top-c08-bg-sp.svg) no-repeat center bottom;
		z-index: -1;
	}
	.top-content.c08 .header-text{
		margin: 0 -15px;
		margin-bottom: 0;
		padding-top: 15vw;
		background: #C3304A;
	}
	.top-content.c08 .upper .image{
		margin: 0 -15px;
		margin-bottom: 25px;
	}
	.top-content.c08 .upper .image img{
		max-width: auto;
	}
    .top-content.c08 .middle {
        margin-bottom: 24vw;
    }
	.top-content.c08 .middle .inr {
		gap: 10px 0;
		margin-bottom: 35px;
	}
	.top-content.c08 .middle .box{
		width: 100%;
	}
	.top-content.c08 .middle dt{
		font-size: 20px;
		line-height: 1.8;
	}
	.top-content.c08 .bottom {
		border: #b0b0b0 2px solid;
	}
	.top-content.c08 .bottom .left{
		padding: 50px 25px;
		padding-bottom: 55px;
	}
	.top-content.c08 .bottom .right{
		top: -47px;
		right: 8px;
		width: 150px;
	}
	.top-content.c08 .bottom strong{
		font-size: 24px;
		line-height: 1.8;
	}
	.top-content.c08 .bottom p.s2 {
		margin-bottom: 30px;
	}
    .top-content.c09{
		margin-bottom: 22vw;
	}
    .top-content.c09 .upper {
		margin-bottom: 0;
        transform: scale(0.6);
    }
	.top-content.c09 .bottom {
    	transform: translateY(-10vw);
		font-size: 18px;
	}
	.top-content.c10 {
		padding-top: 45px;
		padding-bottom: 35px;
		background: url(../img/top-c03-bg02-sp.svg) no-repeat right 0;
		text-align: left;
		background-size: auto 100%;
	}
	.top-content.c10:before{
		display: none;
	}
	.top-content.c10 .wrap:before{
		top: -32vw;
		font-size: 80px;
	}
	.top-content.c10 p.s1{
		padding-right: 20%;
	}
	.top-content.c10 .box{
		display: block;
		text-align: center;
	}
	.top-content.c11 {
		/* margin-top: -62vw; */
		padding-top: 16vw;
		padding-bottom: 12vw;
	}
	.top-content.c11 ul{
		margin-bottom: 25px;
	}
	.top-content.c11 li a:hover,
	.top-content.c11 li a{
		padding-left: 20px;
		padding-right: 50px;
		background-position: right 10px center;
	}
	.top-content.c11 .date{
		width: 100%;
	}
	.top-content.c11 .link a{
		padding-left: 120px;
	}
	.top-content.c11 .link a span{
		background-position: right 110px center;
	}
	.top-content.c06 a:hover img {
		filter: none;
	}
	/* [NOTE] スムーススクロール時、前の要素の背景が描画されている部分を見せないようにする */
	.top-content.c03 + .top-content.c04,
	.top-content.c10 + .top-content.c11 {
		margin-top: 1px;
	}
}

@media screen and (max-width:530px) {
	.top-content.c10 .box a{
		width: 100%;
	}
}

/*フッター*/
#footer{
	position: relative;
	padding-top: 65px;
	padding-bottom: 75px;
	color: #fff;
	background: #000000;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #CF0F31;
}
#footer .upper{
	margin-bottom: 20px;
}
#footer .logo{
	width: 200px;
}
#footer .middle {
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: #CACACA 1px solid;
}
#footer .middle .left{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 10%;
	width: calc(100% - 270px);
}
#footer .middle .right{
	width: 256px;
}
#footer .middle dt{
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 700;
}
#footer .middle dd{
	font-size: 14px;
}
#footer .middle li{
	margin-bottom: 5px;
	font-weight: normal;
}
#footer .middle .contact{
	margin-bottom: 25px;
}
#footer .middle .contact a{
	display: block;
	position: relative;
	padding-left: 25px;
	width: 256px;
	height: 60px;
	line-height: 60px;
	background: #CF0F31;
	overflow: hidden;
}
#footer .contact a:hover span,
#footer .contact a span{
	background-position: right 25px center;
}
#footer .bottom .left{
	font-size: 12px;
	line-height: 1.5;
}
#footer .bottom .right{
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}
#footer .bottom .copyright{
	margin-top: 20px;
	color: #CACACA;
	font-size: 13px;
}
#footer .pagetop a{
	display: block;
	position: absolute;
	right: 55px;
	bottom: 70px;
	padding-top: 17px;
	color: #222;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #fff url(../img/pagetop.svg) no-repeat center 13px;
}

@media screen and (max-width:820px) {
	#footer .pagetop a{
		right: 15px;
		bottom: 15px;
	}
}

@media screen and (max-width:767px) {
	#footer{
		padding-top: 40px;
		padding-bottom: 45px;
	}
	#footer .upper{
		margin-bottom: 45px;
	}
	#footer .middle{
		margin-bottom: 30px;
	}
	#footer .middle .left,
	#footer .middle .right{
		width: 100%;
	}
	#footer .middle .left{
		gap: 15px 45px;
		margin-bottom: 30px;
	}
	#footer .middle dt{
		font-size: 16px;
	}
	#footer .middle dd{
		font-size: 16px;
	}
	#footer .middle .contact{
		margin-bottom: 20px;
	}
	#footer .bottom .left{
		order: 2;
	}
	#footer .bottom .right{
		justify-content: center;
		margin-bottom: 30px;
		width: 100%;
	}
	#footer .pagetop {
		display: none;
	}
}

@media screen and (max-width:500px) {
	#footer .middle .contact a{
		padding-left: 75px;
		width: 100%;
	}
	#footer .middle .contact a span{
		background-position: right 70px center;
	}
}

/* 下層 */
.container.sub{
	padding-top: 100px;
	padding-bottom: 75px;
}
.container.sub .page-header{
	margin-bottom: 30px;
	text-align: center;
}
.container.sub .page-header span{
	margin-bottom: 15px;
}
.container.sub .page-header h1{
	font-size: 42px;
	font-weight: bold;
}
.container.sub .pankuzu {
	margin-bottom: 40px;
	padding-left: 65px;
	color: #B0B0B0;
	font-size: 12px;
}
.container.sub .pankuzu ul{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.container.sub .pankuzu li{
	position: relative;
}
.container.sub .pankuzu li:not(:last-child):before{
	content: '';
	position: absolute;
	top: 0;
	right: -16px;
	width: 7px;
	height: 100%;
	background: url(../img/arrow04.svg) no-repeat center;
}

@media screen and (max-width:767px) {
	.container.sub{
		padding-top: 90px;
		padding-bottom: 50px;
	}
	.container.sub .page-header h1{
		font-size: 32px;
	}
	.container.sub .pankuzu{
		display: none;
	}
}

/* お問い合わせ */
select,
textarea,
[type="password"],
[type="email"],
[type="number"],
[type="text"]{
	padding: 10px;
	width: 100%;
	line-height: 1.6;
	background: #F3F3F3;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
}
.text-input.medium{
	width: 410px;
}
.text-input.short{
	width: 220px;
}
input.form-check-input{
    margin-top: 4px;
    margin-right: 7px;
    width: 23px;
    height: 23px;
    background: #fff;
    border: #B0B0B0 1px solid;
	border-radius: 100%!important;
}
input.form-check-input:checked{
	background: none!important;
    border: #B0B0B0 6px solid;
}
textarea{
	min-height: 90px;
}
::placeholder {
  color: #B0B0B0;
}
.form-header {
	margin-bottom: 90px;
	padding: 35px 0;
	text-align: center;
	background: #F9F9F9;
}
.form-header p.s1{
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: bold;
}
.form-header .tel{
	display: inline-block;
	width: 500px;
	font-size: 20px;
	background: #fff;
}
.form-header .tel a{
	display: block;
	padding: 25px 10px;
	color: #222;
}
.form-header .tel b{
	display: inline-block;
	margin-top: 20px;
	padding-left: 35px;
	color: #CF0F31;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	background: url(../img/icon-phone.svg) no-repeat 0 center;
}
.form-header .tel span{
	display: block;
	font-size: 16px;
}
.form-content .wrap{
	max-width: 670px;
}
.form-content .upper{
	margin-bottom: 50px;
	text-align: center;
}
.form-content .upper p.s1{
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
}
.form-content .field-group{
	display: block;
	margin-bottom: 30px;
}
.form-content .label-wrap{
	position: relative;
	margin-bottom: 6px;
	padding-left: 45px;
	font-size: 16px;
}
.form-content .s2 .label-wrap{
	padding-left: 0;
}
.form-content .label-wrap span{
	position: absolute;
	top: 6px;
	left: 0;
	width: 40px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.form-content .label-wrap span.req{
	background: #CF0F31;
}
.form-content .s1 .input-wrap{
	display: flex;
	gap: 15px 40px;
	flex-wrap: wrap;
}
.form-content .s1 .input-wrap>div{
	display: flex;
	align-items: center;
}
.form-content .s1 .input-wrap span{
	display: inline-block;
	width: 48px;
}
.form-content .contact-radio{
	display: inline-block;
	margin-bottom: 5px;
}
.form-content .contact-radio:not(:last-child){
	margin-right: 35px;
}
.form-content .field-group.s2 p{
	font-size: 14px;
}
.form-content .g-recaptcha{
	margin-bottom: 40px;
	text-align: center;
}
.form-content .g-recaptcha>div{
	display: inline-block;
}
.form-content .submit-group{
	text-align: center;
}
.form-content #contact_submit_btn {
	position: relative;
	padding-left: 90px;
	width: 292px;
	height: 60px;
	color: #fff;
	text-align: left;
	line-height: 58px;
	background: #222222;
	border: none;
    transition: all .3s;
	overflow: hidden;
}
.form-content #contact_submit_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #CF0F31;
    transition: all .3s;
}
.form-content #contact_submit_btn:hover:before{
	left: 0;
}
.form-content #contact_submit_btn span{
	display: block;
	position: relative;
	background: url(../img/arrow.svg) no-repeat right 94px center;
}
.form-content .form-wrap .b2{
	display: none;
}

@media screen and (min-width:768px){
	.top-content.c06 .inr{
		display: flex;
		flex-wrap: wrap;
		gap: 0 2%;
		margin-bottom: 65px;
	}
}

@media screen and (max-width:767px) {
	body.page-template-p_Contact #header .contact{
		display: none;
	}
	.form-header{
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.form-header p{
		text-align: left;
	}
	.form-header p.s1{
		margin-top: 40px;
		font-size: 24px;
		text-align: center;
	}
	.form-content .upper{
		margin-bottom: 35px;
		text-align: left;
	}
	.form-content .upper p.s1{
		margin-bottom: 15px;
		font-size: 24px;
		text-align: center;
	}
	.form-content .s1 .input-wrap>div{
		width: 100%;
	}
	.form-content .s1 .input-wrap>div input{
		width: calc(100% - 48px)!important;
	}
	.form-content .field-group.s2 p{
		font-size: 12px;
	}
	.field-group.s3 .contact-radio{
		width: 100%;
	}

}

@media screen and (max-width:530px) {
	.form-header .tel{
		width: 100%;
	}
	.form-content #contact_submit_btn {
		padding-left: 130px;
		width: 100%;
	}
	.form-content #contact_submit_btn span{
		background-position: right 115px center;
	}
}

/* page.php */
.container.page {
	margin-top: 140px!important;
	margin-bottom: 100px;
}