@charset "UTF-8";

:root {
    --color-primary: #0a89a8;
    --color-brand: #003748;
    --color-brand2: #222830;
    --color-aqua: #5AA6BA;
    --color-primary-pale: #eaf0f1;
    --color-water-pale: #F5F9FB;
    --color-basic: #222222;
    --color-dark: #111111;
    --color-pale: #F8F8F8;
    --color-non: #FFF;
    --color-light: #d1d1d1;

    --color-attention: #871010;

    --font-en: "Cormorant Garamond", serif;
    --font-ja: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --font-ja-min: 'Noto Serif JP', "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    --font-number: "Roboto", sans-serif;

    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #FFF;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #FFF;

}

:-webkit-any-link {
    color: var(--color-basic)
}

:-moz-any-link {
    color: var(--color-basic)
}

:any-link {
    color: var(--color-basic)
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ol[class],
ul[class] {
    list-style: none;
    padding: 0;
    margin: 0
}

ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

::-moz-selection {
    background: var(--color-dark)
}

::selection {
    background: var(--color-dark)
}

:focus {
    outline: 0
}

::-moz-selection {
    background: var(--color-light);
}

::selection {
    background: var(--color-light);
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    overflow-y: scroll
}

body {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    color: var(--color-basic);
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    overflow: clip;
    /*overflow-x: visible;*/
}

h1 {
    font-size: 2.4rem
}

h1 span {
    font-size: 1.8rem
}

h2 {
    font-size: clamp(1.8rem, 1.643rem + 0.7vw, 2.2rem);
}

h2 span {
    font-size: 1.5rem
}

h3 {
    font-size: 1.5rem
}

h3 span {
    font-size: 1.6rem
}

@media (min-width:821px) {

    h1 {
        font-size: 3rem
    }

    h1 span {
        font-size: 2.4rem
    }

    h2 {
        font-size: 2.4rem
    }

    h3 span {
        font-size: 1.6rem
    }
}

h1,
h2,
h3 {
    font-family: var(--font-ja-min);
    line-height: 1.4;
    font-weight: 400;
    margin: 1rem 0;
}

h2 {
    margin: 1rem 0 4rem;
}

h2.margin-none {
    margin: 1rem 0 1rem;
}

h3 {
    margin: 1rem 0 4rem;
}

h1 span,
h2 span,
h3 span {
    display: block;
    line-height: 1.4;
    letter-spacing: .05rem
}

h2 span,
h3 span {
    font-family: var(--font-en)
}

a {
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    line-height: 1.6;
}

a.button:hover,
a.icon:hover,
a:hover {
    text-decoration: none;
    opacity: .75
}

@media (min-width:821px) {
    a {
        line-height: 2;
    }
}

p {
    line-height: 2;
    margin: 0 0 1rem;
}

p span {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
}

@media (min-width:821px) {

    p {
        line-height: 2;
        /*margin: 1rem 0*/
    }

}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.center {
    display: block;
    text-align: center
}

.right {
    display: block;
    text-align: right
}

.lead {
    font-weight: 600;
    font-size: 1.8rem;
    margin: 2rem 0
}

.underline {
    text-decoration: none;
    border-bottom: 1px solid var(--color-basic);
    padding-bottom: 2px;
}

.sp {
    display: block
}

.pc {
    display: none
}

@media (min-width:821px) {
    .sp {
        display: none !important
    }

    .pc {
        display: block !important
    }
}

/*///////////////////////// SPINNER  /////////////////////////*/

.spinner {
    align-items: center;
    background: var(--color-non);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

.spinner::after {
    -webkit-animation: spinner .5s linear infinite;
    animation: spinner .5s linear infinite;
    border: 1px solid #000;
    border-radius: 50%;
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(0, 0, 0, .2);
    content: "";
    height: 60px;
    width: 60px
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*///////////////////////// ANCHOR /////////////////////////*/

.anchor ul.contents-wrap {
    padding: 0
}

.anchor li {
    list-style: none;
    border: none;
    padding: .5rem 2rem;
    margin: 1rem;
    border-radius: .2rem;
    background: var(--color-basic);
    color: var(--color-non);
    text-align: center
}

.anchor li a {
    color: var(--color-non);
    font-size: 1.6rem;
    font-weight: 500
}

.anchor li a::after {
    font-size: 2rem;
    margin-left: .5rem
}

@media (min-width:821px) {
    .anchor ul.contents-wrap {
        justify-content: center
    }

    .anchor li {
        background: 0 0;
        padding: 0 1rem 0 1rem;
        margin: 0;
        border-right: 1px solid var(--color-basic)
    }

    .anchor li:first-child {
        border-left: 1px solid #999
    }

    .anchor li a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-basic)
    }
}

.scl {
    display: none;
    position: fixed;
    right: 0;
    bottom: 90px;
    width: 80px;
    height: 80px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 90
}

.scl img {
    display: block;
    width: 100%;
    height: auto
}


/*///////////////////////// TOPICPATH  

ul.topicpath {
    display: flex;
    font-size: 1.2rem;
    margin: 1rem 0
}

ul.topicpath li:not(:first-of-type) {
    margin: 0 0 0 .2rem
}
/////////////////////////*/

/*///////////////////////// LAYOUT  /////////////////////////*/

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem
}

@media (min-width:821px) {
    .container {
        max-width: 1280px
    }

    .offset {
        max-width: 1000px;
        margin: auto
    }

    .offset-700 {
        max-width: 700px;
        margin: auto
    }
}

/*//////////////////// FLEX ////////////////////////*/

@media (min-width:821px) {

    .contents-wrap {
        display: flex;
        flex-wrap: wrap
    }

    .contents-box,
    .contents-img,
    .contents-text {
        flex: 1
    }

    .even .contents-wrap:nth-child(even),
    .odd .contents-wrap:nth-child(odd) {
        flex-direction: row-reverse
    }

}


/*//////////////////// STACK ////////////////////////*/

.stack {
    align-items: center;
    margin: 0 0 3rem;
}

@media (min-width:821px) {
    .stack {
        margin: 0 0 6rem;
    }
}

.stack .contents-img {
    position: relative;
    flex: 1.5;
    overflow: hidden;
}

.stack .contents-text {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    backdrop-filter: blur(10px);
    
}

.stack .contents-text h2 {
    text-align: left;
}

.stack .contents-text .button {
    margin: 0;
}

.stack h2 span {
    display: block;
}

.even .stack:nth-child(odd) .contents-text,
.odd .stack:nth-child(even) .contents-text {
    margin: 0;
}

.even .stack:nth-child(even) .contents-text,
.odd .stack:nth-child(odd) .contents-text {
    margin: 0;
}

@media only screen and (min-width: 821px) {
    .stack .contents-text {
        box-shadow: 0 1.2rem 2.2rem -1rem hsl(0deg 0% 20% / 20%);
        padding: 4rem;
        box-shadow: 0px 90px 50px -30px hsl(0deg 0% 20% / 40%);
        border-radius: 4px;
    }

    .even .stack:nth-child(odd) .contents-text,
    .odd .stack:nth-child(even) .contents-text {
        margin: 0 0 0 -10%;
    }

    .even .stack:nth-child(even) .contents-text,
    .odd .stack:nth-child(odd) .contents-text {
        margin: 0 -10% 0 0;
    }

}

/*//////////////////// GRID ////////////////////////*/

.grid-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 2rem
}

.grid-wrap .content-img {
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0 20px 25px -5px, rgb(0 0 0 / 4%) 0 10px 10px -5px
}

.grid-wrap .content-text {
    margin: 1.3rem 0 0
}

.grid-wrap .content-text .title {
    font-weight: 500
}

.grid-wrap .content-text a:not(:first-child) {
    margin-left: .5rem
}

.grid-wrap .content-text a span {
    display: block
}

.js-ready .grid-wrap>* {
    opacity: 0
}

.contents-img {
    position: relative;
}

