@charset "UTF-8";
/* CSS Document */
@media (min-width: 1200px){
	.sptb{
		display: none !important;
	}
}
@media (min-width: 960px){
	
}
@media(min-width:768px){
	.sp{
		display: none !important;
	}	
}
@media(min-width:450px){
	.sp450{
		display: none !important;
	}	
}

body{
	color: #86746c;
	background-color: #fff;
	font-family: 'Zen Maru Gothic', serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}

a{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
ul li,ol li{
	list-style-type: none;
}
p{
	line-height: 180%;
}
::-webkit-scrollbar{
   width: 8px;
}
::-webkit-scrollbar-track{
   background-color: #f8f4e6;
}
::-webkit-scrollbar-thumb{
   background-color: #91dbd0;
}
/* スペース調整==================== */
.w1920{
	max-width: 1920px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.w1366{
	width: calc(100% - 200px);
	margin: auto;
	max-width: 1366px;
}
.h100{
	height: 100px;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}

/* 背景==================== */
.bg_w{
	background: rgba(255,255,255,1);
}
.bg_y{
	background: #ffee8f;
}
.bg_i{
	background: #f8f4e6;
}
.bg_inner_w{
	background: rgba(255,255,255,0.90);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border-radius: 30px;
	padding: 50px 15px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.bg_img01{
	background: url("../img/bg_img01.jpg") repeat;
}
.bg_img01_w{
	background: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4)),url("../img/bg_img01.jpg") ;
	background-repeat: no-repeat , repeat;
}

/* 枠　==================== */
.wrapper{
	max-width: 1920px;
	margin: auto;
}
section.contents{
	padding: 120px 0;
	position: relative;
}
.wrap80{
	padding: 0 10%;
}

.pt50{
	padding-top: 50px!important;
}
.pt00{
	padding-top: 0!important;
}
.pb50{
	padding-bottom: 50px!important;
}

/* 境界　==================== */
.border{
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	z-index: 1;
	overflow-x: hidden;
}
.border_b{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	z-index: 1;
	overflow-x: hidden;
}

svg.col_w{
	width: 102%;
	stroke-width: 0px;
	fill: #fff;
	vertical-align: middle;
}
svg.col_y{
	width: 102%;
	stroke-width: 0px;
	fill: #ffee8f;
	vertical-align: middle;
}
svg.col_i{
	width: 102%;
	stroke-width: 0px;
	fill: #f8f4e6;
	vertical-align: middle;
}
@media (max-width: 960px){
	svg.col_w{
		width: 150%;
	}
	svg.col_y{
		width: 150%;
	}
	svg.col_i{
		width: 150%;
	}
}
/* フレックスボックス==================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
}
.card001 figure{
	width: calc(100% - 20px);
	margin: 15px;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.card001 figure img{
	width: 100%;
}
@media (max-width: 750px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
}

.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}

.card002 .img img{
	width: 100%;
}
.align_end{
	align-items: flex-end
}
.card002 .img ,.card002 .txt{
	width: 100%;
	padding: 10px;
	margin: auto;
}
.card002 .img_flex{
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 600px;
	gap:15px;
}

.card002 .img_flex img.p100{
	width: 100%;
	border-radius: 30px ;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.card002 .img_flex img.p50{
	width: calc(100% / 2 - 10px);
	border-radius: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.img_2{
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
    align-self: center;
}
.img_2 .in01{
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
    border-radius: 30px;
}
.img_2 .in02{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55%;
    border-radius: 30px;
}

.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 div{
	padding: 10px;
}
.card003 .img{
	width: 300px;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
}
.card003 .wrap{
	flex: 1;
	padding: 10px;
	align-self: center;
}
.card003 .wrap p{
	padding: 1em;
	font-size: 1rem;
}
.card003 .img2{
	width: 100%;
	max-width: 400px;
	padding: 15px;
}
.card003 .img2 img{
	width: 100%;
	border-radius: 30px;
}

/* 見出し　================================================== */
.txt_lv02{
	text-align: center;
	font-size: clamp(1.2rem, 0.84rem + 1.28vw, 1.8rem);
	line-height: 180%;
	margin-bottom: 30px;
	font-weight: 500;
}

.txt_lv02 span.txt_l{
	font-size: 120%;
	font-weight: 500;
	
}
.txt_lv02 span.title{
	display: block;
	width: fit-content;
	margin: auto;
	font-size: 90%;
	text-transform: uppercase;
	background: linear-gradient( to right , #91dbd0 0 50% , #91b7db 50% 100% );
	background-size: 2.1em;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: dashed 2px;
}


.txt_lv03{
	font-size: clamp(1.3rem, 1rem + 1.0667vw, 1.8rem);
	font-weight: 500;
	letter-spacing: 0.12em;
	border-bottom: dashed 2px #dcdcdc;
	position: relative;
	margin-bottom: 30px;
	color: #91dbd0;
}

.txt_lv04{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	font-weight: 500;
	letter-spacing: 0.12em;
	position: relative;
	margin-bottom: 30px;
	padding: 0.5em 0;
	border-bottom: dashed 2px #86746c;
}


.txt_catch01{
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.txt_bold{
	font-weight: 500;
}
.marker{
	background:linear-gradient(transparent 60%, rgba(255,238,143,0.6) 60%);
}

/* 画像　================================================== */
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

/* ボタン　================================================== */
.btn_wrap_c{
	width: inherit;
	margin: auto;
	text-align: center;
}
.btn01{
	display: inline-block;
	text-align: center;
	width: calc(100% - 30px);
	min-width: 250px;
	max-width: 450px;
	background: #fff;
	color: #86746c;
	padding: 0.8em;
	position: relative;
	border:dashed 2px #91dbd0;
	border-radius: 30px;
	box-shadow: 0 0 0 6px #fff,5px 5px 0 6px rgba(0,0,0,0.1);
	font-size: 1em;
	font-weight: 500;
	margin: 15px auto;
	transition: .5s;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	color: #91dbd0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .5s;
}
.btn01:hover{
	color:#86746c;
	box-shadow: 0 0 0 8px #fff,0 0 0 1px #ffee8f;
	transition: .5s;
}
.btn01:hover::after{
	right: 10px;
}

/* ヘッダー　==================== */
#header{
	width: 100%;
    background: #fff;
	height: 80px;
	position: relative;
	z-index: 10;
}

.header_title{
	position:relative;
	z-index: 11;
	top: 0;
	left: 0;
	width: 400px;
	text-align: center;
	background: #fff;
	border-bottom-right-radius: 30px;
}
.header_title h1 img{
	width: auto;
	width: 100%;
	padding:30px 15px 15px 40px;
	pointer-events: none;
}
.header_title::before{
	position: absolute;
	content: '';
	right: -30px;
	top: 80px;
	width: 30px;
	height: 30px;
	background: url("../img/parts_r.png") no-repeat;
	background-size: cover;
}
.header_title::after{
	position: absolute;
	content: '';
	bottom: -30px;
	left: 50px;
	width: 30px;
	height: 30px;
	background: url("../img/parts_r.png") no-repeat;
	background-size: cover;
}

/*global_nav ==================*/

.global_nav{
	position: absolute;
	margin: auto;
	padding: 10px;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
}
.global_nav ul#main{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.global_nav #main li{
	position: relative;
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
	line-height: 100%;
	padding: 1em 0;
	margin: 0 1em;
	z-index: 5;
}
.global_nav #main li::after{
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translateX(-50%) scale(0);
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #ffee8f;
	z-index: -1;
	transition: .5s;
}

