@charset "UTF-8";
/* COMPANY 会社概要 */
/* message */
.comp-msg__header {
  background: #122c4f;
  color: #fff;
}
.comp-msg__header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-msg__header__l {
  width: 65%;
}
.comp-msg__header__r {
  width: 35%;
}
.comp-msg__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin: 0;
  font-size: 1em;
  line-height: 1;
}
.comp-msg__ttl__en {
  font-size: 64px;
  font-size: min(5.21vw, 64px);
  font-weight: 400;
  font-style: italic;
}
.comp-msg__ttl__ja {
  font-size: 20px;
  font-size: min(2.08vw, 20px);
  font-weight: 700;
}
.comp-msg__cont {
  max-width: 840px;
  padding: 60px 0 115px;
  margin: 0 auto;
}
.comp-msg__sign {
  padding: 0 10px;
  margin-top: 35px;
  text-align: right;
}

/* profile */
.comp-prof__cont1 {
  padding: 55px 0 50px;
}
.comp-prof__cont1 .m-table01 {
  margin-bottom: 75px;
}
.comp-prof__cont1 .m-table01 .m-table__th {
  width: 13.63%;
}
.comp-prof__cont1 .m-table01 .flex-wrap {
  max-width: 700px;
  gap: 0 2.944em;
}
.comp-prof__cont1 .m-table01 .w0 {
  width: 13.3em;
}
.comp-prof__cont1 .m-table01 .w1 {
  width: 11.3em;
}
.comp-prof__cont1 .m-table01 .w2 {
  width: 12.3em;
}
.comp-prof__cont1 .m-table01 .w3 {
  width: 10.1em;
}
.comp-prof__cont2 {
  padding: 55px 0 0;
}

.company-sec__child + .company-sec__child {
  margin-top: 65px;
}
.company-sec__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.company-sec__img {
  width: 27.45%;
}
.company-sec__map {
  width: 70%;
}
.company-sec__txt {
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.7;
}
.company-sec__txt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  border-top: solid 1px #c63434;
}
.company-sec__txt .ttl {
  margin-bottom: 0.24em;
  font-size: 1.25em;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1179px) {
  /* message */
  .comp-msg__header__img {
    margin-right: -14%;
  }
}
@media screen and (max-width: 767px) {
  /* message */
  .comp-msg__header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comp-msg__header__l, .comp-msg__header__r {
    width: 100%;
  }
  .comp-msg__ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding: 10px 0;
  }
  .comp-msg__ttl__en {
    font-size: 40px;
    font-size: min(10.67vw, 51px);
  }
  .comp-msg__ttl__ja {
    font-size: 15px;
    font-size: min(4vw, 16px);
  }
  .comp-msg__cont {
    padding: 25px 0 65px;
  }
  .comp-msg__sign {
    padding: 0 5px;
    margin-top: 15px;
  }
  .comp-msg__sign img {
    width: 160px;
  }
  /* profile */
  .comp-prof__cont1 {
    padding: 40px 2.82% 30px;
  }
  .comp-prof__cont1 .m-table01 {
    margin-bottom: 35px;
  }
  .comp-prof__cont1 .m-table01 .m-table__th {
    width: 34%;
  }
  .comp-prof__cont1 .m-table01 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comp-prof__cont1 .m-table01 .flex + .flex {
    margin-top: 0.7em;
  }
  .comp-prof__cont2 {
    padding: 35px 2.82% 0;
  }
  .company-sec__child + .company-sec__child {
    margin-top: 60px;
  }
  .company-sec__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 22px;
  }
  .company-sec__img {
    max-width: 302px;
    width: 80.6%;
    margin: 0 auto 25px;
  }
  .company-sec__map {
    width: 100%;
  }
  .company-sec__txt {
    padding-top: 14px;
    margin-top: 25px;
    font-size: 15px;
  }
  .company-sec__txt::before {
    width: 56px;
  }
}
/* SERVICE 事業内容 */
.service-sec {
  margin-bottom: 120px;
}
.service-sec:last-child {
  margin-bottom: 0;
}
.service-sec__enTxt {
  color: #ccc;
  font-size: 50px;
  font-size: min(5.8vw, 50px);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.service-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.service-head__txt {
  width: 50.568%;
}
.service-head__img {
  width: 49.432%;
}
.service-head__img img {
  width: 100%;
}

/* content image & text */
.service-cont1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.service-cont1__img {
  width: 60.45%;
}
.service-cont1__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  width: 35%;
}

/* content half - width 520px */
.service-cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 0;
}
.service-cont2__item {
  max-width: 520px;
  width: 47.27%;
}

