@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho&display=swap");
@font-face {
    font-family: "Futura";
    src: url("/font/Futura.rar") format("rar");
    font-weight: normal;
    font-style: normal;
}

.d-1024 {
    display: block !important;
}
.d1024-320 {
    display: none !important;
}
.d-640 {
    display: block !important;
}
.d-480 {
    display: block !important;
}
.d640-320 {
    display: none !important;
}
.d480-320 {
    display: none !important;
}
@media(max-width: 1024px) {
    .d-1024 {
        display: none !important;
    }
    .d1024-320 {
        display: block !important;
    }
}
@media(max-width: 640px) {
    .d-640 {
        display: none !important;
    }
    .d640-320 {
        display: block !important;
    }
}
@media(max-width: 480px) {
    .d-480 {
        display: none !important;
    }
    .d480-320 {
        display: block !important;
    }
}

small {
    font-size: 12px !important;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 640px) {
    .sp-only {
        display: block;
    }
}
#page-main {
    overflow: hidden;
}

ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #333333;
}

p {
    color: #555555;
}


.en {
    font-family: "Poppins", sans-serif;
}

.fadein {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.fadein.is-active {
    opacity: 1;
}

.grecaptcha-badge {
    visibility: hidden;
}

.header {
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    background: transparent;
    transition: background 0.3s ease;
}

@media screen and (max-width: 640px) {
    .header {
        height: 56px;
    }
}
.header.is-scrolled {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header.is-scrolled .header__list__item a {
    color: #555555;
}
.header.is-scrolled .header__list__item a:hover {
    color: #847558;
}

.header__container {
    padding: 16px 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
    .header__container {
        padding: 16px 4%;
    }
}
@media screen and (max-width: 640px) {
    .header__container {
        padding: 12px 24px;
    }
}
.header__container--logo {
    width: 165px;
    height: auto;
}
.header__container--logo img {
    width: 100%;
    display: block;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 640px) {
    .header__container--logo {
        width: 122px;
    }
}
.header__nav {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .header__nav {
        display: none;
    }
}
.header__nav-sp {
    height: 100vh;
    width: 100%;
    line-height: 4;
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: 0.5s;
}

.header__nav-sp__list {
    width: 140px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #555555;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 187.5%;
    gap: 24px;
}

.header__nav-sp__list__item {
    width: 100%;
}

/* .header__nav-sp__list__item a {
    font-size: 1.8rem;
    color: #555555;
    font-family: "Zen Kaku Gothic New", serif;
    text-align: left;
    display: block;
} */

.header.active {
    width: 100%;
    height: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    background: #FFF;
}
.header.active .header__container {
    background: #FFF;
}
.header.active .header__nav-sp {
    display: block;
    background-color: #F9F8F6;
    transform: translateX(0);
    z-index: -1;
}

.header__list {
    display: flex;

}

.header__list__item {
    padding-left: 24px;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
}
.header__list__item a {
    color: #fff;
    transition: color 0.3s ease;
}
.header__list__item a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1024px) {
    .header__list__item {
        padding-left: 0;
    }
}
.header .ham-menu--left {
    color: #ffffff;
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: 20px;
    font-family: "Poppins", serif;
    display: none;
}
.header .ham-menu {
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 3;
    top: 0;
    right: 0;
    display: none;
    transition: 0.4s;
}
.header .ham-menu.active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 24px;
    width: 50px;
    background-color: #1A1A1A;
}
.header .ham-menu.active span:nth-child(2) {
    display: none;
}
.header .ham-menu.active span:nth-child(3) {
    transform: rotate(45deg);
    top: 25px;
    width: 50px;
    left: 0px;
    background-color: #1A1A1A;
}
.header .ham-menu span {
    display: inline-block;
    position: absolute;
    height: 1px;
    background: #fff;
    width: 50px;
    transition: background 0.3s ease;
}
.header.is-scrolled .ham-menu span {
    background: #1A1A1A;
}
.header.is-scrolled .ham-menu--left {
    color: #1A1A1A;
}
.header .ham-menu span:nth-child(1) {
    top: 40px;
}
.header .ham-menu span:nth-child(2) {
    top: 25px;
}
.header .ham-menu span:nth-child(3) {
    top: 10px;
}

@media screen and (max-width: 1024px) {
    .header .ham-menu--left {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .header .ham-menu {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .header .ham-menu {
        width: 40px;
        height: 28px;
    }
}
@media screen and (max-width: 640px) {
    .header .ham-menu.active span:nth-child(1) {
        top: 15px;
        width: 40px;
    }
}
@media screen and (max-width: 640px) {
    .header .ham-menu.active span:nth-child(3) {
        top: 15px;
        width: 40px;
    }
}
@media screen and (max-width: 640px) {
    .header .ham-menu span:nth-child(1) {
        width: 100%;
        top: 27px;
    }
}
@media screen and (max-width: 640px) {
    .header .ham-menu span:nth-child(2) {
        width: 100%;
        top: 14px;
    }
}
@media screen and (max-width: 640px) {
    .header .ham-menu span:nth-child(3) {
        width: 100%;
        top: 1px;
    }
}
.fv {
    overflow: hidden;
    position: relative;
    height: 100vh;
}

@media screen and (max-width: 640px) {
    .fv {
        height: 90vh;
    }
}
.fv__slider {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.fv__slider.slick-initialized {
    opacity: 1;
}

@media screen and (max-width: 640px) {
    .fv__slider {
        height: 90vh;
    }
}

.fv__slider--cnt {
    width: 100%;
    height: 100vh;
    min-height: 800px;
}
.fv__slider--cnt img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.fv__slider--cnt img.img-pc {
    display: block;
}
.fv__slider--cnt img.img-sp {
    display: none;
}

@media screen and (max-width: 640px) {
    .fv__slider--cnt img {
        height: 90vh;
    }
    .fv__slider--cnt img.img-pc {
        display: none;
    }
    .fv__slider--cnt img.img-sp {
        display: block;
    }
}
.fv__cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.fv__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-size: 32px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

@media screen and (max-width: 640px) {
    .fv__title {
        font-size: 22px;
    }
}

.fv__float {
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 999;
    width: 193px;
    height: 193px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fv__float:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.fv__float.show {
    opacity: 1;
    visibility: visible;
}

.fv__float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 640px) {
    .fv__float {
        display: none !important;
    }
}
.fv__float-sp {
    z-index: 999;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
}

.fv__float-sp:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.fv__float-sp__box {
    display: flex;
    justify-content: space-between;
    gap: 2px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fv__float-sp__box.show {
    opacity: 1;
    visibility: visible;
}
.fv__float-sp__box__cta01 {
    width: 100%;
}
.fv__float-sp__box__cta01 img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 640px) {
    .fv__float-sp {
        display: block;
    }
}

.fv__dec {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: auto;
}
.fv__dec img {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .fv__dec {
        display: none;
    }
}

.fv__dec-sp {
    display: none;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: auto;
}
.fv__dec-sp img {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .fv__dec-sp {
        display: block;
    }
}
.fv__eg {
    font-family: "Poppins", serif;
    position: absolute;
    bottom: 0;
    left: 4%;
    font-size: 12rem;
    color: #FFFFFF;
    opacity: 0.5;
    letter-spacing: 1.6px;
    z-index: 998;
}

@media screen and (max-width: 1024px) {
    .fv__eg {
        font-size: 10vw;
    }
}
@media screen and (max-width: 640px) {
    .fv__eg {
        font-size: 13vw;
        transform: rotate(-90deg);
        left: 0;
        right: -90%;
        bottom: 60%;
    }
}
.fv__eg-sm {
    font-size: 8rem;
    padding: 10px;
}

@media screen and (max-width: 1024px) {
    .fv__eg-sm {
        font-size: 8vw;
    }
}
.fv__stick {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
}
@media(max-width: 340px) {
    .fv__stick {
       left: -2%;
    }
}
.fv__stick::before {
    content: "";
    display: block;
    background: #fff;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    animation: stickAnimation 1.5s linear infinite;
    border-radius: 50%;
}
.fv__stick::after {
    content: "";
    display: block;
    background: #fff;
    width: 2px;
    height: 165px;
    transition: 0.4s;
}
@media(max-height: 600px) {
    .fv__stick::after {
        height: 80px;
        transition: 0.4s;
    }
}
.fv__stick span {
    color: #fff;
    font-size: 1.4rem;
    margin-left: 30px;
    margin-top: 0;
    margin-bottom: -28px;
}

#about, #contact, #works {
    padding-top: 100px;
    margin-top: -100px;
}

.about {
    position: relative;
}


@media(max-width: 640px) {
    .about::after {
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
    }
}

.about--bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 83.3%;
    height: auto;
    z-index: -1;
}
.about--bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 640px) {
    .about--bg {
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 640px) {
    .about::before {
        height: 165vw;
    }
}

.about-sp {
    display: block;
}

@media screen and (max-width: 768px) {
    .about-sp {
        display: none;
    }
}
.about__container {
    position: relative;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .about__container {
        padding: 0 4%;
    }
}
@media screen and (max-width: 768px) {
    .about__container {
        padding: 0 4%;
    }
}
.about__sub-ttl {
    font-family: "Poppins", serif;
    display: block;
    font-size: 24px;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    padding-top: 160px;
    margin: 0 auto;
    position: relative;
    padding-left: 48px;
}
.about__sub-ttl::before {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #1A1A1A;
    bottom: 0;
    bottom: 11px;
}

@media screen and (max-width: 1024px) {
    .about__sub-ttl {
        padding-top: 16%;
    }
}
@media screen and (max-width: 640px) {
    .about__sub-ttl {
        font-size: 1.4rem;
    }
}
.about__wrapper {
    display: flex;
    align-items: flex-end;
}

.about__wrapper--left {
    /* width: 636px; */
    width: 756px;
}

@media screen and (max-width: 768px) {
    .about__wrapper--left {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .about__wrapper {
        flex-direction: column;
    }
}
.about__ttl {
    font-family: "Zen Kaku Gothic New";
    padding-top: 120px;
    color: #1F1F1F;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 1.6px;
}
.about__ttl .sp {
    display: none;
}

@media screen and (max-width: 1024px) {
    .about__ttl {
        font-size: 2.6rem;
        padding-top: 18%;
    }
}
@media screen and (max-width: 640px) {
    .about__ttl {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 425px) {
    .about__ttl {
        font-size: 1.5rem;
    }
}

.about__txt {
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.8;
    padding-top: 40px;
    font-size: 1.6rem;
    font-family: "Zen Kaku Gothic New";
}
.about__txt .sp {
    display: block;
}

@media screen and (max-width: 1024px) {
    .about__txt {
        padding-top: 6%;
    }
}
@media screen and (max-width: 640px) {
    .about__txt {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 425px) {
    .about__txt {
        font-size: 1.2rem;
    }
}

.about__img {
    padding-left: 72px;
}
.about__img img {
    width: 100%;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .about__img {
        padding-left: 3%;
    }
}
@media screen and (max-width: 768px) {
    .about__img {
        width: 100%;
        margin-top: 2%;
        padding-left: 0;
    }
}
.about__img02 {
    margin-top: 72px;
    width: 100%;
}
.about__img02 img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .about__img02 {
        margin-top: 7%;
    }
}

.gallery {
    width: 100%;
    position: relative;
}
/* .gallery::after {
    content: "";
    display: block;
    width: 100%;
    height: 480px;
    background: #FFF;
    position: absolute;
    z-index: -1;
    bottom: 0;
} */


.gallery__container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .gallery__container {
        padding: 0 4%;
    }
}
@media screen and (max-width: 640px) {
    .gallery__container {
        padding: 0 4%;
    }
}

.gallery__sub-ttl {
    font-family: Poppins;
    display: block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2em;
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
}

@media screen and (max-width: 1024px) {
    .gallery__sub-ttl {
        font-size: 18px;
    }
}

.gallery__sub-ttl-jp  {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 1024px) {
    .gallery__sub-ttl-jp {
        font-size: 14px;
    }
}

.gallery__ttl {
    font-size: 15rem;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-family: "Bitter";
    color: #F6F6F6;
    position: absolute;
    bottom: -20%;
    z-index: 2;
    right: -17%;
    opacity: 0.4;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .gallery__ttl {
        font-size: 10vw;
        right: 4%;
        bottom: -12%;
    }
}
.swiper-box {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
    .swiper-box {
        margin-top: 4%;
    }
}
.small-svg {
    width: 40px;
    height: 40px;
    transition: 0.4s;
}
.small-svg:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 640px) {
    .small-svg {
        width: 30px;
        height: 30px;
    }
}
.swiper-pagination {
    cursor: pointer;
    height: 30px;
    position: relative;
    bottom: 0;
    width: 200px;
}

.custom-swiper-button-prev:hover,
.custom-swiper-button-next:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .custom-swiper-button-prev svg,
    .custom-swiper-button-next svg {
        width: 30px;
        height: 30px;
    }
}


