@charset "utf-8";


/*  l-episode
--------------------------------------------------*/
.l-episode{
	position: relative;
	width: 100%;
}
.episode-intro{
	position: relative;
}
.episode-intro__ttl{
	width: min(100%,140px);
	margin: 0 auto 3.5rem;
}
.episode-intro__heading{
	font-size: 3.2rem;
	line-height: 1.75;
	letter-spacing: .3em;
	text-align: center;
}
.episode-intro__desc{
	font-size: 2.2rem;
	line-height: 2;
	letter-spacing: .2em;
	text-align: center;
}
.episode-intro__heading + .episode-intro__desc{
	margin-block: 3.5rem 0;
}
.episode-intro__explain{
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .2em;
	text-align: center;
}
.episode-intro__heading + .episode-intro__explain{
	margin-block: 3.5rem 0;
}
.episode-intro__figure{
	width: min(100%, 1920px);
	margin-inline: auto;
	margin-block: 8.0rem 0;
}
.episode-intro__cap {
	width: 95%;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: .15em;
	text-align: right;
	margin-block: 1.5rem 0;
	margin-inline: auto;
}
.episode-intro__cap span{
	font-size: 0.8125em;
}
.episode-base__heading {
	font-size: 2.0rem;
	line-height: 2;
	letter-spacing: .2em;
}
.episode-base__desc{
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	text-align: justify;
}
.episode-base__heading + .episode-base__desc{
	margin-block: 3.5rem 0;
}
.episode-intro__note {
	width: min(95%, 1920px);
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: .15em;
	word-break: break-all;
	margin-block: 1.5rem 0;
	margin-inline: auto;
}
@media screen and (max-width: 768px){
	.episode-intro__ttl{
		width: calc(80 / 320 * 100%);
		margin: 0 auto 2.0rem;
	}
	.episode-intro__heading{
		font-size: 2.0rem;
	}
	.episode-intro__desc{
		font-size: 1.4rem;
	}
	.episode-intro__heading + .episode-intro__desc{
		margin-block: 1.5rem 0;
	}
	.episode-intro__explain{
		font-size: 1.4rem;
		text-align: justify;
	}
	.episode-intro__heading + .episode-intro__explain{
		margin-block: 2.5rem 0;
	}
	.episode-intro__figure{
		margin-block: 4.0rem 0;
	}
	.episode-intro__cap {
		font-size: 1.1rem;
		margin-block: 1.0rem 0;
	}
	.episode-intro__note {
		font-size: .8rem;
		margin-block: 1.0rem 0;
	}
	.episode-base__heading {
		font-size: 1.8rem;
		line-height: 1.944444444444444;
	}
	.episode-base__desc{
		font-size: 1.4rem;
		line-height: 1.785714285714286;
	}
	.episode-base__heading + .episode-base__desc{
		margin-block: 2.5rem 0;
	}
	
}






/*  l-episode1
--------------------------------------------------*/
.l-episode1{
	background-color: #f6f6f4;
}
.l-episode1 .episode-intro{
	padding-block: 16.0rem 18.5rem;
}
.episode3-shop{
	max-width: 1200px;
	background-color: #fff;
	margin-top: 5.0rem;
}
.episode3-shop__heading{
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: .2em;
	color: #fff;
	text-align: center;
	background-color: #6a9f8e;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	width: calc(290 / 1200 * 100%);
}
.episode3-shop__heading small{
	display: block;
	font-size: .6em;
	letter-spacing: .15em;
	margin-top: .8em;
}
.episode3-shop__heading span {
	display: block;
	width: calc(200 / 290 * 100%);
	margin-inline: auto;
	background-color: #e8f2f2;
	border-radius: 1.5rem;
	font-size: 2.0rem;
	line-height: 1;
	letter-spacing: .08em;
	color: #6a9f8e;
	text-align: center;
	padding-block: .5rem .7rem;
	margin-top: 1.5rem;
}
.episode3-shop__list{
	width: calc(910 / 1200 * 100%);
	padding: calc(25 / 1200 * 100%) calc(200 / 1200 * 100%) calc(25 / 1200 * 100%) calc(45 / 1200 * 100%);
/*	gap: 0 5.5rem;*/
}
.episode3-shop__list span{
	display: inline-block;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .2em;
	width: 32%;
}
.episode3-shop__list span:nth-last-child(2){
	width: 60%;
}
.episode3-shop__list span:last-of-type{
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: calc(50 / 1200 * 100%);
	margin-bottom: calc(25 / 1200 * 100%);
	text-align: right;
}
.l-landscape {
	position: relative;
	margin-block: 0 14.0rem;
}
.landscape-heading {
	font-size: 2.5rem;
	line-height: 1.8;
	letter-spacing: .2em;
	text-align: center;
	margin-block: 0 5.0rem;
}
.landscape-figure {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.landscape-figure__txt {
	position: absolute;
	left: 14.0rem;
	top: 0;
	margin-top: 15.0rem;
	font-size: 2.8rem;
	line-height: 2.5;
	letter-spacing: .1em;
	z-index: 1;
}
.landscape-figure__txt p:nth-of-type(2) {
	text-indent: 1em;
}
.landscape-figure__txt span{
	background-color: #fff;
	padding: 1.0rem  2.0rem;
}
.landscape-list {
	position: relative;
	margin-block: 17.0rem;
	row-gap: 2.0rem;
	z-index: 1;
}
.landscape-list__item {
	position: relative;
}
.landscape-list__item1 {
	width: calc(770 / 1360 * 100%);
}
.landscape-list__item2 {
	width: calc(570 / 1360 * 100%);
}
.landscape-list__item3 {
	width: calc(570 / 1360 * 100%);
}
.landscape-list__item4 {
	width: calc(770 / 1360 * 100%);
}
.landscape-list__item__figure1 {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5.0rem), calc(100% - 5.0rem) 100%, 0 100%);
}
.landscape-list__item__figure2 {
	clip-path: polygon(100% 0, 100% 100%, 5.0rem 100%, 0% calc(100% - 5.0rem), 0 0);
}
.landscape-list__item__figure3 {
	clip-path: polygon(0 0, calc(100% - 5.0rem) 0%, 100% 5.0rem, 100% 100%, 0 100%);
}
.landscape-list__item__figure4 {
	clip-path: polygon(5.0rem 0%, 100% 0, 100% 100%, 0 100%, 0% 5.0rem);
}
.landscape-list__item__cap {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: .1em;
	margin-block: 1.0rem 0;
}
.landscape-list__item__cap.r {
	text-align: right;
}
.l-position {
	position: relative;
	margin-block: 0 17.0rem;
}
.position-inner{
	max-width: 1590px;
}
.position-figure {
	width: 100%;
}
.position-desc {
	text-align: center;
	margin-block: 3.5rem 0;
}
.l-map{
	position: relative;
}
.map-box{
	width: 100%;
	background-color: #e8f2f2;
}
.map-figure{
	position: relative;
	width: 50%;
}
.map-box3 .f-caption{
	top: 0;
	bottom: auto;
}
.map-detail {
	width: 50%;
	padding-inline: calc(130 / 1920 * 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.map-box1 .map-detail {
	background: url('../img/bg_map1.jpg') no-repeat center center /cover;
}
.map-box2 .map-detail {
	background: url('../img/bg_map2.jpg') no-repeat center center /cover;
}
.map-box3 .map-detail {
	background: url('../img/bg_map3.jpg') no-repeat center center /cover;
}
.map-detail__heading {
	font-size: 3.1rem;
	line-height: 1.6875;
	letter-spacing: .3em;
	text-align: center;
}
.map-detail__desc{
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	text-align: justify;
}
.map-detail__heading + .map-detail__desc{
	margin-block: 5.0rem 0;
}
.l-convenient {
	position: relative;
	margin-block: 0 12.5rem;
}
.convenient-figure {
	width: calc(710 / 1360 * 100%);
}
.convenient-box {
	width: calc(536 / 1360 * 100%);
}
.l-development {
	position: relative;
	width: 100%;
}
.development-inner {
	position: relative;
	width: min(100%,1920px);
	margin-inline: auto;
}
.development-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: calc(1440 / 1920 * 100%);
}
.development-box__item {
	width: calc(574 / 1440 * 100%);
	background-color: #fff;
	padding: 6.0rem 5.2rem 5.7rem;
}
.l-quiet {
	width: 100%;
	padding-block: 11.5rem;
	background-color: #e8f2f2;
}
.quiet-inner {
	max-width: 1300px;
}
.quiet-figure {
	width: calc(662 / 1300 * 100%);
}
.quiet-box {
	width: calc(536 / 1300 * 100%);
}
@media screen and (max-width: 768px){
	.l-episode1 .episode-intro{
		padding-block: 5.0rem 7.5rem;
	}
	.episode3-shop{
		margin-top: 3.0rem;
	}
	.episode3-shop__heading{
		font-size: 1.8rem;
		width: 100%;
		padding-block: 1.5rem 1.7rem;
	}
	.episode3-shop__heading small{
		margin-top: .8em;
	}
	.episode3-shop__heading span {
		width: 50%;
        border-radius: 1.5rem;
        font-size: 1.3rem;
        margin-top: 1.0rem;
        padding-block: .5rem .6rem;
	}
	.episode3-shop__list{
		width: 100%;
		padding: calc(15 / 340 * 100%) calc(20 / 340 * 100%) calc(30 / 340 * 100%);
		gap: .5rem 2.5rem;
	}
	.episode3-shop__list span{
		display: inline-block;
		font-size: 1.2rem;
		line-height: 1.6;
		width: auto;
	}
	.episode3-shop__list span:nth-last-child(2){
		width: auto;
	}
	.episode3-shop__list span:last-of-type{
		font-size: 1.0rem;
		margin-right: calc(20 / 340 * 100%);
		margin-bottom: calc(10 / 340 * 100%);
	}
	.l-landscape {
		margin-block: 0 8.0rem;
	}
	.landscape-heading {
		font-size: 1.8rem;
		line-height: 1.944444444444444;
		margin-block: 0 3.0rem;
	}
	.landscape-figure .figure{
		aspect-ratio: 380 / 270;
		overflow: hidden;
	}
	.landscape-figure img{
		object-fit: cover;
		object-position: center center;
		width: 100%;
		height: 100%;
	}
	.landscape-figure__txt {
		width: calc(320 / 380 *100%);
		left: 0;
		right: 0;
		margin-inline: auto;
		margin-top: 4.0rem;
		font-size: 1.4rem;
	}
	.landscape-figure__txt p:nth-of-type(2) {
	    text-indent: 0;
	}
	.landscape-figure__txt span {
	    padding: 0.7rem 1.1rem;
	}
	.landscape-list {
		margin-block: 5.0rem 6.0rem;
		row-gap: .5rem;
	}
	.landscape-list__item{
		width: 100%;
	}
	.landscape-list__item__figure1 {
		aspect-ratio: 320 / 140;
		clip-path: polygon(5.0rem 0%, 100% 0, 100% 100%, 0 100%, 0% 5.0rem);
	}
	.landscape-list__item__figure2 {
		aspect-ratio: 320 / 140;
		clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 0% 0%);
	}
	.landscape-list__item__figure3 {
		aspect-ratio: 320 / 140;
		clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0 100%, 0% 0%);
	}
	.landscape-list__item__figure4 {
		aspect-ratio: 320 / 140;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5.0rem), calc(100% - 5.0rem) 100%, 0 100%);
	}
	.landscape-list__item img{
		object-fit: cover;
		object-position: center bottom;
		width: 100%;
		height: 100%;
	}
	.landscape-list__item__cap {
		position: absolute;
        left: 0;
        bottom: 0;
        font-size: 0.8rem;
        color: #fff;
        margin-block: 0;
        color: rgba(255, 255, 255, 1);
        padding: 1px 4px 2px;
        background: rgba(102, 102, 102, .6);
	}
	.l-position {
		margin-block: 0 7.0rem;
	}
	.position-inner{
		width: 100%;
	}
	.position-figure {
		width: 100%;
	}
	.position-desc {
		width: calc(320 / 380 * 100%);
		margin-inline: auto;
		text-align: justify;
		margin-block: 3.0rem 0;
	}
	.map-figure{
		width: 100%;
	}
	.map-detail{
		display: flex;
		width: 100%;
		padding-block: calc(35 / 380 * 100%) calc(65 / 380 * 100%);
		padding-inline: calc(35 / 380 * 100%);
	}
	.map-detail__heading {
		font-size: 1.8rem;
		line-height: 1.944444444444444;
	}
	.map-detail__desc {
		font-size: 1.4rem;
		line-height: 1.785714285714286;
	}
	.map-detail__heading + .map-detail__desc {
		margin-block: 2.5rem 0;
	}
	.l-convenient {
		margin-block: 0 7.0rem;
	}
	.convenient-figure {
		width: 100%;
		margin-block: 0 3.0rem;
	}
	.convenient-box {
		width: 100%;
	}
	.l-development {
		margin-block: 0 4,0rem;
	}
	.development-inner {
		width: calc(340 / 380 * 100%);
		background-color: #fff;
		padding-block: 0 5.0rem;
	}
	.development-figure{
		margin-block: 0 3.5rem;
	}
	.development-figure figure{
		width: 800px;
	}
	.development-box {
		position: static;
		transform: translate(0,0);
		width: calc(280 / 340 * 100%);
		margin-inline: auto;
	}
	.development-box__item {
		width: 100%;
		padding: 0;
	}
	.l-quiet {
		padding-block: 0;
		background-color: transparent;
	}
	.quiet-inner {
		width: calc(340 / 380 * 100%);
		background-color: #e8f2f2;
		padding-block: 0 5.0rem;
	}
	.quiet-figure {
		width: 100%;
		margin-block: 0 3.5rem;
	}
	.quiet-box {
		width: calc(280 / 340 * 100%);
		margin-inline: auto;
	}
}




/*  l-episode2
--------------------------------------------------*/
.l-episode2{
	position: relative;
	padding-block: 0 26.0rem;
}
.l-episode2 .episode-intro{
	padding-block: 23.0rem 14.5rem;
	margin-block: 0 7.5rem;
}
.l-episode2 .episode-intro:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-inline: auto;
	width: 1px;
	height: 6.0rem;
	background-color: #666666;
}
.l-charm {
	position: relative;
	margin-block: 0 18.0rem;
}
.charm-heading {
	font-size: 2.5rem;
	line-height: 1.8;
	letter-spacing: .2em;
	text-align: center;
	margin-block: 0 5.0rem;
}
.charm-figure {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.charm-figure__txt {
	position: absolute;
	left: 14.0rem;
	top: 0;
	margin-top: 15.0rem;
	font-size: 2.8rem;
	line-height: 2.5;
	letter-spacing: .1em;
	z-index: 1;
}
.charm-figure__txt p:nth-of-type(2) {
	text-indent: 1em;
}
.charm-figure__txt span{
	background-color: #fff;
	padding: 1.0rem  2.0rem;
}
.l-value {
	position: relative;
	margin-block: 0 18.0rem;
}
.value-head {
	margin-block: 0 9.0rem;
}
.value-head__heading {
	font-size: 2.5rem;
	line-height: 1.8;
	letter-spacing: .2em;
	text-align: center;
	margin-block: 0 3.0rem;
}
.value-head__txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	text-align: center;
}
.value-contents {
	position: relative;
}
.value-figure {
	margin-bottom: 4.5rem;
}
.value-box {
	width: 100%;
}
.value-item {
	width: calc(670 / 1360 * 100%);	
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 2.0rem;
}
.value-item3 {
	width: 100%;
	margin-bottom: calc(20 / 1360 * 100%);	
}
.value-item__box {
	border: solid 1px #085431;
	flex: 1 auto;
}
.value-item1 .value-item__box,
.value-item3 .value-item__box {
	padding: 3.0rem 3.0rem 3.0rem;
}
.value-item2 .value-item__box {
	padding: 2.0rem 3.0rem;
}
.value-item__heading {
	font-size: 2.5rem;
	line-height: 1.4;
	letter-spacing: .15em;
}
.value-item1 .value-item__heading,
.value-item3 .value-item__heading {
	margin-bottom: 1.5rem;
}
.value-item2 .value-item__heading {
	width: calc(210 / 608 * 100%);
}
.value-item__desc {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	text-align: justify;
}
.value-item__desc span{
	display: block;
	font-size: 0.75em;
	margin-top: .5em;
}
.value-item2 .value-item__desc {
	width: calc(390 / 608 * 100%);
}
.l-plan {
	position: relative;
	margin-block: 0 18.0rem;
}
.plan-head {
	margin-block: 0 9.0rem;
}
.plan-head__heading {
	font-size: 2.5rem;
	line-height: 1.8;
	letter-spacing: .2em;
	text-align: center;
	margin-block: 0 3.0rem;
}
.plan-head__txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	text-align: center;
}
.plan-list {
	width: 100%;
}
.plan-list__item {
	width: calc(640 / 1360 * 100%);
}
.plan-list__item__cap {
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: .15em;
	text-align: right;
	margin-block: 1.5rem 0;
}
.plan-list__item__cap span{
	font-size: 0.8125em;
}

.l-counterplan {
	position: relative;
}
.counterplan-head {
	margin-block: 0 9.0rem;
}
.counterplan-head__heading {
	font-size: 2.5rem;
	line-height: 1.8;
	letter-spacing: .2em;
	text-align: center;
	margin-block: 0 3.0rem;
}
.counterplan-head__txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	text-align: center;
}
.counterplan-list {
	width: 100%;
}
.counterplan-list__item {
	width: calc(420 / 1360 * 100%);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}
.counterplan-list__item__heading {
	font-size: 2.0rem;
	line-height: 1.4;
	letter-spacing: .2em;
	margin-block: 0 1.0rem;
}
.counterplan-list__item__desc {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	text-align: justify;
	margin-block: 0 2.0rem;
	flex: 1 auto;
}
.counterplan-list__item__desc span{
	display: block;
	font-size: 0.75em;
	letter-spacing: .1em;
	margin-top: .5em;
}
@media screen and (max-width: 768px){
	.l-episode2{
		padding-block: 0 8.0rem;
	}
	.l-episode2 .episode-intro{
		padding-block: 8.0rem 11.0rem;
		margin-block: 0 5.5rem;
	}
	.l-charm {
		margin-block: 0 9.0rem;
	}
	.charm-heading {
		font-size: 1.8rem;
		line-height: 1.944444444444444;
		margin-block: 0 3.0rem;
	}
	.charm-figure .figure{
		aspect-ratio: 380 / 270;
		overflow: hidden;
	}
	.charm-figure img{
		object-fit: cover;
		object-position: center center;
		width: 100%;
		height: 100%;
	}
	.charm-figure__txt {
		width: calc(320 / 380 *100%);
		left: 0;
		right: 0;
		margin-inline: auto;
		margin-top: 4.0rem;
		font-size: 1.4rem;
	}
	.charm-figure__txt p:nth-of-type(2) {
	    text-indent: 0;
	}
	.charm-figure__txt span {
	    padding: 0.7rem 1.1rem;
	}
	.l-value {
		margin-block: 0 9.0rem;
	}
	.value-inner{
	}
	.value-head {
		margin-inline: auto;
		margin-block: 0 3.5rem;
	}
	.value-head__heading {
		font-size: 1.8em;
		margin-block: 0 2.0rem;
	}
	.value-head__txt {
		font-size: 1.4rem;
		line-height: 1.785714285714286;
		text-align: justify;
	}
	.value-figure {
		margin-bottom: 3.5rem;
	}
	.value-box {
		gap: 2.0rem;
	}
	.value-item {
		width: 100%;
		gap: 2.0rem;
	}
	.value-item1 .value-item__box,
	.value-item2 .value-item__box,
	.value-item3 .value-item__box {
		padding: 2.0rem 2.0rem;
	}
	.value-item__heading {
		font-size: 1.6rem;
	}
	.value-item1 .value-item__heading,
	.value-item2 .value-item__heading,
	.value-item3 .value-item__heading {
		margin-bottom: .8rem;
		width: 100%;
	}
	.value-item__desc {
		font-size: 1.2rem;
	}
	.value-item2 .value-item__desc {
		width: 100%;
	}


	.l-plan {
		margin-block: 0 9.0rem;
	}
	.plan-head {
		margin-block: 0 4.0rem;
	}
	.plan-head__heading {
		font-size: 1.8em;
		margin-block: 0 2.0rem;
	}
	.plan-head__txt {
		font-size: 1.4rem;
		line-height: 1.785714285714286;
		text-align: justify;
	}
	.plan-list__item {
		width: 100%;
	}
	.plan-list__item + .plan-list__item {
		margin-block: 2.0rem 0;
	}
	.plan-list__item__cap {
		font-size: 1.1rem;
		margin-block: 1.0rem 0;
	}

	.l-counterplan {
	}
	.counterplan-head {
		margin-block: 0 4.0rem;
	}
	.counterplan-head__heading {
		font-size: 1.8em;
		margin-block: 0 2.0rem;
	}
	.counterplan-head__txt {
		font-size: 1.4rem;
		line-height: 1.785714285714286;
		text-align: justify;
	}
	.counterplan-list {
	}
	.counterplan-list__item {
		width: 100%;
	}
	.counterplan-list__item + .counterplan-list__item {
		margin-block: 4.0rem 0;
	}
	.counterplan-list__item__heading {
		font-size: 1.6rem;
	}
	.counterplan-list__item__desc {
		width: 100%;
		font-size: 1.4rem;
		line-height: 1.785714285714286;
		text-align: justify;
		margin-block: 0 2.0rem;
	}
}





/*  l-episode3
--------------------------------------------------*/
.l-episode3{
	position: relative;
	padding-block: 0 26.0rem;
	background-color: #e8f2f2;
}
.l-episode3 .episode-intro{
	padding-block: 16.0rem 14.5rem;
	margin-block: 0 7.5rem;
}
.l-episode3 .episode-intro:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-inline: auto;
	width: 1px;
	height: 6.0rem;
	background-color: #666666;
}
.episode3-cnt-head{
	margin-block: 0 9.0rem;
}
.episode3-cnt-head__heading {
	font-size: 2.5rem;
	line-height: 1.8;
	letter-spacing: .2em;
	text-align: center;
	margin-block: 0 3.0rem;
}
.episode3-cnt-head__name {
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: .2em;
	text-align: center;
	margin-block: 5.0rem 2.0rem;
}
.episode3-cnt-head__name span {
	display: block;
	font-size: .6em;
	letter-spacing: .15em;
}
.episode3-cnt-head__txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	text-align: center;
}
.episode3-slide__list__item__heading {
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: .2em;
	margin-block: 0 1.5rem;
}
.episode3-slide__list__item__heading span{
	display: block;
	font-size: 0.590909090909091em;
	letter-spacing: .1em;
}
.episode3-slide__list__item__desc {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	margin-block: 2.0rem 0;
}
.l-commerce{
	margin-block: 0 22.0rem;
}
@media screen and (min-width: 769px){
	.l-commerce .episode3-slide.inner2 {
		max-width: 890px;
	}
	.episode3-slide__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 8.0rem 5.0rem;
	}
	.episode3-slide__list__item {
		width: calc((100% - 10.0rem) / 3);
	}
	.l-commerce .episode3-slide__list__item{
		width: calc((100% - 5.0rem) / 2);
	}
	:root .episode3-slide .swiper-pagination {
		display: none;
	}
}
@media screen and (max-width: 768px){
	.l-episode3{
		padding-block: 0 9.0rem;
	}
	.l-episode3 .episode-intro{
		padding-block: 7.0rem 9.0rem;
		margin-block: 0 3.5rem;
	}
	.episode3-cnt-head {
		margin-block: 0 4.0rem;
	}
	.episode3-cnt-head__heading {
		font-size: 1.8em;
		margin-block: 0 2.0rem;
	}
	.episode3-cnt-head__name {
		font-size: 1.7rem;
		margin-block: 4.0rem 1.5rem;
	}
	.episode3-cnt-head__txt {
		font-size: 1.4rem;
		line-height: 1.785714285714286;
		text-align: justify;
	}
	.episode3-slide{
		width: calc(350 / 380 * 100%);
		margin-inline: auto 0;
	}
	.episode3-slide__list__item__heading {
		font-size: 1.5rem;
		margin-block: 0 1.5rem;
	}
	.episode3-slide__list__item__heading span{
		font-size: .7em;
	}
	.episode3-slide__list__item__desc {
		font-size: 1.4rem;
		line-height: 1.785714285714286;
		text-align: justify;
		margin-block: 2.5rem 0;
	}
	:root .episode3-slide .swiper-pagination {
		position: relative;
		left: auto;
		bottom: auto;
		right: auto;
		top: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0 1.0rem;
		margin-block: 3.0rem 0;
		width: calc(320 / 350 * 100%);
		margin-inline: 0 auto;
	}
	:root .episode3-slide .swiper-pagination-bullet{
		width: 1.0rem;
		height: 1.0rem;
		background-color: transparent;
		border-radius: 50%;
		box-sizing: border-box;
		margin: 0;
		background-color: #89a9a9;
	}
	:root .episode3-slide .swiper-pagination-bullet-active{
		background-color: #2b6f6f;
	}
	.l-commerce{
		margin-block: 0 10.0rem;
	}

}