/* content half - width 500px */
.service-cont3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px 0;
}
.service-cont3__item {
  max-width: 500px;
  width: 45.46%;
}

/* pop up */
body.is-popup-open {
  overflow: hidden;
}

.js-popup-trg {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.js-popup-trg.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.popup-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45px 4%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 5px;
  border-radius: 3px;
  border: none;
  background: #333;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.close-btn:hover {
  opacity: 1;
}

.kinyu {
  margin-top: 45px;
  margin-bottom: 90px;
}
.js-popup-trg .kinyu {
  position: relative;
  max-width: 700px;
  padding: 35px 35px 30px;
  margin: 0 auto;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 0.5em;
  background: #fff;
  font-size: 0.875em;
  line-height: 1.7;
  opacity: 0;
  -webkit-transition: 0.3s 0.2s;
  transition: 0.3s 0.2s;
}
.js-popup-trg.is-active .kinyu {
  opacity: 1;
}
.kinyu__ttl {
  margin-bottom: 0.8em;
  color: #122c4f;
  font-size: 1.286em;
  font-weight: 700;
}
.kinyu__list {
  margin-top: 30px;
}
.kinyu__listItem {
  margin-bottom: 30px;
}
.kinyu__listTtl {
  padding-bottom: 0.3em;
  margin-bottom: 0.7em;
  border-bottom: solid 1px #122c4f;
  font-size: 1.143em;
}
.kinyu__listTxt {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.3em;
}
.kinyu__listTxt::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
}

/* service 01 */
#service01 .pcleaning-list {
  margin: 50px 0;
}

/* service 02 */
.feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 115px;
}
.feature-list__item {
  position: relative;
  max-width: 350px;
  width: 31.82%;
  padding: 70px 20px 20px;
  border-radius: 175px 175px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#e3d5bf), to(#faf4e8));
  background: linear-gradient(to right, #e3d5bf, #faf4e8);
}
.feature-list__item:first-child {
  top: 60px;
}
.feature-list__item:last-child {
  top: -60px;
}
.feature-list__ttl {
  margin-bottom: 30px;
  color: #122c4f;
  font-size: 26px;
  font-size: min(3vw, 26px);
  font-weight: 600;
  text-align: center;
}
.feature-list__icon {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 105px;
}

.job-dsr__cont + .job-dsr__lb {
  margin-top: 30px;
}
.job-dsr__cont {
  padding-left: 1em;
}

.rgst-num {
  margin-top: -12px;
}
.rgst-num__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  border-bottom: solid 1px #b3b3b3;
}
.rgst-num__01 {
  -ms-flex-preferred-size: 9.1em;
      flex-basis: 9.1em;
}
.rgst-num__02 {
  -ms-flex-preferred-size: 8em;
      flex-basis: 8em;
}
.rgst-num__03 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.case-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 6.02%; /*53px*/
}
.case-gallery + .case-gallery {
  margin-top: 30px;
}

/*#service02 {
    .m-catch02 {
        padding-right: 27%;
    }
}*/
/* service 03 */
.machine-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.machine-box__ttl {
  position: relative;
  padding: 6px 5px 8px 65px;
  margin-bottom: 10px;
  background: #122c4f;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.machine-box__ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  border-top: solid 1px #fff;
}
.machine-box__txt {
  margin: 0 0 auto;
}
.machine-box__img {
  margin-top: 15px;
}

#service03 .m-box01 {
  margin-top: 55px;
}

/* service 04 */
.license-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  letter-spacing: 0.05em;
}
.license-data__lb {
  display: inline-block;
  padding: 10px 30px 5px;
  background: #122c4f;
  color: #fff;
  font-size: 1.125em;
}

.gosoudan {
  position: relative;
  padding: 30px 40px 38px;
}
.gosoudan .m-catch04 {
  margin-bottom: 25px;
}
.gosoudan .m-list-check {
  font-size: 1.125em;
}
.gosoudan .m-list-check > li:last-child {
  padding-right: 35%;
}
.gosoudan__illust {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 30%;
}