.point .cmn-content__box {
    position: relative;
    padding-top: 120px;
    padding-bottom: 105px;
}

@media screen and (max-width: 1024px) {
    .point .cmn-content__box {
        padding-top: 12%;
        padding-bottom: 12%;
    }
}
.point__box {
    margin-top: 40px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    position: relative;
    margin-right: calc((100% - 100vw) / 2);
}

@media screen and (max-width: 1200px) {
    .point__box {
        margin-right: calc((50% - 135vw) / 2);
    }
}
@media(max-width: 1024px) {
    .point__box {
        margin-top: 4%;
    }
}
@media screen and (max-width: 640px) {
    .point__box {
        padding: 3%;
    }
}
.point__box-list-item {
    height: auto;
}

@media screen and (max-width: 640px) {
    .point__box-list-item-inr {
        display: block;
        padding: 10px;
    }
}
.point__box-list-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}
.point__box-list-img img {
    display: block;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    /* border: 1px solid #1A1A1A;
  background-color: transparent; */
    background: #E4E4E4;
    opacity: 1;
    margin: 10px;
}
@media screen and (max-width: 640px) {
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 8px;
    }
}

.swiper-pagination-bullet-active {
    background: #274875;
}

.swiper-pagination-bullets {
    bottom: -35px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    gap: 16px;
    padding: 0 24px;
}

@media screen and (max-width: 640px) {
    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        padding: 0 6px;
        gap: 8px;
    }
}

.point__box .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
}

@media screen and (max-width: 640px) {
    .point__box .swiper-pagination {
        width: calc(100% - 100px);
    }
}
#features {
    padding-top: 15%;
    margin-top: -15%;
}

.features {
    width: 100%;
    padding-top: 120px;
    position: relative;
}
/* .features::after {
    content: "";
    position: absolute;
    top: 56px;
    z-index: -1;
    right: 0;
    background-image: url(./img/features_bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 596px;
    height: 143px;
    right: 0;
    pointer-events: none;
} */
/* @media(max-width: 1024px) {
    .features::after {
        width: 48vw;
        height: 100%;
    }
}
@media(max-width: 640px) {
    .features::after {
        top: 2%;
    }
} */

@media screen and (max-width: 640px) {
    .features .features {
        padding-top: 16%;
    }
}
@media screen and (max-width: 1024px) {
    .features {
        padding-top: 16%;
    }
}
.features-sp {
    display: block;
}

@media screen and (max-width: 768px) {
    .features-sp {
        display: none;
    }
}
.features__container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .features__container {
        padding: 0 4%;
    }
}
@media screen and (max-width: 768px) {
    .features__container {
        padding: 0 4%;
    }
}
.features__sub-ttl {
    font-family: Poppins;
    display: block;
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 150%;
    margin: 0 auto;
    position: relative;
}
/* .features__sub-ttl::before {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #1A1A1A;
    bottom: 0;
    bottom: 11px;
} */
.features__ttl {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
}
.features__ttl .sp {
    display: none;
}

.features__box {
    background-color: #fff;
    width: 100%;
    padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .features__box {
        padding-bottom: 0;
    }
}
.features__header {
    display: flex;
    gap: 12px;
    margin-top: 80px;
}

@media screen and (max-width: 1024px) {
    .features__header {
        margin-top: 8%;
    }
}
@media screen and (max-width: 640px) {
    .features__header {
        flex-direction: column;
    }
}
.features__btn {
    width: 33.3333333333%;
    padding: 30px;
    background-color: #F3F3F3;
    position: relative;
    opacity: 0.4;
}
.features__btn.active {
    opacity: 1;
}
.features__btn small {
    position: absolute;
    font-weight: 600;
    color: #F6F6F6;
    font-size: 15rem;
    font-weight: 300;
    font-family: "Bitter";
    left: 50%;
    transform: translate(-50%);
    color: #E9E9E9;
    top: -5%;
}

@media screen and (max-width: 640px) {
    .features__btn {
        width: 100%;
        padding: 3%;
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
    }
}
@media screen and (max-width: 1024px) {
    .features__btn small {
        font-size: 14vw;
    }
}
@media screen and (max-width: 640px) {
    .features__btn small {
        transform: none;
        top: 0;
        left: 0;
        font-size: 10vw;
    }
}
@media screen and (max-width: 425px) {
    .features__btn small {
        font-size: 13vw;
    }
}
.features__btn--txt {
    color: #E01515;
    font-size: 2.4rem;
    font-family: "Bitter", serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 2;
    position: relative;
}
.features__btn--txt span {
    display: block;
    font-size: 1.6rem;
    color: #3B3B3B;
}
.features__btn--txt::after {
    content: "";
    position: relative;
    display: block;
    background: url(./img/arrow-bottom-black.svg) center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 46px;
    height: 46px;
    margin: 0 auto;
    transition: 0.5s;
}

