@font-face {
  font-family: "FuturaPt";
  src: url("../font/FuturaCyrillicBold.ttf") format("truetype");
}
*, ::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;
  line-height: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  font-weight: normal;
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #231816;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

object {
  display: inline-block;
  pointer-events: none;
}

a {
  display: block;
  color: #231816;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

input[type=submit] {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  input[type=submit]:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

button {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

:focus {
  outline: none;
}

/*::placeholder {
  color: var.$baseColor02
}

:-ms-input-placeholder {
  color: var.$baseColor02
}*/
.u-hide {
  display: none !important;
}

.u-opacity {
  opacity: 0;
}

.u-sp {
  display: block !important;
}
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-spTab {
  display: block !important;
}
@media (min-width: 1200px) {
  .u-spTab {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tab {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .u-tab {
    display: none !important;
  }
}

.u-tabPc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tabPc {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 1200px) {
  .u-pc {
    display: block !important;
  }
}

.u-spPc {
  display: none !important;
}
@media (max-width: 767px) {
  .u-spPc {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .u-spPc {
    display: block !important;
  }
}

.c-inner {
  padding-right: 4.8vw;
  padding-left: 4.8vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-inner {
    padding-right: 1.875vw;
    padding-left: 1.875vw;
  }
}

.c-button {
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}
.c-button > * {
  position: relative;
  display: block;
  line-height: 1.188;
  text-align: center;
  width: 100%;
  transition-property: all;
}
.c-button > *::after {
  content: "";
  position: absolute;
  display: block;
}

.c-button__type {
  border-radius: clamp(10px, 1.1111111111vw, 20px);
  overflow: hidden;
}
.c-button__type > * {
  font-size: 4.27vw;
  font-weight: 700;
  border-radius: clamp(10px, 1.1111111111vw, 20px);
  padding-top: 2.4vw;
  padding-bottom: 2.4vw;
}
@media (min-width: 768px) {
  .c-button__type > * {
    font-size: 1.67vw;
    padding-top: 0.9375vw;
    padding-bottom: 0.9375vw;
  }
}
.c-button__type > *::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  transform: skewX(-45deg);
  -webkit-animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
          animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}

.c-button__type02 {
  border-radius: clamp(10px, 1.1111111111vw, 20px);
}
.c-button__type02 > * {
  font-size: 4.27vw;
  font-weight: 700;
  border-width: 1px;
  border-radius: clamp(10px, 1.1111111111vw, 20px);
  padding-top: 4.4vw;
  padding-right: 4.67vw;
  padding-bottom: 4.4vw;
}
@media (min-width: 768px) {
  .c-button__type02 > * {
    font-size: 1.67vw;
    padding-top: 1.71875vw;
    padding-right: 1.82vw;
    padding-bottom: 1.71875vw;
  }
}
.c-button__type02 > *::after {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.53vw;
  aspect-ratio: 19/28;
  top: 50%;
  right: 13.07vw;
  margin-top: -1.8642105263vw;
}
@media (min-width: 768px) {
  .c-button__type02 > *::after {
    width: 0.99vw;
    right: 5.1vw;
    margin-top: -0.7294736842vw;
  }
}

.c-button__green > * {
  background: #06C755;
}

.c-button__red > * {
  background: #BE3012;
  color: #ffffff;
}

.c-button__red02 > * {
  background: #BE3012;
  color: #ffffff;
}
.c-button__red02 > *::after {
  background-image: url(../img/icon_arrow_w.svg);
}

.c-button__green > * {
  background: #06C755;
}

.c-button__white > * {
  border-color: #231816;
}
.c-button__white > *::after {
  background-image: url(../img/icon_arrow_bl_03.svg);
}

@-webkit-keyframes nyainy-btn {
  0% {
    left: -100%;
  }
  25% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.c-form__text {
  font-size: 3.2vw;
  line-height: 1.167;
  width: 100%;
  border-width: 1px;
  border-color: #666666;
  border-radius: clamp(7px, 0.7777777778vw, 14px);
  padding-top: 1.3333333333vw;
  padding-right: 2.67vw;
  padding-bottom: 1.3333333333vw;
  padding-left: 2.67vw;
}
@media (min-width: 768px) {
  .c-form__text {
    font-size: 1.25vw;
    padding-top: 0.5208333333vw;
    padding-right: 1.04vw;
    padding-bottom: 0.5208333333vw;
    padding-left: 1.04vw;
  }
}
.c-form__text.error {
  border-color: #BE3012;
}

.c-form__textarea {
  font-size: 3.2vw;
  line-height: 1.167;
  width: 100%;
  height: 32vw;
  border-width: 1px;
  border-color: #666666;
  border-radius: clamp(7px, 0.7777777778vw, 14px);
  padding-top: 1.3333333333vw;
  padding-right: 2.67vw;
  padding-bottom: 1.3333333333vw;
  padding-left: 2.67vw;
  resize: vertical;
}
@media (min-width: 768px) {
  .c-form__textarea {
    font-size: 1.25vw;
    height: 12.5vw;
    padding-top: 0.5208333333vw;
    padding-right: 1.04vw;
    padding-bottom: 0.5208333333vw;
    padding-left: 1.04vw;
  }
}
.c-form__textarea.error {
  border-color: #BE3012;
}

/*.form__select__box {
  position: relative;
  background-color: var.$baseColor04;
  border-width: 1px;
  border-color: var.$baseColor02;
  border-radius: func.f-margin(1.5, 3);

  &::before,
  &::after {
    pointer-events: none;
  }

  &::before {
    background-color: var.$baseColor02;
    width: 25px;
    height: 100%;
    top: 0;
    right: 0;
  }

  &::after {
    background-image: url(../img/icon_arrow_b.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 8px;
    aspect-ratio: 263/150;
    top: 50%;
    right: 7px;
    margin-top: calc(8px / 263 * 150 / -2);
    transform: rotateX(180deg);
  }
}

.form__select {
  text-align: left;
  width: 100%;
  padding: {
    top: func.f-margin(7.5, 15);
    right: calc(func.f-margin(5, 10) + 25px);
    bottom: func.f-margin(7.5, 15);
    left: func.f-margin(5, 10);
  }
  cursor: pointer;

  @include mixin.m-mqMin(var.$tabMin) {
    padding: {
      top: func.f-margin(2.5, 5);
      bottom: func.f-margin(2.5, 5);
    }
  }
}*/
.c-form__radio__text {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 4.27vw;
}
@media (min-width: 768px) {
  .c-form__radio__text {
    padding-left: 1.67vw;
  }
}
.c-form__radio__text:nth-last-of-type(n+2) {
  margin-bottom: 2vw;
}
@media (min-width: 768px) {
  .c-form__radio__text:nth-last-of-type(n+2) {
    margin-bottom: 0.78125vw;
  }
}
.c-form__radio__text::before, .c-form__radio__text::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  border-radius: 50%;
}
.c-form__radio__text::before {
  background-color: #F0F0F0;
  width: 3.2vw;
  height: 3.2vw;
  left: 0;
  border-width: 1px;
  border-color: #231816;
  margin-top: -1.6vw;
}
@media (min-width: 768px) {
  .c-form__radio__text::before {
    width: 1.25vw;
    height: 1.25vw;
    margin-top: -0.625vw;
  }
}
.c-form__radio__text::after {
  background-color: #4774B9;
  width: 1.6vw;
  height: 1.6vw;
  left: 0.8vw;
  opacity: 0;
  transition: 0.3s;
  margin-top: -0.8vw;
}
@media (min-width: 768px) {
  .c-form__radio__text::after {
    width: 0.63vw;
    height: 0.63vw;
    left: 0.31vw;
    margin-top: -0.315vw;
  }
}

.c-form__radio {
  display: none;
}
.c-form__radio:checked + .c-form__radio__text {
  color: #4774B9;
}
.c-form__radio:checked + .c-form__radio__text::after {
  opacity: 1;
}

/*.form__check__text {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 30px;

  &::before {
    @include mixin.m-seudo;
    background-color: var.$colorWhite;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    border-width: 1px;
    border-color: var.$colorGray03;
    border-radius: 4px;
    margin-top: -10px;
  }

  &::after {
    @include mixin.m-seudo;
    background-color: var.$colorBlack;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    top: 50%;
    left: 5px;
    opacity: 0;
    transition: .3s;
    margin-top: -5px;
  }
}

.form__check {
  position: absolute;
  opacity: 0;

  &:checked + .form__check__text::after {
    opacity: 1;
  }
}

//---------------------------------------
// error
//---------------------------------------
p.error {
  color: var.$colorRed;
  font-size: 1.4rem;
  padding-top: 5px;
}*/
.c-title {
  font-size: 10.67vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .c-title {
    font-size: 4.17vw;
  }
}

.c-title--small {
  font-size: 7.47vw;
}
@media (min-width: 768px) {
  .c-title--small {
    font-size: 2.92vw;
  }
}

.l-container {
  position: relative;
  font-size: 2.4vw;
  line-height: 1.389;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .l-container {
    font-size: 0.94vw;
  }
}

.l-main {
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  background-color: #ffffff;
  height: 100vh;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  z-index: 2;
}
.l-main::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .l-main {
    position: absolute;
    width: 39.063vw;
    top: 0;
    left: 49.896vw;
  }
}

@media (min-width: 768px) {
  .l-header {
    background-image: url(../img/bg_header.png);
    background-size: cover;
    background-position: center center;
  }
}
.l-header .c-inner {
  padding: 0;
  width: 100vw;
}

@media (min-width: 768px) {
  .l-header__content {
    display: grid;
    grid-template-columns: 49.896vw 11.042vw;
    -moz-column-gap: 39.063vw;
         column-gap: 39.063vw;
    height: 100vh;
    height: 100dvh;
  }
}

/* left */
@media (min-width: 768px) {
  .l-header__left {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4.1666666667vw;
    padding-right: 6.2vw;
    padding-top: 4.1666666667vw;
    padding-left: 8.33vw;
    overflow-y: auto;
  }
  .l-header__left::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767px) {
  .l-header__left-content {
    display: none;
  }
}

@media (min-width: 768px) {
  .l-header__left-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
    margin-bottom: 1.6666666667vw;
  }
}

@media (min-width: 768px) {
  .l-header__left-image {
    flex: 1 1 2.492vw;
  }
}

@media (min-width: 768px) {
  .l-header__left-image02 {
    flex: 1 1 31.82vw;
  }
}

.l-header__left-image03 {
  width: 16.51vw;
  margin-right: auto;
  margin-bottom: 1.6666666667vw;
  margin-left: auto;
}

@media (min-width: 768px) {
  .l-header__title {
    font-size: 4.17vw;
    font-weight: 700;
    line-height: 1.075;
    text-align: center;
    margin-bottom: 4.7916666667vw;
  }
}

/* cta */
@media (max-width: 767px) {
  .l-header__cta {
    position: fixed;
    width: 90.4%;
    bottom: 3.2vw;
    left: 4.8vw;
    z-index: 90;
  }
}

.l-header__cta-button-box {
  position: relative;
  margin-bottom: 1.0666666667vw;
}

.l-header__cta-image {
  position: absolute;
  top: -8vw;
  left: 1.47vw;
}
@media (max-width: 767px) {
  .l-header__cta-image {
    width: 87.47vw;
  }
}
@media (min-width: 768px) {
  .l-header__cta-image {
    top: -3.125vw;
    left: 0.63vw;
  }
}

@-webkit-keyframes fuwa {
  0%, 100% {
    transform: translate(0, 0);
  }
  12.5% {
    transform: translate(5px, -5px);
  }
  25% {
    transform: translate(10px, 0);
  }
  37% {
    transform: translate(5px, -5px);
  }
  50% {
    transform: translate(0, 0);
  }
  62% {
    transform: translate(-5px, -5px);
  }
  75% {
    transform: translate(-10px, 0);
  }
  82% {
    transform: translate(-5px, -5px);
  }
}

@keyframes fuwa {
  0%, 100% {
    transform: translate(0, 0);
  }
  12.5% {
    transform: translate(5px, -5px);
  }
  25% {
    transform: translate(10px, 0);
  }
  37% {
    transform: translate(5px, -5px);
  }
  50% {
    transform: translate(0, 0);
  }
  62% {
    transform: translate(-5px, -5px);
  }
  75% {
    transform: translate(-10px, 0);
  }
  82% {
    transform: translate(-5px, -5px);
  }
}
/* menu */
.l-header__menu {
  position: fixed;
  width: 4.4vw;
  height: 2.6666666667vw;
  top: 4vw;
  left: 4.8vw;
  z-index: 90;
}
@media (min-width: 768px) {
  .l-header__menu {
    width: 1.72vw;
    height: 1.0416666667vw;
    top: 1.5625vw;
    left: 51.35vw;
  }
}
.l-header__menu span {
  position: absolute;
  background-color: #231816;
  width: 100%;
  height: 1px;
  left: 0;
}
.l-header__menu span:nth-of-type(1) {
  top: 0;
}
.l-header__menu span:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.l-header__menu span:nth-of-type(3) {
  bottom: 0;
}

/* nav */
.l-header__nav-box {
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  z-index: 95;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
}
.l-header__nav-box::-webkit-scrollbar {
  display: none;
}

.l-header__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.67vw;
  line-height: 1.45;
  width: 10.67vw;
  height: 10.67vw;
  top: 0;
  left: 0;
  padding-right: 2.13vw;
  padding-bottom: 2.2666666667vw;
}
@media (min-width: 768px) {
  .l-header__close {
    font-size: 1.04vw;
    width: 4.17vw;
    height: 4.17vw;
    padding-right: 0.83vw;
    padding-bottom: 0.8854166667vw;
  }
}
.l-header__close::before {
  content: "";
  position: absolute;
  display: block;
  width: 200%;
  height: 200%;
  top: -100%;
  left: -100%;
  border-width: 4px;
  border-color: #94C8AC;
  border-radius: 50%;
}

.l-header__nav-inner {
  height: calc(100vh + 0.5px);
  height: calc(100dvh + 0.5px);
  padding-top: 12.6666666667vw;
  padding-right: 8vw;
  padding-left: 8vw;
}
@media (min-width: 768px) {
  .l-header__nav-inner {
    padding-top: 4.1666666667vw;
    padding-right: 5.21vw;
    padding-left: 5.21vw;
  }
}

.l-header__nav-title {
  position: relative;
  text-align: center;
  padding-bottom: 1.0666666667vw;
  margin-bottom: 7.2vw;
}
@media (min-width: 768px) {
  .l-header__nav-title {
    width: 32.86vw;
    padding-bottom: 0.4166666667vw;
    margin-right: auto;
    margin-bottom: 1.1979166667vw;
    margin-left: auto;
  }
}
.l-header__nav-title::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #94C8AC;
  width: 100%;
  height: 1.0666666667vw;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .l-header__nav-title::after {
    height: 0.4166666667vw;
  }
}
.l-header__nav-title img {
  width: 14.4vw;
}
@media (min-width: 768px) {
  .l-header__nav-title img {
    width: 5.63vw;
  }
}

.l-header__nav {
  padding-bottom: 13.8666666667vw;
}
@media (min-width: 768px) {
  .l-header__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5.21vw;
         column-gap: 5.21vw;
    padding-bottom: 4.1666666667vw;
  }
}

