@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media screen and (max-width: 359px) {
  html {
    font-size: calc(16 / 360 * 100vw);
  }
}

body {
  color: #464a4d;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.l-main__bg {
  background: #ffffff;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 632px;
    padding: 0 1rem;
  }
}

.l-inner__narrow {
  max-width: 52.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 1rem;
    max-width: 600px;
  }
}

.c-btn {
  display: inline-block;
  border-radius: 30px;
  background: #f3fff9;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 27, 12, 0.2);
          box-shadow: 0px 4px 4px 0px rgba(0, 27, 12, 0.2);
  color: #3aa2ff;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0.5625rem 2.3125rem;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #005bac;
  }
}

.c-btn__color {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  background: #3aa2ff;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding-block: 0.75rem;
  padding-inline: 1.75rem;
  position: relative;
  overflow: hidden;
}
.c-btn__color span {
  color: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn__color span {
    font-size: 1.125rem;
  }
}
.c-btn__color svg {
  width: 2rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.c-btn__color::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #005bac;
  scale: 0 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}
@media (any-hover: hover) {
  .c-btn__color:hover {
    cursor: pointer;
  }
  .c-btn__color:hover::before {
    scale: 1 1;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: scale 0.4s ease;
    transition: scale 0.4s ease;
  }
}

.c-btn__white {
  border-radius: 999px;
  border: 1px solid #3aa2ff;
  background: #ffffff;
  color: #3aa2ff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  width: 100%;
  padding: 2rem 1.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-btn__white {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__white {
    padding: 1.5rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 1.97;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-btn__white {
    font-size: 1rem;
  }
}
.c-btn__white span {
  position: relative;
  z-index: 1;
}
.c-btn__white svg {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  stroke: #3aa2ff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  position: relative;
  z-index: 1;
}
.c-btn__white::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #3aa2ff;
  scale: 0 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}
@media (any-hover: hover) {
  .c-btn__white:hover {
    cursor: pointer;
    color: #ffffff;
  }
  .c-btn__white:hover svg {
    stroke: #ffffff;
  }
  .c-btn__white:hover::before {
    scale: 1 1;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: scale 0.4s ease;
    transition: scale 0.4s ease;
  }
}

.c-btn2 {
  border-radius: 999px;
  color: #6a6e73;
  background: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  width: min(31.5rem, 100%);
  padding: 1rem 2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    padding: 1.5rem;
    width: 100%;
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.97;
    letter-spacing: 0.12em;
    padding: 1.25rem 2rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-btn2 {
    font-size: 1rem;
  }
}
.c-btn2 span {
  position: relative;
  z-index: 1;
}
.c-btn2.--blue span {
  color: #3aa2ff;
}
.c-btn2 svg {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  stroke: #3aa2ff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn2 svg {
    width: 2rem;
    height: 2rem;
    aspect-ratio: 1/1;
  }
}
.c-btn2::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #3aa2ff;
  scale: 0 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}
@media (any-hover: hover) {
  .c-btn2:hover {
    cursor: pointer;
    color: #ffffff;
  }
  .c-btn2:hover svg {
    stroke: #ffffff;
  }
  .c-btn2:hover::before {
    scale: 1 1;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: scale 0.4s ease;
    transition: scale 0.4s ease;
  }
  .c-btn2:hover.--blue span {
    color: #ffffff;
  }
}

.c-btn2-line {
  border-radius: 999px;
  color: #6a6e73;
  border: 1px solid #3aa2ff;
  background: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  width: min(31.5rem, 100%);
  padding: 1rem 2rem;
  overflow: hidden;
  position: relative;
  border: 1px solid #3aa2ff;
}
@media screen and (max-width: 767px) {
  .c-btn2-line {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn2-line {
    padding: 1.5rem;
    width: 100%;
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.97;
    letter-spacing: 0.12em;
    padding: 1.25rem 2rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-btn2-line {
    font-size: 1rem;
  }
}
.c-btn2-line span {
  position: relative;
  z-index: 1;
}
.c-btn2-line svg {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  stroke: #3aa2ff;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn2-line svg {
    width: 2rem;
    height: 2rem;
    aspect-ratio: 1/1;
  }
}
.c-btn2-line::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #3aa2ff;
  scale: 0 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}
@media (any-hover: hover) {
  .c-btn2-line:hover {
    cursor: pointer;
    color: #ffffff;
  }
  .c-btn2-line:hover svg {
    stroke: #ffffff;
  }
  .c-btn2-line:hover::before {
    scale: 1 1;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: scale 0.4s ease;
    transition: scale 0.4s ease;
  }
}

.c-btn__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}

