html { 
    font-family: "Noto Sans JP", sans-serif;
    color: #161616;
}

body {
    min-width: 375px;
}

.of-hidden {
    overflow: hidden;
}

span {
    display: inline-block;
}

picture {
    display: block;
    overflow: hidden;
}

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

a {
    display: inline-block;
}

@media screen and (min-width: 901px) {
    .hover-nomal {
        transition: opacity .6s 0s cubic-bezier(.44,.14,.09,1.02);
    }

    .hover-nomal:hover {
        opacity: .64;
    }
}

/* utility */
.u-en {
    font-family: "Geist", sans-serif;
}

.u-color-orange {
    color: #fc8332;
}

/* layout */
.l-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.l-inner {
    margin: 0 auto;
    max-width: 1100px;
}

@media screen and (max-width: 900px) {
    .l-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .l-inner {
        max-width: 500px;
    }
}

/* common */
.pc-only {
    display: block;
}

.br-pc-only {
    display: inline-block;
}

.sp-only {
    display: none;
}

.br-sp-only {
    display: none;
}

@media screen and (max-width: 900px) {
    .pc-only {
        display: none;
    }

    .br-pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .br-sp-only {
        display: inline-block;
    }
}

.c-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 424px;
    height: 90px;
    padding-bottom: 5px;
}
.c-btn::before {
    background-color: #f2632d;
    content: '';
    height: calc(100% - 5px);
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 100vh;
}

