/**** reset ****/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
    _display: inline;
    _zoom: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

nav, ol, ul {
    list-style: none;
    list-style-type: none;
}

a {
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    text-align: left;
    vertical-align: top;
}

img {
    vertical-align: bottom;
}

input, select, textarea {
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    background: var(--bg-color);
    border: none;
    box-sizing: border-box;
}

i, span, em {
    font-style: normal;
    font-weight: inherit;
}

strong {
    font-weight: bold;
}

:focus {
    outline: 0;
}

/**** reset ****/

:root {
    --bg-color: #ffffff;
    --link-color: #fc903b;
    --link-color2: #ff554f;
    --link-color3: #fcc33c;
    --text-color: #333;
    --strong-color: #1682dc;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

/**** style ****/

html {
    font-size: 10px;
}

body {
    color: var(--text-color);
    font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-optical-sizing: auto;
    font-display: swap;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
}

a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.1s ease;
}

a:hover {
    text-decoration: none;
}

br.smpbr {
    display: none;
}

::selection {
    background-color: var(--strong-color);
    color: #fff;
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

#contain {
    position: relative;
    overflow: hidden;
}

.content-box {
    position: relative;
    width: min(90%, 1200px);
    margin-inline: auto;
}

.content-head {
    margin-bottom: 75px;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.content-head::before {
    display: block;
    margin-bottom: 45px;
    color: var(--link-color);
    font-size: 2.0rem;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.content-text {
    line-height: 2;
}

.attention {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    filter: opacity(0.8);
}

/* .content-text strong {
    color: var(--strong-color);
} */

.btn {
	position: relative;
	display: inline-flex;
    justify-content: center;
    gap: 0 12px;
    align-items: center;
	padding: 2rem 3.75rem;
    min-width: 360px;
	font-size: 2.0rem;
	font-weight: bold;
    line-height: 1;
	color: #fff;
    text-align: center;
	border-radius: 2em;
    z-index: 0;
}

.btn-tel {
    background: linear-gradient(90deg, var(--link-color3), var(--link-color));
}

.tel-notice {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    font-size: 1.1rem;
    font-weight: normal;
    color: rgba(0 0 0 / 0.5);
    letter-spacing: 0.04em;
}
.scroll .tel-notice {
    display: none;
}

.btn-form {
    background: linear-gradient(90deg, var(--link-color), var(--link-color2));
}

.btn::before {
    display: block;
    content: "";
    width: 22px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.header-btn::before {
    width: 18px;
    height: 16px;
}
.btn-tel::before {
    background-image: url(../img/icon_tel.svg);
}
.btn-form::before {
    background-image: url(../img/icon_mail.svg);
}

@media (hover: hover) {
	.btn:hover {
		transform: translate(1px,1px);
	}
}

#header-menu-btn {
    display: none;
}

.header-btn-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.header-btn {
    position: relative;
    min-width: auto;
    gap: 0 8px;
    padding: 1.5rem 2.75rem;
    font-size: 1.6rem;
}

.header-btn::after {
}

#header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: transparent;
	z-index: 10;
}

#header.scroll {
	box-shadow: 0 0 50px rgba(51 51 51 / 0.05);
    background-color: rgba(255 255 255 / 1.0);
}

.header-box {
	position: relative;
    width: min(90%, calc(100% - 400px));
	height: 100px;
    gap: 35px;
    margin-inline: auto;
	transition: all 0.1s ease;
}

#header.scroll .header-box {
	height: 80px;
}

.header-logo img {
	height: 52px;
	width: auto;
	transition: all 0.1s ease;
}

#header.scroll .header-logo img {
	height: 46px;
}

.header-menu-wrap {
    display: flex;
    gap: 35px;
}

.header-list {
    gap: 0 30px;
    margin-left: auto;
}

.header-list li a {
    font-size: 1.6rem;
    color: inherit;
}

@media (hover: hover) {
    .header-list li a:hover {
        color: var(--link-color);
    }
}



#main {
    position: relative;
    background: url(../img/main_img.png) top center no-repeat, url(../img/main_bg.png) bottom center no-repeat;
    min-height: 760px;
    z-index: 2;
}

.main-head-wrap {
    padding-top: 170px;
}

.main-head {
}

.main-head-balloon {
    position: relative;
    display: inline-block;
    padding: 1.0em 1.50em 0.9em 1.50em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--link-color);
    border: 1px solid var(--link-color);
    border-radius: 10px;
    line-height: 1;
    box-shadow: 3px 3px 0 rgba(0 0 0 / 0.1);
}
.main-head-balloon::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    border-top: 12px solid var(--link-color);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.main-head-balloon::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    border-top: 10px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.main-head-title {
    display: block;
    font-size: 5.2rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.13em;
}

.main-text {
    margin: 20px 0 30px 0;
    line-height: 2;
    font-weight: bold;
}

.main-map {
    position: absolute;
    bottom: -110px;
    right: -120px;
}

