html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 992px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 1.7361111111vw;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 2.380952381vw;
  }
}

body {
  margin: 0;
  translate: 0.5s all;
  font-family: "Noto Sans JP", sans-serif;
  color: black;
  font-size: 16px;
  line-height: 175%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.nav-open {
  overflow: hidden;
}

div,
section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

.c-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-container {
    padding: 0 32px;
  }
}

.c-lhalf-container {
  max-width: calc(50% + 620px);
  padding-right: 20px;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-lhalf-container {
    padding-right: 32px;
  }
}

.c-rhalf-container {
  max-width: calc(50% + 620px);
  padding-left: 20px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-rhalf-container {
    padding-left: 32px;
  }
}

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

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

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-46 {
  margin-top: 46px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-64 {
  margin-top: 64px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

section {
  position: relative;
}

.s-padding {
  padding: 5.6rem 0;
}

#wrapper {
  position: relative;
  width: 100%;
}

main {
  position: relative;
}

/* input */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
  width: 100%;
  position: relative;
  background: #ffffff;
  border: 1px solid #bbc5cd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.6rem 1.2rem;
  width: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  outline: none;
  border-radius: 4px;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  color: #222222;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b7b7b7;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b7b7b7;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b7b7b7;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #b7b7b7;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select {
  height: 5.6rem;
}

textarea {
  height: 25rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #3c3c3c;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 1.2rem) 50%;
  background-size: 1.2rem 0.8rem;
  background-repeat: no-repeat;
  color: #333;
  z-index: 0;
}
select:has(option:checked:disabled) {
  color: #b7b7b7;
}

.container,
.container-fluid {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .container,
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

picture,
figure {
  position: relative;
  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;
  overflow: hidden;
}
picture img,
figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.primary-btn {
  position: relative;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.8rem;
  background-color: #f6a12b;
  border: 1px solid transparent;
  color: #fff;
  z-index: 0;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.1;
  border-radius: 0.8rem;
  text-align: center;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .primary-btn {
    font-size: 16px;
    padding: 28px;
    border-radius: 8px;
  }
}
.primary-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.primary-btn .arrow {
  position: absolute;
  right: 3.15rem;
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.primary-btn .arrow svg path {
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.primary-btn:hover:not(:disabled) {
  background-color: #fff;
  color: #f6a12b;
  border-color: #f6a12b;
}
.primary-btn:hover:not(:disabled) .arrow {
  -webkit-transform: translate(1rem, -0.5rem);
  transform: translate(1rem, -0.5rem);
}
.primary-btn:hover:not(:disabled) .arrow svg path {
  stroke: #f6a12b;
  -webkit-transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
  transition: 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}
.primary-btn.rounded {
  border-radius: 10rem;
  overflow: hidden;
}

.cover-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes join-banner-slide-up {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes join-banner-slide-up {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 0 24px;
}
header.header .inner-wrapper {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 992px) {
  header.header .inner-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  header.header .inner-wrapper {
    height: 50px;
  }
}
header.header .inner-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
}
@media (max-width: 768px) {
  header.header .inner-wrapper .logo {
    width: 110px;
  }
}
header.header .inner-wrapper .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
header.header .inner-wrapper .nav-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  header.header .inner-wrapper .nav-menu {
    display: none;
  }
}
header.header .inner-wrapper .nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
}
@media (max-width: 1024px) {
  header.header .inner-wrapper .nav-menu ul {
    gap: 18px;
  }
}
header.header .inner-wrapper .nav-menu ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 280%;
  color: #000000;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
header.header .inner-wrapper .nav-menu ul li a:hover {
  color: #f6a12b;
}
header.header .inner-wrapper .header-cta {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 200px;
  height: 40px;
  border-radius: 24px;
  background: #f6a12b;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 280%;
  -webkit-transition:
    background 0.2s ease,
    opacity 0.2s ease;
  transition:
    background 0.2s ease,
    opacity 0.2s ease;
}
@media (max-width: 992px) {
  header.header .inner-wrapper .header-cta {
    display: none;
  }
}
header.header .inner-wrapper .header-cta:hover {
  background: #e08900;
}
header.header .inner-wrapper .menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}
@media (max-width: 992px) {
  header.header .inner-wrapper .menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
header.header .inner-wrapper .menu-toggle img {
  width: 24px;
  height: auto;
  display: block;
}
header.header .inner-wrapper .menu-toggle .icon-close {
  display: none;
}
header.header .inner-wrapper .menu-toggle.is-open .icon-open {
  display: none;
}
header.header .inner-wrapper .menu-toggle.is-open .icon-close {
  display: block;
}
header.header .mobile-nav {
  display: none;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  padding: 24px 16px 32px;
}
@media (max-width: 992px) {
  header.header .mobile-nav {
    display: none;
  }
}
@media (max-width: 992px) {
  header.header .mobile-nav.is-open {
    display: block;
  }
}
header.header .mobile-nav ul {
  display: -ms-grid;
  display: grid;
  gap: 4px;
}
header.header .mobile-nav ul li a {
  display: block;
  padding: 14px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 280%;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
}
header.header .mobile-nav .header-cta {
  margin-top: 24px;
  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;
  width: 100%;
  height: 50px;
  border-radius: 24px;
  background: #f6a12b;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 280%;
}

.float-cta {
  position: fixed;
  right: 0;
  top: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1020;
  border: 2px solid white;
  padding: 20px 16px 20px 16px;
  background: #f6a12b;
  color: #ffffff;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.float-cta:hover {
  background: #e08900;
}
.float-cta .float-cta-text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  text-decoration: none;
  text-wrap-mode: nowrap;
  text-align: left;
}
.float-cta .float-cta-icon {
  display: block;
  width: 30px;
  margin: 14px auto 0;
  position: absolute;
  right: 24px;
  bottom: 18px;
}

.float-cta-sp {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  height: 56px;
  background: #f6a12b;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.float-cta-sp .float-cta-icon {
  width: 24px;
  height: auto;
}

.pc-only-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .pc-only-flex {
    display: none !important;
  }
}