@media screen and (max-width: 1240px) {
    .features__btn--txt {
        font-size: 2rem;
    }
}
@media screen and (max-width: 1024px) {
    .features__btn--txt {
        font-size: 2vw;
    }
}
@media screen and (max-width: 640px) {
    .features__btn--txt {
        font-size: 1.8rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media screen and (max-width: 640px) {
    .features__btn--txt span {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 640px) {
    .features__btn--txt::after {
        margin: 0;
        width: 15px;
        height: 15px;
    }
}
.features__cnt--01 {
    width: 100%;
    position: relative;
    display: flex;
    gap: 80px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .features__cnt--01 {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
}
.features__cnt--01__img {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .features__cnt--01__img {
        width: 100%;
        padding: 0 24px;
    }
}
.features__cnt--01__img .ft-img {
    width: 100%;
    display: block;
}

.features__cnt--01__img .ft-img-sp {
    display: none;
}

@media screen and (max-width: 640px) {
    .features__cnt--01__img .ft-img-sp {
        width: 100%;
        display: block;
    }
    .features__cnt--01__img .ft-img {
        display: none;
    }
}
.features__cnt--01__txt {
    width: 50%;
    max-width: 676px;
    margin-top: 40px;
    margin-right: 24px;
}
.features__cnt--01__txt h3 {
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.08em;
}
.features__cnt--01__txt p {
    max-width: 580px;
    font-family: "Zen Kaku Gothic New", serif;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 48px;
	color: #1F1F1F;
}

.features__cnt--01__txt img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 40px;
}

@media screen and (max-width: 640px) {
    .features__cnt--01__txt img {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .features__cnt--01__txt {
        padding: 0 24px;
        width: 100%;
        margin-right: 0;
    }
}
@media screen and (max-width: 1024px) {
    .features__cnt--01__txt h3 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 640px) {
    .features__cnt--01__txt h3 {
        font-size: 24px;
        color: #1F1F1F;
        line-height: 150%;
        letter-spacing: 0.02em;
    }
}
@media screen and (max-width: 1024px) {
    .features__cnt--01__txt p {
        /* margin-top: 2%; */
    }
}
@media screen and (max-width: 640px) {
    .features__cnt--01__txt p {
        font-size: 16px;
        line-height: 187.5%;
        letter-spacing: 0.02em;
        margin-top: 24px;
    }
}
.features__cnt--02 {
    overflow: hidden;
    display: flex;
    margin-top: -48px;
    display: flex;
    position: relative;
    justify-content: flex-end;
    margin-bottom: 48px;
}

@media screen and (max-width: 1360px) {
    .features__cnt--02 {
        margin-top: 0;
        padding: 0 2%;
    }
}
@media screen and (max-width: 768px) {
    .features__cnt--02 {
        width: 100%;
        flex-direction: column-reverse;
        padding: 0;
    }
}
.features__cnt--02__img {
    width: 50%;
    max-width: 50vw;
    display: flex;
    gap: 20px;
    padding-left: 60px;
}

@media screen and (max-width: 1240px) {
    .features__cnt--02__img {
        max-width: 100%;
        gap: 8px;
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .features__cnt--02__img {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
}
.features__cnt--02__img-01, .features__cnt--02__img-02 {
    width: 50%;
}

.features__cnt--02__img-01 img, .features__cnt--02__img-02 img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 768px) {
    .features__cnt--02__img-01 {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .features__cnt--02__img-01 img {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    .features__cnt--02__img-02 {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .features__cnt--02__img-02 img {
        width: 70%;
        float: right;
    }
}
.features__cnt--02__txt {
    /* font-family: "Zen Kaku Gothic New", serif;
  width: 50%;
  padding: 0 64px 0 0;
  max-width: 600px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 48px; */
}

@media screen and (max-width: 1240px) {
    .features__cnt--02__txt {
        /* padding: 0 2% 0 0;
    margin-top: 0; */
    }
}
@media screen and (max-width: 768px) {
    .features__cnt--02__txt {
        /* max-width: 100%;
    width: 100%;
    padding: 4% 4%; */
    }
}
@media screen and (max-width: 640px) {
    .features__cnt--02__txt {
        /* font-size: 1.4rem;
    padding: 4%; */
    }
}
.features__cnt--03 {
    margin: 40px 0 56px;
    width: 100%;
}
.features__cnt--03 img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .features__cnt--03 {
        margin: 4% 0;
    }
}
@media screen and (max-width: 640px) {
    .features__cnt--03 {
        margin: 0 0 4%;
    }
}
/* .features__underline {
    
} */

@media screen and (max-width: 1240px) {
    .features__underline {
        margin-bottom: 0;
    }
}
.features__underline02 {
    margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
    .features__underline02 {
        margin-bottom: 5%;
    }
}
.access {
    padding-top: 120px;
    /* margin-bottom: 160px; */
    position: relative;
}

@media(max-width: 1024px) {
    .access::after {
        width: 48vw;
        height: 100%;
    }
}
@media(max-width: 640px) {
    .access::after {
        top: 2%;
    }
}

@media screen and (max-width: 1024px) {
    .access {
        padding-top: 12%;
        /* margin-bottom: 16%; */
    }
}
.access__container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .access__container {
        padding: 0 4%;
    }
}
@media screen and (max-width: 640px) {
    .access__container {
        padding: 0 4%;
    }
}
.access__sub-ttl {
    font-family: "Poppins", serif;
    display: block;
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 150%;
    margin: 0 auto;
    position: relative;
}
.access__ttl {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
}
.access__cnt {
    padding-top: 56px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .access__cnt {
        flex-direction: column;
        padding-top: 5%;
    }
}
@media(max-width: 640px) {
    .access__cnt {
        padding-top: 40px;
    }
}
.access__cnt--txt {
    width: 380px;
    line-height: 1.8;
}

@media screen and (max-width: 1024px) {
    .access__cnt--txt {
        width: 100%;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 640px) {
    .access__cnt--txt {
        width: 100%;
    }
}

.access__cnt--pic {
    width: 380px;
}
.access__cnt--pic img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .access__cnt--pic {
        width: 100%;
    }
}

.access__cnt--list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #555555;
}

.access__cnt--list--adress {
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
}

.access__cnt--list--route {
    font-size: 14px;
    line-height: 185.714%;
    letter-spacing: 0.02em;
}
.access__cnt--list--route li {
    list-style: disc;
    list-style-position: inside;
}

.access__cnt--img {
    width: calc(100% - 380px);
    padding-left: 40px;
}
.access__cnt--img iframe {
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 1024px) {
    .access__cnt--img {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    .access__cnt--img iframe {
        height: 300px;
    }
}
.swiper-wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}

@media screen and (max-width: 1240x) {
    .swiper-wrapper {
        height: auto;
    }
}
.swiper-slide {
    display: block;
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    transition-property: transform;
}

.feat__tabs {
    max-width: 1240px;
    margin: 0 auto;
    cursor: pointer;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 40px 20px;
}
@media (max-width: 1024px) {
    .feat__tabs {
        padding-top: 7.3rem;
        padding-bottom: 5.6rem;
        gap: 24px;
    padding: 40px 4%;
    }
}
@media screen and (max-width: 640px) {
    .feat__tabs {
        grid-template-columns: 100%;
/*         padding: 40px 24px; */
        gap: 8px;
    }
}

.feat__contents {
    padding-top: 120px;
    background-color: #F9F8F6;
    padding-bottom: 104px;
}

@media screen and (max-width: 1240px) {
    .feat__contents {
        padding-top: 12%;
        padding-bottom: 10%;
    }
}
@media screen and (max-width: 640px) {
    .feat__contents {
/*         padding-top: 80px; */
/*         padding-bottom: 64px; */
    }
}
.tab {
    border: 1px solid #555555;
    display: grid;
    background-color: #F9F8F6;
    opacity: 0.5;
    transition: opacity 0.4s;
    padding: 40px;
}

.tab.is-active {
    opacity: 1;
}
.tab:focus-visible {
    opacity: 0.8;
}

@media screen and (max-width: 1024px) {
    .tab {
        width: 100%;
        gap: 16px;
    }
}
@media screen and (max-width: 640px) {
    .tab {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 16px;
    }
}
@media (any-hover: hover) {
    .tab:hover {
        opacity: 0.8;
    }
}
.tab__num {
    font-family: "Poppins", serif;
    font-weight: 400;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #274875;
    margin-bottom: 16px;
}
/* .tab__num::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    height: 0.2rem;
    background-color: var(--color-macha);
    border-radius: 2px;
} */

@media screen and (max-width: 1024px) {
    .tab__num {
        margin: 0 auto 16px;
        font-size: 4rem;
    }
}
@media screen and (max-width: 640px) {
    .tab__num {
        margin: 0;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 640px) {
    .tab__txt {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
}
.tab__en {
    font-family: "Poppins", serif;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #1F1F1F;
    text-align: center;
    /* en16 */
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    /* line-height: 32px; */
    line-height: 1;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .tab__en {
        /* font-size: 1.8rem; */
    }
}
@media(max-width: 640px) {
    .tab__en {
        text-align: center;
    }
}
.tab__ja {
    font-family: "Zen Kaku Gothic New";
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
    .tab__ja {
        font-size: 2rem;
    }
}
.tab__arrow {
    width: 40px;
    height: 40px;
}

.tab__arrow-bottom {
    display: block;
}
@media screen and (max-width: 1024px) {
    .tab__arrow {
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .tab__arrow {
        margin: 0;
    }
}
@media (min-width: 1024px) {
    .tab__num {
        margin-inline: auto;
    }
    .tab__num::after {
        bottom: 0.6rem;
    }
    .tab__en {
        padding-top: 0.6rem;
        text-align: center;
    }
    .tab__ja {
        padding-top: 1rem;
        text-align: center;
    }
    .tab__arrow {
        margin-top: 2.1rem;
        margin-inline: auto;
    }
}
.tab-hdr {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-inline: auto;
    width: min(100% - var(--gutter) * 2, var(--inner-base));
}

@media screen and (max-width: 768px) {
    .tab-hdr {
        padding-top: 6%;
        padding-bottom: 6%;
    }
}
@media screen and (max-width: 640px) {
    .tab-hdr {
        gap: 24px;
        align-items: center;
        justify-content: center;
    }
}
.tab-hdr__num {
    font-family: "Poppins", serif;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #274875;
    padding-right: 32px;
}

@media screen and (max-width: 640px) {
    .tab-hdr__num {
        font-size: 48px;
        padding: 0;
    }
}

.tab-hdr__txt {
    display: flex;
    flex-direction: column;
}
.tab-hdr__en {
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 640px) {
    .tab-hdr__en {
        font-size: 16px;
        padding: 0;
    }
}
.tab-hdr__ja {
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.02em;
    align-self: center;
}

@media screen and (max-width: 640px) {
    .tab-hdr__ja {
        font-size: 32px;
        align-self: unset;
    }
}
@media (max-width: 1023.98px) {
    .tab-hdr__en.--small {
        font-size: 5rem;
    }
    .tab-hdr__en.--xs {
        font-size: 4.3rem;
    }
}
@media (min-width: 640px) {
    .tab-footer {
        display: flex;
        gap: 0 2rem;
        position: relative;
        z-index: 8;
    }
    .tab-footer__next {
        background-color: #fff;
        margin-left: auto;
    }
}
@media (max-width: 639.98px) {
    .tab-footer__next {
        background-color: #fff;
        margin-top: 2rem;
    }
}
.tab-footbtn {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 240px;
    padding: 16px;
    border: 1px solid;
    transition-duration: 0.3s;
    transition-property: color, background-color;
    cursor: pointer;
}
.tab-footbtn:focus-visible {
    background-color: var(--color-black);
    color: #fff;
}

@media screen and (max-width: 640px) {
    .tab-footbtn {
        margin: 0 auto 16px;
        height: 84px;
    }
}
@media (any-hover: hover) {
    .tab-footbtn:hover {
        transform: scale(1.05);
        transition: transform 0.3s ease;
        cursor: pointer;
    }
}
.tab-footbtn__num {
    color: #274875;
    position: relative;
    font-family: "Poppins", serif;
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.tab-footbtn__ttl {
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: space-between;
}

.tab-footbtn__en {
    display: block;
/*     font-family: "Cardo", serif; */
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
	font-family: "Poppins", serif;
}

.tab-footbtn__ja {
    font-size: 2rem;
    display: block;
    font-weight: 400;
    letter-spacing: 0;
}

.tab-footbtn__arrow {
    width: 31px;
    height: 31px;
}
.tab-footbtn__arrow img {
    display: block;
    width: 100%;
}

.color {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: var(--color-macha);
    overflow: hidden;
}
.color.ch01 {
    background-color: #A9C45E;
}
.color .inner {
    position: relative;
    z-index: 1;
}

.color__en {
    position: absolute;
    top: -0.14em;
    left: -0.12em;
    font-family: var(--font-family-latin);
    font-size: 6rem;
    font-weight: 100;
    color: #cbe28e;
    white-space: nowrap;
    line-height: 1;
}

@media (min-width: 640px) {
    .color__en {
        font-size: 7.5rem;
    }
}
@media (min-width: 1024px) {
    .color {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    .color__en {
        font-size: 12rem;
    }
}
@media (min-width: 640px) {
    .form-radios label {
        gap: 0 1.2rem;
    }
}
.form {
    padding: 120px 0;
    width: 100%;
    background-color: #F9F8F6;
}

@media screen and (max-width: 1024px) {
    .form {
        padding: 80px 0;
    }
}
.form__container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .form__container {
        padding: 0 4%;
    }
}

.form__sub-ttl {
    font-family: "Poppins", serif;
    display: block;
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 150%;
}

.form__ttl {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.form__txt {
    margin-top: 40px;
    margin-bottom: 64px;
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
}

.form-common__inner--cnt--left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.form-common__inner--label {
    font-size: 14px;
    line-height: 185.714%;
    letter-spacing: 0.02em;
    background-color: #E4E4E4;
    color: #333;
    padding: 3px 28px;
    display: block;
}
.form-common__inner--label.label-required {
    background-color: #333;
    color: #fff;
}

.form-common__inner--cnt--mail {
    font-size: 14px;
    line-height: 185.714%;
    letter-spacing: 0.02em;
}

form ul li:last-of-type input,
form ul li:last-of-type textarea {
    font-size: 14px;
    line-height: 185.714%;
    letter-spacing: 0.02em;
    padding: 12px 16px;
}

.form-common__inner--cnt--right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-common__inner--cnt--right__item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.form-common__inner--cnt--right__item p {
    font-size: 14px;
    line-height: 185.714%;
    letter-spacing: 0.02em;
}

.form-common__inner--privacy--txt {
    background-color: #fff;
    width: 100%;
    height: 200px;
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
    padding: 16px;
    border: 1px solid #333;
    overflow-y: auto;
}

.form-common__inner--privacy--check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
}

.wpcf7-form-control.wpcf7-acceptance {
    background-color: unset;
}

.form-common__inner--btn input[type=submit]{
    background: #333;
    color: #fff;
    width: 300px;
    border: none;
    border-radius: 50px;
    padding: 16px;
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.promise {
    width: 100%;
    padding-top: 120px;
    position: relative;
}

@media screen and (max-width: 640px) {
    .promise {
        padding-top: 80px;
    }
}

.promise__container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1240px) {
    .promise__container {
        padding: 0 4%;
    }
}

.promise__sub-ttl {
    font-family: "Poppins", serif;
    display: block;
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 150%;
}


.promise__ttl {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.promise__txt {
    margin-top: 40px;
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .promise__txt {
        margin-top: 24px;
        font-size: 14px;
        text-align: left;
    }
}

.promise__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 76px;
    padding-bottom: 120px;
}

@media screen and (max-width: 1024px) {
    .promise__list {
        gap: 24px;
    }
}

@media screen and (max-width: 768px) {
    .promise__list {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 40px;
        padding-bottom: 80px;
    }
}

.promise__item {
    display: flex;
    flex-direction: column;
}

.promise__item--num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #333;
    margin-bottom: 16px;
}

@media screen and (max-width: 640px) {
    .promise__item--num {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

.promise__item--num::after {
    content: '';
    display: block;
    width: 66%;
    height: 1px;
    background-color: #333;
}

@media screen and (max-width: 1024px) {
    .promise__item--num::after {
        width: 55%;
    }
}

@media screen and (max-width: 768px) {
    .promise__item--num::after {
        width: 80%;
    }
}

@media screen and (max-width: 640px) {
    .promise__item--num::after {
        width: 70%;
    }
}

.promise__item--img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.promise__item--img img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 640px) {
    .promise__item--img {
        margin-bottom: 16px;
    }
}

.promise__item--ttl {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .promise__item--ttl br{
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .promise__item--ttl {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 425px) {
    .promise__item--ttl {
        font-size: 17px;
    }
}

.promise__item--txt {
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 640px) {
    .promise__item--txt {
        font-size: 14px;
    }
}

.profile {
    padding: 120px 0;
    border-top: 1px solid #333;
    position: relative;
}

.profile__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: -1;
}

.profile__bg img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1024px) {
    .profile {
        padding: 80px 0;
    }
}

.profile__inner {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1240px) {
    .profile__inner {
        padding: 0 4%;
    }
}

.profile__container {
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .profile__container {
        padding: 0 4%;
    }
}

.profile__sub-ttl {
    font-family: "Poppins", serif;
    display: block;
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 150%;
    /* padding-top: 160px; */
    margin: 0 auto;
}

.profile__img {
    width: 100%;
    height: auto;
}
.profile__img img {
    width: 100%;
    height: auto;
    display: block;
}

.profile__ttl {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.profile__container h3 {
    font-size: 32px;
    line-height: 156.25%;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 640px) {
    .profile__container h3 {
        font-size: 24px;
        text-align: left;
        margin-top: 24px;
    }
}

.profile__txt {
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 640px) {
    .profile__txt {
        font-size: 14px;
        text-align: left;
        margin-top: 24px;
    }
}

.profile__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 64px;
    gap: 40px;
}

.profile__wrapper--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

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

.profile__wrapper--item h4 {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 640px) {
    .profile__wrapper--item h4 {
        font-size: 18px;
    }
}
.profile__text {
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
    text-align: left;
}

@media screen and (max-width: 640px) {
    .profile__text {
        font-size: 1.4rem;
        text-align: left;
    }
}


/* 会社概要開閉ボタン */
.profile__button {
    margin: 0 auto;
    margin-top: 80px;
    width: 569px;
}
@media screen and (max-width: 1024px) {
    .profile__button {
        margin-top: 6%;
        width: 100%;
    }
}
.profile__button__btn {
    /* width: 100%; */
    width: 240px;
    cursor: pointer;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* border-radius: 20px; */
    border-radius: 100px;
    /* font-size: 2.6rem; */
    font-size: 1.4rem;
    border: 1px solid #1A1A1A;
    /* padding: 28px 0; */
    transition: 0.4s;
    position: relative;
    /* width: 46vw; */
    margin: 0 auto;
    padding: 2% 0;
}
.profile__button__btn .arrow {
    transition: 0.5s;
    display: none;
}
.profile__button__btn.active .arrow {
    display: block;
}
.profile__button__btn.active .arrow-sp {
    display: none;
}
.profile__button__btn:nth-child(2) {
    margin-right: 0;
}
.profile__button__btn::after {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(./img/toggle-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.profile__button__btn.active::after {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.3s;
}
@media(max-width: 640px) {
    .profile__button__btn::after {
        right: 4%;
    }
}

@media screen and (max-width: 1024px) {
    .profile__button__btn {
        /* width: 46vw;
    margin: 0 auto;
    padding: 2% 0; */
    }
}
@media screen and (max-width: 640px) {
    .profile__button__btn {
        /* font-size: 1.4rem; */
    }
}
@media screen and (max-width: 640px) {
    .profile__button__btn:nth-child(2) {
        width: 49.5%;
    }
}
@media screen and (max-width: 1024px) {
    .profile__button__btn {
        /* font-size: 2rem; */
    }
}
@media screen and (max-width: 640px) {
    .profile__button__btn {
        /* font-size: 1.4rem; */
    }
}

.profile__button__btn svg {
    position: absolute;
    right: 27px;
    top: 50%;
    width: 16.5px;
    height: auto;
    transform: translateY(-50%) rotate(180deg);
}

.profile__button__btn.active svg {
    transform: translateY(-50%) rotate(0deg);
}

.profile__text__contents {
    font-size: 2rem;
    padding-bottom: 30px;
    color: #60af49;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .profile__text__contents {
        font-size: 1.6rem;
    }
}
.profile__text__item {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #60af69;
}
.profile__text__item:last-child {
    border-bottom: 1px solid #60af69;
}

@media screen and (max-width: 640px) {
    .profile__text__item {
        flex-direction: column;
    }
}
.profile__text__item__title {
    width: 260px;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: bold;
    padding: 35px;
    background-color: #f8faf5;
}

@media screen and (max-width: 1024px) {
    .profile__text__item__title {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 640px) {
    .profile__text__item__title {
        width: 100%;
        font-size: 1.4rem;
    }
}
.profile__text__item__contents {
    width: calc(100% - 260px);
    padding: 35px 100px;
    font-size: 18px;
    line-height: 2;
    color: #4a4a4a;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {
    .profile__text__item__contents {
        font-size: 1.6rem;
        padding: 3% 5%;
    }
}
@media screen and (max-width: 640px) {
    .profile__text__item__contents {
        width: 100%;
        font-size: 1.4rem;
    }
}
.works {
    padding: 120px 0;
    background-color: #F8F8F6;
}

@media screen and (max-width: 1024px) {
    .works {
        padding: 80px 0;
    }
}

#works {
    padding-top: 100px;
    margin-top: -100px;
}

.works__container {
    position: relative;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .works__container {
        padding: 0 4%;
    }
}

.works__ttl {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}
.works__sub-ttl {
    font-family: "Poppins", serif;
    display: block;
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 150%;
    margin: 0 auto;
}

.works__txt {
    padding-bottom: 80px;
    padding-left: 65px;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

@media screen and (max-width: 1024px) {
    .works__txt {
        padding-bottom: 8%;
        padding-left: 8%;
    }
}
@media screen and (max-width: 640px) {
    .works__txt {
        font-size: 1.4rem;
    }
}

.works__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    .works__inner {
        padding: 0;
    }
}
.works__inner--cnt {
    width: 100%;
    position: relative;
}

@media screen and (max-width: 640px) {
    .works__inner--cnt {
        padding-left: 0;
    }
}
.works__inner--data {
    position: relative;
    padding-bottom: 56px;
}

@media screen and (max-width: 1024px) {
    .works__inner--data {
        padding-bottom: 5%;
    }
}
@media screen and (max-width: 640px) {
    .works__inner--data {
        font-size: 1.2rem;
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 3%;
        writing-mode: horizontal-tb;
    }
}
.works__inner--data--01 {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    font-family: "Poppins", serif;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.works__inner--data--01::after {
    content: "";
    position: absolute;
    right: 0;
    height: 1px;
    background-color: #1A1A1A;
    width: calc(100% - 103px);
}

.single-works-slider-main {
    position: relative;
}

.single-works-slider-main--popup {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    z-index: 1;
}
.single-works-slider-main--popup img {
    width: 100%;
    display: block;
}

.y-scroll {
    white-space: normal;
    overflow-x: hidden;
    overflow-y: auto;
}
.y-scroll::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}
.y-scroll::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.y-scroll::-webkit-scrollbar-thumb {
    background: rgba(177, 157, 119, 0.5764705882);
    border-radius: 0;
}
.y-scroll::-webkit-scrollbar-thumb:hover, .y-scroll::-webkit-scrollbar-thumb:active {
    background: #606060;
}
.y-scroll::-webkit-scrollbar-track {
    background: #ddd;
    border: 0px none #ddd;
    border-radius: 0;
}
.y-scroll::-webkit-scrollbar-track:hover, .y-scroll::-webkit-scrollbar-track:active {
    background: #ddd;
}
.y-scroll::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

.information__container {
    position: relative;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .information__container {
        padding: 0 4%;
    }
}
@media screen and (max-width: 640px) {
    .information__container {
        padding: 0 4%;
    }
}
.information__info {
    padding-bottom: 150px;
    width: 100%;
    font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1024px) {
    .information__info {
        padding-bottom: 15%;
    }
}
.information__table {
    width: 100%;
}
.information__table tbody {
    width: 100%;
    color: #2D3630;
}
.information__table tbody tr {
    font-family: "Noto Serif JP", serif;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    text-align: left;
    border-bottom: 1px solid #A5A5A5;
}
.information__table tbody tr:first-child {
    border-top: 1px solid #A5A5A5;
    padding-top: 24px;
}
.information__table tbody tr th {
    width: 195px;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}
.information__table tbody tr td {
    width: 100%;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 1024px) {
    .information__table tbody tr:first-child {
        padding-top: 2%;
    }
}
@media screen and (max-width: 640px) {
    .information__table tbody tr:first-child {
        flex-direction: column;
    }
}
@media screen and (max-width: 1024px) {
    .information__table tbody tr {
        margin-top: 2%;
    }
}
@media screen and (max-width: 640px) {
    .information__table tbody tr {
        flex-direction: column;
    }
}
@media screen and (max-width: 640px) {
    .information__table tbody tr th {
        border-bottom: none;
        padding-bottom: 2%;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 640px) {
    .information__table tbody tr td {
        width: 100%;
        padding-bottom: 2%;
        font-size: 1.4rem;
    }
}
.footer {
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #555555;
}

@media screen and (max-width: 1024px) {
    .footer {
        padding-top: 6%;
        padding-bottom: 6%;
    }
}
@media screen and (max-width: 640px) {
    .footer {
        padding-top: 12%;
        padding-bottom: 12%;
    }
}
@media screen and (max-width: 425px) {
    .footer {
        padding-top: 20%;
        padding-bottom: 20%;
    }
}
.footer__container {
    position: relative;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .footer__container {
        padding: 0 4%;
    }
}
@media screen and (max-width: 640px) {
    .footer__container {
        padding: 0 4%;
    }
}
.footer__container--logo {
    margin: 0 auto;
    width: 165px;
    height: auto;
}

@media screen and (max-width: 640px) {
    .footer__container--logo {
        width: 165px;
    }
}

.footer__container--nav {
    margin-top: 24px;
}

.footer__container--cnt {
    display: flex;
    justify-content: center;
    gap: 40px;
    color: #fff;
}
.footer__container--cnt li {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
    .footer__container--cnt {
        gap: 20px;
    }
}

@media screen and (max-width: 640px) {
    .footer__container--cnt {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
}
.footer__container p {
    color: #fff;
    font-family: "Zen Kaku Gothic New", serif;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 80px;
}

.footer--top {
    position: absolute;
    right: 120px;
    bottom: 24px;
}

@media screen and (max-width: 1024px) {
    .footer--top {
        right: 8%;
        bottom: 6%;
    }
}
@media screen and (max-width: 640px) {
    .footer--top {
        right: 6%;
        bottom: 6%;
    }
}
@media screen and (max-width: 425px) {
    .footer--top {
        right: 4%;
        bottom: 6%;
    }
}

.footer--top a {
    width: 18px;
    height: 40px;
    display: block;
}

.footer--top a img {
    width: 100%;
    height: auto;
}

.mfp-content {
    /* max-width: 1024px; */
}

.single-works-slider {
    margin: 0 0 50px;
}

.single-works-slider-photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.single-works-slider-photo .single-works-slider-main {
    width: calc(100% - 300px);
    position: relative;
}
.single-works-slider-photo .single-works-slider-main *:focus {
    outline: none;
}
.single-works-slider-photo .single-works-slider-main i {
    content: "";
    width: 68px;
    height: 68px;
    border-radius: 100px;
    position: relative;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.single-works-slider-photo .single-works-slider-main i::before {
    content: "";
    background: url(./img/popup_works.svg) no-repeat center center/contain;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.single-works-slider-photo .single-works-slider-main .slick-slide {
    position: relative;
}
.single-works-slider-photo .single-works-slider-main .slick-slide figure {
    height: 596px;
    position: relative;
    margin: 0;
}
.single-works-slider-photo .single-works-slider-main .slick-slide img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-works-slider-photo button.slick-prev.slick-arrow, 
.single-works-slider-photo button.slick-next.slick-arrow {
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    z-index: 10;
    background: rgba(39, 72, 117, 0.9);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.single-works-slider-photo button.slick-prev.slick-arrow:hover,
.single-works-slider-photo button.slick-next.slick-arrow:hover {
    opacity: 0.7;
}

.single-works-slider-photo button.slick-prev.slick-arrow {
    left: 15px;
}

.single-works-slider-photo button.slick-next.slick-arrow {
    right: 15px;
}

.single-works-slider-photo button.slick-prev::before, 
.single-works-slider-photo button.slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.single-works-slider-photo button.slick-prev::before {
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff transparent transparent;
    margin-left: -3px;
}

.single-works-slider-photo button.slick-next::before {
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 3px;
}

@media screen and (max-width: 1024px) {
    .single-works-slider-photo button.slick-prev.slick-arrow,
    .single-works-slider-photo button.slick-next.slick-arrow {
        width: 45px;
        height: 45px;
    }
    .single-works-slider-photo button.slick-prev.slick-arrow {
        left: 1.9296875vw;
    }
    .single-works-slider-photo button.slick-next.slick-arrow {
        right: 1.9296875vw;
    }
}

@media screen and (max-width: 640px) {
    .single-works-slider-photo button.slick-prev.slick-arrow, 
    .single-works-slider-photo button.slick-next.slick-arrow {
        width: 40px;
        height: 40px;
    }
    .single-works-slider-photo button.slick-prev.slick-arrow {
        left: 2.6875vw;
    }
    .single-works-slider-photo button.slick-next.slick-arrow {
        right: 2.6875vw;
    }
    .single-works-slider-photo button.slick-prev::before {
        border-width: 6px 10px 6px 0;
        margin-left: -2px;
    }
    .single-works-slider-photo button.slick-next::before {
        border-width: 6px 0 6px 10px;
        margin-left: 2px;
    }
}
.detailsPhoto__thumb {
    overflow-y: auto;
    width: 290px;
    height: 596px;
}

.detailsPhoto__thumb-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
}

.single-works-popup {
    max-width: 1000px;
    color: #ffffff;
    margin: 0 auto;
}
.single-works-popup figure {
    text-align: center;
    margin: 0 auto 2em;
}
.single-works-popup img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    max-height: 80vh;
    margin: 0 auto;
    object-fit: contain;
}
.single-works-popup span {
    font-family: "BIZ UDMincho", serif;
    color: #2b2b2b;
    padding: 1em;
}

.panel-item {
    cursor: pointer;
    width: calc((100% - 14px) / 2);
    height: 142px;
    position: relative;
    margin-bottom: 4%;
}
.panel-item:nth-of-type(2n) {
    margin-right: 0;
}
.panel-item figure {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
}
.panel-item img {
    font-family: "object-fit: cover;";
    width: 100%;
    max-width: unset;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    backface-visibility: visible;
}

.single-works-popup p {
    font-size: 1.5rem;
    line-height: 1.75;
    text-align: center;
}

/* .mfp-close-btn-in .mfp-close {
    width: 77px;
    height: 77px;
    color: #ffffff;
    font-size: 50px;
    top: -5vw;
    cursor: pointer;
} */

.mfp-close-btn-in .mfp-close {
    width: 6.2096774194vw;
    height: 6.2096774194vw;
    color: #333;
    font-size: 4.0322580645vw;
    top: 0;
    right: 0;
}

.mfp-close:active {
    top: 0 !important;
}

.mfp-wrap.mfp-ready .mfp-content {
    pointer-events: auto;
}

@media screen and (max-width: 1240px) {
    .single-works-slider {
        margin: 0 0 4.0322580645vw;
    }
    .single-works-slider-photo .single-works-slider-main {
        width: calc(100% - 25vw);
    }
    .single-works-slider-photo .single-works-slider-main i {
        width: 6.4516129032vw;
        height: 6.4516129032vw;
    }
    .single-works-slider-photo .single-works-slider-main i::before {
        width: 6.4516129032vw;
        height: 6.4516129032vw;
    }
    .single-works-slider-photo .single-works-slider-main .slick-slide figure {
        height: 48.064516129vw;
    }
    .detailsPhoto__thumb {
        width: 23.3870967742vw;
        height: 48.064516129vw;
    }
    .single-works-popup figure {
        margin: 0 auto 2.5806451613vw;
    }
    .panel-item {
        width: calc((100% - 1.1290322581vw) / 2);
        height: 11.4516129032vw;
    }
    .single-works-popup p {
        font-size: 1.2096774194vw;
    }
    .single-works-slider .slick-prev {
        width: 3.2258064516vw;
        height: 2.5806451613vw;
        left: 1.6129032258vw;
    }
    .single-works-slider [dir=rtl] .slick-prev {
        left: auto;
        right: 1.6129032258vw;
    }
    .single-works-slider .slick-prev:before {
        border-width: 1.2096774194vw 3.2258064516vw 1.2903225806vw 0;
    }
    .single-works-slider .slick-next {
        width: 3.2258064516vw;
        height: 2.5806451613vw;
        right: 1.6129032258vw;
    }
    .single-works-slider [dir=rtl] .slick-next {
        left: 1.6129032258vw;
        right: auto;
    }
    .single-works-slider .slick-next:before {
        border-width: 1.2903225806vw 0 1.2903225806vw 3.2258064516vw;
    }
}
@media screen and (max-width: 1024px) {
    .single-works-slider {
        margin: 0 0 4.8828125vw;
    }
    .single-works-slider-photo .single-works-slider-main {
        width: calc(100% - 30.2734375vw);
    }
    .single-works-slider-photo .single-works-slider-main i {
        width: 7.8125vw;
        height: 7.8125vw;
    }
    .single-works-slider-photo .single-works-slider-main i::before {
        width: 7.8125vw;
        height: 7.8125vw;
    }
    .single-works-slider-photo .single-works-slider-main .slick-slide figure {
        height: 58.203125vw;
    }
    .detailsPhoto__thumb {
        width: 28.3203125vw;
        height: 58.203125vw;
    }
    .single-works-popup figure {
        margin: 0 auto 3.125vw;
    }
    .panel-item {
        width: calc((100% - 1.3671875vw) / 2);
        height: 13.8671875vw;
    }
    .single-works-popup p {
        font-size: 1.46484375vw;
    }

    .single-works-slider .slick-prev {
        width: 3.90625vw;
        height: 3.125vw;
        left: 1.953125vw;
    }
    .single-works-slider [dir=rtl] .slick-prev {
        left: auto;
        right: 1.953125vw;
    }
    .single-works-slider .slick-prev:before {
        border-width: 1.46484375vw 3.90625vw 1.5625vw 0;
    }
    .single-works-slider .slick-next {
        width: 3.90625vw;
        height: 3.125vw;
        right: 1.953125vw;
    }
    .single-works-slider [dir=rtl] .slick-next {
        left: 1.953125vw;
        right: auto;
    }
    .single-works-slider .slick-next:before {
        border-width: 1.5625vw 0 1.5625vw 3.90625vw;
    }
    .single-works-slider-photo .single-works-slider-main .slick-slide img {
        height: 58vw;
    }
}
@media screen and (max-width: 640px) {
    .single-works-slider {
        margin: 0 0 7.8125vw;
    }
    .single-works-slider-photo .single-works-slider-main {
        width: 100%;
    }
    .single-works-slider-photo .single-works-slider-main i {
        width: 10.625vw;
        height: 10.625vw;
        bottom: 0;
        right: 0;
    }
    .single-works-slider-photo .single-works-slider-main i::before {
        width: 10.625vw;
        height: 10.625vw;
    }
    .single-works-slider-photo .single-works-slider-main .slick-slide figure {
        height: 93.125vw;
    }
    .detailsPhoto__thumb {
        overflow-x: auto;
        width: 100%;
        height: 22.1875vw;
        margin: 4.6875vw 0 0;
    }
    .detailsPhoto__thumb-inner {
        overflow-x: auto;
        overflow-y: hidden;
        display: block;
        height: 22.1875vw;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    .single-works-popup figure {
        margin: 0 auto;
    }
    .panel-item {
        display: inline-block;
        width: 22.1875vw;
        height: 22.1875vw;
        margin-right: 0.5rem;
    }
    .panel-item:nth-of-type(2n) {
        margin-right: 0.5rem;
    }
    .single-works-popup p {
        font-size: 2.34375vw;
    }
    .mfp-close-btn-in .mfp-close {
        width: 12.03125vw;
        height: 12.03125vw;
        color: #fff;
        font-size: 7.8125vw;
        top: -10vw;
        right: 0;
    }
    .single-works-slider .slick-prev {
        width: 6.25vw;
        height: 5vw;
        left: 3.125vw;
    }
    .single-works-slider [dir=rtl] .slick-prev {
        left: auto;
        right: 3.125vw;
    }
    .single-works-slider .slick-prev:before {
        border-width: 2.34375vw 6.25vw 2.5vw 0;
    }
    .single-works-slider .slick-next {
        width: 6.25vw;
        height: 5vw;
        right: 3.125vw;
    }
    .single-works-slider [dir=rtl] .slick-next {
        left: 3.125vw;
        right: auto;
    }
    .single-works-slider .slick-next:before {
        border-width: 2.5vw 0 2.5vw 6.25vw;
    }
    .single-works-slider-photo .slick-prev::before, .single-works-slider-photo .slick-next::before {
        width: 30.5px;
        height: 4px;
    }
}
.mfp-bg {
    overflow: hidden;
    background: #0b0b0b;
    z-index: 1042;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.mfp-wrap {
    z-index: 1043;
    width: 100%;
	max-width:800px;
    height: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
	right:0;
	margin:auto;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 !important;
    padding: 0 8px;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    z-index: 1045;
    display: inline-block;
    text-align: left;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    cursor: auto;
    width: 100%;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

/* Magnific Popup フェードアニメーション */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* Magnific Popup 画像表示の確保 */
.mfp-content {
    position: relative !important;
}

.mfp-content .single-works-popup {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    min-height: 200px;
}

.mfp-content .single-works-popup img {
/*     width: auto !important; */
    max-width: 90vw !important;
    max-height: 80vh !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff;
}

.mfp-preloader {
    z-index: 1044;
    width: auto;
    color: #cccccc;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    margin-top: -0.8em;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: #ffffff;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    background: transparent;
    cursor: pointer;
    z-index: 1046;
    display: block;
    border: 0;
    box-shadow: none;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mfp-close {
    font-family: Arial, Baskerville, monospace;
    opacity: 0.65;
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-style: normal;
    font-size: 28px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: -44px;
    right: 0;
    padding: 0 0 18px 10px;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: -43px;
}


.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    width: 100%;
    color: #ffffff;
    text-align: right;
    right: -6px;
    padding-right: 6px;
}

.mfp-counter {
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
}

.mfp-arrow {
    opacity: 0.65;
    width: 65px;
    height: 110px;
    position: absolute;
    top: 50%;
    padding: 0;
    margin: 0;
    margin-top: -55px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: medium inset transparent;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 35px;
    margin-left: 35px;
}
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: medium inset transparent;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 35px;
    margin-left: 35px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    opacity: 0.7;
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 5%;
}
.mfp-arrow-left:after {
    content: "";
    background-image: url(./img/prev-arrow-02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 61px;
    height: 8px;
    border: none;
    top: 0;
    left: 20px;
    margin-left: 0;
    transform: none;
}

.mfp-arrow-right {
    right: 5%;
}
.mfp-arrow-right:after {
    content: "";
    background-image: url(./img/next-arrow-02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 61px;
    height: 8px;
    border: none;
    top: 0;
    left: auto;
    right: 20px;
    transform: none;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 900px;
    line-height: 0;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    background: #000;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Main image in popup */
img.mfp-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    background: #444444;
    z-index: -1;
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 40px;
    right: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
    display: block;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    cursor: auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -36px;
}

.mfp-title {
    color: #f3f3f3;
    line-height: 18px;
    text-align: left;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: auto;
        bottom: 0;
        box-sizing: border-box;
        padding: 3px 5px;
        margin: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px;
    }
    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, 0.6);
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
    }
    .mfp-arrow-left {
        transform-origin: 0;
    }
    .mfp-arrow-right {
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-bg {
    opacity: 0;
    transition: opacity 0.5s;
}
.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-wrap .mfp-content {
    opacity: 0;
    transition: opacity 0.5s;
}
.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.plan {
    overflow: hidden;
}
.plan .slick-dots {
    position: relative;
    margin-top: 30px;
}
.plan .slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0 10px;
}
.plan .slick-dots li button {
    all: unset;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #1A1A1A;
    cursor: pointer;
}
.plan .slick-dots li.slick-active button {
    background-color: #1A1A1A;
    display: block;
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 1024px) {
    .plan .slick-dots {
        margin-top: 0;
    }
}
@media screen and (max-width: 1024px) {
    .plan .slick-dots li button {
        display: block;
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .plan .slick-dots li.slick-active button {
        width: 10px;
        height: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .plan {
        padding: 0;
    }
}
.plan__container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .plan__container {
        padding: 0 4%;
    }
}
@media screen and (max-width: 640px) {
    .plan__container {
        padding: 0 4%;
    }
}
.plan__sub-ttl {
    font-family: "Poppins", serif;
    display: block;
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 150%;
    padding-top: 120px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1024px) {
	    .plan__sub-ttl {
        padding-top: 12%;
    }
}
/* @media screen and (max-width: 640px) {
    .plan__sub-ttl {
        padding-top: 8%;
    }
} */

.plan__ttl {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.plan__box {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.plan__box--text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-align: center;
}
.plan__box--text-sp {
    display: none;
}

@media screen and (max-width: 640px) {
    .plan__box--text {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .plan__box--text-sp {
        display: block;
        margin: 2% 0;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.02em;
        text-align: left;
        list-style: none;
    }
    .plan__box--text-sp li {
        display: flex;
    }
}

.plan__box--text-sp-ttl {
    width: 66px;
}

.plan__box--text-sp-txt-box {
    display: flex;
    flex-direction: column;
}

.plan__box__img__icon {
    display: block;
    width: 30px;
    cursor: pointer;
}
.plan__box__img__icon img {
    width: 100%;
}
.plan__box__img__icon.icon01 {
    position: absolute;
    top: 190px;
    left: 354px;
}
.plan__box__img__icon.icon02 {
    position: absolute;
    top: 146px;
    left: 318px;
}
.plan__box__img__icon.icon03 {
    position: absolute;
    bottom: 280px;
    left: 350px;
}
.plan__box__img__icon.icon04 {
    position: absolute;
    top: 90px;
    left: 241px;
}
.plan__box__img__icon.icon05 {
    position: absolute;
    top: 197px;
    right: 188px;
}
.plan__box__img__icon.icon06 {
    position: absolute;
    top: 171px;
    right: 405px;
}
.plan__box__img__icon.icon07 {
    position: absolute;
    top: 241px;
    right: 290px;
}

@media screen and (max-width: 780px) {
    .plan__box__img__icon {
        width: 7vw;
        height: 7vw;
        font-size: 3vw;
    }
}
@media screen and (max-width: 640px) {
    .plan__box__img__icon {
        width: 6vw;
        height: 6vw;
        font-size: 2vw;
    }
}
@media screen and (max-width: 1240px) {
    .plan__box__img__icon.icon01 {
        top: 15vw;
        left: 29vw;
        width: 3vw;
    }
}
@media screen and (max-width: 640px) {
    .plan__box__img__icon.icon01 {
        top: 30vw;
        left: 51vw;
        width: 5vw;
    }
}
@media screen and (max-width: 1240px) {
    .plan__box__img__icon.icon02 {
        top: 11vw;
        left: 25vw;
        width: 3vw;
    }
}
@media screen and (max-width: 640px) {
    .plan__box__img__icon.icon02 {
        top: 23vw;
        left: 45vw;
        width: 5vw;
    }
}
@media screen and (max-width: 1240px) {
    .plan__box__img__icon.icon03 {
        top: 3vw;
        left: 27vw;
        width: 3vw;
    }
}
@media screen and (max-width: 640px) {
    .plan__box__img__icon.icon03 {
        top: 7vw;
        left: 51vw;
        width: 5vw;
    }
}
@media screen and (max-width: 1240px) {
    .plan__box__img__icon.icon04 {
        top: 6vw;
        left: 19vw;
        width: 3vw;
    }
}
@media screen and (max-width: 640px) {
    .plan__box__img__icon.icon04 {
        top: 13vw;
        left: 34vw;
        width: 5vw;
    }
}
@media screen and (max-width: 1240px) {
    .plan__box__img__icon.icon05 {
        top: 14vw;
        right: 15vw;
        width: 3vw;
    }
}
@media screen and (max-width: 640px) {
    .plan__box__img__icon.icon05 {
        top: 92vw;
        right: 24vw;
        width: 5vw;
    }
}
@media screen and (max-width: 1240px) {
    .plan__box__img__icon.icon06 {
        width: 3vw;
        top: 13vw;
        right: 32vw;
    }
}
@media screen and (max-width: 640px) {
    .plan__box__img__icon.icon06 {
        top: 90vw;
        right: 59vw;
        width: 5vw;
    }
}
@media screen and (max-width: 1240px) {
    .plan__box__img__icon.icon07 {
        width: 3vw;
        top: 19vw;
        right: 23vw;
    }
}
@media screen and (max-width: 640px) {
    .plan__box__img__icon.icon07 {
        top: 102vw;
        right: 41vw;
        width: 5vw;
    }
}
.plan__box__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media(max-width: 640px) {
    .plan__box__img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transform: scale(1.5);
    }
}

.plan__box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #1A1A1A;
    background-color: transparent;
    opacity: 1;
    margin: 10px;
}
@media screen and (max-width: 640px) {
    .plan__box .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 8px;
    }
}
.plan__box .swiper-pagination-bullet-active {
    background: #1A1A1A;
}
.plan__box .swiper-pagination-bullets {
    bottom: -35px;
}
.plan__box .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .plan__box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px;
}
.plan__box .swiper-horizontal > .swiper-pagination-bullets, .plan__box .swiper-pagination-bullets.swiper-pagination-horizontal, .plan__box .swiper-pagination-custom, .plan__box .swiper-pagination-fraction {
    width: auto;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.plan__box .point__box .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
}

@media screen and (max-width: 1024px) {
    .plan__box .swiper-horizontal > .swiper-pagination-bullets, .plan__box .swiper-pagination-bullets.swiper-pagination-horizontal, .plan__box .swiper-pagination-custom, .plan__box .swiper-pagination-fraction {
        left: 2%;
    }
}
@media screen and (max-width: 640px) {
    .plan__box .point__box .swiper-pagination {
        width: calc(100% - 100px);
    }
}
.plan__wrapper {
    display: flex;
    gap: 32px;
    margin-top: 40px;
}

@media screen and (max-width: 1024px) {
    .plan__wrapper {
        padding: 0;
        margin-top: 64px;
    }
}
@media screen and (max-width: 640px) {
    .plan__wrapper {
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }
}

.plan__diagram {
    width: 100%;
}

.plan__diagram img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 640px) {
    .plan__diagram {
        width: 100%;
    }
}
.plan__slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.plan__slider__wrap {
    width: 100%;
    padding: 32px 60px 16px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .plan__slider__wrap {
        padding: 3% 6%;
    }
}
@media screen and (max-width: 435px) {
    .plan__slider__wrap {
        padding: 3% 0;
    }
}
.plan__slider__list {
    display: flex !important;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    background-color: #F1F4F3;
}

@media screen and (max-width: 840px) {
    .plan__slider__list {
        flex-direction: column;
    }
}
.plan__slider__list__item {
    width: 50%;
    padding: 20px;
}

@media screen and (max-width: 1024px) {
    .plan__slider__list__item {
        width: 500px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .plan__slider__list__item {
        width: 100%;
        padding: 0 2%;
    }
}
.plan__slider__list__item--inner {
    display: flex;
}

@media screen and (max-width: 640px) {
    .plan__slider__list__item--inner {
        justify-content: center;
        margin-top: 4%;
    }
}
.plan__slider__list__item--icon {
    width: 30px;
    margin-top: 5px;
}
.plan__slider__list__item--icon img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .plan__slider__list__item--icon {
        margin-top: 0;
        margin-right: 2%;
    }
}
@media screen and (max-width: 435px) {
    .plan__slider__list__item--icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.plan__slider__list__item--ttl {
    font-size: 2.4rem;
    margin-left: 10px;
    line-height: 1.6;
}

@media screen and (max-width: 640px) {
    .plan__slider__list__item--ttl .sp {
        display: block;
    }
}
@media screen and (max-width: 1024px) {
    .plan__slider__list__item--ttl {
        font-size: 2rem;
        margin-left: 1%;
    }
}
@media screen and (max-width: 640px) {
    .plan__slider__list__item--ttl {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 435px) {
    .plan__slider__list__item--ttl {
        padding-top: 4%;
    }
}
.plan__slider__list__item__txt {
    font-size: 1.6rem;
    font-family: "Zen Kaku Gothic New", serif;
    line-height: 2;
    margin-top: 16px;
}

@media screen and (max-width: 1024px) {
    .plan__slider__list__item__txt {
        font-size: 1.4rem;
        margin-top: 2%;
        margin-bottom: 4%;
    }
}
@media screen and (max-width: 1024px) {
    .plan__slider__list__item__txt {
        padding: 0 4%;
    }
}
.plan__slider__list__photo {
    width: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
.plan__slider__list__photo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .plan__slider__list__photo {
        padding: 0;
        max-width: 350px;
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 840px) {
    .plan__slider__list__photo {
        padding-top: 6%;
    }
}
@media screen and (max-width: 375px) {
    .plan__slider__list__photo {
        max-width: 307px;
    }
}
.plan__slider__btn .slick-prev-point {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    transition: 0.4;
}
.plan__slider__btn .slick-prev-point:hover {
    opacity: 0.5;
}
.plan__slider__btn .slick-next-point {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    transition: 0.4;
}
.plan__slider__btn .slick-next-point:hover {
    opacity: 0.5;
}

@media screen and (max-width: 1024px) {
    .plan__slider__btn .slick-prev-point {
        left: 0;
    }
}
@media screen and (max-width: 640px) {
    .plan__slider__btn .slick-prev-point {
        top: 50%;
    }
    .plan__slider__btn .slick-prev-point svg {
        width: 8vw;
        height: 8vw;
        padding-left: 2%;
    }
}
@media screen and (max-width: 435px) {
    .plan__slider__btn .slick-prev-point {
        top: 60%;
    }
}
@media screen and (max-width: 375px) {
    .plan__slider__btn .slick-prev-point {
        top: 50%;
    }
}
@media screen and (max-width: 1024px) {
    .plan__slider__btn .slick-next-point {
        right: 0;
    }
}
@media screen and (max-width: 640px) {
    .plan__slider__btn .slick-next-point {
        top: 50%;
    }
    .plan__slider__btn .slick-next-point svg {
        width: 8vw;
        height: 8vw;
        padding-right: 2%;
    }
}
@media screen and (max-width: 435px) {
    .plan__slider__btn .slick-next-point {
        top: 60%;
    }
}
@media screen and (max-width: 375px) {
    .plan__slider__btn .slick-next-point {
        top: 50%;
    }
}
.plan strong {
    font-weight: 500;
}

.plan__underline {
    margin-top: 38px;
}

/* #cta::after {
    content: '';
    display: block;
    width: 100%;
    height: 250px;
    background: #FFF;
    position: absolute;
    z-index: -1;
} */

.cta {
    background: url(../img/hamamatsu-modelhouse/cta-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.cta__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    height: auto;
    padding: 30px 24px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
    color: white;
}
@media screen and (max-width: 640px) {
    .cta__inner {
        padding: 48px 0;
    }
}

.cta__inner__ttl {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
    .cta__inner__ttl {
        font-size: 16px;
    }
}

.cta__inner--line {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

@media screen and (max-width: 640px) {
    .cta__inner--line {
        width: 84%;
    }
}

.cta__inner__present {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
    .cta__inner__present {
        margin-top: 2%;
    }
}

@media screen and (max-width: 640px) {
    .cta__inner__present {
        margin-top: 24px;
        margin-bottom: 16px;
    }
}

.cta__inner__present--img {
    width: 83px;
    height: auto;
}

.cta__inner__present--img img {
    width: 100%;
    height: auto;
    display: block;
}

.cta__inner__present--txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cta__inner__present--txt svg {
    width: 95px;
    height: auto;
    display: block;
}

.cta__inner__present--txt p {
    color: #ffffff;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 640px) {
    .cta__inner__present--txt p {
        font-size: 20px;
    }
}

.cta__inner--cnt a {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    /* max-width: 490px; */
    height: 48px;
    border-radius: 50px;
    position: relative;
    margin: 0 auto;
    transition: 0.4s;
}
@media(max-width: 640px) {
    .cta__inner--cnt a {
        width: 327px;
    }
}
.cta__inner--cnt a span {
    color: #274875;
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
    text-align: center;
    transition: 0.4s;
}
.cta__inner--cnt a img {
    position: absolute;
    display: block;
    width: 16.5px;
    height: auto;
    right: 24px;
    transition: 0.4s;
}
@media(min-width: 1024px) {
    .cta__inner--cnt a:hover {
        background: #FFF;
        transition: 0.4s;
    }
    .cta__inner--cnt a:hover span {
        color: #847558;
        transition: 0.4s;
    }
    .cta__inner--cnt a:hover svg path {
        stroke: #847558;
        transition: 0.4s;
    }
}

@media screen and (max-width: 1024px) {
    .cta__inner--cnt h3 {
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 640px) {
    .cta__inner--cnt h3 {
        font-size: 2.2rem;
        padding-bottom: 2%;
        margin-bottom: 8%;
    }
}
@media screen and (max-width: 640px) {
    .cta__inner--cnt a {
        height: 50px;
        margin: 4% 0;
    }
}
@media screen and (max-width: 1024px) {
    .cta__inner--cnt a span {
        font-size: 2rem;
    }
}
@media screen and (max-width: 640px) {
    .cta__inner--cnt a span {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 640px) {
    .cta__inner--cnt a::after {
        width: 20px;
    }
}

.cta__inner--small {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 16px;
    font-size: 12px !important;
    line-height: 150%;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 640px) {
    .cta__inner--small {
        margin-top: 0;
        padding: 0 24px;
    }
}



.cta__inner--policy {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    padding: 8px 16px;
    border: 1px solid #fff;
    margin-top: 16px;
    width: 600px;
    height: 72px;
    overflow-y: scroll;
}

@media screen and (max-width: 640px) {
    .cta__inner--policy {
        width: 327px;
    }
}

.cta02 {
    background: url(./img/cta_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.cta02::after {
    content: "";
    display: block;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background: #2D3630;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.cta02__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 620px;
    height: auto;
    padding: 80px 0 80px 0;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}

@media screen and (max-width: 1024px) {
    .cta02__inner {
        padding: 8% 0;
    }
}
@media screen and (max-width: 640px) {
    .cta02__inner {
        padding: 4% 0;
    }
}
.cta02__inner--cnt__pc {
    display: block;
    width: 630px;
}

@media screen and (max-width: 640px) {
    .cta02__inner--cnt__pc {
        display: none;
    }
}
.cta02__inner--cnt__sp {
    display: none;
}

@media screen and (max-width: 640px) {
    .cta02__inner--cnt__sp {
        display: block;
        width: 200px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 425px) {
    .cta02__inner--cnt__sp {
        width: 40vw;
    }
}
.cta02__inner--cnt__txt {
    background-color: #FFF;
    padding: 4px;
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .cta02__inner--cnt__txt {
        margin-top: 3%;
    }
}
@media screen and (max-width: 640px) {
    .cta02__inner--cnt__txt {
        max-width: 432px;
        margin-top: 6%;
    }
}
@media screen and (max-width: 500px) {
    .cta02__inner--cnt__txt {
        max-width: 84vw;
    }
}
.cta02__inner--cnt__txt--box {
    width: 100%;
    height: 149px;
    overflow-y: scroll;
    padding: 10px;
    margin: 1% 0;
}
.cta02__inner--cnt__txt--box::-webkit-scrollbar {
    width: 6px;
    padding-right: 10px;
}
.cta02__inner--cnt__txt--box::-webkit-scrollbar-thumb {
    background-color: #A5A5A5;
    border-radius: 10px;
    padding-right: 10px;
}
.cta02__inner--cnt__txt--box::-webkit-scrollbar-track {
    border-radius: 10px;
}

.cta02__inner--cnt h3 {
    font-size: 3.2rem;
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
    max-width: 590px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: 0.07em;
}
.cta02__inner--cnt span {
    display: block;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 2.5em;
    text-align: center;
}
.cta02__inner--cnt p {
    font-size: 1.6rem;
    color: #000;
    line-height: 1.8;
}
.cta02__inner--cnt a {
    background-color: #196A68;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 540px;
    height: 80px;
    border-radius: 20px;
    position: relative;
    margin: 32px auto;
    transition: 0.4s;
}
.cta02__inner--cnt a:hover {
    opacity: 0.7;
    transform: scale(1.02);
}
.cta02__inner--cnt a span {
    color: #ffffff;
    font-size: 2.4rem;
    text-align: center;
}
.cta02__inner--cnt a::after {
    content: "";
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 41px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    background-color: #fff;
    right: 0;
}

@media screen and (max-width: 1024px) {
    .cta02__inner--cnt h3 {
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 640px) {
    .cta02__inner--cnt h3 {
        font-size: 2.2rem;
        padding-bottom: 2%;
        margin-bottom: 8%;
    }
}
@media screen and (max-width: 640px) {
    .cta02__inner--cnt p {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 435px) {
    .cta02__inner--cnt p {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 640px) {
    .cta02__inner--cnt a {
        height: 50px;
        margin: 4% 0;
    }
}
@media screen and (max-width: 1024px) {
    .cta02__inner--cnt a span {
        font-size: 2rem;
    }
}
@media screen and (max-width: 640px) {
    .cta02__inner--cnt a span {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 640px) {
    .cta02__inner--cnt a::after {
        width: 20px;
    }
}
.consultation {
    padding: 160px 0;
}

@media screen and (max-width: 1024px) {
    .consultation {
        padding: 8% 0;
    }
}
.consultation__container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .consultation__container {
        padding: 0 4%;
    }
}
@media screen and (max-width: 640px) {
    .consultation__container {
        padding: 0 4%;
    }
}
.consultation__sub-ttl {
    font-family: "Poppins", serif;
    display: block;
    font-size: 32px;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin: 0 auto;
    position: relative;
    padding-left: 48px;
}

.consultation__ttl {
    padding-bottom: 64px;
    font-size: 20px;
    line-height: 1.8;
    color: #332F2B;
}


#page-common-hiraya .accordion .accordionToggleSummary {
    cursor: pointer;
}
#page-common-hiraya .accordion .accordionToggleSummary::-webkit-details-marker {
    display: none;
}
#page-common-hiraya .accordion .accordionToggleSummary:before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #43320A;
    position: absolute;
    right: 32px;
}
#page-common-hiraya .accordion .accordionToggleSummary:after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #43320A;
    position: absolute;
    right: 32px;
    transform: rotate(90deg);
}
#page-common-hiraya .accordion .accordionToggleHidden {
    display: grid;
    transition: 250ms grid-template-rows ease;
    grid-template-rows: 0fr;
}
#page-common-hiraya .accordion .accordionToggleHidden > * {
    overflow: hidden;
}
#page-common-hiraya .accordion .accordionToggle.accordionToggleOpen .accordionToggleHidden {
    grid-template-rows: 1fr;
}
#page-common-hiraya .accordion01:last-child {
    border-bottom: solid 1px #A5A5A5;
}
#page-common-hiraya .accordion01 .accordionToggle {
    position: relative;
    border-top: solid 1px #A5A5A5;
}
#page-common-hiraya .accordion01 .accordionToggle:not(:last-of-type) {
    margin-bottom: 40px;
}
#page-common-hiraya .accordion01 .accordionToggle.accordionToggleOpen .accordionToggleSummary:after {
    display: none;
}
#page-common-hiraya .accordion01 .accordionToggle.accordionToggleOpen .accordionToggleHiddenBorder {
    border-top: 1px solid #bba181;
}
#page-common-hiraya .accordion01 .accordionToggleSummary {
    display: flex;
    align-items: center;
    position: relative;
    padding: 32px;
    transition: 0.4s all;
    gap: 50px;
}
#page-common-hiraya .accordion01 .accordionToggleSummary__padding {
    padding: 46px 0;
}
#page-common-hiraya .accordion01 .accordionToggleSummary > span {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 24px;
    background: url(../images/qa/qa_q-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#page-common-hiraya .accordion01 .accordionToggleSummary > h3 {
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0;
}
#page-common-hiraya .accordion01 .accordionToggleHidden.accordionToggleHiddenBorder {
    border: none;
}
#page-common-hiraya .accordion01 .accordionToggleHidden > div > span {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 24px;
    background: url(../images/qa/qa_a-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#page-common-hiraya .accordion01 .accordionToggleHiddenText {
    width: 100%;
}
#page-common-hiraya .accordion__inner--title--h4 {
    font-size: 2.4rem;
    width: 420px;
}
#page-common-hiraya .accordion__inner--title--p {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 1.6rem;
}
#page-common-hiraya .accordion01 .accordionToggleHidden > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 32px;
    gap: 50px;
}
#page-common-hiraya .accordionToggleHidden-content_l {
    width: 464px;
}
#page-common-hiraya .accordionToggleHidden-content_l > img {
    width: 100%;
}
#page-common-hiraya .accordionToggleHidden-content_l a {
    background-color: #847558;
    border: 2px solid #847558;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 540px;
    height: 80px;
    border-radius: 15px;
    position: relative;
    margin: 32px auto;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    transition: 0.4s;
}
#page-common-hiraya .accordionToggleHidden-content_l a svg {
    position: absolute;
    right: 36px;
    transition: 0.4s;
}
@media(min-width: 1024px) {
    #page-common-hiraya .accordionToggleHidden-content_l a:hover {
        background: #FFF;
        transition: 0.4s;
    }
    #page-common-hiraya .accordionToggleHidden-content_l a:hover span {
        color: #847558;
        transition: 0.4s;
    }
    #page-common-hiraya .accordionToggleHidden-content_l a:hover svg path {
        stroke: #847558;
        transition: 0.4s;
    }
}

#page-common-hiraya .accordionToggleHidden-content_r {
    width: calc(100% - 400px);
}
#page-common-hiraya .accordionToggleHidden-content_r--box {
    background-color: #F2F1EE;
    padding: 24px;
    margin-bottom: 40px;
    font-family: "Zen Kaku Gothic New", serif;
}
#page-common-hiraya .accordionToggleHidden-content_r iframe {
    height: 340px;
    width: 100%;
    margin-bottom: 30px;
}
#page-common-hiraya .accordionToggleHidden-content_r p {
    font-size: 1.6rem;
    line-height: 2em;
    margin-bottom: 16px;
}
#page-common-hiraya .accordionToggleHidden-content_r p a {
    text-decoration: underline;
}