.l-header__nav-item {
  border-bottom-width: 1px;
  border-bottom-color: #F0F0F0;
}
.l-header__nav-item a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.67vw;
  line-height: 1.2;
  min-height: 14.6666666667vw;
  padding-top: 2.4vw;
  padding-right: 20.6vw;
  padding-bottom: 2.4vw;
  padding-left: 15.27vw;
}
@media (min-width: 768px) {
  .l-header__nav-item a {
    font-size: 1.04vw;
    min-height: 7.2916666667vw;
    padding-top: 1.71875vw;
    padding-right: 13.18vw;
    padding-bottom: 1.71875vw;
    padding-left: 10.21vw;
  }
}
.l-header__nav-item a::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_arrow_bl.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 4vw;
  aspect-ratio: 1/1;
  top: 50%;
  right: 13.2vw;
  margin-top: -2vw;
}
@media (min-width: 768px) {
  .l-header__nav-item a::after {
    width: 1.56vw;
    right: 10.26vw;
    margin-top: -0.78vw;
  }
}

.l-header__nav-item a.l-header__nav-item--top {
  display: none;
}

.l-container:not(.l-container--top) .l-header__nav-item a.l-header__nav-item--top {
  display: none;
}
.l-container:not(.l-container--top) .l-header__nav-item a.l-header__nav-item--lower {
  display: flex;
}

/* right */
.l-header__right {
  display: none;
}
@media (min-width: 768px) {
  .l-header__right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 4.1666666667vw;
    padding-right: 0.99vw;
    padding-bottom: 4.1666666667vw;
    padding-left: 0.99vw;
  }
}

.l-header__right-image {
  width: 2.14vw;
  max-width: 100%;
}

/* active */
.l-header--active .l-header__nav-box {
  opacity: 1;
  visibility: visible;
}

.l-footer {
  background-color: #F39800;
  padding-top: 10.6666666667vw;
  padding-bottom: 46.6666666667vw;
}
@media (min-width: 768px) {
  .l-footer {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}

.l-footer__nav-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .l-footer__nav-box {
    margin-bottom: 2.0833333333vw;
  }
}

.l-footer__nav-item:nth-last-of-type(n+2) {
  margin-bottom: 1.3333333333vw;
}
@media (min-width: 768px) {
  .l-footer__nav-item:nth-last-of-type(n+2) {
    margin-bottom: 0.5208333333vw;
  }
}
.l-footer__nav-item a {
  position: relative;
  font-size: 2.13vw;
  font-weight: 700;
  padding-left: 3.47vw;
}
@media (min-width: 768px) {
  .l-footer__nav-item a {
    font-size: 0.83vw;
    padding-left: 1.35vw;
  }
}
.l-footer__nav-item a::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_arrow_bl_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.13vw;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  margin-top: -1.065vw;
}
@media (min-width: 768px) {
  .l-footer__nav-item a::before {
    width: 0.83vw;
    margin-top: -0.415vw;
  }
}

