.up-kv {
    background-color: #efeee9;
    padding: 120px 0 20px;
}
.up-title-en-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.up-title-en-wrap .title-icon {
    width: 14px;
}
.up-title-en-wrap .up-title-en {
    font-size: 1.4rem;
    font-weight: 500;
    color: #901e52;
}
.up-title-wrap .up-title {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: .03em;
}
.up-title-wrap .up-title::first-letter {
    color: #901e52;
}

.breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 90px;
}
.breadcrumb .breadcrumb-item {
    color: #252525;
    font-size: 1.2rem;
}
.breadcrumb .breadcrumb-arrow {
    position: relative;
    display: inline-block;
    width: 3.8px;
    height: 6.7px;
}
.breadcrumb .breadcrumb-arrow::before,
.breadcrumb .breadcrumb-arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: 0;
    width: 5px;
    height: 1px;
    border-radius: 9999px;
    background-color: #252525;
    transform-origin: calc(100% - 0.5px) 50%;
}
.breadcrumb .breadcrumb-arrow::before {
    transform: rotate(45deg);
}
.breadcrumb .breadcrumb-arrow::after {
    transform: rotate(-45deg);
}
.breadcrumb .bc-link {
    text-decoration: underline;
}
.breadcrumb .bc-link:hover {
    text-decoration: none;
}

.up-section-title {
    text-align: center;
    margin-bottom: 40px;
}
.up-section-title .up-title-en {
    color: #901e52;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.up-section-title .up-title {
    color: #252525;
    font-size: 1.5rem;
    font-weight: 600;
}

.company-features {
    padding: 100px 0;
}
.company-features .company-features__list {
    display: flex;
    justify-content: center;
}
.company-features .company-features__list .company-features__item {
    width: 500px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.company-features .company-features__list .company-features__item:first-child {
    border-right: solid 1px #c9c9c9;
    padding-right: 100px;
}
.company-features .company-features__list .company-features__item:last-child {
    padding-left: 100px;
}
.company-features .company-features__list .company-features__item .company-features__item-title {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 30px;
}
.company-features .company-features__list .company-features__item .company-features__item-description {
    font-size: 1.5rem;
    line-height: 2;
}

.company-mission {
    background-color: #fff;
    padding: 100px 0;
}
.company-mission .company-mission-catch {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}
.company-mission .company-mission-text {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    margin: 0 auto;
}

.company-about-us {
    background-color: #fff;
    padding-bottom: 100px;
}
.company-about-us-inner {
    display: flex;
    gap: 100px;
    justify-content: center;
}
.company-about-us-inner .company-about-us-textarea {
    width: 650px;
    text-align: justify;
    padding-top: 30px;
}
.company-about-us .up-section-title {
    text-align: left;
}
.company-mission-catch {
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 30px;
}
.company-mission-text {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    margin: 0 auto;
}

.company-overview {
    padding: 100px 0;
}
.ov-table {
    width: 1000px;
    border-top: solid 1px #c9c9c9;
    margin: 60px auto 0;
}
.ov-table .row {
    display: flex;
    padding: 40px 0;
    border-bottom: solid 1px #c9c9c9;
}
.ov-table .row .th {
    width: 200px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #252525;
    line-height: 1.5;
}
.ov-table .row .td {
    font-size: 1.6rem;
    line-height: 1.5;
}

.contact-form {
    padding: 80px 0;
}
.contact-form .form-wrap {
    max-width: 1220px;
    margin: 0 auto;
}
.contact-form .form-wrap legend {
    font-size: 1.7rem;
    font-weight: 600;
    color: #901e52;
    margin-bottom: 40px;
}
.contact-form .form-wrap .required-asta {
    color: #901e52;
    font-size: 1.4rem;
}
.wpcf7-list-item {
    display: flex;
    align-items: center;
    column-gap: 16px;
    width: fit-content;
    line-height: 1;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 600;
}
.wpcf7-list-item:not(:last-of-type) {
    margin-bottom: 20px;
}
input[type="checkbox"] {
    appearance: none;
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid #901e52;
    cursor: pointer;
}
input[type="checkbox"]:checked {
    background-color: #901e52;
}
input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 4px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
}
.form-label {
    font-size: 1.7rem;
    font-weight: 600;
    color: #901e52;
    margin: 70px 0 18px;
    display: block;
}
.form-label .min {
    font-size: 1.3rem;
    font-weight: 400;
    color: #252525;
    margin-left: 30px;
}