@media only screen and (max-width: 640px) {
    #page-common-hiraya .accordion .accordionToggleSummary:before {
        top: 36px;
    }
}
@media only screen and (max-width: 640px) {
    #page-common-hiraya .accordion .accordionToggleSummary:after {
        top: 36px;
    }
}
@media only screen and (max-width: 640px) {
    #page-common-hiraya .accordion01 .accordionToggle:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 640px) {
    #page-common-hiraya .accordion01 .accordionToggleSummary {
        display: block;
        padding: 3%;
    }
}
@media only screen and (max-width: 640px) {
    #page-common-hiraya .accordion01 .accordionToggleSummary__padding {
        padding: 36px 0;
    }
}
@media only screen and (max-width: 640px) {
    #page-common-hiraya .accordion01 .accordionToggleSummary > span {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1200px) {
    #page-common-hiraya .accordion01 .accordionToggleSummary > h3 {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 640px) {
    #page-common-hiraya .accordion01 .accordionToggleSummary > h3 {
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 640px) {
    #page-common-hiraya .accordion01 .accordionToggleHidden > div > span {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 640px) {
    #page-common-hiraya .accordion01 .accordionToggleHiddenText {
        padding-bottom: 36px;
    }
}
@media screen and (max-width: 1024px) {
    #page-common-hiraya .accordion__inner--title--h4 {
        font-size: 2rem;
        width: 200px;
    }
}
@media screen and (max-width: 640px) {
    #page-common-hiraya .accordion__inner--title--h4 {
        font-size: 1.8rem;
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    #page-common-hiraya .accordion__inner--title--p {
        font-size: 1.4rem;
        padding-top: 3%;
    }
}
@media screen and (max-width: 768px) {
    #page-common-hiraya .accordion01 .accordionToggleHidden > div {
        flex-direction: column;
        gap: 0;
        padding: 0 3%;
    }
}
@media screen and (max-width: 640px) {
    #page-common-hiraya .accordionToggleHidden-content_l {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #page-common-hiraya .accordionToggleHidden-content_l a {
        flex-direction: column;
        margin: 6% 0;
        height: 50px;
    }
}
@media screen and (max-width: 768px) {
    #page-common-hiraya .accordionToggleHidden-content_r {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    #page-common-hiraya .accordionToggleHidden-content_r iframe {
        margin-bottom: 3%;
    }
}
@media screen and (max-width: 768px) {
    #page-common-hiraya .accordionToggleHidden-content_r p {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 640px) {
    #page-common-hiraya .accordionToggleHidden-content_r p {
        margin-bottom: 3%;
    }
}
@keyframes stickAnimation {
    0% {
        transform: translateY(0) translateX(-50%);
    }
    100% {
        transform: translateY(1200%) translateX(-50%);
    }
}
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* フォーム部分 */
#form {
    padding-top: 15%;
    margin-top: -15%;
    /* background-color: #F1F4F3; */
}

