@charset "UTF-8";
/* CSS Document */

/* reset.css */
caption,td,th{text-align:left}dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,table,th,tr,ul{margin:0;padding:0;font-size:100%}blockquote,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,pre,span,td,th,ul{margin:0;padding:0}code,kbd,pre,samp,tt{font-family:monospace;line-height:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ol,ul{list-style-type:none}q:after,q:before{content:''}button,fieldset,form,input,label,legend,select,textarea{margin:0;padding:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}table{border-collapse:collapse;border-spacing:0;font-size:100%}td,th{vertical-align:top}input[type=submit]::-moz-focus-inner{border:0}

/*-----------------------------
共通スタイル
-----------------------------*/
:root{
    --base-color: #000;
    --base-font: "Noto Sans JP", sans-serif;
    --mincho-Noto: "Noto Serif JP", serif;
    --mincho-Shippori: "Shippori Mincho", serif;
    --mv-font-serif: "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho", "Times New Roman", Georgia, serif;
    --mv-font-sans: "Yu Gothic", "YuGothic", "Meiryo", "Helvetica Neue", Arial, sans-serif;
    --color-red: #990000;
    --color-blue: #001d99;
    --color-white: #fff;
}

body {
    color: var(--base-color);
    line-height: 1.5;
}

a[href^="tel:"] {
    pointer-events: none;
}

.img{
    width: 100%;
    vertical-align: middle;
}

.inbl{
    display: inline-block;
}

.block{
    display: block;
}

.pc-none{
    display: none;
}

.inner-tp-rules{
    padding-inline: 50px;
    margin-inline: auto;
    max-width: 1100px;
}

.section{
    padding-top: 165px;
}

.section-title{
    font-family: var(--mincho-Shippori);
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 0.3em;
    width: fit-content;
    margin-inline: auto;
    position: relative;
    z-index: 0;
}

.section-title.--white{
    color: var(--color-white);
}

.section-under-line{
    position: relative;
    z-index: 0;
}

.section-title-line{
    position: relative;
}

.section-under-line::before,
.section-under-line::after{
    content: "";
    display: block;
    background-color: var(--base-color);
    height: 1px;
    width: calc((100% - 40px) / 2);
    position: absolute;
    bottom: 0;
}

.section-title-line{
    display: inline-block;
    background-color: var(--base-color);
    width: 40px;
    aspect-ratio: 40/26;
    clip-path: polygon(calc(100% - 2px) 0, 100% 0, 2px 100%, 0 100%);
    position: absolute;
    bottom: -25px;
    left: calc(50% + 2px);
    transform: translateX(-50%);
}

.section-under-line::before{
    left: 0;
}
.section-under-line::after{
    right: 0;
}

.section-title .text-red{
    font-size: 1.5em
}

.footer-breadcrumb{
    display: none;
}

@media screen and (max-width: 1194px){
    .section {
        padding-top: 130px;
    }

    .section-title {
        font-size: 34px;
    }
}

@media screen and (max-width: 1024px){
    .section {
        padding-top: 110px;
    }

    .section-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px){
    a[href^="tel:"] {
        pointer-events:all;
    }

    .pc-none{
        display: block;
    }

    .sp-none{
        display: none;
    }

    .inner-tp-rules{
        padding-inline: 5vw;
    }

    .section {
        padding-top: 100px;
    }

    .section-title {
        font-size: min(calc(23/600*100vw), 26px);
        padding-bottom: 0.5em;
    }

    .section-under-line::before,
    .section-under-line::after{
        width: calc((100% - 32px) / 2);
    }

    .section-title-line{
        width: 32px;
        bottom: -20px;
    }
}

@media screen and (max-width: 599px){
    .section {
        padding-top: 80px;
    }

    .section-title {
        font-size: min(calc(22/360*100vw), 24px);
        padding-bottom: 0.5em;
    }

    .section-under-line{
        width: max(320px, 80%);
    }
}

@media screen and (max-width: 399px){
    .section {
        padding-top: 70px;
    }
}

/*----------------------------
共通スタイル
-----------------------------*/
.text{
    font-size: 18px;
    line-height: 1.9;
    text-align: justify;
}

.text-red{
    color: var(--color-red);
}

.lp-tp-rules{
    margin-top: 130px;
}

@media screen and (max-width: 1194px){
    .lp-tp-rules {
        margin-top: 100px;
    }
}


@media screen and (max-width: 1194px){
    .lp-tp-rules {
        margin-top: 100px;
    }
}

@media screen and (max-width: 1023px){
    .lp-tp-rules {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px){
    .text{
        font-size: 16px;
        line-height: 1.8;
    }
}

@media screen and (max-width: 499px){
    .lp-tp-rules {
        margin-top: calc(80/500*100vw);
    }
}

/*----------------------------
cv
-----------------------------*/
.cv {
    background: url("../images/lp-roudouhunsou/cv-bg.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 40px 0 50px;
}

.webp .cv {
    background: url("../images/lp-roudouhunsou/cv-bg.jpg.webp");
}

.cv__content-mail a {
    background: linear-gradient(to bottom, rgb(2, 1, 2) 0%, rgb(63, 63, 63) 100%);
}

/*----------------------------
fv
-----------------------------*/
.mv{
    background-image: url("../images/lp-tp-rules/mv-bg_pc.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 213px;
    padding-bottom: 212px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.webp .mv{
    background-image: url("../images/lp-tp-rules/mv-bg_pc.jpg.webp");
}

.mv::before{
    content: "";
    display: block;
    background-image: url("../images/lp-tp-rules/mv-img_pc.png");
    background-size: contain;
    width: 589px;
    aspect-ratio: 1/1;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 47.5%;
    left: calc(50% - 415px);
    z-index: -1;
}

.webp .mv::before{
    background-image: url("../images/lp-tp-rules/mv-img_pc.png.webp");
}

.mv * {
    font-family: var(--mv-font-serif);
}

.mv .inner{
    max-width: 1300px;
}

.mv__body{
    width: fit-content;
    margin-left: auto;
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
    max-width: calc(820/1200*100%);
}

.mv__title{
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.35;
}

.mv__text{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-top: 24px;
}

@media screen and (max-width: 1299px){
    .mv {
        padding-top: calc(213/1300*100vw);
        padding-bottom: calc(212/1300*100vw);
    }

    .mv::before{
        width: calc(589/1300*100vw);
        left: calc(50% - calc(415/1300*100vw));
    }

    .mv__title{
        font-size: calc(44/1300*100vw);
    }

    .mv__text{
        font-size: max(16px, calc(24/1300*100vw));
        margin-top: calc(24/1300*100vw);
    }
}

@media screen and (max-width: 767px){
    .mv{
        background-image: url("../images/lp-tp-rules/mv-bg_sp.jpg");
        padding-top: calc(88/600*100vw);
        padding-bottom: calc(325/600*100vw);
    }

    .webp .mv{
        background-image: url("../images/lp-tp-rules/mv-bg_sp.jpg.webp");
    }

    .mv::before{
        content: none;
    }

    .mv .inner{
        padding-inline: 0;
    }

    .mv__body{
        margin-inline: auto;
        max-width: none;
    }

    .mv__title{
        font-size: max(22px, calc(36/600*100vw));
        line-height: 1.36;
        letter-spacing: 0.03em;
        text-align: center;
        text-indent: 0.6em;
    }

    .mv__text{
        font-size: max(14px, calc(18/600*100vw));
        line-height: 1.5;
        text-align: center;
        margin-top: calc(28/600*100vw);
        letter-spacing: 0.05em;
        padding-inline: 10px;
    }
}

.lead__text .text-red{
    text-decoration: underline;
    text-decoration-color: var(--base-color);
    text-underline-offset: 0.2em;
}

/*----------------------------
lead
-----------------------------*/
.lead{
    background-image: url("../images/lp-tp-rules/lead-bg.jpg");
    background-size: cover;
    background-position: center;
    padding-block: 172px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.webp .lead{
    background-image: url("../images/lp-tp-rules/lead-bg.jpg.webp");
}

.lead::before{
    content: "";
    display: block;
    background-image: url("../images/lp-tp-rules/lead-img_kawamura-tsutomu.png");
    background-size: contain;
    width: 662px;
    aspect-ratio: 662/525;
    position: absolute;
    bottom: 0;
    right: max(-130px, calc(50% - 830px));
    z-index: -1;
}

.webp .lead::before{
    background-image: url("../images/lp-tp-rules/lead-img_kawamura-tsutomu.png.webp");
}

.lead__text{
    width: min(calc(830/1400*100vw), 830px);
}

@media screen and (max-width: 1399px){
    .lead{
        padding-block: calc(172/1400*100vw);
    }
}

@media screen and (max-width: 1023px){
    .lead::before {
        width: calc(662/1023*100vw);
        right: max(-130px, calc(50% - calc(830/1023*100vw)));
    }
}

@media screen and (max-width: 767px){
    .lead {
        padding-top: 80px;
        padding-bottom: 330px;
    }

    .lead::before {
        width: 470px;
        right: auto;
        left: 50%;
        bottom: -50px;
        transform: translateX(-50%);
    }

    .lead__text {
        width: 100%;
    }
}

@media screen and (max-width: 499px){
    .lead {
        padding-top: 60px;
        padding-bottom: calc(330/500*100vw);
    }

    .lead::before {
        width: calc(470/500*100vw);
        bottom: calc(-50/500*100vw);
    }
}

/*----------------------------
assignment
-----------------------------*/
.assignment{
    background-image: url("../images/lp-tp-rules/assignment-bg.jpg");
    background-size: cover;
    background-position: top center;
    padding-bottom: 172px;
}

.webp .assignment{
    background-image: url("../images/lp-tp-rules/assignment-bg.jpg.webp");
}

.assignment__list{
    background-color: #f0ebe1;
    font-size: 24px;
    margin-top: 58px;
    padding: 60px 70px 64px 60px;
    position: relative;
}

.assignment__list > *+*{
    margin-top: 12px;
}

.assignment__list::before,
.assignment__list::after {
    content: "";
    position: absolute;
    width: 9.1em;
    height: 6.45em;
}

/* 左上 */
.assignment__list::before {
    top: 0;
    left: 0;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
}

/* 右下 */
.assignment__list::after {
    right: 0;
    bottom: 0;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}

.assignment_item{
    font-family: var(--mincho-Shippori);
    font-size: inherit;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: justify;
    padding-left: 1.5em;
    position: relative;
    z-index: 0;
}

.assignment_item::before{
    content: "";
    display: block;
    background-image: url("../images/lp-tp-rules/assignment-check-icon.png");
    background-size: contain;
    width: 1em;
    aspect-ratio: 1/1;
    position: absolute;
    left: 2px;
    top: 0.5lh;
    transform: translateY(-50%);
}

.webp .assignment_item::before{
    background-image: url("../images/lp-tp-rules/assignment-check-icon.png.webp");
}

.assignment__text{
    margin-top: 78px;
}

.assignment__text > *+* {
    margin-top: 1.9em;
}

@media screen and (max-width: 1194px){
    .assignment {
        padding-bottom: 140px;
    }

    .assignment__list {
        font-size: 22px;
    }
}

@media screen and (max-width: 1023px){
    .assignment {
        padding-bottom: 120px;
    }

    .assignment__list {
        font-size: 20px;
        padding: 50px 50px 50px 40px;
    }
}

@media screen and (max-width: 767px){
    .assignment {
        padding-bottom: 100px;
    }

    .assignment__list {
        font-size: 18px;
        padding: 40px 5.5vw 40px 4.5vw;
    }

    .assignment__text {
        margin-top: 60px;
    }
}

@media screen and (max-width: 599px){
    .assignment {
        padding-bottom: 80px;
    }

    .assignment__list::before,
    .assignment__list::after {
        width: 8em;
        height: 5.5em;
    }

    .assignment__text > *+* {
        margin-top: 1.5em;
    }
}

@media screen and (max-width: 499px){
    .assignment__text {
        margin-top: 50px;
    }
}

/*----------------------------
measures
-----------------------------*/
.measures{
    background-image: url("../images/lp-tp-rules/measures-bg.jpg");
    background-size: cover;
    background-position: top center;
    padding-bottom: 172px;
}

.webp .measures{
    background-image: url("../images/lp-tp-rules/measures-bg.jpg.webp");
}

.measures__dlist{
    width: 100%;
}

.measures__dlist-wrap{
    /* display: flex; */
    margin-top: 80px;
}

.measures__dlist.--sp{
    display: none;
}

.measures__item{
    display: flex;
}

.measures__item:first-of-type{
    height: 68px;
}

.measures__item:not(:first-of-type){
    min-height: 83px;
}

/* .measures__dlist.--thailand .measures__item-title{
    display: none;
} */

.measures__item-title{
    background-color: rgb(0 0 0 / 83%);
    color: var(--color-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    /* letter-spacing: 0.04em; */
    /* text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; */
    flex-basis: 198px;
}

.measures__item-title br{
    display: none;
}

.measures__item dt,
.measures__item dd{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.04em;
    padding-inline: 10px;
}

.measures__item:not(:last-of-type) .measures__item-title{
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.measures__item-detail{
    flex-basis: calc((100% - 198px) / 2);
    border-left: 1px solid var(--color-white);
}

.measures__item:not(:first-of-type) .measures__item-detail{
    border-top: 1px solid var(--color-white);
    font-size: 18px;
    line-height: 1.44;
    padding-block: 20px;
}

.measures__item-detail.--japan{
    background-color: var(--color-red) !important;
    color: var(--color-white) !important;
}

.measures__item-detail.--thailand{
    background-color: var(--color-blue) !important;
    color: var(--color-white) !important;
}

.measures__item-detail.--japan,
.measures__item-detail.--thailand{
    gap: 18px;
    font-size: 22px;
    font-weight: 500;
    position: relative;
}

.measures__item-detail.--japan::before,
.measures__item-detail.--thailand::before{
    content: "";
    display: block;
    background-size: contain;
    width: 1.59em;
    aspect-ratio: 35/25;
}

.measures__item-detail.--japan::before{
    background-image: url("../images/lp-tp-rules/measures-icon-jp.jpg");
}

.webp .measures__item-detail.--japan::before{
    background-image: url("../images/lp-tp-rules/measures-icon-jp.jpg.webp");
}

.measures__item-detail.--thailand::before{
    background-image: url("../images/lp-tp-rules/measures-icon-th.jpg");
}

.webp .measures__item-detail.--thailand::before{
    background-image: url("../images/lp-tp-rules/measures-icon-th.jpg.webp");
}

.measures__item .measures__item-detail:nth-of-type(1){
    background-color: rgb(255 255 255 / 65%);
    color: var(--color-red);
}

.measures__item .measures__item-detail:nth-of-type(2){
    background-color: rgb(223 220 220 / 75%);
    color: var(--color-blue);
}

.measures__item-detail-text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.measures__item-detail-text span {
	display: inline-block;
}

.measures__item-detail-text .list {
    counter-reset: li;
}

.measures__item-detail-text .list li {
    display: flex;
    align-items: baseline;
	text-align: left;
    padding: .3em;
}

.measures__item-detail-text .list li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

.measures__text{
    margin-top: 60px;
}

@media screen and (max-width: 1194px){
    .measures {
        padding-bottom: 140px;
    }
}

@media screen and (max-width: 1023px){
    .measures {
        padding-bottom: 120px;
    }

    .measures__dlist-wrap {
        margin-top: 60px;
    }

    .measures__item-title {
        font-size: 18px;
        flex-basis: 160px;
    }

    .measures__item-detail.--japan,
    .measures__item-detail.--thailand {
        gap: 16px;
        font-size: 20px;
    }

    .measures__item-detail {
        flex-basis: calc((100% - 160px) / 2);
    }
}

@media screen and (max-width: 767px){
    .measures {
        padding-bottom: 100px;
    }

    .measures__item-detail.--japan, .measures__item-detail.--thailand {
        gap: 12px;
        font-size: 18px;
    }

    .measures__item:not(:first-of-type) .measures__item-detail {
        font-size: 16px;
    }

    .measures__item-title {
        font-size: 16px;
        flex-basis: 140px;
    }

    .measures__item-detail {
        flex-basis: calc((100% - 140px) / 2);
    }
}

@media screen and (max-width: 599px){
    .measures {
        padding-bottom: 80px;
    }

    .measures__dlist-wrap {
        margin-top: 40px;
    }

    .measures__dlist.--pc{
        display: none;
    }

    .measures__dlist.--sp{
        display: block;
    }

    .measures__item:first-of-type .measures__item-title{
        display: none;
    }

    .measures__item-title {
        flex-basis: max(100px, 35%);
        line-height: 1.4;
    }

    .measures__item-title br{
        display: block;
    }

    .measures__item-detail {
        flex: 1;
    }

    .measures__item:first-of-type .measures__item-detail{
        flex-basis: 100%;
        border: none;
    }

    .measures__dlist.--thailand .measures__item-detail {
        background-color: rgb(223 220 220 / 75%);
        color: var(--color-blue);
    }
}

@media screen and (max-width: 499px){
    .measures__text {
        margin-top: 40px;
    }
}

@media screen and (max-width: 360px){
    .measures__item:not(:first-of-type) .measures__item-detail {
        font-size: calc(16/360*100vw);
    }
}

/*----------------------------
consultation
-----------------------------*/
:root{
    --consultation__list-line: rgb(255 255 255 / 80%);
}
.consultation{
    background-image: url("../images/lp-tp-rules/consultation-bg.jpg");
    background-size: cover;
    background-position: top center;
    color: var(--color-white);
    padding-bottom: 180px;
}

.webp .consultation{
    background-image: url("../images/lp-tp-rules/consultation-bg.jpg.webp");
}

.consultation__list {
    border: 1px solid var(--consultation__list-line);
    border-top: none;
    font-size: 24px;
    margin-top: 30px;
    padding: 80px 75px 70px 70px;
    position: relative;
}

.consultation__list::before,
.consultation__list::after{
    content: "";
    display: block;
    background-color: var(--consultation__list-line);
    height: 1px;
    width: calc((100% - 54px) / 2);
    position: absolute;
    top: 0;
}

.consultation__list::before{
    left: 0;
}

.consultation__list::after{
    right: 0;
}

.consultation-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 54px;
    height: 32px;
    transform: translateX(-50%);
}

.consultation-line::before,
.consultation-line::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 42px; /* √(27² + 32²) */
    background-color: var(--consultation__list-line);
}

.consultation-line::before {
    left: 0;
    transform-origin: top left;
    transform: rotate(-40.17deg);
}

.consultation-line::after {
    right: 0;
    transform-origin: top right;
    transform: rotate(40.17deg);
}

.consultation_item{
    border-bottom: 1px solid var(--consultation__list-line);
    font-family: var(--mincho-Shippori);
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: justify;
    padding-left: 2.4em;
    padding-bottom: 12px;
    position: relative;
    z-index: 0;
}

.consultation_item::before {
    content: "";
    display: block;
    background-image: url("../images/lp-tp-rules/consultation-check-icon.svg");
    background-size: contain;
    width: 1.16em;
    aspect-ratio: 1/1;
    position: absolute;
    left: 0.6em;
    top: 0.55lh;
    transform: translateY(-50%);
}

.consultation_item:not(:first-of-type){
    margin-top: 12px;
}

@media screen and (max-width: 1194px){
    .consultation {
        padding-bottom: 140px;
    }

    .consultation__list {
        font-size: 22px;
    }
}

@media screen and (max-width: 1023px){
    .consultation {
        padding-bottom: 120px;
    }

        .consultation__list {
        font-size: 20px;
        padding: 70px 50px 60px 45px;
    }
}

@media screen and (max-width: 767px){
    .consultation {
        padding-bottom: 100px;
    }

    .consultation__list {
        font-size: 18px;
        padding: 65px 5.5vw 50px 4.5vw;
    }
}

@media screen and (max-width: 599px){
    .consultation {
        padding-bottom: 80px;
    }

    .consultation__list::before,
    .consultation__list::after {
        width: calc((100% - 40px) / 2);
    }

    .consultation-line {
        width: 40px;
        height: 25px;
    }

    .consultation-line::before,
    .consultation-line::after {
        height: 32px; /* √(20² + 25²) ≒ 32px */
    }

    .consultation-line::before {
        transform: rotate(-38.66deg);
    }

    .consultation-line::after {
        transform: rotate(38.66deg);
    }
}

@media screen and (max-width: 499px){
    .consultation__list {
        font-size: 18px;
        padding: 55px 5.5vw 45px 4.5vw;
    }

    .consultation_item {
        padding-left: 2em;
    }

    .consultation_item::before {
        left: 0.2em;
    }
}

/*----------------------------
merit
-----------------------------*/
.merit{
    background-image: url("../images/lp-tp-rules/merit-bg.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 170px;
    overflow: hidden;
}

.webp .merit{
    background-image: url("../images/lp-tp-rules/merit-bg.jpg.webp");
}

.merit__list{
    margin-top: 84px;
}

.merit__list > *+* {
    margin-top: 67px;
}

.merit__item{
    min-height: 408px;
    position: relative;
    z-index: 0;
}

.merit__item-body{
    max-width: clamp(570px, calc(740/1500*100vw), 740px);
    padding-top: 48px;
}

.merit__item:nth-of-type(odd) .merit__item-body{
    margin-left: auto;
}

.merit__item-title{
    font-family: var(--mincho-Noto);
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding-left: 2.9em;
    margin-left: 0.1em;
    width: fit-content;
    position: relative;
    z-index: 0;
}

.merit__item:nth-of-type(even) .merit__item-title{
    margin-left: -0.3em;
}

.merit__item-title .--text{
    color: var(--color-white);
    /* font-size: 32px; */
    line-height: 1.5;
}

.merit__item-title-bg {
    display: block;
    background-color: rgb(0 0 0 / 77%);
    width: 21.1em;
    height: 4.15625em;
    transform-origin: center;
    position: absolute;
    left: 50.8%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) skewX(-13deg);
}

.merit__item-title::after {
    content: "";
    display: block;
    /* width: 100%;
    height: 100%; */
    width: 22.84375em;
    height: 5.59375em;
    background-color: rgb(147 128 92 / 50%);
    position: absolute;
    z-index: -2;
    transform: translate(-50%, -50%);
    clip-path: polygon(0.65625em 1.3125em, 100% 0%, calc(100% - 0.65625em) calc(100% - 1.3125em), 0% 100%);
    top: 50%;
    left: 50%;
}

.merit__item-title-order {
    font-size: 18px;
    font-style: italic;
    position: absolute;
    transform: rotate(-88deg);
    left: -52px;
    top: 22px;
    letter-spacing: 0;
}

.merit__item-title-order .--num{
    font-size: 1.22em;
    padding-left: 0.2em;
}

.merit__item-text{
    margin-top: 75px;
    max-width: min(calc(740/1500*100vw), 740px);
}

.merit__item:nth-of-type(odd) .merit__item-text{
    margin-left: auto;
}

.merit__item-img{
    position: absolute;
    height: 408px;
    width: auto;
    bottom: 0;
    z-index: -1;
}

.merit__item:nth-of-type(odd) .merit__item-img{
    left: min(0px, calc(50% - 900px));
}

.merit__item:nth-of-type(even) .merit__item-img{
    /* right: 0; */
    right: min(0px, calc(50% - 900px));
}

.merit__item:nth-of-type(3) .merit__item-img{
    bottom: -10px;
}

@media screen and (max-width: 1499px){
    .merit__item:nth-of-type(odd) .merit__item-img {
        left: -150px;
    }

    .merit__item:nth-of-type(even) .merit__item-img {
        right: -150px;
    }

    .merit__item-title {
        font-size: max(25px, calc( 32/1500*100vw));
    }
}

@media screen and (max-width: 1194px){
    .merit__item-img{
        height: max(350px, calc(407/1194*100vw));
    }

    .merit__item-img img{
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1023px){
    .merit__list {
        margin-top: 60px;
    }

    .merit__item-body {
        max-width: 500px;
    }

    .merit__item-title {
        font-size: 22px;
    }

    .merit__item-text {
        margin-top: 60px;
    }

    .merit__item:nth-of-type(odd) .merit__item-img {
        left: min(0px, calc(50% - 600px));
    }

    .merit__item:nth-of-type(even) .merit__item-img {
        right: min(0px, calc(50% - 600px));
    }
}

@media screen and (max-width: 767px){
    .merit {
        padding-bottom: 100px;
    }

    .merit__list {
        margin-top: 90px;
    }

    .merit__list > *+* {
        margin-top: 80px;
    }

    .merit__item-body {
        max-width: none;
        padding-top: 0;
    }

    .merit__item-title {
        max-width: 510px;
        font-size: min(calc(21/500*100vw), 24px);
        padding-left: 1.8em;
        margin-inline: auto !important;
    }

    .merit__item-text {
        max-width: none;
        margin-top: 50px;
    }

    .merit__item-img {
        position: static;
        height: auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 599px){
    .merit__item-title-order {
        font-size: 16px;
        left: -46px;
    }
}

@media screen and (max-width: 499px){
    .merit {
        padding-bottom: 80px;
    }

    .merit__list {
        margin-top: 70px;
    }

    .merit__item-title {
        margin-inline: auto !important;
        font-size: min(calc(19/360*100vw), 22px);
        padding-left: 2.7em;
        max-width: min(calc(320/360*100vw), 400px);
    }

    .merit__item-title-bg {
        height: 5.5em;
        width: 15.5em;
    }

    .merit__item-title::after {
        height: 6.5em;
        width: 18em;
    }

    .merit__item-title-order {
        font-size: 15px;
        left: -45px;
    }

    .merit__item-text {
        margin-top: 40px;
    }
}

/*----------------------------
reason
-----------------------------*/
.reason{
    padding-bottom: 90px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.reason::before{
    content: "";
    display: block;
    background: #BDB8A5;
    background: linear-gradient(-15deg, rgba(189, 184, 165, 1) 0%, rgba(255, 255, 255, 1) 81%, rgba(255, 255, 255, 1) 100%);
    height: calc(100% - 435px);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.reason__list{
    margin-top: 100px;
}

.reason__list > *+* {
    margin-top: 97px;
}

.reason__item{
    display: flex;
    gap: 100px;
}

.reason__item:nth-of-type(even){
    flex-direction: row-reverse;
}

.reason__item-body{
    flex-basis: 61.5%;
    padding-top: 20px;
}

.reason__item:nth-of-type(even) .reason__item-body{
    padding-top: 40px;
}

.reason__item-title{
    font-family: var(--mincho-Noto);
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.5625;
    padding-left: 0.8em;
    margin-right: -0.5em;
    position: relative;
}

.reason__item-title .text-yellow{
    color: #97842b;
}

.reason__item-title::before {
    content: "";
    display: block;
    background-color: var(--base-color);
    width: 4px;
    height: 93%;
    min-height: 2.0625em;
    position: absolute;
    top: 51%;
    left: 0;
    transform: translateY(-50%);
}

.reason__item:nth-of-type(even) .reason__item-title::before {
    top: 58%;
}

.reason__item-text{
    margin-top: 55px;
}

.reason__item-img{
    flex: 1;
    min-height: 485px;
    padding-top: 60px;
    position: relative;
}

.reason__item-img img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.reason__item:nth-of-type(odd) .reason__item-img {
    margin-right: calc(50% - 50vw);
}

.reason__item:nth-of-type(even) .reason__item-img {
    margin-left: calc(50% - 50vw);
}

.reason__item-img .--main{
    display: block;
    width: 333px;
    height: auto;
    position: absolute;
    top: 0;
}

.reason__item:nth-of-type(odd) .reason__item-img .--main{
    left: -50px;
}

.reason__item:nth-of-type(even) .reason__item-img .--main{
    right: -50px;
}

@media screen and (max-width: 1194px){
    .reason__list {
        margin-top: 80px;
    }

    .reason__item {
        gap: calc(100/1194*100vw);
    }

    .reason__item-title {
        font-size: max(24px, calc(32/1194*100vw));
    }

    .reason__item-text {
        margin-top: 40px;
    }

    .reason__item-img .--main {
        width: max(250px, calc(333/1194*100vw));
    }

    .reason__item:nth-of-type(odd) .reason__item-img .--main {
        left: calc(-50/1194*100vw);
    }

    .reason__item:nth-of-type(even) .reason__item-img .--main {
        right: calc(-50/1194*100vw);
    }
}

@media screen and (max-width: 1023px){
    .reason__list {
        margin-top: 70px;
    }
}

@media screen and (max-width: 767px){
    .reason::before {
        height: calc(100% - 250px);
    }

    .reason__list {
        margin-top: 50px;
    }

    .reason__item {
        gap: 30px;
    }

    .reason__item,
    .reason__item:nth-of-type(even){
        flex-direction: column;
    }

    .reason__item-body,
    .reason__item:nth-of-type(even) .reason__item-body {
        flex-basis: auto;
        padding-top: 0;
    }

    .reason__item-title {
        font-size: clamp(20px, calc(22/500*100vw), 24px);
    }

    .reason__item-text {
        margin-top: 30px;
    }

    .reason__item-img {
        min-height: auto;
        margin-inline: calc(50% - 50vw);
    }

    .reason__item-img .--main {
        width: calc(100% - 10vw);
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%);
    }

    .reason__item-img .--sub {
        height: calc(400 / 767 * 100vw);
        display: block;
    }
}

@media screen and (max-width: 599px){
    .reason__list > *+* {
        margin-top: 80px;
    }
}

@media screen and (max-width: 499px){
    .reason {
        padding-bottom: 70px;
    }

    .reason::before {
        height: 100%;
    }

    .reason__list {
        margin-top: 40px;
    }

    .reason__list > *+* {
        margin-top: 60px;
    }

    .reason__item-text {
        margin-top: 20px;
    }
}

@media screen and (max-width: 359px){
    .reason__item-title {
        font-size: calc(20/360*100vw);
    }
}

/*-----------------------------
faq
-----------------------------*/
.faq{
    background-color: #4c4b4b;
    background-image: url("../images/lp-tp-rules/faq-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 180px;
}

.webp .faq{
    background-image: url("../images/lp-tp-rules/faq-bg.jpg.webp");
}

.faq__list{
    margin-top: 80px;
}

.faq__list > *+* {
    margin-top: 26px;
}

.faq__item {
    position: relative;
}

.faq__question-q{
    color: var(--color-white);
    font-family: var(--mincho-Noto);
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: 6px;
    left: 32px;
}

.faq__question {
    cursor: pointer;
    list-style: none;
}

.faq__question::-webkit-details-marker {
    display: none;
}

.faq__title{
    display: block;
    background: #716741;
    background: linear-gradient(100deg, rgba(113, 103, 65, 1) 0%, rgba(113, 103, 65, 1) 50%, rgba(48, 40, 9, 1) 100%);
    color: var(--color-white);
    font-family: var(--mincho-Noto);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.42;
    padding: 16px 100px 15px 80px;
}

.faq__answer{
    background-color: rgb(255 255 255 / 80%);
}

.faq__a-text{
    line-height: 1.66;
    padding: 25px 85px 30px 85px;
}

/* ＋アイコン */
.faq__icon-wrap{
    position: absolute;
    top: 36px;
    right: 35px;
}

.faq__icon {
    display: inline-block;
    position: relative;
    width: 29px;
    height: 29px;
    vertical-align: super;
}

.faq__icon::before,
.faq__icon::after {
    content: "";
    position: absolute;
    background: #6f6953;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: translateY(-50%);
    transition: 0.4s;
}

/* 横棒 */
/* .faq__icon::before {} */

/* 縦棒 */
.faq__icon::after {
    transform: translateY(-50%) rotate(90deg);
}

/* 開いた時：＋ → − に回転 */
details[open] .faq__icon::after {
    transform: translateY(-50%) rotate(0deg);
}

details[open] .faq__icon {
    /*transform: rotate(180deg);*/
    transition: 0.3s;
}

@media screen and (max-width: 1194px){
    .faq {
        padding-bottom: 140px;
    }

    .faq__list {
        margin-top: 60px;
    }

    .faq__title {
        font-size: 22px;
        padding: 16px 100px 15px 70px;
    }

    .faq__question-q {
        font-size: 34px;
        left: 22px;
    }

    .faq__icon {
        width: 24px;
        height: 24px;
    }

    .faq__a-text {
        padding-inline: 70px;
    }
}

@media screen and (max-width: 767px){
    .faq {
        padding-bottom: 100px;
    }

    .faq__list {
        margin-top: 50px;
    }

    .faq__title {
        font-size: 20px;
        line-height: 1.5;
        padding: 16px 60px 15px 55px;
    }

    .faq__question-q {
        font-size: 30px;
		top: 12px;
        left: 15px;
    }

    .faq__icon-wrap {
        top: 34px;
        right: 20px;
    }

    .faq__icon {
        width: 20px;
        height: 20px;
    }

    .faq__a-text {
        padding: 20px 30px 20px 55px;
    }
}

@media screen and (max-width: 599px){
    .faq__title .inbl{
        display: inline;
    }
}

@media screen and (max-width: 499px){
    .faq {
        padding-bottom: 80px;
    }

    .faq__list {
        margin-top: 30px;
    }

    .faq__title {
        font-size: 18px;
        padding: 12px 45px 12px 45px;
    }

    .faq__question-q {
        font-size: 25px;
        left: 12px;
    }

    .faq__icon-wrap {
        top: 30px;
        right: 15px;
    }

    .faq__icon {
        width: 18px;
        height: 18px;
    }

    .faq__a-text {
        padding: 15px 5vw 20px 45px;
    }
}

@media screen and (max-width: 359px){
.faq__title {
    font-size: 16px;
    }
}

/*-----------------------------
ASEAN・海外拠点
-----------------------------*/
.section-asean_office,
.section-japan_office{
    padding: 160px 0;
}
.section-japan_office h2,
.section-asean_office h2{
    font-family: var(--mincho-Shippori);
    font-size: clamp(36px, 2.5vw, 40px);
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0.04em;
    font-weight: 600;
    position: relative;
}
.section-japan_office h2 .txt-big,
.section-asean_office h2 .txt-big{
    font-size: clamp(48px, 2.8125vw, 54px);
    color: var(--color-red);
}
.section-japan_office h2.h2-line,
.section-asean_office h2.h2-line{
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.section-japan_office h2.h2-line::before,
.section-asean_office h2.h2-line::before{
    content: "";
    width: 60px;
    height: 2px;
    background-color: #970002;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.section-japan_office h2.h2-line::before {
    background-color: #fff;
}

@media screen and (max-width: 1536px){
    .section-japan_office h2,
    .section-asean_office h2{
        font-size: clamp(36px, 3vw, 40px);
        margin-bottom: 60px;
    }
    .section-asean_office,
    .section-japan_office{
        padding: 120px 0;
    }
}

@media screen and (max-width: 1280px){
    .section-asean_office,
    .section-japan_office{
        padding: 100px 0;
    }

    .section-japan_office h2,
    .section-asean_office h2{
        font-size: clamp(36px, 3vw, 40px);
        margin-bottom: 60px;
    }

    .section-japan_office h2.h2-line,
    .section-asean_office h2.h2-line{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .section-asean_office,
    .section-japan_office{
        padding: 100px 0;
    }
}

@media screen and (max-width: 768px){
    .section-asean_office,
    .section-japan_office{
        padding: 80px 0;
    }

    .section-japan_office h2,
    .section-asean_office h2{
        font-size: clamp(28px, 4.6vw, 34px);
        margin-bottom: 40px;
    }

    .section-japan_office h2.h2-line,
    .section-asean_office h2.h2-line{
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px){
    .section-asean_office,
    .section-japan_office{
        padding: 60px 0;
    }

    .section-japan_office h2,
    .section-asean_office h2{
        font-size: clamp(24px, 6.2vw, 28px);
    }
}

@media screen and (max-width: 360px){
    .section-japan_office h2,
    .section-asean_office h2{
        font-size: calc(24/360*100vw);
    }
}

.section-asean_office{
    background: url("../images/lp-zeimu/section-asean_office-bg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.slider-office,.office-swiper{
    margin-top: 80px;
}
.office-swiper-wrapper{
    padding-block: 20px;
}
.slider-office .slick-list {
    overflow: visible;
}

.slider-office .slick-slide {
    opacity: 0.6;
    transition: opacity 0.3s;
}

.slider-office .slick-center {
    opacity: 1;
}
.slider-office-item{
    margin: 0 25px;
    background-color: rgba(246, 246, 246, 0.8);
    padding: 15px 20px;
    height: unset;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px;
    width: 750px;
    opacity: 0.6;
}
.swiper-slide-active{
    opacity: 1;
}
.slider-office-item-flex{
    display: flex;
    justify-content: space-between;
}
.slider-office .slick-track{
    display: flex;
}
.slider-office-item-img{
    width: 300px;
    height: 320px;
}
.slider-office-item-content{
    width: calc(100% - 330px);
}

.slider-office .office-map,
.office-swiper .office-map{
    font-family: var(--mincho-Shippori);
    color: var(--color-red);
    font-size: 20px;
    border-bottom: 1px solid var(--color-red);
    max-width: 350px;
    padding: 10px 0;
    margin-bottom: 15px;
}
.slider-office .office-name,
.office-swiper .office-name{
    font-family: var(--mincho-Shippori);
    font-size: 16px;
    margin-bottom: 30px;
}
.slider-office .office-zip,
.office-swiper .office-zip{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
.slider-office button.slick-prev.slick-arrow {
    left: calc(50vw - 392px);
}
.slider-office button.slick-next.slick-arrow {
    right: calc(50vw - 392px);
}
.swiper-button-prev-office,
.swiper-button-next-office{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.swiper-button-prev-office{
    left: calc(50vw - 407px) !important;
    background: url(../images/lp-saikenkaishu/slider-jirei-left.png);
}

.swiper-button-next-office {
    left: calc(50vw + 393px) !important;
    background: url(../images/lp-saikenkaishu/slider-jirei-right.png);
}

.swiper-button-prev-office::after,
.swiper-button-next-office::after{
    content: none;
}

@media screen and (max-width: 1280px){
    .slider-office,.office-swiper{
        margin-top: 60px;
    }
}
@media screen and (max-width: 1024px){
    .slider-office-item{
        margin: 0 20px;
        width: 75vw;
    }
    .slider-office-item-img{
        width: 225px;
        height: 240px;
    }
    .slider-office-item-content{
        width: calc(100% - 250px);
    }
    .slider-office .office-map,
    .office-swiper .office-map{
        font-size: 20px;
        max-width: 90%;
        padding: 0px 0 10px;
        margin-bottom: 10px;
    }
    .slider-office .office-name,
    .office-swiper .office-name{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .slider-office button.slick-prev.slick-arrow {
        left: 100px;
    }
    .slider-office button.slick-next.slick-arrow {
        right: 100px;
    }
    .swiper-button-prev-office, .swiper-button-next-office {
        transform: translateY(-50%);
    }

    .swiper-button-next-office {
        left: auto !important;
        right: 10.5vw !important;
    }

    .swiper-button-prev-office{
        left: 10.5vw !important;
    }
}
@media screen and (max-width: 767px){
    .section-asean_office{
        background: url("../images/lp-zeimu/section-asean_office-bg.jpg");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .slider-office,.office-swiper{
        margin-top: 60px;
    }
    .slider-office-item{
        margin: 0 15px;
        padding: 12px 15px;
        width: 85vw;
    }
    .slider-office-item-img{
        width: 150px;
        height: 160px
    }
    .slider-office-item-content{
        width: calc(100% - 170px);
    }
    .slider-office .office-map,
    .office-swiper .office-map{
        font-size: 18px;
    }
    .slider-office .office-name,
    .office-swiper .office-name{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .slider-office .office-zip,
    .office-swiper .office-zip{
        font-size: 14px;
    }
    .slider-office button.slick-prev.slick-arrow {
        left: 32px;
    }
    .slider-office button.slick-next.slick-arrow {
        right: 32px;
    }
    .swiper-button-next-office {
        right: 10px !important;
    }

    .swiper-button-prev-office{
        left: 10px !important;
    }
}
@media screen and (max-width: 499px){
    .slider-office,.office-swiper{
        margin-top: 30px;
    }
    .slider-office-item{
        /* margin: 0 30px; */
        padding: 12px 15px;
    }
    .slider-office-item-flex{
        flex-direction: column;
        gap: 20px;
    }
    .slider-office-item-img {
        width: 100%;
        height: 160px;
    }
    .slider-office-item-img img{
        aspect-ratio: 5 / 3;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .slider-office-item-content{
        width: 100%;
    }
    .slider-office .office-map,
    .office-swiper .office-map{
        font-size: 18px;
        max-width: 100%;
    }
    .slider-office button.slick-prev.slick-arrow {
        left: 0px;
    }
    .slider-office button.slick-next.slick-arrow {
        right: 0px;
    }
    .swiper-button-prev-office, .swiper-button-next-office {
        transform: none !important;
        top: 120px;
    }
    .swiper-button-next-office {
        right: 0 !important;
    }

    .swiper-button-prev-office{
        left: 0 !important;
    }

}

/*-----------------------------
国内拠点
-----------------------------*/
.section-japan_office{
    background: url("../images/lp-zeimu/section-japan_office.jpg"),#868686;
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.section-japan_office h2{
    color: #fff;
}
.lp-zeimu .section-japan_office h2.h2-line::before{
    background-color: #fff;
}
.section-japan_office .slider-office .office-map{
    font-size: 24px;
}
.section-japan_office .slider-office .office-map .txt-small{
    font-size: 16px;
    display: inline-block;
    line-height: 1.3;
}
.slider-office .office-zip .txt-small{
    font-size: 14px;
    display: inline-block;
    line-height: 1.4;
    letter-spacing: 0;
}

@media screen and (max-width: 767px){
    .section-japan_office{
        background: url("../images/lp-zeimu/section-japan_office.jpg"),#868686;
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .section-japan_office .slider-office .office-map{
        font-size: 22px;
    }
    .section-japan_office .slider-office .office-map .txt-small{
        font-size: 14px;
    }
    .slider-office .office-zip .txt-small{
        font-size: 12px;
    }
}
@media screen and (max-width: 499px){
    .section-japan_office .slider-office-item-flex {
        flex-direction: column;
        gap: 10px;
    }
    .section-japan_office .slider-office .office-map{
        font-size: 20px;
    }
}

