@charset "UTF-8";
/*================================================================
Chrome/Firefox/Edgeなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/
*,
*::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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  width: 100vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  background-size: 2000px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1440px) {
  body {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  body {
    font-size: calc(16 / 390 * 100vw);
  }
}

.l-section {
  padding-block: 100px;
}
@media screen and (max-width: 1440px) {
  .l-section {
    padding-block: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-section {
    padding-block: calc(60 / 390 * 100vw);
  }
}

.l-section--front-news {
  padding-block: 100px 81.5px;
}
@media screen and (max-width: 1440px) {
  .l-section--front-news {
    padding-block: calc(100 / 1440 * 100vw) calc(81.5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-section--front-news {
    padding-block: calc(60 / 390 * 100vw);
  }
}

.l-section-inner {
  padding-left: 100px;
}
@media screen and (max-width: 1440px) {
  .l-section-inner {
    padding-left: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .l-section-inner {
    padding-left: calc(20 / 390 * 100vw);
  }
}

.l-section-header {
  margin-top: 83px;
}

.l-hero {
  margin-top: 80px;
}
@media screen and (max-width: 1440px) {
  .l-hero {
    margin-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-hero {
    margin-top: calc(60 / 1440 * 100vw);
  }
}

.l-breadcrumb {
  padding-block: 11px;
  padding-left: 180px;
}
@media screen and (max-width: 1440px) {
  .l-breadcrumb {
    padding-block: calc(11 / 1440 * 100vw);
    padding-left: calc(180 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 767px) {
  .l-breadcrumb {
    padding: calc(10 / 390 * 100vw) calc(13 / 390 * 100vw);
  }
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-section-title h2 {
  font-family: Jost;
  font-size: 64px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .c-section-title h2 {
    font-size: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-section-title h2 {
    font-family: Jost;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-section-title h2 {
    font-size: calc(32 / 390 * 100vw);
    letter-spacing: calc(0.96 / 390 * 100vw);
  }
}
.c-section-title p {
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 1440px) {
  .c-section-title p {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-section-title p {
    font-family: "Zen Kaku Gothic New";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-section-title p {
    font-size: calc(15 / 390 * 100vw);
    letter-spacing: calc(1.5 / 390 * 100vw);
  }
}

.c-challenge__card {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.c-challenge__card--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 582px;
  height: 578px;
}
@media screen and (max-width: 1440px) {
  .c-challenge__card--inner {
    width: calc(582 / 1440 * 100vw);
    height: calc(578 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-challenge__card--inner {
    width: 342px;
    min-height: 548px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--inner {
    width: calc(342 / 390 * 100vw);
    min-height: calc(548 / 390 * 100vw);
  }
}

@media screen and (max-width: 600px) {
  .c-challenge__card--inner--first {
    width: 343px;
    height: 570px;
  }
}
@media screen and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--inner--first {
    width: calc(343 / 390 * 100vw);
    height: calc(570 / 390 * 100vw);
  }
}

.c-challenge__card--inner--second {
  height: 617px;
}
@media screen and (max-width: 1440px) {
  .c-challenge__card--inner--second {
    width: calc(582 / 1440 * 100vw);
    height: calc(617 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-challenge__card--inner--second {
    width: 343px;
    height: 575px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--inner--second {
    width: calc(343 / 390 * 100vw);
    height: calc(575 / 390 * 100vw);
  }
}

@media screen and (max-width: 600px) {
  .c-challenge__card--inner--4th {
    width: 343px;
    height: 600px;
  }
}
@media screen and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--inner--4th {
    width: calc(343 / 390 * 100vw);
    height: calc(600 / 390 * 100vw);
  }
}

.c-challenge__card--title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 90px;
  padding-block: 12px;
  padding-inline: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 1440px) {
  .c-challenge__card--title {
    gap: calc(4 / 1440 * 100vw);
    height: calc(90 / 1440 * 100vw);
    padding-block: calc(12 / 1440 * 100vw);
    padding-inline: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-challenge__card--title {
    gap: 4px;
    height: 76px;
    padding-block: 14px;
    padding-inline: 28px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--title {
    gap: calc(4 / 390 * 100vw);
    height: calc(76 / 390 * 100vw);
    padding-block: calc(14 / 390 * 100vw);
    padding-inline: calc(28 / 390 * 100vw);
  }
}
.c-challenge__card--title .c-challenge__card--no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.c-challenge__card--title .c-challenge__card--no span {
  color: #fff;
  font-family: Jost;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}
.c-challenge__card--title .c-challenge__card--no span:nth-of-type(1) {
  font-size: 18px;
  letter-spacing: 0.54px;
}
@media screen and (max-width: 1440px) {
  .c-challenge__card--title .c-challenge__card--no span:nth-of-type(1) {
    font-size: calc(18 / 1440 * 100vw);
    letter-spacing: calc(0.54 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-challenge__card--title .c-challenge__card--no span:nth-of-type(1) {
    font-size: 15px;
    letter-spacing: 0.45px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--title .c-challenge__card--no span:nth-of-type(1) {
    font-size: calc(15 / 390 * 100vw);
    letter-spacing: calc(0.45 / 390 * 100vw);
  }
}
.c-challenge__card--title .c-challenge__card--no span:nth-of-type(2) {
  margin-top: -3px;
  font-size: 24px;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 1440px) {
  .c-challenge__card--title .c-challenge__card--no span:nth-of-type(2) {
    font-size: calc(27 / 1440 * 100vw);
    letter-spacing: calc(0.72 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-challenge__card--title .c-challenge__card--no span:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--title .c-challenge__card--no span:nth-of-type(2) {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: calc(0.6 / 390 * 100vw);
  }
}
.c-challenge__card--title h4 {
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .c-challenge__card--title h4 {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-challenge__card--title h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--title h4 {
    font-size: calc(18 / 390 * 100vw);
  }
}

.c-challenge__card--content {
  height: 500px;
  padding-block: 28px 16px;
  padding-inline: 24px 24px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .c-challenge__card--content {
    height: calc(444 / 1440 * 100vw);
    padding-block: calc(28 / 1440 * 100vw) calc(16 / 1440 * 100vw);
    padding-inline: calc(24 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-challenge__card--content {
    height: 470px;
    padding-block: 30px 16px;
    padding-inline: 24px 24px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--content {
    height: calc(470 / 390 * 100vw);
    padding-block: calc(30 / 390 * 100vw) calc(16 / 390 * 100vw);
    padding-inline: calc(24 / 390 * 100vw) calc(24 / 390 * 100vw);
  }
}

@media screen and (max-width: 600px) {
  .c-challenge__card--content--first {
    height: 517px;
  }
}
@media screen and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--content--first {
    height: calc(517 / 390 * 100vw);
  }
}

.c-challenge__card--content--second {
  height: 517px;
}

@media screen and (max-width: 600px) {
  .c-challenge__card--content--4th {
    height: 525px;
  }
}
@media screen and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--content--4th {
    height: calc(525 / 390 * 100vw);
  }
}

.c-challenge__card--text {
  width: 100%;
}
.c-challenge__card--text p {
  color: #404559;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .c-challenge__card--text p {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-challenge__card--text p {
    line-break: strict;
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--text p {
    font-size: calc(15 / 390 * 100vw);
  }
}

.c-challenge__card--img {
  width: 534px;
  height: 268px;
}
@media screen and (max-width: 1440px) {
  .c-challenge__card--img {
    width: calc(534 / 1440 * 100vw);
    height: calc(268 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-challenge__card--img {
    width: 294px;
    height: 216px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-challenge__card--img {
    width: calc(294 / 390 * 100vw);
    height: calc(216 / 390 * 100vw);
  }
}
.c-challenge__card--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-btn-entry {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: Jost;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 44px;
  border: 1px solid #fff;
  padding-block: 16px;
  padding-inline: 64px 92px;
  position: relative;
  margin-inline: auto;
  /* ▼ ここからホバー演出用の共通設定を追加 ▼ */
  overflow: hidden;
  z-index: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  /* 背景が斜めに広がるレイヤー（ヘッダーと同じ動き） */
  /* ▲ ここまで追加 ▲ */
}
.c-btn-entry::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: #023e78;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .c-btn-entry {
    font-size: calc(24 / 1440 * 100vw);
    letter-spacing: calc(1.2 / 1440 * 100vw);
    padding-block: calc(16 / 1440 * 100vw);
    padding-inline: calc(64 / 1440 * 100vw) calc(92 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-btn-entry {
    font-size: 18px;
    padding: 16px 92px 16px 64px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-btn-entry {
    font-size: calc(18 / 390 * 100vw);
    padding: calc(16 / 390 * 100vw) calc(92 / 390 * 100vw) calc(16 / 390 * 100vw) calc(64 / 390 * 100vw);
  }
}
.c-btn-entry::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff400;
  border-radius: 50%;
  top: 50%;
  translate: 0 -50%;
  right: 40px;
  z-index: 1;
}
@media (any-hover: hover) {
  .c-btn-entry:hover::before {
    -webkit-transform: scale(2.5) rotate(45deg);
            transform: scale(2.5) rotate(45deg);
  }
}

.p-header__btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 100vmax;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-header__btn::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: #023e78;
  -webkit-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 0;
}

.c-btn-header-entry {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding-block: 10px;
  padding-inline: 24px 46px;
  border-radius: 100vmax;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.c-btn-header-entry::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff400;
}