.sp-only-flex {
  display: none !important;
}
@media (max-width: 992px) {
  .sp-only-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

footer.footer {
  position: relative;
  width: 100%;
  min-height: 770px;
  overflow: hidden;
  background: #fea12a;
  color: #ffffff;
}
@media(max-width: 992px) {
  footer.footer {
    padding-bottom: 56px;
  }
}
@media (max-width: 768px) {
  footer.footer {
    min-height: 600px;
  }
}
footer.footer .footer-gradient {
  display: block;
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(57.37deg, #fd9c2c 38.71%, #ffb920 92.46%);
}
@media (max-width: 768px) {
  footer.footer .footer-gradient {
    display: none;
  }
}
footer.footer .footer-smile {
  pointer-events: none;
  position: absolute;
  top: 118px;
  left: -20px;
  width: 493px;
  height: auto;
  z-index: 0;
}
@media (max-width: 768px) {
  footer.footer .footer-smile {
    top: 22px;
    width: 350px;
  }
}
footer.footer .inner-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 136px 0px 16px;
  min-height: 770px;
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  footer.footer .inner-wrapper {
    padding: 128px 40px 20px;
  }
}
@media (max-width: 768px) {
  footer.footer .inner-wrapper {
    min-height: 500px;
    padding: 156px 24px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
footer.footer .inner-wrapper .footer-brand {
  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;
}
footer.footer .inner-wrapper .footer-brand .footer-logo {
  display: block;
  width: 560px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  footer.footer .inner-wrapper .footer-brand .footer-logo {
    width: 240px;
  }
}
footer.footer .inner-wrapper .footer-brand .footer-catch {
  display: block;
  width: 527px;
  max-width: 100%;
  height: auto;
  margin-top: 36px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  footer.footer .inner-wrapper .footer-brand .footer-catch {
    width: 226px;
    margin-top: 20px;
    margin-bottom: 38px;
  }
}
footer.footer .inner-wrapper .footer-text {
  max-width: 520px;
  width: 100%;
  margin: 0 auto 45px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 768px) {
  footer.footer .inner-wrapper .footer-text {
    font-size: 1.5rem;
    line-height: 24px;
  }
}
footer.footer .inner-wrapper .footer-bottom {
  margin-top: auto;
  padding-top: 80px;
  width: 100%;
  /* display: -ms-grid; */
  /* display: grid; */
  /* -ms-grid-columns: 1fr 24px 1fr; */
  /* grid-template-columns: 1fr 1fr; */
  /* gap: 24px; */
  /* -webkit-box-align: end; */
  /* -ms-flex-align: end; */
  /* align-items: end; */
  opacity: 0.9;
}
@media (max-width: 768px) {
  footer.footer .inner-wrapper .footer-bottom {
    /* -ms-grid-columns: 1fr; */
    /* grid-template-columns: 1fr; */
    /* gap: 12px; */
    padding-top: 40px;
    text-align: center;
  }
}
footer.footer .inner-wrapper .footer-bottom .footer-legal {
  text-align: left;
}
footer.footer .inner-wrapper .footer-bottom .footer-legal .legal-link {
  display: grid;
  /* gap: 8px; */
  gap: 8px 64px;
  grid-template-columns: repeat(3, auto);
  /* margin-bottom: 16px; */
  margin-bottom: 32px;
  /* place-content: start; */
  place-content: center;
  place-items: start;
}
@media (max-width: 768px) {
  footer.footer .inner-wrapper .footer-bottom .footer-legal .legal-link {
    gap: 8px;
    grid-template-columns: unset;
    margin-bottom: 16px;
    /* place-content: start; */
  }
}
footer.footer .inner-wrapper .footer-bottom .footer-legal .legal-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 22px;
  color: #ffffff;
  text-underline-offset: 2px;
}
@media (max-width: 768px) {
  footer.footer .inner-wrapper .footer-bottom .footer-legal .legal-link a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer.footer .inner-wrapper .footer-bottom .footer-legal .legal-link a:hover {
  text-decoration: underline;
}
footer.footer
  .inner-wrapper
  .footer-bottom
  .footer-legal
  .legal-link
  a
  .chevron {
  width: 24px;
  height: 24px;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
footer.footer .inner-wrapper .footer-bottom .footer-legal .legal-note {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  footer.footer .inner-wrapper .footer-bottom .footer-legal .legal-note {
    font-size: 1.2rem;
    line-height: 20px;
  }
}
footer.footer .copyright {
  height: 64px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  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;
  background: #333333;
  position: relative;
}
@media (max-width: 992px) {
  footer.footer .copyright {
    height: 56px;
  }
}

section.top-mv {
  position: relative;
  width: 100%;
  margin-top: 60px;
  position: relative;
  width: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../image/mv-pc.webp") no-repeat center center/cover;
  overflow: hidden;
}
@media (max-width: 576px) {
  section.top-mv {
    min-height: 550px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: url("../image/mv-sp.webp") no-repeat center top/cover;
  }
}
@media (max-width: 576px) {
  section.top-mv {
    min-height: 520px;
  }
}
@media (max-width: 768px) {
  section.top-mv {
    margin-top: 50px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
section.top-mv .inner-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper {
    display: block;
    padding-top: 40px;
    padding-bottom: 22px;
  }
}
section.top-mv .inner-wrapper .mv-content {
  width: 100%;
  height: 100%;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.top-mv .inner-wrapper .mv-content .mv-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 1.25;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1024px) {
  section.top-mv .inner-wrapper .mv-content .mv-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper .mv-content .mv-title {
    font-size: 32px;
    text-align: left;
    line-height: 1.35;
  }
}
@media (max-width: 380px) {
  section.top-mv .inner-wrapper .mv-content .mv-title {
    font-size: 3.2rem;
  }
}
section.top-mv .inner-wrapper .mv-content .mv-lead {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 210%;
  color: #ffffff;
  gap: 5px;
}
@media (max-width: 992px) {
  section.top-mv .inner-wrapper .mv-content .mv-lead {
    margin-top: 10px;
    font-size: 24px;
    gap: 0px;
  }
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper .mv-content .mv-lead {
    margin-top: 12px;
    font-size: 20px;
  }
}
section.top-mv .inner-wrapper .mv-content .mv-lead .mv-lead-logo {
  width: 100px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  section.top-mv .inner-wrapper .mv-content .mv-lead .mv-lead-logo {
    height: 45px;
    margin-left: -5px;
  }
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper .mv-content .mv-lead .mv-lead-logo {
    height: 40px;
  }
}
section.top-mv .inner-wrapper .mv-content .mv-lead .mv-lead-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.top-mv .inner-wrapper .mv-content .mv-actions {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 992px) {
  section.top-mv .inner-wrapper .mv-content .mv-actions {
    -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;
  }
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper .mv-content .mv-actions {
    margin-top: 28px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 12px;
  }
}
section.top-mv .inner-wrapper .mv-content .mv-actions .btn-join {
  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;
  width: 100%;
}
@media (max-width: 992px) {
  section.top-mv .inner-wrapper .mv-content .mv-actions .btn-join {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper .mv-content .mv-actions .btn-join {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
section.top-mv
  .inner-wrapper
  .mv-content
  .mv-actions
  .btn-join
  .btn-join-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;
  width: 100%;
  max-width: 240px;
}
@media (max-width: 768px) {
  section.top-mv
    .inner-wrapper
    .mv-content
    .mv-actions
    .btn-join
    .btn-join-content {
    max-width: 100%;
  }
}
section.top-mv
  .inner-wrapper
  .mv-content
  .mv-actions
  .btn-join
  .btn-join-content
  .balloon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -7px;
  padding: 4px 22px;
  background: #ffffff;
  border-radius: 999px;
  color: #f6a12b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3;
  white-space: nowrap;
  z-index: 100;
}
@media (max-width: 1024px) {
  section.top-mv
    .inner-wrapper
    .mv-content
    .mv-actions
    .btn-join
    .btn-join-content
    .balloon {
    padding: 4px 12px;
  }
}
@media (max-width: 992px) {
  section.top-mv
    .inner-wrapper
    .mv-content
    .mv-actions
    .btn-join
    .btn-join-content
    .balloon {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  section.top-mv
    .inner-wrapper
    .mv-content
    .mv-actions
    .btn-join
    .btn-join-content
    .balloon {
    font-size: 1.2rem;
    padding: 3px 14px 4px 14px;
  }
}
section.top-mv
  .inner-wrapper
  .mv-content
  .mv-actions
  .btn-join
  .btn-join-content
  .balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #f6a12b transparent transparent transparent;
}
section.top-mv
  .inner-wrapper
  .mv-content
  .mv-actions
  .btn-join
  .btn-join-content
  .balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
section.top-mv .inner-wrapper .mv-content .mv-actions .btn-document {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
section.top-mv .inner-wrapper .mv-content .mv-actions .btn-primary,
section.top-mv .inner-wrapper .mv-content .mv-actions .btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 240px;
  height: 56px;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition:
    opacity 0.2s ease,
    background 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
@media (max-width: 992px) {
  section.top-mv .inner-wrapper .mv-content .mv-actions .btn-primary,
  section.top-mv .inner-wrapper .mv-content .mv-actions .btn-secondary {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper .mv-content .mv-actions .btn-primary,
  section.top-mv .inner-wrapper .mv-content .mv-actions .btn-secondary {
    max-width: 100%;
    height: 64px;
    font-size: 1.6rem;
  }
}
section.top-mv .inner-wrapper .mv-content .mv-actions .btn-primary .btn-icon,
section.top-mv .inner-wrapper .mv-content .mv-actions .btn-secondary .btn-icon {
  width: 22px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
section.top-mv .inner-wrapper .mv-content .mv-actions .btn-primary:hover,
section.top-mv .inner-wrapper .mv-content .mv-actions .btn-secondary:hover {
  opacity: 0.92;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
section.top-mv .inner-wrapper .mv-content .mv-actions .btn-primary {
  background: #f6a12b;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
section.top-mv .inner-wrapper .mv-content .mv-actions .btn-secondary {
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
section.top-mv .inner-wrapper .mv-merits {
  width: 100%;
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper .mv-merits {
    display: none;
  }
}
section.top-mv .inner-wrapper .mv-merits .merits-inner {
  margin-bottom: -20px;
}
section.top-mv .inner-wrapper .mv-merits .merits-inner .merits-label {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #ffffff;
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper .mv-merits .merits-inner .merits-label {
    color: #f6a12b;
    font-size: 1.8rem;
  }
}
section.top-mv .inner-wrapper .mv-merits .merits-inner .merits-list {
  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: 20px;
}
@media (max-width: 768px) {
  section.top-mv .inner-wrapper .mv-merits .merits-inner .merits-list {
    gap: 16px;
  }
}
section.top-mv
  .inner-wrapper
  .mv-merits
  .merits-inner
  .merits-list
  .merits-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f6a12b;
  color: #ffffff;
  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;
  text-align: center;
  opacity: 0.9;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  section.top-mv
    .inner-wrapper
    .mv-merits
    .merits-inner
    .merits-list
    .merits-item {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 110px;
  }
}
@media (max-width: 576px) {
  section.top-mv
    .inner-wrapper
    .mv-merits
    .merits-inner
    .merits-list
    .merits-item {
    width: 92px;
    height: 92px;
  }
}
section.top-mv
  .inner-wrapper
  .mv-merits
  .merits-inner
  .merits-list
  .merits-item
  span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 576px) {
  section.top-mv
    .inner-wrapper
    .mv-merits
    .merits-inner
    .merits-list
    .merits-item
    span {
    font-size: 1.4rem;
  }
}
section.top-mv
  .inner-wrapper
  .mv-merits
  .merits-inner
  .merits-list
  .merits-item
  .price {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  section.top-mv
    .inner-wrapper
    .mv-merits
    .merits-inner
    .merits-list
    .merits-item
    .price {
    font-size: 3.2rem;
  }
}
section.top-mv
  .inner-wrapper
  .mv-merits
  .merits-inner
  .merits-list
  .merits-item
  .install {
  font-size: 2rem;
}
@media (max-width: 768px) {
  section.top-mv
    .inner-wrapper
    .mv-merits
    .merits-inner
    .merits-list
    .merits-item
    .install {
    font-size: 1.6rem;
  }
}

section.mv-mobile-inner {
  display: none;
  width: 100%;
}
@media (max-width: 992px) {
  section.mv-mobile-inner {
    display: block;
  }
}
section.mv-mobile-inner .join-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 64px;
  background: #f6a12b;
  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;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 992px) {
  section.mv-mobile-inner .join-banner {
    -webkit-animation: join-banner-slide-up 0.5s cubic-bezier(0.22, 1, 0.36, 1)
      forwards;
    animation: join-banner-slide-up 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
}
section.mv-mobile-inner .join-banner .join-banner-inner {
  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: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #ffffff;
}
section.mv-mobile-inner .join-banner .join-banner-inner img {
  width: 20px;
}
section.mv-mobile-inner .join-banner:hover {
  background: #fcac3c;
}
section.mv-mobile-inner .mv-merits {
  display: none;
  margin-top: 15px;
  width: 100%;
  -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;
}
@media (max-width: 768px) {
  section.mv-mobile-inner .mv-merits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.mv-mobile-inner .mv-merits .merits-inner .merits-label {
  margin-top: 24px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  color: #f6a12b;
  font-size: 1.8rem;
}
section.mv-mobile-inner .mv-merits .merits-inner .merits-list {
  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: 16px;
}
section.mv-mobile-inner .mv-merits .merits-inner .merits-list .merits-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f6a12b;
  color: #ffffff;
  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;
  text-align: center;
  opacity: 0.9;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  section.mv-mobile-inner .mv-merits .merits-inner .merits-list .merits-item {
    width: 100px;
    height: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 110px;
  }
}
@media (max-width: 576px) {
  section.mv-mobile-inner .mv-merits .merits-inner .merits-list .merits-item {
    width: 92px;
    height: 92px;
  }
}
section.mv-mobile-inner
  .mv-merits
  .merits-inner
  .merits-list
  .merits-item
  span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (max-width: 576px) {
  section.mv-mobile-inner
    .mv-merits
    .merits-inner
    .merits-list
    .merits-item
    span {
    font-size: 1.4rem;
  }
}
section.mv-mobile-inner
  .mv-merits
  .merits-inner
  .merits-list
  .merits-item
  .price {
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  section.mv-mobile-inner
    .mv-merits
    .merits-inner
    .merits-list
    .merits-item
    .price {
    font-size: 3.2rem;
  }
}
section.mv-mobile-inner
  .mv-merits
  .merits-inner
  .merits-list
  .merits-item
  .install {
  font-size: 2rem;
}
@media (max-width: 768px) {
  section.mv-mobile-inner
    .mv-merits
    .merits-inner
    .merits-list
    .merits-item
    .install {
    font-size: 1.6rem;
  }
}

section.about {
  width: 100%;
  padding: 80px 24px 50px;
}
@media (max-width: 768px) {
  section.about {
    padding: 40px 24px 50px;
  }
}
section.about .inner-wrapper {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 992px) {
  section.about .inner-wrapper {
    /* gap: 20px; */
    display: block;
  }
}
section.about .inner-wrapper .content-container {
  width: 100%;
  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;
}
@media (max-width: 992px) {
  section.about .inner-wrapper .content-container {
    align-items: center;
  }
}
section.about .inner-wrapper .content-container .content-container-inner {
  width: 100%;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  section.about .inner-wrapper .content-container .content-container-inner {
    align-items: center;
    max-width: 840px;
  }
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .first-section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 992px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .first-section-title {
      text-align: center;
    }
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .first-section-title::before {
  content: "ABOUT TIPPY";
  display: block;
  top: 0;
  left: 0;
  color: #fb9f29;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.3rem;
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.8;
  color: #000000;
  margin-top: 20px;
}
@media (max-width: 768px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .description {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media (max-width: 992px) {
  section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .description br {
    display: none;
  }
}
@media (max-width: 768px) {
  section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .description br {
    display: block;
  }
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .flow-container {
  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;
  margin-top: 36px;
  width: 100%;
}
@media (max-width: 768px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container {
    margin: 32px auto 0;
    max-width: 345px;
  }
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .flow-container
  .flow-list {
  width: 100%;
  gap: 1.4em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list {
    gap: 2em;
    grid-template-columns: 1fr;
  }
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .flow-container
  .flow-list
  .flow-item {
  width: 135px;
  border-radius: 8px;
  border: 1px solid #c7c7c7;
  padding: 24px 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 1rem;
}
@media (max-width: 992px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item {
    width: 100%;
    height: 100%;
    gap: 2rem;
    padding: 32px 12px;
  }
}
@media (max-width: 768px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item {
    padding: 24px 12px;
  }
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .flow-container
  .flow-list
  .flow-item:not(:first-child)::before {
  aspect-ratio: 1;
  background: url('../../assets/image/icons/arrow_right.svg') no-repeat center/contain;
  content: "";
  height: .8em;
  left: -.8em;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
}
@media (max-width: 992px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item:not(:first-child)::before {
    left: -.5em;
  }
}
@media (max-width: 768px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item:not(:first-child)::before {
    height: 2.4rem;
    left: 50%;
    top: -2.8rem;
    transform: translateX(-50%) rotate(90deg);
  }
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .flow-container
  .flow-list
  .flow-item
  .number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #ef7e00;
  background: #fff1db;
  width: 30px;
  min-height: 30px;
  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;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item
    .number {
    width: 3rem;
    min-height: 3rem;
    font-size: 2rem;
    font-weight: 500;
  }
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .flow-container
  .flow-list
  .flow-item
  .head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
  height: calc(2em * 1.3);
}
@media (max-width: 992px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item
    .head {
    font-size: 14px;
    height: auto;
  }
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item
    .head br {
      display: none;
    }
}
@media (max-width: 768px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item
    .head {
    font-size: 1.8rem;
  }
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .flow-container
  .flow-list
  .flow-item
  .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
  height: 100%;
  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;
}
@media (max-width: 992px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item
    .text {
    width: 60%;
  }
}
@media (max-width: 768px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item
    .text {
    width: 65%;
  }
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .flow-container
  .flow-list
  .flow-item
  .img {
    aspect-ratio: 1;
    height: 64px;
    margin: 0 auto;
}
@media (max-width: 992px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item
    .img {
      bottom: 1rem;
      position: absolute;
      right: .5rem;
  }
}
@media (max-width: 768px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item
    .img {
      height: 88px;
  }
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-list
    .flow-item
    .img 
    img {
      height: 100%;
      width: 100%;
  }
}
section.about
  .inner-wrapper
  .content-container
  .content-container-inner
  .flow-container
  .flow-text {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #404040;
  margin-top: 24px;
}
@media (max-width: 992px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-text {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  section.about
    .inner-wrapper
    .content-container
    .content-container-inner
    .flow-container
    .flow-text {
    font-size: 1.2rem;
    margin-top: 18px;
  }
}
section.about .inner-wrapper .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 88px;
}
@media (max-width: 992px) {
  section.about .inner-wrapper .image-container {
    margin-top: 40px;
    justify-content: center;
  }
}
section.about .inner-wrapper .image-container .image-container-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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 992px) {
  section.about .inner-wrapper .image-container .image-container-inner {
    max-width: 460px;
  }
}
@media (max-width: 768px) {
  section.about .inner-wrapper .image-container .image-container-inner {
    max-width: 100%;
  }
}
section.about
  .inner-wrapper
  .image-container
  .image-container-inner
  .image-block {
  width: 100%;
  border-radius: 8px;
  height: auto;
}
section.about
  .inner-wrapper
  .image-container
  .image-container-inner
  .image-block
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.about
  .inner-wrapper
  .image-container
  .image-container-inner
  .image-description {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  margin-top: 12px;
  text-align: left;
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 992px) {
  section.about
    .inner-wrapper
    .image-container
    .image-container-inner
    .image-description {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  section.about
    .inner-wrapper
    .image-container
    .image-container-inner
    .image-description {
    margin-top: 32px;
  }
}

.section-title {
  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;
}
.section-title .banner {
  font-family: "Noto Sans JP", sans-serif;
  color: #fb9f29;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.3rem;
}
.section-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #000000;
}
.section-title .note {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #797979;
}

section.merit {
  width: 100%;
  padding: 80px 24px;
  background: #f8f4ef;
}
@media (max-width: 768px) {
  section.merit {
    padding: 50px 24px;
  }
}
section.merit .inner-wrapper {
  max-width: 1130px;
  margin: 0 auto;
  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: 40px;
}
section.merit .inner-wrapper .section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
}
section.merit .inner-wrapper .content-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 992px) {
  section.merit .inner-wrapper .content-container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  section.merit .inner-wrapper .content-container {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.merit .inner-wrapper .content-container .staff-container {
  width: 100%;
  background: #24201b;
  border-radius: 28px;
  padding: 30px 24px 40px;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  section.merit .inner-wrapper .content-container .staff-container {
    padding: 32px 20px 32px 20px;
  }
}
section.merit .inner-wrapper .content-container .staff-container .block-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fb9f29;
  background: #3e3a36;
  text-align: center;
  border-radius: 25px;
  padding: 8px;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.merit .inner-wrapper .content-container .staff-container .desc1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
  margin-top: 14px;
}
@media (max-width: 768px) {
  section.merit .inner-wrapper .content-container .staff-container .desc1 {
    font-size: 18px;
    margin-top: 20px;
  }
}
section.merit .inner-wrapper .content-container .staff-container .desc2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
  margin-top: 18px;
}
section.merit .inner-wrapper .content-container .staff-container .list {
  width: 100%;
  margin-top: 24px;
  display: grid;
  gap: 16px;
}
@media (max-width: 768px) {
  section.merit .inner-wrapper .content-container .staff-container .list {
    gap: 14px;
    margin-top: 32px;
  }
}
section.merit
  .inner-wrapper
  .content-container
  .staff-container
  .list
  .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
section.merit
  .inner-wrapper
  .content-container
  .staff-container
  .list
  .list-item
  .check-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 4px;
  background: #3e3a36;
  display: grid;
  place-content: center;
  place-items: center;
}
section.merit
  .inner-wrapper
  .content-container
  .staff-container
  .list
  .list-item
  .check-icon
  img {
  height: 100%;
  object-fit: contain;
  transform: translateX(.5rem);
  width: 100%;
}
section.merit
  .inner-wrapper
  .content-container
  .staff-container
  .list
  .list-item
  .list-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 768px) {
  section.merit
    .inner-wrapper
    .content-container
    .staff-container
    .list
    .list-item
    .list-text {
    font-size: 1.4rem;
  }
}
section.merit .inner-wrapper .content-container .store-container {
  width: 100%;
  background: #ffffff;
  border-radius: 28px;
  padding: 30px 24px 40px;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  section.merit .inner-wrapper .content-container .store-container {
    padding: 32px 20px 32px 20px;
  }
}
section.merit .inner-wrapper .content-container .store-container .block-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fb9f29;
  background: #fff1db;
  text-align: center;
  border-radius: 25px;
  padding: 8px;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.merit .inner-wrapper .content-container .store-container .desc1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
  color: #000000;
  text-align: left;
  margin-top: 14px;
}
@media (max-width: 768px) {
  section.merit .inner-wrapper .content-container .store-container .desc1 {
    font-size: 18px;
    margin-top: 20px;
  }
}
section.merit .inner-wrapper .content-container .store-container .desc2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #000000;
  text-align: left;
  margin-top: 18px;
}
section.merit .inner-wrapper .content-container .store-container .list {
  width: 100%;
  margin-top: 24px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  section.merit .inner-wrapper .content-container .store-container .list {
    gap: 14px;
    margin-top: 32px;
  }
}
@media (max-width: 576px) {
  section.merit .inner-wrapper .content-container .store-container .list {
    grid-template-columns: 1fr;
  }
}
section.merit
  .inner-wrapper
  .content-container
  .store-container
  .list
  .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
section.merit
  .inner-wrapper
  .content-container
  .store-container
  .list
  .list-item {
  align-items: center;
}
}
section.merit
  .inner-wrapper
  .content-container
  .store-container
  .list
  .list-item
  .check-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 4px;
  background: #fff1db;
  display: grid;
  place-content: center;
  place-items: center;
}
section.merit
  .inner-wrapper
  .content-container
  .store-container
  .list
  .list-item
  .check-icon
  img {
  height: 100%;
  object-fit: contain;
  transform: translateX(.5rem);
  width: 100%;
}
section.merit
  .inner-wrapper
  .content-container
  .store-container
  .list
  .list-item
  .list-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000000;
}
@media (max-width: 768px) {
  section.merit
    .inner-wrapper
    .content-container
    .store-container
    .list
    .list-item
    .list-text {
    font-size: 1.4rem;
  }
}

section.reason {
  width: 100%;
  padding: 80px 24px;
  background: #ffffff;
}
@media (max-width: 768px) {
  section.reason {
    padding: 50px 24px;
  }
}
section.reason .inner-wrapper {
  max-width: 1130px;
  margin: 0 auto;
  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: 24px;
}
section.reason .inner-wrapper .content-container {
  width: 100%;
  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;
}
section.reason .inner-wrapper .half-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 992px) {
  section.reason .inner-wrapper .half-container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  section.reason .inner-wrapper .half-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
section.reason .inner-wrapper .half-container .explain-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 36px 40px 33px 40px;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.reason .inner-wrapper .half-container .explain-card {
    padding: 24px 24px;
  }
}
section.reason .inner-wrapper .half-container .explain-card .card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
section.reason
  .inner-wrapper
  .half-container
  .explain-card
  .card-head
  .card-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: block;
  background: #fff1db;
  border-radius: 4px;
  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;
}
section.reason
  .inner-wrapper
  .half-container
  .explain-card
  .card-head
  .card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  color: #ed9031;
}
@media (max-width: 768px) {
  section.reason
    .inner-wrapper
    .half-container
    .explain-card
    .card-head
    .card-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
section.reason .inner-wrapper .half-container .explain-card .card-desc {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #404040;
}
@media (max-width: 768px) {
  section.reason .inner-wrapper .half-container .explain-card .card-desc {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

section.cta {
  width: 100%;
  padding: 36px 24px 40px 24px;
  background: #f7f2ec;
}
section.cta .inner-wrapper {
  max-width: 1130px;
  margin: 0 auto;
  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: 26px;
}
section.cta .inner-wrapper .block-title {
  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: 16px;
}
section.cta .inner-wrapper .block-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #f6a12b;
}
section.cta .inner-wrapper .block-title span {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
}
section.cta .inner-wrapper .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  section.cta .inner-wrapper .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.cta .inner-wrapper .btn-container .btn-join {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 768px) {
  section.cta .inner-wrapper .btn-container .btn-join {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
section.cta .inner-wrapper .btn-container .btn-join .btn-join-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;
  width: 100%;
  max-width: 240px;
}
@media (max-width: 768px) {
  section.cta .inner-wrapper .btn-container .btn-join .btn-join-content {
    max-width: 100%;
  }
}
section.cta .inner-wrapper .btn-container .btn-join .btn-join-content .balloon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -7px;
  padding: 5px 22px;
  background: #ffffff;
  border-radius: 999px;
  color: #f6a12b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6;
  white-space: nowrap;
  z-index: 99;
}
@media (max-width: 1024px) {
  section.cta
    .inner-wrapper
    .btn-container
    .btn-join
    .btn-join-content
    .balloon {
    padding: 4px 12px;
  }
}
@media (max-width: 992px) {
  section.cta
    .inner-wrapper
    .btn-container
    .btn-join
    .btn-join-content
    .balloon {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  section.cta
    .inner-wrapper
    .btn-container
    .btn-join
    .btn-join-content
    .balloon {
    font-size: 1.2rem;
    padding: 3px 14px 4px 14px;
  }
}
section.cta
  .inner-wrapper
  .btn-container
  .btn-join
  .btn-join-content
  .balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #f6a12b transparent transparent transparent;
}
section.cta
  .inner-wrapper
  .btn-container
  .btn-join
  .btn-join-content
  .balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
section.cta .inner-wrapper .btn-container .btn-document {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  section.cta .inner-wrapper .btn-container .btn-document {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
section.cta .inner-wrapper .btn-container .btn-primary,
section.cta .inner-wrapper .btn-container .btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 240px;
  height: 56px;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition:
    opacity 0.2s ease,
    background 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
@media (max-width: 992px) {
  section.cta .inner-wrapper .btn-container .btn-primary,
  section.cta .inner-wrapper .btn-container .btn-secondary {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  section.cta .inner-wrapper .btn-container .btn-primary,
  section.cta .inner-wrapper .btn-container .btn-secondary {
    height: 56px;
    font-size: 1.5rem;
  }
}
section.cta .inner-wrapper .btn-container .btn-primary .btn-icon,
section.cta .inner-wrapper .btn-container .btn-secondary .btn-icon {
  width: 22px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
section.cta .inner-wrapper .btn-container .btn-primary:hover,
section.cta .inner-wrapper .btn-container .btn-secondary:hover {
  opacity: 0.92;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
section.cta .inner-wrapper .btn-container .btn-primary {
  background: #f6a12b;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
section.cta .inner-wrapper .btn-container .btn-secondary {
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

section.feature {
  width: 100%;
  padding: 80px 24px;
  background: #393632;
}
section.feature .back-logo {
  position: absolute;
  top: 23px;
  left: -40px;
  width: 240px;
  height: 140px;
  z-index: 0;
  opacity: 0.3;
}
@media (max-width: 992px) {
  section.feature .back-logo {
    width: 170px;
    height: 90px;
    top: 10px;
  }
}
@media (max-width: 768px) {
  section.feature .back-logo {
    display: none;
  }
}
section.feature .back-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
section.feature .inner-wrapper {
  max-width: 1130px;
  margin: 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.feature .inner-wrapper .section-title h2 {
  color: #ffffff;
}
section.feature .inner-wrapper .section-title .note {
  color: #ffffff;
}
section.feature .inner-wrapper .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  section.feature .inner-wrapper .content-container {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.feature .inner-wrapper .content-container .left-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 768px) {
  section.feature .inner-wrapper .content-container .left-container {
    gap: 48px;
  }
}
section.feature
  .inner-wrapper
  .content-container
  .left-container
  .block-description {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #ffffff;
}
@media (max-width: 768px) {
  section.feature
    .inner-wrapper
    .content-container
    .left-container
    .block-description {
    font-size: 16px;
  }
}
section.feature
  .inner-wrapper
  .content-container
  .left-container
  .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 40px;
}
@media (max-width: 768px) {
  section.feature
    .inner-wrapper
    .content-container
    .left-container
    .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
  }
}
section.feature
  .inner-wrapper
  .content-container
  .left-container
  .card-container
  .feature-card {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
section.feature
  .inner-wrapper
  .content-container
  .left-container
  .card-container
  .feature-card
  .card-head {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #ed9031;
}
section.feature
  .inner-wrapper
  .content-container
  .left-container
  .card-container
  .feature-card
  .card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000000;
}
section.feature .inner-wrapper .content-container .right-container {
  width: 100%;
  max-width: 36rem;
  background: #ffffff;
  border-radius: 16px;
}
@media (max-width: 768px) {
  section.feature .inner-wrapper .content-container .right-container {
    max-width: 100%;
  }
}
section.feature
  .inner-wrapper
  .content-container
  .right-container
  .feature-image {
  width: 100%;
  height: 100%;
  background: url("../../assets/image/feature.png") no-repeat center
    center/contain;
}
section.feature
  .inner-wrapper
  .content-container
  .right-container
  .feature-image
  .list-container {
  width: 100%;
  height: 50%;
  padding: 10px 40px 0px 40px;
  background: #ffffff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  section.feature
    .inner-wrapper
    .content-container
    .right-container
    .feature-image
    .list-container {
    padding: 10px 30px 0px 30px;
  }
}
section.feature
  .inner-wrapper
  .content-container
  .right-container
  .feature-image
  .list-container
  .list {
  width: 100%;
  height: 100%;
  max-width: 320px;
  background: #fdf9f3;
  border-radius: 8px;
  padding: 20px 20px 20px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000000;
}
section.feature
  .inner-wrapper
  .content-container
  .right-container
  .feature-image
  .display-only-sp {
  display: none;
}
@media (max-width: 768px) {
  section.feature
    .inner-wrapper
    .content-container
    .right-container
    .feature-image
    .display-only-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
}

section.support {
  width: 100%;
  padding: 72px 24px;
}
section.support .inner-wrapper {
  max-width: 1130px;
  margin: 0 auto;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffecd1 0%, #ffffff 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 50px 80px;
}
@media (max-width: 992px) {
  section.support .inner-wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  section.support .inner-wrapper {
    padding: 50px 16px;
  }
}
section.support .inner-wrapper .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  margin-top: 35px;
}
@media (max-width: 768px) {
  section.support .inner-wrapper .content-container {
    gap: 30px;
  }
}
section.support .inner-wrapper .content-container .text-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  section.support .inner-wrapper .content-container .text-container {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
section.support .inner-wrapper .content-container .text-container .text-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000000;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 0px;
  text-align: center;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  section.support .inner-wrapper .content-container .text-container .text-item {
    font-size: 1.3rem;
    margin-bottom: 0px;
    padding: 6px 0px;
  }
}
section.support .inner-wrapper .content-container .image-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  section.support .inner-wrapper .content-container .image-container {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
section.support .inner-wrapper .content-container .image-container .image-item {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
}
section.support
  .inner-wrapper
  .content-container
  .image-container
  .image-item
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
section.support .inner-wrapper .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
section.support .inner-wrapper .btn-container .btn-join {
  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;
  width: 100%;
}
@media (max-width: 768px) {
  section.support .inner-wrapper .btn-container .btn-join {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
section.support .inner-wrapper .btn-container .btn-join .btn-join-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;
  width: 100%;
  max-width: 240px;
}
@media (max-width: 768px) {
  section.support .inner-wrapper .btn-container .btn-join .btn-join-content {
    max-width: 100%;
  }
}
section.support .inner-wrapper .btn-container .btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 240px;
  height: 56px;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition:
    opacity 0.2s ease,
    background 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
@media (max-width: 992px) {
  section.support .inner-wrapper .btn-container .btn-primary {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  section.support .inner-wrapper .btn-container .btn-primary {
    height: 52px;
    font-size: 1.5rem;
  }
}
section.support .inner-wrapper .btn-container .btn-primary .btn-icon {
  width: 22px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
section.support .inner-wrapper .btn-container .btn-primary:hover {
  opacity: 0.92;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
section.support .inner-wrapper .btn-container .btn-primary {
  background: #f6a12b;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

section.flow {
  width: 100%;
  padding: 80px 24px;
  background: #f7f2ec;
}
@media (max-width: 768px) {
  section.flow {
    padding: 50px 24px;
  }
}
section.flow .back-logo {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 240px;
  height: 140px;
  z-index: 0;
  opacity: 0.3;
}
@media (max-width: 992px) {
  section.flow .back-logo {
    width: 170px;
    height: 90px;
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.flow .back-logo {
    width: 120px;
    height: 70px;
    bottom: 0px;
  }
}
section.flow .back-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
section.flow .inner-wrapper {
  max-width: 1130px;
  margin: 0 auto;
}
section.flow .inner-wrapper .content-container {
  width: 100%;
  margin-top: 22px;
}
section.flow .inner-wrapper .content-container .flow-list {
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .content-container .flow-list {
    -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;
  }
}
section.flow .inner-wrapper .content-container .flow-list .flow-item {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 28px 20px 28px;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 400px;
}
section.flow .inner-wrapper .content-container .flow-list .flow-item .head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  color: #000000;
  text-align: center;
  height: 100%;
}
section.flow .inner-wrapper .content-container .flow-list .flow-item .title {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #000000;
  text-align: center;
}
section.flow .inner-wrapper .content-container .flow-list .flow-item .banner {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  background: #fb9f29;
  padding: 2px 10px;
  border-radius: 8px;
}
section.flow .inner-wrapper .content-container .flow-list .flow-item .desc {
  margin-top: 16px;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000000;
  text-align: left;
}
section.flow .inner-wrapper .content-container .flow-list .flow-item .content {
  margin-top: 10px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  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;
}
section.flow
  .inner-wrapper
  .content-container
  .flow-list
  .flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 14px;
  border-color: transparent transparent transparent #fb9f29;
  z-index: 1;
}
@media (max-width: 768px) {
  section.flow
    .inner-wrapper
    .content-container
    .flow-list
    .flow-item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    border-width: 14px 15px 0 15px;
    border-color: #fb9f29 transparent transparent transparent;
  }
}
section.flow .inner-wrapper .btn-container {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.flow .inner-wrapper .btn-container .btn-join {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .btn-container .btn-join {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
section.flow .inner-wrapper .btn-container .btn-join .btn-join-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;
  width: 100%;
  max-width: 240px;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .btn-container .btn-join .btn-join-content {
    max-width: 100%;
  }
}
section.flow
  .inner-wrapper
  .btn-container
  .btn-join
  .btn-join-content
  .balloon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -7px;
  padding: 4px 22px;
  background: #ffffff;
  border-radius: 999px;
  color: #f6a12b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3;
  white-space: nowrap;
  z-index: 100;
}
@media (max-width: 1024px) {
  section.flow
    .inner-wrapper
    .btn-container
    .btn-join
    .btn-join-content
    .balloon {
    padding: 4px 12px;
  }
}
@media (max-width: 992px) {
  section.flow
    .inner-wrapper
    .btn-container
    .btn-join
    .btn-join-content
    .balloon {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  section.flow
    .inner-wrapper
    .btn-container
    .btn-join
    .btn-join-content
    .balloon {
    font-size: 1.2rem;
    padding: 3px 14px 4px 14px;
  }
}
section.flow
  .inner-wrapper
  .btn-container
  .btn-join
  .btn-join-content
  .balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #f6a12b transparent transparent transparent;
}
section.flow
  .inner-wrapper
  .btn-container
  .btn-join
  .btn-join-content
  .balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  border-width: 7px 6px 0 6px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
section.flow .inner-wrapper .btn-container .btn-document {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .btn-container .btn-document {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
section.flow .inner-wrapper .btn-container .btn-primary,
section.flow .inner-wrapper .btn-container .btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 240px;
  height: 56px;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition:
    opacity 0.2s ease,
    background 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    -webkit-transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
  transition:
    opacity 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
@media (max-width: 992px) {
  section.flow .inner-wrapper .btn-container .btn-primary,
  section.flow .inner-wrapper .btn-container .btn-secondary {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  section.flow .inner-wrapper .btn-container .btn-primary,
  section.flow .inner-wrapper .btn-container .btn-secondary {
    height: 52px;
    font-size: 1.5rem;
  }
}
section.flow .inner-wrapper .btn-container .btn-primary .btn-icon,
section.flow .inner-wrapper .btn-container .btn-secondary .btn-icon {
  width: 22px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
section.flow .inner-wrapper .btn-container .btn-primary:hover,
section.flow .inner-wrapper .btn-container .btn-secondary:hover {
  opacity: 0.92;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
section.flow .inner-wrapper .btn-container .btn-primary {
  background: #f6a12b;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
section.flow .inner-wrapper .btn-container .btn-secondary {
  background: #ffffff;
  color: #000000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

section.faq {
  width: 100%;
  padding: 80px 24px;
}
@media (max-width: 768px) {
  section.faq {
    padding: 56px 24px;
  }
}
section.faq .inner-wrapper {
  max-width: 1130px;
  margin: 0 auto;
}
section.faq .inner-wrapper .content-container {
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 768px) {
  section.faq .inner-wrapper .content-container {
    margin-top: 38 px;
  }
}
section.faq .inner-wrapper .content-container .faq-list {
  width: 100%;
  max-width: 800px;
  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;
  margin: 0 auto;
}
section.faq .inner-wrapper .content-container .faq-list .faq-item {
  width: 100%;
  border-bottom: 1px solid #a7a7a7;
  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: 12px;
  padding: 0px 8px 24px 8px;
}
section.faq .inner-wrapper .content-container .faq-list .faq-item .question {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  text-align: left;
}
section.faq .inner-wrapper .content-container .faq-list .faq-item .answer {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  text-align: left;
}
section.faq .inner-wrapper .content-container .faq-list .faq-item .label {
  margin-right: 10px;
}
section.faq .inner-wrapper .inner-image-container {
  display: none;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  section.faq .inner-wrapper .inner-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.faq .inner-wrapper .inner-image-container img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
section.faq .inner-wrapper .banner-container {
  width: 100%;
  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: 8px;
  padding: 12px 0px;
  background: #f7f2ec;
  margin-top: 64px;
}
@media (max-width: 768px) {
  section.faq .inner-wrapper .banner-container {
    padding: 16px 16px;
  }
}
section.faq .inner-wrapper .banner-container .upper-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #fb9f29;
  text-align: center;
  width: 100%;
}
section.faq .inner-wrapper .banner-container .lower-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #000000;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  section.faq .inner-wrapper .banner-container .lower-text {
    text-align: left;
    font-size: 1.5rem;
  }
}
section.faq .image-container {
  position: absolute;
  right: 72px;
  bottom: 167px;
  z-index: -1;
}
@media (max-width: 768px) {
  section.faq .image-container {
    display: none;
  }
}
section.faq .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.merits-label {
  animation: meritsBounce 1.5s ease-in-out infinite;
}

@keyframes meritsBounce {
  0%,
  100% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-6px);
  }

  75% {
    transform: translateY(4px);
  }
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  pointer-events: none;
  animation: pageFade 0.5s ease 0.2s forwards;
}

@keyframes pageFade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}
