body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #444444;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
}

/*============================
layout
============================*/
.l-container {
    width: 83.9694656489%;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .l-container {
        width: 72%;
    }
}

/*============================
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%;
}

@media (min-width: 600px) {
    .header .header__inner {
        /* width: 100%; */
        max-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 {
    max-height: 100%;
    height: auto;
    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: 1.4rem;
    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;
}

@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 {
    max-width: 306px;
}

.header-contact .header-contact-tel {
    max-width: 232px;
    font-size: 1.7em;
    font-weight: bold;
    color: #C14747;
}

.header-contact .header-contact-info {
    max-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.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-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: 1.4rem;
    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: 1.2rem;
    color: #3A3A3A;
    font-weight: 800;
    font-style: normal;
    width: 100%;
    padding: 10px 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: 1.4rem;
    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: 1.4rem;
    font-weight: 500;
    background-color: #06734A;
    padding: 12px 20px;
}

.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>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: 1.4rem;
    font-weight: 500;
    background: #055537;
    padding: 12px 20px;
}

.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;
}


/*============================
breadcrums
============================*/
.l-pankz {
    background: #06734A;
}

.l-pankz ul {
    height: 40px;
    align-items: center;
    padding: 0.5em 1.5em;
}

.l-pankz ul li {
    color: #fff;
}

/*============================
breadcrums
============================*/


.navs {
    display: none;
    height: 40px;
    background-color: #029A61;
    justify-content: center;
    align-items: stretch;
}

@media screen and (min-width: 768px) {
    .l-header .navs {
        display: flex !important;
    }
}

@media (min-width: 767px) {
    .navs {
        display: flex !important;
    }
}

@media screen and (max-width: 768px) {
    .l-header .navs {
        display: none !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;
    max-width: 100%;
}

.l-header .navs ul {
    font-size: 1.4rem;
}

.navs>ul>li {
    border-left: 1px rgba(255, 255, 255, 0.1) solid !important;
    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 !important;
}

.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 !important;
    z-index: 10;
}

.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 !important;
    text-align: center;
    cursor: pointer;
    padding: 12px 0 !important;
    display: block;
    border-top: 1px rgba(255, 255, 255, 0.1) solid !important;
}

.navs ul li ul.sub>li a:hover,
.navs ul li ul.sub>li span:hover {
    background-color: #06734A
        /*!important*/
    ;
}

@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 !important;
    padding: 12px 0;
    border-left: 1px rgba(255, 255, 255, 0.1) solid;
}

.navs ul li ul.sub li .sub2Inner a:hover {
    background-color: #06734A !important;
    opacity: 1;
}

@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 {
        max-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: 1.2rem;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    width: 100%;
}

