@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: #151515;
    --base-font: "Noto Sans JP", sans-serif;
    --mincho-Noto: "Noto Serif JP", serif;
    --mincho-Shippori: "Shippori Mincho", serif;
    --cormorant:"Cormorant", serif;
    --garamond:"Garamond", 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;
    --orange:#db824c;
    --blue:#66a8ae;
    --red:#990000;
    --gold:#9d8501;
    --yellow:#fff7b8;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--base-color);
    font-family: var(--base-font);
    font-style: normal;
}

a{
    transition: 0.3s;
}

a:hover,a:focus{
    opacity: 0.7;
    transition: 0.3s;
}

a[href^="tel:"] {
    pointer-events: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.lp-zeimu img{
  /*width: 100%;*/
  height: auto;
  vertical-align: bottom;
}

.inbl,.br{
    display: inline-block;
}

.block{
    display: block;
}

.sp-none{
    display: none;
}




@media screen and (max-width: 767px){
    a[href^="tel:"] {
        pointer-events:all;
    }

    .pc-none{
        display: none;
    }

    .sp-none{
        display: block;
    }
}


  /*** 共通 ***/
.lp-zeimu{
  color: #000000;
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-top: 64px;
  overflow-x: hidden;
}
@media screen and (max-width: 1194px){
    .lp-zeimu{
    padding-top: 45px;
    }
}
footer .cv{
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
/*.lp-zeimu p{
	color: #2e2e2e;
	margin-bottom: 0;
	line-height: 1.5;
}*/

.inner{
  width: 90%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.lp-zeimu section{
  padding: 160px 0;
}
.lp-zeimu section.lp_office{
  padding: 50px 0;
  background-color: #f1f1f1;
}
.lp-zeimu 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;
}
.lp-zeimu h2 .txt-big{
  font-size: clamp(48px, 2.8125vw, 54px);
  color: var(--red);
}
.lp-zeimu h2.h2-line{
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.lp-zeimu h2.h2-line::before{
    content: "";
    width: 60px;
    height: 2px;
    background-color: #970002;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}





.lp-zeimu h3,.lp-zeimu h4{
  font-family: var(--mincho-Shippori);
  font-weight: 500;
}
.lp-zeimu h3{
    font-family: var(--mincho-Shippori);
	font-weight: 600;
}
.lp-zeimu h3 .txt-red,
p.section-omakase-infobox-title .txt-red{
	font-weight: 700;
}
.txt-orange{color: var(--orange);}
.txt-blue{color: var(--blue);}
.txt-red{color: var(--red);}
.txt-gold{color: var(--gold);}
.txt-bold{font-weight: 600;}
.marker{
  background-color: #fddad7;
  padding: 0 3px;
  font-weight: 600;
}
.dot{
  position: relative;
}
.touten{
  width: 0.6em;
  display: inline-block;
}

.txt-box{
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8;
}
.txt-box p{
	font-size: 18px;
  color: #151515;
}
.txt-box p + p{
  margin-top: 1.5em;
}

@media screen and (max-width: 1536px){
  .lp-zeimu h2{
    font-size: clamp(36px, 3vw, 40px);
    margin-bottom: 60px;
  }
  .lp-zeimu section{
    padding: 120px 0;
  }
}
@media screen and (max-width: 1336px){

}
@media screen and (max-width: 1280px){
  .lp-zeimu section{
    padding: 100px 0;
  }
  .lp-zeimu h2{
    font-size: clamp(32px, 3.5vw, 36px);
    margin-bottom: 50px;
  }
  .lp-zeimu h2 .dot::before{
    width: 8px;
    height: 8px;
    top:-8px;
  }
    .lp-zeimu h2.h2-line{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

}
@media screen and (max-width: 767px){
    .lp-zeimu{
        padding-top: 0;
    }
  .lp-zeimu section{
    padding: 80px 0;
  }
  .lp-zeimu h2{
    font-size: clamp(28px, 4.6vw, 34px);
    margin-bottom: 40px;
  }
  .lp-zeimu h2.h2-line{
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
  .txt-box p{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px){
  .lp-zeimu section{
    padding: 60px 0;
  }
  .lp-zeimu h2{
    font-size: clamp(24px, 6.2vw, 28px);
    margin-bottom: 40px;
  }
  .lp-zeimu h2 .dot::before{
    width: 6px;
    height: 6px;
    top:-6px;
  }
}

/* MV */
.mv,.webp .mv{
    width: 100%;
    height: 36.458vw;
    background: url("../images/lp-zeimu/mv-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    font-family: var(--mv-font-serif);
    display: flex;
    justify-content: center;
    align-items: center;
}
.webp .mv{
    background: url("../images/lp-zeimu/mv-bg.jpg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mv-box,.webp .mv-box{
    background: url("../images/lp-zeimu/mv-box.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1263px;
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.webp .mv-box{
    background: url("../images/lp-zeimu/mv-box.png.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.mv h1{
    /*font-size: 44px;*/
    font-size: clamp(36px,2.291667vw,44px);
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
}
.mv-info{
    /*font-size: 24px;*/
    font-size: clamp(20px,1.25vw,24px);
    font-weight: bold;
    margin-top: 10px;
}
@media screen and (min-width: 1921px){
    .mv,.webp .mv{
        height: 700px;
    }
}
@media screen and (max-width: 1536px){
    .mv,.webp .mv{
        height: 42vw;
    }
    .mv h1{
        font-size: clamp(32px,2.6vw,40px);
    }
    .mv-info{
        font-size: clamp(18px,1.5vw,22px);
    }
}
@media screen and (max-width: 1280px){
    .mv,.webp .mv{
        height: 47vw;
    }
    .mv-box,.webp .mv-box{
        width: 85%;
    }
    .mv h1{
        font-size: clamp(30px,2.8vw,40px);
    }
    .mv-info{
        font-size: clamp(18px,1.7vw,22px);
    }
}
@media screen and (max-width: 1024px){
    .mv-box, .webp .mv-box{
        padding-top: 2vw;
    }
    .mv h1{
        font-size: clamp(24px,3vw,40px);
    }
    .mv-info{
        font-size: clamp(16px,1.8vw,22px);
    }
}
@media screen and (max-width: 767px){
    .mv,.webp .mv{
        width: 100%;
        height: 110vw;
        background: url("../images/lp-zeimu/mv-bg-sp.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 85px;
    }
    .webp .mv{
        background: url("../images/lp-zeimu/mv-bg-sp.jpg.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mv-box, .webp .mv-box{
        padding-top: 0;
        width: 100%;
        background: none;
    }
    .sp-bk{
        display: inline-block;
    }
    .mv h1{
        font-size: 5.8vw;
    }
    .mv-info{
        font-size: 3.5vw;
        margin-top: 2vw;
    }

}
@media screen and (max-width: 600px){
    .mv,.webp .mv{
        margin-top: 60px;
    }
}
@media screen and (max-width: 500px){
    .mv-info{
        font-size: 4vw;
        margin-top: 2vw;
    }
}

/* CV */
.lp-zeimu .cv,.webp .lp-zeimu .cv{
    background: url("../images/lp-zeimu/cv-bg.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 40px 0 50px;
}
.webp .lp-zeimu .cv{
    background: url("../images/lp-zeimu/cv-bg.jpg.webp");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.lp-zeimu .cv h2{
    font-family: var(--mincho-Shippori);
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 40px;
}
.lp-zeimu .cv .cv__content-title{
    font-family: var(--mincho-Shippori);
    margin-bottom: 30px;
}
.lp-zeimu .cv .inner{
    max-width: 1100px;
}
.lp-zeimu .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-zeimu .cv h2{
        font-size: 36px;
    }
}
@media screen and (max-width: 1280px){
    .lp-zeimu .cv h2{
        font-size: 32px;
    }
    .cv__content-title{
        font-size: 20px;
    }
}
@media screen and (max-width: 1023px){
    .lp-zeimu .cv .cv__content {
        padding: 30px 0;
    }
    .lp-zeimu .cv__content-telbox{
        width: 100%;
    }
    .lp-zeimu .cv .cv__content-tel {
        /* font-size: 6.5vw; */
        font-size: 5vw;
        margin-top: 0;
    }
    .lp-zeimu .cv .cv__content-mail a span {
        font-size: 2.2vw;
    }
    .lp-zeimu .cv .cv__content-mail {
        flex-basis: 38%;
    }
    .lp-zeimu .cv .cv__content-flex{
        align-items: center;
    }
}
@media screen and (max-width: 767px){
    .lp-zeimu .cv .top-section__title {
        font-size: clamp(24px, 3.645vw, 28px);
    }
    .lp-zeimu .cv .cv__content-title {
        font-size: max(18px, 3.125vw);
    }
    .lp-zeimu .cv .cv__content {
        padding: 5vw 7vw;
    }
    .lp-zeimu .cv__content-telbox {
        gap: 20px;
    }
    .lp-zeimu .cv .cv__content-tel {
        /* font-size: max(36px, 9.1vw); */
        font-size: max(30px, 8.2vw);
        letter-spacing: 0;
    }
    .lp-zeimu .cv .cv__content-mail a span {
        font-size: 24px;
    }
}
@media screen and (max-width: 599px){
    .lp-zeimu .cv .cv__content-mail a span {
        font-size: 18px;
    }
}
@media screen and (max-width: 499px){
    .lp-zeimu .cv, .webp .lp-zeimu .cv{
        padding: 20px 0 30px;
    }
    .lp-zeimu .cv .cv__content-mail a span {
        font-size: 16px;
    }
    .lp-zeimu .cv .cv__content-title{
        margin-bottom: 20px;
    }
}

/* タイ税務相談事例 */
.section-jirei{
    overflow: hidden;
    background-color: #fff;
}
.slider-jirei {
  width: 100%;
  margin: 0 auto;
}
.section-jirei .slick-slider .slick-track{
    display: flex;
}
.section-jirei .slick-slide{
    height: auto;
}
.slider-jirei-item {
  margin: 0 30px;
  width: 83vw;
  max-width: 1060px;
  height: auto;
}
.slick-list {
  overflow: visible;
}
.slider-jirei-item-box{
    background-color: #f6f6f6;
    padding-bottom: 70px;
    position: relative;
    height: 100%;
}
.slider-jirei-item-box-title{
    font-family: var(--mincho-Shippori);
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 28px;
    padding: 15px 10px;
    margin-bottom: 40px;
}
.slider-jirei-item-box-inner{
    width: 90%;
    margin: 0 auto;
}
.slider-jirei-item-box-flex{
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 10px 25px;
}
.slider-jirei-item-box-flex-left{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px 10px 0;
    border-right: 1px solid #dbd9da;
}
.slider-jirei-item-box-flex-left-title{
    font-family: var(--mincho-Shippori);
    background-color: #0a1e4b;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px 7px;
}
.slider-jirei-item-box-flex-left-txt{
    font-size: 18px;
    font-weight: 300;
}
.slider-jirei-item-box-flex-right{
    padding: 10px 0 10px 15px;
}
.slider-jirei-item-box-flex-right-box{
    display: flex;
    align-items: center;
}
.slider-jirei-item-box-flex-right-box-box01{
    display: flex;
    align-items: center;
    gap: 10px;
}
.slider-jirei-item-box-flex-right-box-box02{
    display: flex;
    align-items: center;
    gap: 10px;
}
.slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-title{
    font-family: var(--mincho-Shippori);
    background-color: #0a1e4b;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px 7px;
}
.slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-txt{
    font-family: var(--mincho-Shippori);
    font-size: 20px;
}
.slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-title{
    font-family: var(--mincho-Shippori);
    background-color: #970002;
    color: #fff;
    font-size: 16px;
    padding: 5px 15px 7px;
}
.slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt{
    font-family: var(--mincho-Shippori);
    font-size: 18px;
    color: var(--red);
}
.slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt .txt-big{
    font-size: 32px;
}
.slider-jirei-item-box-flex-arw{
    background: url("../images/lp-zeimu/slider-jirei-arw.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 15px;
}
.slider-jirei-item-box .txt-box p{
    font-weight: 400;
}
button.slick-prev.slick-arrow{
    position: absolute;
    top: 50%;
    left: 21.5vw;
    transform: translateY(-50%);
    z-index: 1;
    background: url("../images/lp-zeimu/slider-jirei-left.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
button.slick-next.slick-arrow{
    position: absolute;
    top: 50%;
    right: 21.5vw;
    transform: translateY(-50%);
    z-index: 1;
    background: url("../images/lp-zeimu/slider-jirei-right.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
.swiper-button-prev-jirei,
.swiper-button-next-jirei {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
.swiper-button-prev-jirei{
    background: url("../images/lp-zeimu/slider-jirei-left.png");
    left: calc(50% - 530px);
}
.swiper-button-next-jirei {
    background: url("../images/lp-zeimu/slider-jirei-right.png");
    left: calc(50% + 530px);
}
.swiper-button-prev-jirei::after,
.swiper-button-next-jirei::after{
    content: none;
}
@media screen and (min-width: 1921px){
    .section-kaiketsujirei .slick-list.draggable{
        max-width: 1920px;
        margin: 0 auto;
    }
    button.slick-prev.slick-arrow {
        left: calc(50vw - 550px);
    }
    button.slick-next.slick-arrow {
        right: calc(50vw - 550px);
    }
}
@media screen and (max-width: 1850px){
    button.slick-prev.slick-arrow {
        left: 18.8vw;
    }
    button.slick-next.slick-arrow {
        right: 18.8vw;
    }
}
@media screen and (max-width: 1600px){
    button.slick-prev.slick-arrow {
        left: 15.8vw;
    }
    button.slick-next.slick-arrow {
        right: 15.8vw;
    }
}
@media screen and (max-width: 1536px){
    .slider-jirei-item {
        margin: 0 1.5vw;
    }
    button.slick-prev.slick-arrow {
        left: 15.4vw;
    }
    button.slick-next.slick-arrow {
        right: 15.4vw;
    }
}
@media screen and (max-width: 1450px){
    button.slick-prev.slick-arrow {
        left: 10.2vw;
    }
    button.slick-next.slick-arrow {
        right: 10.2vw;
    }
}
@media screen and (max-width: 1280px){
    .slider-jirei-item-box {
        padding-bottom: 50px;
    }
    .slider-jirei-item {
        margin: 0 15px;
    }
    button.slick-prev.slick-arrow {
        left: 68px;
    }
    button.slick-next.slick-arrow {
        right: 68px;
    }
    .swiper-button-prev-jirei{
        left: 8vw;
    }
    .swiper-button-next-jirei {
        left: auto;
        right: 5vw;
    }
    .slider-jirei-item-box-inner {
        /* width: 92%; */
        width: 94%;
    }
    .slider-jirei-item-box-flex-left{
        padding: 10px 10px 10px 0;
    }
    .slider-jirei-item-box-flex-right {
        padding: 10px 0 10px 10px;
    }
    .slider-jirei-item-box-title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .slider-jirei-item-box-flex {
        margin-bottom: 30px;
        padding: 10px 15px;
    }
    .slider-jirei-item-box-flex-left-title {
        font-size: 16px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-title {
        font-size: 16px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-title {
        font-size: 16px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-left-txt {
        font-size: 18px;
        letter-spacing: 0;
    }
    .slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-txt {
        font-size: 20px;
        letter-spacing: 0;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt {
        font-size: 18px;
        letter-spacing: 0;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt .txt-big {
        font-size: 32px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 1024px){
    .slider-jirei-item{
        width: 78vw;
    }
    .slider-jirei-item-box-title{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .slider-jirei-item-box-flex{
        flex-direction: column;
    }
    .slider-jirei-item-box-flex-left {
        padding: 10px 0 10px 0;
        border-right: none;
        border-bottom: 1px solid #dbd9da;
        justify-content: center;
    }
    .slider-jirei-item-box-flex-right-box{
        justify-content: center;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt{
        font-size: 16px;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt .txt-big{
        font-size: 28px;
    }
    .swiper-button-prev-jirei{
        left: 10vw;
    }
    .swiper-button-next-jirei {
        right: 7vw;
    }
}
@media screen and (max-width: 767px){
    .slider-jirei-item-box {
        padding-bottom: 40px;
    }
    .slider-jirei-item {
        margin: 0 10px;
        width: 84vw;
    }
    button.slick-prev.slick-arrow {
        left: 32px;
    }
    button.slick-next.slick-arrow {
        right: 32px;
    }
    .swiper-button-next-jirei {
        right: 5px;
    }
    .swiper-button-prev-jirei {
        left: 37px;
    }
    .slider-jirei-item-box-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .slider-jirei-item-box-flex-right-box{
        flex-direction: column;
    }
    .slider-jirei-item-box-flex-right {
        padding: 10px 0 0;
    }
    .slider-jirei-item-box-flex-arw{
        background: url("../images/lp-zeimu/slider-jirei-arw-sp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        margin: 15px 0;
    }
    .slider-jirei-item-box-flex {
        margin-bottom: 25px;
        padding: 10px 15px;
    }
    .slider-jirei-item-box-flex-left-title,.slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-title{
        min-width: 104px;
        text-align: center;
    }
    .slider-jirei-item-box-flex-left-txt,.slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-txt{
        min-width: 110px;
    }
}
@media screen and (max-width: 499px){
    .slider-jirei-item-box {
        padding-bottom: 30px;
    }
    .slider-jirei-item {
        margin: 0 20px;
        width: 90vw;
    }
    button.slick-prev.slick-arrow {
        left: 0px;
    }
    button.slick-next.slick-arrow {
        right: 0px;
    }
    .swiper-button-next-jirei {
        right: -15px;
    }
    .swiper-button-prev-jirei {
        left: 20px;
    }
    .slider-jirei-item-box-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .slider-jirei-item-box-flex-left-title {
        font-size: 14px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-left-txt {
        font-size: 16px;
    }
    .slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-title {
        font-size: 14px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-right-box-box01 .slider-jirei-item-box-flex-right-txt {
        font-size: 18px;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-title {
        font-size: 14px;
        padding: 5px 10px 7px;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt {
        font-size: 14px;
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt .txt-big {
        font-size: 24px;
    }
}

/* 事例キャプション */
.section-jirei-caption{
    background: url("../images/lp-zeimu/sc2_bg.png"),#370000;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 100px 0 200px;
}
.section-jirei-caption-bg{
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.section-jirei-caption-bg::before,.webp .section-jirei-caption-bg::before{
    content: "";
    background: url("../images/lp-zeimu/sc2_ph-tsutomu-kawamura.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 442px;
    height: 561px;
    position: absolute;
    top:-150px;
    right: -40px;
}
.webp .section-jirei-caption-bg::before{
    background: url("../images/lp-zeimu/sc2_ph-tsutomu-kawamura.png.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.section-jirei-caption-title{
    font-family: var(--mincho-Shippori);
    /*font-size: 34px;*/
    font-size: clamp(30px, 1.7708vw, 34px);
    color: #fff;
    border-bottom: 1px solid #9b8080;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.section-jirei-caption-title .txt{
        width: calc(100% - 320px);
        display: inline-block;
}
.section-jirei-caption-title .txt-red{
    color: #d44a4a;
    font-weight: 700;
}
.section-jirei-caption .txt-box{
    width: calc(100% - 320px);
}
.section-jirei-caption .txt-box p{
    color: #fff;
    letter-spacing: 0;
}
@media screen and (max-width: 1536px){
    .section-jirei-caption-title{
        font-size: clamp(30px, 2vw, 34px);
    }
}
@media screen and (max-width: 1280px){
    .section-jirei-caption{
        padding: 80px 0 150px;
    }
    .section-jirei-caption-bg{
        width: 100%;
    }
    .section-jirei-caption-bg::before,.webp .section-jirei-caption-bg::before{
        width: 332px;
        height: 421px;
        top:-120px;
        right: -20px;
    }
    .section-jirei-caption-title{
        font-size: clamp(26px, 3vw, 30px);
    }
    .section-jirei-caption-title .txt{
        width: calc(100% - 260px);
    }
    .section-jirei-caption .txt-box{
        width: calc(100% - 300px);
    }
}
@media screen and (max-width: 1024px){
    .section-jirei-caption-bg::before,.webp .section-jirei-caption-bg::before{
        width: 332px;
        height: 421px;
        top:-120px;
        right: -60px;
    }
    .section-jirei-caption-title .txt{
        width: calc(100% - 220px);
    }
    .section-jirei-caption .txt-box{
        width: calc(100% - 250px);
    }
}
@media screen and (max-width: 767px){
    .section-jirei-caption{
        padding: 60px 0 80px;
    }
    .section-jirei-caption-bg::before,.webp .section-jirei-caption-bg::before{
        background: url("../images/lp-zeimu/sc2_ph-tsutomu-kawamura-sp.jpg");
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        width: 80%;
        height: 28vw;
        position: unset;
        display: block;
        margin: 0 auto 50px;
        box-shadow: rgba(255, 255, 255, 0.3) 15px 15px 0px;
    }
    .webp .section-jirei-caption-bg::before{
        background: url("../images/lp-zeimu/sc2_ph-tsutomu-kawamura-sp.jpg.webp");
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .section-jirei-caption-title{
        text-align: center;
        font-size: clamp(22px, 4vw, 26px);
        line-height: 1.3;
    }
    .section-jirei-caption-title .txt,.section-jirei-caption .txt-box{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .section-jirei-caption{
        padding: 40px 0 60px;
    }
    .section-jirei-caption-bg::before,.webp .section-jirei-caption-bg::before{
        width: 90%;
        height: 30vw;
        margin: 0 auto 40px;
        box-shadow: rgba(255, 255, 255, 0.3) 10px 10px 0px;
    }
    .section-jirei-caption-title{
        font-size: clamp(20px, 5vw, 22px);
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
}

/* このような課題をお持ちではありませんか */
.section-kadai{
    background: url("../images/lp-zeimu/sc3_bg.png"),#fff;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
.webp .section-kadai{
    background: url("../images/lp-zeimu/sc3_bg.png.webp"),#fff;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
.section-kadai-box{
    background-color: #fff;
    padding: 70px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 7px;
    margin-bottom: 160px;
}
.section-kadai-list{
    max-width: 870px;
    width: 90%;
    margin: 0 auto;
}
.section-kadai-list li{
    font-family: var(--mincho-Shippori);
    font-size: 24px;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.section-kadai-list li::before{
    content: "";
    background: url("../images/lp-zeimu/line.png");
    background-position: center;
    background-repeat: no-repeat;
    max-width: 858px;
    width: 100%;
    height: 1%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-kadai-list li:last-of-type{
    padding-bottom: 0;
    margin-bottom: 0;
}
.section-kadai-list li:last-of-type::before{
    background: none;
}
.section-kadai-list li::after{
    content: "";
    background: url("../images/lp-zeimu/icon_check.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top:7px;
    left: 0;
}
.section-kadai-inner{
    max-width: 1200px;
    width: 95%;
    margin: 0 auto 100px;
    position: relative;
}
.section-kadai-inner::before,.webp .section-kadai-inner::before{
    content: "";
    background: url("../images/lp-zeimu/sc3_ph.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 419px;
    height: 390px;
    position: absolute;
    top: -60px;
    left: -10px;
}
.webp .section-kadai-inner::before{
    background: url("../images/lp-zeimu/sc3_ph.png.webp");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.section-kadai h3{
    /*font-size: 34px;*/
    font-size: clamp(30px, 1.7708vw, 34px);
    color: var(--red);
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.section-kadai h3 .txt{
    display: block;
    width: calc(100% - 330px);
    margin-left: auto;
}
.section-kadai-inner .txt-box{
    width: calc(100% - 330px);
    margin-left: auto;
}
@media screen and (max-width: 1536px){
    .section-kadai h3{
        font-size: clamp(30px, 2.2vw, 34px);
    }
}
@media screen and (max-width: 1280px){
    .section-kadai-box {
        padding: 60px 0;
        margin-bottom: 140px;
    }
    .section-kadai-list li{
        font-size: 22px;
        padding-left: 30px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .section-kadai-list li::after{
        width: 20px;
        height: 20px;
        top:7px;
    }
    .section-kadai-inner{
        width: 100%;
        margin: 0 auto 60px;
    }
    .section-kadai-inner::before,.webp .section-kadai-inner::before{
        width: 314px;
        height: 293px;
    }
    .section-kadai h3{
        font-size: clamp(26px, 3vw, 30px);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .section-kadai h3 .txt,.section-kadai-inner .txt-box{
        width: calc(100% - 230px);
    }
}
@media screen and (max-width: 1160px){
    .section-kadai h3 .txt,.section-kadai-inner .txt-box{
        width: calc(100% - 250px);
    }
}
@media screen and (max-width: 1024px){
    .section-kadai-inner::before,.webp .section-kadai-inner::before{
        left: -40px;
    }
    .section-kadai h3 .txt,.section-kadai-inner .txt-box{
        width: calc(100% - 230px);
    }
}
@media screen and (max-width: 767px){
    .section-kadai-box {
        padding: 40px 0;
        margin-bottom: 100px;
    }
    .section-kadai-list li{
        font-size: 18px;
        padding-left: 24px;
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
    .section-kadai-list li::after{
        width: 18px;
        height: 18px;
        top:5px;
    }
    .section-kadai-inner::before,.webp .section-kadai-inner::before{
        background: url("../images/lp-zeimu/sc3_ph-sp.jpg");
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        width: 80%;
        height: 28vw;
        position: unset;
        display: block;
        margin: 0 auto 50px;
        box-shadow: rgba(0, 0, 0, 0.3) 15px 15px 0px;
    }
    .webp .section-kadai-inner::before{
        background: url("../images/lp-zeimu/sc3_ph-sp.jpg.webp");
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .section-kadai h3 .txt,.section-kadai-inner .txt-box{
        width: 100%;
    }
    .section-kadai h3{
        text-align: center;
        font-size: clamp(22px, 4vw, 26px);
        line-height: 1.3;
    }
    .section-kadai-inner {
        margin: 0 auto 40px;
    }
}
@media screen and (max-width: 500px){
    .section-kadai-inner::before,.webp .section-kadai-inner::before{
        width: 90%;
        height: 30vw;
        margin: 0 auto 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 10px 10px 0px;
    }
    .section-kadai-inner {
        margin: 0 auto 20px;
    }
}

/* 税務の問題を、法務・契約・リスク管理の文脈で視える */
.lp-zeimu section.section-point{
    padding-top: 0;
    background: url("../images/lp-zeimu/sc4_bg.png"),#eaeaea;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-point-title,.webp .section-point-title{
    width: 100%;
    min-height: 234px;
    background: url("../images/lp-zeimu/sc4_ttl.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 100px;
}
.webp .section-point-title{
    background: url("../images/lp-zeimu/sc4_ttl.png.webp");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.section-point-title::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 21px solid #7c1f02;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.section-point-title h2{
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0;
}
.section-point-bg{
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}
.section-point-bg h3{
    /*font-size: 32px;*/
    /*font-size: clamp(28px, 1.666667vw, 32px);*/
	font-size: clamp(28px, 1.666667vw, 31px);
    margin-top: 40px;
}
.section-point-bg-img{
    position: relative;
    background: url("../images/lp-zeimu/sc4_point.png"),url("../images/lp-zeimu/sc4_line.png");
    background-size: contain,contain;
    background-position: left center,center right -20px;
    background-repeat: no-repeat;
    width: 100%;
    height: 23px;
}
.section-point-bg-img::before,.webp .section-point-bg-img::before{
    content: "";
    background: url(../images/lp-zeimu/sc4_ph.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 363px;
    height: 305px;
    position: absolute;
    top: -55px;
    right: -150px;
}
.webp .section-point-bg-img::before{
    background: url(../images/lp-zeimu/sc4_ph.png.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1536px){
    .section-point-bg h3{
        font-size: clamp(28px, 2vw, 31px);
		/*font-size: clamp(28px, 2vw, 32px);*/
    }
}
@media screen and (max-width: 1280px){
    .section-point-title{
        min-height: 200px;
        margin-bottom: 80px;
    }
    .section-point-bg{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .section-point-bg h3{
        font-size: clamp(24px, 3vw, 28px);
        margin-top: 30px;
        width: calc(100% - 240px);
    }
    .section-point-bg-img::before{
        width: 272px;
        height: 229px;
        top: -35px;
        right: -50px;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 767px){
    .section-point-title{
        min-height: 160px;
        margin-bottom: 60px;
    }
    .section-point-bg{
        margin-top: 60px;
        margin-bottom: 50px;
        position: relative;
    }
    .section-point-bg::before,.webp .section-point-bg::before{
        content: "";
        background: url("../images/lp-zeimu/sc4_ph-sp.jpg");
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        width: 80%;
        height: 28vw;
        position: unset;
        display: block;
        margin: 0 auto 50px;
        box-shadow: rgba(0, 0, 0, 0.3) 15px 15px 0px;
    }
    .webp .section-point-bg::before{
        background: url("../images/lp-zeimu/sc4_ph-sp.jpg.webp");
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .section-point-bg-img::before,.webp .section-point-bg-img::before{
        display: none;
    }
    .section-point-bg h3{
        font-size: clamp(22px, 4vw, 24px);
        margin-top: 25px;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 500px){
    .section-point-title{
        min-height: 140px;
        margin-bottom: 50px;
    }
    .section-point-bg::before,.webp .section-point-bg::before{
        width: 90%;
        height: 30vw;
        margin: 0 auto 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 10px 10px 0px;
    }
    .section-point-bg h3{
        font-size: clamp(20px, 5vw, 22px);
    }
    .section-point-bg{
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

/* タイ事業で特に検討が必要となる税務関連論点 */
.section-ronten{
    background: url("../images/lp-zeimu/sc5_bg.png"),#fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-ronten{
    background: url("../images/lp-zeimu/sc5_bg.png.webp"),#fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-ronten h2{
    padding-bottom: 30px;
    background: url("../images/lp-zeimu/sc5_ttl_line.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    width: fit-content;
    margin: 0 auto 110px;
}
.section-ronten-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 90px 0;
}
.section-ronten-list li{
    max-width: 480px;
    width: 49%;
    background: rgba(255, 255, 255, 0.83);
    padding: 90px 30px 30px;
    position: relative;
}
.section-ronten-list li .section-ronten-list-title{
    max-width: 410px;
    width: 90%;
    height: 104px;
    position: absolute;
    top:-50px;
    left: 50%;
    transform: translateX(-50%);
}
.section-ronten-list li .section-ronten-list-title .flex-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: var(--mincho-Shippori);
    color: #fff;
}
.section-ronten-list li.list01 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-ronten-list li.list02 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-ronten-list li.list03 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-ronten-list li.list04 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph4.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-ronten-list li.list05 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-ronten-list li.list06 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph6.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.webp .section-ronten-list li.list01 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph1.png.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.webp .section-ronten-list li.list02 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph2.png.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.webp .section-ronten-list li.list03 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph3.png.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.webp .section-ronten-list li.list04 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph4.png.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.webp .section-ronten-list li.list05 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph5.png.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.webp .section-ronten-list li.list06 .section-ronten-list-title{
    background: url("../images/lp-zeimu/sc5_bxph6.png.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-ronten-list li .section-ronten-list-title .no{
    font-size: 20px;
}
.section-ronten-list li .section-ronten-list-title .txt{
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    padding-left: 20px;
    margin-left: 15px;
    border-left: 1px solid #979898;
}
.section-ronten-list-txt{
    font-size: 18px;
    line-height: 1.8;
}
@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
    .section-ronten-list{
        gap: 80px 0;
    }
    .section-ronten-list li{
        padding: 80px 25px 25px;
    }
    .section-ronten-list li .section-ronten-list-title{
        height: 90px;
        top:-40px;
    }
    .section-ronten-list li .section-ronten-list-title .no{
        font-size: 18px;
    }
    .section-ronten-list li .section-ronten-list-title .txt{
        font-size: 24px;
        padding-left: 20px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 767px){
    .section-ronten h2{
        padding-bottom: 25px;
        margin: 0 auto 90px;
    }
    .section-ronten-list{
        gap: 70px 0;
        justify-content: center;
    }
    .section-ronten-list li{
        max-width: 480px;
        width: 100%;
        padding: 80px 25px 25px;
    }
    .section-ronten-list li .section-ronten-list-title{
        height: 80px;
        top:-35px;
    }
    .section-ronten-list li .section-ronten-list-title .no{
        font-size: 16px;
    }
    .section-ronten-list li .section-ronten-list-title .txt{
        font-size: 22px;
        padding-left: 15px;
        margin-left: 12px;
    }
    .section-ronten-list-txt{
        font-size: 16px;
    }
}
@media screen and (max-width: 500px){
    .section-ronten h2{
        padding-bottom: 25px;
        margin: 0 auto 70px;
    }
    .section-ronten-list{
        gap: 60px 0;
    }
    .section-ronten-list li{
        max-width: 480px;
        width: 100%;
        padding: 60px 25px 25px;
    }
    .section-ronten-list li .section-ronten-list-title{
        height: 70px;
        top:-30px;
    }
}

/* わたしたちができること */
.lp-zeimu section.section-dekirukoto{
    padding-top: 0;
    background: url("../images/lp-zeimu/sc6_bg.png"),#fff;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-dekirukoto-title{
    background: url("../images/lp-zeimu/sc6_ttl.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 453px;
    display: flex;
    align-items: center;
}
.section-dekirukoto-title h2{
    color: #fff;
    margin-bottom: 0;
}
.section-dekirukoto-flex{
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
}
.section-dekirukoto-flex-box{
    background-color: #fff;
    padding: 50px 0;
}
.section-dekirukoto-flex-box:nth-child(even){
    background-color: #f2f2f2;
}
.section-dekirukoto-flex-box-inner{
    max-width: 880px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}
.section-dekirukoto-flex-box-img{
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background-color: #f0f0f0;
}
.section-dekirukoto-flex-box:nth-child(even) .section-dekirukoto-flex-box-img{
    background-color: #fff;
}
.section-dekirukoto-flex-box.box01 .section-dekirukoto-flex-box-img{
    background: url("../images/lp-zeimu/sc6_icon1.png"),#f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 56%;
}
.section-dekirukoto-flex-box.box02 .section-dekirukoto-flex-box-img{
    background: url("../images/lp-zeimu/sc6_icon2.png"),#fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
}
.section-dekirukoto-flex-box.box03 .section-dekirukoto-flex-box-img{
    background: url("../images/lp-zeimu/sc6_icon3.png"),#f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
}
.section-dekirukoto-flex-box.box04 .section-dekirukoto-flex-box-img{
    background: url("../images/lp-zeimu/sc6_icon4.png"),#fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
}
.section-dekirukoto-flex-box.box05 .section-dekirukoto-flex-box-img{
    background: url("../images/lp-zeimu/sc6_icon5.png"),#f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
}
.section-dekirukoto-flex-box-content{
    width: calc(100% - 154px);
}
.section-dekirukoto h3{
    font-size: 26px;
    margin-bottom: 22px;
    display: flex;
    gap: 10px;
}
.section-dekirukoto h3 .no{
    background: url("../images/lp-zeimu/sc6_num.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 61px;
    height: 37px;
    font-size: 21px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1536px){
    .section-dekirukoto-title{
        height: 410px;
    }
}
@media screen and (max-width: 1280px){
    .section-dekirukoto-title {
        height: 360px;
    }
    .section-dekirukoto-flex-box {
        padding: 40px 0;
    }
    .section-dekirukoto-flex-box-img {
        width: 110px;
        height: 110px;
    }
    .section-dekirukoto-flex-box-inner{
        gap: 20px;
    }
    .section-dekirukoto-flex-box-content{
        width: calc(100% - 130px);
    }
    .section-dekirukoto h3{
        font-size: 24px;
        margin-bottom: 22px;
    }
    .section-dekirukoto h3 .no{
        width: 46px;
        height: 28px;
        font-size: 18px;
    }
    .section-dekirukoto h3 .txt{
        margin-top: -5px;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 767px){
    .section-dekirukoto-title {
        height: 280px;
    }
    .section-dekirukoto-flex-box {
        padding: 30px 0;
    }
    .section-dekirukoto-flex-box-img {
        width: 90px;
        height: 90px;
    }
    .section-dekirukoto-flex-box-content{
        width: calc(100% - 110px);
    }
    .section-dekirukoto h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .section-dekirukoto h3 .txt{
        margin-top: -1px;
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 500px){
    .section-dekirukoto-title {
        height: 200px;
    }
    .section-dekirukoto-flex-box-inner{
        flex-direction: column;
        align-items: center;
    }
    .section-dekirukoto-flex-box-content{
        width: 100%;
    }
}

/* わたしたちが選ばれる理由 */
.section-reason{

}
.section-reason-list{
    display: flex;
    flex-direction: column;
    gap: 60px 0;
}
.section-reason-list-box{
    background: linear-gradient(to left, #e9e5d8 68%, #ffffff 32%);
    padding: 50px 0;
}
.section-reason-list-box .inner{
    display: flex;
    align-items: center;
    gap: 45px;
}
.section-reason-list-box-img{
    width: 421px;
    height: 320px;
    margin-left: -100px;
}
.section-reason-list-box.box01 .section-reason-list-box-img{
    background: url("../images/lp-zeimu/sc7_ph1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-reason-list-box.box02 .section-reason-list-box-img,.webp .section-reason-list-box.box02 .section-reason-list-box-img{
    background: url("../images/lp-zeimu/sc7_ph2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: -100px;
}
.section-reason-list-box.box03 .section-reason-list-box-img{
    background: url("../images/lp-zeimu/sc7_ph3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-reason-list-box.box01 .section-reason-list-box-img{
    background: url("../images/lp-zeimu/sc7_ph1.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-reason-list-box.box02 .section-reason-list-box-img{
    background: url("../images/lp-zeimu/sc7_ph2.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-reason-list-box.box03 .section-reason-list-box-img{
    background: url("../images/lp-zeimu/sc7_ph3.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-reason-list-box-content{
    width: calc(100% - 366px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-reason-list-box-content h3{
    /*font-size: 28px;*/
    font-size: clamp(24px, 1.45833vw, 28px);
    color: var(--red);
    margin-bottom: 30px;
    line-height: 1.4;
    border-left: 3px solid #353535;
    padding-left: 20px;
}
.section-reason-list-box.box02{
    background: linear-gradient(to right, #e9e5d8 68%, #ffffff 32%);
}
.section-reason-list-box.box02 .inner{
    flex-direction: row-reverse;
}
@media screen and (max-width: 1536px){
    .section-reason-list-box-content h3{
        font-size: clamp(24px, 1.8vw, 28px);
    }
}
@media screen and (max-width: 1280px){
    .section-reason-list{
        gap: 50px 0;
    }
    .section-reason-list-box{
        background: linear-gradient(to left, #e9e5d8 80%, #ffffff 20%);
        padding: 40px 0;
    }
    .section-reason-list-box.box02{
        background: linear-gradient(to right, #e9e5d8 80%, #ffffff 20%);
    }
    .section-reason-list-box .inner{
        gap: 35px;
    }
    .section-reason-list-box-img{
        width: 316px;
        height: 240px;
        margin-left: -30px;
    }
    .section-reason-list-box.box02 .section-reason-list-box-img,.webp .section-reason-list-box.box02 .section-reason-list-box-img{
        margin-right: -30px;
    }
    .section-reason-list-box-content{
        width: calc(100% - 321px);
    }
    .section-reason-list-box-content h3{
        font-size: clamp(22px, 2.2vw, 24px);
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 767px){
    .section-reason-list{
        gap: 50px 0;
    }
    .section-reason-list-box,.section-reason-list-box.box02{
        background: linear-gradient(to top, #e9e5d8 80%, #ffffff 20%);
        padding: 0 0 30px;
    }
    .section-reason-list-box .inner,.section-reason-list-box.box02 .inner{
        flex-direction: column;
    }
    .section-reason-list-box-img{
        width: 80%;
        height: 28vw;
        margin-left: 0;
    }
    .section-reason-list-box-content{
        width: 100%;
    }
    .section-reason-list-box-content h3{
        font-size: clamp(20px, 3.2vw, 22px);
        text-align: center;
        padding: 0 10px;
    }
    .section-reason-list-box.box02 .section-reason-list-box-img,.webp .section-reason-list-box.box02 .section-reason-list-box-img{
        margin-right: 0;
    }
}
@media screen and (max-width: 500px){
    .section-reason-list-box .inner {
        gap: 25px;
    }
    .section-reason-list{
        gap: 40px 0;
    }
    .section-reason-list-box,.section-reason-list-box.box02{
        background: linear-gradient(to top, #e9e5d8 90%, #ffffff 10%);
    }
    .section-reason-list-box-img{
        width: 100%;
        height: 32vw;
    }
    .section-reason-list-box-content h3{
        font-size: clamp(20px, 4.5vw, 22px);
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 360px){
    .lp-zeimu h2 {
        font-size: calc(24/360*100vw);
    }
    .section-reason-list-box-content h3 {
        font-size: calc(20/360*100vw);
    }
    .slider-jirei-item-box-flex {
        margin-bottom: calc(25/360*100vw);
        padding: calc(10/360*100vw) calc(15/360*100vw);
    }
    .slider-jirei-item-box-flex-right-box-box02 {
        gap: calc(10/360*100vw);
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-title {
        font-size: calc(14/360*100vw);
        padding: calc(5/360*100vw) calc(10/360*100vw) calc(7/360*100vw);
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt {
        font-size: calc(14/360*100vw);
    }
    .slider-jirei-item-box-flex-right-box-box02 .slider-jirei-item-box-flex-right-txt .txt-big {
        font-size: calc(24/360*100vw);
    }
}


/* よくある質問 */
.section-qanda{
    background: url("../images/lp-zeimu/sc8_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-qanda h2{
    color: #fff;
    margin-bottom: 100px;
}
.section-qanda-box{
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px 20px;
    border-radius: 45px;
}
.section-qanda-box:last-of-type{
    margin-bottom: 0;
}
.section-qanda-box-title{
    font-family: var(--mincho-Shippori);
    font-size: 24px;
    line-height: 1.3;
    position: relative;
    padding-left: 75px;
    padding-right: 50px;
    cursor: pointer;
}
.section-qanda-box-title::before{
    content: "Q";
    font-size: 32px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #970002;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:-15px;
    left: 0;
}
.section-qanda-box-title::after{
    content: "";
    background: url("../images/lp-zeimu/icon_qa_dwn.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.7em;
    height: 0.7em;
    position: absolute;
    top:0.3em;
    right: 30px;
    transition: 0.5s;
}
.section-qanda-box-title.active::after{
    background: url("../images/lp-zeimu/icon_qa_up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.5s;
}
.section-qanda-box-txt{
    font-size: 18px;
    position: relative;
    margin-top: 30px;
    padding-left: 75px;
    padding-right: 60px;
    line-height: 1.8;
    display: none;
}
.section-qanda-box-txt::before{
    content: "A";
    font-size: 26px;
    font-weight: 600;
    color: #970002;
    top:-8px;
    left: 22px;
    position: absolute;
    font-family: var(--mincho-Shippori);
}
@media screen and (max-width: 1536px){
}
@media screen and (max-width: 1280px){
    .section-qanda h2{
        margin-bottom: 80px;
    }
    .section-qanda-box-title{
        font-size: 22px;
        padding-left: 65px;
    }
    .section-qanda-box-title::before{
        font-size: 28px;
        width: 50px;
        height: 50px;
        top:-12px;
        left: 0;
    }
    .section-qanda-box-txt{
        padding-left: 65px;
        margin-top: 25px;
    }
    .section-qanda-box-txt::before{
        left: 18px;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 767px){
    .section-qanda h2{
        margin-bottom: 60px;
    }
    .section-qanda-box {
        margin-bottom: 25px;
        padding: 25px 20px;
        border-radius: 40px;
    }
    .section-qanda-box-title{
        font-size: 20px;
        padding-left: 50px;
        padding-right: 30px;
    }
    .section-qanda-box-title::before{
        font-size: 26px;
        width: 42px;
        height: 42px;
        top:-9px;
        left: 0;
    }
    .section-qanda-box-txt{
        font-size: 16px;
        padding-left: 50px;
        padding-right: 10px;
        margin-top: 25px;
    }
    .section-qanda-box-txt::before{
        left: 16px;
    }
    .section-qanda-box-txt::before{
        font-size: 22px;
        top:-4px;
        left: 14px;
    }
    .section-qanda-box-title::after{
        right: 10px;
        top:0.4em;
    }
}
@media screen and (max-width: 500px){
    .section-qanda h2{
        margin-bottom: 40px;
    }
    .section-qanda-box {
        margin-bottom: 25px;
        padding: 20px 15px;
        border-radius: 35px;
    }
    .section-qanda-box-title{
        font-size: 18px;
        padding-left: 45px;
        padding-right: 20px;
    }
    .section-qanda-box-title::before{
        font-size: 24px;
        width: 38px;
        height: 38px;
        top:-7px;
    }
    .section-qanda-box-txt{
        padding-left: 45px;
        padding-right: 10px;
        margin-top: 25px;
    }
    .section-qanda-box-txt::before{
        top:-4px;
        left: 12px;
    }
    .section-qanda-box-title::after{
        right: 5px;
        top:0.4em;
    }
}

/* ASEAN・海外拠点 */
.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(--red);
    font-size: 20px;
    border-bottom: 1px solid var(--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;
    }
}