@charset "utf-8";

/*====================================
ヘッダー
====================================*/
header{
	background-color: #FFFFFF;
	border-radius: 0 0 20px 20px;
	box-shadow: 0px 0px 15px -5px #777777;
	left: 50%;
	max-width: 1160px;
	position: fixed;
	top: 0;
	transform: translate(-50%,0);
	width: calc(100% - 40px);
	z-index: 999;
}

.header-box{
	border-top: 5px #E60039 solid;
	display: flex;
	align-content: center;
	justify-content: space-between;
	margin: 4px 10px 15px 10px;
	padding: 15px 20px 0 20px;
}

.header-logo{}

.header-logo img{
	aspect-ratio: 282 / 36;
	height: auto;
	width: 282px;
}

#menu-icon{
	display: none;
}

.header-nav{
	font-size: 0;
	margin: 0 0;
	padding: 0 0;
}

.header-nav li{
	display: inline-block;
	margin-left: 25px;
}

.header-nav li a{
	color: #000;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-decoration: none;
	transition: 0.3s;
	vertical-align: middle;
}

.header-nav li a img{
	display: block;
	vertical-align: middle;
}

@media only screen and (max-width: 990px) {
header{
	left: 0;
	transform: translate(0,0);
	width: 100%;
}
	
.header-nav .header_nav-home{
	display: none;
}

.header-nav li{
	margin: 5px 0 0 15px;
}

.header-nav li a{
	font-size: 18px;
}
}

@media only screen and (max-width: 880px) {
#menu-icon{
	display: block;
	cursor: pointer;
	height: 34px;
	margin: 0 0 0 auto;
	position: relative;
	width: 40px;
	z-index: 10;
}

.menu-icon span{
	border-radius: 3px;
	background: #E60039;
	display: block;
	height: 4px;
	position: absolute;
	transition: 0.3s;
	width: 40px;
}

.menu-icon span:nth-child(1) {
	transform-origin: bottom left;
	top: 0;
}

.menu-icon span:nth-child(2){
	top: 50%;
	transform: translate(0,-50%);
}

.menu-icon span:nth-child(3) {
	transform-origin: top left;
	top: calc(100% - 4px);
}

.menu-icon.clause-icon span{
	left: 50%;
	top: 50%;
	transform-origin: center;
}

.menu-icon.clause-icon span:nth-child(1) {
	transform: translate(-50%,-50%) rotate(45deg);
}

.menu-icon.clause-icon span:nth-child(2){
	opacity: 0;
	transform: translate(-50%,-50%);
}

.menu-icon.clause-icon span:nth-child(3) {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.header-nav{
	background-color: #FFFFFF;
	height: 100dvh;
	left: 100%;
	padding: 80px 30px 0 30px;
	position: absolute;
	top: 0;
	transition: 0.5s;
	width: calc(100% - 60px);
	z-index: 5;
}

.menu-open{
	left: 0;
}

.header-nav li{
	border-bottom: 1px #555555 solid;
	display: block;
	margin: 0 0;
}

.header-nav li:nth-child(2){
	border-top: 1px #555555 solid;
}

.header-nav li a{
	display: block;
	font-size: 26px;
	padding: 20px 0;
}

.header-nav li a img{
	display: block;
	vertical-align: middle;
}
}

@media only screen and (max-width: 520px) {
header{
	border-radius: 0 0 2.0rem 2.0rem;
	box-shadow: 0 0 1.5rem -0.5rem #777777;
}

.header-box{
	border-top: 0.5rem #E60039 solid;
	margin: 0.4rem 1.0rem 1.5rem 1.0rem;
	padding: 1.5rem 2.0rem 0 2.0rem;
}

.header-logo img{
	width: 28.2rem;
}
	
#menu-icon{
	height: 3.4rem;
	width: 4.0rem;
}

.menu-icon span{
	border-radius: 0.3rem;
	height: 0.4rem;
	width: 4.0rem;
}

.menu-icon span:nth-child(3) {
	top: calc(100% - 0.4rem);
}

#menu-icon.menu-icon.clause-icon{
	height: 3.4rem;
	width: 4.0rem;
}

#menu-icon.menu-icon.clause-icon span{
	left: 50%;
	top: 50%;
	height: 0.4rem;
	width: 4.0rem;
	transform-origin: center center;
}

#menu-icon.menu-icon.clause-icon span:nth-child(1) {
	transform: translate(-50%,-50%) rotate(45deg);
}

#menu-icon.menu-icon.clause-icon span:nth-child(2){
	opacity: 0;
	transform: translate(-50%,-50%);
}

.header-nav{
	padding: 8.0rem 3.0rem 0 3.0rem;
	width: calc(100% - 6.0rem);
}

.header-nav li{
	border-bottom: 0.1rem #555555 solid;
}

.header-nav li:nth-child(2){
	border-top: 0.1rem #555555 solid;
}

.header-nav li a{
	font-size: 2.6rem;
	padding: 2.0rem 0;
}
}

@media(hover: hover) {
.header-nav li a:hover{
	color: #E60039;
	}

.header-nav li a img:hover{
	transition: 0.3s;
	filter: brightness(0) saturate(100%) invert(11%) sepia(89%) saturate(7225%) hue-rotate(341deg) brightness(89%) contrast(103%);
	}
}



/*====================================
フッター
====================================*/
footer{
	background-color: #E60039;
	height: auto;
	margin: 0 auto;
	padding: 50px 0;
	width: 100%;
}

.footer_contentsarea01{
	align-items: flex-end;
	border-bottom: 1px #FFFFFF solid;
	display: flex;
	justify-content: space-between;
	padding: 0 0 25px 0;
}

