@charset "UTF-8";

.p-fv {
    align-items: center;
    background-color: #4ea781;
    background-image: url(/wp-content/uploads/2025/03/head.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto min(33.0788804071vw, 275px);
    border-bottom-left-radius: min(3.8167938931vw, 30px);
    border-bottom-right-radius: min(3.8167938931vw, 30px);
    display: flex;
    height: min(33.0788804071vw, 275px);
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.p-fv__title {
    margin: 0 auto min(10.1781170483vw, 83px);
    padding-top: min(8.6513994911vw, 93px);
}

.c-title {
    font-size: min(9.1603053435vw, 36px);
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
}

.c-title--white {
    color: #fff;
}

.p-fv__title>* {
    margin: 0 auto;
    text-align: center;
    width: min(89.8218829517vw, 1080px);
}

.p-fv__title h1.c-title {
    font-size: min(8.1424936387vw, 36px);
    margin-bottom: min(5.0890585242vw, 30px);
}

.c-title-sub {
    font-family: Poppins, serif;
    font-size: min(4.0712468193vw, 16px);
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
}

.c-title-sub--white {
    color: #fff;
}

.transport-record {
	padding: min(15.2671755725vw, 80px) 0 min(6.6157760814vw, 106px);
}

.transport-record .inner {
	margin: 0 auto;
    padding: 0 0 min(10.1781170483vw, 80px);
    width: min(89.8218829517vw, 1080px);
}

.prefectures_box {
	margin-bottom: 100px;
	scroll-margin-top: 160px;
}

.prefectures_box:last-of-type {
	margin-bottom: 0;
}

.prefectures_box h2 {
	background-color: #4ea781;
    color: #fff;
    padding: 8px 10px;
}

.municipalities_box {
	margin: 20px 0;
}

.municipalities_box h3 {
	border-bottom: solid 2px #4ea781;
    padding-bottom: 5px;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.municipalities_box ul {
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px 30px;
	margin-bottom: 50px;
}

.municipalities_box ul li {
	background-color: #fff;
    border-radius: 3rem;
    padding: 6px 16px 8px;
    border: solid 2px #4ea781;
    width: calc((100% - 60px) / 3);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prefectures_link {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 30px;
}

.prefectures_link a {
	background-color: #fff;
    padding: 6px 16px 8px;
    border: solid 2px #4ea781;
	width: calc((100% - 80px) / 5);
	position: relative;
	text-align: center;
	color: #4ea781;
    font-weight: 600;
}

.prefectures_link a::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	content: "\f078";
	position: absolute;
	right: 16px;
	font-size: 10px;
}

.pc-only {
	display: block;
}

i.fa-phone {
	display: none;
}

@media (min-width: 1080px) {
    .p-fv {
        background-size: cover;
    }
}

@media (max-width: 1080px) {
	.municipalities_box ul li {
		width: calc((100% - 30px) / 2);
	}
	
	.prefectures_link a::after {
		right: 8px;
	}

	.pc-only {
		display: none;
	}
}

@media (min-width: 768px) {
	width: min(91.1458333333vw, 1080px);
}

@media (max-width: 767px) {
	.prefectures_box {
		scroll-margin-top: 100px;
	}

	.municipalities_box ul li {
		width: 100%;
	}
	
	.prefectures_link a {
		width: calc((100% - 20px) / 2);
	}
	
	.pc-only {
		display: none;
	}
}