@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap");
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
}

picture,
svg,
video {
    display: block;
    max-width: 100%;
}

input,
select,
textarea {
    background-color: transparent;
    outline: none;
}

button {
    cursor: pointer;
    background-color: transparent;
    outline: none;
    border: 0;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

div,
p {
    word-break: break-all;
}

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,
nav,
picture {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-padding-top: 2rem;
    scroll-behavior: smooth;
}

@media (min-width: 781px) and (max-width: 1439px) {
    html {
        font-size: 0.6944444444vw;
    }
}

@media (max-width: 780px) {
    html {
        font-size: 2.5641025641vw;
    }
}

@media screen and (min-width: 751px) {
    .u-onlySP {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .u-onlyPC {
        display: none !important;
    }
}

body {
    font-family: "Zen Maru Gothic", "YuGothic", "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ⾓ゴ Pro", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
    color: #656565;
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 400;
    overflow-wrap: break-word;
    overflow-x: hidden;
    letter-spacing: 1px;
    background-color: #fdfdfa;
}

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

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
}

p {
    margin: 0px;
    padding: 0;
}

p:last-child {
    margin-bottom: 0px;
}

figure {
    margin: 0;
    padding: 0;
    line-height: 0;
}

input[type="submit"] {
    border: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
}

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

span {
    display: inline-block;
}

.fs12 {
    font-size: 1.2rem;
}


/* clearfix (micro) */

.u-clearfix:before,
.u-clearfix:after {
    content: " ";
    display: table;
}

.u-clearfix:after {
    clear: both;
}

@media screen and (min-width: 781px) {
    a[href^="tel"] {
        pointer-events: none;
        text-decoration: none;
        opacity: 1 !important;
        cursor: default !important;
    }
}

.u-mla {
    margin-left: auto;
}

.u-mga {
    margin: 0 auto;
}

.u-txt {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 1.75;
    letter-spacing: 1px;
}

.text-none {
    color: red;
    font-size: 1.8rem;
}

.u-green-light {
    color: #9a9a6b;
    font-weight: bold;
}

body.overflow {
    overflow: hidden;
}

#wrapper {
    position: relative;
}

@media screen and (max-width: 780px) {
    #wrapper {
        overflow: hidden;
    }
}

.main {
    position: relative;
    max-width: 144rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main::before {
    content: "";
    position: absolute;
    background-image: url(../img/line_wrapper_pc.svg);
    width: 200.4rem;
    height: 1105.7rem;
    z-index: -1;
    top: 0;
    left: calc(50% + 13rem);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 780px) {
    .main {
        max-width: 780px;
        width: 100%;
        overflow: hidden;
        display: block;
    }
    .main::before {
        background-image: url(../img/line_wrapper_sp.svg);
        width: 92.6rem;
        height: 1318.9rem;
        left: calc(50% - 7rem);
    }
}

.c-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}

