@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
  padding-top: 88px;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #333;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "din-2014", sans-serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

.--blue {
  color: #00A3E0;
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background: #fff;
  z-index: 100;
  padding-left: 50px;
  padding-right: 50px;
}
.p-header__inner {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.p-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23.5px;
}
.p-header__logo {
  flex-shrink: 0;
}
.p-header__logo img {
  width: 143px;
}
.p-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.p-header__nav-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-header__nav-list li a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.p-header__nav-list li a:hover {
  opacity: 0.7;
}
.p-header__cta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 257px;
  height: 58px;
  background: #FFA700;
  border-radius: 34px;
  box-shadow: 0 4px 0 #D18900;
  transition: transform 0.2s, box-shadow 0.2s;
}
.p-header__cta:hover {
  transform: translateY(4px);
  box-shadow: 0 0 0 #D18900;
}
.p-header__cta-text {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.03em;
}
.p-header__cta-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

body {
  padding-top: 88px;
}

/*===========================================================================*/
/*  hamburger (PC: hidden)  */
/*===========================================================================*/
.ham-btn {
  display: none;
}

.ham-menu {
  display: none;
}

/*===========================================================================*/
/*  SP bottom CTA (PC: hidden)  */
/*===========================================================================*/
.p-sp-cta {
  display: none;
}

/*===========================================================================*/
/*  Tablet breakpoint (≤1300px): nav → hamburger, CTA stays  */
/*===========================================================================*/
@media (max-width: 1300px) {
  .p-header__nav {
    display: none;
  }
  .ham-btn {
    display: block;
    width: 32px;
    height: 18px;
    position: relative;
    cursor: pointer;
  }
  .ham-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    transition: all 0.3s;
  }
  .ham-btn span:nth-child(1) {
    top: 0;
  }
  .ham-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .ham-btn span:nth-child(3) {
    bottom: 0;
  }
  .ham-btn.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .ham-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .ham-btn.active span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .ham-menu {
    display: block;
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    background: #fff;
    clip-path: inset(0 -20px -20px -20px);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    z-index: 99;
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  }
  .ham-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .ham-menu__inner {
    padding: 12px 50px 40px;
  }
  .ham-menu__nav ul li {
    border-bottom: 1px dashed #333;
  }
  .ham-menu__nav ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
  }
  .ham-menu__dot {
    display: block;
    width: 8px;
    height: 8px;
    background: #FFA700;
    border-radius: 1px;
    flex-shrink: 0;
  }
}
/*===========================================================================*/
/*  MV  */
/*===========================================================================*/
.p-mv {
  background: linear-gradient(291deg, rgba(254, 236, 169, 0.5) 18.16%, rgba(254, 236, 169, 0.2) 36.89%, rgba(254, 236, 169, 0.2) 68.92%, rgba(254, 236, 169, 0.5) 92.2%);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/mv-bg.webp") no-repeat center center/cover;
  z-index: -1;
  opacity: 0.25;
}
.p-mv .p-mv__inner {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.p-mv__content {
  width: 58.77%;
  max-width: 670px;
  display: block;
  position: relative;
  z-index: 1;
}
.p-mv__image {
  position: absolute;
  bottom: -80px;
  width: 76.57%;
  right: -120px;
}
@media (max-width: 1220px) {
  .p-mv__image {
    right: -10%;
  }
}

/*===========================================================================*/
/*  Campaign  */
/*===========================================================================*/
.p-campaign {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #F6F6F6;
}
.p-campaign__inner {
  max-width: 1000px;
}
.p-campaign__content {
  position: relative;
}
.p-campaign__content:last-child {
  margin-top: 50px;
}
.p-campaign__title {
  color: #FFF;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  background: #FFA700;
  padding: 8px 0 16px;
  position: relative;
  z-index: 1;
}
.p-campaign__title::before, .p-campaign__title::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.5px);
  width: 20px;
  height: 20px;
  background: #E39707;
  z-index: -1;
}
.p-campaign__title::before {
  left: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.p-campaign__title::after {
  right: 0;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.p-campaign__box {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -47px;
}
.p-campaign__box.--text {
  border-radius: 4px;
  background: #FFF;
  padding: 77px 20px 40px;
  text-align: center;
}
.p-campaign__date {
  display: block;
  width: 100%;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
}
.p-campaign__coupon {
  display: block;
  width: 100%;
  max-width: 621px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.p-campaign__list {
  margin-top: 24px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.p-campaign__list li {
  padding-left: 21px;
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}
.p-campaign__list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-campaign__list li .--blue {
  color: #00A3E0;
  font-weight: 700;
}
.p-campaign__list li .--red {
  color: #C7161D;
  font-weight: 700;
}

/*===========================================================================*/
/*  Coupon  */
/*===========================================================================*/
.p-coupon {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F6F6F6;
}
.p-coupon__heading {
  text-align: center;
  margin-bottom: 50px;
}
.p-coupon__subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.448;
  font-feature-settings: "palt" on;
}
.p-coupon__subtitle-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.p-coupon__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.448;
}
.p-coupon__steps {
  position: relative;
}
.p-coupon__steps::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  width: 49px;
  bottom: 0;
  background: #FFA700;
  z-index: 0;
}
.p-coupon__step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 32px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.p-coupon__step:last-child {
  margin-bottom: 0;
}
.p-coupon__step-body {
  grid-column: 1;
  grid-row: 1;
  padding: 0 0 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-coupon__step-image {
  grid-column: 2;
  grid-row: 1/-1;
  padding: 40px 60px 40px 0;
}
.p-coupon__step-text {
  grid-column: 1;
  grid-row: 2;
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}
.p-coupon__step-text mark {
  background: linear-gradient(transparent 70%, #EDFF2D 70%);
  color: inherit;
  font-weight: 700;
}
.p-coupon__step-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.p-coupon__step-dot {
  display: block;
  width: 9px;
  height: 9px;
  background: #FFA700;
  border-radius: 1px;
}
.p-coupon__step-num {
  font-size: 18px;
  font-weight: 700;
  color: #FFA700;
  text-transform: uppercase;
  line-height: 1.333;
}
.p-coupon__step-name {
  font-size: 32px;
  font-weight: 900;
  color: #FFA700;
  line-height: 1.448;
  margin-bottom: 16px;
}
.p-coupon__code-box {
  width: 100%;
  position: relative;
  background: #F6F6F6;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 30px 40px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s;
}
.p-coupon__code-box:hover {
  border-color: #00A3E0;
}
.p-coupon__code-box.copied {
  border-color: #00A3E0;
}
.p-coupon__code-copied {
  display: none;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #00A3E0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 4px;
  white-space: nowrap;
}
.copied .p-coupon__code-copied {
  display: block;
}
.p-coupon__code-label {
  font-size: 24px;
  font-weight: 700;
  color: #00A3E0;
  line-height: 1.4;
}
.p-coupon__code-value {
  font-size: 68px;
  font-weight: 700;
  color: #00A3E0;
  line-height: 1.4;
}
.p-coupon__code-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #00A3E0;
  margin-top: 8px;
}
.p-coupon__cta {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% - 120px);
  height: 68px;
  margin: 0 auto 66px;
  background: #FFA700;
  border-radius: 34px;
  box-shadow: 0 6px 0 #D18900;
  transition: transform 0.2s, box-shadow 0.2s;
}
.p-coupon__cta:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #D18900;
}
.p-coupon__cta-text {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.03em;
}
.p-coupon__cta-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}