.c-btn__content {
    position: relative;
    z-index: 2;
    height: 85px;
    border-radius: 100vh;
    background: linear-gradient(93deg, #F76C37 25.53%, #FC8332 83.18%);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    padding-left: 38px;
    padding-bottom: 2px;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
}
.c-btn.--02 .c-btn__content {
    padding-left: 44px;
}

.c-btn__txt {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    padding-left: 30px;
}
.c-btn__txt::before {
    background: url('../img/icon-download.svg') no-repeat center center/contain;
    content: '';
    height: 21px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 21px;
}
.c-btn.--02 .c-btn__txt {
    font-size: 22px;
    padding-left: 0;
}
.c-btn.--02 .c-btn__txt::before {
    display: none;
}

.c-btn__img {
    position: absolute;
    width: 97px;
    right: -18px;
    top: 11px;
    filter: drop-shadow( 0 1.7px 2px rgba(0, 0, 0, 0.25));
}

.c-btn02 {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 33px;
}

.c-btn02::before {
    background: url('../img/link-arrow.svg') no-repeat center center/contain;
    content: '';
    height: 25px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 25px;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.c-btn02 span {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.c-btn02 span::before {
    background-color: #161616;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    bottom: -4px;
    width: 0;
    transition: width .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

@media screen and (min-width: 901px) {
    .c-btn:hover .c-btn__content {
        transform: translate(0, 5px);
    }

    .c-btn02:hover:before,
    .hover-parent:hover .c-btn02:before {
        transform: rotate(-360deg);
    }

    .c-btn02:hover span::before,
    .hover-parent:hover .c-btn02 span::before {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .c-btn {
        margin: 0 auto;
        max-width: 335px;
        height: 72px;
        padding-bottom: 4px;
    }
    .c-btn::before {
        height: calc(100% - 4px);
    }

    .c-btn__content {
        height: 68px;
        padding-left: 33px;
        padding-bottom: 1px;
    }
    .c-btn.--02 .c-btn__content {
        padding-left: 33px;
    }

    .c-btn__txt {
        font-size: 18px;
        padding-left: 27px;
    }
    .c-btn__txt::before {
        height: 19px;
        top: 2px;
        width: 19px;
    }
    .c-btn.--02 .c-btn__txt {
        font-size: 18px;
    }

    .c-btn__img {
        width: 75px;
        right: -7px;
        top: 10px;
    }
}

.c-subHead {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.c-subHead span {
    position: relative;
    padding-left: 21px;
}
.c-subHead span::before {
    background-color: #fc8332;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 10px;
    border-radius: 2px;
}

.c-head {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.45;
}

.c-head02 {
    position: relative;
    padding-left: 33px;
    font-feature-settings: 'palt' on;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
}
.c-head02::before {
    background-color: #fc8332;
    content: '';
    height: 52px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 10px;
    border-radius: 0 6px 6px 0;
}

@media screen and (max-width: 900px) {
    .c-subHead {
        font-size: 16px;
        margin-bottom: 17px;
    }

    .c-subHead span {
        padding-left: 18px;
    }
    .c-subHead span::before {
        top: 3px;
    }

    .c-head {
        font-size: 34px;
        line-height: 1.25;
    }

    .c-head02 {
        padding-left: 22px;
        font-size: 24px;
    }
    .c-head02::before {
        height: 37px;
        top: -2px;
        width: 7px;
        border-radius: 0 4px 4px 0;
    }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.p-header__reception {
    padding: 7px 5px 8px;
    background-color: #fc8332;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
}

.p-header__inner {
    padding: 14px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-header__logo {
    display: flex;
    width: 177px;
}

.p-header__navs {
    display: flex;
    align-items: center;
    gap: 25px;
}

.p-header__navs>ul {
    display: flex;
    gap: 25px;
}

.p-header__navs ul li {
    position: relative;
}

.p-header__navs>ul>li>a,
.p-header__navs ul li .parent-txt {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
}

.p-header__navs>ul>li>a {
    position: relative;
}

.p-header__navs>ul>li>a::before {
    background-color: #fc8332;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    bottom: -4px;
    width: 0;
    transform: translate(-50%, 0);
    transition: width .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-header__navs ul li .parent-txt {
    position: relative;
    padding-right: 18px;
    transition: color .6s 0s cubic-bezier(.44,.14,.09,1.02);
    cursor: pointer;
}
.p-header__navs ul li .parent-txt::before {
    background: url('../img/header-hover-arrow.svg') no-repeat center center/contain;
    content: '';
    height: 8px;
    right: 0;
    position: absolute;
    top: 3px;
    width: 10px;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-header__navs ul li.having-children .children-contents {
    position: absolute;
    padding-top: 20px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 218px;
    transition: opacity .6s 0s cubic-bezier(.44,.14,.09,1.02);
    pointer-events: none;
    opacity: 0;
}
.p-header__navs ul li.having-children:hover .children-contents {
    pointer-events: all;
    opacity: 1;
}
.p-header__navs ul li.having-children.--02 .children-contents {
    width: 426px;
}

.p-header__navs ul li.having-children .children-contents .children-contents-inner {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 8px 8px 40px 0 rgba(62, 46, 26, 0.15);
    padding: 30px;
}

.p-header__navs ul li.having-children .children-contents ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    margin-top: 10px;
}

.p-header__navs ul li.having-children .children-contents ul li {
    width: 100%;
    border-bottom: #eaeaea solid 1px;
}
.p-header__navs ul li.having-children.--02 .children-contents ul li {
    width: calc(50% - 15px);
}

.p-header__navs ul li.having-children .children-contents ul li a {
    position: relative;
    padding: 15px 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    transition: color .6s 0s cubic-bezier(.44,.14,.09,1.02);
}
.p-header__navs ul li.having-children .children-contents ul li a::before {
    background: url('../img/header-link-arrow.svg') no-repeat center center/contain;
    content: '';
    height: 10px;
    right: 0;
    position: absolute;
    top: calc(50% - 5px);
    width: 8px;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-header__navs ul li.having-children p.--02 {
    margin-top: 30px;
}

.p-header__navs ul li.having-children p a {
    position: relative;
    color: #FC8332;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding-right: 24px;
}
.p-header__navs ul li.having-children p a::before {
    background: url('../img/header-link-arrow.svg') no-repeat center center/contain;
    content: '';
    height: 10px;
    right: 0;
    position: absolute;
    top: calc(50% - 4px);
    width: 8px;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-header__btns {
    display: flex;
    align-items: center;
}

.p-header__tel {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-right: 15px;
}

.p-header__tel--num {
    position: relative;
    padding-left: 21px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.p-header__tel--num::before {
    background: url('../img/icon-tel.svg') no-repeat center center/contain;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 16px;
}

.p-header__tel--txt {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}

.p-header__btn {
    padding: 15px 20px 16px;
    border: #161616 solid 1px;
    border-radius: 100vh;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.p-header__btn.--download {
    color: #fff;
    background-color: #161616;
    margin-right: 5px;
}

.p-hamburgerBtn {
    display: none;
}

@media screen and (min-width: 901px) {
    .p-header__navs ul li>a:hover:before {
        width: 100%;
    }

    .p-header__navs ul li:hover .parent-txt {
        color: #a2a2a2;
    }

    .p-header__navs ul li.having-children .children-contents ul li a:hover {
        color: #fc8332;
    }
    .p-header__navs ul li.having-children .children-contents ul li a:hover:before,
    .p-header__navs ul li.having-children .children-contents p a:hover:before {
        transform: translate(4px, 0px);
    }
}

@media screen and (max-width: 1310px) {
    .p-header__navs {
        gap: 18px;
    }

    .p-header__navs>ul {
        display: flex;
        gap: 18px;
    }
}

@media screen and (max-width: 1280px) {
    .p-header__navs>ul {
        display: none;
    }

    .p-header__btn {
        display: none;
    }

    .p-hamburgerBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background-color: #fc8332;
        border-radius: 100vh;
        cursor: pointer;
    }

    .p-hamburgerBtn__bars {
        position: relative;
        width: 14px;
        height: 10px;
    }

    .p-hamburgerBtn__bars span {
        background-color: #fff;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        top: 0;
        transition: opacity .6s 0s cubic-bezier(.44,.14,.09,1.02), transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
    }
    .p-hamburgerBtn__bars span:nth-of-type(2) {
        top: 4px;
    }
    .p-hamburgerBtn__bars span:last-of-type {
        top: unset;
        bottom: 0;
    }

    .p-hamburgerBtn.js-active .p-hamburgerBtn__bars span:nth-of-type(1) {
        transform: translate(0, 4px) rotate(45deg);
    }
    .p-hamburgerBtn.js-active .p-hamburgerBtn__bars span:nth-of-type(2) {
        opacity: 0;
    }
    .p-hamburgerBtn.js-active .p-hamburgerBtn__bars span:last-of-type {
        transform: translate(0, -4px) rotate(-45deg);
    }
}

@media screen and (max-width: 900px) {
    .p-header__reception {
        padding: 5px 5px 6px;
        font-size: 12px;
    }

    .p-header__inner {
        padding: 7px 20px;
    }

    .p-header__logo {
        width: 131px;
    }

    .p-header__navs {
        gap: 9px;
    }

    .p-header__navs>ul {
        gap: 9px;
    }

    .p-header__btns {
        display: flex;
        align-items: center;
    }

    .p-header__tel {
        gap: 2px;
        margin-right: 0;
    }

    .p-header__tel--num {
        padding-left: 15px;
        font-size: 14px;
    }
    .p-header__tel--num::before {
        height: 11px;
        top: 1px;
        width: 11px;
    }

    .p-header__tel--txt {
        font-size: 10px;
    }

    .p-header__btn {
        padding: 15px 20px 16px;
        border: #161616 solid 1px;
        border-radius: 100vh;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
    }
    .p-header__btn.--download {
        color: #fff;
        background-color: #161616;
        margin-right: 5px;
    }

    .p-hamburgerBtn {
        width: 34px;
        height: 34px;
    }
}

.p-hamburger {
    display: none;
}

@media screen and (max-width: 1280px) {
    .p-hamburger {
        display: block;
        position: fixed;
        left: 0;
        top: 101px;
        background-color: #fff;
        z-index: 99;
        width: 100%;
        height: calc(100vh - 101px);
        padding: 10px 20px 50px;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        opacity: 0;
        pointer-events: none;
        transition: opacity .6s 0s cubic-bezier(.44,.14,.09,1.02);
    }
    .p-hamburger::-webkit-scrollbar {
        display: none;
    }
    .p-hamburger.js-active {
        opacity: 1;
        pointer-events: all;
    }

    .p-hamburger__upper>ul>li {
        border-bottom: #e2e2e2 solid 1px;
    }

    .p-hamburger__upper>ul>li>a,
    .p-hamburger__upper>ul>li>.parent-txt {
        padding: 16px 0;
        font-feature-settings: 'palt' on;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: .02em;
        display: block;
        cursor: pointer;
        position: relative;
    }
    .p-hamburger__upper>ul>li>.parent-txt::before {
        background: url('../img/header-hover-arrow.svg') no-repeat center center/contain;
        content: '';
        height: 8px;
        right: 0;
        position: absolute;
        top: 23px;
        width: 10px;
        transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
    }
    .p-hamburger__upper>ul>li>.parent-txt.js-active::before {
        transform: rotate(180deg);
    }

    .p-hamburger__upper .children-contents {
        display: none;
    }

    .p-hamburger__upper .children-contents ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 16px;
    }
    .p-hamburger__upper .children-contents ul a {
        display: block;
        color: #747474;
        font-feature-settings: 'palt' on;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: .02em;
    }

    .p-hamburger__upper .children-contents ul li.--01 {
        padding-bottom: 3px;
    }
    .p-hamburger__upper .children-contents ul li.--last {
        margin-top: 8px;
    }

    .p-hamburger__upper .children-contents ul li.--large a {
        color: #FC8332;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
    }

    .p-hamburger__btns {
        margin-top: 30px;
        text-align: center;
    }

    .p-hamburger__tel {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .p-hamburger__tel--txt {
        font-size: 12px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 2px;
    }

    .p-hamburger__tel--num {
        position: relative;
        padding-left: 28px;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
    }
    .p-hamburger__tel--num::before {
        background: url('../img/icon-tel.svg') no-repeat center center/contain;
        content: '';
        height: 21px;
        left: 0;
        position: absolute;
        top: 3px;
        width: 21px;
    }

    .p-hamburger__tel--txt02 {
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
    }

    .p-hamburger__btns>div {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-top: 20px;
    }

    .p-hamburger__btn {
        padding: 16px 23px 17px;
        background-color: #161616;
        border-radius: 100vh;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
    }
    .p-hamburger__btn.--contact {
        background-color: #fc8332;
    }
}

@media screen and (max-width: 900px) {
    .p-hamburger {
        top: 70px;
        height: calc(100vh - 70px);
    }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
    margin-top: 107px;
    padding: 45px 40px 17px;
    overflow: hidden;
    position: relative;
}
.p-mv::before {
    background: url('../img/mv-bg.webp') no-repeat center center/cover;
    content: '';
    height: 470px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translate(-50%, 0);
}

.p-mv__inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.p-mv__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-mv__txts {
    width: calc(517/1100*100%);
}

.p-mv__head {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: -.02em;
}

.p-mv__btn {
    margin-top: 25px;
}

.p-mv__imgs {
    width: calc(560/1100*100%);
    position: relative;
}

.p-mv__imgs--badges {
    position: absolute;
    right: 28px;
    top: -20px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.p-mv__imgs--badges figure {
    width: 91px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}

.p-mv__img {
    aspect-ratio: 550/360;
    overflow: hidden;
    border-radius: 30px;
    border: rgba(252,131,50,.3) solid 10px;
}

.p-mv__img video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.p-mv__badges {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.p-mv__badges li {
    width: calc(297/1100*100%);
}
.p-mv__badges li:nth-of-type(3) {
    width: calc(262/1100*100%);
}
.p-mv__badges li:nth-of-type(4) {
    width: calc(215/1100*100%);
}

.p-mv__caution {
    margin-top: 10px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 10px;
    line-height: 1.5;
}

@media screen and (max-width: 1150px) {
    .p-mv__head {
        font-size: 45px;
    }
}

@media screen and (max-width: 900px) {
    .p-mv {
        margin-top: 71px;
        padding: 15px 20px 22px;
    }
    .p-mv::before {
        background: url('../img/mv-bg-sp.webp') no-repeat center center/cover;
        height: 241px;
    }

    .p-mv__inner {
        max-width: 500px;
    }

    .p-mv__contents {
        display: block;
    }

    .p-mv__txts {
        width: 100%;
    }

    .p-mv__head {
        font-size: 30px;
        text-align: center;
    }

    .p-mv__btn {
        margin-top: 25px;
    }

    .p-mv__imgs {
        width: 100%;
        margin-top: 22px;
    }

    .p-mv__imgs--badges {
        position: absolute;
        right: unset;
        left: 14px;
        top: -14px;
    }

    .p-mv__imgs--badges figure {
        width: 71px;
    }

    .p-mv__img {
        border-radius: 18px;
        border: rgba(252,131,50,.3) solid 6px;
    }

    .p-mv__badges {
        margin: 29px auto 0;
        max-width: 335px;
        align-items: center;
        flex-wrap: wrap;
    }

    .p-mv__badges li {
        width: calc(166/335*100%);
    }
    .p-mv__badges li:nth-of-type(3) {
        width: calc(166/335*100%);
    }
    .p-mv__badges li:nth-of-type(4) {
        width: calc(166/335*100%);
    }

    .p-mv__caution {
        margin-top: 22px;
        text-align: left;
    }
}

.p-mv__slides {
    overflow: hidden;
    padding-bottom: 25px;
}

.p-mv__slides ul {
    display: flex;
    gap: 20px;
}

.p-mv__slides ul li {
    display: flex;
    gap: 20px;
    animation: scroll-left 40s infinite linear 0s both;
}

.p-mv__slides ul li figure {
    width: 150px;
    min-width: 150px;
}

.p-mv__slides ul li figure:nth-of-type(4) {
    width: 100px;
    min-width: 100px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 900px) {
    .p-mv__slides {
        padding-bottom: 18px;
    }

    .p-mv__slides ul {
        gap: 12px;
    }

    .p-mv__slides ul li {
        gap: 12px;
        animation: scroll-left 40s infinite linear 0s both;
    }

    .p-mv__slides ul li figure {
        width: 129px;
        min-width: 129px;
    }

    .p-mv__slides ul li figure:nth-of-type(4) {
        width: 86px;
        min-width: 86px;
    }
}

/*===========================================================================*/
/*  sv  */
/*===========================================================================*/
.p-sv {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #faf4ea;
    position: relative;
    overflow: hidden;
}
.p-sv::before {
    background: url('../img/sv-bg.webp') no-repeat center center/contain;
    content: '';
    height: 480px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1373px;
    transform: translate(-50%, 0px);
}

.p-sv__inner {
    position: relative;
    z-index: 2;
}

.p-sv__head {
    font-feature-settings: 'palt' on;
    font-size: 64px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .03em;
    text-align: center;
}

.p-sv__txt {
    margin-top: 15px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .03em;
}

.p-sv__list {
    margin: 35px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 38px;
    max-width: 1002px;
}

.p-sv__list li {
    width: calc(100%/3 - 76px/3);
    position: relative;
}
.p-sv__list li:nth-of-type(1) {
    width: 100%;
}
.p-sv__list li::before {
    background: url('../img/sv-arrow01.webp') no-repeat center center/contain;
    content: '';
    height: 70px;
    left: 50%;
    position: absolute;
    top: -61px;
    width: 35px;
    transform: translate(-50%, 0);
}
.p-sv__list li:nth-of-type(1)::before {
    display: none;
}
.p-sv__list li::after {
    background: url('../img/sv-arrow02.webp') no-repeat center center/contain;
    content: '';
    height: 39px;
    right: -56px;
    position: absolute;
    top: 50%;
    width: 58px;
    transform: translate(0, -50%);
    z-index: 2;
}
.p-sv__list li:nth-of-type(1):after,
.p-sv__list li:nth-of-type(4):after {
    display: none;
}

.p-sv__list--inner {
    display: block;
    padding: 26px 12px 30px;
    background-color: #fff;
    border-radius: 18px;
    border: rgba(252,131,50,.3) solid 6px;
}

.p-sv__list li:nth-of-type(1) .p-sv__list--inner {
    width: 100%;
    padding: 40px 330px 45px 40px;
}

.p-sv__list--head01 {
    position: relative;
    font-feature-settings: 'palt' on;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .04em;
}
.p-sv__list--head01::before {
    background-color: #fc8332;
    content: '';
    height: 40px;
    left: -40px;
    position: absolute;
    top: 5px;
    width: 12px;
    border-radius: 0 4px 4px 0;
}

.p-sv__list--tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.p-sv__list--tags a {
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    padding: 4px 12px 5px;
    background-color: #f9f4eb;
    border-radius: 8px;
}

.p-sv__list--link {
    margin-top: 24px;
}

.p-sv__list--img01 {
    position: absolute;
    width: 360px;
    top: 8px;
    right: 1px;
}

.p-sv__list--head02 {
    margin-top: 9px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .04em;
}

.p-sv__list--soon {
    text-align: center;
    margin-top: 18px;
    color: #d7c7ad;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.p-sv__list--link02 {
    text-align: center;
    margin-top: 19px;
}

.p-sv__btn--subHead {
    text-align: center;
    margin-top: 50px;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .03em;
}

.p-sv__btn--subHead span {
    position: relative;
    padding: 0 20px;
}
.p-sv__btn--subHead span::before {
    background: url('../img/sv-txt-left.webp') no-repeat center center/contain;
    content: '';
    height: 29px;
    left: 0;
    position: absolute;
    bottom: -4px;
    width: 14px;
}
.p-sv__btn--subHead span::after {
    background: url('../img/sv-txt-right.webp') no-repeat center center/contain;
    content: '';
    height: 29px;
    right: 0;
    position: absolute;
    bottom: -4px;
    width: 14px;
}

.p-sv__btn {
    margin: 13px auto 0;
}

@media screen and (max-width: 900px) {
    .p-sv {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .p-sv::before {
        background: url('../img/sv-bg-sp.webp') no-repeat center center/contain;
        height: 284px;
        width: 100%;
        max-width: 460px;
    }

    .p-sv__head {
        font-size: 34px;
    }

    .p-sv__txt {
        margin-top: 10px;
        font-size: 14px;
    }

    .p-sv__list {
        margin: 25px auto 0;
        display: flex;
        gap: 30px;
    }

    .p-sv__list li {
        width: 100%;
    }
    .p-sv__list li::before {
        display: none;
    }
    .p-sv__list li::after {
        display: none;
    }

    .p-sv__list--inner {
        padding: 21px 150px 24px 20px;
        border: rgba(252,131,50,.3) solid 4px;
    }

    .p-sv__list li:nth-of-type(1) .p-sv__list--inner {
        padding: 211px 20px 28px;
    }
    .p-sv__list li:nth-of-type(3) .p-sv__list--inner {
        padding-top: 35px;
        padding-bottom: 34px;
    }
    .p-sv__list li:nth-of-type(4) .p-sv__list--inner {
        padding-top: 35px;
        padding-bottom: 34px;
    }

    .p-sv__list--head01 {
        font-size: 22px;
    }
    .p-sv__list--head01::before {
        height: 31px;
        left: -20px;
        top: 2px;
        width: 7px;
        border-radius: 0 2px 2px 0;
    }

    .p-sv__list--tags {
        margin-top: 12px;
    }

    .p-sv__list--tags a {
        font-size: 12px;
        padding: 2px 8px 3px;
        border-radius: 4px;
    }

    .p-sv__list--link {
        margin-top: 16px;
    }

    .p-sv__list--img01 {
        position: absolute;
        width: 310px;
        top: 15px;
        right: unset;
        left: calc(50% + 5px);
        transform: translate(-50%, 0);
    }

    .p-sv__list--img02 {
        position: absolute;
        width: 176px;
        right: -2px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .p-sv__list--head02 {
        margin-top: 0;
        text-align: left;
        font-feature-settings: 'palt' on;
        font-size: 17px;
    }

    .p-sv__list--soon {
        text-align: left;
        margin-top: 11px;
        font-size: 15px;
    }

    .p-sv__list--link02 {
        text-align: left;
        margin-top: 14px;
    }

    .p-sv__list .c-btn02 {
        padding-left: 22px;
    }
    .p-sv__list .c-btn02::before {
        width: 17px;
        height: 17px;
        top: -2px;
    }

    .p-sv__list .c-btn02 span {
        font-size: 12px;
    }

    .p-sv__btn--subHead {
        margin-top: 30px;
        font-size: 16px;
    }

    .p-sv__btn--subHead span {
        position: relative;
        padding: 0 17px;
    }
    .p-sv__btn--subHead span::before {
        height: 28px;
        bottom: -5px;
        width: 13px;
    }
    .p-sv__btn--subHead span::after {
        height: 28px;
        bottom: -5px;
        width: 13px;
    }

    .p-sv__btn {
        margin: 10px auto 0;
    }
}

/*===========================================================================*/
/*  feature  */
/*===========================================================================*/
.p-feature {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-feature__upper {
    margin-top: 40px;
    padding: 20px;
    border: #fc8332 dashed 2px;
    border-radius: 18px;
    position: relative;
}
.p-feature__upper::before {
    content: '';
    height: 46px;
    left: 0;
    position: absolute;
    top: 100%;
    width: calc(50% - 1px);
    border-right: #fc8332 dashed 2px;
}

.p-feature__upper--inner {
    border-radius: 10px;
    background-color: #faf4ea;
    padding: 50px 20px 42px;
    position: relative;
}

.p-feature__upper--head {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.45;
}

.p-feature__upper--img {
    margin: 20px auto 0;
    max-width: 874px;
    padding-right: calc(22/874*100%);
}

.p-feature__lower {
    padding: 20px;
    border-radius: 18px;
    border: #fc8332 dashed 2px;
    margin-top: 46px;
}

.p-feature__lower--list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.p-feature__lower--list li {
    width: calc(100%/3 - 40px/3);
    background-color: #faf4ea;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}

.p-feature__lower--img {
    width: calc(84/292*100%);
}

.p-feature__lower--txts {
    width: calc(190/292*100%);
}

.p-feature__lower--txts h3 {
    font-feature-settings: 'palt' on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.p-feature__lower--txts p {
    margin-top: 5px;
    font-feature-settings: 'palt' on;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: .02em;
}

@media screen and (max-width: 900px) {
    .p-feature {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .p-feature__upper {
        margin-top: 30px;
        padding: 10px;
    }
    .p-feature__upper::before {
        height: 35px;
    }

    .p-feature__upper--inner {
        border-radius: 10px;
        padding: 28px 13px 27px;
    }

    .p-feature__upper--head {
        font-size: 26px;
    }

    .p-feature__upper--img {
        margin: 15px auto 0;
        padding-right: 0;
    }

    .p-feature__lower {
        padding: 10px;
        border-radius: 18px;
        margin-top: 35px;
    }

    .p-feature__lower--list {
        gap: 8px;
    }

    .p-feature__lower--list li {
        width: 100%;
        padding: 15px 5px 15px 15px;
    }

    .p-feature__lower--img {
        width: 62px;
    }

    .p-feature__lower--txts {
        width: calc(100% - 74px);
    }

    .p-feature__lower--txts h3 {
        font-size: 16px;
    }

    .p-feature__lower--txts p {
        margin-top: 2px;
        font-size: 12px;
    }
}

/*===========================================================================*/
/*  case  */
/*===========================================================================*/
.p-case {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #faf4ea;
}

.p-case__txt {
    margin-top: 15px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .03em;
}

.p-case__list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.p-case__list li {
    width: calc(50% - 20px);
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 10px 35px;
    box-shadow: 8px 8px 30px 0 rgba(62, 46, 26, 0.08);
}

.p-case__list--img {
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    aspect-ratio: 510/340;
}

.p-case__list--img picture {
    width: 100%;
    height: 100%;
}

.p-case__list--img img {
    height: 100%;
    object-fit: cover;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-case__list--txts {
    padding: 20px 25px 0;
}

.p-case__list--company {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}

.p-case__list--head {
    padding-bottom: 15px;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .02em;
    margin-top: 7px;
    border-bottom: #c8c8c8 solid 1px;
}

.p-case__list--table {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.p-case__list--table dl {
    display: flex;
}

.p-case__list--table dl dt {
    width: 83px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.p-case__list--table dl dd {
    width: calc(100% - 83px);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.p-case__btn {
    margin: 50px auto 0;
}

@media screen and (min-width: 901px) {
    .p-case__list--link:hover .p-case__list--img img {
        transform: scale(1.06);
    }
}

@media screen and (max-width: 900px) {
    .p-case {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .p-case__txt {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.55;
    }

    .p-case__list {
        margin-top: 25px;
        gap: 15px;
    }

    .p-case__list li {
        width: 100%;
        border-radius: 20px;
        padding: 10px 10px 20px;
    }

    .p-case__list--img {
        border-radius: 10px 10px 0 0;
    }

    .p-case__list--txts {
        padding: 15px 10px 0;
    }

    .p-case__list--company {
        font-size: 12px;
    }

    .p-case__list--head {
        padding-bottom: 12px;
        font-size: 16px;
        margin-top: 5px;
    }

    .p-case__list--table {
        margin-top: 12px;
        gap: 9px;
    }

    .p-case__list--table dl dt {
        width: 73px;
        font-size: 13px;
    }

    .p-case__list--table dl dd {
        width: calc(100% - 73px);
        font-size: 13px;
    }

    .p-case__btn {
        margin: 30px auto 0;
    }
}

/*===========================================================================*/
/*  seminar  */
/*===========================================================================*/
.p-seminar {
    padding-top: 100px;
    padding-bottom: 100px;
}

.p-seminar__list {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
}

.p-seminar__list li {
    width: 31%;
}

.p-seminar__list--img {
    aspect-ratio: 340/187;
    overflow: hidden;
    border-radius: 10px;
}

.p-seminar__list--img picture {
    width: 100%;
    height: 100%;
}

.p-seminar__list--img img {
    height: 100%;
    object-fit: cover;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-seminar__list--tags {
    margin-top: 15px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.p-seminar__list--tags span {
    color: #fc8332;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    padding: 2px 8px 3px;
    border: #fc8332 solid 1px;
    border-radius: 8px;
}

.p-seminar__list--head {
    margin-top: 8px;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .02em;
}

@media screen and (min-width: 901px) {
    .p-seminar__list--link:hover .p-seminar__list--img img {
        transform: scale(1.06);
    }
}

@media screen and (max-width: 900px) {
    .p-seminar {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .p-seminar__list {
        margin-top: 25px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .p-seminar__list li {
        width: 100%;
    }

    .p-seminar__list--tags {
        margin-top: 10px;
    }

    .p-seminar__list--head {
        margin-top: 6px;
        font-size: 16px;
    }
}

/*===========================================================================*/
/*  news  */
/*===========================================================================*/
.p-news {
    padding-top: 100px;
    background-color: #faf4ea;
    overflow: hidden;
}

.p-news__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.p-news__txts {
    width: 215px;
    min-height: 400px;
}

.p-news__posts {
    width: calc(100% - 215px);
}

.p-news__cat {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-left: 10px;
}

.p-news__cat li {
    position: relative;
    cursor: pointer;
    padding-left: 23px;
    color: #b5ac9c;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    transition: color .6s 0s cubic-bezier(.44,.14,.09,1.02);
}
.p-news__cat li.js-active {
    color: #161616;
}

.p-news__cat li::before {
    background-color: #fc8332;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 10px;
    border-radius: 100vh;
    transition: opacity .6s 0s cubic-bezier(.44,.14,.09,1.02);
    opacity: 0;
}
.p-news__cat li.js-active::before {
    opacity: 1;
}

.p-news__posts {
    position: relative;
    padding: 60px 0 100px 90px;
}
.p-news__posts::before {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
}

.p-news__post {
    position: relative;
    z-index: 2;
    display: none;
}
.p-news__post.js-active {
    display: block;
}

.p-news__post--list li {
    border-bottom: #cbcbcb solid 1px;
}

.p-news__post--list li a {
    display: block;
    padding: 30px 0;
}

.p-news__post--infos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.p-news__post--date {
    color: #747474;
    font-size: 16px;
    line-height: 1;
    padding-top: 4px;
}

.p-news__post--ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.p-news__post--ctas span {
    padding: 2px 8px 3px;
    color: #fc8332;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    border: #fc8332 solid 1px;
    border-radius: 8px;
}

.p-news__post--head {
    margin-top: 10px;
    font-feature-settings: 'palt' on;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-news__btn {
    position: absolute;
    left: 0;
    bottom: 110px;
}

@media screen and (min-width: 901px) {
    .p-news__cat li:hover {
        color: #161616;
    }
}

@media screen and (max-width: 900px) {
    .p-news {
        padding-top: 60px;
    }

    .p-news__inner {
        display: block;
    }

    .p-news__txts {
        width: 100%;
        min-height: unset;
    }

    .p-news__posts {
        width: 100%;
        margin-top: 27px;
    }

    .p-news__cat {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 0;
        row-gap: 18px;
        padding-left: 0;
    }

    .p-news__cat li {
        width: 50%;
        padding-left: 20px;
        font-size: 16px;
    }

    .p-news__posts {
        padding: 30px 0 115px 30px;
    }

    .p-news__post--list li a {
        padding: 22px 0;
    }

    .p-news__post--date {
        font-size: 14px;
        padding-top: 4px;
    }

    .p-news__post--head {
        margin-top: 8px;
        font-size: 15px;
    }

    .p-news__btn {
        position: absolute;
        left: unset;
        right: 0;
        bottom: 65px;
    }
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.p-contact {
    padding-top: 90px;
    padding-bottom: 98px;
    background: url('../img/contact-bg.webp') no-repeat center center/cover;
}

.p-contact .c-subHead {
    color: #fff;
}

.p-contact .c-subHead span::before {
    background-color: #fece08;
}

.p-contact__head {
    margin-top: 18px;
    color: #fff;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.45;
}

.p-contact__btns {
    margin-top: 26px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.p-contact__btn {
    width: calc(50% - 25px/2);
    max-width: 379px;
}

.p-contact__btn--txt {
    color: #fff;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
}

.p-contact__btn--link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 11px;
    height: 85px;
    background-color: #fff;
    border-radius: 100vh;
    padding-bottom: 2px;
    font-feature-settings: 'palt' on;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

@media screen and (min-width: 901px) {
    .p-contact__btn--link:hover {
        box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.48);
    }
}

@media screen and (max-width: 900px) {
    .p-contact {
        padding-top: 50px;
        padding-bottom: 50px;
        background: url('../img/contact-bg-sp.webp') no-repeat center center/cover;
    }

    .p-contact__head {
        margin-top: 15px;
        font-size: 34px;
        line-height: 1.25;
    }

    .p-contact__btns {
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .p-contact__btn {
        max-width: 327px;
        width: 100%;
    }

    .p-contact__btn--txt {
        font-size: 16px;
    }

    .p-contact__btn--link {
        margin-top: 6px;
        height: 75px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.45;
    }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
    padding-top: 80px;
    padding-bottom: 48px;
}

.p-footer__contents {
    display: flex;
    justify-content: space-between;
}

.p-footer__left {
    padding-right: 20px;
}

.p-footer__logo {
    display: flex;
    width: 218px;
}

.p-footer__address {
    margin-top: 65px;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-footer__name {
    margin-top: 102px;
    font-feature-settings: 'palt' on;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-footer__policy {
    margin-top: 78px;
    color: #747474;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-footer__policy a {
    transition: color .6s 0s cubic-bezier(.44,.14,.09,1.02);
    position: relative;
}

.p-footer__policy a::before {
    background-color: #161616;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    bottom: -1px;
    width: 0;
    transform: translate(-50%, 0);
    transition: width .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-footer__right {
    display: flex;
    gap: 50px;
}

.p-footer__lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 138px;
}
.p-footer__lists.--03 {
    width: 212px;
}

.p-footer__list>p {
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-footer__list>p a {
    position: relative;
}
.p-footer__list>p a::before {
    background-color: #161616;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    bottom: -1px;
    width: 0;
    transform: translate(-50%, 0);
    transition: width .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-footer__list>ul {
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.p-footer__list>ul li a {
    color: #747474;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .02em;
    transition: color .6s 0s cubic-bezier(.44,.14,.09,1.02);
    position: relative;
}
.p-footer__list>ul li a::before {
    background-color: #161616;
    content: '';
    height: 1px;
    left: 50%;
    position: absolute;
    bottom: -1px;
    width: 0;
    transform: translate(-50%, 0);
    transition: width .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-footer__copyRight {
    margin-top: 30px;
    color: #747474;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .02em;
}

@media screen and (min-width: 901px) {
    .p-footer__policy a:hover,
    .p-footer__list>ul li a:hover {
        color: #161616;
    }

    .p-footer__policy a:hover:before,
    .p-footer__list>p a:hover:before,
    .p-footer__list>ul li a:hover:before {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .p-footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .p-footer__contents {
        display: block;
    }

    .p-footer__left {
        padding-right: 0;
        padding-bottom: 30px;
        border-bottom: #c8c8c8 solid 1px;
    }

    .p-footer__logo {
        display: flex;
        width: 218px;
    }

    .p-footer__address {
        margin-top: 8px;
    }

    .p-footer__name {
        margin-top: 28px;
        font-size: 14px;
    }

    .p-footer__policy {
        margin-top: -44px;
        text-align: right;
    }

    .p-footer__policy a {
        text-decoration: underline;
    }

    .p-footer__right {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 0;
        row-gap: 20px;
    }

    .p-footer__lists {
        width: 50%;
    }
    .p-footer__lists.--02 {
        order: 2;
    }
    .p-footer__lists.--03 {
        width: 50%;
        order: 1;
    }

    .p-footer__copyRight {
        margin-top: 8px;
        text-align: right;
    }
}