.p-copyright {
  font-size: 1.6vw;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .p-copyright {
    font-size: 0.63vw;
  }
}

.l-header__nav-item a.l-header__nav-item--top {
  display: flex;
}
.l-header__nav-item a.l-header__nav-item--lower {
  display: none;
}

.p-loading {
  position: fixed;
  background-color: #ffffff;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  padding-top: 4.8vw;
  padding-bottom: 4.8vw;
  z-index: 99;
}
@media (min-width: 768px) {
  .p-loading {
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
  }
}
.p-loading .c-inner {
  height: 100%;
}

.p-loading__content {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.87vw;
       column-gap: 1.87vw;
  flex-direction: row-reverse;
  height: 100%;
}
@media (min-width: 768px) {
  .p-loading__content {
    -moz-column-gap: 0.2 0.92;
         column-gap: 0.2 0.92;
  }
}

.p-loading__text {
  display: inline-block;
  background-color: #94C8AC;
  font-size: 7.47vw;
  font-weight: 700;
  line-height: 1.196;
  writing-mode: vertical-rl;
  letter-spacing: 0.17em;
  padding-top: 2vw;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .p-loading__text {
    font-size: 2.92vw;
    padding-top: 0.78125vw;
  }
}
.p-loading__text:last-of-type {
  margin-top: 8.6666666667vw;
}
@media (min-width: 768px) {
  .p-loading__text:last-of-type {
    margin-top: 3.3854166667vw;
  }
}

.p-mv {
  background-color: #94C8AC;
  padding-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-mv {
    padding-top: 4.1666666667vw;
  }
}
.p-mv .c-inner {
  padding-right: 0;
  padding-left: 0;
}

.p-mv__top {
  position: relative;
  padding-right: 4.8vw;
  padding-left: 4.8vw;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-mv__top {
    padding-right: 1.88vw;
    padding-left: 1.88vw;
    margin-bottom: 1.0416666667vw;
  }
}

.p-mv__text-box {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 1.33vw;
       column-gap: 1.33vw;
  margin-bottom: 1.6vw;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-mv__text-box {
    -moz-column-gap: 0.52vw;
         column-gap: 0.52vw;
    margin-bottom: 0.625vw;
  }
}

.p-mv__text {
  display: inline-block;
  background-color: #ffffff;
  color: #231816;
  font-size: 7.47vw;
  font-weight: 700;
  line-height: 1.196;
  writing-mode: vertical-rl;
  letter-spacing: 0.17em;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .p-mv__text {
    font-size: 2.92vw;
  }
}
.p-mv__text:last-of-type {
  margin-top: 8.6666666667vw;
}
@media (min-width: 768px) {
  .p-mv__text:last-of-type {
    margin-top: 3.3854166667vw;
  }
}

.p-mv__image {
  position: relative;
  width: 34.93vw;
  margin-left: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-mv__image {
    width: 13.65vw;
  }
}

.p-mv__image02 {
  position: absolute;
  width: 83.2vw;
  aspect-ratio: 1248/2160;
  top: 0;
  left: 4.8vw;
}
@media (min-width: 768px) {
  .p-mv__image02 {
    width: 32.5vw;
    left: 1.88vw;
  }
}

.p-mv__middle {
  position: relative;
  background-color: #ffffff;
  padding-top: 4.9333333333vw;
  padding-right: 4.8vw;
  padding-bottom: 4.9333333333vw;
  padding-left: 4.8vw;
}
@media (min-width: 768px) {
  .p-mv__middle {
    padding-top: 1.9270833333vw;
    padding-right: 1.88vw;
    padding-bottom: 1.9270833333vw;
    padding-left: 1.88vw;
  }
}

.p-mv__catch {
  position: absolute;
  background-color: #BE3012;
  color: #ffffff;
  font-size: 3.73vw;
  font-weight: 700;
  line-height: 1.214;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -4.8vw;
  left: 4.8vw;
  border-radius: clamp(27px, 3vw, 54px);
  padding-top: 2.5333333333vw;
  padding-right: 1.6vw;
  padding-bottom: 2.5333333333vw;
  padding-left: 1.6vw;
}
@media (min-width: 768px) {
  .p-mv__catch {
    font-size: 1.46vw;
    top: -1.875vw;
    left: 1.88vw;
    padding-top: 0.9895833333vw;
    padding-right: 0.63vw;
    padding-bottom: 0.9895833333vw;
    padding-left: 0.63vw;
  }
}

.p-mv__site {
  font-size: 9.6vw;
  font-weight: 700;
  line-height: 1.194;
  text-align: center;
}
@media (min-width: 768px) {
  .p-mv__site {
    font-size: 3.75vw;
  }
}
.p-mv__site span {
  font-size: 7.2vw;
}
@media (min-width: 768px) {
  .p-mv__site span {
    font-size: 2.81vw;
  }
}

.p-mv__bottom {
  background-color: #F2D09B;
  padding-top: 4.2666666667vw;
  padding-right: 4.8vw;
  padding-bottom: 4vw;
  padding-left: 4.8vw;
}
@media (min-width: 768px) {
  .p-mv__bottom {
    padding-top: 1.6666666667vw;
    padding-right: 1.88vw;
    padding-bottom: 1.5625vw;
    padding-left: 1.88vw;
  }
}

.p-mv__text02 {
  font-size: 5.33vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-mv__text02 {
    font-size: 2.08vw;
    margin-bottom: 1.0416666667vw;
  }
}
.p-mv__text02 span {
  position: relative;
  background-color: #ffffff;
  color: #BE3012;
  border-radius: clamp(15px, 1.6666666667vw, 30px);
  padding-top: 0.4vw;
  padding-right: 3.33vw;
  padding-bottom: 0.4vw;
  padding-left: 8vw;
  margin-right: 2.67vw;
}
@media (min-width: 768px) {
  .p-mv__text02 span {
    padding-top: 0.15625vw;
    padding-right: 1.3vw;
    padding-bottom: 0.15625vw;
    padding-left: 3.13vw;
    margin-right: 1.04vw;
  }
}
.p-mv__text02 span::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_pin_r.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 3.2vw;
  aspect-ratio: 24/30;
  top: 50%;
  left: 3.47vw;
  margin-top: -2vw;
}
@media (min-width: 768px) {
  .p-mv__text02 span::before {
    width: 1.25vw;
    left: 1.35vw;
    margin-top: -0.78125vw;
  }
}

.p-mv__area {
  font-size: 3.73vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2vw;
}
@media (min-width: 768px) {
  .p-mv__area {
    font-size: 1.46vw;
    margin-bottom: 1.25vw;
  }
}

.p-mv__bottom-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 1.33vw;
       column-gap: 1.33vw;
  width: 75.2vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-mv__bottom-box {
    -moz-column-gap: 0.52vw;
         column-gap: 0.52vw;
    width: 29.38vw;
  }
}

.p-mv__bottom-image {
  flex: 1 1 56px;
}

.p-mv__bottom-image02 {
  flex: 1 1 498px;
}

.p-worry {
  background-color: #F0F0F0;
  padding-top: 10.6666666667vw;
  padding-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-worry {
    padding-top: 4.1666666667vw;
    padding-bottom: 1.0416666667vw;
  }
}

.p-worry__title {
  font-size: 6.4vw;
  letter-spacing: -0.05em;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-worry__title {
    font-size: 2.5vw;
    margin-bottom: 2.0833333333vw;
  }
}
.p-worry__title span {
  color: #d9534f;
  font-size: 7.47vw;
}
@media (min-width: 768px) {
  .p-worry__title span {
    font-size: 2.92vw;
  }
}

.p-worry__main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2.67vw;
       column-gap: 2.67vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-worry__main {
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
    margin-bottom: 2.0833333333vw;
  }
}

.p-worry__bubbles {
  flex: 1 1 391px;
}

.p-worry__problem:nth-last-of-type(n+2) {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-worry__problem:nth-last-of-type(n+2) {
    margin-bottom: 1.0416666667vw;
  }
}

.p-worry__figure {
  flex: 1 1 268px;
}

.p-worry__sub {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2.67vw;
       column-gap: 2.67vw;
}
@media (min-width: 768px) {
  .p-worry__sub {
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
  }
}

.p-worry__person {
  flex: 1 1 160px;
}

.p-worry__speech {
  flex: 1 1 498px;
}

.p-support {
  position: relative;
  padding-top: 18.6666666667vw;
  padding-bottom: 10.6666666667vw;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .p-support {
    padding-top: 7.2916666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
.p-support::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-top: 8vw solid #F0F0F0;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .p-support::before {
    border-top: 3.125vw solid #F0F0F0;
    border-right: 19.53vw solid transparent;
    border-left: 19.53vw solid transparent;
  }
}

.p-support__title {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-support__title {
    margin-bottom: 2.0833333333vw;
  }
}