/*===========================================================================*/
/*  注意事項  */
/*===========================================================================*/
.p-caution {
  padding-top: 60px;
  padding-bottom: 120px;
  background: #F6F6F6;
}
.p-caution__heading {
  text-align: center;
  margin-bottom: 32px;
}
.p-caution__subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #FFA700;
  letter-spacing: 0.05em;
  line-height: 1.333;
  text-transform: uppercase;
}
.p-caution__title {
  font-size: 44px;
  font-weight: 700;
  color: #333;
  line-height: 1.448;
}
.p-caution__card {
  background: #fff;
  border-radius: 4px;
  padding: 60px;
}
.p-caution__list {
  list-style: none;
}
.p-caution__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #333;
  margin-bottom: 26px;
}
.p-caution__item:last-child {
  margin-bottom: 0;
}
.p-caution__icon {
  width: 25px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 5px;
}
.p-caution__text {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
}
.p-caution__text .--red {
  font-weight: 900;
  color: #C7161D;
}
.p-caution__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 572px;
  height: 68px;
  margin: 40px auto 0;
  background: #FFA700;
  border-radius: 34px;
  box-shadow: 0 6px 0 #D18900;
  transition: transform 0.2s, box-shadow 0.2s;
}
.p-caution__cta:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #D18900;
}
.p-caution__cta-text {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.03em;
}
.p-caution__cta-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
}

