@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


  recruit


============================================================================= */
.submv {
  background: transparent url(../asset/images/recruit/mv.jpg) no-repeat top center/cover;
}

.message {
  background: #d8effc;
  padding: 160px 0;
}

.message .section-ttlbox {
  color: #0a59a8;
}

.message-img {
  margin: auto;
  width: 760px;
}

.message-content {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.message-icon {
  width: 240px;
}

.message-txtbox {
  font-size: 2rem;
  line-height: 2;
  text-align: right;
  width: calc(100% - 300px);
}

.message-txt {
  letter-spacing: -0.05em;
  text-align: left;
}

.message-names {
  display: inline-block;
  font-size: 2.4rem;
  margin-top: 40px;
  text-align: left;
}

.message-name {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}

.message-name span {
  font-size: 3rem;
}

/* =============================================================================


     manga


============================================================================= */
.manga {
  padding: 80px 0;
}

/* =============================================================================


     schedule


============================================================================= */
.schedule {
  background: #e6e6e6;
  padding: 120px 0;
}

.schedule-container {
  background: #fff;
  padding: 80px 60px;
}

.schedule-head {
  color: #0a59a8;
  font-size: 5rem;
  text-align: center;
}

.schedule-txt {
  font-size: 2rem;
  margin-top: 1em;
  text-align: center;
}

.section-ttlbox._sche {
  background: transparent url(../asset/images/recruit/schedule-icon.svg) no-repeat top center/contain;
  color: #0a59a8;
  margin-top: 60px;
  padding: 20px 0;
}

.section-ttlspan {
  color: #202020;
  display: block;
  font-size: 2rem;
  margin-top: 30px;
  text-align: center;
}

.schedule-list {
  margin-top: 80px;
  position: relative;
}

.schedule-list:before {
  background: #0a59a8;
  content: "";
  height: 100%;
  left: 75px;
  position: absolute;
  top: 0;
  width: 2px;
}

.schedule-item {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /*   align-items: center; */
}

.schedule-item + .schedule-item {
  margin-top: 40px;
}

.schedule-item dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0a59a8;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
  min-width: 152px;
  text-align: center;
  width: 152px;
}

.schedule-item dd {
  font-size: 2.6rem;
}

/* =============================================================================


     voice


============================================================================= */
.voice {
  background: #d8effc;
  overflow: hidden;
  padding: 120px 0 200px;
  position: relative;
}

.voice .section-ttlbox {
  color: #0a59a8;
}

.voice-img {
  margin: 28px auto 0;
  position: relative;
  width: 600px;
  z-index: 1;
}

.voice-item {
  margin-top: 120px;
  position: relative;
}

.voice-item + .voice-item {
  margin-top: 200px;
}

.voice-item-ttl {
  color: #0a59a8;
  font-size: 3rem;
  font-weight: 600;
  padding-left: 160px;
  position: relative;
}

.voice-item-ttl:before {
  background: #00a6dd;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50px;
  position: absolute;
  width: 100vw;
}

.voice-item-img {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 130px;
}

.voice-item-qas {
  padding-left: 160px;
}

.voice-item-qa {
  margin-top: 60px;
}

.voice-item-qttl,
.voice-item-attl {
  background: #00a6dd;
  color: #fff;
  font-family: "Bebas-Regular", sans-serif;
  font-size: 5.6rem;
  line-height: 1;
  min-width: 1.1em;
  position: relative;
  width: 1.1em;
}

.voice-item-qttl:before,
.voice-item-attl:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の%に固定 */
}