.p-support__cards-list {
  border-top-width: 1px;
  border-top-color: #231816;
  border-bottom-width: 1px;
  border-bottom-color: #231816;
  padding-top: 5.2vw;
  padding-bottom: 5.8666666667vw;
  margin-right: -4.8vw;
  margin-bottom: 5.3333333333vw;
  margin-left: -4.8vw;
}
@media (min-width: 768px) {
  .p-support__cards-list {
    padding-top: 2.03125vw;
    padding-bottom: 2.2916666667vw;
    margin-right: -1.875vw;
    margin-bottom: 2.0833333333vw;
    margin-left: -1.875vw;
  }
}

.p-support__card {
  padding-right: 2.67vw;
  padding-left: 2.67vw;
}
@media (min-width: 768px) {
  .p-support__card {
    padding-right: 1.04vw;
    padding-left: 1.04vw;
  }
}

.p-support-card__figure {
  margin-bottom: 1.0666666667vw;
}
@media (min-width: 768px) {
  .p-support-card__figure {
    margin-bottom: 0.4166666667vw;
  }
}

.c-support-card__text {
  font-size: 3.2vw;
  line-height: 1.417;
  width: 87.81%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .c-support-card__text {
    font-size: 1.25vw;
  }
}
.c-support-card__text span {
  color: #BE3012;
}

.p-support__sub {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 2.67vw;
       column-gap: 2.67vw;
}
@media (min-width: 768px) {
  .p-support__sub {
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
  }
}

.p-support__person {
  flex: 1 1 160px;
}

.p-support__bubble {
  flex: 1 1 498px;
}

.p-voice {
  background-color: #F0F0F0;
  padding-top: 10.6666666667vw;
  padding-bottom: 5.3333333333vw;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .p-voice {
    padding-top: 4.1666666667vw;
    padding-bottom: 2.0833333333vw;
  }
}

.p-voice__title {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-voice__title {
    margin-bottom: 2.0833333333vw;
  }
}

.p-voice__list-box {
  position: relative;
  width: 104.8vw;
}
@media (min-width: 768px) {
  .p-voice__list-box {
    width: 40.393vw;
  }
}

.p-voice__list .slide-arrow {
  position: absolute;
  width: 10vw;
  top: 50%;
  left: 0;
  margin-top: -7.2vw;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-voice__list .slide-arrow {
    width: 3.91vw;
    margin-top: -2.8152vw;
  }
}
.p-voice__list .next-arrow {
  left: 80.67vw;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .p-voice__list .next-arrow {
    left: 31.51vw;
  }
}
.p-voice__list .slick-disabled {
  display: none !important;
}

.p-voice__item {
  position: relative;
  background-color: #ffffff;
  width: 57.33vw;
  margin-right: 2.67vw;
}
@media (min-width: 768px) {
  .p-voice__item {
    width: 22.4vw;
    margin-right: 0.52vw;
  }
}

.p-voice-card__header {
  background-color: #F2D09B;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 1.07vw;
       column-gap: 1.07vw;
  padding-top: 2.6666666667vw;
  padding-right: 2.6vw;
  padding-bottom: 2.6666666667vw;
  padding-left: 2.6vw;
}
@media (min-width: 768px) {
  .p-voice-card__header {
    -moz-column-gap: 0.42vw;
         column-gap: 0.42vw;
    padding-top: 1.0416666667vw;
    padding-right: 1vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1vw;
  }
}

.p-voice-card__figure {
  flex: 1 1 120px;
}

.p-voice-card__quote {
  flex: 1 1 262px;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.417;
}
@media (min-width: 768px) {
  .p-voice-card__quote {
    font-size: 1.25vw;
  }
}

.p-voice-card__body {
  font-size: 2.4vw;
  line-height: 1.278;
  padding-top: 2.6666666667vw;
  padding-right: 2.67vw;
  padding-bottom: 2.6666666667vw;
  padding-left: 2.67vw;
}
@media (min-width: 768px) {
  .p-voice-card__body {
    font-size: 0.94vw;
    padding-top: 1.0416666667vw;
    padding-right: 1.04vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.04vw;
  }
}

.p-voice-card__user {
  font-weight: 700;
  margin-bottom: 3.0666666667vw;
}
@media (min-width: 768px) {
  .p-voice-card__user {
    margin-bottom: 1.1979166667vw;
  }
}

.p-cta2 {
  position: relative;
  background-color: #ffffff;
  padding-top: 18.6666666667vw;
  padding-bottom: 10.6666666667vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-cta2 {
    padding-top: 7.2916666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
.p-cta2::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-top: 8vw solid #F0F0F0;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .p-cta2::before {
    border-top: 3.125vw solid #F0F0F0;
    border-right: 19.53vw solid transparent;
    border-left: 19.53vw solid transparent;
  }
}

.p-cta2__title {
  font-size: 5.33vw;
  font-weight: 700;
  line-height: 1.675;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-cta2__title {
    font-size: 2.08vw;
    margin-bottom: 2.0833333333vw;
  }
}
.p-cta2__title span {
  color: #BE3012;
}

.p-cta2__title--large {
  font-size: 7.47vw;
}
@media (min-width: 768px) {
  .p-cta2__title--large {
    font-size: 2.92vw;
  }
}

.p-cta2__body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2.67vw;
       column-gap: 2.67vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-cta2__body {
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
    margin-bottom: 2.0833333333vw;
  }
}

.p-cta2__person {
  flex: 1 1 160px;
}

.p-cta2__bubble {
  flex: 1 1 498px;
}

.p-cta1__button:nth-last-of-type(n+2) {
  margin-bottom: 1.0666666667vw;
}
@media (min-width: 768px) {
  .p-cta1__button:nth-last-of-type(n+2) {
    margin-bottom: 0.4166666667vw;
  }
}

.p-reason {
  position: relative;
  background-color: #F2D09B;
  padding-top: 10.6666666667vw;
  z-index: 1;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .p-reason {
    padding-top: 4.1666666667vw;
  }
}
.p-reason .c-inner {
  position: relative;
  z-index: 1;
}

.p-reason__title {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-reason__title {
    margin-bottom: 2.0833333333vw;
  }
}

.p-reason__title--red {
  color: #BE3012;
}

.p-reason__title--small {
  font-size: 7.47vw;
}
@media (min-width: 768px) {
  .p-reason__title--small {
    font-size: 2.92vw;
  }
}

.p-reason__item {
  background-color: #ffffff;
  border-width: clamp(2px, 0.2222222222vw, 4px);
  border-color: #F39800;
  border-radius: clamp(7px, 0.7777777778vw, 14px);
  padding-top: 5.3333333333vw;
  padding-right: 4.93vw;
  padding-left: 4.93vw;
}
@media (min-width: 768px) {
  .p-reason__item {
    padding-top: 2.0833333333vw;
    padding-right: 1.9vw;
    padding-left: 1.9vw;
  }
}
.p-reason__item:nth-of-type(1) {
  padding-bottom: 6.6666666667vw;
}
@media (min-width: 768px) {
  .p-reason__item:nth-of-type(1) {
    padding-bottom: 2.6041666667vw;
  }
}
.p-reason__item:nth-of-type(2) {
  padding-bottom: 10vw;
}
@media (min-width: 768px) {
  .p-reason__item:nth-of-type(2) {
    padding-bottom: 3.90625vw;
  }
}
.p-reason__item:nth-of-type(3) {
  padding-bottom: 9.6vw;
}
@media (min-width: 768px) {
  .p-reason__item:nth-of-type(3) {
    padding-bottom: 3.75vw;
  }
}
.p-reason__item:nth-last-of-type(n+2) {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-reason__item:nth-last-of-type(n+2) {
    margin-bottom: 1.0416666667vw;
  }
}

.p-reason__item__title-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 2.67vw;
       column-gap: 2.67vw;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-reason__item__title-box {
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
    margin-bottom: 1.0416666667vw;
  }
}

.p-reason__item__number {
  flex: 1 1 88px;
}

.p-reason__item__title {
  flex: 1 1 491px;
  color: #BE3012;
  font-size: 4.27vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-reason__item__title {
    font-size: 1.67vw;
  }
}
.p-reason__item__title span {
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .p-reason__item__title span {
    font-size: 1.88vw;
  }
}

.p-reason__item__figure {
  width: 37.33vw;
  margin-right: auto;
  margin-bottom: 2.6666666667vw;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-reason__item__figure {
    width: 14.58vw;
    margin-bottom: 1.0416666667vw;
  }
}

.p-reason__item__text-box {
  font-size: 2.4vw;
  line-height: 1.389;
}
@media (min-width: 768px) {
  .p-reason__item__text-box {
    font-size: 0.94vw;
  }
}

.p-staff {
  position: relative;
  padding-top: 20.6666666667vw;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .p-staff {
    padding-top: 8.0729166667vw;
  }
}
.p-staff::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #F2D09B;
  width: 300vw;
  height: 300vw;
  bottom: calc(100% - 10vw);
  left: 50%;
  border-radius: 50%;
  margin-left: -150vw;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-staff::after {
    width: 117.189vw;
    height: 117.189vw;
    bottom: calc(100% - 3.90625vw);
    margin-left: -58.5945vw;
  }
}
.p-staff .c-inner {
  position: relative;
  z-index: 1;
}

.p-staff__title {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-staff__title {
    margin-bottom: 2.0833333333vw;
  }
}
.p-staff__title span {
  color: #BE3012;
}

