.pc-hide {
  display: none;
}

.pageimg01 {
  background-image: url(../img/recruitpage-img.jpg);
  height: 100%;
  background-size: cover;
}

.page-img-box {
  height: 500px;
}

.catchcopy {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 250%;
  font-weight: bold;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
}

.aka-en {
  font-size: 120%;
  margin-bottom: 10px;
}

.title-img-box {
  background-image: url(../img/pageimg01-2.jpg);
  background-size: cover;
  background-color: aliceblue;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center center;
}

.img-wrap {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

.img-wrap2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.js-box {
  display: none;
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 3s, visibility 3s, transform 3s;
}
.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.titles {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 20px;
}

.section-title01 {
  margin-bottom: 20px;
}

.section-title02 {
  color: #fff;
  margin-left: 60px;
}

.text-decoration {
  color: #db1d3b;
  font-weight: bold;
}

/* ================
        message
    ================ */
.messeage {
}

.message-topics {
  padding: 20px 0;
  text-align: center;
  /* font-size: 120%; */
}

.message-topic {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 3;
}

.message-call {
  padding: 20px 30px;
  text-align: center;
}

.message-call_tesxt {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 3;
  font-weight: bold;
  font-size: 140%;
}

/* ================
    atwork
================ */
.atwork {
}
.titleimg-atwork {
  background-image: url(../img/com03.jpg);
}

.flow_design {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.case-boxes {
  display: flex;
  flex-direction: row;
  justify-self: center;
  gap: 80px;
  margin-bottom: 80px;
}

.flow {
  padding-left: 0;
}

.flow > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow > li:not(:last-child) {
  padding-top: 15px;
  padding-bottom: 15px;
}

.flow > li .flow-icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #db1d3b;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow > li > dl > dt {
  margin-bottom: 10px;
}

.flow > li > dl > dd {
  font-size: 120%;
}

.flow > li:not(:last-child)::before {
  content: "";
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 17px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #db1d3b;
}

.flow > li dl dd {
  margin-left: 0;
}

.flow-schedule {
  color: #000;
}

.flow-text {
  line-height: 1.5;
}
.atwork-description {
  padding: 0 170px;
}
.atwork-description-text {
  line-height: 1.8;
  font-size: 130%;
}

/* ================
        information
    ================ */
.titleimg-infomation {
  background-image: url(../img/com05.jpg);
}

/* 以下、モバイル表示スタイル */
@media screen and (max-width: 800px) {
  .pageimg-tt {
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 20px;
    padding: 15px 3%;
  }
  .pageimg-tt h6 {
    font-size: 300%;
  }
  .pageimg-tt h2 {
    margin-top: 0;
  }
  .page-img-box {
    background-size: cover;
    height: 500px;
  }
  .catchcopy {
    line-height: 2;
    padding-top: 200px;
    padding-bottom: 0;
  }

  .section-title02 {
    text-align: center;
    margin: 0 60px 0 0;
  }
  /* ================
        message
    ================ */

  /* ================
        atwork
    ================ */
  .case-boxes {
    flex-direction: column;
  }
  .atwork-description {
    padding: 0;
  }
}