#service04 .m-box01_s {
  margin: 50px 0;
}
#service04 .service-sec__enTxt {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .service-sec {
    margin-bottom: 75px;
  }
  .service-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    /*&__img {
        margin-top: 25px;
    }*/
  }
  .service-head__txt, .service-head__img {
    width: 100%;
  }
  .service-cont1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 665px;
    margin-left: auto;
    margin-right: auto;
  }
  .service-cont1__img, .service-cont1__txt {
    width: 100%;
  }
  .service-cont1__txt {
    gap: 30px;
    margin-top: 20px;
  }
  .service-cont2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .service-cont2__item {
    width: 100%;
  }
  .service-cont3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
  }
  .service-cont3__item {
    width: 100%;
  }
  /* pop up */
  .kinyu {
    margin-bottom: 60px;
  }
  .js-popup-trg .kinyu {
    padding: 25px 8% 15px;
  }
  .kinyu__list {
    margin-top: 20px;
  }
  .kinyu__listItem {
    margin-bottom: 20px;
  }
  /* service 01 */
  #service01 .pcleaning-list {
    margin: 40px 0;
  }
  /* service 02 */
  .feature-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    margin-bottom: 70px;
  }
  .feature-list__item {
    width: 88%;
    padding: 70px 20px 20px;
  }
  .feature-list__item:first-child, .feature-list__item:last-child {
    top: 0;
  }
  .feature-list__ttl {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: min(6.4vw, 26px);
  }
  .feature-list__icon {
    margin-bottom: 20px;
    height: 105px;
  }
  .job-dsr__cont + .job-dsr__lb {
    margin-top: 20px;
  }
  .rgst-num {
    margin-top: -8px;
  }
  .rgst-num__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px 0;
  }
  .case-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .case-gallery + .case-gallery {
    margin-top: 25px;
  }
  .case-gallery figure {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  /*#service02 {
      .m-catch02 {
          padding-right: 0;
      }
  }*/
  /* service 03 */
  .machine-box__ttl {
    padding: 6px 5px 6px 40px;
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 20px;
  }
  .machine-box__ttl::before {
    width: 30px;
  }
  .machine-box .machine-slider {
    padding: 0 8px;
  }
  #service03 .m-box01 {
    margin-top: 35px;
  }
  /* service 04 */
  .license-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    font-size: 0.875em;
  }
  .license-data__lb {
    padding: 2px 20px 1px;
  }
  .gosoudan {
    padding: 25px 7%;
  }
  .gosoudan .m-catch04 {
    margin-bottom: 20px;
  }
  .gosoudan .m-list-check {
    font-size: 0.875em;
  }
  .gosoudan__illust {
    width: 30%;
  }
  #service04 .m-box01_s {
    margin: 40px 0;
  }
  #service04 .service-sec__enTxt {
    margin-top: 40px;
  }
}
/* WATER JET 産業設備洗浄業 */
.wj-sec {
  padding: 120px 0 115px;
}
.wj-sec.bg-grad {
  padding: 55px 0 60px;
}
.wj-sec:first-child {
  padding-top: 0;
}
.wj-sec__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 600;
}
.wj-sec__ttl__num {
  position: relative;
  padding: 0 0.6em 0.2em 0;
  margin-right: 0.4em;
  color: #c63434;
  font-size: 1.471em; /*50px*/
  font-style: italic;
  line-height: 0.8;
}
.wj-sec__ttl__num::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.12em;
  -webkit-transform: rotate(31deg);
          transform: rotate(31deg);
  height: 1.2em;
  border-left: solid 1px #122c4f;
}
.wj-sec__ttl__txt {
  color: #122c4f;
}

.wj-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px 3.9%;
}
.wj-img-list.is-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* waterjet 01 */
.wj-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wj-list__item {
  position: relative;
  width: 29.54%;
  background: #f2f2f2;
}
.wj-list__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-color: #c63434 transparent transparent #c63434;
  border-width: 20px;
}
.wj-list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  margin: 0;
  color: #122c4f;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.wj-list__txt {
  padding: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wj-list__item {
    width: 28.5%;
  }
}
/* waterjet 02 */
.suction-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 5.45%;
}

/* waterjet 03 */
/*.ccleaning-img {

}*/
/* waterjet 04 */
.pcleaning-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.pcleaning-img__item--l {
  width: 61.82%;
}
.pcleaning-img__item--r {
  width: 35.91%;
}

.pcleaning-list {
  padding: 38px 40px 45px;
  background: #f2f2f2;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.pcleaning-list__item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 40px;
  color: #122c4f;
}
.pcleaning-list__item:last-child {
  margin-bottom: 0;
}
.pcleaning-list__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  background: #122c4f;
}
.pcleaning-list__subItem {
  margin: -30px 0 40px 28px;
  font-size: 0.818em;
  font-weight: 500;
  line-height: 1.863;
}