.contents-img span {
    position: absolute;
    bottom: 30px;
    right: 0;
    background: #000;
    color: #fff;
    font-family: var(--font-en);
    padding: .5rem 1rem;
    line-height: 1;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-align: left;
    border-radius: 2px;
}

/*///////////////////////// GUTTER  /////////////////////////*/

.mt {
    margin: 2rem 0 0
}

.mb {
    margin: 0 0 2rem
}

.mtb {
    margin: 2rem 0
}

@media (min-width:821px) {
    .mt {
        margin: 4rem 0 0
    }

    .mb {
        margin: 0 0 4rem
    }

    .mtb {
        margin: 4rem 0
    }
}

/*
section {
    padding: 2rem 0;
    margin-top: 3rem;
}
*/
h2:not(:first-of-type) {
    margin-top: 2rem
}

@media (min-width:821px) {

    /*
    section {
        padding: 4rem 0;
        margin-top: 6rem;
    }
*/
    h2:not(:first-of-type) {
        margin-top: 4rem
    }
}

/*///////////////////////// bgBox  /////////////////////////*/

.bg-box {
    background: var(--color-non);
    padding: 2rem 4rem;
    margin: 4rem 0;
    border: 4px solid var(--color-attention)
}

.bg-box-inner {
    background: var(--color-non);
    padding: 2rem
}

.bg-box h3:not(:first-of-type) {
    margin: 4rem 0 0
}

.bg-box-inner p {
    margin: 0 0 .5rem
}

/*//////////////////// UL list ////////////////////////*/

ul.list {
    position: relative;
    padding: 0 0 1rem;
}

ul.list li {
    position: relative;
    /*display: flex;*/
    line-height: 1.6;
    vertical-align: middle;
    padding: 0 0 0 2rem;
    /*margin-bottom: 1rem;*/
    margin: 1rem 0;
}

ul.list li:before {
    position: absolute;
    left: 0;
    font-family: 'Material Symbols Outlined';
    content: '\e061';
    /*font-size: 1.6rem;*/
    line-height: 1.6;
}

ul.list.fill li:before {
    font-variation-settings: 'FILL' 1;
    font-size: 1.4rem;
    line-height: 1.6;
    color: var(--color-basic);
}

ul.list.fillC li:before {
    font-variation-settings: 'FILL' 1;
    color: var(--color-primary);
}

/*///////////////////////// UL note /////////////////////////*/

ul.note {
    position: relative;
    margin: 2rem 0;
    font-size: 1.3rem;
    line-height: 1.4;
}

ul.note li {
    margin: 0 0 1rem 2rem;
}

ul.note li::before {
    content: "※";
    position: absolute;
    left: 0;
}

@media (min-width: 821px) {

    ul.note li {
        display: flex;
    }

}

/*///////////////////////// UL col2  /////////////////////////*/

ul.col2 {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.col2 li {
    width: 100%
}

ul.col2 li:nth-child(2n) {
    padding: 4rem 1rem 1rem;
    border-bottom: 1px solid #444
}

ul.col2 li:nth-child(2n+1) {
    padding: 4rem 1rem 1rem;
    border-bottom: 3px solid #444;
    font-weight: 600
}

@media (min-width:821px) {

    ul.col2 {
        display: flex;
        flex-wrap: wrap
    }

    ul.col2 li:nth-child(2n) {
        width: 80%
    }

    ul.col2 li:nth-child(2n+1) {
        width: 20%
    }
}

/*///////////////////////// UL col3  /////////////////////////*/

ul.col3 {
    list-style: none;
    padding: 0
}

ul.col3 li {
    width: 100%;
    border-bottom: 1px solid var(--color-pale)
}

ul.col3 li:nth-child(3n+1) {
    font-weight: 600;
    padding: 2rem .5rem 0
}

ul.col3 li:nth-child(3n+2) {
    padding: 2rem .5rem 0
}

ul.col3 li:nth-child(3n) {
    padding: 2rem .5rem 0;
    margin: 0 0 1rem
}

@media (min-width:821px) {
    ul.col3 {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end
    }

    ul.col3 li:nth-child(3n+1) {
        width: 55%;
        margin: 0 0 1rem
    }

    ul.col3 li:nth-child(3n+2) {
        width: 25%;
        text-align: right;
        margin: 0 0 1rem
    }

    ul.col3 li:nth-child(3n) {
        width: 20%;
        text-align: right
    }
}

/*///////////////////////// DL DT DD /////////////////////////*/

dt {
    padding: 1rem;
    margin: 0;
    /*background: var(--color-basic);
    color: var(--color-non);*/
    line-height: 1.5
}

dd {
    padding: 1rem;
    /*background: var(--color-non);*/
    margin: 0 0 1rem
}

@media (min-width:821px) {

    /*
    dl {
        display: flex;
        flex-wrap: wrap
    }

    dt {
        width: 25%;
        padding: 1rem;
        margin: 0 0 1rem;
        border-bottom: 1px solid var(--color-pale)
    }

    dd {
        width: 75%;
        border-bottom: 1px solid var(--color-pale);
        padding: 1rem 1rem 1rem 2rem
    }
*/

}

/*///////////////////////// ac /////////////////////////*/

dl.ac dd,
dl.ac dt {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 2rem 3rem 2rem 5rem
}

dl.ac dt {
    font-family: var(--font-ja-min);
    cursor: pointer;
    font-weight: 400;
    width: 100%;
    text-align: left;
    background: var(--color-non);
    color: var(--color-basic);
    border-bottom: 1px solid #ccc;
    margin: 0;
}

dl.ac dt::before {
    content: "Q";
    font-size: 2.4rem;
    margin-right: 1rem;
    font-weight: 600;
    color: var(--color-basic);
    font-family: var(--font-en);
    position: absolute;
    left: 1rem;
    line-height: 1
}

dl.ac dt::after {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    transition: .2s;
    content: '\f062';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 1rem;
    color: var(--color-basic);

    transform: translateY(-50%) rotate(0);
    transition: .2s;
}

dl.ac dd {
    display: none;
    width: 100%;
    background: #f9f9f9;
    margin: 0 0 1rem
}

dl.ac dd span {
    display: block;
    font-family: var(--font-ja-min);
    color: var(--color-primary);
    margin: 0 0 1rem;
}

dl.ac dd::before {
    content: "A";
    font-size: 2.4rem;
    margin-right: 1rem;
    font-weight: 600;
    color: var(--color-primary);
    font-family: var(--font-en);
    position: absolute;
    left: 1rem;
    line-height: 1
}

dl.ac dd span {
    font-weight: 600
}

dl.ac dd p {
    margin: 0
}

dl.ac dt.active {
    background: var(--color-primary-pale);
}

dl.ac dt.active:after {
    transform: translateY(-50%) rotate(180deg);
    transition: .2s
}

/*///////////////////////// FADEUP /////////////////////////*/

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    opacity: 0
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/*///////////////////////// BUTTON /////////////////////////*/
.btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    background: var(--color-brand2);
    border-radius: 3px;
    color: var(--color-non);
    line-height: 1.2;
    padding: 1rem 2rem;
}

.btn span {
    font-family: var(--font-en);
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 0 1rem 0;
    display: block;
}

.button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    background: var(--color-primary);
    border-radius: 3px;
    color: var(--color-pale);
    line-height: 1;
    padding: 0.6rem 2rem 0.6rem;
    font-size: 1.7rem;
}

