@charset "UTF-8";
:root {
  --font-family-base: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-en: "Akshar", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 400;
}

:root {
  --color-base: #2B2B2B;
  --color-placeholder: #2B2B2B;
  --color-blue-dark: #001776;
  --color-cyan: #00B5CC;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1920;
  --width-pc-design-content: 1380;
  --width-pc-design-content-percent: 98%;
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * .05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 375;
  --width-sp-design-content: 347;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .5;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
  --transition-animation-base: .4s;
  --transition-animation-sub: .6s;
}

.p-fv {
  padding-top: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 5.6rem;
  }
}
.p-fv .c-wrap {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-fv .c-wrap {
    width: 98%;
  }
}
.p-fv .hgroup {
  grid-row: 1;
  grid-column: 1;
  padding-left: 1.4rem;
}
.p-fv .hgroup_en {
  position: relative;
  z-index: 1;
  width: 70.1rem;
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 767px) {
  .p-fv .hgroup_en {
    width: 26.8rem;
  }
}
.p-fv .hgroup_en::after {
  content: "";
  position: absolute;
  top: 3.3rem;
  right: -10.3rem;
  z-index: -1;
  width: 14.3rem;
  height: 14.3rem;
  border: 3.5rem solid #003F89;
  border-radius: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% 50%, 0 50%);
}
@media screen and (max-width: 767px) {
  .p-fv .hgroup_en::after {
    top: 2.2rem;
    right: -2.7rem;
    width: 4.1rem;
    height: 4.1rem;
    border-width: 1.1rem;
  }
}
.p-fv .hgroup_jp {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 1;
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-fv .hgroup_jp {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    margin-top: 0.8rem;
    padding-left: 0.4rem;
  }
}
.p-fv .hexagon {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  translate: 9.7rem 0;
  rotate: 0deg;
  margin: 12.4rem 0 0 auto;
  width: 77rem;
  height: 66.7rem;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  animation: hexagon-rotate 180s linear infinite;
  -webkit-mask: radial-gradient(circle 9.8rem at center, transparent 99%, black 100%);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
@media screen and (max-width: 767px) {
  .p-fv .hexagon {
    margin-top: 14rem;
    width: calc(271 / var(--width-sp-design) * 100vw);
    height: calc(234.75 / var(--width-sp-design) * 100vw);
    translate: calc(85 / var(--width-sp-design) * 100vw) 0;
    -webkit-mask: radial-gradient(circle calc(34 / var(--width-sp-design) * 100vw) at center, transparent 99%, black 100%);
  }
}
@keyframes hexagon-rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.p-fv .hexagon_item {
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% -100%;
  width: 50%;
  height: 50%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform-origin: top center;
}
.p-fv .hexagon_item:nth-child(1) {
  rotate: 120deg;
  opacity: 1;
}
.p-fv .hexagon_item:nth-child(1) .hexagon_item_img {
  rotate: -120deg;
  animation: hexagon-item-img-01 180s linear infinite reverse;
}
@keyframes hexagon-item-img-01 {
  0% {
    rotate: -120deg;
  }
  100% {
    rotate: 240deg;
  }
}
.p-fv .hexagon_item:nth-child(2) {
  rotate: 180deg;
  opacity: 1;
}
.p-fv .hexagon_item:nth-child(2) .hexagon_item_img {
  rotate: -180deg;
  animation: hexagon-item-img-02 180s linear infinite reverse;
}
@keyframes hexagon-item-img-02 {
  0% {
    rotate: -180deg;
  }
  100% {
    rotate: 180deg;
  }
}
.p-fv .hexagon_item:nth-child(3) {
  rotate: 240deg;
}
.p-fv .hexagon_item:nth-child(3) .hexagon_item_img {
  rotate: -240deg;
  animation: hexagon-item-img-03 180s linear infinite reverse;
}
@keyframes hexagon-item-img-03 {
  0% {
    rotate: -240deg;
  }
  100% {
    rotate: 120deg;
  }
}
.p-fv .hexagon_item:nth-child(4) {
  rotate: 300deg;
}
.p-fv .hexagon_item:nth-child(4) .hexagon_item_img {
  rotate: -300deg;
  animation: hexagon-item-img-04 180s linear infinite reverse;
}
@keyframes hexagon-item-img-04 {
  0% {
    rotate: -300deg;
  }
  100% {
    rotate: 60deg;
  }
}
.p-fv .hexagon_item:nth-child(5) .hexagon_item_img {
  animation: hexagon-item-img-05 180s linear infinite reverse;
}
@keyframes hexagon-item-img-05 {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.p-fv .hexagon_item:nth-child(6) {
  rotate: 60deg;
}
.p-fv .hexagon_item:nth-child(6) .hexagon_item_img {
  rotate: -60deg;
  animation: hexagon-item-img-06 180s linear infinite reverse;
}
@keyframes hexagon-item-img-06 {
  0% {
    rotate: -60deg;
  }
  100% {
    rotate: 300deg;
  }
}
.p-fv .hexagon_item_img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 135%;
}
.p-fv .hexagon_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-fv .deco {
  grid-row: 1;
  grid-column: 1;
  position: relative;
  margin: 36.9rem 0 0 1.4rem;
  width: 47.4rem;
}
@media screen and (max-width: 767px) {
  .p-fv .deco {
    margin: 14.7rem 0 0 1.9rem;
    width: calc(118 / var(--width-sp-design) * 100vw);
  }
}
.p-fv .deco .deco_item {
  opacity: 0;
  transition: opacity 0.25s linear;
}
.p-fv .deco .deco_item.is-show {
  opacity: 1;
}
.p-fv .deco .deco_item.is-show .deco_item_path,
.p-fv .deco .deco_item.is-show .deco_item_circle {
  stroke-dasharray: var(--_stroke-length, 2000);
  stroke-dashoffset: var(--_stroke-length, 2000);
  animation-name: stroke-draw, stroke-hold;
  animation-duration: var(--_dur-draw, 1s), var(--_dur-hold, 0s);
  animation-timing-function: linear, linear;
  animation-fill-mode: forwards, forwards;
  animation-iteration-count: 1, 1;
  animation-delay: 0s, var(--_dur-draw, 1s);
}
.p-fv .deco_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-fv .deco_item_path, .p-fv .deco_item_circle {
  shape-rendering: geometricPrecision;
  transform-box: fill-box;
}
@media screen and (min-width: 768px) {
  .p-fv .deco_item_path, .p-fv .deco_item_circle {
    vector-effect: non-scaling-stroke;
  }
}
.p-fv .deco_item._01 {
  width: 100%;
}
.p-fv .deco_item._02 {
  width: 46.6rem;
}
.p-fv .deco_item._03 {
  width: 44.4rem;
}
@keyframes stroke-draw {
  0% {
    stroke-dashoffset: var(--_stroke-length, 2000);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes stroke-hold {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.p-business {
  margin-top: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-business {
    margin-top: 6.2rem;
  }
}
.p-business .c-wrap {
  position: relative;
}
.p-business .intro {
  position: relative;
  padding: 8.1rem 4.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-business .intro {
    display: grid;
    align-items: center;
    grid-template-columns: 35rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-business .intro {
    padding: 1.5rem calc(16 / var(--width-sp-design) * 100vw) 0;
  }
}
.p-business .intro_hgroup {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-business .intro_hgroup {
    text-align: center;
    margin-inline: auto;
    width: fit-content;
  }
}
.p-business .intro_hgroup::before {
  content: "";
  position: absolute;
  top: -5.1rem;
  left: -5.7rem;
  width: 8.6rem;
  height: 8.6rem;
  border: 2.5rem solid #003F89;
  border-radius: var(--border-radius-infinity);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 50%, 50% 100%, 0 100%);
  mix-blend-mode: color-burn;
}
@media screen and (max-width: 767px) {
  .p-business .intro_hgroup::before {
    top: -2.1rem;
    left: -2.4rem;
    width: 4rem;
    height: 4rem;
    border-width: 1.1rem;
  }
}
.p-business .intro_hgroup_en {
  font-size: 7rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: var(--font-family-en);
  color: var(--color-blue-dark);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-business .intro_hgroup_en {
    font-size: 3.5rem;
  }
}
.p-business .intro_hgroup_jp {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--color-cyan);
  margin-top: -0.4rem;
}
@media screen and (min-width: 768px) {
  .p-business .intro_hgroup_jp {
    padding-left: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business .intro_hgroup_jp {
    font-size: 1.8rem;
    margin-top: -0.1rem;
  }
}
.p-business .intro_hgroup_jp_en {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--font-family-en);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-business .intro_hgroup_jp_en {
    font-size: 1.8rem;
  }
}
.p-business .intro_txt {
  font-size: 1.8rem;
  line-height: 1.9444444444;
  color: var(--color-blue-dark);
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-business .intro_txt {
    position: relative;
    padding-left: 5.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-business .intro_txt {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin-top: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-business .intro_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 0.1rem;
    height: calc(100% - 1.6rem);
    background: var(--color-blue-dark);
  }
}
.p-business .intro .c-deco-circle-3 {
  top: 0;
  right: -9.3rem;
}
@media screen and (max-width: 767px) {
  .p-business .intro .c-deco-circle-3 {
    right: calc(-30 / var(--width-sp-design) * 100vw);
  }
}
.p-business .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9.4rem 0.6rem;
  margin: 15rem auto 0;
  max-width: 129rem;
}
@media screen and (max-width: 767px) {
  .p-business .list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin-top: 6.3rem;
  }
}
.p-business .list_item {
  --_translate-x: -4.8rem;
}
@media screen and (max-width: 767px) {
  .p-business .list_item {
    --_translate-x: 0;
  }
}
.p-business .list_item._col-1 {
  --_translate-x: -7rem;
}
@media screen and (min-width: 768px) {
  .p-business .list_item._col-1 {
    grid-column: span 3;
  }
}
@media screen and (max-width: 767px) {
  .p-business .list_item._col-1 {
    --_translate-x: 0;
  }
}
.p-business .list_item._col-1 .list_bg {
  aspect-ratio: 998/247;
}
@media screen and (min-width: 768px) {
  .p-business .list_item._col-1 .list_bg {
    width: 77.3643410853%;
  }
}
@media screen and (max-width: 767px) {
  .p-business .list_item._col-1 .list_bg {
    height: 25.8rem;
    aspect-ratio: 346/258;
  }
}
.p-business .list_item._col-1 .list_hgroup {
  text-align: left;
  padding: 4.1085271318% 0 0 17.7rem;
  background: #001A84;
}
@media screen and (min-width: 768px) {
  .p-business .list_item._col-1 .list_hgroup {
    margin-left: auto;
    width: 44rem;
    clip-path: polygon(12.6rem 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-business .list_item._col-1 .list_hgroup {
    margin-top: auto;
    padding: 2rem 3rem 2.4rem;
  }
}
.p-business .list_item._col-1 .list_hgroup_ttl {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-business .list_item._col-1 .list_hgroup_ttl {
    font-size: 2.9rem;
  }
}
.p-business .list_item._col-1 .list_hgroup_txt {
  font-size: 2.5rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-business .list_item._col-1 .list_hgroup_txt {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-business .list_item._col-1 .list_hgroup_coming-soon {
    position: absolute;
    bottom: 2rem;
    right: 2.1rem;
    margin-top: 0;
  }
}
.p-business .list_item._col-1 .list_hgroup_arrow {
  margin: 5rem 0 0;
  width: 22rem;
  translate: 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-business .list_item._col-1 .list_hgroup_arrow {
    position: absolute;
    bottom: 2rem;
    right: 2.1rem;
    width: 7.7rem;
  }
}
.p-business .list_link {
  display: grid;
  position: relative;
}
.p-business .list_link:focus-visible {
  --_translate-x: 0;
  opacity: 1;
}
@media (any-hover: hover) {
  .p-business .list_link:hover {
    --_translate-x: 0;
    opacity: 1;
  }
}
.p-business .list_link:has(.list_hgroup_coming-soon) {
  pointer-events: none;
}
.p-business .list_bg {
  grid-row: 1;
  grid-column: 1;
  aspect-ratio: 426/268;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-business .list_bg {
    width: 100%;
    height: 14.7rem;
    aspect-ratio: 346/147;
  }
}
.p-business .list_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-business .list_hgroup {
  text-align: center;
  grid-row: 1;
  grid-column: 1;
  padding-top: 23.4741784038%;
}
@media screen and (max-width: 767px) {
  .p-business .list_hgroup {
    padding-top: 4.9rem;
  }
}
.p-business .list_hgroup_ttl {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--font-family-en);
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-business .list_hgroup_ttl {
    font-size: 2.4rem;
  }
}
.p-business .list_hgroup_ttl._txt-uppercase {
  text-transform: uppercase;
}
.p-business .list_hgroup_txt {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-business .list_hgroup_txt {
    font-size: 1.5rem;
    margin-top: 0.4rem;
  }
}
.p-business .list_hgroup_coming-soon {
  font-size: 1.6rem;
  color: #fff;
  text-transform: capitalize;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-business .list_hgroup_coming-soon {
    font-size: 1.2rem;
    margin-top: 2.5rem;
  }
}
.p-business .list_hgroup_arrow {
  margin: 5.2rem auto 0;
  width: 19.2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-business .list_hgroup_arrow {
    translate: 2.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-business .list_hgroup_arrow {
    margin-top: 2.8rem;
    width: 6.8rem;
  }
}
.p-business .list_hgroup_arrow_img {
  display: block;
  width: 100%;
  translate: var(--_translate-x) 0;
  transition: translate var(--transition-base);
}
.p-business .c-deco-half-circle-3 {
  bottom: -10rem;
  left: -1.8rem;
}
@media screen and (max-width: 767px) {
  .p-business .c-deco-half-circle-3 {
    bottom: -10.5rem;
    left: calc(-24 / var(--width-sp-design) * 100vw);
  }
}

.p-info {
  margin-top: 17rem;
}
@media screen and (max-width: 767px) {
  .p-info {
    margin-top: 8.8rem;
  }
}
.p-info .hgroup {
  text-align: center;
}
.p-info .hgroup_en {
  font-size: 5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--font-family-en);
  color: var(--color-blue-dark);
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-info .hgroup_en {
    font-size: 2.8rem;
    letter-spacing: 0.03em;
  }
}
.p-info .hgroup_jp {
  font-size: 2rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--color-cyan);
}
@media screen and (max-width: 767px) {
  .p-info .hgroup_jp {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: -0.2rem;
  }
}
.p-info .list {
  margin: 7.2rem auto 0;
  max-width: 107.2rem;
}
@media screen and (max-width: 767px) {
  .p-info .list {
    margin-top: 2.7rem;
  }
}
.p-info .list_item {
  border-top: 0.1rem solid #707070;
}
.p-info .list_item:last-child {
  border-bottom: 0.1rem solid #707070;
}
.p-info .list_link {
  align-items: center;
  padding: 2.2rem 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-info .list_link {
    display: grid;
    grid-template-columns: 13.1rem 15.2rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-info .list_link {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 0.7rem;
    padding: 2rem 1.2rem;
  }
}
.p-info .list_date {
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.2em;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 767px) {
  .p-info .list_date {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    letter-spacing: 0.1em;
  }
}
.p-info .list_category {
  font-size: 1.6rem;
  color: #004EAA;
  text-align: center;
  display: grid;
  place-content: center;
  padding: 0.5rem 0.5rem 0.7rem;
  border: 0.1rem solid;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-info .list_category {
    font-size: 1.2rem;
    padding: 0.3rem;
    width: 9.1rem;
  }
}
.p-info .list_category._news {
  color: #004EAA;
}
.p-info .list_category._recruit {
  color: #00B1FF;
}
.p-info .list_category + .list_category {
  margin-top: 0.5rem;
}
.p-info .list_ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .p-info .list_ttl {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-info .list_ttl {
    font-size: 1.2rem;
    line-height: 1.4166666667;
    width: 100%;
  }
}
.p-info .btn {
  --_translate-x: -3.2rem;
  position: relative;
  margin: 5.1rem auto 0;
  width: 16.5rem;
  translate: 1.6rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-info .btn {
    --_translate-x: 0;
    margin-top: 2.6rem;
    width: 8.2rem;
    translate: 0 0;
  }
}
.p-info .btn_link {
  font-size: 2.4rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  font-family: var(--font-family-en);
  color: var(--color-blue-dark);
  display: block;
  position: relative;
  padding: 0 0 0.5rem 0.7rem;
  width: 13.3rem;
}
@media screen and (max-width: 767px) {
  .p-info .btn_link {
    font-size: 1.4rem;
    line-height: 1.3571428571;
    padding: 0 0 0.4rem 0.8rem;
    width: 100%;
  }
}
.p-info .btn_link:focus-visible {
  opacity: 1;
}
.p-info .btn_link:focus-visible + .btn_arrow {
  --_translate-x: 0;
}
@media (any-hover: hover) {
  .p-info .btn_link:hover {
    opacity: 1;
  }
  .p-info .btn_link:hover + .btn_arrow {
    --_translate-x: 0;
  }
}
.p-info .btn_arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  translate: var(--_translate-x) 0;
  transition: translate var(--transition-base);
  pointer-events: none;
}

.p-pickup {
  margin-top: 14.6rem;
}
@media screen and (max-width: 767px) {
  .p-pickup {
    margin-top: 8.7rem;
  }
}
.p-pickup .c-wrap {
  position: relative;
}
.p-pickup .ttl {
  font-size: 5rem;
  line-height: 1.38;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--font-family-en);
  text-indent: 0.05em;
  color: var(--color-blue-dark);
  text-align: center;
  text-transform: capitalize;
  position: relative;
  margin-inline: auto;
  padding-inline: 4.2rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-pickup .ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    padding-inline: 1.9rem;
  }
}
.p-pickup .ttl::before, .p-pickup .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.6rem;
  height: 2.2rem;
  background: var(--color-cyan);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-pickup .ttl::before, .p-pickup .ttl::after {
    width: 1.2rem;
    height: 1rem;
  }
}
.p-pickup .ttl::before {
  left: 0;
}
.p-pickup .ttl::after {
  right: 0;
}
.p-pickup .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.05rem;
  margin: 5.2rem auto 0;
  max-width: 129rem;
}
@media screen and (max-width: 767px) {
  .p-pickup .list {
    grid-template-columns: 1fr;
    gap: 1.9rem;
    margin-top: 1.2rem;
  }
}
.p-pickup .list_link {
  display: block;
}
.p-pickup .list_link:focus-visible {
  --_scale: 1.1;
  opacity: 1;
}
@media (any-hover: hover) {
  .p-pickup .list_link:hover {
    --_scale: 1.1;
    opacity: 1;
  }
}
.p-pickup .list_img {
  aspect-ratio: 403/210;
  overflow: hidden;
}
.p-pickup .list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: var(--_scale);
  transition: scale var(--transition-base);
}
.p-pickup .list_hgroup {
  padding: 1.5rem 1.2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-pickup .list_hgroup {
    padding-block: 1rem;
  }
}
.p-pickup .list_hgroup_ttl, .p-pickup .list_hgroup_date_txt {
  font-size: 1.7rem;
  line-height: 1.1764705882;
  font-family: var(--font-family-en);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-pickup .list_hgroup_ttl, .p-pickup .list_hgroup_date_txt {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
.p-pickup .c-deco-various {
  top: -14.2rem;
  right: -5.7rem;
}
@media screen and (max-width: 767px) {
  .p-pickup .c-deco-various {
    top: 2.5rem;
    right: calc(-24 / var(--width-sp-design) * 100vw);
  }
}

.p-shitara-brand {
  margin-top: 15.7rem;
}
@media screen and (max-width: 767px) {
  .p-shitara-brand {
    margin-top: 7.6rem;
  }
}
.p-shitara-brand .ttl {
  font-size: 5rem;
  line-height: 1.38;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: var(--font-family-en);
  text-indent: 0.05em;
  color: var(--color-blue-dark);
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-inline: auto;
  padding-inline: 4.2rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-shitara-brand .ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    padding-inline: 1.9rem;
  }
}
.p-shitara-brand .ttl::before, .p-shitara-brand .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.6rem;
  height: 2.2rem;
  background: var(--color-cyan);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-shitara-brand .ttl::before, .p-shitara-brand .ttl::after {
    width: 1.2rem;
    height: 1rem;
  }
}
.p-shitara-brand .ttl::before {
  left: 0;
}
.p-shitara-brand .ttl::after {
  right: 0;
}
.p-shitara-brand .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem;
  margin: 6.1rem auto 0;
  max-width: 129rem;
}
@media screen and (max-width: 767px) {
  .p-shitara-brand .list {
    grid-template-columns: 1fr;
    gap: 1.9rem;
    margin-top: 1.2rem;
  }
}
.p-shitara-brand .list_link {
  display: block;
}
.p-shitara-brand .list_link:focus-visible {
  --_scale: 1.1;
  opacity: 1;
}
@media (any-hover: hover) {
  .p-shitara-brand .list_link:hover {
    --_scale: 1.1;
    opacity: 1;
  }
}
.p-shitara-brand .list_img {
  aspect-ratio: 613/236;
  overflow: hidden;
}
.p-shitara-brand .list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: var(--_scale);
  transition: scale var(--transition-base);
}