.c-animated__fadeIn {
  translate: 0 40px;
  opacity: 0;
  -webkit-transition: translate 0.5s ease, opacity 0.5s ease;
  transition: translate 0.5s ease, opacity 0.5s ease;
}
.c-animated__fadeIn.js-show {
  translate: 0 0;
  opacity: 1;
}

.c-animation__text1 .char {
  translate: 0 100%;
}
.c-animation__text1 span {
  overflow: hidden;
}

@-webkit-keyframes slide {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}

@keyframes slide {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-title__en {
  color: #3aa2ff;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 133%; /* 63.84px */
  letter-spacing: 2.88px;
  -webkit-padding-after: 0.25rem;
          padding-block-end: 0.25rem;
}
.c-title__en.--white {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 2rem;
    font-weight: 600;
    line-height: 132%; /* 42.24px */
    letter-spacing: 1.92px;
  }
}

.c-title__jp {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 2.16px;
}
.c-title__jp.--white {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-title__jp {
    font-size: 0.875rem;
    letter-spacing: 1.68px;
  }
}

.c-head__text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
  -webkit-padding-after: 3.5rem;
          padding-block-end: 3.5rem;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-head__text {
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem;
    -webkit-padding-after: 2.5rem;
            padding-block-end: 2.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 173%; /* 24.22px */
    letter-spacing: 1.68px;
  }
}

.c-text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.97;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 1rem;
  }
}
.c-text.--white {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.73;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 3.75rem;
  background: #f3fff9;
  height: 6rem;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 4rem;
    padding-inline: 1rem;
    background: transparent;
  }
}

.p-header__inner {
  display: grid;
  grid-template-columns: 20.625rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    grid-template-columns: 13.75rem 1fr;
    padding-block: 0.75rem;
  }
}

.p-header__logo {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  width: min(20.625rem, 100%);
  height: auto;
  aspect-ratio: 330/60;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 13.75rem;
    height: auto;
    aspect-ratio: 220/40;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  position: relative;
}
@media (max-width: 1349px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.p-header__list {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.97;
  letter-spacing: 0.12em;
  position: relative;
  padding-inline: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__list {
    font-size: 1rem;
  }
}
.p-header__list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #3aa2ff;
  scale: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: scale 0.4s ease;
  transition: scale 0.4s ease;
}
@media (any-hover: hover) {
  .p-header__list:hover::after {
    scale: 1;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.p-header__btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  background: #3aa2ff;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding-block: 0.75rem;
  padding-inline: 1.75rem;
}
.p-header__btn span {
  color: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-header__btn span {
    font-size: 1.125rem;
  }
}
.p-header__btn svg {
  width: 2rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
}

.p-dropdown {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  padding-block: 3.5rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.p-dropdown.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-dropdown.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.p-dropdown__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
}

.p-dropdown__lists--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.p-dropdown__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.p-dropdown__list {
  border-bottom: 1px solid #b0b8bf;
  color: #6a6e73;
  padding-block: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease, border-bottom 0.3s ease;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}
.p-dropdown__list.--long {
  width: 16.1875rem;
}
.p-dropdown__list span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}
.p-dropdown__list svg {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  stroke: #6a6e73;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
@media (any-hover: hover) {
  .p-dropdown__list:hover {
    color: #3aa2ff;
    border-bottom: 1px solid #3aa2ff;
  }
  .p-dropdown__list:hover svg {
    stroke: #3aa2ff;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3aa2ff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  top: 0.5rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
}
.p-drawer__icon.js-show {
  background: transparent;
}
@media (min-width: 1350px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 0.4375rem;
}

.p-drawer__icon--bar {
  width: 1.75rem;
  height: 0.0625rem;
  background: #ffffff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-drawer__icon--bar:nth-of-type(3) {
  width: 1rem;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.3375rem;
  background: #3aa2ff;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.1875rem;
  width: 1.75rem;
  background: #3aa2ff;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #f8f8f8;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  position: relative;
  width: 100%;
  height: inherit;
  padding-block: 4rem 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: min(33.5rem, 100%);
  padding-inline: 1.125rem;
  margin-inline: auto;
}

.p-drawer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  width: 100%;
}

@media (any-hover: hover) {
  details:hover {
    cursor: pointer;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-drawer__title {
  position: relative;
  padding-block: 1rem;
  border-bottom: 1px solid #b0b8bf;
}
.p-drawer__title::before, .p-drawer__title::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #3aa2ff;
}
.p-drawer__title::before {
  width: 1rem;
  height: 0.1875rem;
  right: 2rem;
}
.p-drawer__title::after {
  width: 0.1875rem;
  height: 1rem;
  right: 2.4375rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}

.p-drawer__title--text {
  padding-inline: 1rem 3.125rem;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.97;
  letter-spacing: 0.12em;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-drawer__title--text {
    font-size: 1rem;
  }
}

details[open] .p-drawer__title::after {
  rotate: 90deg;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-drawer__list--text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.12em;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-drawer__list--text {
    font-size: 0.875rem;
  }
}

.p-drawer__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  margin-block: 1.5rem 2.5rem;
}

.p-drawer__text {
  padding-inline: 1rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.97;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-drawer__text {
    font-size: 1rem;
  }
}
.p-drawer__text svg {
  width: 20px;
  height: 18px;
  aspect-ratio: 10/9;
}

.p-drawer__btn {
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-drawer__bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 11.0625rem;
  height: auto;
  z-index: -1;
}
.p-drawer__bg img {
  width: 100%;
  height: 100%;
}

.p-footer {
  padding-block: 6.25rem 3.75rem;
  background: #006c37;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 3.75rem 2.5rem;
  }
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    row-gap: 2.5rem;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    max-width: 18.75rem;
  }
}
.p-footer__list li a {
  color: #f3fff9;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  padding-inline: 0.3125rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__list li a {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .p-footer__list li a:hover {
    color: #6a6e73;
  }
}

