@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@700&&family=Oswald:wght@400&display=swap");

/* reset */
body {
    margin: 0;
}

blockquote,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
table,
ul {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

dl,
ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: 400;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
}

button:focus {
    outline: none;
}

img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

figcaption {
    margin-top: 1em;
}

em {
    font-weight: bold;
    font-style: normal;
}

/* base */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    background-color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #444444;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

body {
    min-width: 1270px;
}

@media screen and (max-width: 599px) {
    body {
        min-width: initial;
    }
}

a {
    color: #029A61;
    text-decoration: none;
}

@media (min-width: 600px) {
    a:hover {
        color: #029A61;
        opacity: 0.5;
    }
}

@media (min-width: 600px) {
    button:hover {
        opacity: 0.5;
    }
}

@media (min-width: 600px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

a[href$=".pdf"]:after {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(./img/icon_pdf_black.svg) no-repeat;
}

hr {
    height: 2px;
    background-color: #ccc;
    border: none;
    margin: 1em 0;
}

button {
    cursor: pointer;
}

/*============================
layout
============================*/
.l-container {
    width: 83.9694656489%;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .l-container {
        width: 1100px;
    }
}

/*============================
header
============================*/
body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}

.header {
    padding-top: 50px;
}

@media (min-width: 600px) {
    .header {
        padding-top: 0;
    }
}

.header .header__inner {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}

.header .header__inner-souzoku,
.header .header__inner-sankotsu,
.header .header__inner-ihin,
.header .header__inner-obousan {
    justify-content: space-between;
}

@media (min-width: 600px) {
    .header .header__inner {
        width: 1200px;
        height: 120px;
        margin: auto;
        position: static;
    }
}

.header .header__inner .header__logo {
    height: 36px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 600px) {
    .header .header__inner .header__logo {
        height: 50px;
    }
}

.header .header__inner .header__logo img {
    height: 100%;
    width: auto;
}

.header .header__inner .header__isogi {
    align-self: stretch;
    border-radius: 0px 0px 0px 8px;
    border: 2px solid #FFB800;
    background: #F82E2E;
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 800;
    width: 147px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-left: auto;
}

@media (min-width: 600px) {
    .header .header__inner .header__isogi {
        display: none;
    }
}

