@charset "UTF-8";

*, :after, :before {
    box-sizing: border-box
}

ol, ul {
    padding: 0
}

blockquote, body, dd, dl, figure, h1, h2, h3, h4, ol, p, ul {
    margin: 0
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1.5;
    min-height: 100vh;
    text-rendering: optimizeSpeed
}



a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    display: block;
    width: 100%
}

article>*+* {
    margin-top: 1em
}

img:not([alt]) {
    filter: blur(10px)
}

button, input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none
}

textarea {
    resize: vertical
}

input[type=checkbox], input[type=radio] {
    display: none
}

button, input[type=button], input[type=submit], label, select {
    cursor: pointer
}

select::-ms-expand {
    display: none
}

body {
    background-color: #fff;
    color: #000;
    font-family: Noto Sans JP, sans-serif
}

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

a {
    color: inherit;
    text-decoration: none
}

.p-footer-ichikai {
    background-color: #fff;
    overflow: hidden;
    position: relative
}

.p-footer-ichikai__body {
    background-color: #f4b63c;
    padding: 100px 0 40px;
    position: relative
}

.p-footer-ichikai__field {
    width: 100%;
    z-index: 2
}

.p-footer-ichikai__field img {
    display: block;
    height: auto;
    width: 100%
}

.p-footer-ichikai__inner {
    align-items: stretch;
    display: flex;
    gap: 80px;
    justify-content: center;
    margin: 0 auto 48px;
    max-width: 800px
}

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

.p-footer-ichikai__brand-name {
    color: #fff;
    font-size: 32px;
    letter-spacing: .15em;
    line-height: 1
}

.p-footer-ichikai__company-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.p-footer-ichikai__company-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.8
}

.p-footer-ichikai__nav {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: center;
    margin: 32px 0 24px
}

.p-footer-ichikai__menu {
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0
}

.p-footer-ichikai__menu a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

.p-footer-ichikai__menu a:hover {
    text-decoration: underline
}

.p-footer-ichikai__contact-btn {
    align-items: center;
    background-color: #fff5d9;
    border-radius: 999px;
    color: #d88f19;
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    padding: 10px 32px;
    text-decoration: none;
    white-space: nowrap
}

.p-footer-ichikai__contact-btn:hover {
    opacity: .9
}

.p-footer-ichikai__copy {
    color: #fff;
    font-size: 12px;
    margin: 16px 0 0;
    text-align: center
}

.p-footer-ichikai__pagetop {
    align-items: center;
    background: url(../../img/come-top.png) no-repeat 50%/contain;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
    box-shadow: none;
    color: #d88f19;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 100px;
    justify-content: center;
    padding-top: 10px;
    position: absolute;
    right: 40px;
    text-decoration: none;
    top: 80%;
    transform: translateY(-50%);
    width: 70px
}

.p-footer-ichikai__pagetop:hover {
    opacity: .8
}

@media (max-width:768px) {
    .p-footer-ichikai__inner {
        align-items: center;
        flex-direction: column;
        gap: 24px;
        margin: 0 auto 32px;
        max-width: 100%;
        text-align: center
    }

    .p-footer-ichikai__nav {
        flex-direction: column;
        gap: 16px
    }

    .p-footer-ichikai__pagetop {
        bottom: 24px;
        padding-top: 10px;
        right: 16px;
        top: auto;
        transform: none
    }

    .p-footer-ichikai__brand-name {
        font-size: 26px;
        text-align: center
    }
}

.l-footer__copyright {
    background-color: #f3b942;
    color: #fff;
    padding: 15px;
    text-align: center
}

.p-footer-ichikai__menu li a {
    color: #fff;
    display: inline-block;
    font-family: Zen Maru Gothic, serif;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 12px;
    text-decoration: none
}

.p-footer-ichikai__menu li:last-child a {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #efb93d;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 24px
}

.p-footer-ichikai__menu li:last-child a:hover {
    background: #f7f7f7
}

.p-footer-ichikai__menu, .p-footer-ichikai__menu li, .p-footer-ichikai__menu li a {
    align-items: center;
    display: flex
}

.p-footer-ichikai__menu li a {
    height: 44px;
    justify-content: center;
    line-height: 1
}

@media screen and (max-width:768px) {
    .p-footer-ichikai__menu {
        display: block;
        text-align: center
    }

    .p-footer-ichikai__menu li {
        display: block;
        margin-bottom: 12px
    }

    .p-footer-ichikai__menu li:last-child {
        margin-top: 16px
    }

    .p-footer-ichikai__menu li a {
        display: inline-block;
        text-align: center
    }

    .p-footer-ichikai__menu li:last-child a {
        margin: 0 auto;
        width: 100%
    }
}

.l-header {
    background-color: transparent;
    height: 4.0625rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

@media screen and (max-width:1139px) {
    .l-header {
        top: 20px
    }
}

@media screen and (max-width:767px) {
    .l-header {
        height: 3.75rem;
        top: 10px
    }
}

.l-header.scrolled {
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 1000
}

@media screen and (max-width:767px) {
    .l-header.scrolled {
        background-color: transparent;
        box-shadow: none
    }
}

.l-header__inner {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 120px
}

@media screen and (max-width:1139px) {
    .l-header__inner {
        padding: 0 40px
    }
}

@media screen and (max-width:767px) {
    .l-header__inner {
        padding: 0 20px
    }
}

.l-header__left {
    align-items: center;
    display: flex;
    margin-right: auto
}

.l-header__logo {
    height: 2.5rem;
    width: 12.5rem
}

@media screen and (max-width:1139px) {
    .l-header__logo {
        height: 2rem;
        width: 8rem
    }
}

@media screen and (max-width:767px) {
    .l-header__logo {
        height: 3.75rem;
        width: 8.75rem
    }
}

.l-header__logo img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto
}

.l-header__menu {
    height: 100%;
    margin-left: 1.5rem
}

@media screen and (max-width:1139px) {
    .l-header__menu {
        display: none
    }
}

.l-header__menu-lists {
    align-items: center;
    display: flex;
    height: 100%
}

.l-header__menu-lists li+li {
    margin-left: 2.5rem
}

.l-header__menu-lists a {
    display: block;
    font-family: Zen Maru Gothic, serif;
    font-size: .875rem;
    font-weight: 600;
    padding-bottom: 1rem;
    position: relative;
    transition: all .3s ease 0s
}

.l-header__menu-lists a:hover {
    color: #bbb1a2
}

.l-header__menu-lists a span {
    bottom: 0;
    color: #3a8fbc;
    font-size: .875rem;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 100%
}

.l-header__menu-contact {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
    margin-left: auto
}

@media screen and (max-width:1139px) {
    .l-header__menu-contact {
        display: none
    }
}

.l-header__menu-contact a {
    align-items: center;
    background-color: #333;
    color: #fff;
    display: flex;
    font-weight: 700;
    height: inherit;
    justify-content: center;
    padding: 0 32px
}

.l-header__menu-contact a+a {
    background-color: #3a8fbc
}

.l-header__hamburger, .l-header__menu {
    margin-left: auto
}

.l-header__hamburger {
    height: 80px;
    position: relative;
    width: 80px;
    z-index: 100000
}

@media screen and (max-width:767px) {
    .l-header__hamburger {
        height: 60px;
        width: 60px
    }
}