.p-footer__sns {
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  color: #f3fff9;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (any-hover: hover) {
  .p-footer__sns:hover {
    color: #6a6e73;
  }
}

.p-footer__copy {
  color: #f3fff9;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 3.75rem;
  display: block;
  text-align: center;
}

.p-fix {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}

.bg-container {
  -webkit-margin-before: 48.5rem;
          margin-block-start: 48.5rem;
  -webkit-padding-before: 48.5rem;
          padding-block-start: 48.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg-container {
    -webkit-margin-before: 47.5rem;
            margin-block-start: 47.5rem;
    -webkit-padding-before: 17.25rem;
            padding-block-start: 17.25rem;
  }
}

.bg-container__img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-container__img img {
  width: 100%;
  height: 100%;
}

.p-fv {
  width: 100%;
  -webkit-margin-before: 6rem;
          margin-block-start: 6rem;
  -webkit-padding-after: 3.5rem;
          padding-block-end: 3.5rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: clamp(776px, 100vh - 6rem, 100vh);
}
@media screen and (max-width: 767px) {
  .p-fv {
    -webkit-margin-before: 4rem;
            margin-block-start: 4rem;
  }
}

.p-fv__inner {
  position: relative;
  width: 100%;
  height: inherit;
  margin-inline: auto;
  width: 100%;
  padding-inline: 3.75rem;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    width: 100%;
    padding: 0 1rem;
  }
}

.p-fv__container {
  -webkit-padding-before: 3.5rem;
          padding-block-start: 3.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-fv__container {
    -webkit-padding-before: 0rem;
            padding-block-start: 0rem;
    grid-template-columns: 1fr;
  }
}

.p-fv__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-fv__middle {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__middle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-fv__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-white {
  position: absolute;
  z-index: 0;
  width: 46.25rem;
  height: auto;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  aspect-ratio: 1;
  border-radius: 100vmax;
  background: radial-gradient(33.48% 33.48% at 50.17% 50.17%, #fff 39.9%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .p-white {
    top: calc(50% - 46px);
    width: 52.375rem;
    height: 18.125rem;
    border-radius: 838px;
    background: radial-gradient(33.48% 33.48% at 50.17% 50.17%, #fff 39.9%, rgba(255, 255, 255, 0) 100%);
  }
}

.p-fv__title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    row-gap: 0;
    top: calc(50% - 36px);
  }
}

