@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 841px) {
	.pc {display: block;}
	.tablet {display: none !important;}
	.sp {display: none !important;}
}
@media screen and (min-width: 600px) and (max-width: 840px) {
	.pc {display: none !important;}
	.tablet {display: block;}
	.sp {display: none !important;}
}
@media screen and (max-width: 599px) {
	.pc {display: none !important;}
	.tablet {display: none !important;}
	.sp {display: block;}
}

/* Link
========================================== */
a:link {color:var(--text-primary); text-decoration:underline;}
a:visited {color:var(--text-primary);}
a:hover {text-decoration:none;}
a:focus{outline: none;}
:target {outline: none;caret-color: transparent;}
a.tel{
	text-decoration: none!important;
	color: var(--text-primary);
	font-size: var(--font-size-subheading);
	font-family: var(--font-number);
	font-weight: 400;
}
a.link{
	color: var(--text-primary);
	font-weight: bold;
	text-decoration: underline;}

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

.anchor{
	position: relative;
	scroll-margin-top: 145px;
}
.anchor-subpage{
	position: relative;
	scroll-margin-top: 175px;
}
body.is-header-hide .anchor,
body.is-header-hide .anchor-subpage {
	scroll-margin-top: 70px; 
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
@media screen and (max-width: 840px) {
	.anchor{scroll-margin-top: 60px;}
	.anchor-subpage{scroll-margin-top:100px;}

	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}

/* Text
========================================== */
p+p{margin-top: 1.5em;}
em{font-style: normal;}
.acenter{text-align:center;}
.aright{text-align:right;}
.textUnderline{
    padding: 0 .2em;
	border-bottom: 2px solid var(--color-secondary);
	font-weight: 700;
}
.textPoint{color: var(--color-accent);font-weight: 800;}

/* Font
========================================== */
.en{
	font-family: var(--font-number);
	font-weight: 400;
}
.number{
	font-family: var(--font-number);
	font-weight: 400;
}

/* Heading
========================================== */
.ttlMain{
	position: relative;
	line-height: var(--line-height-heading);
	margin: 1em auto 3em;
	width: fit-content;
	text-align: center;
}

.ttlMain .en{
	display:block;
	margin-bottom:10px;
	font-size: 4rem;
	font-family: var(--font-english);
	color: var(--text-secondary);
}

.ttlMain .jp{
	display: block;
	font-family: var(--font-secondary);
	font-weight: 700;
}


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

.ttlType01{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap:10px 25px;
	line-height: var(--line-height-heading);
	margin:0 auto 2em;
	padding: 0.8em 0.5em;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	font-size: clamp(2.2rem, 3vw + 0.8rem, 2.6rem);
	font-family: var(--font-secondary);
	font-weight: 700;
}

.ttlType01 .sub{
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 25px;
	font-family: var(--font-primary);
	font-size: var(--font-size-body);
	font-weight: 500;
}
.ttlType01 .sub::before{
	content: "";
	display: inline-block;
	width: 65px;
	height: 1px;
	background-color: #707070;
}

* + .ttlType01{margin-top: 2em;}
.ttlType01 span{
	display: inline-block;
}
.ttlType01 .near{
	margin-left: auto;
	padding: 0 10px;
	background-color: var(--color-accent);
	color: #fff;
	font-size: var(--font-size-body);
}
.ttlType01 .drive{
	margin-left: auto;
	padding: 0 10px;
	background-color: var(--color-secondary);
	color: #fff;
	font-size: var(--font-size-body);
}

@media screen and (max-width:840px){
	.ttlType01{}
	.ttlType01 .sub{display: inline-block;}
	.ttlType01 .sub::before{display: none;}
}


.ttlType02{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	line-height: var(--line-height-heading);
	margin:0 auto 60px;
	font-family: var(--font-secondary);
}
.ttlType02 .en{
	font-size: clamp(2.4rem, 3vw + 0.8rem, 3.8rem);
	font-weight: 700;
}
.ttlType02 .jp{
	font-size: var(--font-size-accent);
	font-family: var(--font-secondary);
	font-weight: 700;
}

.ttlType03{
	position: relative;
	line-height: var(--line-height-heading);
	margin: 1em 0 1.5em;
	padding: .5em 0 .8em 20px;
	border-left: 8px solid var(--color-secondary);
	font-family: var(--font-secondary);
	font-size: clamp(1.8rem, 3vw + 0.8rem, 2.2rem);
	font-weight: 500;
}
.ttlType03::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--border-color);
}
*+.ttlType03,
p+.ttlType03{margin-top: 3em;}

.ttlType04{
	line-height: var(--line-height-heading);
	margin: 1em 0 1em;
	padding:5px 0 10px 16px;
	border-left: 8px solid var(--color-secondary);
	font-family: var(--font-secondary);
	font-size: clamp(1.8rem, 3vw + 0.8rem, 2.2rem);
	font-weight: 500;
}
*+.ttlType04,
p+.ttlType04{margin-top: 3em;}

/* List
========================================== */
p+.listType01,
p+.listDecimal{
	margin-top: 1em;
}

.listType01 {
	display: flex;
	flex-direction: column;
	gap: 0 1em;
	padding-left: 0.6em;
}
.listType01 li {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
}

.listType01 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 9999px;
	background-color: var(--color-primary);
}

.listType01 li ul {
	margin-top: .8em;
	margin-bottom: .8em;
}

.listType01 li ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: 0;
	width: 10px;
	height: 3px;
	border-radius: 0;
	background-color: var(--color-primary);
}

/* 横並び */
.listType01.flex {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2em;
}