.nav .button::before,
.sticky .button::before {
    content: "";
    background: url(/content/images/icon_mail_s.svg) no-repeat center / cover;
    width: 55px;
    height: 38px;
    margin-right: .5rem;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.toastB .toast-inner .button {
    padding: 6px 12px;
    /*background: rgba(255, 255, 255, .2);*/
    background: var(--color-brand2);
    border-radius: 4px;
    justify-content: center;
    border: solid 1px rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 10px -10px rgb(0, 15, 33, .4);
    color: var(--color-non);
    height: 60px;
    font-size: 1.6rem;
}

.toastB .toast-inner .button::before {
    content: "";
    background: url(/content/images/icon_mail_m.svg) no-repeat center / cover;
    width: 48px;
    height: 38px;
    margin-right: .5rem;
}

@media (min-width:821px) {

    .toastB .toast-inner .button {
        font-size: 1.8rem;
    }

}
/*///////////////////////// HEADER /////////////////////////*/

header {
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(34, 40, 48, 0.8) 0%, rgba(34, 40, 48, 0.4) 55%, rgba(34, 40, 48, 0) 100%);
    border-bottom: none;
    box-shadow: none;
    transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

header.fixed {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px) brightness(2);
    backdrop-filter: blur(10px) brightness(2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}

header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    padding: 1rem 1rem;
    margin: 0 auto;
}

header .header-inner .nav {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero {
    position: relative;
}

header .logo img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

header.fixed .logo img {
    filter: none;
}

header .phone-number span {
    color: var(--color-non);
    transition: color 0.3s ease;
}

header.fixed .phone-number span {
    color: var(--color-basic);
}

header .phone-number::before {
    background: url(/content/images/icon_phone_s_w.svg) no-repeat center / cover;
    transition: background 0.3s ease;
}

header.fixed .phone-number::before {
    background: url(/content/images/icon_phone_s.svg) no-repeat center / cover;
}

header .nav .button,
.sticky .button {
    background: var(--color-brand2);
    border: none;
    backdrop-filter: none;
    min-width: 8rem;
    height: 4.5rem;
    padding: 1.3rem 2rem 1.3rem 6rem;
}

header .nav .button span {
    font-size: 1.3rem;
}

@media (min-width:461px) {

    header .nav .button span {
        font-size: 1.7rem;
    }

    header .nav .button,
    .sticky .button {
        width: auto;
        height: auto;
        background: var(--color-brand2);
        color: var(--color-pale);
        padding: 1.3rem 2rem 1.3rem 7rem;
    }

}

/*///////////////////////// CONTACT HEADER /////////////////////////*/

.contact header {
    position: -webkit-sticky;
    position: sticky;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px) brightness(2);
    backdrop-filter: blur(10px) brightness(2);
    border-bottom: 1px solid var(--color-light);
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}

.contact header .logo img {
    filter: none;
}

.contact header .phone-number span {
    color: var(--color-basic);
}

.contact header .phone-number::before {
    background: url(/content/images/icon_phone_s.svg) no-repeat center / cover;
}

/*///////////////////////// PHONE NUMBER /////////////////////////*/

.phone-number {
    position: relative;
    font-family: var(--font-number);
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    flex: 0 1 auto;
    display: flex;
    align-items: center;
}

.phone-number span {
    font-size: clamp(2.6rem, 1.981rem + 2.6vw, 4rem);
    color: var(--color-basic);
    white-space: nowrap;
    line-height: 1;
}

.phone-number::before {
    content: "";
    background: url(/content/images/icon_phone_s.svg) no-repeat center / cover;
    width: 52px;
    height: 43px;
    margin-right: .5rem;
}

/*//////////////////// info-banner ////////////////////////*/

.info-banner {
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    transform: translateY(2rem);
    transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
    pointer-events: none;
}

.info-banner.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.info-banner.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(2rem);
    pointer-events: none;
}

.info-banner__inner {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.info-banner__inner > a {
    display: block;
    line-height: 0;
    text-decoration: none;
}

.info-banner__inner > .info-banner__image {
    display: block;
}

.info-banner__image {
    display: block;
    width: auto;
    height: auto;
    max-width: min(24rem, 42vw);
}

.info-banner__close {
    position: absolute;
    right: 0.4rem;
    bottom: 0.4rem;
    z-index: 1;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(34, 40, 48, 0.65);
    color: var(--color-non);
    font-family: var(--font-en, sans-serif);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.info-banner__close span {
    display: block;
    margin-top: -0.2rem;
}

.info-banner__close:hover {
    background: rgba(34, 40, 48, 0.85);
}

@media (prefers-reduced-motion: reduce) {

    .info-banner {
        transition: none;
    }
}

/*//////////////////// TOAST B ////////////////////////*/

.toastB {
    display: block;
    align-content: center;
    position: fixed;
    bottom: -200px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1.0);
    backdrop-filter: blur(10px) brightness(1.2);
    transition: all 0.5s;
    z-index: 100;
    border-top: 1px solid #ccc;

    color: var(--color-non);
    padding: 1rem 0;
}

.toastB .toast-inner {
    display: grid;
    /*grid-template-columns: 1fr;*/
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 10px;
    /*padding: 0 10px;*/
    max-width: 1000px;
    margin: auto;
}

@media (min-width:821px) {

    .toastB .toast-inner {
        position: relative;
        grid-template-columns: 1fr 45% 30%;
        z-index: 1;
    }

}

.toastB .toast-inner p {
    color: var(--color-basic);
    margin: 0 0 1rem;
    font-size: clamp(1.2rem, 2vw, 2rem);
    font-weight: 600;
    font-family: var(--font-ja);
    line-height: 1.2;
}

.toastB .toast-inner p span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin: 1rem 0 0.3rem;
}

.toastB .toast-inner .phone-number {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    /*background: rgba(255, 255, 255, .2);*/
    background: var(--color-brand2);
    border-radius: 4px;
    justify-content: center;
    border: solid 1px rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 10px -10px rgb(0, 15, 33, .4);
    color: var(--color-non);
    height: 60px;
}

.toastB .toast-inner .phone-number span {
    font-family: var(--font-number);
    color: #FFF;
    font-weight: 500;
    font-size: clamp(3.0rem, 2.727rem + 2.09vw, 3.3rem);
    white-space: nowrap;
    line-height: 1;
    /*display: block;*/
}

.toastB .toast-inner .phone-number span.sp {
    font-family: inherit;
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--color-non);
}

.toastB .toast-inner .phone-number::before {
    content: "";
    background: url(/content/images/icon_phone_m.svg) no-repeat center / cover;
    width: 48px;
    height: 38px;
}

@media (min-width:821px) {

    .toastB .toast-inner .phone-number::after {
        content: "";
        position: absolute;
        right: -5px;
        top: -40px;
        background: url(/content/images/ill_free.png) no-repeat center / cover;
        width: 62px;
        height: 60px;
        margin-left: .5rem;
    }

    .toastB .toast-inner .phone-number span.sp {
        font-size: 1.8rem;
    }

}

/*//////////////////// Gradation ////////////////////////*/

/*
.bg-grad {
    background: linear-gradient(135deg, #00566b 00%, #058497 50%, #010b27 100%);
    background-size: 200% 200%;
    animation: gradationAnim 6s ease infinite;
}


@keyframes gradationAnim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}
*/


/*///////////////////////// heading /////////////////////////*/

.heading {
    background: var(--color-pale);
    padding: 10rem 0 4rem;
}

.heading h1 {
    font-size: 1.5rem;
    margin: 1rem 0 4rem;
}

.heading span:has(+ h1) {
    font-family: var(--font-ja-min);
    font-size: clamp(2rem, 1.783rem + 1.02vw, 2.6rem);
}

.message {
    font-size: 1.5rem;
    line-height: 2.4;
    max-width: 600px;
    margin: 2rem auto;
}

/*//////////////////// overview ////////////////////////*/

.overview {
    padding: 8rem 0 4rem;
    background: var(--color-non);
}

.overview h3 span,
.issue .sticky h3 span,
.implement h3 span,
.point h3 span {
    font-size: clamp(3rem, 2.638rem + 1.7vw, 4rem);
}

.overview .contents-img img {
    border-radius: 10px;
}

@media (max-width: 820px) {
    .overview .even > .contents-wrap:first-child {
        margin: 0 0 6rem;
    }
}

.overview .contents-img {
    display: grid;
}

.overview .contents-img > img {
    grid-area: 1 / 1;
    width: 100%;
}

.overview .contents-img > span {
    grid-area: 1 / 1;
    position: relative;
    align-self: end;
    justify-self: end;
    bottom: auto;
    right: auto;
    margin: 0 0 30px;
    z-index: 1;
}

