@charset "UTF-8";
* {
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5 {
  line-height: 1.5;
}

em {
  font-style: normal;
}

.inner, .faq__inner, .flow__inner, .why__inner, .creative__inner, .plan__inner, .service__inner, .member__inner, .problem__inner, .main-visual__inner {
  padding: 80px 4vw;
  max-width: 960px;
  box-sizing: content-box;
  margin: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  box-sizing: border-box;
  color: #22201D;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

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

a {
  color: #22201D;
}

.btn {
  position: relative;
  width: 100%;
}
.btn a {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22201D;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  transition: all 0.5s;
  line-height: 1;
  text-align: center;
  width: 100%;
  margin: auto;
  text-decoration: none;
}
.btn a span {
  background: #F34E0C;
  padding: 5px 10px;
  margin-right: 15px;
  line-height: 1;
  display: block;
}
.btn a:hover {
  opacity: 0.8;
}

.header {
  width: calc(100% - 320px);
  z-index: 100;
}
.header__inner {
  padding: 12px 20px;
}
.header .logo {
  white-space: nowrap;
  width: 160px;
}
.header .logo svg {
  height: 50px;
  width: 100%;
  margin-right: 10px;
}
.header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header nav ul .btn {
  width: 25%;
  max-width: 300px;
  display: none;
}

.container {
  margin-right: 320px;
}

.main-visual {
  background-position: right;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.main-visual__inner {
  padding-top: 0;
  padding-bottom: 0;
  margin: auto;
  position: relative;
}
.main-visual__inner::before {
  content: "";
  background: url("../images/main-visual_img.webp") no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  width: 45%;
  height: 100%;
  position: absolute;
  right: 0;
}
.main-visual__content {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 80px 0;
}
.main-visual__copy__main {
  font-size: min(4vw, 5.8rem);
  line-height: 1.5em;
  margin-bottom: 35px;
  font-weight: 900;
  color: #F34E0C;
}
.main-visual__copy__sub {
  margin-bottom: 10px;
  font-size: min(1.8vw, 2.2rem);
  font-weight: bold;
  background: linear-gradient(to right, #F34E0C, #D9490F);
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 30px;
  line-height: 1em;
}
.main-visual__copy__sub span {
  font-size: min(2.2vw, 3rem);
}
.main-visual__description {
  font-size: min(1.6vw, 2.2rem);
  color: #22201D;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 30px;
}
.main-visual__description span {
  font-size: min(1.8vw, 2.4rem);
  color: #F34E0C;
  font-weight: 900;
}
.main-visual__logo {
  display: flex;
  padding: 20px 30px;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
  max-width: 1400px;
  margin: auto;
}
.main-visual .btn {
  display: none;
}

.heading-lv2 {
  font-size: 4rem;
  text-align: center;
  color: #22201D;
  font-weight: 900;
  margin-bottom: 60px;
}

.heading-lv2--white {
  color: #ffffff;
}

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

.problem {
  background: #E7F3FE;
  position: relative;
}
.problem__inner {
  padding-bottom: 0;
  position: relative;
}
.problem__inner::before {
  content: "";
}
.problem__list__box {
  position: relative;
}
.problem__list__box::after {
  content: "";
  position: absolute;
  bottom: -160px;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(20vw - 10px) solid transparent;
  border-left: calc(20vw - 10px) solid transparent;
  border-top: 100px solid #E7F3FE;
  z-index: 1;
}
.problem__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: url(../images/ploblem_img.webp) no-repeat;
  background-size: 43%;
  background-position: right bottom;
}
.problem__list li {
  background: #296EB4;
  padding: 25px;
  color: #ffffff;
  width: 61%;
}
.problem__list li h3 {
  font-size: 2.2rem;
}
.problem__list li p {
  margin-top: 20px;
  font-size: 1.6rem;
}
.problem__copy {
  background: #ffffff;
  text-align: center;
  padding: 120px 0 80px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-top: 80px;
}
.problem__copy h3 {
  font-size: 3.7rem;
  font-weight: 900;
}
.problem__copy__sub {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
}
.problem__copy__sub span {
  color: #F34E0C;
  font-size: 2.6rem;
}

.member {
  background: #F8F8F8;
  /* is-active時（展開時）の切り替え */
}
.member__inner {
  position: relative;
}
.member__list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.member__list li {
  flex: 1;
}
.member__image {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
}
.member__profile {
  text-align: center;
  font-weight: bold;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
}
.member__profile__job {
  font-size: 1.3rem;
}
.member__profile__name {
  font-size: 2rem;
  margin-top: 10px;
}
.member__profile__name span {
  font-size: 1.2rem;
  margin-left: 10px;
}
.member .accordion__accordionMoreContent {
  display: none;
}
.member .accordion__text {
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: normal;
  margin-top: 30px;
  text-align: left;
}
.member .accordion__button {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
  cursor: pointer;
}
.member .accordion__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #22201D;
  border-right: 1px solid #22201D;
  transform: rotate(135deg);
  margin-top: -8px;
}
.member .accordion__buttonText {
  display: none;
  color: #22201D;
  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  transition: opacity 0.3s ease 0s;
  margin-top: 15px;
}
.member .accordion__button.is-active::before {
  transform: rotate(-45deg);
  margin-top: -2px;
}
.member .accordion__buttonText.is-active {
  display: block;
}

.service {
  background: #F34E0C;
}
.service__inner {
  position: relative;
}
.service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.service__list li {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
  width: calc(33.33% - 10px);
}
.service__list li:first-child {
  width: 100%;
}
.service__list li:first-child h3 {
  font-size: 2.8rem;
}
.service__list li:first-child h3 span {
  font-size: 3.2rem;
  display: inline-block;
}
.service__list li:first-child .point {
  margin-right: 30px;
  display: inline-block;
}
.service__list li:first-child .point span {
  font-size: 2.6rem;
}
.service__list li:first-child .service__list__text {
  text-align: center;
}
.service__list h3 {
  font-size: 1.9rem;
}
.service__list h3 > span {
  font-size: 2.2rem;
  color: #F34E0C;
  display: block;
}
.service__list h3 .point {
  background: #F34E0C;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  font-size: 1.4rem;
  padding: 10px 25px;
  display: block;
  margin: 0 auto 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.service__list h3 .point span {
  font-size: 2.2rem;
  color: #ffffff;
  margin-left: 10px;
}
.service__list__icon {
  width: 120px;
  margin: 20px auto 0;
}
.service__list__text {
  margin-top: 20px;
  text-align: left;
}

.results {
  background: #22201D;
  overflow: hidden;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.results__inner {
  position: relative;
  padding: 80px 0;
}
.results h2 {
  padding: 0 4vw;
}
.results .swiper__container1 {
  position: relative;
}
.results .swiper {
  margin: 0 -25%;
}
.results .swiper-slide {
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.results .swiper-slide-active {
  pointer-events: auto;
  opacity: 1;
}
.results .swiper-button-prev::after,
.results .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.results .swiper-button-prev::after {
  border-bottom: 30px solid transparent;
  border-right: 30px solid #ccc;
  border-top: 30px solid transparent;
}
.results .swiper-button-next::after {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #ccc;
  border-top: 30px solid transparent;
}
.results__list li {
  background-color: #ffffff;
  padding: 40px;
}
.results__list li h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.results__list li h3 .case {
  background: #F34E0C;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  margin-right: 15px;
}
.results__list__img {
  max-width: 450px;
  margin: 30px auto 0;
}

.plan {
  background: #F8F8F8;
}
.plan__inner {
  position: relative;
}
.plan__item {
  padding: 30px;
  border: 1px solid #ADADAD;
  border-top: 10px solid #F34E0C;
  text-align: center;
  background: #ffffff;
}
.plan__item h3 {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}
.plan__item h3 .label {
  font-size: 2.3rem;
  background: #F34E0C;
  color: #ffffff;
  display: inline-block;
  padding: 5px 25px;
  margin-right: 20px;
}
.plan__item h3::after {
  content: "";
  width: 50%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ccc;
}
.plan__price {
  margin-top: 25px;
}
.plan__price .title {
  font-size: 2rem;
  display: inline-block;
  margin-right: 20px;
}
.plan__price .price {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #F5EEDC 0%);
}
.plan__detail-list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.plan__detail-list li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.plan__detail-list li::before {
  content: url(../images/check_ico.webp);
  margin-right: 5px;
}
.plan__detail-list li em {
  margin-right: 15px;
  font-weight: bold;
}
.plan__second {
  display: flex;
  gap: 30px;
}
.plan__item {
  flex: 1;
}
.plan__item.second, .plan__item.third {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  border-top-color: #20D9C5;
}
.plan__item.second h3, .plan__item.third h3 {
  color: #20D9C5;
  font-size: 2.6rem;
}
.plan__item.second .plan__price, .plan__item.third .plan__price {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding: 40px 0;
}
.plan__item.second .plan__price .price, .plan__item.third .plan__price .price {
  background: none;
  font-size: 2.4rem;
}
.plan__item.second .plan__detail-list, .plan__item.third .plan__detail-list {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.plan__item.second .plan__detail-list li + li, .plan__item.third .plan__detail-list li + li {
  margin-top: 10px;
}
.plan__item.third {
  border-top-color: #2F87E0;
}
.plan__item.third h3 {
  color: #2F87E0;
}
.plan__item.third .price span {
  font-size: 1.8rem;
  display: block;
  margin-top: 10px;
}
.plan__arrow {
  position: relative;
  padding: 30px 0;
}
.plan__arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%);
  border: 50px solid transparent;
  border-top: 20px solid #F28F68;
  border-bottom-width: 0;
}
.plan__copy {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.plan__comparison {
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
}
.plan__comparison h4 {
  font-size: 3rem;
  text-align: center;
}
.plan__comparison__wrapper {
  height: 220px;
  overflow: hidden;
}
.plan__comparison__table {
  border: 1px solid #ADADAD;
  width: 100%;
  background: #ffffff;
  margin-top: 30px;
}
.plan__comparison__table td, .plan__comparison__table th {
  padding: 20px;
  border: 1px solid #ADADAD;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  vertical-align: middle;
}
.plan__comparison__table th {
  border: none;
  font-size: 1.6rem;
}
.plan__comparison__table .plan01, .plan__comparison__table .plan02, .plan__comparison__table .plan03 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
}
.plan__comparison__table .plan01 {
  background: #F34E0C;
}
.plan__comparison__table .plan02 {
  background: #20D9C5;
}
.plan__comparison__table .plan03 {
  background: #2F87E0;
}
.plan__comparison__table em {
  font-size: 2rem;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #aa0000;
}
.plan__comparison__table em.price {
  color: #22201D;
}
.plan__comparison .show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
}
.plan__comparison .show_more button {
  background: #ffffff;
  color: #22201D;
  font-weight: bold;
  padding: 20px;
  width: 50%;
  font-size: 2rem;
  border: 2px solid #22201D;
  border-radius: 50px;
  cursor: pointer;
}
.plan__comparison .active {
  background: none;
  bottom: -30px;
}

.creative {
  background: #F8F8F8;
  overflow: hidden;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.creative__inner {
  position: relative;
}
.creative .swiper__container2 {
  position: relative;
}
.creative .swiper {
  margin: 0 -25%;
}
.creative .swiper-slide {
  height: auto;
}
.creative .swiper-button-prev::after,
.creative .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.creative .swiper-button-prev::after {
  border-bottom: 30px solid transparent;
  border-right: 15px solid #ccc;
  border-top: 30px solid transparent;
}
.creative .swiper-button-next::after {
  border-bottom: 30px solid transparent;
  border-left: 15px solid #ccc;
  border-top: 30px solid transparent;
}
.creative__list {
  display: flex;
}
.creative__list li {
  background: #ffffff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.creative__list li.movie video {
  max-width: 100%;
}
.creative__list li .name {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 30px;
}
.creative__list li .img {
  margin: auto;
}
.creative__price {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  background: #ffffff;
  margin-top: 50px;
}
.creative__price__title {
  background: #F5EEDC;
  font-weight: bold;
  width: 30%;
  padding: 80px 20px;
}
.creative__price__title h3 {
  text-align: center;
}
.creative__price__title h3 span {
  display: block;
  font-size: 90%;
}
.creative__price__list {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 40px;
  width: 70%;
}
.creative__price__list dt {
  width: 60%;
}
.creative__price__list dd {
  font-weight: bold;
  width: 35%;
  font-size: 1.8rem;
}

.why {
  background: #ffffff;
}
.why__inner {
  padding: 80px 4vw 30px;
  position: relative;
}
.why__text {
  background: url("../images/why_img.webp") no-repeat;
  background-size: 40% auto;
  background-position: right bottom;
  padding-bottom: 250px;
}
.why__text p {
  font-size: 1.8rem;
  line-height: 2.2;
}
.why__text p + p {
  margin-top: 30px;
}
.why__text p em {
  font-size: 2.4rem;
  color: #F34E0C;
  font-weight: bold;
}

.flow {
  background: #F8F8F8;
}
.flow__list {
  width: 100%;
  margin: 0 auto;
  counter-reset: number 0;
}
.flow__item {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flow__item:nth-last-of-type(n+2)::before {
  content: "";
  position: absolute;
  bottom: -15%;
  left: 45px;
  z-index: 1;
  display: block;
  width: 0;
  height: calc(100% - 90px - 20px);
  border-right: 1px solid #22201D;
}
.flow__item + .flow__item {
  margin-top: 35px;
}
.flow__item__icon {
  position: relative;
  z-index: 10;
  margin-right: 40px;
  padding-top: 5px;
}
.flow__item__icon::before {
  counter-increment: number 1;
  content: "step " counter(number, decimal-leading-zero);
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  color: #F34E0C;
  text-align: center;
}
.flow__item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 10px;
  background: #F34E0C;
  border-radius: 50%;
}
.flow__item .icon img {
  max-width: 70%;
}
.flow__item__content {
  width: calc(100% - 90px);
}
.flow__item__title {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
.flow__item__description {
  padding: 20px 25px;
  font-size: 1.6rem;
  border: 1px solid #ADADAD;
  background: #ffffff;
}
.flow__item__description span {
  display: block;
  font-size: 1.3rem;
}

.faq {
  background: #ffffff;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq__list li {
  border: 2px solid #F34E0C;
}
.faq__list__title {
  font-size: 1.8rem;
  font-weight: bold;
  background: #F34E0C;
  color: #ffffff;
  padding: 20px 30px;
  display: flex;
  justify-content: flex-start;
}
.faq__list__title span {
  font-size: 2.6rem;
  margin-right: 30px;
  display: block;
  line-height: 1;
}
.faq__list__text {
  font-size: 1.6rem;
  padding: 30px 50px 30px calc(60px + 1.4em);
}

.form {
  position: fixed;
  width: 320px;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 100;
  background: #F8F8F8;
  padding: 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
.form h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
}

.footer {
  background: #F8F8F8;
  padding-top: 30px;
  margin-right: 320px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  opacity: 0.8;
}
.footer__logo {
  width: 220px;
  margin: auto;
}
.footer__menu__list {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin-top: 30px;
}
.footer__menu__list li {
  padding: 0 25px;
}
.footer__menu__list li + li {
  border-left: 1px solid;
}
.footer__menu__list.service li a {
  position: relative;
  padding-left: 25px;
}
.footer__menu__list.service li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
.footer__menu__list.service li + li {
  border: none;
}
.footer small {
  font-size: 1.4rem;
  padding: 20px 0;
  margin-top: 30px;
  text-align: center;
  display: block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 1100px) {
  .header {
    width: 100%;
    position: fixed;
    background: #fff;
  }
  .header nav ul {
    display: flex;
    justify-content: space-between;
  }
  .header nav ul .btn {
    display: block;
    width: 40%;
  }
  .container {
    margin-right: 0;
  }
  .main-visual {
    padding-top: 82px;
  }
  .main-visual__copy__main {
    font-size: min(6vw, 4.8rem);
  }
  .main-visual__copy__sub {
    font-size: min(3vw, 2rem);
  }
  .main-visual__copy__sub span {
    font-size: min(4.2vw, 2.4rem);
  }
  .main-visual__description {
    font-size: min(3.2vw, 1.8rem);
  }
  .main-visual__description span {
    font-size: min(3.4vw, 2.2rem);
  }
  .main-visual .btn {
    display: block;
    width: 80%;
    margin-top: 30px;
  }
  .main-visual .btn a {
    font-size: 1.8rem;
  }
  .creative__list li.lp .img {
    padding: 0 30px;
  }
  .form {
    position: static;
    width: 100%;
    height: auto;
  }
  .form iframe {
    width: 60% !important;
    margin: auto;
  }
  .footer {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .inner, .main-visual__inner {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
  }
  .header {
    position: fixed;
  }
  .header__inner {
    padding: 15px 20px;
  }
  .header .logo {
    max-width: 120px;
  }
  .header nav ul .btn {
    width: 55%;
  }
  .btn a {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
  .container {
    margin-right: 0;
  }
  .main-visual {
    height: auto;
    margin-top: 0;
  }
  .main-visual__inner {
    padding-top: 0;
  }
  .main-visual__inner::before {
    background-position: center;
    background-size: auto 90%;
    width: 100%;
    height: 35vh;
    margin-bottom: 30px;
    bottom: 0;
  }
  .main-visual__content {
    flex-direction: column;
    width: 100%;
    padding-bottom: 35vh;
    padding-top: 15px;
  }
  .main-visual__copy__main {
    font-size: min(11vw, 4.2rem);
    margin-bottom: 15px;
  }
  .main-visual__copy__sub {
    margin-bottom: 0;
    font-size: min(4.4vw, 2.2rem);
    display: inline-block;
  }
  .main-visual__copy__sub span {
    font-size: min(5.6vw, 2.8rem);
  }
  .main-visual__description {
    font-size: min(4.4vw, 1.8rem);
    margin-top: 15px;
  }
  .main-visual__description span {
    font-size: min(4.8vw, 2.2rem);
  }
  .main-visual__logo {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 20px;
  }
  .main-visual__logo li {
    height: 30px;
  }
  .main-visual__logo li img {
    width: auto;
    height: 100%;
  }
  .main-visual .btn {
    bottom: -30px;
    position: absolute;
    width: 100%;
  }
  .heading-lv2 {
    font-size: min(7.2vw, 3rem);
    margin-bottom: 30px;
  }
  .problem__list {
    background-position: bottom center;
    background-size: 60%;
    padding-bottom: 70%;
  }
  .problem__list li {
    width: 100%;
  }
  .problem__list li h3 {
    font-size: 2rem;
    text-align: center;
  }
  .problem__list li p {
    font-size: 1.4rem;
  }
  .problem__copy h3 {
    font-size: 3.2rem;
  }
  .problem__copy__sub {
    font-size: 2rem;
  }
  .member__list {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .member__list li {
    width: 80%;
    min-width: 80%;
  }
  .member .accordion__text {
    white-space: normal;
  }
  .service__list {
    flex-direction: column;
  }
  .service__list li {
    width: 100%;
    padding: 20px;
  }
  .service__list li h3 .point {
    padding: 5px 15px;
  }
  .service__list li:first-child .point {
    display: block;
    margin: 0 auto 15px;
    padding: 5px 10px;
  }
  .service__list li:first-child .point span {
    font-size: 2.2rem;
  }
  .service__list li:first-child h3 {
    font-size: 1.9rem;
  }
  .service__list li:first-child h3 span {
    font-size: 2.4rem;
  }
  .service__list__text {
    text-align: center;
    font-size: 1.4rem;
  }
  .service__list__icon {
    width: 80px;
  }
  .results .swiper {
    margin: 0 auto;
    max-width: 80%;
  }
  .results .swiper-button-prev {
    left: 0px !important;
  }
  .results .swiper-button-prev::after {
    border-bottom: 20px solid transparent;
    border-right: 10px solid #ccc;
    border-top: 20px solid transparent;
  }
  .results .swiper-button-next {
    right: 0px !important;
  }
  .results .swiper-button-next::after {
    border-bottom: 20px solid transparent;
    border-left: 10px solid #ccc;
    border-top: 20px solid transparent;
  }
  .results__list li {
    padding: 20px;
  }
  .results__list li h3 {
    font-size: 1.8rem;
  }
  .plan__item h3 {
    font-size: 2.2rem !important;
  }
  .plan__item h3 .label {
    font-size: 1.8rem;
    padding: 5px 10px;
  }
  .plan__price .title {
    display: block;
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  .plan__price .price {
    font-size: 2.6rem;
  }
  .plan__detail-list {
    flex-direction: column;
    gap: 10px;
  }
  .plan__detail-list li {
    font-size: 1.6rem;
    justify-content: center;
  }
  .plan__second {
    flex-direction: column;
    margin-top: 30px;
  }
  .plan__item.second, .plan__item.third {
    padding: 20px 0;
    margin-top: 0;
  }
  .plan__item.second .plan__price .title, .plan__item.third .plan__price .title {
    display: inline-block;
  }
  .plan__item.second .plan__price .price, .plan__item.third .plan__price .price {
    font-size: 2.2rem;
  }
  .plan__copy {
    font-size: 2.2rem;
  }
  .plan__comparison h4 {
    font-size: 2.4rem;
  }
  .plan__comparison__table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .plan__comparison__table td, .plan__comparison__table th {
    padding: 15px;
  }
  .plan__comparison__table .fixed {
    position: sticky;
    left: 0;
    background: #fff;
  }
  .plan__comparison .show_more button {
    font-size: 1.8rem;
    width: 100%;
  }
  .creative .swiper {
    margin: 0;
  }
  .creative .swiper-button-prev {
    left: 0px !important;
  }
  .creative .swiper-button-prev::after {
    border-bottom: 20px solid transparent;
    border-right: 10px solid #ccc;
    border-top: 20px solid transparent;
  }
  .creative .swiper-button-next {
    right: 0px !important;
  }
  .creative .swiper-button-next::after {
    border-bottom: 20px solid transparent;
    border-left: 10px solid #ccc;
    border-top: 20px solid transparent;
  }
  .creative__list li.lp .img {
    padding: 0 60px;
  }
  .creative__price {
    flex-direction: column;
  }
  .creative__price__title {
    padding: 20px;
    width: 100%;
  }
  .creative__price__title h3 span {
    display: inline-block;
  }
  .creative__price__list {
    width: 100%;
  }
  .creative__price__list dt, .creative__price__list dd {
    width: 100%;
  }
  .creative__price__list dd {
    margin-bottom: 15px;
  }
  .why__text {
    background-size: 80%;
    padding-bottom: 80%;
  }
  .why__text p {
    font-size: 1.5rem;
  }
  .why__text p em {
    font-size: 1.7rem;
  }
  .flow__list {
    max-width: 500px;
    margin: auto;
    margin-bottom: 0;
  }
  .flow__item__icon {
    margin-right: 20px;
  }
  .flow__item:nth-last-of-type(n+2)::before {
    left: 40px;
    height: calc(100% - 90px - 10px);
  }
  .flow__item .icon {
    width: 80px;
    height: 80px;
  }
  .flow__item__title {
    font-size: 1.8rem;
  }
  .flow__item__description {
    font-size: 1.2rem;
    padding: 12px;
  }
  .flow__item__description p {
    line-height: 1.5;
  }
  .faq__list__title {
    padding: 15px;
    font-size: 1.6rem;
  }
  .faq__list__title span {
    margin-right: 15px;
  }
  .faq__list__text {
    padding: 20px;
    font-size: 1.4rem;
  }
  .form {
    position: static;
    width: 100%;
    height: auto;
  }
  .form iframe {
    width: 100% !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 500ms;
  will-change: transform, opacity;
}

/* 画面内に入った状態 */
.fadein.inview {
  opacity: 1;
  transform: translate(0, 0);
}

.fade {
  opacity: 0;
  transition: all 500ms;
}

.fade.inview {
  opacity: 1;
}

.thanks__wrapper .header {
  width: 100%;
}
.thanks__wrapper .container {
  margin-right: 0;
}
.thanks__wrapper .thanks__inner {
  padding: 100px 4vw;
  max-width: 960px;
  box-sizing: content-box;
  margin: auto;
}
.thanks__wrapper .thanks__text {
  margin-bottom: 30px;
}
.thanks__wrapper .thanks .btn {
  max-width: 600px;
  margin: auto;
  margin-top: 80px;
}
.thanks__wrapper .footer {
  margin-right: 0;
}/*# sourceMappingURL=style.css.map */