.sec-message__typo, .sec-message__head, .sec-message__first-view, .sec-message__img, .sec-message__philosophy-list, .sec-message__note, .sec-message__txt {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-message__typo.is-active, .sec-message__head.is-active, .sec-message__first-view.is-active, .sec-message__img.is-active, .sec-message__philosophy-list.is-active, .sec-message__note.is-active, .sec-message__txt.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-message__typo {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec-message__block.is-active .sec-message__img, .sec-message__block.is-active .sec-message__note, .sec-message__block.is-active .sec-message__txt {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-message__txt {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.sec-philosophy__head, .sec-philosophy__figure, .sec-philosophy__arrow, .sec-philosophy__lead, .sec-philosophy__guideline {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-philosophy__head.is-active, .sec-philosophy__figure.is-active, .sec-philosophy__arrow.is-active, .sec-philosophy__lead.is-active, .sec-philosophy__guideline.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-philosophy__list.is-active .sec-philosophy__list-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 769px) {
  .sec-philosophy__list-item:nth-child(2) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .sec-philosophy__list-item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

.sec-recruit__head, .sec-recruit__txt, .sec-recruit__picture {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-recruit.is-active .sec-recruit__head,
.sec-recruit.is-active .sec-recruit__txt,
.sec-recruit.is-active .sec-recruit__picture {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-recruit__txt {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec-recruit__picture {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.sec-adventure__head, .sec-adventure__text, .sec-adventure__picture {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.sec-adventure.is-active .sec-adventure__head,
.sec-adventure.is-active .sec-adventure__text,
.sec-adventure.is-active .sec-adventure__picture {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-adventure__text {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (min-width: 769px) {
  .sec-adventure__text {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.sec-adventure__picture {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (min-width: 769px) {
  .sec-adventure__picture {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

.sec-message {
  margin-top: 14.5rem;
  padding-bottom: 4rem;
  position: relative;
}
@media (min-width: 769px) {
  .sec-message {
    margin-top: 19rem;
    padding-bottom: 13rem;
  }
}
.sec-message__lead {
  position: relative;
}
@media (min-width: 769px) {
  .sec-message__lead {
    position: absolute;
    top: 0;
    left: 50vw;
    padding-left: 7rem;
  }
}
.sec-message__typo {
  position: absolute;
  top: -8.5rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 34.8rem;
  margin: 0 auto;
  z-index: -1;
}
@media (min-width: 769px) {
  .sec-message__typo {
    top: -2.2rem;
    left: -8.5rem;
    right: auto;
    margin: 0;
    z-index: 1;
  }
}
.sec-message__head {
  color: #184094;
  text-align: center;
  font-weight: 800;
}
@media (min-width: 769px) {
  .sec-message__head {
    margin-top: 14.5rem;
    text-align: left;
    padding-bottom: 3.5rem;
  }
}
.sec-message__head .small {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media (min-width: 769px) {
  .sec-message__head .small {
    font-size: 3rem;
  }
}
.sec-message__head .default {
  padding-top: 1rem;
  font-size: 4rem;
  line-height: 1.225;
  letter-spacing: 0.075em;
}
@media (min-width: 769px) {
  .sec-message__head .default {
    padding-top: 5rem;
    font-size: 9.3rem;
    line-height: 1.2;
  }
}
.sec-message__first-view {
  padding: 4rem 0 1rem;
}
@media (min-width: 769px) {
  .sec-message__first-view {
    width: 50vw;
    padding: 0;
  }
}
.sec-message__block {
  padding: 0 2rem 4rem;
}
@media (min-width: 769px) {
  .sec-message__block--01 {
    position: absolute;
    top: 48rem;
    left: 50vw;
    width: 57rem;
    padding-left: 7rem;
  }
}
.sec-message__block--02 {
  padding-top: 5rem;
}
@media (min-width: 769px) {
  .sec-message__block--02 {
    padding: 15rem 0 0;
    position: relative;
  }
}
.sec-message__block--02 .sec-message__img {
  margin: 0 -2rem;
}
@media (min-width: 769px) {
  .sec-message__block--02 .sec-message__img {
    width: 50vw;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .sec-message__block--02 .sec-message__txt {
    position: absolute;
    top: 18rem;
    left: 0;
    padding-left: 16.66vw;
  }
}
@media (min-width: 769px) {
  .sec-message__block--02 .sec-message__note div:nth-child(1) {
    width: 52rem;
  }
  .sec-message__block--02 .sec-message__note div:nth-child(2) {
    padding-top: 4rem;
    width: 66.66vw;
  }
}
.sec-message__block--03 {
  padding-top: 2rem;
}
@media (min-width: 769px) {
  .sec-message__block--03 {
    padding: 60rem 0 0;
  }
}
@media (min-width: 769px) {
  .sec-message__block--04 {
    padding: 14rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 66.66vw;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .sec-message__block--04 .sec-message__img {
    width: 26.78vw;
  }
}
@media (min-width: 769px) {
  .sec-message__block--04 .sec-message__txt {
    padding-top: 6rem;
    width: 35.14vw;
  }
}
.sec-message__block--04 .sec-message__note .job {
  font-size: 1.4rem;
  padding-top: 2rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  line-height: 1.38;
}
@media (min-width: 769px) {
  .sec-message__block--04 .sec-message__note .job {
    padding-top: 3rem;
    font-size: 1.8rem;
  }
}
.sec-message__block--04 .sec-message__note .name {
  font-size: 2.1rem;
}
@media (min-width: 769px) {
  .sec-message__block--04 .sec-message__note .name {
    font-size: 2.6rem;
  }
}
.sec-message__philosophy {
  padding-top: 5rem;
  padding: 0 2rem;
}
@media (min-width: 769px) {
  .sec-message__philosophy {
    width: 66.66vw;
    padding: 22rem 0 0;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .sec-message__philosophy-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8rem;
    gap: 4rem;
  }
}
.sec-message__philosophy-item {
  border-top: 1px solid #00419a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 2rem 2rem;
}
@media (min-width: 769px) {
  .sec-message__philosophy-item {
    display: block;
    width: 100%;
    text-align: center;
    padding: 3.5rem 0 0;
  }
}
.sec-message__philosophy-item .en {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.04rem;
  font-family: "Teko", sans-serif;
  font-weight: 400;
  color: #00419a;
  text-transform: uppercase;
  width: 37.5%;
}
@media (min-width: 769px) {
  .sec-message__philosophy-item .en {
    font-size: 4.8rem;
    width: auto;
  }
}
.sec-message__philosophy-item .txt {
  font-size: 1.2rem;
  line-height: 1.77;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sec-message__philosophy-item .txt {
    padding-top: 1rem;
    font-size: 1.8rem;
  }
}
.sec-message__img--full {
  margin: 0 -2rem;
  width: 100vw;
}
@media (min-width: 769px) {
  .sec-message__img--full {
    margin: 0;
  }
}
.sec-message__ttl {
  padding-top: 2.5rem;
  font-size: 2.5rem;
  line-height: 1.44;
  letter-spacing: 0.05em;
  color: #184094;
  font-weight: 800;
}
@media (min-width: 769px) {
  .sec-message__ttl {
    padding-top: 0;
    font-size: 4.7rem;
    line-height: 1.31;
  }
}
.sec-message__note {
  padding-top: 2rem;
  font-size: 1.2rem;
  line-height: 2.08;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sec-message__note {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.01em;
  }
}

.sec-philosophy {
  background: url(/ja/jpn/recruit/saiyo/img/about/philosophy_bg.jpg) no-repeat center top/cover;
  padding: 6rem 2rem 3rem;
}
@media (min-width: 769px) {
  .sec-philosophy {
    padding: 14.5rem 0 10rem;
  }
}
.sec-philosophy__head {
  font-size: 4rem;
  line-height: 1.225;
  letter-spacing: 0.075em;
  font-weight: 800;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .sec-philosophy__head {
    font-size: 8rem;
  }
}
.sec-philosophy__figure {
  padding-top: 3.5rem;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 769px) {
  .sec-philosophy__figure {
    width: 34.07vw;
    padding-top: 7rem;
  }
}
.sec-philosophy__arrow {
  margin: 7rem auto 0;
  position: relative;
  display: block;
  width: 4.9rem;
  height: 4.9rem;
}
@media (min-width: 769px) {
  .sec-philosophy__arrow {
    width: 8.4rem;
    height: 8.4rem;
  }
}
.sec-philosophy__arrow::before, .sec-philosophy__arrow::after {
  content: "";
  display: block;
  width: 4.9rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  position: absolute;
}
@media (min-width: 769px) {
  .sec-philosophy__arrow::before, .sec-philosophy__arrow::after {
    width: 8.4rem;
  }
}
.sec-philosophy__arrow::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  left: -2.15rem;
}
@media (min-width: 769px) {
  .sec-philosophy__arrow::before {
    left: -3.7rem;
  }
}
.sec-philosophy__arrow::after {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  left: 2.05rem;
}
@media (min-width: 769px) {
  .sec-philosophy__arrow::after {
    left: 3.6rem;
  }
}
.sec-philosophy__list {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media (min-width: 769px) {
  .sec-philosophy__list {
    padding-top: 7.5rem;
    gap: 6rem;
  }
}
.sec-philosophy__list-item {
  width: 100%;
}
@media (min-width: 769px) {
  .sec-philosophy__list-item {
    width: 33rem;
  }
}
.sec-philosophy__list-item .head {
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-family: "Teko", sans-serif;
  color: #000;
  display: grid;
  place-items: center;
  width: 100%;
  height: 3.7rem;
  background: #fff;
  padding-top: 0.3rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .sec-philosophy__list-item .head {
    font-size: 3rem;
    height: 4.2rem;
  }
}
.sec-philosophy__list-item .lead {
  padding-top: 2rem;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.075em;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  .sec-philosophy__list-item .lead {
    font-size: 2.5rem;
  }
}
.sec-philosophy__list-item .txt {
  padding-top: 2rem;
  font-size: 1.2rem;
  line-height: 2.08;
  letter-spacing: 0.075em;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sec-philosophy__list-item .txt {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.sec-philosophy__lead {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 769px) {
  .sec-philosophy__lead {
    font-size: 6rem;
  }
}
.sec-philosophy__guideline {
  position: relative;
}
.sec-philosophy__guideline-list {
  margin: 9rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 769px) {
  .sec-philosophy__guideline-list {
    width: 66.66vw;
    margin: 5rem auto 0;
  }
}
.sec-philosophy__guideline-item {
  width: 50%;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  place-items: center;
}
.sec-philosophy__guideline-item:nth-child(2n) {
  border-left: 1px solid #a0a0a0;
}
.sec-philosophy__guideline-item:nth-child(n+3) {
  border-top: 1px solid #a0a0a0;
}
@media (min-width: 769px) {
  .sec-philosophy__guideline-item {
    width: 20%;
  }
  .sec-philosophy__guideline-item:nth-child(2n), .sec-philosophy__guideline-item:nth-child(n+3) {
    border: initial;
  }
  .sec-philosophy__guideline-item:not(:nth-child(5n+1)) {
    border-left: 1px solid #a0a0a0;
  }
  .sec-philosophy__guideline-item:nth-child(n+6) {
    border-top: 1px solid #a0a0a0;
  }
}
.sec-philosophy__guideline-item .num {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-family: "Teko", sans-serif;
  color: #fff778;
}
@media (min-width: 769px) {
  .sec-philosophy__guideline-item .num {
    font-size: 2.6rem;
  }
}
.sec-philosophy__guideline-item .txt {
  padding-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 769px) {
  .sec-philosophy__guideline-item .txt {
    padding-top: 1.5rem;
    font-size: 2.2rem;
  }
}
.sec-philosophy__typo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 39rem;
}

.sec-recruit {
  padding: 6rem 0 5rem;
}
@media (min-width: 769px) {
  .sec-recruit {
    padding: 13rem 0;
  }
}
.sec-recruit__head {
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.225;
  color: #1c4393;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 769px) {
  .sec-recruit__head {
    font-size: 8rem;
  }
}
.sec-recruit__head .t-slash {
  position: relative;
  background: linear-gradient(135deg, #064499 67%, #fff778 67%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 100%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: none;
  transition: none;
  -webkit-text-fill-color: transparent;
}
.sec-recruit__txt {
  padding-top: 3rem;
  font-size: 1.2rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .sec-recruit__txt {
    padding-top: 5rem;
    font-size: 1.8rem;
    line-height: 2.55;
  }
}
.sec-recruit__picture {
  padding-top: 5rem;
}
@media (min-width: 769px) {
  .sec-recruit__picture {
    padding-top: 8rem;
    width: 128rem;
    margin: 0 auto;
  }
}

.sec-adventure {
  padding: 4.5rem 0 6.5rem;
  background: url(/ja/jpn/recruit/saiyo/img/about/adventure_bg_sp.jpg) no-repeat center top/100%;
}
@media (min-width: 769px) {
  .sec-adventure {
    padding: 10rem 0;
    background: url(/ja/jpn/recruit/saiyo/img/about/adventure_bg.jpg) no-repeat center top/100%;
  }
}
.sec-adventure__head {
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.225;
  color: #1c4393;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 769px) {
  .sec-adventure__head {
    font-size: 8rem;
  }
}
.sec-adventure__head .t-slash {
  position: relative;
  background: linear-gradient(135deg, #064499 67%, #fff778 67%);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 100%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: none;
  transition: none;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 769px) {
  .sec-adventure__clm {
    padding-top: 7rem;
    width: 83.34vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
  }
}
.sec-adventure__picture {
  padding: 2rem 2rem 0;
}
@media (min-width: 769px) {
  .sec-adventure__picture {
    padding: 0;
    width: 50vw;
  }
}
.sec-adventure__text {
  padding: 2rem 2rem 0;
}
@media (min-width: 769px) {
  .sec-adventure__text {
    padding: 0;
    width: 30.21vw;
  }
}
.sec-adventure__text .lead {
  padding-top: 0;
  font-size: 2.1rem;
  line-height: 1.38;
  letter-spacing: 0.1em;
  font-weight: 800;
}
@media (min-width: 769px) {
  .sec-adventure__text .lead {
    padding-top: 5rem;
    font-size: 3.5rem;
    line-height: 1.4;
  }
}
.sec-adventure__text .txt {
  padding-top: 2rem;
  font-size: 1.2rem;
  line-height: 2.08;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sec-adventure__text .txt {
    padding-top: 4rem;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.sec-adventure__link {
  display: block;
  position: relative;
  margin-top: 2.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Teko", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .sec-adventure__link {
    margin-top: 5rem;
  }
}/*# sourceMappingURL=about.css.map */