.overview .contents-img:has(> .contents-img-label--left) > span {
    justify-self: start;
}

@media (min-width:821px) {

    .overview {
        padding: 12rem 0 4rem;
        background: var(--color-non);
    }

    .overview .contents-wrap {
        /*justify-content: center;*/
        align-items: center;
        margin: 0 0 10rem;
    }

    .overview .contents-inner {
        padding: 0 10%
    }

}

/*//////////////////// overview2 ////////////////////////*/
.feature-card {
    margin: 0 0 8rem;
}

.feature-img {
    position: relative;
}

.feature-img img {
    border-radius: 4px;
}

.feature-img span {
    position: absolute;
    right: 1rem;
    width: 200px;
    bottom: -3rem;
}

/*.feature-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg,rgba(24, 25, 27, 0.9) 0%, rgba(24, 25, 27, 0.5) 30%, rgba(24, 25, 27, 0) 50%);
    background-blend-mode: multiply;
}*/

.feature-img span .dark {
    filter: invert(1.0);
}

.feature-txt {
    margin: 2rem 1.5rem;
}

p.feature-eyeblow {
    font-family: var(--font-en);
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.feature-number {
    font-size: 6rem;
    line-height: 1;
    font-weight: 400;
}

.issue .feature-card .feature-txt h3 {
    font-family: var(--font-ja-min);
    font-weight: 400;
    font-size: 2rem;
}

.inner-contents#issue-features.white-area {
    background: #fff;
    color: #000;
    margin: 6rem auto;
    border-radius: 4px;
}

/*//////////////////// issue-answer ////////////////////////*/


.issue-answer__lead {
    margin: 2rem auto 0;
    max-width: 640px;
    font-size: 1.4rem;
    line-height: 1.8;
}

.issue-answer__list {
    margin-top: 4rem;
}

.issue-answer__item {
    margin-bottom: 5rem;
}

.issue-answer__item:last-child {
    margin-bottom: 0;
}

.issue-answer__img {
    overflow: hidden;
    height: 150px;
    border-radius: 4px;
}

.issue-answer__img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.issue-answer__label {
    margin: 1rem 0 .4rem;
    font-family: var(--font-en);
    font-size: 1.3rem;
    line-height: 1.4;
}

#issue-answer .issue-answer__item h3 {
    margin: 0 0 1.5rem;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.6;
}

.issue-answer__more {
    margin: 2rem 0 0;
    text-align: right;
}

.issue-answer__link {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--color-basic);
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-weight: 600;
    border-bottom: 1px solid var(--color-basic);
}

.issue-answer__link:hover {
    opacity: 0.75;
}

.issue-answer__link img {
    display: block;
    flex-shrink: 0;
    filter: invert(1);
}

@media (min-width: 821px) {

    .issue .inner-contents#issue-answer {
        max-width: 720px;
    }

    .issue-answer__list {
        max-width: 600px;
        margin: 5rem auto 4rem;
    }

    .issue-answer__item {
        display: flex;
        align-items: stretch;
        gap: 3rem;
        margin-bottom: 6rem;
    }

    .issue-answer__img {
        flex: 0 0 200px;
        width: 200px;
        max-width: 200px;
        height: auto;
        align-self: stretch;
    }

    .issue-answer__body {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        padding: 3rem 0;
    }

    .issue-answer__more {
        margin-top: auto;
        padding-top: 2rem;
    }
}

/*//////////////////// lead-section ////////////////////////*/

.lead-section {
    position: relative;
    z-index: 1;
    background: url(/content/images/bg/02.jpg);
    padding: 40rem 0 10rem;
    color: #fff;
}


/*//////////////////// issue ////////////////////////*/

.issue {
    /*background: var(--color-primary-pale);*/
    /*color: var(--color-non);*/
    padding: calc(8rem + 200px) 0;
}

.issue .contents-box .even .contents-wrap {
    align-items: center;
    margin: 0 0 2rem;
}

.issue .contents-box .even .contents-wrap .contents-text {
    flex: 1.6;
    /*background: rgba(16, 30, 49, 0.4);*/
    /*background-color: rgba(10, 80, 106 0.2);
    backdrop-filter: blur(8px);*/
    padding: 2rem;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin: 2rem 0;
}

.issue .contents-box h3 {
    font-family: var(--font-ja);
    line-height: 1.8;
    font-size: 1.6rem;
    margin: 0 0 1rem;
}

.issue .contents-box .sticky h3 {
    color: var(--color-non);
}

.issue .title-block {
    text-align: center;
    margin: 0 auto 10rem;
    background: #ffffff00;
    backdrop-filter: blur(5px);
    padding: 2rem;
    max-width: 1000px;
    color: #fff;
}

.issue .title-block h2 {
    margin: 2rem 0;
}

.issue .title-block .logo img {
    filter: invert(1);
    width: 200px;
    margin: 0 0 4rem;
}

.issue .even {
    max-width: 600px;
    margin: auto;
}

.issue .even .contents-text p {
    margin: 0;
    text-align: right;
}

.issue .container>.contents-wrap .contents-box:nth-child(2) .inner-contents .even .contents-wrap:nth-child(even),
.issue .container>.contents-wrap .contents-box:nth-child(2) .inner-contents .odd .contents-wrap:nth-child(odd) {
    flex-direction: row-reverse
}

.issue .container>.contents-wrap .contents-box:nth-child(2) .inner-contents .contents-wrap {
    display: flex;
}

.inner-contents.white-area {
    background: var(--color-non);
    color: var(--color-basic);
    border-radius: 4px;
}

.movie-area {
    width: 100%;
    max-width: 520px;
    margin: 2rem auto 0;
}

.movie-area__video {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: contain;
    border: 1px solid #cccccc;
}

.issue .container>.contents-wrap .contents-box:nth-child(2) .inner-contents.white-area {
    background: var(--color-non);
    color: var(--color-basic);
    border-radius: 4px;
    padding: 6rem 2rem;
    margin: 0 auto 6rem;
}

@media (min-width: 821px) and (max-width: 940px) {
    .issue .contents-box.pc {
        display: none !important;
    }
}

.issue .container>.contents-wrap .contents-box:nth-child(2) .inner-contents {
    max-width: 720px;
    margin: auto;
    padding: 6rem 0 8rem;
    /*background: #ffffff00;
    backdrop-filter: blur(10px) brightness(1.5);
    border-radius: 4px;*/
}

