@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 16px;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "A-OTF-MaruFoPro";
  src: url("../font/A-OTF-MaruFoPro-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "A-OTF-MaruFoPro";
  src: url("../font/A-OTF-MaruFoPro-Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "A-OTF-MaruFoPro";
  src: url("../font/A-OTF-MaruFoPro-Heavy.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Buildingsandundertherailwaytracksfree_ver";
  src: url("../font/Buildingsandundertherailwaytracksfree_ver.otf") format("opentype");
}
/* =============================================
色
============================================= */
/* =============================================
フォント種類
============================================= */
/* =============================================
サイズ基準
============================================= */
:root {
  font-size: 1px;
  gap: 1px;
}
@media (max-width: 1300px) {
  :root {
    font-size: 0.078125vw;
    gap: 0.078125vw;
  }
}
@media (max-width: 768px) {
  :root {
    font-size: 0.1302083333vw;
    gap: 0.1302083333vw;
  }
}
@media (max-width: 480px) {
  :root {
    font-size: 0.2272727273vw;
    gap: 0.2272727273vw;
  }
}

/* =============================================
全体に対して
============================================= */
html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

body.no-scroll {
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #fff;
  overflow-x: hidden;
  font-variant-ligatures: none;
  font-family: "Kosugi Maru", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16rem;
  font-feature-settings: "palt" 1;
  color: #425b8e;
  letter-spacing: 0.02em;
  zoom: 0.85;
}
@media (max-width: 768px) {
  body {
    zoom: 1;
  }
}

#chamo-window .chamo-chatlog-wrapper {
  overscroll-behavior: auto;
}

/* =============================================
htmlタグに対して
============================================= */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

/* =============================================
各所共通で使う用
============================================= */
.bgMain {
  background-color: #ffdef2;
}

.bgInner {
  max-width: 1437px;
  margin: 0 auto;
  background-color: #fff;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .tab-container {
    width: 94.6666666667% !important;
    margin: 0 auto;
  }
}

.hidden {
  display: none !important;
}

.sectionTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sectionTitle__main {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  font-family: "Buildingsandundertherailwaytracksfree_ver";
  font-weight: 400;
  font-size: 88rem;
  letter-spacing: -0.04em;
  line-height: 0.4;
  text-align: center;
}
@media (max-width: 768px) {
  .sectionTitle__main {
    font-size: 77rem;
  }
}
@media (max-width: 480px) {
  .sectionTitle__main {
    margin-bottom: 4px;
    font-size: 48rem;
  }
}
.sectionTitle__main .titleLetter {
  color: #f7898c;
  text-transform: capitalize;
}
.sectionTitle__main .decoLetter {
  transform: translateY(calc(-1 * (100% + 3px)));
  -webkit-text-stroke: 1px #425b8e;
  text-transform: capitalize;
  color: transparent;
}
@media (max-width: 768px) {
  .sectionTitle__main .decoLetter {
    transform: translateY(calc(-1 * (100% + 2px)));
  }
}
.sectionTitle__sub {
  font-size: 29rem;
  font-family: "A-OTF-MaruFoPro";
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .sectionTitle__sub {
    font-size: 26rem;
  }
}
@media (max-width: 480px) {
  .sectionTitle__sub {
    font-size: 18rem;
  }
}

/* =============================================
レスポンシブ対応用
============================================= */
.none {
  display: none !important;
}

.block {
  display: block !important;
}

.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.pc-inline {
  display: inline !important;
}
@media (max-width: 768px) {
  .pc-inline {
    display: none !important;
  }
}