@media (any-hover: hover) {
  .p-header__btn:hover::before {
    -webkit-transform: scale(2.5) rotate(45deg);
            transform: scale(2.5) rotate(45deg);
  }
}
/* ==========================
   募集要項ボタン
========================== */
.p-business-card__btn {
  margin-top: 32px;
  width: 552px;
}
@media screen and (max-width: 1440px) {
  .p-business-card__btn {
    margin-top: calc(32 / 1440 * 100vw);
    width: calc(552 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__btn {
    margin-top: 32px;
    width: 288px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__btn {
    margin-top: calc(32 / 390 * 100vw);
    width: calc(288 / 390 * 100vw);
  }
}

/* 実際のボタン本体 */
.c-btn-business {
  position: relative;
  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;
  width: 100%;
  padding: 21px 40px;
  border-radius: 4px;
  border: 1px solid #023e78;
  background: #023e78;
  color: #ffffff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
  /* テキスト（左側） */
  /* 右側の「＋」アイコン */
  /* ホバー時に左下から右上へ広がる白い背景 */
}
@media screen and (max-width: 1440px) {
  .c-btn-business {
    font-size: calc(16 / 1440 * 100vw);
    padding: calc(21 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-btn-business {
    font-size: 16px;
    padding: 21px 20px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-btn-business {
    font-size: calc(16 / 390 * 100vw);
    padding: calc(21 / 390 * 100vw) calc(20 / 390 * 100vw);
  }
}
.c-btn-business span {
  position: relative;
  z-index: 1;
}
.c-btn-business::after {
  content: "+";
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1;
}
.c-btn-business::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  -webkit-transform: translate3d(-100%, 100%, 0);
          transform: translate3d(-100%, 100%, 0);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  z-index: 0;
}
.c-btn-business:hover {
  color: #023e78;
  border-color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.c-btn-business:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.js-fade-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.js-fade-title.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================
   Modal
========================== */
.c-modal {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

.c-modal__wrapper {
  padding-block: 48px 48px !important;
  padding-inline: 48px !important;
}
@media screen and (max-width: 1440px) {
  .c-modal__wrapper {
    padding-block: calc(48 / 1440 * 100vw) !important;
    padding-inline: calc(48 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__wrapper {
    padding-block: 16px !important;
    padding-inline: 16px !important;
    width: 372px !important;
  }
}

@media screen and (max-width: 600px) {
  .c-modal__title {
    margin-top: 45px;
  }
}

.c-modal__title-en {
  color: #023e78;
  font-family: Jost;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .c-modal__title-en {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__title-en {
    font-size: 14px;
  }
}

.c-modal__title-ja {
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .c-modal__title-ja {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
.c-modal__title-ja .c-modal__title-num {
  color: #023e78;
  font-family: Jost;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .c-modal__title-ja .c-modal__title-num {
    font-size: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__title-ja .c-modal__title-num {
    font-size: 18px;
  }
}
.c-modal__title-ja .c-modal__title-main {
  color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .c-modal__title-ja .c-modal__title-main {
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__title-ja .c-modal__title-main {
    font-size: 20px;
  }
}

.c-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.c-modal__inner {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .c-modal__inner {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__inner {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-modal__inner {
    margin-top: calc(15 / 390 * 100vw);
  }
}

.c-modal__content {
  position: relative;
  width: 1200px;
  max-height: 90%;
  overflow-y: auto;
  background: #fff;
  border-radius: 8px;
  padding: 0px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .c-modal__content {
    width: calc(1200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__content {
    max-height: 100%;
    width: 100%;
  }
}

.c-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.c-modal__item {
  display: grid;
  grid-template-columns: 378px 1fr;
  gap: 10px;
  border-bottom: 1px solid #c4ccd7;
  padding-block: 12px;
}
@media screen and (max-width: 1440px) {
  .c-modal__item {
    padding-block: calc(12 / 1440 * 100vw);
    grid-template-columns: calc(378 / 1440 * 100vw) 1fr;
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__item {
    padding-block: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-modal__item {
    padding-block: calc(12 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
  }
}
.c-modal__item h4 {
  color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .c-modal__item h4 {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__item h4 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-modal__item h4 {
    font-size: calc(15 / 390 * 100vw);
  }
}
.c-modal__item li {
  color: #404559;
  /* 本文中 */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  padding-left: 25px;
  position: relative;
  line-break: strict;
}
@media screen and (max-width: 1440px) {
  .c-modal__item li {
    padding-left: calc(25 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__item li {
    font-size: 15px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-modal__item li {
    font-size: calc(15 / 390 * 100vw);
    padding-left: calc(25 / 390 * 100vw);
  }
}
.c-modal__item li::before {
  position: absolute;
  content: "・";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 4px;
}

.c-modal__apply {
  margin-top: 32px;
  text-align: center;
}

.c-btn-apply {
  width: 100%;
  display: inline-block;
  background: #023e78;
  color: #fff;
  padding: 20px 28px;
  border-radius: 4px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.c-btn-apply::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 412px;
  width: 12px;
  height: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2222%22%20viewBox%3D%220%200%2012%2022%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L11%2011L1%2021%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
}

.c-modal__close-wrap {
  position: absolute;
  top: 39px;
  right: 26px;
  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;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .c-modal__close-wrap {
    top: calc(39 / 1440 * 100vw);
    right: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__close-wrap {
    top: 0px;
    right: 0px;
  }
}

.c-modal__close {
  width: 36px;
  height: 36px;
  background: #023e78;
  border-radius: 6px;
  border: none;
  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;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .c-modal__close {
    width: calc(36 / 1440 * 100vw);
    height: calc(36 / 1440 * 100vw);
    border-radius: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__close {
    width: 36px;
    height: 36px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-modal__close {
    width: calc(36 / 390 * 100vw);
    height: calc(36 / 390 * 100vw);
    border-radius: calc(6 / 390 * 100vw);
  }
}

.c-modal__close svg {
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 1440px) {
  .c-modal__close svg {
    width: calc(21 / 1440 * 100vw);
    height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__close svg {
    width: 21px;
    height: 21px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-modal__close svg {
    width: calc(21 / 390 * 100vw);
    height: calc(21 / 390 * 100vw);
  }
}

.c-modal__close-text {
  color: #023e78;
  /* 本文中 */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 63px;
  margin-right: 13px;
}
@media screen and (max-width: 1440px) {
  .c-modal__close-text {
    font-size: calc(16 / 1440 * 100vw);
    margin-top: calc(63 / 1440 * 100vw);
    margin-right: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .c-modal__close-text {
    font-size: 12px;
    margin-top: 14px;
    margin-right: 65px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .c-modal__close-text {
    font-size: calc(12 / 390 * 100vw);
    margin-top: calc(14 / 390 * 100vw);
    margin-right: calc(65 / 390 * 100vw);
  }
}

header {
  width: 1440px;
  height: fit-content;
}
@media screen and (max-width: 1440px) {
  header {
    width: calc(1440 / 1440 * 100vw);
    height: fit-content;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1024px) {
  header {
    width: calc(390 / 390 * 100vw);
    
  }
}

.p-header {
  width: 1440px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 12px 40px;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
}
@media screen and (max-width: 1440px) {
  .p-header {
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 1024px) {
  .p-header {
    padding-inline: 0px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1024px) and (max-width: 600px) {
  .p-header {
    padding-inline: 0px;
  }
}

.p-header--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.p-header__inner {
  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;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-header__inner {
    padding-block: 8px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .p-header__inner {
    padding-block: 8px;
    padding-inline: 16px;
  }
}

.p-header__logo {
  width: 320px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-header__logo {
    width: 175px;
    height: 32px;
  }
}

.p-header__logo svg {
  width: 100%;
  height: 100%;
}

.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: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
.p-header__nav a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.p-header__nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__nav a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}

.drawer__icon {
  padding: 20px 4px;
  position: fixed;
  right: 16px;
  z-index: 102;
  background: transparent;
  border: none;
}
.drawer__icon div:nth-of-type(1) {
  margin-bottom: 8px;
}

.drawer__icon--bar {
  display: none;
  width: 40px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .drawer__icon--bar {
    display: block;
  }
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 22deg;
  translate: 0 7.5px;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  rotate: -22deg;
  translate: 0 -1.5px;
  margin-bottom: 8px;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: calc(390 / 390 * 100vw);
  height: 100vh;
  height: 100svh;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer .p-header__btn {
  margin-inline: auto;
  margin-top: 2px;
  width: 336px;
  display: block;
}
.drawer .c-btn-header-entry {
  width: 100%;
  position: relative;
  padding-block: 9px;
  padding-inline: 24px 40px;
  color: #fff;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.drawer .c-btn-header-entry::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff400;
}
@media (any-hover: hover) {
  .drawer .p-header__btn:hover::before {
    -webkit-transform: scale(5) rotate(45deg);
            transform: scale(5) rotate(45deg);
  }
}

.drawer.js-show {
  translate: 0;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.drawer__logo {
  display: block;
  width: 200px;
  height: auto;
  padding: 20px 16px;
}
.drawer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 17px;
  margin-bottom: 32px;
  margin-left: 26px;
  margin-inline: auto;
}

.drawer__list li a {
  border-bottom: 1px solid #c4ccd7;
  padding-block: 16px;
  display: block;
  width: 334px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}
.drawer__list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  /* ▼ ここが正しい data URI 形式の SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M1 1L9 9L1 17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  border-radius: 100vmax;
  color: #001a75;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.p-header__btn--drawer {
  margin-top: 32px;
}

.p-concept {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 130px;
  padding-bottom: 118px;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
}
@media screen and (max-width: 1440px) {
  .p-concept {
    padding-top: calc(130 / 1440 * 100vw);
    padding-bottom: calc(118 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-concept {
    padding-top: 30px;
    padding-bottom: 165px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-concept {
    padding-top: calc(30 / 390 * 100vw);
    padding-bottom: calc(165 / 390 * 100vw);
  }
}
.p-concept::before {
  content: "";
  width: 1080px;
  height: 574px;
  aspect-ratio: 540/287;
  position: absolute;
  top: 159%;
  background-image: url("../img/img-concept-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .p-concept::before {
    width: calc(1440 / 1440 * 100vw);
    height: calc(574 / 1440 * 100vw);
    top: 146%;
    left: 0px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-concept::before {
    width: 463px;
    height: 188px;
    aspect-ratio: 353/188;
    top: 1122px;
    left: -61px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-concept::before {
    width: calc(463 / 390 * 100vw);
    height: calc(188 / 390 * 100vw);
    top: calc(1122 / 390 * 100vw);
    left: calc(-61 / 390 * 100vw);
  }
}

.p-concept__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 140px;
}
@media screen and (min-width: 1441px) {
  .p-concept__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1440px) {
  .p-concept__inner {
    gap: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-concept__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .p-concept__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: calc(24 / 390 * 100vw);
  }
}

.p-concept__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 82px;
}
@media screen and (max-width: 1440px) {
  .p-concept__copy {
    gap: calc(82 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-concept__copy {
    width: 342px;
    gap: 48px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-concept__copy {
    width: calc(342 / 390 * 100vw);
    gap: calc(48 / 390 * 100vw);
  }
}
.p-concept__copy p {
  position: relative;
  color: #fff;
  text-shadow: 0 0 64px rgba(0, 0, 0, 0.25);
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%;
}
@media screen and (max-width: 1440px) {
  .p-concept__copy p {
    text-shadow: 0 0 calc(64 / 1440 * 100vw) rgba(0, 0, 0, 0.25);
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-concept__copy p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-concept__copy p {
    font-size: calc(15 / 390 * 100vw);
  }
}
.p-concept__copy .p-concept__bg {
  display: block;
  opacity: 0.18;
}
.p-concept__copy .p-concept__anim {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
}
.p-concept__copy .p-concept__bg .char,
.p-concept__copy .p-concept__anim .char {
  display: inline-block;
  white-space: pre;
}
.p-concept__copy .p-concept__bg .char {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.p-concept__copy .p-concept__anim .char {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
.p-concept__copy p.is-animate .p-concept__anim .char {
  -webkit-animation-name: concept-text-in;
          animation-name: concept-text-in;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.p-concept__image {
  width: 640px;
  height: 800px;
}
@media screen and (max-width: 1440px) {
  .p-concept__image {
    width: calc(640 / 1440 * 100vw);
    height: calc(800 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-concept__image {
    margin-top: 23px;
    margin-left: calc(59 / 390 * 100vw);
    width: 331px;
    height: 496px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-concept__image {
    margin-top: calc(23 / 390 * 100vw);
    width: calc(331 / 390 * 100vw);
    height: calc(496 / 390 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-concept__image img {
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes concept-text-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes concept-text-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-member {
  position: relative;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #e4eaf1;
  padding-block: 117px 117px;
}
@media screen and (max-width: 1440px) {
  .p-member {
    padding-block: calc(117 / 1440 * 100vw) calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-member {
    padding-block: 83px 35px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-member {
    padding-block: calc(83 / 390 * 100vw) calc(35 / 390 * 100vw);
  }
}
.p-member::before {
  content: "";
  width: 940.767px;
  height: 500px;
  aspect-ratio: 940.77/500;
  position: absolute;
  top: -2%;
  left: -22%;
  background-image: url("../img/img-member-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .p-member::before {
    width: calc(940.767 / 1440 * 100vw);
    height: calc(500 / 1440 * 100vw);
    aspect-ratio: 940.77/500;
    top: 0%;
    left: 0%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-member::before {
    width: 305px;
    height: 162px;
    top: 5px;
    left: -1px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-member::before {
    width: calc(305 / 390 * 100vw);
    height: calc(162 / 390 * 100vw);
    top: calc(5 / 390 * 100vw);
    left: calc(-1 / 390 * 100vw);
  }
}

.p-member__inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  padding-left: 100px;
}
@media screen and (max-width: 1440px) {
  .p-member__inner {
    gap: calc(35 / 1440 * 100vw);
    padding-left: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-member__inner {
    padding-left: 20px;
    gap: 0px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-member__inner {
    padding-left: calc(20 / 390 * 100vw);
  }
}

@media screen and (max-width: 600px) {
  .p-member-card,
  .p-member-card__inner {
    width: 100% !important;
  }
}
/* ★ 数字を外に出すため、外側コンテナもはみ出し許可 */
.p-member,
.p-member__inner {
  overflow-y: visible;
  overflow-x: hidden;
}

.p-member__inner {
  padding-left: 0;
}

.p-member__title {
  padding-left: 100px;
}
@media screen and (max-width: 1440px) {
  .p-member__title {
    padding-left: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-member__title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-member__title {
    padding-left: calc(20 / 390 * 100vw);
  }
}

/* ------------------------------
   カード全体
   ------------------------------ */
.p-business__slider {
  overflow: hidden;
  position: relative;
}

.card {
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 48px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1440px) {
  .card {
    padding-top: calc(48 / 1440 * 100vw);
    padding-bottom: calc(160 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .card {
    padding-top: 63px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .card {
    padding-top: calc(63 / 390 * 100vw);
    padding-bottom: calc(160 / 390 * 100vw);
  }
}

.card__inner {
  margin-inline: auto;
  position: relative;
  padding-left: 100px;
}
@media screen and (max-width: 1440px) {
  .card__inner {
    padding-left: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .card__inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .card__inner {
    padding-left: calc(20 / 390 * 100vw);
  }
}

/* ------------------------------
   スライドカード
   ------------------------------ */
.p-member-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: auto;
}
.p-member-card p {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .p-member-card p {
    font-size: calc(30 / 1440 * 100vw);
  }
}

.p-member-card__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 386px !important;
}
@media screen and (max-width: 1440px) {
  .p-member-card__inner {
    width: calc(386 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-member-card__inner {
    width: 312px !important;
    gap: 19px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-member-card__inner {
    width: calc(312 / 390 * 100vw) !important;
    gap: calc(19 / 390 * 100vw);
  }
}

.p-member-card__inner::before {
  counter-increment: member;
  content: counter(member, decimal-leading-zero);
  position: absolute;
  top: -28px;
  right: 0;
  color: #023e78;
  text-shadow: 1px 1px 0 #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Jost;
  font-size: 56px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
  pointer-events: none;
  z-index: 10;
}

/* 必要ならブレイクポイント用の top/right はそのまま流用してOK */
@media screen and (max-width: 1440px) {
  .p-member-card__inner::before {
    top: -42px;
    font-size: 56px;
    letter-spacing: 1.12px;
    right: 0px;
  }
}
@media screen and (max-width: 600px) {
  .p-member-card__inner::before {
    top: -48px;
    right: 0;
  }
}
.p-member-card__image {
  height: 514.667px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  aspect-ratio: 386/514.67;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-member-card__image {
    height: calc(514.667 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-member-card__image {
    height: 416px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-member-card__image {
    height: calc(416 / 390 * 100vw);
  }
}
.p-member-card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-member-card__image .p-member-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 20px;
}
@media screen and (max-width: 600px) {
  .p-member-card__image .p-member-card__info {
    bottom: 25px;
  }
}
@media screen and (max-width: 600px) and (max-width: 390px) {
  .p-member-card__image .p-member-card__info {
    bottom: calc(25 / 390 * 100vw);
  }
}
.p-member-card__image .p-member-card__info p {
  color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
  background: #fff;
  padding: 4px 16px;
}
@media screen and (max-width: 1440px) {
  .p-member-card__image .p-member-card__info p {
    font-size: calc(20 / 1440 * 100vw);
    letter-spacing: calc(1 / 1440 * 100vw);
    padding: calc(4 / 1440 * 100vw) calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-member-card__image .p-member-card__info p {
    padding: 4px 16px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-member-card__image .p-member-card__info p {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: calc(1 / 390 * 100vw);
    padding: calc(4 / 390 * 100vw) calc(16 / 390 * 100vw);
  }
}
.p-member-card__image .p-member-card__info .p-member-card__info--individual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  padding: 4px 12px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-member-card__image .p-member-card__info .p-member-card__info--individual span:nth-of-type(1) {
  margin-top: 3px;
  color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1440px) {
  .p-member-card__image .p-member-card__info .p-member-card__info--individual span:nth-of-type(1) {
    margin-top: calc(3 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    letter-spacing: calc(0.8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-member-card__image .p-member-card__info .p-member-card__info--individual span:nth-of-type(1) {
    margin-top: 3px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-member-card__image .p-member-card__info .p-member-card__info--individual span:nth-of-type(1) {
    margin-top: calc(3 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    letter-spacing: calc(0.8 / 390 * 100vw);
  }
}
.p-member-card__image .p-member-card__info .p-member-card__info--individual span:nth-of-type(2) {
  color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1px;
}
@media screen and (max-width: 1440px) {
  .p-member-card__image .p-member-card__info .p-member-card__info--individual span:nth-of-type(2) {
    font-size: calc(20 / 1440 * 100vw);
    letter-spacing: calc(1 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-member-card__image .p-member-card__info .p-member-card__info--individual span:nth-of-type(2) {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-member-card__image .p-member-card__info .p-member-card__info--individual span:nth-of-type(2) {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: calc(1 / 390 * 100vw);
  }
}

.p-member-card__desc {
  height: 205px !important;
  border: #023e78;
  background: #023e78;
}
@media screen and (max-width: 1440px) {
  .p-member-card__desc {
    height: calc(205 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-member-card__desc {
    height: 235px !important;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-member-card__desc {
    height: calc(235 / 390 * 100vw) !important;
  }
}
.p-member-card__desc p {
  padding: 16px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1440px) {
  .p-member-card__desc p {
    padding: calc(16 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    letter-spacing: calc(0.3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-member-card__desc p {
    padding: 16px;
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-member-card__desc p {
    padding: calc(16 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
    letter-spacing: calc(0.3 / 390 * 100vw);
  }
}

/* ===========================================
   自動スライド番号（01 / 02 / 03 …）
   =========================================== */
.card__swiper-wrapper {
  counter-reset: member;
  overflow: visible;
}

.card__swiper .swiper-slide {
  position: relative;
  margin-right: 5px !important;
}
@media screen and (max-width: 1440px) {
  .card__swiper .swiper-slide {
    margin-right: calc(5 / 1440 * 100vw) !important;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .card__swiper .swiper-slide {
    margin-right: -37px !important;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .card__swiper .swiper-slide {
    margin-right: calc(-37 / 390 * 100vw) !important;
  }
}

.card__swiper .swiper-slide::before {
  content: counter(member, decimal-leading-zero);
  content: none;
  position: absolute;
  top: -28px;
  right: 41px;
  color: #023e78;
  text-align: justify;
  text-shadow: 1px 1px 0 #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: Jost;
  font-size: 56px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .card__swiper .swiper-slide::before {
    top: calc(-42 / 1440 * 100vw);
    font-size: calc(56 / 1440 * 100vw);
    letter-spacing: calc(1.12 / 1440 * 100vw);
    right: calc(41 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .card__swiper .swiper-slide::before {
    top: -48px;
    right: 65px;
    font-size: 56px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.12px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .card__swiper .swiper-slide::before {
    top: calc(-48 / 390 * 100vw);
    right: calc(65 / 390 * 100vw);
    font-size: calc(56 / 390 * 100vw);
    letter-spacing: calc(1.12 / 390 * 100vw);
  }
}

/* ===========================================
   SWIPER関連
   =========================================== */
.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}

.card__swiper-container {
  position: relative;
  padding-bottom: 40px;
}

.card__swiper {
  overflow: visible;
}

/* ボタン位置リセット */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  position: relative;
  z-index: 2;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  z-index: 1;
}

.swiper-button-prev {
  position: absolute;
  bottom: -84px;
  right: 230px;
}
@media screen and (max-width: 1440px) {
  .swiper-button-prev {
    bottom: calc(-84 / 1440 * 100vw);
    right: calc(230 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .swiper-button-prev {
    bottom: -115px;
    right: 98px;
    width: 15px;
    height: 40px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .swiper-button-prev {
    bottom: calc(-115 / 390 * 100vw);
    right: calc(98 / 390 * 100vw);
    width: calc(15 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
  }
}
.swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 2px solid #0961b6;
}
@media screen and (max-width: 1440px) {
  .swiper-button-prev::after {
    width: calc(80 / 1440 * 100vw);
    height: calc(80 / 1440 * 100vw);
    border-radius: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .swiper-button-prev::after {
    width: 40px;
    height: 40px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .swiper-button-prev::after {
    width: calc(40 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    border-radius: calc(25 / 390 * 100vw);
  }
}
.swiper-button-prev:hover::after {
  background: #023e78;
  border-color: #ffffff;
}
.swiper-button-prev svg path {
  stroke: #0961b6;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.swiper-button-prev:hover svg path {
  stroke: #ffffff;
}

.swiper-button-next {
  position: absolute;
  bottom: -84px;
  right: 130px;
}
@media screen and (max-width: 1440px) {
  .swiper-button-next {
    bottom: calc(-84 / 1440 * 100vw);
    right: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .swiper-button-next {
    bottom: -115px;
    right: 34px;
    width: 15px;
    height: 40px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .swiper-button-next {
    bottom: calc(-115 / 390 * 100vw);
    right: calc(34 / 390 * 100vw);
    width: calc(15 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
  }
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 2px solid #0961b6;
}
@media screen and (max-width: 1440px) {
  .swiper-button-next::after {
    width: calc(80 / 1440 * 100vw);
    height: calc(80 / 1440 * 100vw);
    border-radius: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .swiper-button-next::after {
    width: 40px;
    height: 40px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .swiper-button-next::after {
    width: calc(40 / 390 * 100vw);
    height: calc(40 / 390 * 100vw);
    border-radius: calc(25 / 390 * 100vw);
  }
}
.swiper-button-next:hover::after {
  background: #023e78;
  border-color: #ffffff;
}
.swiper-button-next svg path {
  stroke: #0961b6;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.swiper-button-next:hover svg path {
  stroke: #ffffff;
}

/* ===========================================
   progressbar pagination
   =========================================== */
.swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: absolute;
  top: auto;
  bottom: -73px;
  left: 36%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 976px;
  height: 8px;
  background: #c4ccd7;
}
@media screen and (max-width: 1440px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: calc(976 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
    bottom: calc(-73 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 300px;
    height: 8px;
    bottom: -34px;
    left: 151px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: calc(300 / 390 * 100vw);
    height: calc(8 / 390 * 100vw);
    bottom: calc(-34 / 390 * 100vw);
    left: calc(151 / 390 * 100vw);
  }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0961b6;
}

.p-challenge {
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 232px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
}
@media screen and (max-width: 1440px) {
  .p-challenge {
    padding-top: 232px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-challenge {
    padding-top: 143px;
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-challenge {
    padding-top: calc(143 / 390 * 100vw);
    padding-bottom: calc(78 / 390 * 100vw);
  }
}
.p-challenge::before {
  content: "";
  width: 1620px;
  height: 574px;
  position: absolute;
  top: 0%;
  right: -46%;
  background-image: url("../img/img-concept-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .p-challenge::before {
    width: calc(1620 / 1440 * 100vw);
    height: calc(574 / 1440 * 100vw);
    top: 0%;
    right: -46%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-challenge::before {
    display: none;
  }
}

.p-challenge__content {
  margin-inline: auto;
  margin-top: 65px;
  width: 1240px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-areas: "item1 item2" "item3 item4";
  row-gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .p-challenge__content {
    margin-top: calc(65 / 1440 * 100vw);
    width: calc(1240 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-challenge__content {
    margin-top: 68px;
    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: 25px;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-challenge__content {
    margin-top: calc(68 / 390 * 100vw);
    row-gap: calc(25 / 390 * 100vw);
  }
}
.p-challenge__content > div:nth-of-type(1) {
  margin-top: 64px;
  grid-area: item1;
}
@media screen and (max-width: 1440px) {
  .p-challenge__content > div:nth-of-type(1) {
    margin-top: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-challenge__content > div:nth-of-type(1) {
    margin-top: -25px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-challenge__content > div:nth-of-type(1) {
    margin-top: calc(-25 / 390 * 100vw);
  }
}
.p-challenge__content > div:nth-of-type(2) {
  grid-area: item2;
}
.p-challenge__content > div:nth-of-type(3) {
  margin-top: 64px;
  grid-area: item3;
}
@media screen and (max-width: 600px) {
  .p-challenge__content > div:nth-of-type(3) {
    margin-top: 0px;
  }
}
.p-challenge__content > div:nth-of-type(4) {
  grid-area: item4;
}
@media screen and (max-width: 600px) {
  .p-challenge__content > div:nth-of-type(4) {
    margin-top: -2px;
  }
}
@media screen and (max-width: 600px) and (max-width: 390px) {
  .p-challenge__content > div:nth-of-type(4) {
    margin-top: calc(-2 / 390 * 100vw);
  }
}
.p-challenge__content > .p-challenge__card--wrapper {
  margin-inline: auto;
}
.p-challenge__content > .p-challenge__card--wrapper .c-challenge__card {
  border-radius: 4px;
  background: rgba(244, 251, 255, 0.7);
}
.p-challenge__content > .p-challenge__card--wrapper:nth-of-type(1) .c-challenge__card {
  border-bottom: 12px solid #37a4db;
}
.p-challenge__content > .p-challenge__card--wrapper:nth-of-type(1) .c-challenge__card .c-challenge__card--title {
  background: #37a4db;
}
.p-challenge__content > .p-challenge__card--wrapper:nth-of-type(2) .c-challenge__card {
  border-bottom: 12px solid #2766ae;
}
.p-challenge__content > .p-challenge__card--wrapper:nth-of-type(2) .c-challenge__card .c-challenge__card--title {
  background: #2766ae;
}
.p-challenge__content > .p-challenge__card--wrapper:nth-of-type(3) .c-challenge__card {
  border-bottom: 12px solid #025178;
}
.p-challenge__content > .p-challenge__card--wrapper:nth-of-type(3) .c-challenge__card .c-challenge__card--title {
  background: #025178;
}
.p-challenge__content > .p-challenge__card--wrapper:nth-of-type(4) .c-challenge__card {
  border-bottom: 12px solid #023e78;
}
.p-challenge__content > .p-challenge__card--wrapper:nth-of-type(4) .c-challenge__card .c-challenge__card--title {
  background: #023e78;
}

.p-footer {
  overflow: hidden;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background: #e4eaf1;
  padding-top: 93px;
}
@media screen and (max-width: 1440px) {
  .p-footer {
    padding-top: calc(93 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-footer {
    padding-top: 47px;
    padding-bottom: 86px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-footer {
    padding-top: calc(47 / 390 * 100vw);
    padding-bottom: calc(86 / 390 * 100vw);
  }
}
.p-footer::before {
  content: "";
  width: 844px;
  height: 1132px;
  position: absolute;
  top: -92%;
  right: -5px;
  background-image: url("../img/img-footer-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .p-footer::before {
    width: calc(844 / 1440 * 100vw);
    height: calc(1132 / 1440 * 100vw);
    top: -92%;
    right: -5px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-footer::before {
    width: 335px;
    height: 450px;
    aspect-ratio: 67/90;
    top: 72%;
    right: -80px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-footer::before {
    width: calc(335 / 390 * 100vw);
    height: calc(450 / 390 * 100vw);
    right: calc(-80 / 390 * 100vw);
  }
}

.p-footer__inner {
  position: relative;
  width: 1240px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-footer__inner {
    width: calc(1240 / 1440 * 100vw);
    padding: calc(16 / 1440 * 100vw);
    gap: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 350px;
    padding: 0px;
    gap: 50px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-footer__inner {
    width: calc(350 / 390 * 100vw);
    gap: calc(50 / 390 * 100vw);
  }
}

.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
  width: 585px;
  height: 279px;
}
@media screen and (max-width: 1440px) {
  .p-footer__info {
    gap: calc(38 / 1440 * 100vw);
    width: calc(585 / 1440 * 100vw);
    height: calc(279 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-footer__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 178px;
    gap: 34px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-footer__info {
    height: calc(178 / 390 * 100vw);
    gap: calc(34 / 390 * 100vw);
  }
}

.p-footer__logo {
  width: 280.5px;
  height: auto;
  aspect-ratio: 280.5/68;
}
.p-footer__logo img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .p-footer__logo {
    width: calc(280.5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-footer__logo {
    width: 280.5px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-footer__logo {
    width: calc(280.5 / 390 * 100vw);
  }
}

.p-footer__address {
  color: #404559;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .p-footer__address {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-footer__address {
    font-size: 16px;
    line-height: 160%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-footer__address {
    font-size: calc(16 / 390 * 100vw);
  }
}
.p-footer__address span {
  margin-inline: 6px;
}
@media screen and (max-width: 1440px) {
  .p-footer__address span {
    margin-inline: calc(6 / 1440 * 100vw);
  }
}

.p-footer__copylight p {
  color: #404559;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 1440px) {
  .p-footer__copylight p {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-footer__copylight p {
    padding-top: 429px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-footer__copylight p {
    padding-top: calc(429 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
}

.p-footer__nav {
  width: 553px;
  height: 175px;
  padding-block: 22px 16px;
  padding-inline: 16px;
}
@media screen and (max-width: 1440px) {
  .p-footer__nav {
    width: calc(553 / 1440 * 100vw);
    height: calc(175 / 1440 * 100vw);
    padding-block: calc(22 / 1440 * 100vw) calc(16 / 1440 * 100vw);
    padding-inline: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-footer__nav {
    width: 350px;
    height: 328px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-footer__nav {
    width: calc(350 / 390 * 100vw);
    height: calc(328 / 390 * 100vw);
    padding-left: calc(16 / 390 * 100vw);
  }
}
.p-footer__nav ul {
  display: grid;
  grid-template-areas: "item1 item2" "item3 item4" "item5 item6";
  gap: 10px 58px;
}
@media screen and (max-width: 1440px) {
  .p-footer__nav ul {
    gap: calc(10 / 1440 * 100vw) calc(58 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-footer__nav ul {
    display: grid;
    grid-template-areas: "item1" "item3" "item5" "item2" "item4" "item6";
    gap: 26px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-footer__nav ul {
    gap: calc(26 / 390 * 100vw);
  }
}
.p-footer__nav ul li {
  height: 41px;
  color: #404559;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}
.p-footer__nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #404559;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__nav ul li:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .p-footer__nav ul li {
    height: calc(41 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-footer__nav ul li {
    font-size: 18px;
    height: 25px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-footer__nav ul li {
    font-size: calc(18 / 390 * 100vw);
    height: calc(25 / 390 * 100vw);
  }
}
.p-footer__nav ul li:nth-of-type(1) {
  grid-area: item1;
}
.p-footer__nav ul li:nth-of-type(2) {
  grid-area: item2;
}
.p-footer__nav ul li:nth-of-type(3) {
  grid-area: item3;
}
.p-footer__nav ul li:nth-of-type(4) {
  grid-area: item4;
}
.p-footer__nav ul li:nth-of-type(5) {
  grid-area: item5;
}
.p-footer__nav ul li:nth-of-type(6) {
  grid-area: item6;
}

.p-footer__sns {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 36px;
  padding: 16px;
}
.p-footer__sns svg {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .p-footer__sns {
    margin-top: calc(42 / 1440 * 100vw);
    gap: calc(36 / 1440 * 100vw);
    padding: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-footer__sns {
    gap: 35px;
    padding: 1px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-footer__sns {
    gap: calc(35 / 390 * 100vw);
    padding: calc(1 / 390 * 100vw);
  }
}

/* --- hover 共通（ロゴ + SNS） --- */
@media (any-hover: hover) {
  .p-footer__logo:hover img,
  .p-footer__sns > div:hover svg {
    opacity: 0.7;
  }
}
.p-culture {
  position: relative;
  padding-block: 120px;
  background: #f2f4f6;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1440px) {
  .p-culture {
    padding-block: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture {
    padding-block: 80px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture {
    padding-block: calc(80 / 390 * 100vw);
  }
}

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

.p-culture__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-culture__content1 {
  margin-top: 64px;
  padding-bottom: 120px;
}
@media screen and (min-width: 1441px) {
  .p-culture__content1 {
    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;
  }
}
@media screen and (max-width: 1440px) {
  .p-culture__content1 {
    margin-top: calc(64 / 1440 * 100vw);
    padding-bottom: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content1 {
    padding-inline: 20px;
    padding-top: 23px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content1 {
    padding-inline: calc(20 / 390 * 100vw);
    padding-top: calc(23 / 390 * 100vw);
  }
}

.p-culture__content1--inner,
.p-culture__content2--inner {
  width: 1240px;
  border-radius: 12px;
  padding-inline: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 1440px) {
  .p-culture__content1--inner,
  .p-culture__content2--inner {
    width: calc(1240 / 1440 * 100vw);
    padding-inline: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content1--inner,
  .p-culture__content2--inner {
    padding-inline: 0px;
    width: 350px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content1--inner,
  .p-culture__content2--inner {
    width: calc(350 / 390 * 100vw);
  }
}

.p-culture__content2--inner {
  margin-top: 19px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-culture__content2--inner {
    margin-top: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content2--inner {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content2--inner {
    margin-top: calc(15 / 390 * 100vw);
  }
}

.p-culture__content1--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1160px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 23px 28px;
  gap: 40px;
  padding-inline: 34px;
}
@media screen and (max-width: 1440px) {
  .p-culture__content1--card {
    width: calc(1160 / 1440 * 100vw);
    gap: calc(40 / 1440 * 100vw);
    padding-block: calc(28 / 1440 * 100vw) calc(23 / 1440 * 100vw);
    padding-inline: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content1--card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 28px 28px;
    gap: 32px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content1--card {
    padding-block: calc(28 / 390 * 100vw) calc(28 / 390 * 100vw);
    gap: calc(32 / 390 * 100vw);
  }
}

.p-culture__content1--inner .p-culture__content1--card:not(:last-child),
.p-culture__content2--inner .p-culture__content1--card:not(:last-child) {
  border-bottom: 2px solid #c4ccd7;
}

.p-culture__content1--title-icon {
  width: 63.882px;
  height: 63.882px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) {
  .p-culture__content1--title-icon {
    width: calc(63.882 / 1440 * 100vw);
    height: calc(63.882 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content1--title-icon {
    width: 63.882px;
    height: 63.882px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content1--title-icon {
    width: calc(63.882 / 390 * 100vw);
    height: calc(63.882 / 390 * 100vw);
  }
}

.p-culture__content1--item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1440px) {
  .p-culture__content1--item-text {
    gap: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content1--item-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 318px;
    gap: 27px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content1--item-text {
    width: calc(318 / 390 * 100vw);
    gap: calc(27 / 390 * 100vw);
  }
}
.p-culture__content1--item-text .p-culture__content1--item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 30px;
  gap: 12px;
  width: 395px;
}
@media screen and (max-width: 1440px) {
  .p-culture__content1--item-text .p-culture__content1--item-title {
    width: calc(395 / 1440 * 100vw);
    gap: calc(12 / 1440 * 100vw);
    padding-block: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content1--item-text .p-culture__content1--item-title {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-culture__content1--item-text .p-culture__content1--item-title h3 {
  color: #023e78;
  /* 見出し3日本語 */
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
}
@media screen and (max-width: 1440px) {
  .p-culture__content1--item-text .p-culture__content1--item-title h3 {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content1--item-text .p-culture__content1--item-title h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content1--item-text .p-culture__content1--item-title h3 {
    font-size: calc(18 / 390 * 100vw);
  }
}
.p-culture__content1--item-text .p-culture__content1--item-title p {
  color: #023e78;
  font-family: Jost;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .p-culture__content1--item-text .p-culture__content1--item-title p {
    font-size: calc(14 / 1440 * 100vw);
    letter-spacing: calc(0.42 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content1--item-text .p-culture__content1--item-title p {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.39px;
    text-transform: uppercase;
    text-align: center;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content1--item-text .p-culture__content1--item-title p {
    font-size: calc(13 / 390 * 100vw);
    letter-spacing: calc(0.39 / 390 * 100vw);
  }
}
.p-culture__content1--item-text p {
  line-break: strict;
  width: 561px;
  color: #404559;
  /* 本文中 */
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .p-culture__content1--item-text p {
    width: calc(561 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content1--item-text p {
    font-size: 15px;
    width: 318px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content1--item-text p {
    font-size: calc(15 / 390 * 100vw);
    width: calc(318 / 390 * 100vw);
  }
}

.p-culture__cta {
  position: relative;
  width: 100%;
  height: 380px;
  background-image: url("../img/img-culture-cta.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 600px) {
  .p-culture__cta {
    margin-block: 45px 0;
  }
}
@media screen and (max-width: 600px) and (max-width: 390px) {
  .p-culture__cta {
    margin-block: calc(45 / 390 * 100vw) 0;
  }
}
.p-culture__cta img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-culture__content2 {
  padding-top: 127px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  .p-culture__content2 {
    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;
  }
}
@media screen and (max-width: 1440px) {
  .p-culture__content2 {
    padding-top: calc(127 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content2 {
    padding-top: 83px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content2 {
    padding-top: calc(83 / 390 * 100vw);
  }
}
.p-culture__content2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -21%;
  right: -47%;
  background-image: url("../img/img-culture-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .p-culture__content2::before {
    top: -21%;
    right: -47%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content2::before {
    width: 289px;
    height: auto;
    aspect-ratio: 289/313;
    top: -60px;
    right: -70px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content2::before {
    width: calc(289 / 390 * 100vw);
    top: calc(-60 / 390 * 100vw);
    right: calc(-70 / 390 * 100vw);
  }
}

.p-culture__content2--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1440px) {
  .p-culture__content2--title {
    gap: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content2--title {
    gap: 13px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content2--title {
    gap: calc(13 / 390 * 100vw);
  }
}
@media screen and (max-width: 600px) {
  .p-culture__content2--title svg {
    width: 20px;
  }
}
@media screen and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content2--title svg {
    width: calc(20 / 390 * 100vw);
  }
}
.p-culture__content2--title h4 {
  color: #404559;
  /* 見出し3日本語 */
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .p-culture__content2--title h4 {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-culture__content2--title h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-culture__content2--title h4 {
    font-size: calc(20 / 390 * 100vw);
  }
}

/* ===========================
   CTA 全体
   =========================== */
.p-cta {
  background: #e4eaf1;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-cta {
    padding: calc(30 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-cta {
    padding-block: 17px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-cta {
    padding-block: calc(17 / 390 * 100vw);
  }
}

/* ===========================
   内側レイアウト
   =========================== */
.p-cta__inner {
  width: 1376px;
  height: auto;
  aspect-ratio: 1376/636;
  margin-inline: auto;
  border-radius: 8px;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
  position: relative;
  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;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-cta__inner {
    width: calc(1376 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 366px;
    height: 403px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-cta__inner {
    width: calc(366 / 390 * 100vw);
    height: calc(403 / 390 * 100vw);
  }
}

/* ===========================
   CAST（左右の画像）
   ※ 初期状態は中央で閉じている
   =========================== */
.p-cta__cast1,
.p-cta__cast2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 48.5%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: 1784px;
          perspective: 1784px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .p-cta__cast1,
  .p-cta__cast2 {
    -webkit-perspective: calc(1784 / 1440 * 100vw);
            perspective: calc(1784 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-cta__cast1,
  .p-cta__cast2 {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-perspective: none;
            perspective: none;
    margin-bottom: 16px;
  }
}

/* 左扉 */
.p-cta__cast1 {
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* 右扉 */
.p-cta__cast2 {
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-cta__cast1 img,
.p-cta__cast2 img {
  width: 100%; /* 扉幅いっぱい（= 688px） */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); /* 初期は閉じている */
  -webkit-transition: -webkit-transform 1.2s ease;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

/* 左画像の軸は左側 */
.p-cta__cast1 img {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

/* 右画像の軸は右側 */
.p-cta__cast2 img {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

/* ===========================
   テキスト（初期は非表示）
   =========================== */
.p-cta__content {
  z-index: 2;
  text-align: center;
  opacity: 0; /* 初期：見えない */
  -webkit-transform: translateY(20px);
          transform: translateY(20px); /* 少し下げておく */
  -webkit-transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s, -webkit-transform 0.8s ease 0.3s;
}

.p-cta__title h3 {
  color: #fff;
  font-family: "Jost";
  font-size: 56px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .p-cta__title h3 {
    font-size: calc(56 / 1440 * 100vw);
    letter-spacing: calc(1.68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-cta__title h3 {
    width: 350px;
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-cta__title h3 {
    width: calc(350 / 390 * 100vw);
    font-size: calc(32 / 390 * 100vw);
    letter-spacing: calc(1.6 / 390 * 100vw);
  }
}
.p-cta__title p {
  margin-top: 35px;
  color: #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 1440px) {
  .p-cta__title p {
    margin-top: calc(35 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-cta__title p {
    margin-top: 25px;
    font-size: 14px;
    width: 350px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-cta__title p {
    margin-top: calc(25 / 390 * 100vw);
    font-size: calc(14 / 390 * 100vw);
    width: calc(350 / 390 * 100vw);
  }
}

.p-cta-btn {
  margin-top: 56px;
}
@media screen and (max-width: 1440px) {
  .p-cta-btn {
    margin-top: calc(56 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-cta-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-cta-btn {
    margin-top: calc(40 / 390 * 100vw);
  }
}

/* ===========================
   CTA が見えたときの状態
   （扉が30°開いて文字が出る）
   =========================== */
.p-cta.p-cta--visible .p-cta__cast1 img {
  -webkit-transform: rotateY(50deg);
          transform: rotateY(50deg); /* 左扉が30°開く */
}

.p-cta.p-cta--visible .p-cta__cast2 img {
  -webkit-transform: rotateY(-50deg);
          transform: rotateY(-50deg); /* 右扉が30°開く */
}

.p-cta.p-cta--visible .p-cta__content {
  opacity: 1; /* 文字表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-cta__cast1 img,
.p-cta__cast2 img {
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.2));
}

/* ===========================
   FV（ファーストビュー）
   =========================== */
.p-fv {
  position: relative;
  height: calc(768 / 1440 * 100vw);
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
}
@media screen and (max-width: 1440px) {
  .p-fv {
    height: calc(768 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-fv {
    height: calc(520 / 390 * 100vw);
    height: calc(708 / 390 * 100vw);
  }
}

.p-fv__inner {
  padding-top: calc(45 / 1440 * 100vw);
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-fv__inner {
    padding-top: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-fv__inner {
    padding-top: calc(40 / 390 * 100vw);
  }
}

/* ===========================
   Swiper（背景）
   =========================== */
.fv__swiper {
  position: absolute;
  width: 100%;
  height: calc(560 / 1440 * 100vw);
}
@media screen and (max-width: 1440px) {
  .fv__swiper {
    height: calc(560 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .fv__swiper {
    height: calc(520 / 390 * 100vw);
  }
}

.fv__swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

/* 画像ごとに横幅バラバラ（タイル幅は自動） */
.fv__swiper .swiper-slide {
  width: auto !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: calc(20 / 1440 * 100vw);
}
@media screen and (max-width: 1440px) {
  .fv__swiper .swiper-slide {
    margin-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .fv__swiper .swiper-slide {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .fv__swiper .swiper-slide {
    margin-right: calc(20 / 390 * 100vw);
  }
}

/* 高さだけ FV にフィットさせて、比率はそのまま */
.fv__swiper .swiper-slide img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* ===========================
   FV コピー
   =========================== */
.p-fv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(20 / 1440 * 100vw);
  position: absolute;
  left: calc(38 / 1440 * 100vw);
  bottom: calc(107 / 1440 * 100vw);
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .p-fv__copy {
    gap: calc(20 / 1440 * 100vw);
    left: calc(38 / 1440 * 100vw);
    bottom: calc(107 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-fv__copy {
    display: none;
  }
}
.p-fv__copy p {
  background: rgba(255, 255, 255, 0.7);
  padding: calc(8 / 1440 * 100vw) calc(24 / 1440 * 100vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #023e78;
  font-family: Jost;
  font-size: calc(64 / 1440 * 100vw);
  font-style: italic;
  line-height: 130%;
  letter-spacing: calc(1.28 / 1440 * 100vw);
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .p-fv__copy p {
    padding: calc(8 / 1440 * 100vw) calc(24 / 1440 * 100vw);
    font-size: calc(64 / 1440 * 100vw);
    letter-spacing: calc(1.28 / 1440 * 100vw);
  }
}

.p-fv__copy--sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-fv__copy--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 390 * 100vw);
    position: absolute;
    left: calc(20 / 390 * 100vw);
    bottom: calc(108 / 390 * 100vw);
    z-index: 10;
  }
  .p-fv__copy--sp p {
    background: rgba(255, 255, 255, 0.7);
    padding: 6px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #023e78;
    font-family: Jost;
    font-size: calc(32 / 390 * 100vw);
    font-style: italic;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: calc(0.64 / 390 * 100vw);
    text-transform: uppercase;
  }
}

.p-faq {
  overflow: hidden;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #e4eaf1;
  padding-block: 125px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-faq {
    padding-block: calc(125 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-faq {
    padding-block: 95px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-faq {
    padding-block: calc(95 / 390 * 100vw);
  }
}
.p-faq::before {
  content: "";
  width: 725px;
  height: 756px;
  position: absolute;
  top: 40%;
  left: -5%;
  background-image: url("../img/img-faq-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .p-faq::before {
    width: calc(725 / 1440 * 100vw);
    height: calc(756 / 1440 * 100vw);
    top: 40%;
    left: -5%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-faq::before {
    width: 317px;
    height: 343px;
    top: 86%;
    left: -11%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-faq::before {
    width: calc(317 / 390 * 100vw);
    height: calc(343 / 390 * 100vw);
  }
}

.p-faq__inner {
  width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 160px;
  margin-inline: 100px;
}
@media screen and (min-width: 1441px) {
  .p-faq__inner {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1440px) {
  .p-faq__inner {
    width: calc(1240 / 1440 * 100vw);
    margin-inline: calc(100 / 1440 * 100vw);
    gap: calc(160 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 350px;
    margin-inline: 20px;
    gap: 40px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-faq__inner {
    width: calc(350 / 390 * 100vw);
    margin-inline: calc(20 / 390 * 100vw);
    gap: calc(40 / 390 * 100vw);
  }
}

.p-faq__title {
  width: 200px;
}
@media screen and (max-width: 1440px) {
  .p-faq__title {
    width: calc(200 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-faq__title {
    width: 200px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-faq__title {
    width: calc(200 / 390 * 100vw);
  }
}

.p-faq__contents {
  position: relative;
  z-index: 10;
}
.p-faq__contents::before {
  content: "";
  width: 317px;
  height: 317px;
  position: absolute;
  top: -10%;
  left: 85%;
  border-radius: 317px;
  opacity: 0.5;
  background: #afd2e7;
  -webkit-filter: blur(75px);
          filter: blur(75px);
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  .p-faq__contents::before {
    width: calc(317 / 1440 * 100vw);
    height: calc(317 / 1440 * 100vw);
    top: 0%;
    left: 85%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-faq__contents::before {
    width: 183px;
    height: 183px;
    top: -20%;
    left: 55%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-faq__contents::before {
    width: calc(183 / 390 * 100vw);
    height: calc(183 / 390 * 100vw);
  }
}
.p-faq__contents::after {
  content: "";
  width: 317px;
  height: 317px;
  position: absolute;
  top: 62%;
  left: 70%;
  border-radius: 317px;
  opacity: 0.5;
  background: #afd2e7;
  -webkit-filter: blur(75px);
          filter: blur(75px);
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .p-faq__contents::after {
    width: calc(317 / 1440 * 100vw);
    height: calc(317 / 1440 * 100vw);
    top: 62%;
    left: 70%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-faq__contents::after {
    width: 183px;
    height: 183px;
    top: 52%;
    left: 50%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-faq__contents::after {
    width: calc(183 / 390 * 100vw);
    height: calc(183 / 390 * 100vw);
  }
}

.inner {
  position: relative;
}

.p-faq__items {
  width: 880px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .p-faq__items {
    width: calc(880 / 1440 * 100vw);
    gap: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-faq__items {
    width: 350px;
    gap: 20px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-faq__items {
    width: calc(350 / 390 * 100vw);
    gap: calc(20 / 390 * 100vw);
  }
}

.p-faq__item {
  border-radius: 4px;
  background: #f2f4f6;
  padding-block: 15px;
}
@media screen and (max-width: 1440px) {
  .p-faq__item {
    padding-block: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-faq__item {
    padding-block: 6px 13px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-faq__item {
    padding-block: calc(6 / 390 * 100vw) calc(13 / 390 * 100vw);
  }
}

/* -------------------------
   summary（質問部分）
-------------------------- */
summary {
  display: block;
  position: relative;
  /* 左に：Qアイコン → その右に：スペース → 本文 */
  padding: 16px 40px 16px 108px;
  list-style: none;
  border-bottom: none;
  color: #404559;
  /* 本文大 */
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* Qアイコン（左） */
  /* ▼のSVG（閉じているとき） */
}
@media screen and (max-width: 1440px) {
  summary {
    padding: calc(16 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(16 / 1440 * 100vw) calc(108 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  summary {
    font-size: 15px;
    padding: 13px 40px 12.75px 49px;
    width: 100%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  summary {
    font-size: calc(15 / 390 * 100vw);
    padding: calc(13 / 390 * 100vw) calc(40 / 390 * 100vw) calc(12.75 / 390 * 100vw) calc(49 / 390 * 100vw);
  }
}
summary::before {
  content: "Q";
  width: 36px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 244, 0, 0.4);
  color: #023e78;
  border-radius: 50%;
  font-family: Jost;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  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;
}
@media screen and (max-width: 1440px) {
  summary::before {
    width: calc(36 / 1440 * 100vw);
    left: calc(52 / 1440 * 100vw);
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  summary::before {
    font-size: 22px;
    top: 47%;
    left: 12px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  summary::before {
    font-size: calc(22 / 390 * 100vw);
    left: calc(12 / 390 * 100vw);
    width: calc(28 / 390 * 100vw);
    height: calc(28 / 390 * 100vw);
  }
}
summary::after {
  content: "";
  position: absolute;
  right: 52px;
  top: 48%;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* 下向きのSVG（閉じているとき） */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M26 12L16 22L6 12' stroke='%230961B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1440px) {
  summary::after {
    width: calc(32 / 1440 * 100vw);
    height: calc(32 / 1440 * 100vw);
    right: calc(52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  summary::after {
    width: 32px;
    height: 32px;
    right: 12px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  summary::after {
    width: calc(32 / 390 * 100vw);
    height: calc(32 / 390 * 100vw);
    right: calc(12 / 390 * 100vw);
  }
}
summary::-webkit-details-marker {
  display: none;
}
@media (any-hover: hover) {
  summary:hover {
    cursor: pointer;
  }
}

/* -------------------------
   回答部分
-------------------------- */
.p-faq__content {
  color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (min-width: 1441px) {
  .p-faq__content {
    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;
  }
}
@media screen and (max-width: 1440px) {
  .p-faq__content {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-faq__content {
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-faq__content {
    font-size: calc(15 / 390 * 100vw);
  }
}

/* -------------------------
   open のとき
-------------------------- */
/* 下線だけ 95% 幅で中央に表示（summary幅は100%のまま） */
.p-faq__item[open] > summary {
  margin-bottom: 12px;
  /* 背景に下線を描画 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c6d5e7), to(#c6d5e7));
  background-image: linear-gradient(#c6d5e7, #c6d5e7);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 95% 1px;
}
@media screen and (max-width: 1440px) {
  .p-faq__item[open] > summary {
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-faq__item[open] > summary {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-faq__item[open] > summary {
    margin-bottom: calc(8 / 390 * 100vw);
  }
}

/* 上向きの SVG（open のとき） */
.p-faq__item[open] > summary::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M6 20L16 10L26 20' stroke='%230961B6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* -------------------------
   回答部分
-------------------------- */
.p-faq__content {
  padding-block: 6px;
  padding-inline: 52px;
}
@media screen and (max-width: 1440px) {
  .p-faq__content {
    padding-inline: calc(52 / 1440 * 100vw);
    padding-block: calc(6 / 1440 * 100vw);
  }
}

/* ==========================
   BUSINESS Section
========================== */
.p-business {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#0291d9), to(#023e78));
  background: linear-gradient(270deg, #0291d9 0%, #023e78 100%);
}

/* タブ＋スライダーのラッパー（スクロール量計算の基準） */
.p-business__sticky {
  position: relative;
}

/* タブ */
.p-business__tabs {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  position: sticky;
  top: 23px;
  z-index: 5;
}
@media screen and (max-width: 1440px) {
  .p-business__tabs {
    margin-top: calc(64 / 1440 * 100vw);
    gap: calc(16 / 1440 * 100vw);
    top: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business__tabs {
    margin-top: 40px;
    gap: 18px 8px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business__tabs {
    margin-top: calc(40 / 390 * 100vw);
    gap: calc(18 / 390 * 100vw) calc(8 / 390 * 100vw);
  }
}

.p-business-tab {
  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: start;
  width: 298px;
  border-radius: 4px;
  border: 1px solid #0961b6;
  cursor: pointer;
  padding-block: 20px 17px;
  padding-inline: 0px 20px;
  background: #e4eaf1;
  color: #023e78;
  /* 見出し日本語 */
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.8px;
  gap: 6px;
  -webkit-transition: background 0.2s ease, color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease;
  transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
@media screen and (max-width: 1440px) {
  .p-business-tab {
    width: calc(298 / 1440 * 100vw);
    padding-inline: calc(0 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    padding-block: calc(20 / 1440 * 100vw) calc(17 / 1440 * 100vw);
    gap: calc(6 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    letter-spacing: calc(1.8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-tab {
    width: 171px;
    padding-block: 7px 3px;
    padding-inline: 0 8px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-tab {
    width: calc(171 / 390 * 100vw);
    padding-block: calc(7 / 390 * 100vw) calc(3 / 390 * 100vw);
    padding-inline: 0 calc(8 / 390 * 100vw);
  }
}
.p-business-tab .p-business__tab--text {
  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: start;
  padding-left: 15px;
}
@media screen and (max-width: 1440px) {
  .p-business-tab .p-business__tab--text {
    padding-left: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-tab .p-business__tab--text {
    padding-left: 7px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-tab .p-business__tab--text {
    padding-left: calc(7 / 390 * 100vw);
  }
}
.p-business-tab .p-business-tab__en p {
  color: #023e78;
  font-family: Jost;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 1440px) {
  .p-business-tab .p-business-tab__en p {
    font-size: calc(12 / 1440 * 100vw);
    letter-spacing: calc(1.1 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-tab .p-business-tab__en p {
    font-size: 8px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-tab .p-business-tab__en p {
    font-size: calc(8 / 390 * 100vw);
  }
}
.p-business-tab .p-business-tab__ja {
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-business-tab .p-business-tab__ja {
    padding-top: calc(7 / 1440 * 100vw);
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-tab .p-business-tab__ja {
    -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: start;
    padding-top: 4px;
    gap: 1px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-tab .p-business-tab__ja {
    padding-top: calc(4 / 390 * 100vw);
    gap: calc(1 / 390 * 100vw);
  }
}
.p-business-tab .p-business-tab__ja span:nth-of-type(1) {
  color: #023e78;
  font-family: Jost;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 1440px) {
  .p-business-tab .p-business-tab__ja span:nth-of-type(1) {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-tab .p-business-tab__ja span:nth-of-type(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-tab .p-business-tab__ja span:nth-of-type(1) {
    font-size: calc(14 / 390 * 100vw);
  }
}
.p-business-tab .p-business-tab__ja span:nth-of-type(2) {
  color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1440px) {
  .p-business-tab .p-business-tab__ja span:nth-of-type(2) {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-tab .p-business-tab__ja span:nth-of-type(2) {
    font-size: 13px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-tab .p-business-tab__ja span:nth-of-type(2) {
    font-size: calc(13 / 390 * 100vw);
  }
}

.p-business-tab-num {
  font-weight: 700;
}

.p-business-tab-label {
  font-weight: 500;
}

.p-business-tab:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  background: rgba(151, 126, 115, 0.2);
}

.p-business-tab.is-active {
  border-radius: 4px;
  border: 1px solid #fff;
  background: #023e78;
  color: #fff;
}
.p-business-tab.is-active p {
  color: #fff;
}
.p-business-tab.is-active span:nth-of-type(1) {
  color: #fff;
}
.p-business-tab.is-active span:nth-of-type(2) {
  color: #fff;
}

/* Business セクション最後まで来たらタブの固定を解除 */
.p-business.is-end .p-business__tabs {
  position: static;
}

/* ==========================
   Slider（PC）
========================== */
/* カード群を貼り付けておくコンテナ */
.p-business__slider {
  margin-top: 32px;
  position: sticky;
  top: 125px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .p-business__slider {
    top: calc(125 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business__slider {
    top: 200px !important;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business__slider {
    top: calc(200 / 390 * 100vw) !important;
    margin-top: calc(35 / 390 * 100vw);
  }
}

/* 横方向に並ぶトラック */
.p-business__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 1440px) {
  .p-business__track {
    -webkit-column-gap: calc(24 / 1440 * 100vw);
       -moz-column-gap: calc(24 / 1440 * 100vw);
            column-gap: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business__track {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business__track {
    -webkit-column-gap: calc(16 / 390 * 100vw);
       -moz-column-gap: calc(16 / 390 * 100vw);
            column-gap: calc(16 / 390 * 100vw);
  }
}

/* 1枚1枚のカード（横に並べる） */
.p-business-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 608px;
          flex: 0 0 608px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 806px;
}
@media screen and (max-width: 1440px) {
  .p-business-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(608 / 1440 * 100vw);
            flex: 0 0 calc(608 / 1440 * 100vw);
    height: calc(806 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 312px;
            flex: 0 0 312px;
    height: 682px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(312 / 390 * 100vw);
            flex: 0 0 calc(312 / 390 * 100vw);
    height: calc(682 / 390 * 100vw);
  }
}

/* カードの中身 */
.p-business-card__inner {
  margin-top: 20px;
  width: 100%;
  border-radius: 4px;
  background: #e4eaf1;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .p-business-card__inner {
    margin-top: calc(20 / 1440 * 100vw);
    padding: calc(28 / 1440 * 100vw);
    gap: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__inner {
    margin-top: 8px;
    position: relative;
    width: 312px;
    padding: 12px;
    gap: 10px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__inner {
    margin-top: calc(8 / 390 * 100vw);
    position: relative;
    width: calc(312 / 390 * 100vw);
    padding: calc(12 / 390 * 100vw);
    gap: calc(10 / 390 * 100vw);
  }
}

/* タイトル周り */
.p-business-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1440px) {
  .p-business-card__title {
    gap: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__title {
    gap: 6px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__title {
    gap: calc(6 / 390 * 100vw);
  }
}
.p-business-card__title p {
  color: #023e78;
  font-family: Jost;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .p-business-card__title p {
    font-size: calc(16 / 1440 * 100vw);
    letter-spacing: calc(0.48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__title p {
    font-size: 12px;
    letter-spacing: 0.36px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__title p {
    font-size: calc(12 / 390 * 100vw);
    letter-spacing: calc(0.36 / 390 * 100vw);
  }
}

.p-business-card__title--ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
}
@media screen and (max-width: 1440px) {
  .p-business-card__title--ja {
    gap: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__title--ja {
    gap: 12px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__title--ja {
    gap: calc(12 / 390 * 100vw);
  }
}
.p-business-card__title--ja span {
  color: #023e78;
  font-family: Jost;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 1440px) {
  .p-business-card__title--ja span {
    font-size: calc(28 / 1440 * 100vw);
    letter-spacing: 0.55px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__title--ja span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__title--ja span {
    font-size: calc(20 / 390 * 100vw);
    letter-spacing: calc(0.6 / 390 * 100vw);
  }
}
.p-business-card__title--ja h4 {
  color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .p-business-card__title--ja h4 {
    font-size: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__title--ja h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__title--ja h4 {
    font-size: calc(18 / 390 * 100vw);
  }
}

/* 画像 */
.p-business-card__img {
  width: 552px;
  height: 310px;
}
@media screen and (max-width: 1440px) {
  .p-business-card__img {
    width: calc(552 / 1440 * 100vw);
    height: calc(310 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__img {
    width: 288px;
    height: 162px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__img {
    width: calc(288 / 390 * 100vw);
    height: calc(162 / 390 * 100vw);
  }
}
.p-business-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* テキスト部分 */
.p-business-card__desc h5 {
  color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .p-business-card__desc h5 {
    font-size: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__desc h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__desc h5 {
    font-size: calc(15 / 390 * 100vw);
  }
}
.p-business-card__desc ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1440px) {
  .p-business-card__desc ul {
    margin: 0 0 calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__desc ul {
    margin: 6px 0 24px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__desc ul {
    margin: calc(6 / 390 * 100vw) 0 calc(24 / 390 * 100vw);
  }
}
.p-business-card__desc li {
  color: #404559;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 1440px) {
  .p-business-card__desc li {
    font-size: calc(16 / 1440 * 100vw);
    padding-left: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__desc li {
    font-size: 14px;
    padding-left: 21px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__desc li {
    font-size: calc(14 / 390 * 100vw);
    padding-left: calc(21 / 390 * 100vw);
  }
}
.p-business-card__desc li::after {
  content: "・";
  position: absolute;
  left: 0;
  width: 10px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .p-business-card__desc li::after {
    width: calc(10 / 390 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__desc li::after {
    width: 10px;
    top: 0;
    left: 4px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__desc li::after {
    width: calc(10 / 390 * 100vw);
    left: calc(4 / 390 * 100vw);
  }
}

.p-business-card__desc--content h5 {
  color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .p-business-card__desc--content h5 {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__desc--content h5 {
    margin-top: 3px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__desc--content h5 {
    margin-top: calc(3 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
  }
}

.p-business-card__recruit h5 {
  color: #023e78;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 1440px) {
  .p-business-card__recruit h5 {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) {
  .p-business-card__recruit h5 {
    margin-top: 3px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__recruit h5 {
    margin-top: calc(3 / 390 * 100vw);
    font-size: calc(15 / 390 * 100vw);
  }
}

@media screen and (max-width: 600px) {
  .p-business-card__cta {
    width: 288px;
    position: absolute;
    bottom: 10px;
  }
}
@media screen and (max-width: 600px) and (max-width: 390px) {
  .p-business-card__cta {
    width: calc(288 / 390 * 100vw);
    bottom: calc(10 / 390 * 100vw);
  }
}

.p-business-card__btn {
  width: 100%;
}

.u-color-font-blue--gradient {
  background: -webkit-gradient(linear, right top, left top, from(#0a9ae5), to(#023e78));
  background: linear-gradient(270deg, #0a9ae5 0%, #023e78 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.u-color-bg-blue--gradient {
  background: -webkit-gradient(linear, right top, left top, from(#0a9ae5), to(#023e78));
  background: linear-gradient(270deg, #0a9ae5 0%, #023e78 100%);
}

.u-color-font-light-black {
  color: #404559;
}

.u-color-font-white {
  color: #fff;
}