* {
  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;
}
.p-fv {
  width: 100%;
}
.p-fv__wrapper {
  width: min(89.3333333333vw, 1080px);
  margin: 0 auto;
  row-gap: min(16vw, 60px);
}
.p-fv__image {
  width: min(100%, 1366px);
  margin: 0 auto;
}
.p-fv__image--wrapper {
  width: min(94.6666666667vw, 1223px);
  margin-left: auto;
}
.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%;
}
.l-container {
  width: min(89.3333333333vw, 1080px);
  margin: 0 auto;
}
.c-heading {
  position: relative;
  text-align: center;
  padding-bottom: min(5.3333333333vw, 20px);
}
.c-heading__tag {
  color: #30343b;
  font-size: min(3.4666666667vw, 13px);
  line-height: min(5.8666666667vw, 22px);
  letter-spacing: 0.025em;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}
.c-heading__label {
  color: #252b2a;
  font-size: min(6.9333333333vw, 26px);
  font-style: normal;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: min(0.2666666667vw, 1px);
}
.c-heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - min(4vw, 15px));
  width: min(8vw, 30px);
  height: min(0.2666666667vw, 1px);
  background: #1d2088;
}
.p-form {
  background: #fff;
  padding: min(21.3333333333vw, 80px) 0 min(21.3333333333vw, 80px);
}
.p-form__content {
  margin-top: min(16vw, 60px);
}
.smf-progress-tracker {
  justify-content: center;
  margin-bottom: min(8vw, 30px);
}
.smf-progress-tracker__item {
  flex-grow: 0;
  flex-shrink: 1;
  width: auto;
  flex-direction: column;
  gap: min(2.6666666667vw, 10px);
  margin: 0 min(8vw, 30px);
  padding: 0 0 min(2.6666666667vw, 10px);
  font-size: min(5.3333333333vw, 20px);
  border-bottom: #555b71 solid min(0.2666666667vw, 1px);
}
.smf-progress-tracker__item[aria-current="false"] {
  opacity: 0.6;
}
.smf-progress-tracker__item:after {
  border: 0;
  background: url(../../img/common/icon_arrowc_black.svg) no-repeat center
    center;
  background-size: contain;
  width: min(5.3333333333vw, 20px);
  height: min(5.3333333333vw, 20px);
  left: initial;
  top: min(8vw, 30px);
  right: max(-10.6666666667vw, -40px);
}
.smf-progress-tracker__item:before {
  display: none;
}
.smf-progress-tracker__item[aria-current="true"]
  .smf-progress-tracker__item__number {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  color: #555b71;
}
.smf-progress-tracker__item__number {
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  color: #555b71;
  width: auto;
  height: auto;
  font-family: "Urbanist", sans-serif;
  font-size: min(4.2666666667vw, 16px);
  overflow: visible;
  gap: min(0.2666666667vw, 1px);
}
.smf-progress-tracker__item__number::before {
  content: "Step 0";
  display: inline;
  font-family: "Urbanist", sans-serif;
  font-size: min(4.2666666667vw, 16px);
}
.smf-progress-tracker__item__text {
  margin: 0;
  color: #555b71;
  font-weight: bold;
}
.p-form-inner {
  background-color: #f0f0f0;
  padding: min(16vw, 60px) min(6.1333333333vw, 23px) min(2.6666666667vw, 10px);
}
.smf-item__label__text {
  font-size: min(4.8vw, 18px);
  font-weight: 500;
  color: #252b2a;
  display: flex;
}
.smf-item__label__text em {
  position: relative;
  color: #c1212b;
  font-size: min(4.2666666667vw, 16px);
  font-style: normal;
  padding-left: min(1.3333333333vw, 5px);
  flex-shrink: 0;
  margin-right: min(5.3333333333vw, 20px);
}
.smf-item__label__text em::before {
  content: "";
  position: absolute;
  top: min(1.0666666667vw, 4px);
  left: 0;
  width: min(1.0666666667vw, 4px);
  height: min(1.0666666667vw, 4px);
  border-radius: min(1.0666666667vw, 4px);
  display: inline-block;
  background-color: #c1212b;
}
.is-layout-flex.is-layout-flex {
  gap: 1rem;
}
.smf-form input::-moz-placeholder,
.smf-form textarea::-moz-placeholder {
  color: #909090;
}
.smf-form input::placeholder,
.smf-form textarea::placeholder {
  color: #909090;
}
.smf-form .smf-item__col--label {
  margin-bottom: min(4.2666666667vw, 16px);
}
.smf-form .smf-select-control {
  width: 100%;
}
.smf-form .smf-select-control::after {
  content: "";
  position: absolute;
  right: min(6.4vw, 24px);
  top: 50%;
  margin-top: min(-0.2666666667vw, -1px);
  width: 0;
  height: 0;
  border-bottom: min(1.3333333333vw, 5px) solid rgba(0, 0, 0, 0);
  border-left: min(1.8666666667vw, 7px) solid #131313;
  border-top: min(1.3333333333vw, 5px) solid rgba(0, 0, 0, 0);
  transform: rotate(90deg);
  z-index: 2;
}
.smf-form .smf-select-control .smf-select-control__control {
  color: #909090;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #fff;
  padding: min(5.6vw, 21px) min(13.8666666667vw, 52px) min(5.8666666667vw, 22px)
    min(5.8666666667vw, 22px);
  font-size: min(4vw, 15px);
  line-height: 2;
}
.smf-form .smf-select-control .smf-select-control__control.has-value {
  color: #131313;
}
.smf-form .smf-select-control .smf-select-control__control option {
  color: #131313;
}
.smf-form .smf-text-control .smf-text-control__control {
  width: 100%;
  border: none;
  background: #fff;
  padding: min(5.6vw, 21px) min(5.8666666667vw, 22px) min(5.8666666667vw, 22px);
  font-size: min(4vw, 15px);
  line-height: 2;
}
.smf-form .smf-item + .smf-item {
  margin-top: min(14.9333333333vw, 56px);
}
.smf-form .smf-item__controls p {
  margin: min(8vw, 30px) 0 min(4vw, 15px);
}
.smf-form .smf-item__description {
  margin-top: min(2.6666666667vw, 10px);
  font-size: min(4vw, 15px);
  color: #131313;
}
.smf-form .smf-item__description a {
  color: #1136e6;
  text-decoration: underline;
}
.smf-form .smf-checkbox-control {
  color: #131313;
}
.smf-form .smf-checkbox-control__control {
  border-color: #1d1e22;
  margin: min(1.6vw, 6px) min(2.1333333333vw, 8px) 0 0;
}
.smf-form .p-consensus {
  margin-top: min(8vw, 30px);
}
.smf-form .custom-error-message {
  color: #cc3033;
  line-height: min(7.4666666667vw, 28px);
  margin-top: var(--_margin-2);
}
.smf-action {
  background-color: #f0f0f0;
  text-align: center;
  padding: 0 0 min(16vw, 60px);
}
.smf-action .smf-button-control__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1d2088;
  color: #fff;
  border-radius: min(0.8vw, 3px);
  padding: min(6.9333333333vw, 26px) min(3.7333333333vw, 14px);
  font-weight: 500;
  border: none;
  outline: none;
  font-size: min(5.3333333333vw, 20px);
  line-height: 2.25em;
  letter-spacing: 0.05em;
  max-width: min(123.2vw, 462px);
  width: min(76vw, 285px);
}
.smf-action .smf-button-control__control:hover {
  border: none;
}
.smf-action .smf-button-control__control[disabled] {
  opacity: 0.3;
  color: #fff;
  cursor: not-allowed;
}
.smf-action .smf-button-control__control::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: min(5.3333333333vw, 20px);
  width: 0;
  height: 0;
  z-index: 2;
  background: url(../../img/common/icon_arrowc_white.svg) no-repeat center
    center;
  background-size: contain;
  width: min(9.6vw, 36px);
  height: min(9.6vw, 36px);
}
.smf-complete-content {
  text-align: center;
}
.smf-complete-content .wp-block-heading {
  font-size: min(4.8vw, 18px);
  font-weight: bold;
  margin-bottom: min(10.6666666667vw, 40px);
}
.smf-complete-content p {
  font-size: min(4vw, 15px);
  margin: min(5.3333333333vw, 20px) 0 0;
}
@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);
  }
}
@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: min(10.6666666667vw, 40px);
  }
  .p-fv__item--title {
    top: 53.5%;
  }
  .l-container {
    width: min(288vw, 1080px);
  }
  .c-heading__label {
    font-size: min(6.9333333333vw, 26px);
    letter-spacing: min(0.2666666667vw, 1px);
  }
  .p-form {
    padding: min(26.6666666667vw, 100px) 0;
  }
  .smf-progress-tracker__item {
    flex-direction: row;
    margin: 0 min(14.6666666667vw, 55px);
    font-size: min(5.8666666667vw, 22px);
  }
  .smf-progress-tracker__item:after {
    top: auto;
    right: max(-17.3333333333vw, -65px);
  }
  .p-form-inner {
    padding: min(16vw, 60px) min(21.3333333333vw, 80px)
      min(5.3333333333vw, 20px);
  }
  .smf-item__label__text em {
    margin-right: min(2.6666666667vw, 10px);
  }
  .smf-action .smf-button-control__control {
    width: 100%;
    cursor: pointer;
    padding: min(8.5333333333vw, 32px);
    transition: opacity 0.3s ease;
  }
  .smf-action
    .smf-button-control__control:not(
      .smf-action .smf-button-control__control[disabled]
    ):hover {
    opacity: 0.8;
  }
}
@media (hover: hover) and (pointer: fine) {
  a:hover .c-arrow__circle {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
