@charset "UTF-8";
body {
  visibility: hidden;
}

/* ヘッダー,文字色 */
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro.otf") format("opentype");
}
@font-face {
  font-family: "DINPro bold";
  src: url("../fonts/DINPro-Bold.otf") format("opentype");
}
.c-message-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .c-message-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 2.125rem;
  }
}

.c-message-card__block {
  width: 45%;
  max-width: 33.75rem;
}
@media screen and (max-width: 767px) {
  .c-message-card__block {
    max-width: 100%;
    width: 100%;
  }
}

.c-message-card__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3a54a4;
  line-height: 1.75;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-message-card__title {
    font-size: 1.125rem;
  }
}

.c-message-card__text {
  margin-top: 2.875rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .c-message-card__text {
    margin-top: 1.5rem;
  }
}

.c-message-card__text span {
  display: inline-block;
}

.c-message-card__text span:nth-child(n+2) {
  margin-top: 1.75rem;
}

.c-message-card__img {
  aspect-ratio: 1/1;
  width: 45.3125vw;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-message-card__img {
    margin-top: 0;
    margin-top: initial;
    width: calc(50vw + 50%);
  }
}

.c-message-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-message-copy {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.7333333333;
  letter-spacing: 0.06em;
  color: #3a54a4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-message-copy {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.l-message-ceo {
  margin-top: 8.625rem;
  padding-bottom: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .l-message-ceo {
    margin-top: 3.5625rem;
    padding-bottom: 1.125rem;
  }
}

.l-message-concept {
  margin-top: 8.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-message-concept {
    margin-top: 5.625rem;
    padding-bottom: 6.0625rem;
  }
}

.l-message-copy {
  padding-top: 6.625rem;
  padding-bottom: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .l-message-copy {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.l-message-fv {
  margin-top: 4.125rem;
  padding-bottom: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .l-message-fv {
    margin-top: 1.6875rem;
    padding-bottom: 1.875rem;
  }
}

.l-message-recruit {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-message-recruit {
    margin-top: 3.75rem;
  }
}

.l-message-tab {
  margin-top: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .l-message-tab {
    margin-top: 3.5rem;
  }
}

.p-message-ceo__card {
  padding-top: 8.625rem;
  padding-bottom: 7.5rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-message-ceo__card {
    margin-right: 0;
    margin-right: initial;
    padding-top: 4.4375rem;
    padding-bottom: 5rem;
  }
}

.p-message-ceo__card:first-child {
  padding-top: 0;
}

.p-message-ceo__card:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: initial;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-top: 8.8125rem;
  padding-bottom: 8.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-message-ceo__card:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 4.5625rem;
    padding-bottom: 5rem;
    padding-right: 0;
    padding-right: initial;
    padding-left: 0;
    padding-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-message-ceo__card:nth-child(even)::before {
  content: "";
  width: 100vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(240, 235, 76, .5) 0%, rgba(0, 255, 255, .5) 100%);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .p-message-ceo__card:nth-child(even) .c-message-card__img {
    margin-left: calc(50% - 50vw);
    width: calc(50vw + 50%);
  }
}

.p-message-concept__copy {
  font-size: 1.75rem;
  line-height: 1.7857142857;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message-concept__copy {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
}

.p-message-concept__text {
  max-width: 40.3125rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.8125rem;
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.04em;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-message-concept__text {
    margin-top: 1.4375rem;
  }
}

.p-message-concept__body {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-message-concept__body {
    margin-top: 2.1875rem;
  }
}

.p-message-concept__main-circle {
  max-width: 62.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(240, 235, 76, .5) 0%, rgba(0, 255, 255, .5) 100%);
  aspect-ratio: 1/1;
}

.p-message-concept__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  isolation: isolate;
}

.p-message-concept__circle {
  counter-increment: circle-num;
  background-color: #668bc5;
  border-radius: 50%;
  max-width: 27.5rem;
  width: 100%;
  aspect-ratio: 1/1;
  text-align: center;
  position: absolute;
  top: 2.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-message-concept__circle {
    width: 38.9333333333vw;
    max-width: 15.625rem;
    height: auto;
    top: 0.8125rem;
  }
}

.p-message-concept__circle::before {
  content: counter(circle-num, decimal-leading-zero);
  font-size: 5.5rem;
  font-family: "Lato", sans-serif;
  color: #fff;
  line-height: 1;
  display: inline-block;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-message-concept__circle::before {
    font-size: 1.875rem;
    margin-top: 0.875rem;
  }
}

.p-message-concept__circle:nth-child(2) {
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-97%);
          transform: translateX(-97%);
}
@media screen and (max-width: 650px) {
  .p-message-concept__circle:nth-child(2) {
    top: 37%;
  }
}
@media screen and (max-width: 400px) {
  .p-message-concept__circle:nth-child(2) {
    top: 40%;
  }
}

.p-message-concept__circle:nth-child(3) {
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-3%);
          transform: translateX(-3%);
}
@media screen and (max-width: 650px) {
  .p-message-concept__circle:nth-child(3) {
    top: 37%;
  }
}
@media screen and (max-width: 400px) {
  .p-message-concept__circle:nth-child(3) {
    top: 40%;
  }
}