.p-fv__title--en {
  font-family: "Poppins", sans-serif;
  text-align: center;
  background: var(--gradation-3clor_50, linear-gradient(90deg, var(--color-secondary_A-50, #ff9ad0) 0%, var(--color-secondary_B-50, #81d0ff) 50%, var(--color-secondary_C-50, #71e5b3) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-fv__title--en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title--en {
    font-size: max(1.125rem, 14.4px);
    font-weight: 500;
    line-height: 1.32;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__title--en {
    font-size: 1.125rem;
  }
}

.p-fv__title--jp {
  text-align: center;
  font-size: max(3rem, 38.4px);
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-fv__title--jp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title--jp {
    font-size: max(2rem, 25.6px);
    font-weight: 700;
    line-height: 1.39;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv__title--jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__title--jp + .p-fv__title--jp {
    -webkit-margin-before: -7px;
            margin-block-start: -7px;
  }
}

.p-fv__img {
  width: min(14.375rem, 100%);
  height: auto;
  aspect-ratio: 230/536;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    width: min(8.5rem, 100%);
    aspect-ratio: 136/317;
  }
}
.p-fv__img.--2 {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__img.--2 {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}
.p-fv__img.--4 {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__img.--4 {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}
.p-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.p-fv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-fv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-job {
  padding-block: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-job {
    padding-block: 3.5rem;
  }
}

.p-job__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-job__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-job__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 2rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-job__wrap {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}

.p-job__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5rem;
  padding: 0px 0.5rem 0px 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-job__card {
    padding: 0px 0.5rem 0px 1.5rem;
  }
}

.p-job__card--text {
  color: #1e2021;
  font-weight: 400;
  line-height: 151%; /* 24.16px */
  letter-spacing: 1.92px;
}

.p-job__card--img {
  width: 4rem;
  height: auto;
  aspect-ratio: 1;
}
.p-job__card--img img {
  width: 100%;
  height: 100%;
}

.p-job__card {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-job__card {
    display: none; /* 初期状態で全て非表示 */
  }
}
.p-job__card.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* または display: flex; お好みに応じて */
}

.p-job__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-block: 1.5625rem;
  margin-inline: auto;
  padding-inline: 0.625rem;
}
@media (min-width: 768px) {
  .p-job__more {
    display: none;
  }
}
.p-job__more span {
  font-size: 1rem;
  font-weight: 700;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}
.p-job__more svg {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
}

.p-job__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-job__banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}

.p-job__banner {
  width: 100%;
  height: auto;
  aspect-ratio: 544/136;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-job__banner img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
@media (any-hover: hover) {
  .p-job__banner:hover {
    opacity: 0.7;
  }
}

.p-about {
  background: #eaf5ff;
  overflow: hidden;
  position: relative;
}

.p-about__bg {
  position: absolute;
  width: 20.625rem;
  top: 56px;
  right: calc(50% - 70px);
  height: auto;
  aspect-ratio: 330/306;
}
@media screen and (max-width: 767px) {
  .p-about__bg {
    width: 14rem;
    right: -37px;
    top: 60px;
    aspect-ratio: 224/208;
  }
}
.p-about__bg img {
  width: 100%;
  height: 100%;
}

.p-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-about__body {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-about__head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-padding-before: 3.5rem;
            padding-block-start: 3.5rem;
  }
}

.p-about__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  width: min(31.5rem, 100%);
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-about__buttons {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-margin-after: 3.5rem;
            margin-block-end: 3.5rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-about__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}

.p-about__swiper-container,
.p-about__swiper,
.p-about__swiper-wrapper,
.p-about__swiper-slide {
  position: relative;
}

.p-about__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  height: 100%;
}

.p-about__swiper-slide {
  width: 15rem;
  height: auto;
  aspect-ratio: 240/360;
}
@media screen and (max-width: 767px) {
  .p-about__swiper-slide {
    aspect-ratio: 240/160;
  }
}
.p-about__swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__swiper-slide picture {
  width: 100%;
  height: 100%;
}

.p-business {
  padding-block: 6rem 7.625rem;
}
@media screen and (max-width: 767px) {
  .p-business {
    padding-block: 3.5rem 4.625rem;
  }
}

.p-business__inner {
  width: min(1328px + 7rem, 100%);
  padding-inline: 3.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-business__inner {
    padding-inline: 1rem;
  }
}

.p-business__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-business__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 4rem;
  -webkit-margin-before: 4.5rem;
          margin-block-start: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-business__wrap {
    grid-template-columns: 1fr;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    row-gap: 2.125rem;
  }
}