@media screen and (max-width: 435px) {
    #form {
        padding-top: 20%;
    }
}
.contact__form {
    max-width: 900px;
    margin: auto;
    /* width:90%; */
}
.contact__form ul.form-tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 80px;
}
.contact__form ul.form-tab button {
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: calc(50% - 24px);
    font-size: 24px;
    padding: 30px 0;
    cursor: pointer !important;
}

.form-content {
    width: 100%;
}
.form-content > div {
    width: 100%;
}
.form-content > div > form {
    width: 100%;
}

.wpcf7-list-item {
    margin: 0 0 1em 0;
}

form {
    max-width: 900px;
    margin: 0 auto;
}
form ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    margin-top: 40px;
    gap: 56px;
}

.item-notice {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 13px;
    line-height: 1.5;
    font-size: 14px !important;
}
.item-notice strong {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}
.item-notice p {
    font-size: 14px;
}

form ul li:last-of-type {
    width: 100%;
}
form ul .item-name {
    color: #2C2928;
    display: flex;
    align-items: center;
    /*   justify-content: flex-end; */
    /*   flex-direction: row-reverse; */
    gap: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    width: 252px;
    justify-content: space-between;
}
form ul .item-name span.item-req {
    color: #fff;
    background: #847558;
    /*   border-radius: 21px; */
    text-align: center;
    padding: 6px 28px;
    font-size: 14px;
}
form ul .item-name span.item-any {
    color: #fff;
    background: #9D9D9D;
    /*   border-radius: 21px; */
    text-align: center;
    padding: 6px 28px;
    font-size: 14px;
}
form ul .item-name span.item-noreq {
    color: #fff;
    background: #9F9F9F;
    /*   border-radius: 21px; */
    text-align: center;
    padding: 6px 28px;
    font-size: 14px;
}
form ul li:last-of-type .item-form {
    width: 100%;
    display: block;
}
form ul li:last-of-type .item-form span {
    width: 100%;
    display: block;
}
form ul li:last-of-type input {
    width: 100%;
    display: block;
}
form ul li:last-of-type textarea {
    width: 100%;
    display: block;
    resize: vertical;
    height: 240px;
}
form ul li:last-of-type input, form ul li:last-of-type textarea {
    background-color: #FFF;
    border: none;
    padding: 14px 10px;
    font-size: 16px;
    letter-spacing: normal;
    box-sizing: border-box;
}