.l-header__hamburger:before {
    background-image: url(../../img/kome.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease 0s;
    width: 80px
}

@media screen and (max-width:767px) {
    .l-header__hamburger:before {
        height: 60px;
        width: 60px
    }
}

.l-header__hamburger:hover:before {
    transform: scale(1.1)
}

.l-header__hamburger span {
    background-color: #333;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .3s ease 0s;
    width: 24px;
    z-index: 1
}

@media screen and (max-width:767px) {
    .l-header__hamburger span {
        left: 55%
    }
}

.l-header__hamburger span:first-child {
    top: 32px
}

@media screen and (max-width:767px) {
    .l-header__hamburger span:first-child {
        top: 25px
    }
}

.l-header__hamburger span:nth-child(2) {
    top: 40px
}

@media screen and (max-width:767px) {
    .l-header__hamburger span:nth-child(2) {
        top: 30px
    }
}

.l-header__hamburger span:nth-child(3) {
    top: 48px
}

@media screen and (max-width:767px) {
    .l-header__hamburger span:nth-child(3) {
        top: 35px
    }
}

.l-header__hamburger.active span:first-child {
    left: 35%;
    top: 40px;
    transform: rotate(-45deg)
}

@media screen and (max-width:767px) {
    .l-header__hamburger.active span:first-child {
        left: 35%;
        top: 30px
    }
}

.l-header__hamburger.active span:nth-child(2) {
    display: none
}

.l-header__hamburger.active span:nth-child(3) {
    left: 36%;
    top: 39px;
    transform: rotate(45deg)
}

@media screen and (max-width:767px) {
    .l-header__hamburger.active span:nth-child(3) {
        left: 34%;
        top: 30px
    }
}

.drawer {
    background-color: #f4b63c;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .5s;
    width: 100%;
    z-index: 100
}

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

.drawer__inner {
    height: 100vh
}

.drawer__content {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center
}

@media screen and (max-width:767px) {
    .drawer__content {
        flex-direction: column
    }
}

.drawer__img:before {
    content: "";
    display: block;
    padding-top: 100%
}

@media screen and (max-width:767px) {
    .drawer__img:before {
        padding-top: 60%
    }
}

.drawer__right {
    text-align: center
}

@media screen and (max-width:767px) {
    .drawer__right {
        flex: 1;
        margin-top: 120px;
        width: 100%
    }
}

.drawer__menu {
    padding: 80px 0 60px;
    text-align: center
}

.drawer__menu-lists {
    list-style: none;
    margin: 0;
    padding: 0
}

.drawer__menu-lists li {
    margin-bottom: 24px
}

@media screen and (max-width:1139px) {
    .drawer__menu-lists li {
        margin-bottom: 40px
    }
}

@media screen and (max-width:767px) {
    .drawer__menu-lists li {
        margin-bottom: 32px
    }
}

.drawer__menu-lists li a {
    color: #fff;
    display: inline-block;
    font-family: Zen Maru Gothic, system-ui, sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .1em;
    padding-bottom: 16px;
    position: relative;
    text-decoration: none
}

@media screen and (max-width:1139px) {
    .drawer__menu-lists li a {
        font-size: 20px
    }
}

@media screen and (max-width:767px) {
    .drawer__menu-lists li a {
        font-size: 16px
    }
}

.drawer__menu-lists a span {
    bottom: 0;
    color: #3a8fbc;
    font-size: 14px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

@media screen and (max-width:767px) {
    .drawer__menu-lists a span {
        font-size: 12px
    }
}

.drawer__menu-lists li:last-child a {
    background-color: #fff;
    border-radius: 999px;
    color: #f4b63c;
    font-size: 24px;
    letter-spacing: .08em;
    padding: 24px 40px
}

@media screen and (max-width:767px) {
    .drawer__menu-lists li:last-child a {
        font-size: 18px;
        padding: 18px 32px
    }
}

.drawer__menu-lists li:last-child a:hover {
    background-color: #fff7dd
}

.drawer__sns {
    display: flex;
    justify-content: center
}

.drawer__contact, .drawer__reservation, .drawer__sns {
    margin-top: 40px
}

.drawer__contact a, .drawer__reservation a, .inner {
    margin: 0 auto
}

.inner {
    max-width: 80rem;
    outline: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 100%
}

@media screen and (max-width:767px) {
    .inner {
        padding: 0 20px
    }
}

.btn a {
    background-color: #fff;
    border: 3px solid #434f98;
    border-radius: 32px;
    box-shadow: 0 5px 6px -4px rgba(0, 0, 0, .38);
    color: #434f98;
    display: inline-block;
    font-weight: 700;
    padding: 16px 24px;
    transition: all .3s ease 0s
}

@media screen and (max-width:767px) {
    .btn a {
        background-color: #434f98;
        box-shadow: 0 5px 6px -4px rgba(0, 0, 0, .38);
        color: #fff;
        text-align: center;
        width: 100%
    }
}

.btn a:hover {
    background-color: #434f98;
    color: #fff
}

.back-btn {
    margin: 0 auto;
    text-align: center;
    width: 50%
}

@media screen and (max-width:767px) {
    .back-btn {
        margin-top: 40px
    }
}

.opening {
    align-items: center;
    animation: openingFadeOut 2.8s ease forwards;
    animation-delay: 2s;
    background: #efb93d;
    display: flex;
    inset: 0;
    justify-content: center;
    pointer-events: none;
    position: fixed;
    z-index: 9999
}

.opening img {
    animation: logoFadeIn .8s ease forwards;
    animation-delay: .2s;
    display: block;
    height: auto !important;
    max-height: 120px;
    max-width: 400px !important;
    opacity: 0;
    width: auto !important
}

@keyframes logoFadeIn {
    0% {
        opacity: 0;
        transform: translateY(8px)
    }

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

@keyframes openingFadeOut {
    0% {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

.page-fade {
    animation: pageFadeIn 1.8s ease forwards;
    opacity: 0
}

@keyframes pageFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.swiper {
    border-radius: 0;
    height: 100vh;
    position: relative;
    transition-delay: 1.4s;
    transition-duration: .8s;
    width: 100%
}

@media screen and (min-width:1500px) {
    .swiper {
        height: 100vh
    }
}

@media screen and (max-width:767px) {
    .swiper {
        border-radius: 0;
        height: 90vh
    }
}

.swiper-slide {
    color: #fff;
    height: 100%;
    line-height: 400px;
    text-align: center;
    width: 100%
}

.swiper-slide img {
    height: 100%;
    left: 0;
    max-width: none;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

#swiper2, .swiper .swiper-wrapper, .swiper2 .swiper-wrapper {
    transition-timing-function: linear
}

#swiper2 {
    border-radius: 0;
    height: 288px;
    overflow: hidden
}

@media screen and (max-width:767px) {
    #swiper2 {
        height: 175px
    }
}

.swiper-wrapper02 {
    height: inherit;
    transition-timing-function: linear;
    width: 100%
}

.swiper-slide02 {
    height: inherit;
    position: relative;
    width: inherit
}

.swiper-slide02 img {
    height: 100%;
    left: 0;
    max-width: none;
    object-fit: cover;
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.swiper-slide-active .swiper-img, .swiper-slide-duplicate-active .swiper-img, .swiper-slide-prev .swiper-slide img {
    animation: zoomUp 7s linear 0s normal both
}

.swiper--wrapper {
    height: 300px;
    width: 100%
}

.mySwiper2 {
    border-radius: 32px;
    height: 400px;
    width: 100%
}

.mySwiper {
    border-radius: 0;
    box-sizing: border-box;
    height: 200px;
    padding: 10px 0
}

.mySwiper .swiper-slide {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 25%
}

.mySwiper .swiper-slide img {
    border-radius: 16px;
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 10
}

.swiper-button-next {
    background-image: url(../img/next-icon.svg);
    right: 10px
}

.swiper-button-next, .swiper-button-prev {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.swiper-button-prev {
    background-image: url(../img/prev-icon.svg);
    left: 10px
}

#swiper2 .swiper-slide {
    border-radius: 15px;
    overflow: hidden
}

#swiper2 .swiper-slide img {
    border-radius: 15px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

#swiper1 {
    position: relative
}

#swiper1:after {
    background-image: url(../../img/main-visual-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -1px;
    content: "";
    height: 19vw;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 20
}

@media screen and (max-width:767px) {
    #swiper1:after {
        background-image: url(../../img/main-visual-bg-sp.png);
        height: 31vw
    }
}

.fadeIn {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: 1s
}

.fadeIn.animated {
    opacity: 1;
    transform: translateZ(0)
}

.js-fadein {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s ease, transform .8s ease
}

.js-fadein.is-show {
    opacity: 1;
    transform: translateY(0)
}

.section-head {
    background-color: #e4f4fd;
    padding: 24px 0 60px;
    width: 100%
}

@media screen and (max-width:767px) {
    .section-head {
        padding: 24px 0
    }
}

.section-head h2 {
    padding-top: 50px;
    position: relative;
    text-align: center
}

.section-head h2:after {
    background: url(../../img/blueberry.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 73px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 94px
}

@media screen and (max-width:767px) {
    .section-head h2:after {
        background: url(../../img/blueberry.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 71px;
        left: 50%;
        position: absolute;
        top: 10px;
        transform: translateX(-50%);
        width: 64px
    }
}

.section-head h2 span {
    background-color: #fff;
    border-radius: 50px;
    color: #3a8fbc;
    display: inline-block;
    font-family: Zen Maru Gothic, serif;
    font-size: 32px;
    font-weight: 600;
    padding: 16px 32px
}

@media screen and (max-width:767px) {
    .section-head h2 span {
        font-size: 24px;
        max-width: 300px;
        width: 100%
    }
}

.c-appear {
    background-color: #fff;
    height: 85vh;
    padding: 40px 40px 0;
    position: relative;
    width: 100%;
    z-index: 1
}

@media screen and (max-width:767px) {
    .c-appear {
        height: 60vh;
        padding: 0
    }
}

.c-appear:after {
    background-color: #dff1fd;
    content: "";
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: 1.4s;
    transition-duration: .8s;
    width: 50%;
    z-index: -1
}

@media screen and (max-width:767px) {
    .c-appear:after {
        height: 60%
    }
}

.c-appear__wrapper {
    border-radius: 40px 40px 40px 0;
    height: 569px;
    height: 100%;
    position: relative;
    transition-delay: 1.4s;
    transition-duration: .8s;
    width: 100%
}

@media screen and (max-width:767px) {
    .c-appear__wrapper {
        border-radius: 0 0 32px 32px;
        height: 100%
    }
}

.c-appear__img, .c-appear__img-wrapper {
    height: inherit;
    width: 100%
}

.c-appear__img {
    position: relative
}

.c-appear__img:after {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 40px 40px 40px 40px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:767px) {
    .c-appear__img:after {
        border-radius: 0 0 32px 32px
    }
}

.c-appear__img img {
    border-radius: 40px 40px 40px 40px;
    height: 100%;
    left: 0;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:767px) {
    .c-appear__img img {
        border-radius: 0 0 32px 32px
    }
}

.c-appear__title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    font-weight: 700;
    left: 40px;
    letter-spacing: .08em;
    position: absolute;
    top: 40px;
    z-index: 1
}

@media screen and (max-width:1139px) {
    .c-appear__title {
        font-size: 40px
    }
}

@media screen and (max-width:767px) {
    .c-appear__title {
        font-size: 24px;
        left: 50%;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%
    }
}

.c-appear__title p {
    padding-bottom: 16px;
    position: relative
}

.c-appear__title span {
    bottom: 0;
    font-family: Zen Maru Gothic, serif;
    font-size: 16px;
    left: 0;
    position: absolute;
    white-space: nowrap
}

@media screen and (max-width:767px) {
    .c-appear__title span {
        bottom: 0;
        font-family: Zen Maru Gothic, serif;
        font-size: 16px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%)
    }
}

.c-appear-post {
    background-color: #fff;
    height: 30vh;
    padding: 40px 40px 0;
    position: relative;
    width: 100%;
    z-index: 1
}

@media screen and (max-width:767px) {
    .c-appear-post {
        height: 30vh;
        padding: 0
    }
}

.c-appear-post__wrapper {
    border-radius: 16px;
    height: 569px;
    height: 100%;
    position: relative;
    transition-delay: 1.4s;
    transition-duration: .8s;
    width: 100%
}

@media screen and (max-width:767px) {
    .c-appear-post__wrapper {
        border-radius: 0 0 32px 32px;
        height: 100%
    }
}

.c-appear-post__img, .c-appear-post__img-wrapper {
    height: inherit;
    width: 100%
}

.c-appear-post__img {
    position: relative
}

.c-appear-post__img:after {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 16px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:767px) {
    .c-appear-post__img:after {
        border-radius: 0 0 16px 16px
    }
}

.c-appear-post__img img {
    border-radius: 16px;
    height: 100%;
    left: 0;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:767px) {
    .c-appear-post__img img {
        border-radius: 0 0 16px 16px
    }
}

.c-appear-post__title {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    left: 40px;
    letter-spacing: .08em;
    position: absolute;
    top: 40px;
    z-index: 1
}

@media screen and (max-width:1139px) {
    .c-appear-post__title {
        font-size: 40px
    }
}

@media screen and (max-width:767px) {
    .c-appear-post__title {
        font-size: 24px;
        left: 50%;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%
    }
}

.c-appear-post__title p {
    padding-bottom: 16px;
    position: relative
}

.c-appear-post__title span {
    bottom: 0;
    font-family: Zen Maru Gothic, serif;
    font-size: 16px;
    left: 0;
    position: absolute;
    white-space: nowrap
}

@media screen and (max-width:767px) {
    .c-appear-post__title span {
        bottom: 0;
        font-family: Zen Maru Gothic, serif;
        font-size: 16px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%)
    }
}

.p-page-hero {
    align-items: center;
    color: #fff;
    display: flex;
    height: 360px;
    justify-content: center;
    position: relative;
    width: 100%
}

.p-page-hero.-contact {
    background: url(../../img/flow05.jpeg)
}

.p-page-hero.-contact, .p-page-hero.-single {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.p-page-hero.-single {
    background-image: url(../../img/hero_article.jpeg)
}

.p-page-hero.-archive {
    background-image: url(../../img/archive.jpeg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.p-page-hero__overlay {
    background: rgba(0, 0, 0, .25);
    inset: 0;
    position: absolute;
    z-index: 1
}

.p-page-hero__inner {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 90%;
    z-index: 2
}

.p-page-hero__text {
    display: flex;
    flex-direction: column;
    font-family: Zen Maru Gothic, serif;
    gap: 4px
}

.p-page-hero__title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: .1em
}

.p-page-hero__sub {
    font-size: 20px;
    letter-spacing: .15em
}

@media (max-width:768px) {
    .p-page-hero {
        height: 240px;
        padding-bottom: 24px
    }

    .p-page-hero__title {
        font-size: 32px
    }

    .p-page-hero__sub {
        font-size: 14px
    }
}

.p-breadcrumb__inner {
    align-items: center;
    color: #888;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 4px;
    padding: 10px 0
}

.p-breadcrumb__inner a {
    color: #888;
    text-decoration: none
}

.p-breadcrumb__inner a:hover {
    text-decoration: underline
}

.p-breadcrumb__inner span {
    margin: 0 2px
}

#breadcrumbs .current-item, .p-breadcrumb .current-item {
    color: #d8aa4e !important;
    font-weight: 600
}

@media (max-width:768px) {
    .p-breadcrumb__inner {
        font-size: 11px;
        padding: 8px 0 10px
    }
}

.container, .inner, .l-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.main-visual {
    background-color: #fff;
    height: 100vh;
    padding: 0;
    position: relative
}

@media screen and (max-width:767px) {
    .main-visual {
        background-color: #faf2da;
        height: 95vh
    }
}

.main-visual__text {
    align-items: center;
    background-color: transparent !important;
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 0 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10
}

@media screen and (max-width:767px) {
    .main-visual__text {
        border-radius: 32px 32px 0 0;
        padding: 24px 48px 24px 24px
    }
}

.main-visual__copy {
    align-items: flex-end;
    color: #fff;
    display: inline-flex;
    font-family: Zen Maru Gothic, serif;
    font-weight: 700;
    gap: .25em;
    letter-spacing: .08em;
    transition-delay: 1.4s;
    transition-duration: .8s
}

.main-visual__copy--sp {
    display: none
}

@media screen and (max-width:767px) {
    .main-visual__copy--sp {
        color: #000;
        display: inline-block;
        font-family: Zen Maru Gothic, serif;
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        letter-spacing: .08em;
        transition-delay: 1.4s;
        transition-duration: .8s
    }
}

.main-visual__subcopy {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
    transition-delay: 1.4s;
    transition-duration: .8s
}

.main-visual__subcopy--sp {
    display: none
}

@media screen and (max-width:767px) {
    .main-visual__subcopy--sp {
        display: block;
        font-family: Zen Maru Gothic, serif;
        font-size: 16px;
        letter-spacing: .08em;
        line-height: 1.6;
        padding: 0;
        text-align: left;
        transition-delay: 1.4s;
        transition-duration: .8s
    }

    .main-visual__text--sp {
        left: 50%;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 5
    }
}

.copy-55 {
    font-size: clamp(28px, 4vw, 50px);
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6)
}

.tight {
    display: inline-block;
    letter-spacing: -.25em
}

.copy-40 {
    font-size: clamp(22px, 3vw, 30px);
    letter-spacing: 0;
    line-height: 1.1
}

.copy-40, .main-visual__subcopy {
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6)
}