.p-business__card {
  height: auto;
  margin-inline: auto;
  width: 100%;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
  position: relative;
  min-height: 18.5rem;
  padding-block: 3.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-business__card {
    padding-block: 1.375rem 1.25rem;
    width: min(31.25rem, 100%);
    min-height: 13.875rem;
    row-gap: 1rem;
    padding-inline: 1rem;
  }
}
.p-business__card.--1 {
  border-radius: 8px;
  background: linear-gradient(238deg, var(--color-secondary_A-60, #ffb3dc) 15.05%, var(--color-secondary_A-30, #fb56ae) 78.29%);
}
.p-business__card.--2 {
  border-radius: 8px;
  background: linear-gradient(238deg, var(--color-secondary_B-60, #abe0ff) 15.05%, var(--color-secondary_B-30, #2db1ff) 78.29%);
}
.p-business__card.--3 {
  border-radius: 8px;
  background: linear-gradient(238deg, var(--color-secondary_C-50, #71e5b3) 15.05%, var(--color-secondary_C-20, #0dbf73) 78.29%);
}
.p-business__card.--4 {
  border-radius: 8px;
  background: linear-gradient(238deg, #c896f4 15.05%, #a462de 78.29%);
}

.p-business__card-title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 139%; /* 44.48px */
  letter-spacing: 3.84px;
}
.p-business__card-title span {
  font-size: 1.75rem;
  letter-spacing: 3.36px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-business__card-title span {
    font-size: 1rem;
    letter-spacing: 1.92px;
  }
}
@media screen and (max-width: 767px) {
  .p-business__card-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 112%; /* 36.24px */
    letter-spacing: 2.88px;
  }
}

.p-business__card-text {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-business__card-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business__card-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.73;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-business__card-text {
    font-size: 0.875rem;
  }
}

.p-business__img {
  position: absolute;
  z-index: 1;
  bottom: -25px;
  width: 38.75rem;
  height: auto;
}
@media (max-width: 1400px) {
  .p-business__img {
    width: 37.5rem;
  }
}
@media (max-width: 1200px) {
  .p-business__img {
    width: 31.25rem;
  }
}
@media (max-width: 480px) {
  .p-business__img {
    width: 22.5rem;
    bottom: -14px;
  }
}
@media (min-width: 1400px) {
  .p-business__img {
    width: 45rem;
  }
}
.p-business__img.--1 {
  right: -30px;
  width: 39.375rem;
}
@media (max-width: 1400px) {
  .p-business__img.--1 {
    width: 37.5rem;
  }
}
@media (max-width: 1200px) {
  .p-business__img.--1 {
    width: 31.25rem;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .p-business__img.--1 {
    right: -10px;
  }
}
@media (max-width: 480px) {
  .p-business__img.--1 {
    width: 22.5rem;
    bottom: -14px;
  }
}
.p-business__img.--2 {
  right: -115px;
}
@media (max-width: 1200px) {
  .p-business__img.--2 {
    right: -50px;
  }
}
@media (max-width: 480px) {
  .p-business__img.--2 {
    width: 24.1875rem;
  }
}
.p-business__img.--3 {
  right: -30px;
  width: 40rem;
}
@media (max-width: 1400px) {
  .p-business__img.--3 {
    width: 37.5rem;
  }
}
@media (max-width: 1200px) {
  .p-business__img.--3 {
    width: 31.25rem;
  }
}
@media (max-width: 1000px) {
  .p-business__img.--3 {
    right: -35px;
  }
}
@media (max-width: 767px) {
  .p-business__img.--3 {
    right: -10px;
  }
}
@media (max-width: 480px) {
  .p-business__img.--3 {
    width: 22.5rem;
    bottom: -14px;
  }
}
.p-business__img.--4 {
  right: -115px;
}
@media (max-width: 900px) {
  .p-business__img.--4 {
    right: -65px;
  }
}
@media (max-width: 767px) {
  .p-business__img.--4 {
    right: -50px;
  }
}
.p-business__img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-message {
  padding-block: 6rem 3.5rem;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-block: 0 2.5rem;
  }
}

.p-message__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: calc(50% + 400px);
  translate: 0 -50%;
  width: 44.875rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-message__bg {
    width: 31.25rem;
    top: 100px;
    left: calc(50% + 30px);
  }
}
.p-message__bg img {
  width: 100%;
  height: 100%;
}

.p-message__bg2 {
  position: absolute;
  z-index: 0;
  bottom: -5.8125rem;
  left: calc(50% + 350px);
  translate: 0 50%;
  width: 44.875rem;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-message__bg2 {
    width: 22.5rem;
    bottom: -40px;
    left: calc(50% + 30px);
  }
}
.p-message__bg2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-message__bg-left {
  position: absolute;
  z-index: 0;
  top: calc(50% + 24px);
  right: calc(50% + 300px);
  translate: 0 -50%;
  width: 54rem;
  height: auto;
}
.p-message__bg-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-message__inner {
  width: min(60.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    padding-inline: 0;
  }
}

.p-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  position: relative;
  -webkit-padding-after: 2.5rem;
          padding-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__wrap {
    row-gap: 1rem;
    -webkit-padding-after: 3.5rem;
            padding-block-end: 3.5rem;
  }
}

.p-message__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  max-width: 29.6875rem;
}
@media screen and (max-width: 767px) {
  .p-message__body {
    -webkit-margin-before: 23.125rem;
            margin-block-start: 23.125rem;
  }
}

.p-message__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 161%; /* 32.2px */
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 1rem;
    line-height: 197%; /* 31.52px */
    letter-spacing: 1.92px;
  }
}