.section-form__check1 {
    text-align: center;
    font-size: 14px;
}

.contact__form ul.form-tab button.active {
    color: #186a68;
    border-top: 1px solid #186a68;
    border-bottom: 1px solid #186a68;
}

.submit_btn {
    display: block;
    width: 100%;
    color: #000;
    text-align: center;
    border-radius: 100px;
    border: none;
    margin: auto;
    /* border: 1px solid #216724; */
    position: relative;
    width: 254px;
}
.submit_btn:hover {
    /* border: 1px solid rgba(108, 142, 120, 0.5); */
}

.section-form__check {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 48px;
}
.section-form__check span {
    background: none;
}

form [type=submit] {
    background: #847558;
    display: block;
    width: 100%;
    color: #FFF;
    text-align: center;
    border: none;
    padding: 16px;
    margin: auto;
    margin-top: 0px;
    position: relative;
    font-size: 18px;
    opacity: 1;
    transition: 0.3s;
    border-radius: 15px;
}
form [type=submit]:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.submit_btn:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 6px;
    top: 50%;
    transform: translateY(-48%);
    right: 24px;
    background-size: cover !important;
    background-position: center center !important;
}

.wpcf7-spinner {
    display: none !important;
}

li.item-form.itemform_add_search {
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
}
li.item-form.itemform_add_search span {
    width: calc(100% - 140px);
}
li.item-form.itemform_add_search button {
    width: 120px;
    background: #216724;
    border: none;
    color: #fff;
}