.main-visual__subcopy {
    color: #fff;
    font-family: Zen Maru Gothic, serif;
    font-size: clamp(14px, 1.8vw, 24px);
    letter-spacing: .08em;
    line-height: 1.8;
    margin-top: 24px
}

.copy-break {
    display: block
}

.main-visual-leaf {
    background: url(../../img/leaf.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 6.25rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 6.25rem;
    z-index: 10000
}

.main-visual__text--sp {
    display: none
}

@media screen and (max-width:767px) {
    .main-visual__text--sp {
        display: block;
        left: 50%;
        padding: 0 20px;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 5
    }

    .main-visual__copy--sp {
        font-size: 1.375rem;
        font-weight: 700;
        line-height: 1.4
    }

    .main-visual__copy--sp, .main-visual__subcopy--sp {
        color: #fff;
        font-family: Zen Maru Gothic, serif;
        letter-spacing: .08em;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .6)
    }

    .main-visual__subcopy--sp {
        font-size: .875rem;
        line-height: 1.7;
        margin-top: 16px
    }
}

.p-top-mainVisual {
    height: 51.4375rem;
    position: relative;
    width: 100%
}

.p-top-mainVisual:after {
    background-color: #dff1fd;
    border-radius: 0 0 40px 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -12vh;
    width: 43.5rem;
    z-index: -1
}

.p-news {
    padding: 80px 0 0;
    position: relative
}

@media screen and (max-width:767px) {
    .p-news {
        padding: 40px 0 0
    }
}

.p-news__inner {
    align-items: flex-start;
    display: flex;
    gap: 40px;
    margin: 0 auto;
    max-width: 1020px
}

@media screen and (max-width:767px) {
    .p-news__inner {
        display: block;
        max-width: 100%;
        padding: 0 20px
    }
}

.p-news__head {
    flex: 0 0 auto
}

.p-news__title {
    font-size: 40px;
    letter-spacing: .1em
}

.p-news__subtitle, .p-news__title {
    font-family: Zen Maru Gothic, system-ui, sans-serif
}

.p-news__subtitle {
    color: #f3b942;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2em
}

.p-news__card {
    background: url(../../img/news-bg.png) no-repeat 50%/contain;
    flex: 1;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px;
    position: relative
}

@media screen and (max-width:767px) {
    .p-news__card {
        background-image: url(../../img/news-sp-bg.png);
        background-position: top;
        background-size: contain
    }
}

.p-news__badge {
    animation: news-badge-sway 3s ease-in-out infinite;
    background: url(../../img/new.svg) no-repeat 50%/contain;
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: -10px;
    white-space: nowrap;
    width: 70px
}

.p-news__main {
    align-items: flex-start;
    border-bottom: 1px dotted #e2cda4;
    border-radius: 12px;
    display: flex;
    gap: 24px;
    padding: 24px 12px;
    position: relative;
    transition: background-color .3s ease, transform .3s ease
}

.p-news__main:hover {
    background-color: #fff9e6
}

.p-news__thumb {
    border-radius: 16px;
    flex: 0 0 200px;
    overflow: hidden
}

.p-news__thumb img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.p-news__main-body {
    flex: 1
}

.p-news__main-meta {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    padding-right: 55px;
    position: relative
}

.p-news__new {
    align-items: center;
    display: flex;
    height: auto;
    position: absolute;
    right: -10px;
    top: -70px;
    width: 100px
}

.p-news__new img {
    animation: news-badge-sway 3s ease-in-out infinite;
    height: auto;
    width: 100%
}

@keyframes news-badge-sway {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(4px)
    }

    to {
        transform: translateX(0)
    }
}

.p-news__date {
    color: #efb93d;
    font-size: 14px
}

.p-news__category {
    background-color: #f3b942;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-family: Zen Maru Gothic, system-ui, sans-serif;
    font-size: 11px;
    padding: 4px 10px
}

.p-news__main-text {
    font-family: Zen Maru Gothic, system-ui, sans-serif
}

.p-news__main-text, .p-news__main-text a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6
}

.p-news__main-text a {
    color: #333;
    text-decoration: none
}

.p-news__list {
    list-style: none;
    margin: 0;
    padding: 0
}

.p-news__item {
    border-bottom: 1px dotted #e2cda4;
    justify-content: space-between;
    padding: 12px 0
}

.p-news__item, .p-news__item-inner {
    align-items: center;
    display: flex;
    gap: 24px
}

.p-news__item-inner {
    text-decoration: none;
    width: 100%
}

.p-news__item-date-wrap {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
    white-space: nowrap
}

.p-news__item-title {
    color: #333;
    flex: 1;
    font-size: 14px;
    text-decoration: none
}

.p-news__item-title:hover {
    text-decoration: underline
}

.p-news__btn-wrap {
    margin-top: 24px;
    text-align: center
}

.p-news__btn {
    background-color: #fff;
    border: 3px solid #efb93d;
    border-radius: 999px;
    color: #333;
    display: inline-block;
    font-size: 14px;
    padding: 10px 32px;
    text-decoration: none;
    transition: background-color .3s ease, color .3s ease
}

.p-news__btn:hover {
    background-color: #efb93d;
    color: #fff
}

.p-news__footer-bg {
    margin-top: 40px
}

.p-news__footer-bg img {
    display: block;
    width: 100%
}

.p-news__thumb img {
    transition: transform .4s ease
}

.p-news__main:hover .p-news__thumb img {
    transform: scale(1.2)
}

.p-news__main-excerpt {
    color: #555;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .p-news {
        padding: 48px 0 0
    }

    .p-news__inner {
        display: block;
        max-width: 100%;
        padding: 0 16px
    }

    .p-news__head {
        margin-bottom: 24px;
        text-align: center
    }

    .p-news__title {
        font-size: 24px
    }

    .p-news__subtitle {
        font-size: 14px
    }

    .p-news__card {
        background-position: top;
        background-size: contain;
        margin: 0 auto;
        max-width: 500px;
        padding: 32px 20px 28px
    }

    .p-news__main {
        border-bottom: 1px dotted #e2cda4;
        display: block;
        margin-bottom: 20px;
        padding: 0
    }

    .p-news__thumb {
        border-radius: 16px;
        flex: none;
        margin-bottom: 12px;
        overflow: hidden;
        width: 100%
    }

    .p-news__thumb img {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .p-news__main-body {
        width: 100%
    }

    .p-news__main-meta {
        align-items: center;
        display: inline-flex;
        gap: 8px;
        margin-bottom: 8px;
        padding-right: 0;
        position: relative
    }

    .p-news__new {
        position: absolute;
        right: -70px;
        top: -24px;
        width: 70px
    }

    .p-news__new img {
        height: auto;
        width: 100%
    }

    .p-news__main-text {
        font-size: 14px;
        line-height: 1.6
    }

    .p-news__item {
        display: block;
        gap: 0;
        padding: 10px 0
    }

    .p-news__item-date-wrap {
        margin-bottom: 4px
    }

    .p-news__item-title {
        display: block;
        font-size: 14px;
        font-weight: 700
    }

    .p-news__item-inner {
        display: block
    }

    .p-news__btn-wrap {
        margin-top: 20px;
        text-align: center
    }

    .p-news__btn {
        background-color: #efb93d;
        color: #fff;
        display: inline-block;
        min-width: 180px;
        padding: 10px 24px
    }

    .p-news__footer-bg {
        margin-top: 24px
    }

    .p-news__footer-bg img {
        display: block;
        height: auto;
        width: 100%
    }

    .p-news__main {
        border-bottom: none
    }

    .p-news__item, .p-news__item:last-child {
        border-bottom: 3px dotted #e2cda4
    }

    .p-news__main-excerpt {
        font-size: 13px;
        line-height: 1.7;
        margin-top: 6px
    }
}