.p-staff__lead {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.292;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-staff__lead {
    font-size: 1.25vw;
    margin-bottom: 2.0833333333vw;
  }
}
.p-staff__lead span {
  color: #BE3012;
}

.p-staff__list-wrapper {
  position: relative;
  width: 104.8vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-staff__list-wrapper {
    width: 40.393vw;
    margin-bottom: 2.0833333333vw;
  }
}

.p-staff__list .slide-arrow {
  position: absolute;
  width: 10vw;
  top: 50%;
  left: 0;
  margin-top: -7.2vw;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-staff__list .slide-arrow {
    width: 3.91vw;
    margin-top: -2.8152vw;
  }
}
.p-staff__list .next-arrow {
  left: 80.67vw;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .p-staff__list .next-arrow {
    left: 31.51vw;
  }
}
.p-staff__list .slick-disabled {
  display: none !important;
}

.p-staff__item {
  position: relative;
  background-color: #ffffff;
  width: 75.47vw;
  border-width: 1px;
  border-color: #231816;
  padding-top: 2.6666666667vw;
  padding-right: 2.13vw;
  padding-bottom: 3.2vw;
  padding-left: 2.13vw;
  margin-right: 2.67vw;
}
@media (min-width: 768px) {
  .p-staff__item {
    width: 29.48vw;
    padding-top: 1.0416666667vw;
    padding-right: 0.83vw;
    padding-bottom: 1.25vw;
    padding-left: 0.83vw;
    margin-right: 0.52vw;
  }
}

.p-staff__item-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 1.33vw;
       column-gap: 1.33vw;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-staff__item-header {
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
    margin-bottom: 1.0416666667vw;
  }
}

.p-staff__item-number {
  flex: 1 1 108px;
}

.p-staff__item-title {
  flex: 1 1 380px;
  font-size: 3.73vw;
  line-height: 1.214;
}
@media (min-width: 768px) {
  .p-staff__item-title {
    font-size: 1.46vw;
  }
}

.p-staff__item-figure {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-staff__item-figure {
    margin-bottom: 1.0416666667vw;
  }
}

.p-staff__item-text {
  font-size: 2.4vw;
  line-height: 1.222;
}
@media (min-width: 768px) {
  .p-staff__item-text {
    font-size: 0.94vw;
  }
}
.p-staff__item-text span {
  color: #BE3012;
}

.p-staff__outro {
  border-width: 1px;
  border-color: #231816;
  padding-top: 10.6666666667vw;
  padding-right: 3.47vw;
  padding-bottom: 10.6666666667vw;
  padding-left: 3.47vw;
}
@media (min-width: 768px) {
  .p-staff__outro {
    padding-top: 4.1666666667vw;
    padding-right: 1.35vw;
    padding-bottom: 4.1666666667vw;
    padding-left: 1.35vw;
  }
}
.p-staff__outro p {
  font-size: 3.2vw;
  line-height: 1.667;
  min-height: 5.3344vw;
  border-bottom-width: 1px;
  border-bottom-color: #989696;
}
@media (min-width: 768px) {
  .p-staff__outro p {
    font-size: 1.25vw;
    min-height: 2.08375vw;
  }
}
.p-staff__outro p span {
  color: #BE3012;
}

.p-price {
  position: relative;
  background-color: #F0F0F0;
  padding-top: 20.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-price {
    padding-top: 8.0729166667vw;
    padding-bottom: 4.1666666667vw;
  }
}
.p-price::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 300vw;
  height: 300vw;
  bottom: calc(100% - 10vw);
  left: 50%;
  border-radius: 50%;
  margin-left: -150vw;
}
@media (min-width: 768px) {
  .p-price::after {
    width: 117.189vw;
    height: 117.189vw;
    bottom: calc(100% - 3.90625vw);
    margin-left: -58.5945vw;
  }
}

.p-price__heading {
  color: #BE3012;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-price__heading {
    margin-bottom: 2.0833333333vw;
  }
}

.p-price__campaign-tag {
  background-color: #BE3012;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.042;
  text-align: center;
  width: 52.67vw;
  border-radius: clamp(25px, 2.7777777778vw, 50px);
  padding-top: 1.4666666667vw;
  padding-bottom: 1.4666666667vw;
  margin-right: auto;
  margin-bottom: 2.6666666667vw;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-price__campaign-tag {
    font-size: 1.25vw;
    width: 20.57vw;
    padding-top: 0.5729166667vw;
    padding-bottom: 0.5729166667vw;
    margin-bottom: 1.0416666667vw;
  }
}

.p-price__paid {
  color: #BE3012;
  font-size: 2.13vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-price__paid {
    font-size: 0.83vw;
    margin-bottom: 1.0416666667vw;
  }
}
.p-price__paid span {
  font-family: "FuturaPt", sans-serif;
  font-size: 3.73vw;
}
@media (min-width: 768px) {
  .p-price__paid span {
    font-size: 1.46vw;
  }
}

.p-price__table {
  background-color: #ffffff;
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #707070;
}
.p-price__table th,
.p-price__table td {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.208;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-price__table th,
.p-price__table td {
    font-size: 1.25vw;
  }
}
.p-price__table thead {
  border-bottom-width: 1px;
  border-bottom-color: #707070;
}
.p-price__table thead th {
  background-color: #F2D09B;
  padding-top: 2.6666666667vw;
  padding-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-price__table thead th {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }
}
.p-price__table thead th:nth-of-type(n+2) {
  border-left-width: 1px;
  border-left-color: #707070;
}
.p-price__table thead th:nth-of-type(3) {
  color: #BE3012;
}
.p-price__table tbody tr:nth-last-of-type(n+2) {
  border-bottom-width: 1px;
  border-bottom-color: #707070;
}
.p-price__table tbody td {
  font-size: 2.13vw;
  border-left-width: 1px;
  border-left-color: #707070;
  padding-top: 4.2666666667vw;
  padding-bottom: 4.2666666667vw;
}
@media (min-width: 768px) {
  .p-price__table tbody td {
    font-size: 0.83vw;
    padding-top: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
  }
}
.p-price__table tbody td:nth-of-type(2) {
  color: #BE3012;
}
.p-price__table tbody td span {
  font-family: "FuturaPt", sans-serif;
  font-size: 3.73vw;
  padding-right: 2px;
}
@media (min-width: 768px) {
  .p-price__table tbody td span {
    font-size: 1.46vw;
  }
}

.p-payment {
  background-color: #F0F0F0;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-payment {
    padding-bottom: 4.1666666667vw;
  }
}

.p-payment__heading {
  color: #BE3012;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-payment__heading {
    margin-bottom: 2.0833333333vw;
  }
}

.p-payment__subheading {
  background-color: #ffffff;
  color: #BE3012;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.042;
  text-align: center;
  width: 52.67vw;
  border-width: clamp(1px, 0.1111111111vw, 2px);
  border-color: #BE3012;
  border-radius: clamp(25px, 2.7777777778vw, 50px);
  padding-top: 1.4666666667vw;
  padding-bottom: 1.4666666667vw;
  margin-right: auto;
  margin-bottom: 2.6666666667vw;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-payment__subheading {
    font-size: 1.25vw;
    width: 20.57vw;
    padding-top: 0.5729166667vw;
    padding-bottom: 0.5729166667vw;
    margin-bottom: 1.0416666667vw;
  }
}

.p-payment__list {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-payment__list {
    margin-bottom: 2.0833333333vw;
  }
}

.p-payment__item {
  background-color: #ffffff;
  border-width: clamp(2px, 0.2222222222vw, 4px);
  border-color: #BE3012;
  border-radius: clamp(10px, 1.1111111111vw, 20px);
}
.p-payment__item:nth-last-of-type(n+2) {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-payment__item:nth-last-of-type(n+2) {
    margin-bottom: 2.0833333333vw;
  }
}
.p-payment__item:nth-of-type(5) .p-payment__item-body {
  -moz-column-gap: 0;
       column-gap: 0;
  color: #BE3012;
  font-size: 4.27vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-payment__item:nth-of-type(5) .p-payment__item-body {
    font-size: 1.67vw;
  }
}
.p-payment__item:nth-of-type(5) .p-payment__item-body span {
  position: relative;
}
.p-payment__item:nth-of-type(5) .p-payment__item-body span::after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(201, 118, 127, 0.3);
  width: 100%;
  height: 2.1333333333vw;
  bottom: -3px;
  left: 0;
}
@media (min-width: 768px) {
  .p-payment__item:nth-of-type(5) .p-payment__item-body span::after {
    height: 0.8333333333vw;
  }
}
.p-payment__item:nth-of-type(5) img {
  width: 32vw;
  max-width: 32vw;
  margin: 0;
}
@media (min-width: 768px) {
  .p-payment__item:nth-of-type(5) img {
    width: 12.5vw;
    max-width: 12.5vw;
  }
}

.p-payment__item-title {
  background-color: #BE3012;
  color: #ffffff;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.208;
  text-align: center;
  border-top-right-radius: clamp(8px, 0.8888888889vw, 16px);
  border-top-left-radius: clamp(8px, 0.8888888889vw, 16px);
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
}
@media (min-width: 768px) {
  .p-payment__item-title {
    font-size: 1.25vw;
    padding-top: 1.25vw;
    padding-bottom: 1.3186813187vw;
  }
}