/*===========================================================================*/
/*  特徴  */
/*===========================================================================*/
.p-feature {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}
.p-feature__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-feature__bg-top, .p-feature__bg-bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  max-width: none;
}
.p-feature__bg-top {
  top: 0;
}
.p-feature__bg-bottom {
  bottom: 0;
}
.p-feature__header {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 50px;
  text-align: center;
}
.p-feature__header .l-inner {
  position: relative;
  z-index: 1;
}
.p-feature__title {
  display: inline-flex;
  align-items: baseline;
  font-family: "shippori-mincho-b1", sans-serif;
  color: #333;
  position: relative;
}
.p-feature__title::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 18px;
  background: #FEECA9;
}
.p-feature__title-line, .p-feature__title-sub, .p-feature__title-large {
  position: relative;
  z-index: 1;
}
.p-feature__title-line, .p-feature__title-sub {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.448;
}
.p-feature__title-large {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.448;
}
.p-feature__title-line2 {
  display: contents;
}
.p-feature__desc {
  margin-top: 40px;
  position: relative;
}
.p-feature__text {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 2;
  text-align: center;
}
.p-feature__text .--blue {
  color: #00A3E0;
}
.p-feature__text + .p-feature__text {
  margin-top: 24px;
}
.p-feature__source {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 1.2;
  margin-top: 40px;
}
.p-feature__person {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 127px;
  height: auto;
}
.p-feature__cards {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
.p-feature__card {
  display: flex;
  align-items: center;
  gap: 32px;
  border-radius: 4px;
  overflow: hidden;
  padding: 40px;
}
.p-feature__card.--gray {
  background: #F6F6F6;
}
.p-feature__card.--cream {
  background: #FFFBEE;
}
.p-feature__card-image {
  width: 48.5%;
  flex-shrink: 0;
}
.p-feature__card-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.p-feature__card-body {
  width: 51.5%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-feature__card-text {
  font-size: 26px;
  font-weight: 500;
  color: #333;
  line-height: 1.448;
}
.p-feature__card-text strong {
  font-weight: 700;
}
.p-feature__card-source {
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 1.448;
}
.p-feature__arrow {
  display: flex;
  justify-content: center;
  padding: 0 0 18px;
}
.p-feature__arrow img {
  width: 54px;
  height: 22px;
}

/*===========================================================================*/
/*  stat  */
/*===========================================================================*/
.p-stat {
  background: #F6F6F6;
}
.p-stat__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-stat__title {
  text-align: center;
  margin-bottom: 40px;
}
.p-stat__title--pc {
  display: block;
}
.p-stat__title-line {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
  background-image: linear-gradient(#FEECA9, #FEECA9);
  background-repeat: no-repeat;
  background-size: 100% 18px;
  background-position: bottom 4px left;
}
.p-stat__title-line2 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  background-image: linear-gradient(#FEECA9, #FEECA9);
  background-repeat: no-repeat;
  background-size: 100% 18px;
  background-position: bottom 8px left;
}
.p-stat__title-sub {
  font-family: "Shippori Mincho B1", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
}
.p-stat__title-large {
  font-family: "Shippori Mincho B1", serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.448;
  color: #C7161D;
}
.p-stat__cards {
  display: flex;
  gap: 32px;
}
.p-stat__card {
  width: 100%;
  flex: 1;
  background: #fff;
  border-radius: 4px;
  position: relative;
  padding: 40px 30px;
  text-align: center;
}
.p-stat__card-arrow {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 28px;
  height: 28px;
}
.p-stat__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
  text-align: center;
}
.p-stat__card-chart {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 378px;
}
.p-stat__card-source {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  color: #333;
  text-align: left;
}
.p-stat__pie {
  width: 100%;
  max-width: 378px;
}
.p-stat__balloon {
  max-width: 315px;
  margin: 0 auto 0;
}
.p-stat__bar-img {
  width: 100%;
}

.p-about {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.p-about__wave {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.p-about__wave.--top {
  top: 0;
}
.p-about__wave.--bottom {
  bottom: 0;
}
.p-about__block, .p-about__structure, .p-about__auc {
  position: relative;
  z-index: 1;
}
.p-about__label {
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFA700;
  margin-bottom: 0;
}
.p-about__title {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
.p-about__logo {
  height: 50px;
  width: auto;
}
.p-about__title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  margin-left: 8px;
}
.p-about__section {
  position: relative;
  padding-top: 31px;
  margin-top: 28px;
}
.p-about__section.--mt-0 {
  margin-top: 0;
}
.p-about__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 62px;
  height: 62px;
  background: #FFA700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.p-about__num span {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.p-about__card {
  background: #F6F6F6;
  border-radius: 4px;
  padding: 60px 40px 40px;
}
.p-about__card-head {
  text-align: center;
  margin-bottom: 20px;
}
.p-about__heading-main {
  font-family: "Shippori Mincho B1", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
}
.p-about__heading-sub {
  font-family: "Shippori Mincho B1", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.448;
}
.p-about__heading-accent {
  font-family: "Shippori Mincho B1", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.448;
  color: #00A3E0;
}
.p-about__card-divider {
  width: calc(100% - 40px);
  max-width: 683px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: #333;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.p-about__card-divider::before, .p-about__card-divider::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
  top: 50%;
}
.p-about__card-divider::before {
  left: 0;
  transform: translate(-50%, -50%);
}
.p-about__card-divider::after {
  right: 0;
  transform: translate(50%, -50%);
}
.p-about__card-divider span::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 167, 0, 0.3);
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.p-about__card-divider span::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 167, 0, 0.5);
  right: calc(100% + 8px);
  bottom: calc(100% + 8px);
}
.p-about__card-divider.--auc {
  margin-bottom: 50px;
}
.p-about__card-body {
  position: relative;
}
.p-about__subtitle {
  text-align: center;
  margin-bottom: 24px;
}
.p-about__subtitle span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
  background-image: linear-gradient(#FEECA9, #FEECA9);
  background-repeat: no-repeat;
  background-size: 100% 18px;
  background-position: bottom 2px left;
}
.p-about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.6;
  color: #333;
  text-align: center;
}
.p-about__text.--center {
  margin-bottom: 40px;
}
.p-about__senchu {
  position: absolute;
  right: 0;
  top: -69px;
  left: calc(50% + 198px);
  width: 136px;
  height: 136px;
}
.p-about__chart-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  text-align: center;
  margin-bottom: 36px;
}
.p-about__chart-title span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px dashed #000;
}
.p-about__graphs {
  display: flex;
  gap: 44px;
  justify-content: center;
  margin-bottom: 40px;
}
.p-about__graph-img {
  width: calc((100% - 44px) / 2);
  max-width: 418px;
}
.p-about__sources {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-about__source-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  color: #333;
}
.p-about__researcher {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
.p-about__researcher-img {
  flex-shrink: 0;
  width: 284px;
}
.p-about__researcher-img img {
  width: 100%;
  border-radius: 4px;
}
.p-about__researcher-info {
  display: flex;
  flex-direction: column;
}
.p-about__researcher-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 12px;
}
.p-about__researcher-role {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.p-about__researcher-quotes {
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-about__researcher-quotes p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
}
.p-about__structure {
  padding-top: 100px;
}
.p-about__structure-label {
  text-align: center;
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFA700;
  margin-bottom: 0;
}
.p-about__structure-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}
.p-about__structure-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.p-about__steps {
  display: flex;
  gap: 32px;
}
.p-about__step {
  flex: 1;
  background: #F6F6F6;
  border-radius: 4px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
.p-about__step-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.p-about__step-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.p-about__step-dot.--blue {
  background: #00A3E0;
}
.p-about__step-dot.--orange {
  background: #FFA700;
}
.p-about__step-label .u-en:nth-child(2) {
  color: inherit;
}
.p-about__step:first-child .p-about__step-label {
  color: #00A3E0;
}
.p-about__step:last-child .p-about__step-label {
  color: #FFA700;
}
.p-about__step-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 4.2em;
}
.p-about__step-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  color: #333;
  margin-bottom: 20px;
  min-height: 2.896em;
}
.p-about__step-img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 12px;
}
.p-about__step-result {
  border-radius: 4px;
  padding: 12px 0;
  text-align: center;
  margin-top: auto;
}
.p-about__step-result.--blue {
  background: #00A3E0;
}
.p-about__step-result.--orange {
  background: #FFA700;
}
.p-about__step-result p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.448;
  color: #fff;
  min-height: 2.896em;
}
.p-about__auc-heading {
  text-align: center;
  margin-bottom: 11px;
}
.p-about__auc {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-about__auc-content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.p-about__auc-graph {
  max-width: 464px;
  width: 50%;
  flex-shrink: 0;
}
.p-about__auc-info {
  flex: 1;
}
.p-about__auc-title {
  padding-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #1F2937;
  margin-bottom: 12px;
}
.p-about__auc-value {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.p-about__auc-eq {
  font-family: "din-2014", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  line-height: 1.11;
}
.p-about__auc-num {
  font-family: "din-2014", sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #FFA700;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-left: 8px;
}
.p-about__auc-explain {
  background: #FFF7ED;
  border-left: 4px solid #FB923C;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin-bottom: 24px;
}
.p-about__auc-explain p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.42;
  color: #333;
}
.p-about__auc-explain p span {
  color: #FFA700;
  font-weight: 700;
}
.p-about__auc-badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 19px;
}
.p-about__auc-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-about__auc-badge-label {
  display: inline-block;
  padding: 4px 13px;
  border-radius: 6px;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.p-about__auc-badge-label.--gray {
  background: #F6F6F6;
  color: #333;
}
.p-about__auc-badge-label.--orange {
  background: #FFA700;
  color: #fff;
}
.p-about__auc-badge-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #374151;
}
.p-about__auc-badge-text.--bold {
  font-weight: 700;
}
.p-about__auc-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  margin-bottom: 30px;
}
.p-about__auc-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  color: #333;
}