#slide {
    position: relative;
    /* margin-top: -60px; */
    margin-top: 40px;
    background: linear-gradient(#e9e5e3, #f4f0ee);
    z-index: 1;
}
#slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    top: 0;
    left: 0;
    background: url(../img/main_bg_bottom.png) center no-repeat;
    background-size: 100% 180px;
    z-index: -1;
}

.slide-box {
    transition-timing-function: linear;
}

#slide .swiper-slide {
    width: 320px !important;
    height: 240px !important;
}

.swiper-slide img {
    border-radius: 20px;
}

#problem {
    position: relative;
    padding-top: 90px;
    padding-bottom: 120px;
    background: linear-gradient(#f4f0ee, #ffffff);
    z-index: 1;
}
#problem::after {
    content: "";
    position: absolute;
    display: block;
    width: 340px;
    height: 340px;
    top: 0;
    right: calc((100% - 1300px) / 2);
    background: url(../img/circle_bg.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}

#problem .content-head::before {
    content: "PROBLEM";
}

.problem-list {
}

.problem-list li {
    position: relative;
    width: calc((100% - 80px) / 3);
    padding: 45px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 8px #fff inset, 0 0 90px rgba(244 240 238 / 0.6) inset, 0 0 40px rgba(179 172 165 / 0.1);
    text-align: center;
}
.problem-list li::before {
    content: "";
    position: absolute;
    width: 77px;
    height: 56px;
    top: -15px;
    left: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.problem-list li:nth-of-type(1)::before {
    background-image: url(../img/problem_num01.png);
}
.problem-list li:nth-of-type(2)::before {
    background-image: url(../img/problem_num02.png);
}
.problem-list li:nth-of-type(3)::before {
    background-image: url(../img/problem_num03.png);
}

.problem-text {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}
.problem-text strong {
    background-color: #c5dc95;
}

.problem-answer {
    position: relative;
    padding: 55px;
    margin-top: 90px;
    background-color: #f3ba5f;
    border-radius: 20px;
    box-shadow: 0 0 0 8px #f3ba5f inset, 0 0 0 9px rgba(255 255 255 / 0.5) inset;
}
.problem-answer::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 56px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    background: url(../img/answer_arrow.png) no-repeat center;
    background-size: contain;
}

.answer-text {
    color: #fff;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
}

.conclusion {
    margin-top: 90px;
    gap: 0 50px;
}

.conclusion-info {
    flex: 1;
}

.conclusion-head {
    margin-bottom: 10px;
    font-feature-settings: "palt";
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
}

.conclusion-text {
    font-feature-settings: "palt";
}

.conclusion-text strong {
    background-color: #c5dc95;
}

.conclusion-img {
    width: 540px;
}

.conclusion-img img {
    width: 100%;
    height: auto;
}

#compare {
    position: relative;
    margin: 180px 0;
    background-color: #f4f0ee;
    z-index: 1;
}
#compare::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    top: -180px;
    left: 0;
    background: url(../img/content_bg_top.png) center no-repeat;
    background-size: 100% 180px;
    z-index: -1;
}
#compare::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: -180px;
    left: 0;
    background: url(../img/content_bg_bottom.png) center no-repeat;
    background-size: 100% 180px;
    z-index: -1;
}

#compare .content-box::after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    top: -200px;
    left: -30px;
    background: url(../img/circle_bg_s.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}

#compare .content-head {
    margin-bottom: 15px;
    transform: translateY(-60px);
}

#compare .content-head::before {
    content: "COMPARE";
}

.compare-wrap {
    align-items: stretch;
}

.compare-box {
    position: relative;
    width: calc((100% - 40px) / 2);
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 8px #fff inset, 0 0 90px rgba(244 240 238 / 0.6) inset, 0 0 40px rgba(179 172 165 / 0.1);
    text-align: center;
}

.compare-box-head {
    padding: 1.5em;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 20px 20px 0 0;
}
.compare-box:nth-of-type(1) .compare-box-head {
    background-color: #a57d6c;
}
.compare-box:nth-of-type(2) .compare-box-head {
    background-color: #ef8152;
}

.compare-info {
    padding: 45px;
}

.compare-box-price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 12px;
}

.price-num {
    font-size: 6.0rem;
}

.price-unit {
    font-family: inherit;
    font-size: 2.4rem;
    font-weight: bold;
    transform: translateY(-8px);
}

.compare-box-text {
    margin-top: 25px;
    line-height: 1.7;
}
.compare-wrap + .attention {
    margin-top: 30px;
}

.compare-answer {
    position: relative;
    padding: 50px 550px 50px 50px;
    margin-top: 90px;
    background-color: #f3ba5f;
    border-radius: 20px;
    box-shadow: 0 0 0 8px #f3ba5f inset, 0 0 0 9px rgba(255 255 255 / 0.5) inset;
}

.compare-answer-info {
    color: #fff;
}

.compare-answer-head {
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.7;
}

.compare-img {
    position: absolute;
    width: 500px;
    bottom: 35px;
    right: 15px;
}