.p-payment__item-body {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5.07vw;
       column-gap: 5.07vw;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.208;
  height: 21.3333333333vw;
}
@media (min-width: 768px) {
  .p-payment__item-body {
    -moz-column-gap: 1.98vw;
         column-gap: 1.98vw;
    font-size: 1.25vw;
    height: 8.3333333333vw;
  }
}

.p-payment__item-card {
  width: 13.2vw;
}
@media (min-width: 768px) {
  .p-payment__item-card {
    width: 5.16vw;
  }
}
.p-payment__item-card:nth-of-type(3) {
  width: 11.07vw;
}
@media (min-width: 768px) {
  .p-payment__item-card:nth-of-type(3) {
    width: 4.32vw;
  }
}
.p-payment__item-card:nth-of-type(4) {
  width: 8.53vw;
}
@media (min-width: 768px) {
  .p-payment__item-card:nth-of-type(4) {
    width: 3.33vw;
  }
}
.p-payment__item-card:nth-of-type(5) {
  width: 11.73vw;
}
@media (min-width: 768px) {
  .p-payment__item-card:nth-of-type(5) {
    width: 4.58vw;
  }
}

.p-payment__item-body02 {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.6vw;
       column-gap: 1.6vw;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.208;
  height: 21.3333333333vw;
}
@media (min-width: 768px) {
  .p-payment__item-body02 {
    -moz-column-gap: 0.63vw;
         column-gap: 0.63vw;
    height: 8.3333333333vw;
  }
}

.p-payment__item-card02:nth-of-type(1) {
  width: 19.33vw;
}
@media (min-width: 768px) {
  .p-payment__item-card02:nth-of-type(1) {
    width: 7.55vw;
  }
}
.p-payment__item-card02:nth-of-type(2) {
  width: 14vw;
}
@media (min-width: 768px) {
  .p-payment__item-card02:nth-of-type(2) {
    width: 5.47vw;
  }
}
.p-payment__item-card02:nth-of-type(3) {
  width: 16.27vw;
}
@media (min-width: 768px) {
  .p-payment__item-card02:nth-of-type(3) {
    width: 6.35vw;
  }
}
.p-payment__item-card02:nth-of-type(4) {
  width: 23.33vw;
}
@media (min-width: 768px) {
  .p-payment__item-card02:nth-of-type(4) {
    width: 9.11vw;
  }
}
.p-payment__item-card02 img {
  vertical-align: middle;
}

.p-payment__outro {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 2.67vw;
       column-gap: 2.67vw;
}
@media (min-width: 768px) {
  .p-payment__outro {
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
  }
}

.p-payment__outro-icon {
  flex: 1 1 160px;
}

.p-payment__outro-bubble {
  flex: 1 1 498px;
}

.p-faq {
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-faq {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}

.p-faq__heading {
  color: #94C8AC;
  text-shadow: 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-faq__heading {
    margin-bottom: 2.0833333333vw;
  }
}

.p-faq__lead {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.292;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-faq__lead {
    font-size: 1.25vw;
    margin-bottom: 2.0833333333vw;
  }
}
.p-faq__lead span {
  color: #BE3012;
}

.p-faq__list {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-faq__list {
    margin-bottom: 2.0833333333vw;
  }
}

.p-faq__accordion {
  position: relative;
  border-width: clamp(2px, 0.2222222222vw, 4px);
  border-color: #94C8AC;
  border-radius: 16px;
}
.p-faq__accordion:nth-last-of-type(n+2) {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-faq__accordion:nth-last-of-type(n+2) {
    margin-bottom: 1.0416666667vw;
  }
}
.p-faq__accordion[open] > .p-faq__accordion-summary::after {
  content: none;
}

.p-faq__accordion-summary {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.417;
  list-style: none;
  padding-top: 4.8vw;
  padding-right: 3.07vw;
  padding-bottom: 4.8vw;
  padding-left: 3.33vw;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-faq__accordion-summary {
    font-size: 1.25vw;
    padding-top: 1.875vw;
    padding-right: 1.2vw;
    padding-bottom: 1.875vw;
    padding-left: 1.3vw;
  }
}
.p-faq__accordion-summary::-webkit-details-marker {
  display: none;
}
.p-faq__accordion-summary span {
  position: relative;
  display: block;
  padding-right: 8.4vw;
  padding-left: 6.27vw;
}
@media (min-width: 768px) {
  .p-faq__accordion-summary span {
    padding-right: 3.28vw;
    padding-left: 2.45vw;
  }
}
.p-faq__accordion-summary span::before, .p-faq__accordion-summary span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.p-faq__accordion-summary span::before {
  background-image: url(../img/icon_q.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 3.6vw;
  aspect-ratio: 58/86;
  left: 0;
  margin-top: -2.6689655172vw;
}
@media (min-width: 768px) {
  .p-faq__accordion-summary span::before {
    width: 1.41vw;
    margin-top: -1.0453448276vw;
  }
}
.p-faq__accordion-summary span::after {
  background-image: url(../img/icon_arrow_gr.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 2.93vw;
  aspect-ratio: 22/15;
  right: 0;
  margin-top: -0.9988636364vw;
}
@media (min-width: 768px) {
  .p-faq__accordion-summary span::after {
    width: 1.15vw;
    margin-top: -0.3920454545vw;
  }
}

.p-faq-accordion__content {
  font-size: 3.2vw;
  line-height: 1.417;
  padding-top: 2.6666666667vw;
  padding-right: 3.07vw;
  padding-bottom: 4.8vw;
  padding-left: 3.33vw;
}
@media (min-width: 768px) {
  .p-faq-accordion__content {
    font-size: 1.25vw;
    padding-top: 1.875vw;
    padding-right: 1.2vw;
    padding-bottom: 1.875vw;
    padding-left: 1.3vw;
  }
}
.p-faq-accordion__content span {
  position: relative;
  display: block;
  padding-left: 6.27vw;
}
@media (min-width: 768px) {
  .p-faq-accordion__content span {
    padding-left: 2.45vw;
  }
}
.p-faq-accordion__content span::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_a.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 3.6vw;
  aspect-ratio: 58/86;
  top: 0%;
  left: 0;
}
@media (min-width: 768px) {
  .p-faq-accordion__content span::before {
    width: 1.41vw;
  }
}

.p-faq__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2.67vw;
       column-gap: 2.67vw;
}

.p-faq__image {
  flex: 1 1 160px;
}

.p-faq__image02 {
  flex: 1 1 498px;
}

.p-flow {
  background-color: #F2D09B;
  padding-top: 10.6666666667vw;
  padding-bottom: 2.6666666667vw;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .p-flow {
    padding-top: 4.1666666667vw;
    padding-bottom: 1.0416666667vw;
  }
}

.p-flow__heading {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-flow__heading {
    margin-bottom: 2.0833333333vw;
  }
}

.p-flow__list-box {
  position: relative;
  width: 104.8vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-flow__list-box {
    width: 40.393vw;
    margin-bottom: 2.0833333333vw;
  }
}

.p-flow__list .slide-arrow {
  position: absolute;
  width: 10vw;
  top: 50%;
  left: 0;
  margin-top: -7.2vw;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-flow__list .slide-arrow {
    width: 3.91vw;
    margin-top: -2.8152vw;
  }
}
.p-flow__list .next-arrow {
  left: 80.67vw;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .p-flow__list .next-arrow {
    left: 31.51vw;
  }
}
.p-flow__list .slick-disabled {
  display: none !important;
}

.p-flow__item {
  position: relative;
  width: 93.6vw;
  padding-top: 5.3333333333vw;
  padding-right: 2.67vw;
  padding-bottom: 5.3333333333vw;
  padding-left: 15.73vw;
}
@media (min-width: 768px) {
  .p-flow__item {
    width: 36.56vw;
    padding-top: 2.0833333333vw;
    padding-right: 1.04vw;
    padding-bottom: 2.0833333333vw;
    padding-left: 7.29vw;
  }
}
.p-flow__item::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_flow_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 106.67vw;
  aspect-ratio: 1600/890;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .p-flow__item::before {
    width: 41.67vw;
  }
}
.p-flow__item:nth-of-type(1) {
  padding-left: 15.73vw;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(1) {
    padding-left: 6.15vw;
  }
}
.p-flow__item:nth-of-type(1)::before {
  background-image: url(../img/bg_flow.png);
}
.p-flow__item:nth-of-type(2) .p-flow__item-title {
  width: 63.73vw;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(2) .p-flow__item-title {
    width: 24.9vw;
  }
}
.p-flow__item:nth-of-type(3) .p-flow__item-title {
  width: 62vw;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(3) .p-flow__item-title {
    width: 24.22vw;
  }
}
.p-flow__item:nth-of-type(4) .p-flow__item-title {
  width: 58.67vw;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(4) .p-flow__item-title {
    width: 22.92vw;
  }
}
.p-flow__item:nth-of-type(5) .p-flow__item-title {
  width: 68.8vw;
}
@media (min-width: 768px) {
  .p-flow__item:nth-of-type(5) .p-flow__item-title {
    width: 26.88vw;
  }
}

