/* recruit
***************************************************************/
img.lazyload {
  width: 100%;
  display: block;
}

/* page title
***************************************************************/
.w_pageTitle {
    background-image: none;
}

.w_pageTitle.pageTitle_bk h1 {
    color: #4c4948;
}

.w_pageTitle.pageTitle_bk .h1 .t1::after {
    background-color: #4c4948;
}

@media all and (min-width: 681px) {}

@media all and (max-width:680px) {}

@media all and (max-width:370px) {}

/* page_tab
***************************************************************/
.page_tab{
    width: 900px;
    /*height: 87px;*/
    margin: 0 auto;
}
.page_tab ul{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.page_tab ul li{
    width: calc(100% / 5);
    height: 97px;
    position: relative;
}
.page_tab ul li a{
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #4c4948;
    text-align: center;
    line-height: 1.5em;
    position: relative;
    display: block;
    padding-top: 15px;
}
.page_tab ul li + li + li + li + li a{
    padding-top: 35px;
}
.page_tab ul li.tab01 a{
    padding-top: 0;
}
.page_tab ul li a::after{
    content: "";
    position: absolute;
    width: 13px;
    height: 7px;
    left: 50%;
    margin-left: -6.5px;
    bottom: 25px;
    background: url(../img/making_flow/w_f_method/arrow.svg);
    background-size: 13px 7px;
    transition: 0.3s ease;
}

@media all and (min-width: 681px) {
    /*.page_tab ul li a:hover{
        background-color: #eee;
    }*/
    .page_tab ul li a:hover::after{
        bottom: 20px;
    }
    .page_tab ul li + li + li + li + li a:hover::after{
        bottom: 0;
    }
    .page_tab ul li.tab_line1::before{
        content: "";
        width: 1px;
        height: 87px;
        background-color: #6e7175;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .page_tab ul li.tab_line2::before{
        content: "";
        width: 1px;
        height: 87px;
        background-color: #6e7175;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .page_tab ul li.tab_line3::after{
        content: "";
        width: 270px;
        height: 1px;
        background-color: #6e7175;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .page_tab ul li.tab_line4::after{
        content: "";
        width: 260px;
        height: 1px;
        background-color: #6e7175;
        position: absolute;
        left: 10px;
        bottom: 0;
    }
    .page_tab ul li.tab_line5::after{
        content: "";
        width: 270px;
        height: 1px;
        background-color: #6e7175;
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media all and (max-width: 680px) {
    .page_tab{
        width: auto;
        height: auto;
        padding: 0 5%;
    }
    .page_tab ul{
        flex-wrap: wrap;
        position: relative;
    }
    .page_tab ul::before {
        content: '';
        width: 12px;
        height: 12px;
        background: #fff;
        position: absolute;
        top: calc(66% - 6px);
        left: calc(50% - 6px);
        z-index: 10;
        pointer-events: none;
    }
    .page_tab ul li{
        height: 65px;
    }
    .page_tab ul li.lineL {
        border-left: 1px solid #6e7175;
    }
    .page_tab ul li.tab01{
        width: calc(100% / 2);
    }
    .page_tab ul li.tab01 br{
    }
    .page_tab ul li.tab02{
        width: calc(100% / 2);
    }
    .page_tab ul li.tab03{
      width: 100%;
      margin-bottom: 10px;
    }
    .page_tab ul li:not(:last-child):not(:nth-last-of-type(2)).tab01::before,
    .page_tab ul li:not(:last-child):not(:nth-last-of-type(2)).tab02::before{
        content: "";
        width: 100%;
        height: 1px;
        background-color: #6e7175;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .page_tab ul li.tab_line4::after,
    .page_tab ul li.tab_line6::after{
        content: "";
        width: 1px;
        height: 100%;
        background-color: #6e7175;
        position: absolute;
        right: 0;
        top: 0;
    }
    .page_tab ul li a{
        font-size: 13px;
        padding-top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 17px;
    }
    .page_tab ul li.tab01 a{
        padding-bottom: 10px;
    }
    .page_tab ul li + li + li + li + li a{
      padding-top: 0;
    }
    .page_tab ul li a::after{
        content: "";
        position: absolute;
        width: 9px;
        height: 5px;
        left: 50%;
        margin-left: -4.5px;
        bottom: 5px;
        background: url(../img/making_flow/w_f_method/arrow.svg);
        background-size: 9px 5px;
        transition: 0.3s ease;
        bottom: 12px;
    }
    .page_tab ul li.btm1 a,
    .page_tab ul li.btm1 a{
        padding-bottom: 3px;
    }
    .page_tab ul li.btm1 a::after{
        bottom: 4px;
    }
}

@media all and (max-width: 370px) {}

/* link_wrap */
@media all and (min-width: 681px) {
  .link_wrap ul li a .tit span {
      font-size: 10px;
      letter-spacing: 0.19em;
      margin-left: 15px;
  }
}
.link_wrap ul li a .tit span {
    font-size: 10px;
    letter-spacing: 0.19em;
    margin-left: 15px;
}

/* コンテンツ共通
***************************************************************/
.tit_type1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
.tit_type1.btmLine {
  padding-bottom: 20px;
  position: relative;
}
.tit_type1.btmLine::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #4C4948;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tit_type2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}
.p_type1 {
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 2.27;
  text-align: justify;
  margin-top: 35px;
}
@media all and (min-width: 681px) {
}

@media all and (max-width:680px) {
  .tit_type1 {
    font-size: 20px;
  }
  .tit_type1.btmLine {
    padding-bottom: 15px;
  }
  .tit_type1.btmLine::after {
    width: 20px;
  }
  .tit_type2 {
    font-size: 17px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .p_type1 {
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
  }
}

@media all and (max-width:370px) {
}

/* section1
***************************************************************/
.section1 {
  position: relative;
  margin-top: 50px;
}
.section1 .textArea {
  margin: 0 auto;
  padding-top: 70px;
  width: 1120px;
}
.section1 .textArea .inBox1 {
  position: relative;
  z-index: 2;
  width: 625px;
  background-color: #F3F3F3;
  padding: 30px 0 40px;
}
.section1 .textArea .h2 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #4C4948;
  display: inline-block;
  padding-left: 50px;
}
.section1 .textArea .h3 {
  font-size: 22.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 30px 40px 0;
}
.section1 .textArea .p1 {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2.7;
  margin: 20px 40px 0;
}
.section1 .textArea .p1 .lh5 {
  line-height: 5;
}
.section1 .textArea .p2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.24em;
  display: flex;
  align-items: center;
  margin: 15px 40px 0;
}
.section1 .textArea .p2 .pIn2 {
  font-size: 27px;
  letter-spacing: 0.17em;
  margin-left: 20px;
}
.section1 .img1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
@media all and (min-width: 681px) {
}

@media all and (max-width:680px) {
  .section1 {
    margin-top: 50px;
  }
  .section1 .textArea {
    padding: 0 5% 0;
    width: 100%;
    margin-top: -40px;
  }
  .section1 .textArea .inBox1 {
    width: 100%;
    padding: 25px 0 40px;
  }
  .section1 .textArea .h2 {
    font-size: 17px;
    padding-left: 30px;
    position: absolute;
    top: -21vw;
    left: 0;
    letter-spacing: 0.2em;
  }
  .section1 .textArea .h3 {
    font-size: 16.5px;
    text-align: center;
    margin: 0;
  }
  .section1 .textArea .p1 {
    font-size: 13px;
    text-align: justify;
    line-height: 2.2;
    letter-spacing: 0.08em;
    margin: 20px 5% 0;
  }
  .section1 .textArea .p1 .lh5 {
    line-height: 2.2;
  }
  .section1 .textArea .p2 {
    font-size: 12px;
    margin: 20px 5% 0;
    justify-content: flex-end;
  }
  .section1 .textArea .p2 .pIn2 {
    font-size: 21px;
    margin-left: 15px;
  }
  .section1 .img1 {
    position: static;
    width: 100%;
  }
}

@media all and (max-width:370px) {
}

/* section2
***************************************************************/
.section2 {
  padding: 110px 0 0;
}
.section2 .textArea {
  width: 716px;
  margin: 0 auto;
}
.section2 .img1 {
  width: 515px;
  margin: 0 auto;
}
@media all and (min-width: 681px) {
}
@media all and (min-width: 1968px) {
  .section2 {
    padding-top: 12vw;
  }
}
@media all and (max-width:680px) {
  .section2 {
    padding: 50px 5% 40px;
  }
  .section2 .textArea {
    width: 100%;
  }
  .section2 .img1 {
    width: 80%;
    margin: 0 auto;
  }
}

@media all and (max-width:370px) {
}

/* section3
***************************************************************/
.section3 {
  padding: 50px 0 80px;
  margin-top: 100px;
  background-color: #F3F3F3;
}
.section3 .textArea {
  width: 1120px;
  margin: 0 auto;
}
.section3 .ul1 {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.section3 .ul1 > li {
  width: 326px;
}
.section3 .ul1 > li .h4 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.17em;
  text-align: center;
  margin-top: 15px;
}
.section3 .ul1 > li .p1 {
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
@media all and (min-width: 681px) {
}

@media all and (max-width:680px) {
  .section3 {
    padding: 50px 5% 55px;
    margin-top: 0;
  }
  .section3 .textArea {
    width: 100%;
  }
  .section3 .ul1 {
    display: block;
    padding-top: 30px;
  }
  .section3 .ul1 > li {
    width: 100%;
  }
  .section3 .ul1 > li + li {
    margin-top: 40px;
  }
  .section3 .ul1 > li .h4 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.17em;
    text-align: center;
    margin-top: 5px;
  }
  .section3 .ul1 > li .p1 {
    font-size: 13px;
    margin-top: 10px;
  }
  .section3 .ul1 > li .img1 {
    width: 80%;
    margin: 0 auto;
  }
}

@media all and (max-width:370px) {
}

/* section4
***************************************************************/
.section4 {
  padding: 150px 0 0;
  position: relative;
}
.section4_1 {
  position: relative;
}
.section4_1 .inner1 {
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0 60px;
  background-color: #F3F3F3;
}
.section4 .itemWrap1 {
  background-color: #fff;
  width: calc(100% - 120px);
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}
.section4 .itemWrap1 .titleFlx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
.section4 .itemWrap1 .titleFlx .h3 {
  width: 210px;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.32em;
}
.section4 .itemWrap1 .titleFlx .p1 {
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.12em;
  line-height: 1.88;
  width: calc(100% - 210px);
}
.section4 .itemWrap1 .recruitFlx {
  display: flex;
  justify-content: space-between;
}
.section4 .itemWrap1 .recruitFlx .recruitWrap {
  width: 48%;
}
.section4 .itemWrap1 .recruitFlx .recruitWrap .h4 {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #828282;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.section4 .itemWrap1 .recruitFlx .recruitWrap .dl1 {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  display: flex;
  margin-top: 20px;
}
.section4 .itemWrap1 .recruitFlx .recruitWrap .dl1 + .dl1 {
  margin-top: 10px;
}
.section4 .itemWrap1 .recruitFlx .recruitWrap .dl1 dt {
  width: 90px;
}
/* .recruitWrap.type2 */
.section4 .itemWrap1 .recruitFlx .recruitWrap.type2 .h4 {
  background-color: #4C4948;
}
.section4 .itemWrap1 .recruitFlx .recruitWrap.type2 .dl1 dt {
  width: 145px;
}
/* section4_2 */
.section4_2 {
  padding: 110px 0 0;
}
.section4_2 .recruitFlx {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.section4 .section4_2 .itemWrap1 .recruitFlx .recruitWrap .dl1 {
  align-items: center;
  border-bottom: 1px solid #828282;
  padding-bottom: 20px;
}
.section4 .section4_2 .itemWrap1 .recruitFlx .recruitWrap .dl1 + .dl1 {
    margin-top: 0;
    padding-top: 30px;
    position: relative;
}
.section4 .section4_2 .itemWrap1 .recruitFlx .recruitWrap .dl1 + .dl1::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 14.4px 0 14.4px;
  border-color: #828282 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.section4 .section4_2 .itemWrap1 .recruitFlx .recruitWrap .dl1 dt {
  color: #828282;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: justify;
  width: 110px;
}
.section4 .section4_2 .itemWrap1 .recruitFlx .recruitWrap .dl1 dd {
  width: calc(100% - 110px);
  font-size: 16px;
}
.section4 .section4_2 .itemWrap1 .recruitFlx .recruitWrap.type2 .dl1 {
  border-bottom: 1px solid #4C4948;
}
.section4 .section4_2 .itemWrap1 .recruitFlx .recruitWrap.type2 .dl1 + .dl1::before {
  border-color: #4C4948 transparent transparent transparent;
}
.section4 .section4_2 .itemWrap1 .recruitFlx .recruitWrap.type2 .dl1 dt {
  color: #4C4948;
}
@media all and (min-width: 681px) {
}

@media all and (max-width:680px) {
  .section4 {
    padding: 50px 0 0;
  }
  .section4_1 .inner1 {
    width: 100%;
    padding: 30px 5% 40px;
  }
  .section4 .itemWrap1 {
    width: 100%;
    margin-top: 30px;
    padding: 0 5% 35px;
  }
  .section4 .itemWrap1 .titleFlx {
    display: block;
    padding: 20px 0;
  }
  .section4 .itemWrap1 .titleFlx .h3 {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
  .section4 .itemWrap1 .titleFlx .p1 {
    font-size: 13px;
    width: 100%;
    margin-top: 10px;
  }
  .section4 .itemWrap1 .recruitFlx {
    display: block;
  }
  .section4 .itemWrap1 .recruitFlx .recruitWrap {
    width: 100%;
  }
  .section4 .itemWrap1 .recruitFlx .recruitWrap + .recruitWrap {
    margin-top: 30px;
  }
  .section4 .itemWrap1 .recruitFlx .recruitWrap .h4 {
    height: 33px;
    font-size: 15px;
  }
  .section4 .itemWrap1 .recruitFlx .recruitWrap .dl1 {
    font-size: 13px;
    display: flex;
    margin-top: 15px;
  }
  .section4 .itemWrap1 .recruitFlx .recruitWrap .dl1 + .dl1 {
    margin-top: 10px;
  }
  .section4 .itemWrap1 .recruitFlx .recruitWrap .dl1 dt {
    width: 70px;
  }
  /* .recruitWrap.type2 */
  .section4 .itemWrap1 .recruitFlx .recruitWrap.type2 .dl1 dt {
    width: 120px;
  }
  /* section4_2 */
  .section4_2 {
      padding: 0;
  }
  .section4_2 .inner1 {
    padding: 40px 5% 15px;
  }
  .section4_2 .recruitFlx {
    width: 100%;
  }
  .section4 .section4_2 .itemWrap1 .recruitFlx .recruitWrap .dl1 dt {
    font-size: 15px;
    width: 85px;
  }
  .section4 .section4_2 .itemWrap1 .recruitFlx .recruitWrap .dl1 dd {
    width: calc(100% - 85px);
    font-size: 13px;
  }
}

@media all and (max-width:370px) {
}

/* section5
***************************************************************/
.section5 {
  margin: 110px 0 0;
}
.section5 .inner1 {
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0 60px;
  background-color: #F3F3F3;
}
.section5 .recruitTable1 {
  width: 1000px;
  margin: 25px auto 0;
  padding: 30px;
  background-color: #fff;
}
.section5 .recruitTable1 .tbl1 {
  width: 100%;
}
.section5 .recruitTable1 .tbl1 th {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  width: 22%;
  padding: 30px 0;
  border-bottom: 1px solid #828282;
  border-right: 1px solid #828282;
  vertical-align: middle;
}
.section5 .recruitTable1 .tbl1 td {
  font-size: 15px;
  letter-spacing: 0.05em;
  width: 78%;
  padding: 30px;
  border-bottom: 1px solid #828282;
  vertical-align: middle;
}
.section5 .recruitTable1 .tbl1 td .flx {
  display: flex;
}
.section5 .recruitTable1 .tbl1 td .flx .p1 + .p1 {
  margin-left: 30px;
}
.section5 .recruitTable1 .tbl1 tr:last-child th {
  border-bottom: none;
}
.section5 .recruitTable1 .tbl1 tr:last-child td {
  border-bottom: none;
}
@media all and (min-width: 681px) {
}

@media all and (max-width:680px) {
  .section5 {
    margin: 0;
  }
  .section5 .inner1 {
    width: 100%;
    padding: 30px 5% 40px;
  }
  .section5 .recruitTable1 {
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 5%;
  }
  .section5 .recruitTable1 .tbl1 th {
    display: block;
    font-size: 17px;
    width: 100%;
    padding: 20px 5% 0;
    border-right: none;
    border-bottom: none;
  }
  .section5 .recruitTable1 .tbl1 td {
    display: block;
    font-size: 13px;
    width: 100%;
    padding: 15px 0 20px;
  }
  .section5 .recruitTable1 .tbl1 td .flx {
    display: block;
  }
  .section5 .recruitTable1 .tbl1 td .flx .p1 + .p1 {
    margin-left: 0;
    margin-top: 20px;
  }
  .section5 .recruitTable1 .tbl1 tr:last-child th {
    border-bottom: none;
  }
  .section5 .recruitTable1 .tbl1 tr:last-child td {
    border-bottom: none;
  }
}

@media all and (max-width:370px) {
}

/* section6
***************************************************************/
.section6 {
  padding: 140px 0 0;
}
/* staff */
.staffWrap {
  margin-top: 140px;
}
.staffWrap .in1 {
  width: 1000px;
  margin: 0 auto;
}
.staffWrap .vBox {
  background-color: #F3F3F3;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 28%, #f3f3f3 28%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 28%,#f3f3f3 28%,#f3f3f3 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 28%,#f3f3f3 28%,#f3f3f3 100%);
}
.staffWrap .vBox .vItem {
  width: 100%;
  height: 318px;
  position: relative;
}
.staffWrap .vBox .vItem .textBox1 {
  color: #fff;
  background-color: #4C4948;
  display: inline-flex;
  align-items: center;
  padding: 5px 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.staffWrap .vBox .vItem .textBox1 .span1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.38em;
}
.staffWrap .vBox .vItem .textBox1 .span2 {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.staffWrap .vBox .vItem .textBox2 {
  color: #4C4948;
  background-color: #fff;
  padding: 15px 30px;
  position: absolute;
  left: 22px;
  bottom: 22px;
}
.staffWrap .vBox .vItem .textBox2 .span1 {
  display: inline-flex;
  align-items: center;
}
.staffWrap .vBox .vItem .textBox2 .span1 .t1 {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.21em;
}
.staffWrap .vBox .vItem .textBox2 .span1 .t2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.17em;
  margin-left: 15px;
}
.staffWrap .vBox .vItem .textBox2 .span2 {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.staffWrap .qBox {
  background-color: #F3F3F3;
  padding: 50px 0;
}
.staffWrap .qBox.type2 {
  background-color: #fff;
}
.staffWrap .qBox .dl1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.staffWrap .qBox .dl1 dt {
  width: 420px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.staffWrap .qBox .dl1 dd {
  width: 580px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
}
/* anchorList */
.anchorList {
  width: 700px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
.anchorList > li {
  width: 224px;
  height: 103px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.anchorList > li.lazyloaded {
  background-image: url(../img/recruit/recruit6.jpg);
}
.anchorList > li.li2.lazyloaded {
  background-image: url(../img/recruit/recruit7.jpg);
}
.anchorList > li.li3.lazyloaded {
  background-image: url(../img/recruit/recruit8.jpg);
}
.anchorList > li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
}
.anchorList > li a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(50, 50, 50, 0.6);
  transition: background 0.3s ease;
}
.anchorList > li a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: bottom 0.3s ease;
}
.anchorList > li .name1 {
  position: relative;
  z-index: 1;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.38em;
  display: block;
}
.anchorList > li .name2 {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.14em;
  display: block;
}
/* type2 */
.anchorList.type2 {
  margin-top: 100px;
}
.anchorList.type2 > li a {
  padding: 25px 20px 0;
}
.anchorList.type2 > li a::after {
  bottom: auto;
  top: 10px;
  transform: rotate(-135deg);
  transition: top 0.3s ease;
}
@media all and (min-width: 681px) {
  .anchorList > li a:hover::before {
    background-color: rgba(50, 50, 50, 0.8);
  }
  .anchorList > li a:hover::after {
    bottom: 6px;
  }
  .anchorList.type2 > li a:hover::after {
    top: 6px;
    bottom: auto;
  }
  .staffWrap.staff2 .vBox .vItem .textBox1 {
    left: auto;
    right: 0;
  }
  .staffWrap.staff2 .vBox .vItem .textBox2 {
    left: auto;
    right: 22px;
  }
}

@media all and (max-width:680px) {
  .section6 {
    padding: 40px 0 0;
  }
  /* staff */
  .staffWrap {
    margin-top: 50px;
  }
  .staffWrap .in1 {
    width: 100%;
  }
  .staffWrap .vBox {
    background-color: #F3F3F3;
  }
  .staffWrap .vBox .vItem {
    height: auto;
    background: none;
  }
  .staffWrap .vBox .vItem .textBox1 {
    display: block;
    padding: 2px 5px 3px 10px;
    height: 32px;
  }
  .staffWrap.staff2 .vBox .vItem .textBox1 {
    left: auto;
    right: 0;
  }
  .staffWrap .vBox .vItem .textBox1::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 10px 0 0;
    border-color: #4c4948 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -10px;
  }
  .staffWrap.staff2 .vBox .vItem .textBox1::after {
    border-color: transparent #4c4948 transparent transparent;
    right: auto;
    left: -10px;
  }
  .staffWrap .vBox .vItem .textBox1 .span1 {
    font-size: 13px;
  }
  .staffWrap .vBox .vItem .textBox1 .span2 {
    font-size: 11px;
    margin-left: 0;
  }
  .staffWrap .vBox .vItem .textBox2 {
    padding: 10px;
    left: 10px;
    bottom: 10px;
  }
  .staffWrap.staff2 .vBox .vItem .textBox2 {
    left: auto;
    right: 10px;
  }
  .staffWrap .vBox .vItem .textBox2 .span1 {
    display: block;
  }
  .staffWrap .vBox .vItem .textBox2 .span1 .t1 {
    font-size: 17px;
    letter-spacing: 0.3em;
  }
  .staffWrap .vBox .vItem .textBox2 .span1 .t2 {
    font-size: 10px;
    display: block;
    margin-left: 0;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .staffWrap .vBox .vItem .textBox2 .span2 {
    font-size: 12px;
    margin-top: 4px;
  }
  .staffWrap .qBox {
    padding: 20px 5%;
  }
  .staffWrap .qBox .dl1 {
    display: block;
  }
  .staffWrap .qBox .dl1 dt {
    width: 100%;
    font-size: 17px;
  }
  .staffWrap .qBox .dl1 dd {
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
  }
  /* anchorList */
  .anchorList {
    width: 100%;
    padding: 0 5%;
  }
  .anchorList > li {
    width: 26.8%;
    height: 32.8vw;
    margin: 0 auto;
  }
  .anchorList > li.lazyloaded {
    background-image: url(../img/recruit/recruit6_sp.jpg);
  }
  .anchorList > li.li2.lazyloaded {
    background-image: url(../img/recruit/recruit7_sp.jpg);
  }
  .anchorList > li.li3.lazyloaded {
    background-image: url(../img/recruit/recruit8_sp.jpg);
  }
  .anchorList > li a {
    padding: 16.5vw 0 0;
    text-align: center;
  }
  .anchorList > li .name1 {
    font-size: 15px;
    line-height: 1.2;
  }
  .anchorList > li .name2 {
    font-size: 13px;
  }
  /* type2 */
  .anchorList.type2 {
    margin-top: 40px;
  }
  .anchorList.type2 > li a {
    padding: 21vw 0 0;
  }
}

@media all and (max-width:370px) {
  .anchorList > li .name1 {
    font-size: 13px;
  }
  .anchorList > li .name2 {
    font-size: 11px;
  }
}

/* other
***************************************************************/
/* sideLink */
.sideLink {
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #eb9445;
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 333;
}
.is-fixed .sideLink {
  position: fixed;
}
.sideLink .in {
  position: relative;
  padding: 0px 0 10px;
}
.sideLink .in::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../img/modelhouse/ico_arrow_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  bottom: -5px;
  margin: auto;
}
/* entryLink */
.entryLink {
  margin-top: 140px;
}
.entryLink .w_link1 {
  border: none;
  background-color: rgba(230,110,0,0.75);
  color: #fff;
  height: 85px;
  font-size: 22px;
  width: 480px;
}
.entryLink .w_link1::after {
  background-image: url(../img/modelhouse/ico_arrow_w.svg);
}
@media all and (min-width: 681px) {
  /* sideLink */
  .sideLink:hover {
    background-color: rgba(181,82,9,0.75);
  }
  /* entryLink */
  .entryLink .w_link1:hover {
    background-color: rgba(181,82,9,0.75);
  }
}

@media all and (max-width:680px) {
  /* sideLink */
  .sideLink {
    width: 80px;
    height: 80px;
    font-size: 12px;
    top: 50px;
    display: none;
  }
  .sideLink .in {
    padding: 0px 0 5px;
  }
  .sideLink .in::after {
    bottom: -8px;
  }
  /* entryLink */
  .entryLink {
    padding: 0 5%;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .entryLink .w_link1 {
    height: 65px;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    width: 100%;
    letter-spacing: 0.2em;
  }
  .entryLink .w_link1::after {
    background-image: url(../img/modelhouse/ico_arrow_w.svg);
  }
}

@media all and (max-width:370px) {
}

/* 固定コンバージョン */
.conversion .ul1 li.li5 {
  width: 81%;
}
.conversion .ul1 li.li5 a {
  background-color: #eb9445;
  color: #fff;
  position: relative;
}