#point {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}
#point::after {
    content: "";
    position: absolute;
    display: block;
    width: 340px;
    height: 340px;
    top: 60px;
    right: calc((100% - 1500px) / 2);
    background: url(../img/circle_bg.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}

#point .content-head::before {
    content: "STRONG POINTS";
}

.point-wrap {
    align-items: flex-start;
    gap: 0 40px;
}

.point-box {
    position: relative;
    width: calc((100% - 40px) / 2);
    text-align: center;
}

.point-box-img {
    position: relative;
}

.point-box-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.point-box-img-name {
    position: absolute;
    display: block;
    width: 320px;
    padding: 1em 0;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    background-color: #aecf68;
    border-radius: 2em;
    white-space: nowrap;
}

.point-box-text {
    margin-top: 30px;
    text-align: left;
}

#voice {
    margin-top: 60px;
}

.voice-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.voice-head::before,
.voice-head::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    border-top: 1px dashed #ccc;
}
.voice-head-box {
    padding: 1em 2em;
    background-color: #aecf68;
    border-radius: 2em;
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
}

.voice-wrap {
    align-items: stretch;
}

.voice-box {
    width: calc((100% - 40px) / 2);
}

.voice-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
.voice-title::before {
    content: "";
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.voice-box:nth-of-type(1) .voice-title::before {
    background-image: url(../img/voice_face01.png);
}
.voice-box:nth-of-type(2) .voice-title::before {
    background-image: url(../img/voice_face02.png);
}

.voice-text {
    margin-top: 10px;
}

#plan {
    position: relative;
    margin: 180px 0;
    background-color: #f4f0ee;
    z-index: 1;
}
#plan::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    top: -180px;
    left: 0;
    background: url(../img/content_bg_top.png) center no-repeat;
    background-size: 100% 180px;
    z-index: -1;
}
#plan::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: -180px;
    left: 0;
    background: url(../img/content_bg_bottom.png) center no-repeat;
    background-size: 100% 180px;
    z-index: -1;
}

#plan .content-box {
    width: 100%;
}

#plan .content-box::after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    top: -240px;
    left: 100px;
    background: url(../img/circle_bg_s.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}

#plan .content-head {
    margin-bottom: 15px;
    transform: translateY(-60px);
}
#plan .content-head::before {
    content: "PLANS";
}

.plan-wrap {}

.plan-box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 50px;
    width: min(90%, 1000px) !important;
    padding: 70px 80px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 8px #fff inset, 0 0 90px rgba(244 240 238 / 0.6) inset, 0 0 40px rgba(179 172 165 / 0.1);
}

.plan-img {
    width: 360px;
}

.plan-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.plan-info {
    flex: 1;
}

.plan-type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

.plan-type-class {
    padding: 8px 12px;
    background-color: #aecf68;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 5px;
}

.plan-price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 8px;
    margin-bottom: 18px;
}

.plan-price .price-num {
    font-size: 5.0rem;
}

.plan-price .price-unit {
    font-size: 2.0rem;
    transform: translateY(-8px);
}

.plan-price-attention {
    font-size: 1.4rem;
}

.plan-name {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: bold;
}

.plan-seats-box {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;

}

.plan-seats {
    font-size: 1.4rem;
}

.seats-type {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px 5px 10px;
    margin-right: 7px;
    font-size: 1.1rem;
    font-weight: bold;
    /* background-color: #65cacc; */
    color: #fff;
    border-radius: 2em;
}
.seats-type-a {
    background-color: #65cacc;
}
.seats-type-b {
    background-color: #65cc95;
}

.plan-info .btn {
    padding: 1.70rem 3.50rem;
    margin-top: 30px;
    min-width: auto;
    font-size: 1.8rem;
}

.plan-bottom {
    /* padding: 0 100px; */
    width: min(90%, 1000px);
    gap: 0 50px;
    margin: -140px auto 0 auto;
    transform: translateY(140px);
}

.plan-bottom-img {
    width: 220px;
}

.plan-bottom-img img {
    width: 100%;
    height: auto;
}

.plan-bottom-text {
    flex: 1;
}

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--link-color) !important;
}


#warranty {
    margin-top: 260px;
}

.warranty-box-wrap {
    padding: 80px;
    border: 1px solid #333;
}

.warranty-box:not(:last-of-type) {
    margin-bottom: 60px;
}

.warranty-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: bold;
}
.warranty-head::before,
.warranty-head::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #999;
}

.warranty-list {
    align-items: stretch;
    gap: 0 40px;
}

.warranty-list li {
    width: calc((100% - 120px) / 4);
    margin-bottom: 30px;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.warranty-type {
    padding: 1em;
    background-color: #aecf68;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.warranty-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px 0;
    padding: 30px 30px 20px 30px;
}

.warranty-text1 {
    font-weight: bold;
}

.warranty-text2 {
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--link-color2);
}
.warranty-list li:nth-of-type(4) .warranty-text2 {
    font-size: 2.0rem;
}

.warranty-text3 {
    font-size: 1.3rem;
}

.warranty-text-text-wrap {}

