@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%; /* iphoneで文字サイズが変わる対策 */
    -ms-text-size-adjust: 100%;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

a:focus {
    outline: none;
}

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

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

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px; /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
    clear: both;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* ここからWordpress用初期設定 */
/* 本文中の画像 */
article img {
    border: none;
    max-width: 100%;
    height: auto;
}

/*-----------------------

         COMMON

-----------------------*/
/* リセット */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

a:hover,
a:focus {
    opacity: 0.8;
    text-decoration: none;
    color: inherit;
}

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

input,
textarea,
select,
button {
    font-family: inherit;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.text-c {
    text-align: center;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.text-j {
    text-align: justify;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

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;
}

input,
button,
textarea,
select,
.entry input[type="url"],
input[type="email"],
.entry input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

@media only screen and (max-width: 559px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
:root {
    --mainColor: rgb(29, 71, 99);
    --baseColor: #333333;
    --colorW: #fff;
    --jost: "Jost", sans-serif;
}

html {
    scroll-padding-top: 5rem;
    font-size: 0.5208333333vw;
}
@media only screen and (max-width: 768px) {
    html {
        scroll-padding-top: 9rem;
        font-size: 2.6666666667vw;
    }
}

body {
    width: 100%;
    color: var(--baseColor);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

p {
    font-size: 2.4rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
    font-weight: 500;
}
@media only screen and (max-width: 559px) {
    p {
        font-size: 1.6rem;
    }
}

.jost {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.og {
    color: var(--mainColor);
}

.holder {
    max-width: 100rem;
    margin: 0 auto;
    width: 100rem;
}
@media only screen and (max-width: 768px) {
    .holder {
        width: 100%;
        padding: 0 2rem;
    }
}

.inner {
    max-width: 90rem;
    margin-inline: auto;
}
@media only screen and (max-width: 559px) {
    .inner {
        width: 100%;
        padding: 0 2rem;
    }
}

.flex {
    display: flex;
}

figure img {
    width: 100%;
}

.grid {
    display: grid;
}

main {
    overflow: hidden;
}

.primary-ttl {
    font-size: 4.5rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 2rem;
    color: var(--mainColor);
    font-weight: 500;
    text-align: center;
}
@media only screen and (max-width: 559px) {
    .primary-ttl {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
}
.primary-ttl--w {
    color: var(--colorW);
}
.primary-ttl__en {
    color: var(--mainColor);
    font-family: var(--jost);
    font-size: 1.9rem;
    letter-spacing: 0.2em;
    line-height: 1;
    position: relative;
    width: fit-content;
    margin-inline: auto;
    font-weight: 600;
}
.primary-ttl__en::after {
    content: "";
    background-color: var(--mainColor);
    width: 0.2rem;
    height: 3rem;
    position: absolute;
    bottom: -6rem;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 559px) {
    .primary-ttl__en::after {
        height: 1.5rem;
        bottom: -3rem;
    }
}
.primary-ttl__en--w {
    color: var(--colorW);
}
.primary-ttl__en--w::after {
    background-color: var(--colorW);
}
@media only screen and (max-width: 559px) {
    .primary-ttl__en {
        font-size: 1.4rem;
    }
}
.primary-ttl__area {
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 12.5rem;
}
@media only screen and (max-width: 559px) {
    .primary-ttl__area {
        padding-bottom: 6rem;
    }
}

.secondary-ttl {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--mainColor);
    font-size: 2.3rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 559px) {
    .secondary-ttl {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        font-size: 1.8rem;
    }
}
.secondary-ttl span {
    color: var(--mainColor);
}

.tertiary-ttl {
    color: var(--mainColor);
    margin-bottom: 2.5rem;
    line-height: 1;
    border-left: 3px solid;
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    padding-left: 0.5rem;
}
@media only screen and (max-width: 559px) {
    .tertiary-ttl {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
}

.o-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.o-btn__link {
    background-color: var(--mainColor);
    color: var(--colorW);
    padding: 1rem 3rem;
    width: 30rem;
    height: 6rem;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 559px) {
    .o-btn__link {
        width: 100%;
    }
}

.o-card {
    display: grid;
}
.o-card--2wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
}
.o-card--3wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}
@media only screen and (max-width: 559px) {
    .o-card--3wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
}
.o-card--4wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}
@media only screen and (max-width: 559px) {
    .o-card--4wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

.o-flex {
    display: flex;
    gap: 6rem;
}
@media only screen and (max-width: 559px) {
    .o-flex {
        flex-direction: column;
        gap: 3rem;
    }
}
.o-flex--c {
    justify-content: center;
}
.o-flex--b {
    justify-content: space-between;
}
.o-flex--e {
    justify-content: flex-end;
}
@media only screen and (max-width: 559px) {
    .o-flex--rev {
        flex-direction: column-reverse;
    }
}
.o-flex__item {
    width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 559px) {
    .o-flex__item {
        width: 100%;
    }
}
.o-flex__item--1 {
    width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
    width: calc((100% - 6rem) / 3 * 2);
}

.hamburger {
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
}

.hamburger span {
    display: block;
    height: 2px;
    background-color: var(--mainColor);
    border-radius: 2px;
    transition: all 0.3s ease;
    position: absolute;
    width: 4rem;
    left: 50%;
    transform: translateX(-50%);
}

.hamburger span:first-child {
    top: 20px;
}

.hamburger span:last-child {
    bottom: 20px;
}

.hamburger.active span {
    left: 47%;
}

.hamburger.active span:first-child {
    transform: rotate(30deg) translateX(-50%);
    top: 35px;
}

.hamburger.active span:last-child {
    transform: rotate(-30deg) translateX(-50%);
    top: 15px;
}

.nav-menu {
    box-sizing: border-box;
    display: none;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 3rem 2rem 3rem;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

[id] {
    scroll-margin-top: 6rem;
}

.js-nav .l-hdr__navlist {
    flex-direction: column;
    gap: 5rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.js-nav .l-hdr__navlink {
    gap: 1rem;
}

.o-modal__wrapper {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.5);
    transition: opacity 0.5s, visibility 0.5s allow-discrete;
}
.o-modal__wrapper .o-modal__inner {
    background-color: #f2f0ea;
    margin: 10% auto;
    max-width: 140rem;
    width: 90%;
    position: relative;
    padding: 13rem 0 15rem;
}
@media only screen and (max-width: 559px) {
    .o-modal__wrapper .o-modal__inner {
        padding: 8rem 0 6rem;
    }
}
.o-modal__wrapper .o-modal__inner .o-modal__close {
    position: absolute;
    top: 0px;
    right: 0;
    background: var(--grd);
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
    text-align: center;
    line-height: 1;
    padding-top: 0.5rem;
}

html.modal-open {
    overflow: hidden;
    height: 100%;
}
html.modal-open::-webkit-scrollbar {
    display: none;
}

.modal .primary-ttl {
    margin-inline: auto;
    margin-bottom: 5.6rem;
}
@media only screen and (max-width: 559px) {
    .modal .primary-ttl {
        margin-bottom: 3.3rem;
    }
}
.modal .primary-ttl__ja {
    text-align: center;
}
.modal .hexagon {
    background-color: #f2f0ea;
}
.modal .hexagon__wrap {
    background-color: var(--gold);
}
.modal__ttl {
    margin-bottom: 10rem;
    color: var(--gold);
}
@media only screen and (max-width: 559px) {
    .modal__ttl {
        margin-bottom: 2rem;
    }
}
.modal__ttlja {
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 2.4rem;
}
@media only screen and (max-width: 559px) {
    .modal__ttlja {
        font-size: 2.6rem;
    }
}
.modal__ttlen {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    text-align: center;
    font-family: var(--hel);
}
.modal__list {
    margin-bottom: 8rem;
    display: flex;
    justify-content: center;
    gap: 3rem;
}
@media only screen and (max-width: 559px) {
    .modal__list {
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-bottom: 5rem;
    }
}
.modal__listwrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-inline: 4rem;
}
@media only screen and (max-width: 559px) {
    .modal__listwrap {
        padding-inline: 1rem;
    }
}
.modal__listttl {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 3.6rem;
    font-weight: 700;
    color: var(--gold);
}
@media only screen and (max-width: 559px) {
    .modal__listttl {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}
.modal__listtext {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: var(--black);
    line-height: 1.75;
}
.modal__listtext span {
    font-size: 1.4rem;
}
@media only screen and (max-width: 559px) {
    .modal__listtext span {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 559px) {
    .modal__listtext {
        font-size: 1.4rem;
    }
}
.modal__info {
    margin-bottom: 8rem;
    width: fit-content;
    margin-inline: auto;
}
@media only screen and (max-width: 559px) {
    .modal__info {
        margin-bottom: 5rem;
    }
}
.modal__infottl {
    font-size: 2.6rem;
    color: var(--gold);
    letter-spacing: 0.1em;
    line-height: 1.3846153846;
    margin-bottom: 2.4rem;
    font-weight: 700;
}
@media only screen and (max-width: 559px) {
    .modal__infottl {
        font-size: 1.7rem;
        margin-bottom: 2rem;
    }
}
.modal__infocont {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    color: var(--black);
}
@media only screen and (max-width: 559px) {
    .modal__infocont {
        font-size: 1.4rem;
    }
}
.modal__infocont:not(:first-child) {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid;
}
.modal__infocont p {
    display: flex;
}
@media only screen and (max-width: 559px) {
    .modal__infocont p span {
        width: fit-content;
        min-width: 7rem;
    }
}
.modal__message {
    color: var(--gold);
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 8rem;
    font-weight: 700;
}
@media only screen and (max-width: 559px) {
    .modal__message {
        font-size: 1.7rem;
        line-height: 1.7222222222;
        margin-bottom: 3rem;
    }
}

.faq {
    margin-bottom: 10.5rem;
    position: relative;
    z-index: 20;
}
@media only screen and (max-width: 768px) {
    .faq {
        margin-bottom: 6rem;
    }
}
.faq::before {
    content: "";
    background: url(../images/hana.webp) no-repeat center center/contain;
    width: 12.2rem;
    height: 13.2rem;
    position: absolute;
    top: 24.3rem;
    right: 5.2rem;
}
@media only screen and (max-width: 768px) {
    .faq::before {
        display: none;
    }
}
.faq::after {
    content: "";
    background: url(../images/taiya.webp) no-repeat center center/contain;
    width: 35.2rem;
    height: 9.6rem;
    position: absolute;
    top: 56.5rem;
    left: 4.3rem;
    z-index: -1;
}
@media only screen and (max-width: 768px) {
    .faq::after {
        display: none;
    }
}
.faq__list {
    margin-top: -0.9rem;
}
.faq__listitem:not(:last-child) {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
    .faq__listitem:not(:last-child) {
        margin-bottom: 2.1rem;
    }
}
.faq__question {
    background-color: var(--mainColor);
    color: var(--colorW);
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 1.6rem 5rem 1.6rem 3.2rem;
    border-radius: 0.5rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    line-height: 180%;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .faq__question {
        font-size: 1.6rem;
        padding: 1rem 4rem 1rem 2rem;
    }
}
.faq__question span {
    padding-right: 1rem;
    font-weight: 500;
}
.faq__question::after {
    content: "";
    background: url(../images/arrow-d.webp) no-repeat center center/contain;
    width: 1.8rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.4rem;
}
@media only screen and (max-width: 768px) {
    .faq__question::after {
        right: 1.2rem;
    }
}
.faq details[open] .faq__question::after {
    content: "";
    background: url(../images/arrow-u.webp) no-repeat center center/contain;
}
.faq__answer {
    margin-top: 0.5rem;
    background-color: var(--colorW);
    padding: 2.4rem 3.2rem;
    border-radius: 0.5rem;
    line-height: 180%;
}
.faq__text {
    display: flex;
    font-weight: 500;
}
.faq__text span {
    padding-right: 1rem;
    font-weight: 500;
}
.faq .wave {
    transform: rotate(180deg);
    position: absolute;
    top: -4rem;
    left: 0;
}
@media only screen and (max-width: 768px) {
    .faq .wave {
        transform: inherit;
    }
}

.hero .swiper-slide {
    padding-top: 12.8rem;
}
@media only screen and (max-width: 559px) {
    .hero .swiper-slide {
        padding-top: 6rem;
    }
}
.hero .swiper-slide img {
    width: 100%;
    height: calc(100vh - 12.8rem);
    object-fit: cover;
    transition: transform 10s ease;
}
@media only screen and (max-width: 559px) {
    .hero .swiper-slide img {
        height: 50rem;
    }
}
.hero .swiper-slide.swiper-slide-visible img {
    transform: scale(1.05);
}

.hero-slider {
    position: relative;
    z-index: 200;
}

.l-hdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: var(--colorW);
}
@media only screen and (max-width: 559px) {
    .l-hdr {
        padding-bottom: 1rem;
    }
}
.l-hdr__inner {
    display: flex;
    justify-content: space-between;
}
.l-hdr__logo {
    margin: 2rem 0 0 2rem;
}
@media only screen and (max-width: 559px) {
    .l-hdr__logo {
        margin: 0.5rem 0 0 0.5rem;
    }
}
.l-hdr__logoimg {
    width: 24rem;
    height: 9rem;
}
@media only screen and (max-width: 559px) {
    .l-hdr__logoimg {
        width: 15rem;
        height: auto;
    }
}
.l-hdr__navlist {
    display: flex;
    gap: 2.5rem;
}
.l-hdr__flex {
    display: flex;
    align-items: stretch;
    gap: 2.5rem;
}
@media only screen and (max-width: 559px) {
    .l-hdr__flex {
        display: none;
    }
}
.l-hdr__flex2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-block: 3rem;
}
.l-hdr__navlink {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.l-hdr__navlink::before {
    content: "";
    background: url(../images/arrow.svg) no-repeat center center/contain;
    width: 0.6rem;
    height: 0.7rem;
    display: inline-block;
}
.l-hdr__tel {
    margin-bottom: 0.5rem;
}
.l-hdr__tellink {
    display: flex;
    align-items: center;
    font-size: 3.1rem;
    font-weight: 600;
    font-family: var(--jost);
    letter-spacing: 0.05em;
    gap: 1rem;
    line-height: normal;
}
.l-hdr__contact {
    width: 12rem;
    height: 100%;
}
.l-hdr__contactlink {
    height: 100%;
    background-color: var(--mainColor);
    color: var(--colorW);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    gap: 0.5rem;
}
.l-hdr__contactlink:hover {
    opacity: 0.8;
    color: var(--colorW);
}

.l-ftr {
    background-color: rgba(29, 71, 99, 0.24);
    padding: 12rem 0 2.5rem;
}
@media only screen and (max-width: 559px) {
    .l-ftr {
        padding: 6rem 0 1.5rem;
    }
}
.l-ftr__logo {
    text-align: center;
    margin-bottom: 6rem;
}
@media only screen and (max-width: 559px) {
    .l-ftr__logo {
        margin-bottom: 3rem;
    }
}
.l-ftr__logoimg {
    width: 40.4rem;
    height: 13.3rem;
}
@media only screen and (max-width: 559px) {
    .l-ftr__logoimg {
        width: 25rem;
        height: auto;
    }
}
.l-ftr__address {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.5;
}
@media only screen and (max-width: 559px) {
    .l-ftr__address {
        font-size: 1.8rem;
    }
}
.l-ftr__navlist {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 4.5rem;
    justify-content: center;
}
@media only screen and (max-width: 559px) {
    .l-ftr__navlist {
        display: none;
    }
}
.l-ftr__navlink {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.l-ftr__navlink::before {
    content: "";
    background: url(../images/arrow.svg) no-repeat center center/contain;
    width: 0.6rem;
    height: 0.7rem;
    display: inline-block;
}
.l-ftr__tel {
    margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
    .l-ftr__tel {
        margin-bottom: 4rem;
    }
}
.l-ftr__tellink {
    display: flex;
    align-items: center;
    font-size: 3.1rem;
    font-weight: 600;
    font-family: var(--jost);
    letter-spacing: 0.05em;
    gap: 1rem;
    line-height: normal;
    justify-content: center;
}
@media only screen and (max-width: 559px) {
    .l-ftr__tellink {
        font-size: 2.5rem;
    }
}
.l-ftr__copy {
    text-align: center;
}
.l-ftr__copy small {
    font-size: 1.3rem;
    font-weight: 600;
    display: block;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 559px) {
    .l-ftr__copy small {
        font-size: 1rem;
    }
}

.sec {
    padding: 8rem 0 12rem;
    position: relative;
}
@media only screen and (max-width: 559px) {
    .sec {
        padding: 6rem 0;
    }
}
.sec::after {
    content: "";
    background: url(../images/text__about.webp) no-repeat center center/contain;
    width: 12rem;
    height: 81rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
@media only screen and (max-width: 559px) {
    .sec::after {
        width: 6rem;
        height: 41.3rem;
    }
}
.sec--left::after {
    right: inherit;
    left: o;
}

.service::after {
    background: url(../images/text__service.webp) no-repeat center center/contain;
    width: 11.9rem;
    height: 66.3rem;
}
@media only screen and (max-width: 559px) {
    .service::after {
        width: 6.1rem;
        height: 34.5rem;
    }
}

.product::after {
    background: url(../images/text__products.webp) no-repeat center center/contain;
    width: 11.6rem;
    height: 84.9rem;
}
@media only screen and (max-width: 559px) {
    .product::after {
        width: 6rem;
        height: 34.5rem;
    }
}

.greeting::after {
    background: url(../images/text__greeting.webp) no-repeat center center/contain;
    width: 12.2rem;
    height: 81.9rem;
}
@media only screen and (max-width: 559px) {
    .greeting::after {
        width: 6rem;
        height: 41.1rem;
    }
}

.company::after {
    background: url(../images/text__company.webp) no-repeat center center/contain;
    width: 12.3rem;
    height: 83.4rem;
}
@media only screen and (max-width: 559px) {
    .company::after {
        width: 6rem;
        height: 41.4rem;
    }
}

.contact::after {
    background: url(../images/text__contact.webp) no-repeat center center/contain;
    width: 12.3rem;
    height: 78.2rem;
}
@media only screen and (max-width: 559px) {
    .contact::after {
        width: 6rem;
        height: 38.9rem;
    }
}

.cm__catch {
    font-size: 3.3rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
@media only screen and (max-width: 559px) {
    .cm__catch {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
}

.cm__subttl {
    font-size: 2.5rem;
    line-height: 1.44;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 1rem;
}
@media only screen and (max-width: 559px) {
    .cm__subttl {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }
}

.cm__textarea p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    font-weight: 600;
}
@media only screen and (max-width: 559px) {
    .cm__textarea p {
        font-size: 1.3rem;
    }
}
.cm__textarea p:not(:last-child) {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 559px) {
    .cm__textarea p:not(:last-child) {
        margin-bottom: 0.5rem;
    }
}

.cm__textarea--large p {
    line-height: 2;
}

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}

.scroll_up.on {
    transform: translateY(0);
    opacity: 1;
}

.timing02 {
    transition-delay: 0.3s;
}

.timing03 {
    transition-delay: 0.6s;
}

.timing04 {
    transition-delay: 0.9s;
}

.timing05 {
    transition-delay: 1.2s;
}

.under {
    padding-top: 25rem;
    padding-bottom: 18rem;
}
@media only screen and (max-width: 559px) {
    .under {
        padding-top: 10rem;
        padding-bottom: 6rem;
    }
}

.floating-banner {
    position: fixed;
    bottom: -10rem; /* 初期は画面外に隠す */
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    background-color: var(--colorW);
    border-top: 2px solid var(--mainColor);
    font-weight: 700;
    color: var(--colorW);
    opacity: 0;
    transition: all 0.4s ease;
    width: 100%;
    padding: 1rem 0 0.5rem;
}
.floating-banner .l-ftr__tellink {
    color: var(--mainColor);
    font-weight: 500;
}
.floating-banner__text {
    font-size: 1.2rem;
    color: var(--mainColor);
    text-align: center;
}

.floating-banner.show {
    bottom: 0;
    opacity: 1;
}

.hero {
    margin-bottom: 8rem;
    position: relative;
}
@media only screen and (max-width: 559px) {
    .hero {
        margin-bottom: 6rem;
    }
}
.hero__catch {
    position: absolute;
    left: 0;
    bottom: 8.2rem;
    z-index: 500;
}
@media only screen and (max-width: 559px) {
    .hero__catch {
        bottom: 3rem;
    }
}
.hero__ttl {
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
@media only screen and (max-width: 559px) {
    .hero__ttl {
        gap: 1rem;
        margin-bottom: 2rem;
    }
}
.hero__ttl span {
    letter-spacing: 0.4em;
    font-size: 7.8rem;
    background-color: var(--colorW);
    width: fit-content;
    padding: 1.5rem 1rem 1.5rem 4rem;
    font-weight: 700;
}
@media only screen and (max-width: 559px) {
    .hero__ttl span {
        font-size: 3.5rem;
        letter-spacing: 0.2em;
        padding: 1rem;
    }
}
.hero__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media only screen and (max-width: 559px) {
    .hero__text {
        gap: 0.5rem;
    }
}
.hero__text span {
    letter-spacing: 0.1em;
    font-size: 2rem;
    background-color: var(--colorW);
    width: fit-content;
    padding: 1rem 2.5rem;
    font-weight: 700;
}
@media only screen and (max-width: 559px) {
    .hero__text span {
        font-size: 1rem;
        padding: 1rem;
    }
}

.catch__en {
    font-size: 7.1rem;
    line-height: 1;
    font-family: var(--jost);
    margin-bottom: 4.5rem;
    text-align: center;
    color: var(--mainColor);
}
@media only screen and (max-width: 559px) {
    .catch__en {
        font-size: 4rem;
        margin-bottom: 2.5rem;
    }
}
.catch__text {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 10rem;
}
@media only screen and (max-width: 559px) {
    .catch__text {
        margin-bottom: 5rem;
        font-size: 1.6rem;
        gap: 1rem;
    }
}
.catch__text span {
    background-color: var(--mainColor);
    color: var(--colorW);
    font-weight: 600;
    padding: 0 2rem;
    letter-spacing: 0.1em;
}

.service {
    background: rgba(29, 71, 99, 0.6);
}
.service .cm__catch,
.service .cm__textarea {
    color: var(--colorW);
}

.product__flex {
    margin-bottom: 4.5rem;
}
@media only screen and (max-width: 559px) {
    .product__flex {
        margin-bottom: 2.5rem;
    }
}
.product__item:not(:last-child) {
    margin-bottom: 8rem;
}
@media only screen and (max-width: 559px) {
    .product__item:not(:last-child) {
        margin-bottom: 4rem;
    }
}
.product__logo {
    text-align: center;
    margin-bottom: 2rem;
}
.product__note {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 1rem;
    text-align: right;
    font-weight: 600;
}
@media only screen and (max-width: 559px) {
    .product__note {
        font-size: 1rem;
        margin-top: 1rem;
    }
}
.product table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.product th,
.product td {
    border: 2px solid var(--colorW);
    height: 2.7rem;
    text-align: center;
    vertical-align: middle;
}
@media only screen and (max-width: 559px) {
    .product th,
    .product td {
        height: 2.5rem;
    }
}
.product thead tr:first-child th {
    background-color: #4a6c82;
    color: white;
    border-bottom: none;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    vertical-align: middle;
}
@media only screen and (max-width: 559px) {
    .product thead tr:first-child th {
        font-size: 1.2rem;
    }
}
.product thead tr:first-child th.small {
    background-color: #8ea3b1;
}
.product thead tr:nth-child(2) th {
    background-color: #8ea3b1;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--colorW);
}
@media only screen and (max-width: 559px) {
    .product thead tr:nth-child(2) th {
        font-size: 1.2rem;
    }
}
.product tbody tr {
    background-color: #d2dae0;
}
.product tbody td {
    font-size: 1.2rem;
    font-weight: 600;
}
@media only screen and (max-width: 559px) {
    .product tbody td {
        font-size: 1rem;
    }
}
.product tbody td span {
    font-size: 1rem;
    font-weight: 600;
}
@media only screen and (max-width: 559px) {
    .product tbody td span {
        font-size: 0.8rem;
    }
}

.greeting {
    background: url(../images/bg-02.webp) no-repeat center center/cover;
}
.greeting__name {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--mainColor);
    display: flex;
    align-items: center;
    gap: 2rem;
    letter-spacing: 0.1em;
}
.greeting__name img {
    margin-top: 1rem;
}

.company dt {
    font-weight: 700;
    color: var(--mainColor);
    line-height: 1;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 700;
}
.company dd {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--mainColor);
    font-size: 1.6rem;
    font-weight: 700;
}

.contact {
    padding-top: 0;
}

.contact__wrap {
    background-color: rgba(29, 71, 99, 0.24);
    padding: 8rem;
}
@media only screen and (max-width: 559px) {
    .contact__wrap {
        padding: 2rem;
    }
}

.contact-form {
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 6rem;
    background-color: var(--colorW);
    width: 84rem;
}
@media only screen and (max-width: 559px) {
    .contact-form {
        padding: 2rem;
        font-size: 1.4rem;
        width: 100%;
    }
}

.form__group {
    margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
    .form__group {
        margin-bottom: 2rem;
    }
}

.form__group label {
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #4d4d4d;
}
@media only screen and (max-width: 559px) {
    .form__group label {
        font-size: 1.4rem;
    }
}

.form__group .required {
    font-size: 1.2rem;
    background-color: var(--mainColor);
    color: var(--colorW);
    padding: 0.3rem 0.5rem;
    font-weight: 500;
}
@media only screen and (max-width: 559px) {
    .form__group .required {
        font-size: 1rem;
        padding: 0.2rem 0.8rem;
    }
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 0.9em;
    border-radius: 5px;
    font-size: 17px;
    box-sizing: border-box;
    min-height: 6rem;
    border: none;
    background: #f2f2f2;
    color: #717171;
    font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 559px) {
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"],
    .contact-form textarea,
    .contact-form select {
        min-height: 5rem;
        padding: 0.5em;
    }
}
.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form input[type="tel"]::placeholder,
.contact-form textarea::placeholder,
.contact-form select {
    font-size: 17px;
    color: #717171;
    font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 559px) {
    .contact-form input[type="text"]::placeholder,
    .contact-form input[type="email"]::placeholder,
    .contact-form input[type="tel"]::placeholder,
    .contact-form textarea::placeholder,
    .contact-form select {
        font-size: 14px;
    }
}

.contact-form textarea {
    resize: vertical;
    height: 160px;
}

/* フォーカス時のアニメ */
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    outline: none;
}

/* プライバシー同意用 */
.form__privacy {
    display: flex;
    align-items: center;
    font-size: 0.95em;
    line-height: 1.4;
    justify-content: center;
    margin-bottom: 1rem;
    gap: 0.5em;
}
@media only screen and (max-width: 559px) {
    .form__privacy {
        gap: 1rem;
    }
}
.form__privacy input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    border: 1px solid;
}
.form__privacy p {
    margin-bottom: 0 !important;
}
/* 送信ボタン */
.form__submit {
    text-align: center;
}

.form__submit input[type="submit"] {
    background-color: var(--mainColor);
    color: #fff;
    width: 30rem;
    height: 6rem;
    font-size: 2rem;
}
@media only screen and (max-width: 559px) {
    .form__submit input[type="submit"] {
        width: 100%;
        font-size: 1.6rem;
        height: 5rem;
    }
}

.form__privacy input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 3rem;
    height: 3rem;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: border-color 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 559px) {
    .form__privacy input[type="checkbox"] {
        width: 1.6rem;
        height: 1.6rem;
    }
}

@media only screen and (max-width: 559px) {
    .wpcf7-list-item {
        margin: 0;
    }
}

/* チェック時の背景に画像を出す */
.form__privacy input[type="checkbox"]:checked {
    background-color: var(--colorW);
    background-image: url("../images/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}
@media only screen and (max-width: 559px) {
    .form__privacy input[type="checkbox"]:checked {
        background-size: 12px 12px;
    }
}

.wpcf7-not-valid-tip {
    font-size: 1.4rem;
    padding-top: 1rem;
}
@media only screen and (max-width: 559px) {
    .wpcf7-not-valid-tip {
        padding-top: 0.5rem;
        font-size: 1.2rem;
    }
}

.wpcf7-not-valid-tip {
    font-size: 1.4rem !important;
}
@media only screen and (max-width: 559px) {
    .wpcf7-not-valid-tip {
        font-size: 1.2rem !important;
    }
}

.wpcf7 [disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    transition: 0.3s ease;
}

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

.wpcf7-list-item a {
    text-decoration: underline;
}

span.wpcf7-list-item-label {
    font-size: 1.2rem;
}

.pp__catch {
    margin-bottom: 5rem;
    font-size: 2.2rem;
}
@media only screen and (max-width: 559px) {
    .pp__catch {
        margin-bottom: 2rem;
        font-size: 1.4rem;
    }
}
.pp__subttl {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 2rem;
    letter-spacing: 0.2em;
}
@media only screen and (max-width: 559px) {
    .pp__subttl {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }
}
.pp__item:not(:last-child) {
    margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
    .pp__item:not(:last-child) {
        margin-bottom: 2rem;
    }
}
.pp__item li,
.pp__item p {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.08em;
    font-weight: 500;
}
@media only screen and (max-width: 559px) {
    .pp__item li,
    .pp__item p {
        font-size: 1.4rem;
    }
}
.pp__item li {
    padding-left: 2rem;
    padding-top: 1rem;
}
@media only screen and (max-width: 559px) {
    .pp__item li {
        padding-left: 1rem;
        padding-top: 0.5rem;
    }
}

.p-404__text {
    text-align: center;
}
@media only screen and (max-width: 559px) {
    .p-404__text {
        text-align: justify;
    }
}
.p-404__text p {
    text-align: center;
}
@media only screen and (max-width: 559px) {
    .p-404__text p {
        text-align: justify;
        font-size: 1.4rem;
    }
}
.p-404 .o-btn {
    margin-top: 5rem;
}
.p-404 .o-btn .o-btn__link:hover {
    color: #fff;
    opacity: 0.8;
}
@media only screen and (max-width: 559px) {
    .p-404 .o-btn {
        margin-top: 3rem;
    }
}
/*# sourceMappingURL=style.css.map */

button[type="submit"] {
    background-color: var(--mainColor);
    color: #fff;
    width: 30rem;
    height: 6rem;
    font-size: 2rem;
    border: none;
    cursor: pointer;
}
button[type="submit"]:hover {
    color: #fff;
    opacity: 0.8;
}
@media only screen and (max-width: 559px) {
    button[type="submit"] {
        width: 100%;
        font-size: 1.6rem;
        height: 5rem;
    }
}
.form__group p {
    display: block;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #4d4d4d;
}
.form__group p a {
    font-weight: 600;
    color: #4d4d4d;
    font-size: 1.6rem;
    text-decoration: underline;
}
.contact__note {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}

@media only screen and (max-width: 559px) {
    .form__group p {
        font-size: 1.4rem;
    }
    .form__group p a {
        font-size: 1.4rem;
    }
    .contact__note {
        font-size: 1.4rem;
        text-align: left;
    }
}