.listDecimal {
	counter-reset: li;
	list-style: none;
	padding-left: 0;
}
.listDecimal>li+li {
	margin-top: 1em;
}
.listDecimal>li {
	position: relative;
	padding-left: 2.5em;
}
.listDecimal>li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	top: 2px;
	left: 0;
	width: 1.6em;
	height: 1.6em;
	background-color: var(--color-primary);
	border-radius: 50px;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
}
.listDecimal ul,
.listDecimal ol {margin-top: 1.5em;margin-bottom: 1.5em;}

.listBrackets{
	counter-reset:number;
	position: relative;}
p+.listBrackets{margin-top: 1em;}
.listBrackets > li{padding-left: 2em;}
.listBrackets > li:before {
	content:  "("counter(number) ")";
	counter-increment: number;
	position: absolute;
	left: 0;
}
.listBrackets>li+li {
	margin-top: 1em;
}

/* Button
========================================== */
.btnLink{text-align: center;}
.btnLink.right{text-align: right;}
.btnLink a{
	position: relative;
	display: inline-block;
	padding: 1.2em 40px 1.2em 30px;
	min-width: 240px;
	line-height: var(--line-height-heading);
	box-sizing: border-box;
	border: 1px solid var(--color-primary);
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	font-family: var(--font-secondary);
	font-weight: 900;
	color: var(--color-primary);
	transition: .3s;
}
.btnLink a::after{
	content:"";
	display:block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 6px;
	height:6px;
	background-color:var(--color-primary);
	border-radius: 9999px;
	transition: .3s;
}
.btnLink a:hover{
	background-color:var(--color-primary);
	color:#fff;
}
.btnLink a:hover::after{
	background-color: #fff;
}

/* 黄色バージョン */
.btnMore{text-align: right;}
.btnMore.center{text-align: center;}

.btnMore a{
	position: relative;
	display: inline-block;
	padding: .8em 40px .8em 30px;
	min-width: 220px;
	line-height: var(--line-height-heading);
	box-sizing: border-box;
	border: 1px solid var(--color-secondary);
	background-color:var(--color-secondary);
	text-align: center;
	text-decoration: none;
	font-family: var(--font-secondary);
	font-weight: 900;
	color: #fff;
	transition: .3s;
}
.btnMore a::after{
	content:"";
	display:block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 6px;
	height:6px;
	background-color:#fff;
	border-radius: 9999px;
	transition: .3s;
}
.btnMore a:hover{
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.linkPdf{margin-top: 1em;}
.linkPdf a{
	display: block;
}
.linkPdf a{
	position: relative;
	display: inline-block;
	padding-right: 30px;
	line-height: var(--line-height-heading);
	transition: .3s;
	color: var(--color-primary);
}
.linkPdf a::after{
	content:"";
	display:block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-48%);
	width: 22px;
	height: 22px;
	background-color: var(--color-primary);
	-webkit-mask: url('../img/file-pdf.svg') no-repeat center / contain;
	mask: url('../img/file-pdf.svg') no-repeat center / contain;
	transition: .3s;
}

@media screen and (max-width:599px){

}



/* Table
========================================== */
*+.tableType01{margin-top: 2em;}
.tableType01{
	width: 100%;
	margin: 50px auto 0;
	border-collapse: collapse;
}
.tableType01 th,
.tableType01 td{
	border: 1px solid var(--border-color);
	padding: 1.5em 2em;
}
.tableType01 th {
	width: 16em;
	text-align: left;
	background-color:var(--color-primary);
	vertical-align: middle;
	color: #fff;
}

.tableType01 td {
	background-color: #fff;
}

@media screen and (max-width:1080px){
	.tableType01{width:100%;}
}
@media screen and (max-width:840px){
}

@media screen and (max-width:599px){
	.tableType01,
	.tableType01 tbody,
	.tableType01 tr,
	.tableType01 th,
	.tableType01 td{
		display:block;
		width:100%;
	}
	.tableType01 th{padding:0.5em 1em;border: none;}
	.tableType01 td{padding:1em;}
}

/* image text
========================================== */
.media{
	display: flex;
	gap:20px 5%;
}
.media.reverse{
	flex-direction: row-reverse;
}

.mediaImage {
	width: 35%;
	flex-shrink: 0;
	text-align: center;
}
.mediaImage img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	object-fit: cover;
}
.mediaBody {
	flex-grow: 1;
}

@media screen and (max-width:599px){
	.media,
	.media.reverse{
		flex-direction: column;
	}
	.mediaImage {
		width: 100%;
		flex-shrink: 0;
		text-align: center;
	}
}


/* Animation
========================================== */
.fadeUp.active{
	animation-name:fadeUpAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
}
.fadeUp{opacity:0;}
@keyframes fadeUpAnime{
	from {
	opacity: 0;
	transform: translateY(100px);
	transition : all 500ms;
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}

.fadeIn.active{
	animation-name:fadeInAnime;
	animation-duration:1.8s;
	animation-fill-mode:forwards;
}
.fadeIn{opacity:0;}
@keyframes fadeInAnime{
	from {opacity: 0;}
	to {opacity: 1;}
}

.fadeText.active{
	animation-name:fadeTextAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
.fadeText{opacity:0;}
@keyframes fadeTextAnime{
	from {
	opacity: 0;
	transform: translateY(100%);
	transition : all .5s;
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}

@media screen and (max-width: 840px) {
	.fadeUp.active,
	.fadeIn.active,
	.fadeText.active{animation: none;}
	.fadeUp,.fadeIn,.fadeText{opacity:1;}
}