@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@800&display=swap');

body[data-page=taiyoself] .phase2-theme {
  font-family: Yu Gothic,游ゴシック,yugothic,游ゴシック体,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic ProN,メイリオ,meiryo,sans-serif!important;
  scroll-behavior: smooth
}
[data-page=taiyoself] .phase2-theme section {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media (min-width: 641px) and (max-width:1024px) {
  [data-page=taiyoself] .phase2-theme section {
    padding: 80px 40px
  }
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme section {
    padding: 80px 20px
  }
}
[data-page=taiyoself] .phase2-theme .usage {
  background: #f57a1b;
}
[data-page=taiyoself] .phase2-theme .price,
[data-page=taiyoself] .phase2-theme .faq,
[data-page=taiyoself] .phase2-theme .contact {
  background: #ebf2f6;
}
[data-page=taiyoself] .phase2-theme .base {
  background: #f6f6f6;
}
[data-page=taiyoself] .phase2-theme .heading > h2 {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .heading > h2 {
    font-size:clamp(2.4rem, 7.4666vw, 3.2rem)
  }
}
[data-page=taiyoself] .phase2-theme .heading > h2::before {
  content: none;
}
[data-page=taiyoself] .phase2-theme .heading > h2 + p {
  margin-top: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .heading > h2 + p {
    font-size: clamp(1.6rem, 5.3333vw, 2.4rem);
    line-height: 1.6;
    text-align: justify;
  }
}
[data-page=taiyoself] .phase2-theme .heading > h2 + p.small {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
/* main visual */
[data-page=taiyoself] .phase2-theme .mv {
  height: 800px;
  position: relative;
  width: 100%
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .mv {
    height: 100%;
  }
}
[data-page=taiyoself] .phase2-theme .mv__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: url(../self/img/mv_bg_pc.png) center / cover;
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .mv__wrapper {
  background: url(../self/img/mv_bg_sp.png) center / cover;
  }
}
[data-page=taiyoself] .phase2-theme .mv__content {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: start;
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .mv__content {
    gap: 0;
    align-items: center;
    padding: 48px 0 80px;
  }
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .mv__content {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
    padding: 24px 0 16px;
  }
}
[data-page=taiyoself] .phase2-theme .mv__content .heading > h1 {
  color: #ef3e6f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9.6rem;
  font-weight: 800;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt";
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .mv__content .heading > h1 {
    font-size: 4.8rem;
  }
}
[data-page=taiyoself] .phase2-theme .mv__content .image {
  margin-top: 120px;
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .mv__content .image {
    width: 40%;
    margin: 24px auto 0;
    position: relative;
    right: 26px;
  }
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .mv__text {
    width: 100%;
  }
}
[data-page=taiyoself] .phase2-theme .mv__text .text {
  padding: 16px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  background: rgb(255 255 255 / 80%);
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .mv__text .text {
    padding: 16px 0;
    font-size: 2rem;
    line-height: 1;
  }
}
[data-page=taiyoself] .phase2-theme .mv__text .text p + p {
  margin-top: 1em;
}
[data-page=taiyoself] .phase2-theme .mv__text .text p > span {
  color: #e97132;
}
[data-page=taiyoself] .phase2-theme .detail__block {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .detail__block {
    margin-top: 8px;
  }
}
[data-page=taiyoself] .phase2-theme .detail__block > p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
[data-page=taiyoself] .phase2-theme .detail__block > p::after {
  content: "▼";
  display: block;
  color: #e97132;
  font-size: 3.6rem;
  line-height: 1;
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .detail__block > p {
    font-size: 1.6rem;
  }
  [data-page=taiyoself] .phase2-theme .detail__block > p::after {
    font-size: 2.4rem;
  }
}
[data-page=taiyoself] .phase2-theme .detail__block > .btn {
  margin-top: 16px;
}
/* page navi */
[data-page=taiyoself] .phase2-theme .page-nav__list {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 1240px;
  margin: -30px auto 0;
  padding: 20px 100px;
  position: relative;
  z-index: 1;
  background-color: #f6f6f6;
  border-radius: 10px;
}
@media (max-width:1024px) {
  [data-page=taiyoself] .phase2-theme .page-nav__list {
    flex-wrap: wrap;
  }
}
@media (min-width: 640px) and (max-width:1024px) {
  [data-page=taiyoself] .phase2-theme .page-nav__list {
    gap: 24px 40px;
    max-width: 90%;
    margin: -48px auto 0;
  }
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .page-nav__list {
    gap: 0;
    margin: 0;
    padding: 0;
  }
}
[data-page=taiyoself] .phase2-theme .page-nav__item {
  padding-left: 16px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .page-nav__item {
    width: 50%;
    padding: 0;
    text-align: center;
  }
  [data-page=taiyoself] .phase2-theme .page-nav__item:nth-child(n + 3) {
    border-top: 1px solid #efefef;
  }
  [data-page=taiyoself] .phase2-theme .page-nav__item:last-child {
    width: 100%;
    border-top: 1px solid #efefef;
  }
  [data-page=taiyoself] .phase2-theme .page-nav__item:nth-child(even) {
    border-left: 1px solid #efefef;
  }
}
[data-page=taiyoself] .phase2-theme .page-nav__item::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #f57a1b;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .page-nav__item::after {
    content: none;
  }
}
[data-page=taiyoself] .phase2-theme .page-nav__item > a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .page-nav__item > a {
    display: block;
    padding: 16px 0;
  }
}
/* usage */
[data-page=taiyoself] .phase2-theme .usage {
  margin-top: -30px;
  padding: 130px 0 100px;
}
@media (min-width: 640px) and (max-width:1024px) {
  [data-page=taiyoself] .phase2-theme .usage {
    margin-top: -48px;
    padding: 80px 40px;
  }
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .usage {
    margin: 0;
    padding: 80px 20px;
  }
}
[data-page=taiyoself] .phase2-theme .usage__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
[data-page=taiyoself] .phase2-theme .usage__wrapper .heading {
  color: #fff;
}
[data-page=taiyoself] .phase2-theme .usage__content {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 1000px;
  margin: 64px auto 0;
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .usage__content {
    flex-direction: column;
  }
}
[data-page=taiyoself] .phase2-theme .usage__block {
  width: 50%;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .usage__block {
    width: 100%;
    padding: 24px;
  }
}
[data-page=taiyoself] .phase2-theme .usage__title > h3 {
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .usage__title > h3 {
    font-size: clamp(2rem, 6.4vw, 2.8rem);
  }
}
[data-page=taiyoself] .phase2-theme .usage__title > h3::after {
  content: none;
}
[data-page=taiyoself] .phase2-theme .usage__service {
  margin-top: 24px;
}
[data-page=taiyoself] .phase2-theme .usage__service img {
  width: 85%;
}
[data-page=taiyoself] .phase2-theme .usage__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: justify;
}
[data-page=taiyoself] .phase2-theme .usage__icon {
  margin-top: 8px;
  text-align: center;
}
[data-page=taiyoself] .phase2-theme .usage__reason {
  margin-top: 24px;
}
[data-page=taiyoself] .phase2-theme .reason__item {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .reason__item {
    flex-direction: column;
  }
}
[data-page=taiyoself] .phase2-theme .reason__item:not(:first-child) {
  margin-top: 24px;
}
[data-page=taiyoself] .phase2-theme .reason__icon {
  flex: 1 0 auto;
  width: 96PX;
  height: 124px;
}
[data-page=taiyoself] .phase2-theme .reason__item dl {
  display: block;
}
[data-page=taiyoself] .phase2-theme .reason__item dt,
[data-page=taiyoself] .phase2-theme .reason__item dd {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
[data-page=taiyoself] .phase2-theme .reason__item dt {
  color: #f57a1b;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
[data-page=taiyoself] .phase2-theme .reason__item dd {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: justify;
}
/* flow */
[data-page=taiyoself] .phase2-theme .flow__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
[data-page=taiyoself] .phase2-theme .flow__list {
  width: 100%;
  max-width: 1000px;
  margin: 64px auto 0;
}
[data-page=taiyoself] .phase2-theme .flow__item {
  display: flex;
  position: relative;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .flow__item {
    flex-direction: column;
  }
}
[data-page=taiyoself] .phase2-theme .flow__item:not(:first-child) {
  margin-top: 48px;
}
[data-page=taiyoself] .phase2-theme .flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #f57a1b;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .flow__item:not(:last-child)::after {
    left: 50%;
    transform: translate(-50%);
    width: 70px;
  }
}
[data-page=taiyoself] .phase2-theme .flow__number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
  width: 160px;
  padding: 40px 0;
  background-color: #f57a1b;
  border-radius: 10px 0 0 0;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .flow__number {
    width: 100%;
    padding: 0;
    position: relative;
    border-radius: 10px 10px 0 0;
  }
}
[data-page=taiyoself] .phase2-theme .flow__item:last-child .flow__number {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .flow__item:last-child .flow__number {
    border-radius: 10px 10px 0 0;
  }
}
[data-page=taiyoself] .phase2-theme .flow__number > span {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .flow__number > span {
    font-size: 1.6rem;
  }
  [data-page=taiyoself] .phase2-theme .flow__number > span > span {
    font-size: 2.4rem;
  }
}
[data-page=taiyoself] .phase2-theme .flow__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 96px;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .flow__icon {
    position: absolute;
    bottom: -116px;
  }
}
[data-page=taiyoself] .phase2-theme .flow__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 32px;
  background-color: #f6f6f6;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .flow__content {
    padding: 132px 24px 24px;
    border-radius: 0 0 10px 10px;
  }
}
[data-page=taiyoself] .phase2-theme .flow__title > h3 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .flow__title > h3 {
    text-align: center;
  }
}
[data-page=taiyoself] .phase2-theme .flow__title > h3::after {
  content: none;
}
[data-page=taiyoself] .phase2-theme .flow__text {
  margin-top: 16px;
  text-align: justify;
}
/* price */
[data-page=taiyoself] .phase2-theme .price__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ebf2f6;
}
/* lineup */
[data-page=taiyoself] .phase2-theme .lineup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
[data-page=taiyoself] .phase2-theme .lineup__content {
  width: 100%;
  max-width: 1000px;
  margin: 64px auto 0;
}
[data-page=taiyoself] .phase2-theme .lineup__block:not(:first-child) {
  margin-top: 64px;
}
[data-page=taiyoself] .phase2-theme .lineup__title > h3 {
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #f57a1b;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .lineup__title > h3 {
    font-size: clamp(2rem, 6.4vw, 2.8rem);
  }
}
[data-page=taiyoself] .phase2-theme .lineup__title > h3::after {
  content: none;
}
[data-page=taiyoself] .phase2-theme .lineup__list {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .lineup__list {
    flex-wrap: wrap;
    gap: 24px 0;
    margin-top: 16px;
  }
}
[data-page=taiyoself] .phase2-theme .lineup__item {
  text-align: center;
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .lineup__item {
    width: 50%;
  }
}
[data-page=taiyoself] .phase2-theme .lineup__item > a {
  color: inherit;
  text-decoration: none;
}
[data-page=taiyoself] .phase2-theme .lineup__image {
  aspect-ratio: 1 / 1;
  min-height: 232px;
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .lineup__image {
    width: 100%;
    min-height: auto;
  }
}
[data-page=taiyoself] .phase2-theme .lineup__image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
[data-page=taiyoself] .phase2-theme .lineup__name {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
[data-page=taiyoself] .phase2-theme .lineup__text {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .lineup__text {
    margin-top: 24px;
    text-align: justify;
  }
}
/* base */
[data-page=taiyoself] .phase2-theme .base__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f6f6f6;
}
/* faq */
[data-page=taiyoself] .phase2-theme .faq__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ebf2f6;
}
[data-page=taiyoself] .phase2-theme .faq__content {
  width: 100%;
  max-width: 840px;
  margin: 64px auto 0;
}
[data-page=taiyoself] .phase2-theme .faq__item:not(:first-child) {
  margin-top: 40px;
}
[data-page=taiyoself] .phase2-theme .faq__item dl {
  display: initial;
}
[data-page=taiyoself] .phase2-theme .faq__item dt,
[data-page=taiyoself] .phase2-theme .faq__item dd {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
[data-page=taiyoself] .phase2-theme .faq__item dt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: justify;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .faq__item dt {
    font-size: clamp(1.6rem, 5.3333vw, 2.4rem);
  }
}
[data-page=taiyoself] .phase2-theme .faq__item dd {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
[data-page=taiyoself] .phase2-theme .faq__item dd::before {
  content: "A";
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  background: #f57a1b;
  border-radius: 10px;
}
[data-page=taiyoself] .phase2-theme .faq__text {
  margin-top: 80px;
  text-align: center;
}
/* security */
[data-page=taiyoself] .phase2-theme .security__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
[data-page=taiyoself] .phase2-theme .security__content {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 1000px;
  margin: 64px auto 0;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .security__content {
    flex-direction: column;
  }
}
[data-page=taiyoself] .phase2-theme .security__block {
  width: 50%;
  padding: 40px;
  background: #f6f6f6;
  border-radius: 10px;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .security__block {
    width: 100%;
    padding: 24px;
  }
}
[data-page=taiyoself] .phase2-theme .security__title > h3 {
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .security__title > h3 {
    font-size: clamp(2rem, 6.4vw, 2.8rem);
  }
}
[data-page=taiyoself] .phase2-theme .security__title > h3::after {
  content: none;
}
[data-page=taiyoself] .phase2-theme .security__text {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: justify;
}
/* contact */
[data-page=taiyoself] .phase2-theme .contact__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ebf2f6;
}
/* button */
[data-page=taiyoself] .phase2-theme .btn {
  display: flex;
  align-items: center;
  max-width: 400px;
  min-width: 350px;
  height: 60px;
  margin: 48px auto 0;
}
@media (min-width: 641px) and (max-width:1024px) {
  [data-page=taiyoself] .phase2-theme .btn {
    min-width:260px
  }
}
@media (max-width: 640px) {
  [data-page=taiyoself] .phase2-theme .btn {
    height:50px;
    max-width: 330px;
    min-width: 280px
  }
}
[data-page=taiyoself] .phase2-theme .btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #f57a1b;
  border-radius: 50px;
  text-decoration: none;
}
[data-page=taiyoself] .phase2-theme .btn > a > span {
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  [data-page=taiyoself] .phase2-theme .btn > a > span {
      font-size:1.8rem
  }
}
/* utility */
@media (min-width: 1025px) {
  .is-sp {
    display:none
  }
}
@media (min-width: 641px) and (max-width:1024px) {
  .is-sp {
    display:none
  }
}
@media (min-width: 1025px) {
  .is-sptb {
    display:none
  }
}

@media (max-width: 640px) {
  .is-pc {
    display:none
  }
}