/* contact */
.wj-cv {
  padding: 105px 0 0;
}
.wj-cv .m-para, .wj-cv__cont {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.wj-cv__cont {
  position: relative;
  z-index: 1;
  padding: 35px;
  background: url("../img/waterjet/cv_bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
}
.wj-cv__cont::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #122c4f;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.wj-cv__ttl {
  margin-bottom: 28px;
  font-size: 1em;
  text-align: center;
}
.wj-cv__ttl__main {
  display: block;
  font-size: 65px;
  font-weight: 400;
  line-height: 0.9;
}
.wj-cv__ttl__sub {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.wj-cv__cat {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.wj-cv .site-cv {
  padding-top: 0;
  margin-top: 45px;
}
.wj-cv .site-cv .m-btn-cv {
  height: 170px;
  padding-top: 23px;
  border: none;
  background: rgba(255, 255, 255, 0.75);
  color: #122c4f;
}
.wj-cv .site-cv .m-btn-cv::before {
  display: none;
}
.wj-cv .site-cv .m-btn-cv__lb::after {
  border-bottom-color: #122c4f;
}
.wj-cv .site-cv .m-btn-cv__time {
  margin-top: 8px;
}
.wj-cv .site-cv__list__tel, .wj-cv .site-cv__list__mail {
  width: 48.15%;
}
.wj-cv .site-cv__list__tel .m-btn-cv__lb {
  margin-bottom: 20px;
}
.wj-cv .site-cv__list__mail .m-btn-cv__lb {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .wj-sec {
    padding: 60px 0;
  }
  .wj-sec.bg-grad {
    padding: 40px 0;
  }
  .wj-sec__ttl {
    margin-bottom: 20px;
    font-size: 23px;
    font-size: min(6.13vw, 30px);
  }
  .wj-img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px 3.9%;
  }
  /* waterjet 01 */
  .wj-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    max-width: 350px;
    width: 80%;
    margin: 0 auto;
  }
  .wj-list__item {
    width: 100%;
  }
  .wj-list__item::before {
    border-width: 12px;
  }
  .wj-list__ttl {
    height: 70px;
    font-size: 24px;
  }
  .wj-list__txt {
    padding: 15px;
  }
  /* waterjet 02 */
  .suction-img {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 520px;
    width: 92%;
    margin: 0 auto;
  }
  #wj2 .img2 {
    width: 54%;
  }
  /* waterjet 03 */
  /*.ccleaning-img {

  }*/
  /* waterjet 04 */
  .pcleaning-img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
    text-align: center;
  }
  .pcleaning-img__item--l {
    width: 100%;
  }
  .pcleaning-img__item--r {
    width: 70%;
  }
  .pcleaning-list {
    padding: 25px 6% 30px;
    font-size: 1em;
  }
  .pcleaning-list__item {
    padding-left: 18px;
    margin-bottom: 25px;
  }
  .pcleaning-list__item::before {
    top: 6px;
    width: 12px;
    height: 12px;
  }
  .pcleaning-list__subItem {
    margin: -15px 0 25px 18px;
  }
  /* contact */
  .wj-cv {
    padding: 70px 0 0;
  }
  .wj-cv__cont {
    padding: 25px 22px 22px;
    background-image: url("../img/waterjet/cv_bg__sp.jpg");
  }
  .wj-cv__ttl {
    margin-bottom: 20px;
  }
  .wj-cv__ttl__main {
    font-size: 35px;
    font-size: min(9.33vw, 52px);
  }
  .wj-cv__ttl__sub {
    font-size: 16px;
    font-size: min(4.27vw, 15px);
  }
  .wj-cv__cat {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .wj-cv .site-cv {
    margin-top: 35px;
  }
  .wj-cv .site-cv .m-btn-cv {
    height: 136px;
    padding-top: 18px;
  }
  .wj-cv .site-cv__list__tel, .wj-cv .site-cv__list__mail {
    width: 100%;
  }
  .wj-cv .site-cv__list__tel .m-btn-cv__lb {
    margin-bottom: 15px;
  }
  .wj-cv .site-cv__list__mail .m-btn-cv__lb {
    margin-bottom: 20px;
  }
}
/* HISTORY 歴史 */
/* history */
.history {
  padding: 55px 0;
}
.history .m-table01 .m-table__th,
.history .m-table01 th {
  width: 26.18%;
}
.history .m-table01 .m-table__th > span,
.history .m-table01 th > span {
  display: inline-block;
}
.history .m-table01 .m-table__td,
.history .m-table01 td {
  width: 36.91%;
}
.history .m-table01 .m-table__td + .m-table__td,
.history .m-table01 td + td {
  border-left: solid 1px #b3b3b3;
}