.p-service {
  background: #F6F6F6;
  padding-top: 120px;
  padding-bottom: 50px;
}
.p-service__heading {
  text-align: center;
  margin-bottom: 40px;
}
.p-service__label {
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFA700;
}
.p-service__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
}
.p-service__cards {
  display: flex;
  gap: 32px;
}
.p-service__card {
  flex: 1;
  background: #fff;
  border-radius: 4px;
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
}
.p-service__card-header {
  background: #FFA700;
  border-radius: 4px;
  padding: 14px 0;
  text-align: center;
  margin-bottom: 32px;
}
.p-service__card-header p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.p-service__card-img {
  width: 100%;
  margin-bottom: 28px;
  min-height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-service__card-img .--width-small {
  max-width: 366px;
}
.p-service__card-icons {
  width: 86%;
  margin: 0 auto 24px;
}
.p-service__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  text-align: center;
  margin-top: 0;
}
.p-service__card-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  color: #333;
  text-align: center;
  margin-top: 14px;
}

.p-step {
  background: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-step__heading {
  text-align: center;
  margin-bottom: 32px;
}
.p-step__label {
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFA700;
}
.p-step__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
}
.p-step__card {
  background: #fff;
  border-radius: 4px;
  padding: 40px 60px 28px;
  margin-bottom: 32px;
  text-align: left;
}
.p-step__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  text-align: center;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.p-step__plus {
  color: #F59E0B;
}
.p-step__row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 32px 0;
}
.p-step__row-label {
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFA700;
  min-width: 81px;
}
.p-step__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FFA700;
}
.p-step__row-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
.p-step__row-text a {
  color: #00A3E0;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.p-step__row-body {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
  text-align: left;
}
.p-step__login-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: #F6F6F6;
  border: 1px solid #333;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.p-step__login-arrow {
  flex-shrink: 0;
}
.p-step__row-sub {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
.p-step__divider {
  border-top: 1px dashed #333;
}
.p-step__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  color: #333;
  margin-top: 10px;
}
.p-step__bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
  text-align: center;
  background-image: linear-gradient(#FEECA9, #FEECA9);
  background-repeat: no-repeat;
  background-size: 100% 18px;
  background-position: bottom 4px left;
  display: inline;
  margin: 0 auto;
}
.p-step .l-inner {
  text-align: center;
}

.p-submit {
  background: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-submit__heading {
  text-align: center;
  margin-bottom: 40px;
}
.p-submit__label {
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFA700;
}
.p-submit__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
}
.p-submit__card {
  background: #fff;
  border-radius: 4px;
  padding: 60px 60px;
  text-align: center;
}
.p-submit__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
  text-align: center;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.p-submit .--small {
  font-size: 0.5em;
  vertical-align: top;
  margin-top: 0.3em;
  display: inline-block;
}
.p-submit__plus {
  color: #F59E0B;
}
.p-submit__card-img {
  width: 424px;
  max-width: 100%;
  margin: 0 auto 24px;
  display: block;
}
.p-submit__card-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  color: #333;
  text-align: center;
}
.p-submit__accordion-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 0 24px;
  height: 68px;
  background: #00A3E0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
  box-shadow: 0 6px 0 #0088BC;
  transition: box-shadow 0.2s, transform 0.2s;
}
.p-submit__accordion-btn:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #0088BC;
}
.p-submit__accordion-btn.active .p-submit__accordion-icon::after {
  transform: rotate(0);
  opacity: 0;
}
.p-submit__accordion-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #fff;
}
.p-submit__accordion-icon {
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
}
.p-submit__accordion-icon::before, .p-submit__accordion-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: transform 0.3s, opacity 0.3s;
}
.p-submit__accordion-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  transform: translateY(-50%);
}
.p-submit__accordion-icon::after {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  transform: translateX(-50%);
}
.p-submit__accordion-body {
  display: none;
  margin-top: 26px;
}
.p-submit__merit-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  text-align: center;
  margin-bottom: 4px;
}
.p-submit__merit-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  text-align: center;
  margin-bottom: 24px;
  background-image: linear-gradient(#FEECA9, #FEECA9);
  background-repeat: no-repeat;
  background-size: 100% 8px;
  background-position: bottom 2px left;
  display: inline;
}
.p-submit__methods {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 20px;
}
.p-submit__method {
  flex: 1;
  background: #F6F6F6;
  border-radius: 4px;
  padding: 24px;
  text-align: center;
}
.p-submit__method-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #00A3E0;
  margin-bottom: 16px;
}
.p-submit__method-divider {
  border-top: 1px dashed #333;
  margin-bottom: 16px;
}
.p-submit__method-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
.p-submit__btns {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}
.p-submit__method-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 50px 0 32px;
  height: 68px;
  flex: 1;
  background: #00A3E0;
  border-radius: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 0 #007EAD;
  transition: box-shadow 0.2s, transform 0.2s;
}
.p-submit__method-btn:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #007EAD;
}
.p-submit__method-btn.--center {
  flex: none;
  width: 410px;
  margin: 0 auto;
}
.p-submit__method-btn-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
}
.p-submit__method-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  color: #333;
  text-align: center;
  margin-bottom: 32px;
}
.p-submit__method-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  text-align: center;
  margin-bottom: 24px;
}
.p-submit__method-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  color: #00A3E0;
  text-decoration: none;
  border-bottom: 1px solid #00A3E0;
  padding-bottom: 2px;
  margin-bottom: 66px;
}
.p-submit__divider {
  border-top: 1px dashed #333;
  margin-bottom: 60px;
}

