@charset "UTF-8";

.has-text-align-center {
    text-align: center;
}
.has-text-align-right {
    text-align: right;
}

figure.wp-block-flexible-table-block-table {
    margin: 0 auto;
}

.is-style-text-notosans1 {
    letter-spacing: 0;
}
:is(.is-style-text-notosans1, .is-style-text-notosans2) {
    font-family: "Noto Sans JP", sans-serif;
}
:is(.is-style-text-BIZ-UDPGothic1, ..is-style-text-BIZ-UDPGothic2) {
    font-family: "BIZ UDPGothic", sans-serif;
}
.is-style-title1 {
    border-top: 2px solid #d1c2a2;
    border-bottom: 2px solid #d1c2a2;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0;
}
.is-style-title2 {
    font-family: "Zen Old Mincho", serif;
}
.is-style-title3 {
    font-family: "BIZ UDPGothic", sans-serif;
}
.is-style-title4 {
    position: relative;
    font-family: "Montserrat", sans-serif;
    margin: 35px 0 15px;
}
.is-style-title4:before {
    content: "";
    display: block;
    background-color: #d1c2a2;
    position: absolute;
    left: 0;
}
.is-style-list1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.is-style-list1 > li {
    position: relative;
}
.is-style-list1 > li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: #d1c2a2;
}
@media all and (min-width: 782px) {
    :is(.is-style-text-notosans1, .is-style-text-notosans2).has-small-font-size {
        font-size: 1.4rem !important;
    }
    :is(.is-style-text-notosans1, .is-style-text-notosans2).has-medium-font-size {
        font-size: 1.8rem !important;
    }
    :is(.is-style-text-notosans1, .is-style-text-notosans2).has-large-font-size {
        font-size: 2rem !important;
    }
    :is(.is-style-text-notosans1, .is-style-text-notosans2).has-x-large-font-size {
        font-size: 2.4rem !important;
    }
    .is-style-text-notosans1.has-small-font-size {
        line-height: 1.5;
    }
    .is-style-text-notosans1.has-medium-font-size {
        line-height: 1.75;
    }
    .is-style-text-notosans1.has-large-font-size {
        line-height: 1.7;
    }
    .is-style-text-notosans1.has-x-large-font-size {
        line-height: 1.416;
    }
    .is-style-text-notosans2 {
        line-height: 2.25;
        letter-spacing: 0.1em;
    }
    :is(.is-style-text-BIZ-UDPGothic1, .is-style-text-BIZ-UDPGothic2).has-small-font-size {
        font-size: 1.2rem !important;
    }
    :is(.is-style-text-BIZ-UDPGothic1, .is-style-text-BIZ-UDPGothic2).has-medium-font-size {
        font-size: 1.4rem !important;
    }
    :is(.is-style-text-BIZ-UDPGothic1, .is-style-text-BIZ-UDPGothic2).has-large-font-size {
        font-size: 2rem !important;
    }
    :is(.is-style-text-BIZ-UDPGothic1, .is-style-text-BIZ-UDPGothic2).has-x-large-font-size {
        font-size: 2.4rem !important;
    }
    .is-style-text-BIZ-UDPGothic1 {
        line-height: 1.9375;
        letter-spacing: 0.1em;
    }
    .is-style-text-BIZ-UDPGothic1.has-small-font-size {
        line-height: 2.166;
        margin-bottom: 12px;
        letter-spacing: 0;
    }
    .is-style-text-BIZ-UDPGothic1.has-medium-font-size {
        line-height: 1.714;
        letter-spacing: 0;
    }
    .is-style-text-BIZ-UDPGothic1.has-large-font-size {
        line-height: 1.3;
        letter-spacing: 0.05em;
        margin-bottom: 12px;
    }
    .is-style-text-BIZ-UDPGothic1.has-x-large-font-size {
        line-height: 1.083;
        letter-spacing: 0.05em;
        margin-bottom: 3px;
    }
    .is-style-text-BIZ-UDPGothic2 {
        line-height: 1.625;
        letter-spacing: 0.05em;
    }
    .is-style-title1 {
        font-size: 3rem;
        line-height: 1.2;
        padding: 12px 0 15px;
        margin: 98px auto 50px;
    }
    .is-style-title2 {
        font-size: 2.4rem;
        line-height: 1.416;
        letter-spacing: 0.1em;
        margin: 35px auto;
    }
    .is-style-title3 {
        font-size: 3.6rem;
        line-height: 1.25;
        letter-spacing: 0.05em;
        margin: 47px auto;
    }
    .is-style-title3.has-medium-font-size {
        font-size: 3rem !important;
        margin: 50px auto 40px;
    }
    .is-style-title4 {
        font-size: 2rem;
        padding-left: 15px;
    }
    .is-style-title4:before {
        width: 10px;
        height: 10px;
        top: 10px;
    }
    .is-style-list1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .is-style-list1 > li {
        font-size: 1.6rem;
        line-height: 1.625;
        letter-spacing: 0.05em;
        padding-left: 15px;
    }
    .is-style-list1 > li::before {
        width: 10px;
        height: 10px;
        top: 9px;
    }
}
@media all and (max-width: 781px) {
    :is(.is-style-text-notosans1, .is-style-text-notosans2).has-small-font-size {
        font-size: 1.2rem !important;
    }
    :is(.is-style-text-notosans1, .is-style-text-notosans2).has-medium-font-size {
        font-size: 1.6rem !important;
    }
    :is(.is-style-text-notosans1, .is-style-text-notosans2).has-large-font-size {
        font-size: 1.6rem !important;
    }
    :is(.is-style-text-notosans1, .is-style-text-notosans2).has-x-large-font-size {
        font-size: 1.8rem !important;
    }
    .is-style-text-notosans2 {
        line-height: 2.071;
    }
    .is-style-text-notosans1.has-small-font-size {
        line-height: 1.416;
    }
    .is-style-text-notosans1.has-large-font-size {
        line-height: 1.625;
    }
    :is(.is-style-text-BIZ-UDPGothic1, .is-style-text-BIZ-UDPGothic2).has-small-font-size {
        font-size: 1rem !important;
    }
    :is(.is-style-text-BIZ-UDPGothic1, .is-style-text-BIZ-UDPGothic2).has-medium-font-size {
        font-size: 1.2rem !important;
    }
    :is(.is-style-text-BIZ-UDPGothic1, .is-style-text-BIZ-UDPGothic2).has-large-font-size {
        font-size: 1.6rem !important;
    }
    :is(.is-style-text-BIZ-UDPGothic1, .is-style-text-BIZ-UDPGothic2).has-x-large-font-size {
        font-size: 2rem !important;
    }
    .is-style-text-BIZ-UDPGothic1.has-small-font-size {
        line-height: 1.7;
        margin-bottom: 12px;
        letter-spacing: 0.05em;
    }
    .is-style-text-BIZ-UDPGothic1.has-medium-font-size {
        line-height: 1.833;
        letter-spacing: 0;
    }
    .is-style-text-BIZ-UDPGothic1.has-large-font-size {
        line-height: 1.625;
        letter-spacing: 0.025em;
        margin-bottom: 15px;
    }
    .is-style-text-BIZ-UDPGothic1.has-x-large-font-size {
        line-height: 1.7;
        letter-spacing: 0.025em;
        margin-bottom: 2px;
    }
    .is-style-text-BIZ-UDPGothic2 {
        letter-spacing: 0.025em;
    }
    .is-style-title1 {
        font-size: 2.3rem;
        line-height: 1.434;
        padding: 10px 0 13px;
        margin: 58px 0 50px;
    }
    .is-style-title2 {
        font-size: 1.8rem;
        line-height: 1.416;
        letter-spacing: 0.1em;
        margin: 40px auto 15px;
    }
    .is-style-title3 {
        font-size: 2.3rem;
        line-height: 1.304;
        letter-spacing: 0.025em;
        margin: 27px auto;
    }
    .is-style-title3.has-medium-font-size {
        font-size: 2rem !important;
        line-height: 1.5;
        margin: 25px auto 20px;
    }
    .is-style-title4 {
        font-size: 1.6rem;
        padding-left: 15px;
    }
    .is-style-title4:before {
        width: 8px;
        height: 8px;
        top: 9px;
    }
    .is-style-list1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .is-style-list1 > li {
        font-size: 1.4rem;
        letter-spacing: 0.025em;
        padding-left: 13px;
    }
    .is-style-list1 > li::before {
        width: 8px;
        height: 8px;
        top: 9px;
    }
}