.header .header__inner .header__isogi::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/h_icon.png);
    background-image: url(../img/h_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.header .header__inner .header__menu {
    align-self: stretch;
    width: 50px;
    background: #11B577;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header__inner-souzoku .header__menu {
    background-color: #4993d3;
}

.header .header__inner-sankotsu .header__menu {
    background-color: #1967ac;
}

.header .header__inner-ihin .header__menu {
    background-color: #d9901c;
}

.header .header__inner-obousan .header__menu {
    background-color: #9976b1;
}

@media (min-width: 600px) {
    .header .header__inner .header__menu {
        display: none;
    }
}

.header .header__inner .header__menu img {
    width: 26px;
}

.header-halls-num {
    display: none;
    width: 227px;
}

@media (min-width: 600px) {
    .header-halls-num {
        display: block;
    }
}

.header-contact {
    display: none;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

@media (min-width: 600px) {
    .header-contact {
        display: flex;
    }
}

.header-contact .header-contact-head {
    width: 306px;
}

.header-contact .header-contact-tel {
    width: 232px;
    font-size: 1.7em;
    font-weight: bold;
    color: #C14747;
}

.header-contact .header-contact-info {
    width: 100px;
}

.header-nav {
    padding-bottom: 10px;
}

.header-nav ul {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.header-nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-nav ul li:not(:last-child)::after {
    content: "";
    width: 1px;
    align-self: stretch;
    background: #D9D9D9;
}

.header-nav ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 24px;
    color: #3A3A3A;
    font-size: 0.75rem;
    font-weight: 800;
}

.header-nav ul li a::before {
    content: "";
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-nav__plan a::before {
    background-image: url(../img/nav_icon_plan.png);
}

.header-nav__search a::before {
    background-image: url(../img/nav_icon_search.png);
}

.header-nav__features a::before {
    background-image: url(../img/nav_icon_features.png);
}

@media (min-width: 600px) {
    .sp-header {
        display: none;
    }
}

.sp-navs {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 50px 0 20px;
    border-radius: 0px 0px 10px 10px;
    background-color: #029A61;
    height: 100svh;
}

.sp-navs-souzoku {
    background-color: #4993d3;
}

.sp-navs-sankotsu {
    background-color: #1967ac;
}

.sp-navs-ihin {
    background-color: #d9901c;
}

.sp-navs-obousan {
    background-color: #9976b1;
}

.sp-navs.active {
    display: block;
}

.sp-navs__inner {
    width: min(89.8218829517%, 600px);
    padding-top: 15px;
    margin: 0 auto;
    height: 100%;
    overflow-y: scroll;
}

.sp-navs .sp-navs__close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.sp-navs-info__pop-up>div {
    font-family: 'Noto Sans JP';
    writing-mode: horizontal-tb;
    background-color: #C14747;
    position: static;
    padding: 20px 0 20px;
    border-radius: 11px;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: flex-end;
    gap: 7px;
    margin: 25px 0;
}

.sp-navs-info__pop-up span {
    color: #FFEE00;
    font-size: 16px;
    font-weight: 600;
}

.sp-navs-info__pop-up div {
    display: flex;
    gap: 10px;
}

.sp-navs-info__pop-up p {
    color: #fff;
    font-size: 1.7rem;
    line-height: 48px;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: -3px;
}

.sp-navs-info__pop-up img {
    width: 41px;
}

.sp-navs-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.sp-navs-main__item {
    flex: 1;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
}

.sp-navs-main__item ul {
    display: none;
    margin: 0 10px;
}

.sp-navs-main__item ul.show {
    display: flex;
    flex-direction: column;
}

.sp-navs-main__item ul li a {
    text-decoration: none;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 8px;
    border-top: 2px solid #B8E3D2;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
}

.sp-navs-main__item ul li a:hover {
    text-decoration: none;
    opacity: 1;
}

.sp-navs-main__item ul li a::after {
    margin-left: auto;
    transition: all 0.25s ease;
    content: url(../img/nav_arr_g.svg);
}

.sp-navs-main__item>span,
.sp-navs-main__item>a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #3A3A3A;
    font-size: 0.75rem;
    color: #3A3A3A;
    font-weight: 800;
    font-style: normal;
    width: 100%;
    padding: 7px 20px;
    cursor: pointer;
}

.sp-navs-main__item>span:hover,
.sp-navs-main__item>a:hover {
    text-decoration: none;
    opacity: 1;
}

.sp-navs-main__item>span::before,
.sp-navs-main__item>a::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

.sp-navs-main__item>span::after,
.sp-navs-main__item>a::after {
    margin-left: auto;
    transition: all 0.25s ease;
    content: url(../img/nav_arr_g.svg);
}

.sp-navs-main__item>span.active::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sp-navs-main__item--features span::before,
.sp-navs-main__item--features a::before {
    background-image: url(../img/nav_icon_features.png);
}

.sp-navs-main__item--plan span::before,
.sp-navs-main__item--plan a::before {
    background-image: url(../img/nav_icon_plan.png);
}

.sp-navs-main__item--interview span::before,
.sp-navs-main__item--interview a::before {
    background-image: url(../img/nav_icon_interview.png);
}

.sp-navs-main__item--search span::before,
.sp-navs-main__item--search a::before {
    background-image: url(../img/nav_icon_search.png);
}

.sp-navs-service {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

.sp-navs-service>li {
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    position: relative;
}

.sp-navs-service>li>a,
.sp-navs-service>li>span {
    text-decoration: none;
    flex: 1;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    line-height: 1.5;
    padding: 12px 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.sp-navs-service>li>a:hover,
.sp-navs-service>li>span:hover {
    text-decoration: none;
    opacity: 1;
}

.sp-navs-service>li>a::after,
.sp-navs-service>li>span::after {
    transition: all 0.25s ease;
    content: url(../img/nav_arr.svg);
}

.sp-navs-service>li>span {
    cursor: pointer;
}

.sp-navs-service>li>span.active::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sp-navs-service>li>ul.sub {
    display: none;
    width: calc(100% + 2px);
    left: -1px;
    top: 100%;
    background-color: #06734A;
    z-index: 10;
}

.sp-navs-service>li>ul.sub.show {
    display: block;
}

.sp-navs-service>li>ul.sub>li {
    width: 100%;
    padding: 0px;
    position: relative;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.sp-navs-service>li>ul.sub>li>a,
.sp-navs-service>li>ul.sub>li span {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.5;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #06734A;
    padding: 12px 20px;
}

.sp-navs-service-souzoku>li>ul.sub>li>a,
.sp-navs-service-souzoku>li>ul.sub>li span {
    background-color: #1967ac;
}

.sp-navs-service-sankotsu>li>ul.sub>li>a,
.sp-navs-service-sankotsu>li>ul.sub>li span {
    background-color: #154c7c;
}

.sp-navs-service-ihin>li>ul.sub>li>a,
.sp-navs-service-ihin>li>ul.sub>li span {
    background-color: #a86a08;
}

.sp-navs-service-obousan>li>ul.sub>li>a,
.sp-navs-service-obousan>li>ul.sub>li span {
    background-color: #75518d;
}

.sp-navs-service>li>ul.sub>li>a::after,
.sp-navs-service>li>ul.sub>li span::after {
    content: url(../img/nav_arr.svg);
    transition: all 0.25s ease;
}

.sp-navs-service>li>ul.sub>li>a:hover,
.sp-navs-service>li>ul.sub>li span:hover {
    background-color: #06734A;
}

.sp-navs-service-souzoku>li>ul.sub>li>a:hover,
.sp-navs-service-souzoku>li>ul.sub>li span:hover {
    background-color: #4993d3;
}

.sp-navs-service-sankotsu>li>ul.sub>li>a:hover,
.sp-navs-service-sankotsu>li>ul.sub>li span:hover {
    background-color: #1967ac;
}

.sp-navs-service-ihin>li>ul.sub>li>a:hover,
.sp-navs-service-ihin>li>ul.sub>li span:hover {
    background-color: #d9901c;
}

.sp-navs-service-obousan>li>ul.sub>li>a:hover,
.sp-navs-service-obousan>li>ul.sub>li span:hover {
    background-color: #9976b1;
}

.sp-navs-service>li>ul.sub>li>span.active::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sp-navs-service li ul.sub li .sub2Inner {
    width: 100%;
    display: none;
}

.sp-navs-service li ul.sub li .sub2Inner.show {
    display: block;
}

.sp-navs-service li ul.sub li .sub2Inner li {
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.sp-navs-service li ul.sub li .sub2Inner a {
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.5;
    font-size: 0.875rem;
    font-weight: 500;
    background: #055537;
    padding: 12px 20px;
}

.sp-navs-service-souzoku li ul.sub li .sub2Inner a {
    background-color: #1967ac;
}

.sp-navs-service-sankotsu li ul.sub li .sub2Inner a {
    background-color: #154c7c;
}

.sp-navs-service-ihin li ul.sub li .sub2Inner a {
    background-color: #a86a08;
}

.sp-navs-service-obousan li ul.sub li .sub2Inner a {
    background-color: #75518d;
}

.sp-navs-service li ul.sub li .sub2Inner a::after {
    content: url(../img/nav_arr.svg);
    transition: all 0.25s ease;
}

.sp-navs-service li ul.sub li .sub2Inner a:hover {
    text-decoration: none;
}

.sp-navs-service li ul.sub li .sub2Inner a:hover:hover {
    text-decoration: none;
    opacity: 1;
}

.navs {
    display: none;
    height: 40px;
    background-color: #029A61;
    justify-content: center;
    align-items: stretch;
}

.navs-souzoku {
    background-color: #4993d3;
}

.navs-sankotsu {
    background-color: #1967ac;
}

.navs-ihin {
    background-color: #d9901c;
}

.navs-obousan {
    background-color: #9976b1;
}

@media (min-width: 600px) {
    .navs {
        display: flex !important;
    }
}

.navs>ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    font-size: 0.75rem;
    border-right: 1px rgba(255, 255, 255, 0.1) solid;
    width: 1200px;
}

.navs>ul>li {
    border-left: 1px rgba(255, 255, 255, 0.1) solid;
    position: relative;
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.navs>ul>li>a,
.navs>ul>li>span {
    flex: 1;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 120%;
}

.navs>ul>li>span {
    cursor: pointer;
}

@media (min-width: 600px) {
    .navs ul li:hover ul.sub {
        display: block;
    }
}

.navs ul li ul.sub {
    display: none;
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    top: 100%;
    background-color: #029A61;
    z-index: 10;
}

.navs-souzoku ul li ul.sub {
    background-color: #4993d3;
}

.navs-sankotsu ul li ul.sub {
    background-color: #1967ac;
}

.navs-ihin ul li ul.sub {
    background-color: #d9901c;
}

.navs-obousan ul li ul.sub {
    background-color: #9976b1;
}

.navs ul li ul.sub>li {
    width: 100%;
    padding: 0px;
    position: relative;
}

.navs ul li ul.sub>li a,
.navs ul li ul.sub>li span {
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 12px 0;
    display: block;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.navs ul li ul.sub>li a:hover,
.navs ul li ul.sub>li span:hover {
    background-color: #06734A;
}

.navs-souzoku ul li ul.sub>li a:hover,
.navs-souzoku ul li ul.sub>li span:hover {
    background-color: #1967ac;
}

.navs-sankotsu ul li ul.sub>li a:hover,
.navs-sankotsu ul li ul.sub>li span:hover {
    background-color: #154c7c;
}

.navs-ihin ul li ul.sub>li a:hover,
.navs-ihin ul li ul.sub>li span:hover {
    background-color: #a86a08;
}

.navs-obousan ul li ul.sub>li a:hover,
.navs-obousan ul li ul.sub>li span:hover {
    background-color: #75518d;
}

@media (min-width: 600px) {
    .navs ul li ul.sub li:hover .sub2Inner {
        display: block;
    }
}

.navs ul li ul.sub li .sub2Inner {
    position: absolute;
    left: 100%;
    width: 100%;
    display: none;
    top: 0px;
}

.navs ul li ul.sub li .sub2Inner a {
    background: #029A61;
    padding: 12px 0;
    border-left: 1px rgba(255, 255, 255, 0.1) solid;
}

.navs-souzoku ul li ul.sub li .sub2Inner a {
    background-color: #4993d3;
}

.navs-sankotsu ul li ul.sub li .sub2Inner a {
    background-color: #1967ac;
}

.navs-ihin ul li ul.sub li .sub2Inner a {
    background-color: #d9901c;
}

.navs-obousan ul li ul.sub li .sub2Inner a {
    background-color: #9976b1;
}

.navs ul li ul.sub li .sub2Inner a:hover {
    background-color: #06734A;
    opacity: 1;
}

.navs-souzoku ul li ul.sub li .sub2Inner a:hover {
    background-color: #1967ac;
}

.navs-sankotsu ul li ul.sub li .sub2Inner a:hover {
    background-color: #154c7c;
}

.navs-ihin ul li ul.sub li .sub2Inner a:hover {
    background-color: #a86a08;
}

.navs-obousan ul li ul.sub li .sub2Inner a:hover {
    background-color: #75518d;
}

@media (min-width: 600px) {
    .navs-main-wrap {
        background-color: #E9F1EE;
    }
}

.navs-main {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 600px) {
    .navs-main {
        width: 1200px;
        margin: auto;
    }
}

.navs-main .navs-main__item {
    flex: 1;
}

.navs-main .navs-main__item:not(:first-child) {
    border-left: 1px solid #D9D9D9;
}

@media (min-width: 600px) {
    .navs-main .navs-main__item {
        border-left: 1px solid #D9D9D9;
    }

    .pc-hidden {
        display: none !important;
    }

    .sp-hidden {
        display: block;
    }
}

@media (max-width: 599px) {
    .pc-hidden {
        display: block;
    }

    .sp-hidden {
        display: none !important;
    }
}

.navs-main .navs-main__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #3A3A3A;
    font-size: 0.75rem;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    width: 100%;
}

@media (min-width: 600px) {
    .navs-main .navs-main__item a {
        font-size: 1rem;
        gap: 8px;
    }
}

.navs-main .navs-main__item a::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 600px) {
    .navs-main .navs-main__item a::before {
        width: 24px;
        height: 24px;
    }
}

.navs-main .navs-main__item--features a::before {
    background-image: url(../img/nav_icon_features.png);
}

.navs-main .navs-main__item--plan a::before {
    background-image: url(../img/nav_icon_plan.png);
}

.navs-main .navs-main__item--interview a::before {
    background-image: url(../img/nav_icon_interview.png);
}

.navs-main .navs-main__item--search a::before {
    background-image: url(../img/nav_icon_search.png);
}

.navs-main .navs-main__item--hurry {
    display: none;
}

@media (min-width: 600px) {
    .navs-main .navs-main__item--hurry {
        display: flex;
        flex: none;
        align-self: stretch;
        width: 210px;
    }

    .navs-main .navs-main__item--hurry a {
        border: 2px solid #FFB800;
        background: #F82E2E;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .navs-main .navs-main__item--hurry a::before {
        background-image: url(../img/nav_icon_hurry.png);
    }
}

.fixed-header-wrap {
    display: none;
    position: fixed;
    z-index: 100;
    top: -70px;
    background-color: #FFF;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    transition: all 0.25s ease;
}

@media (min-width: 600px) {
    .fixed-header-wrap {
        display: block;
    }
}

.fixed-header-wrap.is-show {
    top: 0;
}

@media (min-width: 600px) {
    .fixed-header {
        width: 1200px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        position: relative;
    }
}

.fixed-header__logo {
    width: 120px;
    padding-left: 10px;
    display: flex;
}

.fixed-header__menu {
    flex: 1;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.fixed-header__item {
    flex: 1;
    display: flex;
    position: relative;
}

.fixed-header__item::after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #D9D9D9;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fixed-header__item:hover {
    background-color: #E9F1EE;
}

.fixed-header__item>a,
.fixed-header__item span {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #3A3A3A;
    font-size: 0.75rem;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
}

.fixed-header__item>a:hover,
.fixed-header__item span:hover {
    text-decoration: none;
    opacity: 1;
}

@media (min-width: 600px) {

    .fixed-header__item>a,
    .fixed-header__item span {
        font-size: 1rem;
        gap: 8px;
    }
}

.fixed-header__item>a::before,
.fixed-header__item span::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 600px) {

    .fixed-header__item>a::before,
    .fixed-header__item span::before {
        width: 24px;
        height: 24px;
    }
}

.fixed-header__item--features a::before {
    background-image: url(../img/nav_icon_features.png);
}

.fixed-header__item--plan span::before {
    background-image: url(../img/nav_icon_plan.png);
}

.fixed-header__item--interview a::before {
    background-image: url(../img/nav_icon_interview.png);
}

.fixed-header__item--search a::before {
    background-image: url(../img/nav_icon_search.png);
}

.fixed-header__item--hurry {
    display: none;
}

@media (min-width: 600px) {
    .fixed-header__item--hurry {
        display: flex;
        flex: none;
        align-self: stretch;
        width: 210px;
    }

    .fixed-header__item--hurry::after {
        display: none;
    }

    .fixed-header__item--hurry a {
        border: 2px solid #FFB800;
        background: #F82E2E;
        color: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .fixed-header__item--hurry a::before {
        background-image: url(../img/nav_icon_hurry.png);
    }
}

.fixed-header-sub-nav {
    display: none;
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    top: 100%;
    background-color: #C8E8DC;
    z-index: 10;
}

.fixed-header__item:hover .fixed-header-sub-nav {
    display: block;
}

.fixed-header-sub-nav>li {
    width: 100%;
    padding: 0px;
    position: relative;
    border-top: 1px #1BA127 solid;
}

.fixed-header-sub-nav>li:first-child {
    border: none;
}

.fixed-header-sub-nav>li a {
    font-size: 0.75rem;
    font-weight: 500;
    color: #1BA127;
    text-align: center;
    cursor: pointer;
    padding: 16px 0;
    display: block;
}

/*============================
footer
============================*/
.f-nav {
    font-size: 0.8125rem;
    margin-bottom: 1em;
    color: #fff;
}

.f-nav:last-child {
    margin-bottom: 0;
}

.f-nav a {
    color: #fff;
}

.f-copy {
    color: #fff;
    font-size: 0.8125rem;
}

.footer {
    background-color: #ECECEC;
    padding: 40px 0 120px;
}

.footer .area-many {
    background-color: #ECECEC;
    padding-top: 0px;
}

.footer .area-many__head {
    color: #029A61;
}

.footer-souzoku .area-many__head {
    color: #4993d3;
}

.footer-sankotsu .area-many__head {
    color: #1967ac;
}

.footer-ihin .area-many__head {
    color: #d9901c;
}

.footer-obousan .area-many__head {
    color: #9976b1;
}

.footer .area-many__list li a {
    background-color: white;
    border: none;
}

.footer-souzoku .area-many__list li a {
    color: #4993d3;
}

.footer-sankotsu .area-many__list li a {
    color: #1967ac;
}

.footer-ihin .area-many__list li a {
    color: #d9901c;
}

.footer-obousan .area-many__list li a {
    color: #9976b1;
}

@media (min-width: 600px) {
    .footer .area-many__list li {
        width: calc((100% - 120px) / 12);
    }
}

@media (min-width: 600px) {
    .footer {
        padding: 50px 0;
        padding-bottom: 120px;
    }
}

.footer__inner-wrap {
    display: flex;
    flex-direction: column;
}

@media (min-width: 600px) {
    .footer__inner-wrap {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 600px) {
    .footer__inner-r {
        display: flex;
    }
}

.footer__logo {
    width: 142px;
    margin-bottom: 10px;
}

.footer__logo-souzoku {
    width: 210px;
}

.footer__logo-sankotsu {
    width: 210px;
}

.footer__logo-ihin {
    width: 210px;
}

.footer__logo-obousan {
    width: 210px;
}

@media (min-width: 600px) {
    .footer__logo {
        width: 170px;
        margin-bottom: 30px;
    }

    .footer__logo-ihin {
        width: 300px;
    }

    .footer__logo-obousan {
        width: 300px;
    }

    .footer__logo-sankotsu {
        width: 300px;
    }

    .footer__logo-souzoku {
        width: 300px;
    }
}

.footer__mark {
    width: 283px;
    margin: auto;
    margin-bottom: 10px;
}

@media (min-width: 600px) {
    .footer__mark {
        align-self: flex-end;
    }
}

.footer__nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.footer__nav li {
    line-height: 1;
}

.footer__nav li a {
    color: #029A61;
    font-size: 0.625rem;
    font-weight: 700;
}

.footer__nav-souzoku li a {
    color: #4993d3;
}

.footer__nav-sankotsu li a {
    color: #1967ac;
}

.footer__nav-ihin li a {
    color: #d9901c;
}

.footer__nav-obousan li a {
    color: #9976b1;
}

@media (min-width: 600px) {
    .footer__nav li a {
        font-size: 0.875rem;
    }
}

.footer__copy {
    text-align: center;
    color: #000;
    font-size: 0.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 40px;
}

@media (min-width: 600px) {
    .footer__copy {
        font-size: 0.625rem;
    }
}

/*============================
fixed-contact
============================*/
.fixed-contact {
    position: fixed;
    left: 0;
    bottom: -94px;
    width: 100%;
    height: 94px;
    background-color: rgba(71, 70, 70, 0.9);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.25s ease;
}

.fixed-contact.is-show {
    bottom: 0;
}

@media (min-width: 600px) {
    .fixed-contact {
        background-color: rgba(2, 154, 97, 0.8);
        height: 90px;
        bottom: -90px;
        flex-direction: row;
    }
}

.fixed-contact__head {
    width: min(100%, 168px);
    margin: 0 auto;
    margin-bottom: 5px;
}

@media (min-width: 600px) {
    .fixed-contact__head {
        display: none;
    }
}

.fixed-contact__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media (min-width: 600px) {
    .fixed-contact__btn {
        display: none;
    }
}

.fixed-contact__btn a {
    display: block;
    flex: 1;
    max-width: 174px;
}

.pc-fixed-contact {
    display: none;
    width: 100%;
}

@media (min-width: 600px) {
    .pc-fixed-contact {
        display: block;
    }
}

.pc-fixed-contact>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc-fixed-contact__tel-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pc-fixed-contact__tel-wrap p {
    font-size: 2em;
    font-weight: bold;
    color: white;
}

.pc-fixed-contact__tel-head {
    width: 306px;
}

.pc-fixed-contact__tel {
    width: 345px;
}

.pc-fixed-contact__tel2 {
    height: 50px;
    width: auto;
}

.pc-fixed-contact__doc-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pc-fixed-contact__doc-head {
    width: 190px;
}

.pc-fixed-contact__doc-btn {
    display: block;
    width: 194px;
}

/*============================
top
============================*/
@media (min-width: 600px) {
    .kv {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 530px;
        background-image: url(../img/kv_bg.png);
    }
}

@media (min-width: 600px) {
    .kv__head {
        width: 1045px;
    }
}

.sidebar button {
    font-family: 'Noto Sans JP';
    writing-mode: horizontal-tb;
    background-color: #C14747;
    position: static;
    right: 0;
    top: 250px;
    padding: 20px 0 20px;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    width: 100%;
    align-items: flex-end;
    gap: 10px;
}

@media (min-width: 600px) {
    .sidebar button {
        font-family: 'Noto Sans JP';
        writing-mode: vertical-rl;
        background-color: #C14747;
        position: fixed;
        right: 0;
        top: 250px;
        padding: 20px 17px 30px;
        border-radius: 11px 0 0 11px;
        letter-spacing: 2px;
        display: flex;
        align-items: center;
        gap: 12px;
        z-index: 2;
        width: 90px;
    }
}


.sidebar button::before {
    content: url(../img/note.svg);
}

.sidebar span {
    color: #FFEE00;
    font-size: 16px;
    font-weight: 600;
    margin-left: -43px;
}

@media (min-width: 600px) {
    .sidebar span {
        color: #FFEE00;
        font-size: 13px;
        font-weight: 500;
    }
}

.sidebar p {
    color: #fff;
    font-size: 1.7rem;
    line-height: 48px;
    letter-spacing: 0;
    font-weight: 600;
    margin-left: 0;
    margin-bottom: -3px
}

@media (min-width: 600px) {
    .sidebar p {
        color: #fff;
        font-size: 1.4rem;
        line-height: 34px;
        letter-spacing: 3px;
        font-weight: 500;
    }
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
}

.sidebar__content.is-open,
.overlay.is-open {
    display: block;
}

.required_popup__content {
    background-color: #fff;
    border-radius: 16px;
    position: fixed;
    inset: 0;
    margin: 0 24px;
    top: 40px;
    bottom: auto;    
    max-width: 690px;
    z-index: 999;
    overflow-y: auto;
    height: calc(100vh - 60px);
}

@media (min-width: 600px) {
    .required_popup__content {
        height: auto;
        top: 70px;
        margin: auto;
    }
}

.required_popup__content p {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}

@media (min-width: 600px) {
    .required_popup__content p {
        font-size: 27px;
    }
}

.required_popup-top {
    display: grid;
    justify-content: center;
    background-color: #C14747;
    width: 100%;
    border-radius: 16px 16px 0 0;
    padding: 10px 0;
}

@media (min-width: 600px) {
    .required_popup-top {
        padding: 30px 0;
    }
}

.required_popup-top span {
    border-bottom: 4px solid #FFEE00;
}

.required_popup__item {
    padding: 10px 22px;
}

@media (min-width: 600px) {
    .required_popup__item {
        padding: 10px 40px 30px;
		height: 70vh;
    }
}

.required_popup__item dt {
    color: #C14747;
    font-size: 17px;
    font-weight: 900;
    margin: 30px 0 15px;
    line-height: 25px;
    gap: 10px;
    display: flex;
    align-items: center; 
    letter-spacing :-1px;
}

@media (min-width: 600px) {
    .required_popup__item dt {
        font-size: 21px;
        letter-spacing :0;
    }
}

@media (max-width: 600px) {   

    .required_popup__item dd br {
        display: none;
    }
}

.required_popup__item dt::before{
    content: "";
    background-size:contain;
    background-image: url(../img/el_check.png);
    background-repeat: no-repeat;
    display: block;
    width: 23px;
    height: 23px; 
    background-size: contain; 
    flex-shrink: 0;
}

.required_popup__item dd {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 25px;
}

.required_popup__item p {
    color: #fff;
    background-color: #06C755;
    font-size: 14px;
    border-radius: 30px;
    margin: auto;
    display: flex;
    text-align: center;
    height: 60px;
    align-items: center;
    margin: 20px 0 25px;
    box-shadow: 0 7px #1C9E51;
    justify-content: center;
    position: relative;
}

.required_popup__item .arrow-icon {
    position: absolute;
    right: 5px;
    width: 23px;
    height: 23px;
    background-image: url(../img/vector.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

@media (min-width: 600px) {
    .required_popup__item p {
        width: 70%;
        margin: auto;
        font-size: 19px;
    }

    .required_popup__item .arrow-icon {
        right: 15px;
    }
}

.required_popup__close {
    border: 2.6px solid #767676;
    border-radius: 25px;
    font-size: 20px;
    height: 50px;    
    color: #767676;
    display: block;
    margin: auto;
    width: 60%;
}

@media (min-width: 600px) {
    .required_popup__close {
        margin-top: 30px;
        width: 30%;
    }

    .required_popup-top br {
        display: none;
    }
}


.required_popup__content {
    display: none;
}

.required_popup__content.is-open {
    display: block;
}

.hidden{
    display: none;
}

.cta-fv {
    background: #F2ECDB;
    padding-bottom: 34px;
}

@media (min-width: 600px) {
    .cta-fv {
        padding: 40px 0 50px;
    }
}

.cta-fv__btn {
    display: contents;
    margin: -34px auto 4px;
}

@media (min-width: 600px) {
    .cta-fv__btn {
        display: none;
    }
}

.cta-fv__btn2 {
    max-width: 776px;
    display: block;
    margin: auto;
}

.cta-fv_btn {
    color: #F8CA2D;
    background-image: linear-gradient(90deg, rgba(251, 83, 94, 0.94), rgba(245, 63, 85, 1) 23%, rgba(241, 43, 69, 1) 40% 60%, rgba(245, 61, 84, 1) 77%, rgba(251, 83, 94, 0.94));
    padding: 13px 20px 10px;
    border-radius: 13px;
    text-align: center;
    box-shadow: 0 7px #7D4447;
    margin: -42px 0 30px;
    display: inline-grid;
    width: 100%;
}

@media (max-width: 600px) {
    .cat-harry--img{
        margin: -40px 0 30px;
    }   
}

.nav-harry--img{
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .cta-fv_btn {
        margin: auto;
    }
}

.cta-fv_btn__text {
    color: #fff;
    line-height: 22px;
    font-size: 15px;
    border-bottom: 3.5px solid #F9CE30;
    padding-bottom: 9px;
}

@media (min-width: 600px) {
    .cta-fv_btn__text {
        line-height: 47px;
        font-size: 25px;
        border-bottom: 6.3px solid #F9CE30;
        padding-bottom: 0;
    }
}

.cta-fv_btn__br {
    display: block;
}

@media (min-width: 600px) {
    .cta-fv_btn__br {
        display: none;
    }
}

@media (min-width: 600px) {
    .cta-fv_btn span:nth-child(1) {
        writing-mode: vertical-rl;
        font-size: 13px;
    }
}

@media (min-width: 600px) {
    .cta-fv_btn span:nth-child(2) {
        color: #fff;
    }
}

.cta-fv_btn p:nth-child(1) {
    display: none;
}

@media (min-width: 600px) {
    .cta-fv_btn p:nth-child(1) {
        font-size: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.cta-fv_btn__text span:nth-child(2) {
    font-size: 43px;
    color: #F9CE30;
    letter-spacing: 10px;
}

@media (min-width: 600px) {
    .cta-fv_btn__text span:nth-child(2) {
        display: none;
    }
}

.cta-fv_btn__text span:nth-child(3) {
    font-size: 1.9rem;
    letter-spacing: 2px;
}

@media (min-width: 600px) {
    .cta-fv_btn__text span:nth-child(3) {
        writing-mode: horizontal-tb;
        font-size: 48px;
        letter-spacing: 3px;
    }
}

.cta-fv_btn__text span:nth-child(4) {
    font-size: 1.5rem;
}

@media (min-width: 600px) {
    .cta-fv_btn__text span:nth-child(4) {
        font-size: 34px;
    }
}


.cta-fv__offer {
    margin: 14px 0 21px;
}

@media (min-width: 600px) {
    .cta-fv__offer {
        display: none;
    }
}

.cta-fv__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.cta-fv__text em {
    color: #F82E2E;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
}

@media (min-width: 600px) {
    .cta-fv__text em {
        font-size: 1.875rem;
    }
}

.cta-fv__text span {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    color: black;
}

.cta-fv__text span b {
    background: linear-gradient(transparent 60%, #FDD021 60%);
}

@media (min-width: 600px) {
    .cta-fv__text span {
        display: none;
    }
}

.cta-fv_btn_top {
    display: none;
}

@media (min-width: 600px) {
    .cta-fv_btn_top {
        display: block;
        text-align: center;
    }
}

@media (min-width: 600px) {
    .cta-fv_btn_buttom {
        display: none;
    }
}

.promise {
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.promise__text {
    color: #029A61;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 28px;
}

@media (min-width: 600px) {
    .promise__text {
        font-size: 1.875rem;
        margin-bottom: 0;
    }
}

.promise__text2 {
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .promise__text2 {
        margin-top: -80px;
        margin-bottom: 40px;
    }
}

.promise-point__head {
    width: 235px;
    margin: auto;
}

@media (min-width: 600px) {
    .promise-point__head {
        width: 324px;
    }
}

.promise-point__inner {
    padding: 35px 20px 50px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: -4px 0px 6px 0px rgba(2, 154, 97, 0.1), 4px 4px 4px 0px rgba(2, 154, 97, 0.1);
}

@media (min-width: 600px) {
    .promise-point__inner {
        padding: 45px 50px 40px;
    }
}

.promise-list {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

@media (min-width: 600px) {
    .promise-list {
        flex-direction: row;
        gap: 60px;
    }
}

@media (min-width: 600px) {
    .promise-list__item {
        flex: 1;
    }
}

.promise-list__item dt {
    display: flex;
    padding: 10px;
    padding-left: 93px;
    background-color: rgba(2, 154, 97, 0.15);
    position: relative;
    border-radius: 5px;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

@media (min-width: 600px) {
    .promise-list__item dt {
        padding: 8px;
        padding-left: 60px;
    }
}

.promise-list__text {
    color: #231815;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.6px;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .promise-list__text {
        min-height: 64.8px;
    }
}

.promise-list__text em {
    background: linear-gradient(transparent 60%, #FDD021 60%);
    font-weight: 500;
}

.promise-list__text b {
    font-size: 0.875rem;
    font-weight: 700;
}

.promise-list__pict {
    text-align: center;
}

.promise-list__pict img {
    width: min(100%, 400px);
    height: auto;
}

.promise-list__num {
    width: 73px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 600px) {
    .promise-list__num {
        width: 50px;
    }
}

.promise-list__num img {
    width: 100%;
    height: auto;
}

.promise-list__head {
    color: #029A61;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
}

@media (min-width: 600px) {
    .promise-list__head {
        font-size: 0.875rem;
    }
}

.promise-list-satisfaction {
    width: 78.4982935154%;
    margin: auto;
    margin-top: 50px;
}

@media (min-width: 600px) {
    .promise-list-satisfaction {
        margin-top: 40px;
        width: 540px;
    }
}

.media {
    background: linear-gradient(180deg, rgba(200, 232, 220, 0.4) 0, rgba(200, 232, 220, 0) 290px);
    background-repeat: no-repeat;
    margin-top: -50px;
    position: relative;
    padding-top: 90px;
}

@media (min-width: 600px) {
    .media {
        background: linear-gradient(180deg, rgba(200, 232, 220, 0.3) 0%, rgba(200, 232, 220, 0) 100%);
        padding-top: 130px;
    }
}

.media__inner {
    display: grid;
    grid-template: "head    head head" "picture .... text" /94px 20px 1fr;
    margin-bottom: 40px;
}

@media (min-width: 600px) {
    .media__inner {
        grid-template: "picture .. head" "picture .. text" 1fr/304px 50px 1fr;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 80px;
    }
}

.media__inner>picture {
    grid-area: picture;
}

.media__inner>picture img {
    width: 94px;
    border-radius: 20px;
}

@media (min-width: 600px) {
    .media__inner>picture img {
        width: 304px;
    }
}

.media__inner>p {
    grid-area: text;
    color: #000;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.8;
}

@media (min-width: 600px) {
    .media__inner>p {
        font-size: 1rem;
    }
}

.media__head-wrap {
    grid-area: head;
}

@media (min-width: 600px) {
    .media__head-wrap {
        margin-bottom: 20px;
    }
}

.media__head {
    color: #029A61;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 600px) {
    .media__head {
        text-align: left;
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    .media__head br {
        display: none;
    }
}

.media__head b {
    color: #C14747;
    font-size: 1.25rem;
}

@media (min-width: 600px) {
    .media__head b {
        font-size: 1.75rem;
    }
}

.media__text {
    color: #231815;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .media__text {
        font-size: 1.125rem;
        text-align: left;
        margin-bottom: 0;
    }
}

.media-cta {
    margin-bottom: 50px;
}

@media (min-width: 600px) {
    .media-cta {
        margin-bottom: 100px;
    }
}

.media-cta p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

@media (min-width: 600px) {
    .media-cta p {
        gap: 25px;
    }

    .media-cta p br {
        display: none;
    }
}

.media-cta p span {
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .media-cta p span {
        font-size: 1.25rem;
    }
}

.media-cta p::before {
    content: url(../img/media_text_l.svg);
}

.media-cta p::after {
    content: url(../img/media_text_r.svg);
}

@media (min-width: 600px) {
    .media-cta__line {
        display: none;
    }
}

.media-cta__line-pc {
    display: none;
    width: 776px;
    margin: auto;
}

@media (min-width: 600px) {
    .media-cta__line-pc {
        display: block;
    }
}

.plan {
    padding: 40px 0 80px;
    background-color: rgba(200, 232, 220, 0.3);
}

@media (min-width: 600px) {
    .plan {
        padding: 80px 0 150px;
    }
}

.plan__head {
    width: min(100%, 280px);
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .plan__head {
        width: 580px;
        margin: auto;
        margin-bottom: 60px;
    }
}

.plan__text {
    color: #000;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 45px;
}

@media (min-width: 600px) {
    .plan__text {
        display: none;
    }
}

.plan-list {
    margin-bottom: 50px;
}

@media (min-width: 600px) {
    .plan-list {
        margin-bottom: 160px;
    }
}

.plan-list>ul {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

@media (min-width: 600px) {
    .plan-list>ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 600px) {
    .plan-list>ul li {
        width: calc((100% - 100px) / 2);
    }
}

.plan-list>ul li a {
    display: block;
    position: relative;
}

.plan-list>ul li a img {
    -webkit-filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
    filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
}

.plan-list__recommend {
    position: absolute;
    top: -2%;
    left: 2%;
    z-index: 1;
    width: 17.7777777778%;
}

.plan-option__head {
    position: relative;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .plan-option__head {
        font-size: 1.25rem;
        padding-bottom: 35px;
        margin-bottom: 40px;
    }
}

.plan-option__head::after {
    content: "";
    display: block;
    background: #029A61;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94px;
    height: 2px;
    margin: auto;
}

@media (min-width: 600px) {
    .plan-option__head::after {
        width: 100px;
    }
}

@media (min-width: 600px) {
    .plan-option dl {
        width: 760px;
        margin: auto;
    }
}

.plan-option dl dt {
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

@media (min-width: 600px) {
    .plan-option dl dt {
        font-size: 1.25rem;
        margin-bottom: 30px;
    }
}

.plan-option dl dt b {
    background: linear-gradient(transparent 60%, #FDD021 60%);
}

.plan-option2 {
    background-color: #fff;
    padding: 50px 0;
}

@media (min-width: 600px) {
    .plan-option2 {
        padding: 100px 0 150px;
    }
}

.plan-option2 ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 600px) {
    .plan-option2 ul {
        width: 760px;
        margin: auto;
        gap: 40px;
    }
}

.cta {
    background: linear-gradient(180deg, #F2ECDB 140px, rgba(242, 236, 219, 0) 140.1px);
    padding-bottom: 60px;
}

@media (min-width: 600px) {
    .cta {
        background-color: #F2ECDB;
        padding: 60px 0;
    }
}

@media (min-width: 600px) {
    .cta__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 45px;
    }
}

.cta-tel {
    padding-top: 25px;
    margin-bottom: 35px;
}

@media (min-width: 600px) {
    .cta-tel {
        padding-top: 0;
        margin-bottom: 0;
        width: 590px;
    }
}

.cta-tel__text {
    margin-bottom: 10px;
}

.cta-tel__form {
    margin-top: 10px;
}

@media (min-width: 600px) {
    .cta-line {
        flex: 1;
        border-radius: 20px;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 520px;
        align-self: stretch;
    }
}

@media (min-width: 600px) {
    .cta-line__inner {
        width: 334px;
    }
}

.cta-line__head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

@media (min-width: 600px) {
    .cta-line__head {
        margin-bottom: 0;
    }
}

.cta-line__head span {
    color: #000;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.cta-line__head::before {
    content: url(../img/cta_line_head_l.svg);
}

.cta-line__head::after {
    content: url(../img/cta_line_head_r.svg);
}

.cta-line__text {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.cta-line__text b {
    background: linear-gradient(transparent 60%, #FDD021 60%);
}

.cta-line__merit {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.cta-line__merit div {
    width: 124px;
}

.cta-line__merit ul {
    flex: 1;
    border-top: 1px solid #D9D9D9;
}

.cta-line__merit ul li {
    display: flex;
    gap: 4px;
    color: #000;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 9px 0;
    border-bottom: 1px solid #D9D9D9;
}

.cta-line__merit ul li::before {
    content: url(../img/cta_line_icon.svg);
}

.cta-line__merit ul li b {
    color: #C14747;
}

.cta-line__note {
    color: #000;
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .cta-line__btn {
        display: none;
    }
}

.cta-line__line-pc {
    display: none;
}

@media (min-width: 600px) {
    .cta-line__line-pc {
        display: block;
    }
}

.voice {
    background-image: url(../img/voice_bg.png);
    background-size: cover;
    background-position: center top;
    padding: 30px 0 40px;
    overflow: hidden;
}

@media (min-width: 600px) {
    .voice {
        background-image: url(../img/voice_bg_pc.jpg);
        background-position: center;
    }
}

.voice__head {
    width: 180px;
    margin: auto;
    margin-bottom: 35px;
}

@media (min-width: 600px) {
    .voice__head {
        margin-bottom: 50px;
        width: 370px;
    }
}

.voice__text {
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
}

@media (min-width: 600px) {
    .voice__text {
        text-align: center;
        font-size: 1rem;
    }
}

.voice-slider.swiper {
    overflow: visible !important;
    margin-bottom: 40px;
}

@media (min-width: 600px) {
    .voice-slider.swiper {
        margin-bottom: 20px;
    }
}

.voice-slider.swiper .swiper-wrapper .swiper-slide {
    width: 270px;
}

@media (min-width: 600px) {
    .voice-slider.swiper .swiper-wrapper .swiper-slide {
        width: 360px;
        width: auto;
    }
}

.swiper-wrapper{
    height: auto;
}

.voice-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.voice-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.voice-slider .swiper-pagination-bullet {
    background-color: #FFF;
    height: 8px;
    width: 8px;
    opacity: 1;
}

@media (min-width: 600px) {
    .voice-slider .swiper-pagination-bullet {
        height: 14px;
        width: 14px;
    }
}

.voice-slider .swiper-pagination-bullet-active {
    background-color: #029A61;
}

.voice-slider .swiper-pagination {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.voice-slider .swiper-pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 15px;
}

.voice-slider .swiper-button-prev,
.voice-slider .swiper-button-next {
    height: 20px;
    width: 20px;
    position: static;
    margin: 0;
}

.voice-slider .swiper-button-prev:after,
.voice-slider .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    margin: auto;
    width: 20px;
}

.voice-slider .swiper-button-prev:after {
    background-image: url(../img/slider_arr_l.svg);
}

.voice-slider .swiper-button-next:after {
    background-image: url(../img/slider_arr_r.svg);
}

.search {
    padding: 45px 0 50px;
    position: relative;
}

@media (min-width: 600px) {
    .search {
        padding: 145px 0 150px;
    }
}

.search__head-balloon {
    display: none;
}

@media (min-width: 600px) {
    .search__head-balloon {
        display: block;
        position: absolute;
        top: -50px;
        right: -94px;
        width: 115px;
    }
}

.search__head {
    position: relative;
    border: #C8E8DC 3px solid;
    border-bottom: 0;
    text-align: center;
    padding: 15px 8px;
}

@media (min-width: 600px) {
    .search__head {
        width: 545px;
        padding: 30px 8px 10px;
        margin: auto;
    }
}

.search__head-sub {
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    background-color: #fff;
    padding: 0 25px;
    white-space: nowrap;
}

@media (min-width: 600px) {
    .search__head-sub {
        font-size: 1.25rem;
    }
}

.search__head-main {
    color: #231815;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 600px) {
    .search__head-main {
        font-size: 1.875rem;
    }
}

.search__pict {
    margin: 0 calc(50% - 50vw) 25px;
    width: 100vw;
}

@media (min-width: 600px) {
    .search__pict {
        width: 1300px;
        margin: 0 auto 60px;
        margin-left: -100px;
    }
}

@media (min-width: 600px) {
    .search-list {
        display: none;
    }
}

.search-list__head {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.search-list__head::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/nav_icon_search.png);
}

.search-list__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
}

.search-list__items li {
    width: calc(50% - 4px);
    display: flex;
    align-items: stretch;
}

.search-list__items li button {
    border-radius: 10px;
    border: 2px solid #C8E8DC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px 18px 15px;
    width: 100%;
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
}

.search-list__items li button::after {
    content: "";
    display: block;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #029A61;
    border-right: 0;
}

.search-list__lists-head {
    margin-bottom: 16px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

.search-list__lists {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-list__lists li {
    width: calc((100% - 10px) / 2);
}

.search-list__lists li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 6px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #029A61;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
}

.search-list__lists li a::after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #D9D9D9;
}

.search-list__area {
    padding: 20px 20px 0;
    background-color: #FFF;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

@media (min-width: 600px) {
    .search-list-pc .l-container {
        width: 1220px;
    }
}

.search-list-pc {
    display: none;
}

@media (min-width: 600px) {
    .search-list-pc {
        display: block;
    }
}

.search-list-pc__inner {
    position: relative;
    height: 920px;
    background-image: url(../img/search_bg_map.png);
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: center bottom;
}

.search-list-pc__head {
    margin-bottom: 16px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

.search-list-pc__lists {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.search-list-pc__lists li {
    width: calc((100% - 10px) / 2);
}

.search-list-pc__lists li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 6px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #029A61;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
}

.search-list-pc__lists li a::after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #D9D9D9;
}

.search-list-pc__area {
    position: absolute;
    padding: 20px 20px 25px;
    background-color: #FFF;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.search-list-pc__area--hokkaido {
    top: 0;
    right: 0;
    width: 330px;
    border: 2px solid #7991D6;
}

.search-list-pc__area--hokkaido .search-list-pc__head {
    color: #7991D6;
}

.search-list-pc__area--koushin {
    top: 0;
    left: 360px;
    width: 330px;
    border: 2px solid #98BE65;
}

.search-list-pc__area--koushin .search-list-pc__head {
    color: #98BE65;
}

.search-list-pc__area--tokai {
    top: 620px;
    right: 0;
    width: 330px;
    border: 2px solid #98BE65;
}

.search-list-pc__area--tokai .search-list-pc__head {
    color: #98BE65;
}

.search-list-pc__area--kansai {
    bottom: 20px;
    right: 360px;
    width: 330px;
    border: 2px solid #F5C74A;
}

.search-list-pc__area--kansai .search-list-pc__head {
    color: #F5C74A;
}

.search-list-pc__area--chugoku {
    top: 0;
    left: 0;
    width: 330px;
    border: 2px solid #F196BE;
}

.search-list-pc__area--chugoku .search-list-pc__head {
    color: #F196BE;
}

.search-list-pc__area--shikoku {
    bottom: 217px;
    left: 0;
    width: 330px;
    border: 2px solid #D7C493;
}

.search-list-pc__area--shikoku .search-list-pc__head {
    color: #D7C493;
}

.search-list-pc__area--kyushu {
    top: 260px;
    left: 0;
    width: 480px;
    border: 2px solid #D86D61;
}

.search-list-pc__area--kyushu .search-list-pc__head {
    color: #D86D61;
}

.search-list-pc__area--kyushu .search-list-pc__lists li {
    width: calc((100% - 20px) / 3);
}

.search-list-pc__area--kanto {
    top: 310px;
    right: 0;
    width: 330px;
    border: 2px solid #5AB5A5;
}

.search-list-pc__area--kanto .search-list-pc__head {
    color: #5AB5A5;
}

.knowledge {
    background-color: rgba(200, 232, 220, 0.3);
    padding: 40px 0;
}

@media (min-width: 600px) {
    .knowledge {
        padding: 80px 0;
    }
}

.knowledge__head {
    width: min(100%, 168px);
    margin-bottom: 35px;
}

@media (min-width: 600px) {
    .knowledge__head {
        width: 300px;
        margin: 0 auto 60px;
    }
}

.knowledge-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 40px;
}

@media (min-width: 600px) {
    .knowledge-list {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: none;
        gap: 18px;
        margin-bottom: 90px;
    }
}

.knowledge-column__head {
    color: #029A61;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

@media (min-width: 600px) {
    .knowledge-column__head {
        font-size: 1.25rem;
        gap: 35px;
        margin-bottom: 30px;
    }
}

.knowledge-column__head::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #029A61;
}

.knowledge-column-list>ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

@media (min-width: 600px) {
    .knowledge-column-list>ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.knowledge-column-list>ul li:nth-child(n+4) {
    display: none;
}

@media (min-width: 600px) {
    .knowledge-column-list>ul li {
        width: calc((100% - 18px) / 2);
    }

    .knowledge-column-list>ul li:nth-child(n+4) {
        display: block;
    }
}

.knowledge-column-list>ul a {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid rgba(2, 154, 97, 0.4);
    background: #FFF;
}

.knowledge-column-list__pict {
    width: 76px;
    flex-shrink: 0;
    margin: -2px;
    margin-right: 0;
}

@media (min-width: 600px) {
    .knowledge-column-list__pict {
        width: 88px;
    }
}

.knowledge-column-list__pict img {
    border-radius: 10px;
}

.knowledge-column-list__text {
    flex: 1;
    color: #000;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.4;
    padding-right: 8px;
}

@media (min-width: 600px) {
    .knowledge-column-list__text {
        font-size: 1rem;
        padding: 14px;
        padding-left: 0;
        overflow: hidden;
    }
}

.knowledge-column-list__text span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.knowledge-column-list__more {
    color: #029A61;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 20px;
    gap: 4px;
}

@media (min-width: 600px) {
    .knowledge-column-list__more {
        font-size: 1.125rem;
    }
}

.knowledge-column-list__more::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #029A61;
    border-right: 0;
}

.area-many {
    padding: 40px 0 50px;
    background-color: #029A61;
}

@media (min-width: 600px) {
    .area-many {
        padding: 70px 0 80px;
    }
}

@media (min-width: 600px) {
    .area-many .l-container {
        width: 1250px;
    }
}

.area-many__head {
    position: relative;
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .area-many__head {
        font-size: 1.25rem;
        padding-bottom: 35px;
        margin-bottom: 40px;
    }
}

.area-many__head::after {
    content: "";
    display: block;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94px;
    height: 2px;
    margin: auto;
}

@media (min-width: 600px) {
    .area-many__head::after {
        width: 100px;
    }
}

.area-many__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.area-many__list li {
    width: calc((100% - 10px) / 2);
}

@media (min-width: 600px) {
    .area-many__list li {
        width: calc((100% - 50px) / 6);
    }
}

.area-many__list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 6px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #F5F5F5;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 600px) {
    .area-many__list li a {
        font-size: 1.125rem;
    }
}

.area-many__list li a::after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #D9D9D9;
}

/* モーダルLINE */
.modal-open {
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 1rem;
    font-weight: bold;
    width: 300px;
    height: 60px;
    color: #fff;
    background: #000;
    border: none;
    cursor: pointer;
    translate: -50% -50%;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
}

.modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
}

.modal.is-active {
    opacity: 1;
    visibility: visible;
}

body:has(.modal.is-active) {
    overflow: hidden;
}

.modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 526px;
    width: 90%;
    background-color: #fff;
    padding-bottom: 30px;
    text-align: left;
}

.modal-close {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 2px solid #029A61;
    background-color: #fff;
    width: min(100%, 160px);
    height: 48px;
    cursor: pointer;
    color: #029A61;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: auto;
    margin-top: 20px;
}

.modal-content {
    background: #fff;
    text-align: left;
    padding: 20px;
}

.modal-content p {
    margin: 1em 0;
}

/* モーダル検索 */
.modal-container-search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 526px;
    width: 90%;
    background-color: #fff;
    padding-bottom: 20px;
    border-radius: 20px;
    border: 2px solid #C8E8DC;
    background: #FFF;
    text-align: left;
}

.modal-close-search {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 2px solid #029A61;
    background-color: #fff;
    width: min(100%, 160px);
    height: 48px;
    cursor: pointer;
    color: #029A61;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: auto;
    margin-top: 20px;
}

.price_morelink {
    font-size: 1rem;
    line-height: 2;
    color: #029A61;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #029A61;
    border-radius: 30px;
    width: 80%;
    margin-top: 20px;
}

.price_morelink_text {
    font-size: 0.8em;
    padding-top: 10px;
    text-align: center;
}

/* モーダル火葬料金 */
#modal-kasou-price.modal {
    background-color: rgba(200, 232, 220, 0.3);
}

.modal-container-kasou-price {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: min(98%, 1200px);
    background-color: #fff;
    padding-bottom: 20px;
    border-radius: 20px;
    border: 2px solid #C8E8DC;
    background: #FFF;
    text-align: left;
}

.modal-home {
    padding: 0px;
}

.modal-home:before {
    content: normal;
}

.planModal {
    overflow: scroll;
}

.annotation_modal_body .words_modal_text {
    font-size: 13px;
    font-size: 0.9rem;
    border: 1px solid #eee;
    padding: 15px;
    width: 100%;
    line-height: 1.6;
    margin-top: 15px;
}

.annotation_modal_body .words_modal_text dl>div {
    display: flex;
}

.annotation_modal_body .words_modal_text dt {
    width: 100px;
}

.annotation_modal_body .words_modal_text dd {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .annotation_modal_body .words_modal_text dd {
        width: 100%;
    }
}

.annotation_modal_body {
    padding: 20px 18px;
}

.annotation_modal .annotation_modal_body .lead_text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    border: 2px solid #ccc;
    padding: 10px 15px 8px;
    background: #faf3f3;
}

.annotation_modal .annotation_modal_body .annotation_modal_text {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.annotation_modal .annotation_modal_body .annotation_modal_text a.text_link {
    text-decoration: underline;
}

.annotation_modal .annotation_modal_body .annotation_modal_text a.text_link:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 5px;
    margin: -2px 5px 0 2px;
    background: url(/common/images/btn/arw_btmAnnotation.png) no-repeat;
    vertical-align: middle;
}

.annotation_modal .annotation_modal_body .annotation_modal_text .accordion_area_box {
    display: none;
    background: #f9f7f7;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px 10px 5px;
    border: 1px dotted #ccc;
}

.annotation_modal .annotation_modal_body .annotation_modal_text .accordion_area_box dd {
    margin-bottom: 5px;
    padding-left: 1em;
}

.annotation_modal .annotation_modal_body .annotation_modal_text dd {
    padding-left: 1.9em;
    font-size: 14px;
    font-size: 1.4rem;
}

.annotation_modal .annotation_modal_body .annotation_modal_text dt {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
}

.annotation_modal .annotation_modal_body .util_marker {
    line-height: 1.2;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #FECDC6 0%);
    background: #fef4c6\9;
    padding: 0 2px;
}

.annotation_modal .annotation_modal_body .util_marker02 {
    display: inline-block;
    line-height: 1.2;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #FECDC6 0%);
    background: #fef4c6\9;
}

.annotation_modal_body .modal_title {
    color: #029A61;
    text-align: center;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .annotation_modal_body .modal_title {
        margin-bottom: 10px;
    }
}

.annotation_modal_body .modal_title span {
    font-size: 0.875rem;
}

.annotation_modal_body .modal_table_content {
    width: 100%;
    margin-top: 30px;
    display: flex;
}

@media screen and (max-width: 767px) {
    .annotation_modal_body .modal_table_content {
        margin-top: 15px;
        flex-direction: column;
    }
}

.annotation_modal_body .modal_table {
    width: 50%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-size: 0.9rem;
    border-collapse: collapse;
}

@media screen and (max-width: 767px) {
    .annotation_modal_body .modal_table {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .annotation_modal_body .modal_table+.modal_table {
        border-top: none;
    }
}

.annotation_modal_body .modal_table.tableR {
    border-left: none;
}

.annotation_modal_body .modal_table th,
.annotation_modal_body .modal_table td {
    padding: 5px 13px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.annotation_modal_body .modal_table th {
    font-weight: bold;
}

.annotation_modal_body .modal_table .area {
    height: 200px;
    width: 8px;
    z-index: 0;
}

.annotation_modal_body .modal_table .area p {
    width: 8px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    line-height: 8px;
    z-index: 1;
    display: block;
}

.annotation_modal_body .modal_table .area_hokkaido_tohoku {
    background: #d0dcea;
}

.annotation_modal_body .modal_table .area_hokkaido_tohoku p {
    height: 100px;
    bottom: 63px;
}

.annotation_modal_body .modal_table .prefectures_hokkaido_tohoku {
    background: #e8eef5;
}

.annotation_modal_body .modal_table .area_kanto {
    background: #daecec;
}

.annotation_modal_body .modal_table .area_kanto p {
    height: 35px;
    bottom: 150px;
}

.annotation_modal_body .modal_table .prefectures_kanto {
    background: #edf6f6;
}

.annotation_modal_body .modal_table .area_chubu_koushinetsu {
    background: #eaefd8;
}

.annotation_modal_body .modal_table .area_chubu_koushinetsu p {
    height: 100px;
    bottom: 130px;
}

.annotation_modal_body .modal_table .prefectures_chubu_koushinetsu {
    background: #f5f7ec;
}

.annotation_modal_body .modal_table .area_kansai {
    background: #f4f2db;
}

.annotation_modal_body .modal_table .area_kansai p {
    height: 35px;
    bottom: 95px;
}

.annotation_modal_body .modal_table .prefectures_kansai {
    background: #faf9ed;
}

.annotation_modal_body .modal_table .area_chugoku_shikoku {
    background: #f6e7d2;
}

.annotation_modal_body .modal_table .area_chugoku_shikoku p {
    height: 83px;
    bottom: 110px;
}

.annotation_modal_body .modal_table .prefectures_chugoku_shikoku {
    background: #fbf3e9;
}

.annotation_modal_body .modal_table .area_kyusyu_okinawa {
    background: #f5ddd9;
}

.annotation_modal_body .modal_table .area_kyusyu_okinawa p {
    height: 83px;
    bottom: 130px;
}

.annotation_modal_body .modal_table .prefectures_kyusyu_okinawa {
    background: #faeeec;
}

.annotation_modal_body .notes_modal_text {
    margin-top: 15px;
}

.annotation_modal_body .notes_modal_text li {
    font-size: 13px;
    font-size: 0.9rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-left: 15px;
}

.planModal .inner .close-btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 40px;
    font-weight: 100;
    right: 39px;
    top: 5px;
    line-height: 50px;
    cursor: pointer;
    background-color: #029A61;
}

@media screen and (max-width: 767px) {
    .planModal .inner .close-btn {
        width: 9.375vw;
        height: 9.375vw;
        right: 3.125vw;
        top: 1.5625vw;
    }
}

.planModal .inner .close-btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #FFF;
}

@media screen and (max-width: 767px) {
    .planModal .inner .close-btn:before {
        width: 7.03125vw;
        height: 0.3125vw;
    }
}

.planModal .inner .close-btn:after {
    position: absolute;
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #FFF;
}

@media screen and (max-width: 767px) {
    .planModal .inner .close-btn:after {
        width: 7.03125vw;
        height: 0.3125vw;
    }
}

/* モーダル追加料金がかかる場合 */
#modal-add-price.modal {
    background-color: rgba(200, 232, 220, 0.3);
}

.modal-container-add-price {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: min(98%, 1200px);
    background-color: #fff;
    padding-bottom: 20px;
    border-radius: 20px;
    border: 2px solid #C8E8DC;
    background: #FFF;
    text-align: left;
}

/*============================
breadcrumbs
============================*/
.breadcrumbs {
    background-color: #06734A;
}

.breadcrumbs-souzoku {
    background-color: #1967ac;
}

.breadcrumbs-sankotsu {
    background-color: #154c7c;
}

.breadcrumbs-ihin {
    background-color: #a86a08;
}

.breadcrumbs-obousan {
    background-color: #75518d;
}

.breadcrumbs ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
    height: 40px;
}

.breadcrumbs ol li {
    color: #FFF;
}

.breadcrumbs ol li:not(:last-of-type)::after {
    content: "/";
    margin: 0 0.5em;
}

.breadcrumbs ol li a {
    color: #FFF;
    text-decoration: none;
}

/*============================
contact
============================*/
.contact {
    padding: 0px 0 50px;
    background-color: rgba(200, 232, 220, 0.3);
}

.contact-sankotsu {
    background-color: #E8F5FA;
}

.contact-obousan {
    background-color: #FFF0FE;
}

@media (min-width: 600px) {
    .contact {
        padding: 45px 0 114px;
    }
}

.contact__head {
    position: relative;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .contact__head {
        font-size: 1.25rem;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
}

.contact__head::after {
    content: "";
    display: block;
    background: #029A61;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94px;
    height: 2px;
    margin: auto;
}

@media (min-width: 600px) {
    .contact__head::after {
        width: 100px;
    }
}

.contact__merit {
    margin: 0 calc(50% - 50vw) 20px;
    width: 100vw;
}

@media (min-width: 600px) {
    .contact__merit {
        width: auto;
        margin: 0 0 60px;
    }
}

.contact__tel {
    display: block;
    margin: 50px auto 0;
}

@media (min-width: 600px) {
    .contact__tel {
        margin: 60px auto 0;
        width: 920px;
    }
}

.contact-form {
    border-radius: 20px;
    border: 2px solid #029A61;
    background: #FFF;
    padding: 20px 20px 40px;
}

@media (min-width: 600px) {
    .contact-form {
        padding: 50px 65px 45px;
    }
}

.contact-form__tel {
    display: block;
    margin-bottom: 20px;
}

.contact-form__btn {
    border-radius: 50px;
    background: #029A61;
    box-shadow: 0px 4px 0px 0px #06734A;
    color: #FFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    width: min(100%, 280px);
    height: 54px;
    display: block;
    margin: 30px auto auto;
}

@media (min-width: 600px) {
    .contact-form__btn {
        width: 320px;
        height: 64px;
        font-size: 1.125rem;
    }
}

/*============================
sankotsu用 style
============================*/
.pageSankotsu .contact__head {
    color: #1967AC;
}

.pageSankotsu .contact__head::after {
    background: #1967AC;
}

.pageSankotsu .contact__tel {
    display: block;
    margin: 50px auto 0;
}

@media (min-width: 600px) {
    .pageSankotsu .contact__tel {
        margin: 60px auto 0;
        width: 920px;
    }
}

.pageSankotsu .contact-form {
    border: 2px solid #1967AC;
}

.pageSankotsu .contact-form__btn {
    background: #1967AC;
    box-shadow: 0px 4px 0px 0px #154C7C;
}

.contact-merit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #F5F5F5;
    line-height: 1.4;
    padding: 16px 8px;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .contact-merit {
        padding: 8px 40px;
    }
}

.contact-merit__text {
    flex-basis: 100%;
    color: #1967AC;
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 600px) {
    .contact-merit__text {
        flex-basis: auto;
        font-size: 1.5rem;
    }
}

.contact-merit__text-ososhiki {
    color: #029A61;
}

.contact-merit__tel {
    color: #DE0F34;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 3px;
    margin-left: 0;
}

@media (min-width: 600px) {
    .contact-merit__tel {
        font-size: 3.75rem;
        margin-left: auto;
    }
}

.contact-merit__info {
    color: #0f0b10;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 700;
    margin-left: 8px;
}

@media (min-width: 600px) {
    .contact-merit__info {
        font-size: 1.125rem;
        margin-left: 20px;
    }
}

.contact-merit__info br {
    display: none;
}

@media (min-width: 400px) {
    .contact-merit__info br {
        display: block;
    }
}

/*============================
Obousan用 style
============================*/
.pageObousan .contact__head {
    color: #9976b1;
}

.pageObousan .contact__head::after {
    background: #9976b1;
}

.pageObousan .contact__tel {
    display: block;
    margin: 50px auto 0;
}

@media (min-width: 600px) {
    .pageObousan .contact__tel {
        margin: 60px auto 0;
        width: 920px;
    }
}

.pageObousan .contact-form {
    border: 2px solid #9976b1;
}

.pageObousan .contact-form__btn {
    background: #9976b1;
    box-shadow: 0px 4px 0px 0px #75518d;
}

.contact-merit__text-obousan {
    color: #9976b1;
}

.contact-merit__text-hakajimai {
    color: #029A61;
}

.cta-tel__btn2 picture {
    position: relative;
}

.cta-tel__btn2 picture p {
    position: absolute;
    left: 5%;
    margin-top: 10%;
    font-size: 3em;
    color: white;
    font-weight: bold;
}

@media (max-width: 599px) {
    .cta-tel__btn2 picture p {
        font-size: 0px;
    }

    .contact__tel picture p {
        font-size: 0px;
    }
}

/*============================
お急ぎの方ページ用 style
============================*/
.hurry-title {
    position: relative;
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .hurry-title {
        margin-bottom: 60px;
    }
}

.hurry-title::after {
    content: "";
    background-image: url(../img/hurry/title_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 110px;
    position: absolute;
    bottom: 0;
    right: 20px;
}

@media (min-width: 600px) {
    .hurry-title::after {
        right: calc(50% - 360px);
        width: 150px;
        height: 184px;
    }
}

.hurry-title__main {
    background-color: #C14747;
}

.hurry-title__text {
    color: #FFF;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    padding: 16px 0;
}

@media (min-width: 600px) {
    .hurry-title__text {
        font-size: 1.25rem;
    }
}

.hurry-title__sub {
    background-color: #F2ECDB;
    padding: 20px 0;
}

@media (min-width: 600px) {
    .hurry-title__sub {
        padding: 36px 0;
    }
}

.hurry-title__sub p {
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    padding-right: 80px;
}

@media (min-width: 600px) {
    .hurry-title__sub p {
        font-size: 1.7rem;
        width: 776px;
        padding: 0 30px;
        margin: 0 auto;
    }
}

.hurry-title__sub p em {
    background: linear-gradient(transparent 60%, #FDD021 60%);
}

.hurry-contact-top {
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .hurry-contact-top {
        margin-bottom: 40px;
    }
}

.hurry-contact-top__btn {
    display: block;
    margin-bottom: 12px;
}

@media (min-width: 600px) {
    .hurry-contact-top__btn {
        width: 776px;
        margin: 0 auto;
        position: relative;
    }
}

.hurry-contact-top__btn span {
    display: none;
}

@media (min-width: 600px) {
    .hurry-contact-top__btn span {
        font-family: "Oswald", sans-serif;
        color: #FFF;
        font-size: 4.75rem;
        display: block;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.hurry-contact-top__text {
    padding-top: 16px;
}

@media (min-width: 600px) {
    .hurry-contact-top__text {
        padding-top: 25px;
        width: 776px;
        margin: 0 auto;
    }
}

.hurry-contact-top__text span {
    display: block;
    border-radius: 5px;
    background: rgba(222, 15, 52, 0.1);
    padding: 16px;
    color: #C14747;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    position: relative;
}

@media (min-width: 600px) {
    .hurry-contact-top__text span {
        border-radius: 10px;
        font-size: 1.125rem;
    }
}

.hurry-contact-top__text span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 12px solid #C14747;
    border-top: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 600px) {
    .hurry-contact-top__text span::after {
        border-right: 35px solid transparent;
        border-left: 35px solid transparent;
        border-bottom: 15px solid #C14747;
        top: -15px;
    }
}

.hurry-flow {
    margin-bottom: 52px;
}

@media (min-width: 600px) {
    .hurry-flow {
        margin-bottom: 80px;
    }
}

.hurry-flow__inner {
    border-radius: 10px;
    border: 2px solid #F2ECDB;
    padding: 25px 15px;
}

@media (min-width: 600px) {
    .hurry-flow__inner {
        padding: 40px 54px 64px;
    }
}

.hurry-flow__head {
    color: #595757;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 18px;
}

@media (min-width: 600px) {
    .hurry-flow__head {
        font-size: 1.875rem;
        margin-bottom: 50px;
    }
}

.hurry-flow-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

@media (min-width: 600px) {
    .hurry-flow-list {
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 24px;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-bottom: 30px;
    }
}

.hurry-flow-list__item {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #F2ECDB;
}

@media (min-width: 600px) {
    .hurry-flow-list__item {
        width: calc((100% - 30px) / 2);
    }
}

.hurry-flow-list__num {
    align-self: stretch;
    flex-basis: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #FDD021;
    color: #000;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 600px) {
    .hurry-flow-list__num {
        flex-basis: 60px;
        font-size: 2.5rem;
    }
}

.hurry-flow-list dl {
    padding: 10px;
    padding-right: 0;
    flex: 1;
}

@media (min-width: 600px) {
    .hurry-flow-list dl {
        padding: 24px 30px;
    }
}

.hurry-flow-list dl dt {
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px;
}

@media (min-width: 600px) {
    .hurry-flow-list dl dt {
        font-size: 1.25rem;
    }
}

.hurry-flow-list dl dd {
    color: #231815;
    font-size: 0.75rem;
    line-height: 1.6;
    word-break: keep-all;
}

@media (min-width: 600px) {
    .hurry-flow-list dl dd {
        font-size: 1rem;
    }
}

.hurry-flow-list__pict {
    width: min(100%, 75px);
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 600px) {
    .hurry-flow-list__pict {
        width: 126px;
        margin-right: 20px;
    }
}

.hurry-flow-contact__tel {
    text-decoration: none;
    display: block;
    background-color: rgba(222, 15, 52, 0.05);
    padding: 10px;
    border-radius: 5px;
}

.hurry-flow-contact__tel:hover {
    text-decoration: none;
    opacity: 1;
}

@media (min-width: 600px) {
    .hurry-flow-contact__tel {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
        border-radius: 10px;
    }
}

.hurry-flow-contact__tel-head {
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 600px) {
    .hurry-flow-contact__tel-head {
        font-size: 1.5rem;
    }
}

.hurry-flow-contact__tel-num {
    color: #DE0F34;
    font-family: "Oswald", sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 600px) {
    .hurry-flow-contact__tel-num {
        font-size: 3.75rem;
    }
}

.hurry-flow-contact__text {
    color: #DE0F34;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 16px;
}

@media (min-width: 600px) {
    .hurry-flow-contact__text {
        font-size: 1.125rem;
    }

    .hurry-flow-contact__text br {
        display: none;
    }
}

.hurry-plan {
    padding: 67px 0 50px;
    background-color: rgba(200, 232, 220, 0.3);
}

@media (min-width: 600px) {
    .hurry-plan {
        padding: 60px 0;
    }
}

.hurry-plan__head {
    position: relative;
    color: #029A61;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 16px;
    margin-bottom: 22px;
    text-align: left;
}

@media (min-width: 600px) {
    .hurry-plan__head {
        text-align: center;
        font-size: 2.25rem;
        padding-bottom: 35px;
        margin-bottom: 40px;
    }
}

.hurry-plan__head::after {
    content: "";
    display: block;
    background: #029A61;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 94px;
    height: 2px;
    margin: auto;
}

@media (min-width: 600px) {
    .hurry-plan__head::after {
        width: 100px;
        right: 0;
    }
}

.hurry-plan-intro {
    margin-bottom: 38px;
}

@media (min-width: 600px) {
    .hurry-plan-intro {
        margin-bottom: 50px;
    }
}

.hurry-plan-intro__inner {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
}

@media (min-width: 600px) {
    .hurry-plan-intro__inner {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        padding: 24px 10px;
    }
}

.hurry-plan-intro__text {
    color: #231815;
    font-size: 0.75rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

@media (min-width: 600px) {
    .hurry-plan-intro__text {
        font-size: 1rem;
    }
}

.hurry-plan-intro__text em {
    font-size: 0.875rem;
    font-weight: 700;
    background: linear-gradient(transparent 60%, #FDD021 60%);
}

@media (min-width: 600px) {
    .hurry-plan-intro__text em {
        font-size: 1.25rem;
    }
}

.hurry-plan-intro__fig {
    padding: 0 10px;
}

@media (min-width: 600px) {
    .hurry-plan-intro__fig {
        width: 392px;
        padding: 0;
    }
}

.hurry-plan-intro__cards {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

@media (min-width: 600px) {
    .hurry-plan-intro__cards {
        justify-content: center;
    }
}

.hurry-plan-intro__cards span {
    color: #7A7878;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

@media (min-width: 600px) {
    .hurry-plan-intro__cards span {
        font-size: 1rem;
    }
}

.hurry-plan-intro__cards img {
    width: min(100%, 162px);
}

@media (min-width: 600px) {
    .hurry-plan-intro__cards img {
        width: 220px;
    }
}

@media (min-width: 600px) {
    .hurry-plan-list .l-container {
        width: 1180px;
    }
}

.hurry-plan-list__lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 600px) {
    .hurry-plan-list__lists {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
}

@media (min-width: 600px) {
    .hurry-plan-list__lists li {
        width: calc((100% - 100px) / 3);
    }
}

.hurry-plan-list__lists li a {
    display: block;
}

.hurry-plan-list__lists li a img {
    -webkit-filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
    filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
}

.hurry-plan-list__morelink-text {
    font-size: 0.75rem;
    margin-top: 16px;
    margin-bottom: 28px;
    text-align: center;
}

@media (min-width: 600px) {
    .hurry-plan-list__morelink-text {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.hurry-plan-list__morelink {
    display: block;
    text-align: left;
    width: 100%;
    border-radius: 40px;
    border: 2px solid #029A61;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 10px;
}

@media (min-width: 600px) {
    .hurry-plan-list__morelink {
        margin-top: 16px;
        text-align: center;
        width: 660px;
    }
}

.hurry-contact {
    background-color: #F2ECDB;
    padding: 40px 0;
}

@media (min-width: 600px) {
    .hurry-contact {
        padding: 64px 0 74px;
    }
}

.hurry-contact__text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.hurry-contact__text span {
    color: #000;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 16px;
}

@media (min-width: 600px) {
    .hurry-contact__text span {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }
}

.hurry-contact__text span em {
    background: linear-gradient(transparent 60%, #FDD021 60%);
}

.hurry-contact__text::before {
    content: url(../img/hurry/contact_text_l.svg);
}

@media (min-width: 600px) {
    .hurry-contact__text::before {
        position: relative;
        margin-top: 10px;
    }
}

.hurry-contact__text::after {
    content: url(../img/hurry/contact_text_r.svg);
}

@media (min-width: 600px) {
    .hurry-contact__text::after {
        position: relative;
        margin-top: 10px;
    }
}

.hurry-contact__btn {
    display: block;
}

@media (min-width: 600px) {
    .hurry-contact__btn {
        width: 776px;
        margin: 0 auto;
        position: relative;
    }
}

.hurry-contact__btn span {
    display: none;
}

@media (min-width: 600px) {
    .hurry-contact__btn span {
        font-family: "Oswald", sans-serif;
        color: #FFF;
        font-size: 4.75rem;
        display: block;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.hurry-qa {
    padding: 28px 0 48px;
}

@media (min-width: 600px) {
    .hurry-qa {
        padding: 60px 0 80px;
    }
}

.hurry-qa__head {
    position: relative;
    color: #029A61;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 16px;
    margin-bottom: 22px;
    text-align: left;
}

@media (min-width: 600px) {
    .hurry-qa__head {
        text-align: center;
        font-size: 2.25rem;
        padding-bottom: 35px;
        margin-bottom: 40px;
    }
}

.hurry-qa__head::after {
    content: "";
    display: block;
    background: #029A61;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 94px;
    height: 2px;
    margin: auto;
}

@media (min-width: 600px) {
    .hurry-qa__head::after {
        width: 100px;
        right: 0;
    }
}

.hurry-qa-lists {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
}

@media (min-width: 600px) {
    .hurry-qa-lists {
        margin-bottom: 54px;
    }
}

.hurry-qa-lists__item {
    border-radius: 10px;
    background: rgba(200, 232, 220, 0.4);
    padding: 16px;
}

@media (min-width: 600px) {
    .hurry-qa-lists__item {
        padding: 20px;
    }
}

.hurry-qa-lists__item dt {
    display: flex;
    gap: 10px;
    align-items: center;
    align-items: baseline;
    color: #4C4948;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(2, 154, 97, 0.5);
}

@media (min-width: 600px) {
    .hurry-qa-lists__item dt {
        font-size: 1rem;
    }
}

.hurry-qa-lists__item dt span {
    color: #029A61;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    width: 1em;
}

@media (min-width: 600px) {
    .hurry-qa-lists__item dt span {
        font-size: 1.5rem;
    }
}

.hurry-qa-lists__item dd {
    position: relative;
    cursor: pointer;
}

.hurry-qa-lists__item dd::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #029A61;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.hurry-qa-lists__item dd>div {
    display: flex;
    gap: 10px;
    align-items: center;
    align-items: baseline;
    color: #C14747;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-right: 20px;
}

@media (min-width: 600px) {
    .hurry-qa-lists__item dd>div {
        font-size: 1rem;
    }

    .hurry-qa-lists__item dd>div br {
        display: none;
    }
}

.hurry-qa-lists__item dd>div span {
    color: #C14747;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    width: 1em;
}

@media (min-width: 600px) {
    .hurry-qa-lists__item dd>div span {
        font-size: 1.5rem;
    }
}

.hurry-qa-lists__item dd>p {
    padding-left: 30px;
    color: #000;
    font-size: 0.75rem;
    line-height: 1.6;
    display: none;
    padding-bottom: 20px;
}

@media (min-width: 600px) {
    .hurry-qa-lists__item dd>p {
        font-size: 0.875rem;
    }
}

.hurry-qa-lists__item dd>p a.hurry-qa-lists-link {
    display: block;
    text-align: left;
    width: 100%;
    border-radius: 40px;
    border: 2px solid #029A61;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 10px;
}

@media (min-width: 600px) {
    .hurry-qa-lists__item dd>p a.hurry-qa-lists-link {
        margin-top: 20px;
        display: inline-block;
        width: 280px;
        margin-right: 10px;
    }
}

.hurry-qa-lists__item dd.is-open::after {
    border-bottom: 12px solid #029A61;
    border-top: 0;
}

.hurry-qa-lists__item dd.is-open>p {
    display: block;
}

@media (min-width: 600px) {
    .hurry-qa-contact {
        width: 993px;
        margin: 0 auto;
    }
}

.hurry-qa-contact__head {
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
    word-break: keep-all;
}

@media (min-width: 600px) {
    .hurry-qa-contact__head {
        font-size: 1.125rem;
        margin-bottom: 20px;
    }
}

.hurry-qa-contact__tel {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background-color: rgba(222, 15, 52, 0.05);
    padding: 10px;
    border-radius: 5px;
}

.hurry-qa-contact__tel:hover {
    text-decoration: none;
    opacity: 1;
}

@media (min-width: 600px) {
    .hurry-qa-contact__tel {
        gap: 50px;
        border-radius: 10px;
    }
}

.hurry-qa-contact__tel-num {
    color: #DE0F34;
    font-family: "Oswald", sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

@media (min-width: 600px) {
    .hurry-qa-contact__tel-num {
        font-size: 3.75rem;
    }
}

.hurry-qa-contact__tel-info {
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 600px) {
    .hurry-qa-contact__tel-info {
        font-size: 1.5rem;
        order: -1;
    }

    .hurry-qa-contact__tel-info br {
        display: none;
    }
}

.hurry-qa-contact__text {
    color: #DE0F34;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 15px;
}

@media (min-width: 600px) {
    .hurry-qa-contact__text {
        font-size: 1.125rem;
    }

    .hurry-qa-contact__text br {
        display: none;
    }
}

.hurry-top-link {
    margin-bottom: 80px;
}

@media (min-width: 600px) {
    .hurry-top-link {
        margin-bottom: 145px;
    }
}

.hurry-top-link a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 3px solid #029A61;
    padding: 12px;
    line-height: 1.4;
}

@media (min-width: 600px) {
    .hurry-top-link a {
        padding: 19px;
        width: 600px;
        margin: 0 auto;
    }
}

.hurry-top-link a img {
    width: 142px;
}

@media (min-width: 600px) {
    .hurry-top-link a img {
        width: 222px;
    }
}

.hurry-top-link a span {
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
}

@media (min-width: 600px) {
    .hurry-top-link a span {
        font-size: 1.25rem;
        margin-top: 12px;
    }
}

/*============================
top
============================*/
@media (min-width: 600px) {
    .cities-kv {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 530px;
        background-image: url(../img/kv_bg.png);
    }
}

.cities-kv__head {
    position: relative;
}

.cities-kv__head span {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #029A61;
    font-family: "Noto Serif JP", serif;
    font-size: 9.1603053435vw;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.03em;
    width: 100%;
    text-align: center;
    padding-top: 6.8702290076vw;
}

@media (min-width: 600px) {
    .cities-kv__head span {
        font-size: 2.5rem;
        padding-top: 53px;
    }
}

@media (min-width: 600px) {
    .cities-kv__head {
        width: 1045px;
    }
}

.cities-cta-fv {
    background: #F2ECDB;
    padding-bottom: 34px;
}

@media (min-width: 600px) {
    .cities-cta-fv {
        padding: 40px 0 50px;
    }
}

.cities-cta-fv__btn {
    display: block;
    margin: -34px auto 4px;
    position: relative;
}

@media (min-width: 600px) {
    .cities-cta-fv__btn {
        display: none;
    }
}

.cities-cta-fv__btn2 {
    max-width: 776px;
    display: block;
    margin: auto;
}

.cities-cta-fv__offer {
    margin-bottom: 40px;
}

@media (min-width: 600px) {
    .cities-cta-fv__offer {
        display: none;
    }
}

.cities-cta-fv__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.cities-cta-fv__text em {
    color: #C14747;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
}

@media (min-width: 600px) {
    .cities-cta-fv__text em {
        font-size: 1.875rem;
    }
}

.cities-cta-fv__text span {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
}

.cities-cta-fv__text span b {
    background: linear-gradient(transparent 60%, #FDD021 60%);
}

@media (min-width: 600px) {
    .cities-cta-fv__text span {
        display: none;
    }
}

.cities-media {
    padding-top: 48px;
}

@media (min-width: 600px) {
    .cities-media {
        padding-top: 78px;
    }
}

.cities-media__emblem {
    width: min(100%, 166px);
    margin: 0 auto 20px;
}

@media (min-width: 600px) {
    .cities-media__emblem {
        width: 240px;
        margin: 0 auto 64px;
    }
}

.cities-media__inner {
    display: grid;
    grid-template: "head    head head" "picture .... text" /94px 20px 1fr;
    margin-bottom: 40px;
}

@media (min-width: 600px) {
    .cities-media__inner {
        grid-template: "picture .. head" "picture .. text" 1fr/304px 50px 1fr;
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: 80px;
    }
}

.cities-media__inner>picture {
    grid-area: picture;
}

.cities-media__inner>picture img {
    width: 94px;
    border-radius: 20px;
}

@media (min-width: 600px) {
    .cities-media__inner>picture img {
        width: 304px;
    }
}

.cities-media__inner>p {
    grid-area: text;
    color: #000;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.8;
}

@media (min-width: 600px) {
    .cities-media__inner>p {
        font-size: 1rem;
    }
}

.cities-media__head-wrap {
    grid-area: head;
}

@media (min-width: 600px) {
    .cities-media__head-wrap {
        margin-bottom: 20px;
    }
}

.cities-media__head {
    color: #029A61;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 10px;
}

@media (min-width: 600px) {
    .cities-media__head {
        text-align: left;
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    .cities-media__head br {
        display: none;
    }
}

.cities-media__head b {
    color: #C14747;
    font-size: 1.25rem;
}

@media (min-width: 600px) {
    .cities-media__head b {
        font-size: 1.75rem;
    }
}

.cities-media__text {
    color: #231815;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .cities-media__text {
        font-size: 1.125rem;
        text-align: left;
        margin-bottom: 0;
    }
}

.cities-plan {
    padding: 67px 0 50px;
    background-color: rgba(200, 232, 220, 0.3);
}

@media (min-width: 600px) {
    .cities-plan {
        padding: 60px 0;
    }
}

.cities-plan__head {
    position: relative;
    color: #029A61;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 16px;
    margin-bottom: 22px;
    text-align: left;
}

@media (min-width: 600px) {
    .cities-plan__head {
        text-align: center;
        font-size: 2.25rem;
        padding-bottom: 35px;
        margin-bottom: 40px;
    }
}

.cities-plan__head::after {
    content: "";
    display: block;
    background: #029A61;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 94px;
    height: 2px;
    margin: auto;
}

@media (min-width: 600px) {
    .cities-plan__head::after {
        width: 100px;
        right: 0;
    }
}

.cities-plan-intro {
    margin-bottom: 38px;
}

@media (min-width: 600px) {
    .cities-plan-intro {
        margin-bottom: 50px;
    }
}

.cities-plan-intro__inner {
    border-radius: 10px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
}

@media (min-width: 600px) {
    .cities-plan-intro__inner {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        padding: 24px 10px;
    }
}

.cities-plan-intro__text {
    color: #231815;
    font-size: 0.75rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

@media (min-width: 600px) {
    .cities-plan-intro__text {
        font-size: 1rem;
    }
}

.cities-plan-intro__text em {
    font-size: 0.875rem;
    font-weight: 700;
    background: linear-gradient(transparent 60%, #FDD021 60%);
}

@media (min-width: 600px) {
    .cities-plan-intro__text em {
        font-size: 1.25rem;
    }
}

.cities-plan-intro__fig {
    padding: 0 10px;
}

@media (min-width: 600px) {
    .cities-plan-intro__fig {
        width: 392px;
        padding: 0;
    }
}

.cities-plan-intro__cards {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

@media (min-width: 600px) {
    .cities-plan-intro__cards {
        justify-content: center;
    }
}

.cities-plan-intro__cards span {
    color: #7A7878;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

@media (min-width: 600px) {
    .cities-plan-intro__cards span {
        font-size: 1rem;
    }
}

.cities-plan-intro__cards img {
    width: min(100%, 162px);
}

@media (min-width: 600px) {
    .cities-plan-intro__cards img {
        width: 220px;
    }
}

@media (min-width: 600px) {
    .cities-plan-list .l-container {
        width: 1180px;
    }
}

.cities-plan-list__lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 600px) {
    .cities-plan-list__lists {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
}

@media (min-width: 600px) {
    .cities-plan-list__lists li {
        width: calc((100% - 100px) / 3);
    }
}

.cities-plan-list__lists li a {
    display: block;
    position: relative;
}

.cities-plan-list__lists li a img {
    -webkit-filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
    filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
}

.cities-plan-list__recommend {
    position: absolute;
    top: -2%;
    left: 2%;
    z-index: 1;
    width: 17.7777777778%;
}

.cities-plan-list__morelink-text {
    font-size: 0.75rem;
    margin-top: 16px;
    margin-bottom: 28px;
    text-align: center;
}

@media (min-width: 600px) {
    .cities-plan-list__morelink-text {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.cities-plan-list__morelink {
    display: block;
    text-align: left;
    width: 100%;
    border-radius: 40px;
    border: 2px solid #029A61;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 10px;
}

@media (min-width: 600px) {
    .cities-plan-list__morelink {
        margin-top: 16px;
        text-align: center;
        width: 660px;
    }
}

.cities-cta {
    background-color: #F2ECDB;
    padding: 40px 0;
}

@media (min-width: 600px) {
    .cities-cta {
        padding: 64px 0 74px;
    }
}

.cities-cta__text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.cities-cta__text span {
    color: #000;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 16px;
}

@media (min-width: 600px) {
    .cities-cta__text span {
        font-size: 1.25rem;
        margin-bottom: 20px;
    }
}

.cities-cta__text span em {
    background: linear-gradient(transparent 60%, #FDD021 60%);
}

.cities-cta__text::before {
    content: url(../img/hurry/contact_text_l.svg);
}

@media (min-width: 600px) {
    .cities-cta__text::before {
        position: relative;
        margin-top: 10px;
    }
}

.cities-cta__text::after {
    content: url(../img/hurry/contact_text_r.svg);
}

@media (min-width: 600px) {
    .cities-cta__text::after {
        position: relative;
        margin-top: 10px;
    }
}

.cities-cta__btn {
    display: block;
}

@media (min-width: 600px) {
    .cities-cta__btn {
        width: 776px;
        margin: 0 auto;
        position: relative;
    }
}

.cities-cta__btn span {
    display: none;
}

@media (min-width: 600px) {
    .cities-cta__btn span {
        font-family: "Oswald", sans-serif;
        color: #FFF;
        font-size: 4rem;
        display: block;
        position: absolute;
        top: 64%;
        right: 200px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.cities-cta__btn-form {
    display: block;
    margin-top: 10px;
}

.cities-halls {
    padding: 36px 0 32px;
}

@media (min-width: 600px) {
    .cities-halls {
        padding: 75px 0 85px;
    }
}

.cities-halls-head {
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .cities-halls-head {
        margin-bottom: 62px;
    }
}

.cities-halls-head__head {
    color: #231815;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 600px) {
    .cities-halls-head__head {
        font-size: 1.875rem;
    }
}

.cities-halls-head__text {
    color: #029A61;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 16px;
}

@media (min-width: 600px) {
    .cities-halls-head__text {
        font-size: 1.25rem;
        margin-top: 32px;
    }
}

.cities-halls-lists__lists {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cities-halls-lists__more {
    display: block;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 15px;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.cities-halls-list {
    border-radius: 10px;
    border: 2px solid #C8E8DC;
}

.cities-halls-list-link_vi {
    float: right;
    color: #11B577;
    font-weight: bold;
}

.cities-halls-list__head {
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 15px 20px 10px;
}

@media (min-width: 600px) {
    .cities-halls-list__head {
        border-bottom: 2px solid #C8E8DC;
    }
}

.cities-halls-list__contents {
    display: flex;
    flex-direction: column;
}

@media (min-width: 600px) {
    .cities-halls-list__contents {
        flex-direction: row;
        padding: 16px 16px 20px 0;
        gap: 4px;
    }
}

.cities-halls-list__text {
    display: flex;
    flex-direction: column;
}

@media (min-width: 600px) {
    .cities-halls-list__text {
        flex: 1;
    }
}

.cities-halls-list__info {
    padding: 0 20px 8px;
}

@media (min-width: 600px) {
    .cities-halls-list__info {
        padding: 0 0 8px;
    }
}

.cities-halls-list__info li {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.4;
    padding: 8px 0;
    border-bottom: 1px solid #ECECEC;
}

.cities-halls-list__info li:last-child {
    border-bottom: 0;
}

.cities-halls-list__info li img {
    width: 20px;
}

.cities-halls-list__info li span {
    flex: 1;
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
}

.cities-halls-list__check {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: auto;
}

@media (min-width: 600px) {
    .cities-halls-list__check {
        border: 1px solid #ECECEC;
    }
}

.cities-halls-list__check::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #C8E8DC;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 600px) {
    .cities-halls-list__check::before {
        display: none;
    }
}

.cities-halls-list__check-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding: 7px 10px 7px 20px;
    border-top: 2px solid #C8E8DC;
}

@media (min-width: 600px) {
    .cities-halls-list__check-item {
        width: 25%;
        padding: 7px 10px 7px 10px;
        border-top: 0;
        border-right: 1px solid #ECECEC;
    }

    .cities-halls-list__check-item:last-child {
        border-right: 0;
    }
}

.cities-halls-list__check-item dt {
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
}

.cities-halls-list__check-item dd {
    width: 24px;
    display: flex;
    align-items: center;
}

.cities-halls-list__check-item.cities-halls-list__check-item--uncheck dt {
    color: #898885;
}

.cities-halls-list-pict {
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 8px;
}

@media (min-width: 600px) {
    .cities-halls-list-pict {
        padding: 0;
        margin: 0 20px 0;
    }
}

@media (min-width: 600px) {
    .cities-halls-list-pict {
        width: 440px;
    }
}

.cities-halls-list-pict-wrap {
    position: relative;
}

.cities-halls-list-pict-wrap .swiper-button-prev,
.cities-halls-list-pict-wrap .swiper-button-next {
    height: 23px;
    width: 23px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
}

@media (min-width: 600px) {

    .cities-halls-list-pict-wrap .swiper-button-prev,
    .cities-halls-list-pict-wrap .swiper-button-next {
        visibility: visible;
    }
}

.cities-halls-list-pict-wrap .swiper-button-prev {
    left: 10px;
}

.cities-halls-list-pict-wrap .swiper-button-next {
    right: 10px;
}

.cities-halls-list-pict-wrap .swiper-button-prev:after,
.cities-halls-list-pict-wrap .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 23px;
    height: 23px;
}

.cities-halls-list-pict-wrap .swiper-button-prev:after {
    background-image: url(../img/cities/halls_list_slide_arr_l.svg);
}

.cities-halls-list-pict-wrap .swiper-button-next:after {
    background-image: url(../img/cities/halls_list_slide_arr_r.svg);
}

.cities-cta2 {
    background-color: #F2ECDB;
    padding: 40px 0;
}

@media (min-width: 600px) {
    .cities-cta2 {
        padding: 64px 0 74px;
    }
}

.cities-cta2__text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    width: 100%;
    padding: 10px;
    margin: 0 auto 18px;
    border-radius: 5px;
}

@media (min-width: 600px) {
    .cities-cta2__text {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
        padding: 16px;
        margin: 0 auto 22px;
        width: 776px;
    }
}

.cities-cta2__text::after {
    content: "";
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 8px solid #FDD021;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 600px) {
    .cities-cta2__text::after {
        border-right: 48px solid transparent;
        border-left: 48px solid transparent;
        border-top: 12px solid #FDD021;
        position: absolute;
        bottom: -12px;
    }
}

.cities-cta2__text em {
    font-size: 0.875rem;
    color: #000;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1.8px;
    background: linear-gradient(transparent 70%, #FDD021 70%);
}

@media (min-width: 600px) {
    .cities-cta2__text em {
        font-size: 1.125rem;
    }
}

.cities-cta2__text span {
    font-size: 0.625rem;
    color: #898885;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 1.2px;
}

@media (min-width: 600px) {
    .cities-cta2__text span {
        font-size: 0.75rem;
    }
}

.cities-cta2__btn {
    display: block;
    margin-bottom: 18px;
}

@media (min-width: 600px) {
    .cities-cta2__btn {
        width: 776px;
        margin: 0 auto 15px;
        position: relative;
    }
}

.cities-cta2__btn span {
    display: none;
}

@media (min-width: 600px) {
    .cities-cta2__btn span {
        font-family: "Oswald", sans-serif;
        color: #FFF;
        font-size: 4rem;
        display: block;
        position: absolute;
        top: 64%;
        right: 200px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.cities-cta2__text2 {
    position: relative;
    background: #FFF;
    width: 100%;
    padding: 10px;
    margin: 0 auto 18px;
    border-radius: 5px;
    font-size: 0.875rem;
    text-align: center;
    color: #000;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1.8px;
}

@media (min-width: 600px) {
    .cities-cta2__text2 {
        display: none;
    }
}

.cities-cta2__text2::after {
    content: "";
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 8px solid #DE0F34;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cities-cta2__text2 em {
    color: #DE0F34;
}

.cities-cta2__text2 b {
    font-size: 1.875rem;
    font-family: "Oswald", sans-serif;
    letter-spacing: 3px;
}

.cities-cta2__text2 span {
    background: linear-gradient(transparent 70%, rgba(222, 15, 52, 0.1) 70%);
}

.cities-cta2__btn-form {
    display: block;
    margin-top: 10px;
}

@media (min-width: 600px) {
    .cities-cta2__btn-form {
        width: 776px;
        margin: 0 auto;
    }
}

.cities-voice {
    background-image: url(../img/cities/voice_bg.png);
    background-size: cover;
    background-position: center top;
    padding: 30px 0 40px;
    overflow: hidden;
}

@media (min-width: 600px) {
    .cities-voice {
        background-image: url(../img/cities/voice_bg_pc.jpg);
        background-position: center;
    }
}

.cities-voice__head {
    width: 180px;
    margin: auto;
    margin-bottom: 35px;
}

@media (min-width: 600px) {
    .cities-voice__head {
        margin-bottom: 50px;
        width: 370px;
    }
}

.cities-voice__text {
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
}

@media (min-width: 600px) {
    .cities-voice__text {
        text-align: center;
        font-size: 1rem;
    }
}

.cities-voice-slider.swiper {
    overflow: visible !important;
    margin-bottom: 40px;
}

@media (min-width: 600px) {
    .cities-voice-slider.swiper {
        margin-bottom: 20px;
    }
}

.cities-voice-slider.swiper .swiper-wrapper .swiper-slide {
    width: 270px;
}

@media (min-width: 600px) {
    .cities-voice-slider.swiper .swiper-wrapper .swiper-slide {
        width: 360px;
        width: auto;
    }
}

.cities-voice-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.cities-voice-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.cities-voice-slider .swiper-pagination-bullet {
    background-color: #FFF;
    height: 8px;
    width: 8px;
    opacity: 1;
}

@media (min-width: 600px) {
    .cities-voice-slider .swiper-pagination-bullet {
        height: 14px;
        width: 14px;
    }
}

.cities-voice-slider .swiper-pagination-bullet-active {
    background-color: #029A61;
}

.cities-voice-slider .swiper-pagination {
    position: static;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.cities-voice-slider .swiper-pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 15px;
}

.cities-voice-slider .swiper-button-prev,
.cities-voice-slider .swiper-button-next {
    height: 20px;
    width: 20px;
    position: static;
    margin: 0;
}

.cities-voice-slider .swiper-button-prev:after,
.cities-voice-slider .swiper-button-next:after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    margin: auto;
    width: 20px;
}

.cities-voice-slider .swiper-button-prev:after {
    background-image: url(../img/slider_arr_l.svg);
}

.cities-voice-slider .swiper-button-next:after {
    background-image: url(../img/slider_arr_r.svg);
}

.cities-promise {
    padding-top: 45px;
}

@media (min-width: 600px) {
    .cities-promise {
        padding-top: 60px;
    }
}

.cities-promise-point__head {
    width: 235px;
    margin: auto;
}

@media (min-width: 600px) {
    .cities-promise-point__head {
        width: 324px;
    }
}

.cities-promise-point__inner {
    padding: 35px 20px 50px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: -4px 0px 6px 0px rgba(2, 154, 97, 0.1), 4px 4px 4px 0px rgba(2, 154, 97, 0.1);
}

@media (min-width: 600px) {
    .cities-promise-point__inner {
        padding: 45px 50px 40px;
    }
}

.cities-promise-list {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

@media (min-width: 600px) {
    .cities-promise-list {
        flex-direction: row;
        gap: 60px;
    }
}

@media (min-width: 600px) {
    .cities-promise-list__item {
        flex: 1;
    }
}

.cities-promise-list__item dt {
    display: flex;
    padding: 10px;
    padding-left: 93px;
    background-color: rgba(2, 154, 97, 0.15);
    position: relative;
    border-radius: 5px;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

@media (min-width: 600px) {
    .cities-promise-list__item dt {
        padding: 8px;
        padding-left: 60px;
    }
}

.cities-promise-list__text {
    color: #231815;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.6px;
    padding: 0 10px;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .cities-promise-list__text {
        min-height: 64.8px;
    }
}

.cities-promise-list__text em {
    background: linear-gradient(transparent 60%, #FDD021 60%);
    font-weight: 500;
}

.cities-promise-list__text b {
    font-size: 0.875rem;
    font-weight: 700;
}

.cities-promise-list__pict {
    text-align: center;
}

.cities-promise-list__pict img {
    width: min(100%, 400px);
    height: auto;
}

.cities-promise-list__num {
    width: 73px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 600px) {
    .cities-promise-list__num {
        width: 50px;
    }
}

.cities-promise-list__num img {
    width: 100%;
    height: auto;
}

.cities-promise-list__head {
    color: #029A61;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.8px;
}

@media (min-width: 600px) {
    .cities-promise-list__head {
        font-size: 0.875rem;
    }
}

.cities-promise-list-satisfaction {
    width: 78.4982935154%;
    margin: auto;
    margin-top: 50px;
}

@media (min-width: 600px) {
    .cities-promise-list-satisfaction {
        margin-top: 40px;
        width: 540px;
    }
}

.cities-qa {
    padding: 78px 0 63px;
}

@media (min-width: 600px) {
    .cities-qa {
        padding: 154px 0 174px;
    }
}

.cities-qa__head {
    position: relative;
    color: #029A61;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 16px;
    margin-bottom: 22px;
    text-align: left;
}

@media (min-width: 600px) {
    .cities-qa__head {
        text-align: center;
        font-size: 2.25rem;
        padding-bottom: 35px;
        margin-bottom: 40px;
    }
}

.cities-qa__head::after {
    content: "";
    display: block;
    background: #029A61;
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 94px;
    height: 2px;
    margin: auto;
}

@media (min-width: 600px) {
    .cities-qa__head::after {
        width: 100px;
        right: 0;
    }
}

.cities-qa-lists {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cities-qa-lists__item {
    border-radius: 10px;
    background: rgba(200, 232, 220, 0.4);
    padding: 16px;
}

@media (min-width: 600px) {
    .cities-qa-lists__item {
        padding: 20px;
    }
}

.cities-qa-lists__item dt {
    display: flex;
    gap: 10px;
    align-items: center;
    align-items: baseline;
    color: #4C4948;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(2, 154, 97, 0.5);
}

@media (min-width: 600px) {
    .cities-qa-lists__item dt {
        font-size: 1rem;
    }
}

.cities-qa-lists__item dt span {
    color: #029A61;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    width: 1em;
}

@media (min-width: 600px) {
    .cities-qa-lists__item dt span {
        font-size: 1.5rem;
    }
}

.cities-qa-lists__item dd {
    position: relative;
    cursor: pointer;
}

.cities-qa-lists__item dd::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #029A61;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cities-qa-lists__item dd>div {
    display: flex;
    gap: 10px;
    align-items: center;
    align-items: baseline;
    color: #C14747;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-right: 20px;
}

@media (min-width: 600px) {
    .cities-qa-lists__item dd>div {
        font-size: 1rem;
    }

    .cities-qa-lists__item dd>div br {
        display: none;
    }
}

.cities-qa-lists__item dd>div span {
    color: #C14747;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    width: 1em;
}

@media (min-width: 600px) {
    .cities-qa-lists__item dd>div span {
        font-size: 1.5rem;
    }
}

.cities-qa-lists__item dd>p {
    padding-left: 30px;
    color: #000;
    font-size: 0.75rem;
    line-height: 1.6;
    display: none;
    padding-bottom: 20px;
}

@media (min-width: 600px) {
    .cities-qa-lists__item dd>p {
        font-size: 0.875rem;
    }
}

.cities-qa-lists__item dd>p .cities-qa-lists-link {
    display: block;
    text-align: left;
    width: 100%;
    border-radius: 40px;
    border: 2px solid #029A61;
    color: #029A61;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 10px;
}

@media (min-width: 600px) {
    .cities-qa-lists__item dd>p .cities-qa-lists-link {
        margin-top: 20px;
        display: inline-block;
        width: 280px;
        margin-right: 10px;
    }
}

.cities-qa-lists__item dd.is-open::after {
    border-bottom: 12px solid #029A61;
    border-top: 0;
}

.cities-qa-lists__item dd.is-open>p {
    display: block;
}

.cities-cta3 {
    background: linear-gradient(180deg, #F2ECDB 140px, rgba(242, 236, 219, 0) 140.1px);
    padding-bottom: 60px;
}

@media (min-width: 600px) {
    .cities-cta3 {
        background-color: #F2ECDB;
        padding: 60px 0;
    }
}

@media (min-width: 600px) {
    .cities-cta3__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 45px;
    }
}

.cities-cta3-tel {
    padding-top: 25px;
    margin-bottom: 35px;
}

@media (min-width: 600px) {
    .cities-cta3-tel {
        padding-top: 0;
        margin-bottom: 0;
        width: 590px;
    }
}

.cities-cta3-tel__text {
    margin-bottom: 10px;
}

.cities-cta3-tel__btn {
    position: relative;
}

.cities-cta3-tel__btn p {
    display: none;
    font-family: "Oswald", sans-serif;
    position: absolute;
    left: 5%;
    margin-top: 10%;
    font-size: 3em;
    color: white;
    font-weight: bold;
}

@media (min-width: 600px) {
    .cities-cta3-tel__btn p {
        display: block;
    }
}

.cities-cta3-tel__form {
    margin-top: 10px;
}

@media (min-width: 600px) {
    .cities-cta3-line {
        flex: 1;
        border-radius: 20px;
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 520px;
        align-self: stretch;
    }
}

@media (min-width: 600px) {
    .cities-cta3-line__inner {
        width: 334px;
    }
}

.cities-cta3-line__head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

@media (min-width: 600px) {
    .cities-cta3-line__head {
        margin-bottom: 0;
    }
}

.cities-cta3-line__head span {
    color: #000;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

.cities-cta3-line__head::before {
    content: url(../img/cities/cta_line_head_l.svg);
}

.cities-cta3-line__head::after {
    content: url(../img/cities/cta_line_head_r.svg);
}

.cities-cta3-line__text {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px;
}

.cities-cta3-line__text b {
    background: linear-gradient(transparent 60%, #FDD021 60%);
}

.cities-cta3-line__merit {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.cities-cta3-line__merit div {
    width: 124px;
}

.cities-cta3-line__merit ul {
    flex: 1;
    border-top: 1px solid #D9D9D9;
}

.cities-cta3-line__merit ul li {
    display: flex;
    gap: 4px;
    color: #000;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 9px 0;
    border-bottom: 1px solid #D9D9D9;
}

.cities-cta3-line__merit ul li::before {
    content: url(../img/cities/cta_line_icon.svg);
}

.cities-cta3-line__merit ul li b {
    color: #C14747;
}

.cities-cta3-line__note {
    color: #000;
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (min-width: 600px) {
    .cities-cta3-line__btn {
        display: none;
    }
}

.cities-cta3-line__line-pc {
    display: none;
}

@media (min-width: 600px) {
    .cities-cta3-line__line-pc {
        display: block;
    }
}

/*============================
汎用class
============================*/
@media (max-width: 599px) {
    .only-pc {
        display: none !important;
    }
}

@media (min-width: 600px) {
    .only-sp {
        display: none !important;
    }
}

.mt-0{
    margin-top: 0 !important;
}