/* movie */
.movie100anv {
  padding: 115px 0 0;
}
.movie100anv__enTtl {
  margin-top: 15px;
  color: #ccc;
  font-size: 64px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 767px) {
  /* history */
  .history {
    padding: 40px 2.82%;
  }
  .history .m-table01 .m-table__th,
  .history .m-table01 th {
    width: 36%;
  }
  .history .m-table01 .m-table__th > span.kakko,
  .history .m-table01 th > span.kakko {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .history .m-table01 .m-table__td,
  .history .m-table01 td {
    width: 32%;
  }
  /* movie */
  .movie100anv {
    padding: 50px 2.82% 0;
  }
  .movie100anv__enTtl {
    margin-top: 7px;
    font-size: 40px;
    font-size: min(10.67vw, 50px);
  }
}
/* Form */
.form-box {
  padding: 25px 45px 10px;
  margin-bottom: 35px;
  border: solid 1px #122c4f;
  background: #fff;
}

.form-input {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.556;
}
.form-input > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-input > div > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
  padding: 25px 0.5em 25px 0;
}
.form-input > div > dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 0.5em 15px 0;
  font-size: 0.9em;
}
.form-input > div.lb-hide > dt {
  padding: 0;
  white-space: nowrap;
  visibility: hidden;
  overflow: hidden;
}
.form-input > div.lb-hide > dd {
  padding-top: 0;
}
.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=url],
.form-input select,
.form-input textarea {
  border-radius: 0;
  border: solid 1px #dbd1c5;
  font-size: 1em;
  line-height: 1.4;
  padding: 10px 13px 13px;
}
.form-input textarea {
  vertical-align: top;
  height: 345px;
  resize: vertical;
}
.form-input input[type=text]::-webkit-input-placeholder, .form-input input[type=email]::-webkit-input-placeholder, .form-input input[type=tel]::-webkit-input-placeholder, .form-input textarea::-webkit-input-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]::-moz-placeholder, .form-input input[type=email]::-moz-placeholder, .form-input input[type=tel]::-moz-placeholder, .form-input textarea::-moz-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]:-ms-input-placeholder, .form-input input[type=email]:-ms-input-placeholder, .form-input input[type=tel]:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]::-ms-input-placeholder, .form-input input[type=email]::-ms-input-placeholder, .form-input input[type=tel]::-ms-input-placeholder, .form-input textarea::-ms-input-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]::placeholder,
.form-input input[type=email]::placeholder,
.form-input input[type=tel]::placeholder,
.form-input textarea::placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]::-webkit-input-placeholder,
.form-input input[type=email]::-webkit-input-placeholder,
.form-input input[type=tel]::-webkit-input-placeholder,
.form-input textarea::-webkit-input-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]:-ms-input-placeholder,
.form-input input[type=email]:-ms-input-placeholder,
.form-input input[type=tel]:-ms-input-placeholder,
.form-input textarea:-ms-input-placeholder {
  color: #aaa8a6;
}
.form-input input[type=text]::-moz-placeholder,
.form-input input[type=email]::-moz-placeholder,
.form-input input[type=tel]::-moz-placeholder,
.form-input textarea::-moz-placeholder {
  color: #aaa8a6;
}
.form-input label {
  cursor: pointer;
}
.form-input input[type=radio],
.form-input input[type=checkbox] {
  display: none;
}
.form-input select.age {
  max-width: 100%;
  width: 130px;
}
.form-input select.type {
  max-width: 100%;
  width: 310px;
}
.form-input .checkTxt,
.form-input .radioItem .wpcf7-list-item-label,
.form-input .agreeItem + .wpcf7-list-item-label {
  display: inline-block;
  line-height: 1.3;
  padding-left: 2.059em;
  position: relative;
}
.form-input .checkTxt::before,
.form-input .radioItem .wpcf7-list-item-label::before,
.form-input .agreeItem + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  border: solid 1px #aaa8a6;
  border-radius: 50%;
  width: 1.412em;
  height: 1.412em;
  position: absolute;
  top: 0;
  left: 0;
}
.form-input .checkTxt::after,
.form-input .radioItem .wpcf7-list-item-label::after,
.form-input .agreeItem + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.353em;
  left: 0.353em;
  display: block;
  border-radius: 50%;
  background: #122c4f;
  width: 0.706em;
  height: 0.706em;
  opacity: 0;
}
.form-input input[type=radio]:checked + .checkTxt::after,
.form-input input[type=checkbox]:checked + .checkTxt::after,
.form-input input[type=radio]:checked + .wpcf7-list-item-label::after,
.form-input input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form-input .radioItem .wpcf7-list-item:first-child,
.form-input .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.form-input .checkTxt {
  font-size: 0.85em;
}
.form-input .must {
  display: inline-block;
  vertical-align: text-bottom;
  background: #c63434;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.3em 0.55em 0.35em;
  margin-left: 0.5em;
}
.form-input .txtbox {
  padding: 10px 0;
}