/*
.p-flow__item {
  position: relative;
  max-width: 121.035%;
  padding: {
    top: calc(100vw / 750 * 40);
    right: 3.45%;
    bottom: calc(100vw / 750 * 40);
    left: 27.59%;
  }

  @include mqMin($tabMin) {
    padding: {
      top: calc(100vw / 1920 * 40);
      bottom: calc(100vw / 1920 * 40);
      left: 27.587%;
    }
  }

  &::before {
    @include pseudo;
    background-image: url(../img/bg_flow_02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 113.962%;
    aspect-ratio: 1600/890;
    top: 0;
    left: 0;
  }

  &:nth-of-type(1) {
    padding-left: 20.35%;

    @include mqMin($tabMin) {
      padding-left: 20.345%;
    }

    &::before {
      background-image: url(../img/bg_flow.png);
    }

    .p-flow__item-image {
      width: 28.37%;
    }

    .p-flow__item-text {
      width: 83.335%;
    }
  }

  &:nth-of-type(2) {

    .p-flow__item-title {
      width: 90.805%;
    }
  }

  &:nth-of-type(3) {

    .p-flow__item-title {
      width: 88.89%;
    }
  }

  &:nth-of-type(4) {

    .p-flow__item-title {
      width: 83.72%;

      @include mqMin($tabMin) {
        width: 83.91%;
      }
    }
  }

  &:nth-of-type(5) {

    .p-flow__item-title {
      width: 98.66%;
      padding-right: 41.587%;
    }
  }
}*/
.p-flow__item-inner {
  position: relative;
}

.p-flow__item-title {
  margin-bottom: 4.1333333333vw;
}
@media (min-width: 768px) {
  .p-flow__item-title {
    margin-bottom: 1.6145833333vw;
  }
}

.p-flow__item-image {
  width: 21.33vw;
  margin-right: auto;
  margin-bottom: 4.1333333333vw;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-flow__item-image {
    width: 8.33vw;
    margin-bottom: 1.6145833333vw;
  }
}

.p-flow__item-text {
  font-size: 2.135vw;
  font-weight: 700;
  line-height: 1.313;
  width: 62.13vw;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-flow__item-text {
    font-size: 0.83vw;
    width: 24.27vw;
  }
}

.p-flow__outro {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2.67vw;
       column-gap: 2.67vw;
}
@media (min-width: 768px) {
  .p-flow__outro {
    -moz-column-gap: 1.04vw;
         column-gap: 1.04vw;
  }
}

.p-flow__outro-icon {
  flex: 1 1 160px;
}

.p-flow__outro-bubble {
  flex: 1 1 498px;
}

.p-after {
  position: relative;
}
.p-after::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 8vw solid #F2D09B;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .p-after::before {
    border-top: 3.125vw solid #F2D09B;
    border-right: 19.53vw solid transparent;
    border-left: 19.53vw solid transparent;
  }
}

.p-after__lead {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 4.27vw;
       column-gap: 4.27vw;
  margin-bottom: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-after__lead {
    margin-bottom: 2.7083333333vw;
  }
}

.p-after__lead-bubble {
  flex: 1 1 366px;
  padding-bottom: 4vw;
}
@media (min-width: 768px) {
  .p-after__lead-bubble {
    padding-bottom: 1.5625vw;
  }
}

.p-after__lead-image {
  flex: 1 1 280px;
}

.p-after__lead-text {
  position: absolute;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.417;
  bottom: -1.6vw;
  left: 0;
}
@media (min-width: 768px) {
  .p-after__lead-text {
    font-size: 1.25vw;
    bottom: -0.625vw;
  }
}
.p-after__lead-text span {
  color: #BE3012;
  font-size: 4.27vw;
  line-height: 1.063;
}
@media (min-width: 768px) {
  .p-after__lead-text span {
    font-size: 1.67vw;
  }
}

.p-after__heading {
  background-color: #BE3012;
  color: #ffffff;
  font-size: 8.53vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1.02vw;
  text-align: center;
  padding-top: 2.2666666667vw;
  padding-bottom: 2.2666666667vw;
  border-radius: 50px;
  margin-bottom: 11.3333333333vw;
}
@media (min-width: 768px) {
  .p-after__heading {
    font-size: 3.33vw;
    letter-spacing: -0.4vw;
    padding-top: 0.8854166667vw;
    padding-bottom: 0.8854166667vw;
    margin-bottom: 4.4270833333vw;
  }
}

.p-after__list {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-after__list {
    margin-bottom: 2.0833333333vw;
  }
}

.p-after__item {
  position: relative;
  border-width: clamp(2px, 0.2222222222vw, 4px);
  border-color: #F39800;
  border-radius: clamp(7px, 0.7777777778vw, 14px);
  padding-top: 5.8666666667vw;
  padding-bottom: 6.1333333333vw;
}
@media (min-width: 768px) {
  .p-after__item {
    padding-top: 2.2916666667vw;
    padding-bottom: 2.3958333333vw;
  }
}
.p-after__item:nth-last-of-type(n+2) {
  margin-bottom: 8.6666666667vw;
}
@media (min-width: 768px) {
  .p-after__item:nth-last-of-type(n+2) {
    margin-bottom: 3.3854166667vw;
  }
}

.p-after__item-label {
  position: absolute;
  width: 11.87vw;
  top: -6vw;
  left: 2.27vw;
}
@media (min-width: 768px) {
  .p-after__item-label {
    width: 4.64vw;
    top: -2.34375vw;
    left: 0.89vw;
  }
}

.p-after__item-title {
  width: 65.33vw;
  margin-right: auto;
  margin-bottom: 3.2vw;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-after__item-title {
    width: 25.52vw;
    margin-bottom: 1.25vw;
  }
}

.p-after__item-text {
  font-size: 3.2vw;
  line-height: 1.208;
  text-align: center;
}
@media (min-width: 768px) {
  .p-after__item-text {
    font-size: 1.25vw;
  }
}

.p-after__outro span {
  display: inline-block;
  background-color: #BE3012;
  color: #ffffff;
  font-size: 3.73vw;
  font-weight: 700;
  line-height: 1.036;
  padding-top: 1.7333333333vw;
  padding-right: 1.07vw;
  padding-bottom: 1.7333333333vw;
  padding-left: 1.07vw;
}
@media (min-width: 768px) {
  .p-after__outro span {
    font-size: 1.46vw;
    padding-top: 0.6770833333vw;
    padding-right: 0.42vw;
    padding-bottom: 0.6770833333vw;
    padding-left: 0.42vw;
  }
}
.p-after__outro span:nth-last-of-type(n+2) {
  margin-bottom: 1.3333333333vw;
}
@media (min-width: 768px) {
  .p-after__outro span:nth-last-of-type(n+2) {
    margin-bottom: 0.5208333333vw;
  }
}

.p-after__item:nth-of-type(3) .p-after__item-title {
  width: 76vw;
}
@media (min-width: 768px) {
  .p-after__item:nth-of-type(3) .p-after__item-title {
    width: 29.69vw;
  }
}

.p-cta3 {
  position: relative;
  background: linear-gradient(180deg, #94C8AC 0%, #94C8AC 50%, #ffffff 100%);
  padding-top: 21.3333333333vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-cta3 {
    padding-top: 8.3333333333vw;
    padding-bottom: 4.1666666667vw;
  }
}
.p-cta3::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-top: 8vw solid #ffffff;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .p-cta3::after {
    border-top: 3.125vw solid #ffffff;
    border-right: 19.53vw solid transparent;
    border-left: 19.53vw solid transparent;
  }
}

.p-cta3__lead-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 2.13vw;
       column-gap: 2.13vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-cta3__lead-box {
    -moz-column-gap: 0.83vw;
         column-gap: 0.83vw;
    margin-bottom: 2.0833333333vw;
  }
}

.p-cta3__lead {
  flex: 1 1 65px;
}

.p-cta3__speech {
  flex: 1 1 597px;
}

.p-cta3__actions {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-cta3__actions {
    margin-bottom: 2.0833333333vw;
  }
}

.p-cta3__image02 {
  width: 64%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-cta3__image02 {
    width: 25vw;
  }
}