.p-support {
  background: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 120px;
}
.p-support__heading {
  text-align: center;
  margin-bottom: 32px;
}
.p-support__label {
  font-family: "din-2014", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFA700;
  margin-bottom: 4px;
}
.p-support__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
}
.p-support__card {
  background: #fff;
  border-radius: 4px;
  padding: 60px 0;
  text-align: center;
}
.p-support__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  margin-bottom: 28px;
}
.p-support__card-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
}
.p-support__card-divider {
  border-top: 1px dashed #333;
  margin: 60px 80px;
}
.p-support__card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #333;
  margin-bottom: 32px;
}
.p-support__plus {
  color: #F59E0B;
}
.p-support__btn {
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 472px;
  height: 68px;
  padding: 0 50px 0 32px;
  background: #FFA700;
  border-radius: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.448;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 0 #D18900;
  transition: box-shadow 0.2s, transform 0.2s;
  margin-bottom: 24px;
}
.p-support__btn:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #D18900;
}
.p-support__btn-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
}
.p-support__card-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
}

.p-footer {
  background: #fff;
  padding: 80px 0 60px;
}
.p-footer__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 40px;
}
.p-footer__logo {
  width: 233px;
  height: auto;
}
.p-footer__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-footer__company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
}
.p-footer__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
}
.p-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.p-footer__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.448;
  color: #333;
  text-decoration: none;
}
.p-footer__sep {
  display: block;
  width: 1px;
  height: 16px;
  background: #333;
}
.p-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.p-footer__trademark, .p-footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.448;
  color: #333;
}

