@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,900;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

a:hover,
a:active {
  outline: none;
}

small {
  font-size: 85%;
}

strong,
th {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

body,
select,
input,
textarea {
  color: #333;
}

/* ::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;} */
strong {
  font-weight: bold;
}

img {
  width: 100%;
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media (max-width: 1239px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 760px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2A2A2A;
  line-height: 1.7;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 760px) {
  body {
    font-size: 0.8571428571rem;
  }
}

.inner {
  margin: 0 auto;
  max-width: 70rem;
}
@media (max-width: 760px) {
  .inner {
    padding: 0 20px;
  }
}

a {
  color: #2A2A2A;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
a:hover {
  color: #2A2A2A;
}

li {
  list-style: none;
}

@media (max-width: 760px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 760px) {
  .sp-only {
    display: block;
  }
}

.handwrite {
  font-family: adobe-handwriting-ernie, sans-serif;
  font-weight: 400;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.orange {
  color: #FB6D46;
}

.underline-orange {
  background: linear-gradient(transparent 68%, #FB6D46 32%);
}

.underline-grn {
  background: linear-gradient(transparent 68%, #21C7C7 32%);
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 200;
}

.header-inner {
  padding: 0 2.0625rem;
  display: flex;
  align-items: center;
}
@media (max-width: 760px) {
  .header-inner {
    padding: 0 1.4285714286rem;
  }
}

.header-logo a {
  height: 5rem;
  line-height: 5rem;
  font-size: 1.875rem;
}
@media (max-width: 760px) {
  .header-logo a {
    height: 3.5714285714rem;
    line-height: 3.5714285714rem;
    font-size: 0.8571428571rem;
  }
}

.header-btn {
  margin-left: auto;
  text-align: center;
}
@media (max-width: 760px) {
  .header-btn {
    text-align: right;
  }
}
.header-btn p {
  font-size: 0.75rem;
}
@media (max-width: 760px) {
  .header-btn p {
    font-size: 0.4285714286rem;
  }
}

.header-btn__link {
  background: #21C7C7;
  border: 0.125rem solid #2A2A2A;
  font-weight: bold;
  padding: 0.5rem 2.1875rem;
}
@media (max-width: 760px) {
  .header-btn__link {
    border: 0.0714285714rem solid #2A2A2A;
    padding: 0.4285714286rem 1.0714285714rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.header-btn__link:hover {
  background: #fff;
}

.footer {
  padding: 2.5rem 0 0.625rem;
}
@media (max-width: 760px) {
  .footer {
    padding: 1.4285714286rem 0 0.7142857143rem;
  }
}

.footer-logo {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 760px) {
  .footer-logo {
    font-size: 1.4285714286rem;
  }
}

.footer-list {
  margin: 2.5rem auto 1.875rem;
  display: flex;
  justify-content: center;
  font-size: 1rem;
}
@media (max-width: 760px) {
  .footer-list {
    margin: 1.4285714286rem auto 0.7142857143rem;
    display: block;
    text-align: center;
  }
}

.footer-item:not(:first-child) {
  margin-left: 2.5rem;
}
@media (max-width: 760px) {
  .footer-item:not(:first-child) {
    margin: 0.7142857143rem 0 0;
  }
}

.footer-copyright {
  font-size: 1rem;
  text-align: center;
}
@media (max-width: 760px) {
  .footer-copyright {
    font-size: 0.7142857143rem;
  }
}

.c-ttl {
  font-size: 2.75rem;
  margin: 0 auto;
  width: fit-content;
  position: relative;
  z-index: 5;
  font-weight: 800;
}
@media (max-width: 760px) {
  .c-ttl {
    font-size: 1.5714285714rem;
  }
}
.c-ttl .handwrite {
  position: absolute;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: -0.04em;
  z-index: -1;
}
@media (max-width: 760px) {
  .c-ttl .handwrite {
    font-size: 5.7142857143rem;
  }
}

.mvTtl {
  margin-top: 5rem;
}
@media (max-width: 760px) {
  .mvTtl {
    margin-top: 3.5714285714rem;
  }
}

.mvTtl-ttl {
  background: #2A2A2A;
  padding: 0.75rem 0;
}
@media (max-width: 760px) {
  .mvTtl-ttl {
    padding: 0.4285714286rem 0;
  }
}

.mvTtl-txt {
  width: fit-content;
  font-size: 2.5rem;
  color: #fff;
  margin: 0 auto;
  font-weight: 800;
  position: relative;
  z-index: 10;
}
@media (max-width: 760px) {
  .mvTtl-txt {
    font-size: 1.4285714286rem;
  }
}
.mvTtl-txt .handwrite {
  position: absolute;
  top: -0.75rem;
  left: -8.75rem;
  font-size: 3rem;
  letter-spacing: -0.04em;
  color: #21C7C7;
  transform: rotate(-6deg);
  z-index: -1;
}
@media (max-width: 760px) {
  .mvTtl-txt .handwrite {
    font-size: 1.7142857143rem;
    left: -5rem;
    transform: rotate(-8deg);
    top: -0.4285714286rem;
  }
}

.mv-heading {
  font-size: 2.5rem;
  text-align: center;
  padding: 2.8125rem 0 0;
}
@media (max-width: 760px) {
  .mv-heading {
    font-size: 1.5714285714rem;
    line-height: 1.1;
    padding: 1.7857142857rem 0 0.7142857143rem;
  }
}

.mv-num {
  font-size: 6.75rem;
  line-height: 1;
  display: inline-block;
  padding: 0 0.6875rem 0 0.625rem;
  position: relative;
}
@media (max-width: 760px) {
  .mv-num {
    font-size: 4.2857142857rem;
    padding: 0 0.4285714286rem 0 0.3571428571rem;
  }
}
.mv-num::after {
  position: absolute;
  content: "";
  top: 0.5625rem;
  left: -0.5625rem;
  width: 4.3125rem;
  height: 5.0625rem;
  background: url(../img/svg-1.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .mv-num::after {
    width: 2.7142857143rem;
    height: 3.2142857143rem;
    top: 0.2857142857rem;
    left: 0.1428571429rem;
  }
}
.mv-num::before {
  position: absolute;
  content: "";
  width: 2.6875rem;
  height: 1.8125rem;
  top: -1.5625rem;
  right: -0.625rem;
  background: url(../img/icon-ashirai02-r.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .mv-num::before {
    width: 1.6428571429rem;
    height: 1.1428571429rem;
    top: -0.7142857143rem;
    right: 0;
  }
}

.mv-big {
  font-size: 3.75rem;
  font-weight: 800;
}
@media (max-width: 760px) {
  .mv-big {
    font-size: 2.1428571429rem;
  }
}

.mv-img {
  position: relative;
}
@media (max-width: 760px) {
  .mv-img {
    padding-bottom: 42.6666666667vw;
  }
}

.mv-img__ttl {
  position: absolute;
  font-size: 2.7083333333vw;
  font-weight: 900;
  color: #fff;
  top: 16.40625vw;
  right: 7.8125vw;
  line-height: 1.4;
  text-shadow: 0.15625vw 0.15625vw 0.3125vw rgba(35, 24, 21, 0.75);
}
@media (max-width: 760px) {
  .mv-img__ttl {
    font-size: 5.8666666667vw;
    text-shadow: 0.8vw 0.8vw 1.6vw rgba(35, 24, 21, 0.75);
    top: 30.6666666667vw;
    right: 4vw;
  }
}
.mv-img__ttl span {
  width: 4.6875vw;
  display: inline-block;
  position: absolute;
  top: -5.2083333333vw;
  right: 3.125vw;
}
@media (max-width: 760px) {
  .mv-img__ttl span {
    width: 9.6vw;
    top: -9.3333333333vw;
    right: 5.3333333333vw;
  }
}

.mv-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 79.1666666667vw;
  bottom: -0.8333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 760px) {
  .mv-wrap {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 4vw;
    bottom: 10.6666666667vw;
  }
}

.mv-boxes {
  width: 42.3958333333vw;
  display: flex;
}
@media (max-width: 760px) {
  .mv-boxes {
    width: 100%;
  }
}

.mv-box {
  width: 50%;
  background: #fff;
  position: relative;
  padding: 4.375vw 0.5208333333vw;
  z-index: 5;
}
@media (max-width: 760px) {
  .mv-box {
    padding: 8vw 2.6666666667vw;
  }
}
.mv-box:not(:first-child) {
  margin-left: 1.0416666667vw;
}
@media (max-width: 760px) {
  .mv-box:not(:first-child) {
    margin-left: 4vw;
  }
}
.mv-box::after {
  position: absolute;
  content: "";
  top: 0.5208333333vw;
  left: 0.5208333333vw;
  width: calc(100% - 1.0416666667vw);
  height: calc(100% - 1.0416666667vw);
  border: 0.2083333333vw solid #2A2A2A;
}
@media (max-width: 760px) {
  .mv-box::after {
    top: 1.3333333333vw;
    left: 1.3333333333vw;
    width: calc(100% - 2.6666666667vw);
    height: calc(100% - 2.6666666667vw);
    border: 0.5333333333vw solid #2A2A2A;
  }
}
.mv-box p {
  font-size: 1.6666666667vw;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 760px) {
  .mv-box p {
    font-size: 3.7333333333vw;
  }
}

.mv-box__en {
  font-size: 3.2291666667vw;
  color: #C6C6C6;
  position: absolute;
  transform: rotate(-7deg);
  top: 2.6041666667vw;
  left: 1.3020833333vw;
  z-index: -1;
}
@media (max-width: 760px) {
  .mv-box__en {
    font-size: 7.4666666667vw;
    top: 3.2vw;
    left: 4vw;
  }
}

.mv-btn {
  width: calc(100% - 42.3958333333vw);
  padding-left: 1.8229166667vw;
}
@media (max-width: 760px) {
  .mv-btn {
    width: 85%;
    padding-left: 0;
    max-width: 89.3333333333vw;
    margin: 6.1333333333vw auto 0;
  }
}

.mv-btn__link {
  font-size: 1.6666666667vw;
  text-align: center;
  background: #21C7C7;
  padding: 1.7708333333vw 0;
  position: relative;
  width: 100%;
  font-weight: 800;
  border: 0.2083333333vw solid #2A2A2A;
}
@media (max-width: 760px) {
  .mv-btn__link {
    font-size: 4.8vw;
    border: 0.5333333333vw solid #2A2A2A;
    padding: 4vw 0;
  }
}
.mv-btn__link::before, .mv-btn__link::after {
  position: absolute;
  content: "";
  background: #2A2A2A;
}
.mv-btn__link::before {
  right: -0.7291666667vw;
  top: 0.7291666667vw;
  height: 100%;
  width: 0.2083333333vw;
}
@media (max-width: 760px) {
  .mv-btn__link::before {
    right: -1.8666666667vw;
    top: 1.8666666667vw;
    width: 0.5333333333vw;
  }
}
.mv-btn__link::after {
  bottom: -0.7291666667vw;
  left: 0.7291666667vw;
  height: 0.2083333333vw;
  width: 100%;
}
@media (max-width: 760px) {
  .mv-btn__link::after {
    bottom: -1.8666666667vw;
    left: 1.8666666667vw;
    height: 0.5333333333vw;
  }
}
.mv-btn__link:hover {
  opacity: 0.85;
}

.mv-btn__link {
  animation: skew 2.3s linear infinite;
  transform-origin: center;
  cursor: pointer;
}

/* skewの動きをここで設定 */
@keyframes skew {
  0% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(2deg, 2.2deg);
  }
  10% {
    transform: skew(-1deg, -1deg);
  }
  15% {
    transform: skew(0.5deg, 1.2deg);
  }
  20% {
    transform: skew(-2deg, -1.5deg);
  }
  25% {
    transform: skew(0.9deg, 0.9deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
  40% {
    transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    transform: skew(0.1deg, 0.1deg);
  }
  50% {
    transform: skew(0deg, 0deg);
  }
}
.icon-finger {
  width: 5vw;
  display: inline-block;
  position: absolute;
  right: 0.5208333333vw;
  top: 2.2395833333vw;
  z-index: 5;
}
@media (max-width: 760px) {
  .icon-finger {
    width: 12.8vw;
    right: -6.6666666667vw;
    top: 5.3333333333vw;
  }
}

.btn-b__txt {
  margin-top: 0.9375rem;
  font-size: 0.9375vw;
  text-align: center;
}

.policy {
  margin: 5rem 0;
  padding-top: 3.125rem;
}
@media (max-width: 760px) {
  .policy {
    margin: 3.5714285714rem 0;
    padding-top: 2.1428571429rem;
  }
}

@media (max-width: 760px) {
  .policy-ttl {
    font-size: 1rem;
  }
}

.policy-wrap {
  font-size: 1rem;
}
@media (max-width: 760px) {
  .policy-wrap {
    font-size: 0.9285714286rem;
  }
}

.policy-content {
  margin-top: 3.125rem;
}
@media (max-width: 760px) {
  .policy-content {
    margin-top: 2.1428571429rem;
  }
}

.policy-item {
  margin-top: 2.5rem;
}
@media (max-width: 760px) {
  .policy-item {
    margin-top: 1.7857142857rem;
  }
}

.policy-heading {
  font-weight: bold;
}

.policy-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 760px) {
  .policy-text {
    font-size: 0.8571428571rem;
    margin-top: 0.3571428571rem;
  }
}

.banner {
  padding: 4.0625rem 0 3.125rem;
}
@media (max-width: 760px) {
  .banner {
    padding: 1.7857142857rem 0;
  }
}

.banner-sub {
  font-size: 1.5rem;
  width: fit-content;
  margin: 0 auto 0.9375rem;
  font-weight: 800;
  position: relative;
}
@media (max-width: 760px) {
  .banner-sub {
    font-size: 1rem;
    margin: 0 auto 0.7142857143rem;
  }
}
.banner-sub::before, .banner-sub::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.5rem;
}
@media (max-width: 760px) {
  .banner-sub::before, .banner-sub::after {
    width: 1.2857142857rem;
    height: 1.4285714286rem;
  }
}

.banner-ttl {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 760px) {
  .banner-ttl {
    font-size: 1.5714285714rem;
  }
}
.banner-ttl .montserrat {
  font-size: 3rem;
}
@media (max-width: 760px) {
  .banner-ttl .montserrat {
    font-size: 1.7142857143rem;
  }
}

.banner-btn {
  width: 35%;
  margin: 1.875rem auto 0;
}
@media (max-width: 760px) {
  .banner-btn {
    width: 60%;
  }
}
.banner-btn .mv-btn__link {
  background: #fff;
  animation: none;
  padding: 1.25rem 0;
}
@media (max-width: 760px) {
  .banner-btn .mv-btn__link {
    padding: 0.7142857143rem 0;
    font-size: 1rem;
  }
}
.banner-btn .mv-btn__link span {
  position: absolute;
  transform: translateY(-50%);
  line-height: 1;
  width: 1.625rem;
  right: 2.8125rem;
  top: 48%;
}
@media (max-width: 760px) {
  .banner-btn .mv-btn__link span {
    right: 1.4285714286rem;
    width: 1.1428571429rem;
  }
}

.banner01 {
  background: #F86D46;
  margin-top: 2.8125rem;
}
@media (max-width: 760px) {
  .banner01 {
    margin-top: 0;
  }
}
.banner01 .banner-sub {
  color: #fff;
}
.banner01 .banner-sub::before {
  left: -4.375rem;
  background: url(../img/icon-ashirai-l.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .banner01 .banner-sub::before {
    left: -2.5rem;
  }
}
.banner01 .banner-sub::after {
  right: -4.375rem;
  background: url(../img/icon-ashirai-r.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .banner01 .banner-sub::after {
    right: -2.5rem;
  }
}

.banner02 {
  background: #FDB820;
}
.banner02 .banner-sub {
  color: #fff;
}
.banner02 .banner-sub::before {
  left: -4.375rem;
  background: url(../img/icon-ashirai-grn-l.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .banner02 .banner-sub::before {
    left: -2.5rem;
  }
}
.banner02 .banner-sub::after {
  right: -4.375rem;
  background: url(../img/icon-ashirai-grn-r.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .banner02 .banner-sub::after {
    right: -2.5rem;
  }
}

.issue {
  padding: 5rem 0 3.75rem;
}
@media (max-width: 760px) {
  .issue {
    padding: 2.8571428571rem 0;
  }
}

.issue-ttl {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 760px) {
  .issue-ttl {
    font-size: 1.2857142857rem;
  }
}

.issue-wrap {
  margin: 2.5rem auto 0;
  max-width: 40.1875rem;
  position: relative;
  padding: 5.625rem 0 0;
}
@media (max-width: 760px) {
  .issue-wrap {
    margin: 1.7857142857rem auto 0;
    padding: 3.2142857143rem 0 0;
    max-width: 23.9285714286rem;
  }
}

.issue-balloon {
  position: absolute;
  left: 50%;
  top: 0.625rem;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
@media (max-width: 760px) {
  .issue-balloon {
    top: 0;
  }
}

.issue-heading {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 760px) {
  .issue-heading {
    font-size: 0.8571428571rem;
  }
}

.issue-list {
  margin: 1.875rem auto 0;
  width: fit-content;
}
@media (max-width: 760px) {
  .issue-list {
    margin: 1.0714285714rem auto 0;
  }
}

.issue-item {
  font-size: 1.75rem;
  font-weight: 800;
  list-style: disc;
  margin-left: 1.6875rem;
  line-height: 1.3;
}
@media (max-width: 760px) {
  .issue-item {
    font-size: 1.1428571429rem;
  }
}
.issue-item:not(:first-child) {
  margin-top: 1.25rem;
}
@media (max-width: 760px) {
  .issue-item:not(:first-child) {
    margin-top: 0.7142857143rem;
  }
}

.issue-img {
  max-width: 12.1875rem;
  margin: 11.25rem auto 0;
}
@media (max-width: 760px) {
  .issue-img {
    margin: 5.7142857143rem auto 0;
    max-width: 9.7142857143rem;
  }
}

.method {
  padding: 5rem 0 3.75rem;
}
@media (max-width: 760px) {
  .method {
    padding: 2.8571428571rem 0;
  }
}

.method-ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  line-height: 1.4;
}
@media (max-width: 760px) {
  .method-ttl {
    font-size: 1.2857142857rem;
  }
}
.method-ttl .montserrat {
  font-size: 4.25rem;
  color: #1A416A;
  padding: 0 0.4375rem;
}
@media (max-width: 760px) {
  .method-ttl .montserrat {
    font-size: 2.5714285714rem;
    padding: 0 0.2142857143rem;
  }
}
.method-ttl .big {
  font-size: 5rem;
  line-height: 1;
}
@media (max-width: 760px) {
  .method-ttl .big {
    font-size: 3.4285714286rem;
  }
}

.method-list {
  margin: 2.5rem auto 3.75rem;
  border-top: 0.375rem solid #FDB820;
  border-bottom: 0.375rem solid #FDB820;
  padding: 1.875rem 0;
}
@media (max-width: 760px) {
  .method-list {
    margin: 1.4285714286rem auto 2.1428571429rem;
    border-top: 0.1428571429rem solid #FDB820;
    border-bottom: 0.1428571429rem solid #FDB820;
    padding: 1.0714285714rem 0;
  }
}

.method-item {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 760px) {
  .method-item {
    font-size: 1.2857142857rem;
  }
}
.method-item .sm {
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .method-item .sm {
    font-size: 1rem;
  }
}
.method-item .big {
  font-size: 2.75rem;
  padding: 0 1.25rem 0 0.4375rem;
}
@media (max-width: 760px) {
  .method-item .big {
    font-size: 1.7142857143rem;
    padding: 0 0.7142857143rem 0 0.2142857143rem;
  }
}

.method-heading {
  text-align: center;
  font-weight: bold;
}

.method-img {
  margin: 3.75rem auto 0;
  max-width: 13.125rem;
}
@media (max-width: 760px) {
  .method-img {
    max-width: 10.3571428571rem;
    margin: 2.1428571429rem auto 0;
  }
}

.why {
  background: url(../img/bg-why.webp) no-repeat center center/cover;
  padding: 12.5rem 0 5rem;
}
@media (max-width: 760px) {
  .why {
    padding: 6.4285714286rem 0 3.5714285714rem;
    overflow: hidden;
  }
}

.why-ttl .handwrite {
  color: #fff;
  top: -6.25rem;
  left: -9.375rem;
  transform: rotate(-10deg);
}
@media (max-width: 760px) {
  .why-ttl .handwrite {
    left: -6.0714285714rem;
    top: -2.8571428571rem;
  }
}
@media (max-width: 760px) {
  .why-ttl {
    font-size: 1.5714285714rem;
  }
}

.why-wrap {
  margin-top: 6.25rem;
}
@media (max-width: 760px) {
  .why-wrap {
    margin-top: 4.2857142857rem;
  }
}

.why-img {
  padding: 0.625rem;
  background: #fff;
}
@media (max-width: 760px) {
  .why-img {
    padding: 0.2857142857rem;
  }
}

.why-content {
  margin-top: 5rem;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 760px) {
  .why-content {
    margin-top: 2.5rem;
  }
}
.why-content p:not(:first-child) {
  margin-top: 2.5rem;
}
@media (max-width: 760px) {
  .why-content p:not(:first-child) {
    margin-top: 1.4285714286rem;
  }
}
.why-content span {
  background: linear-gradient(180deg, transparent 65%, #2A2A2A 35%);
}

.point {
  padding: 12.5rem 0 5rem;
}
@media (max-width: 760px) {
  .point {
    padding: 7.1428571429rem 0 2.8571428571rem;
    overflow: hidden;
  }
}

.point-ttl .handwrite {
  top: -3.75rem;
  left: -8.75rem;
  transform: rotate(-10deg);
}
@media (max-width: 760px) {
  .point-ttl .handwrite {
    left: -5.3571428571rem;
    top: -2.5rem;
  }
}

.point-wrap {
  margin-top: 8.75rem;
}
@media (max-width: 760px) {
  .point-wrap {
    margin-top: 5rem;
  }
}

.point-item:not(:first-child) {
  margin-top: 11.25rem;
}
@media (max-width: 760px) {
  .point-item:not(:first-child) {
    margin-top: 6.4285714286rem;
  }
}

.point-num {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
@media (max-width: 760px) {
  .point-num {
    font-size: 0.8571428571rem;
  }
}

.point-num__en {
  font-size: 6rem;
  letter-spacing: -0.04em;
  color: #C6C6C6;
  transform: rotate(-7deg);
  width: fit-content;
  position: absolute;
  z-index: -1;
  top: -5rem;
  left: -1.5625rem;
}
@media (max-width: 760px) {
  .point-num__en {
    font-size: 3.4285714286rem;
    top: -2.8571428571rem;
    left: -1.0714285714rem;
  }
}

.point-heading {
  font-size: 2.25rem;
  font-weight: 800;
}
@media (max-width: 760px) {
  .point-heading {
    font-size: 1.2857142857rem;
  }
}

.point-txt {
  font-weight: bold;
  margin: 2.5rem 0 4.375rem;
}
@media (max-width: 760px) {
  .point-txt {
    margin: 1.4285714286rem 0 3.2142857143rem;
  }
}

.point-boxes {
  margin-top: 4.375rem;
}
@media (max-width: 760px) {
  .point-boxes {
    margin-top: 3.2142857143rem;
  }
}

.point-box {
  background: #F86D46;
  margin-left: 1.125rem;
  position: relative;
}
.point-box:not(:first-child) {
  margin-top: 3.125rem;
}
@media (max-width: 760px) {
  .point-box:not(:first-child) {
    margin-top: 2.1428571429rem;
  }
}
@media (max-width: 760px) {
  .point-box {
    margin-left: 0.6428571429rem;
  }
}
.point-box::after {
  position: absolute;
  content: "";
  top: -0.875rem;
  left: -1.125rem;
  width: 100%;
  height: 100%;
  border: 0.25rem solid #2A2A2A;
}
@media (max-width: 760px) {
  .point-box::after {
    top: -0.5rem;
    left: -0.6428571429rem;
    border: 0.1428571429rem solid #2A2A2A;
  }
}

.point-box__flex {
  display: flex;
  align-items: center;
}

.point-img {
  width: 25rem;
  padding-bottom: 5rem;
}
@media (max-width: 760px) {
  .point-img {
    width: 10rem;
    padding-bottom: 0;
  }
}

.point-content {
  width: calc(100% - 25rem);
  padding-left: 2.5rem;
  padding-right: 3.75rem;
}
@media (max-width: 760px) {
  .point-content {
    width: calc(100% - 10rem);
    padding: 0 1.4285714286rem;
  }
}

.point-content__ttl {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 760px) {
  .point-content__ttl {
    font-size: 1.1428571429rem;
  }
}

.point-content__txt {
  margin-top: 1.25rem;
  font-size: 1rem;
}
@media (max-width: 760px) {
  .point-content__txt {
    margin-top: 1.4285714286rem;
    padding: 0 1.4285714286rem 2.1428571429rem 0.7142857143rem;
  }
}

.instructor-box {
  display: flex;
  align-items: center;
}
.instructor-box:not(:first-child) {
  margin-top: 4.375rem;
}
@media (max-width: 760px) {
  .instructor-box:not(:first-child) {
    margin-top: 3.5714285714rem;
  }
}
.instructor-box:nth-child(odd) .instructor-content {
  padding-left: 1.25rem;
}
@media (max-width: 760px) {
  .instructor-box:nth-child(odd) .instructor-content {
    padding-left: 0;
  }
}
.instructor-box:nth-child(even) {
  flex-direction: row-reverse;
}
.instructor-box:nth-child(even) .instructor-content {
  padding-right: 1.25rem;
}
@media (max-width: 760px) {
  .instructor-box:nth-child(even) .instructor-content {
    padding-right: 0;
  }
}
@media (max-width: 760px) {
  .instructor-box {
    display: block;
    max-width: 28.5714285714rem;
    margin: 0 auto;
  }
}

.instructor-img {
  width: 33.75rem;
}
@media (max-width: 760px) {
  .instructor-img {
    width: 100%;
  }
}

.instructor-content {
  width: calc(100% - 33.75rem);
}
@media (max-width: 760px) {
  .instructor-content {
    width: 100%;
    margin-top: 2.1428571429rem;
  }
}

.instructor-follower {
  font-size: 1rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 760px) {
  .instructor-follower {
    font-size: 0.7142857143rem;
  }
}
.instructor-follower::before, .instructor-follower::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.5rem;
}
@media (max-width: 760px) {
  .instructor-follower::before, .instructor-follower::after {
    width: 1.2857142857rem;
    height: 1.4285714286rem;
  }
}
.instructor-follower::before {
  left: -4.375rem;
  background: url(../img/icon-ashirai-grn-l.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .instructor-follower::before {
    left: -2.5rem;
  }
}
.instructor-follower::after {
  right: -4.375rem;
  background: url(../img/icon-ashirai-grn-r.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .instructor-follower::after {
    right: -2.5rem;
  }
}

.instructor-name {
  font-size: 3.75rem;
  font-weight: 800;
  text-align: center;
  color: #1A416A;
}
@media (max-width: 760px) {
  .instructor-name {
    font-size: 2.5714285714rem;
    line-height: 1.4;
  }
}

.instructor-sns {
  margin-top: 1.25rem;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .instructor-sns {
    margin-top: 0.7142857143rem;
  }
}

.instructor-sns__item:not(:first-child) {
  margin-top: 0.3125rem;
}
@media (max-width: 760px) {
  .instructor-sns__item:not(:first-child) {
    margin-top: 0.3571428571rem;
  }
}
.instructor-sns__item a {
  font-size: 1.125rem;
}
@media (max-width: 760px) {
  .instructor-sns__item a {
    font-size: 0.7857142857rem;
  }
}

.underline {
  text-decoration: underline;
  margin-left: 0.625rem;
}
@media (max-width: 760px) {
  .underline {
    margin-left: 0.3571428571rem;
  }
}

.sns-icon {
  display: inline-block;
  width: 2rem;
}
@media (max-width: 760px) {
  .sns-icon {
    width: 1.1428571429rem;
  }
}

.instructor-txt {
  font-size: 1.125rem;
  font-weight: 400;
  max-width: 30rem;
  margin: 1.875rem auto 0;
}
@media (max-width: 760px) {
  .instructor-txt {
    font-size: 0.8571428571rem;
    max-width: 100%;
    margin: 2.1428571429rem auto 0;
  }
}

.support-box {
  background: #FDB820;
  margin-left: 1.125rem;
  position: relative;
  padding: 4.6875rem 1.375rem;
  z-index: 5;
}
@media (max-width: 760px) {
  .support-box {
    padding: 2.3571428571rem 0.7857142857rem;
    margin-left: 0.6428571429rem;
  }
}
.support-box:not(:first-child) {
  margin-top: 2.8125rem;
}
@media (max-width: 760px) {
  .support-box:not(:first-child) {
    mt: 2.1428571429rem;
  }
}
.support-box::after {
  position: absolute;
  content: "";
  top: -0.875rem;
  left: -1.125rem;
  width: 100%;
  height: 100%;
  border: 0.25rem solid #2A2A2A;
}
@media (max-width: 760px) {
  .support-box::after {
    top: -0.5rem;
    left: -0.6428571429rem;
    border: 0.1428571429rem solid #2A2A2A;
  }
}

.support-num {
  font-size: 10rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -2rem;
  left: -0.75rem;
}
@media (max-width: 760px) {
  .support-num {
    font-size: 5.7142857143rem;
    top: -1.1428571429rem;
    left: -0.4285714286rem;
  }
}

.support-heading {
  font-size: 2.25rem;
  margin-bottom: 1.875rem;
  font-weight: 800;
  z-index: 5;
  position: relative;
}
@media (max-width: 760px) {
  .support-heading {
    font-size: 1.2857142857rem;
    margin-bottom: 1.0714285714rem;
  }
}

.schedule-wrap {
  margin-top: 3.75rem;
}
@media (max-width: 760px) {
  .schedule-wrap {
    margin-top: 2.1428571429rem;
  }
}

.schedule-ttl {
  font-size: 3rem;
  font-weight: 800;
  width: fit-content;
  background: #fff;
  padding: 0 0.625rem;
  position: relative;
  z-index: 5;
  line-height: 1.5;
  margin-bottom: 0.0625rem;
}
@media (max-width: 760px) {
  .schedule-ttl {
    font-size: 1.4285714286rem;
    margin-bottom: 0.0714285714rem;
    padding: 0 0.3571428571rem;
  }
}

.schedule-boxes {
  background: #1A416A;
  margin-left: 1.125rem;
  position: relative;
  padding: 3.75rem 3.125rem;
  display: flex;
}
@media (max-width: 760px) {
  .schedule-boxes {
    display: block;
    margin-left: 0.6428571429rem;
    padding: 2.5rem 2.1428571429rem 2.8571428571rem 1.7857142857rem;
  }
}
.schedule-boxes::after {
  position: absolute;
  content: "";
  top: -0.875rem;
  left: -1.125rem;
  width: 100%;
  height: 100%;
  border: 0.25rem solid #2A2A2A;
}
@media (max-width: 760px) {
  .schedule-boxes::after {
    top: -0.5rem;
    left: -0.6428571429rem;
    border: 0.1428571429rem solid #2A2A2A;
  }
}

.schedule-box01 {
  width: 55%;
}
@media (max-width: 760px) {
  .schedule-box01 {
    width: 100%;
  }
}

.schedule-box02 {
  width: 45%;
}
@media (max-width: 760px) {
  .schedule-box02 {
    width: 100%;
    margin-top: 3.2142857143rem;
  }
}

.schedule-day {
  font-size: 2.5rem;
  font-weight: 800;
  color: #21C7C7;
  margin-bottom: 2.5rem;
}
@media (max-width: 760px) {
  .schedule-day {
    font-size: 1.4285714286rem;
    margin-bottom: 1.0714285714rem;
  }
}

.schedule-item {
  color: #fff;
  font-weight: 800;
  display: flex;
  margin-left: 0.9375rem;
}
@media (max-width: 760px) {
  .schedule-item {
    margin-left: 0.7142857143rem;
  }
}
.schedule-item:not(:first-child) {
  margin-top: 2.1875rem;
}
@media (max-width: 760px) {
  .schedule-item:not(:first-child) {
    margin-top: 1.0714285714rem;
  }
}
.schedule-item dt {
  width: 8.75rem;
}
@media (max-width: 760px) {
  .schedule-item dt {
    font-size: 0.9285714286rem;
    width: 6.4285714286rem;
  }
}
.schedule-item dt p {
  width: fit-content;
  text-decoration: underline;
}
.schedule-item dd {
  font-size: 1.5rem;
  padding-left: 1.25rem;
  width: calc(100% - 8.75rem);
}
@media (max-width: 760px) {
  .schedule-item dd {
    font-size: 1rem;
    padding-left: 0.7142857143rem;
    width: calc(100% - 6.4285714286rem);
  }
}

.plan {
  background: #F86D46;
  padding: 10rem 0 6.25rem;
}
@media (max-width: 760px) {
  .plan {
    padding: 5.7142857143rem 0 3.5714285714rem;
  }
}

.plan-ttl {
  color: #fff;
}
.plan-ttl .handwrite {
  color: #2A2A2A;
  top: -3.75rem;
  left: -8.125rem;
  transform: rotate(-10deg);
}
@media (max-width: 760px) {
  .plan-ttl .handwrite {
    top: -2.1428571429rem;
    left: -4.6428571429rem;
  }
}

.plan-limited {
  text-align: center;
  margin-top: 3.125rem;
  font-size: 2.25rem;
  color: #fff;
}
@media (max-width: 760px) {
  .plan-limited {
    font-size: 1.2857142857rem;
    margin-top: 1.7857142857rem;
  }
}
.plan-limited .montserrat {
  font-size: 6rem;
  line-height: 1;
  display: inline-block;
  padding: 0 0.625rem 0 1.25rem;
  position: relative;
}
@media (max-width: 760px) {
  .plan-limited .montserrat {
    font-size: 3.4285714286rem;
    padding: 0 0.3571428571rem 0 0.7142857143rem;
  }
}
.plan-limited .montserrat::after {
  position: absolute;
  content: "";
  top: 0.4375rem;
  left: 0.6875rem;
  width: 8rem;
  height: 4.625rem;
  background: url(../img/svg-20.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .plan-limited .montserrat::after {
    top: 0.2142857143rem;
    left: 0.3571428571rem;
    width: 4.5714285714rem;
    height: 2.6428571429rem;
  }
}

.plan-wrap {
  margin: 2.5rem auto 0;
  max-width: 45rem;
}
@media (max-width: 760px) {
  .plan-wrap {
    margin: 1.4285714286rem auto 0;
    max-width: 28.5714285714rem;
  }
}

.plan-item:not(:first-child) {
  margin-top: 2.5rem;
}
@media (max-width: 760px) {
  .plan-item:not(:first-child) {
    margin-top: 1.4285714286rem;
  }
}

.plan-heading {
  font-size: 2rem;
  font-weight: 800;
  padding-left: 2.1875rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (max-width: 760px) {
  .plan-heading {
    font-size: 1.1428571429rem;
    padding-left: 1.2857142857rem;
    margin-bottom: 0.7142857143rem;
  }
}
.plan-heading::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8125rem 0 0.8125rem 1.3125rem;
  border-color: transparent transparent transparent #2A2A2A;
}
@media (max-width: 760px) {
  .plan-heading::after {
    border-width: 0.5rem 0 0.5rem 0.7142857143rem;
  }
}

.plan-box {
  display: flex;
  align-items: center;
}

.plan-price {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  width: 10rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 760px) {
  .plan-price {
    font-size: 1rem;
    width: 5rem;
  }
}
.plan-price .montserrat {
  font-size: 4.5rem;
}
@media (max-width: 760px) {
  .plan-price .montserrat {
    font-size: 2.1428571429rem;
  }
}

.plan-arrow {
  width: calc(100% - 21.25rem);
  padding: 0 1.5625rem;
  margin-top: -1.25rem;
}
@media (max-width: 760px) {
  .plan-arrow {
    width: calc(100% - 11.4285714286rem);
    margin-top: -1.4285714286rem;
    padding: 0 1.0714285714rem;
  }
}
.plan-arrow p {
  background: #fff;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 0.4375rem 0 0.8125rem;
  width: fit-content;
  margin: 0 auto;
  font-weight: 800;
  position: relative;
}
@media (max-width: 760px) {
  .plan-arrow p {
    font-size: 0.7142857143rem;
    height: 1.2857142857rem;
    line-height: 1.2857142857rem;
    padding: 0 0.2857142857rem 0 0.4285714286rem;
  }
}
.plan-arrow p::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -0.75rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.125rem 0 1.125rem 0.75rem;
  border-color: transparent transparent transparent #FFFFFF;
}
@media (max-width: 760px) {
  .plan-arrow p::after {
    right: -0.4285714286rem;
    border-width: 0.6428571429rem 0 0.6428571429rem 0.4285714286rem;
  }
}

.plan-campaign {
  font-size: 2.25rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  width: 11.25rem;
  text-align: center;
}
@media (max-width: 760px) {
  .plan-campaign {
    font-size: 1.2857142857rem;
    width: 6.4285714286rem;
  }
}
.plan-campaign .montserrat {
  font-size: 6rem;
  position: relative;
}
@media (max-width: 760px) {
  .plan-campaign .montserrat {
    font-size: 3.4285714286rem;
  }
}
.plan-campaign .montserrat::after {
  position: absolute;
  content: "";
  top: -1.5625rem;
  right: -1.5625rem;
  width: 2.9375rem;
  height: 2rem;
  background: url(../img/icon-ashirai02-r.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .plan-campaign .montserrat::after {
    top: -0.8571428571rem;
    right: -0.8571428571rem;
    width: 1.7142857143rem;
    height: 1.1428571429rem;
  }
}

.plan-campaign01 .montserrat {
  position: relative;
}
.plan-campaign01 .montserrat::before {
  position: absolute;
  content: "";
  width: 6.6875rem;
  height: 4.625rem;
  top: 1rem;
  left: -0.375rem;
  background: url(../img/svg-10.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .plan-campaign01 .montserrat::before {
    width: 3.8571428571rem;
    height: 2.6428571429rem;
    top: 0.5714285714rem;
    left: -0.2142857143rem;
  }
}

.plan-campaign02 .montserrat {
  position: relative;
}
.plan-campaign02 .montserrat::before {
  position: absolute;
  content: "";
  width: 2.375rem;
  height: 4.875rem;
  top: 0.9375rem;
  left: -0.375rem;
  background: url(../img/svg-1.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .plan-campaign02 .montserrat::before {
    width: 1.3571428571rem;
    height: 2.5rem;
    top: 0.6428571429rem;
    left: -0.2142857143rem;
  }
}

.plan-btn {
  width: 32.5rem;
  padding-left: 0;
  margin: 3.75rem auto 0;
}
@media (max-width: 760px) {
  .plan-btn {
    width: 20.9285714286rem;
    margin: 1.4285714286rem auto 0;
  }
}
.plan-btn p {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
}
@media (max-width: 760px) {
  .plan-btn p {
    font-size: 0.7142857143rem;
    margin-top: 0.7142857143rem;
  }
}
.plan-btn .mv-btn__link {
  width: 100%;
}
@media (max-width: 760px) {
  .plan-btn .mv-btn__link {
    font-size: 1.1428571429rem;
    padding: 1.0714285714rem 0;
    border: 0.1071428571rem solid #2A2A2A;
  }
  .plan-btn .mv-btn__link::after {
    height: 0.1071428571rem;
    bottom: -0.4285714286rem;
    right: 0.3571428571rem;
  }
  .plan-btn .mv-btn__link::before {
    width: 0.1071428571rem;
    right: -0.4285714286rem;
    top: 0.3571428571rem;
  }
}
.plan-btn .icon-finger {
  width: 5rem;
  right: -1.25rem;
  top: 2.5rem;
}
@media (max-width: 760px) {
  .plan-btn .icon-finger {
    width: 2.8571428571rem;
    right: -0.7142857143rem;
    top: 1.4285714286rem;
  }
}

.flow {
  padding: 12.5rem 0 5rem;
}
@media (max-width: 760px) {
  .flow {
    padding: 7.1428571429rem 0 2.8571428571rem;
  }
}

.flow-ttl .handwrite {
  color: #21C7C7;
  top: -4.0625rem;
  left: -8.125rem;
  transform: rotate(-10deg);
}
@media (max-width: 760px) {
  .flow-ttl .handwrite {
    top: -2.1428571429rem;
    left: -4.6428571429rem;
  }
}

.flow-wrap {
  margin-top: 8.125rem;
}
@media (max-width: 760px) {
  .flow-wrap {
    margin-top: 4.6428571429rem;
  }
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 760px) {
  .flow-list {
    display: block;
    max-width: 23.9285714286rem;
    margin: 0 auto;
  }
}

.flow-item {
  width: calc(33.3333% - 4.1666666667rem);
}
.flow-item:not(:nth-child(3n+1)) {
  margin-left: 6.25rem;
}
@media (max-width: 760px) {
  .flow-item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
.flow-item:not(:nth-child(3n+1)) .flow-img {
  position: relative;
}
.flow-item:not(:nth-child(3n+1)) .flow-img::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -7.5rem;
  width: 5.3125rem;
  height: 1.625rem;
  background: url(../img/arrow-triple-r.svg) no-repeat center center/contain;
}
@media (max-width: 760px) {
  .flow-item:not(:nth-child(3n+1)) .flow-img::after {
    content: none;
  }
}
.flow-item:nth-child(n+4) {
  margin-top: 5.625rem;
}
@media (max-width: 760px) {
  .flow-item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .flow-item {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .flow-item:not(:first-child) {
    margin-top: 2.1428571429rem;
  }
  .flow-item:not(:first-child) .flow-img {
    position: relative;
  }
  .flow-item:not(:first-child) .flow-img::after {
    position: absolute;
    content: "";
    background: url(../img/arrow-triple-r.svg) no-repeat center center/contain;
    left: 5.3571428571rem;
    width: 3rem;
    height: 0.8571428571rem;
    top: -2.1428571429rem;
    transform: rotate(90deg);
  }
}

.flow-content {
  background: #D4EBF4;
  border-radius: 9.375rem 9.375rem 0 0;
  height: 18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  position: relative;
}
@media (max-width: 760px) {
  .flow-content {
    margin-left: 0.4285714286rem;
    border-radius: 5.3571428571rem 5.3571428571rem 0 0;
    height: 12.1428571429rem;
    width: 11.5714285714rem;
  }
}
.flow-content::after {
  position: absolute;
  content: "";
  top: -0.75rem;
  left: -0.75rem;
  width: 100%;
  height: 100%;
  border: 0.25rem solid #2A2A2A;
  border-radius: 9.375rem 9.375rem 0 0;
}
@media (max-width: 760px) {
  .flow-content::after {
    top: -0.4285714286rem;
    left: -0.4285714286rem;
    border-width: 0.1428571429rem;
    border-radius: 5.3571428571rem 5.3571428571rem 0 0;
  }
}

.flow-en {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 800;
  color: #2A9E9B;
  margin-bottom: 1.5625rem;
}
@media (max-width: 760px) {
  .flow-en {
    font-size: 1.2857142857rem;
  }
}

.flow-heading {
  font-size: 1.75rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  height: 5rem;
}
@media (max-width: 760px) {
  .flow-heading {
    font-size: 1rem;
    height: 2.8571428571rem;
  }
}

.flow-img {
  width: 15.1875rem;
  margin: 1.25rem auto 0;
}
@media (max-width: 760px) {
  .flow-img {
    width: calc(100% - 11.5714285714rem);
    padding-left: 1.0714285714rem;
    margin-bottom: 0.7142857143rem;
  }
}

.qa {
  background: #FDB820;
  padding: 12.5rem 0 5rem;
  overflow: hidden;
}
@media (max-width: 760px) {
  .qa {
    padding: 7.1428571429rem 0 2.8571428571rem;
    overflow: hidden;
  }
}

.qa-ttl .handwrite {
  font-size: 7.5rem;
  display: inline-block;
  width: 67.6875rem;
  color: #fff;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
}
@media (max-width: 760px) {
  .qa-ttl .handwrite {
    font-size: 3.4285714286rem;
    width: 25.6428571429rem;
    top: -3.2142857143rem;
    display: block;
  }
}

@media (max-width: 760px) {
  .qa-handwrite__left {
    display: block;
  }
}

@media (max-width: 760px) {
  .qa-handwrite__right {
    text-align: right;
    display: block;
    margin-top: -1.0714285714rem;
  }
}

.qa-wrap {
  margin-top: 8.75rem;
}
@media (max-width: 760px) {
  .qa-wrap {
    margin-top: 4.2857142857rem;
  }
}

.qa-item:not(:first-child) {
  margin-top: 6.25rem;
}
@media (max-width: 760px) {
  .qa-item:not(:first-child) {
    margin-top: 2.8571428571rem;
  }
}

.qa-mark {
  font-size: 3.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 760px) {
  .qa-mark {
    font-size: 2rem;
  }
}
.qa-mark::after {
  position: absolute;
  content: "";
}

.qa-q {
  font-size: 1.75rem;
  position: relative;
  padding-left: 4.375rem;
  font-weight: 800;
  margin-bottom: 2.8125rem;
}
@media (max-width: 760px) {
  .qa-q {
    font-size: 1rem;
    padding-left: 2.5rem;
    margin-bottom: 1.4285714286rem;
  }
}
.qa-q .qa-mark {
  color: #fff;
}
@media (max-width: 760px) {
  .qa-q .qa-mark {
    transform: none;
    top: -0.9285714286rem;
  }
}
.qa-q .qa-mark::after {
  background: url(../img/svg-q.svg) no-repeat center center/contain;
  width: 3rem;
  height: 3.25rem;
  top: 1.5rem;
  left: -0.1875rem;
}
@media (max-width: 760px) {
  .qa-q .qa-mark::after {
    width: 1.7142857143rem;
    height: 1.8571428571rem;
    top: 0.8571428571rem;
    left: -0.1428571429rem;
  }
}

.qa-a {
  font-size: 1.5rem;
  position: relative;
  padding-left: 4.375rem;
}
@media (max-width: 760px) {
  .qa-a {
    font-size: 0.8571428571rem;
    padding-left: 2.5rem;
  }
}
.qa-a .qa-mark {
  color: #FB6D46;
}
@media (max-width: 760px) {
  .qa-a .qa-mark {
    transform: none;
    top: -0.8571428571rem;
  }
}
.qa-a .qa-mark::after {
  background: url(../img/svg-a.svg) no-repeat center center/contain;
  width: 3.125rem;
  height: 2.5625rem;
  top: 1.4375rem;
  left: -0.4375rem;
}
@media (max-width: 760px) {
  .qa-a .qa-mark::after {
    width: 1.7857142857rem;
    height: 1.5rem;
    top: 0.7857142857rem;
    left: -0.2142857143rem;
  }
}
.qa-a .qa-mark::before {
  position: absolute;
  content: "";
  background: url(../img/arrow-triple-wh-r.svg) no-repeat center center/contain;
  width: 1.5rem;
  height: 1rem;
  top: 0.25rem;
  right: -0.25rem;
}
@media (max-width: 760px) {
  .qa-a .qa-mark::before {
    width: 0.8571428571rem;
    height: 0.5714285714rem;
    top: 0.1428571429rem;
    right: -0.1428571429rem;
  }
}

.media {
  padding: 6.875rem 0 1.25rem;
}
@media (max-width: 760px) {
  .media {
    padding: 1.4285714286rem 0 2.8571428571rem;
  }
}

.media-ttl .media-ttl__en {
  top: -1.875rem;
  left: -3.75rem;
  transform: rotate(-10deg);
  font-size: 6.25rem;
}
@media (max-width: 760px) {
  .media-ttl .media-ttl__en {
    font-size: 2.8571428571rem;
    top: -0.3571428571rem;
    left: -1.4285714286rem;
  }
}

.media-img {
  margin: 3.75rem auto 0;
  max-width: 56.25rem;
}
@media (max-width: 760px) {
  .media-img {
    width: 85%;
    margin: 2.8571428571rem auto 0;
  }
}

.media-more {
  font-size: 1.625rem;
  text-align: center;
  margin-top: 3.75rem;
}
@media (max-width: 760px) {
  .media-more {
    margin-top: 2.1428571429rem;
    font-size: 1.2857142857rem;
  }
}

.cnt {
  padding: 12.5rem 0 5rem;
}
@media (max-width: 760px) {
  .cnt {
    padding: 5.7142857143rem 0 2.8571428571rem;
    overflow: hidden;
  }
}

.cnt-ttl .handwrite {
  top: -3.75rem;
  left: -8.75rem;
  transform: rotate(-10deg);
}
@media (max-width: 760px) {
  .cnt-ttl .handwrite {
    left: -4.6428571429rem;
    top: -1.7857142857rem;
    font-size: 4.1428571429rem;
  }
}

.cnt-wrap {
  margin-top: 6.25rem;
}
@media (max-width: 760px) {
  .cnt-wrap {
    margin-top: 3.5714285714rem;
  }
}

.cnt-form {
  max-width: 56.25rem;
  margin: 0 auto;
}

.cnt-item {
  display: flex;
  align-items: center;
}
@media (max-width: 760px) {
  .cnt-item {
    display: block;
  }
}
.cnt-item:not(:first-child) {
  margin-top: 2.5rem;
}
@media (max-width: 760px) {
  .cnt-item:not(:first-child) {
    margin-top: 1.4285714286rem;
  }
}

.cnt-iem__ttl {
  width: 12.5rem;
}
@media (max-width: 760px) {
  .cnt-iem__ttl {
    width: fit-content;
  }
}

.cnt-item__input {
  width: calc(100% - 12.5rem);
  padding-left: 2.5rem;
}
@media (max-width: 760px) {
  .cnt-item__input {
    width: 100%;
    padding-left: 0;
    margin: 0.7142857143rem 0 0;
  }
}
.cnt-item__input [type=text],
.cnt-item__input [type=email],
.cnt-item__input select {
  width: 100%;
  padding: 0.625rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 760px) {
  .cnt-item__input [type=text],
  .cnt-item__input [type=email],
  .cnt-item__input select {
    padding: 0.3571428571rem;
    font-size: 1rem;
    border-radius: 0.3571428571rem;
    height: 2.8571428571rem;
  }
}
.cnt-item__input select {
  width: 18.75rem;
}
@media (max-width: 760px) {
  .cnt-item__input select {
    width: 17.8571428571rem;
  }
}

.cnt-footer {
  margin-top: 3.75rem;
  text-align: center;
}
@media (max-width: 760px) {
  .cnt-footer {
    margin-top: 2.1428571429rem;
  }
}

.cnt-submit__btn {
  background: #F86D46;
  color: #fff;
  text-align: center;
  border: 1px solid #F86D46;
  padding: 0.625rem 3.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media (max-width: 760px) {
  .cnt-submit__btn {
    padding: 1.0714285714rem 3.5714285714rem;
    font-size: 1.1428571429rem;
    line-height: 1;
  }
}/*# sourceMappingURL=style.css.map */