@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;
}

.section-title span{
    color: #000;
}

@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: left;
}

.text-red{
    color: var(--color-red) !important;
}

.lp-tp-rules-thai{
    margin-top: min(5.7142vw, 100px);
}

body.lp-tp-rules-thai .header {
    background: linear-gradient(90deg, #05070B 0%, #080B10 50%, #0D1118 100%);
}

#alg_thai .navigation_wrap::before{
    display: none;
}

/* @media screen and (max-width: 1194px){
    .lp-tp-rules-thai {
        margin-top: 100px;
    }
} */

@media screen and (max-width: 1023px){
    .lp-tp-rules-thai {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px){
    .lp-tp-rules-thai {
        margin-top: 15vw;
    }
    .text{
        font-size: 16px;
        line-height: 1.8;
    }
}

/* @media screen and (max-width: 499px){
    .lp-tp-rules-thai {
        margin-top: calc(80/500*100vw);
    }
} */

/*----------------------------
cv
-----------------------------*/
.cv {
    background: url("../img/lp-roudouhunsou/cv-bg.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 40px 0 50px;
}

.webp .cv {
    background: url("../img/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("../img/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("../img/lp-tp-rules/mv-bg_pc.jpg.webp");
}

.mv::before{
    content: "";
    display: block;
    background-image: url("../img/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("../img/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("../img/lp-tp-rules/mv-bg_sp.jpg");
        padding-top: calc(88/600*100vw);
        padding-bottom: calc(325/600*100vw);
    }

    .webp .mv{
        background-image: url("../img/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("../img/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("../img/lp-tp-rules/lead-bg.jpg.webp");
}

.lead::before{
    content: "";
    display: block;
    background-image: url("../img/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("../img/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("../img/lp-tp-rules/assignment-bg.jpg");
    background-size: cover;
    background-position: top center;
    padding-bottom: 172px;
}

.webp .assignment{
    background-image: url("../img/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: left;
    padding-left: 1.5em;
    position: relative;
    z-index: 0;
}

.assignment_item::before{
    content: "";
    display: block;
    background-image: url("../img/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("../img/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("../img/lp-tp-rules/measures-bg.jpg");
    background-size: cover;
    background-position: top center;
    padding-bottom: 172px;
}

.webp .measures{
    background-image: url("../img/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("../img/lp-tp-rules/measures-icon-jp.jpg");
}

.webp .measures__item-detail.--japan::before{
    background-image: url("../img/lp-tp-rules/measures-icon-jp.jpg.webp");
}

.measures__item-detail.--thailand::before{
    background-image: url("../img/lp-tp-rules/measures-icon-th.jpg");
}

.webp .measures__item-detail.--thailand::before{
    background-image: url("../img/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("../img/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("../img/lp-tp-rules/consultation-bg.jpg.webp");
}

.consultation .section-title span,
.faq .section-title span {
    color: var(--color-white);
}

.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: left;
    padding-left: 2.4em;
    padding-bottom: 12px;
    position: relative;
    z-index: 0;
}

.consultation_item::before {
    content: "";
    display: block;
    background-image: url("../img/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("../img/lp-tp-rules/merit-bg.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 170px;
    overflow: hidden;
}

.webp .merit{
    background-image: url("../img/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: 28px;
    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;
    padding: 0.5vw 3.5vw 0.5vw 1.5vw;
    display: block;
}

.merit__item-title-bg {
    display: block;
    background-color: rgb(0 0 0 / 77%);
    width: 21.1em;
    /*height: 4.15625em;*/
    height: 100%;
    padding: 4vw 0vw;
    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;*/
    height: 120%;
    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("../img/lp-tp-rules/faq-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 180px;
}

.webp .faq{
    background-image: url("../img/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;
    }
}



/* CV */
.lp-tp-rules-thai .cv, .webp .lp-tp-rules-thai .cv {
  background: url("../img/lp-tax/cv-bg.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 40px 0 50px;
}
.webp .lp-tp-rules-thai .cv {
  background: url("../img/lp-tax/cv-bg.jpg.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.lp-tp-rules-thai .cv h2 {
  font-family: var(--mincho-Shippori);
  padding-bottom: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.lp-tp-rules-thai .cv .cv__content-title {
  font-family: var(--mincho-Shippori);
  margin-bottom: 30px;
}
.lp-tp-rules-thai .cv .inner {
  max-width: 1100px;
}
.lp-tp-rules-thai .cv .cv__content-mail a {
  background: linear-gradient(to bottom, rgb(2, 1, 2) 0%, rgb(63, 63, 63) 100%);
}
@media screen and (max-width: 1536px) {
  .lp-tp-rules-thai .cv h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) {
  .lp-tp-rules-thai .cv h2 {
    font-size: 32px;
  }
  .cv__content-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-tp-rules-thai .cv .cv__content {
    padding: 30px 0;
  }
  .lp-tp-rules-thai .cv__content-telbox {
    width: 100%;
  }
  .lp-tp-rules-thai .cv .cv__content-tel {
    /* font-size: 6.5vw; */
    font-size: 5vw;
    margin-top: 0;
  }
  .lp-tp-rules-thai .cv .cv__content-mail a span {
    font-size: 2.2vw;
  }
  .lp-tp-rules-thai .cv .cv__content-mail {
    flex-basis: 38%;
  }
  .lp-tp-rules-thai .cv .cv__content-flex {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-tp-rules-thai .cv .top-section__title {
    font-size: clamp(24px, 3.645vw, 28px);
  }
  .lp-tp-rules-thai .cv .cv__content-title {
    font-size: max(18px, 3.125vw);
  }
  .lp-tp-rules-thai .cv .cv__content {
    padding: 5vw 7vw;
  }
  .lp-tp-rules-thai .cv__content-telbox {
    gap: 20px;
  }
  .lp-tp-rules-thai .cv .cv__content-tel {
    /* font-size: max(36px, 9.1vw); */
    font-size: max(30px, 8.2vw);
    letter-spacing: 0;
  }
  .lp-tp-rules-thai .cv .cv__content-mail a span {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .lp-tp-rules-thai .cv .cv__content-mail a span {
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .lp-tp-rules-thai .cv, .webp .lp-tp-rules-thai .cv {
    padding: 20px 0 30px;
  }
  .lp-tp-rules-thai .cv .cv__content-mail a span {
    font-size: 16px;
  }
  .lp-tp-rules-thai .cv .cv__content-title {
    margin-bottom: 20px;
  }
}


/*日本語ページへ遷移させない*/
.header__nav, #MenuButton {
  display: none;
}
.header-logo {
    pointer-events: none;
    cursor: default;
}
#breadcrumb_sp,
.footer-breadcrumb {
    display: none;
}
.footer__content-nav {
    display: none;
}.footer__content {
    justify-content: center;
}
.footer__logo {
    width: fit-content;
    margin: 0 auto;
}
.footer__logo-top,
.footer__logo-bottom {
    text-align: center;
    justify-content: center;
}
.footer__logo img {
    display: block;
    margin: 0 auto;
}
.footer {
    padding: 60px 40px 40px;
}
.footer__copy {
    margin-top: 50px;
}
.footer__logo-bottom span {
    white-space: nowrap;
}
#botchan-chat,
iframe#wc-webchat,
iframe.wc-webchat {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
@media screen and (max-width: 899px) {
    .footer__logo {
        width: 100%;
    }

    .footer__logo-bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        width: fit-content;
        margin: 8px auto 0;
    }

    .footer__logo-bottom span {
        white-space: nowrap;
        flex-shrink: 0;
        width: auto;
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    #popup_box,
    .footer_fix,
    .open_btn {
        display: none !important;
    }
}

/*cv1つver*/
.cv_thai .cv__content {
    background-color: #fff;
    margin-top: 12px;
    padding: 45px 0;
}
.cv_thai .cv__content-flex {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cv_thai .cv__content-telbox {
    flex: 0 1 auto;
}

.cv_thai .cv__content-mail {
    width: min(420px, 38%);
    max-width: 420px;
    flex: 0 1 420px;
    margin: 0;
}
.cv_thai .cv__content-telbox {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.cv_thai .cv__content-telbox-title {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 2.2em;
}
.cv_thai .cv__content-tel {
    font-family: "Shippori Mincho", serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
    padding-left: 1.1em;
    position: relative;
    display: block;
    pointer-events: none;
    white-space: nowrap;
}
.cv_thai .cv__content-telbox-thai .cv__content-telbox-title {
    padding-left: 2.8em;
}
.cv_thai .cv__content-mail a {
    display: block;
    background-color: #901d22;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-radius: 100px;
    text-align: center;
}
.cv_thai .cv__content-mail a span {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-left: 2em;
    position: relative;
}
.cv_thai .cv__content-mail a span::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/icon-mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.1em;
    height: 1.1em;
    position: absolute;
    top: 64%;
    transform: translateY(-50%);
    left: 0.3em;
}
.cv .cv__content-tel::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/icon-tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
}
.cv_thai .cv__content-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.cv_thai .cv__content-telbox {
    justify-content: center;
}
.cv_thai .cv__content-telbox .cv__content-tel {
    display: inline-block;
}
.cv_thai .cv__content-annotation p {
	margin-top: 1em;
}

@media screen and (max-width: 1280px){
	.cv_thai .cv__content-telbox {
		gap: 1;
	}
	.cv_thai .cv__content-mail a {
		height: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width: 1023px){
    .cv_thai .cv__content-mail {
        width: 38%;
        flex: 0 1 38%;
        margin: 0;
    }
}
	
@media screen and (max-width: 767px){
    .cv_thai .cv__content-flex {
        display: block;
        width: 100%;
        text-align: center;
    }

    .cv_thai .cv__content-mail {
        width: 100%;
        max-width: none;
        margin: 20px 0 0;
    }

    .cv_thai .cv__content-mail a {
        width: 100%;
        max-width: none;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
    }
    .cv_thai .cv__content-tel{
        pointer-events:auto;
    }
}

@media screen and (max-width: 599px){
	.cv_thai .cv__content-mail a {
    	height: 50px;
    	line-height: 50px;
	}
}

@media screen and (max-width: 499px){
	.cv_thai .cv__content-mail a span {
    	font-size: 16px;
	}
	.cv_thai .cv__content-mail {
   		max-width: none;
    	margin: 15px 0 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .lp-tp-rules-thai .cv_thai .cv__content-flex {
        gap: 12px;
    }

    .lp-tp-rules-thai .cv_thai .cv__content-telbox {
        flex: 0 1 auto;
        min-width: 0;
    }

    .lp-tp-rules-thai .cv_thai .cv__content-mail {
        width: 40%;
        max-width: none;
        flex: 0 0 40%;
        margin: 0;
    }

    .lp-tp-rules-thai .cv_thai .cv__content-mail a {
        width: 100%;
    }

    .lp-tp-rules-thai .cv_thai .cv__content-mail a span {
        font-size: clamp(14px, 1.8vw, 18px);
        white-space: nowrap;
    }
}