@media (min-width: 941px) {

    .issue .container>.contents-wrap {
        gap: 4rem;
    }

    .issue .container>.contents-wrap .contents-box:nth-child(2) {
        flex: 2;
    }

    .issue .sticky {
        position: sticky;
        top: 100px;
        height: fit-content;
        background: rgba(16, 30, 49, 0.0);
        -webkit-backdrop-filter: blur(10px) brightness(1.2);
        backdrop-filter: blur(10px) brightness(1.2);
        border-radius: 10px;
        padding: 4rem 4rem 30rem;
        max-width: 320px;
    }

    .issue .sticky .logo {
        filter: invert(1);
        margin: 0 0 2rem;
    }

    .issue .sticky .left-menu {
        margin: 2rem 0 3rem;
    }

    .issue .sticky .left-menu li {
        padding: 1.4rem 0;
        line-height: 1.2;
        font-size: 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .issue .sticky .left-menu a {
        display: block;
        color: inherit;
        text-decoration: none;
        transition: opacity 0.3s ease;
        color: var(--color-non);
    }

    .issue .sticky .left-menu a:hover {
        opacity: 0.75;
    }

    .issue .contents-box .sticky h3 span {
        font-size: 2.4rem;
        margin: 0;
    }

    .issue .sticky .implement-support__btn--plain {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 4.5rem;
        margin-top: 1.2rem;
        padding: 1.3rem 2rem 1.3rem 7rem;
        border: none;
        border-radius: 3px;
        background: var(--color-brand2);
        color: var(--color-pale);
        text-decoration: none;
        flex-wrap: nowrap;
        gap: 0;
    }

    .issue .sticky .implement-support__btn--plain .implement-support__btn-icon {
        position: absolute;
        left: 10px;
        bottom: 10px;
        width: 55px;
        height: 38px;
        margin: 0;
        flex-shrink: 0;
        background-image: url(/content/images/icon_phone_m2.svg);
    }

    .issue .sticky .implement-support__btn--plain.implement-support__btn--tel .implement-support__btn-text {
        font-family: var(--font-number);
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 1;
        color: var(--color-pale);
        white-space: nowrap;
    }

}

/*//////////////////// point ////////////////////////*/

section.point {
    padding: 8rem 0 0;
}

.point .button.reservation:before {
    font-family: var(--font-en);
    content: 'Reservation';
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 1rem 0 0;
    vertical-align: middle
}

/*
.point .contents-wrap {
    margin: 0 0 4rem
}
*/
.point h3 {
    line-height: 1.4;
    font-size: 1.8rem;
}

.point .button.reservation {
    padding: .5rem 3rem
}

.point .contents-img {
    height: 300px;
    /*border-radius: 0 50px 50px 0;
    border: 10px solid var(--color-non);*/
}

.point .img_01 {
    background: url(../../content/images/point_01.jpg) no-repeat center/cover
}

.point .img_02 {
    background: url(../../content/images/point_02.jpg) no-repeat center/cover
}

.point .img_03 {
    background: url(../../content/images/point_03.jpg) no-repeat center/cover
}

.point .container {
    margin: 0;
    padding: 0;
}

@media (min-width:821px) {

    .point .contents-img {
        height: 600px
    }

    .point .contents-wrap {
        justify-content: center;
        align-items: center;
        /*margin: 0*/
    }

    .point .container {
        max-width: 1280px;
        margin: 1.5rem auto;
        padding: 0 1.5rem;
    }

    /*
    .point .container {
        max-width: unset;
        padding: 0
    }
*/
    .point .contents-inner {
        /*color: var(--color-non);*/
        padding: 0 3rem;
    }
}

.point .contents-box {
    counter-increment: item
}

.point .contents-box h3::before {
    content: counter(item);
    font-family: var(--font-en);
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: .05rem;
    margin: 0 .5rem 0 0
}

span.point-bar {
    font-size: 1.2rem;
    background: var(--color-brand2);
    color: #fff;
    padding: .2rem 1rem;
    margin: 0 0 2rem;
    display: block;
    font-family: var(--font-en);
    letter-spacing: .2px;
    line-height: 1.2;
}

/*//////////////////// strategy ////////////////////////*/

.strategy {
    /*color: var(--color-non);*/
    padding: 2rem 0;
}

.strategy h3 span {
    margin: 2rem 0 .5rem 0;
    border-bottom: 2px solid var(--color-basic);
    text-align: right
}

.strategy img {
    border-radius: 6px
}

.strategy .contents-img .strategy-badge {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 50%;
    background: var(--color-brand2);
    color: var(--color-non);
    font-family: var(--font-en);
    line-height: 1.4;
    text-align: center;
    transform: translateY(-35%);
    pointer-events: none;
}

.strategy .contents-img .strategy-badge span {
    position: static;
    bottom: auto;
    right: auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
    letter-spacing: 0.04em;
    text-align: center;
}

.strategy .contents-img .strategy-badge span:first-child {
    font-size: 1.5rem;
}

.strategy .contents-img .strategy-badge span:last-child {
    font-size: 1.25rem;
}

@media (min-width:821px) {

    .strategy {
        padding: 8rem 0;
    }

    .strategy .contents-img .strategy-badge {
        width: 8rem;
        height: 8rem;
    }

    .strategy .contents-img .strategy-badge span:first-child {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .strategy .contents-img .strategy-badge span:last-child {
        font-size: 1.3rem;
    }
}

.strategy h3 {
    margin: 2rem 0 1.5rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc;
    line-height: 1.8;
}

.strategy .grid-wrap {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    column-gap: 2rem;
    row-gap: 4rem;
}

@media (min-width: 601px) {

    .strategy .grid-wrap {
        grid-template-columns: repeat(2, 1fr);
        max-width: none;
    }

}

@media (min-width: 941px) {

    .strategy .grid-wrap {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 35px;
        row-gap: 35px;
    }

}

.strategy .contents-wrap {
    counter-increment: item
}

.strategy .contents-wrap h3 span::before {
    content: counter(item);
    font-family: var(--font-en);
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: .05rem;
    margin: 0 .5rem 0 0
}


/*//////////////////// BG ////////////////////////*/

.bg {
    /*background: linear-gradient(to bottom, rgba(141, 92, 92, .2), rgba(141, 92, 92, 0) 10%, rgba(141, 92, 92, 0) 90%, rgba(141, 92, 92, .2)), url(../../content/images/bg/01.jpg) no-repeat center/cover fixed;*/
    /*background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .6)) 100%, url(../../content/images/bg/01.jpg) no-repeat center/cover fixed;*/
    position: relative;
    /*background-image: url(/content/images/bg/01.jpg);
    background-image:
        radial-gradient(ellipse 80% 60% at 15% 20%, rgba(0, 100, 130, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 85% 75%, rgba(0, 70, 100, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 50% 50%, rgba(0, 55, 80, 0.2) 0%, transparent 45%),
        linear-gradient(165deg, #003a5c 0%, #002a43 45%, #001820 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;*/
}

.bg-parallax {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-color: #002a43;
    background-image: url(/content/images/bg/00.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /*filter: saturate(0.72) brightness(0.88);*/
    opacity: 0;
    visibility: hidden;
}

.bg-parallax.is-active {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 820px) {
    .bg-parallax {
        background-attachment: scroll;
    }
}

.bg .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    pointer-events: none;
}

.bg .bottom {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
}

.bg .top img,
.bg .bottom img {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
}




/*//////////////////// implement ////////////////////////*/
/*
.implement {
    background: linear-gradient(to bottom, rgba(141, 92, 92, .2), rgba(141, 92, 92, 0) 10%, rgba(141, 92, 92, 0) 90%, rgba(141, 92, 92, .2)), url(../../content/images/bg/01.jpg) no-repeat center/cover fixed;
}

.implement .bg_01 {
    background: url(../../content/images/bg/top.png) no-repeat center/cover;
    height: 200px
}

.implement .bg_02 {
    background: url(../../content/images/bg/bottom.png) no-repeat center/cover;
    height: 200px
}
*/
/*
.implement .contents-wrap {
    align-items: center;
    margin: 10rem 0
}
*/
.implement .contents-wrap .contents-img {
    position: relative;
    overflow: hidden
}

.implement .contents-wrap .contents-text {
    position: relative;
    flex: 2;
    padding: 2rem;
}

.implement img {
    border-radius: 10px
}

.implement .button.next {
    display: block
}

@media (min-width:821px) {

    .implement .contents-wrap {
        justify-content: center;
        align-items: center;
        /*
        background: rgba(255, 255, 255, .2);
        -webkit-backdrop-filter: blur(8px) brightness(1.5);
        backdrop-filter: blur(8px) brightness(1.5);
        padding: 4rem 6%;
        */
    }

    .implement .contents-inner {
        display: flex;
        flex-direction: column;
        padding: 0 15%
    }

    .even .implement .contents-wrap:nth-child(odd) .contents-text,
    .odd .implement .contents-wrap:nth-child(even) .contents-text {
        margin: 0 0 0 -10%
    }

    .even .implement .contents-wrap:nth-child(even) .contents-text,
    .odd .implement .contents-wrap:nth-child(odd) .contents-text {
        margin: 0 -10% 0 0
    }
}

/*//////////////////// implement-support ////////////////////////*/

.implement-support {
    padding: 6rem 0;
}

.implement-support h2 {
    background: var(--color-brand2);
    color: var(--color-non);
    border-radius: 10px;
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    padding: 3.5rem 2rem 8rem;
}

.implement-support__wrap {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1.2rem;
}

.implement-support__card {
    position: relative;
    z-index: 1;
    margin-top: -5.5rem;
    background: var(--color-non);
    border-radius: 10px;
    box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.implement-support__main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.implement-support__left {
    flex: 0 0 auto;
    padding: 2.4rem 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.implement-support__image {
    display: block;
    max-width: none;
    border-radius: 0 !important;
}

.implement-support__right {
    flex: 1;
    min-width: 0;
    padding: 1.6rem 2rem 2rem;
    color: var(--color-basic);
}

.implement-support__body p + p {
    margin-top: 1rem;
}

ul.note.implement-support__notes {
    margin-top: 1.8rem;
    font-size: 1.3rem;
    background: var(--color-water-pale);
    padding: 1.6rem 1.6rem 0.6rem;
    border-radius: 4px;
}

ul.note.implement-support__notes li {
    position: relative;
    display: block;
    margin: 0 0 1rem;
    padding-left: 1.4rem;
}

ul.note.implement-support__notes li::before {
    position: absolute;
    left: 0;
}

.implement-support__buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 2rem 2rem;
}

.implement-support__btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    height: 56px;
    min-height: 56px;
    border-radius: 4px;
    background: var(--color-brand2);
    color: var(--color-non);
    text-decoration: none;
}

.implement-support__btn-icon {
    width: 36px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
}

.implement-support__btn--tel .implement-support__btn-icon {
    background-image: url(/content/images/icon_phone_m.svg);
}

.implement-support__btn--mail .implement-support__btn-icon {
    background-image: url(/content/images/icon_mail_m.svg);
}

.implement-support__btn--tel .implement-support__btn-text {
    font-family: var(--font-number);
    color: #FFF;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1;
}

.implement-support__btn--mail .implement-support__btn-text {
    font-family: var(--font-ja);
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1;
}

@media (min-width: 821px) {

    .implement-support {
        padding: 8rem 0;
    }

    .implement-support h2 {
        padding: 3rem 3rem 10rem;
    }

    .implement-support__wrap {
        padding: 0 1.5rem;
    }

    .implement-support__card {
        margin-top: -7.5rem;
    }

    .implement-support__main {
        flex-direction: row;
    }

    .implement-support__left {
        padding: 3rem 2.5rem;
    }

    .implement-support__right {
        padding: 3.4rem 3.2rem 2.4rem;
    }

    .implement-support__buttons {
        flex-direction: row;
        gap: 1.2rem;
        padding: 0 3.2rem 2.8rem;
    }

    .implement-support__btn {
        width: auto;
        height: 60px;
        min-height: auto;
    }

    .implement-support__btn-icon {
        width: 44px;
        height: 38px;
    }

    .implement-support__btn--tel .implement-support__btn-text {
        font-size: 3rem;
        line-height: normal;
    }

    .implement-support__btn--mail .implement-support__btn-text {
        font-size: 2rem;
        line-height: normal;
    }
}

/* --- 追加：導入フロー --- */

.flow {
    background: var(--color-water-pale);
    padding: 6rem 0;
}

.flow h2 {
    margin-bottom: 4rem;
}

.flow-inner {
    max-width: 580px;
    margin: 0 auto;
}

.flow-list {
    display: flex;
    flex-direction: column;
}

.flow-item {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
    background: var(--color-non);
    padding: 2rem 1.6rem;
    border-radius: 4px;
}

.flow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: var(--color-primary);
}

.flow-content {
    flex: 1;
    min-width: 0;
}

.flow-num {
    font-family: var(--font-number);
    color: var(--color-primary);
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 0.6rem;
}

.flow-item h3 {
    font-family: var(--font-ja);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 0.8rem;
}

.flow-item .flow-content>p:not(.flow-num) {
    font-size: 1.4rem;
    line-height: 1.7;
    margin: 0;
}

.flow-arrow {
    width: 4.6rem;
    height: 4.2rem;
    margin: 1.2rem auto;
    background: url(/content/images/icon_arrow_navy.svg) no-repeat center / contain;
}

@media (min-width: 821px) {

    .flow {
        padding: 8rem 0;
    }

    .flow-inner {
        max-width: 100%;
    }

    .flow-list {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
        gap: 1.6rem;
    }

    .flow-list::before {
        content: "";
        position: absolute;
        top: 3.2rem;
        left: 8%;
        right: 8%;
        height: 1px;
        background: rgba(0, 0, 0, 0.12);
        z-index: 0;
    }

    .flow-arrow {
        display: none;
    }

    .flow-item {
        flex: 1;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background: transparent;
        padding: 0 0.5rem;
        gap: 0;
    }

    .flow-icon {
        position: relative;
        z-index: 1;
        margin-bottom: 1.6rem;
    }

    .flow-num {
        font-size: 3rem;
        margin-bottom: 0.8rem;
    }

    .flow-item h3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .flow-item .flow-content>p:not(.flow-num) {
        font-size: 1.3rem;
        line-height: 1.6;
    }
}

/* --- 追加ここまで --- */

/*///////////////////////// FAQ /////////////////////////*/

.faq {
    padding: 8rem 0;
}

.faq h3 {
    font-size: 2.4rem;
    text-align: center;
    padding: 4rem 0 0
}

.faq dl.ac dt::after {
    content: url('/content/images/arrow_down.svg');
}

@media (min-width:821px) {

    section.faq {
        padding: 8rem 0
    }

}

/*///////////////////////// CONTACT  

.contact {
    background: var(--color-primary-pale);
    text-align: center;
    padding: 4rem 0 5rem
}

.contact a.icon:before {
    font-size: 3rem;
    margin: 0 1rem 0 0;
}

@media (min-width:821px) {

    .contact .contents-wrap {
        gap: 3rem;
    }

}

.icon::before {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 .5rem 0 0;
    vertical-align: middle
}

.icon.mask::before {
    font-family: 'Material Symbols Outlined';
    content: '\f80a'
}

.icon.mail::before {
    font-family: 'Material Symbols Outlined';
    content: '\f0d2'
}

.icon.call::before {
    font-family: 'Material Symbols Outlined';
    content: '\e0b0'
}

.icon.arrowU:after {
    font-family: 'Material Symbols Outlined';
    content: '\e5db'
}
/////////////////////////*/
/*//////////////////// FOOTER ////////////////////////*/

footer {
    width: 100%;
    font-size: 1.3rem;
    background: var(--color-non);
    padding: 2rem 0 0;
}

footer .contents-wrap {
    gap: 5rem;
    /*background: var(--color-non);*/
    /*margin: 4rem 0;*/
}

footer .contents-wrap .contents-box:nth-child(1) {
    display: flex;
    align-items: center;
    flex: 2;
}

footer dt {
    font-family: var(--font-ja);
    line-height: 1.5;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin: 0 0 1rem;
}

footer .contents-wrap .contents-box ul li {
    margin: 0 0 1rem;
}

footer .copyright {
    width: 100%;
    background: var(--color-brand2);
    color: var(--color-non);
    padding: 0;
    text-align: left;
    text-align: center;
    font-size: 1.3rem;
    padding: 2rem 0 10rem;
}

.contact footer .copyright {
    padding: 2rem 0;
}

footer .copyright strong {
    font-weight: 400
}

@media (min-width:821px) {
    /*
    footer .contents-wrap .contents-box p {
        line-height: 1.6;
        margin: 0 0 1rem;
    }
*/
}

/*///////////////////////// SWIPER /////////////////////////*/

[class*=swiper]:focus {
    outline: none;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 2rem;
    color: var(--color-basic);
    padding: 1.5rem 2rem
}

.swiper-pagination-bullet-active {
    background: var(--color-pale)
}

/*///////////////////////// SWIPER zoom /////////////////////////*/

/* --- 追加：水の波紋用スタイル --- */

.bg>section {
    position: relative;
    z-index: 1;
    background: linear-gradient(0deg,rgba(1, 9, 26, 0.8) 0%, rgba(9, 21, 48, 0.3) 50%, rgba(9, 21, 48, 0.0) 80%, rgba(0, 27, 89, 0) 100%);
}

.overview,
.lead-section,
.point,
.strategy,
.implement,
.flow,
.faq,
.loop {
    position: relative;
    z-index: 1;
}

.point,
.strategy,
.implement,
.faq,
.loop {
    background: var(--color-non);
}

.zoom {
    position: relative;
}

.zoom .swiper-pagination {
    z-index: 4;
}

.zoom .slide-wrap canvas {
    pointer-events: none;
}

@media (max-width: 820px) {

    .zoom .slide-wrap canvas,
    .bg-parallax canvas {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
    }
}

.zoom .copy-wrap {
    z-index: 5;
}

/* --- 追加ここまで --- */

.zoom .swiper-wrapper {
    position: relative
}

.zoom .slide-wrap {
    height: 90vh;
    min-height: 760px;
}

.zoom .slide-wrap::before {
    content: "";
    position: absolute;
    z-index: 1;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .6)) 100%;*/
    background: linear-gradient(0deg, rgb(0, 36, 65), rgba(0, 103, 138, 0.6) 30%, rgba(0, 103, 138, 0.02) 60%, rgba(0, 103, 138, 0.1));
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.zoom .swiper-slide img {
    height: auto;
    width: 100%
}

