* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}
*,
::before,
::after {
  box-sizing: border-box;
}
*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}
html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}
:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}
:where(input, button, textarea, select),
:where(input[type="file"])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}
:where(textarea) {
  resize: vertical;
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
h1 {
  font-size: 2em;
}
:where(ul, ol) {
  list-style-position: inside;
}
:where(ul, ol)[role="list"] {
  list-style: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
:where(
    a[href],
    area,
    button,
    input,
    label[for],
    select,
    summary,
    textarea,
    [tabindex]:not([tabindex*="-"])
  ) {
  cursor: pointer;
  touch-action: manipulation;
}
:where(input[type="file"]) {
  cursor: auto;
}
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  cursor: pointer;
}
:focus {
  border-color: #fcc800 !important;
  outline: none;
}
:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  ),
:where(input[type="file"])::-webkit-file-upload-button,
:where(input[type="file"])::file-selector-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
}
:where(
    button,
    button[type],
    input[type="button"],
    input[type="submit"],
    input[type="reset"]
  )[disabled] {
  cursor: not-allowed;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:focus {
  outline: none;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/dest/fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/dest/fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/dest/fonts/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  font-display: swap;
  src: url("/dest/fonts/urbanist-normal-400.woff2") format("woff2");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 500;
  font-display: swap;
  src: url("/dest/fonts/urbanist-normal-500.woff2") format("woff2");
}
@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 600;
  font-display: swap;
  src: url("/dest/fonts/urbanist-normal-600.woff2") format("woff2");
}
* {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ",
    sans-serif;
  color: #000;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ",
    sans-serif;
  text-align: center;
}
html {
  scroll-padding-top: 95px;
  scroll-behavior: smooth;
}
dd {
  font-size: min(spvw(12), 13px);
  letter-spacing: ls(1.4);
}
.sp-active {
  display: inline-block !important;
}
.sp-active-with-flex {
  display: flex !important;
}
.sp-active-with-grid {
  display: grid !important;
}
.sp-active-with-inlineGrid {
  display: inline-grid !important;
}
.sp-active-with-block {
  display: block !important;
}
.tab-active-with-flex {
  display: none !important;
}
.tab-active-with-grid {
  display: none !important;
}
.tab-active-with-inlineGrid {
  display: none !important;
}
.tab-active-with-block {
  display: none !important;
}
.pc-active {
  display: none !important;
}
.pc-active-with-flex {
  display: none !important;
}
.pc-active-with-grid {
  display: none !important;
}
.pc-active-with-inlineGrid {
  display: none !important;
}
.pc-active-with-block {
  display: none !important;
}
.c-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-flex--column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.c-flex--row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.c-breadcrumb {
  justify-content: flex-start;
  -moz-column-gap: min(5.3333333333vw, 20px);
  column-gap: min(5.3333333333vw, 20px);
}
.c-breadcrumb__item--text {
  font-size: min(2.9333333333vw, 11px);
  line-height: 1;
  letter-spacing: calc(0.275 / 16 * 1rem);
  color: #bbb;
}
.c-breadcrumb__item.c-breadcrumb--link {
  position: relative;
}
.c-breadcrumb__item.c-breadcrumb--link::after {
  content: "＞";
  position: absolute;
  top: 50%;
  font-size: min(2.9333333333vw, 11px);
  transform: translateY(-50%);
  right: max(-4.2666666667vw, -16px);
}
.c-breadcrumb__item.c-breadcrumb--link > * {
  color: #000;
}
.c-subtitle {
  margin-top: min(21.3333333333vw, 120px);
  padding-top: min(5.3333333333vw, 20px);
  border-top: min(0.5333333333vw, 2px) solid #fcc800;
}
.c-subtitle--head {
  align-items: flex-start;
}
.c-subtitle small {
  color: #fcc800;
  font-family: "Urbanist", sans-serif;
  font-size: min(5.0666666667vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: calc(2.85 / 16 * 1rem);
}
.c-subtitle small span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.c-subtitle--title {
  font-size: min(6.4vw, 30px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.6 / 16 * 1rem);
  margin-top: min(2.1333333333vw, 10px);
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  overscroll-behavior: contain;
}
@supports (-webkit-touch-callout: none) {
  body.no-scroll {
    position: fixed;
    inset: 0;
  }
}
.c-arrow--base {
  width: min(10.1333333333vw, 40px);
  height: min(10.1333333333vw, 40px);
  overflow: visible;
}
.c-arrow__circle {
  stroke-dasharray: 113.097335526;
  stroke-dashoffset: 113.097335526;
  transition: stroke-dashoffset 0.6s ease-in-out, opacity 0.6s ease-in-out,
    stroke 0.2s ease, stroke-width 0.2s ease;
  opacity: 1;
  color: #fff;
}
.l-header {
  background-color: hsla(0, 0%, 100%, 0.15);
  width: 100%;
  height: min(10.9333333333vw, 84px);
  position: fixed;
  top: 0;
  z-index: 998;
}
.l-header:has(.l-header__nav.open) .l-header__container {
  z-index: 999;
  background-color: #fff !important;
}
.l-header.scrollActive .l-header__container {
  background-color: hsla(0, 0%, 100%, 0.85);
}
.l-header:has(.l-header__pc-nav-dropdown:hover) .l-header__container {
  background-color: hsla(0, 0%, 100%, 0.85);
}
.l-header__container {
  width: 100%;
  height: min(10.9333333333vw, 84px);
  padding: 0 min(4vw, 40px);
  justify-content: space-between;
  z-index: -1;
  transition: background-color 0.3s ease-in;
}
.l-header__logo {
  width: min(36.8vw, 220px);
  aspect-ratio: 138/25;
}
.l-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-header__menu {
  row-gap: min(1.0666666667vw, 6px);
  width: min(10.1333333333vw, 38px);
  height: min(4.5333333333vw, 17px);
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}
.l-header__menu-bar {
  background-color: #000;
  height: min(0.2666666667vw, 1px);
  width: inherit;
  transition: all 0.3s ease-in;
}
.l-header__menu-bar:nth-of-type(2) {
  width: min(7.4666666667vw, 28px);
}
.l-header #menuToggle.open .l-header__menu-bar:nth-child(1) {
  transform: translateY(min(1.3333333333vw, 6.75px));
}
.l-header #menuToggle.open .l-header__menu-bar:nth-child(2) {
  opacity: 0;
}
.l-header #menuToggle.open .l-header__menu-bar:nth-child(3) {
  transform: translateY(max(-1.3333333333vw, -6.75px));
}
.l-header__nav {
  opacity: 0;
  visibility: hidden;
  height: calc(100dvh - min(10.9333333333vw, 84px));
  max-height: 100dvh;
  z-index: -1;
  position: relative;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in,
    visibility 0.3s ease-in;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: min(10.6666666667vw, 50px);
  transform: translateX(-100%);
  transform-origin: left center;
  will-change: transform, opacity, height;
  pointer-events: none;
}
.l-header__nav.open {
  opacity: 1;
  visibility: visible;
  z-index: 998;
  overflow-y: auto;
  transform: translateX(0);
  pointer-events: auto;
}
.l-header__nav.open > * {
  opacity: 1;
  visibility: visible;
  transition: all 0.15s ease-out;
}
.l-header__nav > * {
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.l-header__nav-link li {
  margin: 0 auto;
  width: min(100vw, 415px);
  padding: min(3.3333333333vw, 15px) min(5.3333333333vw, 40px);
  border-bottom: 1px solid #e2e2e2;
  row-gap: min(4vw, 18.75px);
}
.l-header__nav-link li a {
  width: 100%;
  display: inline-block;
  color: #000;
  line-height: 1;
  font-weight: 500;
  font-size: min(4vw, 16px);
  letter-spacing: calc(0.375 / 16 * 1rem);
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  -moz-column-gap: min(2.1333333333vw, 10px);
  column-gap: min(2.1333333333vw, 10px);
}
.l-header__nav-link li a .c-arrow--base {
  width: min(5.3333333333vw, 30px);
  height: min(5.3333333333vw, 30px);
  aspect-ratio: 1/1;
}
.l-header__nav-link li a .c-arrow--base circle {
  transition: stroke 0.6s ease-in-out, fill 0.6s ease-in-out;
}
.l-header__nav-link li a .c-arrow--base .c-arrow__circle {
  transition: stroke-dashoffset 0.6s ease-in-out, opacity 0.6s ease-in-out,
    stroke 0.2s ease, stroke-width 0.2s ease, fill 0.6s ease-in-out;
}
.l-header__nav-link li a .c-arrow--base .c-arrow__arrow {
  transition: fill 0.6s ease-in-out;
}
.l-header__nav-link li a .c-arrow__arrow {
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(15px, 15px) scale(1.7);
}
.l-header__nav-link li .l-header__nav-link--title {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-bottom: inherit;
}
.l-header__nav-link li .l-header__nav-link--area {
  -moz-column-gap: min(0.8vw, 4.5px);
  column-gap: min(0.8vw, 4.5px);
}
.l-header__nav-link li .l-header__nav-link--area > a {
  height: min(34.6666666667vw, 140px);
  position: relative;
}
.l-header__nav-link li .l-header__nav-link--area > a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.l-header__nav-link
  li
  .l-header__nav-link--area
  > a
  .l-header__nav-link--area-text {
  width: 100%;
  height: 100%;
  padding: min(2.6666666667vw, 10px);
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__nav-link
  li
  .l-header__nav-link--area
  > a
  .l-header__nav-link--area-text
  p {
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-bottom: inherit;
}
.l-header__nav-area {
  width: 100%;
  height: min(79.7333333333vw, 299px);
  aspect-ratio: 375/299;
  align-items: center;
}
.l-header__nav-area-image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.l-header__pc-nav {
  justify-content: flex-end;
  -moz-column-gap: min(2.7272727273vw, 30px);
  column-gap: min(2.7272727273vw, 30px);
  row-gap: min(0.1818181818vw, 4px);
  max-width: 657px;
}
.l-header__pc-nav li a {
  font-size: min(1.3636363636vw, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.375 / 16 * 1rem);
}
.l-header__pc-nav li a:hover {
  color: #1d2088;
}
.l-header__pc-nav-dropdown {
  position: relative;
}
.l-header__pc-nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -100%;
  width: 300%;
  height: calc(min(10.9333333333vw, 84px) + 20px);
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
}
.l-header__pc-nav-dropdown:hover::after {
  pointer-events: auto;
}
.l-header__pc-nav-trigger {
  font-size: min(1.3636363636vw, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.375 / 16 * 1rem);
  cursor: pointer;
  transition: color 0.3s ease-in;
}
.l-header__pc-nav-trigger:hover {
  color: #1d2088;
}
.l-header__pc-nav-menu {
  position: fixed;
  top: min(10.9333333333vw, 84px);
  left: 0;
  width: 100vw;
  padding-top: 15px;
  padding-right: min(2.6041666667vw, 40px);
  padding-bottom: min(3.90625vw, 50px);
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 8px;
  column-gap: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  z-index: 1000;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.l-header__pc-nav-dropdown:hover .l-header__pc-nav-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__pc-nav-menu-item {
  position: relative;
  display: block;
  width: min(25.34765625vw, 292px);
  height: min(15.625vw, 180px);
  overflow: hidden;
  box-shadow: 0 min(0.2604166667vw, 4px) min(1.5625vw, 12px) rgba(0, 0, 0, 0.15);
  transition: transform 0.31s ease-in, box-shadow 0.3s ease-in;
}
.l-header__pc-nav-menu-item:hover {
  scale: 1.02;
  transition: scale 0.6s ease-in-out;
  box-shadow: 0 min(0.5208333333vw, 6px) min(2.0833333333vw, 16px)
    rgba(0, 0, 0, 0.2);
}
.l-header__pc-nav-menu-item:hover .c-arrow__circle {
  stroke-dashoffset: 0;
  opacity: 1;
}
.l-header__pc-nav-menu-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.l-header__pc-nav-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: min(1.5625vw, 20px);
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: min(1.0416666667vw, 10px);
  column-gap: min(1.0416666667vw, 10px);
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.3)
  );
}
.l-header__pc-nav-menu-overlay p {
  color: #fff;
  font-size: min(1.8229166667vw, 15px);
  line-height: 1;
  letter-spacing: calc(0.375 / 16 * 1rem);
}
.l-header__pc-nav-menu-overlay .c-arrow--base {
  width: min(3.90625vw, 35px);
  height: min(3.90625vw, 35px);
}
.l-header__pc-nav {
  display: none;
}
.l-footer__logo {
  padding: min(9.3333333333vw, 60px) 0;
}
.l-footer__logo img {
  width: min(49.0666666667vw, 226px);
  aspect-ratio: 184/22;
}
.l-footer__list {
  width: 100%;
  background: #f4f4f4;
  padding: min(8vw, 36px) min(5.3333333333vw, 20px);
  row-gap: min(10.6666666667vw, 40px);
  -moz-column-gap: min(6.6666666667vw, 25px);
  column-gap: min(6.6666666667vw, 25px);
}
.l-footer__list-wrap {
  -moz-column-gap: min(6.6666666667vw, 25px);
  column-gap: min(6.6666666667vw, 25px);
}
.l-footer__list-wrap--individual {
  justify-content: flex-start;
}
.l-footer__link {
  font-size: min(3.7333333333vw, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.35 / 16 * 1rem);
}
.l-footer__link:hover {
  color: #1d2088;
}
.l-footer__link--long {
  row-gap: min(4vw, 15px);
}
.l-footer__link--long:hover {
  color: unset;
}
.l-footer__link--long:hover:hover {
  cursor: unset;
}
.l-footer__link--long a {
  color: #666;
  font-size: min(3.7333333333vw, 15px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.35 / 16 * 1rem);
}
.l-footer__link--long a:hover {
  color: #1d2088;
}
.l-footer__copyright {
  padding: min(8vw, 40px) 0;
}
.l-footer__copyright copyright {
  font-family: "Urbanist", sans-serif;
  font-size: min(2.9333333333vw, 12px);
  font-weight: 700;
  line-height: 1;
}
.c-backtop {
  position: fixed;
  bottom: min(3.2vw, 16px);
  right: min(3.2vw, 20px);
  z-index: 9999;
  width: min(9.6vw, 36px);
  height: min(9.6vw, 36px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
}
.c-backtop > .c-arrow--base {
  background-color: #fff;
  width: min(9.6vw, 36px);
  height: min(9.6vw, 36px);
  aspect-ratio: 1/1;
  border-radius: 50%;
}
main {
  margin-top: min(10.9333333333vw, 84px);
  padding-top: min(8vw, 60px);
  background-color: #fff;
}
.c-breadcrumb {
  margin-top: min(4vw, 20px);
}
.p-fv {
  width: 100%;
}
.p-fv__wrapper {
  width: min(89.3333333333vw, 1080px);
  margin: 0 auto;
  row-gap: min(16vw, 60px);
}
.p-fv__message {
  width: min(31.7333333333vw, 150px);
  height: min(8.5333333333vw, 40px);
}
.p-fv__title {
  width: min(89.3333333333vw, 1080px);
  margin: 0 auto;
  align-items: flex-start;
  row-gap: min(2.1333333333vw, 8px);
}
.p-fv__title--en {
  font-family: "Urbanist", sans-serif;
  font-size: min(10.6666666667vw, 56px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(0.625 / 16 * 1rem);
}
.p-fv__title--ja {
  font-size: min(4.5333333333vw, 20px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.425 / 16 * 1rem);
}
.p-fv__image {
  width: min(100%, 1366px);
  margin: 0 auto;
}
.p-fv__image--wrapper {
  width: min(94.6666666667vw, 1223px);
  margin-top: min(4vw, 40px);
  margin-left: auto;
}
.p-fv__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-fv__item {
  width: inherit;
  height: inherit;
}
.p-fv__item--title {
  position: absolute;
  top: 53.5%;
  right: 2.133%;
  width: min(72.2666666667vw, 340px);
  aspect-ratio: 271/71;
  z-index: 4;
}
.p-fv__item--title img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-fv__item--imgArea {
  position: relative;
}
.p-fv__item--imgArea img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-message__container {
  width: min(89.3333333333vw, 1080px);
  margin: min(16vw, 100px) auto 0;
}
.p-message__text {
  font-size: min(4.2666666667vw, 18px);
  line-height: 2.12;
  letter-spacing: calc(0.8 / 16 * 1rem);
}
.l-container {
  width: min(89.3333333333vw, 1080px);
  margin: 0 auto;
}
.l-container-s {
  width: min(78.6666666667vw, 780px);
  margin: 0 auto;
}
.p-info {
  margin-top: min(21.3333333333vw, 120px);
}
.p-sec__title {
  text-align: left;
  font-size: min(5.3333333333vw, 24px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.6 / 16 * 1rem);
  margin: min(16vw, 100px) 0 min(8vw, 40px);
  padding: min(5.3333333333vw, 20px) 0 0;
  border-top: min(0.2666666667vw, 1px) solid #fcc800;
}
.p-sec__content {
  letter-spacing: calc(0.35 / 16 * 1rem);
  margin: min(8vw, 40px) 0 min(16vw, 100px);
}
.p-sec__content p {
  line-height: 1.875;
  font-size: min(3.7333333333vw, 16px);
}
.p-sec__subcontent {
  padding-left: min(4.2666666667vw, 20px);
}
.p-sec__subcontent--note {
  border-top: 1px solid #e2e2e2;
  margin: min(10.6666666667vw, 40px) 0 min(2.6666666667vw, 10px);
  padding-top: min(2.1333333333vw, 8px);
}
.p-sec__subcontent p + p {
  margin-top: min(2.6666666667vw, 10px);
}
.p-sec__box {
  background-color: #f4f4f4;
  margin: min(5.3333333333vw, 20px) 0;
  padding: min(5.3333333333vw, 25px) min(5.3333333333vw, 80px);
}
.p-sec__box-title {
  text-align: left;
  margin: 0 0 min(4vw, 20px) 0;
}
.p-sec__box-logo--navi {
  display: inline;
  vertical-align: text-bottom;
  width: min(40vw, 158px);
  margin-right: min(1.3333333333vw, 5px);
}
.p-sec__box-lower {
  margin-top: min(4vw, 20px);
  padding-top: min(4vw, 20px);
  border-top: 1px solid #e2e2e2;
}
.p-sec__subtitle {
  font-weight: 500;
  text-align: left;
  line-height: 1.875;
  font-size: min(3.7333333333vw, 16px);
  letter-spacing: calc(0.4 / 16 * 1rem);
  margin: min(16vw, 60px) 0 min(2.6666666667vw, 20px);
  padding-top: min(1.3333333333vw, 8px);
  border-top: 1px solid #e2e2e2;
}
.p-sec__subtitle--in {
  margin: min(8vw, 40px) 0 min(2.6666666667vw, 10px);
}
.p-sec__list li {
  font-size: min(3.7333333333vw, 16px);
  border-top: 1px solid #e2e2e2;
  padding-top: min(2.1333333333vw, 8px);
  margin: min(2.6666666667vw, 10px) 0;
  line-height: 1.875;
}
.p-mid__cta {
  background: #fcc800;
  text-align: center;
  margin: min(26.6666666667vw, 160px) 0 0;
  padding: min(13.3333333333vw, 60px) 0;
}
.p-mid__cta-lead {
  display: inline-block;
  font-size: min(4.8vw, 22px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.5 / 16 * 1rem);
  border-bottom: 2px solid #000;
  margin-top: min(2.6666666667vw, 10px);
  padding: 0 0 min(1.6vw, 6px);
}
.p-mid__cta-text {
  margin-top: min(5.3333333333vw, 20px);
  font-size: min(3.7333333333vw, 16px);
  line-height: 1.875;
  letter-spacing: calc(0.5 / 16 * 1rem);
}
.p-mid__cta-link p {
  font-weight: 500;
  color: #1d2088;
}
.p-mid__cta--item {
  height: 100%;
  gap: min(2.6666666667vw, 10px);
  justify-content: space-between;
  transition: all 0.6s ease-in-out;
  background-color: #fff;
  width: min(78.6666666667vw, 295px);
  height: min(17.3333333333vw, 65px);
  margin: min(8vw, 30px) auto 0;
  padding: 0 min(5.3333333333vw, 26px);
  justify-content: space-between;
}
.p-mid__cta--item .c-arrow--base circle,
.p-mid__cta--item .c-arrow--base .c-arrow__circle {
  transition: all 0.6s ease-in-out;
}
.p-mid__cta--item:hover {
  transition: all 0.6s ease-in-out;
  background-color: #1d2088;
}
.p-mid__cta--item:hover .p-mid__link--text > * {
  transition: all 0.6s ease-in-out;
}
.p-mid__cta--item:hover .p-mid__link--text p {
  color: #fff;
}
.p-mid__cta--item:hover .p-mid__link--text small {
  color: #fff;
}
.p-mid__cta--item:hover .c-arrow--base circle,
.p-mid__cta--item:hover .c-arrow--base .c-arrow__circle {
  stroke: #fff;
  fill: #1d2088;
}
.p-mid__cta--item:hover .c-arrow--base .c-arrow__arrow {
  fill: #fff;
}
.p-company__nav {
  background: #f4f4f4;
  padding: min(13.3333333333vw, 100px) 0;
}
.p-company__nav-inner {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, min(44.2666666667vw, 389px));
  grid-template-rows: min(34.6666666667vw, 240px);
  gap: min(0.2666666667vw, 1px);
}
.p-company__nav__link {
  position: relative;
  overflow: hidden;
}
.p-company__nav__link:hover img {
  scale: 1.05;
}
.p-company__nav__link img {
  transition: scale 0.6s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-company__nav__link--text {
  position: absolute;
  top: 50%;
  left: min(2.6666666667vw, 40px);
  transform: translateY(-50%);
  -moz-column-gap: min(4vw, 15px);
  column-gap: min(4vw, 15px);
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.6666666667vw 0;
}
.p-company__nav__link--text p {
  color: #fff;
  font-size: min(4vw, 22px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0.55 / 16 * 1rem);
}
.p-company__nav__link .c-arrow--base {
  width: min(5.3333333333vw, 20px);
  height: min(5.3333333333vw, 20px);
  aspect-ratio: 1/1;
}
@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.15s;
  }
}
@media (min-width: 768px) {
  .sp-active {
    display: none !important;
  }
  .sp-active-with-flex {
    display: none !important;
  }
  .sp-active-with-grid {
    display: none !important;
  }
  .sp-active-with-inlineGrid {
    display: none !important;
  }
  .sp-active-with-block {
    display: none !important;
  }
  .tab-active {
    display: inline-block !important;
  }
  .tab-active-with-flex {
    display: flex !important;
  }
  .tab-active-with-grid {
    display: grid !important;
  }
  .tab-active-with-inlineGrid {
    display: inline-grid !important;
  }
  .tab-active-with-block {
    display: block !important;
  }
  .l-header {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .l-header__menu {
    display: none;
  }
  .l-header__nav {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
  }
  .l-header__pc-nav {
    display: flex;
  }
  .l-footer__list-wrap--individual {
    position: relative;
  }
  .l-footer__list-wrap--individual::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(max(-6.6666666667vw, -25px) / 2);
    width: 1px;
    height: 15px;
    background-color: #000;
  }
  .p-fv__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .p-fv__item--title {
    top: 44%;
    width: min(44.2708333333vw, 393px);
  }
  .p-company__nav__link .c-arrow--base {
    width: min(2.6041666667vw, 20px);
    height: min(2.6041666667vw, 20px);
  }
}
@media (min-width: 1100px) {
  .tab-active {
    display: none !important;
  }
  .tab-active-with-flex {
    display: none !important;
  }
  .tab-active-with-grid {
    display: none !important;
  }
  .tab-active-with-inlineGrid {
    display: none !important;
  }
  .tab-active-with-block {
    display: none !important;
  }
  .pc-active {
    display: inline-block !important;
  }
  .pc-active-with-flex {
    display: flex !important;
  }
  .pc-active-with-grid {
    display: grid !important;
  }
  .pc-active-with-inlineGrid {
    display: inline-grid !important;
  }
  .pc-active-with-block {
    display: block !important;
  }
  .c-subtitle small {
    letter-spacing: calc(3.6 / 16 * 1rem);
  }
  .c-subtitle--title {
    letter-spacing: calc(0.75 / 16 * 1rem);
  }
  .c-arrow--base.--big {
    width: 54px;
    height: 54px;
  }
  .p-fv__wrapper {
    row-gap: 40px;
  }
  .p-fv__item--title {
    top: 53.5%;
  }
  .p-message__text {
    line-height: 1.666;
  }
  .l-container {
    width: 1080px;
  }
  .l-container-s {
    width: 780px;
  }
  .p-mid__cta--item {
    padding: 0 20px;
    width: min(26.8181818182vw, 295px);
    height: min(5.9090909091vw, 65px);
  }
  .p-company__nav__link--text {
    flex-direction: row;
    height: auto;
    align-items: center;
  }
  .p-company__nav__link .c-arrow--base {
    width: 35px;
    height: 35px;
  }
}
@media (hover: hover) and (pointer: fine) {
  a:hover .c-arrow__circle {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