.p-contact {
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-contact {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}

.p-contact__title {
  color: #94C8AC;
  font-size: 9.6vw;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816, 0 0 1px #231816;
  letter-spacing: -0.06em;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-contact__title {
    font-size: 3.75vw;
    margin-bottom: 2.0833333333vw;
  }
}

.p-contact__flow {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-contact__flow {
    margin-bottom: 2.0833333333vw;
  }
}

.p-contact__sub-title {
  font-size: 3.2;
  line-height: 1.292;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-contact__sub-title {
    margin-bottom: 2.0833333333vw;
  }
}

.p-contact__list-box {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-contact__list-box {
    margin-bottom: 4.1666666667vw;
  }
}

.p-contact__list:nth-last-of-type(n+2) {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-contact__list:nth-last-of-type(n+2) {
    margin-bottom: 2.0833333333vw;
  }
}
.p-contact__list dt {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1.417;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-contact__list dt {
    font-size: 1.25vw;
    margin-bottom: 1.0416666667vw;
  }
}
.p-contact__list dt span {
  background-color: #BE3012;
  color: #ffffff;
  font-size: 2.4vw;
  line-height: 1.889;
  border-radius: clamp(7px, 0.7777777778vw, 14px);
  padding-top: 0.6666666667vw;
  padding-right: 1.33vw;
  padding-bottom: 0.6666666667vw;
  padding-left: 1.33vw;
  margin-right: 2.13vw;
}
@media (min-width: 768px) {
  .p-contact__list dt span {
    font-size: 0.94vw;
    padding-top: 0.2604166667vw;
    padding-right: 0.52vw;
    padding-bottom: 0.2604166667vw;
    padding-left: 0.52vw;
    margin-right: 0.83vw;
  }
}

.p-contact__privacy {
  font-size: 3.2vw;
  line-height: 1.292;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-contact__privacy {
    font-size: 1.25vw;
    margin-bottom: 2.0833333333vw;
  }
}
.p-contact__privacy a {
  display: inline;
  text-decoration: underline;
}

.p-contact__button:nth-last-of-type(n+2) {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-contact__button:nth-last-of-type(n+2) {
    margin-bottom: 1.0416666667vw;
  }
}

.p-contact__error {
  color: #BE3012;
  padding-top: 0.6666666667vw;
}
@media (min-width: 768px) {
  .p-contact__error {
    padding-top: 0.2604166667vw;
  }
}

.p-confirm__text {
  font-size: 2.13vw;
  line-height: 1.6;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-confirm__text {
    font-size: 0.83vw;
    margin-bottom: 4.1666666667vw;
  }
}

.p-confirm__form-box {
  background-color: rgba(148, 200, 172, 0.2);
  border-radius: clamp(7px, 0.7777777778vw, 14px);
  padding-top: 5.3333333333vw;
  padding-right: 3.2vw;
  padding-bottom: 5.3333333333vw;
  padding-left: 3.2vw;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-confirm__form-box {
    padding-top: 2.0833333333vw;
    padding-right: 1.25vw;
    padding-bottom: 2.0833333333vw;
    padding-left: 1.25vw;
    margin-bottom: 4.1666666667vw;
  }
}

.p-confirm .p-contact__list {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #666666;
  padding-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-confirm .p-contact__list {
    padding-bottom: 2.0833333333vw;
  }
}

.p-complete .p-contact__flow {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-complete .p-contact__flow {
    margin-bottom: 4.1666666667vw;
  }
}

.p-complete__text {
  font-size: 2.13vw;
  line-height: 1.6;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-complete__text {
    font-size: 0.83vw;
    margin-bottom: 4.1666666667vw;
  }
}
.p-complete__text:nth-last-of-type(n+2) {
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-complete__text:nth-last-of-type(n+2) {
    margin-bottom: 1.0416666667vw;
  }
}

.p-complete__text--red {
  color: #BE3012;
}

.p-privacy {
  padding-top: 10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-privacy {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}

.p-privacy__title {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-width: clamp(2px, 0.2222222222vw, 4px);
  border-color: #F39800;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
  margin-bottom: 6.9333333333vw;
}
@media (min-width: 768px) {
  .p-privacy__title {
    font-size: 2.5vw;
    padding-top: 0.3125vw;
    padding-bottom: 0.3125vw;
    margin-bottom: 2.7083333333vw;
  }
}

.p-privacy__text {
  font-size: 1.87vw;
  font-weight: 500;
  line-height: 1.929;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-privacy__text {
    font-size: 0.73vw;
    margin-bottom: 2.0833333333vw;
  }
}

.p-privacy__list:nth-last-of-type(n+2) {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-privacy__list:nth-last-of-type(n+2) {
    margin-bottom: 2.0833333333vw;
  }
}
.p-privacy__list dt {
  position: relative;
  font-size: 5.33vw;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: 1.8666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-privacy__list dt {
    font-size: 2.08vw;
    padding-bottom: 0.7291666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
.p-privacy__list dt::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #F39800;
  width: 100%;
  height: 1.0666666667vw;
  bottom: 0;
  left: 0;
  border-radius: clamp(5px, 0.5555555556vw, 10px);
}
@media (min-width: 768px) {
  .p-privacy__list dt::after {
    height: 0.4166666667vw;
  }
}
.p-privacy__list dd {
  font-size: 2.4vw;
  font-weight: 700;
  line-height: 1.278;
}
@media (min-width: 768px) {
  .p-privacy__list dd {
    font-size: 0.94vw;
  }
}
.p-privacy__list dd span {
  font-size: 1.87vw;
  line-height: 1.643;
}
@media (min-width: 768px) {
  .p-privacy__list dd span {
    font-size: 0.73vw;
  }
}
.p-privacy__list dd a {
  display: inline;
  color: #4774B9;
  text-decoration: underline;
}

.p-privacy__list02 {
  margin-top: 4.5333333333vw;
}
@media (min-width: 768px) {
  .p-privacy__list02 {
    margin-top: 1.7708333333vw;
  }
}

.p-privacy__table {
  width: 100%;
  border-width: 1px;
  border-color: #707070;
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-privacy__table {
    margin-top: 1.0416666667vw;
  }
}
.p-privacy__table th,
.p-privacy__table td {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.p-privacy__table th:nth-of-type(n+2),
.p-privacy__table td:nth-of-type(n+2) {
  border-left-width: 1px;
  border-left-color: #707070;
}
.p-privacy__table th:nth-of-type(1),
.p-privacy__table td:nth-of-type(1) {
  width: 30.19%;
}
.p-privacy__table th:nth-of-type(2),
.p-privacy__table td:nth-of-type(2) {
  width: 69.81%;
}
.p-privacy__table th {
  background-color: #F0F0F0;
  font-size: 3.2vw;
  line-height: 1.208;
  border-bottom-width: 1px;
  border-bottom-color: #707070;
  padding-top: 2.1333333333vw;
  padding-bottom: 2.1333333333vw;
}
@media (min-width: 768px) {
  .p-privacy__table th {
    font-size: 1.25vw;
    padding-top: 0.8333333333vw;
    padding-bottom: 0.8333333333vw;
  }
}
.p-privacy__table td {
  font-size: 2.4vw;
  padding-top: 2.9333333333vw;
  padding-bottom: 2.9333333333vw;
}
@media (min-width: 768px) {
  .p-privacy__table td {
    font-size: 0.94vw;
    padding-top: 1.1458333333vw;
    padding-bottom: 1.1458333333vw;
  }
}
.p-privacy__table tr:nth-last-of-type(n+2) {
  border-bottom-width: 1px;
  border-bottom-color: #707070;
}

.p-privacy__table--tradelaw th:nth-of-type(1),
.p-privacy__table--tradelaw td:nth-of-type(1) {
  width: 49.93%;
}
.p-privacy__table--tradelaw th:nth-of-type(2), .p-privacy__table--tradelaw th:nth-of-type(3),
.p-privacy__table--tradelaw td:nth-of-type(2),
.p-privacy__table--tradelaw td:nth-of-type(3) {
  width: 25.035%;
}
.p-privacy__table--tradelaw td:nth-of-type(1) {
  font-size: 3.2vw;
}
@media (min-width: 768px) {
  .p-privacy__table--tradelaw td:nth-of-type(1) {
    font-size: 1.25vw;
  }
}
.p-privacy__table--tradelaw td:nth-of-type(n+2) {
  font-size: 3.47vw;
}
@media (min-width: 768px) {
  .p-privacy__table--tradelaw td:nth-of-type(n+2) {
    font-size: 1.35vw;
  }
}
.p-privacy__table--tradelaw td:nth-of-type(n+2) span {
  font-size: 2.4vw;
}
@media (min-width: 768px) {
  .p-privacy__table--tradelaw td:nth-of-type(n+2) span {
    font-size: 0.94vw;
  }
}

.p-privacy__notes {
  font-size: clamp(0.9rem, 0.4909090909rem + 0.8181818182vw, 1.8rem);
  font-weight: 700;
  line-height: clamp(1.7rem, 0.9272727273rem + 1.5454545455vw, 3.4rem);
  padding-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-privacy__notes {
    padding-top: 1.0416666667vw;
  }
}

.p-privacy__list--type1 dd {
  line-height: 1.278;
}

.p-privacy__list--type2 dd {
  line-height: 1.5;
}

#term .p-privacy__list dt {
  font-size: 3.2vw;
  line-height: 1.417;
}
@media (min-width: 768px) {
  #term .p-privacy__list dt {
    font-size: 1.25vw;
  }
}
#term .p-privacy__list dd {
  font-weight: 500;
  line-height: 1.889;
}
#term .p-privacy__list dd p:nth-last-of-type(n+2) {
  margin-bottom: 4.5333333333vw;
}
@media (min-width: 768px) {
  #term .p-privacy__list dd p:nth-last-of-type(n+2) {
    margin-bottom: 1.7708333333vw;
  }
}

.p-privacy__text02 {
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 1.278;
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .p-privacy__text02 {
    font-size: 0.94vw;
    margin-top: 4.1666666667vw;
  }
}