.p-message__text--color {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 151%; /* 36.24px */
  letter-spacing: 2.88px;
  background: var(--gradation-3clor_50, linear-gradient(90deg, var(--color-secondary_A-50, #ff9ad0) 0%, var(--color-secondary_B-50, #81d0ff) 50%, var(--color-secondary_C-50, #71e5b3) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-message__text--color {
    font-size: 1.25rem;
    line-height: 160%; /* 32px */
    letter-spacing: 1px;
  }
}

.p-message__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-padding-before: 0.5rem;
          padding-block-start: 0.5rem;
}

.p-message__post {
  font-size: 1rem;
  line-height: 197%; /* 31.52px */
  letter-spacing: 1.92px;
}
@media screen and (max-width: 767px) {
  .p-message__post {
    font-size: 0.875rem;
    line-height: 173%; /* 24.22px */
    letter-spacing: 1.68px;
  }
}

.p-message__name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 151%; /* 36.24px */
  letter-spacing: 2.88px;
}
@media screen and (max-width: 767px) {
  .p-message__name {
    font-size: 1.25rem;
    line-height: 160%; /* 32px */
    letter-spacing: 1px;
  }
}

.p-message__img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 85px;
  translate: 50%;
  width: 36.375rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    width: 25rem;
    top: 92px;
    left: calc(50% + 50px);
    translate: -50%;
  }
}
.p-message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-message__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
  }
}