.p-other .c-wrap {
  margin-top: 12.9rem;
  padding-block: 17.3rem 17.8rem;
  border-top: 0.1rem solid #707070;
}
@media screen and (max-width: 767px) {
  .p-other .c-wrap {
    position: relative;
    margin-top: 7.6rem;
    padding-block: 7.5rem 9.9rem;
  }
}
.p-other .c-deco-various {
  top: -14.2rem;
  right: -5.7rem;
}
@media screen and (max-width: 767px) {
  .p-other .c-deco-various {
    top: 2.5rem;
    right: calc(-24 / var(--width-sp-design) * 100vw);
  }
}
.p-other .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-other .list {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-other .list_item {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (max-width: 767px) {
  .p-other .list_img {
    aspect-ratio: 347/182;
  }
}
.p-other .list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-other .list_box {
  padding: 2.9rem 4.2rem 4.6rem 4.6rem;
  background: var(--color-blue-dark);
}
@media screen and (max-width: 767px) {
  .p-other .list_box {
    padding: 1.2rem 2.4rem 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-other .list_box_hgroup {
    text-align: center;
  }
}
.p-other .list_box_hgroup_en {
  font-size: 3.6rem;
  line-height: 1.3888888889;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: var(--font-family-en);
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-other .list_box_hgroup_en {
    font-size: 2.4rem;
    line-height: 1.375;
  }
}
.p-other .list_box_hgroup_jp {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-other .list_box_hgroup_jp {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.p-other .list_box_txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  color: #fff;
  text-align: justify;
  margin-top: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-other .list_box_txt {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin: 1rem auto 0;
    width: fit-content;
  }
}
.p-other .list_box_btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-other .list_box_btn {
    margin-top: 1.4rem;
  }
}
.p-other .list_box_btn_link {
  display: grid;
  place-content: center;
  padding-bottom: 0.2rem;
  width: 19.4rem;
  height: 4.9rem;
  border: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-other .list_box_btn_link {
    margin-inline: auto;
    width: 14.2rem;
    height: 3.3rem;
  }
}
.p-other .list_box_btn_txt {
  font-size: 1.8rem;
  line-height: 1.2777777778;
  color: #fff;
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-other .list_box_btn_txt {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding-right: 1.8rem;
  }
}
.p-other .list_box_btn_txt::after {
  content: "";
  position: absolute;
  top: calc(50% + 0.1rem);
  right: 0;
  translate: 0 -50%;
  width: 0.6rem;
  height: 1.1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 11"><path d="M-4082.484,2603.624a.5.5,0,0,1-.362-.155.5.5,0,0,1,.016-.707l4.638-4.429-4.654-4.864a.5.5,0,0,1,.016-.707.5.5,0,0,1,.707.016l5,5.226a.5.5,0,0,1,.138.357.5.5,0,0,1-.155.35l-5,4.774A.5.5,0,0,1-4082.484,2603.624Z" transform="translate(4082.984 -2592.624)" fill="white"/></svg>') center/contain no-repeat;
}

/*# sourceMappingURL=index.css.map */
