@charset "UTF-8";
/* Theme Name: Akabuy LP
Author: Willow inc.
Description: Akabuy LP
Version: 1.0 */
.thanks-fv {
  background-color: #eeeeee;
}
.thanks-fv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 40px 0;
  text-align: center;
}
@media screen and (min-width: 541px) {
  .thanks-fv__inner {
    padding: 60px 0;
  }
}
.thanks-fv__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 541px) {
  .thanks-fv__title {
    font-size: 36px;
  }
}
.thanks-fv__line {
  display: inline-block;
  width: 48px;
  height: 2px;
  background-color: #333;
}
.thanks-fv__inner {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 541px) {
  .thanks-fv__inner {
    font-size: 18px;
  }
}

.thanks-message {
  padding: 80px 0;
  margin: 0 24px;
}
.thanks-message__inner {
  max-width: 960px;
  margin: 0 auto;
}
.thanks-message__text {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (min-width: 541px) {
  .thanks-message__text {
    font-size: 20px;
  }
}

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

html {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  color: #333;
}

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1 {
  margin: 0;
}

.section {
  padding: 40px 0;
}
@media screen and (min-width: 841px) {
  .section {
    padding: 60px 0;
  }
}
.section__heading {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
  overflow-x: hidden;
}
@media screen and (min-width: 541px) {
  .section__heading {
    margin-bottom: 48px;
  }
}
.section__heading__roma {
  color: #fe4500;
  text-align: center;
  font-weight: 500;
}
.section__heading__text {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  word-break: break-word;
  white-space: nowrap;
}
@media screen and (min-width: 841px) {
  .section__heading__text {
    font-size: 36px;
  }
}
.section__heading__text .under {
  background: linear-gradient(transparent 50%, #ffef3c 0%);
}
.section__heading__text .important {
  color: #23a62a;
}
.section__heading__text--highlight {
  font-size: 28px;
}
.section__heading__text--highlight .important {
  font-size: 36px;
}
@media screen and (min-width: 541px) {
  .section__heading__text--highlight {
    font-size: 32px;
  }
  .section__heading__text--highlight .important {
    font-size: 48px;
  }
}
@media screen and (min-width: 841px) {
  .section__heading__text br.sp {
    display: none;
  }
}
.section__heading__subheading {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 541px) {
  .section__heading__subheading {
    font-size: 24px;
  }
}
.section__heading__option {
  font-size: 14px;
  text-align: center;
}
.section__content {
  width: 90%;
  margin: 0 auto;
}

main.main {
  flex: 1;
  padding-top: 60px;
}
@media screen and (min-width: 541px) {
  main.main {
    padding-top: 80px;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 541px) {
  .header {
    height: 80px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
  max-width: calc(100% - 24px);
  margin: 0 12px 0;
}
@media screen and (min-width: 541px) {
  .header__inner {
    max-width: calc(100% - 48px);
    margin: 0 24px 0;
  }
}
@media screen and (min-width: 841px) {
  .header__inner {
    max-width: calc(100% - 64px);
    margin: 0 32px 0;
  }
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 20px;
}
.header__logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__contact {
  display: none;
  height: 46px;
  padding: 0 20px;
  border-radius: 23px;
  background-color: #fe4500;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #f9f9f9;
  border: 1px solid #fe4500;
  transition: all 0.4s ease;
}
.header__contact:hover {
  background-color: #f9f9f9;
  color: #fe4500;
}
.header__contact:hover::before {
  background-image: url(assets/images/mail-hover.svg);
}
.header__contact::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url(assets/images/mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s ease;
}
@media screen and (min-width: 1025px) {
  .header__contact {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.hamburger {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  position: absolute;
  width: 80%;
  height: 1.5px;
  background-color: #333;
  border-radius: 1px;
  transition: all 0.4s ease;
}
.hamburger span:nth-child(1) {
  top: 35%;
}
.hamburger span:nth-child(2) {
  bottom: 35%;
}
.hamburger.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  bottom: 50%;
  transform: rotate(-45deg);
}

.global-nav {
  position: fixed;
  top: 60px;
  left: -120%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  height: calc(100svh - 60px);
  padding-top: 20px;
  background-color: #f9f9f9;
  transition: all 0.4s ease;
}
.global-nav.active {
  left: 0;
}
@media screen and (min-width: 1025px) {
  .global-nav {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding: 0;
  }
}
.global-nav__item {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 80%;
  height: 40px;
  margin: 0 auto;
  font-size: 15px;
  color: #333;
  transition: all 0.4s ease;
}
.global-nav__item:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1025px) {
  .global-nav__item {
    width: auto;
    height: auto;
    margin: 0 12px;
    background-color: transparent;
  }
}

.footer {
  display: flex;
  justify-content: center;
  padding: 48px 0;
  background-color: #f9f9f9;
  font-size: 12px;
}
@media screen and (min-width: 541px) {
  .footer {
    font-size: 13px;
  }
}
@media screen and (min-width: 841px) {
  .footer {
    font-size: 14px;
  }
}

.cta-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 8px 0;
  border-radius: 9999px;
  background-color: #fe4500;
  color: #f9f9f9;
  border: 2px solid #fe4500;
  transition: all 0.4s ease;
}
.cta-button--lg {
  gap: 0;
}
.cta-button--lg .cta-button__subtext {
  font-size: 10px;
}
@media screen and (min-width: 541px) {
  .cta-button--lg .cta-button__subtext {
    font-size: 12px;
  }
}
@media screen and (min-width: 841px) {
  .cta-button--lg .cta-button__subtext {
    font-size: 14px;
  }
}
.cta-button--lg .cta-button__text {
  font-size: 12px;
}
@media screen and (min-width: 541px) {
  .cta-button--lg .cta-button__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 841px) {
  .cta-button--lg .cta-button__text {
    font-size: 28px;
  }
}
@media screen and (min-width: 841px) {
  .cta-button--lg .cta-button__text::before {
    width: 32px;
    height: 32px;
  }
}
.cta-button:hover {
  background-color: #f9f9f9;
  color: #fe4500;
}
.cta-button:hover .cta-button__text::before {
  background-image: url(assets/images/mail-hover.svg);
}
.cta-button__subtext {
  font-size: 11px;
  font-weight: 600;
}
@media screen and (min-width: 541px) {
  .cta-button__subtext {
    font-size: 12px;
  }
}
.cta-button__text {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
}
@media screen and (min-width: 541px) {
  .cta-button__text {
    font-size: 20px;
  }
}
.cta-button__text::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url(assets/images/mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mv {
  display: flex;
  align-items: center;
  min-height: 400px;
  background-image: url(assets/images/fv/sp_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 541px) {
  .mv {
    height: calc(100vh - 220px);
    min-height: 460px;
  }
}
@media screen and (min-width: 841px) {
  .mv {
    height: calc(100vh - 240px);
    background-image: url(assets/images/fv/pc_background.jpg);
  }
}
@media screen and (min-width: 1025px) {
  .mv {
    height: calc(100vh - 220px);
  }
}
.mv__inner {
  position: relative;
  width: 100%;
  max-width: 852px;
  height: 100%;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (min-width: 841px) {
  .mv__inner {
    display: flex;
    align-items: center;
  }
}
.mv__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
}
.mv__content__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  padding: 0 8px;
  margin-bottom: 12px;
  background-color: #23a62a;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #f9f9f9;
}
@media screen and (min-width: 541px) {
  .mv__content__subtitle {
    height: 32px;
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.mv__content__title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (min-width: 541px) {
  .mv__content__title {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 841px) {
  .mv__content__title {
    font-size: 58px;
  }
}
.mv__content__title .important {
  color: #23a62a;
}
.mv__content__text {
  width: 200px;
  margin-bottom: 8px;
  font-size: 16px;
}
@media screen and (min-width: 541px) {
  .mv__content__text {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 841px) {
  .mv__content__text {
    font-size: 18px;
  }
}
.mv__content__checklist {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 250px;
  padding: 0 8px;
  margin-bottom: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #24aa2f;
}
@media screen and (min-width: 841px) {
  .mv__content__checklist {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
  }
}
.mv .cta-button {
  width: 100%;
  padding: 6px 0;
  gap: 0;
  line-height: 1.4;
}
@media screen and (min-width: 541px) {
  .mv .cta-button {
    width: 400px;
  }
}
.mv__image {
  position: absolute;
  display: flex;
  align-items: end;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
}
.mv__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
}
@media screen and (min-width: 841px) {
  .mv__image {
    bottom: 0;
    right: 0;
    width: 65%;
  }
}
.mv__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  background-color: #88cc87;
}
@media screen and (min-width: 841px) {
  .mv__footer {
    padding: 16px 0;
  }
}
.mv__footer__message {
  font-size: 18px;
  font-weight: 900;
  color: #f9f9f9;
  text-align: center;
}
@media screen and (min-width: 541px) {
  .mv__footer__message {
    font-size: 27.5px;
  }
}
@media screen and (min-width: 1025px) {
  .mv__footer__message br {
    display: none;
  }
}

@media screen and (min-width: 541px) {
  .worries .section__heading__text,
  .resolve .section__heading__text {
    font-size: 32px;
  }
}
@media screen and (min-width: 841px) {
  .worries .section__heading__text br,
  .resolve .section__heading__text br {
    display: none;
  }
}
.worries__content,
.resolve__content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 24px);
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 541px) {
  .worries__content,
  .resolve__content {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 841px) {
  .worries__content,
  .resolve__content {
    width: 100%;
    max-width: 680px;
  }
}
@media screen and (min-width: 1025px) {
  .worries__content,
  .resolve__content {
    width: 100%;
    max-width: 1080px;
  }
}
.worries__list,
.resolve__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media screen and (min-width: 541px) {
  .worries__list,
  .resolve__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .worries__list,
  .resolve__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.worries__item,
.resolve__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-left: 12px;
  background-color: #d1ebd1;
  border-radius: 20px;
}
@media screen and (min-width: 541px) {
  .worries__item,
  .resolve__item {
    padding-top: 36px;
    margin-left: 0;
  }
}
@media screen and (min-width: 841px) {
  .worries__item,
  .resolve__item {
    padding-top: 16px;
  }
}
.worries__item__num,
.resolve__item__num {
  position: absolute;
  top: -24px;
  left: -12px;
  width: 48px;
  height: 48px;
  background-color: #23a62a;
  color: #f9f9f9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 541px) {
  .worries__item__num,
  .resolve__item__num {
    width: 40px;
    height: 40px;
    transform: translateX(-50%);
    top: -20px;
    left: 50%;
  }
}
@media screen and (min-width: 841px) {
  .worries__item__num,
  .resolve__item__num {
    width: 48px;
    height: 48px;
    transform: translateX(0);
    top: -24px;
    left: -24px;
  }
}
@media screen and (min-width: 1025px) {
  .worries__item__num,
  .resolve__item__num {
    width: 56px;
    height: 56px;
    top: -14px;
    left: -14px;
  }
}
.worries__item__content,
.resolve__item__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.worries__item__title,
.resolve__item__title {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.worries__item__title .important,
.resolve__item__title .important {
  color: #23a62a;
  font-size: 24px;
}
.worries__image,
.resolve__image {
  width: 100%;
  padding-top: 24px;
}
@media screen and (min-width: 541px) {
  .worries__image,
  .resolve__image {
    padding-top: 20px;
  }
}
.worries__image img,
.resolve__image img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 200px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.worries__message,
.resolve__message {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 541px) {
  .worries__message,
  .resolve__message {
    padding-top: 20px;
    font-size: 32px;
    color: #23a62a;
  }
}

@media screen and (min-width: 541px) {
  .worries .section__heading__text {
    font-size: 36px;
  }
}

.resolve {
  background-color: #f9f9f9;
}

.cta {
  background-image: url("assets/images/fv/sp_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 841px) {
  .cta {
    background-image: url("assets/images/fv/pc_background.jpg");
  }
}
.cta .section__heading {
  width: 100%;
  margin-bottom: 20px;
}
.cta .section__heading__text {
  font-size: 24px;
  font-weight: 900;
}
@media screen and (min-width: 541px) {
  .cta .section__heading__text {
    font-size: 36px;
  }
}
.cta .section__content {
  width: 100%;
  padding: 0 12px;
}
@media screen and (min-width: 841px) {
  .cta .section__content {
    padding: 0 20px;
  }
}
.cta__content {
  max-width: 852px;
  padding: 24px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 841px) {
  .cta__content {
    padding: 48px;
  }
}
.cta__content__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cta__content__message {
  text-align: left;
}
.cta__content__message br {
  display: none;
}
@media screen and (min-width: 541px) {
  .cta__content__message {
    text-align: center;
  }
  .cta__content__message br {
    display: block;
  }
}
.cta__content__attention {
  padding: 12px 40px;
  background-color: #d1ebd1;
  font-size: 18px;
  color: #23a62a;
  border-radius: 8px;
  text-align: center;
}
@media screen and (min-width: 841px) {
  .cta__content__attention {
    font-size: 20px;
  }
}

.service .section__heading {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 841px) {
  .service .section__heading__text br {
    display: none;
  }
}
.service__content {
  max-width: 852px;
  padding: 24px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 841px) {
  .service__content {
    padding: 48px;
  }
}
.service__content__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.service__content__message {
  text-align: center;
}
@media screen and (min-width: 841px) {
  .service__content__message {
    font-size: 20px;
  }
}
.service__content__movie {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 16/9;
}
.service__content__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.service__content__point {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  color: #23a62a;
}
@media screen and (min-width: 841px) {
  .service__content__point {
    font-size: 28px;
  }
}

.menu {
  background-color: #f9f9f9;
}
.menu__content {
  width: calc(100% - 24px);
}
@media screen and (min-width: 541px) {
  .menu__content {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 841px) {
  .menu__content {
    width: 100%;
    max-width: 970px;
    padding: 0 5px;
  }
}
.menu__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .menu__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.menu__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
}
.menu__item__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
  background-color: #23a62a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #f9f9f9;
  border-radius: 8px;
}
@media screen and (min-width: 541px) {
  .menu__item__title .akabuy {
    font-size: 28px;
  }
}
@media screen and (min-width: 841px) {
  .menu__item__title {
    font-size: 28px;
  }
}
.menu__item__title--blue {
  background-color: #2a50b3;
}
.menu__item__title--yellow {
  background-color: #b3b32a;
}
.menu__item__description {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 841px) {
  .menu__item__description {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .menu__item__description {
    font-size: 20px;
  }
}
.menu__item__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 541px) {
  .menu__item__list {
    font-size: 16px;
  }
}
.menu__item__list li {
  font-weight: 900;
  padding: 8px 12px;
  background-color: #eeeeee;
  border-radius: 8px;
}
.menu__item__list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #23a62a;
  margin-right: 8px;
}

.example,
.voice {
  overflow: hidden;
}
.example .swiper,
.voice .swiper {
  overflow: visible;
}
.example__content,
.voice__content {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 841px) {
  .example__content,
  .voice__content {
    width: calc(100% - 40px);
  }
}
.example .example-list,
.voice .example-list {
  display: grid;
  grid-template-columns: repeat(30, 1fr);
}
.example .voice-list,
.voice .voice-list {
  display: grid;
  grid-template-columns: repeat(30, 1fr);
}
.example__item,
.voice__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 20px;
  width: 300px;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
  text-align: center;
  background-color: #ffffff;
}
.example__item__title,
.voice__item__title {
  /* 日本語の改行ルールを厳密に適用 */
  line-break: strict;
  /* Safari（旧バージョン）向けベンダープレフィックス */
  -webkit-line-break: strict;
  /* CJKの語間は原則改行させず、英語等の長い文字列は折り返す */
  word-break: keep-all;
  /* 折り返し可能にする（長いURLや英単語の途中で改行） */
  overflow-wrap: break-word;
  /* legacy */
  word-wrap: break-word;
}
.example__item__img,
.voice__item__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-height: 300px;
}
.example__item__img img,
.voice__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.voice {
  background-color: #f9f9f9;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 24px;
}

@media screen and (min-width: 841px) {
  .flow .section__heading__option br {
    display: none;
  }
}
.flow .section__content {
  width: calc(100% - 24px);
  margin: 0 12px;
}
@media screen and (min-width: 541px) {
  .flow .section__content {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .flow .section__content {
    width: 100%;
    max-width: 1068px;
    margin: 0 auto;
  }
}
.flow__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 541px) {
  .flow__list {
    gap: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .flow__list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.flow__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 20px;
  background-color: #f2f2f2;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 541px) {
  .flow__item {
    padding: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .flow__item {
    flex: 1;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 48px;
  }
}
.flow__item__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #23a62a;
  font-size: 18px;
  font-weight: 900;
  color: #f9f9f9;
  border-radius: 50%;
}
@media screen and (min-width: 541px) {
  .flow__item__num {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 841px) {
  .flow__item__num {
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .flow__item__num {
    margin-top: -28px;
  }
}
.flow__item__content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .flow__item__content {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.flow__item__image {
  display: block;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 541px) {
  .flow__item__image {
    width: 72px;
    height: 72px;
  }
}
.flow__item__title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.flow__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .flow__arrow {
    rotate: -90deg;
  }
}
.flow__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq {
  background-color: #f9f9f9;
}
.faq .section__heading__text .sp-hidden {
  display: none;
}
@media screen and (min-width: 541px) {
  .faq .section__heading__text .sp-hidden {
    display: inline;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 852px;
  margin: 0 auto;
}
.faq__item {
  position: relative;
  border-radius: 20px;
}
.faq__item__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-size: 32px;
  font-weight: 900;
  color: #23a62a;
}
.faq__item__label--answer {
  color: #333;
}
@media screen and (min-width: 541px) {
  .faq__item__label {
    font-size: 28px;
  }
}
.faq__item__question {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 60px 20px 20px;
  border-radius: 20px;
  background-color: #d1ebd1;
  font-size: 18px;
  color: #23a62a;
  cursor: pointer;
}
@media screen and (min-width: 541px) {
  .faq__item__question {
    height: 65px;
  }
}
@media screen and (min-width: 841px) {
  .faq__item__question {
    font-size: 20px;
    gap: 24px;
  }
}
.faq__item__question::after {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(assets/images/keyboard_arrow_down_48dp_249EA6_FILL0_wght400_GRAD0_opsz48.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.4s ease;
}
.faq__item__answer {
  position: relative;
  z-index: 0;
  max-height: 0;
  padding: 0 20px;
  margin-top: -20px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq__item__answer__heading {
  display: flex;
  align-items: start;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 541px) {
  .faq__item__answer__heading {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 841px) {
  .faq__item__answer__heading {
    font-size: 20px;
    gap: 24px;
  }
}
.faq__item__answer .cta-button {
  padding: 8px;
}
@media screen and (min-width: 541px) {
  .faq__item__answer .cta-button {
    width: 80%;
    margin: 0 auto;
  }
}
.faq__item.is-open .faq__item__question::after {
  transform: translateY(-50%) rotate(180deg) !important;
}

.company__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
  max-width: 852px;
  margin: 0 auto;
}
@media screen and (min-width: 541px) {
  .company__inner {
    padding: 40px;
  }
}
.company__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.company__item__title {
  min-width: 60px;
  font-size: 16px;
  color: #23a62a;
  white-space: nowrap;
}
@media screen and (min-width: 541px) {
  .company__item__title {
    font-size: 24px;
    min-width: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .company__item__title {
    min-width: 130px;
  }
}
.company__item__text {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .company__item__text {
    font-size: 24px;
  }
}

.contact {
  background-image: url("assets/images/fv/sp_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 841px) {
  .contact {
    background-image: url("assets/images/fv/pc_background.jpg");
  }
}
.contact__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.04);
  max-width: 852px;
  margin: 0 auto;
}
@media screen and (min-width: 541px) {
  .contact__inner {
    padding: 40px;
  }
}
.contact__message {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  color: #23a62a;
}
@media screen and (min-width: 841px) {
  .contact__message {
    font-size: 20px;
  }
}
.contact form.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.contact span.wpcf7-list-item {
  margin: 0;
}
.contact__form__item {
  font-size: 15px;
  font-weight: 500;
}
.contact__form__item input,
.contact__form__item textarea,
.contact__form__item select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 10px;
  margin-top: 10px;
  border: 5px solid #eeeeee;
  border-radius: 8px;
  background-color: #eeeeee;
}
.contact__form__item input::-moz-placeholder, .contact__form__item textarea::-moz-placeholder, .contact__form__item select::-moz-placeholder {
  font-size: 15px;
  color: #c9c9c9;
}
.contact__form__item input::placeholder,
.contact__form__item textarea::placeholder,
.contact__form__item select::placeholder {
  font-size: 15px;
  color: #c9c9c9;
}
.contact__form__item select {
  color: #333;
}
.contact__form__item textarea {
  height: 150px;
}
.contact__form__item .required {
  color: #fe4500;
}
.contact .submit-btn {
  margin-top: 20px;
}
.contact .submit-btn .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background-color: #fe4500;
  font-size: 18px;
  font-weight: 700;
  color: #f9f9f9;
  border: 2px solid #fe4500;
  border-radius: 9999px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.contact .submit-btn .wpcf7-submit:hover {
  background-color: #f9f9f9;
  color: #fe4500;
}
@media screen and (min-width: 841px) {
  .contact .submit-btn .wpcf7-submit {
    height: 48px;
  }
}/*# sourceMappingURL=style.css.map */