@media (min-width: 600px) {
    .navs-main .navs-main__item a {
        font-size: 1.6rem;
        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: 1.6rem;
        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;
}

/*============================
voiceSlide
============================*/
.voiceSlide {
    margin: 30px 0px;
}

.voiceSlide .slick-arrow.slick-next {
    background-image: url(../img/pref/main/arw_r.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% !important;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 50px;
    right: 0px;
}

.voiceSlide .slick-arrow.slick-prev {
    background-image: url(../img/pref/main/arw_l.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40% !important;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 50px;
    left: 0px;
}

.voiceSlide .slides {
    width: 250px;
    font-size: 1.4rem;
}

.voiceSlide .slides a {
    display: block;
    text-decoration: none;
    margin: 0 10px;
    background-color: #FFF;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.voiceSlide .slides a .u-stars {
    margin-bottom: 0px;
}

.voiceSlide .slides .img {
    position: relative;
    margin-bottom: 5px;
}

.voiceSlide .slides .img .ttlTag {
    display: inline-block;
    font-size: 1.2rem;
    background-color: #73b84d;
    color: #FFF;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 0.2em 0.5em;
}

/*============================
voiceSlide
============================*/

/*============================
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.9rem;
    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: 1.3rem;
    }
}

.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: 1rem;
    }
}

/*============================
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-head {
    width: 306px;
}

.pc-fixed-contact__tel {
    width: 345px;
}

.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;
}

.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: 82%; */
        max-width: 1250px;
    }
}

.area-many__head {
    position: relative;
    color: #FFF;
    font-size: 1.5rem;
    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: 2rem;
        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: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

@media (min-width: 600px) {
    .area-many__list li a {
        font-size: 1.8rem;
    }
}

.area-many__list li a::after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #D9D9D9;
}

/*============================
breadcrums
============================*/
.l-pankz ul {
    height: 40px;
    align-items: center;
    padding: 0.5em 1.5em;
}

.l-pankz ul li {
    color: #fff;
}

/*============================
breadcrums
============================*/

.fixbtns {
    z-index: 1;
}

/*============================
Obousan
============================*/
.pageObousan .navs ul li ul.sub li .sub2Inner a:hover,
.pageObousan .l-header .navs ul li a:hover {
    background-color: #75518d !important;
}

.pageObousan .header .header__inner .header__menu {
    margin-left: auto;
    background: #9976b1;
}

.pageObousan .navs ul li ul.sub li .sub2Inner a {
    background: #9976b1 !important;
}

.pageObousan .navs ul li ul.sub {
    background-color: #9976b1 !important;
}

.pageObousan .sp-navs-service {
    background-color: #9976b1;
}

.pageObousan .sp-navs-service>li>ul.sub>li>a,
.pageObousan .sp-navs-service li ul.sub li .sub2Inner a,
.pageObousan .sp-navs-service>li>ul.sub>li span {
    background-color: #75518d;
}

.pageObousan li ul.sub>li span:hover {
    background-color: #9976b1 !important;
}

@media (min-width: 600px) {
    .pageObousan li ul.sub>li span:hover {
        background-color: #75518d !important;
    }
}

.pageObousan .sp-navs,
.pageObousan .navs {
    background-color: #9976b1;
}

.pageObousan .l-pankz {
    background: #75518d !important;
}

.pageObousan .footer__nav li a,
.pageObousan .area-many__list li a,
.pageObousan .footer .area-many__head {
    color: #9976b1;
}

/*============================
Obousan
============================*/

/*============================
Ihin
============================*/
.pageIhin .navs ul li ul.sub li .sub2Inner a:hover,
.pageIhin .l-header .navs ul li a:hover {
    background-color: #a86a08 !important;
}

.pageIhin .header .header__inner .header__menu {
    margin-left: auto;
    background: #d9901c;
}

.pageIhin .navs ul li ul.sub li .sub2Inner a {
    background: #d9901c !important;
}

.pageIhin .navs ul li ul.sub {
    background-color: #d9901c !important;
}

.pageIhin .sp-navs-service {
    background-color: #d9901c;
}

.pageIhin .sp-navs-service>li>ul.sub>li>a,
.pageIhin .sp-navs-service li ul.sub li .sub2Inner a,
.pageIhin .sp-navs-service>li>ul.sub>li span {
    background-color: #a86a08;
}

.pageIhin li ul.sub>li span:hover {
    background-color: #d9901c !important;
}

@media (min-width: 600px) {
    .pageIhin li ul.sub>li span:hover {
        background-color: #a86a08 !important;
    }
}

.pageIhin .sp-navs,
.pageIhin .navs {
    background-color: #d9901c;
}

.pageIhin .l-pankz {
    background: #a86a08 !important;
}

.pageIhin .footer__nav li a,
.pageIhin .area-many__list li a,
.pageIhin .footer .area-many__head {
    color: #d9901c;
}

/*============================
Ihin
============================*/

/*============================
Sankotsu
============================*/
.pageSankotsu .navs ul li ul.sub li .sub2Inner a:hover,
.pageSankotsu .l-header .navs ul li a:hover {
    background-color: #154c7c !important;
}

.pageSankotsu .header .header__inner .header__menu {
    margin-left: auto;
    background: #1967ac;
}

.pageSankotsu .navs ul li ul.sub li .sub2Inner a {
    background: #1967ac !important;
}

.pageSankotsu .navs ul li ul.sub {
    background-color: #1967ac !important;
}

.pageSankotsu .sp-navs-service {
    background-color: #1967ac;
}

.pageSankotsu .sp-navs-service>li>ul.sub>li>a,
.pageSankotsu .sp-navs-service li ul.sub li .sub2Inner a,
.pageSankotsu .sp-navs-service>li>ul.sub>li span {
    background-color: #154c7c;
}

/* use for moblie */
.pageSankotsu li ul.sub>li span:hover {
    background-color: #1967ac !important;
}

@media (min-width: 600px) {
    .pageSankotsu li ul.sub>li span:hover {
        background-color: #154c7c !important;
    }
}

.pageSankotsu .sp-navs,
.pageSankotsu .navs {
    background-color: #1967ac;
}

.pageSankotsu .l-pankz {
    background: #154c7c !important;
}

.pageSankotsu .footer__nav li a,
.pageSankotsu .area-many__list li a,
.pageSankotsu .footer .area-many__head {
    color: #1967ac;
}

/*============================
Sankotsu
============================*/

/*============================
Souzoku
============================*/
.pageSouzoku .navs ul li ul.sub li .sub2Inner a:hover,
.pageSouzoku .l-header .navs ul li a:hover {
    background-color: #1967ac !important;
}

.pageSouzoku .header .header__inner .header__menu {
    margin-left: auto;
    background: #4993d3;
}

.pageSouzoku .navs ul li ul.sub li .sub2Inner a {
    background: #4993d3 !important;
}

.pageSouzoku .navs ul li ul.sub {
    background-color: #4993d3 !important;
}

.pageSouzoku .sp-navs-service {
    background-color: #4993d3;
}

.pageSouzoku .sp-navs-service>li>ul.sub>li>a,
.pageSouzoku .sp-navs-service li ul.sub li .sub2Inner a,
.pageSouzoku .sp-navs-service>li>ul.sub>li span {
    background-color: #1967ac;
}

.pageSouzoku li ul.sub>li span:hover {
    background-color: #4993d3 !important;
}

@media (min-width: 600px) {
    .pageSouzoku li ul.sub>li span:hover {
        background-color: #1967ac !important;
    }
}

.pageSouzoku .sp-navs,
.pageSouzoku .navs {
    background-color: #4993d3;
}

.pageSouzoku .l-pankz {
    background: #1967ac !important;
}

.pageSouzoku .footer__nav li a,
.pageSouzoku .area-many__list li a,
.pageSouzoku .footer .area-many__head {
    color: #4993d3;
}

/*============================
Souzoku
============================*/

.l-header {
    z-index: 10000 !important;
}

.pc-fixed-contact__tel-wrap p {
    font-size: 2em;
    font-weight: bold;
    color: white;
}

.pc-fixed-contact__tel2 {
    height: 50px;
    width: auto;
}

.contact-sankotsu {
    background-color: #E8F5FA;
}

.contact-obousan {
    background-color: #FFF0FE;
}


/*============================
Obousan用 style
============================*/
.pageObousan .contact__head {
    color: #9976b1;
}

.pageObousan .contact__head::after {
    background: #9976b1;
}

.pageObousan .contact__tel {
    display: block;
    margin: 50px auto 0;
    font-size: 0px;
}

@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;
    }
}