@charset "UTF-8";
/*----------------------------------------------------
  採用トップ
----------------------------------------------------*/
p.txt-main {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.5;
  margin-top: 2.5em;
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  p.txt-main {
    line-height: 2.2;
    font-size: 1.6rem;
  }
}

.swiper {
  overflow: hidden;
  margin: 2rem 0;
}
@media screen and (max-width: 767.98px) {
  .swiper {
    margin: 1rem 0;
  }
}
.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: calc(var(--vw) * 100);
}
.swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*s先輩の声*/
ul.voice-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 767.98px) {
  ul.voice-list {
    margin: 0 -1rem;
  }
}
ul.voice-list li {
  width: 33.3333%;
  padding: 0 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  ul.voice-list li {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
}
ul.voice-list li a {
  display: block;
  color: #222;
  text-decoration: none;
}
ul.voice-list li a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
ul.voice-list li a .catch {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #192C5A;
}
@media screen and (max-width: 767.98px) {
  ul.voice-list li a .catch {
    font-size: 1.6rem;
  }
}
ul.voice-list li a .name span {
  display: block;
  font-weight: 700;
  font-size: 1.3em;
}
@media screen and (max-width: 767.98px) {
  ul.voice-list li a .name span {
    font-size: 1.2em;
  }
}
ul.voice-list li a:hover {
  opacity: 0.7;
}

.number-list .wp-block-column {
  padding: 3rem 2rem;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 575.98px) {
  .number-list .wp-block-column {
    max-width: 100%;
    width: 320px;
    height: auto;
    margin: 0 auto;
  }
}
.number-list .wp-block-column > h3 {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.number-list .wp-block-column .number-icon {
  margin-bottom: 0;
}
.number-list .wp-block-column .number-icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.number-list .wp-block-column p.number {
  color: #192C5A;
  font-size: 6.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .number-list .wp-block-column p.number {
    font-size: 4.8rem;
  }
}
.number-list .wp-block-column p.number span {
  line-height: 1.4;
}

/*福利厚生*/
ul.welfare-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 767.98px) {
  ul.welfare-list {
    margin: 0 -1rem;
  }
}
ul.welfare-list > li {
  width: 33.3333%;
  padding: 0 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  ul.welfare-list > li {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 575.98px) {
  ul.welfare-list > li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
ul.welfare-list > li > .block {
  background-color: #fff;
  border: 8px solid #DFF5FF;
  padding: 3rem 2rem;
  border-radius: 1em;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  ul.welfare-list > li > .block {
    border-width: 5px;
  }
}
@media screen and (max-width: 575.98px) {
  ul.welfare-list > li > .block {
    max-width: 100%;
    width: 320px;
    height: auto;
    margin: 0 auto;
  }
}
ul.welfare-list > li > .block > h3 {
  text-align: center;
  color: #222;
}
ul.welfare-list > li > .block > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.welfare-list > li > .block > div {
  margin-top: 1.5rem;
}
ul.welfare-list > li > .block > div p {
  margin-bottom: 0;
}

/*----------------------------------------------------
  先輩の声
----------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .pagetitle-wrap {
    padding: 90px 0 0;
  }
}
.pagetitle-block.voice h1 {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .pagetitle-block.voice h1 {
    font-size: 2.6rem;
  }
  .pagetitle-block.voice h1 br {
    display: none;
  }
}
.pagetitle-block.voice p {
  color: #192C5A;
  font-weight: 500;
}
.pagetitle-block.voice p span {
  font-size: 1.5em;
}

.contents-wrap .qa-block {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .qa-block {
    margin-bottom: 3rem;
  }
}
.contents-wrap .qa-block:last-child {
  margin-bottom: 0;
}
.contents-wrap .qa-block h2 {
  font-size: 2.6rem;
  text-align: left;
  padding-left: 6.5rem;
  padding-top: 0.8em;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .qa-block h2 {
    font-size: 2.2rem;
    padding-left: 5rem;
    padding-top: 0.8em;
    margin-bottom: 0.7em;
  }
}
.contents-wrap .qa-block h2::before {
  content: "Q.";
  font-family: "EB Garamond", serif;
  color: #009FE8;
  font-size: 2em;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .qa-block h2::before {
    font-size: 1.8em;
  }
}
.contents-wrap .qa-block p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .qa-block p {
    font-size: 1.4rem;
  }
}
.contents-wrap .voice-flow {
  background-color: #DFF5FF;
  padding: 5rem;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .voice-flow {
    padding: 3rem 2rem;
  }
}
.contents-wrap .voice-flow .time-block {
  position: relative;
  overflow: hidden;
  padding: 1rem 0 1rem 5rem;
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .voice-flow .time-block {
    padding-left: 4rem;
    font-size: 1.6rem;
  }
}
.contents-wrap .voice-flow .time-block::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #009FE8;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .voice-flow .time-block::before {
    left: 1.5rem;
  }
}
.contents-wrap .voice-flow .time-block .point {
  position: absolute;
  background: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  top: 1.5rem;
  left: 0.5rem;
  z-index: 1;
  border: 0.3rem solid #009FE8;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .voice-flow .time-block .point {
    top: 1.2rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.contents-wrap .voice-flow .time-block .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .voice-flow .time-block .event {
    display: block;
  }
}
.contents-wrap .voice-flow .time-block .event span {
  width: 4em;
}
.contents-wrap .voice-flow .time-block .event p {
  margin-bottom: 0;
  line-height: 1.6;
}
.contents-wrap .voice-flow .time-block:first-child::before {
  top: 1.5rem;
}
.contents-wrap .voice-flow .time-block:last-child::before {
  height: 3rem;
}
.contents-wrap .col-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* デフォルトの横並び */
}
.contents-wrap .col-reverse .photo-column {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  /* デフォルト */
}
.contents-wrap .col-reverse .text-column {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /* デフォルト */
}
@media screen and (max-width: 767.98px) {
  .contents-wrap .col-reverse .col-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* スマホ表示時 */
  }
  .contents-wrap .col-reverse .photo-column {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* デフォルト */
  }
  .contents-wrap .col-reverse .text-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /* デフォルト */
  }
  .contents-wrap .col-reverse .wp-block-image img {
    max-width: 85% !important;
    margin: auto !important;
    display: block !important;
  }
}