.warranty-text {
    position: relative;
    padding-left: 1em;
    letter-spacing: 0.04em
}
.warranty-text::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    top: calc(1.0em - 2px);
    left: 4px;
    background-color: #333;
    border-radius: 2px;
}
.warranty-text:not(:last-of-type) {
    margin-bottom: 0.5em;
}


#flow {
    position: relative;
    margin-top: 90px;
    padding-bottom: 120px;
}
#flow::after {
    content: "";
    position: absolute;
    display: block;
    width: 340px;
    height: 340px;
    top: 0;
    right: calc((100% - 1100px) / 2);
    background: url(../img/circle_bg.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}

#flow .content-head::before {
    content: "FLOW";
}

.flow-list {}

.flow-list li {
    width: calc((100% - 120px) / 4);
    position: relative;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 8px #fff inset, 0 0 40px rgba(244 240 238 / 0.6) inset, 0 0 40px rgba(179 172 165 / 0.2);
    counter-increment: title;
}
.flow-list li::before {
    display: block;
    margin-bottom: 20px;
    content: counter(title);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    font-size: 4.8rem;
    color: #aecf68;
    text-align: center;
}

.flow-name {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}

.flow-text {
    line-height: 2;
}


#faq {
    position: relative;
    margin: 180px 0;
    background-color: #f4f0ee;
    z-index: 1;
}
#faq::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    top: -180px;
    left: 0;
    background: url(../img/content_bg_top.png) center no-repeat;
    background-size: 100% 180px;
    z-index: -1;
}
#faq::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: -180px;
    left: 0;
    background: url(../img/content_bg_bottom.png) center no-repeat;
    background-size: 100% 180px;
    z-index: -1;
}

#faq .content-box::after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    top: -240px;
    left: -30px;
    background: url(../img/circle_bg_s.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}

#faq .content-head {
    margin-bottom: 15px;
    transform: translateY(-60px);
}
#faq .content-head::before {
    content: "FAQ";
}

.faq-list {}

.faq-box {
    position: relative;
    padding: 50px 60px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 8px #fff inset, 0 0 40px rgba(244 240 238 / 0.6) inset, 0 0 50px rgba(179 172 165 / 0.05);
}
.faq-box:not(:last-of-type) {
    margin-bottom: 45px;
}

.faq-box dt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 2;
}
.faq-box dt::before,
.faq-box dd::before {
    width: 60px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: italic;
    font-variation-settings: "wdth" 100;
    font-size: 3.4rem;
    line-height: 1;
}
.faq-box dt::before {
    content: "Q";
    /* transform: translateY(-15px); */
    color: #aecf68;
}
.faq-box dd::before {
    content: "A";
    /* transform: translateY(-18px); */
    color: var(--link-color);
}

.faq-box dd {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    margin-top: 20px;
    line-height: 2;
}

#contact {
    margin-top: 360px;
}

#contact .content-head {
    margin-bottom: 15px;
    transform: translateY(-60px);
}
#contact .content-head::before {
    content: "CONTACT";
}

.contact-text {
    text-align: center;
}

.contact-wrap {
    margin-top: 45px;
    text-align: center;
}

footer {
    padding: 60px 0;
    margin-top: 120px;
    background-color: #333;
    color: #fff;
    text-align: center;
}

.footer-logo {
    margin-bottom: 40px;
}

.footer-logo img {
    height: 60px;
    width: auto;
}

.footer-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 40px;
}

.footer-link a {
    font-size: 1.4rem;
    color: #fff;
}
@media (hover: hover) {
    .footer-link a:hover {
        color: var(--link-color);
    }
}

.footer-text {
    line-height: 1.7;
    font-size: 1.4rem;
}

.footer-copy {
    margin-top: 30px;
    font-size: 1.1rem;
}


.sub-content {
    padding-top: 200px;
}

.term-content {
    letter-spacing: 0.03em;
    line-height: 1.6;
}

