@charset "UTF-8";
/*==Noto_Sans_JP==*/
/*Regular*/
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*SemiBold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Reset CSS - 2021.09
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, ruby, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption, canvas, embed, output, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}

header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

hr {
  display: none;
}

address, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* clearfix
---------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  color: #333333;
  background-color: #FFFFFF;
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

a:hover {
  opacity: 0.5;
}

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

.sp-block {
  display: none;
}

.section__container {
  padding: 120px 0;
}

.wrapper {
  width: min(100%, 1040px);
  padding: 0 32px;
  margin: 0 auto;
  position: relative;
}

.bg-navy {
  background-image: url(../../img/common/bg-color.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-paper {
  background-image: url(../../img/common/bg-paper.webp);
}

.bg-wall {
  background-image: url(../../img/common/bg-wall.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .wrapper {
    padding: 0 16px;
  }
  .section__container {
    padding: 80px 0;
  }
}
/* Module */
.ctaContainer {
  background-color: #22236A;
  color: #FFFFFF;
  padding: 40px 0;
}

.cta__text {
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 30px;
}

.cta__btn {
  margin: 0 auto;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .ctaContainer {
    padding: 20px 0 30px;
  }
  .cta__text {
    margin-bottom: 15px;
  }
}
.section__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
.section__title--left {
  align-items: flex-start;
}
.section__title--ja {
  font-size: clamp(1.5rem, 1.35rem + 0.64vw, 1.75rem);
  color: #22236A;
  line-height: 1.2;
  font-weight: 500;
}
.section__title--ja small {
  font-size: 0.75em;
}
.section__title--ja span {
  font-size: 0.875rem;
  margin-bottom: 4px;
  text-align: center;
  display: block;
}
.section__title--ja.--white {
  color: #FFFFFF;
}
.section__title--en {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  color: #CBBC4F;
}

/*===========================
sp
===========================*/
.btn {
  background: linear-gradient(0deg, #F14A0E 0%, #FF8851 64.86%);
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  line-height: 1;
  max-width: 550px;
  padding: 8px 24px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.btn::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../img/common/icon-download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-right: 10px;
}
.btn--large {
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  padding: 16px 56px;
}
.btn--large::before {
  width: 30px;
  height: 30px;
}

.btn--microcopy {
  display: block;
  background: linear-gradient(0deg, #F14A0E 0%, #FF8851 64.86%);
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  text-align: center;
  color: #FFFFFF;
  line-height: 1;
  max-width: 360px;
  padding: 12px 24px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.btn--microcopy .copy {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.btn--microcopy .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.btn--microcopy .label::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../../img/common/icon-download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-right: 10px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .btn--microcopy {
    width: 100%;
  }
}
body.modal-fixed {
  position: fixed; /* 背景を固定 */
  top: var(--scroll-y); /* スクロール位置を保持 */
  left: 0;
  right: 0;
  overflow: hidden; /* スクロールを無効化 */
}

.modalOpen {
  cursor: pointer;
}

.modalContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
  color: #333333;
}

.modalContainer:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modalContainer.active {
  opacity: 1;
  visibility: visible;
}

.modalBody {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 800px;
}

.modalClose {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 24px;
  color: #FFFFFF;
  cursor: pointer;
}

.modalWrapper {
  background-color: #FFFFFF;
  text-align: left;
  padding: 30px;
  overflow-y: auto;
  max-height: 85vh;
}
.modalWrapper h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1rem;
  padding: 5px;
  background-color: #333333;
  color: #FFFFFF;
  font-weight: 600;
}
.modalWrapper h4 {
  font-size: 0.875rem;
  font-weight: 600;
}
.modalWrapper p {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.modalWrapper ul {
  list-style: inside;
  font-size: 0.875rem;
  font-weight: 400;
}
.modalWrapper ul li {
  margin-bottom: 0.5em;
}
.modalWrapper ol {
  list-style: auto;
  font-size: 0.875rem;
  padding-left: 1em;
  font-weight: 400;
}
.modalWrapper ol li {
  margin-bottom: 0.5em;
}
.modalWrapper .modal__block:not(:last-child) {
  margin-bottom: 30px;
}

.teaModalWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.teaModal__image {
  max-width: 240px;
  margin-bottom: 32px;
}

.teaModal__title {
  text-align: center;
  margin-bottom: 1.5rem;
}
.teaModal__title h4 {
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  color: #22236A;
  line-height: 1.2;
}
.teaModal__title p {
  font-family: "Alata", sans-serif;
  font-weight: 400;
  color: #CBBC4F;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .modalContainer {
    padding: 40px 0;
  }
  .modalWrapper {
    padding: 30px;
  }
}
.headerContainer {
  height: 75px;
  padding: 16px;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 3;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .headerContainer {
    padding: 0 16px;
    height: 56px;
  }
  .headerContainer .btn {
    font-size: 0.65rem;
    padding: 8px 14px;
    border-radius: 4px;
  }
  .headerContainer .btn::before {
    width: 18px;
    height: 18px;
    margin-right: 4px;
  }
  .header__logo {
    width: 170px;
  }
}
.footer__container {
  background-color: #22236A;
  color: #FFFFFF;
  text-align: center;
  padding: 50px 0 10px;
}
.footer__container copy {
  font-size: 0.625rem;
  text-align: center;
  display: block;
}

.link__list {
  display: flex;
  justify-content: center;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  margin: 32px 0 80px;
}

.link__item {
  line-height: 1;
  padding: 0 2em;
  border-right: 1px solid #FFFFFF;
  cursor: pointer;
}
.link__item:first-child {
  border-left: 1px solid #FFFFFF;
}
.link__item:hover {
  text-decoration: underline;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .link__list {
    flex-direction: column;
    align-items: center;
    gap: 2em;
  }
  .link__item {
    border: none;
  }
  .link__item:first-child {
    border: none;
  }
}
/* sections */
.kv {
  background-image: url(../../img/mv_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 128/69;
  display: flex;
  align-items: center;
}

.kv__title {
  font-size: clamp(1.625rem, 1.1rem + 2.24vw, 2.5rem);
  color: #22236A;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 140%;
}
.kv__title span {
  color: #EA6839;
}
.kv__title small {
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem);
  vertical-align: baseline;
}

.kv__baloon {
  width: 20%;
  max-width: 170px;
  transform: rotate(-5deg);
}

.kv__text {
  margin-bottom: 30px;
  font-size: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
}

.company__list {
  padding: 30px 0;
}

.page__kv {
  margin-top: 75px;
  padding: 80px 0;
}
.page__kv .section__title {
  margin-bottom: 0;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .kv {
    background-image: url(../../img/mv_sp.webp);
    aspect-ratio: 25/36;
    align-items: flex-start;
    padding-top: 80px;
  }
  .kv .wrapper {
    height: 100%;
  }
  .kv .btn {
    position: absolute;
    width: 90%;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv__title {
    margin-bottom: 16px;
  }
  .kv__text {
    width: 55%;
  }
  .kv__baloon {
    width: 40%;
  }
  .page__kv {
    margin-top: 56px;
    padding: 40px 0;
  }
}
#secAbout {
  position: relative;
  z-index: -1;
  overflow: hidden;
}
#secAbout .inner {
  padding: 0 32px;
  display: flex;
  align-items: center;
}
#secAbout::before {
  content: "";
  width: 27%;
  max-width: 350px;
  aspect-ratio: 28/25;
  background-image: url(../../img/object-orange.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -5%;
  top: -2%;
  z-index: -1;
}

.about__text {
  flex: 1;
  margin-right: min(10%, 80px);
}
.about__text h3 {
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.about__text .about__desc {
  margin-bottom: 2rem;
}

.about__img {
  position: relative;
  width: 50vw;
  max-width: 600px;
  margin-right: calc(50% - 50vw);
}
.about__img::before {
  content: "";
  width: 60%;
  max-width: 520px;
  aspect-ratio: 211/217;
  background-image: url(../../img/object-blue.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 30%;
  top: -10%;
  z-index: -1;
}
.about__img::after {
  content: "";
  width: 65%;
  aspect-ratio: 87/88;
  background-image: url(../../img/object-purple.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 60%;
  bottom: -15%;
  z-index: -1;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secAbout .inner {
    padding: 0 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  #secAbout::before {
    width: 70%;
    z-index: -1;
    left: 60%;
  }
  .about__text {
    display: contents;
  }
  .about__text h3 {
    margin-bottom: 1.5rem;
    order: 2;
  }
  .about__text .about__desc {
    margin-bottom: 2rem;
    order: 2;
  }
  .btn--microcopy {
    order: 2;
  }
  .about__img {
    order: 1;
    width: calc(100% + 16px);
    margin-right: initial;
    margin-bottom: 32px;
  }
}
.faq__item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 24px;
}
.faq__item:not(:last-child) {
  margin-bottom: 20px;
}

.faq__item-question {
  display: grid;
  align-items: start;
  grid-template-columns: 20px 1fr 20px;
  gap: 15px;
  padding: 24px 16px;
  color: #22236A;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}
.faq__item-question::before {
  content: "Q.";
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
}
.faq__item-question::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #8A95C5;
  border-right: 2px solid #8A95C5;
  transform: rotate(135deg);
  transition: transform 0.5s;
  margin-top: 8px;
}

.faq__item.active .faq__item-question::after {
  transform: rotate(-45deg);
}

.faq__item-answer {
  display: grid;
  align-items: start;
  grid-template-columns: 20px 1fr;
  gap: 15px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 16px 0 16px;
  overflow: hidden;
  height: 0;
  transition: all 0.25s ease;
}
.faq__item-answer::before {
  content: "A.";
  font-family: "Alata", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #EA6839;
  line-height: 1;
  margin-right: 0.75rem;
}

.faq__item.active .faq__item-answer {
  border-top: 1px dashed #8A95C5;
  height: auto;
  padding: 24px 16px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .faq__item {
    padding: 0 16px;
  }
  .faq__item-question {
    grid-template-columns: 15px 1fr 10px;
    padding: 24px 0;
  }
  .faq__item-question::before {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .faq__item-answer {
    grid-template-columns: 15px 1fr;
    padding: 0;
  }
  .faq__item-answer::before {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .faq__item.active .faq__item-answer {
    padding: 24px 0;
  }
}
.flow__list {
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  padding: 32px 5%;
  border-radius: 16px;
}

.flow__item {
  width: 25%;
  max-width: 250px;
  text-align: center;
}

.flow__number {
  font-family: "Alata", sans-serif;
  color: #CBBC4F;
  font-size: 1.125rem;
  margin-bottom: 16px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.flow__number small {
  font-size: 0.65rem;
}

.flow__text {
  font-size: 1.125rem;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 16px;
}

.flow__img {
  max-width: 80px;
  margin: 0 auto 16px;
}

.flow__item:nth-child(4) .flow__text {
  line-height: 2.9em;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 990px) {
  .flow__list {
    padding: 32px 0;
    flex-direction: column;
    align-items: center;
  }
  .flow__item {
    width: 100%;
    max-width: initial;
  }
  .flow__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .flow__item:nth-child(4) .flow__text {
    line-height: 1;
  }
}
#secIntro {
  overflow: hidden;
}
#secIntro .title {
  font-size: clamp(1.5rem, 1.35rem + 0.64vw, 1.75rem);
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}
#secIntro .title span {
  position: relative;
}
#secIntro .title span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #F6A55F;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.worries__list {
  max-width: 800px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 48px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.worries__list::before {
  content: "";
  width: 30%;
  max-width: 200px;
  aspect-ratio: 4/5;
  background-image: url(../../img/intro-illust-left.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -60px;
  bottom: -5%;
}
.worries__list::after {
  content: "";
  width: 30%;
  max-width: 190px;
  aspect-ratio: 95/138;
  background-image: url(../../img/intro-illust-right.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -60px;
  bottom: -5%;
}

.worries__item {
  border-bottom: 1px dashed #22236A;
  padding: 16px;
  color: #22236A;
  width: 65%;
}
.worries__item:first-child {
  border-top: 1px dashed #22236A;
}
.worries__item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/common/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 16px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secIntro {
    padding-bottom: 120px;
  }
  #secIntro .title {
    margin-bottom: 32px;
  }
  .worries__list {
    padding: 32px 24px 56px;
  }
  .worries__list::before {
    width: 30%;
    left: 24px;
    bottom: -90px;
  }
  .worries__list::after {
    width: 30%;
    right: 24px;
    bottom: -90px;
  }
  .worries__item {
    padding: 8px;
    width: 100%;
  }
  .worries__item::before {
    width: 16px;
    height: 16px;
    margin-right: 4px;
  }
}
#secLineup {
  color: #FFFFFF;
  text-align: center;
}

.tea__list .swiper-wrapper {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.tea__item {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 40px 16px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.tea__item:hover {
  transform: translateY(-16px);
}
.tea__item::before {
  content: "";
  width: 60%;
  max-width: 150px;
  aspect-ratio: 87/92;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.tea__item::after {
  content: "";
  width: 50%;
  max-width: 100px;
  aspect-ratio: 87/92;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tea__item:nth-child(3n+1)::before {
  background-image: url(../../img/tea/tea-object-blue.webp);
}
.tea__item:nth-child(3n+1)::after {
  background-image: url(../../img/tea/tea-object-orange.webp);
}
.tea__item:nth-child(3n+2)::before {
  background-image: url(../../img/tea/tea-object-orange.webp);
}
.tea__item:nth-child(3n+2)::after {
  background-image: url(../../img/tea/tea-object-yellow.webp);
}
.tea__item:nth-child(3n)::before {
  background-image: url(../../img/tea/tea-object-purple.webp);
}
.tea__item:nth-child(3n)::after {
  background-image: url(../../img/tea/tea-object-orange.webp);
}

.tea__image {
  max-width: 120px;
  margin: 0 auto 1rem;
  position: relative;
  z-index: 1;
}

.tea__title--ja {
  color: #22236A;
  font-weight: 500;
}
.tea__title--en {
  color: #CBBC4F;
  font-size: 0.75rem;
}

.notice {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
}

.banner {
  padding: 0 20px;
  max-width: 600px;
  margin: 30px auto 0;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .tea__list .swiper-wrapper {
    margin-top: 2rem;
  }
}
#secPoint {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
#secPoint::before {
  content: "";
  width: 60%;
  max-width: 600px;
  aspect-ratio: 122/125;
  background-image: url(../../img/object-tea.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right -150px;
  position: absolute;
  top: 2.5%;
  right: 0;
}
#secPoint::after {
  content: "";
  width: 50%;
  max-width: 500px;
  aspect-ratio: 122/125;
  background-image: url(../../img/object-purple.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -3%;
  right: -5%;
  z-index: -1;
}

.point__main-title {
  position: relative;
  padding: 24px 0;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.point__main-title .--large {
  font-size: clamp(2rem, 1.4rem + 2.56vw, 3rem);
}
.point__main-title .--large small {
  font-size: clamp(1.75rem, 1.3rem + 1.92vw, 2.5rem);
}
.point__main-title .--small {
  font-size: clamp(1.75rem, 1.3rem + 1.92vw, 2.5rem);
  padding-left: 24px;
}
.point__main-title .--small small {
  font-size: clamp(1.5rem, 1.125rem + 1.6vw, 2.125rem);
}
.point__main-title::after {
  content: "";
  background-image: url(../../img/common/bg-color.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 60vw;
  height: 100%;
  border-radius: 0 24px 24px 0;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  margin-left: calc(50% - 50vw);
}

.point__readtext {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  line-height: 2.5;
}

.point__list {
  margin-top: 12%;
}

.point__item {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.point__item::before {
  content: "";
  width: 50%;
  max-width: 500px;
  aspect-ratio: 4/5;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: -1;
}
.point__item:first-child::before {
  background-image: url(../../img/object-orange.webp);
  left: -20%;
  top: -80%;
}
.point__item:nth-child(2) {
  justify-content: flex-start;
}
.point__item:nth-child(2)::before {
  background-image: url(../../img/object-blue.webp);
  left: -35%;
  bottom: -100%;
}
.point__item:nth-child(2) .point__image {
  left: initial;
  right: 0;
}
.point__item:nth-child(2) .point__text {
  padding: 32px 400px 80px 40px;
}
.point__item:not(:last-child) {
  margin-bottom: 80px;
}

.point__image {
  max-width: 400px;
  border-radius: 24px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -40px;
}

.point__text {
  padding: 32px 40px 80px 400px;
  width: 95%;
  min-height: 350px;
  border-radius: 24px;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.point__title {
  color: #22236A;
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 16px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secPoint::before {
    display: none;
  }
  #secPoint::after {
    width: 50%;
    bottom: -3%;
    right: -5%;
  }
  .point__main-title {
    padding: 24px 0;
    margin-bottom: 40px;
    z-index: 1;
  }
  .point__main-title::after {
    width: 90vw;
  }
  .point__readtext {
    line-height: 2;
  }
  .point__item {
    flex-direction: column;
  }
  .point__item:first-child::before {
    width: 70%;
    top: -85%;
  }
  .point__item:nth-child(2) .point__text {
    padding: 24px;
  }
  .point__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .point__image {
    border-radius: 16px 16px 0 0;
    position: inherit;
    top: initial;
  }
  .point__text {
    padding: 24px;
    width: 100%;
    min-height: initial;
    border-radius: 0 0 16px 16px;
  }
}
.movie__list {
  width: min(1000px, 100%);
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
}

.video {
  width: 450px;
}
.video .name__result {
  color: #22236A;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 0.3em;
}
.video button {
  border: none;
  background: transparent;
}

.result__list {
  position: relative;
}
.result__list .swiper-wrapper {
  padding-bottom: 32px;
}

/* 矢印ボタン */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  color: #8A95C5;
  cursor: pointer;
}

/* 矢印を中央と両端の間に */
.swiper-button-prev {
  left: 14%;
}

.swiper-button-next {
  right: 14%;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 32px;
}

.result__item {
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.result__main {
  background-color: #22236A;
  color: #FFFFFF;
  border-radius: 16px 0 0 16px;
  padding: 32px;
  width: 31.25%;
  max-width: 250px;
  text-align: center;
}
.result__main .result__img {
  max-width: 160px;
  margin: 0 auto 1rem;
  border-radius: 80px;
  overflow: hidden;
}
.result__main .result__companyname {
  font-size: 0.875rem;
}
.result__main .result__name {
  font-size: 0.75rem;
}

.result__text {
  padding: 32px;
  flex: 1;
}

.result__title {
  color: #22236A;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  font-weight: 600;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper .swiper-slide-item {
  height: 100%;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 990px) {
  .result__list {
    padding: 0 28px 16px;
  }
  .result__item {
    flex-direction: column;
  }
  .result__main {
    width: 100%;
    max-width: initial;
    padding: 32px 16px;
    border-radius: 16px 16px 0 0;
  }
  .result__text {
    padding: 24px;
  }
  /* 矢印を中央と両端の間に */
  .swiper-button-prev {
    left: 0;
  }
  .swiper-button-next {
    right: 0;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
  }
}
.reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px 0;
}

.reason__item {
  width: 46.875%;
}

.reason__image {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.reason__title {
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
  color: #22236A;
  text-align: center;
  margin-bottom: 16px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .reason__item {
    width: 100%;
  }
}
.cta__container {
  text-align: center;
  color: #FFFFFF;
  padding: 80px 0;
}
.cta__container p {
  font-size: clamp(1.25rem, 0.95rem + 1.28vw, 1.75rem);
  font-weight: 600;
  margin-bottom: 32px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .cta__container {
    padding: 56px 0;
  }
  .cta__container p {
    margin-bottom: 24px;
  }
}
#contact {
  padding: 100px 0;
}
#contact .intro__text, #contact .contact__notice {
  text-align: center;
  margin-bottom: 32px;
}
#contact .intro__text span, #contact .contact__notice span {
  text-decoration: underline;
}
#contact .wrapper {
  width: min(100%, 800px);
}
#contact .form__table {
  margin-bottom: 32px;
}
#contact .form__row {
  display: flex;
  align-items: flex-start;
  border-top: 1px dashed #999;
  padding: 1rem 0;
}
#contact .form__row:last-child {
  border-bottom: 1px dashed #999;
}
#contact .form__row:not(:last-child) {
  margin-bottom: 0;
}
#contact .form__row .form__head {
  width: 35%;
  display: flex;
  align-items: center;
}
#contact .form__row .form__cell {
  flex: 1;
}

.form__icon {
  color: #FFFFFF;
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 2px 10px;
  margin-right: 1rem;
}
.form__icon-require {
  background-color: #EA6839;
}
.form__icon-any {
  background-color: #999;
}

input, select, textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.send__btn {
  text-align: center;
}

input[type=submit] {
  color: #FFFFFF;
  background: linear-gradient(0deg, #F14A0E 0%, #FF8851 64.86%);
  line-height: 60px;
  padding: 0 40px;
  border: none;
  font-size: 1.375rem; /*22px*/
  font-weight: bold;
  border-radius: 50px;
  width: 60%;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5;
}
input[type=submit]:hover {
  opacity: 0.5;
  transition: all 0.5;
}

#thanks {
  padding: 100px 0;
  text-align: center;
}
#thanks h3 {
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  margin-bottom: 50px;
}
#thanks p {
  margin-bottom: 50px;
}
#thanks .btn {
  line-height: 60px;
  padding: 0 40px;
  width: 60%;
  font-size: 1.375rem; /*22px*/
}
#thanks .btn::before {
  display: none;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #contact {
    padding: 50px 0 80px;
  }
  #contact .form__row {
    flex-direction: column;
    padding: 1rem 0;
  }
  #contact .form__row .form__head {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  #contact .form__row .form__cell {
    width: 100%;
  }
  input[type=submit] {
    line-height: 60px;
    font-size: 18px;
    border-radius: 50px;
    width: 100%;
  }
  #thanks {
    padding: 50px 0 80px;
  }
  #thanks h3 {
    margin-bottom: 32px;
  }
  #thanks p {
    margin-bottom: 32px;
  }
  #thanks .btn {
    line-height: 60px;
    font-size: 18px;
    border-radius: 50px;
    width: 100%;
  }
}
.note__title--lg {
  color: #FFFFFF;
  font-size: clamp(1.5rem, 1.2rem + 1.28vw, 2rem);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.note__title--lg span {
  position: absolute;
  top: -40px;
  left: 100px;
  transform: rotate(-10deg);
  max-width: 130px;
}

.note__title--sm {
  color: #FFFFFF;
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
  text-align: center;
  margin-bottom: 30px;
}

.note__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 3.5%;
  margin-bottom: 50px;
}