@media (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline;
  }
  body {
    padding-top: 58px;
  }
  /*===========================================================================*/
  /*  header (SP)  */
  /*===========================================================================*/
  .p-header {
    height: 58px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-header__logo img {
    width: 100px;
  }
  body {
    padding-top: 60px;
  }
  /*===========================================================================*/
  /*  hamburger menu (SP overrides)  */
  /*===========================================================================*/
  .ham-menu {
    top: 58px;
    max-height: calc(100vh - 60px - 62px);
  }
  .ham-menu__inner {
    padding: 12px 20px 40px;
  }
  /*===========================================================================*/
  /*  SP bottom CTA  */
  /*===========================================================================*/
  .p-sp-cta {
    display: block;
    position: fixed;
    bottom: 4px;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .p-sp-cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 58px;
    background: #FFA700;
    box-shadow: 0 4px 0 #D18900;
  }
  .p-sp-cta__text {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.03em;
  }
  .p-sp-cta__arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
  }
  /*===========================================================================*/
  /*  Coupon  */
  /*===========================================================================*/
  .p-coupon {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .p-coupon__heading {
    margin-bottom: 24px;
  }
  .p-coupon__subtitle {
    font-size: 20px;
    gap: 6px;
  }
  .p-coupon__subtitle-icon {
    width: 20px;
    height: 20px;
  }
  .p-coupon__title {
    font-size: 28px;
    font-weight: 800;
  }
  .p-coupon__steps::before {
    left: 20px;
    width: 32px;
  }
  .p-coupon__step {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
  .p-coupon__step-body {
    padding: 24px 20px 0;
  }
  .p-coupon__step-image {
    width: 100%;
    padding: 16px 20px 0;
  }
  .p-coupon__step-label {
    gap: 6px;
    margin-bottom: 8px;
  }
  .p-coupon__step-dot {
    width: 6px;
    height: 6px;
  }
  .p-coupon__step-num {
    font-size: 15px;
  }
  .p-coupon__step-name {
    font-size: 22px;
    margin-bottom: 0;
  }
  .p-coupon__step-text {
    font-size: 16px;
    padding: 18px 20px 24px;
  }
  .p-coupon__code-box {
    padding: 20px;
  }
  .p-coupon__code-copied {
    font-size: 12px;
    top: -10px;
    padding: 3px 12px;
  }
  .p-coupon__code-label {
    font-size: 17px;
  }
  .p-coupon__code-value {
    font-size: 47px;
  }
  .p-coupon__cta {
    width: calc(100% - 40px);
    height: 58px;
    margin: 0 auto 28px;
    box-shadow: 0 4px 0 #D18900;
  }
  .p-coupon__cta:hover {
    transform: translateY(4px);
    box-shadow: 0 0 0 #D18900;
  }
  .p-coupon__cta-text {
    font-size: 18px;
  }
  .p-coupon__cta-arrow {
    right: 20px;
    border-width: 5px 0 5px 8px;
  }
  /*===========================================================================*/
  /*  MV  */
  /*===========================================================================*/
  .p-mv {
    padding-top: 49px;
    padding-bottom: 50px;
  }
  .p-mv .p-mv__inner {
    max-width: 520px;
  }
  .p-mv__content {
    width: 100%;
    max-width: 100%;
  }
  .p-mv__image {
    position: absolute;
    bottom: 25%;
    width: 75.55%;
    right: -20px;
  }
  /*===========================================================================*/
  /*  Campaign  */
  /*===========================================================================*/
  .p-campaign {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .p-campaign__inner {
    max-width: 400px;
  }
  .p-campaign__content:last-child {
    margin-top: 32px;
  }
  .p-campaign__title {
    font-size: 22px;
    padding: 6px 0 10px;
  }
  .p-campaign__title::before, .p-campaign__title::after {
    width: 10px;
    height: 10px;
  }
  .p-campaign__box {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -46px;
  }
  .p-campaign__box.--text {
    padding: 68px 20px 20px;
  }
  .p-campaign__list {
    margin-top: 20px;
    gap: 4px;
  }
  .p-campaign__list li {
    padding-left: 22px;
    font-size: 16px;
  }
  /*===========================================================================*/
  /*  注意事項  */
  /*===========================================================================*/
  .p-caution {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .p-caution__heading {
    margin-bottom: 20px;
  }
  .p-caution__subtitle {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .p-caution__title {
    font-size: 28px;
    font-weight: 800;
  }
  .p-caution__card {
    padding: 24px 20px;
  }
  .p-caution__item {
    gap: 8px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .p-caution__icon {
    width: 19px;
    height: 16px;
    margin-top: 4px;
  }
  .p-caution__text {
    font-size: 16px;
  }
  .p-caution__cta {
    width: 100%;
    height: 58px;
    margin-top: 24px;
    box-shadow: 0 4px 0 #D18900;
  }
  .p-caution__cta:hover {
    transform: translateY(4px);
    box-shadow: 0 0 0 #D18900;
  }
  .p-caution__cta-text {
    font-size: 16px;
  }
  .p-caution__cta-arrow {
    right: 20px;
    border-width: 6px 0 6px 10px;
  }
  /*===========================================================================*/
  /*  特徴  */
  /*===========================================================================*/
  .p-feature__bg-top, .p-feature__bg-bottom {
    width: 100%;
  }
  .p-feature__header {
    padding-top: 60px;
    padding-bottom: 68px;
    text-align: center;
    font-feature-settings: "palt" on;
  }
  .p-feature__title {
    display: block;
    text-indent: 18px;
  }
  .p-feature__title::after {
    display: none;
  }
  .p-feature__title-line {
    display: inline;
    font-size: 32px;
    background-image: linear-gradient(#FEECA9, #FEECA9);
    background-repeat: no-repeat;
    background-position: bottom 2px left;
    background-size: 100% 12px;
  }
  .p-feature__title-line2 {
    display: inline-flex;
    align-items: baseline;
    position: relative;
    text-indent: 0;
  }
  .p-feature__title-line2::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 12px;
    background: #FEECA9;
  }
  .p-feature__title-sub, .p-feature__title-large {
    position: relative;
    z-index: 1;
  }
  .p-feature__title-sub {
    font-size: 32px;
  }
  .p-feature__title-large {
    font-size: 38px;
  }
  .p-feature__desc {
    margin-top: 24px;
  }
  .p-feature__text {
    font-size: 18px;
    text-align: left;
  }
  .p-feature__source {
    font-size: 10px;
    margin-top: 12px;
    width: 206px;
    text-align: left;
    line-height: 1.6;
  }
  .p-feature__person {
    width: 85px;
    right: -10px;
    bottom: -58px;
  }
  .p-feature__cards {
    padding-bottom: 50px;
  }
  .p-feature__card {
    flex-direction: column;
    padding: 20px;
    gap: 12px;
  }
  .p-feature__card-image {
    width: 100%;
  }
  .p-feature__card-body {
    width: 100%;
    gap: 8px;
  }
  .p-feature__card-text {
    font-size: 20px;
  }
  .p-feature__card-source {
    font-size: 10px;
  }
  .p-feature__arrow {
    padding: 0 0 8px;
  }
  .p-feature__arrow img {
    width: 40px;
    height: 16px;
  }
  /*===========================================================================*/
  /*  stat  */
  /*===========================================================================*/
  .p-stat__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-stat__title-wrap {
    text-align: center;
  }
  .p-stat__title {
    text-align: left;
    margin-bottom: 30px;
    display: inline-block;
  }
  .p-stat__title--sp {
    display: block;
  }
  .p-stat__title-line {
    display: block;
    width: fit-content;
    font-family: "Shippori Mincho B1", serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.448;
    color: #333;
    background-image: linear-gradient(#FEECA9, #FEECA9);
    background-repeat: no-repeat;
    background-size: 100% 12px;
    background-position: bottom 2px left;
    margin: 0;
  }
  .p-stat__title-line:first-child {
    margin-left: 65px;
  }
  .p-stat__title-line:last-child {
    margin-left: 24px;
  }
  .p-stat__title-line2 {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 0;
    background-image: linear-gradient(#FEECA9, #FEECA9);
    background-repeat: no-repeat;
    background-size: 100% 12px;
    background-position: bottom 5px left;
  }
  .p-stat__title-sub {
    font-family: "Shippori Mincho B1", serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.448;
    color: #333;
  }
  .p-stat__title-large {
    font-family: "Shippori Mincho B1", serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.448;
    color: #C7161D;
  }
  .p-stat__cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .p-stat__card {
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding: 20px;
    text-align: center;
  }
  .p-stat__card-arrow {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
  }
  .p-stat__card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.448;
    color: #333;
  }
  .p-stat__card-chart {
    margin-top: 16px;
    min-height: auto;
  }
  .p-stat__card-source {
    margin-top: 16px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
    text-align: left;
  }
  .p-stat__pie {
    width: 100%;
    max-width: 295px;
  }
  .p-stat__balloon {
    max-width: 248px;
    margin: 0 auto;
  }
  .p-stat__bar-img {
    width: 100%;
    max-width: 295px;
  }
  .p-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-about__wave.--top {
    top: 0;
  }
  .p-about__wave.--bottom {
    bottom: 0;
  }
  .p-about__label {
    font-size: 16px;
    margin-bottom: 0;
  }
  .p-about__title {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 21px;
  }
  .p-about__logo {
    height: 29px;
  }
  .p-about__title-text {
    font-size: 28px;
    font-weight: 800;
    margin-left: 4px;
    line-height: 1.3;
  }
  .p-about__section {
    padding-top: 18px;
  }
  .p-about__num {
    width: 36px;
    height: 36px;
  }
  .p-about__num span {
    font-size: 19px;
  }
  .p-about__card {
    padding: 24px 20px 20px;
  }
  .p-about__card-head {
    text-align: center;
    margin-bottom: 20px;
  }
  .p-about__heading-main {
    font-size: 24px;
    line-height: 1.6;
  }
  .p-about__heading-sub {
    font-size: 24px;
    line-height: 1.6;
  }
  .p-about__heading-accent {
    font-size: 24px;
    line-height: 1.6;
  }
  .p-about__card-divider {
    margin-bottom: 24px;
  }
  .p-about__card-divider span::before {
    width: 53px;
    height: 53px;
  }
  .p-about__card-divider span::after {
    width: 30px;
    height: 30px;
    right: calc(100% + 5px);
  }
  .p-about__card-divider.--auc {
    margin-bottom: 26px;
  }
  .p-about__subtitle {
    margin-bottom: 12px;
  }
  .p-about__subtitle span {
    font-size: 20px;
    line-height: 1.6;
    background-size: 100% 8px;
    background-position: bottom 2px left;
  }
  .p-about__text {
    font-size: 16px;
    line-height: 2.2;
    text-align: left;
  }
  .p-about__text.--center {
    margin-bottom: 20px;
  }
  .p-about__senchu {
    width: 104px;
    height: auto;
    top: -40px;
    left: calc(50% + 62px);
  }
  .p-about__chart-title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-about__chart-title span {
    padding-bottom: 8px;
  }
  .p-about__chart-title span:last-child {
    margin-top: 8px;
  }
  .p-about__graphs {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 20px;
  }
  .p-about__graph-img {
    width: 100%;
    max-width: 100%;
  }
  .p-about__sources {
    gap: 8px;
  }
  .p-about__source-text {
    font-size: 10px;
  }
  .p-about__researcher {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 0;
  }
  .p-about__researcher-img {
    width: 100%;
    max-width: 295px;
  }
  .p-about__researcher-info {
    text-align: center;
    gap: 8px;
  }
  .p-about__researcher-name {
    font-size: 20px;
  }
  .p-about__researcher-role {
    font-size: 12px;
    line-height: 1.6;
  }
  .p-about__researcher-quotes {
    margin-top: 4px;
    padding-left: 0;
    gap: 12px;
  }
  .p-about__researcher-quotes p {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
  .p-about__structure {
    padding-top: 60px;
  }
  .p-about__structure-label {
    font-size: 16px;
  }
  .p-about__structure-title {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
  }
  .p-about__structure-desc {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 24px;
  }
  .p-about__steps {
    flex-direction: column;
    gap: 16px;
  }
  .p-about__step {
    padding: 20px;
  }
  .p-about__step-label {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .p-about__step-dot {
    width: 6px;
    height: 6px;
  }
  .p-about__step-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    min-height: auto;
  }
  .p-about__step-note {
    font-size: 10px;
    margin-bottom: 20px;
    min-height: auto;
  }
  .p-about__step-img {
    margin-bottom: 12px;
  }
  .p-about__step-result {
    padding: 12px 0;
  }
  .p-about__step-result p {
    font-size: 16px;
  }
  .p-about__auc-heading {
    margin-bottom: 16px;
  }
  .p-about__auc-heading .p-about__heading-main {
    font-size: 24px;
  }
  .p-about__auc {
    padding-bottom: 50px;
  }
  .p-about__auc-content {
    flex-direction: column;
    gap: 24px;
  }
  .p-about__auc-graph {
    width: 100%;
    max-width: 100%;
  }
  .p-about__auc-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
    padding-top: 0;
  }
  .p-about__auc-value {
    justify-content: center;
    margin-bottom: 10px;
  }
  .p-about__auc-eq {
    font-size: 29px;
  }
  .p-about__auc-info {
    width: 100%;
  }
  .p-about__auc-num {
    font-size: 58px;
  }
  .p-about__auc-explain {
    padding: 12px 16px;
    margin-bottom: 12px;
  }
  .p-about__auc-explain p {
    font-size: 14px;
    line-height: 1.625;
    text-align: center;
  }
  .p-about__auc-badges {
    flex-direction: row;
    justify-content: center;
    gap: 0;
    margin-bottom: 20px;
  }
  .p-about__auc-badge {
    width: 50%;
    flex-direction: column;
  }
  .p-about__auc-badge-label {
    font-size: 14px;
    padding: 3px 12px;
    border-radius: 5px;
  }
  .p-about__auc-badge-text {
    font-size: 16px;
  }
  .p-about__auc-bottom {
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
  }
  .p-about__auc-note {
    font-size: 10px;
    text-align: center;
  }
  .p-service {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-service__heading {
    margin-bottom: 20px;
  }
  .p-service__label {
    font-size: 16px;
    text-align: center;
  }
  .p-service__title {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
  }
  .p-service__cards {
    flex-direction: column;
    gap: 16px;
  }
  .p-service__card {
    padding: 10px 10px 20px;
  }
  .p-service__card-header {
    padding: 12px 16px;
    margin-bottom: 16px;
  }
  .p-service__card-header p {
    font-size: 18px;
  }
  .p-service__card-img {
    min-height: auto;
    margin-bottom: 20px;
  }
  .p-service__card-icons {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-service__card-text {
    font-size: 18px;
    line-height: 1.78;
  }
  .p-service__card-note {
    font-size: 10px;
    margin-top: 8px;
  }
  .p-step {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-step__heading {
    margin-bottom: 20px;
  }
  .p-step__label {
    font-size: 16px;
  }
  .p-step__title {
    font-size: 28px;
    font-weight: 800;
  }
  .p-step__card {
    padding: 28px 20px 4px;
    margin-bottom: 20px;
  }
  .p-step__card-title {
    font-size: 20px;
    margin-bottom: 8px;
    gap: 4px;
  }
  .p-step__row {
    flex-direction: column;
    gap: 8px;
    padding: 20px 0;
  }
  .p-step__row-label {
    font-size: 14px;
    min-width: auto;
    gap: 4px;
  }
  .p-step__dot {
    width: 5px;
    height: 5px;
  }
  .p-step__row-text {
    font-size: 16px;
    line-height: 1.6;
  }
  .p-step__row-body {
    flex-direction: column;
    gap: 12px;
  }
  .p-step__login-btn {
    padding: 8px 20px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
    position: relative;
  }
  .p-step__login-arrow {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 10px;
  }
  .p-step__row-sub {
    font-size: 16px;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .p-step__note {
    font-size: 10px;
    padding-left: 0;
    margin-top: 8px;
  }
  .p-step__bottom {
    font-size: 22px;
    background-size: 100% 12px;
    background-position: bottom 2px left;
  }
  .p-submit {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-submit__heading {
    margin-bottom: 24px;
  }
  .p-submit__label {
    font-size: 16px;
    text-align: center;
  }
  .p-submit__title {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
  }
  .p-submit__card {
    padding: 24px 20px;
  }
  .p-submit__card-title {
    font-size: 20px;
    margin-bottom: 16px;
    gap: 8px;
  }
  .p-submit__card-img {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-submit__card-note {
    font-size: 10px;
  }
  .p-submit__accordion-btn {
    height: 68px;
    gap: 12px;
    margin-top: 8px;
    padding: 0 16px;
  }
  .p-submit__accordion-text {
    font-size: 16px;
    text-align: center;
  }
  .p-submit__accordion-icon {
    width: 12px;
    height: 12px;
  }
  .p-submit__accordion-body {
    margin-top: 20px;
  }
  .p-submit__merit-sub {
    font-size: 14px;
  }
  .p-submit__merit-main {
    font-size: 16px;
    background-size: 100% 8px;
  }
  .p-submit__methods {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .p-submit__method {
    padding: 20px 16px;
  }
  .p-submit__method-title {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .p-submit__method-divider {
    margin-bottom: 18px;
  }
  .p-submit__method-text {
    font-size: 14px;
  }
  .p-submit__btns {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
  }
  .p-submit__method-btn {
    flex: none;
    min-height: 58px;
    height: auto;
    padding: 0 40px 0 24px;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 34px;
    width: 100%;
  }
  .p-submit__method-btn.--center {
    width: 100%;
  }
  .p-submit__method-btn-icon {
    right: 20px;
    width: 12px;
    height: 12px;
  }
  .p-submit__method-note {
    font-size: 10px;
    margin-bottom: 12px;
  }
  .p-submit__method-desc {
    font-size: 14px;
    text-align: left;
    margin-bottom: 8px;
  }
  .p-submit__method-link {
    font-size: 10px;
    margin-bottom: 36px;
  }
  .p-submit__divider {
    margin-bottom: 28px;
  }
  .p-support {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .p-support__heading {
    margin-bottom: 24px;
  }
  .p-support__label {
    font-size: 16px;
    text-align: center;
  }
  .p-support__title {
    font-size: 28px;
    font-weight: 800;
    text-align: center;
  }
  .p-support__card {
    padding: 24px 20px;
  }
  .p-support__card-text {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .p-support__card-sub {
    font-size: 16px;
  }
  .p-support__card-divider {
    margin: 24px 0;
  }
  .p-support__card-title {
    font-size: 20px;
    gap: 8px;
    margin-bottom: 24px;
  }
  .p-support__btn {
    margin-top: 16px;
    width: 100%;
    height: 58px;
    padding: 0 40px 0 24px;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .p-support__btn-arrow {
    right: 20px;
    width: 10px;
    height: 12px;
  }
  .p-support__card-note {
    font-size: 12px;
  }
  .p-footer {
    padding: 40px 0 98px;
  }
  .p-footer__top {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
  }
  .p-footer__logo {
    width: 129px;
  }
  .p-footer__info {
    align-items: center;
    gap: 8px;
  }
  .p-footer__company {
    font-size: 16px;
    text-align: center;
  }
  .p-footer__address {
    font-size: 12px;
    text-align: center;
  }
  .p-footer__links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 23px 20px;
    margin-bottom: 32px;
  }
  .p-footer__sep {
    display: none;
  }
  .p-footer__link {
    font-size: 12px;
  }
  .p-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .p-footer__trademark, .p-footer__copyright {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */