@charset "utf-8";

:root {
    --gray: #f4f8f9;
    --main: #389eba;
    --accent: #faf3b5;
}


body{
	background-color: var(--white);
}

h3{
	font-size: 2.2rem;
}

.youtube{
	width: 560px;
	margin: 0 auto;
}
.youtube p{
	text-align: center;
	padding-top: 5px;
	font-size: 1.4rem;
	font-family: -apple-system, blinkMacSystemFont,"Helvetica Neue",Roboto,"Segoe UI", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.youtube_inner{
	position: relative; padding-bottom: 56.25%;
}
.youtube_inner iframe{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.example h3 span{
	background-color: var(--main);
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-family: sans-serif;
	padding: 0.35rem 1rem;
}




a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.header-nav a{
	padding: 20px 20px;
	text-decoration: none;
}

.about{
	background-color: var(--gray);
	padding-bottom: 75px;
	padding-top: 125px;
}
.assistance {
	padding: 45px;
	background: white;
	border: 2px solid rgb( from var(--main) r g b / 0.2);
	margin-block: 45px 75px;
	position: relative;
}
.assistance .eyecatch {
	width: 180px;
	aspect-ratio: 1 / 1;
	position: absolute;
	right: 0;
	top: 0;
	translate: 20% -24%;
}
.assistance .headline {
	width: 100%;
	box-sizing: border-box;
	padding-block: 0.3lh;
	padding-inline: 1ic 120px;
	background: var(--main);
	margin-bottom: 30px;
	color: white;
	font-size: 2.5rem;
	text-align: left;
}
.assistance .notice {
	padding: 1lh 2.5ic;
	background: var(--gray);
	box-shadow: inset 0 0 0 8px var(--gray), inset 0 0 0 10px white;
	margin-inline: 60px;
	margin-top: 45px;
}
.assistance .notice h3 {
	margin-bottom: 0.5lh;
}


.covid-support{
	border: 2px solid var(--main);
	border-radius: 5px;
	text-align: center;
}
.covid-support h2{
	background-color: var(--main);
	color: #fff;
	padding: 25px;
}
.covid-support h2 strong{
	text-decoration: underline;
}

.covid-support h3{
	font-size: 2rem;
}
.covid-support p{
	font-size: 3rem;
}
.covid-support p span{
	font-size: 1.5rem;
}
.covid-support .flexbox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 90%;
	padding: 25px 5%;
}
.covid-support .flexbox div{
	width: 50%;
}


.about-block{
	margin-bottom: 45px;
	min-height: 400px;
}

.about-block:nth-child(odd) img{
	position: absolute;
	right:0;
}

.about-block .text .title{
	line-height: 1.65;
}

.about-block:nth-child(odd) .text{
	left:0;
}

.about-description{
	background: var(--white);
	padding: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.about-description .text{
	flex: 1 1 auto;
	padding: 20px 60px 20px 20px;
}
.about-description .text .title{
	font-size: 2.6rem;
}
.about-description .text .title:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 53px;/*画像の幅*/
	height: 27px;/*画像の高さ*/
	background-image: url(../imgs/book.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}

.about-description .text p {
    margin-top: 6px;
    border-top: 1px solid #b3b3b3;
    padding-top: 12px;
    font-family: -apple-system, blinkMacSystemFont,"Helvetica Neue",Roboto,"Segoe UI", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 1.4rem;
}
.about-description img{
	flex: 0 1 auto;
	max-width: 345px;
}

.plan{
	padding-bottom: 75px;
	overflow-x: clip;
}


.plan .invite {
	display: flex;
	gap: 30px;
	margin: 6rem 0 12rem;
	font-family: -apple-system, blinkMacSystemFont,"Helvetica Neue",Roboto,"Segoe UI", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	position: relative;
}
.plan .invite::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	padding: 6rem 0;
	background-color: var(--gray);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}
.plan .invite h3 {
	flex-shrink: 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--white);
	width: fit-content;
	padding: 1em;
	background-color: #db5d33;
	display: flex;
	align-items: center;
}
.plan .invite .text {}
.plan .invite .text p {
	font-size: 1.6rem;
	margin-top: 1em;
}
.plan .invite .text strong {
	font-weight: bold;
}
.plan .invite .text ul {
	list-style-type: none;
	padding-left: 0;
	column-count: 2;
	column-gap: 12px;
	margin: 0.75em 0;
}
.plan .invite .text li {
	display: inline-block;
	font-size: 1.5rem;
}
.plan .invite .text li span {
	color: #db5d33;
	padding: 3px 6px;
	border-radius: 5px;
	background-color: var(--white);
	margin-right: 12px;
	font-weight: bold;
}

.plan .steps{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	border: 2px solid var(--main);
	border-radius: 5px;
	margin-bottom: 3rem;
}

.plan .steps .plan_image_01{
	width: 280px;
	height: 280px;
	background: url(../imgs/plan_image_oto.jpg) no-repeat center 50%;
	background-size: cover;	
}
.plan .steps .plan_image_02{
	width: 280px;
	height: 280px;
	background: url(../imgs/plan_image_kuu.jpg) no-repeat center 50%;
	background-size: cover;	
}
.plan .steps .plan_image_03{
	width: 280px;
	height: 280px;
	background: url(../imgs/plan_image_rin.jpg) no-repeat center 50%;
	background-size: cover;	
}
.plan .steps .plan_image_04{
	width: 280px;
	height: 280px;
	background: url(../imgs/plan_image_ten.jpg) no-repeat center 50%;
	background-size: cover;	
}
.plan .steps .plan_image_05{
	width: 280px;
	height: 280px;
	background: url(../imgs/plan_image_en.jpg) no-repeat center 50%;
	background-size: cover;	
}


.plan .steps .text{
	background-color: var(--white);
	font-family: -apple-system, blinkMacSystemFont,"Helvetica Neue",Roboto,"Segoe UI", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 1.4rem;
	width: 640px;
}
.plan .steps .text h3{
	padding: 25px 35px 0px 35px;
	font-size: 2.5rem;
	font-weight: normal;
}
.plan .steps .text h4{
	padding: 12px 35px 8px 35px;
	font-size: 1.6rem;
	font-weight: bold;
}
.plan .steps .text p{
	padding: 0px 35px 25px 35px;
}
.plan .steps .text p img{
	display: block;
	margin-top: 15px;
}
.plan .steps .text .price {
	padding: 0px 35px 25px 35px;
	display: flex;
	gap: 18px;
}
.plan .steps .price span {}
.plan .steps .price span:first-of-type::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left: 9px solid var(--main);
	margin-left: 18px;
}
.plan .steps .text span:last-of-type {
	font-weight: bold;
	color: var(--main);
	font-size: 1.6rem;
}
.plan .steps [class*="plan_image"] {
	align-self: stretch;
	height: auto;
}
.plan ul.flow {
	display: flex;
	list-style: none;
	padding: 12px 35px;
	margin-block: 0;
}
.plan ul.flow li {
	flex: 1 1 20%;
	height: 1.5lh;
	display: grid;
	place-items: center;
	font-size: 2.1rem;
	color: white;
	background: var(--main);
	position: relative;
	--arrow-size: 20px;
	--arrow-weight: 3px;
}
.plan ul.flow li:first-child {
	padding-right: var(--arrow-size);
	margin-right: calc(-1 * var(--arrow-size));
	clip-path: polygon(0 0, calc(100% - var(--arrow-size)) 0, calc(100% - var(--arrow-weight)) 50%, calc(100% - var(--arrow-size)) 100%, 0 100%);
}
.plan ul.flow li:not(:first-child, :last-child) {
	padding-left: 20px;
	padding-right: 20px;
	margin-right: calc(-1 * var(--arrow-size));
	clip-path: polygon(var(--arrow-weight) 0, calc(100% - var(--arrow-size)) 0, calc(100% - var(--arrow-weight)) 50%, calc(100% - var(--arrow-size)) 100%, var(--arrow-weight) 100%, var(--arrow-size) 50%);
}
.plan ul.flow li:last-child {
	padding-left: 20px;
	clip-path: polygon(var(--arrow-weight) 0, 100% 0, 100% 100%, var(--arrow-weight) 100%, var(--arrow-size) 50%);
}


.plan ul.flow li:has(s) {
	background: var(--gray);
}
.plan ul.flow li s {
	color: #bcc7ca;
	text-decoration: none;
	
}
.plan .steps .price b {
	display: inline-block;
	padding: 3px 9px;
	border-radius: 5px;
	background-color: var(--gray);
	margin-right: 9px;
}
.plan .steps .price span:last-of-type b {
	color: var(--white);
	font-size: 1.4rem;
	padding: 1px 9px;
	background-color: var(--main);
	position: relative;
}
.plan .steps .price span:last-of-type b::before {
	content: "20%OFF";
	display: block;
	width: 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
	color: black;
	font-size: 1.2rem;
	text-align: center;
}

.plan .arrow{
	background: url(../imgs/arrow.svg) no-repeat center 50%;
	height: 32px;
	margin: 10px 0;
}



.others{
	background-color: var(--gray);
	padding-bottom: 75px;
}
.others .content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background: var(--white);
	margin-bottom: 30px;
}
.others .content img{
	width: 300px;
}
.others .content .text{
	padding: 25px 30px;
}
.others .content .text h3{
	margin-bottom: 10px;
}
.others .content .text p{
	font-family: -apple-system, blinkMacSystemFont,"Helvetica Neue",Roboto,"Segoe UI", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 1.4rem;
}



.example{
	padding-bottom: 75px;
}
.example ul {
	padding: 0;
	margin: 0;
}
.example ul li{
	list-style: none;
	font-family: -apple-system, blinkMacSystemFont,"Helvetica Neue",Roboto,"Segoe UI", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 1.6rem;
	border-bottom: 1px dashed #b3b3b3;
	padding: 10px 0 0px 0;
}
.example ul li span{
	color: #6eba41;
	display: inline-block;
	width: 19rem;
}
.example ul li strong{
	font-weight: bold;
	color: #333;
}
.example p{
	font-family: -apple-system, blinkMacSystemFont,"Helvetica Neue",Roboto,"Segoe UI", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 1.4rem;
	padding-top: 1rem;
}



.voice{
	background-color: var(--white);
	padding-bottom: 75px;
}
.voice .content{
	position: relative;
	min-height: 280px;
	margin-bottom: 30px;
}
.voice .content img{
	width: 420px;
	position: absolute;
	left:0;
}
.voice .content .text{
	padding: 30px;
	background-color: var(--white);
	z-index: 11;
	position: absolute;
	right:0;
	top:50%;
	width: 550px;
	    box-sizing: border-box;
	transform: translate(0, -50%);
}

.voice .content:nth-child(odd) img{
	left:auto;
	right:0;
}
.voice .content:nth-child(odd) .text{
	right:auto;
	left:0;
}

.voice .content .text h3{
	margin-bottom: 10px;
}
.voice .content .text p{
	font-family: -apple-system, blinkMacSystemFont,"Helvetica Neue",Roboto,"Segoe UI", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 1.4rem;
}