.form-wrap input[type="text"],
.form-wrap input[type="email"] {
    width: 100%;
    padding: 24px 0;
    border: none;
    border-bottom: solid 1px #3e3e3e;
    background-color: transparent;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
}
.form-wrap input::placeholder,
.form-wrap textarea::placeholder {
    color: #c9c9c9;
    font-weight: 600;
}
.form-wrap textarea {
    width: 100%;
    padding: 24px 0;
    height: 4em;
    border: none;
    border-bottom: solid 1px #3e3e3e;
    background-color: transparent;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.submit-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.agreement-label {
    font-size: 1.7rem;
    font-weight: 600;
    color: #252525;
}
.agreement-label a {
    color: #901e52;
    text-decoration: underline;
}
.agreement-label .checkbox{
    vertical-align: text-bottom;
}
.submit-wrap input[type="submit"] {
    width: 200px;
    height: 60px;
    background-color: #252525;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    border: none;
    border-radius: 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpcf7 {
    border: none;
    background: unset;
}

@media screen and (max-width:1000px) {
    .up-kv {
        padding: 60px 0 15px;
    }
    .up-title-wrap {
        margin-top: 40px;
    }
    .up-title-wrap .up-title {
        font-size: 2.6rem;
    }
    .breadcrumb {
        margin-top: 40px;
    }

    .company-features {
        padding: 40px 0;
    }
    .up-section-title {
        margin-bottom: 30px;
    }
    .company-features .company-features__list {
        flex-direction: column;
    }
    .company-features .company-features__list .company-features__item {
        width: 100%;
        padding: 0;
    }
    .company-features .company-features__list .company-features__item:first-child,
    .company-features .company-features__list .company-features__item:last-child {
        padding: 0;
    }
    .company-features .company-features__list .company-features__item:first-child {
        border-right: none;
        border-bottom: solid 1px #c9c9c9;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .company-features .company-features__list .company-features__item .company-features__item-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .company-features .company-features__list .company-features__item .company-features__item-description {
        font-size: 1.4rem;
    }

    .company-mission {
        padding: 40px 0;
    }
    .company-mission .company-mission-catch {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .company-mission .company-mission-text {
        font-size: 1.4rem;
    }

    .company-about-us {
        padding-bottom: 40px;
    }
    .company-about-us-inner {
        flex-direction: column-reverse;
        gap: 0;
    }
    .company-about-us-inner .company-about-us-textarea {
        width: 100%;
    }
    .company-mission-catch {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .company-mission-text {
        font-size: 1.4rem;
    }

    .company-overview {
        padding: 40px 0;
    }
    .ov-table {
        width: 100%;
        margin-top: 30px;
    }
    .ov-table .row {
        flex-direction: column;
        padding: 20px 0;
    }
    .ov-table .row .th {
        width: 100%;
        font-size: 1.5rem;
    }
    .ov-table .row .td {
        font-size: 1.5rem;
    }

    .contact-form {
        padding: 40px 0;
    }
    .contact-form .form-wrap legend {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
    .wpcf7-list-item {
        font-size: 1.6rem;
    }
    .form-label {
        margin: 50px 0 15px;
        font-size: 1.5rem;
    }
    .form-label .min {
        display: block;
        margin-left: 0;
        margin-top: 10px;
        line-height: 1.4;
    }
    .form-wrap input[type="text"], .form-wrap input[type="email"],
    .form-wrap textarea {
        font-size: 1.6rem;
    }
    .agreement-label {
        font-size: 1.5rem;
    }
    .submit-wrap {
        margin-top: 40px;
        flex-direction: column;
    }
    .submit-wrap input[type=submit] {
        width: 100%;
        margin-top: 40px;
    }
}

.terms-content-wrap {
    margin: 60px 0;
}
.terms-content-inner {
    max-width: 800px;
    margin: 0 auto;
}
.terms-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
.terms-content h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 2em 0 1em;
    color: #901e52;
}
.terms-content p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}
.terms-content ol {
    padding-left: 1.5em;
    list-style-type: decimal;
}
.terms-content ol li {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: .5em;
}
.terms-content ol li ol {
    list-style-type: lower-roman;
    margin-top: 1em;
}
.terms-content ol li ol li {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.8em;
}
.terms-content ul {
    padding-left: 1.5em;
    list-style-type: disc;
    margin-top: 1em;
}
.terms-content ul li {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: .5em;
}
.terms-content table {
    width: 100%;
}
.terms-content table th {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 20px 0;
    width: 200px;
    border-bottom: solid 1px #ccc;
    color: #901e52;
}
.terms-content table td {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 20px 0;
    width: calc(100% - 200px);
    border-bottom: solid 1px #ccc;
}

@media screen and (max-width:1000px) {
    .terms-content-wrap {
        width: 100%;
        padding: 0 5%;
    }
    .terms-content {
        border-radius: 10px;
        padding: 40px 20px;
    }
    .terms-content p {
        line-height: 1.8;
    }
    .terms-content table th {
        font-size: 1.5rem;
        display: block;
        width: 100%;
        border-bottom: none;
        padding: 20px 0 0;
        text-align: left;
    }
    .terms-content table td {
        font-size: 1.4rem;
        display: block;
        padding: 10px 0 20px;
        width: 100%;
        border-bottom: solid 1px #ccc;
    }
}

.faq-section {
    padding: 100px 0;
}
.faq-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.faq-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.faq-item {
    background-color: #fff;
    padding: 40px;
    border-radius: 6px;
}
.q-item {
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
    line-height: 1.4;
}
.q-item span,
.a-item span {
    font-size: 3rem;
    margin-right: 10px;
}
.a-item span {
    color: #901e52;
}
.a-item {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-top: 20px;
}
.a-item a {
    color: #901e52;
    text-decoration: underline;
}
.a-item a:hover {
    opacity: .7;
}

@media screen and (max-width:1000px) {
    .faq-section {
        padding: 60px 0;
    }
    .faq-inner {
        width: 100%;
        padding: 0 5%;
        margin: 0 auto;
    }
    .faq-content {
        gap: 20px;
    }
    .faq-item {
        padding: 20px;
    }
    .q-item {
        font-size: 1.8rem;
    }
    .q-item span,
    .a-item span {
        font-size: 2.4rem;
    }
    .a-item {
        font-size: 1.6rem;
        line-height: 1.8;
        padding-top: 20px;
    }
}

/* CART PAGE STYLING */
.wp-block-woocommerce-cart {
    padding: 120px 100px 0;
}
.wp-block-woocommerce-cart-cross-sells-block {
    display: none;
}
.p-single__content {
    padding: 120px 0 80px;
}
.p-single__content .p-wc__body.p-body {
    max-width: 1000px;
    margin: 0 auto;
}

/* CHECKOUT PAGE STYLING */
.wp-block-woocommerce-checkout {
    padding: 120px 100px 0;
}
.wc-block-components-sidebar-layout {
    padding-top: 80px;
}
@media screen and (max-width:1000px) {
    .p-single__content {
        padding: 120px 5% 60px;
    }
    .wp-block-woocommerce-cart {
        padding: 60px 5%;
        width: 100%;
    }
    .wp-block-woocommerce-checkout {
        padding: 60px 5%;
        width: 100%;
    }
    .wc-block-components-sidebar-layout {
        padding-top: 20px;
    }
}

/* LOGIN */
#wc-form-login {
    max-width: 400px;
    margin: 0 auto;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background-color: #fff;
    border: none;
    border-radius: 20px;
}
@media screen and (max-width:1000px) {
    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
        padding: 30px 20px !important;
    }
}

/* MY PAGE */
.woocommerce-account .woocommerce-MyAccount-content {
    background-color: #fff;
}
