@charset "utf-8";
body{
    margin: 0;
    padding: 0;
    font-family: "Noto Sans Japanese", sans-serif!important;
}
#wrapper{
    /*max-width: 1400px;*/
    margin: auto;
    letter-spacing: 1px;
}
#wrapper img{
    width: 100%;
    vertical-align: middle;
}
*{
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1.4;
}
@media only screen and (max-width: 839px){
#wrapper{
    /*max-width: 700px;*/
    margin: auto;
}
.sp{
    display: block;
}
.pc{
    display: none;
}
}
@media only screen and (max-width: 1030px){
    .tl{
        display: none;
    }
    }

@media only screen and (min-width: 640px){
    #wrapper{
        /*max-width: 1920px;*/
/*        max-width: 1000px; */
        margin: auto;
    }
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
}
.mrk_y{
    background: linear-gradient(transparent 60%, #fffeca 60%);
}
.mrk_p{
    background: linear-gradient(transparent 60%, rgba(233, 75, 146, 0.199) 60%);
}
.tc_b{
    color: #002a6a;
}
.tc_p{
    color: rgb(233,75,147);
}
.tc_o{
    color: #ff8800;
}
.tc_o2{
    color: #ec5300;
}
.tc_y{
    color: #FEFECA;
}
.tc_f{
    color: #fff;
}
.huchi{
    margin-top: 15px;
    font-weight: bold;
    color: #000000;
    text-shadow: 2px 2px 2px #ffffff, -2px -2px 2px #ffffff,
    2px 2px 2px #ffffff,  2px -2px 2px #ffffff,
    2px 0 2px #ffffff, -2px  0 2px #ffffff,
    0 2px 2px #ffffff,  0 -2px 2px #ffffff;
}
.fs_ss{
    text-align: right;
    color: #8a8a8a;
    font-size: clamp(0.625rem, 0.465rem + 0.34vw, 0.875rem);
}
.fs_s{
    font-size: clamp(0.813rem, 0.74rem + 0.43vw, 1.125rem);
}
.fs_m{
    font-size:clamp(1.125rem, 1.045rem + 0.17vw, 1.25rem);
}
.fs_l{
    font-size: clamp(0.438rem, 1.2rem + 0.26vw, 1.625rem);
}
.fs_ll{
    font-size: clamp(1.625rem, 1.40rem + 1vw, 3.063rem);
}
.fs_lll{
    font-size:clamp(2.625rem, 1.704rem + 1.97vw, 4.063rem);
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.tac{
    text-align: center;
}
h2{
    text-align: center;
}
/*MVのcta*/
.linecta_mv a{
    background-color: #03c755;
    color: #fff;
    flex-grow: 1;
    padding: 0.6em 1em 0.6em 3.4em;
    margin: 0.8em 0;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    right: 15px;
    font-weight: bold;  
    font-size: clamp(0.813rem, 0.74rem + 0.43vw, 1.125rem);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.267);
}
.linecta_mv a:hover{
    opacity: 0.8;
}
.linecta_mv a::before{
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0.7em;
    content: "";
    width: 30%;
    max-width:20px;
    min-width: 35px;
    height: 30px;
    margin: auto;
    z-index: 1;
    background: url(../img/LINE_Brand_icon.png.webp) no-repeat center / cover;
}
.minus{
    padding:35px 0px;
    text-align: center;
    background: url(../img/minus_back.jpg.webp) no-repeat center / cover;
}
.minus p{
    margin: 15px 0;
    color: #fff;
    text-decoration:underline;
    text-decoration-color:#ffffff;
}
.minus_in{
    width: 90%;
    margin: 0 auto;
}
.minus_item{
    display: grid;
    gap: 0.3em;
}
.plus{
    padding:50px 0 40px;
    position: relative;
    background: url(../img/plus_back.jpg.webp) no-repeat center / cover;
    z-index: -1;
}
.plus::before{
    position: absolute;
    background-image: url(../img/minus_back02.png.webp) ;
    right: 0;
    top: -38px;
    left: 0;
    width: 40%;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    margin: auto;
    z-index: 99;
}
.plus_in{
    width: 90%;
    margin: 0 auto;
    display: grid;
    gap: 0.5em;
}
.cta_area{
    text-align: center;
    padding:50px 0px 45px;
    font-weight: bold;
}
.cta_area a{
    color: #fff;
}
.attention {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 20px;
    font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
}
.attention:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}    
.attention:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}
.nihon{
    background-color: #ff8800;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 5px 0;
    font-size:clamp(1.125rem, 1.045rem + 0.17vw, 1.25rem);
}
.nihon::before{
    content: "";
    top: 5px;
    right: 10%;
    width: 100px;
    height: 60px;
    display: block;
    position: absolute;
    background: url(../img/nihon.png.webp) ;
    background-size: 70px 70px;  /* 幅と高さを指定 */
    background-repeat: no-repeat;
    background-position: center;
}
.nihon .b{
    font-size:clamp(2.625rem, 1.704rem + 1.97vw, 4.063rem);
}
.cta_area_in{
    width: 90%;
    margin: 0 auto;
}
.linecta{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.linecta:hover {
    opacity: 0.8;
}
.linecta a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 0.7em 1.3em 0.9em 3em;
    border-radius: 5px;
    min-height: 0vw;
    font-size: clamp(2.188rem, 1.733rem + 2.27vw, 3.438rem);
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    z-index: 1;
    display: flex;
    background-color: #03C755;
    flex-direction: column;
    margin:10px 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.267);
}
.linecta a::before{
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 1.5em;
    content: "";
    width: 30%;
    max-width:50px;
    min-width: 35px;
    height: 70px;
    margin: auto;
    z-index: 1;
    background: url(../img/LINE_Brand_icon.png.webp) no-repeat center / cover;
}
.sodan{
    display: flex;
    gap: 0.5em;
    height: 60px;
}
.tel{
    width: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.267);
    color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.tel:hover{
    opacity: 0.8;
}
.tel a {
    display: flex;
    flex-direction: column;
    background-color: #f71800;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: clamp(0.438rem, 1.2rem + 0.26vw, 1.625rem);
}
.tel p {
    margin: 0;
    text-align: center;  
    padding-bottom: 2px;
}
.sodan .mail{
    width: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.267);
    color: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.sodan .mail:hover{
    opacity: 0.8;
}
/*.sodan .mail::before{
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 80px;
    height: 50px;
    display: block;
    margin: 0 auto;
    position: absolute;
    background: url(../img/icon_mail.png.webp) ;
    background-size: 60px 45px;
    background-repeat: no-repeat;
    background-position: center;
}*/
.sodan .mail a{
    display: flex;
    align-items: center; 
    justify-content: center; 
    background-color: #989898;
    height: 100%;  
    font-size: clamp(0.438rem, 1.2rem + 0.26vw, 1.625rem);
}
.tel .fs_ss{
    width: 90%;
    color: #f71800;
    padding: 3px 2px;
    background-color: #fff;
    font-size: clamp(0.5rem, 0.3rem + 0.2vw, 0.3rem);
}
/*3つの理由*/
.reason{
    padding:40px 0 70px;
    line-height: 1;
    background: url(../img/reason_bk.jpg.webp) no-repeat center / cover;
}
.reason h2{
    width:90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    position: relative;
}
.reason h2:before,
.reason h2:after {
  position: absolute;
  content: '';
}
.reason h2:after {
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid #ffffff;
}
.reason h2:before {
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-right: 7px solid #ffffff;
  border-top: 7px solid #ffffff;
}
.reason_in{
    width: 100%;
    margin: 0 auto;
}
.reason .area01,.area02{
    background-color: #fff;
    height: 108px;
    padding: 10px;
    margin-top: 30px;
    position: relative;
}
.reason .area01{
    margin-left: 5%;
}
.area01_in{
    width: 69%;
}
.reason .area01::before{
    position: absolute;
    top: -10px;
    right: 0px;
    content: "";
    width: 30%;
    height: 148px;
    margin: auto;
    z-index: 1;
    background: url(../img/sp_reason01.png.webp) no-repeat center / cover;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.144);
}
.reason .area03::before{
    background: url(../img/sp_reason03.png.webp) no-repeat center / cover;
}
.reason_in .area01 .group{
    display: flex;
    border-bottom: 2px #f56600 solid;
    margin-bottom: 10px;
}
.reason_in .area01 .number p{
    color: #fff;
    background-color: #ff8800;
    width: 37px;
    height: 37px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    font-size: clamp(0.438rem, 1.2rem + 0.26vw, 1.625rem);
}
.reason_in .area01 .number p::before{
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    width: 130px;
    height: 130px;
    background-color: #f56600;
    transform:rotate(45deg);
    mix-blend-mode:overlay;
}
.reason_in .area01 .ttl{
    font-weight: bold;
    font-size: clamp(0.4rem, 1rem + 0.2vw, 1.5rem);
    text-align: left;
    color:#f56600;
    margin-left: 10px;
}
/*3つの理由 02番*/
.reason .area02{
    margin-right: 5%;
}
.area02_in{
    width: 68%;
    margin: 0 0 0 auto;
}
.reason_in .area02 .number p{
    color: #fff;
    background-color: #ff8800;
    width: 37px;
    height: 37px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    font-weight: bold;
    font-size: clamp(0.438rem, 1.2rem + 0.26vw, 1.625rem);
}
.reason_in .area02 .number p::before{
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    width: 130px;
    height: 130px;
    background-color: #f56600;
    transform:rotate(45deg);
    mix-blend-mode:overlay;
}
.reason_in .area02 .ttl{
    font-weight: bold;
    font-size: clamp(0.4rem, 1rem + 0.2vw, 1.5rem);
    text-align: left;
    color:#f56600;
    margin-left: 10px;
}
.reason .area02::before{
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    width: 30%;
    height: 148px;
    margin: auto;
    z-index: 1;
    background: url(../img/sp_reason02.png.webp) no-repeat center / cover;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.144);
}
.reason_in .area02 .group{
    display: flex;
    border-bottom: 2px #f56600 solid;
    margin-bottom: 10px;
}
/*高収入*/
.work{
    padding: 50px 0 0px;
    background: url(../img/work_bk.jpg.webp)no-repeat center / cover;
}
.work h2{
    font-size: clamp(1.75rem, 1.063rem + 2.75vw, 3.125rem);
}
.work_in{
    padding: 0px;
    margin-top: -40px;
}
.work .ttl{
    font-size: clamp(1rem, 1.3rem + 1vw, 3.063rem);
    font-weight: bold;
    text-align: center;
    margin: 20px 0 15px;
}
.work .item{
    font-size: clamp(0.438rem, 1.2rem + 0.26vw, 1.625rem);
    padding: 15px 0;
    margin-bottom: 15px;
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
}
.work .work_list {
    display: flex;
    flex-direction:column;
  }