.footer_contentsarea01-name{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.footer_contentsarea01-name span{
	font-size: 38px;
}

.footer_contentsarea01-nav{
	font-size: 0;
	list-style: none;
	padding: 0 0 10px 0;
}

.footer_contentsarea01-nav li{
	display: inline-block;
	margin: 0 0 0 15px;
}

.footer_contentsarea01-nav li a{
	border-bottom: 2px rgba(255,255,255,0) solid;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	padding: 0 0 5px 0;
	text-decoration: none;
}

.footer_contentsarea02{
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin: 35px 0 0 0;
	padding: 0 0;
}

.footer_contentsarea02-leftbox{
	min-height: 88px;
	padding: 0 0 0 110px;
	position: relative;
}

.footer_contentsarea02-leftbox:before{
	aspect-ratio: 88 / 118;
	background-image: url(../images/common/footer_icon01.png);
	background-image: -webkit-image-set(
		url("../images/common/footer_icon01.webp") type("image/webp"),
		url("../images/common/footer_icon01.png") type("image/png"));
	background-image: image-set(
		url("../images/common/footer_icon01.webp") type("image/webp"),
		url("../images/common/footer_icon01.png") type("image/png"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 88px;
	z-index: 0;
}

.footer_contentsarea02-leftbox-ttl{
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8;
}

.footer_contentsarea02-leftbox-txlist{
	list-style: none;
	padding: 0 0;
	margin: 0 0;
}

.footer_contentsarea02-leftbox-txlist li{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.footer_contentsarea02-righttbox{}

.footer_contentsarea02-righttbox-area01{
	align-items: center;
	align-content: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.footer_contentsarea02-righttbox-area01-snslist{
	font-size: 0;
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}

.footer_contentsarea02-righttbox-area01-snslist li{
	background-color: #FFFFFF;
    border: 1px #DDDDDD solid;
    border-radius: 100%;
	display: inline-block;
    margin: 0 5px;
    overflow: hidden;
}

.footer_contentsarea02-righttbox-area01-snslist li:last-child{
	margin: 0 0 0 5px;
}

.footer_contentsarea02-righttbox-area01-snslist li a img{
	aspect-ratio: 1 / 1;
	height: auto;
	width: 56px;
}

.footer_contentsarea02-righttbox-linkbtn{
	background-color: #E60039;
	border: 1px #FFFFFF solid;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0 10px 20px;
	padding: 8px 18px;
	text-decoration: none;
}

.footer_jimin{
	margin: 5px 0 10px 0;
	text-align: right;
}

.footer_jimin img{
	aspect-ratio: 70 / 22;
	height: auto;
	width: 70px;
}

.footer_copyright{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: right;
}

@media only screen and (max-width: 880px) {
.footer_contentsarea01{
	align-items: baseline;
	display: block;
	padding: 0 0 25px 0;
}

.footer_contentsarea01-name{
	padding: 0 0 0 80px;
	position: relative;
}

.footer_contentsarea01-name:before{
	aspect-ratio: 88 / 118;
	background-image: url(../images/common/footer_icon01.png);
	background-image: -webkit-image-set(
		url("../images/common/footer_icon01.webp") type("image/webp"),
		url("../images/common/footer_icon01.png") type("image/png"));
	background-image: image-set(
		url("../images/common/footer_icon01.webp") type("image/webp"),
		url("../images/common/footer_icon01.png") type("image/png"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	top: -8px;
	width: 60px;
	z-index: 0;
}

.footer_contentsarea01-nav{
	display: none;
}

.footer_contentsarea02-leftbox{
	padding: 0 0;
}

.footer_contentsarea02-leftbox:before{
	display: none;
}

.footer_contentsarea02-leftbox-txlist li{
	line-height: 1.4;
}

.footer_contentsarea02-righttbox-area01-snslist{
	display: none;
}

.footer_jimin{
	margin: 5px 0 20px 0;
}

.footer_copyright{
	letter-spacing: 0;
}
}

@media only screen and (max-width: 520px) {
footer{
	padding: 5.0rem 0 12.6rem 0;
}

.footer_contentsarea01{
	border-bottom: 0.1rem #FFFFFF solid;
	padding: 0 0 2.5rem 0;
}

.footer_contentsarea01-name{
	font-size: 2.0rem;
	padding: 0 0 0 8.0rem;
}

.footer_contentsarea01-name:before{
	top: -0.8rem;
	width: 6.0rem;
}

.footer_contentsarea01-name span{
	font-size: 3.8rem;
}

.footer_contentsarea02{
	margin: 3.5rem 0 0 0;
}

.footer_contentsarea02-leftbox-ttl{
	font-size: 2.2rem;
}

.footer_contentsarea02-leftbox-txlist li{
	font-size: 1.6rem;
}

.footer_contentsarea02-righttbox-linkbtn{
	border: 0.1rem #FFFFFF solid;
	border-radius: 0.5rem;
	font-size: 2.0rem;
	margin: 1.0rem 0 1.0rem 2.0rem;
	padding: 0.8rem 1.8rem;
}

.footer_jimin{
	margin: 0.5rem 0 2.0rem 0;
}

.footer_jimin img{
	width: 7.0rem;
}

.footer_copyright{
	font-size: 1.4rem;
}
}

@media(hover: hover) {
.footer_contentsarea01-nav li a:hover{
	transition: 0.3s;
	border-bottom: 2px rgba(255,255,255,1) solid;
}

.footer_contentsarea02-righttbox-area01-snslist li a:hover{
	transition: 0.3s;
	opacity: 0.9;
}

.footer_contentsarea02-righttbox-linkbtn:hover{
	background-color: #FFFFFF;
	color: #E60039;
	transition: 0.3s;
}
}



/*====================================
SNS
====================================*/
.on_snslist{
	font-size: 0;
	list-style: none;
	padding: 0 0;
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 999;
}

.on_snslist li{
	background-color: #FFFFFF;
	border: 1px #DDDDDD solid;
	border-radius: 100%;
	margin: 5px 0;
	overflow: hidden;
}

.on_snslist li a{}

.on_snslist li a img{
	aspect-ratio: 1 / 1;
	height: auto;
	width: 60px;
}

@media only screen and (max-width: 880px) {
}

@media only screen and (max-width: 520px) {
.on_snslist{
	background-color: #FFFFFF;
	bottom: 0;
	position: fixed;
	right: 0;
	text-align: center;
	top: inherit;
	transform: translate(0,0);
}

.on_snslist li{
	border-bottom: none;
	border-left: none;
	border-top: 0.1rem #DDDDDD solid;
	border-radius: 0;
	border-right: 0.1rem #DDDDDD solid;
	display: inline-block;
	margin: 0 0;
	overflow: hidden;
	width: calc((100% - 0.6rem) / 6);
}

.on_snslist li:last-child{
	border-right: none;
}

.on_snslist li a{}

.on_snslist li a img{
	width: 100%;
}
}

@media(hover: hover) {
.on_snslist li a:hover{
	opacity: 0.9;
	}
}



/*====================================
サイトここから
====================================*/
.top_main_bg01{
	width: 100%;
	overflow: hidden;
	background-color:#FFF;
	margin: 0 auto;}

.top_main-ttl_wrap {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}

.top_main-ttl{
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top:0;
	left:0;
	z-index:2;
}

.top_main-ttl img{
	aspect-ratio: 1200 / 800;
	height: auto;
	width: 1200px;
}
	
.bg_black{
	background-color:#000;
}

.slider{
	list-style: none;
	margin: 0 0;
	padding: 0 0;
}

.slide01,
.slide02,
.slide03,
.slide04{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:800px;
	width:100%;
}

.slide01{
	background-image: url(../images/top/top_main-slide01.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_main-slide01.webp") type("image/webp"),
		url("../images/top/top_main-slide01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_main-slide01.webp") type("image/webp"),
		url("../images/top/top_main-slide01.jpg") type("image/jpg"));
}

.slide02{
	background-image: url(../images/top/top_main-slide02.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_main-slide02.webp") type("image/webp"),
		url("../images/top/top_main-slide02.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_main-slide02.webp") type("image/webp"),
		url("../images/top/top_main-slide02.jpg") type("image/jpg"));
}

.slide03{
	background-image: url(../images/top/top_main-slide03.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_main-slide03.webp") type("image/webp"),
		url("../images/top/top_main-slide03.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_main-slide03.webp") type("image/webp"),
		url("../images/top/top_main-slide03.jpg") type("image/jpg"));
}

.slide04{
	background-image: url(../images/top/top_main-slide04.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_main-slide04.webp") type("image/webp"),
		url("../images/top/top_main-slide04.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_main-slide04.webp") type("image/webp"),
		url("../images/top/top_main-slide04.jpg") type("image/jpg"));
}

@media only screen and (max-width: 880px) {
.top_main-ttl img{
	aspect-ratio: 1040 / 1100;
	height: auto;
	max-width: 520px;
	width: 100%;
}

.slide01,
.slide02,
.slide03,
.slide04{
	height:550px;
}

.slide01{
	background-image: url(../images/top/sp/sp-top_main-slide01.jpg);
	background-image: -webkit-image-set(
		url("../images/top/sp/sp-top_main-slide01.webp") type("image/webp"),
		url("../images/top/sp/sp-top_main-slide01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/sp/sp-top_main-slide01.webp") type("image/webp"),
		url("../images/top/sp/sp-top_main-slide01.jpg") type("image/jpg"));
}

.slide02{
	background-image: url(../images/top/sp/sp-top_main-slide02.jpg);
	background-image: -webkit-image-set(
		url("../images/top/sp/sp-top_main-slide02.webp") type("image/webp"),
		url("../images/top/sp/sp-top_main-slide02.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/sp/sp-top_main-slide02.webp") type("image/webp"),
		url("../images/top/sp/sp-top_main-slide02.jpg") type("image/jpg"));
}

.slide03{
	background-image: url(../images/top/sp/sp-top_main-slide03.jpg);
	background-image: -webkit-image-set(
		url("../images/top/sp/sp-top_main-slide03.webp") type("image/webp"),
		url("../images/top/sp/sp-top_main-slide03.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/sp/sp-top_main-slide03.webp") type("image/webp"),
		url("../images/top/sp/sp-top_main-slide03.jpg") type("image/jpg"));
}

.slide04{
	background-image: url(../images/top/sp/sp-top_main-slide04.jpg);
	background-image: -webkit-image-set(
		url("../images/top/sp/sp-top_main-slide04.webp") type("image/webp"),
		url("../images/top/sp/sp-top_main-slide04.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/sp/sp-top_main-slide04.webp") type("image/webp"),
		url("../images/top/sp/sp-top_main-slide04.jpg") type("image/jpg"));
}
}

@media only screen and (max-width: 520px) {
.slide01,
.slide02,
.slide03,
.slide04{
	height:55.0rem;
}
}


.top_section01_bg01{
	background-color: #FFFFFF;
	border-bottom: 50px #E60039 solid;
	border-top: 10px #E60039 solid;
	margin: 0 auto;
	padding: 130px 0 0 0;
	position: relative;
	width: 100%;
}

.top_section01_bg01:before{
	aspect-ratio: 72 / 146;
	background-image: url(../images/top/top_main-icon01.png);
	background-image: -webkit-image-set(
		url("../images/top/top_main-icon01.webp") type("image/webp"),
		url("../images/top/top_main-icon01.png") type("image/png"));
	background-image: image-set(
		url("../images/top/top_main-icon01.webp") type("image/webp"),
		url("../images/top/top_main-icon01.png") type("image/png"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	left: 50%;
	position: absolute;
	top: -40px;
	transform: translate(-50%,0);
	width: 72px;
}

.top_section01-ttl{
	color: #E50039;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin: 0 0 50px 0;
	text-align: center;
}

.top_section01-ttl span{
	display: inline-block;
}

.top_section01-ttl:after{
	aspect-ratio: 452 / 22;
	background-image: url(../images/top/top_section01-ttldecoration.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: auto;
	margin: 10px auto 0 auto;
	max-width: 452px;
	text-align: center;
	width: 100%;
}

.top_section01-tx01{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
}

.top_section01-namearea{
	background-image: url(../images/top/top_section01-bgimg.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_section01-bgimg.webp") type("image/webp"),
		url("../images/top/top_section01-bgimg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_section01-bgimg.webp") type("image/webp"),
		url("../images/top/top_section01-bgimg.jpg") type("image/jpg"));
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px 0 0 0;
	padding: 40px 0 480px 0;
	text-align: center;
}

.top_section01-namearea img{
	aspect-ratio: 200 / 46;
	height: auto;
	width: 200px;
}

@media only screen and (max-width: 880px) {
.top_section01-namearea{
	padding: 40px 0 380px 0;
}
}

@media only screen and (max-width: 520px) {
.top_section01_bg01{
	border-bottom: 5.0rem #E60039 solid;
	border-top: 1.0rem #E60039 solid;
	padding: 13.0rem 0 0 0;
}

.top_section01_bg01:before{
	top: -4.0rem;
	width: 7.2rem;
}

.top_section01-ttl{
	font-size: 6.0rem;
	margin: 0 0 5.0rem 0;
}

.top_section01-ttl:after{
	margin: 1.0rem auto 0 auto;
	width: 100%;
}

.top_section01-tx01{
	font-size: 2.0rem;
}

.top_section01-namearea{
	margin: 2.0rem 0 0 0;
	padding: 4.0rem 0 38.0rem 0;
}

.top_section01-namearea img{
	width: 20.0rem;
}
}


.top_section02_bg01{
	background-color: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.top_section02_bg01:before{
	aspect-ratio: 715 / 1027;
	background-image: url(../images/top/top_section-bgimg.jpg);
	background-image: -webkit-image-set(
		url("../images/top/top_section-bgimg.webp") type("image/webp"),
		url("../images/top/top_section-bgimg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/top_section-bgimg.webp") type("image/webp"),
		url("../images/top/top_section-bgimg.jpg") type("image/jpg"));
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 101%;
	position: absolute;
	right: 50%;
	top: 0;
	width: auto;
	z-index: 0;
}

.top_section02_bg01:after{
	aspect-ratio: 715 / 1027;
	background-color: #FFFFFF;
	clip-path: polygon(0 0, 8% 0, 40% 100%, 0% 100%);
	content: "";
	display: block;
	height: 101%;
	position: absolute;
	right: calc(50% + 1px);
	top: 0;
	width: auto;
	z-index: 1;
}

.top_section02-rigthbox{
	margin: 0 0 0 auto;
	padding: 70px 0 0 30px;
	width: calc(50% - 30px);
}

.top_section02-rigthbox-ttl{
	font-size: 46px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 0 30px 0;
}

.top_section02-rigthbox-ttl span{
	display: inline-block;
	padding: 0 5px 0 0;
}

.top_section02-rigthbox-ttl span:last-child{
	padding: 0 0;}

.top_section02-rigthbox-contents01{
	border-left: 5px #E60039 solid;
	margin: 0 0 35px 0;
	padding: 0 0 0 20px;
}

.top_section02-rigthbox-contents01-inbox{
	margin: 0 0 50px 0;
}

.top_section02-rigthbox-contents01 .top_section02-rigthbox-contents01-inbox:last-child{
	margin: 0 0;
}

.top_section02-rigthbox-contents01-inbox h3{
	color: #E50039;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

.top_section02-rigthbox-contents01-inbox p{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

.top_section02-rigthbox-linkbtn{
	background-color: #FFFFFF;
	color: #E50039;
	font-size: 26px;
	font-weight: 600;
	border: 1px #E50039 solid;
	border-radius: 10px;
	display: block;
	margin: 0 0 80px 0;
	overflow: hidden;
	padding: 15px 60px 15px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.top_section02-rigthbox-linkbtn:before{
	background-color: #E60039;
	color: #FFFFFF;
	content: "≫";
	display: block;
	height: calc(100% - 32px);
	padding: 16px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	z-index: 0;
}

@media only screen and (max-width: 880px){
.top_section02_bg01{
	background-color: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.top_section02_bg01:before{
	aspect-ratio: none;
	background-image: url(../images/top/sp/sp-top_section-bgimg.jpg);
	background-image: -webkit-image-set(
		url("../images/top/sp/sp-top_section-bgimg.webp") type("image/webp"),
		url("../images/top/sp/sp-top_section-bgimg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/top/sp/sp-top_section-bgimg.webp") type("image/webp"),
		url("../images/top/sp/sp-top_section-bgimg.jpg") type("image/jpg"));
	background-size: cover;
	display: block;
	height: 350px;
	position: relative;
	right: inherit;
	top: inherit;
	width: 100%;
}

.top_section02_bg01:after{
	display: none;
}

.top_section02-rigthbox{
	margin: 0 0 0 auto;
	padding: 70px 0 0 0;
	width: auto;
}
}

@media only screen and (max-width: 520px){
.top_section02_bg01:before{
	height: 35.0rem;
}

.top_section02-rigthbox{
	padding: 7.0rem 0 0 0;
}

.top_section02-rigthbox-ttl{
	font-size: 4.6rem;
	padding: 0 0 3.0rem 0;
}

.top_section02-rigthbox-ttl span{
	padding: 0 0.5rem 0 0;
}

.top_section02-rigthbox-contents01{
	border-left: 0.5rem #E60039 solid;
	margin: 0 0 3.5rem 0;
	padding: 0 0 0 2.0rem;
}

.top_section02-rigthbox-contents01-inbox{
	margin: 0 0 5.0rem 0;
}

.top_section02-rigthbox-contents01 .top_section02-rigthbox-contents01-inbox:last-child{
	margin: 0 0;
}

.top_section02-rigthbox-contents01-inbox h3{
	font-size: 2.2rem;
	margin: 0 0 1.0rem 0;
}

.top_section02-rigthbox-contents01-inbox p{
	font-size: 1.8rem;
}

.top_section02-rigthbox-linkbtn{
	font-size: 2.6rem;
	border: 0.1rem #E50039 solid;
	border-radius: 1.0rem;
	margin: 0 0 8.0rem 0;
	padding: 1.5rem 6.0rem 1.5rem 1.5rem;
}

.top_section02-rigthbox-linkbtn:before{
	height: calc(100% - 3.2rem);
	padding: 1.6rem 0;
	width: 6.0rem;
}
}

@media(hover: hover) {
.top_section02-rigthbox-linkbtn:hover{
	transition: 0.3s;
	background-color: #E50039;
	color: #FFFFFF;
}
}


.top_section03_bg01{
	background-color: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0 20px 0;
	width: 100%;
}

.top_section03-ttl{
	color: #E50039;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 25px;
	padding: 0 0 60px 0;
	text-align: center;
}

.top_section03-g3 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 33.33% 33.33% 33.33%;
	grid-template-columns: 33.33% 33.33% 33.33%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;
}

.top_section03-g3 > .grid_container > .grid_item {
	margin: 0 25px 60px 25px;
}

.top_section03-cassetteimg{
	border-radius: 10px;
	overflow: hidden;
}

.top_section03-cassetteimg img{
	aspect-ratio: 330 / 240;
	height: auto;
	width: 100%;
}

.top_section03-cassettettl{
	color: #E50039;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4;
	padding: 15px 0;
}

.top_section03-cassettetx01{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

@media only screen and (max-width: 880px) {
.top_section03-ttl{
	margin: 0 5px;
}

.top_section03-g3 > .grid_container {
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;}
}

@media only screen and (max-width: 520px) {
.top_section03_bg01{
	padding: 8.0rem 0 2.0rem 0;
}

.top_section03-ttl{
	font-size: 6.0rem;
	margin: 0 0.5rem;
	padding: 0 0 6.0rem 0;
}
	
.top_section03-g3 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
}

.top_section03-g3 > .grid_container > .grid_item {
	margin: 0 2.5rem 6.0rem 2.5rem;
}
	
.top_section03-cassetteimg{
	border-radius: 1.0rem;
}

.top_section03-cassettettl{
	font-size: 2.4rem;
	padding: 1.5rem 0;
}

.top_section03-cassettetx01{
	font-size: 1.6rem;
}
}


.top_section04_bg01{
	background-color: #EEEEEE;
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0 50px 0;
	width: 100%;
}

.top_section04_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;
}

.top_section04_g2 > .grid_container > .grid_item {
	margin: 0 25px 20px 25px;
}

.top_section04_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */
}

.top_section04-link01{
	border-radius: 10px;
	overflow: hidden;
}

.top_section04-link01 img{
	aspect-ratio: 520 / 250;
	height: auto;
	width: 100%;
}
	
.top_section04_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2 / 3;
	-ms-grid-row: 1;
	grid-row: 1;
}

.top_section04-link02{
	margin: 0 0 20px 0;
}

.top_section04-link02{
	align-items: center;
	background-color: #E60039;
	border-radius: 10px;
	display: grid;
	overflow: hidden;
	padding: 20px 20px;
	text-align: center;
}

.top_section04-link02 img{
	aspect-ratio: 480 / 80;
	max-width: 480px;
	height: auto;
	width: 100%;
}

@media only screen and (max-width: 880px) {
.top_section04_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
}

.top_section04_g2{
	margin: 0 auto;
	max-width: 600px;
}

.top_section04_g2 > .grid_container > .grid_item_01 {
	-ms-grid-column: 1; /* 横のスタート位置(IE用) */
	-ms-grid-column-span: 1; /* 横のマス数(IE用) */
	grid-column: 1 / 2; /* 横位置 */
	-ms-grid-row: 1; /* 縦のスタート位置(IE用) */
	-ms-grid-row-span: 1; /* 縦のマス数(IE用) */
	grid-row: 1 / 2; /* 縦位置 */
}

.top_section04-facebookttl img{
	width: 130px;
}
	
.top_section04_g2 > .grid_container > .grid_item_02 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 2;
	grid-row: 2;
}

.top_section04_g2 > .grid_container > .grid_item_03 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 / 2;
	-ms-grid-row: 3;
	grid-row: 3;
}
}

@media only screen and (max-width: 520px) {
.top_section04_bg01{
	padding: 8.0rem 0 5.0rem 0;
}

.top_section04_g2 > .grid_container > .grid_item {
	margin: 0 2.5rem 2.0rem 2.5rem;
}

.top_section04-facebookttl{
	padding: 1.8rem 2.0rem;
}

.top_section04-facebookttl img{
	width: 13.0rem;
}

.top_section04-link01{
	border-radius: 1.0rem;
}

.top_section04-link02{
	margin: 0 0 2.0rem 0;
}

.top_section04-link02,
.top_section04-link03{
	border-radius: 1.0rem;
	padding: 2.0rem 2.0rem;
}
}


.top_snsarea_bg01{
	background-color: #E60039;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0 40px 0;
	width: 100%;
}

.top_snsarea-tx01{
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding: 0 0 20px 0;
	text-align: center;
}

.top_snsarea-snslist{
	font-size: 0;
	list-style: none;
	padding: 0 0;
	text-align: center;
}

.top_snsarea-snslist li{
	background-color: #FFFFFF;
    border: 1px #DDDDDD solid;
    border-radius: 100%;
	display: inline-block;
	margin: 0 10px 10px 10px;
	overflow: hidden;
}

.top_snsarea-snslist li a{}

.top_snsarea-snslist li a img{
	aspect-ratio: 1 / 1;
	height: auto;
	width: 112px;
}

@media only screen and (max-width: 880px) {
.top_snsarea-tx01{
	font-size: 36px;
}

.top_snsarea-snslist li a img{
	width: 100px;
}
}

@media only screen and (max-width: 520px) {
.top_snsarea_bg01{
	padding: 5.0rem 0 4.0rem 0;
}

.top_snsarea-tx01{
	font-size: 3.6rem;
	padding: 0 0 2.0rem 0;
}

.top_snsarea-snslist li{
    border: 0.1rem #DDDDDD solid;
	margin: 0 1.0rem 1.0rem 1.0rem;
}

.top_snsarea-snslist li a img{
	width: 10.0rem;
}
}

@media(hover: hover) {
.top_snsarea-snslist li a:hover{
	opacity: 0.9;
	}
}



/*====================================
生い立ちページここから
====================================*/
.earlylife_main_bg01{
	background-image: url(../images/earlylife/earlylife_main-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/earlylife/earlylife_main-bg.webp") type("image/webp"),
		url("../images/earlylife/earlylife_main-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/earlylife/earlylife_main-bg.webp") type("image/webp"),
		url("../images/earlylife/earlylife_main-bg.jpg") type("image/jpg"));
	background-position: bottom center;
	background-repeat: repeat-x;
	background-size: auto;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.earlylife_main-area{
	height: 560px;
	position: relative;
}

.earlylife_main-ttl{
	position: absolute;
	right: 30px;
	top: 280px;
}

.earlylife_main-ttl img{
	aspect-ratio: 240 / 56;
	height: auto;
	width: 240px;
}

.earlylife_main-img{
	bottom: 0;
	position: absolute;
	right: calc(50% - 120px);
}

.earlylife_main-img img{
	aspect-ratio: 577 / 500;
	height: auto;
	width: 577px;
}

@media only screen and (max-width: 880px) {
.earlylife_main_bg01{
	background-image: url(../images/earlylife/sp/sp-earlylife_main-bg.jpg);
	background-image: -webkit-image-set(
		url("../images/earlylife/sp/sp-earlylife_main-bg.webp") type("image/webp"),
		url("../images/earlylife/sp/sp-earlylife_main-bg.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/earlylife/sp/sp-earlylife_main-bg.webp") type("image/webp"),
		url("../images/earlylife/sp/sp-earlylife_main-bg.jpg") type("image/jpg"));
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.earlylife_main-ttl{
	left: calc(50% - 30px);
	right: inherit;
	top: calc(50% - 120px + 75px);
}

.earlylife_main-img{
	display: none;
}
}

@media only screen and (max-width: 520px) {
.earlylife_main-area{
	height: 56.0rem;
}

.earlylife_main-ttl{
	left: calc(50% - 3.0rem);
	right: inherit;
	top: calc(50% - 12.0rem + 7.5rem);
}

.earlylife_main-ttl img{
	width: 24.0rem;
}
}


.earlylife_section01a_bg01{
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 60px 0 10px 0;
	overflow: hidden;
	width: 100%;
}

.earlylife_section01a_repetitions01_g2 > .grid_container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50% 50%;
	grid-template-columns: 50% 50%;
	-ms-grid-rows:  auto;
	grid-template-rows:  auto;
}

.earlylife_section01a_repetitions01_g2 > .grid_container > .grid_item {
	margin: 0 25px 50px 25px;
}

.earlylife_section01a-name{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
}

.earlylife_section01a-name span{
	display: inline-block;
}

.earlylife_section01a-name .tx_l{
	font-size: 46px;
	padding: 0 14px 0 0;
}

.earlylife_section01a-tx01{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 25px 0 0 0;
}

.earlylife_section01a-tx02{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 20px 0 0 0;
}

.earlylife_section01a-table{
	border-collapse: collapse;
	margin: 50px 0 0 0;
	text-align: left;
	width: 100%;
}

.earlylife_section01a-table tr{}

.earlylife_section01a-table tr th{
	color: #E50039;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.35;
	padding: 8px 0;
	width: 100px;
}

.earlylife_section01a-table tr td{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.35;
	padding: 8px 0 8px 8px;
}

.earlylife_section01a-img01_02area{
	position: relative;
}

.earlylife_section01a-img01_02area:before,
.earlylife_section01a-img01_02area:after{
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 14px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.earlylife_section01a-img01_02area:before{
	background-image: url(../images/earlylife/earlylife_section01a-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/earlylife/earlylife_section01a-img01.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section01a-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/earlylife/earlylife_section01a-img01.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section01a-img01.jpg") type("image/jpg"));
	background-position: center center;
	height: calc(50% - 35px);
	top: 0;
}

.earlylife_section01a-img01_02area:after{
	bottom: 0;
	background-image: url(../images/earlylife/earlylife_section01a-img02.jpg);
	background-image: -webkit-image-set(
		url("../images/earlylife/earlylife_section01a-img02.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section01a-img02.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/earlylife/earlylife_section01a-img02.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section01a-img02.jpg") type("image/jpg"));
	background-position: top left;
	height: calc(50% + 5px);
}

@media only screen and (max-width: 880px) {
.earlylife_section01a_repetitions01_g2 > .grid_container {
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
}

.earlylife_section01a-tx01{
	letter-spacing: 0.02em;
	line-height: 1.45;
}

.earlylife_section01a-tx02{
	letter-spacing: 0.02em;
	line-height: 1.75;
}

.earlylife_section01a-table{
	margin: 30px 0 0 0;
}

.earlylife_section01a-table tr th{
	letter-spacing: 0;
	width: 90px;
}

.earlylife_section01a-table tr td{
	letter-spacing: 0;
}

.earlylife_section01a-img01_02area{
	height: 200px;
}

.earlylife_section01a-img01_02area:before,
.earlylife_section01a-img01_02area:after{
	left: inherit;
	width: calc(50% - 5px);
}

.earlylife_section01a-img01_02area:before{
	height: 100%;
	left: 0;
}

.earlylife_section01a-img01_02area:after{
	height: 100%;
	right: 0;
}
}

@media only screen and (max-width: 520px) {
.earlylife_section01a_bg01{
	padding: 6.0rem 0 1.0rem 0;
}

.earlylife_section01a_repetitions01_g2 > .grid_container > .grid_item {
	margin: 0 2.5rem 5.0rem 2.5rem;
}

.earlylife_section01a-name{
	font-size: 3.2rem;
}

.earlylife_section01a-name .tx_l{
	font-size: 4.6rem;
	padding: 0 1.4rem 0 0;
}

.earlylife_section01a-tx01{
	font-size: 2.4rem;
	padding: 2.5rem 0 0 0;
}

.earlylife_section01a-tx02{
	font-size: 2.0rem;
	padding: 2.0rem 0 0 0;
}

.earlylife_section01a-table{
	margin: 3.0rem 0 0 0;
}

.earlylife_section01a-table tr th{
	font-size: 2.0rem;
	padding: 0.8rem 0;
	width: 9.0rem;
}

.earlylife_section01a-table tr td{
	font-size: 2.0rem;
	padding: 0.8rem 0 0.8rem 0.8rem;
}

.earlylife_section01a-img01_02area:before,
.earlylife_section01a-img01_02area:after{
	border-radius: 1.4rem;
	width: calc(50% - 0.5rem);
}
}


.earlylife_section01b_bg01{
	background-color: #FF4040;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0;
	width: 100%;
}

.earlylife_section01b-box{
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 30px 30px 10px 30px;
	margin: 0 0 60px 0;
}

.earlylife_section01b-box-ttl{
	color: #E50039;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 30px 20px 30px;
}

.earlylife_section01b-box-inbox{
	display: flex;
}

.earlylife_section01b-box-inbox div{
	border-left: 5px #E60039 solid;
	margin: 0 30px 20px 30px;
	padding: 5px 0 5px 20px;
	width: 50%;
}

.earlylife_section01b-box-inbox div p{
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	margin: 0 0 40px 0;
}

.earlylife_section01b-box-inbox div p:last-child{
	margin: 0 0;
}

.earlylife_section02b-img01{
	text-align: center;
}

.earlylife_section02b-img01 img{
	aspect-ratio: 1100 / 300;
	height: auto;
	width: 100%;
}

@media only screen and (max-width: 880px) {
.earlylife_section01b-box{
	padding: 30px 30px;
}

.earlylife_section01b-box-ttl{
	padding: 0 0 20px 0;
}

.earlylife_section01b-box-inbox{
	display: block;
}

.earlylife_section01b-box-inbox div{
	margin: 0 0;
	padding: 5px 0 5px 20px;
	width: auto;
}

.earlylife_section01b-box-inbox div p{
	line-height: 1.75;
	margin: 20px 0 0 0;
}

.earlylife_section01b-box-inbox div p:first-child{
	margin: 0 0;
}

.earlylife_section01b-box-inbox div p:last-child{
	margin: 20px 0 0 0;
}

.earlylife_section02b-img01 img{
	aspect-ratio: 920 / 980;
}
}

@media only screen and (max-width: 520px) {
.earlylife_section01b_bg01{
	padding: 6.0rem 0;
}

.earlylife_section01b-box{
	border-radius: 2.0rem;
	padding: 3.0rem 3.0rem;
	margin: 0 0 6.0rem 0;
}

.earlylife_section01b-box-ttl{
	font-size: 2.2rem;
	padding: 0 0 2.0rem 0;
}

.earlylife_section01b-box-inbox div{
	border-left: 0.5rem #E60039 solid;
	padding: 0.5rem 0 0.5rem 2.0rem;
}

.earlylife_section01b-box-inbox div p{
	font-size: 1.8rem;
	margin: 2.0rem 0 0 0;
}

.earlylife_section01b-box-inbox div p:last-child{
	margin: 2.0rem 0 0 0;
}
}


.earlylife_section02_bg01{
	background-color: #FF4040;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 60px 0;
	width: 100%;
}

.earlylife_section02-contents00{
	background-color: #FFFFFF;
	border-top: 5px #E60039 solid;
	max-width: 500px;
	padding: 30px 40px;
	position: relative;
	width: 45%;
	z-index: 5;
}

.earlylife_section02-contents00-decoration{
	border-bottom: 1px #000000 solid;
	color: #000000;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

.earlylife_section02-contents00-ttl{
	color: #E50039;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.35;
	padding: 0 0 20px 0;
}

.earlylife_section02-contents00-tx01{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
}

.earlylife_section02-contents01area{
	margin: 0 0 60px 0;
	padding: 60px 0 100px 0;
	position: relative;
}

.earlylife_section02-contents01area:before{
	background-image: url(../images/earlylife/earlylife_section02-img01.jpg);
	background-image: -webkit-image-set(
		url("../images/earlylife/earlylife_section02-img01.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img01.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/earlylife/earlylife_section02-img01.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img01.jpg") type("image/jpg"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 14px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	max-width: 600px;
	position: absolute;
	top: 0;
	width: 55%;
	z-index: 0;
}

.earlylife_section02-contents01{
	margin: 0 0 0 auto;
}

.earlylife_section02-contents02area{
	margin: 0 0;
	padding: 30px 0 0 0;
	position: relative;
}

.earlylife_section02-contents02area:before{
	background-image: url(../images/earlylife/earlylife_section02-img02.jpg);
	background-image: -webkit-image-set(
		url("../images/earlylife/earlylife_section02-img02.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img02.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/earlylife/earlylife_section02-img02.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img02.jpg") type("image/jpg"));
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 14px;
	content: "";
	display: block;
	height: calc(100% + 60px);
	max-width: 600px;
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
	z-index: 1;
}

.earlylife_section02-contents02{
	margin: 0 auto 0 0;
}

.earlylife_section02-contents03area{
	margin: 0 0 60px 0;
	padding: 0 0 40px 0;
	position: relative;
}

.earlylife_section02-contents03area:before{
	bottom: 0;
	background-image: url(../images/earlylife/earlylife_section02-img03.jpg);
	background-image: -webkit-image-set(
		url("../images/earlylife/earlylife_section02-img03.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img03.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/earlylife/earlylife_section02-img03.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img03.jpg") type("image/jpg"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 14px;
	content: "";
	display: block;
	height: calc(100% - 10px);
	max-width: 600px;
	position: absolute;
	right: 50px;
	width: 55%;
	z-index: 0;
}

.earlylife_section02-contents03{
	margin: 0 auto 0 0;
}

.earlylife_section02-contents04area{
	margin: 0 0;
	padding: 0 0;
	position: relative;
}

.earlylife_section02-contents04area:before{
	background-image: url(../images/earlylife/earlylife_section02-img04.jpg);
	background-image: -webkit-image-set(
		url("../images/earlylife/earlylife_section02-img04.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img04.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/earlylife/earlylife_section02-img04.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img04.jpg") type("image/jpg"));
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 14px;
	content: "";
	display: block;
	height: calc(100% + 40px);
	left: 0;
	max-width: 600px;
	position: absolute;
	top: 30px;
	width: 55%;
	z-index: 0;
}

.earlylife_section02-contents04{
	margin: 0 0 0 auto;
}

.earlylife_section02-contents05area{
	margin: 0 0 60px 0;
	padding: 0 0 40px 0;
	position: relative;
}

.earlylife_section02-contents05area:before{
	bottom: 0;
	background-image: url(../images/earlylife/earlylife_section02-img05.jpg);
	background-image: -webkit-image-set(
		url("../images/earlylife/earlylife_section02-img05.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img05.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/earlylife/earlylife_section02-img05.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img05.jpg") type("image/jpg"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 14px;
	content: "";
	display: block;
	height: calc(100% - 10px);
	left: 60px;
	max-width: 600px;
	position: absolute;
	width: 55%;
	z-index: 1;
}

.earlylife_section02-contents05{
	margin: 0 0 0 auto;
}

.earlylife_section02-contents06area{
	margin: 0 0 60px 0;
	padding: 40px 0 40px 0;
	position: relative;
}

.earlylife_section02-contents06area:before{
	background-image: url(../images/earlylife/earlylife_section02-img06.jpg);
	background-image: -webkit-image-set(
		url("../images/earlylife/earlylife_section02-img06.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img06.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/earlylife/earlylife_section02-img06.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img06.jpg") type("image/jpg"));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 14px;
	content: "";
	display: block;
	height: 100%;
	max-width: 600px;
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
	z-index: 0;
}

.earlylife_section02-contents06{
	margin: 0 auto 0 0;
}

.earlylife_section02-contents07area{
	margin: 0 0 60px 0;
	padding: 20px 0 20px 0;
	position: relative;
}

.earlylife_section02-contents07area:before{
	background-image: url(../images/earlylife/earlylife_section02-img07.jpg);
	background-image: -webkit-image-set(
		url("../images/earlylife/earlylife_section02-img07.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img07.jpg") type("image/jpg"));
	background-image: image-set(
		url("../images/earlylife/earlylife_section02-img07.webp") type("image/webp"),
		url("../images/earlylife/earlylife_section02-img07.jpg") type("image/jpg"));
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 14px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	max-width: 600px;
	position: absolute;
	top: 0;
	width: 55%;
	z-index: 0;
}

.earlylife_section02-contents07{
	margin: 0 0 0 auto;
}

@media only screen and (max-width: 880px) {
.earlylife_section02-contents00{
	max-width: inherit;
	padding: 30px 30px;
	width: auto;
}

.earlylife_section02-contents00-ttl{
	font-size: 34px;
	letter-spacing: 0.02em;
}

.earlylife_section02-contents00-tx01{
	letter-spacing: 0;
	line-height: 1.55;
}

.earlylife_section02-contents01area,
.earlylife_section02-contents02area,
.earlylife_section02-contents03area,
.earlylife_section02-contents04area,
.earlylife_section02-contents05area,
.earlylife_section02-contents06area,
.earlylife_section02-contents07area{
	margin: 0 0 60px 0;
	padding: 340px 0 0 0;
	position: relative;
}

.earlylife_section02-contents01area:before,
.earlylife_section02-contents02area:before,
.earlylife_section02-contents03area:before,
.earlylife_section02-contents04area:before,
.earlylife_section02-contents05area:before,
.earlylife_section02-contents06area:before,
.earlylife_section02-contents07area:before{
	border-radius: 0;
	height: 360px;
	left: 50%;
	max-width: inherit;
	top: 0;
	transform: translate(-50%,0);
	width: calc(100% + 60px);
	z-index: 0;
}

.earlylife_section02-contents01,
.earlylife_section02-contents02,
.earlylife_section02-contents03,
.earlylife_section02-contents04,
.earlylife_section02-contents05,
.earlylife_section02-contents06,
.earlylife_section02-contents07{
	margin: 0 auto;
}
}

@media only screen and (max-width: 520px) {
.earlylife_section02_bg01{
	padding: 0 0 6.0rem 0;
}

.earlylife_section02-contents00{
	border-top: 0.5rem #E60039 solid;
	padding: 3.0rem 3.0rem;
}

.earlylife_section02-contents00-decoration{
	border-bottom: 0.1rem #000000 solid;
	font-size: 2.4rem;
	margin: 0 0 1.0rem 0;
	padding: 0 0 0.5rem 0;
}

.earlylife_section02-contents00-ttl{
	font-size: 3.4rem;
	padding: 0 0 2.0rem 0;
}

.earlylife_section02-contents00-tx01{
	font-size: 2.0rem;
}

.earlylife_section02-contents01area,
.earlylife_section02-contents02area,
.earlylife_section02-contents03area,
.earlylife_section02-contents04area,
.earlylife_section02-contents05area,
.earlylife_section02-contents06area,
.earlylife_section02-contents07area{
	margin: 0 0 6.0rem 0;
	padding: 34.0rem 0 0 0;
}

.earlylife_section02-contents01area:before,
.earlylife_section02-contents02area:before,
.earlylife_section02-contents03area:before,
.earlylife_section02-contents04area:before,
.earlylife_section02-contents05area:before,
.earlylife_section02-contents06area:before,
.earlylife_section02-contents07area:before{
	height: 36.0rem;
	width: calc(100% + 6.0rem);
}
}