.staff{
	background-color: var(--gray);
	padding-bottom: 45px;
}
.staff ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.staff ul li{
	list-style: none;
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.staff ul li img{
	width: 35%;
}
.staff ul li p{
	padding-left: 2rem;
}
.staff ul li span{
	font-family: -apple-system, blinkMacSystemFont,"Helvetica Neue",Roboto,"Segoe UI", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 1.4rem;	
}

.vehicle {
	background-color: var(--white);
}
.vehicle .wrap {
	padding: 6rem 0;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.vehicle img {
	width: auto;
	height: 140px;
}
.vehicle p {
	box-sizing: border-box;
	padding: 20px 30px;
	box-shadow: inset 0 0 0 2px var(--main);
	font-size: 1.4rem;
}

.profile{
	background-color: var(--gray);
	padding-bottom: 75px;
}

.profile dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	margin: 0 auto;
	font-size: 1.6rem;
}
.profile dt{
	width: 30%;
	border-bottom: 1px solid #b3b3b3;
	padding: 15px 0 5px 0;
	font-weight: bold;
}
.profile dd{
	width: 70%;	
	margin: 0;
	border-bottom: 1px solid #b3b3b3;
	padding: 15px 0 5px 0;
}

.section-map {
    line-height: 0;
}

.section-map iframe {
    width: 100%;
    height: 300px;
}


.footer{
	margin-top: 0;
	line-height: 2.25;
}

.footer a{
	color: var(--white);
}

@media (max-width: 480px){
	.youtube{
		width: auto;
		margin: 0 5vw;
	}
	h3{
		font-size: 2rem;
	}
	.header{
		background: var(--gray);
		height: 95vh;
	}
	
	.header-logo{
	    width: 60%;
	    height: auto;
	}

	.header-slider, 
	.header-slider .cell, 
	.header-slider .cell .image {
	    height: 75vh;
	}
	.example h3{
		text-align: center;
	}
	
	.about{
		padding-top: 0;
		padding-bottom: 15vw;
	}
	.assistance {
		padding: 30px 10px;
		margin-block: 30px 15px;
		margin-inline: 5px;
	}
	.assistance .eyecatch {
		width: 130px;
		right: 50%;
		top: 0;
		translate: 50% -50%;
	}
	.assistance .headline {
		padding-top: 45px;
		padding-inline: 15px;
		margin-inline: 0;
		font-size: 2.4rem;
		text-align: center;
	}
	.assistance .headline + p {
		margin-inline: 30px;
	}
	.assistance .notice {
		padding: 30px;
		margin-inline: 15px;
		margin-top: 30px;
		font-size: 80%;
	}
	.assistance .notice h3 {
		text-align: center;
	}
	.covid-support{
		margin: 0 5vw;
	}
	.covid-support h2{
		font-size: 2.3rem;
	}
	.covid-support h3{
		font-size: 1.7rem;
	}
	.covid-support .flexbox{
		display: block;
		padding: 5vw;
	}
	.covid-support .flexbox div{
		width: 100%;
	}
	.covid-support .flexbox div.flexbox02{
		padding-top: 5vw;
	}
	
	.about-block{
		margin-bottom: 2.5vw;
		min-height: auto;
	}
	.about-block .text{
		padding: 5vw;
	}
	.about-block .text .title{
		text-align: center;
		font-size: 2.3rem;
	}
	.about-block:nth-child(odd) img{
		position: relative;
		right:auto;
	}	
	.about-block:nth-child(odd) .text{
		left:auto;
	}
	.about-description{
		display: block;
		margin: 0 5vw 5vw 5vw;
		padding: 5vw;
	}
	.about-description .text{
		padding: 0 0 5vw 0;
	}
	.about-description .text .title{
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
	.about-description .text .title:before {
		content: '';/*何も入れない*/
		display: inline-block;/*忘れずに！*/
		width: 41px;/*画像の幅*/
		height: 20px;/*画像の高さ*/
		background-image: url(../imgs/book.svg);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: text-bottom;
	}

	.plan .invite {
		flex-direction: column;
		margin: 0 5vw 5vw;
	}
	.plan .invite::before {
		display: none;
	}
	.plan .invite h3 {
		display: block;
		width: 100%;
		padding: 2vw 0;
		text-align: center;
	}
	.plan .invite .text {}
	.plan .invite .text p {}
	.plan .invite .text strong {}
	.plan .invite .text ul {
		column-count: unset;
	}
	.plan .invite .text li {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 5vw;
		padding: 12px;
		background-color: var(--gray);
	}
	.plan .invite .text li span {
		display: block;
		padding: 0 15px;
		margin-bottom: 12px;
	}
	
	.plan .steps{
		display: block;
		margin: 0 5vw 5vw 5vw;
	}
	.plan .steps .plan_image_01,
	.plan .steps .plan_image_02,
	.plan .steps .plan_image_03,
	.plan .steps .plan_image_04,
	.plan .steps .plan_image_05{
		width: 100%;
		height: 35vw;
	}
	.plan .steps .text{
		width: auto;
	}
	.plan .steps .text h3{
		width: auto;
		padding: 5vw 5vw 0vw 5vw;
	}
	.plan .steps .text h4{
		padding: 5vw 5vw 2.5vw 5vw;
	}
	.plan .steps .text p{
		padding: 0vw 5vw 5vw 5vw;
	}
	.plan .steps .text .price {
		padding: 0vw 5vw 5vw 5vw;
		flex-direction: column;
		gap: 6px;
	}
	.plan .steps .price span:first-of-type::after {
		border-left: 0;
		display: block;
		border: 9px solid transparent;
		border-top: 12px solid var(--main);
		margin: 12px auto 0;
	}
	.plan ul.flow {
		padding: 12px 5vw;
	}
	.plan ul.flow li {
		font-size: 1.6rem;
		writing-mode: vertical-lr;
		height: 3lh;
	}

	.others .content{
		display: block;
		margin: 0 5vw 5vw 5vw;
	}
	.others .content img{
		width: 100%;
	}
	.others .content .text{
		padding: 5vw;
	}
	
	.example{
		padding-bottom: 15vw;
	}
	.example ul{
		margin: 0 5vw 5vw 5vw;
	}
	.example ul li{
		padding: 5vw 0vw 5vw 0vw;
		text-align: center;
	}
	.example ul li span{
		display: block;
		width: auto;
	}
	.example p{
		margin: 0 5vw 0vw 5vw;
		text-align: center;
	}
	
	.voice{
		padding-bottom: 15vw;
	}
	.voice .content{
		display: block;
		margin: 0;
		min-height: auto;
	}
	.voice .content img {
	    width: 100%;
	    position: relative;
	    left: auto;
	}
	.voice .content .text {
	    padding: 5vw;
	    background-color: var(--white);
	    z-index: 11;
	    position: relative;
	    right: auto;
	    top: auto;
	    width: 90%;
	    box-sizing: border-box;
	    transform: translate(0, -20%);
	    margin: 0 auto;
	}
	.voice .content:nth-child(odd) img{
		left:auto;
		right:auto;
	}
	.voice .content:nth-child(odd) .text{
		right:auto;
		left:auto;
	}
	
	.staff{
		padding-bottom: 15vw;
	}
	.staff ul{
		width: 90%;
		margin: 0 auto;
	}
	.staff ul li{
		width: 50%;
		margin-bottom: 5vw;
	}
	
	.vehicle {}
	.vehicle .wrap {
		box-sizing: border-box;
		padding: 15vw 5%;
		flex-direction: column;
		justify-content: flex-start;
	}
	.vehicle img {
		order: 2;
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.vehicle p {
		padding: 20px 30px;
		font-size: 1.4rem;
		order: 1;
	}
	
	.profile{
		padding-bottom: 15vw;
	}
	.profile dl{
		width: 90%;
	}
	.profile dt,
	.profile dd{
		font-size: 1.4rem;
	}

}