.voice-item-qttl span,
.voice-item-attl span {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.voice-item-attl {
  background: #0a59a8;
}

.voice-item-q,
.voice-item-a {
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: -0.05em;
}

.voice-item-a {
  margin-top: 28px;
}

.voice-item-qtxt {
  font-size: 2.4rem;
  margin-top: 0.5em;
}

.voice-item-atxt {
  font-size: 2.6rem;
  margin-top: 0.25em;
}

.voice-deco {
  left: -20%;
  opacity: 0.9;
  position: absolute;
  top: 15%;
  -webkit-transform: rotate(21deg);
          transform: rotate(21deg);
  width: 800px;
}

.voice-deco.deco02 {
  left: auto;
  right: -20%;
  top: 60%;
  -webkit-transform: rotate(-21deg);
          transform: rotate(-21deg);
}

.voice-deco.deco03 {
  bottom: 0%;
  top: auto;
}

/* =============================================================================


     info


============================================================================= */
.info {
  background: #e6e6e6;
  color: #0a59a8;
  padding: 200px 0;
}

.info-img {
  margin: auto;
  width: 140px;
}

.info-list {
  background: #fff;
  border: 3px solid #0e559d;
  color: #202020;
  margin-top: 60px;
  padding: 68px;
  position: relative;
}

.info-list:before {
  border: 1px solid #0e559d;
  content: "";
  height: calc(100% - 10px);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
}

.info-item-ttl {
  font-size: 4rem;
  text-align: center;
}

.info-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.info-item dt {
  border-left: 7px solid #0a59a8;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  min-width: 9em;
  padding-left: 0.25em;
  width: 9em;
}

.info-item dd {
  line-height: 2;
}

.entry-btnbox {
  margin: 80px auto 0;
  text-align: center;
}

.entry-btn {
  display: inline-block;
  margin: auto;
  max-width: 450px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.entry-btn img {
  width: 100%;
}

.entry-btn:hover {
  opacity: 0.7;
}

@media (max-width: 1228px){
  .message-img {
    max-width: 760px;
    width: 100%;
  }
  .message-content {
    gap: 40px;
  }
  .message-icon {
    width: 180px;
  }
  .message-txtbox {
    width: calc(100% - 220px);
  }
  .schedule-container {
    padding: 60px 30px;
  }
  .schedule-head {
    font-size: 4rem;
  }
  .schedule-item dd {
    font-size: 2.4rem;
  }
  .voice-item-ttl {
    padding-left: 130px;
  }
  .voice-item-img {
    width: 100px;
  }
  .voice-item-qas {
    padding-left: 130px;
  }
  .info-list {
    padding: 60px 40px;
  }
  .info-item-ttl {
    font-size: 3rem;
  }
  .info-item {
    font-size: 1.8rem;
  }
  .info-item dt {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px){
  .message {
    padding: 80px 0;
  }
  .message-img {
    width: 70%;
  }
  .message-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .message-icon {
    margin: auto;
    width: 140px;
  }
  .message-txtbox {
    font-size: 1.5rem;
    width: 100%;
  }
  .message-names {
    font-size: 1.8rem;
  }
  .message-name {
    font-size: 1.4rem;
  }
  .message-name span {
    font-size: 2rem;
  }
  .manga {
    padding: 60px 0;
  }
  .schedule {
    padding: 60px 0;
  }
  .schedule-container {
    padding: 40px 20px;
  }
  .schedule-head {
    font-size: 2.6rem;
  }
  .schedule-txt {
    font-size: 1.4rem;
  }
  .section-ttlspan {
    font-size: 1.4rem;
  }
  .schedule-list:before {
    left: 39px;
  }
  .schedule-list {
    margin-top: 50px;
  }
  .schedule-item dt {
    font-size: 2rem;
    min-width: 80px;
    width: 80px;
  }
  .schedule-item dd {
    font-size: 1.6rem;
  }
  .voice {
    padding: 60px 0 80px;
  }
  .voice-img {
    max-width: 600px;
    width: 90%;
  }
  .voice-item {
    margin-top: 60px;
  }
  .voice-item + .voice-item {
    margin-top: 100px;
  }
  .voice-item-ttl {
    font-size: 2rem;
    padding-left: 80px;
  }
  .voice-item-img {
    width: 60px;
  }
  .voice-item-qas {
    padding-left: 0px;
  }
  .voice-item-qa {
    margin-top: 40px;
  }
  .voice-item-qttl,
  .voice-item-attl {
    font-size: 3rem;
  }
  .voice-item-qtxt {
    font-size: 1.6rem;
    margin-top: 0.25em;
  }
  .voice-item-atxt {
    font-size: 1.8rem;
    margin-top: 0.15em;
  }
  .voice-deco {
    width: 400px;
  }
  .info {
    padding: 100px 0;
  }
  .info-img {
    width: 80px;
  }
  .info-list {
    padding: 40px 20px;
  }
  .info-item-ttl {
    font-size: 2.4rem;
  }
  .info-item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    margin-top: 40px;
  }
  .info-item dt {
    font-size: 2rem;
  }
  .entry-btnbox {
    margin-top: 40px;
  }
}


/*# sourceMappingURL=recruit.css.map*/