@charset "UTF-8";
/*=======================================================
共通
=======================================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input,
select,
textarea {
  vertical-align: top;
}

html {
  font-size: 16px;
}
@media not screen and (min-width: 376px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.6;
  background-color: #fff;
  overflow-wrap: anywhere;
  line-break: strict;
}
body.is-noScroll {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
}

.wrapper {
  overflow-x: clip;
}

@media not screen and (min-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=password] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  padding: 0.4em 0.8em;
  width: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
input[type=radio] + span::before {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
}
input[type=radio] + span::after {
  background-color: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 8px;
}
input[type=radio]:checked + span::after {
  opacity: 1;
}
input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
input[type=checkbox] + span::before {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
}
input[type=checkbox] + span::after {
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 1em;
}
input[type=checkbox]:checked + span::after {
  opacity: 1;
}
input[type=submit] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 1em;
  padding: 0.6em 2em;
  text-decoration: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  outline: none;
}
input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}
textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center right 8px;
  background-size: 16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  cursor: pointer;
  padding: 0.4em 0.8em;
  width: 100%;
}
select::-ms-expand {
  display: none;
}
select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.inner {
  padding-inline: 4%;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 30px;
    max-width: 1200px;
    margin-inline: auto;
  }
}

.heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 1.875rem;
  }
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 64px;
  background-color: #ffe100;
  z-index: 20;
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.header__title-link svg {
  display: block;
}
.header__title-link svg .st0 {
  fill: #ffe100;
}
.header__title-link svg .st1 {
  fill: #e50016;
}

.header__title-logo_s {
  width: 34px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.header__title-logo {
  width: 154px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.header__title-text {
  font-size: 1.125rem;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .header__title-text {
    font-size: 1.375rem;
  }
}

.mv {
  position: relative;
}

.mv__image {
  width: 100%;
  height: 50vh;
  min-height: 380px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv__image {
    height: calc(100vh - 64px - 143px);
    height: calc(var(--vh, 1vh) * 100 - 64px - 143px);
    max-height: 700px;
  }
}
.mv__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.mv__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__content {
  position: absolute;
  bottom: 3.137254902%;
  left: 8%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mv__content {
    bottom: 5.1446945338%;
    left: min(50% - 324px, 20%);
  }
}

.mv__selling-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}

.mv__selling-point {
  color: #fff;
}

.selling-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .selling-point {
    gap: 26px;
  }
}

.selling-point__circle-text {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.1;
  background-image: url(../img/circle-square.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .selling-point__circle-text {
    font-size: 1.25rem;
    width: 70px;
    height: 70px;
  }
}

.selling-point__text {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media screen and (min-width: 768px) {
  .selling-point__text {
    font-size: 4.375rem;
  }
}
.selling-point__text .small {
  font-size: 1.5625rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .selling-point__text .small {
    font-size: 2.1875rem;
  }
}

.selling-point__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.selling-point__text-head {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.0526315789em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.about {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .about {
    padding-block: 70px 50px;
  }
}

@media screen and (min-width: 768px) {
  .about__inner {
    max-width: 1040px;
  }
}

.about__image {
  margin-top: 30px;
  aspect-ratio: 69/35;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about__image {
    margin-top: 50px;
    aspect-ratio: 245/123;
  }
}
.about__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__body {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .about__body {
    margin-top: 30px;
  }
}

.about__text {
  padding-inline: 3.4782608696%;
}
@media screen and (min-width: 768px) {
  .about__text {
    padding-inline: 40px;
  }
}
.about__text p {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .about__text p {
    font-size: 1rem;
  }
}
.about__text p + p {
  margin-top: 12px;
}

.about__button {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__button {
    margin-top: 60px;
  }
}
.about__button a {
  color: #333;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  width: 321px;
  max-width: 100%;
  padding: 22px 10px;
  border-radius: 9999px;
  background-color: #ffcc00;
  -webkit-box-shadow: 0 5px #997a00;
          box-shadow: 0 5px #997a00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .about__button a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.guide__worries {
  padding-block: 50px;
  background-color: #ffcc00;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .guide__worries {
    padding-block: 60px;
  }
}

.guide__worries-image {
  margin-top: 32px;
}

.guide__solution {
  padding-block: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .guide__solution {
    padding-block: 60px;
  }
}

.guide__solution-image img {
  width: 650px;
}

.guide__holiday {
  padding-block: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .guide__holiday {
    padding-block: 60px;
  }
}

.cta {
  padding-block: 50px;
  background-color: #ffcc00;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-block: 60px;
  }
}

@media screen and (min-width: 768px) {
  .cta__inner {
    max-width: 1040px;
  }
}

.cta__selling-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.cta__selling-point {
  color: #e50016;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cta__selling-point {
    font-size: 2.5rem;
  }
}
.cta__selling-point:nth-child(2) .b-small {
  font-size: 0.8125rem;
}
.cta__selling-point .b-small {
  margin-right: 6px;
  display: inline-block;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  vertical-align: middle;
}
.cta__selling-point .r-small {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}

.cta__box {
  margin-top: 32px;
  padding: 20px 3.4782608696% 24px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .cta__box {
    padding: 40px 40px 22px;
  }
}

.cta__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5576323988%;
}
@media screen and (min-width: 768px) {
  .cta__item-row {
    gap: 20px;
  }
}

.cta__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: #29abe2;
  border: 2px solid #333;
  border-radius: 10px;
  padding-block: 8px;
  -webkit-box-shadow: 0 4px 0px #333333;
          box-shadow: 0 4px 0px #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .cta__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-block: 31px;
  }
}
@media screen and (min-width: 768px) {
  .cta__item:last-child {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cta__item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.cta__item img {
  height: 24px;
  display: block;
}

.cta__text {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 1.5rem;
  }
}

.cta__itemTel {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta__itemTel {
    display: block;
    margin-top: 4px;
    font-size: 1rem;
    text-align: center;
  }
  .cta__itemTel a {
    display: inline-block;
    margin-left: 8px;
    font-size: 1.875rem;
    font-weight: 600;
  }
}

.feature {
  padding-block: 60px;
  background-color: #fff;
  background-image: repeating-linear-gradient(45deg, rgba(255, 235, 153, 0.2), rgba(255, 235, 153, 0.2) 8px, transparent 8px, transparent 28px), repeating-linear-gradient(-45deg, rgba(255, 235, 153, 0.2), rgba(255, 235, 153, 0.2) 8px, transparent 8px, transparent 28px);
}
@media screen and (min-width: 768px) {
  .feature {
    padding-block: 100px;
  }
}

.feature__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .feature__boxes {
    gap: 40px;
  }
}

.feature__box {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature__box {
    border-radius: 30px;
  }
}

.feature-box__head-title-wrap {
  padding: 24px 3.4782608696%;
}
@media screen and (min-width: 768px) {
  .feature-box__head-title-wrap {
    padding: 40px;
  }
}

.feature-box__head-title {
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 58px;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .feature-box__head-title {
    font-size: 2.5rem;
    padding-left: 92px;
  }
}
.feature-box__head-title::before {
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: 2px solid #ffcc00;
  border-radius: 50%;
  font-size: 2.125rem;
  color: #ffcc00;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .feature-box__head-title::before {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) {
  .feature-box__head-title::before {
    width: 80px;
    height: 80px;
  }
}
.feature__box:nth-child(1) .feature-box__head-title::before, .feature__box:nth-child(4) .feature-box__head-title::before {
  content: "\f406";
}
.feature__box:nth-child(2) .feature-box__head-title::before {
  content: "\f555";
}
.feature__box:nth-child(3) .feature-box__head-title::before {
  content: "\f017";
}
.feature__box:nth-child(5) .feature-box__head-title::before {
  content: "\f1b9";
}
.feature-box__head-title .small {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .feature-box__head-title .small {
    font-size: 1.875rem;
  }
}

.feature-box__head-image {
  aspect-ratio: 69/40;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature-box__head-image {
    aspect-ratio: 114/49;
    min-height: 410px;
  }
}
.feature-box__head-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-box__head-text-area {
  padding: 20px 3.4782608696%;
}
@media screen and (min-width: 768px) {
  .feature-box__head-text-area {
    padding: 30px 40px;
  }
}

@media screen and (min-width: 768px) {
  .feature-box__head-text {
    max-width: 688px;
    margin-inline: auto;
  }
}
.feature-box__head-text > p {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .feature-box__head-text > p {
    font-size: 1rem;
  }
}

.feature-box__head-emphasis {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .feature-box__head-emphasis {
    margin-top: 30px;
  }
}

.feature-box__head-emphasis-text {
  font-size: 1.625rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature-box__head-emphasis-text {
    font-size: 2.5rem;
  }
}
.feature-box__head-emphasis-text + .feature-box__head-emphasis-text {
  margin-top: 10px;
  color: #e50016;
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .feature-box__head-emphasis-text + .feature-box__head-emphasis-text {
    font-size: 4.375rem;
  }
}

.feature-box__head-selling-point {
  margin-top: 10px;
  color: #e50016;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-box__head-selling-point .selling-point__circle-text {
  color: #fff;
}
.feature-box__head-selling-point .selling-point__text-head {
  text-shadow: none;
}
.feature-box__head-selling-point .selling-point__text {
  text-shadow: none;
}

.feature-box__body {
  padding: 40px 3.4782608696% 60px;
  background-color: #ffeb99;
}
@media screen and (min-width: 768px) {
  .feature-box__body {
    padding: 40px 40px 60px;
  }
}

.feature-box__body-title-wrap {
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .feature-box__body-title-wrap {
    padding-bottom: 83px;
    margin-bottom: 47px;
  }
}

.feature-box__body-title {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature-box__body-title {
    font-size: 2.1875rem;
  }
}
.feature-box__body-title .red {
  color: #e50016;
  font-weight: 600;
}

.feature-box__body-title-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 321px;
}
@media screen and (min-width: 768px) {
  .feature-box__body-title-icon {
    max-width: 480px;
  }
}
.feature-box__body-title-icon svg {
  display: block;
}
.feature-box__body-title-icon svg path {
  stroke: #333;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}

.feature-box__body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 768px) {
  .feature-box__body-list {
    gap: 40px;
    max-width: 920px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .feature__box--type2 .feature-box__body-list {
    max-width: 688px;
  }
}

.feature-box__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .feature-box__body-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.feature__box--type1 .feature-box__body-item {
  gap: 24px;
}
.feature__box--type2 .feature-box__body-item {
  gap: 24px;
}

.feature__box--type1 .feature-box__body-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .feature__box--type1 .feature-box__body-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feature__box--type2 .feature-box__body-top {
  width: 100%;
}

.feature-box__body-heading {
  position: relative;
}
@media screen and (min-width: 768px) {
  .feature__box--type1 .feature-box__body-heading {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 520px;
            flex: 1 0 520px;
    max-width: 688px;
  }
}

.feature-box__body-merit {
  width: 80px;
  height: 80px;
  background-color: #ffcc00;
  border-radius: 50%;
  border: 2px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .feature-box__body-merit {
    width: 120px;
    height: 120px;
    border-width: 3px;
  }
}

.feature-box__body-merit-text {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .feature-box__body-merit-text {
    font-size: 1rem;
  }
}

.feature-box__body-merit-number {
  color: #fff;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .feature-box__body-merit-number {
    font-size: 3.5rem;
  }
}

.feature-box__body-lead {
  width: calc(100% - 50px);
  margin-left: auto;
  border-radius: 12px;
  border: 2px solid #333;
  overflow: hidden;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  .feature-box__body-lead {
    width: calc(100% - 70px);
    border-width: 3px;
  }
}

.feature-box__body-lead1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffe100;
  font-size: 0.875rem;
  line-height: 1;
  padding-inline: 2.5em 5px;
  height: 23px;
}
@media screen and (min-width: 768px) {
  .feature-box__body-lead1 {
    font-size: 1.125rem;
    padding-inline: 60px 10px;
    height: 37px;
  }
}

.feature-box__body-lead2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-weight: 600;
  line-height: 1.5;
  padding-inline: 2.1875em 5px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .feature-box__body-lead2 {
    padding-inline: 60px 10px;
  }
}
.feature__box--type1 .feature-box__body-lead2 {
  font-size: 1rem;
  height: 43px;
}
@media screen and (min-width: 768px) {
  .feature__box--type1 .feature-box__body-lead2 {
    font-size: 1.75rem;
    height: 67px;
  }
}
.feature__box--type2 .feature-box__body-lead2 {
  font-size: 1.125rem;
  height: 66px;
}
@media screen and (min-width: 768px) {
  .feature__box--type2 .feature-box__body-lead2 {
    font-size: 1.75rem;
    height: 104px;
  }
}

.feature-box__body-image {
  aspect-ratio: 321/187;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature-box__body-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px;
    max-width: 688px;
    aspect-ratio: 175/102;
  }
}
.feature-box__body-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-box__body-bottom {
  width: 100%;
}
.feature__box--type1 .feature-box__body-bottom {
  max-width: 688px;
}
.feature-box__body-text {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .feature-box__body-text {
    font-size: 1rem;
  }
}

.feature-box__body-button {
  margin-top: 64px;
  text-align: center;
}

.feature-box__body-button-link {
  display: inline-block;
  padding: 28px 10px;
  width: 100%;
  max-width: 295px;
  font-size: 1.125rem;
  line-height: 1;
  border: 2px solid #333;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(50%, #fff), color-stop(50%, #ffcc00), to(#ffcc00));
  background-image: linear-gradient(to left, #fff 0%, #fff 50%, #ffcc00 50%, #ffcc00 100%);
  background-position: right;
  background-size: 200%;
  position: relative;
  -webkit-transition: background-position 0.2s linear;
  transition: background-position 0.2s linear;
}
@media screen and (min-width: 768px) {
  .feature-box__body-button-link {
    padding: 27px 80px;
    width: auto;
    max-width: 100%;
    font-size: 1.25rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .feature-box__body-button-link:hover {
    background-position: left;
  }
  .feature-box__body-button-link:hover::after {
    right: 13px;
  }
}
.feature-box__body-button-link::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 25px;
  height: 18.4px;
  background-color: #333;
  -webkit-clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
          clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (min-width: 768px) {
  .feature-box__body-button-link::after {
    right: 22px;
  }
}

.footer {
  padding-block: 10px 107px;
  background-color: #e50016;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 10px 153px;
  }
}

.footer__inner {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    text-align: start;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__link {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .footer__link {
    display: block;
    margin-left: auto;
    grid-area: 1/3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__link:hover {
    opacity: 0.7;
  }
}

.footer__copyright {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 0;
    grid-area: 1/2;
    justify-self: center;
  }
}
.footer__copyright small {
  display: block;
  color: #fff;
  font-size: 0.75rem;
}

.footer-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 97px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
  z-index: 40;
}
@media screen and (min-width: 768px) {
  .footer-cta {
    height: 143px;
  }
}

.footer-cta__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-cta__box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-cta__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-cta__info {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-cta__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 49%;
  }
}

.footer-cta__shop {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.footer-cta__selling-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.footer-cta__selling-point {
  color: #e50016;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.footer-cta__selling-point:nth-child(2) .b-small {
  font-size: 0.8125rem;
}
.footer-cta__selling-point .b-small {
  margin-right: 6px;
  display: inline-block;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  vertical-align: middle;
}
.footer-cta__selling-point .r-small {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .footer-cta__list {
    width: 49%;
  }
}

.footer-cta__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .footer-cta__item-row {
    gap: 3.5803795202%;
  }
}

.footer-cta__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: #29abe2;
  border: 2px solid #333;
  border-radius: 10px;
  padding: 10px 5px;
  -webkit-box-shadow: 0 4px 0px #333;
          box-shadow: 0 4px 0px #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .footer-cta__item {
    max-width: 176px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 18px 8px;
  }
}
@media screen and (min-width: 768px) {
  .footer-cta__item:last-child {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-cta__item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.footer-cta__item img {
  height: 24px;
  display: block;
}

.footer-cta__item-text {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer-cta__item-text {
    font-size: 1.125rem;
  }
}

.footer-cta__itemTel {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-cta__itemTel {
    display: block;
    margin-top: 4px;
    font-size: 0.875rem;
    text-align: center;
  }
  .footer-cta__itemTel a {
    display: inline-block;
    margin-left: 8px;
    font-size: 1.875rem;
    font-weight: 600;
  }
}

.pageTop {
  --btn-bottom: 100px;
  position: fixed;
  right: 8px;
  bottom: var(--btn-bottom);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, bottom 0.2s ease;
  transition: opacity 0.3s ease, bottom 0.2s ease;
  z-index: 60;
}
@media screen and (min-width: 768px) {
  .pageTop {
    --btn-bottom: 146px;
    right: 20px;
  }
}
.pageTop.show {
  opacity: 1;
  pointer-events: auto;
}
.pageTop.at-footer {
  position: absolute;
  bottom: auto;
  top: var(--btn-top);
  -webkit-transition: opacity 0.3s ease, top 0.2s ease;
  transition: opacity 0.3s ease, top 0.2s ease;
}

.pageTop__link {
  background-color: #e6b800;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.top {
  position: relative;
}

.top__image {
  aspect-ratio: 128/35;
  width: 100%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
.top__image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.top__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 35%;
     object-position: center 35%;
}
@media not screen and (min-width: 768px) {
  .top__image img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.top__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  z-index: 2;
}

.top__circle {
  width: 77px;
  height: 77px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
}
.top__circle::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon-flow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top__title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .top__title {
    font-size: 2.1875rem;
  }
}

.flow__description {
  padding-block: 30px;
}

.flow__description-text {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .flow__description-text {
    font-size: 1rem;
    max-width: 688px;
    margin-inline: auto;
  }
}

.flow__contents {
  padding-block: 60px;
  background-color: #fff;
  background-image: radial-gradient(circle, rgba(255, 204, 0, 0.2) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(255, 204, 0, 0.2) 1.5px, transparent 1.5px);
  background-repeat: repeat;
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}
@media screen and (min-width: 768px) {
  .flow__contents {
    padding-block: 100px;
  }
}

.flow__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  counter-reset: num;
}
@media screen and (min-width: 768px) {
  .flow__list {
    margin-top: 50px;
  }
}

.flow__item {
  position: relative;
}
.flow__item:last-child {
  margin-top: 64px;
}
.flow__item:nth-last-child(n+3)::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 36.8px;
  height: 50px;
  background-color: #ffcc00;
  -webkit-clip-path: polygon(0 63.2%, 31% 63.2%, 31% 0, 69% 0, 69% 63.2%, 100% 63.2%, 50% 100%);
          clip-path: polygon(0 63.2%, 31% 63.2%, 31% 0, 69% 0, 69% 63.2%, 100% 63.2%, 50% 100%);
  top: calc(100% + 7px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flow__item:nth-last-child(2)::after {
  content: "●●●";
  position: absolute;
  top: calc(100% + 48px);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  font-size: 2rem;
  line-height: 1;
  color: #ffcc00;
}

.flow__item-box {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

.flow__item-head {
  padding: 22px 3.4782608696%;
  background-color: #f0c000;
}
@media screen and (min-width: 768px) {
  .flow__item-head {
    padding: 22px 40px;
  }
}
.flow__item:last-child .flow__item-head {
  background-color: #ffeb99;
}

.flow__item-title {
  font-size: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .flow__item-title {
    font-size: 30px;
  }
}
.flow__item:not(:last-child) .flow__item-title {
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .flow__item:not(:last-child) .flow__item-title {
    gap: 10px;
  }
}
.flow__item:not(:last-child) .flow__item-title::before {
  counter-increment: num;
  content: counter(num, decimal);
  background-color: #fff;
  border-radius: 50%;
  width: 1.5833333333em;
  height: 1.5833333333em;
  display: grid;
  place-items: center;
}
.flow__item:last-child .flow__item-title {
  line-height: 1.5833333333;
}
@media screen and (min-width: 768px) {
  .flow__item:last-child .flow__item-title {
    line-height: 1.6;
  }
}

.flow__item-body {
  padding: 20px 3.4782608696%;
}
@media screen and (min-width: 768px) {
  .flow__item-body {
    padding: 40px;
  }
}

.flow__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .flow__item-inner {
    gap: 30px;
    max-width: 920px;
    margin-inline: auto;
  }
}

.flow__item-lead {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__item-lead {
    font-size: 1.875rem;
  }
}
.flow__item-lead .red {
  color: #e50016;
  font-weight: 600;
}

.flow__item-lead + .flow__item-text {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .flow__item-lead + .flow__item-text {
    font-size: 1rem;
    max-width: 688px;
  }
}
.flow__item-row .flow__item-text {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .flow__item-row .flow__item-text {
    font-size: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.flow__item-cta {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow__item-cta {
    max-width: 688px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 18px;
  }
}

.flow__item-cta-info {
  display: none;
}
@media screen and (min-width: 768px) {
  .flow__item-cta-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flow__item-cta-shop {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.flow__item-cta-selling-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.flow__item-cta-selling-point {
  color: #e50016;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}
.flow__item-cta-selling-point:nth-child(2) .b-small {
  font-size: 0.8125rem;
}
.flow__item-cta-selling-point .b-small {
  margin-right: 6px;
  display: inline-block;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  vertical-align: middle;
}
.flow__item-cta-selling-point .r-small {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}

.flow__item-cta-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .flow__item-cta-item-row {
    gap: 0;
  }
}

.flow__item-cta-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background-color: #29abe2;
  border: 2px solid #333;
  border-radius: 10px;
  padding: 10px 5px;
  -webkit-box-shadow: 0 4px 0px #333;
          box-shadow: 0 4px 0px #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .flow__item-cta-item {
    max-width: 176px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 18px 8px;
  }
}
@media screen and (min-width: 768px) {
  .flow__item-cta-item:last-child {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .flow__item-cta-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.flow__item-cta-item img {
  height: 24px;
  display: block;
}

.flow__item-cta-item-text {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .flow__item-cta-item-text {
    font-size: 1.125rem;
  }
}

.flow__item-cta-itemTel {
  display: none;
}
@media screen and (min-width: 768px) {
  .flow__item-cta-itemTel {
    display: block;
    margin-top: 4px;
    font-size: 0.875rem;
  }
  .flow__item-cta-itemTel a {
    display: inline-block;
    margin-left: 8px;
    font-size: 1.875rem;
    font-weight: 600;
  }
}

.flow__item-attention {
  padding: 20px 12px;
  background-color: #ffe066;
}
@media screen and (min-width: 768px) {
  .flow__item-attention {
    padding: 20px;
    max-width: 688px;
  }
}

.flow__item-attention-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.exclamation-triangle {
  width: 27px;
  height: 23.4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #333;
  line-height: 1;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .exclamation-triangle {
    width: 29px;
    height: 25.1px;
  }
}
.exclamation-triangle > span {
  width: 0.15em;
  height: 0.6em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.375rem;
  padding-top: 0.1em;
}
.exclamation-triangle > span::before, .exclamation-triangle > span::after {
  content: "";
  display: block;
  width: inherit;
  background-color: #ffe066;
}
.exclamation-triangle > span::before {
  margin-bottom: 0.1em;
  height: 0.35em;
  border-radius: 0.025em;
}
.exclamation-triangle > span::after {
  height: 0.15em;
  border-radius: 50%;
}

.flow__item-attention-title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.56;
}
@media screen and (min-width: 768px) {
  .flow__item-attention-title {
    font-size: 1rem;
    line-height: 1.56875;
  }
}

.flow__item-attention-text {
  margin-top: 18px;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .flow__item-attention-text {
    margin-top: 24px;
    font-size: 1rem;
  }
}

.flow__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow__item-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.347826087%;
  }
}
@media screen and (min-width: 768px) {
  .flow__item:nth-child(n+4) .flow__item-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .flow__item-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.flow__item:nth-child(2) .flow__item-image {
  text-align: center;
}
.flow__item:nth-child(n+4) .flow__item-image {
  aspect-ratio: 110/61;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .flow__item:nth-child(n+4) .flow__item-image {
    min-height: 205px;
  }
}
.flow__item:nth-child(n+4) .flow__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .flow__item-check--type1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.flow__item-check--type1 .check__list {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type1 .check__list {
    margin-top: 20px;
  }
}
.flow__item-check--type1 .check__item {
  padding-inline: 12px;
  font-size: 0.9375rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type1 .check__item {
    padding-inline: 20px;
    font-size: 1rem;
  }
}
.flow__item-check--type1 .check__item::before {
  counter-increment: num;
  content: counter(num, decimal) ".";
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 {
    max-width: 688px;
  }
}
.flow__item-check--type2 .check__list {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 .check__list {
    margin-top: 30px;
    gap: 30px;
  }
}
.flow__item-check--type2 .check__item:nth-child(-n+2) .check__item-content, .flow__item-check--type2 .check__item:nth-child(5) .check__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 .check__item:nth-child(-n+2) .check__item-content, .flow__item-check--type2 .check__item:nth-child(5) .check__item-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 .check__item:nth-child(-n+2) .check__item-text, .flow__item-check--type2 .check__item:nth-child(5) .check__item-text {
    width: calc(65% - 15px);
  }
}
.flow__item-check--type2 .check__item-box {
  padding: 20px 10px;
  border: 2px solid #333;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 .check__item-box {
    padding: 20px 18px;
  }
}
.flow__item-check--type2 .check__item-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  padding-left: calc(1em + 6px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 .check__item-title {
    font-size: 1.875rem;
  }
}
.flow__item-check--type2 .check__item-title .small {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 .check__item-title .small {
    font-size: 1.25rem;
  }
}
.flow__item-check--type2 .check__item-title::before {
  counter-increment: num;
  content: counter(num, decimal) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #ffcc00;
}
.flow__item-check--type2 .check__item-content {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 .check__item-content {
    margin-top: 30px;
  }
}
.flow__item-check--type2 .check__item-text {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 .check__item-text {
    font-size: 1rem;
  }
}
.flow__item-check--type2 .check__item-image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 .check__item-image {
    width: calc(35% - 15px);
  }
}
.flow__item-check--type2 .check__item-attention {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 .check__item-attention {
    margin-top: 18px;
    font-size: 0.875rem;
  }
}
.flow__item-check--type2 .check__item-attention::before {
  content: "※";
  position: absolute;
  left: 0.2075em;
}
@media screen and (min-width: 768px) {
  .flow__item-check--type2 .check__item-attention::before {
    left: 0.2078571429em;
  }
}

.check__point {
  padding: 10px;
  background-color: #ffcc00;
  font-size: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .check__point {
    padding: 5px 10px;
    font-size: 1.875rem;
  }
}
.check__point::before {
  content: "";
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .check__point::before {
    width: 30px;
    height: 30px;
  }
}

.check__list {
  counter-reset: num;
}

.check__lead {
  margin-top: 18px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .check__lead {
    margin-top: 30px;
    font-size: 1.875rem;
  }
}
.check__lead .red {
  color: #e50016;
  font-weight: 600;
}

.privacy {
  padding-block: 48px 112px;
}

@media screen and (min-width: 768px) {
  .privacy__inner {
    max-width: 1052px;
  }
}

.privacy__contents-cover {
  border: 1px solid #666;
}
.privacy__contents-cover h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  border-bottom: 1px solid #666;
  padding: 16px 12px 15px;
  background-color: #666;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .privacy__contents-cover h2 {
    padding: 16px 16px 15px;
  }
}

.privacy__contents-cover-block {
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .privacy__contents-cover-block {
    padding: 32px;
  }
}
.privacy__contents-cover-block + .privacy__contents-cover-block {
  padding: 31px 16px 32px;
  border-top: 1px dotted #666;
}
@media screen and (min-width: 768px) {
  .privacy__contents-cover-block + .privacy__contents-cover-block {
    padding: 31px 32px 32px;
  }
}
.privacy__contents-cover-block h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
}

.privacy__contents-cover-block-data {
  line-height: 1.5;
}
.privacy__contents-cover-block-data p + ul {
  margin-top: 24px;
}
.privacy__contents-cover-block-data ul.counter {
  counter-reset: num;
}
.privacy__contents-cover-block-data ul.counter > li {
  padding-left: 24px;
  counter-increment: num;
}
.privacy__contents-cover-block-data ul.counter > li::before {
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy__contents-cover-block-data ul.counter > li + li {
  margin-top: 16px;
}
.privacy__contents-cover-block-data ul.disc > li {
  padding-left: 16px;
}
.privacy__contents-cover-block-data ul.disc > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy__contents-cover-block-data ul li {
  position: relative;
}
.privacy__contents-cover-block-data ul li p + ul,
.privacy__contents-cover-block-data ul li p + p {
  margin-top: 8px;
}
.privacy__contents-cover-block-data ul li a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}