@charset "UTF-8";

/*---変数---*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

/* 行の高=フォントサイズ */
body {
    line-height: 1.5;
    letter-spacing: 0.1em;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
    list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
    quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
    text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
    border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
    vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
}

br {
    line-height: inherit;
}

span {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

section {
    position: relative;
}

input[type=submit],
input[type=button] {
    appearance: button;
    border: none;
    box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
    display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
    outline-offset: -2px;
}

main {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}

sup {
    position: relative;
    top: -1ex;
    vertical-align: baseline;
}

button {
    outline: none;
}

iframe {
    display: block;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    background: #fbfbfb;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 1rem;
    color: #372407;
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: "BIZ UDPGothic", sans-serif;
    }
}

body.fix {
    position: fixed;
    width: 100%;
}

body.open {
    overflow: hidden;
}

html,
body {
    position: relative;
    width: 100%;
}

*:focus {
    outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
    color: #372407;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 200%;
    letter-spacing: 0.08rem;
}

span {
    color: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #372407;
    line-height: 133.333%;
    letter-spacing: 0.12rem;
}

a,
a * {
    box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.pc {
    display: block;
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none !important;
    }
}

.pc-tb {
    display: block;
}

@media screen and (max-width: 640px) {
    .pc-tb {
        display: none !important;
    }
}

.tb-sp {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .tb-sp {
        display: block !important;
    }
}

.tb {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .tb {
        display: block !important;
    }
}

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

.sp {
    display: none !important;
}

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

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

.--color {
    color: #e65531;
}

.fade-up {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-down {
    animation: fadeDown 0.6s forwards;
}

@keyframes fadeDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(80px);
    }
}

.cmn-wrap {
    margin: 0 auto;
    padding-inline: 40px;
    width: 100%;
    max-width: 1280px;
}

@media screen and (max-width: 1024px) {
    .cmn-wrap {
        padding-inline: 4%;
    }
}

@media screen and (max-width: 640px) {
    .cmn-wrap {
        padding-inline: 24px;
    }
}

.cmn-wrap.--full {
    padding: 0;
    max-width: none;
}

.cmn-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8rem;
    /* 100% */
    letter-spacing: 0.09rem;
}

.cmn-ttl span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    background: #ed7647;
}

.cmn-ttl.--blue span {
    background: #649ed7;
}

.cmn-catch__st {
    color: #000;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.16rem;
}

@media screen and (max-width: 1024px) {
    .cmn-catch__st {
        font-size: 2.4rem;
        line-height: 133.333%;
        line-height: 1.8;
        letter-spacing: 0.12rem;
    }
}

@media screen and (max-width: 640px) {
    .cmn-catch__st {
        font-size: 2rem;
    }
}

.cmn-catch__st span {
    text-decoration: underline;
    text-decoration-color: #e6b431;
    text-decoration-thickness: 4px;
    text-underline-offset: 16px;
}

@media screen and (max-width: 1024px) {
    .cmn-catch__st span {
        text-underline-offset: 8px;
    }
}

.cmn-catch__st:not(:last-child) {
    margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
    .cmn-catch__st:not(:last-child) {
        margin-bottom: 0;
    }
}

.cmn-catch.--blue span {
    text-decoration-color: #649ed7;
}

.cmn-btn__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
    padding: clamp(1rem, 0.6rem + 1.1vw, 2rem) clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
    border-radius: 50px;
    background: #704708;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.05);
    transition: 0.4s;
}

.cmn-btn__link path {
    transition: 0.4s;
}

@media screen and (min-width: 1025px) {
    .cmn-btn__link:hover {
        background: #e65531;
    }

    .cmn-btn__link:hover path {
        fill: #e65531;
    }
}

.cmn-btn__txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
}

.cmn-btn__txt-icon {
    width: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
    width: 32px;
    aspect-ratio: 1/1;
}

.cmn-btn__txt-st {
    flex: 1;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
}

@media screen and (max-width: 1240px) {
    .cmn-btn__txt-st {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 640px) {
    .cmn-btn__txt-st {
        font-size: 1.4rem;
    }
}

.cmn-btn__arw {
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
}

.hd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
}

.hd-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding-inline: 4.8rem;
    width: 100%;
    height: 100%;
}

.hd-name {
    width: 233.5px;
    aspect-ratio: 233.5/40.5;
}

@media screen and (max-width: 1024px) {
    .hd-cnt {
        justify-content: center;
        padding-inline: 24px;
    }

    .hd-name {
        width: 233.5px;
        aspect-ratio: 233.5/40.5;
        z-index: 1001;
    }
}

.hd.fixed {
    background: rgba(251, 251, 251, 0.8);
    backdrop-filter: blur(10px);
}

.ft {
    background: #ebe0c7;
}

.ft-inr {
    position: relative;
    margin-inline: auto;
    padding: 80px 40px;
    width: 100%;
    max-width: 1280px;
}

.ft-head {
    margin-bottom: 50px;
}

.ft-name {
    text-align: center;
}

.ft-logo img {
    width: 234px;
    aspect-ratio: 234/41;
}

@media screen and (max-width: 640px) {
    .ft-logo img {
        width: 143px;
    }
}

.ft-copy {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.024rem;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .ft-copy {
        font-size: 1rem;
    }
}

.ft-pagetop {
    position: absolute;
    bottom: 25px;
    right: 40px;
}

@media screen and (max-width: 1024px) {
    .ft-pagetop {
        left: 4%;
    }
}

@media screen and (max-width: 640px) {
    .ft-pagetop {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
}

.ft-pagetop__link {
    display: block;
    width: 50px;
    height: 50px;
    transition: 0.4s;
}

@media screen and (min-width: 1025px) {
    .ft-pagetop__link:hover {
        opacity: 0.6;
    }
}

.fixed-nav {
    position: fixed;
    bottom: 8px;
    right: 10px;
    width: min(20.3125vw, 26rem);
    height: auto;
    z-index: 1000;
    transition: 0.4s;
}

@media screen and (max-width: 640px) {
    .fixed-nav {
        bottom: -70px;
        left: 0;
        right: 0;
        width: 100%;
        opacity: 0;
        z-index: 1000;
    }

    .fixed-nav.fixed {
        opacity: 1;
        bottom: 0;
    }
}

.fixed-nav__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
}

.fixed-nav__link {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .fixed-nav__link {
        background: #0e395c;
    }
}

@media screen and (min-width: 1025px) {
    .fixed-nav__item.--pc:hover {
        opacity: 0.8;
    }
}

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

.fixed-nav__item.--phone {
    width: 28.8vw;
    height: 70px;
}

@media screen and (min-width: 641px) {
    .fixed-nav__item.--phone {
        display: none;
    }
}

.fixed-nav__item.--mail {
    width: 69.0666666667vw;
    height: 70px;
}

@media screen and (min-width: 641px) {
    .fixed-nav__item.--mail {
        display: none;
    }
}

.fixed-nav__item img {
    width: auto;
    height: 100%;
}

.main {
    background: #fbfbfb;
}

.mv {
    position: relative;
    /*
    &-scroll {
      position: absolute;
      top: 50%;
      left: 1%;
      transform: translateY(-50%);
      @include mq(max, md) {
        display: none;
      }
      span {
        position: relative;

        font-size: rem(18);
        letter-spacing: 0.02em;
        writing-mode: vertical-lr;
        &::after {
          content: "";
          position: absolute;
          position: absolute;
          top: calc(100% + rem(4));
          left: rem(15);
          width: rem(1);
          height: rem(32);
          background: #707070;
        }
      }
    }
      */
}

.mv-info {
    position: absolute;
    top: 24.5%;
    left: 8.3vw;
    max-width: 41.1111111111vw;
    width: calc(100% - 46px);
    z-index: 10;
}