.p-message-concept__block {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-message-concept__title-en {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-message-concept__title-en {
    font-size: clamp(10px, 2.8vw, 14px);
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: -0.3125rem;
  }
}

.p-message-concept__title-jp {
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4333333333;
  letter-spacing: 0.06em;
  margin-top: 1.1875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-message-concept__title-jp {
    font-size: clamp(10px, 2.6666666667vw, 16px);
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-message-concept__title-jp {
    margin-top: 0.3125rem;
  }
}

.p-message-concept__desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 1.8125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message-concept__desc {
    width: 200%;
    font-size: 0.625rem;
    font-size: clamp(10px, 2.8vw, 24px);
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center left;
            transform-origin: center left;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 500px) {
  .p-message-concept__desc {
    margin-top: 0rem;
  }
}

.p-message-concept__mind {
  max-width: 50rem;
  width: 100%;
  background-color: #668bc5;
  border-radius: 9.375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7.75rem;
  padding: 2.125rem 1.25rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-message-concept__mind {
    width: 71.4666666667vw;
    margin-top: -2.5rem;
    padding: 0.4375rem 1rem;
  }
}

.p-message-concept__dot {
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-message-concept__dot {
    top: -1.875rem;
  }
}

.p-message-concept__mind span {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #668bc5;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-message-concept__mind span {
    width: 0.1875rem;
    height: 0.1875rem;
  }
}

.p-message-concept__mind span:nth-child(n+2) {
  margin-top: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-message-concept__mind span:nth-child(n+2) {
    margin-top: 0.1875rem;
  }
}

.p-message-concept__sub-copy {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.15;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message-concept__sub-copy {
    font-size: 0.625rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.p-message-concept__catch {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.1944444444;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-message-concept__catch {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}

.p-message-concept__mind-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  color: #fff;
  margin-top: 2.5rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message-concept__mind-text {
    font-size: 0.375rem;
    margin-top: 1.25rem;
    width: 200%;
    font-size: 0.75rem;
    font-size: clamp(12px, 3.4vw, 24px);
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: center left;
            transform-origin: center left;
    margin-top: 0.25rem;
  }
}

.p-message-copy {
  text-align: center;
}

.p-message-fv {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-message-fv__img {
    margin-top: -2rem;
  }
}

.p-message-fv__title.c-lower-fv__title {
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-message-fv__title.c-lower-fv__title {
    font-size: 1.875rem;
  }
}

.p-message-fv__block.c-lower-fv__block {
  padding-bottom: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-message-fv__block.c-lower-fv__block {
    padding-bottom: 1.5rem;
  }
}

.p-message-profile__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3125rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-message-profile__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.25rem;
    padding-bottom: 0;
    width: 73.3333333333vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-message-profile__body::before {
  content: "";
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 85%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 235, 76, .5)), to(rgba(0, 255, 255, .5)));
  background: linear-gradient(90deg, rgba(240, 235, 76, .5) 0%, rgba(0, 255, 255, .5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-message-profile__body::before {
    bottom: 0.75rem;
  }
}

.p-message-profile__block {
  position: relative;
  padding-left: 2.3125rem;
  margin-bottom: 3.4375rem;
  border-left: 2px solid #3a54a4;
}
@media screen and (max-width: 767px) {
  .p-message-profile__block {
    padding-left: 1rem;
  }
}

.p-message-profile__name {
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-message-profile__name {
    margin-top: 0.4375rem;
  }
}

.p-message-profile__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-message-profile__text {
    margin-top: 1.5rem;
  }
}

.p-message-profile__text span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}

.p-message-profile__img {
  aspect-ratio: 45/40;
  max-width: 28.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-message-profile__img {
    aspect-ratio: 275/244;
    max-width: 100%;
    width: 100%;
  }
}

.p-message-profile__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-message-recruit {
  overflow: hidden;
}

.p-message-recruit__swiper01 {
  position: relative;
  z-index: 1;
}

.p-message-recruit__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-message-recruit__img.swiper-slide {
  width: 37.96875vw;
  aspect-ratio: 1/1;
}

.p-message-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-message-recruit__body {
  height: 29.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-message-recruit__body {
    height: auto;
    height: initial;
  }
}

.p-message-recruit__block {
  max-width: 56.25rem;
  width: 100%;
  background-color: rgba(255, 255, 255, .9);
  padding: 5.9375rem 1.25rem;
  position: absolute;
  top: -6.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message-recruit__block {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    top: 0;
    padding: 1.875rem 0rem;
  }
}

.p-message-recruit__copy {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message-recruit__copy {
    font-size: 1.375rem;
    line-height: 1.7272727273;
  }
}

.p-message-recruit__text {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.04em;
  max-width: 41.25rem;
  width: 100%;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-message-recruit__text {
    font-size: 1rem;
    line-height: 2.125;
    margin-top: 1.3125rem;
  }
}

.p-message-recruit__text span {
  display: inline-block;
}

.p-message-recruit__text span:nth-child(n+2) {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-message-recruit__text span:nth-child(n+2) {
    margin-top: 2.125rem;
  }
}

.p-message-recruit__swiper02 {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-message-tab .l-inner-lower-md {
    max-width: 37.5rem;
  }
}

.p-message-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-message-tab__menu {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #b2bcdc;
  width: 50%;
  text-align: center;
  padding: 2.1875rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-message-tab__menu {
    font-size: 1rem;
    padding: 1.375rem;
  }
}

.p-message-tab__content-group {
  overflow: hidden;
}

.p-message-tab__content-box {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.p-message-tab__current {
  background-color: #3a54a4;
}
/*# sourceMappingURL=message.css.map */