.zoom .swiper-slide-active .slide-wrap,
.zoom .swiper-slide-duplicate-active .slide-wrap,
.zoom .swiper-slide-prev .slide-wrap {
    animation: zoom 12s linear 0s normal both
}

@keyframes zoom {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.5)
    }
}

.zoom .swiper-wrapper .title {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 80%);
    padding: 2rem
}

@media (min-width:821px) {
    .zoom .swiper-wrapper .title {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 20%;
        display: flex;
        align-items: center;
        height: 100%;
        background: rgb(255 255 255 / 80%);
        padding: 2rem
    }

    .zoom .slide-wrap {
        height: 100vh;
        min-height: 760px;
    }

    .zoom .swiper-slide img {
        height: auto;
        width: 100%
    }
}

/*//////////////////// SWIPER copy-wrap ////////////////////////*/

.swiper-slide {
    position: relative;
    height: auto;
}

.copy-wrap {
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 3;
    width: 100%;
    bottom: 20px;
}

.copy-wrap img {
    width: 160px;
    filter: invert(1);
    margin: 0 0 3rem;
}

@media (min-width: 600px) {

    .copy-wrap {
        bottom: 20px;
    }

}

.copy-wrap.bottom {
    bottom: 0;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    width: 100%;
    padding: 5rem;
}