.global_nav #main li a{
	display: block;
	text-align: center;
	color: #86746c;
	white-space: nowrap;
	transition: .3s;
}

.global_nav ul li a:hover{
	
}
.global_nav #main li:hover::after{
	transform: translateX(-50%) scale(1);
}
.home .global_nav #main li:first-child::after{
	transform: translateX(-50%) scale(1);
}
.about .global_nav #main li:nth-child(2)::after{
	transform: translateX(-50%) scale(1);
}
.childcare .global_nav #main li:nth-child(3)::after{
	transform: translateX(-50%) scale(1);
}
.meal .global_nav #main li:nth-child(4)::after{
	transform: translateX(-50%) scale(1);
}
.life .global_nav #main li:nth-child(5)::after{
	transform: translateX(-50%) scale(1);
}
.info .global_nav #main li:nth-child(6)::after{
	transform: translateX(-50%) scale(1);
}

@media (max-width: 1350px){
	.header_title{
		width: 380px;
	}

}
@media (max-width: 1250px){
	.header_title{
		width: 360px;
	}
}
@media (max-width: 960px){
	.header_title{
		width: 320px;
	}
	.header_title h1 img{
		padding: 15px;
	}
	.header_title::after{
		left: 30px;
	}
}
@media (max-width: 450px){
	#header{
		height: 50px;
	}
	.header_title{
		width: inherit;
		text-align: left;
		display: block;
		background-color: rgba(255,255,255,0);
		padding: 0;
	}
	.header_title::before{
		right: auto;
		left: 250px;
		top: 50px;
	}
	.header_title::after{
		left: 0;
		bottom: -20px;
	}
	.header_title h1 img{
		max-width: 250px;
		object-fit: contain;
		background: #fff;
		border-bottom-right-radius: 30px;
	}
}
@media (max-width: 370px){
	.header_title h1 img{
		max-width: 220px;
	}
	.header_title::before{
		left: 219px;
	}
}


