@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:#970002;
    --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-roudouhunsou 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-roudouhunsou{
  color: #000000;
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-top: 65px;
}
footer .cv{
  font-family: var(--base-font);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
/*.lp-roudouhunsou p{
	color: #2e2e2e;
	margin-bottom: 0;
	line-height: 1.5;
}*/

.inner{
  width: 90%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.lp-roudouhunsou section{
  padding: 160px 0;
}
.lp-roudouhunsou section.lp_office{
  padding: 50px 0;
  background-color: #f1f1f1;
}
.lp-roudouhunsou 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-roudouhunsou h2 .txt-big{
  font-size: clamp(48px, 2.8125vw, 54px);
  color: var(--red);
}
.lp-roudouhunsou h2.h2-line{
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.lp-roudouhunsou h2.h2-line::before{
    content: "";
    width: 60px;
    height: 2px;
    background-color: #970002;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}





.lp-roudouhunsou h3,.lp-roudouhunsou h4{
  font-family: var(--mincho);
  font-weight: 500;
}
.lp-roudouhunsou h3{
	font-weight: 600;
}
.lp-roudouhunsou 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: 500;
  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-roudouhunsou h2{
    font-size: clamp(36px, 3vw, 40px);
    margin-bottom: 60px;
  }
  .lp-roudouhunsou section{
    padding: 120px 0;
  }
}
@media screen and (max-width: 1336px){

}
@media screen and (max-width: 1280px){
  .lp-roudouhunsou section{
    padding: 100px 0;
  }
  .lp-roudouhunsou h2{
    font-size: clamp(32px, 3.5vw, 36px);
    margin-bottom: 50px;
  }
  .lp-roudouhunsou h2 .dot::before{
    width: 8px;
    height: 8px;
    top:-8px;
  }
    .lp-roudouhunsou h2.h2-line{
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

}
@media screen and (max-width: 767px){
    .lp-roudouhunsou{
        padding-top: 0;
    }
  .lp-roudouhunsou section{
    padding: 80px 0;
  }
  .lp-roudouhunsou h2{
    font-size: clamp(28px, 4.6vw, 34px);
    margin-bottom: 40px;
  }
  .lp-roudouhunsou h2.h2-line{
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
  .txt-box p, .txt-box li {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px){
  .lp-roudouhunsou section{
    padding: 60px 0;
  }
  .lp-roudouhunsou h2{
    font-size: clamp(24px, 6.2vw, 28px);
    margin-bottom: 40px;
  }
  .lp-roudouhunsou h2 .dot::before{
    width: 6px;
    height: 6px;
    top:-6px;
  }
}
@media screen and (max-width: 359px){
    .lp-roudouhunsou h2 {
        font-size: calc(24/360*100vw) !important;
    }
    .section-oyanami-bottom h3{
        font-size: calc(22/360*100vw) !important;
    }
}

/* mv */
.mv,.webp .mv{
    width: 100%;
    height: 36.458vw;
    background: url("../images/lp-roudouhunsou/mv-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    font-family: var(--mv-font-sans);
    display: flex;
    justify-content: center;
    align-items: center;
}
.webp .mv{
    background: url("../images/lp-roudouhunsou/mv-bg.jpg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mv h1{
    text-align: center;
    font-family: var(--mv-font-serif);
    font-weight: 600;
    /*font-size: 48px;*/
    font-size: clamp(40px,2.4vw,44px);
    line-height: 1.4;
    text-shadow: 0 0 3px #fff,0 0 5px #fff,0 0 7px #fff,0 0 9px #fff,0 0 12px #fff,0 0 15px #fff;
}
.mv h1 .maru{
    display: inline-block;
    width: 0.4em;
}
.mv-subtitle{
    text-align: center;
    font-family: var(--mv-font-serif);
    /*font-size: 24px;*/
    font-size: clamp(20px,1.25vw,24px);
    font-weight: 600;
    width: 100%;
    line-height: 1.2;
    gap: 0.1rem;
    margin: 20px auto 0;
    text-shadow: 0 0 3px #fff,0 0 5px #fff,0 0 7px #fff,0 0 9px #fff,0 0 12px #fff,0 0 15px #fff;
}
.mv-box{
    padding: 2.5vw 2.5vw;
    background: url("../images/lp-roudouhunsou/mv-dec-left.png"),url("../images/lp-roudouhunsou/mv-dec-right.png");
    background-position: top left, bottom right;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1921px){
    .mv,.webp .mv{
        height: 700px;
    }
    .mv h1{
        font-size: 44px;
    }
    .mv-subtitle{
        font-size: 24;
    }
}
@media screen and (max-width: 1536px){
    .mv,.webp .mv{
        height: 45.573vw;
    }
    .mv h1{
        font-size: clamp(40px,3vw,44px);
    }
    .mv-subtitle{
        font-size: clamp(20px,1.5625vw,24px);
    }
}
@media screen and (max-width: 1280px){
    .mv,.webp .mv{
        height: 54.6875vw;
    }
    .mv h1{
        /*font-size: 3.6vw;*/
		font-size: 3.5vw;
    }
    .mv-subtitle{
        font-size: 1.875vw;
    }
    .mv-box{
        padding: 6vw 4.5vw;
        background: url(../images/lp-roudouhunsou/mv-dec-left.png), url(../images/lp-roudouhunsou/mv-dec-right.png);
        background-size: 15% auto;
        background-position: top left, bottom right;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 767px){
    .mv,.webp .mv{
        width: 100%;
        height: 110vw;
        margin-top: 85px;
        background: url("../images/lp-roudouhunsou/mv-bg-sp.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: flex-start;
        padding-top: 5vw;
    }
    .webp .mv{
        background: url("../images/lp-roudouhunsou/mv-bg-sp.jpg.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .mv h1 {
        /*font-size: 5.7vw;*/
		font-size: 5.6vw;
        text-shadow: none;
    }
    .mv-box{
        width: 92%;
        padding: 3.7vw 0;
        background: url(../images/lp-roudouhunsou/mv-dec-left.png), url(../images/lp-roudouhunsou/mv-dec-right.png);
        background-size: 12% auto;
        background-position: top left, bottom right;
        background-repeat: no-repeat;
    }
    .mv-subtitle{
        font-size: 3vw;
        text-shadow: none;
        letter-spacing: 0;
    }
    .mv-box .sp-br{
        display: block;
    }
    .mv-subtitle br{
        display: none;
    }
}
@media screen and (max-width: 600px){
    .mv,.webp .mv{
        margin-top: 70px;
    }
}
@media screen and (max-width: 499px){
    .mv-subtitle{
        font-size: 3.2vw;
    }
}

/* CV */
.lp-roudouhunsou .cv,.webp .lp-roudouhunsou .cv{
    background: url("../images/lp-roudouhunsou/cv-bg.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 40px 0 50px;
}
.webp .lp-roudouhunsou .cv{
    background: url("../images/lp-roudouhunsou/cv-bg.jpg.webp");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.lp-roudouhunsou .cv h2{
    font-family: var(--mincho-Shippori);
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 40px;
}
.lp-roudouhunsou .cv .cv__content-title{
    font-family: var(--mincho-Shippori);
    margin-bottom: 30px;
}
.lp-roudouhunsou .cv .inner{
    max-width: 1100px;
}
.lp-roudouhunsou .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-roudouhunsou .cv h2{
        font-size: 36px;
    }
}
@media screen and (max-width: 1280px){
    .lp-roudouhunsou .cv h2{
        font-size: 32px;
    }
    .cv__content-title{
        font-size: 20px;
    }


}
@media screen and (max-width: 1023px){
    .lp-roudouhunsou .cv .cv__content {
        padding: 30px 0;
    }
    .lp-roudouhunsou .cv .cv__content-tel {
        font-size: 6.5vw;
        margin-top: 0;
    }
    .lp-roudouhunsou .cv .cv__content-mail a span {
        font-size: 2.2vw;
    }
    .lp-roudouhunsou .cv .cv__content-mail {
        flex-basis: 38%;
    }
    .lp-roudouhunsou .cv .cv__content-flex{
        align-items: center;
    }
}
@media screen and (max-width: 767px){
    .lp-roudouhunsou .cv .top-section__title {
        font-size: clamp(24px, 3.645vw, 28px);
    }
    .lp-roudouhunsou .cv .cv__content-title {
        font-size: max(18px, 3.125vw);
    }
    .lp-roudouhunsou .cv .cv__content {
        padding: 5vw 7vw;
    }
    .lp-roudouhunsou .cv .cv__content-tel {
        /* font-size: max(36px, 9.1vw); */
        font-size: 9.1vw;
        letter-spacing: 0;
    }
    .lp-roudouhunsou .cv .cv__content-mail a span {
        font-size: 24px;
    }
}
@media screen and (max-width: 599px){
    .lp-roudouhunsou .cv .cv__content-mail a span {
        font-size: 18px;
    }
}
@media screen and (max-width: 499px){
    .lp-roudouhunsou .cv, .webp .lp-roudouhunsou .cv{
        padding: 20px 0 30px;
    }
    .lp-roudouhunsou .cv .cv__content-mail a span {
        font-size: 16px;
    }
    .lp-roudouhunsou .cv .cv__content-title{
        margin-bottom: 20px;
    }
}



/* タイ労働紛争  解決事例 */
.section-kaiketsujirei{
    overflow: hidden;
    background-color: #fff;
}

.slider-jirei {
  width: 100%;
  margin: 0 auto;
}
.slider-jirei-item {
  margin: 0 30px;
  max-width: 800px;
}

/*※センターを有効にした時に左右半分見切れを出すため*/
.slick-list {
  overflow: visible;
}
/*.slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.slick-center {
  opacity: 1;
}*/

.slider-jirei-item-box{
    background-color: #f6f6f6;
    padding-bottom: 70px;
    position: relative;
}
.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;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.slider-jirei-item-box-inner{
    width: 90%;
    margin: 0 auto;
	/* height: 265px; */
}
.slider-jirei-item-box-inner .txt-box ul {
	list-style-type: disc;	
	width: 90%;
    margin: 1% 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-roudouhunsou/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: calc(50% - 430px);
    transform: translate(-50%, -50%);
    /* left: 21.5vw;
    transform: translateY(-50%); */
    z-index: 1;
    background: url("../images/lp-roudouhunsou/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%;
    left: calc(50% + 430px);
    transform: translate(-50%, -50%);
    /* right: 21.5vw;
    transform: translateY(-50%); */
    z-index: 1;
    background: url("../images/lp-roudouhunsou/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;
}
@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;
    } */
    .slider-jirei-item-box-inner {
        width: 92%;
    }
    .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 {
        max-width: 600px;
    }
    button.slick-prev.slick-arrow {
        left: calc(50% - 330px);
    }
    button.slick-next.slick-arrow {
        left: calc(50% + 330px);
    }
    .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;
    }
}
@media screen and (max-width: 1010px){
	/*.slider-jirei-item-box-inner{
		height: 305px;
	}*/
	.slider-jirei-item-box-inner .txt-box p{
		font-size: 16px;
	}
}
/* @media screen and (max-width: 890px){
	.slider-jirei-item-box-inner{
		height: 330px;
	}
} */
@media screen and (max-width: 767px){
    .slider-jirei-item-box {
        padding-bottom: 40px;
    }
    .slider-jirei-item {
        margin: 0 25px;
        max-width: none;
        width: max(310px, 80vw);
    }
    button.slick-prev.slick-arrow {
        transform: translateY(-50%);
        left: 32px;
    }
    button.slick-next.slick-arrow {
        transform: translateY(-50%);
        left: auto;
        right: 32px;
    }
    .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-roudouhunsou/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: 614px){
	/* .slider-jirei-item-box-inner{
		height: 375px;
	} */
	.slider-jirei-item-box-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 499px){
    .slider-jirei-item-box {
        padding-bottom: 30px;
    }
    .slider-jirei-item {
        margin: 0 20px;
    }
    button.slick-prev.slick-arrow {
        left: 0px;
    }
    button.slick-next.slick-arrow {
        right: 0px;
    }
    .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;
    }
	.slider-jirei-item-box-inner .txt-box ul {
		width: 80%;
	}
	
	/* .slider-jirei-item-box-inner{
		height: 465px;
	} */
}
@media screen and (max-width: 415px){
	/* .slider-jirei-item-box-inner{
		height: 545px;
	} */
	.slider-jirei-item-box-title {
		height: 85px;
    }
}


/* こんなお悩みありませんか？ */
.lp-roudouhunsou section.section-oyanami,.webp .lp-roudouhunsou section.section-oyanami{
    padding-bottom: 0;
    background: url("../images/lp-roudouhunsou/section-oyanami-bg01.jpg");
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}
.webp .lp-roudouhunsou section.section-oyanami{
    background: url("../images/lp-roudouhunsou/section-oyanami-bg01.jpg.webp");
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}
.section-oyanami-box{
    max-width: 800px;
    margin: 0 auto;
    background-color: #f8f5ee;
    padding: 50px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px;
    display: flex;
    justify-content: center;
}
.section-oyanami-box-list{
    width: fit-content;
}
.section-oyanami-box-list li{
    font-size: 20px;
    font-family: var(--mincho-Shippori);
    position: relative;
    padding-left: 35px;
}
.section-oyanami-box-list li + li{
    margin-top: 20px;
}
.section-oyanami-box-list li::before{
    content: "";
    background: url("../images/lp-roudouhunsou/section-soshohandan-icon.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top:1px;
    left: 0;
}
.section-oyanami-bottom,.webp .section-oyanami-bottom{
    margin-top: 100px;
    background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 60px 0 160px;
}
.webp .section-oyanami-bottom{
    background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura.png.webp");
    background-position: bottom right;
    background-repeat: no-repeat;
}
.section-oyanami-bottom h3{
    font-family: var(--mincho-Shippori);
    /*font-size: 34px;*/
    font-size: clamp(30px,1.77083vw,34px);
    margin-bottom: 10px;
}
.section-oyanami-bottom h3 .txt-bg{
    background: linear-gradient(to right, rgb(142, 0, 11) 0%, rgb(100, 0, 0) 100%);
    color: #fff;
    display: inline-block;
    padding: 2px 5px 4px;
}
.section-oyanami-bottom .txt-box{
    max-width: 680px;
}
.section-oyanami-bottom .txt-box p{
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 2;
    text-shadow: 0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 7px #fff,0 0 8px #fff,0 0 9px #fff;
}
@media screen and (max-width: 1536px){
	.section-oyanami-box-list {
		width: 95%;
    }	
    .section-oyanami-bottom,.webp .section-oyanami-bottom{
        background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura.png");
        background-position: bottom right -100px;
        background-repeat: no-repeat;
    }
    .webp .section-oyanami-bottom{
        background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura.png.webp");
        background-position: bottom right -100px;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1280px){
    .section-oyanami-box{
        padding: 40px 20px;
    }
    .section-oyanami-bottom,.webp .section-oyanami-bottom{
        margin-top: 80px;
        padding: 50px 0 140px;
        background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura.png");
        background-position: bottom right -150px;
        background-repeat: no-repeat;
    }
    .webp .section-oyanami-bottom{
        background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura.png.webp");
        background-position: bottom right -150px;
        background-repeat: no-repeat;
    }
    .section-oyanami-bottom h3{
        font-size: clamp(26px,2.4vw,30px);
        margin-bottom: 10px;
        width: 70%;
    }
    .section-oyanami-bottom .txt-box{
        width: 70%;
    }
}
@media screen and (max-width: 1024px){
    .section-oyanami-bottom,.webp .section-oyanami-bottom{
        margin-top: 80px;
        padding: 50px 0 120px;
        background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura.png");
        background-position: bottom right -200px;
        background-repeat: no-repeat;
    }
    .webp .section-oyanami-bottom{
        background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura.png.webp");
        background-position: bottom right -200px;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 767px){
    .section-oyanami h2{
        text-shadow: 0 0 3px #f6f6f6,0 0 4px #f6f6f6,0 0 5px #f6f6f6,0 0 6px #f6f6f6,0 0 7px #f6f6f6,0 0 8px #f6f6f6;
    }
    .section-oyanami-box{
        padding: 30px 5%;
	    width: auto;
    }
	.section-oyanami-box-list li{
        font-size: 16px;
        padding-left: 30px;
    }
    .section-oyanami-box-list li::before{
        width: 22px;
        height: 22px;
        top:1px;
        left: 0;
    }
    .section-oyanami-box-list li + li{
        margin-top: 15px;
    }
    .section-oyanami-bottom,.webp .section-oyanami-bottom{
        margin-top: 60px;
        padding: 0px 0 35vw;
        background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura-sp.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .webp .section-oyanami-bottom{
        background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura-sp.png.webp");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .section-oyanami-bottom h3{
        width: 100%;
        text-align: center;
        font-size: clamp(24px,3vw,28px);
        margin-bottom: 30px;
    }
    .section-oyanami-bottom .txt-box{
        width: 100%;
    }
}
@media screen and (max-width: 499px){
    .section-oyanami-bottom h3{
        font-size: clamp(22px,4vw,26px);
        margin-bottom: 25px;
    }
    .section-oyanami-bottom,.webp .section-oyanami-bottom{
        margin-top: 60px;
        padding: 0px 0 45vw;
        background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura-sp.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .webp .section-oyanami-bottom{
        background: url("../images/lp-roudouhunsou/section-oyanami-bg02-tsutomu_kawamura-sp.png.webp");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

/* タイ労働問題を放置するリスク */
.section-risuku{
    background: url("../images/lp-roudouhunsou/section-risuku-bg.jpg"),#f6f6f6;
    background-position: top right;
    background-repeat: no-repeat;
}
.section-risuku-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 15px;
    margin-top: 100px;
}
.section-risuku-list li{
    max-width: 320px;
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/*
.section-risuku-list li.box01 {
    margin-left: auto;
}
.section-risuku-list li.box02 {
    margin-right: calc(100% / 6);
}*/
.section-risuku-list li .img{
    width: 100%;
    height: 120px;
}
.section-risuku-list li.box01 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-risuku-list li.box02 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-risuku-list li.box03 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img03.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-risuku-list li.box04 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img04.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-risuku-list li.box05 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img05.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-risuku-list li.box06 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img06.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-risuku-list li.box01 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img01.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-risuku-list li.box02 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img02.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-risuku-list li.box03 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img03.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-risuku-list li.box04 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img04.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-risuku-list li.box05 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img05.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-risuku-list li.box06 .img{
    background: url("../images/lp-roudouhunsou/section-risuku-img06.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-risuku-list li .txt{
    background: linear-gradient(-145deg, rgb(30, 30, 30) 0%, rgb(30, 30, 30) 50%, rgb(69, 69, 69) 80%, rgb(69, 69, 69) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    font-family: var(--mincho-Shippori);
    color: #fff;
    font-size: 20px;
    text-align: center;
}
@media screen and (max-width: 1280px){
    .section-risuku-list{
        gap: 40px 10px;
        margin-top: 80px;
    }
    .section-risuku-list li{
        width: calc(100% / 3 - 10px);
    }
    .section-risuku-list li .txt{
        /*min-height: 90px;*/
		min-height: 125px;
        /*font-size: 18px;*/
		font-size: 16px;
        padding: 0 5px;
    }
}
@media screen and (max-width: 767px){
    .section-risuku-list {
        gap: 20px 10px;
        margin-top: 60px;
    }
    .section-risuku-list li {
        width: calc(100% / 2 - 10px);
    }
    .section-risuku-list li.box01 {
        margin-left: unset;
    }
    .section-risuku-list li.box02 {
        margin-right: unset;
    }
}
@media screen and (max-width: 499px){
    .section-risuku-list {
        gap: 20px 10px;
        margin-top: 40px;
    }
    .section-risuku-list li .txt {
        /*min-height: 80px;*/
		min-height: 110px;
        font-size: 14px;
        padding: 0 5px;
    }
    .section-risuku-list li .img {
        width: 100%;
        height: 100px;
    }
}
@media screen and (max-width: 467px){
    .section-risuku-list li .txt {
		min-height: 140px;
    }
}


/* 日本とタイでの労働法の違い */
.section-chigai{
    background: url("../images/lp-roudouhunsou/section-chigai-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-chigai h2{
    color: #fff;
}
.lp-roudouhunsou .section-chigai h2.h2-line::before{
    background-color: #fff;
}
.section-chigai .txt-box p{
    text-align: center;
    color: #fff;
    font-weight: 300;
}
.section-chigai-table{
    margin: 80px auto 180px;
}
.section-chigai-table-pc .table-title{
    display: flex;
}
.section-chigai-table-pc .table-title .th{
    /*width: calc(100% / 3);*/
    text-align: center;
    padding: 12px 10px;
    font-size: 24px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    width: 24%;
}
.section-chigai-table-pc .table-title .th.box01{
    color: #fff;
    background: #970002;
    max-width: 380px;
    width: 38%;
}
.section-chigai-table-pc .table-title .th.box02{
    color: #fff;
    background: #001f82;
    max-width: 380px;
    width: 38%;
}
.section-chigai-table-pc .table-box{
    display: flex;
}
.section-chigai-table-pc .table-box .td{
    /*width: calc(100% / 3);*/
    text-align: center;
    padding: 12px 10px;
    font-size: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.section-chigai-table-pc .table-box:nth-child(odd) .td{
    background-color: #f6f6f6;
}
.section-chigai-table-pc .table-box .td.box01{
    color: #fff;
    background-color: #000;
    border-bottom: 1px solid #bbbbbb;
    max-width: 240px;
    width: 24%;
}
.section-chigai-table-pc .table-box .td.box02{
    color: #970002;
    max-width: 380px;
    width: 38%;
    border-right: 1px solid #000;
    border-bottom: 1px solid #e3e3e3;
}
.section-chigai-table-pc .table-box .td.box03{
    color: #001f82;
    border-bottom: 1px solid #e3e3e3;
    max-width: 380px;
    width: 38%;
}
.section-chigai-table-pc .table-box:last-of-type .td.box01,
.section-chigai-table-pc .table-box:last-of-type .td.box02,
.section-chigai-table-pc .table-box:last-of-type .td.box03{
    border-bottom: none;
}

.section-chigai-box{
    background-color: #fff;
    padding-bottom: 50px;
}
.section-chigai-box-title{
    background: url("../images/lp-roudouhunsou/section-chigai-box-title-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-family: var(--mincho-Shippori);
    color: #fff;
    /*font-size: 26px;*/
    font-size: clamp(24px,1.3542vw,26px);
    text-align: center;
}
.section-chigai-box-list{
    max-width: 860px;
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
}
.section-chigai-box-list li{
    width: calc(50% - 10px);
    font-size: 24px;
    font-family: var(--mincho-Shippori);
    position: relative;
    padding-left: 35px;
    line-height: 1.3;
}
.section-chigai-box-list li::before {
    content: "";
    background: url(../images/lp-roudouhunsou/section-soshohandan-icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 3px;
    left: 0;
}
.section-chigai-table-sp{
    display: none;
}

@media screen and (max-width: 1280px){
    .section-chigai-table{
        margin: 60px auto 140px;
    }
    .section-chigai-table-pc .table-title .th{
        font-size: 22px;
        min-height: 72px;
    }
    .section-chigai-table-pc .table-box .td{
        font-size: 18px;
        min-height: 72px;
    }
    .section-chigai-box{
        padding-bottom: 40px;
    }
    .section-chigai-box-title{
        font-size: clamp(22px,2.03125vw,24px);
        min-height: 172px;
    }
    .section-chigai-box-list{
        margin: 40px auto 0;
    }
    .section-chigai-box-list li{
        font-size: 22px;
    }

}
@media screen and (max-width: 1024px){
    .section-chigai-box-list li{
        font-size: 20px;
        padding-left: 30px;
    }
    .section-chigai-box-list li::before{
        width: 22px;
        height: 22px;
        top: 2px;
    }

}
@media screen and (max-width: 767px){
    .section-chigai-table{
        margin: 50px auto 120px;
    }
    .section-chigai-table-pc .table-title .th {
        font-size: 20px;
        min-height: 64px;
    }
    .section-chigai-table-pc .table-box .td {
        font-size: 16px;
        min-height: 64px;
    }
    .section-chigai-box-title{
        font-size: clamp(20px,2.6vw,22px);
        min-height: 160px;
        padding: 10px;
    }
    .section-chigai-box-list li{
        font-size: 18px;
    }
    .section-chigai-box {
        padding-bottom: 30px;
    }
    .section-chigai-box-list {
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 499px){
    .section-chigai-table-pc{
        display: none;
    }
    .section-chigai-table-pc.section-chigai-table-sp{
        display: block;
    }
        .section-chigai-table-pc.section-chigai-table-sp .table-title .th,
    .section-chigai-table-pc.section-chigai-table-sp .table-box .td{
        width: calc(100% / 2);
        padding: 12px 5px;
    }
    .section-chigai-table-pc.section-chigai-table-sp .table-title .th{
        width: 100%;
        max-width: 100%;
    }
    .section-chigai-table-pc .table-box.box01-last{
        margin-bottom: 30px;
    }
    .section-chigai-table-pc .table-box .td.box02{
        border-right: none;
    }
    .section-chigai-table-pc .table-box.box01-last .td.box01,
    .section-chigai-table-pc .table-box.box01-last .td.box02,
    .section-chigai-table-pc .table-box.box01-last .td.box03{
        border-bottom: none;
    }
    .section-chigai-table {
        margin: 40px auto 100px;
    }
    .section-chigai-box-title{
        font-size: clamp(18px,3.2vw,20px);
        min-height: 160px;
        padding: 10px;
    }
    .section-chigai-box-list li{
        width: 100%;
    }

}

/* わたしたちが選ばれる理由 */
.section-reason{
    background-color: #fff;
}
.section-reason-list{
    margin-top: 100px;
}
.section-reason-list-box{
    margin-bottom: 80px;
    padding-top: 170px;
}
.section-reason-list-box.box01{
    background: url("../images/lp-roudouhunsou/section-reason-img01.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.section-reason-list-box.box02{
    background: url("../images/lp-roudouhunsou/section-reason-img02.jpg");
    background-position: right top;
    background-repeat: no-repeat;
}
.section-reason-list-box.box03{
    background: url("../images/lp-roudouhunsou/section-reason-img03-tsutomu_kawamura.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
.webp .section-reason-list-box.box01{
    background: url("../images/lp-roudouhunsou/section-reason-img01.jpg.webp");
    background-position: left top;
    background-repeat: no-repeat;
}
.webp .section-reason-list-box.box02{
    background: url("../images/lp-roudouhunsou/section-reason-img02.jpg.webp");
    background-position: right top;
    background-repeat: no-repeat;
}
.webp .section-reason-list-box.box03{
    background: url("../images/lp-roudouhunsou/section-reason-img03-tsutomu_kawamura.jpg.webp");
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
.section-reason-list-box-content,.webp .section-reason-list-box-content{
    background: url("../images/lp-roudouhunsou/section-reason-boxbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 45px 45px;
    max-width: 860px;
    margin-left:auto;
}
.webp .section-reason-list-box-content{
    background: url("../images/lp-roudouhunsou/section-reason-boxbg.jpg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-reason-list-box.box02 .section-reason-list-box-content{
    margin-left:unset;
    margin-right:auto;
}
.section-reason-list-box-content .txt-reason{
    font-size: 12px;
    font-family: var(--mincho-Shippori);
    color: var(--red);
    margin-bottom: 5px;
}
.section-reason-list-box-content .txt-reason .txt-big{
    font-size: 18px;
}
.section-reason-list-box-content h3{
    font-family: var(--mincho-Shippori);
    font-size: clamp(30px,1.77083vw,34px);
    margin-bottom: 10px;
}
.section-reason-list-box-content .txt-box p{
    font-weight: 400;
    line-height: 2;
}
@media screen and (max-width: 1600px){
    .section-reason-list-box.box01{
        background: url("../images/lp-roudouhunsou/section-reason-img01.jpg");
        background-position: left -12vw top;
        background-repeat: no-repeat;
    }
    .section-reason-list-box.box02{
        background: url("../images/lp-roudouhunsou/section-reason-img02.jpg");
        background-position: right -12vw top;
        background-repeat: no-repeat;
    }
    .section-reason-list-box.box03{
        background: url("../images/lp-roudouhunsou/section-reason-img03-tsutomu_kawamura.jpg");
        background-position: left -12vw top;
        background-repeat: no-repeat;
        margin-bottom: 0;
    }
    .webp .section-reason-list-box.box01{
        background: url("../images/lp-roudouhunsou/section-reason-img01.jpg.webp");
        background-position: left -12vw top;
        background-repeat: no-repeat;
    }
    .webp .section-reason-list-box.box02{
        background: url("../images/lp-roudouhunsou/section-reason-img02.jpg.webp");
        background-position: right -12vw top;
        background-repeat: no-repeat;
    }
    .webp .section-reason-list-box.box03{
        background: url("../images/lp-roudouhunsou/section-reason-img03-tsutomu_kawamura.jpg.webp");
        background-position: left -12vw top;
        background-repeat: no-repeat;
    }

}
@media screen and (max-width: 1280px){
    .section-reason-list{
        margin-top: 80px;
    }
    .section-reason-list-box{
        margin-bottom: 60px;
        padding-top: 140px;
    }
    .section-reason-list-box-content,.webp .section-reason-list-box-content{
        width: 70%;
        padding: 35px 40px 40px;
    }
    .section-reason-list-box-content h3{
        font-size: clamp(26px,2.65625vw,30px);
        margin-bottom: 10px;
    }
    .section-reason-list-box.box01{
        background: url("../images/lp-roudouhunsou/section-reason-img01.jpg");
        background-position: left -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .section-reason-list-box.box02{
        background: url("../images/lp-roudouhunsou/section-reason-img02.jpg");
        background-position: right -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .section-reason-list-box.box03{
        background: url("../images/lp-roudouhunsou/section-reason-img03-tsutomu_kawamura.jpg");
        background-position: left -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .webp .section-reason-list-box.box01{
        background: url("../images/lp-roudouhunsou/section-reason-img01.jpg.webp");
        background-position: left -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .webp .section-reason-list-box.box02{
        background: url("../images/lp-roudouhunsou/section-reason-img02.jpg.webp");
        background-position: right -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .webp .section-reason-list-box.box03{
        background: url("../images/lp-roudouhunsou/section-reason-img03-tsutomu_kawamura.jpg.webp");
        background-position: left -12vw top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 767px){
    .section-reason-list{
        margin-top: 60px;
    }
    .section-reason-list-box{
        margin-bottom: 40px;
        padding-top: 32vw;
    }
    .section-reason-list-box-content,.webp .section-reason-list-box-content{
        width: 100%;
        padding: 25px 5% 30px;
    }
    .section-reason-list-box.box01{
        background: url("../images/lp-roudouhunsou/section-reason-img01.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .section-reason-list-box.box02{
        background: url("../images/lp-roudouhunsou/section-reason-img02.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .section-reason-list-box.box03{
        background: url("../images/lp-roudouhunsou/section-reason-img03-tsutomu_kawamura.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .webp .section-reason-list-box.box01{
        background: url("../images/lp-roudouhunsou/section-reason-img01.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .webp .section-reason-list-box.box02{
        background: url("../images/lp-roudouhunsou/section-reason-img02.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .webp .section-reason-list-box.box03{
        background: url("../images/lp-roudouhunsou/section-reason-img03-tsutomu_kawamura.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 75% auto;
    }
    .section-reason-list-box-content h3{
        font-size: clamp(22px,3.2vw,26px);
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 499px){
    .section-reason-list{
        margin-top: 40px;
    }
    .section-reason-list-box{
        margin-bottom: 30px;
        padding-top: 40vw;
    }
    .section-reason-list-box-content,.webp .section-reason-list-box-content{
        width: 100%;
        padding: 15px 5% 25px;
    }
    .section-reason-list-box.box01{
        background: url("../images/lp-roudouhunsou/section-reason-img01.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .section-reason-list-box.box02{
        background: url("../images/lp-roudouhunsou/section-reason-img02.jpg");
        background-position: left -4vw top;
        background-repeat: no-repeat;
        background-size: 104% auto;
    }
    .section-reason-list-box.box03{
        background: url("../images/lp-roudouhunsou/section-reason-img03-tsutomu_kawamura.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .webp .section-reason-list-box.box01{
        background: url("../images/lp-roudouhunsou/section-reason-img01.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .webp .section-reason-list-box.box02{
        background: url("../images/lp-roudouhunsou/section-reason-img02.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .webp .section-reason-list-box.box03{
        background: url("../images/lp-roudouhunsou/section-reason-img03-tsutomu_kawamura.jpg.webp");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .section-reason-list-box-content h3{
        font-size: clamp(20px,4.2vw,24px);
        margin-bottom: 10px;
    }

}

/* よくある質問 */
.section-qanda{
    background: url("../images/lp-roudouhunsou/section-qanda-bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.webp .section-qanda{
    background: url("../images/lp-roudouhunsou/section-qanda-bg.jpg.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-qanda-box{
    margin-bottom: 40px;
    background: linear-gradient(-145deg, rgb(30, 30, 30) 0%, rgb(30, 30, 30) 50%, rgb(69, 69, 69) 80%, rgb(69, 69, 69) 100%);
    padding: 30px 20px 30px;
    color: #fff;
}
.section-qanda-box:last-of-type{
    margin-bottom: 0;
}
.section-qanda-box-title{
    font-family: var(--mincho-Shippori);
    font-size: 24px;
    padding: 0 30px 0 70px;
    position: relative;
    cursor: pointer;
}
.section-qanda-box-title::before{
    content: "Q";
    font-weight: bold;
    font-size: 40px;
    position: absolute;
    top:-0.15em;
    left: 0;
    line-height: 1;
}
.section-qanda-box-title::after{
    content: "";
    background: url("../images/lp-roudouhunsou/arw-down.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 12px;
    position: absolute;
    top:15px;
    right: 10px;
    transition: 0.5s;
}
.section-qanda-box-title.active::after{
    background: url("../images/lp-roudouhunsou/arw-up.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
}
.section-qanda-box-txt{
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    padding: 0 120px 0 70px;
    margin-top: 40px;
    display: none;
}
@media screen and (max-width: 1536px){

}
@media screen and (max-width: 1280px){
    .section-qanda-box {
        margin-bottom: 35px;
        padding: 25px 20px 25px;
    }
    .section-qanda-box-title{
        font-size: 22px;
        padding: 0 20px 0 60px;
    }
    .section-qanda-box-title::before{
        font-size: 36px;
        top:-0.15em;
    }
    .section-qanda-box-txt {
        font-size: 18px;
        padding: 0 80px 0 60px;
        margin-top: 35px;
    }

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 767px){
    .section-qanda-box {
        margin-bottom: 30px;
        padding: 20px 5% 20px;
    }
    .section-qanda-box-title{
        font-size: 20px;
        padding: 0 25px 0 35px;
    }
    .section-qanda-box-title::before{
        font-size: 30px;
        top:-0.1em;
    }
    .section-qanda-box-txt {
        font-size: 16px;
        padding: 0 20px 0 35px;
        margin-top: 30px;
    }
    .section-qanda-box-title::after{
        width: 18px;
        height: 12px;
        top:10px;
        right: 0;
    }
}
@media screen and (max-width: 499px){
    .section-qanda-box-title{
        font-size: 18px;
        padding: 0 25px 0 30px;
    }
    .section-qanda-box-title::before{
        font-size: 26px;
        top:-0.08em;
    }
    .section-qanda-box-txt {
        font-size: 16px;
        padding: 0 20px 0 30px;
        margin-top: 30px;
    }
}

/* ASEAN・海外拠点 */
.section-asean_office{
    background: url("../images/lp-roudouhunsou/section-asean_office-bg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.slider-office{
    margin-top: 100px;
}
.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;
}
.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{
    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{
    font-family: var(--mincho-Shippori);
    font-size: 16px;
    margin-bottom: 30px;
}
.slider-office .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);
}



@media screen and (max-width: 1280px){
    .slider-office{
        margin-top: 80px;
    }
}
@media screen and (max-width: 1024px){
    .slider-office-item{
        margin: 0 20px;
    }
    .slider-office-item-img{
        width: 225px;
        height: 240px;
    }
    .slider-office-item-content{
        width: calc(100% - 250px);
    }
    .slider-office .office-map{
        font-size: 20px;
        max-width: 90%;
        padding: 0px 0 10px;
        margin-bottom: 10px;
    }
    .slider-office .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;
    }
}
@media screen and (max-width: 767px){
    .section-asean_office{
        background: url("../images/lp-roudouhunsou/section-asean_office-bg.jpg");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 80% auto;
    }
    .slider-office{
        margin-top: 60px;
    }
    .slider-office-item{
        margin: 0 15px;
        padding: 12px 15px;
    }
    .slider-office-item-img{
        width: 150px;
        height: 160px
    }
    .slider-office-item-content{
        width: calc(100% - 170px);
    }
    .slider-office .office-map{
        font-size: 18px;
    }
    .slider-office .office-name{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .slider-office .office-zip{
        font-size: 14px;
    }
    .slider-office button.slick-prev.slick-arrow {
        left: 32px;
    }
    .slider-office button.slick-next.slick-arrow {
        right: 32px;
    }
}
@media screen and (max-width: 499px){
    .slider-office{
        margin-top: 50px;
    }
    .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{
        font-size: 18px;
        max-width: 100%;
    }
    .slider-office button.slick-prev.slick-arrow {
        left: 0px;
    }
    .slider-office button.slick-next.slick-arrow {
        right: 0px;
    }


}

/* 国内拠点 */
.section-japan_office{
    background: url("../images/lp-roudouhunsou/section-japan_office.jpg"),#868686;
    background-position: right top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.section-japan_office h2{
    color: #fff;
}
.lp-roudouhunsou .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-roudouhunsou/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;
    }
}