.pc-flex {
  display: flex !important;
}
@media (max-width: 768px) {
  .pc-flex {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.tab-inline {
  display: none !important;
}
@media (max-width: 768px) {
  .tab-inline {
    display: inline !important;
  }
}

.tab-flex {
  display: none !important;
}
@media (max-width: 768px) {
  .tab-flex {
    display: flex !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 480px) {
  .sp {
    display: block !important;
  }
}

.nosp {
  display: block !important;
}
@media (max-width: 480px) {
  .nosp {
    display: none !important;
  }
}

.tab-nosp {
  display: none !important;
}
@media (max-width: 768px) {
  .tab-nosp {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .tab-nosp {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .pc-words {
    display: none !important;
  }
}

.sp-words {
  display: none !important;
}
@media (max-width: 480px) {
  .sp-words {
    display: block !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.pc-nowrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .pc-nowrap {
    white-space: unset;
  }
}

/* =============================================
フレックス要素用
============================================= */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

/* =============================================
固定表示用
============================================= */
.fixed {
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  top: 0;
  transition: top 0.3s ease-in-out;
}

.button-sales {
  display: block;
  text-align: center;
  width: 31%;
  margin: 0 auto 0.5em;
  padding: 12px 0;
  background-color: #f279a1;
  border-radius: 4px;
  color: #fff;
  font-size: 24rem;
}
@media (hover: hover) {
  .button-sales:hover {
    background-color: #686868;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .button-sales {
    width: 50%;
    margin: 0 auto 1em;
  }
}
@media (max-width: 480px) {
  .button-sales {
    width: 60%;
    font-size: 18rem;
  }
}

/* =============================================
ボタンで表示・非表示JSで値操作
============================================= */
[data-display=hide] {
  display: none;
}

[data-display=show] {
  display: block;
}

/* =============================================
アニメーション用
============================================= */
.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#page-top.floatAnime {
  background: url("../img/mouse.png") no-repeat center;
  background-size: contain;
  width: 230px;
  height: 230px;
  animation: floatAnime 2s linear infinite;
}
@media (max-width: 1300px) {
  #page-top.floatAnime {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
@media (max-width: 768px) {
  #page-top.floatAnime {
    width: 19.53125vw;
    height: 19.53125vw;
    right: 0;
    bottom: 0;
  }
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp.show-fadeUp {
  animation: fadeUp 1.2s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn1 {
  opacity: 0;
}

.fadeIn1.show-fadeIn1 {
  animation: fadeIn 1.1s ease-in-out forwards;
}

.fadeIn2 {
  opacity: 0;
}

.fadeIn2.show-fadeIn2 {
  animation: fadeIn 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}

.fadeIn3.show-fadeIn3 {
  animation: fadeIn 1.1s 1.1s ease-in-out forwards;
}

.fadeIn4 {
  opacity: 0;
}

.fadeIn4.show-fadeIn4 {
  animation: fadeIn 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}

.fadeIn5.show-fadeIn5 {
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound1 {
  opacity: 0;
}

.bound1.show-bound1 {
  animation: bound 2s 0.6s linear forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.show-bound2 {
  animation: bound 2s 1s linear forwards;
}

.bound3 {
  opacity: 0;
}

.bound3.show-bound3 {
  animation: bound 2s 1.6s linear forwards;
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
input[type=date] {
  appearance: auto;
  -webkit-appearance: auto;
  background: white;
}

/* =============================================
ハンバーガーボタン
============================================= */
.hamburger {
  position: relative;
  margin: 0 auto;
  color: #793b00;
  width: 7.2916666667vw;
  height: 6.25vw;
  z-index: 100;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger span {
  position: absolute;
  width: 100%;
  height: 0.78125vw;
  left: 0px;
  background: #ffafcb;
  transition: 0.3s all ease-in-out;
}
.hamburger span:nth-of-type(1) {
  top: 0vw;
}
.hamburger span:nth-of-type(2) {
  top: 2.34375vw;
}
.hamburger span:nth-of-type(3) {
  top: 4.6875vw;
}
.hamburger-active {
  background-color: #fff !important;
}
.hamburger-active:nth-of-type(1) {
  width: 90% !important;
  top: 0.78125vw !important;
  left: 0vw;
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  .hamburger-active:nth-of-type(1) {
    top: 4.1666666667vw !important;
  }
}
.hamburger-active:nth-of-type(2) {
  width: 90% !important;
  top: 0.78125vw !important;
  left: 0vw;
  transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .hamburger-active:nth-of-type(2) {
    top: 4.1666666667vw !important;
  }
}
.hamburger-active:nth-of-type(3) {
  background-color: transparent !important;
}

.header {
  background-color: #fff;
}
@media (max-width: 768px) {
  .header {
    box-shadow: 0px 0px 8px rgb(180, 180, 180);
  }
}
@media (max-width: 768px) {
  .header__content {
    box-shadow: none;
  }
}
.header__content .header__contentWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 24px 0;
}
@media (max-width: 768px) {
  .header__content .header__contentWrapper {
    justify-content: space-between;
    padding: 16px 4%;
  }
}
.header__content--logo {
  width: 40%;
}
@media (max-width: 768px) {
  .header__content--logo {
    width: 32%;
  }
}
.header__content--text {
  display: block;
  width: 48%;
  max-width: 545px;
}
.header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-tel {
  display: flex;
}
.header-tel__logo {
  width: 10%;
}
.header-tel__number {
  font-size: 64rem;
  font-weight: 500;
}

.header-button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.header-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-radius: 8px;
}
.header-button__link.bgWater {
  background-color: #2986bc;
}
.header-button__link.bgPink {
  background-color: #f279a1;
}
.header-button__link--logo {
  display: inline-block;
  width: 12%;
  max-width: 34px;
}
.header-button__link--text {
  display: inline-block;
  font-family: "A-OTF-MaruFoPro";
  font-weight: 900;
  font-size: 30rem;
  color: #fff;
}

.header-pcScrollFixed {
  background-color: #fff;
  box-shadow: 0px 0px 8px rgb(180, 180, 180);
}

.headerNav {
  padding: 24px 2%;
}
@media (max-width: 768px) {
  .headerNav {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 90;
    background-color: #ffafcb;
    padding: 8% 4% 0;
    color: #fff;
    transition: 0.6s all ease-out;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .headerNav-active {
    left: 0 !important;
  }
}

.headerNavList {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 768px) {
  .headerNavList {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .headerNavList__list {
    display: flex;
    justify-content: left;
    padding: 1.6em 0;
    background: radial-gradient(circle farthest-side, #fff, #fff 40%, transparent 40%, transparent);
    background-size: 12px 12px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .headerNavList__list:last-child {
    margin-bottom: 32px;
    background: none;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .headerNavList__list:last-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .headerNavList__list {
    padding: 1.2em 0;
  }
}
.headerNavList__list:not(:last-child) {
  border-right: 1px dashed #425b8e;
}
@media (max-width: 768px) {
  .headerNavList__list:not(:last-child) {
    border: none;
  }
}
.headerNavList__list--link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .headerNavList__list--link {
    flex-direction: row;
  }
}
.headerNavList__list--link .icon {
  height: 32px;
  margin: 0 auto 16px;
}
@media (max-width: 768px) {
  .headerNavList__list--link .icon {
    display: none;
  }
}
.headerNavList__list--link .jp {
  margin-bottom: 8px;
  font-family: "A-OTF-MaruFoPro";
  font-size: 20rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .headerNavList__list--link .jp {
    padding-left: 0.8em;
    font-size: 56rem;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .headerNavList__list--link .jp {
    font-size: 24rem;
  }
}
.headerNavList__list--link .en {
  font-family: "Zen Maru Gothic", serif;
  font-size: 12rem;
}
@media (max-width: 768px) {
  .headerNavList__list--link .en {
    padding-left: 1.4em;
    font-size: 35rem;
    letter-spacing: -0.04em;
  }
}
@media (max-width: 480px) {
  .headerNavList__list--link .en {
    font-size: 18rem;
  }
}

@media (max-width: 768px) {
  .headerNavButton {
    width: 72%;
    max-width: 447px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .headerNavButton__list {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .headerNavButton__list {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .headerNavButton__list--link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-radius: 8px;
  }
  .headerNavButton__list--link.bgWater {
    background-color: #2986bc;
  }
  .headerNavButton__list--link.bgPink {
    background-color: #f279a1;
  }
}
@media (max-width: 768px) {
  .headerNavButton__list--link span:first-child {
    display: inline-block;
    width: 20%;
    max-width: 56px;
  }
}
@media (max-width: 768px) {
  .headerNavButton__list--link span:nth-child(2) {
    display: inline-block;
    font-family: "A-OTF-MaruFoPro";
    font-weight: 900;
    font-size: 50rem;
    color: #fff;
  }
}
@media (max-width: 480px) {
  .headerNavButton__list--link span:nth-child(2) {
    font-size: 20rem;
  }
}

.home__image {
  width: 100%;
}
.home__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.information {
  margin-bottom: 92px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .information {
    margin-bottom: 48px;
    padding-top: 48px;
  }
}
.information__top {
  padding-top: 82px;
  text-align: center;
}
@media (max-width: 768px) {
  .information__top {
    padding-top: 32px;
  }
}
.information__top--text {
  margin-bottom: 48px;
  font-family: "A-OTF-MaruFoPro";
  font-size: 60rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .information__top--text {
    margin-bottom: 32px;
    font-size: 36rem;
  }
}
@media (max-width: 480px) {
  .information__top--text {
    font-size: 24rem;
  }
}
.information__top--image {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 64px;
  padding: 0 48px;
}
@media (max-width: 768px) {
  .information__top--image {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
    padding: 0 10%;
    gap: 32px 48px;
  }
}
@media (max-width: 480px) {
  .information__top--image {
    margin-bottom: 16px;
    padding: 0 4px;
    gap: 16px 24px;
  }
}
.information__bottom {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 8px;
}
@media (max-width: 768px) {
  .information__bottom {
    position: relative;
  }
}
@media (max-width: 480px) {
  .information__bottom {
    width: 90%;
  }
}
.information__bottom--image {
  width: 24%;
  max-width: 245px;
  margin-right: 2%;
  transform: translateY(-30px);
}
@media (max-width: 768px) {
  .information__bottom--image {
    width: 20%;
    position: absolute;
    top: -72%;
    right: -4%;
    transform: translateY(-18px);
  }
}
@media (max-width: 480px) {
  .information__bottom--image {
    width: 24%;
    top: -56%;
  }
}
.information__bottom--text p:first-child {
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .information__bottom--text p:first-child {
    margin-bottom: 16px;
    text-align: center;
  }
}
.information__bottom--text p:first-child span {
  color: #f279a1;
  border-bottom: 5px solid #f279a1;
  font-family: "A-OTF-MaruFoPro";
  font-weight: 700;
  font-size: 42rem;
}
@media (max-width: 1300px) {
  .information__bottom--text p:first-child span {
    font-size: 36rem;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  .information__bottom--text p:first-child span {
    border-bottom: 2px solid #f279a1;
    font-size: 22rem;
  }
}
.information__bottom--text p:nth-child(2) {
  font-size: 23rem;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 480px) {
  .information__bottom--text p:nth-child(2) {
    font-size: 18rem;
  }
}

.informationBox {
  width: 26%;
  padding: 24px 16px;
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-weight: 500;
}
@media (max-width: 768px) {
  .informationBox {
    width: unset;
    padding: 8px 16px;
  }
}
@media (max-width: 480px) {
  .informationBox {
    width: 40%;
    padding: 8px;
  }
}
.informationBox.bgGreen {
  background-color: #88c939;
}
.informationBox.bgPink {
  background-color: #f279a1;
}
.informationBox.bgWater {
  background-color: #2986bc;
}
.informationBox__miniText {
  font-size: 22rem;
}
@media (max-width: 768px) {
  .informationBox__miniText {
    padding-bottom: 6.4px;
    font-size: 20rem;
  }
}
@media (max-width: 480px) {
  .informationBox__miniText {
    font-size: 14rem;
  }
}
.informationBox__bigText {
  font-size: 49rem;
}
@media (max-width: 768px) {
  .informationBox__bigText {
    font-size: 46rem;
  }
}
@media (max-width: 480px) {
  .informationBox__bigText {
    font-size: 28rem;
  }
}

.informationDeco {
  width: 38px;
  height: 38px;
  aspect-ratio: 1/1;
}

.howto {
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .howto {
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .howto {
    margin-bottom: 56px;
  }
}

.howtoTop {
  width: 90%;
  margin: 0 auto 78px;
  padding-top: 68px;
  position: relative;
}
@media (max-width: 768px) {
  .howtoTop {
    margin: 0 auto 60px;
    padding-top: 48px;
  }
}
.howtoTop__text01 {
  margin-bottom: 4px;
  font-family: "A-OTF-MaruFoPro";
  font-weight: 700;
  font-size: 35rem;
  line-height: 1.7142857143;
}
@media (max-width: 768px) {
  .howtoTop__text01 {
    margin-bottom: 16px;
    font-size: 26rem;
  }
}
@media (max-width: 480px) {
  .howtoTop__text01 {
    font-size: 18rem;
    letter-spacing: 0;
  }
}
.howtoTop__text01 .textRed {
  color: #f7898c;
}
.howtoTop__text01 .textGreen {
  color: #88c939;
}
.howtoTop__text01 .textPink {
  color: #f279a1;
}
.howtoTop__text02 {
  margin-bottom: 32px;
  font-size: 27rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .howtoTop__text02 {
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .howtoTop__text02 {
    font-size: 16rem;
  }
}
.howtoTop__box {
  width: 80%;
  max-width: 800px;
  border: 4px solid #ffaecd;
  border-radius: 16px;
  padding: 1em 2em;
}
@media (max-width: 768px) {
  .howtoTop__box {
    width: 100%;
  }
}
.howtoTop__box ul li:not(:last-child) {
  padding-top: 2%;
}
@media (max-width: 768px) {
  .howtoTop__box ul li:not(:last-child) {
    padding-top: 0;
  }
}
.howtoTop__box ul li:not(:last-child) span {
  padding-bottom: 2.2%;
  background: radial-gradient(circle farthest-side, #425b8e, #425b8e 40%, transparent 40%, transparent);
  background-size: 12px 12px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (max-width: 768px) {
  .howtoTop__box ul li:not(:last-child) span {
    padding-bottom: 2.4%;
  }
}
.howtoTop__box ul li span {
  color: #f279a1;
  font-family: "A-OTF-MaruFoPro";
  font-weight: 700;
  font-size: 40rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .howtoTop__box ul li span {
    display: inline-block;
    width: 100%;
    font-size: 30rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .howtoTop__box ul li span {
    font-size: 20rem;
  }
}
.howtoTop__deco {
  position: absolute;
  bottom: 5%;
  right: -5%;
  width: 30%;
}
@media (max-width: 768px) {
  .howtoTop__deco {
    top: -6%;
    right: -2%;
    bottom: unset;
  }
}
@media (max-width: 480px) {
  .howtoTop__deco {
    top: 8%;
  }
}

.howtoBottom {
  text-align: center;
}
.howtoBottom__text01 {
  display: inline-block;
  position: relative;
  margin-bottom: 32px;
  padding: 1rem 1.5rem;
  font-family: "A-OTF-MaruFoPro";
  font-size: 41rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .howtoBottom__text01 {
    font-size: 34rem;
  }
}
@media (max-width: 480px) {
  .howtoBottom__text01 {
    font-size: 24rem;
  }
}
.howtoBottom__text01::before, .howtoBottom__text01::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  top: -0.2em;
}
.howtoBottom__text01::before {
  border-left: 3px solid #425b8e;
  left: -36%;
  transform: rotate(-45deg);
}
.howtoBottom__text01::after {
  border-right: 3px solid #425b8e;
  right: -36%;
  transform: rotate(45deg);
}
.howtoBottom__image {
  display: grid;
  width: 58%;
  margin: 0 auto 32px;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 768px) {
  .howtoBottom__image {
    width: 72%;
  }
}
@media (max-width: 480px) {
  .howtoBottom__image {
    width: 90%;
  }
}
.howtoBottom__text02 {
  margin-bottom: 56px;
  font-family: "A-OTF-MaruFoPro";
  font-size: 33rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .howtoBottom__text02 {
    margin-bottom: 32px;
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .howtoBottom__text02 {
    font-size: 20rem;
  }
}
.howtoBottom__box {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1.6em;
  background-color: #f279a1;
  position: relative;
}
@media (max-width: 768px) {
  .howtoBottom__box {
    width: 100%;
  }
}
.howtoBottom__box--deco {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 20%;
  max-width: 170px;
}
@media (max-width: 1300px) {
  .howtoBottom__box--deco {
    width: 16%;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 768px) {
  .howtoBottom__box--deco {
    transform: translate(16%, -72%);
  }
}
.howtoBottom__box--text {
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-size: 47rem;
  font-weight: 700;
  line-height: 1.7446808511;
  text-align: center;
}
@media (max-width: 768px) {
  .howtoBottom__box--text {
    font-size: 36rem;
  }
}
@media (max-width: 480px) {
  .howtoBottom__box--text {
    font-size: 24rem;
  }
}
.howtoBottom__msg {
  display: flex;
  align-items: end;
  width: 90%;
  max-width: 1016px;
  margin: -16px auto 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .howtoBottom__msg {
    margin: -12px auto 0;
  }
}
.howtoBottom__msg--deco {
  width: 27%;
  margin-right: 2%;
  transform: translateY(-2%);
}
@media (max-width: 768px) {
  .howtoBottom__msg--deco {
    width: 44%;
    transform: translateY(0);
  }
}
.howtoBottom__msg--text {
  padding: 0 0 1em;
}
@media (max-width: 768px) {
  .howtoBottom__msg--text {
    padding: 0;
  }
}
.howtoBottom__msg--text p {
  font-family: "A-OTF-MaruFoPro";
  font-weight: 700;
}
.howtoBottom__msg--text p:nth-child(1), .howtoBottom__msg--text p:nth-child(2) {
  color: #425b8e;
  font-size: 33rem;
  line-height: 1.7575757576;
  text-align: left;
}
@media (max-width: 768px) {
  .howtoBottom__msg--text p:nth-child(1), .howtoBottom__msg--text p:nth-child(2) {
    font-size: 27rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .howtoBottom__msg--text p:nth-child(1), .howtoBottom__msg--text p:nth-child(2) {
    line-height: 1.2;
    font-size: 20rem;
  }
}
.howtoBottom__msg--text p:nth-child(2) {
  margin-bottom: 24px;
  padding-left: 6em;
}
@media (max-width: 768px) {
  .howtoBottom__msg--text p:nth-child(2) {
    margin-bottom: 8px;
    padding-left: 0;
  }
}
.howtoBottom__msg--text p:nth-child(3) {
  padding-left: 1em;
  color: #f279a1;
  font-size: 39rem;
}
@media (max-width: 768px) {
  .howtoBottom__msg--text p:nth-child(3) {
    padding-left: 0;
    font-size: 36rem;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .howtoBottom__msg--text p:nth-child(3) {
    font-size: 22rem;
  }
}

.allowance01 {
  display: grid;
  width: 96%;
  margin: 0 auto 88px;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding-top: 112px;
}
@media (max-width: 768px) {
  .allowance01 {
    width: 90%;
    margin: 0 auto 56px;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 40px;
  }
}
.allowance01 .greenContent__text p {
  background-color: #88c939;
}
.allowance01 .greenContent__text p:after {
  border-top: 18px solid #88c939;
}
@media (max-width: 768px) {
  .allowance01 .greenContent__text p:after {
    border-top: 24px solid #88c939;
  }
}
.allowance01 .greenContent__text ul li .number {
  color: #88c939;
}
.allowance01 .waterContent__text p {
  background-color: #2986bc;
}
.allowance01 .waterContent__text p:after {
  border-top: 18px solid #2986bc;
}
@media (max-width: 768px) {
  .allowance01 .waterContent__text p:after {
    border-top: 24px solid #2986bc;
  }
}
.allowance01 .waterContent__text ul li .number {
  color: #2986bc;
}

.allowance01-title {
  width: 72%;
  margin: 0 auto 56px;
  padding: 1em;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .allowance01-title {
    width: 84%;
    padding: 1.6em 1em;
  }
}
@media (max-width: 480px) {
  .allowance01-title {
    margin: 0 auto 24px;
  }
}
.allowance01-title:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
@media (max-width: 768px) {
  .allowance01-title:after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
  }
}
.allowance01-title span {
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-size: 34rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .allowance01-title span {
    font-size: 54rem;
  }
}
@media (max-width: 480px) {
  .allowance01-title span {
    font-size: 28rem;
  }
}

.allowance01-price {
  text-align: center;
}
@media (max-width: 768px) {
  .allowance01-price {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .allowance01-price {
    width: 90%;
  }
}
.allowance01-price li {
  font-family: "A-OTF-MaruFoPro";
  font-weight: 700;
  letter-spacing: 0;
}
.allowance01-price li:not(:last-child) {
  padding-bottom: 4%;
  background: radial-gradient(circle farthest-side, #425b8e, #425b8e 40%, transparent 40%, transparent);
  background-size: 12px 12px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (max-width: 768px) {
  .allowance01-price li:not(:last-child) {
    padding-left: 3em;
  }
}
@media (max-width: 480px) {
  .allowance01-price li:not(:last-child) {
    padding-left: 0;
  }
}
.allowance01-price li .jp {
  color: #425b8e;
}
.allowance01-price .normal {
  padding: 1em 0;
}
.allowance01-price .normal span:nth-child(1) {
  font-size: 53rem;
}
@media (max-width: 480px) {
  .allowance01-price .normal span:nth-child(1) {
    font-size: 28rem;
  }
}
.allowance01-price .normal span:nth-child(2) {
  padding-right: 1em;
  font-size: 53rem;
}
@media (max-width: 480px) {
  .allowance01-price .normal span:nth-child(2) {
    font-size: 28rem;
  }
}
.allowance01-price .normal span:nth-child(3), .allowance01-price .normal span:nth-child(4) {
  font-size: 66rem;
}
@media (max-width: 480px) {
  .allowance01-price .normal span:nth-child(3), .allowance01-price .normal span:nth-child(4) {
    font-size: 36rem;
  }
}
.allowance01-price .takeout {
  padding-top: 1em;
}
.allowance01-price .takeout span:nth-child(1) {
  padding-right: 1em;
  font-size: 31rem;
}
@media (max-width: 480px) {
  .allowance01-price .takeout span:nth-child(1) {
    font-size: 22rem;
  }
}
.allowance01-price .takeout span:nth-child(2), .allowance01-price .takeout span:nth-child(3) {
  font-size: 51rem;
}
@media (max-width: 480px) {
  .allowance01-price .takeout span:nth-child(2), .allowance01-price .takeout span:nth-child(3) {
    font-size: 32rem;
  }
}

.allowance02__alert {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto 48px;
  padding: 1.6em;
  gap: 16px;
  background-color: #ffe6f0;
  border: 2px solid #f279a1;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .allowance02__alert {
    width: 90%;
    margin: 0 auto 56px;
    padding: 1em;
  }
}
.allowance02__alert--icon {
  width: 12%;
}
@media (max-width: 480px) {
  .allowance02__alert--icon {
    width: 16%;
  }
}
.allowance02__alert--text {
  font-family: "A-OTF-MaruFoPro";
  font-size: 32rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .allowance02__alert--text {
    font-size: 24rem;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .allowance02__alert--text {
    font-size: 16rem;
  }
}
.allowance02__alert--deco {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  transform: translate(8%, -50%);
  width: 16%;
}
@media (max-width: 480px) {
  .allowance02__alert--deco {
    width: 18%;
  }
}
.allowance02__price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin: 0 auto 48px;
}
@media (max-width: 768px) {
  .allowance02__price {
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .allowance02__price--content {
    margin-bottom: 56px;
  }
}
@media (max-width: 480px) {
  .allowance02__price--content {
    margin-bottom: 32px;
  }
}
.allowance02__price--content:nth-child(1) {
  padding-right: 2.4%;
  background: radial-gradient(circle farthest-side, #f279a1, #f279a1 40%, transparent 40%, transparent);
  background-size: 12px 12px;
  background-repeat: repeat-y;
  background-position: right top;
}
@media (max-width: 768px) {
  .allowance02__price--content:nth-child(1) {
    padding-right: 0;
    background: none;
  }
}
.allowance02__price--content p {
  width: 100%;
}
.allowance02__price--content p:nth-child(1) {
  width: 72%;
  margin: 0 auto 56px;
  padding: 1em;
  position: relative;
  background-color: #f279a1;
  text-align: center;
}
@media (max-width: 768px) {
  .allowance02__price--content p:nth-child(1) {
    margin: 0 auto 48px;
    padding: 1.4em;
  }
}
@media (max-width: 480px) {
  .allowance02__price--content p:nth-child(1) {
    width: 64%;
  }
}
.allowance02__price--content p:nth-child(1):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 18px solid #f279a1;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.allowance02__price--content p:nth-child(1) span {
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-size: 34rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .allowance02__price--content p:nth-child(1) span {
    font-size: 48rem;
  }
}
@media (max-width: 480px) {
  .allowance02__price--content p:nth-child(1) span {
    font-size: 32rem;
  }
}
.allowance02__price--content p:nth-child(2) {
  color: #f279a1;
  font-family: "A-OTF-MaruFoPro";
  font-size: 34rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .allowance02__price--content p:nth-child(2) {
    font-size: 48rem;
  }
}
@media (max-width: 480px) {
  .allowance02__price--content p:nth-child(2) {
    font-size: 28rem;
    letter-spacing: 0;
  }
}
.allowance02__desc {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .allowance02__desc {
    align-items: flex-start;
  }
}
.allowance02__desc--image {
  width: 24%;
  margin-right: 2%;
}
@media (max-width: 768px) {
  .allowance02__desc--image {
    width: 32%;
    margin-right: 4%;
  }
}
.allowance02__desc--text {
  font-family: "A-OTF-MaruFoPro";
  font-size: 36rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .allowance02__desc--text {
    font-size: 42rem;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .allowance02__desc--text {
    font-size: 24rem;
  }
}

.allowance03 {
  margin-top: -32px;
  text-align: center;
}
@media (max-width: 768px) {
  .allowance03 {
    margin-top: 32px;
  }
}
.allowance03__conjunction {
  display: inline-block;
  position: relative;
  margin-bottom: 32px;
  padding: 1rem 1.5rem;
  font-family: "A-OTF-MaruFoPro";
  font-size: 41rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .allowance03__conjunction {
    font-size: 50rem;
  }
}
@media (max-width: 480px) {
  .allowance03__conjunction {
    margin-bottom: 16px;
    font-size: 32rem;
  }
}
.allowance03__conjunction::before, .allowance03__conjunction::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  top: -0.2em;
}
.allowance03__conjunction::before {
  border-left: 3px solid #425b8e;
  left: -36%;
  transform: rotate(-45deg);
}
.allowance03__conjunction::after {
  border-right: 3px solid #425b8e;
  right: -36%;
  transform: rotate(45deg);
}
.allowance03__box {
  width: 80%;
  max-width: 880px;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .allowance03__box {
    width: 90%;
    margin: 0 auto 12px;
  }
}
@media (max-width: 480px) {
  .allowance03__box {
    margin-bottom: 8px;
  }
}
.allowance03__arrow {
  width: 10%;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .allowance03__arrow {
    width: 14%;
    margin: 0 auto 16px;
  }
}
@media (max-width: 480px) {
  .allowance03__arrow {
    margin-bottom: 8px;
  }
}
.allowance03__price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 86%;
  margin: 0 auto 108px;
}
@media (max-width: 768px) {
  .allowance03__price {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 48px;
  }
}
@media (max-width: 480px) {
  .allowance03__price {
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .allowance03__price--content {
    margin-bottom: 64px;
  }
}
@media (max-width: 480px) {
  .allowance03__price--content {
    margin-bottom: 32px;
  }
}
.allowance03__price--content p {
  width: 72%;
  margin: 0 auto;
}
.allowance03__price--content p:nth-child(1) {
  width: 80%;
  margin: 0 auto 48px;
  padding: 1.5em 1em;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .allowance03__price--content p:nth-child(1) {
    margin: 0 auto 48px;
    padding: 1em;
  }
}
@media (max-width: 480px) {
  .allowance03__price--content p:nth-child(1) {
    margin: 0 auto 32px;
  }
}
.allowance03__price--content p:nth-child(1):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.allowance03__price--content p:nth-child(1) span {
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-size: 40rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .allowance03__price--content p:nth-child(1) span {
    font-size: 56rem;
  }
}
@media (max-width: 480px) {
  .allowance03__price--content p:nth-child(1) span {
    font-size: 32rem;
  }
}
.allowance03__price--content p:nth-child(2), .allowance03__price--content p:nth-child(3) {
  font-family: "A-OTF-MaruFoPro";
  font-size: 41rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .allowance03__price--content p:nth-child(2), .allowance03__price--content p:nth-child(3) {
    white-space: nowrap;
    font-size: 56rem;
  }
}
@media (max-width: 480px) {
  .allowance03__price--content p:nth-child(2), .allowance03__price--content p:nth-child(3) {
    font-size: 32rem;
  }
}
.allowance03__price--content p:nth-child(2) {
  margin-bottom: 24px;
}
.allowance03__price--content.greenContent p:nth-child(1) {
  background-color: #88c939;
}
.allowance03__price--content.greenContent p:nth-child(1):after {
  border-top: 18px solid #88c939;
}
.allowance03__price--content.greenContent p:nth-child(2), .allowance03__price--content.greenContent p:nth-child(3) {
  color: #88c939;
}
.allowance03__price--content.waterContent p:nth-child(1) {
  background-color: #2986bc;
}
.allowance03__price--content.waterContent p:nth-child(1):after {
  border-top: 18px solid #2986bc;
}
.allowance03__price--content.waterContent p:nth-child(2), .allowance03__price--content.waterContent p:nth-child(3) {
  color: #2986bc;
}

.allowance04 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .allowance04 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .allowance04 {
    margin-bottom: 56px;
  }
}
.allowance04__title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .allowance04__title {
    margin-bottom: 48rem;
  }
}
@media (max-width: 480px) {
  .allowance04__title {
    margin-bottom: 24px;
  }
}
.allowance04__title span {
  position: relative;
  margin-bottom: 32px;
  padding: 1rem 1.5rem;
  font-family: "A-OTF-MaruFoPro";
  font-size: 49rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .allowance04__title span {
    font-size: 37rem;
  }
}
@media (max-width: 480px) {
  .allowance04__title span {
    font-size: 24rem;
  }
}
.allowance04__title span::before, .allowance04__title span::after {
  position: absolute;
  content: "";
  top: 16%;
  border-top: 32px solid #425b8e;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
@media (max-width: 768px) {
  .allowance04__title span::before, .allowance04__title span::after {
    top: 24%;
    border-top: 24px solid #425b8e;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
}
@media (max-width: 480px) {
  .allowance04__title span::before, .allowance04__title span::after {
    top: 16%;
    border-top: 16px solid #425b8e;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}
.allowance04__title span::before {
  left: -24%;
}
.allowance04__title span::after {
  right: -24%;
}
.allowance04__subTitle {
  margin-bottom: 24px;
  text-align: center;
}
.allowance04__subTitle span {
  padding-bottom: 4px;
  border-bottom: 4px solid #f279a1;
  color: #f279a1;
  font-family: "A-OTF-MaruFoPro";
  font-size: 49rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .allowance04__subTitle span {
    font-size: 40rem;
  }
}
@media (max-width: 480px) {
  .allowance04__subTitle span {
    border-bottom: 2px solid #f279a1;
    font-size: 22rem;
  }
}
.allowance04__banner {
  width: 90%;
  margin: 0 auto 92px;
}
@media (max-width: 768px) {
  .allowance04__banner {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .allowance04__banner {
    margin-bottom: 24px;
  }
}
.allowance04__desc {
  margin-bottom: 32px;
  color: #f279a1;
  font-family: "A-OTF-MaruFoPro";
  font-size: 49rem;
  font-weight: 700;
  line-height: 1.68;
  text-align: center;
}
@media (max-width: 768px) {
  .allowance04__desc {
    font-size: 41rem;
  }
}
@media (max-width: 480px) {
  .allowance04__desc {
    padding: 0 8px;
    font-size: 22rem;
  }
}
.allowance04__subDesc {
  margin-bottom: 48px;
  color: #425b8e;
  font-size: 26rem;
  text-align: center;
}
@media (max-width: 768px) {
  .allowance04__subDesc {
    margin-bottom: 32px;
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .allowance04__subDesc {
    font-size: 18rem;
    line-height: 1.4;
  }
}
.allowance04__box {
  width: 90%;
  margin: 0 auto;
  box-shadow: 0px 0px 8px rgb(220, 220, 220);
}
.allowance04__box--text {
  padding: 0.6em 0;
  background-color: #2986bc;
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-size: 49rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .allowance04__box--text {
    font-size: 35rem;
  }
}
@media (max-width: 480px) {
  .allowance04__box--text {
    font-size: 22rem;
    white-space: nowrap;
  }
}
.allowance04__box--list {
  padding: 1em 4em;
}
@media (max-width: 768px) {
  .allowance04__box--list {
    padding: 0em 2em;
  }
}
@media (max-width: 480px) {
  .allowance04__box--list {
    padding: 1em 1.6em;
  }
}
.allowance04__box--list li {
  padding: 2em;
}
@media (max-width: 768px) {
  .allowance04__box--list li {
    padding: 1em 2em 1em;
  }
}
@media (max-width: 480px) {
  .allowance04__box--list li {
    padding: 1em;
  }
}
.allowance04__box--list li:not(:last-child) {
  padding-bottom: 2.4%;
  background: radial-gradient(circle farthest-side, #f279a1, #f279a1 40%, transparent 40%, transparent);
  background-size: 12px 12px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (max-width: 480px) {
  .allowance04__box--list li:not(:last-child) {
    padding-bottom: 4%;
    background-size: 6px 6px;
  }
}
.allowance04__box--list li span {
  color: #425b8e;
  font-size: 31rem;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 768px) {
  .allowance04__box--list li span {
    font-size: 24rem;
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  .allowance04__box--list li span {
    font-size: 18rem;
  }
}
.allowance04__box--list li span::before {
  position: absolute;
  content: "";
  top: 0%;
  left: -1em;
  width: 0;
  height: 0;
  transform: translateY(50%);
  border-top: 16px solid #425b8e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
@media (max-width: 480px) {
  .allowance04__box--list li span::before {
    transform: translateY(10%);
    border-top: 12px solid #425b8e;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
}

.voice {
  margin-bottom: 96px;
  overflow: hidden;
}
.voice .container {
  zoom: 0.85;
}
@media (max-width: 768px) {
  .voice .container {
    margin-bottom: 48px;
    zoom: 1;
  }
}
.voice .swiper {
  width: 90%;
  max-width: 1030px;
  padding-top: 4em;
  overflow: visible;
}
@media (max-width: 1300px) {
  .voice .swiper {
    overflow: hidden;
    padding-top: 12em;
  }
}
@media (max-width: 768px) {
  .voice .swiper {
    padding-top: 48px;
  }
}
.voice .swiper-pagination {
  position: relative;
  bottom: 0px;
}
.voice .swiper-pagination-bullet-active {
  background-color: #f279a1 !important;
}
.voice .swiper-pagination-bullets {
  gap: 30px !important;
}
@media (max-width: 768px) {
  .voice .swiper-pagination-bullets {
    gap: 0.78125vw !important;
  }
}
.voice .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  margin: 0 10px !important;
  background-color: #ffaecd;
  opacity: 1 !important;
}
@media (max-width: 1300px) {
  .voice .swiper-pagination-bullet {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media (max-width: 768px) {
  .voice .swiper-pagination-bullet {
    width: 2.8645833333vw;
    margin: 1.5625vw !important;
    height: 2.8645833333vw;
  }
}
@media (max-width: 480px) {
  .voice .swiper-pagination-bullet {
    width: 3.1818181818vw;
    height: 3.1818181818vw;
  }
}

.voiceContent {
  padding: 12px;
}
@media (max-width: 480px) {
  .voiceContent {
    padding: 0;
  }
}
.voiceContent__inner {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgb(220, 220, 220);
}
.voiceContent__head {
  border-radius: 16px 16px 0 0;
  padding-top: 32px;
  padding-right: 32%;
  background-color: #f279a1;
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .voiceContent__head {
    padding-top: 16px;
  }
}
.voiceContent__head--name {
  margin-bottom: 16px;
  font-size: 40rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .voiceContent__head--name {
    margin-bottom: 8px;
    font-size: 28rem;
  }
}
@media (max-width: 480px) {
  .voiceContent__head--name {
    margin-bottom: 4px;
    font-size: 22rem;
  }
}
.voiceContent__head--intro {
  padding-bottom: 32px;
  font-size: 21rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .voiceContent__head--intro {
    padding-bottom: 16px;
    font-size: 20rem;
  }
}
@media (max-width: 480px) {
  .voiceContent__head--intro {
    padding-bottom: 8px;
    padding-left: 1em;
    font-size: 16rem;
    letter-spacing: 0;
  }
}
.voiceContent__head--image {
  width: 28%;
  position: absolute;
  bottom: 0%;
  right: 3%;
  transform: translateY(27%);
}
@media (max-width: 768px) {
  .voiceContent__head--image {
    width: 32%;
    top: 0%;
    right: 4%;
    transform: translateY(-24%);
  }
}
@media (max-width: 480px) {
  .voiceContent__head--image {
    width: 30%;
    right: 0;
  }
}
.voiceContent__body01--title {
  padding-left: 8%;
  padding-bottom: 16px;
  background-color: #f279a1;
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-size: 50rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .voiceContent__body01--title {
    padding-bottom: 8px;
    font-size: 34rem;
  }
}
@media (max-width: 480px) {
  .voiceContent__body01--title {
    padding-left: 1em;
    font-size: 24rem;
  }
}
.voiceContent__body01--text {
  padding: 1em 8% 1.4em;
  background-color: #fff;
  color: #425b8e;
  font-size: 22rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 768px) {
  .voiceContent__body01--text {
    padding: 0.8em 8% 0.8em;
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .voiceContent__body01--text {
    padding: 0.8em 4%;
    font-size: 16rem;
  }
}
.voiceContent__body02--title {
  margin-bottom: 24px;
  padding: 16px 8%;
  background-color: #ffaecd;
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-size: 50rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .voiceContent__body02--title {
    margin-bottom: 16px;
    font-size: 34rem;
  }
}
@media (max-width: 480px) {
  .voiceContent__body02--title {
    padding: 8px 4%;
    font-size: 18rem;
  }
}
.voiceContent__body02--text {
  margin-bottom: 48px;
  padding: 4px 8% 0;
  background-color: #fff;
  color: #425b8e;
  font-size: 22rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}
@media (max-width: 768px) {
  .voiceContent__body02--text {
    margin-bottom: 16px;
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .voiceContent__body02--text {
    margin-bottom: 18px;
    padding: 0 4%;
    font-size: 16rem;
  }
}
.voiceContent__foot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 48px;
  padding: 0 10% 32px;
}
@media (max-width: 768px) {
  .voiceContent__foot {
    gap: 8px;
    padding: 0 4% 16px;
  }
}
@media (max-width: 480px) {
  .voiceContent__foot {
    margin-bottom: 32px;
  }
}
.voiceContent__foot--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .voiceContent__foot--content {
    width: 100%;
  }
}
.voiceContent__foot--content p:nth-child(1) {
  margin-bottom: 48px;
  padding: 0.4em;
  position: relative;
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-size: 34rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .voiceContent__foot--content p:nth-child(1) {
    margin-bottom: 24px;
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .voiceContent__foot--content p:nth-child(1) {
    margin-bottom: 16px;
    font-size: 18rem;
  }
}
.voiceContent__foot--content p:nth-child(1):after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
@media (max-width: 768px) {
  .voiceContent__foot--content p:nth-child(1):after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}
.voiceContent__foot--content p:nth-child(2) {
  font-family: "A-OTF-MaruFoPro";
  font-size: 37rem;
  font-weight: 700;
  line-height: 64rem;
  text-align: center;
}
@media (max-width: 768px) {
  .voiceContent__foot--content p:nth-child(2) {
    font-size: 24rem;
    line-height: 41rem;
  }
}
@media (max-width: 480px) {
  .voiceContent__foot--content p:nth-child(2) {
    font-size: 17rem;
  }
}
.voiceContent__foot--content p:nth-child(2) span {
  font-size: 59rem;
}
@media (max-width: 768px) {
  .voiceContent__foot--content p:nth-child(2) span {
    font-size: 41rem;
  }
}
@media (max-width: 480px) {
  .voiceContent__foot--content p:nth-child(2) span {
    font-size: 24rem;
  }
}
.voiceContent__foot--content.greenContent p:nth-child(1) {
  background-color: #88c939;
}
.voiceContent__foot--content.greenContent p:nth-child(1):after {
  border-top: 18px solid #88c939;
}
@media (max-width: 768px) {
  .voiceContent__foot--content.greenContent p:nth-child(1):after {
    border-top: 12px solid #88c939;
  }
}
.voiceContent__foot--content.greenContent p:nth-child(2), .voiceContent__foot--content.greenContent p:nth-child(3) {
  color: #88c939;
}
.voiceContent__foot--content.waterContent p:nth-child(1) {
  background-color: #2986bc;
}
.voiceContent__foot--content.waterContent p:nth-child(1):after {
  border-top: 18px solid #2986bc;
}
@media (max-width: 768px) {
  .voiceContent__foot--content.waterContent p:nth-child(1):after {
    border-top: 12px solid #2986bc;
  }
}
.voiceContent__foot--content.waterContent p:nth-child(2), .voiceContent__foot--content.waterContent p:nth-child(3) {
  color: #2986bc;
}

.voiceContent-tab {
  display: none;
}
@media (max-width: 768px) {
  .voiceContent-tab {
    display: block;
    width: 90%;
    margin: auto;
    padding: 16px 0;
  }
}
.voiceContent-tab .person-card-tab {
  margin-bottom: 20px;
}
.voiceContent-tab .hidden-on-tab {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.voiceContent-tab .voice__more {
  display: flex;
  justify-content: center;
}
.voiceContent-tab .voice__more--button {
  width: clamp(200px, 50%, 400px);
  padding: 10px 20px;
  background-color: #f279a1;
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-size: 33rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 480px) {
  .voiceContent-tab .voice__more--button {
    font-size: 24rem;
  }
}
.voiceContent-tab .visible-on-tab {
  opacity: 1;
}

.flow {
  margin-bottom: 48px;
}
.flow__list {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .flow__list {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .flow__list {
    padding-top: 40px;
  }
}
.flow__list--step {
  width: 100%;
}

.flow-step {
  display: flex;
  width: 90%;
  margin: 0 auto 8px;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  .flow-step {
    width: 100%;
    margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
  }
}
.flow-step__image {
  width: 12%;
}
@media (max-width: 768px) {
  .flow-step__image {
    width: 22%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .flow-step__image {
    width: 24%;
  }
}
.flow-step__box {
  width: 84%;
  padding: 1em 2em;
  box-shadow: 0px 0px 8px rgb(220, 220, 220);
  border-radius: 12px;
  transform: translateY(10%);
}
@media (max-width: 768px) {
  .flow-step__box {
    width: 100%;
    padding: 1em 1em;
    text-align: center;
  }
}
.flow-step__box--text01 {
  margin-bottom: 8px;
  color: #2986bc;
  font-family: "A-OTF-MaruFoPro";
  font-size: 33rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .flow-step__box--text01 {
    font-size: 27rem;
  }
}
@media (max-width: 480px) {
  .flow-step__box--text01 {
    font-size: 22rem;
  }
}
.flow-step__box--text02 {
  color: #425b8e;
  font-size: 23rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .flow-step__box--text02 {
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .flow-step__box--text02 {
    font-size: 19rem;
  }
}

.faq {
  margin-bottom: 80px;
}
.faq__content {
  padding-top: 48px;
}
@media (max-width: 1300px) {
  .faq__content {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .faq__content {
    padding-top: 72px;
  }
}
@media (max-width: 480px) {
  .faq__content {
    padding-top: 48px;
  }
}
.faq__content--item {
  width: 100%;
  max-width: 1124px;
  margin: 0 auto 24px;
  box-shadow: 0px 0px 8px rgb(220, 220, 220);
  border-radius: 12px;
}
@media (max-width: 768px) {
  .faq__content--item {
    margin: 0 auto 32px;
  }
}
.faq__content--item .question {
  padding: 20px;
  padding-right: 52px;
  position: relative;
  font-weight: bold;
}
@media (max-width: 480px) {
  .faq__content--item .question {
    padding: 16px 8px;
  }
}
.faq__content--item .question:hover {
  cursor: pointer;
}
.faq__content--item .question::before {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
}
@media (max-width: 480px) {
  .faq__content--item .question::before {
    right: 8px;
    width: 22px;
    height: 22px;
  }
}
.faq__content--item .question.on::before {
  background-image: url(../img/minus-blue.svg) !important;
}
.faq__content--item .question.on::after {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  height: 8px;
  background: radial-gradient(circle farthest-side, #2986bc, #2986bc 40%, transparent 40%, transparent);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: left bottom;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
.faq__content--item .question p {
  display: flex;
  align-items: center;
}
.faq__content--item .question p span {
  font-family: "A-OTF-MaruFoPro";
  font-weight: 700;
}
.faq__content--item .question p span:first-child {
  padding-right: 1em;
  font-size: 53rem;
}
@media (max-width: 480px) {
  .faq__content--item .question p span:first-child {
    padding-right: 0.8em;
    font-size: 32rem;
  }
}
.faq__content--item .question p span:nth-child(2) {
  color: #425b8e;
  font-size: 33rem;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .faq__content--item .question p span:nth-child(2) {
    font-size: 20rem;
  }
}
.faq__content--item .answer {
  display: none;
  padding: 20px;
  font-size: 23rem;
  line-height: 1.7391304348;
}
@media (max-width: 480px) {
  .faq__content--item .answer {
    font-size: 18rem;
  }
}
.faq__content--item:nth-child(2n+1) .question::before {
  background-image: url(../img/plus-pink.svg);
}
.faq__content--item:nth-child(2n+1) .question p span:first-child {
  color: #f279a1;
}
.faq__content--item:nth-child(2n) .question::before {
  background-image: url(../img/plus-green.svg);
}
.faq__content--item:nth-child(2n) .question p span:first-child {
  color: #88c939;
}

.contact {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .contact {
    padding-bottom: 40px;
  }
}
.contact__text {
  margin-top: 32px;
  font-size: 23rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .contact__text {
    line-height: 1.8;
  }
}
@media (max-width: 480px) {
  .contact__text {
    font-size: 18rem;
  }
}
.contact__text sup {
  padding-top: 0.6em;
  padding-left: 0.2em;
  color: #f279a1;
  font-size: 0.6em;
}

.contactBoxWrapper {
  display: grid;
  width: 90%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  font-family: "A-OTF-MaruFoPro";
}
@media (max-width: 768px) {
  .contactBoxWrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
@media (max-width: 480px) {
  .contactBoxWrapper {
    gap: 24px;
  }
}

.contactBox {
  border-radius: 16px;
  box-shadow: 0px 0px 8px rgb(220, 220, 220);
}
.contactBox__head {
  padding: 8px 0;
  border-radius: 16px 16px 0px 0px;
  color: #fff;
  font-size: 17rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .contactBox__head {
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .contactBox__head {
    font-size: 18rem;
  }
}

.contactBox-line__head {
  background-color: #88c939;
}
.contactBox-line__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 3.2% 4%;
}
@media (max-width: 768px) {
  .contactBox-line__main {
    padding: 3.2% 6%;
  }
}
@media (max-width: 480px) {
  .contactBox-line__main {
    grid-template-columns: 3fr 5fr;
    padding: 3.2% 2%;
  }
}
.contactBox-line__main img {
  width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .contactBox-line__main img {
    width: 72%;
  }
}

.contactLine {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactLine__flex {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 768px) {
  .contactLine__flex {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .contactLine__flex {
    margin-bottom: 8px;
  }
}
.contactLine__flex--text {
  color: #88c939;
  font-family: "A-OTF-MaruFoPro";
  font-size: 27rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .contactLine__flex--text {
    margin-bottom: 16px;
    font-size: 39rem;
  }
}
@media (max-width: 480px) {
  .contactLine__flex--text {
    margin-bottom: 8px;
    font-size: 24rem;
  }
}
.contactLine__flex--image {
  width: 50%;
}
@media (max-width: 768px) {
  .contactLine__flex--image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contactLine__flex--image img {
    width: 100%;
  }
}
.contactLine__id {
  width: 100%;
  border: 4px solid #88c939;
  font-family: "A-OTF-MaruFoPro";
  text-align: center;
}
.contactLine__id--title {
  padding: 4px 0;
  background-color: #88c939;
  color: #fff;
  font-size: 20rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contactLine__id--title {
    font-size: 29rem;
  }
}
@media (max-width: 480px) {
  .contactLine__id--title {
    font-size: 18rem;
  }
}
.contactLine__id--content {
  padding: 4px 0;
  color: #88c939;
  font-size: 25rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contactLine__id--content {
    font-size: 36rem;
  }
}
@media (max-width: 480px) {
  .contactLine__id--content {
    font-size: 24rem;
  }
}

.contactBox-tel__head {
  background-color: #2986bc;
}
.contactBox-tel__main {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #2986bc;
}
@media (max-width: 768px) {
  .contactBox-tel__main {
    padding: 24px 0 48px;
  }
}
@media (max-width: 480px) {
  .contactBox-tel__main {
    padding: 18px 0 40px;
  }
}
.contactBox-tel__main--text01, .contactBox-tel__main--text02 {
  margin-bottom: 16px;
  font-size: 26rem;
}
@media (max-width: 768px) {
  .contactBox-tel__main--text01, .contactBox-tel__main--text02 {
    font-size: 36rem;
  }
}
@media (max-width: 480px) {
  .contactBox-tel__main--text01, .contactBox-tel__main--text02 {
    margin-bottom: 8px;
    font-size: 20rem;
  }
}
.contactBox-tel__main--link {
  margin-bottom: 24px;
  font-size: 35rem;
}
@media (max-width: 768px) {
  .contactBox-tel__main--link {
    font-size: 50rem;
  }
}
@media (max-width: 480px) {
  .contactBox-tel__main--link {
    margin-bottom: 12px;
    font-size: 32rem;
  }
}

/* =============================================
フォーム全体に対して
============================================= */
.form {
  margin-bottom: 6em;
  padding: 0 2em;
}
.form__container {
  width: 90%;
  margin: 0 auto;
}
.form__container--top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0em;
  gap: 4%;
}
.form__container--bottom {
  display: block;
}

/* =============================================
フォーム各項目に対して
============================================= */
.form-box {
  display: block;
  margin-bottom: 48px;
}

.formTop {
  width: 48%;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .formTop {
    width: 100%;
  }
}
.formTop__ttl label {
  color: #425b8e;
  font-family: "A-OTF-MaruFoPro";
  font-size: 29rem;
  letter-spacing: 0.2em;
}
@media (max-width: 480px) {
  .formTop__ttl label {
    font-size: 24rem;
  }
}
.formTop__ttl label sup {
  padding-top: 0.6em;
  padding-left: 0.2em;
  color: #f279a1;
  font-size: 0.6em;
}
.formTop__content {
  margin-top: 32px;
}
@media (max-width: 480px) {
  .formTop__content {
    margin-top: 16px;
    padding-bottom: 4%;
  }
}
.formTop__content input {
  width: 100%;
  padding-bottom: 2.4%;
  background: radial-gradient(circle farthest-side, #2986bc, #2986bc 40%, transparent 40%, transparent);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: left bottom;
  color: #b3b3b3;
  font-size: 18rem;
  text-align: left;
}
@media (max-width: 768px) {
  .formTop__content input {
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .formTop__content input {
    padding-bottom: 4%;
  }
}
.formTop__content input::placeholder {
  color: #b3b3b3;
}
.formTop__content input:valid {
  color: #000;
  letter-spacing: 0.1em;
}

.formBottom {
  width: 100%;
  margin-bottom: 32px;
}
.formBottom__row {
  display: grid;
  grid-template-columns: 1fr 3.2fr;
}
@media (max-width: 768px) {
  .formBottom__row {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.formBottom__ttl label {
  color: #425b8e;
  font-family: "A-OTF-MaruFoPro";
  font-size: 29rem;
  letter-spacing: 0.2em;
}
.formBottom__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .formBottom__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.formBottom__content--list {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .formBottom__content--list {
    margin-bottom: 56px;
  }
}
@media (max-width: 480px) {
  .formBottom__content--list {
    margin-bottom: 24px;
  }
}
.formBottom__content--list input[type=radio] {
  width: 16px;
  height: 16px;
  border: 1px solid #425b8e;
}
@media (max-width: 768px) {
  .formBottom__content--list input[type=radio] {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .formBottom__content--list input[type=radio] {
    width: 18px;
    height: 18px;
  }
}
.formBottom__content--list label {
  padding-left: 1em;
  color: #425b8e;
  font-weight: 400;
  font-size: 19rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .formBottom__content--list label {
    font-size: 35rem;
  }
}
@media (max-width: 480px) {
  .formBottom__content--list label {
    font-size: 20rem;
  }
}

.form-textarea__ttl label {
  font-family: "A-OTF-MaruFoPro";
  font-size: 29rem;
  color: #425b8e;
}
.form-textarea__content {
  margin-top: 32px;
  background: radial-gradient(circle farthest-side, #2986bc, #2986bc 40%, transparent 40%, transparent);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.form-textarea__content textarea {
  width: 100%;
  color: #000;
  font-size: 18rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .form-textarea__content textarea {
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .form-textarea__content textarea {
    font-size: 16rem;
  }
}
.form-textarea__content textarea::placeholder {
  color: #b3b3b3;
  letter-spacing: 0.1em;
}

.error {
  display: block;
  width: 100%;
  padding-top: 0.3em;
  color: red;
  font-size: 16rem;
}
@media (max-width: 480px) {
  .error {
    font-size: 14rem;
  }
}

/* =============================================
フォーム送信ボタンに対して
============================================= */
.form-submit {
  max-width: 366px;
  margin: 4em auto 0;
  border-radius: 4px;
  background-color: #f279a1;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  .form-submit {
    max-width: 220px;
  }
}
.form-submit::after {
  position: absolute;
  content: ">>";
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "A-OTF-MaruFoPro";
  font-size: 24rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .form-submit::after {
    right: 16%;
    font-size: 21rem;
  }
}
.form-submit input {
  width: 100%;
  color: #fff;
  padding: 1em 3.2em;
  font-family: "A-OTF-MaruFoPro";
  font-weight: 700;
  font-size: 29rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .form-submit input {
    padding: 0.4em 2em;
    font-size: 39rem;
  }
}
@media (max-width: 480px) {
  .form-submit input {
    font-size: 24rem;
  }
}
.form-submit input:hover {
  background-color: #686868;
  transition: 0.3s;
}

/* =============================================
recaptchaバッジに対して
============================================= */
.grecaptcha-badge {
  margin-bottom: var(--recaptcha-badge-position);
  z-index: 9999;
}
@media (max-width: 768px) {
  .grecaptcha-badge {
    display: none;
  }
}

@media (min-width: 992px) {
  .grecaptcha-badge {
    margin-bottom: 0;
  }
}
/********************************************
* Now Loading
********************************************/
.form #form-load {
  display: none;
}
.form .loader {
  margin: 0 auto;
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form .load1 {
  animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  text-align: center;
  background-color: #b1b1b1;
  color: #ffffff;
  opacity: 0.8;
  width: 800px;
}
.form .load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.form #result {
  text-align: center;
  margin: 0px auto;
}
@media (max-width: 1300px) {
  .form #result {
    margin: 6.25vw auto;
  }
}
.form #result h4 {
  margin-bottom: 45px;
  font-size: 36px;
}
@media (max-width: 1300px) {
  .form #result h4 {
    margin-bottom: 3.125vw;
    font-size: 3.671875vw;
  }
}
@media (max-width: 768px) {
  .form #result h4 {
    margin-bottom: 4.6875vw;
    font-size: 4.9479166667vw;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
}
.form #result p {
  padding-bottom: 50px;
  font-size: 20px;
}
@media (max-width: 1300px) {
  .form #result p {
    font-size: 2.421875vw;
  }
}
@media (max-width: 768px) {
  .form #result p {
    font-size: 3.90625vw;
    line-height: 1.4;
    padding-bottom: 6.5104166667vw;
  }
}
.form .space {
  height: 30px;
}
@media (max-width: 1300px) {
  .form .space {
    height: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .form .space {
    height: 1.3020833333vw;
  }
}
.form__confirm {
  text-align: center;
}
.form__confirm--title {
  margin-bottom: 1em;
  font-size: 32rem;
}
.form__confirm--text {
  font-size: 24rem;
}
@media (max-width: 480px) {
  .form__confirm--text {
    font-size: 18rem;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 40px;
    background-color: #ffb2d4;
    text-align: center;
  }
  .footer .bgMain, .footer .bgInner {
    background-color: unset;
  }
}
.footer__logo {
  width: 56%;
  margin: 0 auto;
}
.footer__copyright {
  padding: 32px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__copyright {
    color: #fff;
  }
}
@media (max-width: 480px) {
  .footer__copyright {
    font-size: 10rem;
  }
}