@media screen and (max-width: 1024px) {
    .mv-info {
        top: 15.5%;
        left: 50%;
        transform: translateX(-50%);
        max-width: min(87.2vw, 40rem);
    }
}

.mv-ttl {
    margin-bottom: 40px;
    width: 41.1111111111vw;
    aspect-ratio: 592/154;
}

@media screen and (max-width: 1024px) {
    .mv-ttl {
        margin-bottom: 20px;
        width: 100%;
        aspect-ratio: 327/135;
    }
}

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

.mv-point {
    margin-left: 3.2vw;
    max-width: 34.4444444444vw;
    aspect-ratio: 496/314;
}

@media screen and (max-width: 1024px) {
    .mv-point {
        margin-left: 0;
        max-width: 100%;
    }
}

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

.mv-ph {
    width: 100%;
    height: 100vh;
}

.mv-ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.merit {
    padding-block: clamp(8rem, 4.7rem + 8.84vw, 16rem) 0;
    overflow-x: hidden;
}

.merit__head {
    margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

.merit__txt {
    margin-top: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
    margin-bottom: clamp(8rem, 4.7rem + 8.84vw, 16rem);
}

.merit__txt-st {
    color: #000;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .merit__txt-st {
        text-align: left;
    }
}

.merit__cnt {
    padding-bottom: clamp(4.2rem, 2.5rem + 4.64vw, 8.4rem);
}

.merit__list {
    margin-bottom: 72px;
}

.merit__list-inr {
    padding-bottom: 48px;
}

.merit__list-item {
    height: auto;
}

.merit__list .item-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    padding-bottom: clamp(1rem, 0.6rem + 1.1vw, 2rem);
    height: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.05);
}

.merit__list .item-box__ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    padding: 24px clamp(1rem, -0.2rem + 3.31vw, 4rem);
    background: var(--Linear, linear-gradient(180deg, var(--E6B431, #e6b431) 0%, #e65531 100%));
    border-radius: 20px 20px 0 0;
}

.merit__list .item-box__ttl-st {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 133.333%;
    letter-spacing: 0.12rem;
}

@media screen and (max-width: 1024px) {
    .merit__list .item-box__ttl-st {
        font-size: 2rem;
    }
}

@media screen and (max-width: 640px) {
    .merit__list .item-box__ttl-st {
        font-size: 1.8rem;
    }
}

.merit__list .item-box__ph {
    margin-inline: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
    align-self: stretch;
    aspect-ratio: 2/1;
    border-radius: 10px;
    overflow: hidden;
}

.merit__list .item-box__ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.merit__list .item-box__txt {
    margin-inline: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

.merit__list .item-box__txt .item-box__txt-st{
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px){
    .merit__list .item-box__txt .item-box__txt-st{
        font-size: 1.6rem;
    }
}

.merit .js-slider-merit .slick-track {
    padding-bottom: 8px;
}

.merit .js-slider-merit .slick-slide {
    padding-inline: 18px;
}

@media screen and (max-width: 640px) {
    .merit .js-slider-merit .slick-slide {
        padding-inline: 4px;
    }
}

.merit .slick-dots {
    display: flex;
    justify-content: center;
    bottom: -45px;
}

@media screen and (max-width: 640px) {
    .merit .slick-dots {
        bottom: -30px;
    }
}

.merit .slick-dots li {
    margin: 0;
}

.merit .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
    background: #d9d9d9;
    border-radius: 50%;
    text-indent: -9999px;
}

.merit .slick-dots li.slick-active button {
    background: #e6b431;
}

.merit__effect {
    padding-block: clamp(4rem, 2.3rem + 4.42vw, 8rem) clamp(5rem, 2.7rem + 6.19vw, 10.6rem);
    background: #f5f0e5;
}

.merit .effect__head {
    margin-bottom: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
    padding-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
    border-bottom: 1px dashed #372407;
}

.merit .effect__ttl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 16px;
}

.merit .effect__ttl-icon {
    width: 46px;
    aspect-ratio: 46/45;
}

.merit .effect__ttl-st {
    font-size: 2.4rem;
    font-weight: 700;
}

.merit .effect__cnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px;
}

@media screen and (max-width: 640px) {
    .merit .effect__cnt {
        flex-direction: column;
    }
}

.merit .effect__info {
    width: 38%;
}

@media screen and (max-width: 640px) {
    .merit .effect__info {
        width: 100%;
    }
}

.merit .effect__voice {
    margin-bottom: 24px;
}

.merit .effect__txt-st {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 228.571%;
    letter-spacing: 0.07rem;
}

@media screen and (max-width: 1024px){
    .merit .effect__txt-st{
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 640px){
    .merit .effect__txt-st{
        font-size: 1.4rem;
    }
}

.merit .effect__chart {
    flex: 1;
    overflow: hidden;
}

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

.merit .effect__chart img {
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 640px) {
    .merit .effect__chart img {
        border-radius: 0;
        box-shadow: none;
    }
}

.effect__chart-remarks {
    margin-top: 8px;
    text-align: right;
    font-size: 1.4rem;
}

.plan {
    position: relative;
    padding-block: clamp(8rem, 4.7rem + 8.84vw, 16rem);
    background: url(./img/bg-sec.png) no-repeat top center/100% auto;
    overflow-x: clip;
}

.plan__head {
    margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

.plan__cnt {
    padding-top: clamp(4.8rem, 2.8rem + 5.3vw, 9.6rem);
}

@media screen and (max-width: 640px) {
    .plan__cnt {
        margin-inline: -25px;
    }
}

.plan-anchor {
    margin-inline: auto;
}

.plan-anchor__list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
}

@media screen and (max-width: 640px) {
    .plan-anchor__list {
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .plan-anchor__list.--bottom {
        margin-inline: 25px;
    }
}

.plan-anchor__list.--bottom .plan-anchor__icon {
    width: 46px;
    height: 34px;
}

.plan-anchor__list.--bottom .plan-anchor__btn {
    flex-direction: row;
    padding: clamp(2rem, 1.3rem + 1.88vw, 4rem) clamp(0.8rem, -3.2rem + 3.86vw, 2.4rem);
    justify-content: center;
    align-items: center;
    gap: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
    border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 640px) {
    .plan-anchor__list.--bottom .plan-anchor__btn {
        margin-inline: auto;
        max-width: 375px;
        border-radius: 20px;
    }
}

.plan-anchor__list.--bottom .plan-anchor__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0.5rem, 0.1rem + 1.1vw, 1.5rem);
    flex: 1 0 0;
}

@media screen and (max-width: 640px) {
    .plan-anchor__list.--bottom .plan-anchor__ttl {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1240px) {
    .plan-anchor__list.--bottom .plan-anchor__ttl-st {
        font-size: 1.8rem;
    }
}

.plan-anchor__item {
    position: relative;
    width: calc((100% - min(0.625vw, 0.8rem)) / 3);
    transition: 0.4s;
}

@media screen and (max-width: 640px) {
    .plan-anchor__item {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .plan-anchor__item:not(:last-child) {
        margin-right: -1px;
    }
}

.plan-anchor__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: clamp(0.5rem, 0.1rem + 1.1vw, 1.5rem);
    flex: 1 0 0;
    padding: clamp(2rem, -2.9rem + 4.82vw, 4rem) clamp(1.6rem, -2.4rem + 3.86vw, 3.2rem);
    width: 100%;
    background: #f0f0f0;
    border: none;
    border-radius: 20px 20px 0 0;
    color: #372407;
    font-size: 1.6rem;
    cursor: pointer;
    transition: 0.4s;
}

@media screen and (max-width: 1024px) {
    .plan-anchor__btn {
        padding-block: 0 12px;
    }
}

@media screen and (min-width: 641px) {
    .plan-anchor__btn.active {
        background: #ed7647;
        color: #fff;
    }
}

@media screen and (min-width: 1025px) {
    .plan-anchor__btn:hover {
        background: #ed7647;
        color: #fff;
    }
}

.plan-anchor__head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 clamp(1.2rem, -3.6rem + 4.71vw, 2.4rem);
    color: inherit;
}

@media screen and (max-width: 1024px) {
    .plan-anchor__head {
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .plan-anchor__head {
        flex-direction: row;
    }
}

.plan-anchor__icon {
    width: clamp(6.5rem, -7.6rem + 13.73vw, 10rem);
    height: 88px;
}

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

.plan-anchor__ttl {
    flex: 1;
    color: inherit;
    text-align: left;
}

.plan-anchor__ttl-catch {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.08rem;
    line-height: 100%;
}

@media screen and (max-width: 640px) {
    .plan-anchor__ttl-catch {
        font-size: 1.4rem;
    }
}

.plan-anchor__ttl-st {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 133.333%;
    letter-spacing: 0.12rem;
}

@media screen and (max-width: 1024px) {
    .plan-anchor__ttl-st {
        font-size: 2rem;
    }
}

@media screen and (max-width: 640px) {
    .plan-anchor__ttl-st {
        font-size: 1.8rem;
    }
}

.plan-anchor__txt {
    color: inherit;
    padding-top: clamp(0.4rem, -0.1rem + 1.33vw, 1.6rem);
    border-top: 1px dashed;
    text-align: center;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.08rem;
}

@media screen and (max-width: 1024px) {
    .plan-anchor__txt {
        line-height: 1.33;
    }
}

.plan-anchor__txt-main{
    color: inherit;
    font-size: 2.4rem;
    font-weight: inherit;
    line-height: 1.2;
}

@media screen and (max-width: 1024px){
    .plan-anchor__txt-main{
        font-size: 2rem;
    }
}

.plan-anchor__txt-main span{
    background-color: #fff;
    border-radius: 9999px;
    border: #372407 solid 1px;
    color: #372407;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: inherit;
    line-height: inherit;
    margin-right: 8px;
    padding: 4px 8px;
    vertical-align: 2px;
}

@media screen and (max-width: 1024px){
    .plan-anchor__txt-main span{
        display: block;
        font-size: 1.6rem;
        margin-bottom: 4px;
        margin-right: 0;
    }
}

@media screen and (max-width: 640px){
    .plan-anchor__txt-main span{
        display: inline-block;
        font-size: 1.2rem;
        margin-bottom: 0;
        margin-right: 8px;
    }
}

.plan-anchor__txt-sub{
    color: inherit;
    font-size: 1.6rem;
    font-weight: inherit;
    line-height: 1.2;
    margin-top: 8px;
}

@media screen and (max-width: 1024px){
    .plan-anchor__txt-sub{
        font-size: 1.4rem;
    }
}

.plan-detail {
    background: #fff;
}

@media screen and (max-width: 640px) {
    .plan-detail {
        margin-bottom: 24px;
    }
}

.plan-detail .plan-anchor__head {
    justify-content: flex-start;
    gap: 16px;
}

.plan-detail .plan-anchor__btn {
    position: relative;
    padding-block: 18px 28px;
    padding-inline: 24px;
    background: #ed7647;
    color: #fff;
}

.plan-detail .plan-anchor__btn::before,
.plan-detail .plan-anchor__btn::after {
    background: #fff;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    right: 32px;
    top: 26%;
    transition: opacity 0.3s;
    width: 1.5em;
}

.plan-detail .plan-anchor__btn::before {
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.plan-detail .plan-anchor__btn.selected::after {
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s;
}

.plan-detail .plan-anchor__btn:not(.selected)::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
}

.plan-detail .plan-anchor__icon {
    height: 80px;
}

.plan-detail .plan-anchor__ttl-catch {
    margin-bottom: 4px;
    font-size: 1.6rem;
}

.plan-detail .plan-anchor__ttl-st {
    font-size: 1.7rem;
}

.plan-detail .plan-anchor__txt {
    display: block;
    padding-top: 12px;
    font-size: 1.6rem;
}

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

.plan-detail__block {
    padding-block: clamp(3.4rem, 2rem + 3.76vw, 6.8rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
    padding-inline: clamp(2.4rem, -20.1rem + 21.96vw, 8rem);
}

.plan-detail__head {
    margin-bottom: clamp(3rem, 2.3rem + 1.99vw, 4.8rem);
    padding-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
    border-bottom: 1px dashed #372407;
}

.plan-detail__ttl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 16px;
}

@media screen and (max-width: 640px) {
    .plan-detail__ttl {
        flex-direction: column;
        align-items: center;
    }
}

.plan-detail__ttl-icon {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 46px;
    aspect-ratio: 46/45;
}

.plan-detail__ttl-st {
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .plan-detail__ttl-st {
        font-size: 2rem;
        line-height: 140%;
        letter-spacing: 0.1rem;
    }
}

@media screen and (max-width: 640px) {
    .plan-detail__ttl-st {
        text-align: center;
    }
}

.plan-detail__cnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: clamp(4.1rem, 2.4rem + 4.53vw, 8.2rem);
}

@media screen and (max-width: 640px) {
    .plan-detail__cnt {
        flex-direction: column;
    }
}

.plan-detail__info {
    width: 49%;
}

@media screen and (max-width: 640px) {
    .plan-detail__info {
        width: 100%;
    }
}

.plan-detail__chart {
    flex: 1;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .plan-detail__chart {
        border: none;
        box-shadow: none;
    }
}

.plan-detail__txt {
    margin-top: clamp(2.8rem, 1.6rem + 3.09vw, 5.6rem);
}

.plan-detail__txt-st {
    color: #000;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .plan-detail__txt-st {
        text-align: left;
    }
}

.plan-detail__gallery {
    margin-top: 40px;
}

@media screen and (max-width: 640px) {
    .plan-detail__gallery {
        margin-inline: -25px;
    }
}

@media screen and (min-width: 641px) {
    .plan-detail__gallery-list {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 16px;
        flex-wrap: wrap;
    }
}

.plan-detail__gallery-item {
    height: auto;
}

@media screen and (min-width: 641px) {
    .plan-detail__gallery-item {
        width: calc((100% - 16px) / 2);
    }
}

@media screen and (min-width: 1025px) {
    .plan-detail__gallery-item {
        width: calc((100% - 32px) / 3);
    }
}

.plan-detail__gallery .item-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding-bottom: 30px;
    width: 100%;
    height: 100%;
    background: #ebe0c7;
    border-radius: 20px;
}

.plan-detail__gallery .item-box__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 20px 10px;
    background: linear-gradient(180deg, #e6b431 0%, #e65531 100%);
    border-radius: 20px 20px 0 0;
}

.plan-detail__gallery .item-box__ttl-st {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
    .plan-detail__gallery .item-box__ttl-st {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 640px) {
    .plan-detail__gallery .item-box__ttl-st {
        font-size: 1.6rem;
    }
}

.plan-detail__gallery .item-box__ph {
    position: relative;
    margin-inline: 16px;
    align-self: stretch;
    border-radius: 5px;
    overflow: hidden;
}

.plan-detail__gallery .item-box__ph::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    aspect-ratio: 40/40;
    background: url(./img/icon-zoom.png) no-repeat center center/cover;
    border-radius: 5px 0;
    overflow: hidden;
    pointer-events: none;
}

@media screen and (max-width: 640px) {
    .plan-detail__gallery .item-box__ph::after {
        width: 30px;
    }
}

.plan-detail__gallery .item-box__ph img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.plan-detail__gallery .item-box__txt {
    margin-inline: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
    font-size: 1.4rem;
    line-height: 142.857%;
    letter-spacing: 0.07rem;
}

.plan-detail__notes{
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 16px;
}

@media screen and (max-width: 640px){
    .plan-detail__notes{
        background-color: #F4F3EF;
        height: 100px;
        overflow: auto;
        padding: 16px;
    }
}

.plan-detail__notes p{
    font-size: inherit;
    line-height: inherit;
}

.plan-detail__btn {
    margin-top: clamp(2rem, 1.2rem + 2.21vw, 4rem);
    margin-inline: auto;
    width: 100%;
    max-width: 366px;
}

@media screen and (max-width: 640px) {
    .plan-detail__btn {
        max-width: 375;
    }
}

.cta {
    margin-bottom: clamp(8rem, 4.7rem + 8.84vw, 16rem);
}

.cta__box {
    margin-bottom: clamp(4rem, 2.3rem + 4.42vw, 8rem);
}

.cta__box .item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
    width: 100%;
    max-width: 960px;
    padding: clamp(2.8rem, 0rem + 4.38vw, 5.6rem) clamp(3.2rem, 0rem + 5.01vw, 6.4rem);
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    background: #f0f0f0;
}

@media screen and (max-width: 640px) {
    .cta__box .item-box {
        padding: 22px;
    }
}

.cta__box .item-box__ph {
    width: 100%;
    max-width: 832px;
    aspect-ratio: 832/86;
}

@media screen and (max-width: 640px) {
    .cta__box .item-box__ph {
        margin-bottom: 16px;
        aspect-ratio: 279/108;
    }
}

.cta__box .item-box__ph img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cta__box .item-box__note {
    margin-bottom: 10px;
    padding-left: 5px;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 85.714%;
    letter-spacing: 0.07rem;
}

@media screen and (max-width: 640px) {
    .cta__box .item-box__note {
        text-align: right;
    }
}

.cta__box .item-box__txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
    padding: 16px;
    border-radius: 5px;
    background: #fff;
}

.cta__box .item-box__txt-st {
    font-weight: 700;
    line-height: 150%;
}

.cta__box .item-box__txt-st .--color {
    color: #ed4747;
}

.cta-anchor__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1024px) {
    .cta-anchor__list {
        flex-direction: column;
    }
}

.cta-anchor__item {
    width: calc((100% - 20px) / 3);
    max-width: 370px;
}

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

.cta__banner {
    display: flex;
    align-items: stretch;
    margin-top: clamp(7.5rem, 3.9rem + 9.72vw, 16.3rem);
    margin-inline: auto;
    width: 100%;
    max-width: 960px;
    border-radius: 20px;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    .cta__banner {
        flex-direction: column;
    }
}

.cta__banner-info {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 20px 0 0 20px;
    background: linear-gradient(110deg, #ed7647 0%, #f3d074 12.72%, #ebe0c7 25.43%, #f4f6f5 63.58%);
}

@media screen and (max-width: 640px) {
    .cta__banner-info {
        padding: 24px;
        border-radius: 20px 20px 0 0;
    }
}

.cta__banner-ttl {
    color: #000;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
    .cta__banner-ttl {
        font-size: 2rem;
        text-align: center;
    }
}

.cta__banner-ph {
    width: 358.129px;
    flex-shrink: 0;
    align-self: stretch;
    aspect-ratio: 358.13/212;
    border-radius: 0 20px 20px 0;
}

@media screen and (max-width: 1024px) {
    .cta__banner-ph {
        width: 230px;
        width: 35.8814352574vw;
    }
}

@media screen and (max-width: 640px) {
    .cta__banner-ph {
        width: 100%;
    }
}

.cta__banner-ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.cta__banner-cnt {
    border-top: 1px solid #e6b431;
    margin-top: 5px;
    padding-top: 16px;
}

.cta__banner-txt {
    color: #000;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 150%;
    margin-bottom: 8px;
}

@media screen and (max-width: 1024px){
    .cta__banner-txt {
        font-size: 1.6rem;
    }
}

.cta__banner-note {
    color: #000;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-left: 1em;
    text-indent: -1em;
}

@media screen and (max-width: 1024px){
    .cta__banner-note{
        font-size: 1.2rem;
    }
}

.problem {
    position: relative;
    padding-block: clamp(8rem, 4.7rem + 8.84vw, 16rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
    background: url(./img/bg-sec_glay.png) no-repeat top center/100% auto;
}

.problem__head {
    margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

.problem__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 16px;
    margin-block: clamp(4.6rem, 2.7rem + 5.08vw, 9.2rem) clamp(3.3rem, 1.9rem + 3.65vw, 6.6rem);
}

.problem__list-item {
    width: calc((100% - 32px) / 3);
    height: auto;
}

@media screen and (max-width: 1024px) {
    .problem__list-item {
        width: calc((100% - 16px) / 2);
    }
}

@media screen and (max-width: 640px) {
    .problem__list-item {
        width: 100%;
    }
}

.problem__list .item-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding-bottom: 20px;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    border-radius: 20px;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.05);
}

.problem__list .item-box__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 20px 4px;
    background: linear-gradient(180deg, #649ed7 0%, #b3cc47 100%);
    border-radius: 20px 20px 0 0;
}

.problem__list .item-box__ttl-st {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
    .problem__list .item-box__ttl-st {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 640px) {
    .problem__list .item-box__ttl-st {
        font-size: 1.6rem;
    }
}

.problem__list .item-box__detail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1;
    padding-inline: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
}

.problem__list .item-box__ph {
    width: 171px;
}

@media screen and (max-width: 1024px) {
    .problem__list .item-box__ph {
        width: 120px;
    }
}

.problem__list .item-box__ph img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.problem__list .item-box__txt {
    flex: 1;
}

.problem__list .item-box__txt-st {
    font-weight: 700;
    line-height: 150%;
}

@media screen and (max-width: 640px) {
    .problem__list .item-box__txt-st {
        font-size: 1.4rem;
    }
}

.problem__note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 27px 120px 36px;
    width: 100%;
    max-width: 1200px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    background: linear-gradient(180deg, #5694d0 0%, #005ab2 100%);
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1024px) {
    .problem__note {
        padding-inline: 32px;
    }
}

.problem__note-box {
    padding-bottom: 5px;
    width: 100%;
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 100% 3.2em;
    background-position: 0 calc(3.2em - 2px);
    line-height: 2.5em;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    .problem__note-box {
        background-size: 100% 2.8em;
        background-position: 0 calc(2.4em + 2px);
    }
}

@media screen and (max-width: 640px) {
    .problem__note-box {
        background-size: 100% 2.5em;
        background-position: 0 2.4em;
    }
}

.problem__note-st {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
    .problem__note-st {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 640px) {
    .problem__note-st {
        font-size: 1.6rem;
    }
}

.problem__note-st strong {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0.16rem;
}

@media screen and (max-width: 1024px) {
    .problem__note-st strong {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 640px) {
    .problem__note-st strong {
        font-size: 2rem;
    }
}

.problem__tips {
    padding-block: clamp(4rem, 2.3rem + 4.42vw, 8rem);
}

.problem__tips .tips-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 40px;
}

.problem__tips .tips-list__item {
    width: calc((100% - 40px) / 2);
    height: auto;
}

@media screen and (max-width: 1024px) {
    .problem__tips .tips-list__item {
        width: 100%;
    }
}

.problem__tips .tips-list__item .item-box {
    position: relative;
    display: flex;
    padding: 72px 38px 40px;
    padding: 72px clamp(1.9rem, 1.1rem + 2.1vw, 3.8rem) clamp(3.5rem, 3.3rem + 0.55vw, 4rem);
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-inline: auto;
    max-width: 580px;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.05);
}

.problem__tips .tips-list__item .item-box__num {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px 0;
    background: #704708;
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2rem;
    /* 100% */
    letter-spacing: 0.1rem;
}

.problem__tips .tips-list__item .item-box__ttl {
    display: flex;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
}

@media screen and (max-width: 640px) {
    .problem__tips .tips-list__item .item-box__ttl {
        height: auto;
    }
}

.problem__tips .tips-list__item .item-box__ttl-st {
    color: var(--372407, #372407);
    text-align: center;
    font-family: "BIZ UDPGothic";
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
    /* 166.667% */
    letter-spacing: 0.12rem;
}

.problem__tips .tips-list__item .item-box__txt {
    margin-bottom: 16px;
}

.problem__tips .tips-list__item .item-box__txt-st {
    font-weight: 700;
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px){
    .problem__tips .tips-list__item .item-box__txt-st {
        font-size: 1.6rem;
    }
}

.problem__tips .tips-list__item .item-box__ph {
    width: 100%;
}

.problem__tips .tips-list__item.--item01 .item-box__ph {
    max-width: 370px;
}

.problem__tips .tips-list__item.--item02 .item-box__ph {
    max-width: 450px;
}

.problem__tips .tips-list__item .item-box__notes {
    font-size: 1.4rem;
    line-height: 1.5;
}

.problem__tips .tips-list__item .item-box__notes ul,
.problem__tips .tips-list__item .item-box__notes ul li,
.problem__tips .tips-list__item .item-box__notes ol,
.problem__tips .tips-list__item .item-box__notes ol li,
.problem__tips .tips-list__item .item-box__notes p{
    font-size: inherit;
    line-height: inherit;
}

.problem__tips .tips-list__item .item-box__notes ul li{
    padding-left: 1em;
    text-indent: -1em;
}

.problem__tips .tips-list__item .item-box__notes ol li{
    padding-left: 2.5em;
    text-indent: -2.5em;
}

.works {
    position: relative;
    padding-block: clamp(8rem, 4.7rem + 8.84vw, 16rem) clamp(4rem, 2.3rem + 4.42vw, 8rem);
    background: url(./img/bg-sec.png) no-repeat top center/100% auto;
}

.works__head {
    margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

.works__cnt {
    padding-top: clamp(4.8rem, 2.2rem + 6.85vw, 11rem);
}

.works__item:not(:last-child) {
    padding-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}

.works__item-head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(5.9895833333vw, 4.6rem);
    padding-block: 4px;
    padding-inline: clamp(2.1rem, 1.2rem + 2.32vw, 4.2rem);
    min-height: 64px;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .works__item-head {
        gap: 8px;
        padding-right: 0;
    }
}

.works__item-head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #e6b431 0%, #e65531 100%);
}

.works__item-head.selected .works__item-arw svg {
    transform: scale(1, -1);
}

.works__item-ttl {
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .works__item-ttl {
        font-size: 1.92rem;
    }
}

@media screen and (max-width: 640px) {
    .works__item-ttl {
        width: 100%;
        min-width: auto;
        font-size: 1.68rem;
    }
}

.works__item-arw {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
}

.works__item-arw svg {
    transition: transform 0.3s;
    transform-origin: center center;
}

.works__item-cnt {
    display: none;
    padding-block: clamp(2rem, 1.2rem + 2.21vw, 4rem) clamp(2rem, 1.2rem + 2.21vw, 4rem);
}

.works__item .works-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-inline: auto;
    padding: clamp(2.4rem, 2.1rem + 0.88vw, 3.2rem) clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
    width: 100%;
    max-width: 1080px;
    border-radius: 20px;
}

.works__item .works-box__ttl-st {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.1rem;
}

.works__item .works-box__txt {
    padding-top: clamp(1rem, 0.6rem + 1.1vw, 2rem);
    border-top: 1px dashed;
    width: 100%;
}

.works__item .works-box__txt-st {
    font-size: 1.8rem;
    line-height: 150%;
}

@media screen and (max-width: 1024px){
    .works__item .works-box__txt-st {
        font-size: 1.6rem;
    }
}

.works__item .works-box.--box01 {
    background: #f0f0f0;
    margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}

.works__item .works-box.--box02 {
    background: #ebe0c7;
    margin-bottom: clamp(3.7rem, 2.2rem + 4.09vw, 7.4rem);
}

.works__item .works-layout {
    margin-inline: auto;
    max-width: 1080px;
}

.works__item .works-layout__head {
    padding-block: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
    border-block: 1px dashed;
}

.works__item .works-layout__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.1rem;
}

.works__item .works-layout__cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: clamp(2rem, 1.2rem + 2.21vw, 4rem) 0;
}

@media screen and (max-width: 640px) {
    .works__item .works-layout__cnt {
        flex-direction: column;
    }
}

.works__item .works-layout__cnt:not(:last-child) {
    padding-bottom: 0;
}

@media screen and (max-width: 640px) {
    .works__item .works-layout__arw {
        transform: rotate(90deg);
    }
}

.works__item .works-gallery {
    margin-bottom: clamp(3.7rem, 2.2rem + 4.09vw, 7.4rem);
    margin-inline: auto;
    max-width: 1080px;
}

.works__item .works-gallery__head {
    margin-bottom: clamp(2rem, 1.2rem + 2.21vw, 4rem);
    padding-block: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
    border-block: 1px dashed;
}

.works__item .works-gallery__ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.1rem;
}

.works__item .works-gallery__cnt {
    margin-inline: auto;
    max-width: 960px;
}

.works__item .works-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: min(1.25vw, 1.6rem);
    height: 400px;
}

@media screen and (max-width: 1024px) {
    .works__item .works-slide {
        height: 40vw;
    }
}

@media screen and (max-width: 640px) {
    .works__item .works-slide {
        flex-direction: column;
        gap: 10px;
        height: auto;
    }
}

.works__item .works-slide__main {
    margin: 0;
    width: 70.5%;
}

@media screen and (max-width: 640px) {
    .works__item .works-slide__main {
        width: 100%;
    }
}

.works__item .works-slide__main-item {
    position: relative;
    height: auto;
    background: #fafafa;
}

@media screen and (max-width: 640px) {
    .works__item .works-slide__main-item {
        width: 100%;
        height: auto;
    }
}

.works__item .works-slide__main-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    aspect-ratio: 60/60;
    background: url(./img/icon-zoom.png) no-repeat center center/cover;
    pointer-events: none;
}

@media screen and (max-width: 640px) {
    .works__item .works-slide__main-item::after {
        width: 40px;
    }
}

.works__item .works-slide__main-ph {
    aspect-ratio: 680/400;
}

.works__item .works-slide__main img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 640px) {
    .works__item .works-slide__main img {
        width: 100%;
    }
}

.works__item .works-slide__thumbs {
    flex: 1;
    margin: 0;
    max-height: 100%;
    overflow-y: auto;
}

@media screen and (max-width: 640px) {
    .works__item .works-slide__thumbs {
        width: 100%;
    }
}

.works__item .works-slide__thumbs-list {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 641px) {
    .works__item .works-slide__thumbs-list {
        display: flex;
        flex-wrap: wrap;
        gap: min(0.625vw, 0.8rem);
        margin-right: -20px;
    }
}

.works__item .works-slide__thumbs-item {
    aspect-ratio: 176/123;
}

@media screen and (min-width: 641px) {
    .works__item .works-slide__thumbs-item {
        margin: 0 !important;
        width: calc((100% - min(0.625vw, 0.8rem)) / 2) !important;
    }
}

@media screen and (max-width: 640px) {
    .works__item .works-slide__thumbs-item {
        height: auto;
    }
}

.works__item .works-slide__thumbs-item img {
    width: 100%;
    aspect-ratio: 176/123;
    object-fit: cover;
}

.support {
    position: relative;
    padding-top: clamp(8rem, 4.7rem + 8.84vw, 16rem);
    background: url(./img/bg-sec.png) no-repeat top center/100% auto;
}

.support__head {
    margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

.support__txt {
    margin-top: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

.support__txt-st {
    text-align: center;
    line-height: 150%;
}

.support__cnt {
    padding-top: clamp(4rem, 2.3rem + 4.42vw, 8rem);
}

.support__cnt-head {
    margin-bottom: clamp(2rem, 1.2rem + 2.21vw, 4rem);
    padding-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
    border-bottom: 1px dashed;
}

.support__ttl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 16px;
}

.support__ttl-icon {
    width: 54px;
    height: 45px;
    aspect-ratio: 6/5;
}

.support__ttl-st {
    font-size: 2.4rem;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .support__ttl-st {
        font-size: 2rem;
    }
}

@media screen and (max-width: 640px) {
    .support__ttl-st {
        font-size: 1.8rem;
    }
}

.support .support-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
}

@media screen and (max-width: 1240px) {
    .support .support-list {
        gap: 6px;
    }
}

@media screen and (max-width: 1024px) {
    .support .support-list {
        flex-wrap: wrap;
        gap: 24px;
        margin-inline: auto;
        max-width: 500px;
    }
}

.support .support-list__item {
    width: calc((100% - 72px) / 4);
}

@media screen and (max-width: 1240px) {
    .support .support-list__item {
        width: calc((100% - 18px) / 4);
    }
}

@media screen and (max-width: 1024px) {
    .support .support-list__item {
        width: calc((100% - 24px) / 2);
    }
}

.support .support-list .item-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.support .support-list .item-box__ttl-st {
    color: #ed7647;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1rem;
}

@media screen and (max-width: 1024px) {
    .support .support-list .item-box__ttl-st {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 640px) {
    .support .support-list .item-box__ttl-st {
        font-size: 1.6rem;
    }
}

.support .support-list .item-box__ph {
    width: 172px;
    aspect-ratio: 1/1;
}

.support .support-list .item-box__txt-st {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .support .support-list .item-box__txt-st {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 640px) {
    .support .support-list .item-box__txt-st {
        font-size: 1.4rem;
    }
}

.showroom {
    position: relative;
    padding-block: clamp(8rem, 4.7rem + 8.84vw, 16rem) clamp(6rem, 3.5rem + 6.63vw, 12rem);
}

.showroom__head {
    margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

.showroom__cnt {
    padding-top: clamp(4.8rem, 2.8rem + 5.3vw, 9.6rem);
}

.showroom__exhibit {
    position: relative;
}

.showroom__slide {
    margin-bottom: clamp(7.5rem, 4.4rem + 8.29vw, 15rem);
    margin-inline: auto;
    max-width: 1080px;
}

.showroom__slide-inr {
    padding-bottom: 48px;
}

.showroom__slide-item {
    height: auto;
}

.showroom__slide .item-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    height: 100%;
}

.showroom__slide .item-box__ph {
    position: relative;
    margin-bottom: 8px;
    align-self: stretch;
    aspect-ratio: 346/245;
    overflow: hidden;
}

.showroom__slide .item-box__ph img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.showroom__slide .item-box__ph::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    aspect-ratio: 40/40;
    background: url(./img/icon-zoom.png) no-repeat center center/cover;
    border-radius: 5px 0;
    overflow: hidden;
    pointer-events: none;
}

@media screen and (max-width: 640px) {
    .showroom__slide .item-box__ph::after {
        width: 30px;
    }
}

.showroom__slide .item-box__ttl {
    width: 100%;
    text-align: left;
}

.showroom__slide .item-box__ttl-st {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.04rem;
}

@media screen and (max-width: 1024px) {
    .showroom__slide .item-box__ttl-st {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 640px) {
    .showroom__slide .item-box__ttl-st {
        font-size: 1.6rem;
    }
}

.showroom__slide .item-box__txt-st {
    font-size: 1.8rem;
    line-height: 150%;
}

@media screen and (max-width: 1024px) {
    .showroom__slide .item-box__txt-st {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 640px) {
    .showroom__slide .item-box__txt-st {
        font-size: 1.4rem;
    }
}

.showroom .swiper-button-next,
.showroom .swiper-button-prev {
    position: absolute;
    top: 49%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
    transition: 0.4s;
    z-index: 1;
}

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

    .showroom .swiper-button-next,
    .showroom .swiper-button-prev {
        right: 4px;
        width: 24px;
        height: 24px;
    }
}

.showroom .swiper-button-next::after,
.showroom .swiper-button-prev::after {
    display: none;
}

@media screen and (min-width:) {

    .showroom .swiper-button-next:hover,
    .showroom .swiper-button-prev:hover {
        opacity: 0.7;
    }
}

.showroom .swiper-button-prev {
    left: 0;
    right: auto;
    transform: translateY(-50%) scale(-1, 1);
}

@media screen and (max-width: 640px) {
    .showroom .swiper-button-prev {
        left: 4px;
    }
}

.showroom .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #d9d9d9;
    opacity: 1;
}

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

.showroom .swiper-pagination-bullets {
    bottom: 0;
}

.showroom .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.showroom .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    transform: scale(1);
}

.showroom .showroom-list__item {
    padding-inline: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
    border-top: 1px dashed;
}

@media screen and (max-width: 640px) {
    .showroom .showroom-list__item {
        padding-inline: 0;
    }
}

.showroom .showroom-list__item:last-child {
    border-bottom: 1px dashed;
}

.showroom .showroom-list__head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(5.9895833333vw, 4.6rem);
    padding-block: clamp(1.9rem, 1.1rem + 2.1vw, 3.8rem) clamp(1.4rem, 0.8rem + 1.55vw, 2.8rem);
    padding-inline: 8px;
    cursor: pointer;
}

@media screen and (max-width: 640px) {
    .showroom .showroom-list__head {
        flex-direction: column;
        gap: 0;
    }
}

.showroom .showroom-list__head.selected .showroom-list__arw svg {
    transform: scale(1, -1);
}

.showroom .showroom-list__ttl {
    width: 52%;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.048rem;
}

@media screen and (max-width: 1024px) {
    .showroom .showroom-list__ttl {
        font-size: 2rem;
    }
}

@media screen and (max-width: 640px) {
    .showroom .showroom-list__ttl {
        width: 100%;
        min-width: auto;
        font-size: 1.8rem;
    }
}

.showroom .showroom-list__location {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(0.4rem, 0.2rem + 0.44vw, 0.8rem);
    width: calc(59.5% - 46px);
    font-weight: 700;
    line-height: 150%;
    /* 2.4rem */
    letter-spacing: 0.032rem;
}

@media screen and (max-width: 640px) {
    .showroom .showroom-list__location {
        width: 100%;
        font-size: 1.4rem;
    }
}

.showroom .showroom-list__location::before {
    content: "";
    width: 14px;
    height: auto;
    aspect-ratio: 14/22;
    background: url(./img/icon-lacation.svg) no-repeat center center/cover;
}

@media screen and (max-width: 640px) {
    .showroom .showroom-list__location::before {
        width: 12px;
    }
}

.showroom .showroom-list__arw {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
}

@media screen and (max-width: 640px) {
    .showroom .showroom-list__arw {
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
    }
}

.showroom .showroom-list__arw svg {
    transition: transform 0.3s;
    transform-origin: center center;
}

.showroom .showroom-list__cnt {
    display: none;
}

.showroom .showroom-list .item-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
    padding-bottom: clamp(2rem, 1.2rem + 2.21vw, 4rem);
}

@media screen and (max-width: 640px) {
    .showroom .showroom-list .item-box {
        flex-direction: column;
    }
}

.showroom .showroom-list .item-box__media {
    width: 53%;
    width: calc(47% - 32px);
}

@media screen and (max-width: 640px) {
    .showroom .showroom-list .item-box__media {
        width: 100%;
    }
}

.showroom .showroom-list .item-box__ph {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
    margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}

.showroom .showroom-list .item-box__ph img {
    border-radius: 20px;
    overflow: hidden;
}

.showroom .showroom-list .item-box__ph img:first-child {
    width: 100%;
}

.showroom .showroom-list .item-box__ph img:not(:first-child) {
    width: 77%;
}

.showroom .showroom-list .item-box__btn {
    max-width: 370px;
}

@media screen and (max-width: 640px) {
    .showroom .showroom-list .item-box__btn {
        margin-inline: auto;
    }
}

.showroom .showroom-list .item-box__detail {
    width: 53%;
}

@media screen and (max-width: 640px) {
    .showroom .showroom-list .item-box__detail {
        width: 100%;
    }
}

.showroom .showroom-list .item-box__map {
    width: 100%;
    max-width: 604px;
    height: auto;
    aspect-ratio: 604/403;
    border-radius: 20px;
    overflow: hidden;
}

.showroom .showroom-list .item-box__map iframe {
    width: 100%;
    height: 100%;
}

.showroom .showroom-list .item-box__info {
    padding-block: clamp(1rem, 0.6rem + 1.1vw, 2rem);
    background: #fafafa;
}

@media screen and (max-width: 640px) {
    .showroom .showroom-list .item-box__info {
        border-radius: 16px;
    }
}

.showroom .showroom-list .item-box__add {
    margin-bottom: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
    font-weight: 700;
    line-height: 150%;
}

@media screen and (max-width: 1024px) {
    .showroom .showroom-list .item-box__add {
        font-size: 1.4rem;
    }
}

.showroom .showroom-list .item-box__data-item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
}

.showroom .showroom-list .item-box__data-item:not(:last-child) {
    margin-bottom: 16px;
}

.showroom .showroom-list .item-box__data-label {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-width: 100px;
    border-radius: 5px;
    background: #ed7647;
    color: #fff;
    font-weight: 700;
    line-height: 100%;
}

@media screen and (max-width: 1024px) {
    .showroom .showroom-list .item-box__data-label {
        font-size: 1.4rem;
    }
}

.showroom .showroom-list .item-box__data-value {
    flex: 1;
    font-weight: 700;
    line-height: 150%;
}

@media screen and (max-width: 1024px) {
    .showroom .showroom-list .item-box__data-value {
        font-size: 1.4rem;
    }
}

.contact {
    position: relative;
    padding-block: clamp(8rem, 4.7rem + 8.84vw, 16rem);
    background: #F6F0E1;
    /*background: url(./img/bg-sec.png) no-repeat top center/100% auto;*/
}

.contact__head {
    margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

.contact__form {
    padding-top: clamp(4rem, 2.3rem + 4.42vw, 8rem);
    margin-bottom: clamp(6rem, 3.5rem + 6.63vw, 12rem);
    margin-inline: auto;
    max-width: 910px;
}

.contact .contact-anchor__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}

@media screen and (max-width: 640px) {
    .contact .contact-anchor__list {
        flex-direction: column;
        margin-inline: auto;
        max-width: 375px;
    }
}

.contact .contact-anchor__item {
    width: calc((100% - clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem)) / 3);
    min-width: min(30vw, 38.4rem);
    height: 150px;
}

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

.contact .contact-anchor__item.--item01 .contact-anchor__btn {
    background: url(./img/bg-contact-anchor-img01.jpg) no-repeat center center/cover;
}

.contact .contact-anchor__item.--item02 .contact-anchor__btn {
    background: url(./img/bg-contact-anchor-img02.jpg) no-repeat center center/cover;
}

.contact .contact-anchor__item.--item03 .contact-anchor__btn {
    background: url(./img/bg-contact-anchor-img03.jpg) no-repeat center center/cover;
}

.contact .contact-anchor__item.--item03 .contact-anchor__icon {
    width: 24px;
    height: 31.999px;
}

.contact .contact-anchor__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(0.6rem, 0.4rem + 0.66vw, 1.2rem);
    padding: clamp(1.2rem, -7.7rem + 8.65vw, 4.8rem) clamp(1.2rem, -1.8rem + 2.88vw, 2.4rem);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: none;
    color: #fff;
    text-align: left;
    overflow: hidden;
    opacity: 0.3;
}

@media screen and (max-width: 1024px) {
    .contact .contact-anchor__btn {
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .contact .contact-anchor__btn {
        justify-content: space-between;
        flex-direction: row;
    }
}

.contact .contact-anchor__btn.active {
    opacity: 1;
}

.contact .contact-anchor__txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(0.6rem, 0.4rem + 0.66vw, 1.2rem);
}

@media screen and (max-width: 1024px) {
    .contact .contact-anchor__txt {
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .contact .contact-anchor__txt {
        flex-direction: row;
    }
}

.contact .contact-anchor__icon {
    width: 36px;
    height: 26px;
}

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

.contact .contact-anchor__st {
    flex: 1;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.04rem;
}

@media screen and (max-width: 1024px) {
    .contact .contact-anchor__st {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 640px) {
    .contact .contact-anchor__st {
        font-size: 1.4rem;
    }
}

.contact .contact-anchor__arw {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
}

.contact__cnt {
    padding-block: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem) 0;
}

.point {
    position: relative;
    padding-block: clamp(8rem, 4.7rem + 8.84vw, 16rem);
    background: url(./img/bg-sec.png) no-repeat top center/100% auto;
}

.point__head {
    margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

.point__cnt {
    padding-top: clamp(4.8rem, 2.8rem + 5.3vw, 9.6rem);
}

.point__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    padding: clamp(2rem, 1.2rem + 2.21vw, 4rem) clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
    max-width: 1200px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    background: #fff;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.05);
}

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

.point__list-item {
    width: 33.3333333333%;
}

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

.point__list-item:nth-child(2) {
    border-inline: 1px dashed;
}

@media screen and (max-width: 1024px) {
    .point__list-item:nth-child(2) {
        padding-block: 20px;
        width: 100%;
        border-block: 1px dashed;
        border-inline: none;
    }
}

.point .item-box {
    padding-inline: clamp(2rem, 1.2rem + 2.21vw, 4rem);
}

.point .item-box__num {
    margin-bottom: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
    color: #ed7647;
    text-align: center;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 640px) {
    .point .item-box__num {
        font-size: 1.6rem;
    }
}

.point .item-box__num strong {
    display: block;
    text-align: center;
    font-size: 4rem;
    font-weight: 500;
}

@media screen and (max-width: 1024px) {
    .point .item-box__num strong {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 640px) {
    .point .item-box__num strong {
        font-size: 2rem;
    }
}

.point .item-box__ph {
    margin-inline: auto;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.point .item-box__ph img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.point .item-box__ttl {
    margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
}

@media screen and (max-width: 1024px) {
    .point .item-box__ttl {
        font-size: 2rem;
    }
}

@media screen and (max-width: 640px) {
    .point .item-box__ttl {
        font-size: 1.8rem;
    }
}

.point .item-box__txt {
    margin-bottom: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 150%;
}

@media screen and (max-width: 1024px){
    .point .item-box__txt{
        font-size: 1.6rem;
    }
}

.company {
    position: relative;
    padding-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}

.company__head {
    margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

.company__cnt {
    padding-top: clamp(3.2rem, 1.9rem + 3.54vw, 6.4rem);
}

.company-overview__data {
    margin-inline: auto;
}

.company-overview__data-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
    padding-block: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem) clamp(1.5rem, 0.8rem + 1.77vw, 3.1rem);
    padding-inline: clamp(4rem, 2.3rem + 4.42vw, 8rem);
}

.company-overview__data-row:not(:last-child) {
    border-bottom: 1px dashed;
}

@media screen and (max-width: 640px) {
    .company-overview__data-row {
        flex-direction: column;
        gap: 0;
        padding-inline: 8px;
    }
}

.company-overview__data-label {
    width: min(21.09375vw, 27rem);
    font-weight: 700;
    line-height: 100%;
}

@media screen and (max-width: 640px) {
    .company-overview__data-label {
        margin-bottom: 12px;
        width: 100%;
    }
}

.company-overview__data-value {
    flex: 1;
    position: relative;
    font-weight: 700;
    line-height: 150%;
}

@media screen and (max-width: 640px) {
    .company-overview__data-value {
        width: 100%;
    }
}

.mfp-wrap.mfp-ready .mfp-content {
    max-width: 90%;
    max-height: 85%;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
    border: none !important;
}

.mfp-arrow-left:after,
.mfp-arrow-right:after {
    width: 32px !important;
    height: 8px !important;
    border: none !important;
    background: url(./img/icon-arrow.svg) no-repeat center center/cover;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(52deg) brightness(105%) contrast(101%);
}

.mfp-arrow-left:after {
    margin-left: 18px !important;
    transform: scale(-1, 1);
}

.mfp-close-btn-in .mfp-close {
    top: auto !important;
    bottom: 100%;
    color: #fff !important;
}

.works__slider-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: min(1.25vw, 1.6rem);
}

@media screen and (max-width: 640px) {
    .works__slider-container {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}

.works__slider-wrapper--main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    height: 400px;
    width: 43.5%;
}

@media screen and (max-width: 1024px) {
    .works__slider-wrapper--main {
        height: 40vw;
    }
}

@media screen and (max-width: 640px) {
    .works__slider-wrapper--main {
        width: 100%;
    }
}

.works__slider-wrapper--main button.slick-prev.slick-arrow,
.works__slider-wrapper--main button.slick-next.slick-arrow {
    display: inline-block !important;
}

.works__slider-wrapper--main .slick-next,
.works__slider-wrapper--main .slick-prev {
    z-index: 4;
    opacity: 0.8;
    width: 40px;
    height: 40px;
    background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
    border-radius: 50%;
}

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

    .works__slider-wrapper--main .slick-next,
    .works__slider-wrapper--main .slick-prev {
        width: 7.8125vw;
        height: 7.8125vw;
    }
}

.works__slider-wrapper--main .slick-next::before,
.works__slider-wrapper--main .slick-prev::before {
    display: none;
}

.works__slider-wrapper--main .slick-next {
    right: 20px;
}

@media screen and (max-width: 640px) {
    .works__slider-wrapper--main .slick-next {
        right: 10px;
    }
}

.works__slider-wrapper--main .slick-prev {
    transform: translateY(-50%) scale(-1, 1);
    left: 20px;
}

@media screen and (max-width: 640px) {
    .works__slider-wrapper--main .slick-prev {
        left: 10px;
    }
}

.works__slider-wrapper--thumb {
    overflow: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    height: 400px;
    max-height: 100%;
    flex: 1;
}

@media screen and (max-width: 1024px) {
    .works__slider-wrapper--thumb {
        height: 40vw;
    }
}

.works__slider-wrapper--thumb::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.works__slider-wrapper--thumb::-webkit-scrollbar-track {
    border-radius: 0.25em;
    -webkit-box-shadow: inset 0 0 6px rgba(64, 64, 64, 0.05);
    box-shadow: inset 0 0 6px rgba(64, 64, 64, 0.05);
}

.works__slider-wrapper--thumb::-webkit-scrollbar-thumb {
    background: #372407;
    border-radius: 0.25em;
    -webkit-box-shadow: 0 0 0 1px rgba(192, 192, 192, 0.15);
    box-shadow: 0 0 0 1px rgba(192, 192, 192, 0.15);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.works__slider-wrapper--thumb::-webkit-scrollbar-thumb:hover {
    background: #372407;
}

.works__slider-wrapper--thumb .works-slick-slider__slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    gap: 8px;
}

@media screen and (max-width: 640px) {
    .works__slider-wrapper--thumb .works-slick-slider__slider {
        display: flex;
        gap: 4px;
    }
}

.works__slider-wrapper--thumb .works-slick-slider__slider>li {
    flex: 0 0 22%;
}

.works-slick-slider__popup-button {
    display: block;
    position: relative;
}

.works-slick-slider__popup-button:hover {
    opacity: 1;
}

.works-slick-slider__popup-button::after {
    content: "";
    background: url(./img/icon_zoom.svg) no-repeat center center/30px 30px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1001;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 640px) {
    .works-slick-slider__popup-button::after {
        width: 7.8125vw;
        height: 7.8125vw;
    }
}

.works-slick-slider__figure {
    position: relative;
    padding-top: 64.667%;
    margin: 0;
    -webkit-transition: opacity var(--duration-time);
    transition: opacity var(--duration-time);
}

.works-slick-slider__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    inset: 0;
}

.works-slick-slider--thumb {
    cursor: pointer;
}

.works-slick-slider--thumb .works-slick-slider__image {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.works-slick-slider--thumb .slick-current .works-slick-slider__figure {
    opacity: 0.6;
}

.works-slick-slider__item {
    position: relative;
}

.works-slick-slider__item.works-slick-slider__item--main {
    height: 400px;
}

@media screen and (max-width: 1024px) {
    .works-slick-slider__item.works-slick-slider__item--main {
        height: 40vw;
    }
}

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

    .works__slider-wrapper--main,
    .works__slider-wrapper--thumb {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        height: auto;
    }
}

.before_after_slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.box_after {
    position: relative;
    z-index: 1;
}

.box_after img {
    width: 100%;
    height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
    background: #dedede;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 1024px) {
    .box_after img {
        height: 40vw;
    }
}

.box_before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    border-right: 5px solid rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 10px 0 15px -13px #000;
    box-shadow: 10px 0 15px -13px #000;
    z-index: 2;
}

.box_before:before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 42px;
    height: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -23px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: url(./img/icon-workslide-arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 1024px) {
    .box_before:before {
        width: 37px;
        height: 37px;
        right: -21px;
        border: 3.5px solid #fff;
    }
}

@media screen and (max-width: 640px) {
    .box_before:before {
        width: 32px;
        height: 32px;
        right: -18px;
        border: 3px solid #fff;
    }
}

.box_before:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: #d5d5d5;
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -23px;
    border-radius: 50%;
}

@media screen and (max-width: 1024px) {
    .box_before:after {
        width: 37px;
        height: 37px;
        right: -21px;
    }
}

@media screen and (max-width: 640px) {
    .box_before:after {
        width: 32px;
        height: 32px;
        right: -18px;
    }
}

.box_before img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    background: #dedede;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 1024px) {
    .box_before img {
        height: 40vw;
    }
}

.box_before__inner {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.before-label {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 118px;
    height: 52px;
    border-radius: 0 0 20px 0;
    background: #704708;
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1rem;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .before-label {
        width: 80px;
        height: 34px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 640px) {
    .before-label {
        width: 60px;
        height: 25px;
        font-size: 0.875rem;
    }
}

.after-label {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 118px;
    height: 52px;
    border-radius: 0 0 0 20px;
    background: linear-gradient(180deg, #e6b431 0%, #e65531 100%);
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1rem;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .after-label {
        width: 80px;
        height: 34px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 640px) {
    .after-label {
        width: 60px;
        height: 25px;
        font-size: 0.875rem;
    }
}

.slider_range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: col-resize;
    z-index: 10;
}

.wpcf7 form { 
  position: static !important;
}

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