/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: calc(100vh - 80px);
	position: relative;
	top: 0;
	left: 0;
	background: #fff;
	overflow: hidden;
}
.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .slider li{
	position: relative;
	width: calc(100% - 50px);
	margin-left: 50px;
	height: calc(100vh - 130px);
	background:#fff;
	background-size: cover;
	background-position: center center;
	border-bottom-left-radius: 30px;
}
.top_slider .slider li.top01{
	background:url("../img/slide01.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:url("../img/slide02.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/slide03.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slide_copy{
	position: absolute;
	bottom: 10%;
	left: 10%;
	color: #fff;
}
.slide_copy h2{
	font-weight: 500;
	font-size: clamp(1.6rem, 0.76rem + 2.9867vw, 3rem);
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.slide_copy h2 img{
	height: 80px;
}
.slide_cut01{
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 200px;
}
.slide_cut01 img{
	width: 100%;
}
.slide_cut02{
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 200px;
}
.slide_cut02 img{
	width: 100%;
}
.m_pikopiko{
	 animation: pikopiko 1.5s steps(2, start) infinite;
}

@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
@media (max-width: 960px){
	.top_slider .slider li{
		width: calc(100% - 30px);
		margin-left: 30px;
	}
	.slide_copy{
		bottom: 10%;
		left: 10%;
		padding: 15px;
		width: 80%;
		max-width: 600px;
	}
	.slide_copy h2 img{
		height: auto;
		width: 100%;
	}
	.slide_cut01{
		width: 150px;
		right: 0;
	}
	.slide_cut02{
		width: 150px;
		left: 0;
	}
}
@media (max-width: 750px){
	.slide_copy{
		width: 90%;
	}
	.slide_cut01{
		width: 120px;
		right: 0;
	}
	.slide_cut02{
		width: 120px;
		left: 0;
	}
}
@media (max-width: 450px){
	.top_slider .slider li{
		width: 100%;
		margin-left: 0;
		border-radius: 0 0 30px 30px;
	}
	.slide_copy{
		width: 100%;
		bottom: 12%;
		left: 0;
		padding: 15px;
	}
	.slide_copy h2 img{
		height: auto;
		width: 100%;
	}
}
/* フッター　================================================== */
footer{
	background:linear-gradient( to bottom,rgba(255,255,255,1) 5%, rgba(255,255,255,0.8),rgba(255,255,255,0.5)), url("../img/bg_img02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}
.footer_in{
	margin: auto;
	max-width: 960px;
	padding: 20px;
	display: flex;
	align-items: center;
}
.footer_in .txt,
.footer_in .map{
	width: 100%;
}
.footer_in .map iframe{
	border-radius: 30px;
}

.footer_in h2{
	vertical-align: middle;
	margin-bottom: 30px;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 120%;
	color: #fff;
}
.footer_in h2 a{
	color: #1f1f1f;
}

.footer_in h2 img{
	width: 100%;
	max-width: 300px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.footer_in .address_arer{
	color: #1f1f1f;
	line-height: 180%;
}
.address a{
	color: #1f1f1f;
}
.copyright{
	text-align: center;
	padding: 1em 0;
}

/* 各コンテンツ　======================================== */
.chara_wrap{
	width: 98%;
	max-width: 300px;
	margin: auto;
	position: relative;
	margin-bottom: 30px;
}
.chara_wrap img.chara{
	width: 100%;
}

/*table
==========================================================================*/
.line02{
	padding: 0 15px;
}
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 2px #91dbd0;
	padding: 1em;
	width: 30%;
}
.line02 table td{
	border-bottom: dashed 2px #ccc;
	padding: 1em;
}
.line02 ul li{
	text-indent: -1em;
	padding-left: 1em;
}
.line02 dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0.25em 0;
	font-size: 90%;
}
.line02 dl dt{
	min-width: 7em;
	font-weight: 500;
}
.line02 h4{
	font-size: 1em;
	color: #91b7db;
}

@media (max-width: 959px){
	.line02{
		padding: 0 15px;
	}
	.line02 table th,.line02 table td{
		display: block;
		width: 100%;
		text-align: left;
	}
	.line02 table th{
		border: none;
		padding-bottom: 0;
	}
	.line02 table td{
		border-bottom: solid 2px #91dbd0;
	}
}
@media (max-width: 450px){
	.line02 dl{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}

.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #666;
	width: 20%;
	min-width: 6em;
	font-weight: 600;
}
@media (max-width: 450px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding: 1em 1em 0.5em;
	}
	.simple01 table td{
		padding:0.5em 1em 1em;
	}
}

ul.border01 li{
	margin-bottom: 1rem;
	text-indent: -1.5em;
	margin-left: 1.5em;
	line-height: 180%;
	border-bottom: dashed 1px #ccc;
}
ul.border01 li i{
	display: inline;
}
/*カルーセルスライダー ============================================================ */
/* カルーセルスライダー ======================================== */
.carousel_wrap{
	width: calc(100% - 100px);
	max-width: 1600px;
	margin: auto;
	position: relative;
	margin-bottom: 150px;
}
.carousel_wrap .season{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom-right-radius:50px;
	width: 8rem;
	height: 8rem;
}
.carousel_wrap .season h3{
	font-size: 5rem;
	font-weight: 400;
	color: #91dbd0;
	text-align: center;
}
.carousel_wrap .season::before{
	position: absolute;
	content: '';
	bottom: -30px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../img/parts_r.png") no-repeat;
	background-size: cover;
}
.carousel_wrap .month{
	position: absolute;
	z-index: 4;
	bottom: -100px;
	right: 0;
	background: #fff;
	width: 40%;
	max-width: 500px;
	min-width: 360px;
	padding: 30px;
	border-radius: 30px 0 0 0;
}
.carousel_wrap .month dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.carousel_wrap .month dl dt{
	min-width: 4.5em;
}
.carousel_wrap .month dl dt h4{
	font-size: 1.5rem;
	font-weight: 500;
	text-align: right;
	vertical-align: bottom;
}
.carousel_wrap .month dl dt h4 span{
	font-size: 200%;
}
.carousel_wrap .month dl dd{
	padding-left: 1rem;
	flex: 1;
}
.carousel_wrap .month dl dd ul{
	border-bottom: dashed 2px #91dbd0;
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.carousel_wrap .month dl dd ul li{
	font-size: 0.9rem;
	padding-bottom: 0.5em;
	width: 50%;
}
.carousel_wrap .month::before{
	content: '';
	position: absolute;
	right: 0;
	top: -30px;
	width: 30px;
	height: 30px;
	background: url("../img/parts_rb.png") no-repeat;
	background-size: cover;
}
.carousel_wrap .month.txt{
	width: 50%;
	max-width: 600px;
	bottom: -50px;
}
.carousel_wrap .title{
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom-right-radius: 50px;
	height: 6rem;
}
.carousel_wrap .title h3{
	font-size: 3rem;
	font-weight: 400;
	color: #91dbd0;
	padding-right:30px;;
	text-align: center;
}
.carousel_wrap .title::before{
	position: absolute;
	content: '';
	bottom: -30px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../img/parts_r.png") no-repeat;
	background-size: cover;
}

.carousel {
	width: 100%;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 0;
	padding: 15px;
}
.carousel img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 30px;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}

.carousel2 {
	width: 100%;
	margin: auto;
}
.carousel2 .inner {
	overflow: hidden;
	margin: 0;
	padding: 15px;
}
.carousel2 img {
	display: block;
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: cover;
	border-radius: 30px;
}
.carousel2 .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel2 .slick-prev {
	left: -20px;
	z-index: 50;
}
.slide-arrow {
  background-color: transparent;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.prev-arrow {
	width: 25px;
	height: 25px;
	border-left: solid 2px #86746c;
	border-bottom: solid 2px #86746c;
	left: -30px;
	transform: rotate(45deg);
}
.next-arrow {
	width: 25px;
	height: 25px;
	border-top: 2px solid #86746c;
	border-right: 2px solid #86746c;
	transform: rotate(45deg);
	right: -30px;
}
@media (max-width: 1200px){
	.carousel_wrap .month,
	.carousel_wrap .month.txt{
		width: 50%;
		padding: 15px 0 15px 30px;
	}
}
@media (max-width: 960px){
	.carousel_wrap .month,
	.carousel_wrap .month.txt{
		position: relative;
		bottom: auto;
		width: 100%;
		max-width: none;
		padding: 15px;
		margin-bottom: 50px;
	}
	.carousel_wrap .month::before{
		content: none;
	}
	.carousel_wrap .month dl dd ul li{
		width: auto;
		padding-right: 1rem;
	}
	.carousel_wrap .month dl dt{
		text-align: right;
		padding-right: 10px;
	}
	
	
}
@media (max-width: 750px){
	.carousel_wrap{
		width: calc(100% - 60px);
		margin-bottom: auto;
	}
	.carousel_wrap .season{
		width: 6rem;
		height: 6rem;
	}
	.carousel_wrap .season h3{
		font-size: 4rem;
	}

	.carousel_wrap .month dl dt h4{
		font-size: 1rem;
	}
	.carousel_wrap .title{
		height: 4rem;
	}
	.carousel_wrap .title h3{
		font-size: 2rem;
	}
	.carousel2 img {
		aspect-ratio: 16 / 9;
	}
	.prev-arrow{
		left: -15px;
	}
	.next-arrow{
		right: -15px;
	}
	.slick-dots{
		text-align: center;
	}
	
	
}
@media (max-width: 450px){
	.carousel_wrap{
		width: 100%;
		margin-bottom: auto;
	}
	.carousel_wrap .title{
		height: 3rem;
		border-bottom-right-radius: 30px;
	}
	.carousel_wrap .title h3{
		font-size: 1.5rem;
	}
	
	.prev-arrow{
		left: 30px;
		z-index: 5;
		border-left: solid 2px #fff;
		border-bottom: solid 2px #fff;
		
	}
	.next-arrow{
		right: 30px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

}
/*  ============================================================ */
.number_list{
	padding: 2rem;
}
.number_list li{
	padding: 1rem 0;
	border-bottom: dashed 2px #ccc;
	position: relative;
}

.number_list li .li_numbar{
	font-size: 3rem;
	font-weight: 500;
	color:#91dbd0;
}

.number_list li .li_txt{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	font-weight: 500;
	margin-left: 0.5rem
}
.number_list li p{
	margin-top: 1em;
	margin-left: 4.5em;
}

.bg_in_w .number_list li::before{
	border-bottom: solid 1px #fff;
}
.number_list li .li_numbar.col_b{
	color: #91b7db;
}
@media (max-width: 960px){
	.number_list li .inner_flex{
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}
	.number_list li .li_numbar{
		line-height: 100%;
		width: 1.5em;
		align-self: flex-end;
	}
	.number_list li .li_txt{
		flex: 1;
	}
	.number_list li p{
		margin-top: 1em;
		margin-left: 0;
	}
}
@media (max-width: 450px){
	.number_list{
		padding: 1rem 0;
	}
}

/* タイムライン============================================================ */
/* tab ================================================== */
.tab{
	display: flex;
	border-bottom: solid 3px #86746c;
	justify-content: center;
	align-items: stretch;
}
.tab li a{
	display: block;
	background:#fff;
	color:#999;
	font-weight: 500;
	text-decoration: none;
	margin:0 3px;
	padding:1em 1em 0;
	width: 10em;
	text-align: center;
	font-size: 1rem;
	border-radius: 30px 30px 0 0;
	border-bottom: none;
	transition: .5s;
}
.tab li a:hover {
	color: #86746c;
}
.tab li.active a{
	background:#86746c;
	color: #fff;
	position: relative;
}

.area {
	display: none;
	opacity: 0;
	padding:50px 20px;
}

.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}


.timeline{
	position: relative;
	width: calc(100% - 30px);
	margin: auto;
}
.timeline .timeline_inner{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
	position: relative;
}
.timeline .timeline_inner::before{
	position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 30px;
    left: 46px;
    border-left: dashed 2px #86746c;
}
.timeline .timeline_inner:last-child::before{
	height: 5%;
	background-color: transparent;
}
.timeline .timeline_inner dt{
	width: 100px;
    height: 100px;
    line-height: 100px;
    background: #86746c;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
	white-space: nowrap;
    position: relative;
    z-index: 4;
    letter-spacing: 0.05em;
}
.timeline .timeline_inner dd{
	flex:1;
    position: relative;
    left: 30px;
    margin-top: 10px;
    padding: 30px;
    z-index: 2;
    background: #fff;
	border-radius: 30px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
.timeline .timeline_inner dd::after{
	border: solid transparent;
	content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -8px;
    border-right-color:#fff;
    right:100%;
    top:3rem;
}
.timeline .timeline_inner dd span{
	font-size: 80%;
}
.timeline_inner .img{
	padding: 15px;
	position: relative;
}
.timeline_inner .img img{
	width: 100%;
	aspect-ratio: 2 / 1;
	border-radius: 30px;
	object-fit: cover;
	
}
.timeline_inner .img h4{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 30px;
	font-size: 1.5rem;
	border-radius: 30px 0 30px 0;
}
.timeline_inner .img h4::after{
	position: absolute;
	content: '';
	right: -30px;
	top:15px;
	width: 30px;
	height: 30px;
	background: url("../img/parts_r.png") no-repeat;
	background-size: cover;
}
.timeline_inner .img .txt{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 30px;
	background: #fff;
	border-radius: 30px 0 0 0;
}

@media (max-width: 960px){
	.timeline{
		width: 100%;
		margin:auto;
	}
	.timeline .timeline_inner{
		display: block;
		padding-top: 70px;
	}
	.timeline .timeline_inner::before{
		content: none;
	}
	.timeline .timeline_inner dt{
		position: absolute;
		top: 0;
		right: 0;
	}
	.timeline .timeline_inner dd{
		position: relative;
		left: 0;
		right: 0;
		width: 100%;
		padding: 15px;
	}
	.timeline .timeline_inner dd::after{
		content: none;
	}
	.timeline_inner .img .txt{
		position: static;
		padding: 15px 0;
	}
	.timeline_inner .img{
		padding: 5px;
	}
	.timeline_inner .img img{
		aspect-ratio: 16 / 9;
	}
	.timeline_inner .img h4{
		padding: 15px;
		font-size: 1.3rem;
	}
	.timeline_inner .img h4::after{
		top: 5px;
		right: -29px;
	}
}
@media (max-width: 450px){
	.timeline_inner .img{
		padding: 0;
	}
	.timeline_inner .img h4{
		top:-5px;
		left: -10px;
		padding: 5px 15px 15px;
		font-size: 1.1rem;
		border-radius: 0 0 20px 0;
	}
	.timeline_inner .img h4::after{
		top: 3px;
	}
}

/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 2px dashed #86746c;
}
.qa-list dl:first-child {
    border-top: 2px dashed #86746c;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #86746c;
    border-right: 2px solid #86746c;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: 500;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color: #91dbd0;
	font-weight: 500;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #db9191;
	font-weight: 500;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* サブページタイトル ================================================== */
.subtitle{
	width: 100%;
	height: 500px;
	position: relative;
	top: 0;
	left: 0;
	background: #fff;
	overflow: hidden;
}
.sub_inner{
	position: relative;
	width: calc(100% - 50px);
	margin-left: 50px;
	height: 470px;
	border-bottom-left-radius: 30px;
}
.sub_bg02{
	background:url("../img/sub_bg01.webp");
	background-size: cover;
	background-position: center center;
}
.sub_bg01{
	background:url("../img/sub_bg02.webp");
	background-size: cover;
	background-position: center center;
}
.sub_txt{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	padding: 15px 30px;
	border-top-left-radius: 30px;
	z-index: 5;
}
.sub_txt::before{
	position: absolute;
	content: '';
	top: -30px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url("../img/parts_rb.png");
	background-size: cover;
}
.sub_txt::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: -30px;
	width: 30px;
	height: 30px;
	background: url("../img/parts_rb.png");
	background-size: cover;
}
.sub_txt h2{
	font-size: clamp(1.5rem, 0.6rem + 3.2vw, 3rem);
	font-weight: 500;
}
.sub_txt h2 span.en{
	font-weight: 400;
	font-size: 60%;
	padding-left: 10px;
	color: #91dbd0;
}
/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	left: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
	z-index: 6;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	font-weight: 500;
	color: #fff;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
@media (max-width: 960px){
	.subtitle{
		height: 450px;
	}
	.sub_inner{
		width: calc(100% - 30px);
		margin-left: 30px;
		height: 420px;
	}
	.breadcrumb{
		bottom: -30px;
		left: auto;
		right: 1rem;
		font-size: 0.8rem;
	}
	.breadcrumb li,
	.breadcrumb li:after,
	.breadcrumb li a {
		color: #86746c;
	}
}
@media (max-width: 450px){
	.subtitle{
		height: 400px;
	}
	.sub_inner{
		width: calc(100%);
		margin-left: 0;
		height: 370px;
		border-bottom-left-radius: 0;
	}
	.sub_txt h2{
		margin-bottom: 5px;
		margin-top: 5px;
	}

}
/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 0;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#91dbd0;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}