.wpcf7-select,
.wpcf7-list-item-label {
  font-size: 0.944em !important;
}

.policy-link {
  color: inherit;
  margin-left: 2em;
  font-size: 0.833em;
}

.form-note1 {
  margin-bottom: 55px;
  line-height: 1.688;
}
.form-note1 > li {
  margin-bottom: 0;
}

.form-note2 {
  margin-bottom: 22px;
  line-height: 1.688;
  text-align: center;
}

#wpcf7cpcnf button,
#wpcf7cpcnf input[type=submit], .form-button input,
.form-button button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10em;
  height: 3.636em;
  padding: 0;
  border-radius: 0;
  border: none;
  background: #122c4f;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
#wpcf7cpcnf button:hover,
#wpcf7cpcnf input[type=submit]:hover, .form-button input:hover,
.form-button button:hover {
  opacity: 0.7;
}

.form-button {
  position: relative;
  text-align: center;
  margin-top: 22px;
}
.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
}

/* form confirm */
#wpcf7cpcnf table {
  border-collapse: collapse;
  border: solid 1px #122c4f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.556;
}
#wpcf7cpcnf table tr:first-child th,
#wpcf7cpcnf table tr:first-child td {
  padding-top: 50px;
}
#wpcf7cpcnf table tr:last-child th,
#wpcf7cpcnf table tr:last-child td {
  padding-bottom: 50px;
}
#wpcf7cpcnf table th,
#wpcf7cpcnf table td {
  vertical-align: middle;
  border: none;
  padding: 25px 25px 25px 90px;
}
#wpcf7cpcnf table th {
  width: 315px;
  text-align: left;
}
#wpcf7cpcnf button,
#wpcf7cpcnf input[type=submit] {
  max-width: 46%;
  margin: 0 1%;
}
#wpcf7cpcnf .wpcf7-spinner {
  margin-left: 73px;
}
#wpcf7cpcnf .wpcf7cp-btns {
  position: relative;
  margin-top: 35px;
  text-align: center;
}
#wpcf7cpcnf .wpcf7cp-cfm-edit-btn {
  background: #aaa;
}

@media screen and (max-width: 767px) {
  .form-box {
    padding: 6% 8% 2%;
    margin-bottom: 25px;
  }
  .form-input {
    font-size: 17px;
  }
  .form-input > div {
    display: block;
    padding: 15px 0;
  }
  .form-input > div > dt,
  .form-input > div > dd {
    padding: 0;
  }
  .form-input > div > dt {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-input > div.lb-hide {
    padding-top: 0;
  }
  .form-input > div.lb-hide > dt {
    display: none;
  }
  .form-input .txtbox {
    padding: 5px 0;
  }
  .form-note1 {
    margin-bottom: 25px;
  }
  .form-note2 {
    text-align: left;
    margin-bottom: 25px;
  }
  .form-button input,
  .form-button button, #wpcf7cpcnf button,
  #wpcf7cpcnf input[type=submit] {
    font-size: 20px;
  }
  #wpcf7cpcnf table {
    padding: 6% 8% 2%;
    font-size: 17px;
  }
  #wpcf7cpcnf table,
  #wpcf7cpcnf table tr,
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    display: block;
  }
  #wpcf7cpcnf table tr {
    padding: 15px 0;
  }
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    padding: 0 !important;
  }
  #wpcf7cpcnf table th {
    width: 100%;
    margin-bottom: 12px;
  }
  #wpcf7cpcnf .wpcf7-spinner {
    margin-left: 60px;
  }
}
/* Recruit 採用情報 */
.recruit-intro .intro-sec__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-intro .intro-sec__img {
  width: 42.27%;
}
.recruit-intro .intro-sec__img img {
  margin-left: 6.45%;
}
.recruit-intro .intro-sec__txt {
  width: 57.73%;
  font-size: 1.313em;
}

.recruit-sec {
  padding: 120px 0;
}
.recruit-sec.bg-grad {
  padding: 55px 0;
}
.recruit-sec:not(.bg-grad) + .recruit-sec:not(.bg-grad), .recruit-sec.bg-grad + .recruit-sec.bg-grad {
  padding-top: 0;
}
.recruit-sec:not(.bg-grad):last-child {
  padding-bottom: 0;
}
.recruit-sec__ttlWrap {
  position: relative;
  margin-bottom: 55px;
}
.recruit-sec__ttlWrap .m-en-txt {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

.point-box {
  background: #fff;
}
.point-box__ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 15px;
  margin: 0;
  color: #c63434;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.357;
}
.point-box__img img {
  width: 100%;
}
.point-box__txt {
  padding: 10px 20px 15px;
}