.swiper-slide.swiper-slide-active .copy-wrap {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.main-copy {
    font-family: var(--font-ja);
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0 1rem 1rem;
    line-height: 1.4;
}

.main-copy span {
    font-family: var(--font-ja-min);
    font-size: clamp(2rem, 1.421rem + 2.72vw, 3.4rem);
    font-weight: 400;
    color: var(--color-non);
    text-align: center;
    margin: 0 1rem;
    line-height: 1.4;
    display: block;
    margin: 0 0 .6rem;
}

.main-copy::after {
    content: "AQUAMATION SYSTEM MOTHER";
    background: var(--color-brand2);
    padding: .6rem 2rem;
    border-radius: 2px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1.4px;
    font-family: var(--font-number);
}

.sub-copy {
    font-size: 1.6rem;
    color: var(--color-non);
    text-align: center;
    padding: 4px 10px;
    margin: 0 auto 2rem;
}

@media (min-width: 821px) {

    .main-copy {
        font-size: 2.2rem;
    }

}

/*//////////////////// SWIPER zoom img ////////////////////////*/

.slide_01 {
    background: url(../../content/images/slider/01_s.webp) no-repeat center/cover
}

.slide_02 {
    background: url(../../content/images/slider/02_s.webp) no-repeat center/cover
}

.slide_03 {
    background: url(../../content/images/slider/03_s.webp) no-repeat center/cover
}

@media (min-width:821px) {

    .slide_01 {
        background: url(../../content/images/slider/01.webp) no-repeat center/cover
    }

    .slide_02 {
        background: url(../../content/images/slider/02.webp) no-repeat center/cover
    }

    .slide_03 {
        background: url(../../content/images/slider/03.webp) no-repeat center/cover
    }
}

/*//////////////////// SWIPER loop ////////////////////////*/

.loop {
    overflow: hidden;
    padding: 8rem 0;
    background: var(--color-water-pale);
}

.loop .swiper {
    overflow: visible;
    padding: 0 3.2rem;
}

@media (min-width: 1024px) {

    .loop .swiper {
        padding: initial;
    }

}

.loop .loop-inner {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 600px) {

    .loop .loop-inner {
        padding: 2rem 10rem;
    }

}

.loop .contents-text {
    flex: 1;
    padding: 0 2rem 2rem;
}

.loop h3 span {
    display: block;
    font-family: var(--font-ja);
}

.loop h3 {
    margin: 0 -1rem 1.5rem;
    padding: 1rem;
    background: var(--color-water-pale);
    font-family: var(--font-ja);
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
}

.loop .intro-text {
    line-height: 1.8;
    margin: 0;
}

.loop .swiper-slide:not(.swiper-slide-visible) .slide-wrap {
    pointer-events: none;
    opacity: 0.3;
}

.loop .swiper-slide {
    display: flex;
    height: auto;
    box-sizing: border-box;
}

.loop .slide-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    overflow: visible;
    padding-top: 4.8rem;
    background: var(--color-non);
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    transition: opacity 1s;
}