.new-information {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    width: 100%
}

.new-information__content {
    align-items: center;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 5px 6px -4px rgba(0, 0, 0, .38);
    display: flex
}

@media screen and (max-width:767px) {
    .new-information__content {
        background-color: transparent;
        border-radius: 8px;
        box-shadow: none;
        display: block
    }
}

.new-information__label {
    background-color: #3a8fbc;
    border-radius: 40px 0 0 40px;
    color: #fff;
    font-family: Zen Maru Gothic, serif;
    font-weight: 600;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    text-align: center;
    width: 8.75rem
}

@media screen and (max-width:767px) {
    .new-information__label {
        border-radius: 16px 16px 0 0;
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

.new-information__lead {
    display: flex;
    position: relative;
    width: calc(100% - 140px)
}

@media screen and (max-width:767px) {
    .new-information__lead {
        background-color: #fff;
        border-radius: 0 16px 16px 16px;
        box-shadow: 0 5px 6px -4px rgba(0, 0, 0, .38);
        overflow-x: scroll;
        padding-bottom: 1rem;
        padding-right: .5rem;
        padding-top: 1rem;
        width: 100%
    }
}

.new-information__label-link {
    display: block;
    width: 100%
}

.new-information__label a:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.new-information__time {
    font-family: Zen Maru Gothic, serif;
    font-weight: 600;
    margin-left: 2.5rem
}

@media screen and (max-width:767px) {
    .new-information__time {
        font-size: .875rem;
        margin-left: 1rem
    }
}

.new-information__text {
    display: block;
    font-family: Zen Maru Gothic, serif;
    font-weight: 600;
    margin-left: 1.5rem;
    overflow: hidden;
    overflow-x: scroll;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    white-space: nowrap;
    width: 100%
}

@media screen and (max-width:767px) {
    .new-information__text {
        margin-left: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        width: calc(100% - 60px)
    }
}

.new-information__text span {
    display: inline-block;
    position: relative
}

@keyframes marquee-text {
    0% {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.scroll-animation {
    animation: marquee-text 20s linear infinite
}

.new-information__text::-webkit-scrollbar {
    display: none
}

.new-information__text:before {
    background-color: #333;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.p-flow {
    background-color: #fef4d9;
    overflow: hidden;
    padding: 120px 0 200px
}

.p-flow, .p-flow__inner {
    position: relative;
    z-index: 1
}

.p-flow__head {
    margin-bottom: 40px
}

.p-flow__title {
    font-size: 40px;
    letter-spacing: .08em
}

.p-flow__subtitle, .p-flow__title {
    font-family: Zen Maru Gothic, system-ui, sans-serif
}

.p-flow__subtitle {
    color: #f3b942;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2em
}

.p-flow__grid {
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative
}

.p-flow__grid:before {
    background: url(../../img/flow-bg.png) no-repeat 100% 0/contain;
    right: -120px;
    top: -80px
}

.p-flow__grid:after, .p-flow__grid:before {
    aspect-ratio: 4/3;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 500px;
    z-index: 1
}

.p-flow__grid:after {
    background: url(../../img/flow-bg02.png) no-repeat 0 100%/contain;
    bottom: -240px;
    left: -120px
}

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

.p-flow__month {
    color: #f3b942;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: -18px
}

.p-flow__month-img {
    left: -12px;
    pointer-events: none;
    position: absolute;
    top: -12px;
    width: 62px;
    z-index: 2
}

.p-flow__item--09 .p-flow__month-img {
    left: -10px;
    top: -10px;
    width: 140px
}

.p-flow__month-img img {
    display: block;
    height: auto;
    width: 100%
}

.p-flow__card {
    align-items: center;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 16px 16px 20px;
    text-align: center
}

.p-flow__thumb {
    aspect-ratio: 1/1;
    border-radius: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

.p-flow__thumb img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.p-flow__caption {
    background-color: #f3b942;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-family: Zen Maru Gothic, system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-top: auto;
    padding: 6px 10px;
    text-align: center;
    width: 240px
}

@media (max-width:767px) {
    .p-flow {
        padding: 56px 0
    }

    .p-flow__title {
        font-size: 28px
    }

    .p-flow__subtitle, .p-flow__title {
        text-align: center
    }

    .p-flow__inner {
        padding: 0 16px
    }

    .p-flow__grid {
        -moz-column-gap: 8px;
        column-gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: relative;
        row-gap: 24px
    }

    .p-flow__item {
        margin-top: 0 !important
    }

    .p-flow__item--09 .p-flow__month-img, .p-flow__month-img {
        left: -4px;
        top: -8px;
        width: 52px
    }

    .p-flow__card {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 4px;
        text-align: center
    }

    .p-flow__thumb {
        aspect-ratio: 1/1;
        margin-bottom: 10px;
        width: 100%
    }

    .p-flow__caption {
        font-size: 12px;
        margin-top: auto;
        width: 100%
    }

    .p-flow__item--09 .p-flow__month-img {
        left: -6px;
        top: -10px;
        width: 55%
    }
}

.p-flow__item--04 {
    margin-top: 0
}

.p-flow__item--05 {
    margin-top: 30px
}

.p-flow__item--06 {
    margin-top: 60px
}

.p-flow__item--07 {
    margin-top: 40px
}

.p-flow__item--08 {
    margin-top: 70px
}

.p-flow__item--09 {
    margin-top: 100px
}

.p-flow__item {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease
}

.p-flow__item.is-show {
    opacity: 1;
    transform: translateY(0)
}

.p-flow__item--04 {
    transition-delay: 0s
}

.p-flow__item--05 {
    transition-delay: .15s
}

.p-flow__item--06 {
    transition-delay: .3s
}

.p-flow__item--07 {
    transition-delay: .45s
}

.p-flow__item--08 {
    transition-delay: .6s
}

.p-flow__item--09 {
    transition-delay: .75s
}

@media (max-width:767px) {
    .p-flow {
        padding: 56px 0 200px
    }

    .p-flow__inner {
        padding: 0 16px
    }

    .p-flow__grid {
        -moz-column-gap: 16px;
        column-gap: 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: relative;
        row-gap: 24px
    }

    .p-flow__grid:before {
        background-position: 100% 100%;
        right: -10%;
        top: auto
    }

    .p-flow__grid:after, .p-flow__grid:before {
        aspect-ratio: 4/3;
        background-size: contain;
        bottom: -20%;
        width: 55%
    }

    .p-flow__grid:after {
        background-position: 0 100%;
        left: -10%
    }

    .p-flow {
        overflow: hidden
    }

    .p-flow__item {
        margin-top: 0 !important
    }
}

.p-makers {
    background-color: #fff5d9;
    padding: 0 0 80px;
    position: relative
}

.p-makers__inner {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.p-makers__left {
    flex: 1 1 55%;
    z-index: 2
}

.p-makers__photo-main img {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.p-makers__right {
    flex: 1 1 45%;
    padding: 40px 0 0 40px;
    position: relative;
    z-index: 1
}

@media screen and (max-width:767px) {
    .p-makers__right {
        padding: 0 0 0 40px
    }
}

.p-makers__catch {
    left: -9%;
    position: absolute;
    top: 17%;
    z-index: -1
}

.p-makers__catch img {
    display: block;
    max-width: 360px;
    width: 100%
}

.p-makers__photo-sub img {
    display: block;
    height: auto;
    padding-top: 260px;
    width: 280px
}

@media (max-width:767px) {
    .p-makers {
        padding: 0 0 60px
    }

    .p-makers__inner {
        flex-direction: column;
        gap: 0
    }

    .p-makers__left {
        width: 100%
    }

    .p-makers__photo-main {
        margin: 0;
        padding: 0;
        width: 100%
    }

    .p-makers__photo-main img {
        border-radius: 0;
        display: block;
        height: auto;
        width: 100%
    }

    .p-makers__catch {
        margin: -10px auto 0;
        position: relative;
        text-align: center;
        width: 100%
    }

    .p-makers__catch img {
        content: url(../../img/makers-sp-bg.svg);
        display: block;
        margin: 0 auto;
        max-width: 320px;
        width: 85%
    }

    .p-makers__photo-sub {
        margin: -10px 0 0 auto;
        padding: 0;
        width: 100%
    }

    .p-makers__photo-sub img {
        border-radius: 20px;
        display: block;
        margin-left: auto;
        max-width: 320px;
        padding-top: 0;
        width: 85%
    }
}

.p-top-about {
    background-color: #faf2da;
    overflow: hidden;
    padding: 192px 0;
    position: relative;
    z-index: 0
}

@media screen and (max-width:767px) {
    .p-top-about {
        padding: 48px 0 135px
    }
}

.p-top-about:before {
    background: url(../../img/home02.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 107px;
    left: 0;
    position: absolute;
    width: 924px
}

@media screen and (max-width:767px) {
    .p-top-about:before {
        background-repeat: repeat-x;
        height: 8%;
        width: 100%
    }
}

.p-top-about__title {
    padding-bottom: 12px;
    position: relative
}

@media screen and (max-width:767px) {
    .p-top-about__title {
        font-size: 32px
    }
}

.p-top-about__title p {
    color: #d8aa4e;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .08em
}

@media screen and (max-width:767px) {
    .p-top-about__title p {
        font-size: 32px
    }
}

.p-top-about__title h2 {
    color: #333;
    font-family: Zen Maru Gothic, serif;
    font-size: 24px;
    letter-spacing: .08em
}

@media screen and (max-width:767px) {
    .p-top-about__title h2 {
        font-size: 20px
    }
}

.p-top-about__title:after {
    background-image: url(../img/gray-bg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 343px;
    left: -190px;
    position: absolute;
    top: -90px;
    width: 369px;
    z-index: -1
}

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

@media screen and (max-width:767px) {
    .p-top-about__content {
        border-radius: 32px 0 32px 32px;
        flex-direction: column-reverse
    }
}

.p-top-about__textArea {
    width: 40%
}

@media screen and (max-width:767px) {
    .p-top-about__textArea {
        background-color: #fff;
        margin-top: 48px;
        width: 100%
    }
}

.p-top-about__description {
    margin-top: 40px
}

.p-top-about__description p {
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1.75
}

.p-top-about__btn {
    margin-top: 40px
}

.p-top-about__img-wrapper {
    width: 100%
}

.p-top-about__img {
    margin-right: calc(50% - 50vw);
    position: relative;
    width: 55%
}

@media screen and (min-width:1500px) {
    .p-top-about__img {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .p-top-about__img {
        margin-right: calc(50% - 50vw);
        width: 100vw
    }
}

.p-top-about__img:before {
    content: "";
    display: block;
    padding-top: 66.66%
}

@media screen and (max-width:767px) {
    .p-top-about__img:before {
        padding-top: 75%
    }
}

.p-top-about__img:after {
    background-color: #3a8fbc;
    border-radius: 32px 0 0 32px;
    bottom: -32px;
    content: "";
    height: 417px;
    position: absolute;
    right: 0;
    width: 80%
}

@media screen and (min-width:1500px) {
    .p-top-about__img:after {
        border-radius: 32px;
        right: -60px;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .p-top-about__img:after {
        background-color: transparent;
        height: 40%
    }
}

.p-top-about__img img {
    border-radius: 32px 0 0 32px;
    height: 100%;
    left: 0;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

@media screen and (min-width:1500px) {
    .p-top-about__img img {
        border-radius: 32px
    }
}

@media screen and (max-width:767px) {
    .p-top-about__img img {
        border-radius: 16px 0 0 16px;
        margin-right: calc(50% - 50vw);
        width: 100vw
    }
}

.p-top-about__newlife {
    background-image: url(../img/New/ Life.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 180px;
    z-index: 10
}

@media screen and (max-width:767px) {
    .p-top-about__newlife {
        left: -10px;
        top: -20px
    }
}

.p-company-instagram {
    background-color: #faf2da;
    overflow: hidden;
    padding-bottom: 196px;
    position: relative
}

@media screen and (max-width:767px) {
    .p-company-instagram {
        padding: 0 0 96px
    }
}

.p-company-instagram:before {
    background: url(../../img/bird.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 227px;
    position: absolute;
    right: 0;
    width: 264px;
    z-index: 100
}

@media screen and (max-width:767px) {
    .p-company-instagram:before {
        display: none
    }
}

.p-company-instagram:after {
    background: url(../../img/home02.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 107px;
    left: 0;
    position: absolute;
    width: 924px
}

.p-company-instagram__title {
    position: relative
}

.p-company-instagram__title:after {
    background: url(../img/syokora06.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 537px;
    position: absolute;
    right: 0;
    top: -320px;
    width: 315px
}

@media screen and (max-width:767px) {
    .p-company-instagram__title:after {
        background: url(../img/syokora06.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 204px;
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: 315px
    }
}

.p-company-instagram__title p {
    color: #d8aa4e;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1;
    padding-left: 80px;
    padding-right: 80px;
    position: relative
}

@media screen and (max-width:767px) {
    .p-company-instagram__title p {
        font-size: 24px;
        padding-left: 60px;
        padding-right: 70px
    }
}

.p-company-instagram__title p:before {
    background: url(../img/instagram.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px
}

@media screen and (max-width:767px) {
    .p-company-instagram__title p:before {
        height: 50px;
        width: 50px
    }
}

.p-company-instagram__title p:after {
    background-color: #d8aa4e;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 60px
}

.p-company-instagram__lists {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

@media screen and (max-width:767px) {
    .p-company-instagram__lists {
        display: block
    }
}

.p-company-instagram__content {
    margin-top: 96px;
    position: relative
}

@media screen and (max-width:767px) {
    .p-company-instagram__content {
        margin-top: 96px
    }
}

.p-company-instagram__content:after {
    background: url(../../img/Instagram-pop.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 240px;
    left: 0;
    position: absolute;
    top: -60px;
    transform: translateY(-50%);
    width: 330px
}

@media screen and (max-width:767px) {
    .p-company-instagram__content:after {
        background: url(../../img/Instagram-pop-sp.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 140px;
        left: 0;
        position: absolute;
        top: -20px;
        transform: translateY(-50%);
        width: 280px
    }
}

.p-company-instagram__lists li {
    margin: 0 30px 40px;
    position: relative;
    width: calc(33% - 60px)
}

@media screen and (max-width:767px) {
    .p-company-instagram__lists li {
        margin: 0 0 30px;
        width: 100%
    }
}

.p-company-instagram__img {
    position: relative
}

.p-company-instagram__img:before {
    content: "";
    display: block;
    padding-top: 100%
}

@media screen and (max-width:767px) {
    .p-company-instagram__img:before {
        padding-top: 75%
    }
}

.p-company-instagram__img img {
    height: 100%;
    left: 0;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.p-company-instagram__btn {
    text-align: center
}

.p-company-instagram__btn a {
    margin: 0 auto
}

.p-top-concept {
    background-color: #faf2da;
    padding-bottom: 12rem;
    padding-top: 12rem;
    position: relative
}

@media screen and (max-width:767px) {
    .p-top-concept {
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

.p-top-concept__img {
    position: relative
}

.p-top-concept__img:before {
    content: "";
    display: block;
    padding-top: 70%
}

.p-top-concept__img img {
    height: 100%;
    left: 0;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.p-top-concept:after {
    background: url(../../img/concept.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px 0 0 32px;
    display: none;
    height: 35.4375rem;
    top: 0;
    width: 80%
}

.p-top-concept:after, .p-top-concept:before {
    content: "";
    position: absolute;
    right: 0;
    z-index: -1
}

.p-top-concept:before {
    background: url(../../img/home02.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -2.5rem;
    height: 12.0625rem;
    max-width: 58.5rem;
    width: 100%
}

.p-top-concept__textArea {
    padding: 2.5rem;
    width: 45.86%
}

@media screen and (max-width:1139px) {
    .p-top-concept__textArea {
        padding: 1rem
    }
}

@media screen and (max-width:767px) {
    .p-top-concept__textArea {
        background-color: #fff;
        border-radius: 16px;
        margin-top: 40px;
        padding: 24px 24px 2.5rem;
        width: 100%
    }
}

.p-top-concept__title {
    color: #3a8fbc;
    font-family: Zen Maru Gothic, serif;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.35
}

@media screen and (max-width:1139px) {
    .p-top-concept__title {
        font-size: 32px
    }
}

@media screen and (max-width:767px) {
    .p-top-concept__title {
        font-size: 1.75rem
    }
}

.p-top-concept__lead {
    margin-top: 1.5rem
}

.p-top-concept__lead p {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.75
}

.p-top-concept__lead p+p {
    margin-top: 1rem
}

.p-top-concept__btn {
    margin-top: 1.5rem
}

@media screen and (max-width:767px) {
    .p-top-concept__btn {
        text-align: center
    }
}

.p-top-feature {
    padding-bottom: 6rem;
    padding-top: 6rem;
    position: relative
}

.p-top-feature:before {
    background: url(../../img/leaf.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 17.5rem
}

@media screen and (max-width:767px) {
    .p-top-feature:before {
        background-size: cover;
        height: 14.5rem;
        width: 13.125rem
    }
}

.p-top-feature:after {
    background: url(../../img/leaf02.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 20rem;
    position: absolute;
    right: 0;
    width: 17.5rem
}

@media screen and (max-width:767px) {
    .p-top-feature:after {
        background-size: cover;
        height: 15.5rem;
        width: 13.125rem
    }
}

.p-top-feature__lists {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%
}

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

@media screen and (max-width:767px) {
    .p-top-feature__lists li {
        display: block;
        width: 100%
    }
}

.p-top-feature__lists li:nth-child(2) {
    flex-direction: row-reverse
}

.p-top-feature__lists li+li {
    margin-top: 2.5rem
}

.p-top-feature__textArea {
    width: 50%
}

@media screen and (max-width:767px) {
    .p-top-feature__textArea {
        width: 100%
    }
}

.p-top-feature__top h3 {
    color: #3a8fbc;
    font-family: Zen Maru Gothic, serif;
    font-size: 2rem;
    font-weight: 700;
    padding-left: 7.5rem;
    position: relative
}

@media screen and (max-width:1139px) {
    .p-top-feature__top h3 {
        font-size: 1.25rem;
        padding-left: 5.625rem
    }
}

@media screen and (max-width:767px) {
    .p-top-feature__top h3 {
        padding-left: 5.25rem
    }
}

.p-top-feature__top h3:before {
    background: url(../../img/feature01.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 6.25rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6.25rem
}

@media screen and (max-width:1139px) {
    .p-top-feature__top h3:before {
        height: 5rem;
        width: 5rem
    }
}

.p-top-feature__lists li:nth-child(2) h3:before {
    background: url(../../img/feature02.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width:1139px) {
    .p-top-feature__lists li:nth-child(2) h3:before {
        height: 5rem;
        width: 5rem
    }
}

.p-top-feature__lists li:nth-child(3) h3:before {
    background: url(../../img/feature03.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width:1139px) {
    .p-top-feature__lists li:nth-child(3) h3:before {
        height: 5rem;
        width: 5rem
    }
}

.p-top-feature__img {
    position: relative;
    width: 45%
}

@media screen and (max-width:767px) {
    .p-top-feature__img {
        margin-top: 1.5rem;
        width: 100%
    }
}

.p-top-feature__img:before {
    content: "";
    display: block;
    padding-top: 70%
}

.p-top-feature__img img {
    height: 100%;
    left: 0;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.p-top-feature__foot {
    margin-top: 1.5rem
}

@media screen and (max-width:767px) {
    .p-top-feature__foot {
        margin-top: 2.5rem
    }
}

.p-top-access {
    background-color: #fff;
    padding-bottom: 12rem;
    padding-top: 12rem;
    position: relative
}

@media screen and (max-width:767px) {
    .p-top-access {
        padding-bottom: 6rem;
        padding-top: 6rem
    }
}

.p-top-access__head {
    padding-left: 70px;
    position: relative
}

@media screen and (max-width:767px) {
    .p-top-access__head {
        padding-left: 0;
        padding-top: 40px;
        text-align: center
    }
}

.p-top-access__head h2 {
    font-size: 32px
}

.p-top-access__head h2, .p-top-access__head span {
    color: #3a8fbc;
    font-family: Zen Maru Gothic, serif;
    line-height: 1
}

.p-top-access__head span {
    font-size: 24px;
    font-weight: 700
}

.p-top-access__head:before {
    background: url(../../img/blueberry.svg) 50%/contain no-repeat;
    content: "";
    height: 73px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px
}

@media screen and (max-width:767px) {
    .p-top-access__head:before {
        left: 50%;
        top: -20px;
        transform: translateX(-50%)
    }
}

.p-top-access__inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%
}

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

@media screen and (max-width:767px) {
    .p-top-access__content {
        display: block
    }
}

.p-top-access__left {
    width: 50%
}

@media screen and (max-width:767px) {
    .p-top-access__left {
        width: 100%
    }
}

.p-top-access__right {
    width: 50%
}

@media screen and (max-width:767px) {
    .p-top-access__right {
        margin-top: 40px;
        width: 100%
    }
}

.p-top-access__btnArea {
    margin-top: 24px
}

.p-top-access__address {
    margin-top: 40px
}

.p-top-access__address p {
    font-size: 24px;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .p-top-access__address p {
        text-align: center
    }
}

.p-top-access__road {
    margin-top: 16px
}

.p-top-access__road a {
    max-width: 200px;
    width: 100%
}

@media screen and (max-width:767px) {
    .p-top-access__road a {
        margin: 0 auto;
        max-width: 400px
    }
}

.p-top-access__googlemap a {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 200px;
    width: 100%
}

@media screen and (max-width:767px) {
    .p-top-access__googlemap a {
        margin: 0 auto;
        max-width: 400px
    }
}

.p-top-access__googlemap span {
    padding-right: 32px;
    position: relative
}

.p-top-access__googlemap span:after {
    background: url(../../img/pin.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.iframe-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    width: 100%
}

@media screen and (max-width:767px) {
    .iframe-wrapper {
        padding-bottom: 75%
    }
}

.iframe-wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:767px) {
    .p-top-access__road {
        text-align: center
    }
}

.p-404 {
    padding: 60px 0 80px;
    text-align: center
}

.p-404 .p-archive__description {
    margin-top: 16px
}

.p-404__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 40px
}

.p-404__actions .p-article__back-link {
    border: 1px solid #ddd;
    border-radius: 999px;
    display: inline-block;
    padding: 12px 32px;
    text-decoration: none
}

.p-staff {
    background-color: #fff;
    font-family: fot-tsukuardgothic-std, dnp-shuei-gothic-gin-std, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, sans-serif;
    padding: 80px 16px 120px
}

.p-staff__inner {
    margin: 0 auto;
    max-width: 960px
}

.p-staff__head {
    margin-bottom: 56px;
    text-align: center
}

.p-staff__title {
    font-size: 40px;
    letter-spacing: .08em
}

.p-staff__subtitle, .p-staff__title {
    font-family: Zen Maru Gothic, system-ui, sans-serif
}

.p-staff__subtitle {
    color: #f3b942;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .2em
}

.p-staff__list {
    display: flex;
    flex-direction: column;
    gap: 72px
}

.p-staff__item {
    align-items: center;
    display: flex;
    gap: 40px
}

.p-staff__item:nth-child(odd) {
    flex-direction: row
}

.p-staff__item:nth-child(2n) {
    flex-direction: row-reverse
}

.p-staff__photo {
    border-radius: 50%;
    flex: 0 0 260px;
    height: 260px;
    margin: 0;
    overflow: hidden;
    width: 260px
}

.p-staff__photo img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.p-staff__bubble {
    background-color: #fff1c7;
    border-radius: 32px;
    flex: 1;
    padding: 32px 40px;
    position: relative
}

.p-staff__bubble:after {
    background-color: #fff1c7;
    content: "";
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 26px
}

.p-staff__item:nth-child(odd) .p-staff__bubble:after {
    left: -12px
}

.p-staff__item:nth-child(2n) .p-staff__bubble:after {
    right: -12px
}

.p-staff__role {
    color: #3c3126;
    font-family: Zen Maru Gothic, serif;
    font-size: 32px;
    margin: 0 0 10px
}

.p-staff__text {
    color: #333;
    font-size: 16px;
    line-height: 2;
    margin: 0
}

.p-staff__note {
    color: #f2a900;
    font-family: Zen Maru Gothic, serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .16em;
    margin: 40px 0 0;
    text-align: center
}

@media (max-width:768px) {
    .p-staff {
        padding: 56px 16px 80px
    }

    .p-staff__title {
        font-family: Zen Maru Gothic, serif;
        font-size: 22px
    }

    .p-staff__list {
        gap: 48px
    }

    .p-staff__item {
        flex-direction: column !important;
        gap: 24px
    }

    .p-staff__bubble {
        border-radius: 24px;
        margin-top: -40px;
        padding: 40px 20px;
        z-index: -1
    }

    .p-staff__bubble:after {
        display: none
    }

    .p-staff__role {
        font-size: 20px;
        text-align: center
    }

    .p-staff__note {
        font-family: Zen Maru Gothic, serif;
        font-size: 20px;
        font-weight: 700
    }

    .p-staff__text {
        color: #333;
        line-height: 1.6;
        margin: 0
    }
}

.single-service-price {
    background-color: #f9f1e4;
    padding: 96px 0
}

@media screen and (max-width:767px) {
    .single-service-price {
        padding: 48px 0
    }
}

.single-service-price__head {
    background-color: #f9f1e4
}

.single-service-price__description {
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.single-service-price__description span {
    color: #e0132d;
    margin-top: 16px
}

.single-service-price__img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 50%
}

@media screen and (max-width:1139px) {
    .single-service-price__img {
        width: 70%
    }
}

@media screen and (max-width:767px) {
    .single-service-price__img {
        width: 100%
    }
}

.single-service-flow {
    background-color: #fff;
    padding: 96px 0
}

@media screen and (max-width:767px) {
    .single-service-flow {
        padding: 48px 0
    }
}

.single-service-flow__content {
    margin-top: 40px
}

.single-service-flow__lists {
    align-items: center;
    display: flex;
    justify-content: center
}

@media screen and (max-width:767px) {
    .single-service-flow__lists {
        display: block
    }
}

.single-service-flow__lists li+li {
    margin-left: 40px
}

@media screen and (max-width:767px) {
    .single-service-flow__lists li+li {
        margin-left: 0;
        margin-top: 40px
    }
}

.single-service-flow__textArea {
    margin-top: 16px
}

.single-service-flow__head {
    color: #3a8fbc;
    font-family: Zen Maru Gothic, serif;
    font-weight: 600;
    padding-left: 40px;
    position: relative;
    text-align: center
}

@media screen and (max-width:767px) {
    .single-service-flow__head {
        padding-left: 0;
        text-align: center
    }
}

.single-service-flow__head:before {
    background: url(../../img/feature01.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 76px;
    left: 0;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 76px
}

@media screen and (max-width:1139px) {
    .single-service-flow__head:before {
        height: 60px;
        width: 60px
    }
}

@media screen and (max-width:767px) {
    .single-service-flow__head:before {
        left: 10%
    }
}

.single-service-flow__lists li:nth-child(2) .single-service-flow__head:before {
    background: url(../../img/feature02.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 76px;
    left: 0;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 76px
}

@media screen and (max-width:1139px) {
    .single-service-flow__lists li:nth-child(2) .single-service-flow__head:before {
        height: 60px;
        width: 60px
    }
}

@media screen and (max-width:767px) {
    .single-service-flow__lists li:nth-child(2) .single-service-flow__head:before {
        left: 10%
    }
}

.single-service-flow__lists li:nth-child(3) .single-service-flow__head:before {
    background: url(../../img/feature03.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 76px;
    left: 0;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 76px
}

@media screen and (max-width:1139px) {
    .single-service-flow__lists li:nth-child(3) .single-service-flow__head:before {
        height: 60px;
        width: 60px
    }
}

@media screen and (max-width:767px) {
    .single-service-flow__lists li:nth-child(3) .single-service-flow__head:before {
        left: 10%
    }
}

.single-service-flow__lead {
    margin-top: 24px
}

.single-service-flow__img img {
    border-radius: 16px
}

@media screen and (max-width:767px) {
    .single-service-flow__img img {
        margin: 0 auto;
        width: 100%
    }
}

.single-service-flow__btn {
    margin-top: 20px;
    text-align: center
}

.single-service-belongings {
    background-color: #f9f1e4
}

.single-service-belongings__lead {
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    text-align: center
}

@media screen and (max-width:767px) {
    .single-service-belongings__lead {
        font-size: 16px
    }
}

.single-service-belongings__lead span {
    color: #ff0021;
    font-size: 24px
}

@media screen and (max-width:767px) {
    .single-service-belongings__lead span {
        font-size: 18px
    }
}

.single-service-belongings__gallery {
    margin-top: 40px
}

.single-service-precautions {
    background-color: #f9f1e4;
    padding: 48px 0
}

.single-service-precautions__content {
    background-color: #fff;
    border-radius: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    overflow: hidden;
    padding: 96px 80px;
    position: relative
}

@media screen and (max-width:767px) {
    .single-service-precautions__content {
        border-radius: 16px;
        padding: 48px 24px
    }
}

.single-service-precautions__content:before {
    background: url(../../img/leaf.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 10.5rem
}

@media screen and (max-width:767px) {
    .single-service-precautions__content:before {
        height: 6rem;
        position: absolute;
        top: 0;
        width: 5.5rem
    }
}

.single-service-precautions__content:after {
    background: url(../../img/leaf.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12rem;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(-1);
    width: 10.5rem
}

@media screen and (max-width:767px) {
    .single-service-precautions__content:after {
        height: 6rem;
        position: absolute;
        top: 0;
        width: 5.5rem
    }
}

.single-service-precautions__head {
    font-family: Zen Maru Gothic, serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center
}

@media screen and (max-width:767px) {
    .single-service-precautions__head {
        font-size: 24px
    }
}

.single-service-precautions__lists {
    margin-top: 40px
}

.single-service-precautions__lists li {
    font-weight: 700;
    line-height: 1.6
}

.single-service-precautions__lists li span {
    color: #ff0021;
    font-weight: 800
}

.single-service-precautions__lists li+li {
    margin-top: 40px
}

.single-service-kind {
    padding: 96px 0
}

@media screen and (max-width:767px) {
    .single-service-kind {
        padding: 48px 0
    }
}

.p-top-voice__content {
    margin-top: 40px
}

.p-top-voice__lists {
    display: flex
}

@media screen and (max-width:1139px) {
    .p-top-voice__lists {
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    .p-top-voice__lists {
        justify-content: space-between
    }
}

.p-top-voice__lists li {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(33.33333% - 10.66667px)
}

@media screen and (max-width:1139px) {
    .p-top-voice__lists li {
        width: 30%
    }
}

@media screen and (max-width:767px) {
    .p-top-voice__lists li {
        width: 45%
    }
}

@media screen and (max-width:1139px) {
    .p-top-voice__lists li:nth-child(3n+1) {
        margin-left: 0
    }
}

@media screen and (max-width:767px) {
    .p-top-voice__lists li:nth-child(3n+1) {
        margin-left: 16px
    }

    .p-top-voice__lists li:nth-child(odd) {
        margin-left: 0
    }
}

@media screen and (max-width:1139px) {
    .p-top-voice__lists li:nth-child(n+4) {
        margin-top: 16px
    }
}

@media screen and (max-width:767px) {
    .p-top-voice__lists li:nth-child(n+3) {
        margin-top: 16px
    }
}

.p-top-voice__lists li a {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.p-top-voice__new {
    align-items: center;
    background-color: #d8aa4e;
    border-radius: 50px;
    color: #fff;
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: -16px;
    top: -30px;
    width: 60px;
    z-index: 10
}

.p-top-voice__lists li+li {
    margin-left: 32px
}

@media screen and (max-width:767px) {
    .p-top-voice__lists li+li {
        margin-left: 16px
    }
}

.p-top-voice__img {
    position: relative
}

.p-top-voice__img:before {
    content: "";
    display: block;
    padding-top: 100%
}

.p-top-voice__img img {
    border-radius: 32px;
    height: 100%;
    left: 0;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all .6s ease;
    width: 100%
}

@media screen and (max-width:767px) {
    .p-top-voice__img img {
        border-radius: 16px
    }
}

.p-top-voice__img img:hover {
    transform: scale(1.1)
}

.p-top-voice__genre {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 32px 0 32px 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    left: -1px;
    letter-spacing: .08em;
    padding: 16px;
    position: absolute;
    top: -1px
}

@media screen and (max-width:767px) {
    .p-top-voice__genre {
        background-color: #fff;
        border: 2px solid #fff;
        border-radius: 6px 0 6px 0;
        color: #000;
        font-size: 16px;
        font-weight: 700;
        left: -1px;
        letter-spacing: .08em;
        padding: 4px;
        position: absolute;
        top: -1px
    }
}

.p-top-voice__genre span {
    display: inline-block;
    padding-left: 24px;
    position: relative
}

@media screen and (max-width:767px) {
    .p-top-voice__genre span {
        font-size: 10px
    }
}

.p-top-voice__genre span:before {
    background-color: #dff1fd;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 17px
}

.p-top-voice__foot {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 12px;
    text-align: center
}

@media screen and (max-width:767px) {
    .p-top-voice__foot {
        margin-top: 4px
    }
}

.p-top-voice__heading {
    flex-grow: 1;
    font-family: Zen Maru Gothic, serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em
}

.p-top-voice__text {
    display: flex;
    flex-direction: column
}

.p-top-voice__text p {
    color: #d8aa4e;
    flex-grow: 1;
    font-family: Noto Sans JP, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    text-align: right
}

.p-top-voice__bottom {
    background-color: #f2eeea;
    background-image: url(../img/bg-bottom.svg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 8.3vw;
    position: relative;
    width: 100%;
    z-index: 1
}

.single-service-btn {
    margin-top: 20px;
    text-align: center
}

.p-qa {
    padding-bottom: 6.25rem;
    padding-top: 0
}

@media screen and (max-width:767px) {
    .p-qa {
        padding-top: 0
    }
}

.p-qa__main {
    text-align: center
}

.p-qa__wrapper {
    margin-top: 5.125rem
}

@media screen and (max-width:767px) {
    .p-qa__wrapper {
        margin-top: 40px
    }
}

.p-qa__block+.p-qa__block {
    margin-top: 3.125rem
}

.p-qa__head {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .021em;
    padding-bottom: .75rem;
    position: relative
}

@media screen and (max-width:767px) {
    .p-qa__head {
        font-size: 1.75rem
    }
}

.p-qa__lists {
    margin-top: 2rem
}

.p-qa__list {
    min-height: 8.875rem
}

.p-qa__question {
    font-family: Zen Maru Gothic, serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .018em;
    line-height: 1.1666666667;
    padding-bottom: 1.125rem;
    padding-left: 3.75rem;
    padding-top: 1.125rem;
    position: relative
}

@media screen and (max-width:767px) {
    .p-qa__question {
        font-size: 20px
    }
}

.p-qa__question:before {
    background: url(../../img/Q.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 3.125rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.75rem
}

.p-qa__question:after {
    background-color: #e4f4fd;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.p-qa__answer {
    font-family: Zen Maru Gothic, serif;
    margin-top: .6875rem;
    padding-left: 3.75rem;
    position: relative
}

.p-qa__answer:before {
    background: url(../../img/A.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 3.125rem;
    left: 0;
    position: absolute;
    top: -9px;
    width: 1.5625rem
}

.p-qa__answer-text {
    font-size: .875rem;
    letter-spacing: -.05em;
    padding-top: .625rem
}

.p-qa__answer-text a {
    color: #5881c6;
    text-decoration: underline
}

.p-qa__list+.p-qa__list {
    margin-top: 1.25rem
}

@media screen and (max-width:767px) {
    .p-qa__list+.p-qa__list {
        margin-top: 1.75rem
    }
}

.p-qa__answer-list {
    font-size: .875rem
}

@media screen and (max-width:767px) {
    .p-qa__answer-list {
        font-size: 16px
    }
}

.p-qa__answer-list+.p-qa__answer-list {
    margin-top: 1.25rem
}

.p-qa__answer-list dl {
    display: flex
}

.p-qa__answer-list dt {
    flex-shrink: 0
}

.p-qa__answer-dd dd:last-child {
    padding-left: .75rem;
    position: relative
}

.p-qa__answer-dd dd:last-child:before {
    content: "※";
    height: .75rem;
    left: 0;
    position: absolute;
    top: .375rem;
    transform: translateY(-50%);
    width: .75rem
}

.p-qa__answer-list dl dd:last-child {
    padding-left: .75rem;
    position: relative
}

.p-qa__answer-list dl dd:last-child:before {
    content: "※";
    height: .75rem;
    left: 0;
    position: absolute;
    top: .375rem;
    transform: translateY(-50%);
    width: .75rem
}

.p-contact {
    background-color: #fef4d9;
    padding: 80px 0 120px
}

.p-contact__head {
    margin-bottom: 36px;
    text-align: center
}

.p-contact__label {
    color: #f3b942;
    font-size: 32px;
    letter-spacing: .18em;
    margin-bottom: 8px
}

.p-contact__label, .p-contact__title {
    font-family: Zen Maru Gothic, serif;
    font-weight: 700
}

.p-contact__title {
    font-size: 40px;
    letter-spacing: .08em
}

.p-contact__card {
    background-color: #fff;
    border-radius: 32px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .05);
    margin: 0 auto;
    max-width: 900px;
    padding: 90px 64px
}

.p-contact__form {
    width: 100%
}

.p-contact__form .wpcf7 {
    margin: 0
}

.p-contact__form .wpcf7 form {
    margin: 0;
    padding: 0
}

.p-contact__form .wpcf7 form>p {
    margin: 0
}

.p-contact__row {
    align-items: center;
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
    width: 100%
}

.p-contact__label-item {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-top: 0;
    white-space: nowrap;
    width: 180px
}

.p-contact__required {
    background-color: #ff8c32;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-left: 6px;
    padding: 2px 6px
}

.p-contact__field {
    flex: 1
}

.p-contact__field .wpcf7-form-control-wrap {
    display: block;
    width: 100%
}

.p-contact__form input[type=email], .p-contact__form input[type=tel], .p-contact__form input[type=text], .p-contact__form textarea {
    background-color: #fff;
    border: 1px solid #d3c9b8;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 10px 12px;
    width: 100%
}

.p-contact__form input[type=email]::-moz-placeholder, .p-contact__form input[type=tel]::-moz-placeholder, .p-contact__form input[type=text]::-moz-placeholder, .p-contact__form textarea::-moz-placeholder {
    color: #c8b9a5
}

.p-contact__form input[type=email]::placeholder, .p-contact__form input[type=tel]::placeholder, .p-contact__form input[type=text]::placeholder, .p-contact__form textarea::placeholder {
    color: #c8b9a5
}

.p-contact__form textarea {
    min-height: 160px;
    resize: vertical
}

.p-contact__submit {
    margin-top: 28px;
    text-align: center
}

.p-contact__form .wpcf7-submit, .p-contact__submit button {
    background-color: #fff;
    border: 1px solid #f3b942;
    border-radius: 24px;
    color: #f3b942;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    min-width: 220px;
    padding: 10px 40px;
    transition: background-color .2s ease, color .2s ease
}

.p-contact__form .wpcf7-submit:hover, .p-contact__submit button:hover {
    background-color: #f3b942;
    color: #fff
}

@media (max-width:768px) {
    .p-contact {
        padding: 60px 0 80px
    }

    .p-contact__card {
        border-radius: 24px;
        padding: 24px 20px 32px
    }

    .p-contact__title {
        font-size: 22px
    }

    .p-contact__row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
        width: 100%
    }

    .p-contact__label-item {
        font-size: 13px;
        margin-bottom: 4px;
        padding-top: 0;
        width: 100%
    }

    .p-contact__field {
        width: 100%
    }

    .p-contact__field .wpcf7-form-control-wrap {
        display: block;
        width: 100%
    }

    .p-contact__form input[type=email], .p-contact__form input[type=tel], .p-contact__form input[type=text], .p-contact__form textarea {
        font-size: 13px;
        width: 100%
    }
}

.p-contact__submit .wpcf7-spinner {
    display: none !important
}

.p-archive {
    background-color: #fef4d9;
    padding: 60px 16px 100px
}

.p-archive__inner {
    margin: 0 auto;
    max-width: 960px
}

.p-archive__breadcrumb {
    color: #8a7d63;
    font-size: 12px;
    margin-bottom: 24px
}

.p-archive__breadcrumb a {
    color: #8a7d63;
    text-decoration: none
}

.p-archive__breadcrumb a:hover {
    text-decoration: underline
}

.p-archive__breadcrumb-separator {
    margin: 0 4px
}

.p-archive__header {
    margin-bottom: 24px
}

.p-archive__title {
    color: #5a3a00;
    font-family: Zen Maru Gothic, serif;
    font-size: 22px;
    margin: 0 0 4px
}

.p-archive__description {
    color: #8a7d63;
    font-size: 13px;
    line-height: 1.8;
    margin: 0
}

.p-archive-list {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    padding: 8px 20px
}

.p-archive-card {
    border-bottom: 1px solid #f0e2c8
}

.p-archive-card:last-child {
    border-bottom: none
}

.p-archive-card__link {
    color: inherit;
    display: flex;
    gap: 16px;
    padding: 16px 0;
    text-decoration: none
}

.p-archive-card__thumb {
    border-radius: 14px;
    flex: 0 0 160px;
    overflow: hidden
}

.p-archive-card__thumb img, .p-archive-card__thumb-placeholder {
    display: block;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.p-archive-card__thumb-placeholder {
    background-color: #d3d3d3
}

.p-archive-card__body {
    flex: 1 1 auto;
    min-width: 0
}

.p-archive-card__meta {
    align-items: center;
    color: #8a7d63;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 8px;
    margin-bottom: 6px
}

.p-archive-card__date {
    letter-spacing: .04em
}

.p-archive-card__category {
    background-color: #efb93d;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    padding: 3px 10px
}

.p-archive-card__label-new {
    background-color: coral;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px
}

.p-archive-card__title {
    color: #5a3a00;
    font-size: 16px;
    margin: 0 0 6px
}

.p-archive-card__excerpt {
    color: #555;
    font-size: 13px;
    line-height: 1.9
}

.p-archive-card__link:hover .p-archive-card__title {
    text-decoration: underline
}

.p-archive__pagination {
    margin-top: 32px;
    text-align: center
}

.p-archive__pagination .page-numbers {
    background-color: #ffeecd;
    border-radius: 999px;
    color: #5a3a00;
    display: inline-block;
    font-size: 13px;
    margin: 0 4px;
    min-width: 32px;
    padding: 6px 10px;
    text-decoration: none
}

.p-archive__pagination .page-numbers.current {
    background-color: #ffc54a;
    color: #5a3a00
}

.p-archive__pagination .page-numbers:hover {
    filter: brightness(1.05)
}

.p-archive__none {
    color: #8a7d63;
    font-size: 14px;
    margin-top: 24px
}

@media (max-width:768px) {
    .p-archive {
        padding: 40px 16px 72px
    }

    .p-archive-list {
        border-radius: 20px;
        padding: 10px 14px
    }

    .p-archive-card__link {
        flex-direction: column
    }

    .p-archive-card__thumb {
        flex-basis: auto;
        width: 100%
    }

    .p-archive-card__thumb img, .p-archive-card__thumb-placeholder {
        height: 160px
    }

    .p-archive-card__title {
        font-size: 15px
    }

    .p-archive-card__excerpt {
        font-size: 12px
    }
}

body.single {
    background-color: #fef4d9
}

.p-article {
    padding: 80px 16px 100px
}

.p-article__inner {
    margin: 0 auto;
    max-width: 960px
}

.p-article__breadcrumb {
    color: #8a7d63;
    font-size: 12px;
    margin-bottom: 24px
}

.p-article__breadcrumb a {
    color: #8a7d63;
    text-decoration: none
}

.p-article__breadcrumb a:hover {
    text-decoration: underline
}

.p-article__breadcrumb-separator {
    margin: 0 4px
}

.p-article__body {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    padding: 40px 40px 48px
}

.p-article__header {
    margin-bottom: 32px
}

.p-article__meta {
    align-items: center;
    color: #8a7d63;
    display: flex;
    font-size: 13px;
    gap: 12px;
    margin-bottom: 12px
}

.p-article__date {
    letter-spacing: .04em
}

.p-article__category {
    background-color: #efb93d;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    padding: 4px 10px
}

.p-article__title {
    color: #5a3a00;
    font-size: 26px;
    line-height: 1.5;
    margin: 0 0 24px
}

.p-article__thumb {
    border-radius: 22px;
    margin: 0;
    overflow: hidden
}

.p-article__thumb img {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.p-article__content {
    color: #333;
    font-size: 15px;
    line-height: 2
}

.p-article__content p {
    margin: 0 0 1.8em
}

.p-article__content a {
    color: #b58800;
    text-decoration: underline
}

.p-article__content a:hover {
    text-decoration: none
}

.p-article__content h2, .p-article__content h3, .p-article__content h4 {
    color: #5a3a00;
    margin: 2.4em 0 1em
}

.p-article__content h2 {
    font-size: 20px;
    padding-left: 16px;
    position: relative
}

.p-article__content h2:before {
    background-color: #ffc54a;
    border-radius: 999px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: .55em;
    width: 8px
}

.p-article__content h3 {
    font-size: 18px
}

.p-article__content ol, .p-article__content ul {
    margin: 0 0 1.8em 1.4em
}

.p-article__pagination {
    font-size: 14px;
    margin-top: 32px
}

.p-article__pagination a {
    color: #b58800;
    margin-right: 8px
}

.p-article__tags {
    align-items: center;
    border-top: 1px dashed #e2d5b6;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    margin-top: 32px;
    padding-top: 20px
}

.p-article__tags-label {
    color: #8a7d63;
    font-size: 13px;
    margin-right: 4px
}

.p-article__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0
}

.p-article__tags-item a {
    background-color: #fff5d9;
    border-radius: 999px;
    color: #5a3a00;
    display: inline-block;
    font-size: 12px;
    padding: 4px 12px;
    text-decoration: none
}

.p-article__tags-item a:hover {
    background-color: #ffe6a7
}

.p-article-related {
    margin-top: 56px
}

.p-article-related__title {
    color: #5a3a00;
    font-size: 18px;
    margin: 0 0 20px
}

.p-article-related__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.p-article-related__item {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    overflow: hidden
}

.p-article-related__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none
}

.p-article-related__thumb {
    margin: 0;
    overflow: hidden
}

.p-article-related__thumb img, .p-article-related__thumb-placeholder {
    display: block;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.p-article-related__thumb-placeholder {
    background-color: #d3d3d3
}

.p-article-related__body {
    padding: 14px 14px 16px
}

.p-article-related__date {
    color: #8a7d63;
    display: block;
    font-size: 11px;
    margin-bottom: 4px
}

.p-article-related__heading {
    color: #5a3a00;
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.p-article-related__link:hover .p-article-related__heading {
    text-decoration: underline
}

.p-article__back {
    margin-top: 40px;
    text-align: center
}

.p-article__back-link {
    background-color: #efb93d;
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 32px;
    text-decoration: none
}

.p-article__back-link:hover {
    filter: brightness(1.03)
}

@media (max-width:768px) {
    .p-article {
        padding: 56px 16px 72px
    }

    .p-article__body {
        border-radius: 20px;
        padding: 24px 20px 32px
    }

    .p-article__title {
        font-size: 20px
    }

    .p-article__thumb img {
        height: auto
    }

    .p-article-related__list {
        grid-template-columns: 1fr
    }

    .p-article-related__thumb img, .p-article-related__thumb-placeholder {
        height: 180px
    }
}

.p-works {
    padding: 60px 0
}

.p-works__tubs {
    align-items: center;
    display: flex;
    padding-left: 30px
}

@media screen and (max-width:767px) {
    .p-works__tubs {
        flex-wrap: wrap;
        padding-left: 0
    }
}

.p-works__tubs li {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 16px;
    margin-top: 10px;
    text-decoration: none;
    transition: all .3s ease 0s
}

@media screen and (max-width:767px) {
    .p-works__tubs li {
        color: #fff;
        display: block;
        font-size: 18px;
        font-weight: 700;
        margin-left: 8px;
        margin-right: 8px;
        margin-top: 10px;
        text-decoration: none;
        transition: all .3s ease 0s
    }
}

.p-works__tubs a {
    background-color: #fff;
    border: 2px solid #434f98;
    border-radius: 32px;
    color: #333;
    display: block;
    font-family: Zen Maru Gothic, serif;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 28px;
    text-decoration: none;
    transition: all .3s ease 0s
}

@media screen and (max-width:767px) {
    .p-works__tubs a {
        display: block;
        font-size: 14px;
        font-weight: 700;
        padding: 8px 16px;
        text-decoration: none;
        transition: all .3s ease 0s
    }
}

.p-works__tubs a.is-active, .p-works__tubs a:hover {
    background-color: #434f98;
    color: #fff
}

.p-works__lists {
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .p-works__lists {
        justify-content: space-between
    }
}

.p-works__content {
    margin-top: 96px
}

@media screen and (max-width:767px) {
    .p-works__content {
        margin-top: 40px
    }
}

.p-works__lists li {
    margin: 0 30px 40px;
    position: relative;
    width: calc(33% - 60px)
}

@media screen and (max-width:767px) {
    .p-works__lists li {
        margin: 0;
        width: 45%
    }

    .p-works__lists li:nth-child(odd) {
        margin-left: 0
    }

    .p-works__lists li:nth-child(n+3) {
        margin-top: 24px
    }
}

.p-works__new {
    align-items: center;
    background-color: #434f98;
    border-radius: 50px;
    color: #fff;
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: -16px;
    top: -30px;
    width: 60px;
    z-index: 10
}

.p-works__img {
    border-radius: 32px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:767px) {
    .p-works__img {
        border-radius: 12px
    }
}

.p-works__img:before {
    content: "";
    display: block;
    padding-top: 100%
}

.p-works__img img {
    border-radius: 32px;
    height: 100%;
    left: 0;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all .6s ease;
    width: 100%
}

@media screen and (max-width:767px) {
    .p-works__img img {
        border-radius: 12px
    }
}

.p-works__img img:hover {
    transform: scale(1.1)
}

.p-works__genre {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 32px 0 32px 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    left: -1px;
    letter-spacing: .08em;
    padding: 16px;
    position: absolute;
    top: -1px
}

.p-works__genre span {
    display: inline-block;
    padding-left: 24px;
    position: relative
}

.p-works__genre span:before {
    background-color: #434f98;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 17px
}

.p-works__heading {
    font-family: Zen Maru Gothic, serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-top: 24px
}

@media screen and (max-width:767px) {
    .p-works__heading {
        font-size: 14px;
        margin-top: 4px;
        text-align: center
    }
}

.p-works__text {
    color: #434f98;
    font-family: Zen Maru Gothic, serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    text-align: right
}

@media screen and (max-width:767px) {
    .p-works__lists li:nth-child(2):after {
        display: none
    }
}

.single-page-content {
    background-color: #faf2da;
    padding: 48px 0
}

@media screen and (max-width:767px) {
    .single-page-content {
        padding: 48px 16px
    }
}

.single-page-inner {
    background-color: #fff;
    border-radius: 32px;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    padding: 48px;
    width: 1100px
}

@media screen and (max-width:767px) {
    .single-page-inner {
        display: block;
        padding: 24px 20px
    }
}

@media screen and (min-width:1140px) {
    .u-hidden-pc {
        display: none
    }
}

@media screen and (max-width:767px) {
    .u-hidden-sp {
        display: none
    }
}



/* 全リンクで下線いらない場合 */
a {
    text-decoration: none;
}

/* メール／電話だけ下線消して、色は周りの文字に合わせる */
a[href^="mailto:"], a[href^="tel:"] {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 768px) {
    .p-footer-ichikai__field {
        overflow: hidden;
        /* はみ出した分を隠す */
    }

    .p-footer-ichikai__field img {
        width: 110%;
        /* ← ここを 105%〜115% で微調整 */
        max-width: none;
        margin-left: -5%;
        /* ← はみ出した分の半分だけ左に戻す */
        display: block;
    }
}

/* ========================= Swiper 共通 ========================= */
@media screen and (max-width: 768px) {
    .swiper {
        height: 100vh;
        /* 古い端末用フォールバック */
        height: 100svh;
        /* iOS Safari など対応ブラウザはこっちが効く */
    }

    .main-visual {
        background-color: #fff;
        height: 95vh;
    }
}

body:not(.home) .p-footer-ichikai {
  background-color: #fef4d9;
}