.form-caption {
    margin-bottom: 120px;
}
.form-caption p {
    font-size: 16px;
    text-align: center;
}

.section-form-privacy__cnt {
    height: 180px;
    overflow-y: scroll;
    padding: 18px;
    background-color: #FFF;
    margin-bottom: 32px;
}
.section-form-privacy__cnt h3 {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 12px;
    margin-top: 32px;
}
.section-form-privacy__cnt h3:first-of-type {
    margin-top: 0;
}
.section-form-privacy__cnt p {
    font-size: 14px;
}

.formError {
    z-index: 20 !important;
}

.xdsoft_datetimepicker {
    z-index: 21 !important;
}

@media screen and (max-width: 640px) {
    form ul {
        /* margin-bottom:32px; */
        margin-top: 5%;
        margin-bottom: 3%;
        flex-wrap: wrap;
        gap: 0px;
    }
    form ul li:first-of-type, form ul li:last-of-type {
        width: 100%;
    }
    form ul li:first-of-type {
        margin-bottom: 16px;
    }
    .contact__form ul.form-tab::after {
        display: none;
    }
    .contact__form ul.form-tab button {
        width: calc(50% - 8px);
        font-size: 18px;
        padding: 16px 0;
    }
    form ul li:last-of-type input, form ul li:last-of-type textarea {
        padding: 16px;
        font-size: 14px;
    }
    form [type=submit] {
        font-size: 18px;
    }
    .form-caption {
        margin-bottom: 32px;
    }
    .form-caption p {
        font-size: 14px;
        text-align: left;
    }
    .contact__form ul.form-tab {
        margin-bottom: 40px;
    }
    .item-notice, li.item-form.itemform_add_search span {
        width: 100%;
    }
    .section-form__check {
        margin-bottom: 5%;
    }
}
.wpcf7-form-control {
    background-color: #fff;
    border: none;
    /*   padding: 8px; */
    padding: 14px 10px;
    font-size: 16px;
    letter-spacing: normal;
    box-sizing: border-box;
    width: 100%;
}
.wpcf7-form-control.wpcf7-radio label {
    display: flex;
    gap: 12px;
    cursor: pointer;
}
.wpcf7-form-control.wpcf7-radio label input {
    width: 24px;
    height: 24px;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
    width: calc(100% - 36px);
}