.loop-card__icon {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.loop-card__icon--aqua {
    background: var(--color-aqua);
}

.loop-card__icon--brand {
    background: var(--color-brand2);
}

.loop-card__icon img {
    display: block;
}

.loop .swiper-wrapper {
    align-items: stretch;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

/*//////////////////// contact-area ////////////////////////*/

.contact-area {
    width: 100%;
    background: var(--color-brand2);
    color: var(--color-non);
    padding: 4rem 1.5rem 4rem;
}

.contact-area.half {
    width: auto;
    max-width: 1000px;
    margin: 5rem 2rem 1rem;
    border-radius: 4px;
}

.contact-area__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.contact-area__lead {
    text-align: center;
}

.contact-area__title {
    margin: 0 0 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
}

.contact-area__desc {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7;
}

.contact-area__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.contact-area__divider {
    width: 100%;
    max-width: 32rem;
    height: 1px;
    margin: 2rem 0;
    background: rgba(255, 255, 255, 0.25);
}

.contact-area__divider--lead {
    margin-top: 2.5rem;
}

.contact-area__logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(22rem, 72vw);
    margin: 0 auto;
    filter: invert(1);
}

.contact-area__tel,
.contact-area__mail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: var(--color-non);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-area__tel:hover,
.contact-area__mail:hover {
    opacity: 0.8;
}

.contact-area__icon {
    flex-shrink: 0;
    width: 48px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contact-area__icon--tel {
    background-image: url(/content/images/icon_phone_m.svg);
}

.contact-area__icon--mail {
    background-image: url(/content/images/icon_mail_m.svg);
}

.contact-area__tel-number {
    font-family: var(--font-number);
    font-weight: 500;
    font-size: clamp(3.2rem, 2.4rem + 2.2vw, 3.8rem);
    line-height: 1;
    white-space: nowrap;
}

.contact-area__mail-text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

@media (min-width: 821px) {

    .contact-area {
        padding: 3rem 2rem;
    }

    .contact-area.half {
        margin: 10rem auto 1rem;
    }

    .contact-area__lead {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0 2rem;
        margin-bottom: 1rem;
    }

    .contact-area__title {
        margin: 0;
        font-size: 1.8rem;
    }

    .contact-area__desc {
        font-size: 1.4rem;
    }

    .contact-area__divider--lead {
        display: none;
    }

    .contact-area__actions {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .contact-area__divider {
        width: 1px;
        height: 5rem;
        max-width: none;
        margin: 0 2.5rem;
    }

    .contact-area__logo img {
        max-width: 20rem;
        margin: 0;
    }

    .contact-area__tel,
    .contact-area__mail {
        justify-content: flex-start;
    }
}

/*//////////////////// Other ////////////////////////*/

.caution-text {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--color-basic);
}

.caution-text::before {
    content: "※\00a0";
    float: left;
    width: 1.2em;
}

.attention-area {
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    margin: 2rem auto 0;
    background: var(--color-water-pale);
}

/*//////////////////// ver2 Hero ////////////////////////*/

.page-ver2 {
    --hero-v2-header-height: 7.2rem;
    --hero-v2-header-gap: 0;
}

.page-ver2 .hero-v2 {
    position: relative;
    padding-top: calc(var(--hero-v2-header-height) + var(--hero-v2-header-gap));
    background: var(--color-non);
}

.page-ver2 .hero-v2__layout {
    display: flex;
    flex-direction: column;
}

.page-ver2 .hero-v2__visual {
    position: relative;
    overflow: hidden;
}

.page-ver2 .hero-v2__visual .zoom {
    position: relative;
}

.page-ver2 .hero-v2__visual .zoom .swiper {
    width: 100%;
    overflow: hidden;
}

.page-ver2 .hero-v2__visual .zoom .swiper-slide {
    height: auto;
    overflow: hidden;
}

.page-ver2 .hero-v2__visual .zoom .slide-wrap {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 70rem;
    max-height: none;
    overflow: hidden;
    transform-origin: center center;
    will-change: transform;
}

/* ver2でもケンブーンズ（index同様・枠内でクリップ） */
.page-ver2 .zoom .swiper-slide-active .slide-wrap,
.page-ver2 .zoom .swiper-slide-duplicate-active .slide-wrap,
.page-ver2 .zoom .swiper-slide-prev .slide-wrap {
    animation: zoom 12s linear 0s normal both;
}

.page-ver2 .hero-v2__panel.heading {
    background: var(--color-non);
    padding: 4rem 2rem 2rem;
    text-align: center;
}

.page-ver2 .hero-v2__panel-inner {
    width: 100%;
    max-width: 56rem;
    margin: 0 auto;
}

.page-ver2 .hero-v2__brand {
    margin: 0 0 2rem;
    line-height: 0;
}

.page-ver2 .hero-v2__brand-image {
    display: block;
    width: min(100%, 22rem);
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.page-ver2 .hero-v2__lead {
    display: block;
    font-family: var(--font-ja-min);
    font-size: clamp(2rem, 2.1vw, 2.3rem);
    line-height: 1.6;
}

.page-ver2 .hero-v2__panel h1 {
    font-size: 1.5rem;
    margin: 1rem 0 3rem;
}

.page-ver2 .hero-v2__cta {
    display: inline-block;
    margin: 0 0 3rem;
    padding: 0.6rem 2rem;
    border-radius: 2px;
    background: var(--color-brand2);
    font-family: var(--font-number);
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1.4px;
    line-height: 1.4;
    color: var(--color-non);
}

.page-ver2 .banner-left {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
}

/* ver2 ヘッダー：初期＝白背景・シャドウなし／スクロール後＝index同様 */
.page-ver2 header.header-v2 {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px) brightness(2);
    backdrop-filter: blur(10px) brightness(2);
    border-bottom: none;
    box-shadow: none;
}

.page-ver2 header.header-v2 .logo img {
    filter: none;
}

.page-ver2 header.header-v2 .phone-number span {
    color: var(--color-basic);
}

.page-ver2 header.header-v2 .phone-number::before {
    background: url(/content/images/icon_phone_s.svg) no-repeat center / cover;
}

.page-ver2 header.header-v2.fixed {
    border-bottom: none;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 641px) {

    .page-ver2 {
        --hero-v2-header-gap: 2rem;
    }

    .page-ver2 .hero-v2 {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .page-ver2 .hero-v2__visual {
        border-radius: 1.6rem;
        overflow: hidden;
    }

    .page-ver2 .hero-v2__visual .zoom .slide-wrap {
        height: 60vh;
        min-height: 70rem;
        max-height: none;
    }
}

@keyframes zoom-ver2 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.35);
    }
}

@media (min-width: 821px) {

    .page-ver2 .hero-v2__visual .zoom .slide-wrap {
        height: 60vh;
        min-height: 64rem;
    }
}

@media (min-width: 1025px) {

    .page-ver2 .hero-v2 {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .page-ver2 .hero-v2__layout {
        display: grid;
        grid-template-columns: 35fr 65fr;
        gap: 3.2rem;
        align-items: stretch;
    }

    .page-ver2 .hero-v2__visual {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
    }

    .page-ver2 .hero-v2__panel {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        display: flex;
        align-items: center;
        align-self: stretch;
        height: 100%;
    }

    .page-ver2 .hero-v2__visual .zoom {
        height: calc(100vh - var(--hero-v2-header-height) - var(--hero-v2-header-gap));
        min-height: 70rem;
        max-height: 90rem;
    }

    .page-ver2 .hero-v2__visual .zoom .swiper {
        height: 100%;
    }

    .page-ver2 .hero-v2__visual .zoom .swiper-slide {
        height: 100%;
    }

    .page-ver2 .hero-v2__visual .zoom .slide-wrap {
        aspect-ratio: auto;
        width: 100%;
        height: 100%;
        min-height: 70rem;
        max-height: 90rem;
    }

    /* PC2列は拡大率をやや抑えてトリミング過多を防ぐ */
    .page-ver2 .zoom .swiper-slide-active .slide-wrap,
    .page-ver2 .zoom .swiper-slide-duplicate-active .slide-wrap,
    .page-ver2 .zoom .swiper-slide-prev .slide-wrap {
        animation-name: zoom-ver2;
    }

    .page-ver2 .hero-v2__panel.heading {
        padding: 0;
        text-align: left;
    }

    .page-ver2 .hero-v2__brand-image {
        margin-left: 0;
        margin-right: 0;
    }

    .page-ver2 .hero-v2__panel-inner {
        max-width: none;
        margin: 0;
        margin: auto;
        max-width: 500px;
    }

    .page-ver2 .banner-left {
        margin-left: 0;
        margin-right: auto;
    }
}

@media (min-width: 1241px) {
    .page-ver2 .hero-v2 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 1501px) {

    .page-ver2 .hero-v2__layout {
        grid-template-columns: 30fr 70fr;
    }
}

/**/
.contact h1 span.txt-LL {
    font-size: 10rem;
}

/*//////////////////// error ////////////////////////*/
.error {
    background: var(--color-primary-pale);
}

.error header {
    position: -webkit-sticky;
    position: sticky;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px) brightness(2);
    backdrop-filter: blur(10px) brightness(2);
    border-bottom: 1px solid var(--color-light);
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}

.error header .logo img {
    filter: none;
}

.error header .phone-number span {
    color: var(--color-basic);
}

.error header .phone-number::before {
    background: url(/content/images/icon_phone_s.svg) no-repeat center / cover;
}

.error h1 {
    font-size: 1.8rem;
    text-align: center;
}

.error h1 span {
    font-family: var(--font-en);
    font-size: 2.4rem;
}

.error h1 span.txt-LL {
    font-size: 10rem;
}

.error .form {
    margin: 0;
    background: var(--color-pale-blue);
    padding: 4rem 0 8rem;
}

.error .form .button {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: .3s ease-in-out;
    background: var(--color-primary);
    border: none;
    border-radius: 3px;
    color: var(--color-pale);
    line-height: 1;
}

.error .form .button span {
    font-size: 1.2rem;
    padding: 0 1rem 0 0;
    line-height: 1;
    letter-spacing: .5px;
}

@media (min-width: 821px) {

    .error .form .button {
        width: auto;
        flex: 1;
    }

}

.error footer .copyright {
    padding: 2rem 0;
}