.intv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.intv-list__item {
  width: 45.45%;
}
.intv-list__ttl {
  position: relative;
  padding: 0 0 0.464em 3.214em; /*0 0 13px 90px*/
  margin-bottom: 5px;
  border-bottom: solid 1px #122c4f;
  color: #122c4f;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.429;
}
.intv-list__ttl__num {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0.267em;
  padding: 0.333em 0.567em;
  color: #fff;
  font-size: 1.071em; /*30px*/
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
.intv-list__ttl__num::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-style: solid;
  border-color: #122c4f transparent transparent #122c4f;
  border-width: 1.333em; /*40px*/
}
.intv-list__name {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}
.intv-list__txt {
  padding-bottom: 22px;
  border-bottom: solid 1px #122c4f;
}

.more-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.more-list a {
  color: inherit;
  text-decoration: none;
}
.more-list a:hover {
  opacity: 1;
}
.more-list__item {
  width: 29.54%;
}
.more-list__itemInner {
  display: block;
}
.more-list__imgWrap {
  position: relative;
}
.more-list__img {
  position: relative;
}
.more-list__img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #122c4f;
  opacity: 0.65;
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
a:hover .more-list__img::before {
  opacity: 0;
}
.more-list__img img {
  width: 100%;
}
.more-list__imgOver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 1;
  inset: 0;
  padding-top: 12.3%;
}
.more-list__ttl {
  padding: 0.333em 0.467em 0.4em; /*10px 14px 12px*/
  margin-bottom: 0.5em;
  border: solid 1px;
  color: #fff;
  font-size: 30px;
  font-size: min(2.5vw, 30px);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
a:hover .more-list__ttl {
  background-color: #122c4f;
}
.more-list__enTtl {
  margin-bottom: 1.654em; /*43px*/
  color: #ccc;
  font-size: 26px;
  font-size: min(2.3vw, 26px);
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  text-align: center;
}
.more-list__txt {
  margin-top: 10px;
}

.recruit-list1__item + .recruit-list1__item {
  margin-top: 55px;
}
.recruit-list1__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit-list1__img {
  width: 31.82%;
}
.recruit-list1__txt {
  width: 65.27%;
}

.recruit-list2__item + .recruit-list2__item {
  margin-top: 55px;
}
.recruit-list2__cont .m-table01 .m-table__th {
  width: 8.333em;
}

.recruit-list3 a {
  color: inherit;
  text-decoration: none;
}
.recruit-list3 a:hover {
  opacity: 1;
}
.recruit-list3__item {
  border-top: solid 1px #c63434;
  border-bottom: solid 1px #c63434;
}
.recruit-list3__item + .recruit-list3__item {
  margin-top: 45px;
}
.recruit-list3__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 11px 15px 11px 10px;
}
.recruit-list3__txt {
  color: #122c4f;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover .recruit-list3__txt {
  opacity: 0.7;
}
.recruit-list3__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recruit-list3__link > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 5px 22px;
  border-radius: 3em;
  background: #fff;
  color: #122c4f;
  font-weight: 700;
}
.recruit-list3__link > span::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 7px;
  background: url("../img/common/icon_arrow_r_r.svg") 50% 50% no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
a:hover .recruit-list3__link > span::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.faq-list__item + .faq-list__item {
  margin-top: 20px;
}
.faq-list__q {
  position: relative;
  padding: 10px 80px 10px 70px;
  font-size: 2.2rem;
  line-height: 1.6;
}
.faq-list__q::before {
  content: "Q";
  position: absolute;
  left: 18px;
  top: 10px;
  font-size: 32px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
}
.faq-list__q::after {
  content: "＋";
  position: absolute;
  right: 29px;
  top: 10px;
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}
.faq-list__q.is-active::after {
  content: "－";
}
.faq-list__item:nth-child(odd) .faq-list__q {
  background: #333;
  color: #fff;
}
.faq-list__item:nth-child(even) .faq-list__q {
  background: #666;
  color: #fff;
}
.faq-list__a {
  position: relative;
  height: 0;
  padding: 0 80px 0 70px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.faq-list__a.is-open {
  min-height: 1em;
  height: auto;
  padding: 15px 80px 10px 70px;
}
.faq-list__a::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 17px;
  color: #c63434;
  font-size: 34px;
  font-weight: 400;
  font-style: italic;
  line-height: 0.9;
}

