@charset "utf-8";

:root {
	--oc-link-color: #a075a7;
	--oc-primary-color: #111111;

	--oc-btn-primary-color: #233b68;
	--oc-btn-alt-color: #233b68;

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

	--header-height: 100px;
}

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

body {
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: 1px;
	padding-top: 100px;

	@media (max-width: 1000px) {
		padding-top: 60px;
	}
}
.home {
	padding-top: 0;
}

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

a {
	text-decoration: none;
	color: var(--oc-link-color);
}
a:hover {
	text-decoration: none;
}
li{
	list-style-type: none;
}
.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;
	margin-top: 5rem;
}
.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;
		letter-spacing: 0.04em;
	}
}

/* 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{
    transition: all .3s;
}
a:hover{
	opacity: 0.5;
}
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%;
}
ul.reset,
ol.reset,
.home dl,
.home dd,
.home ul,
.home ul,
.home ol{
	margin: 0;
	padding: 0;
}
ul.reset li,
ol.reset 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;
}
.f1{
	font-family: adventures-unlimited, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.f2{
	font-family: kaisei-opti, sans-serif;
	font-style: normal;
}
.f3{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.anchor-parent{
	position: relative;
}
.anchor{
	position: absolute;
	top: calc(-1 * var(--header-height));
}
.anchor.s1{
	top: calc(-1 * (2 * var(--header-height)));
}

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

@media screen and (max-width:767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

/*base*/
#container{
	overflow: hidden;
}
.home .container{
	margin: 0;
	margin-bottom: 140px;
	padding: 0;
	padding-top: var(--header-height);
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 1030px;
	padding: 0 15px;
}

@media screen and (max-width:767px) {
	.container{
		margin-bottom: 25px;
	}
}

/*ヘッダー*/
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
	z-index: 99;
}
header .hinr{
	align-items: center;
	height: var(--header-height);
	background: #fff;
}
header .hinr.wrap{
	margin: 0 auto;
    max-width: 1400px;
    padding: 0 15px;
}
header .left{
	display: flex;
	align-items: center;
	gap: 20px 50px;
}
header .right{
	display: flex;
	align-items: center;
	gap: 35px;
}
header .logo{
	margin: 0;
	padding: 0;
	width: 224px;
}
header .logo img{
	display: block;
}
header .menu ul{
	display: flex;
	gap: 25px;
	margin: 0;
	padding: 0;
}
header .menu a{
	display: block;
	padding-left: 25px;
	color: #111;
	background: url(../img/icon-arrow.svg) no-repeat 0 center;
}
header .contact{
	display: flex;
	gap: 15px;
}
header .contact .t{
}
header .contact .t a{
	display: block;
	padding-left: 30px;
	color: #111;
	font-size: 12px;
	line-height: 1.2;
	background: url(../img/icon-phone.svg) no-repeat 0 center;
}
header .contact .t b{
	display: block;
	color: #729589;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.5px;
}
header .contact .t span{
	margin-left: 5px;
}
header .contact .f a{
	display: block;
	padding-left: 25px;
	width: 140px;
	height: 40px;
	color: #fff;
	font-weight: 500;
	line-height: 40px;
	background: #C9A7CE url(../img/icon-arrow02.svg) no-repeat 10px center;
	border-bottom: #B68CBC 2px solid;
	border-radius: 3px;
}
.sp-menu{
	position: fixed;
	top: var(--header-height);
	right: -100%;
	width: auto;
	padding: 40px;
	padding-top: 0;
	width: 375px;
	height: calc(100% - var(--header-height));
	color: #fff;
	background: rgba(201,167,206, 0.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
}
.sp-menu.on{
	right: 0;
}
header .sp-menu ul{
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
.sp-menu li{
	list-style: none;
}
.sp-menu li a{
	display: block;
	padding: 25px;
	padding-right: 10px;
	color: #fff;
	font-size: 17px;
	background: url(../img/icon-arrow09.svg) no-repeat 0 center;
	border-bottom: #fff 1px solid;
}
.sp-menu li.s1 a{
	background: url(../img/icon-arrow.svg) no-repeat 0 center;
}
.sp-menu .bottom a{
	display: block;
	height: 70px;
	color: #111;
	text-align: center;
	background: #fff;
	border-radius: 5px;
}
.sp-menu .t a{
	margin-bottom: 10px;
	padding-top: 12px;
	font-size: 12px;
	line-height: 1.2;
	background: #fff url(../img/icon-phone.svg) no-repeat 15px center;
}
.sp-menu .t b{
	display: block;
	color: #729589;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
}
.sp-menu .f a{
	color: #7d5284;
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
	letter-spacing: 2px;
	background: #fff url(../img/icon-arrow10.svg) no-repeat 21px center;
	border-bottom: #e5d3e5 2px solid;
}
.menu-trigger{
	display: none;
	position: relative;
	width: 20px;
	height: 16px;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #C9A7CE;
	transition: all .4s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

@media screen and (max-width:1000px) {
	header .wrap{
		padding-right: 20px;
	}
	header .logo{
		width: 135px;
	}
	header .right{
		display: none;
	}
	.menu-trigger{
		display: block;
	}
}

@media screen and (max-width:767px) {
	.menu-trigger{
		width: 16px;
		height: 12px;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-6px) rotate(45deg);
	}
}
@media screen and (max-width:375px) {
	.sp-menu {
		width: 100%;
	}
}

/*メインカラム*/
.top-mv {
	margin-bottom: 100px;
}
.top-mv .swiper-wrapper img{
	width: 100%;
}
.top-mv .box{
	position: relative;
}
/*.top-mv .text{
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 77.5%;
    transform: translateX(-50%);
}*/
.top-mv .bottom{
	margin-top: 10px;
	text-align: center;
}
.top-mv .bottom .inr{
	display: inline-block;
	position: relative;
}
.top-mv .swiper-pagination-bullet{
	margin: 0 10px!important;
	padding: 0 10px;
	color: #9C8E8D;
	opacity: 1;
	background: none;
}
.top-mv .swiper-pagination-bullet-active{
	color: var(--oc-primary-color);
}
.top-mv .swiper-button-next,
.top-mv .swiper-button-prev {
	top: 29px;
	left: -40px;
	width: 10px;
	height: 15px;
	background: url(../img/icon-arrow03.svg) no-repeat center center;
}
.top-mv .swiper-button-next {
	left: auto;
	right: -55px;
	background: url(../img/icon-arrow04.svg) no-repeat center center;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after {
	content: '' !important;
}
.top-mv .swiper-pagination{
	position: static;
}
#form-btn{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}
#form-btn img{
	border-radius: 10px;
}
.top-news {
	position: relative;
	margin-bottom: 220px;
}
.top-news .inr{
	align-items: center;
	position: relative;
	padding: 70px 0;
	background: #fff;
	box-shadow: 0px 33px 25px 0px rgba(0,0,0,0.035);
}
.top-news .left{
	width: 28%;
	text-align: center;
}
.top-news .right{
	padding-right: 60px;
	width: 72%;
}
.top-news h2{
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
	color: #231e1d;
	font-size: 16px;
	line-height: 1.7;
}
.top-news h2:before{
	content: '';
	position: absolute;
	top: 67%;
	left: 50%;
	width: 34px;
	height: 2px;
	background: linear-gradient(90deg, rgba(237, 159, 186,1) 20.014852297188035%,rgba(236, 159, 186,1) 20.014852297188035%,rgba(203, 167, 205,1) 80.01485456334481%);
    transform: translateX(-50%);
}
.top-news h2 b{
	display: block;
	position: relative;
	font-size: 32px;
}
.top-news li:not(:last-child){
	margin-bottom: 25px;
}
.top-news a{
	color: #231E1D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.top-news .date{
	display: inline-block;
	position: relative;
	margin-right: 60px;
	width: 140px;
}
.top-news .date:before{
	content: '…';
	position: absolute;
	top: 0;
	right: -37px;
}
.top-content.c01 {
	padding-top: 50px;
}
.top-content.c01 .wrap{
	position: relative;
}
.top-content.c01 .wrap:before{
	content: '';
	position: absolute;
	top: -50px;
	left: 130px;
	width: 5000px;
	height: calc(100% + 50px);
	background: url(../img/bg.jpg) 0 0;
	z-index: -1;
}
.top-content.c01 h2{
	position: relative;
	margin-bottom: 90px;
	color: #231e1d;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.top-content.c01 h2:before{
	content: '';
	position: absolute;
	top: -125px;
	left: -20px;
	width: 420px;
	height: 200px;
	background: url(../img/top-c01-01.svg) no-repeat 0 0;
	background-size: 100% auto;
}
.top-content.c01 .upper{
	align-items: self-start;
}
.top-content.c01 .left{
	padding-top: 45px;
	width: 36%;
}
.top-content.c01 .right{
	padding: 45px;
	padding-top: 40px;
	width: 64%;
	background: #fff;
}
.top-content.c01 .upper h3{
	margin-bottom: 70px;
	color: #231e1d;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
}
.top-content.c01 .bottom{
	margin-top: -20px;
	text-align: right;
}
.top-content.c01 .inr-inr{
	display: inline-block;
	padding-top: 25px;
	padding-bottom: 35px;
	width: 550px;
	background: #c9a7ce;
	border-radius: 10px;
	text-align: left;
}
.top-content.c01 .bottom h3{
	margin-bottom: 25px;
	color: #7d5284;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.top-content.c01 .bottom h3 span{
	display: inline-block;
	position: relative;
	padding: 0 18px;
	height: 50px;
	line-height: 50px;
	background: #fff;
}
.top-content.c01 .bottom h3 span:after,
.top-content.c01 .bottom h3 span:before{
	content: '';
	position: absolute;
	left: -30px;
	bottom: 0;
	width: 25px;
	height: 32px;
	background: url(../img/deco.svg) no-repeat center center;
}
.top-content.c01 .bottom h3 span:after{
	left: auto;
	right: -30px;
	background: url(../img/deco02.svg) no-repeat center center;
}
.top-content.c01 ul{
	padding-left: 50px;
	padding-right: 10px;
}
.top-content.c01 li{
	margin-bottom: 15px;
	padding-left: 22px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	background: url(../img/icon-check.svg) no-repeat 0 center;
}
/* .top-content.c02 {
	position: relative;
	margin-top: -150px;
	margin-bottom: 180px;
	padding-top: 200px;
} */
.top-content.c02:after,
.top-content.c02:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	/* background: url(../img/top-c02-bg-2.jpg) no-repeat center center; */
	background-size: cover;
	z-index: -1;
}
.top-content.c02:after{
	top: 350px;
	background: linear-gradient(90deg, rgba(238, 158, 185,1) 20.014852297188035%,rgba(237, 158, 185,1) 20.014852297188035%,rgba(214, 168, 202,1) 80.01485456334481%);
}
.top-content.c02 h2{
	margin-bottom: 35px;
	color: #fff;
	font-size: 40px;
	text-align: center;
}
.top-content.c02 h2 span{
	display: block;
	font-size: 300px;
	line-height: 0.75;
}
.top-content.c02 .image img {
	border-radius: 5px 0 0 0;
}
.top-content.c02 dt i{
	font-weight: 500;
	letter-spacing: 0.1em;
}
.top-content.c02 .upper {
	align-items: center;
	margin-bottom: 45px;
	padding: 50px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0 30px 0px rgba(0,0,0,0.1);
}
.top-content.c02 .upper .image{
	width: 32%;
}
.top-content.c02 .upper dl{
	width: 62%;
}
.top-content.c02 .upper dt{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: #231e1d;
	font-size: 30px;
}
.top-content.c02 .upper dt span{
	margin-top: -8px;
	margin-left: 20px;
	color: #c9a7ce;
	font-size: 40px;
	line-height: 1;
}
.top-content.c02 .middle {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 5%;
	margin-bottom: 50px;
}
.top-content.c02 .middle .box{
	width: 30%;
}
.top-content.c02 .middle .image{
	margin-bottom: 15px;
}
.top-content.c02 .middle dt{
	margin-bottom: 10px;
	color: #231e1d;
	font-size: 20px;
	text-align: center;
}
.top-content.c02 .middle dt span{
	display: block;
	margin-top: -8px;
	color: #c9a7ce;
	font-size: 30px;
	line-height: 1;
}
.top-content.c02 .bottom {
	padding: 15px;
	background: #e7eff8;
	border-radius: 5px;
}
.top-content.c02 .bottom .box{
	padding: 35px;
	background: #fff;
}
.top-content.c02 .bottom .image{
	width: 22.5%;
}
.top-content.c02 .bottom .box>dl{
	width: 74%;
}
.top-content.c02 .bottom .image img{
	width: 100%;
}
.top-content.c02 .bottom .image img:not(:last-child){
	margin-bottom: 20px;
}
.top-content.c02 .bottom .box>dl>dt{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: #231e1d;
	font-size: 20px;
}
.top-content.c02 .bottom dt span{
	margin-top: -8px;
	margin-left: 15px;
	color: #5684b8;
	font-size: 30px;
	line-height: 1;
}
.top-content.c02 .bottom dd p:not(:last-child){
	margin-bottom: 20px;
}
.top-content.c02 .bottom dd dl:not(:last-child){
	margin-bottom: 30px;
}
.top-content.c02 .bottom dd dt{
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 5px;
	min-width: 94px;
	height: 26px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	text-align: center;
	background: #5684b8;
	border-radius: 13px;
}
.top-content.c03 {
	position: relative;
	padding-bottom: 190px;
	color: #231e1d;
}
.top-content.c03:before {
	content: '';
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 100%;
	height: 330px;
	background: url(../img/bg.jpg) 0 0;
    transform: translateX(220px);
    z-index: -1;
}
.top-content.c03 .header {
	margin-bottom: 75px;
	padding: 80px 15px;
	color: #fff;
	text-align: center;
	background: url(../img/top-header-bg.jpg) no-repeat center center;
	background-size: cover;
}
.top-content.c03 .header p.s1{
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	font-size: 14px;
}
.top-content.c03 .header p.s1 b{
	font-size: 40px;
	line-height: 1.2;
}
.top-content.c03 .header p.s1 span{
	position: absolute;
	right: -125px;
	bottom: 0;
}
.top-content.c03 .header p.s2{
	margin-bottom: 15px;
	font-size: 25px;
}
.top-content.c03 .header p.s2 b{
	margin-left: 5.5px;
	font-size: 35px;
	line-height: 1.2;
}
.top-content.c03 .upper {
	margin-bottom: 110px;
}
.top-content.c03 .upper table{
	margin-bottom: 20px;
}
.top-content.c03 .upper thead{
	color: #fff;
	background: linear-gradient(90deg, rgba(238, 158, 185,1) 19.96938747613608%,rgba(237, 158, 185,1) 19.96938747613608%,rgba(214, 168, 202,1) 79.96938669762643%);
}
.top-content.c03 .upper th{
	padding: 10px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.top-content.c03 .upper th:first-child{
	width: 41%;
	background-size: 1px 4px;
	background-repeat: repeat-y;
	background-position: left bottom;
	background-image: linear-gradient(to top, #EE9EB9, #EE9EB9 1px, transparent 1px, transparent 1px);
}
.top-content.c03 .upper th:last-child{
	width: 29%;
  	background-size: 1px 4px;
    background-repeat: repeat-y;
    background-position: right bottom;
    background-image: linear-gradient(to top, #EE9EB9, #EE9EB9 1px, transparent 1px, transparent 1px);
}
.top-content.c03 .upper td{
	padding: 20px 15px;
	font-size: 20px;
	text-align: center;
	background-image: linear-gradient(to right, #EE9EB9, #EE9EB9 1px, transparent 1px, transparent 1px),
	linear-gradient(to bottom, #EE9EB9, #EE9EB9 1px, transparent 1px, transparent 1px);
	background-size: 4px 1px, 1px 4px;
	background-position: left bottom, right top;
	background-repeat: repeat-x, repeat-y;
}
.top-content.c03 .upper td:first-child{
	text-align: left;
    background-image: linear-gradient(to right, #EE9EB9, #EE9EB9 1px, transparent 1px, transparent 1px),
    linear-gradient(to bottom, #EE9EB9, #EE9EB9 1px, transparent 1px, transparent 1px),
    linear-gradient(to bottom, #EE9EB9, #EE9EB9 1px, transparent 1px, transparent 1px);
    background-size: 4px 1px, 1px 4px, 1px 4px;
    background-position: left bottom, left top, right top;
    background-repeat: repeat-x, repeat-y, repeat-y;
}
.top-content.c03 .upper td:nth-of-type(2){
	font-size: 16px;
}
.top-content.c03 td i{
	margin-right: 20px;
}
.top-content.c03 .upper .b{
	font-size: 14px;
}
.top-content.c03 .upper ul{
	margin-bottom: 5px;
}
.top-content.c03 .upper li{
	font-size: 16px;
}
.top-content.c03 .bottom h2{
	position: relative;
	margin-bottom: 30px;
	padding-left: 15px;
	font-size: 30px;
	font-weight: bold;
}
.top-content.c03 .bottom h2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(180deg, rgba(237, 158, 185,1) 1.7191396508728185%,rgba(236, 158, 185,1) 1.7191396508728185%,rgba(201, 166, 204,1) 97.91614713216957%);
}
.top-content.c03 .bottom .u{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 4%;
	overflow: hidden;
}
.top-content.c03 .bottom .u .box{
	width: 30%;
}
.top-content.c03 .bottom .u .box:first-child{
	width: 32%;
}
.top-content.c03 .bottom .image{
	position: relative;
	margin-bottom: 10px;
}
.top-content.c03 .bottom .image:before{
	content: '';
	position: absolute;
	top: 50%;
	right: -27px;
	width: 13px;
	height: 20px;
    transform: translateY(-50%);
	background: url(../img/icon-arrow06.svg) no-repeat center center;
}
.top-content.c03 .bottom dt{
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.4;
}
.top-content.c03 .bottom dt span{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.top-content.c03 .bottom .more{
	margin-top: 15px;
}
.top-content.c03 .bottom .more a{
	display: block;
	position: relative;
	padding: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	background: #ee9eb9;
	border-radius: 3px;
}
.top-content.c03 .bottom .more a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 11px;
	background: url(../img/icon-arrow02.svg) no-repeat center center;
	background-size: 100% auto;
    transform: translateY(-50%);
}
.top-content.c03 .bottom .b p.s1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	min-height: 200px;
	font-size: 25px;
	text-align: center;
	line-height: 1.3;
	background: url(../img/top-c03-05.jpg) no-repeat center bottom;
}
.top-content.c03 .bottom .b .box{
	align-items: center;
	margin: 0 auto;
	max-width: 820px;
	background: #fff;
	border: #e5d3e5 20px solid;
}
.top-content.c03 .bottom .left{
	width: 29.5%;
}
.top-content.c03 .bottom .right{
	padding: 15px;
	padding-right: 35px;
	padding-left: 20px;
	width: 70.5%;
}
.top-content.c03 .bottom .left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-content.c03 .bottom .right dt{
	margin-bottom: 10px;
}
.top-content.c04 {
	padding-bottom: 120px;
	background: url(../img/top-c04-bg.jpg) no-repeat center center;
	background-size: cover;
}
.top-content.c04 h2{
	position: relative;
	color: #231E1D;
	text-align: center;
	z-index: 1;
}
.top-content.c04 .inr{
	margin-top: -28px;
}
.top-content.c04 h2 img{
	margin-top: -93px;
}
.top-content.c04 .image{
	margin-bottom: 20px;
}
.top-content.c04 .image img{
	border-radius: 10px;
}
.top-content.c04 .text{
	margin: 0 auto;
	max-width: 770px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
}
.top-content.c04 .text p:not(:last-child){
	margin-bottom: 40px;
}
.top-content.c04 h3{
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}
.top-content.c04 h3 span{
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 5px;
	line-height: 1.2;
}
.top-content.c04 h3 span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #ee9eb9;
	border-radius: 3px;
}
.top-content.c05 {
	position: relative;
}
.top-content.c05:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 316px;
	height: 288px;
	background: url(../img/top-c05-02.png) no-repeat 0 0;
    transform: translateX(-230px);
	z-index: 10;
}
.top-content.c05 .left{
	padding-top: 120px;
	padding-bottom: 40px;
	width: 50%;
	text-align: right;
}
.top-content.c05 .right{
	position: relative;
	width: 50%;
}
.top-content.c05 .left>div{
	display: inline-block;
	padding: 0 10px;
	padding-right: 80px;
	width: 630px;
	text-align: left;
}
.top-content.c05 h3{
	margin-bottom: 60px;
	color: #231e1d;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.top-content.c05 li{
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/icon-check02.svg) no-repeat 0 center;
}
.top-content.c05 .right img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-content.c06 {
	padding-top: 120px;
	padding-bottom: 160px;
	color: #fff;
	background: linear-gradient(90deg, rgba(235, 158, 186,1) 19.885697957631702%,rgba(234, 158, 186,1) 19.885697957631702%,rgba(209, 169, 205,1) 79.90822185481989%);
}
.top-content.c06 h3{
	margin-bottom: 60px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.top-content.c06 .upper {
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 700px;
}
.top-content.c06 .upper:before {
	content: '';
	position: absolute;
	top: 40px;
	left: 50%;
	width: 14px;
	height: 14px;
	background: url(../img/icon-cross.svg) no-repeat center center;
    transform: translateX(-50%);
}
.top-content.c06 .upper .box{
	width: 43%;
	font-size: 18px;
	text-align: center;
}
.top-content.c06 .upper figure img{
	margin-bottom: 10px;
}
.top-content.c06 .middle {
	margin: 0 auto;
	margin-bottom: 60px;
	max-width: 700px;
}
.top-content.c06 .middle dl{
	color: #111;
	background: #fff;
}
.top-content.c06 .middle dt{
	padding: 15px;
	font-size: 20px;
	text-align: center;
	background: #ffeef3;
}
.top-content.c06 .middle dd{
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
}
.top-content.c06 .middle ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.top-content.c06 .middle li{
	padding-left: 30px;
	background: url(../img/icon-check02.svg) no-repeat 0 center;
}
.top-content.c06 .bottom {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.top-content.c07 {
	margin-bottom: 130px;
	color: #231e1d;
	background: #fefbfb;
}
.top-content.c07 .inr{
}
.top-content.c07 .left{
	position: relative;
	width: 50%;
}
.top-content.c07 .right{
	padding: 160px 0;
	width: 50%;
}
.top-content.c07 .left img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-content.c07 .right>div{
	padding-left: 120px;
	width: 600px;
}
.top-content.c07 h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
}
.top-content.c08 {
	margin-bottom: 100px;
	color: #231e1d;
}
.top-content.c08 h3{
	margin-bottom: 80px;
	font-size: 30px;
	font-weight: bold;
}
.top-content.c08 .upper {
	margin-bottom: 140px;
}
.top-content.c08 .upper .inr{
	align-items: self-start;
}
.top-content.c08 .left{
	width: 50%;
}
.top-content.c08 .right{
	width: 45%;
}
.top-content.c08 .upper .right{
	position: relative;
}
.top-content.c08 .upper .right:before{
	content: '';
	position: absolute;
	top: 30px;
	right: -30px;
	width: 100%;
	height: 100%;
	background: #efe4f0;
	z-index: -1;
}
.top-content.c08 .upper dl{
	margin-bottom: 30px;
}
.top-content.c08 .upper dl:last-of-type{
	margin-bottom: 40px;
}
.top-content.c09 dt,
.top-content.c08 .upper dt{
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background: #c9a7ce;
	border-radius: 19px;
}
.top-content.c08 .image{
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.top-content.c08 .image figure{
	display: block;
	width: 200px;
	text-align: center;
}
.top-content.c08 figcaption{
	margin-top: 3px;
}
.top-content.c08 .bottom h3{
	margin-bottom: 50px;
}
.top-content.c09 {
	position: relative;
	padding: 110px 0;
	color: #231e1d;
	background: url(../img/top-c09-bg.jpg) no-repeat right 0;
	background-size: cover;
}
.top-content.c09 .inr{
	position: relative;
	max-width: 510px;
}
.top-content.c09 h3{
	margin-bottom: 45px;
	font-size: 30px;
	font-weight: bold;
}
.top-content.c09 .upper{
	margin-bottom: 70px;
}
.top-content.c09 dl:not(:last-child){
	margin-bottom: 45px;
}
.top-content.c10 {
	position: relative;
	margin-bottom: 90px;
	padding-top: 125px;
	padding-bottom: 150px;
	color: #fff;
	background: url(../img/top-c10-bg.jpg) no-repeat center bottom;
	background-size: cover;
}
.top-content.c10 h3{
	margin-bottom: 90px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.top-content.c10 .inr{
	position: relative;
	margin: 0 auto;
	max-width: 900px;
	padding-left: 75px;
}
.top-content.c10 p.s1{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding-top: 15px;
	height: calc(100% - 50px);
	color: #ee9eb9;
	font-size: 30px;
	letter-spacing: 6px;
    writing-mode: vertical-rl;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
}
.top-content.c10 dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.top-content.c10 dl.s2{
	margin-bottom: 20px;
}
.top-content.c10 dt{
	position: relative;
	padding-right: 55px;
	width: 22%;
	font-size: 18px;
	font-weight: normal;
}
.top-content.c10 dt:before{
	content: '…';
	position: absolute;
	top: 0;
	right: 22px;
}
.top-content.c10 .s1 dt{
	font-weight: 500;
}
.top-content.c10 .s1 dt:before{
	display: none;
}
.top-content.c10 dd{
	width: 78%;
}
.top-content.c10 dl.s1 dd{
	padding-top: 35px;
}
.top-content.c10 dl.s1 dd div{
	margin-bottom: 20px;
	padding-bottom: 15px;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: linear-gradient(to right, #fff 1px, transparent 1px);
}
.top-content.c10 dl.s1 dd div:last-child{
	margin-bottom: 0;
}
.top-content.c10 dl.s2 dd{
	padding-bottom: 15px;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: linear-gradient(to right, #fff 1px, transparent 1px);
}
.top-content.c10 dd b{
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}
.top-content.c11 {
	position: relative;
	margin-bottom: 110px;
}
.top-content.c11 .text {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
}
.top-content.c11 img {
	width: 100%;
	margin: 30px auto;
}
.top-content.c11:before {
	content: '';
	position: absolute;
	top: 70px;
	left: 50%;
	width: 100%;
	height: 330px;
	max-width: 1000px;
	/* background: url(../img/top-c11-01.jpg) no-repeat center center; */
	background-size: cover;
	border-radius: 10px;
    transform: translateX(-50%);
    z-index: -1;
}
.top-content.c11 h3{
	margin-bottom: 250px;
	color: #111;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.top-content.c11 .inr{
	margin: 0 auto;
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 0 30px 0px rgba(0,0,0,0.1);
}
.top-content.c11 .box{
	width: calc(100% / 3);
}
.top-content.c11 .box:not(:nth-of-type(3n)){
	padding-right: 1px;
    background-size: 1px 3px;
    background-repeat: repeat-y;
    background-position: right bottom;
    background-image: linear-gradient(to top, #C9A7CE, #C9A7CE 1px, transparent 1px, transparent 1px);
}
.top-content.c11 dt{
	padding: 25px 20px;
	color: #111;
	font-size: 20px;
	text-align: center;
	background: #e5d3e5;
}
.top-content.c11 dd{
	padding: 20px;
	padding-bottom: 25px;
	background: #fff;
}
.top-content.c12 {
	position: relative;
	padding-bottom: 150px;
}
.top-content.c12:before{
	content: '';
	position: absolute;
	top: 400px;
	left: 50%;
	width: 100%;
	height: calc(100% - 400px);
	background: url(../img/bg.jpg) 0 0;
    transform: translateX(-260px);
}
.top-content.c12 .wrap{
	position: relative;
}
.top-content.c12 .header{
	margin-bottom: 50px;
	text-align: center;
}
.top-content.c12 h3{
	margin-bottom: 20px;
	color: #231e1d;
	font-size: 30px;
	font-weight: bold;
}
.top-content.c12 .inr{
	gap: 40px 4%;
}
.top-content.c12 .box{
    display: flex;
    flex-flow:column;
    justify-content: space-between;
	padding: 30px;
	padding-bottom: 40px;
	width: 48%;
	background: #fff;
	box-shadow: 0px 0 20px 0px rgba(0,0,0,0.1);
}
.top-content.c12 .u{
	margin-bottom: 25px;
}
.top-content.c12 .u .l{
	width: 140px;
}
.top-content.c12 .u .l img{
	width: 140px;
	height: 140px;
	border-radius: 100%;
}
.top-content.c12 .u .r{
	width: calc(100% - 160px);
}
.top-content.c12 .u .r p{
	margin-bottom: 10px;
}
.top-content.c12 .u .r b{
	display: block;
	color: #231e1d;
	font-size: 30px;
	font-weight: bold;
}
.top-content.c12 .u .r p span{
	display: block;
	padding-left: 25px;
	background: url(../img/icon-school.svg) no-repeat 0 center;
}
.top-content.c12 .u dl{
	display: flex;
	flex-wrap: wrap;
}
.top-content.c12 .u dt{
	font-weight: normal;
}
.top-content.c12 .u dd span{
	font-size: 14px;
}
.top-content.c12 .m{
	margin-bottom: 20px;
}
.top-content.c12 .m dl{
	align-items: center;
	background: #e5d3e5;
	border-top: #e5d3e5 1px solid;
	border-bottom: #e5d3e5 1px solid;
}
.top-content.c12 .m dt{
	width: 130px;
	color: #7d5284;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
}
.top-content.c12 .m dd{
	width: calc(100% - 130px);
	background: #fff;
}
.top-content.c12 .m dd span{
	display: flex;
	justify-content: space-between;
	padding: 8px 10px;
	padding-right: 0;
}
.top-content.c12 .m dd span:not(:last-child){
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: linear-gradient(to right, #C9A7CE 1px, transparent 1px);
}
.top-content.c12 .b{
	position: relative;
}
.top-content.c12 .b dt{
	position: absolute;
	right: 0;
	bottom: -30px;
	color: #a075a7;
	font-weight: normal;
}
.top-content.c12 .b dd{
	position: relative;
	padding: 20px;
	padding-top: 10px;
	line-height: 2.2;
	border: #e5d3e5 2px solid;
	border-radius: 5px;
}
.top-content.c12 .b dd:before{
	content: '';
	position: absolute;
	right: 91px;
	bottom: -24px;
	width: 36px;
	height: 24px;
	background: url(../img/deco04.svg) no-repeat 0 0;
	background-size: 100% auto;
}
.top-content.c12 .b dd span{
    background-size: 9px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: linear-gradient(to right, #ccc 3px, transparent 3px);
}
.top-content.c13 {
	margin-bottom: 145px;
}
.top-content.c13 .header{
	margin-bottom: 80px;
	padding: 60px 0;
	padding-bottom: 50px;
	color: #fff;
	text-align: center;
	background: url(../img/top-header-bg.jpg) no-repeat center center;
	background-size: cover;
}
.top-content.c13 h2{
	margin-bottom: 20px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
}
.top-content.c13 .box:not(:last-child){
	margin-bottom: 110px;
}
.top-content.c13 .box.b1{
	margin-bottom: 140px;
}
.top-content.c13 .upper{
	margin-bottom: 35px;
	text-align: center;
}
.top-content.c13 .b1 .upper{
	margin-bottom: 60px;
}
.top-content.c13 h3{
	margin-bottom: 20px;
	color: #111;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
.top-content.c13 table{
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
}
.top-content.c13 thead th{
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
	background: #dcd5d0;
}
.top-content.c13 .b1 thead th{
	width: 24%;
}
.top-content.c13 .b1 thead th:nth-of-type(1),
.top-content.c13 .b1 thead th:nth-of-type(2){
	width: 26%;
}
.top-content.c13 .b2 thead th:not(:last-child),
.top-content.c13 .b1 thead th:nth-of-type(3){
    background-size: 1px 4px;
    background-repeat: repeat-y;
    background-position: right bottom;
    background-image: linear-gradient(to top, #fff, #fff 1px, transparent 1px, transparent 1px);
}
.top-content.c13 thead th b{
	display: block;
	font-size: 20px;
	font-weight: normal;
}
.top-content.c13 thead th.s1{
	position: relative;
}
.top-content.c13 thead th.s1 span{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 10px;
	width: 100%;
	height: calc(100% + 20px);
	color: #fff;
	font-size: 30px;
	background: linear-gradient(180deg, rgba(237, 158, 186,1) 2.852244389027431%,rgba(236, 158, 186,1) 2.852244389027431%,rgba(203, 166, 204,1) 96.99189526184537%);
}
.top-content.c13 tbody th{
	font-weight: normal;
	background-color: #f3f0ec;
    background-image: linear-gradient(to right, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px),
    linear-gradient(to bottom, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px),
    linear-gradient(to bottom, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px);
    background-size: 4px 1px, 1px 4px, 1px 4px;
    background-position: left bottom, left top, right top;
    background-repeat: repeat-x, repeat-y, repeat-y;
}
.top-content.c13 td{
	padding: 20px 10px;
    background-image: linear-gradient(to right, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px),
    linear-gradient(to bottom, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px);
    background-size: 4px 1px, 1px 4px;
    background-position: left bottom, right top;
    background-repeat: repeat-x, repeat-y;
}
.top-content.c13 td.s1{
	color: #7d5284;
	font-size: 20px;
	font-weight: bold;
	background-color: #feeffe;
}
.top-content.c13 td.s2{
	padding-right: 0;
	padding-left: 0;
	letter-spacing: 0;
}
.top-content.c13 td.s1 span{
	font-size: 16px;
}
.top-content.c13 .b1 .bottom p{
	display: inline-block;
	position: relative;
	margin-left: 45px;
	padding: 15px;
	padding-right: 40px;
	border: #e5d3e5 3px solid;
	border-radius: 7.5px;
}
.top-content.c13 .b1 .bottom p:after,
.top-content.c13 .b1 .bottom p:before{
	content: '';
	position: absolute;
	right: 10px;
	bottom: -15px;
	width: 24px;
	height: 15px;
	background: url(../img/deco03.svg) no-repeat 0 0;
	background-size: 100% auto;
}
.top-content.c13 .b1 .bottom p:after{
	right: -163px;
	bottom: -29px;
	width: 206px;
	height: 180px;
	background: url(../img/top-c13-01.png) no-repeat 0 0;
}
.top-content.c13 h3 span{
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
}
.top-content.c13 .b2 thead th{
	padding: 20px 10px;
	color: #231e1d;
}
.top-content.c13 .b2 thead th:not(:first-child){
	width: 16.8%;
}
.top-content.c13 .b2 tr.s1 td{
	padding: 25px 10px;
	background-color: #ffeef3;
}
.top-content.c13 .b2 tr.s1 strike{
	margin-right: 90px;
	position: relative;
}
.top-content.c13 .b2 tr.s1 strike:before{
	content: '';
	position: absolute;
	top: 50%;
	right: -78px;
	width: 64px;
	height: 13px;
	background: url(../img/icon-arrow07.svg) no-repeat 0 0;
    transform: translateY(-50%);
}
.top-content.c13 .b2 tr.s1 b{
	color: #f92626;
	font-size: 20px;
}
.top-content.c13 .b3 th{
	padding: 20px 10px;
}
.top-content.c13 .b3 table tr:first-child th{
    background-image: linear-gradient(to right, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px),
	linear-gradient(to right, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px),
	linear-gradient(to bottom, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px),
    linear-gradient(to bottom, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px);
    background-size: 4px 1px, 4px 1px, 1px 4px,  1px 4px;
    background-position: left bottom, left top, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
}
.top-content.c13 .b3 td{
	padding: 10px;
	width: 30%;
}
.top-content.c13 .b3 table tr:first-child td{
    background-image: linear-gradient(to right, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px),
	linear-gradient(to right, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px),
    linear-gradient(to bottom, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px);
    background-size: 4px 1px, 4px 1px, 1px 4px;
    background-position: left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y;
}
.top-content.c14 {
	margin-bottom: 150px;
	margin-top: 60px;
}
.top-content.c14 h2{
	margin-bottom: 60px;
	color: #231e1d;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
.top-content.c14 .left{
	width: 45%;
}
.top-content.c14 .right{
    display: flex;
    flex-flow:column;
    justify-content: space-between;
	padding-top: 20px;
	width: 50%;
}
.top-content.c14 .u{
	margin-bottom: 20px;
}
.top-content.c14 dl{
	margin-bottom: 35px;
}
.top-content.c14 dt{
	margin-bottom: 10px;
	font-size: 20px;
}
.top-content.c14 dd{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.top-content.c14 dd span{
	display: inline-block;
	padding: 0 15px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	border-radius: 20px;
}
.top-content.c14 dd .s1{
	color: #d4819d;
	background: #ffeef3;
	border: #ee9eb9 1px solid;
}
.top-content.c14 dd .s2{
	color: #7D5284;
	background: #E5D3E5;
	border: #A075A7 1px solid;
}
.top-content.c14 dd .s3{
	color: #598AB5;
	background: #CAE1F5;
	border: #598AB5 1px solid;
}
.top-content.c14 dd .s4{
	color: #2995A1;
	background: #D1EFF2;
	border: #2995A1 1px solid;
}
.top-content.c14 dd .s5{
	color: #9E745E;
	background: #F2D8CB;
	border: #C59982 1px solid;
}
.top-content.c14 dd .s6{
	color: #7A8E29;
	background: #DFEBB0;
	border: #7A8E29  1px solid;
}
.top-content.c14 dd .s7{
	color: #5868B8;
	background: #D5DAF1;
	border: #5868B8 1px solid;
}
.top-content.c14 dd .s8{
	color: #987660;
	background: #EFDACD;
	border: #987660 1px solid;
}
.top-content.c14 dd .s9{
	color: #575757;
	background: #D6D6D6;
	border: #575757 1px solid;
}
.top-content.c15 {
	margin-bottom: 220px;
}
.top-content.c15 h2{
	margin-bottom: 25px;
	color: #231e1d;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.top-content.c15 iframe{
	width: 100%;
	border: none!important;
}
.top-content.c16 {
	position: relative;
	margin-bottom: 135px;
	padding-top: 50px;
	padding-bottom: 85px;
}
.top-content.c16:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) 0 0;
    transform: translateX(-365px);
    z-index: -1;
}
.top-content.c16 .wrap{
	text-align: center;
}
.top-content.c16 h2{
	display: inline-block;
	position: relative;
	margin-bottom: 45px;
	padding-left: 340px;
	color: #a075a7;
	font-weight: bold;
	font-size: 30px;
}
.top-content.c16 h2:before{
	content: '';
	position: absolute;
	top: -105px;
	left: 0;
	width: 470px;
	height: 165px;
	background: url(../img/top-c16-01.svg) no-repeat 0 0;
}
.top-content.c16 .inr{
	padding-top: 10px;
	background: #fff;
}
.top-content.c16 .left{
	width: 50%;
	overflow: hidden;
}
.top-content.c16 .right{
	padding-top: 35px;
	width: 50%;
}
.top-content.c16 .left>div{
	height: 100%;
}
.top-content.c16 .left iframe{
	height: 100%;
}
.top-content.c16 .right>div{
	padding-left: 45px;
	padding-right: 10px;
	max-width: 700px;
}
.top-content.c16 .u{
	margin-bottom: 35px;
}
.top-content.c16 .image{
	margin-bottom: 15px;
}
.top-content.c16 .image img{
	width: 280px;
}
.top-content.c16 .m{
	margin-bottom: 40px;
}
.top-content.c16 dl:not(:last-child){
	margin-bottom: 15px;
}
.top-content.c16 dt{
	margin-bottom: 2px;
	padding-left: 20px;
	font-size: 18px;
	background: url(../img/icon-train.svg) no-repeat 0 center;
}
.top-content.c16 dd{
	padding-left: 50px;
	background: url(../img/line.svg) no-repeat 30px 0;
}
.top-content.c16 .b{
	gap: 30px 0;
	padding-bottom: 45px;
}
.tel-s1 a,
.top-content.c16 a{
	display: block;
	position: relative;
	height: 100px;
	line-height: 1.3;
	border: #e5d3e5 6px solid;
	border-radius: 4px;
}
.tel-s1 a{
	padding-top: 10px;
	padding-left: 30px;
	width: 316px;
	color: #231e1d;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	background: url(../img/icon-phone02.svg) no-repeat 8px 21px;
}
.top-content.c16 .form a:before,
.tel-s1 a:before{
	content: '';
	position: absolute;
	right: -3px;
	bottom: -6px;
	width: 97px;
	height: 123px;
	background: url(../img/top-c16-03.png) no-repeat 0 0;
	background-size: 100% auto;
}
.top-content.c16 .form a:before{
	right: 10px;
	width: 104px;
	height: 125px;
	background: url(../img/top-c16-04.png) no-repeat 0 0;
	background-size: 100% auto;
}
.tel-s1 b{
	display: block;
	color: #c9a7ce;
	font-size: 25px;
	font-weight: bold;
}
.top-content.c16 .form a{
	padding-top: 15px;
	padding-left: 46px;
	width: 300px;
	color: #c9a7ce;
	font-size: 20px;
	font-weight: bold;
	background: url(../img/icon-mail.svg) no-repeat 16px 21px;
}
.top-content.c17 {
	margin-bottom: 85px;
	color: #231e1d;
}
.top-content.c17 h2{
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.top-content.c17 h2:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: linear-gradient(90deg, rgba(236, 158, 185,1) 20.097432631854865%,rgba(236, 158, 185,1) 21.871914341332705%,rgba(203, 167, 206,1) 80.0799864846607%);
    transform: translateX(-50%);
}
.top-content.c17 .inr{
	margin: 0 auto;
	width: 790px;
}
.top-content.c17 dl{
	border-bottom: #E5E5E5 1px solid;
	cursor: pointer;
}
.top-content.c17 dt{
	position: relative;
	padding: 30px 50px;
	padding-left: 55px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	background: url(../img/q.svg) no-repeat 0 23px;
}
.top-content.c17 dt:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	width: 12px;
	height: 8px;
	background: url(../img/icon-arrow05.svg) no-repeat 0 0;
    transform: translateY(-50%);
}
.top-content.c17 dl.open dt:before{
	background: url(../img/icon-arrow08.svg) no-repeat 0 0;
}
.top-content.c17 dd{
	display: none;
	position: relative;
	padding: 15px 0 15px 55px;
	background: url(../img/a.svg) no-repeat 0 12px;
}
.top-content.c17 dd:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 55px);
	height: 1px;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: linear-gradient(to right, #638AAC 1px, transparent 1px);
}
.top-content.c18 .wrap-inr{
	margin: 0 auto;
	padding: 50px 15px 70px 15px;
	max-width: 900px;
	border: #E5D3E5 10px solid;
}
.top-content.c18 .header {
	margin-bottom: 80px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
}
.top-content.c18 .header p{
	margin-bottom: 55px;
}
.top-content.c18 .header .tel-s1 a{
	margin: 0 auto;
	background: url(../img/icon-phone.svg) no-repeat 4px 17px;
	border-color: #729589;
}
.top-content.c18 .header .tel-s1 b{
	color: #729589;
}
select,
textarea,
[type="password"],
[type="email"],
[type="number"],
[type="text"]{
	padding: 10px;
	width: 100%;
	border: #CCCCCC 1px solid;
	border-radius: 3px;
	box-shadow: none;
	-webkit-appearance: none;
}
[type="checkbox"]{
	margin-right: 5px;
}
input.short{
	max-width: 400px;
}
input.medium{
	max-width: 555px;
}
input.medium.long{
	max-width: 600px;
}
textarea{
	min-height: 200px;
	font-size: 15px;
}
select {
	width: 100%;
}
::placeholder {
  color: #aaa;
}
[type="submit"]{
	border: none;
	box-shadow: none;
}
.top-content.c18 .form-content{
	margin: 0 auto;
	max-width: 520px;
}
.form-content dl{
	margin-bottom: 30px;
	line-height: 1.8;
}
.form-content dl.s1{
	margin-bottom: 55px;
}
.form-content dt{
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
}
.form-content dt:before{
	content: '任意';
	position: absolute;
	top: 5px;
	right: -40px;
	width: 34px;
	height: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
	background: #C1D8EC;
	border-radius: 3px;
}
.form-content dt.req:before{
	content: '必須';
	background: #E26468;
}
.form-content dl.s1 dd div{
	margin-bottom: 20px;
	align-items: center;
}
.form-content dl.s1 dd span{
	width: 110px;
}
.form-content dl.s1 select{
	width: 354px;
}
.form-content .bottom .u{
	margin-bottom: 50px;
	padding: 8px 15px;
	background: #F1F8FE;
	border: #CCCCCC 1px solid;
	border-radius: 3px;
}
.form-content .bottom .u [type="checkbox"]{
	border: #CCCCCC 1px solid;
}
.form-content .bottom .u a{
	text-decoration: underline;
}
.form-content .g-recaptcha {
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
}
.form-content .submit {
	text-align: center;
}
.form-content .submit input{
	width: 184px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 2px;
	background: #C9A7CE;
	border-bottom: #b68cbc 3px solid;
	border-radius: 5px;
	box-shadow: 0px 0 14px 0px rgba(0,0,0,0.16);
}
}
@media screen and (max-width:1250px) {
	.top-content.c07 .left{
		width: calc(100% - 550px);
	}
	.top-content.c07 .right{
		width: 550px;
	}
	.top-content.c07 .right>div {
	    padding-left: 10%;
	    padding-right: 10px;
	    width: 100%;
	}
}

@media screen and (max-width:1100px) {
	.top-content.c05:before {
		left: 380px;
    	transform: translateX(0);
	}
	.top-content.c05 .left{
		width: 600px;
	}
	.top-content.c05 .right{
		width: calc(100% - 600px);
	}
	.top-content.c05 .left>div{
		padding-right: 10px;
		width: 100%;
	}
}

@media screen and (max-width:1000px) {
	.top-content.c08 .left{
		width: 500px;
	}
	.top-content.c08 .right{
		width: calc(100% - 500px);
	}
}

@media screen and (max-width:820px) {
	.top-mv {
	    margin-bottom: 0;
	}
	.top-content.c03 .upper th{
		font-weight: 500;
	}
	.top-content.c03 .upper th i{
		margin-right: 15px;
	}
	.top-content.c03 .upper td span{
		float: right;
	}
	.top-content.c04 h3 {
	    font-size: 32px;
	}
	.top-content.c05:before {
		display: none;
	}
	.top-content.c05 .left{
		position: relative;
		width: 100%;
		text-align: center;
	}
	.top-content.c05 .right{
		width: 100%;
		z-index: 10;
	}
	.top-content.c05 .left:before {
		content: '';
		position: absolute;
		right: -25px;
		bottom: -40px;
		width: 220px;
		height: 220px;
		background: url(../img/top-c05-02.png) no-repeat 0 0;
		background-size: 100% auto;
		z-index: 10;
	}
	.top-content.c05 .left>div{
		display: inline-block;
		padding: 0 15px;
		width: auto;
		text-align: left;
	}
	.top-content.c05 .right img {
	    position: static;
	    width: 100%;
	    height: auto;
	}
	.top-content.c06 .bottom {
	    font-size: 26px;
	}
	.top-content.c07 .left,
	.top-content.c07 .right{
		width: 100%;
	}
	.top-content.c07 .right>div {
		padding: 0 15px;
	}
	.top-content.c07 .left img {
	    position: static;
	    width: 100%;
	    height: auto;
	}
	.top-content.c08 .left{
		margin-bottom: 40px;
		width: 100%;
	}
	.top-content.c08 .upper .right{
		margin: 0 auto;
		width: 80%;
	}
	.top-content.c08 .bottom .left{
		order: 1;
	}
	.top-content.c08 .bottom .right{
		margin-bottom: 25px;
		width: 100%;
	}
	.top-content.c09 {
		position: relative;
	    padding: 110px 0;
	    padding-bottom: 85vw;
	    background: #F8F6EF;
	}
	.top-content.c09:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 80vw;
	    background: url(../img/top-c09-bg-sp.jpg) no-repeat center 0;
	    background-size: cover;
	}
	.top-content.c10 dt{
		position: relative;
		width: 200px;
	}
	.top-content.c10 dd{
		width: 100%;
	}
	.top-content.c11 .box{
		width: 50%;
	}
	.top-content.c11 .box:not(:nth-of-type(3n)){
		padding-right: 0;
		background: none;
	}
	.top-content.c11 .box:nth-of-type(odd){
		padding-right: 1px;
	    background-size: 1px 3px;
	    background-repeat: repeat-y;
	    background-position: right bottom;
	    background-image: linear-gradient(to top, #C9A7CE, #C9A7CE 1px, transparent 1px, transparent 1px);
	}
	.top-content.c12 .box {
	    width: 100%;
	}
	.top-content.c16 .left{
		width: 100%;
	}
	.top-content.c16 .right{
		padding-top: 35px;
		width: 100%;
	}
	.top-content.c16 .left>div {
	    height: 75vw;
	}
	.top-content.c17 .inr{
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.top-mv{
		margin-bottom: 8vw;
	}
	/* .swiper-wrapper img,
	.swiper-wrapper{
		height: 80vh!important;
	} */
	.swiper-wrapper img{
		width: 100%;
		object-fit: cover;
		object-position: 50% bottom;
	}
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
	#form-btn{
		position: static;
		margin: 20px 0;
		padding: 0 15px;
		text-align: center;
	}
	#form-btn a{
		display: inline-block;
	}
    #form-btn {
        margin: 20px 0;
        margin-bottom: 30px;
    }
	.top-news {
	    margin-bottom: 27vw;
	}
	.top-news h2{
		margin-bottom: 35px;
	}
	.top-news .inr{
		padding: 0;
		box-shadow: none;
	}
	.top-news .left{
		width: 100%;
	}
	.top-news .right{
		padding-right: 0;
		width: 100%;
	}
	.top-news li{
		margin-bottom: 20px;
		padding-bottom: 20px;
	    background-size: 4px 1px;
	    background-repeat: repeat-x;
	    background-position: left bottom;
	    background-image: linear-gradient(to right, #C9A7CE 1px, transparent 1px);
	}
	.top-news a{
	    -webkit-line-clamp: 3;
	}
	.top-news .date{
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
		width: auto;
	}
	.top-news .date:before{
		display: none;
	}
	.top-content.c01 .wrap:before{
		left: 90px;
	}
	.top-content.c01 h2{
		margin-bottom: 16vw;
		font-size: 25px;
	}
	.top-content.c01 h2:before{
		top: -130px;
		left: 50%;
		width: 58%;
		height: 40vw;
		background: url(../img/top-c01-01-sp.svg) no-repeat 0 0;
		background-size: 100% auto;
	    transform: translateX(-50%);
	}
	.top-content.c01 .upper{
		margin-bottom: 40px;
	}
	.top-content.c01 .left{
		padding-top: 0;
		width: 41%;
	}
	.top-content.c01 .right{
		position: relative;
		padding: 20px 10px;
		padding-bottom: 30px;
		width: 100%;
		letter-spacing: 0.02em;
	}
	.top-content.c01 .upper h3{
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 0;
		width: 55%;
		font-size: 18px;
	    transform: translateY(-100%);
	}
	.top-content.c01 .bottom {
	    margin-top: 0;
	    text-align: right;
	}
	.top-content.c01 .inr-inr {
	    display: block;
	    margin: 0 -15px;
	    padding: 25px 15px;
	    padding-bottom: 35px;
	    width: calc(100% + 30px);
	    border-radius: 0;
	}
	.top-content.c01 .bottom h3{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.top-content.c01 .bottom h3 span{
		padding: 0 10px;
		height: 35px;
		line-height: 35px;
	}
	.top-content.c01 .bottom h3 span:after,
	.top-content.c01 .bottom h3 span:before{
		left: -21px;
		width: 18px;
		height: 23px;
		background: url(../img/deco.svg) no-repeat center center;
		background-size: 100% auto;
	}
	.top-content.c01 .bottom h3 span:after{
		left: auto;
		right: -21px;
		background: url(../img/deco02.svg) no-repeat center center;
		background-size: 100% auto;
	}
	.top-content.c01 ul{
		padding: 0;
	}
	.top-content.c01 li{
		margin-bottom: 20px;
		padding-left: 22px;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.5;
		background: url(../img/icon-check.svg) no-repeat 0 center;
	}
	.top-content.c02 {
		/* position: relative;
		margin-top: 0;
		margin-bottom: 18vw; */
		padding-top: 100px;
	}
	.top-content.c02:after,
	.top-content.c02:before {
		height: 130px;
		background: url(../img/top-c02-bg-sp-2.jpg) no-repeat center center;
		background-size: cover;
	}
	.top-content.c02:after{
		top: 130px;
		height: 425px;
		background: linear-gradient(90deg, rgba(238, 158, 185,1) 20.014852297188035%,rgba(237, 158, 185,1) 20.014852297188035%,rgba(214, 168, 202,1) 80.01485456334481%);
	}
	.top-content.c02 .wrap{
		margin-top: -120px;
	}
	.top-content.c02 h2{
		margin-bottom: 25px;
		font-size: 25px;
	}
	.top-content.c02 h2 span{
		font-size: 140px;
	}
	.top-content.c02 .upper{
		padding: 20px;
	}
	.top-content.c02 .upper .image,
	.top-content.c02 .upper dl{
		width: 100%;
	}
	.top-content.c02 .upper{
		gap: 30px;
	}
	.top-content.c02 .upper .image{
		text-align: center;
	}
	.top-content.c02 .upper .image img{
		width: 66%;
	}
	.top-content.c02 .upper dt{
		margin-bottom: 25px;
		font-size: 20px;
	}
	.top-content.c02 .upper dt span{
		margin-top: -5px;
		margin-left: 20px;
		font-size: 20px;
	}
	.top-content.c02 .upper dd{
		font-size: 16px;
	}
	.top-content.c02 .middle{
		margin-bottom: 18vw;
	}
	.top-content.c02 .middle .box{
		position: relative;
		width: 100%;
	}
	.top-content.c02 .middle .image{
		margin-bottom: 20px;
		width: 50%;
	}
	.top-content.c02 .middle dt{
		position: absolute;
		top: 18vw;
		right: 0;
		width: 43.5%;
		font-size: 18px;
		text-align: left;
	}
	.top-content.c02 .middle dt span{
		margin-top: 2px;
		font-size: 18px;
	}
	.top-content.c02 .bottom {
		padding: 0;
		background: #fff;
		border-radius: 0;
	}
	.top-content.c02 .bottom .box{
		position: relative;
		padding: 0;
	}
	.top-content.c02 .bottom .image{
		margin-bottom: 20px;
		width: 100%;
	}
	.top-content.c02 .bottom .image img.s1{
		width: 50%;
	}
	.top-content.c02 .bottom .image p{
		margin-bottom: 20px;
	}
	.top-content.c02 .bottom .box>dl{
		width: 100%;
	}
	.top-content.c02 .bottom .box>dl>dt{
		display: block;
		position: absolute;
		top: 16vw;
		right: 0;
		width: 43.5%;
		font-size: 18px;
	}
	.top-content.c02 .bottom dt span{
		display: block;
		margin-top: 0;
		margin-left: 0;
		font-size: 18px;
	}
	.top-content.c02 .bottom dd dt{
		letter-spacing: 0.1em;
	}
	.top-content.c02 .bottom dd dd{
		font-size: 15px;
	}
	.top-content.c03 {
	    padding-bottom: 20vw;
	}
	.top-content.c03:before {
	    right: 0;
	    transform: translateX(0);
	}
	.top-content.c13 .header,
	.top-content.c03 .header {
		background: url(../img/top-header-bg-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.top-content.c03 .header {
	    margin-bottom: 25px;
	    padding: 60px 15px;
	}
	.top-content.c03 .header p.s1{
		font-size: 13px;
	}
	.top-content.c03 .header p.s1 b{
		display: block;
		margin-bottom: 10px;
		font-size: 25px;
	}
	.top-content.c03 .header p.s1 span{
		display: block;
		position: static;
	}
	.top-content.c03 .header p.s2{
		margin-bottom: 20px;
		font-size: 25px;
		font-weight: 500;
	}
	.top-content.c03 .upper {
	    margin-bottom: 22vw;
	}
	.top-content.c03 .upper tbody{
		display: block;
		margin-bottom: 20px;
	}
	.top-content.c03 .upper tbody tr{
		display: block;
	}
	.top-content.c03 .upper th{
		padding: 8px;
		font-size: 15px;
	}
	.top-content.c03 .upper td{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 8px;
		font-size: 13px;
		letter-spacing: 0;
	}
	.top-content.c03 .upper td:first-child{
	    background-image: linear-gradient(to right, #EE9EB9, #EE9EB9 1px, transparent 1px, transparent 1px);
	    background-size: 4px 1px;
	    background-position: left bottom;
	    background-repeat: repeat-x;
	}
	.top-content.c03 .upper td span{
		font-size: 15px;
	}
	.top-content.c03 .upper ul{
		margin-bottom: 25px;
	}
	.top-content.c03 .bottom h2{
		margin-bottom: 40px;
		font-size: 25px;
	}
	.top-content.c03 .bottom .u {
	    gap: 24vw 4%;
	}
	.top-content.c03 .bottom .u .box:first-child,
	.top-content.c03 .bottom .u .box{
		position: relative;
		width: 100%;
	}
	.top-content.c03 .bottom .u .box:before{
		content: '';
		position: absolute;
		left: 0;
		bottom: -15vw;
		width: 100%;
		height: 15px;
		background: url(../img/icon-arrow11.svg) no-repeat center center;
	}
	.top-content.c03 .bottom .image {
	    margin-bottom: 15px;
	}
	.top-content.c03 .bottom dt{
		margin-bottom: 10px;
		font-size: 17px;
	}
	.top-content.c03 .bottom dt span{
		margin-bottom: 5px;
	}
	.top-content.c03 .bottom dd{
		font-size: 16px;
	}
	.top-content.c03 .bottom .b p.s1 {
		margin-top: 20px;
	    margin-bottom: 30px;
	    padding-bottom: 10px;
	    min-height: 130px;
	    font-size: 17px;
	    line-height: 1.5;
	    background: url(../img/top-c03-05.jpg) no-repeat center bottom;
	    background-size: 100% auto;
	}
	.top-content.c03 .bottom .b .box{
		border: #e5d3e5 10px solid;
	}
	.top-content.c03 .bottom .left{
		width: 100%;
	}
	.top-content.c03 .bottom .right{
		padding: 10px 15px;
		width: 100%;
	}
    .top-content.c03 .bottom .b dd {
        font-size: 15px;
        letter-spacing: 0.02em;
    }
	.top-content.c04 {
		padding-bottom: 14vw;
		background: url(../img/top-c04-bg-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.top-content.c04 h2{
		margin-bottom: 45px;
	}
	.top-content.c04 .image{
		margin-bottom: 30px;
	}
	.top-content.c04 h2 img.sp {
		display: inline;
		margin-top: -50px;
		margin-left: -10%;
		width: 110%!important;
		max-width: none;
	}
	.top-content.c04 .text{
		font-size: 15px;
		font-weight: normal;
	}
	.top-content.c04 .text p{
		letter-spacing: 0;
	}
	.top-content.c04 .text p:not(:last-child){
		margin-bottom: 30px;
	}
	.top-content.c04 h3{
		margin-bottom: 20px;
		font-size: 25px;
		text-align: left;
	}
	.top-content.c04 h3 span{
		display: inline-block;
		position: relative;
		margin-bottom: 3px;
		padding-bottom: 8px;
		line-height: 1.2;
	}
	.top-content.c04 h3 span:before{
		height: 2px;
	}
	.top-content.c05 .left {
	    padding-top: 18vw;
	}
    .top-content.c05 .left:before {
        width: 200px;
        height: 205px;
    }
    .top-content.c05 .left>div {
    	display: block;
        padding: 0 15px;
    }
	.top-content.c05 h3{
		margin-bottom: 25px;
		font-size: 25px;
		line-height: 1.4;
		letter-spacing: 0.1em;
	}
	.top-content.c05 li{
		padding-left: 20px;
		font-size: 15px;
		font-weight: normal;
		line-height: 1.3;
		background: url(../img/icon-check02.svg) no-repeat 0 center;
		background-size: 16px auto;
	}
	.top-content.c06 {
		padding-top: 16vw;
		padding-bottom: 14vw;
		background: linear-gradient(180deg, rgba(235, 162, 190,1) 2.1864395306575166%,rgba(235, 162, 190,1) 3.749965230756071%,rgba(206, 167, 204,1) 95.99798750094803%);
	}
	.top-content.c06 h3{
		margin-bottom: 15vw;
		font-size: 25px;
	}
	.top-content.c06 .upper:before {
		top: 23px;
		width: 8px;
		height: 8px;
		background: url(../img/icon-cross.svg) no-repeat center center;
	}
	.top-content.c06 .upper .box{
		width: 46.5%;
		font-size: 13px;
		letter-spacing: 0;
	}
	.top-content.c06 .middle {
	    margin-bottom: 10vw;
	}
	.top-content.c06 .middle dt{
		padding: 15px;
		font-size: 15px;
	}
	.top-content.c06 .middle dd{
		padding: 15px;
		font-size: 15px;
		font-weight: normal;
	}
	.top-content.c06 .middle ul {
	    justify-content: flex-start;
	    gap: 10px;
	}
	.top-content.c06 .middle li{
		padding-left: 18px;
		background: url(../img/icon-check02.svg) no-repeat 0 center;
		background-size: 15px auto;
	}
    .top-content.c06 .bottom {
        font-size: 17px;
    }
	.top-content.c07 {
	    margin-bottom: 18vw;
	}
	.top-content.c07 .right {
	    padding: 10vw 0;
	}
	.top-content.c07 h3 {
		margin-bottom: 20px;
	    font-size: 25px;
	}
	.top-content.c08 {
	    margin-bottom: 5vw;
	}
	.top-content.c08 .upper {
	    margin-bottom: 22vw;
	}
	.top-content.c08 h3 {
	    margin-bottom: 14vw;
	    font-size: 25px;
	    line-height: 1.7;
	}
	.top-content.c08 h3 span{
		display: inline-block;
		margin-left: -0.5em;
		font-size: 35px;
	}
	.top-content.c08 .upper dd{
		font-size: 16px;
	}
	.top-content.c08 .image{
		gap: 0;
	}
	.top-content.c08 .image figure {
	    width: 50%;
	}
	.top-content.c08 .image figure img{
		width: 100%;
	}
	.top-content.c08 figcaption {
	    margin-top: 10px;
	    font-size: 16px;
	}
    .top-content.c08 .upper .right {
        margin: 0;
        width: 95%;
    }
	.top-content.c08 .upper .right:before{
		top: 20px;
		right: -20px;
	}
	.top-content.c08 .bottom h3 {
	    margin-bottom: 10vw;
	}
	.top-content.c08 .bottom figcaption {
	    font-size: 13px;
	    line-height: 1.4;
	}
    .top-content.c09 {
    	padding-top: 13vw;
    }
	.top-content.c09 .upper {
	    margin-bottom: 8vw;
	}
	.top-content.c09 h3{
		margin-bottom: 8vw;
		font-size: 25px;
	}
	.top-content.c09 dl:not(:last-child) {
	    margin-bottom: 7vw;
	}
	.top-content.c10 {
		margin-bottom: 10vw;
		padding-top: 23vw;
		padding-bottom: 7vw;
		background: url(../img/top-c10-bg-sp.jpg) no-repeat center bottom;
		background-size: cover;
	}
	.top-content.c10 .inr {
	    padding-left: 35px;
	}
	.top-content.c10 h3 {
	    margin-bottom: 12vw;
	}
	.top-content.c10 p.s1 {
	    font-size: 15px;
	}
	.top-content.c10 dl{
		margin-bottom: 35px;
	}
	.top-content.c10 dl.s2 {
	    margin-bottom: 53px;
	}
	.top-content.c10 dt {
		margin-bottom: 12px;
		padding-right: 20px;
		width: 125px;
	    font-size: 13px;
	}
    .top-content.c10 dl.s3 dt{
    	margin-bottom: 33px;
    }
	.top-content.c10 dl.s1 dd {
	    padding-top: 10px;
	}
	.top-content.c10 dd b {
	    display: block;
	    margin-bottom: 15px;
	    font-size: 17px;
	}
	.top-content.c11 {
	    margin-bottom: 12vw;
	}
	.top-content.c11 .text {
		font-size: 18px;
	}
	.top-content.c11:before {
		top: 70px;
		height: 180px;
		/* background: url(../img/top-c11-01-sp.jpg) no-repeat center center; */
		background-size: cover;
		border-radius: 0;
	}
	.top-content.c11 h3 {
	    margin-bottom: 265px;
	    font-size: 20px;
	    letter-spacing: 0.02em;
	}
	.top-content.c11 .inr {
	    box-shadow: none;
	}
    .top-content.c11 .box {
        width: 100%;
    }
    .top-content.c11 .box:nth-of-type(odd) {
    	padding: 0;
    	background: none;
    }
	.top-content.c11 dt {
	    padding: 10px;
	    font-size: 17px;
	}
	.top-content.c11 dd {
	    padding: 10px 0;
	    padding-bottom: 25px;
	}
	.top-content.c12 {
	    padding-bottom: 14vw;
	}
	.top-content.c12:before {
		display: none;
	}
	.top-content.c12 .header {
	    margin-bottom: 8vw;
	}
	.top-content.c12 h3 {
	    margin-bottom: 20px;
	    font-size: 25px;
	}
	.top-content.c12 .inr {
	    gap: 20px 0;
	}
	.top-content.c12 .box {
	    padding: 20px 10px 30px 10px;
	}
	.top-content.c12 .u {
	    margin-bottom: 15px;
	}
	.top-content.c12 .u .l{
		width: 80px;
	}
	.top-content.c12 .u .l img{
		width: 80px;
		height: 80px;
	}
	.top-content.c12 .u .r{
		width: calc(100% - 100px);
	}
	.top-content.c12 .u .r b{
		display: block;
		margin-bottom: 5px;
		color: #231e1d;
		font-size: 17px;
		font-weight: bold;
	}
	.top-content.c12 .u .r p span{
		padding-left: 20px;
		font-size: 13px;
		background: url(../img/icon-school.svg) no-repeat 0 center;
		background-size: 13px auto;
	}
	.top-content.c12 .u dl {
		font-size: 13px;
		line-height: 1.4;
	}
	.top-content.c12 .u dd span{
		font-size: 11px;
	}
	.top-content.c12 .m dt{
		width: 95px;
		font-size: 13px;
		letter-spacing: 1.5px;
	}
	.top-content.c12 .m dd{
		width: calc(100% - 95px);
		font-size: 13px;
	}
	.top-content.c12 .m dd span{
		display: flex;
		justify-content: space-between;
		padding: 3px 10px;
		padding-right: 0;
	}
	.top-content.c12 .b dt {
	    bottom: -24px;
	    font-size: 11px;
	}
	.top-content.c12 .b dd {
	    padding: 5px 10px;
	}
	.top-content.c12 .b dd:before {
		right: 64px;
	    width: 26px;
	}
	.top-content.c13 {
	    margin-bottom: 26vw;
	}
	.top-content.c13 .header{
		margin-bottom: 13vw;
		padding: 10vw 15px;
		padding-bottom: 12vw;
	}
	.top-content.c13 h2{
		margin-bottom: 20px;
		font-size: 25px;
	}
	.top-content.c13 .box:not(:last-child) {
	    margin-bottom: 22vw;
	}
	.top-content.c13 .box.b1 {
	    margin-bottom: 32vw;
	}
	.top-content.c13 .b1 .upper {
	    margin-bottom: 8vw;
	}
	.top-content.c13 h3 {
	    margin-bottom: 20px;
	    font-size: 25px;
	    line-height: 1.6;
	}
	.wide-content-wrap{
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}
	.wide-content-wrap::-webkit-scrollbar {
	  display: none;
	}
	.top-content.c13 .b1 .wide-content-inr{
		padding-top: 20px;
		width: 590px;
	}
	.top-content.c13 .b1 thead th:nth-of-type(1){
		width: auto;
	}
	.top-content.c13 .b1 thead th:nth-of-type(2){
		width: 32%;
	}
	.top-content.c13 .b1 thead th:nth-of-type(3),
	.top-content.c13 .b1 thead th:nth-of-type(4){
		width: 26%;
	}
	.top-content.c13 thead th{
		font-size: 13px;
	}
	.top-content.c13 thead th b{
		font-size: 17px;
	}
	.top-content.c13 thead th.s1 span{
		font-size: 25px;
	}
	.top-content.c13 tbody th{
		font-size: 13px;
	}
	.top-content.c13 td.s1 span,
	.top-content.c13 td.s1{
		font-size: 17px;
	}
	.top-content.c13 td.s1 i{
		font-size: 15px;
	}
	.top-content.c13 .b1 .bottom p {
	    margin-left: 0;
	    padding: 15px;
	    padding-right: 20px;
	}
	.top-content.c13 .b1 .bottom p:before{
		right: -18px;
		bottom: 30px;
		width: 18px;
		height: 12px;
		background: url(../img/deco05.svg) no-repeat 0 0;
		background-size: 100% auto;
	}
	.top-content.c13 .b1 .bottom p:after{
		right: -156px;
		bottom: -71px;
	}
	.top-content.c13 .b2 .wide-content-inr{
		width: 530px;
	}
	.top-content.c13 .b2 thead th:not(:first-child){
		width: 17.2%;
	}
	.top-content.c13 .b2 thead th{
		font-size: 15px;
	}
	.top-content.c13 .b2 tr.s2 td,
	.top-content.c13 .b2 tr.s1 td{
		padding-left: 20px;
		text-align: left;
	}
	.top-content.c13 .b2 tr.s1 b{
		font-size: 17px;
	}
	.top-content.c13 .b2 .bottom{
		font-size: 13px;
	}
	.top-content.c13 .b3 h3 i{
		font-size: 20px;
	}
	.top-content.c13 .b3 td{
		padding: 15px 10px;
	}
	.top-content.c13 .b3 table tr:first-child th,
	.top-content.c13 .b3 th,
	.top-content.c13 .b3 td{
		font-size: 15px;
		background: none;
	}
	.top-content.c13 .b3 table tr:first-child th,
	.top-content.c13 .b3 th{
		background-color: #f3f0ec;
	    background-image: linear-gradient(to right, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px);
	    background-size: 4px 1px;
	    background-position: left bottom;
	    background-repeat: repeat-x;
	}
	.top-content.c13 .b3 td{
	    background-image: linear-gradient(to right, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px),
	    linear-gradient(to bottom, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px);
	    background-size: 4px 1px, 1px 4px;
	    background-position: left bottom, right top;
	    background-repeat: repeat-x, repeat-y;
	}
	.top-content.c13 .b3 td:first-child{
	    background-image: linear-gradient(to right, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px),
	    linear-gradient(to bottom, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px),
	    linear-gradient(to bottom, #9C8E8D, #9C8E8D 1px, transparent 1px, transparent 1px);
	    background-size: 4px 1px, 1px 4px, 1px 4px;
	    background-position: left bottom, right top, left top;
	    background-repeat: repeat-x, repeat-y, repeat-y;
	}
	.top-content.c14 {
	    margin-bottom: 20vw;
	}
	.top-content.c14 h2 {
	    margin-bottom: 8vw;
	    font-size: 25px;
	}
	.top-content.c14 .left{
		margin: 0 -15px;
		margin-bottom: 5vw;
		width: calc(100% + 30px);
	}
	.top-content.c14 .right{
		padding-top: 0;
		width: 100%;
	}
	.top-content.c14 dl {
	    margin-bottom: 12vw;
	}
	.top-content.c14 dl:last-child {
	    margin-bottom: 0;
	}
	.top-content.c14 dt{
		font-size: 17px;
	}
	.top-content.c14 dd span{
		padding: 0 12px;
		height: 31px;
		font-size: 13px;
		line-height: 29px;
	}
	.top-content.c14 .b{
		font-size: 13px;
	}
	.top-content.c15 {
	    margin-bottom: 24vw;
	}
	.top-content.c15 h2 {
	    font-size: 25px;
	}
	.top-content.c15 .wide-content-inr{
		width: 1000px;
	}
	.top-content.c16 {
	    margin-bottom: 26vw;
	    padding-bottom: 18vw;
	}
	.top-content.c16:before {
	    top: auto;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    height: 490px;
	    transform: translateX(0);
	}
	.top-content.c16 h2 {
	    display: block;
	    margin-bottom: 15vw;
	    padding: 0;
	    padding-right: 30px;
	    font-size: 25px;
	    text-align: right;
	}
	.top-content.c16 h2:before {
	    top: -65px;
	    left: -20px;
	    width: 290px;
	    height: 120px;
	    background: url(../img/top-c16-01.svg) no-repeat 0 0;
	    background-size: 100% auto;
	}
	.top-content.c16 .inr {
	    background: none;
	}
    .top-content.c16 .right {
    	margin: 0 15px;
        padding-top: 45px;
        background: #fff;
    }
	.top-content.c16 .right>div {
		padding: 0;
	}
	.top-content.c16 .left{
		height: 250px;
	}
	.top-content.c16 .image {
	    margin-bottom: 25px;
	    text-align: center;
	}
	.top-content.c16 .u {
	    margin-bottom: 20px;
	    font-size: 13px;
	}
	.top-content.c16 dt {
	    font-size: 17px;
	}
	.top-content.c16 .m {
	    margin-bottom: 45px;
	    padding-left: 17px;
	}
	.top-content.c16 .b {
	    gap: 25px 0;
	    margin: 0 auto;
	    width: 310px;
	}
	.top-content.c16 .b .box{
		width: 100%;
	}
	.top-content.c16 .b .tel{
		order: 2;
	}
	.top-content.c16 .b a {
		display: block;
	    width: 100%;
	}
	.top-content.c17 {
	    margin-bottom: 19vw;
	}
	.top-content.c17 h2 {
	    margin-bottom: 12vw;
	    font-size: 25px;
	}
	.top-content.c17 dt{
		padding: 15px 30px;
		padding-left: 40px;
		font-size: 15px;
		line-height: 1.6;
		background: url(../img/q.svg) no-repeat 0 center;
		background-size: 30px auto;
	}
	.top-content.c17 dt:before{
		right: 0;
	}
	.top-content.c17 dd{
		padding: 15px 0 15px 55px;
		background: url(../img/a.svg) no-repeat 0 12px;
		background-size: 30px auto;
	}
	.top-content.c18 .wrap{
		padding: 0;
	}
	.top-content.c18 .wrap-inr {
	    padding: 20px 20px 50px 20px;
	    border: #E5D3E5 6px solid;
	}
	.top-content.c18 .header {
		margin-bottom: 12vw;
	    font-size: 17px;
	}
	.top-content.c18 .header .tel-s1 b{
		letter-spacing: 0.02em;
	}
	.form-content dl:last-child {
	    margin-bottom: 15px;
	}
	.form-content .bottom .u {
	    margin-bottom: 10vw;
	}
	.form-content .bottom .u label{
		display: flex;
		align-items: center;
		gap: 15px;
	}
}

/*フッター*/
#footer {
	position: relative;
	padding-top: 350px;
	padding-bottom: 15px;
	color: #fff;
	background: #9C8E8D;
}
#footer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 280px;
	background: url(../img/footer-bg.jpg) no-repeat center 0;
	background-size: cover;
	opacity: 0.2;
}
#footer a{
	color: #fff;
}
#footer #finr{
	position: relative;
}
#footer .inr{
	margin-bottom: 70px;
}
#footer .left{
	padding-left: 25px;
	width: 26%;
}
#footer .right{
	padding-top: 60px;
	padding-right: 45px;
}
#footer .logo{
	margin-bottom: 20px;
	width: 150px;
}
#footer .address{
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.6;
}
#footer .sns{
	display: flex;
	gap: 15px;
}
#footer .sns span{
	display: block;
	height: 19px;
}
#footer .sns span img{
	height: 100%;
}
#footer .menu{
	display: flex;
	flex-wrap: wrap;
	gap: 50px 140px;
}
#footer .menu li{
	margin-bottom: 8px;
}
#footer .menu li a{
	display: block;
	padding-left: 13px;
	background: url(../img/icon-arrow02.svg) no-repeat 0 center;
	background-size: 4px auto;
}
#footer .copyright{
	font-size: 12px;
	text-align: center;
}
#footer .copyright span{
	display: inline-block;
	padding: 0 35px;
	height: 30px;
	line-height: 30px;
	background: #857A79;
	border-radius: 15px;
}
#footer .pagetop a{
	position: absolute;
	top: -100px;
	right: 20px;
	padding-left: 28px;
	font-size: 14px;
	width: 117px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	background: #9C8E8D url(../img/pagetop.svg) no-repeat 12px 12px;
	border-radius: 5px 5px 0 0;
}

@media screen and (max-width:1000px) {
	#footer {
		padding-top: 180px;
		padding-bottom: 0;
	}
	#footer:before {
	    height: 140px;
	}
	#footer .inr {
	    margin-bottom: 40px;
	}
	#footer .right{
		display: none;
	}
	#footer .left{
		padding-left: 0;
		width: 100%;
		align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
	}
	#footer .logo{
		margin-bottom: 15px;
		width: 150px;
	}
	#footer .address{
		margin-bottom: 25px;
		font-size: 13px;
	}
	#footer .sns{
		gap: 30px;
	}
	#footer .sns span{
		height: 39px;
	}
	#footer .copyright span{
		display: block;
		border-radius: 0;
	}
	#footer .pagetop a{
		top: -70px;
	}
}

@media screen and (max-width:767px) {
	#footer {
		padding-top: 180px;
	}
	#footer:before {
		height: 140px;
		background: url(../img/footer-bg-sp.jpg) no-repeat center 0;
		background-size: cover;
	}
    #footer .inr {
    	margin: 0 auto;
    	margin-bottom: 40px;
    	width: 310px;
    }
    #footer .address {
    	letter-spacing: 0.1em;
    }
	#footer .pagetop a {
	    right: 50%;
	    transform: translateX(50%);
	}
}