/* .form-caption p, form * {
  font-family: "Zen Kaku Gothic New";
} */
.wpcf7-not-valid-tip {
    /*   display: none !important; */
}

.contact__form .privacy-policy-scroll {
    background: #FFF;
    padding: 16px 20px;
    margin-bottom: 24px;
}
.contact__form .privacy-policy-scroll p {
    font-size: 1.4rem;
    line-height: 1.71;
    color: #2C2928;
}
.contact__form .privacy-policy-scroll p a {
    color: #5839FF;
}

.form__notice {
    font-size: 1.4rem;
    margin-top: 16px;
}

.privacy-policy-scroll {
    background: #FFF;
    padding: 20px 16px;
    max-height: 200px;
    height: 100%;
    margin-top: 24px;
    overflow: hidden scroll;
}
.privacy-policy-scroll::-webkit-scrollbar {
    width: 8px;
}
.privacy-policy-scroll::-webkit-scrollbar-thumb {
    background: #A7A7A7;
    border-radius: 10px;
}
.privacy-policy-scroll::-webkit-scrollbar-track {
    background: #FFF;
}
.privacy-policy-scroll .simplebar-track {
    width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar {
    width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar::before {
    width: 0.3rem;
    background-color: #fff;
    opacity: 1;
}
.privacy-policy-scroll p {
    font-size: 1.4rem;
    line-height: 1.71;
}

@media (max-width: 640px) {
    .form__notice {
        font-size: 1.2rem;
        margin-top: 2%;
    }
}
.item-form.itemform_add_search {
    display: flex !important;
    gap: 16px;
}
.item-form.itemform_add_search .wpcf7-form-control-wrap {
    width: calc(100% - 96px);
}
.item-form.itemform_add_search button.wpcf7c-elm-step1 {
    width: 80px;
    background: #727171;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
}

span.wpcf7-form-control.wpcf7-radio {
    background: unset;
}

.privacy-box {
    background: #FFF;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 16px 26px;
    box-sizing: border-box;
}
.privacy-box h3 {
    color: #111111;
    font-size: 1.6rem;
    line-height: 1.71;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 2%;
}
.privacy-box p {
    color: #111111;
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: 0.05em;
}
.privacy-box p:not(:last-of-type) {
    margin-bottom: 4%;
}

@media (max-width: 1024px) {
    .privacy-box {
        padding: 2% 2% 3%;
    }
}
@media (max-width: 640px) {
    .privacy-box {
        padding: 4% 4% 5%;
    }
}
.section-form__check1, .section-form__check2, .section-form__check3 {
    padding: 24px;
    text-align: center;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    background: none;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
    font-size: 1.4rem;
    color: #3A3A3A;
    line-height: 1;
}
span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
    width: 18px;
    height: 18px;
    border: 1px solid #111111;
    /* 枠線の色 */
    border-radius: 50%;
    /* 丸くする */
    background-color: #FFFFFF;
    /* 背景色 */
    -moz-appearance: none;
    appearance: none;
    /* デフォルトのスタイルを無効化 */
    -webkit-appearance: none;
    /* Safari対応 */
    outline: none;
    /* フォーカス時の枠線を消す */
    cursor: pointer;
    /* ポインタを変更 */
}
.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
    background-color: #000000 !important;
    /* チェック時の背景色 */
    box-shadow: inset 0 0 0 4px #FFFFFF;
    /* 中央に白い丸を作る */
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
    width: 100%;
}

/* チェック時のスタイル */
.wpcf7-list-item {
    margin: 0;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
}
.wpcf7-list-item input[type=radio] {
    width: auto !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.section-form__check1 .wpcf7-list-item, .section-form__check2 .wpcf7-list-item, .section-form__check3 .wpcf7-list-item {
    justify-content: center;
}


/*# sourceMappingURL=style.css.map */

/* add 20241228 */
#popup-madori01,
#popup-madori02 {
    text-align: center;
}
#popup-madori01 img,
#popup-madori02 img {
    max-width: 100%;
/*     padding: 0 4%; */
}

.plan__diagram a {
    display: block;
    position: relative;
}
.plan__diagram a i {
    content: "";
    width: 68px;
    height: 68px;
    border-radius: 100px;
    position: relative;
    bottom: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
}
.plan__diagram a i::before {
    content: "";
    background: url(./img/popup.svg) no-repeat center center / contain;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
@media(max-width: 1240px) {
    .plan__diagram a i {
        width: 6.4516129032vw;
        height: 6.4516129032vw;
    }
    .plan__diagram a i::before {
        width: 6.4516129032vw;
        height: 6.4516129032vw;
    }
}
@media(max-width: 1024px) {
    .plan__diagram a i {
        width: 7.8125vw;
        height: 7.8125vw;
    }
    .plan__diagram a i::before {
        width: 7.8125vw;
        height: 7.8125vw;
    }
}
@media(max-width: 640px) {
    .plan__diagram a i {
        width: 10.625vw;
        height: 10.625vw;
        bottom: 0;
        right: 0;
    }
    .plan__diagram a i::before {
        width: 10.625vw;
        height: 10.625vw;
    }
}

/* add 250108 header */
.header.is-scrolled .ham-menu--left {
    color: #333333;
}
.header.is-scrolled .ham-menu span:nth-child(1) {
    background: #333333;
}
.header.is-scrolled .ham-menu span:nth-child(2) {
    background: #333333;
}
.header.is-scrolled .ham-menu span:nth-child(3) {
    background: #333333;
}
.header.active .ham-menu--left {
    color: #333333;
}
.header.active .ham-menu.active span:nth-child(1) {
    background: #333333;
}
.header.active .ham-menu.active span:nth-child(2) {
    background: #333333;
}
.header.active .ham-menu.active span:nth-child(3) {
    background: #333333;
}

/* add 250116 */
@media(max-width: 440px) {
    .line-break-440 {
        display: none;
    }
}

/* 250120 */
.features__perf {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 32px;
}
@media(max-width: 1024px) {
    .features__perf {
        margin-top: 3%;
    }
}
.features__perf01 {
    border: 3px solid #B15151;
    background: #FFF;
    padding: 20px 32px;
}
@media(max-width: 1024px) {
    .features__perf01 {
        padding: 2% 3%;
    }
}
.features__perf01 h4 {
    color: #B15151;
    font-family: "Zen Kaku Gothic New";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 1.2px;
}
@media(max-width: 1140px) {
    .features__perf01 h4 {
        font-size: 1.8rem;
    }
}
@media(max-width: 640px) {
    .features__perf01 h4 {
        font-size: 1.6rem;
    }
}
.features__perf01 p {
    color: #B15151;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.8px;
    margin-top: 0;
    text-align: center;
}
@media(max-width: 1024px) {
    .features__perf01 p {
        font-size: 1.4rem;
    }
}
.features__perf02 {
    border: 3px solid #5173B1;
    background: #FFF;
    padding: 20px 32px;
}
@media(max-width: 1024px) {
    .features__perf02 {
        padding: 2% 3%;
    }
}
.features__perf02 h4 {
    color: #5173B1;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 1.2px;
}
@media(max-width: 1024px) {
    .features__perf02 h4 {
        font-size: 1.8rem;
    }
}
@media(max-width: 640px) {
    .features__perf02 h4 {
        font-size: 1.6rem;
    }
}
.features__perf02 p {
    color: #5173B1;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.8px;
    margin-top: 0;
    text-align: center;
}
@media(max-width: 1024px) {
    .features__perf02 p {
        font-size: 1.4rem;
    }
}

@media(min-width: 641px) {
    .tab__txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }
}

.pc-none {
    display: none;
}
@media(max-width: 640px) {
    .pc-none {
        display: block;
    }
}
.sp-none {
    display: block;
}
@media(max-width: 640px) {
    .sp-none {
        display: none;
    }
}


/* 20250204  add*/

.footer__container__site--nav{
	margin: 40px 0 0 0;
}
.footer__container__site--nav{
	display:flex;
	justify-content:center;
	gap:24px;
}
@media(max-width: 640px) {
.footer__container__site--nav{
	flex-direction:column;
	align-items: center;
}
}
.footer__container__site--nav li a{
	display:block;
	background:#0071BD;
	width:240px;
	padding:12px;
	color:#fff;
	font-size:1.6rem;
	letter-spacing:0.05em;
	position:relative;
	border-radius:40px;
	text-align:center;
	border:solid 1px #0071BD;
	transition:0.3s;
}
.footer__container__site--nav li a svg{
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:24px;
	margin:auto;
	width:16px;
	height:16px;
}
.footer__container__site--nav li a svg path{
	transition:0.3s;
}
@media(min-width: 1024px) {
.footer__container__site--nav li a:hover{
	background:#fff;
	color:#0071BD;
	transition:0.3s;
}
.footer__container__site--nav li a:hover svg path{
	stroke:#0071BD;
	transition:0.3s;
}
}
.footer__container p {
    margin-top: 40px;
}


/* 250210 */
.br-sm {
    display: none;
}
@media(max-width: 640px) {
    .br-sm {
        display: block;
    }
}
@media(max-width: 640px) {
    .form__btn01,
    .form__btn02,
    .form__btn03 {
        height: 125px;
    }
    div#form__area a {
        max-width: 105px;
        width: 100%;
    }
    .btn--cover {
        background: #847558;
        opacity: 1;
        display: flex;
        gap: 10px;
        flex-direction: column;
        text-align: center;
        height: 65px;
        justify-content: flex-end;
    }
    .form__btn01 {
        background-size: 180%;
        background-position: center top!important;
    }
    .form__btn02 {
        background-size: 100%;
        background-position: center top!important;
    }
    .form__btn03 {
        background-size: 110%;
        background-position: center top!important;
    }
    .form__btn01--cover svg,
    .form__btn02--cover svg,
    .form__btn03--cover svg {
        position: unset;
    }
    .form__btn01--txt {
        line-height: 1.5;
    }
}

/* Search Icon SVG */
.gallery,
.gallery2,
.madori-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
}

.gallery img,
.gallery2 img,
.madori-gallery img {
    width: 100%;
    display: block;
}

.search-icon {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 60px;
    height: 60px;
    transition: opacity 0.3s ease;
    cursor: pointer;
    z-index: 10;
    pointer-events: none;
}

.gallery:hover .search-icon,
.gallery2:hover .search-icon,
.madori-gallery:hover .search-icon {
    opacity: 0.8;
}

@media screen and (max-width: 640px) {
    .search-icon {
        width: 40px;
        height: 40px;
        bottom: 8px;
        right: 8px;
    }
}

.company {
    padding: 120px 0;
}

@media screen and (max-width: 1024px) {
    .company {
        padding: 80px 0;
    }
}

/* Company Section */
.company__container {
    position: relative;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .company__container {
        padding: 0 4%;
    }
}

.company__sub-ttl {
    font-family: "Poppins", serif;
    display: block;
    font-size: 32px;
    letter-spacing: 0.02em;
    line-height: 150%;
    margin: 0 auto;
}

.company__ttl {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
}

.company__inner {
    max-width: 940px;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .company__inner {
        padding: 0 4%;
    }
}

.company__item {
    display: flex;
    border-bottom: 1px solid #555;
    padding: 24px 0;
}

.company__item__title {
    width: 260px;
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
    margin-left: 32px;
    margin-right: 32px;
    color: #555;
}

.company__item__text {
    font-size: 16px;
    line-height: 187.5%;
    letter-spacing: 0.02em;
    color: #555;
    flex: 1;
	padding-right:2rem;
}

@media screen and (max-width: 640px) {
    .company__item__title {
        margin-left: 24px;
        margin-right: 24px;
    }
    .company__item__text {
        margin-left: 24px;
        margin-right: 24px;
	padding-right:0;
    }
}

@media screen and (max-width: 640px) {
    .company__item {
        flex-direction: column;
        padding: 20px 0;
    }
    
    .company__item__title {
        font-size: 16px;
        min-width: auto;
        padding-right: 0;
        margin-bottom: 8px;
    }
    
    .company__item__text {
        font-size: 14px;
    }
}