/* recruit 01 */
#recruit01 .m-catch03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.286em;
  margin-bottom: 0;
  color: #122c4f;
  text-align: center;
}
#recruit01 .m-catch03 .num {
  display: inline-block;
  width: 1.36em; /*68px*/
  height: 1.36em;
  border-radius: 50%;
  background: #c63434;
  color: #fff;
  font-size: 1.786em; /*50px*/
  font-weight: 400;
  font-style: italic;
}

/* recruit02 */
#recruit02 .m-en-txt {
  margin-bottom: 35px;
  text-align: center;
}
#recruit02 .intv-list {
  margin-bottom: 105px;
}

@media screen and (max-width: 767px) {
  .recruit-intro .intro-sec__img, .recruit-intro .intro-sec__txt {
    width: 100%;
  }
  .recruit-intro .intro-sec__img img {
    max-width: 63%;
    margin-left: 0;
  }
  .recruit-intro .intro-sec__txt {
    font-size: 1.063em;
  }
  .recruit-sec {
    padding: 60px 0;
  }
  .recruit-sec.bg-grad {
    padding: 40px 0;
  }
  .recruit-sec__ttlWrap {
    margin-bottom: 0;
  }
  .recruit-sec__ttlWrap .m-en-txt {
    position: static;
    margin-bottom: 12px;
  }
  .point-box__ttl {
    font-size: 24px;
    font-size: min(6.4vw, 28px);
  }
  .intv-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .intv-list__item {
    width: 100%;
  }
  .intv-list__ttl {
    font-size: 22px;
    font-size: min(5.87vw, 24px);
  }
  .intv-list__name {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .intv-list__txt {
    padding-bottom: 15px;
  }
  .more-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
    max-width: 325px;
    margin: 0 auto;
  }
  .more-list__item {
    width: 100%;
  }
  .more-list__ttl {
    font-size: 30px;
  }
  .more-list__enTtl {
    font-size: 26px;
  }
  .recruit-list1__item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .recruit-list1__item + .recruit-list1__item {
    margin-top: 40px;
  }
  .recruit-list1__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .recruit-list1__img, .recruit-list1__txt {
    width: 100%;
  }
  .recruit-list2__item + .recruit-list2__item {
    margin-top: 40px;
  }
  .recruit-list3__item + .recruit-list3__item {
    margin-top: 30px;
  }
  .recruit-list3__itemInner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
  .recruit-list3__txt {
    margin-right: auto;
    font-size: 22px;
  }
  .recruit-list3__link {
    margin-left: auto;
    font-size: 0.875em;
  }
  .faq-list__item + .faq-list__item {
    margin-top: 15px;
  }
  .faq-list__q {
    padding: 8px 45px 8px 48px;
    font-size: 2rem;
  }
  .faq-list__q::before {
    left: 11px;
    top: 10px;
    font-size: 25px;
  }
  .faq-list__q::after {
    right: 13px;
    top: 12px;
    font-size: 24px;
  }
  .faq-list__a {
    padding: 0 45px 0 48px;
  }
  .faq-list__a.is-open {
    padding: 10px 45px 10px 48px;
  }
  .faq-list__a::before {
    left: 13px;
    top: 13px;
    font-size: 27px;
  }
  /* recruit 01 */
  #recruit01 .m-catch03 {
    margin-bottom: 15px;
  }
  /* recruit02 */
  #recruit02 .m-en-txt {
    margin-bottom: 25px;
  }
  #recruit02 .intv-list {
    margin-bottom: 60px;
  }
}
/* Contact お問い合わせ */
.contact-sec + .recruit-bnr {
  padding-top: 90px;
}

/* case */
.contact-case {
  max-width: 645px;
  padding: 20px 55px 27px;
  margin: 0 auto 55px;
  font-size: 1.8rem;
}
.contact-case__ttl {
  margin-bottom: 15px;
  color: #122c4f;
  font-size: 1.111em; /*20px*/
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

/* tel */
.contact-tel {
  max-width: 475px;
  margin: 0 auto 105px;
}
.contact-tel .m-btn-cv {
  border: none;
  background: #122c4f;
  color: #fff;
}
.contact-tel .m-btn-cv__tel {
  font-size: 2.5rem;
}
.contact-tel .m-btn-cv__time {
  font-size: 1.4rem;
}

/* form */
/*.contact-form {

}*/
@media screen and (max-width: 767px) {
  .contact-sec + .recruit-bnr {
    padding-top: 60px;
  }
  /* case */
  .contact-case {
    padding: 15px 6%;
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
  /* tel */
  .contact-tel {
    margin-bottom: 70px;
  }
  .contact-tel .m-btn-cv__tel {
    font-size: min(5.8vw, 2.5rem);
  }
  .contact-tel .m-btn-cv__time {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=style_page.css.map */