.p-message__box {
  -webkit-margin-before: 8.625rem;
          margin-block-start: 8.625rem;
  border-radius: 1.5rem;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 4rem;
  display: grid;
  grid-template-columns: 8.8125rem 1fr;
  -webkit-column-gap: 11.25rem;
     -moz-column-gap: 11.25rem;
          column-gap: 11.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-message__box {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
    padding: 2rem 1.5rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .p-message__box--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-message__more {
  -webkit-margin-before: 2.625rem;
          margin-block-start: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #005bac;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.953125;
  letter-spacing: 0.12em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-message__more {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__more {
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.p-message__more svg {
  width: 1.5rem;
  height: 1.5rem;
  aspect-ratio: 1/1;
}
@media (any-hover: hover) {
  .p-message__more:hover {
    opacity: 0.5;
  }
}

.p-message__box--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__box--lists {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.p-message__list {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 2rem;
  padding-block: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-message__list {
    gap: 1rem;
    grid-template-columns: 5.3125rem 1fr;
  }
}
.p-message__list .time {
  color: #005bac;
  font-size: 1rem;
  font-weight: 400;
  line-height: 128%; /* 20.48px */
  letter-spacing: 1.6px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-message__list .time {
    font-size: 0.875rem;
    line-height: 115%; /* 16.1px */
    letter-spacing: 1.4px;
  }
}
@media (any-hover: hover) {
  .p-message__list:hover {
    opacity: 0.5;
  }
}

.p-message__list--text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.97;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-message__list--text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__list--text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.73;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-message__list--text {
    font-size: 0.875rem;
  }
}

.p-members {
  padding-block: 7.875rem 6rem;
  position: relative;
  z-index: 1;
  background: url(../img/members-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-members {
    padding-block: 3.5rem 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-members__inner {
    padding-inline: 1.5rem;
  }
}

.p-members__container {
  display: grid;
  grid-template-columns: 1fr 35rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-members__container {
    grid-template-columns: 1fr;
  }
}
.p-members__container::before {
  content: "";
  position: absolute;
  width: calc(50vw - 50%);
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 100%;
}

.p-members__box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-members__box {
    height: 9.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-member__img {
  width: 40.25rem;
  height: auto;
  aspect-ratio: 644/429;
  -webkit-margin-before: -40px;
          margin-block-start: -40px;
  -webkit-margin-start: -100px;
          margin-inline-start: -100px;
}
@media screen and (max-width: 767px) {
  .p-member__img {
    width: 18.75rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-start: -16px;
            margin-inline-start: -16px;
  }
}
@media (min-width: 632px) {
  .p-member__img {
    width: 25rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-start: -16px;
            margin-inline-start: -16px;
  }
}
@media (min-width: 768px) {
  .p-member__img {
    width: 34rem;
    -webkit-margin-before: -20px;
            margin-block-start: -20px;
    -webkit-margin-start: -20px;
            margin-inline-start: -20px;
  }
}
@media (min-width: 1200px) {
  .p-member__img {
    width: 35rem;
    -webkit-margin-before: -40px;
            margin-block-start: -40px;
    -webkit-margin-start: -20px;
            margin-inline-start: -20px;
  }
}
@media (min-width: 1400px) {
  .p-member__img {
    width: 40.25rem;
    -webkit-margin-before: -40px;
            margin-block-start: -40px;
    -webkit-margin-start: -100px;
            margin-inline-start: -100px;
  }
}
.p-member__img img {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
}

.p-members__body {
  padding-block: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-members__body {
    padding-block: 2.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-inline: 1rem 0;
  }
}
@media (min-width: 768px) {
  .p-members__body {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}
@media (min-width: 1200px) {
  .p-members__body {
    -webkit-padding-start: 77px;
            padding-inline-start: 77px;
  }
}

.p-environment {
  padding-block: 7.875rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-environment {
    padding-block: 3.5rem 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-environment__inner {
    padding-inline: 1.5rem;
  }
}

.p-environment__container {
  display: grid;
  grid-template-columns: 35rem 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #eaf5ff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-environment__container {
    grid-template-columns: 1fr;
  }
}
.p-environment__container::before {
  content: "";
  position: absolute;
  width: calc(50vw - 50%);
  height: 100%;
  background: #eaf5ff;
  top: 0;
  right: 100%;
}

.p-environment__box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-environment__box {
    height: 9.5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-environment__img {
  width: 40.25rem;
  height: auto;
  aspect-ratio: 644/429;
  -webkit-margin-before: -40px;
          margin-block-start: -40px;
  -webkit-margin-end: -100px;
          margin-inline-end: -100px;
}
@media screen and (max-width: 767px) {
  .p-environment__img {
    width: 18.4375rem;
    -webkit-margin-before: 9px;
            margin-block-start: 9px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
  }
}
@media (min-width: 632px) {
  .p-environment__img {
    width: 25rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
}
@media (min-width: 768px) {
  .p-environment__img {
    width: 34rem;
    -webkit-margin-before: -60px;
            margin-block-start: -60px;
    -webkit-margin-end: -20px;
            margin-inline-end: -20px;
  }
}
@media (min-width: 1200px) {
  .p-environment__img {
    width: 35rem;
    -webkit-margin-before: -60px;
            margin-block-start: -60px;
    -webkit-margin-end: -50px;
            margin-inline-end: -50px;
  }
}
@media (min-width: 1400px) {
  .p-environment__img {
    width: 40.25rem;
    -webkit-margin-before: -40px;
            margin-block-start: -40px;
    -webkit-margin-end: -100px;
            margin-inline-end: -100px;
  }
}
.p-environment__img img {
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
}

.p-environment__body {
  padding-block: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-environment__body {
    padding-block: 2.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-inline: 0 1rem;
  }
}

.p-recruit {
  position: relative;
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-block: 3.5rem;
  }
}

.p-recruit__inner {
  width: min(1360px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    padding-inline: 1rem;
  }
}

.p-recruit__img01 {
  position: absolute;
  width: 47.0625rem;
  height: auto;
  bottom: 363px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__img01 {
    width: 480px;
    left: -156px;
    bottom: 633px;
  }
}
.p-recruit__img01 img {
  width: 100%;
  height: 100%;
}

.p-recruit__img02 {
  position: absolute;
  width: 25rem;
  height: auto;
  bottom: 26px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__img02 {
    width: 18.75rem;
    bottom: -317px;
    right: -44px;
  }
}
.p-recruit__img02 img {
  width: 100%;
  height: 100%;
}

.p-recruit__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}

.p-recruit__text {
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem;
  }
}

.p-recruit__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-recruit__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding-block: 2rem;
  border-radius: 1.5rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-recruit__card {
    padding-block: 1.5rem;
    -webkit-column-gap: 1.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
  }
}
@media (min-width: 768px) {
  .p-recruit__card {
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
  }
}
@media (min-width: 1200px) {
  .p-recruit__card {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.p-recruit__card.--1 {
  border: 1px solid #3aa2ff;
}
.p-recruit__card.--1 .p-recruit__card--title span {
  color: #3aa2ff;
}
.p-recruit__card.--2 {
  border: 1px solid #13d481;
}
.p-recruit__card.--2 .p-recruit__card--title span {
  color: #13d481;
}
.p-recruit__card.--3 {
  border: 1px solid #fb56ae;
}
.p-recruit__card.--3 .p-recruit__card--title span {
  color: #fb56ae;
}
@media (any-hover: hover) {
  .p-recruit__card:hover {
    opacity: 0.7;
  }
}

.p-recruit__img {
  width: 8rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-recruit__img {
    width: 5rem;
    aspect-ratio: 1/1;
  }
}
.p-recruit__img img {
  width: 100%;
  height: 100%;
}

.p-recruit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}

.p-recruit__card--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-recruit__card--title {
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }
}
@media (min-width: 1200px) {
  .p-recruit__card--title {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.p-recruit__card--title span {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.51;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-recruit__card--title span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__card--title span {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-recruit__card--title span {
    font-size: 1.25rem;
  }
}
.p-recruit__card--title svg {
  width: 0.75rem;
  height: auto;
  aspect-ratio: 3/5;
}

.p-recruit__card--en {
  font-family: "Poppins", sans-serif;
  color: #b0b8bf;
  font-size: 2rem;
  font-weight: 400;
  line-height: 124%; /* 39.68px */
  letter-spacing: 3.2px;
}
@media screen and (max-width: 767px) {
  .p-recruit__card--en {
    font-size: 1.5rem;
    line-height: 132%; /* 31.68px */
    letter-spacing: 2.4px;
  }
}

.p-entry {
  padding-block: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding-block: 3.5rem;
  }
}

.p-entry__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.6875rem;
     -moz-column-gap: 3.6875rem;
          column-gap: 3.6875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-entry__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-entry__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-entry__text {
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry__text {
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem;
  }
}

.p-entry__button {
  width: min(31.5rem, 100%);
}

.p-entry__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-entry__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-foot {
  padding-block: 5rem;
  background: #eef1f3;
}
@media screen and (max-width: 767px) {
  .p-foot {
    padding-block: 2.5rem 3.5rem;
  }
}

.p-foot__body {
  position: relative;
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 900px) {
  .p-foot__body {
    display: none;
  }
}

.p-foot__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  width: 100%;
}

@media (any-hover: hover) {
  details:hover {
    cursor: pointer;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-foot__title {
  position: relative;
  padding-block: 1rem;
  border-bottom: 1px solid #b0b8bf;
}
.p-foot__title::before, .p-foot__title::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #3aa2ff;
}
.p-foot__title::before {
  width: 1rem;
  height: 0.1875rem;
  right: 2rem;
}
.p-foot__title::after {
  width: 0.1875rem;
  height: 1rem;
  right: 2.4375rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}

.p-foot__title--text {
  padding-inline: 1rem 3.125rem;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.97;
  letter-spacing: 0.12em;
  display: block;
  color: #005bac;
}
@media screen and (max-width: 767px) {
  .p-foot__title--text {
    font-size: 1rem;
  }
}

details[open] .p-foot__title::after {
  rotate: 90deg;
}

.p-foot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-foot__list--text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.12em;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .p-foot__list--text {
    font-size: 0.875rem;
  }
}

.p-foot__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  margin-block: 1.5rem 2.5rem;
}

.p-foot__text {
  padding-inline: 1rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.97;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-foot__text {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .p-foot__text:hover {
    opacity: 0.5;
  }
}
.p-foot__text svg {
  width: 20px;
  height: 18px;
  aspect-ratio: 10/9;
}

.p-foot__btn {
  margin-inline: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(31.25rem, 100%);
}

.p-foot__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11.6875rem;
  height: auto;
  z-index: -1;
}
.p-foot__bg img {
  width: 100%;
  height: 100%;
}

.p-foot-pc__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 899px) {
  .p-foot-pc__nav {
    display: none;
  }
}

.p-foot-pc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}

.p-foo-pc__title {
  padding-inline: 0.3125rem;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.97;
  letter-spacing: 0.12em;
  display: block;
  color: #005bac;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-foo-pc__title {
    font-size: 1rem;
  }
}

.p-foo-pc__text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.12em;
  padding-inline: 0.3125rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-foo-pc__text {
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .p-foo-pc__text:hover {
    opacity: 0.5;
  }
}

.p-foot-pc__btn {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "BIZ UDPGothic", sans-serif;
}
.u-font__jp {
  font-family: "BIZ UDPGothic", sans-serif;
}
.u-font__en {
  font-family: "Poppins", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}



/* Header対策 */

header {
	    margin-top: 26px;
}
	    
@media screen and (max-width:768px) {
header {
	    margin-top: 0px;
	}
}

/* サイトシール対策 20250707改訂*/

.corporate_logo {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
  justify-content: start;
}

.corporate_logo img {
  height: 18px;
  width: auto;

}

@media only screen and (max-width: 768px) {
  .corporate_logo {
    justify-content: center;
  }
}

.site_seal {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.site_seal img{
    width: 115px;
    height: 57px;
}
.site_seal div.site_seal_left {
  padding: 40px 5px 40px 115px;
}
.site_seal div.site_seal_center {
  padding: 40px 5px 0px 5px;
}
.site_seal div.site_seal_right {
  padding: 40px 115px 40px 5px;
}

@media only screen and (max-width: 768px) {

  .site_seal {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }


  .site_seal a {
    display: block !important;
  }

  .site_seal div.site_seal_left {
    padding: 40px 5px 40px 0px;
  }
  .site_seal div.site_seal_center {
    padding: 0px 5px 0px 5px;
  }
  .site_seal div.site_seal_right {
    padding: 40px 0px 40px 5px;
  }

}

.footer_area_bg {
  background-color: #fff;

}