.c-loading__line {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    text-align: center;
    width: 125.3rem;
    height: 102.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.c-loading__line svg {
    width: 100%;
    height: auto;
}

.c-loading__line svg .line {
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
}

.c-loading__inner {
    font-size: 2rem;
    line-height: 2.2;
    letter-spacing: 1px;
    font-weight: 400;
    color: #656565;
    text-align: center;
    opacity: 0;
}

.c-container {
    position: relative;
    max-width: 108rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
}

@media screen and (max-width: 780px) {
    .c-container {
        max-width: 100%;
    }
    .c-loading__inner {
        line-height: 1.8;
    }
}

.u-alc {
    text-align: center;
}

.u-alr {
    text-align: right;
}

.u-white {
    color: #fff;
}

.u-fw_bold {
    font-weight: bold;
}

.u-fit {
    font-family: "object-fit: cover;";
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fw600 {
    font-weight: 600;
}

.is-fixed {
    position: fixed;
}

.u-fade-content {
    opacity: 0;
    -webkit-transform: translateY(9.6rem);
    transform: translateY(9.6rem);
    -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.u-fade-content:nth-child(1) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.u-fade-content:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.u-fade-content:nth-child(3) {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.u-fade-content:nth-child(4) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.u-fade-content:nth-child(5) {
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.u-fade-content:nth-child(6) {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.u-fade-content:nth-child(7) {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.u-fade-content:nth-child(8) {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.u-fade-content:nth-child(9) {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.u-fade-content:nth-child(10) {
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.u-fade-content:nth-child(11) {
    -webkit-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.u-fade-content:nth-child(12) {
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.u-fade-content:nth-child(13) {
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.u-fade-content:nth-child(14) {
    -webkit-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.u-fade-content:nth-child(15) {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.u-fade-content:nth-child(16) {
    -webkit-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.u-fade-content:nth-child(17) {
    -webkit-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

.u-fade-content:nth-child(18) {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.u-fade-content.show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.c-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-title__en {
    font-size: 3rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
}

.c-title__ja {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1px;
}

.c-heading__sub {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
}

.c-btn__head {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}

.c-btn__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #656565;
    border-radius: 1rem;
    background-color: #fdfdfa;
    position: relative;
    gap: 0.8rem;
    padding: 1.2rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

@media screen and (min-width: 781px) {
    .c-btn__link:hover {
        background-color: #656565;
    }
    .c-btn__link:hover .c-btn__link-icon .on {
        opacity: 1;
    }
    .c-btn__link:hover .c-btn__link-icon .off {
        opacity: 0;
    }
    .c-btn__link:hover .c-btn__link-text {
        color: #fff;
    }
    .c-btn__link:hover::before {
        width: 0;
    }
}

.c-btn__link-icon {
    width: 2.4rem;
    height: 2.3rem;
    position: relative;
}

.c-btn__link-icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.c-btn__link-icon .on {
    opacity: 0;
}

.c-btn__link-text {
    color: #656565;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 2px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.c-btn__link::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background-color: #656565;
    height: 1px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.c-btn--small {
    min-width: 18rem;
    min-height: 5rem;
}

.c-btn--small::before {
    width: 1.8rem;
    right: -0.9rem;
}

.c-btn--larg {
    min-width: 30rem;
    min-height: 6rem;
}

.c-btn--larg::before {
    width: 3.6rem;
    right: -1.8rem;
}

.c-btn--style01 {
    background-color: transparent;
    border: 1px solid #fff;
}

.c-btn--style01::before {
    background-color: #fff;
}

.c-btn--style01 .c-btn__link-text {
    color: #fff;
}

.c-btn--style01:hover {
    background-color: #fff;
}

.c-btn--style01:hover .c-btn__link-text {
    color: #656565;
}

.c-social {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
}

.c-social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.8rem;
}

.c-social__list__item {
    width: 2.1rem;
}

.c-social__list__item-link {
    display: inline-block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.c-social__list__item-link:hover {
    opacity: 0.7;
}

.c-social__text {
    font-size: 1.4rem;
}

.c-box__left {
    width: calc(100% - 112rem);
}

.c-box__left__inner {
    padding: 4.3rem;
}

.c-box__left__inner.fixed {
    position: fixed;
}

.c-box__right {
    width: 112rem;
}

.c-header__logo {
    width: 20.4rem;
    margin-bottom: 4.7rem;
}

.c-header__text {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.2;
    color: #656565;
    letter-spacing: 1px;
}

.c-gNavi {
    margin: 4.9rem 0 3.6rem;
}

.c-gNavi__nav {
    margin-bottom: 3.6rem;
}

.c-gNavi__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
}

.c-gNavi__list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.c-gNavi__list__item-link {
    font-size: 1.6rem;
    color: #656565;
    line-height: 1;
    display: inline-block;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.c-gNavi__list__item-link:hover {
    color: #9a9a6b;
}

@media screen and (max-width: 780px) {
    .c-heading__sub {
        font-size: 1.4rem;
        display: block;
        text-align: center;
    }
    .c-btn__head {
        margin-bottom: 2rem;
    }
    /* .c-btn__link-text {
        font-size: 1.8rem;
    } */
    .c-btn--small {
        min-width: 18rem;
        min-height: 5rem;
    }
    .c-btn--small::before {
        width: 1.8rem;
        right: -0.9rem;
    }
    .c-btn--larg {
        min-width: 32rem;
        min-height: 6.5rem;
    }
    .c-btn--style01 {
        background-color: transparent;
        border: 1px solid #fff;
    }
    .c-btn--style01::before {
        background-color: #fff;
    }
    .c-box__left {
        width: 100%;
        position: fixed;
        height: 6.5rem;
        z-index: 999;
    }
    .c-box__left__inner {
        padding: 0;
    }
    .c-box__right {
        width: 100%;
    }
    .c-header {
        padding: 1.7rem 2.1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 3rem;
    }
    .c-header__logo {
        width: 15.4rem;
        margin-bottom: 0;
    }
    .c-gNavi {
        margin: 0;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        background-color: #f5f5f5;
        margin-bottom: 0;
        padding: 1.7rem 2rem;
    }
    .c-gNavi.open {
        pointer-events: auto;
        opacity: 1;
    }
    .c-gNavi__logo {
        width: 15.4rem;
    }
    .c-gNavi__content {
        position: absolute;
        width: 100%;
        overflow: auto;
        height: calc(100% - 11rem);
        top: 8rem;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .c-gNavi__content__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .c-gNavi__nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 1rem;
    }
    .c-gNavi__list {
        gap: 0;
    }
    .c-gNavi__list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .c-gNavi__list__item-link {
        font-size: 1.4rem;
        padding: 2rem 0;
    }
    .c-gNavi__copyright {
        font-size: 1.2rem;
        letter-spacing: 1px;
        line-height: 1.5;
        text-align: center;
        margin-top: 5rem;
    }
    .c-gNavi .c-btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 5rem;
        text-align: center;
        padding-right: 1.5rem;
    }
    .c-gNavi .c-btn--small {
        min-width: 32rem;
        min-height: 8rem;
    }
    .c-gNavi .c-btn--small::before {
        width: 3.6rem;
        right: -1.8rem;
    }
    .c-gNavi .c-btn__link {
        background-color: #f5f5f5;
    }
    .c-social {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .c-menuBtn {
        width: 2.5rem;
        height: 2.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
        position: relative;
        z-index: 1000;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .c-menuBtn.open>span:nth-child(1) {
        -webkit-transform: translateX(-50%) rotate(30deg);
        transform: translateX(-50%) rotate(30deg);
        top: 50%;
    }
    .c-menuBtn.open>span:nth-child(2) {
        -webkit-transform: translateX(-50%) rotate(-30deg);
        transform: translateX(-50%) rotate(-30deg);
        top: 50%;
    }
    .c-menuBtn>span {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #656565;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    .c-menuBtn>span:nth-child(1) {
        top: calc(50% + 0.5rem);
    }
    .c-menuBtn>span:nth-child(2) {
        top: calc(50% - 0.5rem);
    }
}

.p-mainVisual {
    margin: 8.3rem 0;
}

.p-mainVisual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    position: relative;
}

.p-mainVisual__pic {
    /* width: 73.3rem; */
}

.p-mainVisual__pic-item:nth-child(1) {
    width: 73.3rem;
    margin-left: 26.7rem;
}

.p-mainVisual__pic-item:nth-child(2) {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 37.5rem;
    width: 31.8rem;
}

.p-mainVisual__text {
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.8;
}

.p-mainVisual .c-btn {
    margin-top: 2.8rem;
    width: 69%;
    margin-left: auto;
    text-align: center;
}

@media screen and (max-width: 780px) {
    .p-mainVisual {
        margin: 7rem 0;
    }
    .p-mainVisual__inner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 2.6rem;
        gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-direction: column;
    }
    .p-mainVisual__pic {
        width: 100%;
        padding-left: 3.8rem;
        position: relative;
    }
    .p-mainVisual__pic-item:nth-child(1) {
        width: 22.5rem;
        margin-left: 7.5rem;
    }
    .p-mainVisual__pic-item:nth-child(2) {
        top: 18.5rem;
        width: 13rem;
    }
    .p-mainVisual__text {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.1em;
    }
    .p-mainVisual .c-btn {
        width: 100%;
        margin-top: 8rem;
    }
}

.p-custom {
    margin-top: 15.4rem;
}

.p-custom__title {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 400;
}

.p-custom__content {
    width: calc(100% - 13rem);
}

.p-custom__text {
    margin-top: 3.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4;
    letter-spacing: 1px;
    margin-bottom: 3.7rem;
    text-align: center;
}

.p-custom__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

.p-custom__slide--02 {
    margin-left: 8.5rem;
}

.p-custom .splide__slide {
    width: 24rem !important;
    height: 18rem;
    overflow: hidden;
}

.p-custom .splide__track {
    width: 100vw;
}

.p-custom .c-link {
    margin-top: 4rem;
}

.p-custom .c-link__link {
    padding-right: 5.4rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4;
    letter-spacing: 1px;
    position: relative;
}

.p-custom .c-link__link:hover::before {
    width: 3rem;
}

.p-custom .c-link__link::before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 1px;
    background-color: #656565;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #656565;
    left: 80%;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

@media screen and (max-width: 780px) {
    .p-custom {
        margin-top: 8rem;
    }
    .p-custom__inner {
        flex-direction: column;
        gap: 1rem;
        padding: 0;
    }
    .p-custom__title {
        font-size: 1.8rem;
        margin: 0 auto;
    }
    .p-custom__content {
        width: 100%;
    }
    .p-custom__text {
        font-size: 1.4rem;
        padding: 0 3rem;
        text-align: center;
    }
    .p-custom__slide {
        gap: 1.2rem;
    }
    .p-custom__slide--02 {
        margin-left: 0;
    }
    .p-custom .splide__slide {
        width: 14.4rem !important;
        height: 10.8rem;
    }
    .p-custom .c-link {
        margin-top: 3.6rem;
        padding: 0 3rem;
    }
    .p-custom .c-link__link {
        padding-right: 2rem;
        font-size: 1.4rem;
    }
    .p-custom .c-link__link::before {
        width: 1rem;
        left: auto;
        right: 0;
        top: 56%;
    }
}

.p-register {
    position: relative;
    margin-top: 16rem;
}

.p-register--02 {
    margin-top: 12.5rem;
}

.p-register--02 .p-register__inner {
    min-height: 44rem;
    padding: 2.8rem 2rem 2.8rem;
}

.p-register--02 .p-register__heading--top {
    margin-bottom: 2.3rem;
    line-height: 1.6;
    letter-spacing: 1px;
}

.p-register--02 .p-register__heading--sub {
    font-size: 1.6rem;
    line-height: 1.8;
}

.p-register--02 .p-register__list {
    margin-top: 2rem;
}

.p-register__inner {
    width: 96rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 2.2rem 2rem 2.8rem;
    min-height: 36rem;
}

.p-register__inner::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: url(../img/pic_consultation01_pc.jpg);
    top: 0;
    left: 0;
    z-index: -2;
}

.p-register__inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: -1;
}

.p-register__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-register__heading>span {
    color: #fff;
    line-height: 2.2;
}

.p-register__heading--top {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.p-register__heading--sub {
    font-size: 1.4rem;
    font-weight: 400;
}

.p-register__list {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.2rem;
}

.p-register__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-register__list__item-icon {
    width: 3.7rem;
}

.p-register__list__item-text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4;
    color: #fff;
}

.p-register__desc {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    margin: 2.7rem 0;
}

@media screen and (max-width: 780px) {
    .p-register {
        margin-top: 8rem;
    }
    .p-register--02 {
        margin-top: 10rem;
    }
    .p-register--02 .p-register__inner {
        min-height: 57rem;
        padding: 3.5rem 1rem 5rem;
    }
    .p-register--02 .p-register__heading--top {
        margin-bottom: 2.3rem;
        line-height: 1.6;
        letter-spacing: 1px;
    }
    .p-register--02 .p-register__heading--sub {
        font-size: 1.4rem;
    }
    .p-register__inner {
        width: 100%;
        padding: 4rem 2.7rem;
        min-height: 46rem;
    }
    .p-register__inner::before {
        background-image: url(../img/pic_consultation01_sp.jpg);
    }
    .p-register__heading--top {
        font-size: 2rem;
    }
    .p-register__list {
        margin-top: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
    }
    .p-register__list__item-icon {
        width: 3.2rem;
    }
    .p-register__list__item-text {
        font-size: 1.4rem;
    }
    .p-register__desc {
        font-size: 1.4rem;
        margin: 3rem 0;
    }
}

.p-service {
    position: relative;
    margin-top: 15rem;
}

.p-service .c-title {
    margin-bottom: 3rem;
}

.p-service__anchor {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-service__anchor__item {
    max-width: 29rem;
    width: 100%;
    border-radius: 2rem;
    min-height: 37rem;
    background-color: #f4f4f0;
}

.p-service__anchor__item:nth-child(1) .p-service__anchor__item-link_icon img {
    width: 8.9rem;
}

.p-service__anchor__item:nth-child(2) .p-service__anchor__item-link_icon img {
    width: 6.6rem;
}

.p-service__anchor__item:nth-child(3) .p-service__anchor__item-link_icon img {
    width: 9rem;
}

.p-service__anchor__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 3.3rem 3rem 6.8rem;
    position: relative;
}

.p-service__anchor__item-link:hover::before {
    height: 3rem;
}

.p-service__anchor__item-link::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 2rem;
    background-color: #656565;
    left: 50%;
    bottom: 2.7rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.p-service__anchor__item-link_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 0.7rem;
}

.p-service__anchor__item-link_num>span:nth-child(1) {
    width: 7rem;
}

.p-service__anchor__item-link_num>span:nth-child(2) {
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.2;
}

.p-service__anchor__item-link_text {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 2.3rem;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.p-service__anchor__item-link_icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-service__content {
    margin-top: 21rem;
}

.p-service__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 96rem;
    margin: 0 auto;
    gap: 7.5rem;
}

.p-service__box+.p-service__box {
    margin-top: 18rem;
}

.p-service__box--01 .p-service__box-deco {
    width: 16.7rem;
    top: 18.5rem;
    right: -4.5rem;
}

.p-service__box--01 .p-service__box-left {
    max-width: 40rem;
}

.p-service__box--01 .p-service__box-right {
    max-width: 48rem;
}

.p-service__box--01 .p-service__box-right .p-service__box-pic-item {
    display: block;
}

.p-service__box--01 .p-service__box-right .p-service__box-pic-item:nth-child(2) {
    margin-top: 6rem;
    width: 33rem;
}

.p-service__box--02 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.p-service__box--02 .p-service__box-left {
    max-width: 40rem;
}

.p-service__box--02 .p-service__box-right {
    max-width: 40rem;
}

.p-service__box--02 .p-service__box-deco {
    width: 11.5rem;
    top: -1rem;
    right: 3rem;
}

.p-service__box--03 .p-service__box-deco {
    width: 17rem;
    top: -1rem;
    right: -1rem;
}

.p-service__box--03 .p-service__box-left {
    max-width: 40rem;
}

.p-service__box--03 .p-service__box-right {
    max-width: 48.4rem;
    width: 100%;
}

.p-service__box--03 .p-service__box-pic-item:nth-child(1) {
    width: 21.5rem;
}

.p-service__box--03 .p-service__box-pic-item:nth-child(2) {
    width: 38.3rem;
    margin-left: auto;
    display: block;
    margin-top: -12rem;
    z-index: -1;
    position: relative;
}

.p-service__box--03 .p-service__box-pic-item:nth-child(3) {
    width: 32.5rem;
    margin-left: 2.6rem;
    margin-top: 9rem;
}

.p-service__box--03 .p-service__box-pic-item:nth-child(4) {
    width: 33rem;
    margin-left: auto;
    display: block;
    margin-top: 8rem;
}

.p-service__box-left {
    position: relative;
}

.p-service__box-case {
    padding-left: 4rem;
    margin-top: 5rem;
}

.p-service__box-case-tit {
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.p-service__box-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.9rem;
    margin-bottom: 3rem;
}

.p-service__box-heading--en {
    font-size: 1.6rem;
    color: #656565;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
}

.p-service__box-heading--ja {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #656565;
}

.p-service__box-desc span {
    display: inline;
}

.p-service__box-desc-tit {
    margin: 5rem 0 1rem;
    position: relative;
    padding-left: 2.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0;
}

.p-service__box-desc-tit:nth-child(1) {
    margin: 6.8rem 0 1rem;
}

.p-service__box-desc-tit::before {
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 1px;
    background-color: #656565;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.p-service__box-desc-txt {
    font-size: 1.6rem;
    line-height: 2;
    color: #656565;
    letter-spacing: 0;
    font-weight: 400;
}

.p-service__box-desc-txt.mgt105 {
    margin-top: 2.5rem;
}

.p-service__box-desc-note {
    font-size: 1.2rem;
    margin-top: 1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
}

.p-service__box-list {
    max-width: 34rem;
    width: 100%;
    min-height: 19rem;
    background-color: #f4f4f0;
    padding: 1.9rem 3rem;
    margin-top: 7rem;
}

.p-service__box-list h4,
.p-service__box-list li {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: 0;
    font-weight: 400;
}

.p-service__box-deco {
    position: absolute;
    z-index: -1;
}

.p-service__box-note-txt {
  font-size: 1.6rem;
  margin: 100px auto 0;
  width: 100%;
}
@media screen and (max-width: 780px) {
.p-service__box-note-txt {
  font-size: 1.4rem;
  margin: 12vw 0 0;
}
}
.p-service__box-note_top {
  text-align: center;
}
@media screen and (max-width: 780px) {
.p-service__box-note_top {
  line-height: 1.6;
}
}

.p-service__box-note_mid-box {
  background-color: #f2f3ef;
  margin: 24px auto 0;
  padding: 10px 20px 40px;
  max-width: 520px;
}
@media screen and (max-width: 780px) {
.p-service__box-note_mid-box {
  margin: 5vw 0 1vw;
  padding: 1vw 3vw 6vw;
}
}
@media screen and (max-width: 780px) {
.p-service__box-note_mid-box .mid-box_top {
  font-size: 1.2rem;
}
}
.p-service__box-note_mid-box .mid-box_mid,
.p-service__box-note_mid-box .mid-box_bottom {
  text-align: center;
  font-size: 1.6rem;
  margin: 30px auto 0;
}
@media screen and (max-width: 780px) {
.p-service__box-note_mid-box .mid-box_mid,
.p-service__box-note_mid-box .mid-box_bottom {
  font-size: 1.3rem;
  margin: 6vw auto 0;
}
}

.p-service__box-note_bottom {
  line-height: 1.4;
  display: block;
  text-align: right;
  margin: 10px auto 0;
  max-width: 520px;
  font-size: 1.4rem;
}
@media screen and (max-width: 780px) {
.p-service__box-note_bottom {
  margin: 2vw 0 0;
  font-size: 1.2rem;
}
}
.p-service__box-note_bottom span {
  display: inline-block;
  text-align: left;
  
}



@media screen and (max-width: 780px) {
    .p-service {
        margin-top: 8rem;
    }
    .p-service .c-title {
        margin-bottom: 2rem;
    }
    .p-service__anchor {
        margin-top: 3rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
        padding: 0 3rem;
    }
    .p-service__anchor__item {
        max-width: 100%;
        border-radius: 1.6rem;
        min-height: 10rem;
    }
    .p-service__anchor__item:nth-child(1) .p-service__anchor__item-link_icon img {
        width: 5.6rem;
    }
    .p-service__anchor__item:nth-child(2) .p-service__anchor__item-link_icon img {
        width: 3.2rem;
    }
    .p-service__anchor__item:nth-child(3) .p-service__anchor__item-link_icon img {
        width: 5.2rem;
    }
    .p-service__anchor__item-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 1rem;
        padding: 1.5rem;
    }
    .p-service__anchor__item-link::before {
        content: none;
    }
    .p-service__anchor__item-link::after {
        content: "";
        position: absolute;
        border: solid #656565;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 0.4rem;
        -webkit-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        top: 50%;
        right: 2rem;
        z-index: 1;
    }
    .p-service__anchor__item-link_box {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .p-service__anchor__item-link_icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 auto;
        flex: 0 auto;
        width: 6rem;
    }
    .p-service__anchor__item-link_num {
        display: block;
        margin-bottom: 0;
    }
    .p-service__anchor__item-link_num>span:nth-child(2) {
        font-size: 1.2rem;
    }
    .p-service__anchor__item-link_text {
        font-size: 1.2rem;
        margin-bottom: 0;
        text-align: left;
        max-width: 22rem;
        justify-content: start;
    }
    .p-service__content {
        margin-top: 7rem;
    }
    .p-service__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        gap: 0;
        padding: 0 2.5rem;
    }
    .p-service__box+.p-service__box {
        margin-top: 9rem;
    }
    .p-service__box--01 .p-service__box-deco {
        width: 13rem;
        top: -2.5rem;
        right: 1.5rem;
    }
    .p-service__box--01 .p-service__box-left {
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .p-service__box--01 .p-service__box-right {
        max-width: 32rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 3.6rem;
        margin-left: -2.8rem;
    }
    .p-service__box--01>.p-service__box-pic-item {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 4rem;
        max-width: 100%;
    }
    .p-service__box--02 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .p-service__box--02 .p-service__box-left {
        max-width: 32rem;
        margin-left: auto;
        margin-right: -2.8rem;
        margin-bottom: 4.6rem;
    }
    .p-service__box--02 .p-service__box-right {
        max-width: 100%;
    }
    .p-service__box--02 .p-service__box-deco {
        width: 7.3rem;
        top: 28rem;
        right: 6rem;
    }
    .p-service__box--03 .p-service__box-deco {
        width: 10rem;
        top: -2rem;
        right: 3rem;
    }
    .p-service__box--03 .p-service__box-left {
        max-width: 100%;
        margin-top: 4.6rem;
    }
    .p-service__box--03 .p-service__box-right {
        max-width: auto;
        width: calc(100% + 2.8rem);
        margin-bottom: 4.6rem;
    }
    .p-service__box--03 .p-service__box-pic-item:nth-child(1) {
        width: 12.4rem;
        margin-top: 0;
    }
    .p-service__box--03 .p-service__box-pic-item:nth-child(2) {
        width: 32rem;
        margin-top: -11rem;
        margin-left: auto;
        margin-right: -2.8rem;
    }
    .p-service__box--03 .p-service__box-pic-item:nth-child(3) {
        width: 26rem;
        margin-left: 0;
        margin-top: 3.8rem;
    }
    .p-service__box--03 .p-service__box-pic-item:nth-child(4) {
        width: 26.4rem;
        margin-top: 3.2rem;
        margin-left: auto;
    }
    .p-service__box-case {
        padding-left: 0;
        margin-top: 3rem;
    }
    .p-service__box-heading {
        gap: 1rem;
    }
    .p-service__box-heading--en {
        font-size: 1.4rem;
    }
    .p-service__box-heading--ja {
        font-size: 1.8rem;
    }
    .p-service__box-desc-tit {
        margin: 4rem 0 1rem;
        font-size: 1.6rem;
    }
    .p-service__box-desc-tit:nth-child(1) {
        margin: 3.2rem 0 1rem;
    }
    .p-service__box-desc-txt {
        font-size: 1.4rem;
    }
    .p-service__box-desc-txt.mgt105 {
        margin-top: 3.5rem;
    }
    .p-service__box-desc-note {
        margin-top: 1.8rem;
    }
    .p-service__box-list {
        max-width: 27rem;
        min-height: 17rem;
        margin-top: 3rem;
    }
    .p-service__box-list h4,
    .p-service__box-list li {
        font-size: 1.4rem;
    }
}

.p-review {
    position: relative;
    margin-top: 15rem;
}

.p-review .c-title {
    margin-bottom: 3rem;
}

.p-review__content {
    width: 100vw;
    position: relative;
}

.p-review .my-slider-progress {
    max-width: 92rem;
    background: #cccccc;
    margin-top: 2rem;
}

.p-review .my-slider-progress-bar {
    background: #656565;
    height: 2px;
    -webkit-transition: width 400ms ease;
    transition: width 400ms ease;
    width: 0;
}

.p-review .splide__track {
    padding-top: 7rem;
}

.p-review .p-review__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6rem;
}

.p-review .p-review__item__pic {
    width: 35rem;
    position: relative;
}

.p-review .p-review__item__pic-num {
    font-size: 5rem;
    font-weight: 400;
    color: #c1c0c0;
    line-height: 1;
    letter-spacing: 1px;
    position: absolute;
    left: 0.5rem;
    top: -3.5rem;
    z-index: 1;
}

.p-review .p-review__item__pic-note {
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
}

.p-review .p-review__item__desc {
    padding-top: 4rem;
    width: calc(100% - 35rem - 2.6rem);
}

.p-review .p-review__item__desc-tit {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 1.8rem;
}

.p-review .p-review__item__desc-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 13.5rem;
    min-height: 3rem;
    border-radius: 3rem;
    background-color: #f4f4f0;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1px;
}

.p-review .p-review__item__desc-txt {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    max-width: 36rem;
}

.p-review .p-review__item__desc-txt span {
    display: inline;
}

@media screen and (max-width: 780px) {
    .p-review {
        margin-top: 4rem;
    }
    .p-review .c-title {
        margin-bottom: 2rem;
    }
    .p-review .my-slider-progress {
        width: calc(100% - 4rem);
        margin: 3rem auto 0;
    }
    .p-review__content {
        width: 100%;
    }
    .p-review .splide__track {
        padding-top: 4rem;
    }
    .p-review .p-review__item {
        display: block;
    }
    .p-review .p-review__item__pic {
        width: 100%;
    }
    .p-review .p-review__item__pic-num {
        font-size: 4rem;
        margin-top: 0.5rem;
    }
    .p-review .p-review__item__pic-note {
        margin-top: 0.5rem;
        font-size: 1.2rem;
        text-align: left;
    }
    .p-review .p-review__item__desc {
        padding-top: 1.7rem;
        width: 100%;
    }
    .p-review .p-review__item__desc-tit {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .p-review .p-review__item__desc-label {
        min-width: 12.5rem;
        min-height: 2.6rem;
        font-size: 1.2rem;
    }
    .p-review .p-review__item__desc-txt {
        max-width: 100%;
    }
}

.p-design .c-title {
    margin-bottom: 3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-design .c-heading__sub {
    letter-spacing: 0;
    text-align: left;
}

.p-design__inner {
    position: relative;
    height: calc(100vh * var(--n-element) + 200vh);
    padding: 0;
}

.p-design__left {
    display: inherit;
    position: absolute;
    left: 0;
    width: 100%;
    height: calc(100vh * var(--n-element) + 200vh);
}

.p-design__left__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-left: 8rem;
}

.p-design__left__inner .box {
    width: 32rem;
}

.p-design__right {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

.p-design__boxList {
    margin-top: 5.5rem;
}

.p-design__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.p-design__list__item {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0;
    font-weight: 400;
    color: #c1c0c0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-design__list__item.active {
    font-weight: 400;
    color: #9a9a6b;
}

.p-design__thumb {
    position: absolute;
    top: 0;
    right: 12rem;
    left: auto;
    z-index: 1;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-design__thumb.active {
    opacity: 1;
    pointer-events: auto;
}

.p-design__thumb__note {
    margin-top: 2.2rem;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0;
    font-weight: 400;
    display: block;
    text-align: center;
    width: 100%;
}

.p-design__thumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*  */
    max-width: 53.3rem;
    margin-left: auto;
}

.p-design__thumb__list-item {
    width: 50%;
    position: relative;
    height: 16.4rem;
}

.p-design__thumb__list-item>img {
    font-family: "object-fit: cover;";
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-design__thumb__list-item-text {
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    left: 1rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0;
    color: #fff;
}

@media screen and (min-width: 781px) {
    .pWPDescription__trigger {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 1%;
        height: 100%;
        pointer-events: none;
    }
    .pWPDescription__trigger_item {
        width: 100%;
        height: 100%;
    }
    [data-index="1"] .p-design__list__item:nth-child(1) {
        color: #9a9a6b;
    }
    [data-index="1"] .p-design__thumb:nth-of-type(1) {
        opacity: 1;
    }
    [data-index="2"] .p-design__list__item:nth-child(2) {
        color: #9a9a6b;
    }
    [data-index="2"] .p-design__thumb:nth-of-type(2) {
        opacity: 1;
    }
    [data-index="3"] .p-design__list__item:nth-child(3) {
        color: #9a9a6b;
    }
    [data-index="3"] .p-design__thumb:nth-of-type(3) {
        opacity: 1;
    }
    [data-index="4"] .p-design__list__item:nth-child(4) {
        color: #9a9a6b;
    }
    [data-index="4"] .p-design__thumb:nth-of-type(4) {
        opacity: 1;
    }
    [data-index="5"] .p-design__list__item:nth-child(5) {
        color: #9a9a6b;
    }
    [data-index="5"] .p-design__thumb:nth-of-type(5) {
        opacity: 1;
    }
}

@media screen and (max-width: 780px) {
    .p-design {
        margin-top: 12rem;
    }
    .p-design .c-title {
        margin-bottom: 2rem;
    }
    .p-design__inner {
        height: auto;
        padding: 0 3rem;
    }
    .p-design__left {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }
    .p-design__left__inner {
        position: relative;
        height: auto;
        padding-left: 0;
    }
    .p-design__left__inner .box {
        width: 100%;
    }
    .p-design__right {
        position: relative;
        height: auto;
        display: block;
        margin-top: 3.5rem;
    }
    .p-design__boxList {
        margin-top: 3.5rem;
    }
    .p-design__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1rem 4rem;
    }
    .p-design__list__item {
        font-size: 1.4rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .p-design__list__item.show {
        font-weight: 400;
        color: #9a9a6b;
    }
    .p-design__thumb {
        position: relative;
        right: 0;
        left: 0;
        height: auto;
        opacity: 0;
        display: none;
    }
    .p-design__thumb.show {
        opacity: 1;
        display: block;
    }
    .p-design__thumb__note {
        margin-top: 1rem;
        font-size: 1.4rem;
    }
    .p-design__thumb__list {
        max-width: 100%;
        margin-left: 0;
    }
    .p-design__thumb__list-item {
        height: 10.1rem;
    }
    .p-design__thumb__list-item-text {
        left: 0.5rem;
        font-size: 1.2rem;
    }
}

.p-design__creat {
    margin-bottom: 19rem;
}

.p-design__creat__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-design__creat__text {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 400;
}

.p-design__creat__content {
    width: 100%;
}

.p-design__creat .splide__slide {
    width: 24rem !important;
    height: 18rem;
    overflow: hidden;
}

.p-design__creat .splide__track {
    width: 100vw;
}

@media screen and (max-width: 780px) {
    .p-design__creat {
        margin-bottom: 7.5rem;
        margin-top: 7rem;
    }
    .p-design__creat__inner {
        display: block;
        padding-left: 0;
    }
    .p-design__creat__text {
        width: 100%;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .p-design__creat__content {
        width: calc(100% - 3.9rem - 3.6rem);
        padding-top: 3.6rem;
    }
    .p-design__creat .splide__slide {
        width: 15.3rem !important;
        height: 11.5rem;
    }
    .p-design__creat .splide__track {
        width: 100vw;
    }
}

.p-about {
    margin-bottom: 16rem;
}

.p-about .c-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
}

.p-about__head {
    max-width: 112rem;
    width: 100%;
    min-height: 41.5rem;
    padding: 8.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/bg_about_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.p-about__text {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.4;
    font-weight: 400;
    color: #656565;
}

.p-about__text.--01 {
    margin: 9.4rem 8rem 5.5rem;
}

.p-about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 5rem;
    max-width: 83rem;
    margin: 0 0 14.5rem 8rem;
}

.p-about__list__item {
    width: calc(50% - 2.5rem);
}

.p-about__list__item-tit {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 2.4;
    font-weight: 400;
    color: #656565;
}

.p-about__boxInner {
    max-width: 93.6rem;
}

.p-about__box--01 {
    margin-bottom: 12.4rem;
}

.p-about__box--01 .p-about__box__heading {
    margin-left: 8rem;
    margin-bottom: 8rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
}

.p-about__box--01 .p-about__box__content {
    padding-left: 8rem;
}

.p-about__box--01 .p-about__box__content-pic {
    margin-top: -21rem;
}

.p-about__box--01 .p-about__box__content-pic-item:nth-child(1) {
    width: 48.3rem;
    margin-left: 4rem;
}

.p-about__box--01 .p-about__box__content-pic-item:nth-child(2) {
    width: 33rem;
    margin-top: 5.5rem;
    margin-left: auto;
    display: block;
}

.p-about__box--02 {
    margin-bottom: 15rem;
}

.p-about__box--02 .p-about__box__heading {
    margin-bottom: 10rem;
    margin-left: 58rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
}

.p-about__box--02 .p-about__box__content-pic {
    margin-top: -21rem;
}

.p-about__box--02 .p-about__box__content-pic-item:nth-child(1) {
    width: 40rem;
}

.p-about__box--02 .p-about__box__content-pic-item:nth-child(2) {
    width: 33rem;
    margin-top: 5.5rem;
    margin-left: 13rem;
    display: block;
}

.p-about__box--03 .p-about__box__heading {
    margin-bottom: 9rem;
    margin-left: 8rem;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
}

.p-about__box--03 .p-about__box__content {
    padding-left: 8rem;
}

.p-about__box--03 .p-about__box__content-pic {
    margin-top: -6rem;
}

.p-about__box--03 .p-about__box__content-pic-item {
    width: 43rem;
    display: block;
}

.p-about__box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-about__box__content-txt {
    width: 40rem;
    letter-spacing: 0;
    line-height: 2.2;
}

.p-about__box__content-txt span {
    display: inline;
}

.p-about__box__content-pic {
    width: calc(100% - 40rem);
}

@media screen and (max-width: 780px) {
    .p-about {
        margin-bottom: 8rem;
    }
    .p-about__head {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 100%;
        min-height: 25.5rem;
        padding: 4rem 3rem 3rem;
        background-image: url(../img/bg_about_sp.jpg);
    }
    .p-about__text {
        font-size: 1.4rem;
    }
    .p-about__text.--01 {
        margin: 2.7rem 3rem 3.8rem;
    }
    .p-about__list {
        display: block;
        max-width: 100%;
        margin: 0;
        padding: 0 3rem;
    }
    .p-about__list__item {
        width: 100%;
        margin-top: 2.8rem;
    }
    .p-about__list__item-tit {
        margin-bottom: 0.5rem;
        font-size: 1.6rem;
    }
    .p-about__boxInner {
        max-width: 100%;
        padding: 0 3rem;
        margin-top: 9.2rem;
    }
    .p-about__box {
        position: relative;
    }
    .p-about__box--01 {
        margin-bottom: 7.2rem;
    }
    .p-about__box--01 .p-about__box__heading {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-bottom: 2rem;
        font-weight: 400;
        font-size: 1.8rem;
    }
    .p-about__box--01 .p-about__box__content {
        padding-left: 0;
    }
    .p-about__box--01 .p-about__box__content-pic {
        margin-top: 1.2rem;
        text-align: center;
        margin-bottom: 3rem;
    }
    .p-about__box--01 .p-about__box__content-pic-item:nth-child(1) {
        width: 29rem;
        margin: 0 auto;
    }
    .p-about__box--01 .p-about__box__content-pic-item:nth-child(2) {
        width: 19.8rem;
        margin-top: 2rem;
    }
    .p-about__box--02 {
        margin-bottom: 8rem;
    }
    .p-about__box--02 .p-about__box__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-about__box--02 .p-about__box__heading {
        width: 100%;
        text-align: center;
        margin: 0 auto 2rem;
        font-size: 1.8rem;
        font-weight: 400;
    }
    .p-about__box--02 .p-about__box__content-pic {
        margin-top: 1.2rem;
        margin-bottom: 3rem;
    }
    .p-about__box--02 .p-about__box__content-pic-item:nth-child(1) {
        width: 100%;
    }
    .p-about__box--03 .p-about__box__heading {
        font-size: 1.8rem;
        text-align: center;
        margin: 0 auto 2rem;
    }
    .p-about__box--03 .p-about__box__content {
        padding-left: 0;
    }
    .p-about__box--03 .p-about__box__content-pic {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .p-about__box--03 .p-about__box__content-pic-item {
        width: 33rem;
        margin: 0 auto;
    }
    .p-about__box__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .p-about__box__content-txt {
        width: 100%;
        font-size: 1.4rem;
    }
    .p-about__box__content-pic {
        width: 100%;
    }
}

.p-flow .c-title {
    margin-bottom: 3rem;
}

.p-flow__content {
    margin-top: 4rem;
}

.p-flow__content__list {
    margin: 0 auto 15.5rem;
    max-width: 88rem;
}

.p-flow__content__gallery {
    padding-left: 5.5rem;
}

.p-flow__content__gallery-item {
    display: block;
}

.p-flow__content__gallery-item:nth-child(1) {
    width: 43.3rem;
}

.p-flow__content__gallery-item:nth-child(2) {
    width: 37rem;
    margin-left: auto;
    margin-top: -9rem;
}

.p-flow__content__gallery-item:nth-child(3) {
    width: 20rem;
    margin-left: 32rem;
}

.p-flow__content__gallery-item:nth-child(4) {
    width: 33rem;
    margin-left: auto;
    margin-right: 8.8rem;
    margin-top: -1rem;
}

@media screen and (max-width: 780px) {
    .p-flow .c-title {
        margin-bottom: 2rem;
    }
    .p-flow__content__list {
        margin: 0 auto 10rem;
        max-width: 100%;
        padding: 0 3rem;
    }
    .p-flow__content__gallery {
        padding-left: 0;
    }
    .p-flow__content__gallery-item:nth-child(1) {
        width: 26rem;
    }
    .p-flow__content__gallery-item:nth-child(2) {
        width: 17.1rem;
        margin-top: 4rem;
        margin-right: 3rem;
    }
    .p-flow__content__gallery-item:nth-child(3) {
        width: 15.8rem;
        margin-left: 0;
        margin-top: -10rem;
    }
    .p-flow__content__gallery-item:nth-child(4) {
        width: 29.4rem;
        margin-right: 0;
        margin-top: 3rem;
    }
}

.p-faq {
    position: relative;
    margin-bottom: 15rem;
    margin-top: 19rem;
}

.p-faq .c-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-faq__inner {
    padding: 0 3.8rem 0 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-faq__content {
    width: 65rem;
}

.p-faq__list li+li {
    margin-top: 2rem;
}

.p-faq__list__question {
    border-radius: 1rem;
    background-color: #f4f4f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.9rem 2rem;
    min-height: 7rem;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem;
    cursor: pointer;
}

.p-faq__list__question-text {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: 400;
}

.p-faq__list__question-text span {
    margin-right: 1rem;
    color: #9a9a6b;
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 400;
}

.p-faq__list__question.open .p-faq__list__question-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__list__question-icon {
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    cursor: pointer;
}

.p-faq__list__question-icon::before,
.p-faq__list__question-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #656565;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-faq__list__question-icon::after {
    width: 1.6rem;
    height: 0.2rem;
}

.p-faq__list__question-icon::before {
    height: 1.6rem;
    width: 0.2rem;
}

.p-faq__list__answer {
    padding: 3rem 2.6rem 1.9rem 2rem;
}

.p-faq__list__answer-txt {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
    font-weight: 400;
    color: #656565;
}

@media screen and (max-width: 780px) {
    .p-faq {
        margin-bottom: 10rem;
        margin-top: 8rem;
    }
    .p-faq__inner {
        padding: 0 3rem;
        display: block;
    }
    .p-faq__content {
        width: 100%;
        margin-top: 3rem;
    }
    .p-faq__list li+li {
        margin-top: 2rem;
    }
    .p-faq__list__question {
        gap: 0.5rem;
        padding: 1.9rem 1.5rem 1.9rem 2rem;
    }
    .p-faq__list__question-text {
        font-size: 1.6rem;
    }
    .p-faq__list__question-text span {
        font-size: 1.8rem;
    }
    .p-faq__list__answer {
        padding: 2rem 1rem 1rem;
    }
    .p-faq__list__answer-txt {
        font-size: 1.4rem;
    }
}

.c-footer__container {
    max-width: 144rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 9.2rem;
    padding-right: 4.9rem;
    padding-bottom: 3rem;
}

.c-footer__pic {
    max-width: 58rem;
    width: 100%;
}

.c-footer__content {
    padding-top: 3.2rem;
}

.c-footer__txt {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 1px;
    color: #656565;
    margin-bottom: 2.5rem;
}

.c-footer__logo {
    max-width: 27rem;
    margin-bottom: 2rem;
    display: inline-block;
}

.c-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.8rem;
}

.c-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.c-footer__nav__item {
    width: 50%;
}

.c-footer__nav__item-link {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    color: #656565;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.c-footer__nav__item-link:hover {
    color: #9a9a6b;
}

.c-footer__nav__item.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
}

.c-footer__nav__item.social a {
    width: 2rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.c-footer__nav__item.social a:hover {
    opacity: 0.7;
}

.c-footer .c-btn--small {
    min-width: 20rem;
    background-color: transparent;
}

.c-footer .c-btn--small:hover {
    background-color: #656565;
}

.c-footer__copyright {
    margin-top: 5rem;
    text-align: right;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1;
    color: #656565;
}

@media screen and (max-width: 780px) {
    .c-footer__container {
        display: block;
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .c-footer__content {
        padding-top: 5.7rem;
        text-align: center;
    }
    .c-footer__txt {
        font-size: 1.1rem;
        margin-bottom: 1.8rem;
    }
    .c-footer__logo {
        max-width: 19.9rem;
        margin-bottom: 3.5rem;
    }
    .c-footer__wrap {
        display: block;
    }
    .c-footer__nav {
        max-width: 75%;
        margin: 0 auto;
    }
    .c-footer__nav__item-link {
        font-size: 1.2rem;
    }
    .c-footer__nav__item.social {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 4rem;
    }
    .c-footer .c-btn {
        margin-top: 4.5rem;
        padding-right: 0;
    }
    .c-footer .c-btn--small {
        min-width: 32rem;
        min-height: 6.5rem;
    }
    .c-footer .c-btn--small::before {
        width: 3.6rem;
        right: -1.8rem;
    }
}


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


/* Tan custom 240808 */

.p-about__list__item-txt {
    line-height: 1.6;
    margin-top: 1rem;
}

.p-review .my-slider-progress-bar {
    width: calc(100% / 7);
    position: relative;
}

.splide .splide__arrow {
    top: auto;
    bottom: -7.25rem;
    transform: none;
    width: 25px;
    height: 9px;
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
}

.splide .splide__arrow--prev {
    background-image: url(../img/btn_prev.svg);
}

.splide .splide__arrow--next {
    right: auto;
    left: 6.5rem;
    background-image: url(../img/btn_next.svg);
}

.splide__arrow svg {
    display: none;
}

.p-review {
    margin-left: 8rem;
}

.p-service__box--01 .p-service__box-left,
.p-service__box--02 .p-service__box-left,
.p-service__box--03 .p-service__box-left {
    margin-right: 5.5rem;
    max-width: 44rem;
}

.p-service__box--01 .p-service__box-right,
.p-service__box--02 .p-service__box-right,
.p-service__box--03 .p-service__box-right {
    max-width: 46.4rem;
}

.p-service__box {
    gap: 0;
}

.c-footer__wrap {
    position: relative;
}

.c-footer__copyright {
    position: absolute;
    bottom: -4rem;
    right: -6rem;
}

.p-service__box-heading--en img {
    width: 12rem;
}

@media (max-width: 780px) {
    .c-footer__copyright {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 4rem;
        text-align: center;
    }
    .p-review {
        margin-left: 0;
    }
    .p-service__box--01 .p-service__box-left,
    .p-service__box--02 .p-service__box-left,
    .p-service__box--03 .p-service__box-left {
        margin-right: 0;
    }
    .p-service__box--02 .p-service__box-pic-item {
        margin-left: 0;
    }
    .c-box__left.scroll {
        box-shadow: 0 0 4px 0 #ccc;
        background: rgba(255, 255, 255, 0.85);
    }
    .c-loading__inner.u-onlyPC {
        opacity: 0 !important;
    }
    .c-loading__inner.u-onlySP {
        opacity: 1 !important;
    }
    .c-loading__line {
        width: 67.4rem;
        height: 119.9rem;
        margin-left: 4rem;
    }
    .c-loading__line svg .line_sp {
        stroke-dasharray: 3000;
        stroke-dashoffset: 3000;
    }
    .c-loading__inner img {
        width: 4rem;
    }
}


/* edit date 2025-02-07 */

@media screen and (max-width: 780px) {
    .p-mainVisual__pic-item img {
        margin: 0 auto;
    }
    .c-header__logo {
        position: relative;
    }
    .c-header__logo__text {
        position: absolute;
        font-size: 1.2rem;
        left: 107%;
        top: .2rem;
        width: max-content;
        display: block;
        font-weight: 400;
        letter-spacing: 0;
    }
    .c-menuBtn {
        top: -1rem;
        width: 5rem;
        height: 5rem;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 4px 0px rgba(116, 116, 114, 0.3);
    }
    .c-menuBtn__inner {
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        position: relative;
    }
    .c-menuBtn.open>.c-menuBtn__inner>span:nth-child(1) {
        transform: translateX(-50%) rotate(30deg);
        top: 50%;
    }
    .c-menuBtn.open>.c-menuBtn__inner>span:nth-child(2) {
        transform: translateX(-50%) rotate(-30deg);
        top: 50%;
    }
    .c-menuBtn>.c-menuBtn__inner>span {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #656565;
        left: 50%;
        transform: translateX(-50%);
        transition: transform 0.3s ease;
    }
    .c-menuBtn>.c-menuBtn__inner>span:nth-child(1) {
        top: calc(50% + 0.5rem);
    }
    .c-menuBtn>.c-menuBtn__inner>span:nth-child(2) {
        top: calc(50% - 0.5rem);
    }
    .grey_line {
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #e8e5dc 0%) repeat scroll 0 0;
    }
    .p-mainVisual__inner {
        padding: 2rem 0rem 0;
    }
    .p-mainVisual__text .grey_line {
        font-size: 1.8rem;
        line-height: .9;
        font-weight: 400;
        letter-spacing: 0.035em;
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 74%, #e8e5dc 0%) repeat scroll 0 0;
    }
    .p-mainVisual__text .fontMed {
        font-weight: 500;
        font-size: 2.2rem;
        line-height: 1;
    }
    .p-mainVisual .splide__pagination__page {
        width: .7rem;
        height: .7rem;
        background-color: #fff;
        margin: .5rem;
    }
    .p-mainVisual__pic {
        padding: 0;
    }
    .p-mainVisual__pic-item:nth-child(1) {
        width: 100%;
        margin-left: 0;
        padding: 2rem 0;
    }
    .c-btn__link.c-btn__link--fv {
        border: none;
        padding: 0;
    }
    .p-mainVisual .c-btn {
        margin-top: 1rem;
        padding: 0 1.5rem;
    }
    .c-btn>a:not(:last-child) {
        margin-bottom: 2rem;
    }
    .p-mainVisual__list {
        z-index: 1;
        display: flex;
        gap: 1rem;
        justify-content: center;
    }
    .p-mainVisual__list>li {
        width: calc(100% / 3 - 1rem * 2 / 3);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #fff;
        box-shadow: 0px 0px 4px 0px rgba(116, 116, 114, 0.3);
        border-radius: 50%;
        font-size: 1.2rem;
        color: #707070;
        line-height: 1.4;
        min-height: 11.3rem;
        /* font-family: "Shippori Mincho B1", serif; */
    }
    .p-mainVisual__list>li .txtMed {
        font-size: 1.5rem;
        font-weight: 500;
        padding: 0 .5rem;
        background: rgba(0, 0, 0, 0) linear-gradient(transparent 74%, #e8e5dc 0%) repeat scroll 0 0;
        line-height: 1.3;
    }
    .c-box__left.scroll .c-menuBtn {
        top: -1rem;
    }
    .c-gNavi .c-header__logo__text {
        left: 48%;
        top: 1.9rem;
    }
    /* .p-mainVisual .c-btn--larg {
        background-color: #b9ad97;
        min-width: 100%;
        border-radius: 6rem;
        min-height: 7rem;
        border: none;
    } */
    .p-mainVisual .c-btn__link-text {
        /* color: #fff; 
        font-family: "Shippori Mincho B1", serif;
        font-weight: 500;
        text-shadow: 0px 0px 4px rgba(95, 89, 77, 0.3);
        font-size: 2rem; */
    }
    .p-mainVisual .c-btn__head {
        margin: 0 auto;
        background: #fff;
        padding: 0.4rem 3rem .6rem;
        display: inline-block;
        transform: translateY(1.6rem);
        z-index: 1;
        position: relative;
        border-radius: 2rem;
        border: 1px solid #b7b7b7;
        color: #787878;
        font-size: 1.2rem;
    }
    /* .p-mainVisual .c-btn--larg::before {
        content: none;
    } */
    .p-mainVisual .c-btn__link-icon {
        width: 2.8rem;
        height: 2.7rem;
    }
}