/*  l-episode4
--------------------------------------------------*/
.l-episode4{
	position: relative;
	padding-block: 0 20.0rem;
}
.l-episode4 .episode-intro {
	padding-block: 23.0rem 14.5rem;
/*	padding-block: 23.0rem 22.5rem;*/
/*	margin-block: 0 7.5rem;*/
/*  margin-block: 0 14.5rem;*/
}
.l-episode4 .episode-intro:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-inline: auto;
	width: 1px;
	height: 6.0rem;
	background-color: #666666;
	display: none;
}
.l-develop {
	position: relative;
}
.develop-box {
	width: 100%;
}
.develop-box__figure {
	width: 100%;
	margin-bottom: 8.0rem;
}
.develop-box__figure__cap {
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: .15em;
	text-align: right;
	margin-block: 1.5rem 0;
}
.develop-box__figure__cap-left{
	text-align: left;
}
.develop-box__figure__cap span{
	font-size: 0.8125em;
}
.develop-box__item {
	width: 100%;
}
.develop-box__item__heading {
	font-size: 3.2rem;
	line-height: 1.6875;
	letter-spacing: .3em;
	text-align: center;
	margin-bottom: 4.0rem;
}
.develop-box__item__desc {
	width: min(100%,710px);
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .2em;
	text-align: center;
	margin-inline: auto;
}
@media screen and (max-width: 768px){
	.l-episode4{
		padding-block: 0 8.0rem;
	}
	.l-episode4 .episode-intro {
/*		padding-block: 8.0rem 12.0rem;*/
		padding-block: 8.0rem 6.0rem;
/*		margin-block: 0 6.5rem;*/
	}
	.develop-box + .develop-box{
		margin-block: 5.5rem 0;
	}
	.develop-box__figure {
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.develop-box__figure__cap {
		font-size: 1.0rem;
		margin-block: 1.0rem 0;
	}
	.develop-box__figure__cap-left{
		text-align: right;
	}
	.develop-box__item {
		width: 100%;
	}
	.develop-box__item__heading {
		font-size: 1.8rem;
		line-height: 1.944444444444444;
		margin-bottom: 2.0rem;
	}
	.develop-box__item__desc {
		font-size: 1.4rem;
		line-height: 1.785714285714286;
		text-align: justify;
	}
	
}






/*  l-lifeInfomation
--------------------------------------------------*/
.l-lifeInfomation{
	padding-block: 18.0rem;
	background-color: #F7F6F5;
}
.lifeInfomation-ttl {
    font-size: 2.0rem;
    line-height: 1;
    letter-spacing: .2em;
    text-align: center;
    margin-block: 0 1.0rem;
}
.lifeInfomation-en {
    font-size: 6.0rem;
    line-height: 1;
    letter-spacing: .075em;
    text-align: center;
    margin-block: 0 11.0rem;
}
.l-lifeInfomation button{
	outline: none;
}
@media screen and (max-width: 768px){
	.l-lifeInfomation{
		padding-block: 8.0rem 11.0rem;
	}
	.lifeInfomation-ttl {
        font-size: 1.4rem;
        letter-spacing: .15em;
	    margin-block: 0 .7rem;
	}
	.lifeInfomation-en {
	    font-size: 2.4rem;
	    line-height: 1;
	    letter-spacing: .075em;
	    text-align: center;
	    margin-block: 0 4.0rem;
	}
}



.lifeinfo__content__tabs {
	position: relative;
}
.lifeinfo__content__tab br.custom{
	display: none;
}
.lifeinfo__content__tablist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 5px;
}
.lifeinfo__content__tab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	height: 54px;
	font-size: max(1.4rem, 12px);
	letter-spacing: .15em;
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid rgba(37, 46, 49, 0.4);
	cursor: pointer;
}
.lifeinfo__content__tab.active {
	background: #6A9F8E;
	color: #fff;
	border-bottom: #6A9F8E;
}
.lifeinfo__content__tabpanel.active {
	display: flex;
	flex-wrap: wrap;
	height: 600px;
}
.lifeinfo__content__map {
	width: 66.666666667%;
	height: 100%;
}
.lifeinfo__content__list {
	flex: 1;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 40px 30px 30px;
	background: #fff;
	overflow-y: auto;
	scrollbar-color: #E6E6E6 #fff;
}
.lifeinfo__content__list::-webkit-scrollbar-track {
	background-color: #fff;
}
.lifeinfo__content__list::-webkit-scrollbar-thumb {
	background-color: #E6E6E6;
}
.lifeinfo__content__item {
	cursor: pointer;
	position: relative;
	text-align: left;
	padding: 14px 0 16px 28px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lifeinfo__content__item + .lifeinfo__content__item {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.lifeinfo__content__num {
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	overflow: hidden;
}
.lifeinfo__content__name {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .1em;
	color: #333;
}
.lifeinfo__content__data {
	display: block;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #666;
	text-align: right;
	flex: 1 auto;
}
@media screen and (min-width: 1025px){
	.lifeinfo__content__tab {
		transition: .3s all ease-in-out;
	}
	.lifeinfo__content__tab:hover {
		background: #6A9F8E;
		color: #fff;
		border-bottom: #6A9F8E;
	}
	.lifeinfo__content__item {
		transition: opacity .3s;
	}
	.lifeinfo__content__item:hover {
		opacity: .7;
	}
}
@media screen and (min-width: 620px) and (max-width: 1024px){
  .lifeinfo__content__tabpanel.active {
    height: 400px;
  }
  .lifeinfo__content__map {
    width: 50%;
  }
}
@media screen and (max-width: 768px){
	.lifeinfo__content__tab {
		font-size: 16px;
	}
	.lifeinfo__content__item {
		padding: 8px 0 8px 22px;
	}
	.lifeinfo__content__num {
		top: 10px;
		width: 16px;
		height: 16px;
	}
	.lifeinfo__content__name {
		font-size: 13px;
		line-height: 1.6;
	}
	.lifeinfo__content__data {
		font-size: 13px;
	}
}
@media screen and (max-width: 619px){
	.lifeinfo__content__tab {
		font-size: 14px;
		line-height: 1.3;
		padding: 0;
	}
	.lifeinfo__content__tab br.custom{
		display: block;
	}
	.lifeinfo__content__tabpanel.active{
		height: auto;
	}
	.lifeinfo__content__map {
		width: 100%;
		height: 240px;
	}
	.lifeinfo__content__list {
		flex: 1 1 100%;
		height: 230px;
		padding: 2.0rem;
	}

}