.term-chapter {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.term-chapter:first-of-type {
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.term-chapter:not(:last-of-type) {
    margin-bottom: 30px;
}

.term-chapter-head {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}

.term-article {}

.term-article:not(:last-of-type) {
    margin-bottom: 15px;
}

.term-article-name {
    margin-bottom: 10px;
    font-weight: bold;
}

.term-article-item li {
    counter-increment: title;
    padding-left: 20px;
}
.term-article-item li:not(:last-of-type) {
    margin-bottom: 10px;
}

.term-article-item li::before {
    content: counter(title)".";
    display: inline-block;
    margin-left: -20px;
    width: 20px;
}

.term-article-item-child {
    padding: 10px 0;
}

.term-article-item-child li {
    counter-increment: num;
    padding-left: 25px;
}
.term-article-item-child li:not(:last-of-type) {
    margin-bottom: 5px;
}

.term-article-item-child li::before {
    content: "("counter(num)") ";
    display: inline-block;
    margin-left: -25px;
    width: 25px;
}



@media (max-width: 1800px) {
    .header-box {
        width: 90%;
    }
}
@media (max-width: 1500px) {
    .header-list li:first-of-type {
        display: none;
    }
    .main-map {
        right: -5vw;
    }
}
@media (max-width: 1240px) {
    .header-list li:last-of-type {
        display: none;
    }
    #main {
        background: url(../img/main_img.png) top center no-repeat, url(../img/main_bg.png) bottom center no-repeat;
        background-position: 40% -50%, 45% 150%;
    }
    .main-map {
        right: 0;
    }
    .main-head-wrap {
        padding-left: 2.5vw;
    }
}
@media (max-width: 1200px) {
    .problem-text {
        font-size: 1.8rem;
    }
    .compare-answer {
        padding: 50px 500px 50px 50px;
        margin-top: 90px;
    }
    .compare-img {
        width: 450px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .compare-img img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 1060px) {
    .header-list {
        display: none;
    }

    .content-head {
        margin-bottom: 60px;
        font-size: 3.2rem;
    }
    .content-head::before {
        margin-bottom: 30px;
        font-size: 1.8rem;
    }

    #main {
        background-position: 35% -110%, 45% 150%;
    }
    .main-head-wrap {
        padding-top: 150px;
        padding-left: 0;
    }
    .main-map {
        bottom: -80px;
    }

    #problem {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .problem-list li {
        width: calc((100% - 60px) / 3);
        padding: 35px;
    }
    .problem-text br {
        display: none;
    }
    .problem-answer {
        padding: 45px;
        margin-top: 80px;
    }
    .answer-text {
        font-size: 2.8rem;
    }
    .conclusion {
        margin-top: 60px;
        gap: 0 40px;
    }
    .conclusion-img {
        width: 50%;
    }

    #compare {
        margin: 150px 0;
    }
    #compare::before,
    #plan::before,
    #faq::before {
        height: 150px;
        top: -150px;
        background-size: 100% 150px;
    }
    #compare::after,
    #plan::after,
    #faq::after {
        height: 150px;
        bottom: -150px;
        background-size: 100% 150px;
    }
    .compare-box {
        width: calc((100% - 30px) / 2);
    }
    .compare-answer {
        margin-top: 60px;
    }

    .point-wrap {
        gap: 0 30px;
    }
    .point-box {
        width: calc((100% - 30px) / 2);
    }
    .voice-wrap {
        flex-direction: column;
        gap: 30px 0;
    }
    .voice-box {
        width: 100%;
    }
    .voice-box:first-of-type {
        padding-bottom: 30px;
        border-bottom: 1px dashed #ccc;
    }

    #plan {
        margin: 150px 0;
    }
    .plan-box {
        gap: 0 40px;
        padding: 60px;
    }
    .plan-img {
        width: 320px;
    }
    .plan-bottom {
        position: relative;
        gap: 0 40px;
        margin: -160px auto 0 auto;
        z-index: 10;
    }

    #warranty {
        margin-top: 220px;
    }
    .warranty-box-wrap {
        padding: 60px;
    }

    .flow-list {
        align-items: stretch;
    }
    .flow-list li {
        width: calc((100% - 90px) / 4);
        padding: 30px 20px;
    }
    .flow-text {
        font-size: 1.4rem;
    }

    #faq {
        margin: 150px 0;
    }
    .faq-box:not(:last-of-type) {
        margin-bottom: 35px;
    }

    #contact {
        margin-top: 300px;
    }
    #contact .content-head {
        margin-bottom: 45px;
        transform: none;
    }
}
@media (max-width: 768px) {
    br.smpbr {
        display: inline !important;
    }
    .content-head {
        font-size: 3.0rem;
    }
    .content-text {
        line-height: 1.8;
    }
    #main {
        padding-bottom: 45px;
        background-image: url(../img/main_img_bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .main-head-wrap {
        padding-top: 32vh;
        padding-left: 0;
    }
    .main-head-balloon {
        background-color: #fff;
    }
    .main-text {
    }
    .main-map {
        width: 320px;
        bottom: 130px;
        right: -2.5vw;
    }
    .main-map img {
        width: 100%;
        height: auto;
    }
    #main .btn {
        display: flex;
        margin-inline: auto;
    }

    #problem {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    #problem::after {
        width: 240px;
        height: 240px;
        top: 30px;
        right: -5vw;
    }
    .problem-list {
        align-items: stretch;
    }
    .problem-list li {
        width: calc((100% - 40px) / 3);
        padding: 30px;
    }
    .problem-list li::before {
        width: 60px;
        height: 44px;
        top: -10px;
        left: 20px;
    }
    .problem-img {
        padding: 10px 5px 0 5px;
    }
    .problem-img img {
        width: 100%;
        height: auto;
    }
    .problem-text {
        font-size: 1.6rem;
    }
    .problem-answer {
        padding: 40px 30px;
        margin-top: 60px;
    }
    .problem-answer::before {
        width: 80px;
        height: 45px;
    }
    .answer-text {
        font-size: 2.4rem;
    }
    .conclusion {
        margin-top: 45px;
        flex-direction: column;
        gap: 40px;
    }
    .conclusion-head {
        margin-bottom: 10px;
        font-size: 2.4rem;
        text-align: center;
    }
    .conclusion-img {
        width: 70%;
    }

    #compare {
        margin: 100px 0;
    }
    #compare::before, #plan::before, #faq::before {
        height: 100px;
        top: -100px;
        background-size: 100% 100px;
    }
    #compare::after, #plan::after, #faq::after {
        height: 100px;
        bottom: -100px;
        background-size: 100% 100px;
    }
    #compare .content-box::after {
        width: 120px;
        height: 120px;
        top: -130px;
        left: 0px;
    }
    #compare .content-head,
    #plan .content-head,
    #faq .content-head {
        margin-bottom: 60px;
        transform: none;
    }
    .compare-wrap {
        flex-direction: column;
        gap: 30px;
    }
    .compare-box {
        width: 100%;
    }
    .compare-box-head {
        padding: 1.25em;
        font-size: 1.8rem;
    }
    .compare-info {
        padding: 30px 30px 35px 30px;
    }
    .compare-box-text {
        margin-top: 20px;
    }
    .compare-wrap + .attention {
        margin-top: 15px;
    }
    .compare-answer {
        margin-top: 45px;
        padding: 40px;
    }
    .compare-answer-head {
        margin-bottom: 15px;
        font-size: 2.4rem;
        text-align: center;
    }
    .compare-img {
        position: relative;
        width: 65vw;
        margin-inline: auto;
        margin-top: 30px;
        bottom: auto;
        top: auto;
        transform: none;
    }

    #point::after {
        width: 240px;
        height: 240px;
        top: 45px;
        right: -2.5vw;
    }
    .point-wrap {
        gap: 0 20px;
    }
    .point-box {
        width: calc((100% - 20px) / 2);
    }
    .point-box-img-name {
        width: calc(100% - 5vw);
        padding: 0.75em 0;
        bottom: 2.5vw;
        font-size: 1.8rem;
    }
    .point-box-text {
        margin-top: 20px;
    }
    #voice {
        margin-top: 45px;
    }
    .voice-head {
        margin-bottom: 20px;
    }
    .voice-title {
        justify-content: center;
        align-items: center;
        gap: 0 20px;
        font-size: 1.8rem;
    }

    #plan {
        margin: 100px 0;
    }
    #plan .content-box {
        padding-bottom: 120px;
    }
    #plan .content-box::after {
        width: 100px;
        height: 100px;
        top: -120px;
        left: 100px;
    }
    .plan-box {
        flex-direction: column;
        gap: 30px;
        width: 70vw !important;
        padding: 45px 45px 75px 45px;
    }
    .plan-img {
        width: 50vw;
        margin-inline: auto;
    }
    .plan-info {
        margin-inline: auto;
    }
    .plan-type {
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
    .plan-price {
        justify-content: center;
        gap: 0 8px;
        margin-bottom: 15px;
    }
    .plan-price .price-num {
        font-size: 4.8rem;
    }
    .plan-price .price-unit {
        font-size: 1.8rem;
    }
    .plan-price-attention {
        text-align: center;
    }
    .plan-name {
        margin-top: 25px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 1.8rem;
    }
    .plan-seats-box {
        display: flex;
        justify-content: center;
        gap: 0 15px;
    }
    .plan-info .btn {
        display: flex;
    }
    .plan-bottom {
        gap: 0 30px;
        align-items: flex-end;
        margin: -160px auto 0 auto;
    }
    .plan-bottom-img {
        width: 160px;
    }

    #warranty {
        margin-top: 150px;
    }
    .warranty-box-wrap {
        padding: 40px;
    }
    .warranty-box:not(:last-of-type) {
        margin-bottom: 40px;
    }
    .warranty-head {
        gap: 0 20px;
        margin-bottom: 30px;
        font-size: 1.8rem;
    }
    .warranty-list {
        gap: 10px;
        margin-bottom: 20px;
    }
    .warranty-list li {
        width: calc((100% - 30px) / 4);
        margin-bottom: 0;
        background-color: #f0f0f0;
        border-radius: 5px;
    }
    .warranty-type {
        padding: 0.75em;
    }
    .warranty-inner {
        gap: 12px 0;
        padding: 20px;
    }
    .warranty-text1 {
        font-size: 1.4rem;
    }
    .warranty-text2 {
        font-size: 2.0rem;
    }
    .warranty-list li:nth-of-type(4) .warranty-text2 {
        font-size: 2.0rem;
        text-align: center;
        line-height: 1.3;
    }
    .warranty-text3 {
        font-size: 1.2rem;
    }
    .warranty-text3:empty {
        display: none;
    }

    #flow {
        padding-bottom: 90px;
    }
    #flow::after {
        width: 240px;
        height: 240px;
        top: -5vw;
        right: 5vw;
    }
    .flow-list {
        gap: 20px;
    }
    .flow-list li {
        width: calc((100% - 20px) / 2);
        padding: 25px 20px;
    }
    .flow-list li::before {
        margin-bottom: 12px;
        font-size: 4.0rem;
    }
    .flow-name {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }
    .flow-text {
        text-align: center;
    }

    #faq {
        margin: 100px 0;
    }
    #faq .content-box::after {
        width: 120px;
        height: 120px;
        top: -120px;
        left: 0;
    }
    .faq-box {
        position: relative;
        padding: 40px 50px;
        background-color: #fff;
    }
    .faq-box:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .faq-box dd {
        margin-top: 15px;
    }

    #contact {
        margin-top: 180px;
    }

    footer {
        padding: 45px 0;
        margin-top: 90px;
    }
}
@media (max-width: 576px) {
	html {
        font-size: 9px;
    }

    img {
        width: 100%;
        height: auto;
    }

    .header-box {
        height: 18vw;
        gap: 0;
    }
    #header.scroll .header-box {
        height: 18vw;
    }

    .header-logo img {
        height: 11vw;
        width: auto;
    }
    #header.scroll .header-logo img {
        height: 9.5vw;
    }

    #header-menu-btn {
        display: block;
        position: absolute;
        width: 18vw;
        height: 18vw;
        padding: 20px;
        top: 0;
        right: 0;
        background: linear-gradient(var(--link-color), var(--link-color2));
    }
    #header-menu-btn span {
        position: absolute;
        display: block;
        width: 42%;
        height: 3px;
        top: 50%;
        left: 50%;
        background-color: #fff;
        border-radius: 2px;
        filter: opacity(1);
        transition: all 0.3s ease;
    }
    #header-menu-btn span:nth-of-type(1) {
        transform: translateX(-50%) translateY(calc(-50% - 9px));
    }
    #header-menu-btn span:nth-of-type(2) {
        transform: translateX(-50%) translateY(-50%);
    }
    #header-menu-btn span:nth-of-type(3) {
        transform: translateX(-50%) translateY(calc(-50% + 9px));
    }
    #header-menu-btn.active span {
        width: 46%;
    }
    #header-menu-btn.active span:nth-of-type(1) {
        transform: translateX(-45%) translateY(calc(-50%)) rotate(45deg);
    }
    #header-menu-btn.active span:nth-of-type(2) {
        transform: translateX(-50%) translateY(-50%);
        filter: opacity(0);
    }
    #header-menu-btn.active span:nth-of-type(3) {
        transform: translateX(-45%) translateY(calc(-50%)) rotate(-45deg);
    }

    .header-menu-wrap {
        position: fixed;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 7.5vw;
        top: 0;
        left: 0;
        background-color: rgba(255 255 255 / 1.0);
        transform: translateX(100%);
        transition: all 0.3s ease;
    }
    .header-menu-wrap.active {
        transform: translateX(0);
    }
    .header-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        width: 100%;
        border-bottom: 1px solid #d9d9d9;
    }
    .header-list li {
        width: 100%;
        border-top: 1px solid #d9d9d9;
    }
    .header-list li:first-of-type,
    .header-list li:last-of-type {
        display: block;
    }
    .header-list li a {
        display: block;
        padding: 1.5em 0;
        text-align: center;
        font-size: 1.8rem;
    }
    .header-btn-wrap {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }
    .header-btn {
        width: 100%;
        padding: 2rem 0;
        font-size: 1.8rem;
    }
    .scroll .tel-notice {
        display: block;
    }

    #main {
        padding-bottom: 10px;
        min-height: auto;
        background-image: url(../img/main_img_bg_s.jpg);
    }
    .main-head-wrap {
        padding-top: 36vh;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    .main-head-title {
        display: block;
        font-size: 3.6rem;
        letter-spacing: 0.10em;
    }
    .main-text {
        margin: 15px 0 20px 0;
        line-height: 1.7;
        font-size: 1.6rem;
    }
    .main-map {
        width: 160px;
        top: 45vh;
        bottom: auto;
        right: -4vw;
    }
    .btn {
        gap: 0 12px;
        padding: 2rem 3.75rem;
        min-width: auto;
        width: 100%;
        font-size: 2.0rem;
    }

    #slide::before {
        height: 60px;
        background-size: 100% 60px;
    }
    #slide .swiper-slide {
        width: 200px !important;
        height: 150px !important;
    }
    .swiper-slide img {
        border-radius: 10px;
    }

    .content-head {
        margin-bottom: 45px;
        font-size: 2.4rem;
        letter-spacing: 0.08em;
    }
    .content-head::before {
        margin-bottom: 20px;
        font-size: 1.6rem;
    }

    #problem {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .problem-list {
        flex-direction: column;
        gap: 20px;
    }
    .problem-list li {
        width: 100%;
        padding: 35px 20px 25px 20px;
        border-radius: 10px;
    }
    .problem-list li::before {
        width: 60px;
        height: 44px;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .problem-img {
        padding: 15px 0 0 0;
    }
    .problem-img img {
        width: 50%;
        height: auto;
    }
    .problem-answer {
        padding: 30px;
        margin-top: 45px;
        border-radius: 10px;
    }
    .problem-answer::before {
        width: 60px;
        height: 34px;
    }
    .answer-text {
        font-size: 2.0rem;
        text-align: left;
    }
    .answer-text br {
        display: none;
    }
    .conclusion {
        margin-top: 30px;
        gap: 30px;
    }
    .conclusion-head {
        margin-bottom: 15px;
        font-size: 2.0rem;
    }
    .conclusion-img {
        width: 80%;
    }

    #compare::before, #plan::before, #faq::before {
        height: 60px;
        top: -60px;
        background-size: 100% 60px;
    }
    #compare::after, #plan::after, #faq::after {
        height: 60px;
        bottom: -60px;
        background-size: 100% 60px;
    }
    #compare .content-box {
        padding-bottom: 15px;
    }
    #compare .content-head, #plan .content-head, #faq .content-head {
        margin-bottom: 45px;
    }
    .compare-wrap {
        gap: 20px;
    }
    .compare-box {
        border-radius: 10px;
    }
    .compare-box-head {
        padding: 1.0em;
        font-size: 1.8rem;
        border-radius: 10px 10px 0 0;
    }
    .compare-box-head i {
        display: none;
    }
    .compare-box-price {
        gap: 0 6px;
    }
    .price-num {
        font-size: 4.8rem;
    }
    .price-unit {
        font-size: 2.0rem;
        transform: translateY(-8px);
    }
    .compare-box-text {
        margin-top: 15px;
        font-size: 1.4rem;
    }
    .attention {
        line-height: 1.7;
    }
    .compare-answer {
        margin-top: 30px;
        padding: 30px;
        border-radius: 10px;
    }
    .compare-answer-head {
        margin-bottom: 15px;
        font-size: 2.0rem;
        text-align: center;
    }
    .compare-img {
        width: 100%;
        margin-top: 10px;
        right: auto;
        left: auto;
    }

    #point {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .point-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .point-box {
        width: 100%;
    }
    .point-box-img img {
        border-radius: 10px;
    }
    #voice {
        margin-top: 30px;
    }
    .voice-head {
        margin-bottom: 15px;
    }
    .voice-head-box {
        padding: 0.75em 1.5em;
    }
    .voice-title {
        gap: 0 12px;
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .voice-title::before {
        width: 60px;
        height: 60px;
    }

    #plan {
        margin: 60px 0;
    }
    #plan .content-box {
        padding-bottom: 0;
    }
    .plan-box {
        flex-direction: column;
        gap: 20px;
        width: 80vw !important;
        padding: 30px 25px 60px 25px;
        border-radius: 10px;
    }
    .plan-img {
        width: 100%;
    }
    .swiper-slide .plan-img img {
        border-radius: 5px;
    }
    .plan-info {
        width: 100%;
    }
    .plan-type {
        flex-direction: column;
        gap: 15px 0;
    }
    .plan-price {
        gap: 3px;
    }
    .plan-price .price-num {
        font-size: 4.5rem;
        letter-spacing: 0.01em;
    }
    .plan-price-attention {
        font-size: 1.2rem;
        line-height: 1.7;
    }
    .plan-name {
        margin-top: 20px;
        margin-bottom: 15px;
        line-height: 1.7;
    }
    .plan-seats-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .plan-bottom {
        gap: 0;
        margin: 0 auto 0 auto;
        padding: 25px 0 0 0;
        transform: none;
    }
    .plan-bottom-img {
        display: none;
    }

    #warranty {
        margin-top: 90px;
    }
    .warranty-box-wrap {
        padding: 30px 20px;
    }
    .warranty-head {
        gap: 0 15px;
        margin-bottom: 20px;
    }
    .warranty-list li {
        width: calc((100% - 10px) / 2);
    }
    .warranty-box:not(:last-of-type) {
        margin-bottom: 30px;
    }

    #flow {
        padding-bottom: 60px;
    }
    .flow-list li {
        width: 100%;
        padding: 20px;
        border-radius: 10px;
    }
    .flow-text {
        font-size: 1.6rem;
    }

    #faq {
        margin: 60px 0;
    }
    .faq-box {
        padding: 20px 30px;
        border-radius: 10px;
    }
    .faq-box:not(:last-of-type) {
        margin-bottom: 15px;
    }
    .faq-box dt {
        gap: 0;
        flex: 1;
        font-size: 1.8rem;
        line-height: 1.7;
    }
    .faq-box dd {
        flex: 1;
        gap: 0;
        margin-top: 10px;
        line-height: 1.7;
    }
    .faq-box dt::before, .faq-box dd::before {
        width: 35px;
        flex: none;
        font-size: 3.0rem;
    }

    #contact {
        margin-top: 120px;
    }
    .contact-text {
        text-align: left;
    }
    .contact-wrap {
        margin-top: 20px;
    }

    footer {
        padding: 30px;
        margin-top: 60px;
    }
    .footer-logo img {
        width: 70%;
    }

    .sub-content {
        padding-top: 100px;
    }
}

@media (max-width: 360px) {
	html {
        font-size: 8.5px;
    }
}