.work .work_list li {
    padding: 3px 0;
    font-size: clamp(0.438rem, 1.2rem + 0.26vw, 1.625rem);
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .work .work_list li .date{
    margin-right: 10px;
    background-color: #ec5300;
    color: #fff;
    padding: 10px 15px;
    width: 30%;
    text-align: center;
  }
  .work .work_list li .text{
    border-bottom:1px #000 dotted;
    font-size:clamp(1rem, 1rem + 0.5vw, 1rem);
    width: 70%;
  }

.slick-prev:before, .slick-next:before{
    opacity: 1;
}
.slick-dots .slick-active button:before {
    opacity: 1 !important;
    color: #DC0000 !important;
}
/*===========スライダー============*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 100%;
    margin:0px auto;
}
.slick-slide img {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}
.slider .slick-slide {
    transform: scale(0.8);/*左右の画像のサイズを80%に*/
    transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 1;/*透過50%*/
}
.slider .slick-slide.slick-center{
    transform: scale(1);/*中央の画像のサイズだけ等倍に*/
    opacity: 1;/*透過なし*/
}
.slick-list {
    overflow: inherit;
}
/*矢印の設定*/
.slick-prev {/*戻る矢印の位置と形状*/
    left: 1% !important;
    z-index: 888 !important;
}
.slick-next {/*次へ矢印の位置と形状*/
    right: 1% !important;
}
/*ドットナビゲーションの設定*/
.slick-dots {
    text-align:center;
    margin:20px 0 0 0;
}
.slide_contents{
    border: solid 1px #ec5300;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}
.slick-dots .slide_contents{
    display:inline-block;
    margin:0 5px;
}
.slick-next:before {
    content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 20px;
  background-color: #ec5300;
}
.slick-next:after {
    content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 9px solid transparent;
  border-right: 0 solid transparent;
  border-left: 12px solid #ffffff;
  border-bottom: 9px solid transparent;
  box-sizing: border-box;
}
.slick-prev:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 20px;
    background-color: #ec5300;
}
.slick-prev:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 9px solid transparent;
    border-right: 12px solid #ffffff;
    border-left:0px solid transparent;
    border-bottom: 9px solid transparent;
    box-sizing: border-box;
}
.slick-next:before {
    content: '' !important; /* 空文字列を指定して矢印を消す */
}
.slick-prev:before {
    content: '' !important; /* 空文字列を指定して矢印を消す */
}
.slider {
    padding-inline-start: 0px;
}
.slick-dots {
    position: absolute;
    bottom: -50px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
/*比較表*/
.hikaku{
    padding: 40px 0;
    background-color: #ffeede;
}
.hikaku_in .tac{
    padding: 5px 0;
}
.hikaku h2{
    text-align: center;
    color: #ec5300;
    line-height: 1.2;
}
.table .tac{
    padding-top: 13px;
}
.comparison-table {
    overflow-x: scroll;
    width: 90%;
    margin: 0 auto;
    word-wrap: break-word;
    border: 5px solid #E3E8E7;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    background-color: #F6F9FE;
}
.comparison-table table {
    width: 800px;
    border-collapse: collapse;
}
.comparison-table th{
    width: 15%;
    position: sticky;
    left: 0;
    z-index: 5;
    padding: 5px 10px;
    font-weight: bold;
    color: #000000;
    border-bottom: #83A4DA solid 1px;
    font-size:clamp(1rem, 1rem + 0.1vw, 1.2rem);
}
.comparison-table .th_o{
    background-color: #ffffff;
}
.comparison-table .th_o2{
    background-color: #F3F3F3;
}
.comparison-table tr:nth-child(1) td:nth-child(2){
    background-color: #FF7F18;
    color: #fff;
    font-size: clamp(1.125rem, 0.966rem + 0.8vw, 1.563rem);
    font-weight: bold;
}
.comparison-table td{
    width: 75px;
    padding: 10px;
    color: #000;
    z-index: -1;
    border-bottom: #696969 solid 1px;
    border-right: #696969 solid 1px;
    font-size:clamp(0.6rem, 0.9rem + 0.1vw, 1.2rem);
}
.comparison-table tr:nth-child(even){
    background-color: #ececec;
}
.comparison-table tr:nth-child(odd){
    background-color: #dadada;
}

.comparison-table tr:nth-child(1) td{
    background-color: #696969;
    color: #fff;
    border-left: #fff solid 2px;
}
.comparison-table tr td:nth-child(2){
    border-right:solid 3px #FF7F18;
    border-left:solid 3px #FF7F18;
}
.comparison-table tr:nth-child(7) td:nth-child(2){
    border-bottom:solid 3px #FF7F18;
}
.comparison-table td.berry::before {
    content: "◎";
    font-weight:1;
    color: #000;
    font-size: 260%;
    line-height: 1;
}
.comparison-table td.good::before {
    content: "○";
    color: #000;
    font-size: 250%;
}
.comparison-table td.usually::before {
    content: "△";
    font-weight: bold;
    color: #000;
    font-size: 250%;
}
.comparison-table td.none::before {
    content: "✕";
    font-weight: bold;
    color: #000;
    font-size: 250%;
}
.comparison-table .td_o{
    background-color: #FFE3C0;
    font-weight: bold;
}
.comparison-table .td_o2{
    background-color: #FFD4AB;
    font-weight: bold;
}
/*声*/
.voice{
    background-color: #FFF0E2;
    padding: 40px 0 20px;
}
.voice h2{
    color: #ec5300;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}
.voice h2::before{
    content: "";
    bottom: 3px;
    left: 8px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background: url(../img/voice_deco_l.png.webp) ;
    background-size: 40px 30px;  /* 幅と高さを指定 */
    background-repeat: no-repeat;
    background-position: center;
}
.voice h2::after{
    content: "";
    bottom: 3px;
    right: 8px;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background: url(../img/voice_deco_r.png.webp) ;
    background-size: 40px 30px;  /* 幅と高さを指定 */
    background-repeat: no-repeat;
    background-position: center;
}
.voice h2 .fs_m{
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 10px 15px;
    min-width: 120px;
    max-width: 100%;
    color: #ffffff;
    font-size: 16px;
    background: #ec5300;
    border-radius:5px;
}
.voice h2 .fs_m:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ec5300;
  }
.slider02{
    margin-top: -30px;
}
.slider02 .slide_contents {
    width: 100%;
    margin-top: 100px;
    padding: 0;
    position: relative;
}
.slider02 .voice_group{
    width: 100%;
    padding: 20px;
    padding-top: 150px;
    box-sizing: border-box;
    background-color: #F56411;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.slider02 .voice_group::before {
    content: "";
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    border: 250px solid transparent;
    border-top: 250px solid #FF7F18;
    z-index: 2;
}
.slider02 .slide_contents img{
    width: 100%;
    max-width: 300px;
    margin-top: -150px;
    z-index: 2;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.slider02 .slide_contents .name{
    color: #ffffff;
    font-weight: bold;
    margin-top: 25px;
    border-radius: 5px;
    text-align: center;
    z-index: 3;
    position: relative;
    font-size: clamp(1.563rem, 1.537rem + 0.12vw, 1.625rem);
}
.slider02 .slide_contents .text{
    background-color: #ffffff;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    z-index: 3;
    position: relative;
    font-size: 0.8em;
    font-size: clamp(0.75rem, 0.544rem + 0.94vw, 1.25rem);
}
.slider02 .slick-next:before {
    content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right:4px;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 40px;
  opacity: 1;
  background-color: #ffffff;
  border: #ec5300 2px solid;
}
.slider02 .slick-next:after {
    content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 9px solid transparent;
  border-right: 0 solid transparent;
  border-left: 12px solid #ec5300;
  border-bottom: 9px solid transparent;
  box-sizing: border-box;
}
.slider02 .slick-prev:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 40px;
    opacity: 1;
    background-color: #ffffff;
    border: #ec5300 2px solid;
}
.slider02 .slick-prev:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 9px solid transparent;
    border-right: 12px solid #ec5300;
    border-left:0px solid transparent;
    border-bottom: 9px solid transparent;
    box-sizing: border-box;
}
.flow{
    padding: 40px 0 0;
    background: linear-gradient(#FEA702, #EF540D);
    text-align: center;
    overflow: hidden;
}
.flow h2{
    color: #fff;
    line-height: 1.5;
    font-size:clamp(2.2rem, 1.704rem + 2vw, 4.063rem);
    margin-bottom: 20px;
}
.flow h2 .box{
    background-color: #fff;
    color: #f09116;;
    padding:2px 5px;
    margin-right: 5px;
    border-radius: 5px;
}
.flow_group{
    background-color: #fff;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    text-align: left;
    z-index: 3;
}
.flow_group1,.flow_group2,.flow_group3,.flow_group4,.flow_group5{
    position: relative;
    overflow: hidden;
}
.flow_group1::before{
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 200px;
    height: 100%;
    background: url(../img/flow01.png.webp) no-repeat center / cover;
}
.flow_group2::before{
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 200px;
    height: 100%;
    z-index: 2;
    background: url(../img/flow02.png.webp) no-repeat center / cover;
}
.flow_group3::before{
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 200px;
    height: 100%;
    background: url(../img/flow03.png.webp) no-repeat center / cover;
}
.flow_group4::before{
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 200px;
    height: 100%;
    background: url(../img/flow04.png.webp) no-repeat center / cover;
}
.flow_group5::before{
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 200px;
    height: 100%;
    background: url(../img/flow05.png.webp) no-repeat center / cover;
}
.time{
    background-color: #F99C20;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 8px;
    margin-top: 20px;
}
.flow_group2 .time{
    background-color: #F8891B;
}
.flow_group3 .time{
    background-color: #F87D18;
}
.flow_group4 .time{
    background-color: #F36312;
}
.flow_group5 .time{
    background-color: #EC4F0C;
}
.flow_group_in{
    width: 70%;
}
.flow_ttl {
    display: flex;
}
.circle_number {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-bottom: 5px;
    padding-top: 9px;
    background-color: #F99C20;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}
.flow_group_in p{
    z-index: 4;
    position: relative;
}
.flow_group2 .circle_number{
    background-color: #F87D18;
}
  .flow_group3 .circle_number{
    background-color: #F87D18;
}
.flow_group4 .circle_number{
    background-color: #F36312;
}
.flow_group5 .circle_number{
    background-color: #EC4F0C;
}
.ttl_text{
    padding-top: 7px;
    font-size: clamp(0.3rem, 1rem + 0.26vw, 1.5rem);
    font-weight: bold;
    color: #F99C20;
    z-index: 4;
    position: relative;
}
.flow_group2 .ttl_text{
    color: #F87D18;
}
.flow_group3 .ttl_text{
    color: #F87D18;
  }
  .flow_group4 .ttl_text{
    color: #F36312;
  }
  .flow_group5 .ttl_text{
    color: #EC4F0C;
  }
  .arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
  .arrow{
    display: inline-block;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border-style: solid;
	border-width: var(--icon-width) var(--icon-width) 0 0;
	border-color: var(--icon-color);
    transform: rotate(135deg);
    margin: 5px 0 7px;
  }
  :root {
	--icon-width: 4px;
	--icon-color: rgb(255, 255, 255);
}
.folw_bottom{
    background-color: #ffffff49;
    border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
    margin: 16px -200px 0;
    padding: 130px 180px 0px;
    min-height: 290px;
    margin-top: -130px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.folw_bottom img{
    margin-bottom: -10px;
}
.folw_bottom::before{
    content: "";
    bottom: -2px;
    top: 89%;
    left: 50%;
    transform: translateX(-50%);
    width: 484px;
    height: 78px;
    display: block;
    position: absolute;
    background: url(../img/QA_bk2.png.webp) ;
    background-size: 369px 59px;
    background-repeat: no-repeat;
    background-position: center;
}
.sabt_group p{
    line-height: 2;
}
/*Ｑ＆Ａ*/
.qa{
    background: url(../img/QA_bk.jpg.webp) no-repeat center / cover;
    padding-bottom: 60px;
}
.qa_group{
    background-color: "fff";
    border: #ec5300 2px solid;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
}
.qa_group .ttl{
    background-color: #ec5300;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
.qa_list{
    padding: 10px;
}
.qa_list li{
    margin: 10px;
    display: flex;
    align-items: flex-start;
    width: 96%;
    box-sizing: border-box;
}
.qa_list li:nth-child(1){
    border-bottom:1px #000 dotted;
    margin: 10px;
    padding-bottom: 10px;
}
.qa_list li:nth-child(1) .date{
    background-color: #303030;
  }
  .qa_list li .date{
    margin-right: 10px;
    background-color: #ec5300;
    color: #fff;
    padding: 10px 15px;
    width: 30%;
    text-align: center;
    font-weight: bold;
  }
  .qa_list li .text{
    font-size:clamp(1rem, 1rem + 0.5vw, 1rem);
    width: 70%;
  }
  /*お問い合わせ*/
    .page_recruit_detail_block {
        padding: 60px 0 60px;
        background-color: #FFF0E2;
    }
    .main_width {
        width:100%;
        margin: auto;
    }
    .page_recruit_detail_block .shadow_blue_box {
        padding: 40px 5% 60px;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
        margin:0 5%;
        border-radius: 5px;
        max-width: 1000px;
        margin: 0 5%;
        box-sizing: border-box;
        margin: 0 auto;
        width: 90%;
    }
    .page_recruit_detail_block .shadow_blue_box .inner {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
    .page_recruit_form_block .shadow_blue_box .bold_ttl {
        margin-bottom: 0.3em;
    }
    .bold_ttl {
        margin-bottom: 0.2em;
        min-height: 0vw;
        font-size: clamp(1.625rem, 1.40rem + 1vw, 3.063rem);
        font-weight: bold;
        line-height: 1.47;
        color: #ec5300;
        text-align: center;
    }
    .page_recruit_form_block .txt_base.center {
        margin-bottom: 30px;
        text-align: left;
        font-size: 1.3rem;
    }
    .page_recruit_form_block .txt_base.center p {
        font-size: clamp(0.813rem, 0.74rem + 0.43vw, 1.125rem);
        text-align: center;
    }
    #mw_wp_form_mw-wp-form-39.mw_wp_form.mw_wp_form_input {
        margin-top: -150px;
        padding-top: 150px;
    }
    .mw_wp_form{
        width: 100%;
    }
    .page_recruit_form_block .form_box .required {
        position: relative;
    }
    .page_recruit_form_block .form_box th {
        width: 100%;
        /* margin-bottom: 15px; */
        padding: 0;
    }
    .page_recruit_form_block .form_box .required:before {
        right: 0px;
        font-size: 1.3rem;
    }
    .page_recruit_form_block .form_box .required:before {
        position: absolute;
        top: 0;
        right: 4px;
        bottom: 0;
        content: '必須';
        height: 1.2em;
        margin: auto;
        padding: 0.1em 0.36em;
        background-color: #E30000;
        border-radius: 3px;
        font-size:clamp(1.125rem, 1.045rem + 0.17vw, 1.25rem);
        font-weight: 500;
        line-height: 1.2;
        color: #fff;
    }
    .page_recruit_form_block .form_box td {
        width: 100%;
        margin-bottom: 25px;
        padding: 0;
    }
    .page_recruit_form_block .form_box th, .page_recruit_form_block .form_box td {
        display: block;
        float: left;
        clear: both;
        width: 100%;
        font-size:clamp(1.125rem, 1.045rem + 0.17vw, 1.25rem);
    }
    .form_box th, .form_box td {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.5;
        text-align: left;
    }
    .form_box input[type=password], .form_box input[type=tel], .form_box input[type=email], .form_box input[type=text], .form_box textarea {
        width: 90%;
        padding: 0.6em 1em;
        background-color: #fff;
        border: 1px solid #DEDEDE;
        border-radius: 5px;
        font-size:clamp(1.125rem, 1.045rem + 0.17vw, 1.25rem);
        font-weight: 500;
        line-height: 1.5;
        margin-top: 5px;
    }
    .submit_btn input[type=submit] {
        width: 100%;
        padding: 0.67em 1.7em;
        background-color: #ec5300;
        border-radius: 10px;
        min-height: 0vw;
        font-size:clamp(1.125rem, 1.045rem + 0.17vw, 1.25rem);
        font-weight: bold;
        line-height: 1.5;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    button, input, select, textarea {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    footer{
        background-color: #ec5300;
        color: #fff;
        text-align: center;
        padding:20px;
        font-size: clamp(0.813rem, 0.74rem + 0.43vw, 1.125rem);
        font-weight: 100;
        padding-bottom: 100px;
    }
    footer p{
        line-height: 1.8;
    }
    .privacy{
        margin-top: 20px;
    }
    footer a{
        color: #ffffff;
        text-decoration: underline;
        font-weight: bold;
    }
    /*プライバシー*/
    #privacy .content-main{
        background-color: #FFF0E2;
        padding-bottom: 10px;
    }
    #privacy h2{
        color: #ec5300;
        padding-top: 8%;
        font-size: clamp(1.625rem, 1.40rem + 1vw, 3.063rem);
    }
    #privacy .inner {
        margin: 5% auto 10%;
        padding: 0 4%;
        overflow-wrap: break-word;
        background-color: #fff;
        width: 86%;
        border-radius: 5px;
    }
    #privacy .inner dl {
        font-size: inherit;
        width: 100%;
        padding: 3% 0;
        font-weight: normal;
        text-align: left;
    }
    #privacy .inner dt {
        color: #222;
        font-weight: bold;
        margin-bottom: 5px;
    }
    /*追従*/
    .navigation {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .navigation .nav_list {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navigation .nav_list .line{
        text-align: center;
        width: 50%;
        font-size: clamp(0.813rem, 0.74rem + 0.43vw, 1.125rem);
        font-weight: bold;
         cursor: pointer;
        position: relative;
        transition: opacity 0.3s;
    }
    .navigation .nav_list .line a{
        background-color: #03c755;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        padding: 3em 0.3em 1em 0.3em;
    }
    .navigation .nav_list .line .line:hover {
        opacity: 0.8;
    }
    .navigation .nav_list .line::before{
        position: absolute;
        top: -25px;
        bottom: 0;
        left:50%;
        transform: translateX(-50%);
        content: "";
        width: 30%;
        max-width:20px;
        min-width: 35px;
        height: 30px;
        margin: auto;
        z-index: 1;
        background: url(../img/LINE_Brand_icon.png.webp) no-repeat center / cover;
    }
    .navigation .nav_list a{
        color: #fff;
    }
    .navigation .nav_list .mail{
        text-align: center;
        display:block;
        width: 50%;
        font-size: clamp(0.813rem, 0.74rem + 0.43vw, 1.125rem);
        font-weight: bold;
        cursor: pointer;
        position: relative;
        /*transition: opacity 0.3s;*/
    }
    .navigation .nav_list .mail a{
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        background-color: #f71800;
    }
    .navigation .nav_list .mail:hover {
        /*opacity: 0.8;*/
    }
    .navigation .nav_list .mail::before{
        position: absolute;
        top: -30px;
        bottom: 0;
        right:50%;
        transform: translateX(50%);
        content: "";
        width: 10px;
        max-width:20px;
        min-width: 16px;
        height: 21px;
        margin: auto;
        z-index: 1;
        background: url(../img/icon_mail02.png.webp) no-repeat center / cover;
    }
    .navigation .nav_list li.mail a {
        padding: 3em 0.3em 1em 0.3em;
        /* background-color: #F48211; */
    }
    @media only screen and (min-width: 640px){
        .mv{
            padding: 20px 2% 40px;
            background: url(../img/mvpc_bk.jpg.webp) no-repeat center / cover;
        }
        .pc-container{
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
            position: relative;
        }
        .linecta_mv a{
            margin-right: 23%;
            position: absolute;
            padding: 0.6em 1em 0.6em 3em;
            right: 10px;
            margin: 0.8em 0;
        }
        .minus{
            padding: 70px 6% 50px;
        }
        .minus_in{
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
        }
        .minus_in .ttl{
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
            box-sizing: border-box;
        }
        .minus_item{
            display: flex;
            width: 100%;
            margin: 0 auto;
            gap: 2.5em;
        }
        .minus_item li{
            width: 33%;
        }
        .minus p{
            margin:10px 0 40px;
        }
        .plus{
            padding: 100px 6% 80px;
            width: 100%;
            margin: 0 auto;
            box-sizing: border-box;
        }
        .plus_in{
            width: 100%;
            display: flex;
            gap: 3.5em;
            max-width: 1000px;
            justify-content: center;
        }
        .plus_in li{
            width: 30%;
        }
        .plus::before{
            width: 25%;
        }
        .nihon::before{
            content: "";
            top: 0px;
            right: 0;
            left: 250px;
            margin: 0 auto;
            width: 150px;
            height: 100px;
            background-size: 100px 80px; 
        }
        .cta_group{
            width: 100%;
            margin: 0 auto;
            padding: 0 6%;
            box-sizing: border-box;
        }
        .cta_area_in{
            padding: 20px 0;
            display: flex;
            gap: 15px;
            width: 100%;
            max-width: 1000px;
            justify-content: center;
            box-sizing: border-box;
        }
        .linecta a{
            margin: 0;
            padding: 0.8em 0em 1em 2em;
        }
        .linecta a::before{
            left: 2.3em; 
        }
        .cta_area_in .linecta{
            width: 40%;
        }
        .cta_area_in .sodan{
            flex-flow: column;
            width: 40%;
            height: 100%;
            gap: 0.8em;
        }
        .sodan .tel{
            width: 100%;
        }
        .tel a {
            padding: 0.9em 0;
        }
        .tel .fs_ss{
            font-size:clamp(0.5rem, 0.341rem + 0.8vw, 0.938rem);
        }
        .sodan .mail{
            width: 100%;
        }
        .mail a {
            padding: 0.9em 0;
        }
        .reason{
            padding: 60px 6% 40px;
        }
        .reason h2{
            max-width: 500px;
            margin-bottom: 10px;
        }
        .reason_in{
            display: flex;
            width: 100%;
            max-width: 1000px;
            justify-content: center;
            gap: 2%;
            box-sizing: border-box;
            padding-bottom: 150px;
        }
        .reason .area01::before{
            position: absolute;
            top: 75%;
            bottom: 0px;
            right: 0px;
            left: 0;
            margin: 0 auto;
            content: "";
            width: 90%;
            height: 170px;
        }
        .reason .area02::before{
            position: absolute;
            top: 75%;
            bottom: 0px;
            right: 0px;
            left: 0;
            margin: 0 auto;
            content: "";
            width: 90%;
            height: 170px;
        }
        .area01_in{
            width: 100%;
        }
        .area02_in{
            width: 100%;
        }
        .reason .area01, .area02{
            padding: 2%;
        }
        .reason .area01{
            margin-left: 0;
            width: 33%;
            padding-bottom: 9%;
        }
        .reason .area02{
            margin-right: 0;
            width: 33%;
            padding-bottom: 9%;
        }
        .reason_in .area01 .ttl{
            font-size: clamp(0.625rem, -0.089rem + 1.79vw, 1.25rem);
        }
        .reason_in .area02 .ttl{
            font-size: clamp(0.625rem, -0.089rem + 1.79vw, 1.25rem);
        }
        .reason_in p{
            font-size: clamp(0.625rem, 0.054rem + 1.43vw, 1.125rem);
        }
        .reason_in .area01 .group{
            padding-bottom: 10px;
        }
        .reason_in .area02 .group{
            padding-bottom: 10px;
        }
        .slider {
            width: 100%;
            max-width: 900px;
            margin:0px auto 0;
        }
        .work_in{
            padding: 0px;
            margin-top: -20px;
        }
        .work_in .slick-slide img{
            height: 230px;
            object-fit: cover;
            max-width: 100%;
        }
        .slide_contents .item br{
            padding:0 5px;
        }
        .work {
            padding: 70px 0 30px;
        }
        .work .item{
            font-size: clamp(1rem, 0.643rem + 0.89vw, 1.313rem);
        }
        .work_group{
            display: flex;
            width: 100%;
            gap: 10px;
        }
        .work_group li .text {
            padding-bottom: 10px;
            padding-top: 15px;
        }
        .work .work_list li .text{
            font-size: clamp(0.813rem, 0.455rem + 0.89vw, 1.125rem);
        }
        .work_group li .date{
            font-size: clamp(1rem, 0.643rem + 0.89vw, 1.313rem);
        }
        .work_group .left{
            width: 35%;
        }
        .work_group .left li .date{
            width: 35%;
        }
        .work_group .left li .text{
            width: 65%;
        }
        .work_group .right{
            width: 65%;
        }
        .work_group .right li .date{
            width: 15%;
        }
        .work_group .right li .text{
            width: 85%;
        }
        .hikaku{
            padding: 40px 6%;
        }
        .hikaku h2{
            margin-bottom: 30px;
        }
        .slide_contents{
            padding: 30px;
        }
        .comparison-table {
            width: 100%;
            max-width: 1000px;
            overflow-x: unset;
        }
        .comparison-table table{
            width: 100%;
            padding: 0 7%;
        }
        .comparison-table th{
            width: 20%;
        }
        .slider02 .voice_group::before {
            top: 246%;
            left: 50%;
            border: 607px solid transparent;
            border-top: 277px solid #FF7F18;
        }
        .voice {
            padding: 40px 0 40px;
        }
        .voice h2::before{
            left: -13%;
        }
        .voice h2::after{
            left: 100%;
        }
        .folw_bottom::before{
            bottom: -1px;
            width: 484px;
            height: 78px;
        }
        .qa{
            padding: 0 6% 80px;
        }
        .qa_list li {
            width: 98%;
        }
        .qa_group{
            width: 100%;
            max-width: 1000px;
        }
        .qa_list li .date{
            width: 20%;
        }
        .qa_list li:nth-child(1) .text{
            padding-top: 8px;
        }
        .folw_bottom img{
            width: 100%;
            max-width: 600px;
        }
        .form_box tr{
            display: flex;
        }
        .submit_btn input[type=submit] {
            width: 30%;
        }
        .page_recruit_form_block .form_box .required:before{
            display:none;
        }
        .must{
            border-radius: 5px;
            height: 35px;
            width: 30%;
            background-color: #E30000;
            color: #fff;
            display: inline;
            padding: 2px 10px;
            margin-right: 10px;
        }
        .page_recruit_detail_block{
            padding: 80px 6% 80px;
            box-sizing: border-box;
        }
        .navigation{
            background-color: #7e34007c;
            padding: 20px 0;
        }
        .navigation .nav_list {
            gap: 0 60px;
        }
        .navigation .nav_list .line{
            width: 250px;
            border-radius: 5px;
        }
        .navigation .nav_list .mail{
            width: 250px;
            border-radius: 5px;
        }
        .navigation .nav_list .line a {
            padding: 1em 0em 1em;
            padding-left: 35px;
            background-color: #03c755;
            border-radius: 5px;
        }
        .navigation .nav_list li.mail a {
            padding: 1em 0em 1em;
            padding-left: 35px;
            background-color: #f71800;
            border-radius: 5px;
        }
        .navigation .nav_list .line::before {
            top: 5%;
            left: 30%;
        }
        .navigation .nav_list .mail::before {
            top: 5%;
            left: 8%;
        }
        footer{
            padding-bottom: 120px;
        }
    }
    @media only screen and (min-width: 1030px){
        .tl{
            display: block;
        }
        .arrow{
            display: none;
        }
        .flow{
            padding: 40px 6% 0;
        }
        .flow h2{
            margin-bottom: 30px;
        }
        .flow_in{
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            -ms-flex-line-pack: start;
            align-content: flex-start;
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
            padding-left: 10px;
        }
        .flow_group{
            width: 47%;
            height: 150px;
            margin: 0;
        }
        .sabt_group{
            width: 100%;
            max-width: 870px;
            margin: 0 auto;
            position: relative;
        }
        .sabt_group p{
            position: absolute;
            top: -140px;
            right: 0;
            line-height: 40px;
            font-size: clamp(0.438rem, 1.2rem + 0.26vw, 1.625rem);
        }
        .folw_bottom {
            margin: 16px -200px 0;
            padding: 226px 218px 0px;
            margin-top: -223px;
        }
        }