.c-required {
    color: var(--red1)
}
.c-linkBtn1 {
    color: #333;
    --btn-color: var(--brown4);
    position: relative;
    width: 100%;
    background-color: var(--btn-color);
    display: block;
    text-decoration: none;
    border-radius: 4px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
input[type="submit"].c-linkBtn1 {
    outline: none;
    border: 1px solid var(--btn-color);
    box-shadow: none;
    cursor: pointer;

}
.c-linkBtn1::before,
.c-linkBtn1::after {
    content: "";
    display: block;
    width: 6px;
    height: 7px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-linkBtn1::before {
    background-color: currentColor;
    right: 20px;
}
.c-linkBtn1::after {
    background-color: var(--btn-color);
    right: 22px;
}
.c-linkBtn1:hover {
    color: var(--brown3);
    background-color: #fff;
    border: 1px solid var(--brown1);
}
.c-linkBtn1:hover::after {
    background-color: #fff;
}
.c-linkBtn2 {
    color: #333;
    display: block;
    width: 100%;
    text-decoration: none;
    border: 1px solid var(--brown1);
    background-color: var(--brown5);
    position: relative;
    text-align: center;
    margin: 50px auto;
}
.c-linkBtn2 .t1 {
    display: block;
    font-family: var(--font3);
}
.c-linkBtn2 .t2 {
    display: block;
}
.c-linkBtn2 .arrow {
    display: block;
    background-color: var(--brown4);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    translate: 0 -50%;
}
.c-linkBtn2 .arrow::before,
.c-linkBtn2 .arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 7px;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-linkBtn2 .arrow::before {
    background-color: #333;
    left: 50%;
}
.c-linkBtn2 .arrow::after {
    background-color: var(--brown4);
    left: calc(50% - 2px);
}
.wp-block-column > .c-linkBtn2 {
    margin: 0 auto;
}
.c-linkBtn3 {
    color: #333;
    display: block;
    width: 100%;
    text-decoration: none;
    border: 1px solid var(--brown1);
    background-color: var(--brown5);
    position: relative;
    text-align: center;
    margin: 50px auto;
    background-color: #fff;
}
.c-linkBtn3 .t1 {
    display: block;
    font-family: var(--font3);
}
.c-linkBtn3 .t2 {
    display: block;
}
.c-linkBtn3 .arrow {
    display: block;
    background-color: var(--brown4);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    translate: 0 -50%;
}
.c-linkBtn3 .arrow::before,
.c-linkBtn3 .arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 7px;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-linkBtn3 .arrow::before {
    background-color: #333;
    left: 50%;
}
.c-linkBtn3 .arrow::after {
    background-color: var(--brown4);
    left: calc(50% - 2px);
}
.wp-block-column > .c-linkBtn3 {
    margin: 0 auto;
}

.c-sectionTitle1 {
    text-align: center;
}
.c-sectionTitle1 .big {
    font-family: var(--font3);
    margin: 0;
}
.c-sectionTitle1 .small {
    font-family: var(--font1);
    letter-spacing: 0;
    margin: 15px 0 0;
}
.c-numberTitle {
    text-align: center;
}
.c-numberTitle .num {
    color: var(--brown3);
    font-family: var(--font6);
    margin: 0;
}
.c-numberTitle .title {
    font-family: var(--font3);
    margin: 0;
}
.c-newsList {
    list-style: none;
    padding: 0;
}
.c-newsList > li .link {
    --link-color: #333;
    color: var(--link-color);
    display: block;
    text-decoration: none;
}
.c-newsList > li .link:hover {
    --link-color: var(--brown3);
    color: #333;
}
.c-newsList > li .link .thumbnail {
    display: block;
    aspect-ratio: 3/2;
    object-fit: contain;
    text-align: center;
}
.c-newsList > li .link .newsTitle {
    color: var(--link-color);
    letter-spacing: 0;
    transition: color 0.1s;
}
.c-newsList > li .postCategory {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.c-newsList > li .postCategory > span {
    display: block;
    letter-spacing: 0;
    color: var(--brown3);
    border: 1px solid var(--brown1);
}
.c-photoStyle {
    list-style: none;
    padding: 0;
}
.c-photoStyle .itemLink {
    color: #333;
    display: block;
    border: 1px solid var(--brown1);
    background-color: #fff;
    text-decoration: none;
    position: relative;
}
.c-photoStyle .itemLink .name {
    text-align: center;
    letter-spacing: 0;
}
.c-photoStyle .itemLink .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c-photoStyle .itemLink .text {
    margin: 0;
}
.c-photoStyle .itemLink .arrow {
    display: block;
    border: 1px solid var(--brown1);
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.c-photoStyle .itemLink .arrow::before,
.c-photoStyle .itemLink .arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 7px;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-photoStyle .itemLink .arrow::before {
    background-color: var(--brown1);
    left: 50%;
}
.c-photoStyle .itemLink .arrow::after {
    background-color: #fff;
    left: calc(50% - 2px);
}
.c-imgList1 {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.c-imgList1 > li figure {
    margin: 0 auto;
    text-align: center;
}
.c-imgList1 > li img {
    display: block;
    margin: 0 auto;
}
.c-imgList1 > li figcaption {
    display: block;
}
.c-imgList2 {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.c-imgList2 .img {
    display: block;
    margin: 0 auto;
}
.c-imgList2 .title {
    font-family: var(--font3);
    letter-spacing: 0;
    text-align: center;
}
.c-imgList2 .text {
    margin: 0;
}
.c-imgLinkList1 {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.c-imgLinkList1 .itemLink {
    display: block;
    background-color: #fff;
    border: 1px solid var(--brown1);
    position: relative;
}
.c-imgLinkList1 .img {
    display: block;
    object-fit: cover;
    margin: 0 auto;
    width: 100%;
}
.c-imgLinkList1 .logoArea img {
    display: block;
}
.c-imgLinkList1 .itemLink .arrow {
    display: block;
    border: 1px solid var(--brown1);
    border-radius: 50%;
    position: absolute;
}
.c-imgLinkList1 .itemLink .arrow::before,
.c-imgLinkList1 .itemLink .arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 7px;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-imgLinkList1 .itemLink .arrow::before {
    background-color: var(--brown1);
    left: 50%;
}
.c-imgLinkList1 .itemLink .arrow::after {
    background-color: #fff;
    left: calc(50% - 2px);
}
.c-flow {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.c-flow .item {
    background-color: var(--flow-color);
    position: relative;
}
.c-flow .item + .item::before,
.c-flow .item + .item::after {
    content: "";
    display: block;
    height: 2px;
    background-color: var(--brown3);
    position: absolute;
    left: 50%;
}
.c-flow .step-title {
    border-bottom: 2px solid var(--brown1);
}
.c-flow .step-title .num {
    font-family: var(--font3);
    color: var(--brown3);
}
.c-flow .step-title .text {
    font-family: var(--font3);
    font-weight: 500;
}
.c-flow .detailImg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c-flow .detailText .paragraph-title {
    color: var(--brown6);
    display: block;
}
.c-anchorLink {
    overflow: hidden;
}
.c-anchorLink .list {
    border-bottom: 1px solid var(--brown1);
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}
.c-anchorLink .list .item {
    display: inline-block;
}
.c-anchorLink .list .item .link {
    --link-color: #333;
    color: var(--link-color);
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    width: fit-content;
    padding-bottom: 26px;
}
.c-anchorLink .list .item .link:hover {
    --link-color: var(--brown3);
}
.c-anchorLink .list .item .link::before,
.c-anchorLink .list .item .link::after {
    content: "";
    display: block;
    background-color: var(--link-color);
    width: 10px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 12px;
}
.c-anchorLink .list .item .link::before {
    rotate: 45deg;
    translate: calc(-50% - 3.5px);
}
.c-anchorLink .list .item .link::after {
    rotate: -45deg;
    translate: calc(-50% + 3.5px);
}
.c-menuList1 {
    border: 1px solid var(--brown1);
    margin: 0 auto;
}
.c-menuList1 .title {
    color: var(--brown3);
    letter-spacing: 0;
    border-bottom: 1px solid var(--brown1);
    margin: 0;
}
.c-menuList1 .menuList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
}
.c-menuList1 .explanation {
    margin: 0;
}
.c-campaignList ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.c-campaignList .item {
    width: 100%;
    margin: 0 auto;
}
.c-campaignList .item .link {
    color: #333;
    display: block;
    text-decoration: none;
}
.c-campaignList .item .thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    object-fit: contain;
}
.c-campaignList .item .info time {
    display: block;
}
.c-campaignList .item .link:hover .info .title {
    color: var(--brown3);
}
.c-campaignList .item .info .category {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.c-campaignList .item .info .category span {
    display: block;
    border: 1px solid var(--brown1);
    color: var(--brown3);
    line-height: 1.1;
}
.c-campaignList .gallery-slide-arrow {
    border: 1px solid var(--brown1);
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 50%;
    translate: -50%;
    z-index: 1;
}
.c-campaignList .gallery-slide-arrow.splide__arrow--prev {
    rotate: 180deg;
}
.c-campaignList .gallery-slide-arrow::before,
.c-campaignList .gallery-slide-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-campaignList .gallery-slide-arrow::before {
    background-color: var(--brown1);
    left: 50%;
}
.c-campaignList .gallery-slide-arrow::after {
    background-color: #fff;
    left: calc(50% - 3px);
}
.c-lower-menu {
    list-style: none;
    padding: 0;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-lower-menu > li .link {
    color: #333;
    display: block;
    background-color: #fff;
    border: 1px solid var(--brown1);
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.15s;
}
.c-lower-menu > li .link:hover {
    background-color: var(--brown2);
}
.c-lower-menu > li .link img {
    object-fit: cover;
    display: block;
    width: 100%;
}
.c-lower-menu > li .link span {
    display: block;
    text-align: center;
    letter-spacing: 0;
}
.c-costume-gallery .catArea {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 50px;
}
.c-costume-gallery .catArea > li {
    border: 1px solid var(--brown1);
    background-color: #fff;
    cursor: pointer;
    border-radius: 6px;
    padding: 6px 10px;
    min-width: 80px;
    text-align: center;
}
.c-costume-gallery .catArea > li.active,
.c-costume-gallery .catArea > li:hover {
    background-color: var(--brown2);
}
.c-costume-gallery .imgArea .splide__slide {
    display: flex;
}
.c-costume-gallery .imgArea img {
    display: block;
    width: 100%;
    object-fit: contain;
}
.c-costume-gallery .imgArea .splide__slide img {
    align-self: center;
}
.c-costume-gallery .imgArea:not(.splide) > img {
    margin-left: auto;
    margin-right: auto;
}
.c-costume-gallery .costume-slide-arrow {
    border: 1px solid var(--brown1);
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    z-index: 1;
}
.c-costume-gallery .costume-slide-arrow.splide__arrow--prev {
    rotate: 180deg;
}
.c-costume-gallery .costume-slide-arrow::before,
.c-costume-gallery .costume-slide-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-costume-gallery .costume-slide-arrow::before {
    background-color: var(--brown1);
    left: 50%;
}
.c-costume-gallery .costume-slide-arrow::after {
    background-color: #fff;
    left: calc(50% - 3px);
}

.c-plan-img-list {
    margin: 0 auto;
}
.c-plan-img-list .imgArea img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c-imgLink1 {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid var(--brown1);
}
.c-imgLink1 img {
    display: block;
    width: 100%;
}
.c-imgLink1 .arrow {
    display: block;
    border: 1px solid var(--brown1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    translate: 0 -50%;
}
.c-imgLink1 .arrow::before,
.c-imgLink1 .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-imgLink1 .arrow::before {
    background-color: var(--brown1);
    left: 50%;
}
.c-imgLink1 .arrow::after {
    background-color: #fff;
    left: calc(50% - 2px);
}

.c-linkList1 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 50px;
}
.c-linkList1 > li {
    min-width: 80px;
}
.c-linkList1 > li .link {
    color: #333;
    display: block;
    border: 1px solid var(--brown1);
    background-color: #fff;
    cursor: pointer;
    border-radius: 6px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}
.c-linkList1 > li .link.active,
.c-linkList1 > li .link:hover {
    background-color: var(--brown2);
}

.c-cat-separate-line {
    height: 1px;
    width: 100%;
    margin: 0 auto 50px;
    max-width: 600px;
    background-color: var(--brown1);
}

@media all and (min-width: 782px) {
    .c-linkBtn1 {
        max-width: 300px;
        min-height: 55px;
        padding: 10px 30px;
    }
    .c-linkBtn1 + .c-linkBtn1 {
        margin-top: 100px;
    }
    .c-linkBtn2 {
        max-width: 570px;
        padding: 16px 50px 14px;
    }
    .c-linkBtn2 .t1 {
        font-size: 4rem;
        letter-spacing: 0.1em;
        line-height: 1.2;
    }
    .c-linkBtn2 .t2 {
        margin-top: 14px;
    }
    .c-linkBtn2 .arrow {
        width: 30px;
        height: 30px;
    }
    .c-linkBtn3 {
        max-width: 640px;
        padding: 29px 50px 34px;
    }
    .c-linkBtn3 .t1 {
        font-size: 4rem;
        letter-spacing: 0.1em;
        line-height: 1.2;
    }
    .c-linkBtn3 .t2 {
        margin-top: 19px;
    }
    .c-linkBtn3 .arrow {
        width: 30px;
        height: 30px;
    }

    .c-sectionTitle1 {
        margin-bottom: 98px;
    }
    .c-sectionTitle1 .big {
        font-size: 4rem;
        line-height: 1.333;
        letter-spacing: 0.1em;
    }
    .c-sectionTitle1.size2 .big {
        font-size: 4.8rem;
    }
    .c-sectionTitle1 .small {
        font-size: 1.6rem;
        line-height: 1.333;
    }
    .c-numberTitle {
        margin: 95px auto;
    }
    .c-numberTitle .num {
        font-size: 3.6rem;
        letter-spacing: 0.1em;
        line-height: 1;
        margin-bottom: 13px;
    }
    .c-numberTitle .title {
        font-size: 4rem;
        letter-spacing: 0.1em;
        line-height: 1.133;
    }
    .c-newsList {
        margin: 90px auto 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 60px;
    }
    .c-newsList > li {
        width: 360px;
    }
    .c-newsList > li .link .thumbnail {
        height: 240px;
        margin-bottom: 26px;
    }
    .c-newsList > li .link .newsTitle {
        font-size: 2rem;
        line-height: 1.5;
        margin: 13px 0 16px;
    }
    .c-newsList > li .postCategory > span {
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 2px 4px 3px;
    }
    .c-photoStyle {
        margin: 90px auto 160px;
        display: grid;
        gap: 60px;
        grid-template-columns: repeat(auto-fit, 360px);
        justify-content: center;
    }
    .c-photoStyle .itemLink {
        padding-bottom: 46px;
    }
    .c-photoStyle .itemLink .name {
        font-size: 2.4rem;
        line-height: 1.25;
        padding: 15px 10px;
    }
    .c-photoStyle .itemLink .text {
        padding: 10px 20px;
    }
    .c-photoStyle .itemLink .arrow {
        width: 30px;
        height: 30px;
    }
    .c-imgList1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 48px 60px;
        margin-top: 90px;
        margin-bottom: 100px;
    }
    .c-imgList1 > li {
        width: 360px;
    }
    .c-imgList1 > li figcaption {
        font-size: 1.6rem;
        line-height: 1.25;
        letter-spacing: 0.1em;
        margin-top: 5px;
    }
    .c-imgList2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 60px;
        margin-top: 90px;
        margin-bottom: 100px;
    }
    .c-imgList2 .item {
        width: 360px;
    }
    .c-imgList2 .title {
        font-size: 3rem;
        line-height: 1.2;
        margin: 23px 0 20px;
    }
    .c-imgLinkList1 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .c-imgLinkList1 .item {
        width: 270px;
    }
    .c-imgLinkList1 .logoArea {
        padding: 30px 50px 25px 20px;
    }
    .c-imgLinkList1 .itemLink .arrow {
        width: 30px;
        height: 30px;
        bottom: 73px;
        right: 20px;
    }
    .c-flow {
        max-width: 1000px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .c-flow .item {
        padding: 30px 40px;
    }
    .c-flow .item + .item {
        margin-top: 120px;
    }
    .c-flow .item + .item::before,
    .c-flow .item + .item::after {
        width: 37px;
        top: -60px;
    }
    .c-flow .item + .item::before {
        rotate: 34deg;
        translate: calc(-50% - 15px);
    }
    .c-flow .item + .item::after {
        rotate: -34deg;
        translate: calc(-50% + 15px);
    }
    .c-flow .step-title {
        display: flex;
        align-items: center;
    }
    .c-flow .step-title.no-img {
        padding-bottom: 32px;
    }
    .c-flow .step-title .num {
        font-size: 2rem;
        line-height: 1.8;
        letter-spacing: 0.1em;
        flex-shrink: 0;
        margin-right: 10px;
    }
    .c-flow .step-title .img {
        flex-shrink: 0;
        width: 100px;
        margin-right: 20px;
    }
    .c-flow .step-title .text {
        font-size: 2.4rem;
        line-height: 1.5;
        letter-spacing: 0;
    }
    .c-flow .detail {
        margin-top: 24px;
    }
    .c-flow .detail:has(.detailImg) {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-top: 30px;
    }
    .c-flow .detailImg {
        width: 360px;
        flex-shrink: 0;
    }
    .c-anchorLink {
        margin-top: 95px;
    }
    .c-anchorLink .list {
        text-align: center;
    }
    .c-anchorLink .list .item {
        margin: 0 20px;
    }
    .c-anchorLink .list .item .link {
        padding-bottom: 26px;
    }
    .c-anchorLink .list .item .link::before,
    .c-anchorLink .list .item .link::after {
        bottom: 12px;
    }
    .c-anchorLink .list .item .link::before {
        translate: calc(-50% - 3.5px);
    }
    .c-anchorLink .list .item .link::after {
        translate: calc(-50% + 3.5px);
    }
    .c-menuList1 {
        margin-top: 90px;
        margin-bottom: 100px;
        padding: 16px 18px 14px;
    }
    .c-menuList1 .title {
        font-size: 2rem;
        line-height: 1.25;
        padding-bottom: 6px;
    }
    .c-menuList1 .menuList {
        grid-template-columns: repeat(auto-fit, 216px);
        gap: 13px 20px;
        margin: 20px 0;
    }
    .c-campaignList {
        margin-top: 90px;
        margin-bottom: 100px;
    }
    .c-campaignList .item {
        max-width: 540px;
    }
    .c-campaignList .item .thumbnail {
        height: 360px;
    }
    .c-campaignList .item .info {
        margin-top: 14px;
    }
    .c-campaignList .item .info .title {
        font-size: 2rem;
        line-height: 1.5;
        margin: 10px 0 14px;
    }
    .c-campaignList .item .info .category span {
        font-size: 1.4rem;
        padding: 3.5px 4px;
    }
    .c-campaignList .gallery-slide-arrow {
        width: 60px;
        height: 60px;
        top: 150px;
    }
    .c-campaignList .gallery-slide-arrow.splide__arrow--prev {
        translate: -320px;
    }
    .c-campaignList .gallery-slide-arrow.splide__arrow--next {
        translate: 260px;
    }
    .c-campaignList .gallery-slide-arrow::before,
    .c-campaignList .gallery-slide-arrow::after {
        width: 10px;
        height: 11px;
    }
    .c-lower-menu {
        gap: 40px;
    }
    .c-lower-menu > li {
        width: 270px;
    }
    .c-lower-menu > li .link {
        border-radius: 40px 0 40px 0;
    }
    .c-lower-menu > li .link img {
        aspect-ratio: 6/5;
    }
    .c-lower-menu > li .link span {
        font-size: 2rem;
        line-height: 1.5;
        padding: 7.5px 10px;
    }
    .c-lower-menu.type2 > li {
        width: 480px;
    }
    .c-lower-menu.type2 > li .link img {
        aspect-ratio: 3/2;
    }
    .c-lower-menu.type2 > li .link span {
        padding: 15px 10px;
    }
    .c-costume-gallery .imgArea {
        margin-bottom: 100px;
    }
    .c-costume-gallery :is(.splide__slide, .no-slide img) {
        max-width: 232px;
    }
    .c-costume-gallery .costume-slide-arrow {
        width: 60px;
        height: 60px;
        top: 50%;
        translate: 0 -50%;
    }
    .c-costume-gallery .costume-slide-arrow.splide__arrow--prev {
        left: 0;
    }
    .c-costume-gallery .costume-slide-arrow.splide__arrow--next {
        right: 0;
    }
    .c-costume-gallery .costume-slide-arrow::before,
    .c-costume-gallery .costume-slide-arrow::after {
        width: 10px;
        height: 11px;
    }
    .c-plan-img-list .linkArea {
        display: none;
    }
    .c-plan-img-list .imgArea {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 50px;
    }
    .c-plan-img-list .imgArea img {
        width: calc(50% - 25px);
    }
    .c-imgLink1 {
        margin: 30px auto;
        max-width: 300px;
        padding: 20px 50px;
    }
    .c-imgLink1 img {
        max-width: 200px;
    }

    .c-imgLink1 .arrow::before,
    .c-imgLink1 .arrow::after {
        width: 8px;
        height: 9px;
    }
    .c-imgLink1 .arrow {
        width: 30px;
        height: 30px;
    }
}
@media all and (max-width: 781px) {
    .c-linkBtn1 {
        max-width: 275px;
        min-height: 50px;
        padding: 10px 30px;
    }
    .c-linkBtn1 + .c-linkBtn1 {
        margin-top: 60px;
    }
    .c-linkBtn2 {
        max-width: 350px;
        padding: 1px 40px 5.5px;
    }
    .c-linkBtn2 .t1 {
        font-size: 2.7rem;
        letter-spacing: 0.025em;
        line-height: 1.259;
    }
    .c-linkBtn2 .t2 {
        font-size: 1.4rem;
        line-height: 1.25;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .c-linkBtn2 .arrow {
        width: 25px;
        height: 25px;
    }
    .c-linkBtn3 {
        max-width: 350px;
        padding: 1px 40px 5.5px;
    }
    .c-linkBtn3 .t1 {
        font-size: 2.7rem;
        letter-spacing: 0.025em;
        line-height: 1.259;
    }
    .c-linkBtn3 .t2 {
        font-size: 1.4rem;
        line-height: 1.25;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .c-linkBtn3 .arrow {
        width: 25px;
        height: 25px;
    }
    .c-sectionTitle1 {
        margin-bottom: 58px;
    }
    .c-sectionTitle1 .big {
        font-size: 3rem;
        line-height: 1.133;
        letter-spacing: 0.05em;
    }
    .c-sectionTitle1 .small {
        font-size: 1.4rem;
        line-height: 1.333;
        margin-top: 3px;
    }
    .c-numberTitle {
        margin: 40px auto;
    }
    .c-numberTitle .num {
        font-size: 2.7rem;
        letter-spacing: 0.05em;
        line-height: 1;
        margin-bottom: 12px;
    }
    .c-numberTitle .title {
        font-size: 2.7rem;
        letter-spacing: 0.05em;
        line-height: 1.37;
    }
    .c-newsList {
        margin: 50px auto 60px;
        max-width: 350px;
    }
    .c-newsList > li + li {
        margin-top: 20px;
    }
    .c-newsList > li .link {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .c-newsList > li .link .thumbnail {
        width: 150px;
        flex-shrink: 0;
    }
    .c-newsList > li .link time {
        font-size: 1.2rem;
        line-height: 1.416;
    }
    .c-newsList > li .link .newsTitle {
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.357;
        margin: 0 0 6px;
    }
    .c-newsList > li .postCategory > span {
        font-size: 1rem;
        line-height: 1;
        padding: 2px 4px 3px;
    }
    .c-photoStyle {
        margin: 50px auto 100px;
    }
    .c-photoStyle .item + .item {
        margin-top: 30px;
    }
    .c-photoStyle .itemLink {
        padding-bottom: 32px;
    }
    .c-photoStyle .itemLink .name {
        line-height: 1.25;
        padding: 7.5px 10px;
    }
    .c-photoStyle .itemLink .text {
        font-size: 1.2rem;
        line-height: 1.833;
        padding: 14px 20px;
    }
    .c-photoStyle .itemLink .arrow {
        width: 25px;
        height: 25px;
    }
    .c-imgList1 {
        max-width: 350px;
        margin-top: 42px;
        margin-bottom: 48px;
    }
    .c-imgList1 > li + li {
        margin-top: 28px;
    }
    .c-imgList1 > li figcaption {
        font-size: 1.4rem;
        line-height: 1.25;
        letter-spacing: 0;
        margin-top: 9px;
    }
    .c-imgList2 {
        max-width: 400px;
        margin: 40px auto 50px;
    }
    .c-imgList2 .item + .item {
        margin-top: 56px;
    }
    .c-imgList2 .title {
        font-size: 2.3rem;
        line-height: 1.434;
        margin: 23px 0 20px;
    }
    .c-imgLinkList1 {
        max-width: 350px;
        margin-top: 30px;
        margin-top: 40px;
    }
    .c-imgLinkList1 .item + li {
        margin-top: 30px;
    }
    .c-imgLinkList1 .logoArea {
        padding: 30px 50px 20px 15px;
    }
    .c-imgLinkList1 .logoArea img {
        max-width: 200px;
        margin: 0 auto;
    }
    .c-imgLinkList1 .itemLink .arrow {
        width: 25px;
        height: 25px;
        bottom: 77px;
        right: 45px;
    }
    .c-flow {
        max-width: 350px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .c-flow .item {
        padding: 25px 20px 4px;
    }
    .c-flow .item + .item {
        margin-top: 70px;
    }
    .c-flow .item + .item::before,
    .c-flow .item + .item::after {
        width: 28px;
        top: -35px;
    }
    .c-flow .item + .item::before {
        rotate: 31deg;
        translate: calc(-50% - 12px);
    }
    .c-flow .item + .item::after {
        rotate: -31deg;
        translate: calc(-50% + 12px);
    }
    .c-flow .step-title {
        padding-bottom: 4px;
    }
    .c-flow .step-title .num {
        display: block;
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    .c-flow .step-title .img {
        width: 75px;
        display: block;
        margin: 0 auto 5px;
    }
    .c-flow .step-title .text {
        display: block;
        text-align: center;
        font-size: 2rem;
        line-height: 1.4;
    }
    .c-flow .detail {
        margin-top: 24px;
    }
    .c-flow .detailImg {
        max-width: 300px;
        margin: 30px auto 25px;
    }
    .c-anchorLink {
        position: relative;
        left: calc(50% - 50vw);
        width: 100vw;
        margin-top: 46px;
    }
    .c-anchorLink .list {
        padding: 0 8px;
    }
    .c-anchorLink .list .item {
        margin: 0 12px;
    }
    .c-menuList1 {
        margin-top: 50px;
        margin-bottom: 60px;
        padding: 16px 16px 14px;
    }
    .c-menuList1 .title {
        font-size: 1.8rem;
        line-height: 1.25;
        padding-bottom: 6px;
    }
    .c-menuList1 .menuList {
        grid-template-columns: repeat(2, 1fr);
        gap: 9px 20px;
        margin: 24px 0 20px;
    }
    .c-campaignList {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .c-campaignList.splide {
        position: relative;
        width: 100vw;
        left: calc(50% - 50vw);
    }
    .c-campaignList .item {
        max-width: 300px;
    }
    .c-campaignList .item .thumbnail {
        aspect-ratio: 3/2;
    }
    .c-campaignList .item .info {
        margin-top: 20px;
    }
    .c-campaignList .item .info time {
        font-size: 1.2rem;
        line-height: 1.416;
    }
    .c-campaignList .item .info .title {
        font-size: 1.4rem;
        line-height: 1.357;
        margin: 5px 0 9px;
    }
    .c-campaignList .item .info .category span {
        font-size: 1rem;
        padding: 3.5px 4px;
    }
    .c-campaignList .gallery-slide-arrow {
        width: 35px;
        height: 35px;
        top: 80px;
    }
    .c-campaignList .gallery-slide-arrow.splide__arrow--prev {
        translate: -176.5px;
    }
    .c-campaignList .gallery-slide-arrow.splide__arrow--next {
        translate: 140.5px;
    }
    .c-campaignList .gallery-slide-arrow::before,
    .c-campaignList .gallery-slide-arrow::after {
        width: 10px;
        height: 11px;
    }
    .c-lower-menu {
        gap: 15px;
    }
    .c-lower-menu > li {
        width: calc(50% - 7.5px);
    }
    .c-lower-menu > li .link {
        display: block;
        border-radius: 20px 0 20px 0;
    }
    .c-lower-menu > li .link img {
        aspect-ratio: 32/25;
    }
    .c-lower-menu > li .link span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 9px 10px;
    }
    .c-lower-menu.type2 {
        align-items: center;
        flex-direction: column;
    }
    .c-lower-menu.type2 > li {
        width: 100%;
        max-width: 350px;
    }
    .c-lower-menu.type2 > li .link img {
        aspect-ratio: 3/2;
    }
    .c-lower-menu.type2 > li .link span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 9px 10px;
    }
    .c-costume-gallery .imgArea.splide {
        position: relative;
        width: 100vw;
        left: calc(50% - 50vw);
    }
    .c-costume-gallery :is(.splide__slide, .no-slide img) {
        max-width: 165px;
    }
    .c-costume-gallery .costume-slide-arrow {
        width: 35px;
        height: 35px;
        top: 50%;
    }
    .c-costume-gallery .costume-slide-arrow.splide__arrow--prev {
        left: 10px;
        translate: 0 -50%;
    }
    .c-costume-gallery .costume-slide-arrow.splide__arrow--next {
        right: 10px;
        translate: 0 -50%;
    }
    .c-costume-gallery .costume-slide-arrow::before,
    .c-costume-gallery .costume-slide-arrow::after {
        width: 10px;
        height: 11px;
    }
    .c-plan-img-list {
        margin-top: 25px;
    }
    .c-plan-img-list .linkArea {
        margin: 0 auto 30px;
        max-width: 350px;
    }
    .c-plan-img-list .linkArea .link {
        display: block;
        border: 1px solid var(--brown1);
        border-radius: 4px;
        text-align: center;
        color: #333;
        text-decoration: none;
        padding: 4.5px 10px;
    }
    .c-plan-img-list .linkArea .link + .link {
        margin-top: 10px;
    }
    .c-plan-img-list .imgArea {
    }
    .c-plan-img-list .imgArea img + img {
        margin-top: 30px;
    }
    .c-imgLink1 {
        margin: 30px auto;
        max-width: 275px;
        padding: 20px 35px;
    }
    .c-imgLink1 img {
        max-width: 210px;
    }

    .c-imgLink1 .arrow::before,
    .c-imgLink1 .arrow::after {
        width: 6px;
        height: 7px;
    }
    .c-imgLink1 .arrow {
        width: 25px;
        height: 25px;
    }
}

.c-pointList {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.c-pointList > .item .imgArea.only-img img {
    display: block;
    object-fit: contain;
    margin: 0 auto;
}
.c-pointList > .item .textArea p {
    margin: 0;
}
.c-pointList > .item .textArea .point {
    text-align: center;
    font-family: var(--font3);
    color: var(--brown3);
}
.c-pointList > .item .textArea .title {
    font-family: var(--font3);
    text-align: center;
    border-bottom: 2px solid var(--brown1);
}
@media all and (min-width: 782px) {
    .c-pointList {
        margin-top: 90px;
        margin-bottom: 100px;
    }
    .c-pointList > .item {
        display: flex;
        align-items: center;
    }
    .c-pointList > .item + .item {
        margin-top: 50px;
    }
    .c-pointList > .item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .c-pointList > .item > div {
        width: 50%;
    }
    .c-pointList > .item .imgArea img {
        height: 400px;
    }
    .c-pointList > .item:nth-child(odd) .textArea {
        padding-left: 40px;
    }
    .c-pointList > .item:nth-child(even) .textArea {
        padding-right: 40px;
    }
    .c-pointList > .item .textArea .point {
        font-size: 2.4rem;
        line-height: 1.75;
        margin-bottom: 9px;
    }
    .c-pointList > .item .textArea .title {
        font-size: 3rem;
        line-height: 1.2;
        padding-bottom: 16px;
    }
    .c-pointList > .item .textArea .text {
        margin-top: 25px;
    }
}
@media all and (max-width: 781px) {
    .c-pointList {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .c-pointList > .item + .item {
        margin-top: 43px;
    }
    .c-pointList > .item .imgArea {
        margin-bottom: 13px;
    }
    .c-pointList > .item .imgArea img {
        height: 223.5px;
    }
    .c-pointList > .item .textArea .point {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-bottom: 8px;
    }
    .c-pointList > .item .textArea .title {
        font-size: 2.3rem;
        line-height: 1.434;
        padding-bottom: 15px;
        border-width: 1px;
    }
    .c-pointList > .item .textArea .text {
        margin-top: 23px;
    }
}

.c-itemlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-itemlist > .item .imgArea {
    position: relative;
}
.c-itemlist > .item .imgArea .flag {
    display: block;
    position: absolute;
    left: 0;
    width: fit-content;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.c-itemlist > .item .imgArea .flag:before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    position: absolute;
    top: -4px;
    left: 0;
}
.c-itemlist > .item .imgArea .flag.recommend {
    border-radius: 0 20px 20px 0;
}
.c-itemlist > .item .imgArea .flag.recommend:before {
    background-color: var(--red2);
}
.c-itemlist > .item .imgArea .flag.no1::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--blue3);
    z-index: -1;
}
.c-itemlist > .item .imgArea .flag.no1:before {
    background-color: var(--blue4);
}
.c-itemlist > .item .imgArea .flag.recommend {
    background-color: var(--red1);
}
.c-itemlist > .item .imgArea .flag.new {
    font-weight: bold;
    color: #0050FF;
}
.c-itemlist > .item .imgArea .flag.new::before {
    background-color: #b3a917;
}
.c-itemlist > .item .imgArea .flag.new::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FCEE21;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 16px) 50%, 100% 100%, 0% 100%);
}
.c-itemlist > .item .imgArea img {
    display: block;
    object-fit: contain;
    margin: 0 auto;
}
.c-itemlist > .item .textArea p {
    margin: 0;
}
.c-itemlist > .item .textArea .name {
    font-family: var(--font3);
    letter-spacing: 0;
}
.c-itemlist .itemlist-imgArea-splide .splide__pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 0;
}
.c-itemlist .itemlist-imgArea-splide .splide__pagination button {
    width: 10px;
    height: 10px;
    background-color: var(--brown4);
    border-radius: 50%;
}
.c-itemlist .itemlist-imgArea-splide .splide__pagination button.is-active {
    background-color: var(--brown3);
}
.c-optionList {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.c-optionList > li img {
    display: block;
    margin: 0 auto;
}
.c-optionList > li p {
    margin: 0;
}
.c-optionList > li .name {
    letter-spacing: 0;
    font-family: var(--font3);
}
.c-optionList > li .price {
    letter-spacing: 0;
}

@media all and (min-width: 782px) {
    .c-itemlist {
        margin-bottom: 98px;
    }
    .c-itemlist > .item {
        display: flex;
        align-items: center;
        gap: 40px;
    }
    .c-itemlist > .item + .item {
        margin-top: 48px;
    }
    .c-itemlist > .item .imgArea {
        flex-shrink: 0;
        width: 420px;
        padding-left: 10px;
    }
    .c-itemlist > .item .imgArea .flag {
        top: 15px;
        min-width: 100px;
        padding: 7px 10px;
    }
    .c-itemlist > .item .imgArea .flag.no1::after {
        clip-path: polygon(0% 0%, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%);
    }
    .c-itemlist > .item .imgArea img {
        height: 280px;
    }
    .c-itemlist > .item .textArea .name {
        font-size: 3rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .c-itemlist > .item .textArea .price {
        font-size: 2.4rem;
        line-height: 1.208;
        margin: 16px 0 12px;
    }
    .c-itemlist .itemlist-imgArea-splide .splide__pagination {
        margin-top: 16px;
    }
    .c-optionList {
        gap: 40px;
        margin-top: 42px;
        margin-bottom: 50px;
    }
    .c-optionList > li {
        width: 270px;
    }
    .c-optionList > li .name {
        font-size: 2rem;
        line-height: 1.5;
        margin-top: 2px;
    }
    .c-optionList > li .price {
        font-size: 2rem;
        line-height: 1.45;
    }
}
@media all and (max-width: 781px) {
    .c-itemlist {
        margin-bottom: 58px;
    }
    .c-itemlist > .item + .item {
        margin-top: 46px;
    }
    .c-itemlist > .item .imgArea {
        padding-left: 10px;
        padding-right: 10px;
    }
    .c-itemlist > .item .imgArea .flag {
        top: 15px;
        min-width: 75px;
        padding: 7px 10px;
        font-size: 1.2rem;
        line-height: 1.625;
    }
    .c-itemlist > .item .imgArea .flag.no1::after {
        clip-path: polygon(0% 0%, calc(100% - 12px) 0%, 100% 50%, calc(100% - 12px) 100%, 0% 100%);
    }
    .c-itemlist > .item .imgArea img {
        height: 217px;
    }
    .c-itemlist > .item .textArea {
        margin-top: 14px;
    }
    .c-itemlist > .item .textArea :is(.name, .specification, .price) {
        text-align: center;
    }
    .c-itemlist > .item .textArea .name {
        font-size: 2.3rem;
        line-height: 1.434;
        margin-bottom: 9px;
    }
    .c-itemlist > .item .textArea .specification {
        font-size: 1.2rem;
        line-height: 2;
        letter-spacing: 0;
    }
    .c-itemlist > .item .textArea .price {
        font-size: 1.8rem;
        line-height: 1.388;
        margin: 10px 0 14px;
    }
    .c-itemlist .itemlist-imgArea-splide .splide__pagination {
        margin-top: 18px;
    }
    .c-optionList {
        gap: 17px 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .c-optionList > li {
        width: calc(50% - 7.5px);
        max-width: 160px;
    }
    .c-optionList > li .name {
        font-size: 1.8rem;
        line-height: 1.277;
        margin-top: 7px;
    }
    .c-optionList > li .price {
        font-size: 1.6rem;
        line-height: 1.5625;
        margin-top: 8px;
    }
}

.c-plan-img-price > img {
    display: block;
    margin: 0 auto;
}
.c-plan-img-price .priceArea p {
    margin: 0;
}
.c-plan-img-price .priceArea .title {
    letter-spacing: 0;
    text-align: center;
    background-color: var(--brown7);
}
.c-plan-img-price .priceArea .price {
    text-align: center;
}
@media all and (min-width: 782px) {
    .c-plan-img-price {
        margin-bottom: 5px;
    }
    .c-plan-img-price.has-img {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        margin-bottom: 23px;
    }
    .c-plan-img-price .priceArea .title {
        font-size: 2.4rem;
        line-height: 1.416;
        padding: 13px 0;
    }
    .c-plan-img-price .priceArea .price {
        font-size: 3.6rem;
    }
    .c-plan-img-price:not(.has-img) .priceArea .price {
        margin-top: 18px;
    }
    .c-plan-img-price.has-img .priceArea .price {
        height: calc(100% - 60px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media all and (max-width: 781px) {
    .c-plan-img-price {
        margin-bottom: 28px;
    }
    .c-plan-img-price.has-img .priceArea {
        margin-top: 30px;
    }
    .c-plan-img-price .priceArea .title {
        font-size: 1.8rem;
        line-height: 1.166;
        padding: 13px 0;
    }
    .c-plan-img-price .priceArea .price {
        font-size: 2.7rem;
        line-height: 1.1;
        text-align: center;
        margin-top: 15px;
    }
}
.c-photo-gallery .catArea {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 50px;
}
.c-photo-gallery .catArea > li {
    border: 1px solid var(--brown1);
    background-color: #fff;
    cursor: pointer;
    border-radius: 6px;
    padding: 6px 10px;
    min-width: 80px;
    text-align: center;
}
.c-photo-gallery .catArea > li.active,
.c-photo-gallery .catArea > li:hover {
    background-color: var(--brown2);
}
.c-photo-gallery .imgArea {
    margin-left: auto;
    margin-right: auto;
}
.c-photo-gallery .imgArea .gallery-item {
    display: block;
    margin-bottom: 5px;
}
.c-photo-gallery .imgArea .gallery-item img {
    display: block;
}
@media all and (min-width: 782px) {
    .c-photo-gallery .imgArea .gallery-item {
        width: 232px;
    }
}
@media all and (max-width: 781px) {
    .c-photo-gallery .imgArea .gallery-item {
        width: calc(50% - 2.5px);
        max-width: 165px;
    }
}

.c-table1 {
    table-layout: fixed;
}
.c-table1 :is(input[type="text"],input[type="email"],input[type="tel"], textarea) {
    width: 100%;
    max-width: 400px;
}
.c-table1 :is(input[type="text"],input[type="email"],input[type="tel"], textarea).width100 {
    max-width: 100%;
}

.c-table1 :is(th,td) {
    vertical-align: top;
    border: 1px solid var(--brown1);
    padding: 10px 15px;
    box-sizing: content-box;
}
.c-table1 th {
    text-align: left;
    background-color: var(--brown10);
}
@media all and (min-width: 782px) {
    .c-table1 tr > th:first-child {
        width: 300px;
        min-width: 300px;
        box-sizing: border-box;
    }
}
@media all and (max-width: 781px) {
    .c-table1 {
        width: 100%;
    }
    .c-table1 :is(th,td) {
        display: block;
        border-bottom: none;
    }
    .c-table1 tr:last-child :is(th,td):last-child {
        border-bottom: 1px solid var(--brown1);
    }
}

.p-top-menu {
    list-style: none;
    padding: 0;
    margin: 50px auto;
    justify-content: center;
}
.p-top-menu > li .link {
    color: #333;
    display: block;
    background-color: #fff;
    border: 1px solid var(--brown1);
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.15s;
}
.p-top-menu > li .link:hover {
    background-color: var(--brown2);
}
.p-top-menu > li .link img {
    object-fit: cover;
    display: block;
    width: 100%;
}
.p-top-menu > li .link span {
    display: block;
    text-align: center;
    letter-spacing: 0;
}
.p-top-link-costume {
    list-style: none;
    padding: 0;
    margin: 50px auto;
}
.p-top-link-costume .item {
    border: 1px solid var(--brown1);
    background-color: #fff;
}
.p-top-link-costume .item .photoArea img {
    display: block;
}
.p-top-link-costume .item .linkArea .linkTitle {
    letter-spacing: 0;
    text-align: center;
    margin: 0;
}
.p-top-link-costume .item .linkArea .img-logo {
    display: block;
}
.p-top-link-costume .item .linkArea .c-linkBtn1 {
    margin-bottom: 0;
}
.p-about-location {
    margin: 0 auto;
}
.p-about-location .textArea {
    text-align: center;
}
.p-about-location .imgArea img {
    display: block;
}
.p-about-location .c-linkBtn1 {
    margin-bottom: 0;
}
.p-company-history {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.p-company-history .item {
    position: relative;
}
.p-company-history .item::before {
    content: "";
    display: block;
    position: absolute;
    top: var(--pointer-position-top);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--brown1);
}
.p-company-history .item::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    top: var(--pointer-position-top);
    height: calc(100% - var(--pointer-position-top));
    background-color: var(--brown1);
}
.p-company-history .item:first-child:after {
    top: var(--pointer-position-top);
    height: calc(100% - var(--pointer-position-top));
}
.p-company-history .item + .item:after {
    top: 0;
    height: 100%;
}
.p-company-history .item:last-child:after {
    top: 0;
    height: var(--pointer-position-top);
}
.p-company-history .item .year {
    letter-spacing: 0;
}
.p-company-history .item .text {
    margin-top: 0;
    margin-bottom: 0;
}

@media all and (min-width: 782px) {
    .p-top-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 60px;
    }
    .p-top-menu > li {
        width: 360px;
    }
    .p-top-menu > li .link {
        border-radius: 40px 0 40px 0;
    }
    .p-top-menu > li .link img {
        aspect-ratio: 6/5;
    }
    .p-top-menu > li .link span {
        font-size: 2.4rem;
        line-height: 1.5;
        padding: 12px 10px;
    }
    .p-top-link-costume {
        gap: 60px;
        display: grid;
        grid-template-columns: repeat(auto-fit, 570px);
        justify-content: center;
    }
    .p-top-link-costume .item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }
    .p-top-link-costume .item .photoArea {
        width: 45.3%;
    }
    .p-top-link-costume .item .linkArea {
        width: 50.9%;
    }
    .p-top-link-costume .item .linkArea .linkTitle {
        line-height: 1.3125;
    }
    .p-top-link-costume .item .linkArea .img-logo {
        max-width: 240px;
        margin: 20px auto;
    }
    .p-top-link-costume .item .linkArea .c-linkBtn1 {
        margin-top: 20px;
    }
    .p-about-location {
        display: flex;
        gap: 50px;
        align-items: center;
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .p-about-location .textArea {
        width: 100%;
    }
    .p-about-location .textArea .c-linkBtn1 {
        margin-top: 90px;
    }
    .p-about-location .imgArea {
        max-width: 360px;
        flex-shrink: 0;
    }
    .p-company-history {
        margin-top: 90px;
        margin-bottom: 90px;
    }
    .p-company-history .item {
        display: flex;
        padding-left: 33px;
        --pointer-position-top: 6px;
    }
    .p-company-history .item::after {
        left: 5.5px;
    }
    .p-company-history .item:has(+ .item) {
        padding-bottom: 35px;
    }
    .p-company-history .item .year {
        line-height: 1.3;
        width: 150px;
        flex-shrink: 0;
    }
    .p-company-history .item .year .en {
        font-size: 2rem;
    }
    .p-company-history .item .year .ja {
        font-size: 1.2rem;
    }
}
@media all and (max-width: 781px) {
    .p-top-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .p-top-menu > li {
        width: calc(50% - 7.5px);
        display: flex;
    }
    .p-top-menu > li .link {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 2;
        gap: 0;
        border-radius: 20px 0 20px 0;
    }
    .p-top-menu > li .link img {
        aspect-ratio: 32/25;
    }
    .p-top-menu > li .link span {
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 8px 10px;
    }
    .p-top-link-costume > li {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .p-top-link-costume > li + li {
        margin-top: 40px;
    }
    .p-top-link-costume .item {
        padding: 30px;
    }
    .p-top-link-costume .item .photoArea img {
        max-width: 200px;
        margin: 0 auto;
    }
    .p-top-link-costume .item .linkArea {
        margin-top: 16px;
    }
    .p-top-link-costume .item .linkArea .linkTitle {
        line-height: 1.3125;
    }
    .p-top-link-costume .item .linkArea .img-logo {
        max-width: 210px;
        margin: 18px auto 0;
    }
    .p-top-link-costume .item .linkArea .c-linkBtn1 {
        margin-top: 20px;
    }
    .p-about-location {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .p-about-location .textArea {
        width: 100%;
    }
    .p-about-location .imgArea {
        max-width: 350px;
        margin: 43px auto 0;
    }
    .p-company-history {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .p-company-history .item {
        padding-left: 30px;
        --pointer-position-top: 7px;
    }
    .p-company-history .item::after {
        left: 5.5px;
    }
    .p-company-history .item:has(+ .item) {
        padding-bottom: 27px;
    }
    .p-company-history .item .year {
        display: block;
        line-height: 1.444;
        margin-bottom: 12px;
    }
    .p-company-history .item .year .en {
        font-size: 1.8rem;
        vertical-align: middle;
    }
    .p-company-history .item .year .ja {
        font-size: 1rem;
    }
}

.p-bridal-point .pointList {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.p-bridal-point .pointList .item p {
    font-family: var(--font5);
    margin: 0;
    margin-left: 10px;
}
.p-bridal-point .pointList .item .num {
    color: var(--brown9);
    font-family: var(--font8);
    letter-spacing: 0;
    width: fit-content;
    margin-left: 0;
}
.p-bridal-sectiontitle {
    text-align: center;
}
.p-bridal-sectiontitle .big {
    color: var(--brown9);
    font-family: var(--font8);
    margin: 0;
    letter-spacing: 0;
}
.p-bridal-sectiontitle .small {
    font-family: var(--font5);
    margin: 0;
}
.p-bridal-planner-contact {
    font-family: var(--font5);
}
.p-bridal-planner-contact p {
    text-align: center;
    margin: 0;
}
.p-bridal-planner-contact .lead {
    color: var(--brown9);
}
.p-bridal-planner-contact .snsArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.p-bridal-planner-contact .snsArea :is(.link, img) {
    display: block;
}
.p-bridal-planner-contact .snsArea .link {
    width: 30px;
}
.p-bridal-title-underline {
    display: block;
    font-family: "BIZ UDPGothic", sans-serif;
}
.p-bridal-partnership-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.p-bridal-partnership-list .itemLink {
    display: block;
    text-decoration-color: var(--blue2);
}
.p-bridal-partnership-list .itemLink img {
    display: block;
    margin: 0 auto;
}
.p-bridal-partnership-list .itemLink .text {
    display: block;
    color: var(--blue2);
}
.p-bridal-linkbtn {
    color: var(--brown9);
    display: block;
    margin: 0 auto;
    font-family: var(--font5);
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--brown9);
    transition: color 0.15s, background-color 0.15s;
}
.p-bridal-linkbtn:hover {
    color: #fff;
    background-color: var(--brown9);
}

@media all and (min-width: 782px) {
    .p-bridal-point {
        position: relative;
    }
    .p-bridal-point .pointList {
        width: 40%;
    }
    .p-bridal-point .pointList .item + .item {
        margin-top: 62px;
    }
    .p-bridal-point .pointList .item .num {
        font-size: 2.4rem;
        min-width: 200px;
        padding-left: 10px;
        background-image: linear-gradient(to top, transparent 5px, var(--pink2) 5px, var(--pink2) 15px, transparent 15px);
    }
    .p-bridal-point .pointList .item .title {
        font-size: 3rem;
        line-height: 1.333;
        letter-spacing: 0.05em;
        margin-top: 20px;
    }
    .p-bridal-point .pointList .item .text {
        line-height: 1.9375;
        letter-spacing: 0.1em;
        margin-top: 20px;
    }
    .p-bridal-point > img {
        position: absolute;
        width: 23.3%;
    }
    .p-bridal-point > .img1 {
        top: 54px;
        left: 0;
    }
    .p-bridal-point > .img2 {
        bottom: 60px;
        right: 0;
    }
    .p-bridal-sectiontitle {
        margin: 50px 0 60px;
    }
    .p-bridal-sectiontitle .big {
        font-size: 6rem;
        line-height: 1.25;
    }
    .p-bridal-sectiontitle .small {
        font-size: 2rem;
        line-height: 2.2;
        letter-spacing: 0.1em;
        margin-top: 6px;
    }
    .p-bridal-planner-contact .lead {
        font-size: 2rem;
        line-height: 1.3;
        letter-spacing: 0.05em;
    }
    .p-bridal-planner-contact .tel {
        margin-top: 12px;
    }
    .p-bridal-planner-contact .snsArea {
        margin-top: 14px;
    }
    .p-bridal-title-underline {
        font-size: 2.4rem;
        letter-spacing: 0.05em;
        line-height: 1.35;
        margin: 80px auto 35px;
    }
    .p-bridal-title-underline .text {
        background-image: linear-gradient(to top, transparent 0, #fdede0 0, #fdede0 20px, transparent 20px);
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .p-bridal-partnership-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px 50px;
        margin: 30px auto 80px;
    }
    .p-bridal-partnership-list .item {
        width: 360px;
    }
    .p-bridal-partnership-list .itemLink .text {
        margin-top: 2px;
    }
    .p-bridal-linkbtn {
        max-width: 300px;
        letter-spacing: 0.05em;
        line-height: 1.625;
        border-radius: 30px;
        padding: 16px 10px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media all and (max-width: 781px) {
    .p-bridal-planner-contact .lead {
        font-size: 2rem;
        line-height: 1.5;
        letter-spacing: 0.025em;
    }
    .p-bridal-planner-contact .tel {
        margin-top: 12px;
        letter-spacing: 0.025em;
    }
    .p-bridal-planner-contact .snsArea {
        margin-top: 14px;
    }
    .p-bridal-title-underline {
        font-size: 2rem;
        letter-spacing: 0.025em;
        line-height: 1.5;
        margin: 45px auto 35px;
    }
    .p-bridal-title-underline .text {
        background-image: linear-gradient(to top, transparent 0, #fdede0 0, #fdede0 15px, transparent 15px);
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .p-bridal-partnership-list {
        max-width: 450px;
        margin: 30px auto 50px;
    }
    .p-bridal-partnership-list .item + .item {
        margin-top: 25px;
    }
    .p-bridal-partnership-list .itemLink .text {
        margin-top: 4px;
    }
    .p-bridal-linkbtn {
        max-width: 275px;
        letter-spacing: 0.025em;
        line-height: 1.892;
        border-radius: 25px;
        padding: 10.5px 10px 11px;
        margin-top: 48px;
        margin-bottom: 50px;
    }
    .p-bridal-point {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 48px 37.5px;
    }
    .p-bridal-point .pointList {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .p-bridal-point .pointList .item + .item {
        margin-top: 36px;
    }
    .p-bridal-point .pointList .item .num {
        font-size: 1.8rem;
        min-width: 150px;
        padding-left: 10px;
        background-image: linear-gradient(to top, transparent 4px, var(--pink2) 4px, var(--pink2) 14px, transparent 14px);
    }
    .p-bridal-point .pointList .item .title {
        font-size: 2.4rem;
        line-height: 1.416;
        letter-spacing: 0.025em;
        margin-top: 20px;
    }
    .p-bridal-point .pointList .item .text {
        margin-top: 20px;
    }
    .p-bridal-point > .img2 {
        margin-top: 100px;
    }
    .p-bridal-sectiontitle {
        margin: 40px 0;
    }
    .p-bridal-sectiontitle .big {
        font-size: 3rem;
        line-height: 1.333;
    }
    .p-bridal-sectiontitle .small {
        font-size: 1.4rem;
        line-height: 1.357;
        letter-spacing: 0.05em;
        margin-top: 16px;
    }
}

.p-recruit-voice_modal {
    display: none;
}
.p-recruit-staff-voiceList {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    justify-content: center;
}
.p-recruit-staff-voiceList .voiceItem {
    border: 1px solid var(--brown1);
    overflow: hidden;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}
.p-recruit-staff-voiceList .voiceItem:hover {
    opacity: 0.8;
}
.p-recruit-staff-voiceList .voiceItem .imgArea img {
    display: block;
}
.p-recruit-staff-voiceList .voiceItem .textArea p {
    margin: 0;
}
.p-recruit-staff-voiceList .voiceItem .textArea .name {
    font-family: var(--font3);
    letter-spacing: 0;
}
.p-recruit-staff-voiceList .voiceItem .textArea .position {
    letter-spacing: 0;
}
.p-recruit-staff-voiceList .voiceItem .arrow {
    display: block;
    border: 1px solid var(--brown1);
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    translate: -50%;
}
.p-recruit-staff-voiceList .voiceItem .arrow::before,
.p-recruit-staff-voiceList .voiceItem .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-recruit-staff-voiceList .voiceItem .arrow::before {
    background-color: var(--brown1);
    left: 50%;
}
.p-recruit-staff-voiceList .voiceItem .arrow::after {
    background-color: #fff;
    left: calc(50% - 2px);
}
.p-recruit-voice_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    z-index: 200000;
}
.p-recruit-voice_modal .modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #534741;
    opacity: 0.8;
}
.p-recruit-voice_modal .modal-contents-wrap {
    padding: 100px 0;
    display: flex;
    align-items: center;
    min-height: 100svh;
}
.p-recruit-voice_modal .modal-contents {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.p-recruit-voice_modal .modal-contents .modal-close-btn {
    position: absolute;
    cursor: pointer;
}
.p-recruit-voice_modal .modal-contents .modal-close-btn.btn2 {
    left: 50%;
    translate: -50%;
}
.p-recruit-voice_modal .modal-contents .modal-close-btn::after,
.p-recruit-voice_modal .modal-contents .modal-close-btn:before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    translate: -50%;
}
.p-recruit-voice_modal .modal-contents .modal-close-btn::after {
    rotate: 45deg;
}
.p-recruit-voice_modal .modal-contents .modal-close-btn:before {
    rotate: -45deg;
}
.p-recruit-voice_modal .modal-contents article {
    background-color: #fff;
    border: 1px solid var(--brown1);
    overflow: hidden;
}
.p-recruit-voice_modal .modal-contents .imgArea img {
    display: block;
}
.p-recruit-voice_modal .modal-contents .infoArea .name {
    font-family: var(--font3);
    letter-spacing: 0;
}
.p-recruit-voice_modal .modal-contents .infoArea .position {
    letter-spacing: 0;
    margin-bottom: 0;
}
.p-recruit-voice_modal .modal-contents .qa {
    list-style: none;
    margin: 0;
}
.p-recruit-voice_modal .modal-contents .qa .question {
    font-family: var(--font3);
    letter-spacing: 0;
    border-top: 2px solid var(--brown1);
    border-bottom: 2px solid var(--brown1);
    position: relative;
}
.p-recruit-voice_modal .modal-contents .qa .question::before {
    content: "Q.";
    display: block;
    font-family: var(--font7);
    color: var(--brown3);
    position: absolute;
    left: 0;
}
@media all and (min-width: 782px) {
    .p-recruit-staff-voice {
        margin-top: 90px;
        margin-bottom: 100px;
    }
    .p-recruit-staff-voiceList {
        grid-template-columns: repeat(auto-fit, 270px);
        gap: 40px;
    }
    .p-recruit-staff-voiceList .voiceItem {
        border-radius: 40px 0 40px 0;
    }
    .p-recruit-staff-voiceList .voiceItem .textArea {
        padding: 24px 20px 65px;
    }
    .p-recruit-staff-voiceList .voiceItem .textArea .name {
        font-size: 2.6rem;
        line-height: 1.2rem;
    }
    .p-recruit-staff-voiceList .voiceItem .textArea .position {
        font-size: 1.8rem;
        line-height: 1.444;
        margin-top: 25px;
    }
    .p-recruit-staff-voiceList .voiceItem .arrow::before,
    .p-recruit-staff-voiceList .voiceItem .arrow::after {
        width: 8px;
        height: 9px;
    }
    .p-recruit-staff-voiceList .voiceItem .arrow {
        width: 30px;
        height: 30px;
    }
    .p-recruit-voice_modal .modal-contents {
        width: calc(100vw - 80px);
        max-width: 1000px;
    }
    .p-recruit-voice_modal .modal-contents .modal-close-btn {
        width: 30px;
        height: 30px;
    }
    .p-recruit-voice_modal .modal-contents .modal-close-btn.btn1 {
        top: -45px;
        right: 15px;
    }
    .p-recruit-voice_modal .modal-contents .modal-close-btn.btn2 {
        bottom: -45px;
    }
    .p-recruit-voice_modal .modal-contents .modal-close-btn::after,
    .p-recruit-voice_modal .modal-contents .modal-close-btn:before {
        width: 42px;
    }
    .p-recruit-voice_modal .modal-contents article {
        border-radius: 40px 0 40px 0;
    }
    .p-recruit-voice_modal .modal-contents .imgArea {
        float: left;
        width: 360px;
        margin-right: 40px;
        margin-bottom: 50px;
    }
    .p-recruit-voice_modal .modal-contents .infoArea {
        margin-top: 45px;
    }
    .p-recruit-voice_modal .modal-contents .infoArea .name {
        font-size: 2.6rem;
        line-height: 1.2;
        margin: 0 0 10px;
    }
    .p-recruit-voice_modal .modal-contents .infoArea .position {
        font-size: 1.8rem;
        line-height: 1.444;
    }
    .p-recruit-voice_modal .modal-contents .qa {
        padding: 40px 40px 50px;
    }
    .p-recruit-voice_modal .modal-contents .qa > li {
        overflow: hidden;
    }
    .p-recruit-voice_modal .modal-contents .qa > li + li {
        margin-top: 46px;
    }
    .p-recruit-voice_modal .modal-contents .qa .question {
        font-size: 2.4rem;
        line-height: 1.5;
        padding: 15px 0 15px 40px;
    }
    .p-recruit-voice_modal .modal-contents .qa .question::before {
        font-size: 3rem;
        line-height: 1.2;
        top: 15px;
    }
    .p-recruit-voice_modal .modal-contents .qa .answer {
        margin-top: 20px;
    }
}
@media all and (max-width: 781px) {
    .p-recruit-staff-voice {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .p-recruit-staff-voiceList {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 10px;
    }
    .p-recruit-staff-voiceList .voiceItem {
        border-radius: 20px 0 20px 0;
    }
    .p-recruit-staff-voiceList .voiceItem .textArea {
        padding: 22px 20px 63px;
    }
    .p-recruit-staff-voiceList .voiceItem .textArea .name {
        font-size: 2rem;
        line-height: 1.2rem;
    }
    .p-recruit-staff-voiceList .voiceItem .textArea .position {
        font-size: 1.4rem;
        line-height: 1.357;
        margin-top: 22px;
    }
    .p-recruit-staff-voiceList .voiceItem .arrow::before,
    .p-recruit-staff-voiceList .voiceItem .arrow::after {
        width: 6px;
        height: 7px;
    }
    .p-recruit-staff-voiceList .voiceItem .arrow {
        width: 25px;
        height: 25px;
    }
    .p-recruit-voice_modal .modal-contents {
        width: calc(100vw - 40px);
        max-width: 4000px;
    }
    .p-recruit-voice_modal .modal-contents .modal-close-btn {
        width: 22.5px;
        height: 22.5px;
    }
    .p-recruit-voice_modal .modal-contents .modal-close-btn.btn1 {
        top: -34px;
        right: 10px;
    }
    .p-recruit-voice_modal .modal-contents .modal-close-btn.btn2 {
        bottom: -34px;
    }
    .p-recruit-voice_modal .modal-contents .modal-close-btn::after,
    .p-recruit-voice_modal .modal-contents .modal-close-btn:before {
        width: 32px;
    }
    .p-recruit-voice_modal .modal-contents article {
        border-radius: 20px 0 20px 0;
    }
    .p-recruit-voice_modal .modal-contents .infoArea {
        display: flex;
        padding: 0 20px 0 0;
        gap: 20px;
        align-items: center;
    }
    .p-recruit-voice_modal .modal-contents .infoArea .photo {
        display: block;
        width: 48%;
        max-width: 150px;
        flex-shrink: 0;
    }
    .p-recruit-voice_modal .modal-contents .infoArea .name {
        font-size: 2rem;
        line-height: 1.2;
        margin: 0 0 10px;
    }
    .p-recruit-voice_modal .modal-contents .infoArea .position {
        font-size: 1.4rem;
        line-height: 1.357;
    }
    .p-recruit-voice_modal .modal-contents .qa {
        padding: 50px 20px 45px;
    }
    .p-recruit-voice_modal .modal-contents .qa > li + li {
        margin-top: 46px;
    }
    .p-recruit-voice_modal .modal-contents .qa .question {
        font-size: 1.6rem;
        line-height: 1.625;
        padding: 12px 0 16px 27px;
    }
    .p-recruit-voice_modal .modal-contents .qa .question::before {
        font-size: 1.8rem;
        line-height: 1;
        top: 50%;
        translate: 0 -50%;
    }
    .p-recruit-voice_modal .modal-contents .qa .answer {
        margin-top: 20px;
    }
}