.note__item {
  max-width: 300px;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding-bottom: 20px;
}
.note__item .note__img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.note__item .note__ttl {
  color: #22236A;
  text-align: center;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
}
.note__item .note__desc {
  text-align: center;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
}

.note-btn__container {
  text-align: center;
}
.note-btn__container .btn__catch {
  color: #FFFFFF;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-end;
}
.note-btn__container .btn__catch::before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #FFFFFF;
  display: inline-block;
  transform: rotate(-25deg);
}
.note-btn__container .btn__catch::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #FFFFFF;
  display: inline-block;
  transform: rotate(25deg);
}
.note-btn__container .btn {
  display: block;
  padding: 1em;
  max-width: 300px;
  margin: 20px auto 0;
}
.note-btn__container .btn::before {
  display: none;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .note__title--lg {
    margin-bottom: 20px;
  }
  .note__title--lg span {
    left: 0;
    transform: rotate(0);
  }
  .note-btn__container .btn__catch::before, .note-btn__container .btn__catch::after {
    height: 50px;
  }
}
.article__list {
  display: flex;
  gap: 30px 3.5%;
  justify-content: center;
  flex-wrap: wrap;
}

.article__item {
  max-width: 300px;
}
.article__item a {
  display: block;
  background-color: #FFFFFF;
  padding: 16px;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
}

.article__img {
  margin-bottom: 12px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .tea__list .swiper-wrapper {
    margin-top: 2rem;
  }
}/*# sourceMappingURL=style.css.map */