@charset "UTF-8";

/*----------------------------------------------------
  intro
----------------------------------------------------*/
.intro {
  position: relative;
  z-index: 1;
}

.intro .container {
  max-width: 1280px;
}

.bg-circle--right {
  width: 80%;
  height: auto;
  position: absolute;
  top: -20%;
  right: -25%;
  opacity: .5;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}

.bg-circle--left {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: -10%;
  opacity: .3;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}

.intro-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 184px;
}

.intro-col__imgWrap {
  width: 40%;
  position: relative;
}

.intro-col__img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0) rotate(0deg);
  opacity: 0;
  transform-origin: bottom center;
  background: #fbdfaa;
  border-radius: 14px;
}

.intro-col__img {
  width: 100%;
  height: auto;
  clip-path: inset(0 0 round 14px);
  position: relative;
}

.intro-col__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.intro-col__img>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-col__inner {
  width: 45%;
}

.intro-col__ttl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.intr-col__ttl-img {
  width: 80px;
}

.intr-col__ttl-inner {
  width: calc(100% - 100px);
  line-height: 1.6;
}

.intr-col__ttl-inner>h3 {
  font-size: 2.6rem;
}

.intr-col__ttl-inner>p {
  display: flex;
  align-items: center;
  width: 100%;
  color: #E6A857;
  letter-spacing: .1em;
}

.intr-col__ttl-inner>p::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url('../../img/common/icon-flower--ora.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.intr-col__ttl-inner>p::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 8px;
}

.intro-col__inner-txt {
  margin-bottom: 20px;
}

.intro-col__inner-txt>p {
  font-size: 1.8rem;
}

.intro-col__inner-txt>p:not(:last-of-type) {
  margin-bottom: 30px;
}

.intro-col__inner-box {
  margin-bottom: 30px;
}

.intro-col__inner-box>dl {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.intro-col__inner-box>dl>dt {
  width: 80px;
  background: #E8E8E8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 7.5px 0;
  text-align: center;
}

.intro-col__inner-box>dl>dd {
  width: calc(100% - 94px);
  padding: 7.5px 0;
}

.intro-col__inner-box>dl>dd>span {
  margin: 0 10px;
}

.intro-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.intro-link>a {
  width: 49%;
  height: 80px;
  background: linear-gradient(115deg, #F4B860, #FBE07B);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  border-radius: 50vh;
  text-align: center;
  position: relative;
}

.intro-link>a::after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('../../icon/arrow-r--w.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.intro-link>a>span {
  padding: 0 14px;
  background: #fff;
  color: #F4B860;
  font-size: 1.2rem;
  border-radius: 4px;
}

.intro-box {
  width: 100%;
  padding: 80px;
  background: #f9f6f0;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: rgba(105, 71, 8, 0.12) 0px 6px 12px;
}

.intro-flower {
  width: 17.5%;
  height: auto;
  position: absolute;
  top: -50%;
  right: -10%;
  pointer-events: none;
}

.intro-box__ttl {
  width: auto;
  height: 48px;
  padding: 0 60px;
  border-radius: 8px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #79ac95;
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-box__ttl>h3 {
  font-size: 2.6rem
}

.intro-box__list {
  width: auto;
  margin-bottom: 30px;
}

.intro-box__list>ul {
  width: auto;
  font-size: 2.2rem;
  font-weight: 700;
  list-style: none;
}

.intro-box__list>ul>li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.intro-box__list>ul>li::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url('../img/common/icon-check--grn.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.intro-box__list>ul>li:not(:last-of-type) {
  margin-bottom: 20px;
}

.intro-box__list>ul>li>span {
  font-size: 1.6rem;
  margin: 0 3px;
}

.intro-box__txt {
  font-weight: 500;
  line-height: 1.6;
}

.intro-box__deco {
  width: 15%;
  position: absolute;
  right: -5%;
  bottom: 0;
}

.intro-box__deco>img {
  width: 100%;
}

/*----------------------------------------------------
  flow
----------------------------------------------------*/
.flow {
  width: calc(100% - 40px);
  background: rgba(251, 249, 246, .8);
  backdrop-filter: blur(5px);
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
}

.flow::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #FBF2E7, #FBF2E7);
  border-radius: 20px;
}

.flow::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/common/bg-noise.png');
  background-repeat: repeat;
  mix-blend-mode: multiply;
  opacity: .5;
  border-radius: 20px;
}

.flow .container {
  width: 90%;
  position: relative;
  z-index: 1;
}

.flow-colWrap {
  width: 100%;
  height: auto;
  position: relative;
}

.txt-sunpopo {
  width: auto;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  opacity: 1;
}

.txt-sunpopo>img {
  width: auto;
  height: 100%;
}

.flow-col {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
}

.flow-box {
  width: 45%;
  display: flex;
  flex-direction: column;
  position: relative;
  background: rgba(255, 255, 255, .8);
  border-radius: 20px;
}

.flow-col__arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5%;
  height: auto;
  animation: blink 3s linear infinite;
}

.flow-col__arrow2 {
  animation-delay: 1s;
}

.flow-col__arrow3 {
  animation-delay: 2s;
}

.flow-box__eyecatch {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
  position: relative;
}

.flow-box__eyecatch::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 65%;
}

.flow-box__eyecatch>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
}

.flow-box__eyecatch-tab {
  display: block;
  width: auto;
  padding: 0 14px;
  background: #ffee7d;
  border-radius: 0 50vh 50vh 0;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
}

.flow-box__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px 30px 20px;
  box-sizing: border-box;
  flex: 1;
}

.flow-box__inner-lead {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.flow-box__inner-txt {
  font-size: 1.4rem;
}

.flow-box__inner-link {
  width: 90%;
  margin: 10px auto 0 auto;
}

.flow-box__inner-link>a {
  width: 100%;
  height: 60px;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(115deg, #F4B860, #FBE07B);
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}

.flow-box__inner-link>a>img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.flow-attention {
  width: 60%;
  box-sizing: border-box;
  margin: 40px auto 0 auto;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

.flow-attention>p>span {
  font-weight: 700;
  text-decoration: underline;
}

/*----------------------------------------------------
  other
----------------------------------------------------*/
.other {
  padding-bottom: 0 !important;
}

.other .container {
  width: 95%;
  max-width: 1440px;
}

.other-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px auto;
}

.other-inner {
  display: flex;
  flex-direction: column;
  padding: 40px 40px 60px 40px;
  box-sizing: border-box;
  border-radius: 20px;
}

#o-seminar {
  width: 49%;
  background: #fbdad1;
}

#o-faq {
  width: 49%;
  background: #fbdfaa;
}

.other-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.other-ttl>h2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  line-height: 1.6;
}

.other-ttl>h2>span {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}

.other-ttl>h2>span::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 4px dotted #A09C95;
  margin-left: 8px;
}

.other-ttl>img {
  width: 70px;
  margin-right: 10px;
  flex-shrink: 0;
}

.other-ttl>h2 {
  font-size: 2.6rem;
}

.other-boxWrap {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #fff;
  border-radius: 10px;
}

.other-box {
  width: 85%;
  margin: 0 auto;
}

.other-box__inner {
  width: 100%;
  margin: 0 auto;
}

.other-box__inner>ul:nth-of-type(n+2) {
  margin-top: 20px;
}

.other-box__lead {
  font-weight: 500;
}

.other-box ul {
  padding-left: 14px;
  box-sizing: border-box;
  font-size: 2rem;
}

.faq-category {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.faq-category:nth-of-type(n+2) {
  margin-top: 30px;
}

.faq-title {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.faq-title::after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  flex-shrink: 0;
  box-sizing: border-box;
  background: #AFA797;
  color: #fff;
}

.faq-title.active::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50vh;
  flex-shrink: 0;
  box-sizing: border-box;
  background: #AFA797;
  color: #fff;
}

.faq-titleText {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1.6;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  position: relative;
}

.faq-titleText img {
  display: block;
  width: 40px;
  height: auto;
  margin-right: 8px;
}

.faq-inner {
  width: 100%;
  height: auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.faq-inner.open {
  padding: 20px;
}

.faq-answer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.faq-answer img {
  display: block;
  width: 40px;
  height: auto;
  margin-right: 8px;
}

.faq-lead {
  display: inline-block;
  padding: 5px 20px;
  box-sizing: border-box;
  margin: 5px 0;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

/*----------------------------------------------------
  price
----------------------------------------------------*/
.price .container {
  max-width: 1280px;
}

.price-flower {
  width: 25%;
  position: absolute;
  top: -15%;
  left: -10%;
}

.price .bg-circle--right {
  opacity: .5;
  z-index: -1;
}

.price-lead {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.price-tableWrap {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

#icon {
  display: none;
}

.price-table {
  overflow-x: auto;
  position: relative;
}

table {
  font-weight: 700;
  border-collapse: separate;
  width: 100%;
  min-width: 600px;
}

th,
td {
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

td:first-child .cell {
  position: relative;
  z-index: 1;
}

.cell {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  position: relative;
}

.cell::after {
  display: block;
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: -1;
}

/* 左列を固定する */
th:first-child,
td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

thead th {
  font-size: 2.4rem;
}

thead th:first-child {
  z-index: 3;
  background: none;
}

.cell-th--ora::after {
  background: #fbdfaa;
}

.cell-th--grn::after {
  background: #9FC3B3;
}

.price-name {
  font-size: 2.2rem;
  position: relative;
}

.price-name::before {
  content: "";
  position: absolute;
  top: 97%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
}

.price-name--ora::before {
  border-top: 20px solid #fbdfaa;
}

.price-name--grn::before {
  border-top: 20px solid #9FC3B3;
}


.price-name>.cell-th>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50vh;
  margin-right: 5px;
}

tbody td.diagonal-line {
  background-image: linear-gradient(to left bottom, transparent calc(50% - .5px), #ccc calc(50% - .25px), #ccc calc(50% + .25px), transparent calc(50% + .5px), #fff);
  background-repeat: no-repeat;
}

tbody td {
  font-size: 2rem;
}

.cell-td--brw::after {
  background: #ECE6DC;
}

.cell-td--lbrw::after {
  background: #f9f6f0;
}

.cell-td>span {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 5px;
}

tbody tr:not(:last-of-type) .cell-td>span {
  margin-right: 3px;
}

.price-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-cta__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}

.price-cta__lead::before {
  display: block;
  content: '';
  width: 1.5px;
  height: 24px;
  background: #ccc;
  transform: rotate(-30deg);
  margin-right: 20px;
}

.price-cta__lead::after {
  display: block;
  content: '';
  width: 1.5px;
  height: 24px;
  background: #ccc;
  transform: rotate(30deg);
  margin-left: 20px;
}

.price-cta__link {
  width: 480px;
  height: 120px;
  margin: 0 auto;
}

.price-cta__link>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(115deg, #F4B860, #FBE07B);
  border-radius: 50vh;
  backdrop-filter: blur(10px);
  color: #fff;
}

.price-cta__link>a>img {
  width: 48px;
  margin-right: 10px;
}

@media screen and (max-width:1280px) {
  .intro-link>a {
    height: 70px;
  }
}

@media screen and (max-width:1024px) {

  .intro-col {
    width: 70%;
    flex-direction: column;
    margin: 0 auto 104px auto;
  }

  .intro-col__imgWrap {
    width: 80%;
    margin-bottom: 40px;
  }

  .intro-col__inner {
    width: 100%;
  }

  .intro-box__ttl {
    white-space: nowrap;
  }

  .intro-link>a {
    font-size: 2.2rem;
  }


  /*---flow---*/

  .flow .container {
    width: 85%;
  }

  .flow-col {
    width: 90%;
  }

  .flow-box {
    width: 45%;
  }

  .flow-col__arrow {
    width: 2.5%;
  }

  /*---price---*/
  .price-flower {
    width: 25%;
    top: -13%;
    left: -7%;
  }

  /*---other---*/
  .other-inner {
    padding: 40px 20px;
  }
}

@media screen and (max-width:896px) {

  /*---intro---*/
  .intro .container {
    width: 70%;
  }

  .intro-col {
    width: 100%;
  }

  .intro-flower {
    display: none;
  }

  .intro-box {
    padding: 80px 60px 60px 60px;
  }

  .intro-box__ttl {
    width: 80%;
    padding: 0;
  }

  .intro-box__list>ul>li {
    padding-bottom: 15px;
  }

  .intro-box__list>ul>li>p {
    line-height: 1.6;
    padding-bottom: 0;
  }

  .intro-box__deco {
    width: 25%;
    right: -17.5%;
  }

  /*---flow---*/
  .flow-col {
    width: 100%;
  }

  .flow-attention {
    width: 100%;
  }

  /*---other---*/
  .other-box {
    width: 90%;
  }

  /*---other---*/
  .other-col {
    flex-direction: column;
  }

  .other-inner {
    padding: 60px;
  }

  #o-seminar {
    width: 100%;
  }

  #o-faq {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width:786px) {

  /*---intro---*/
  .intro .container {
    width: 80%;
  }

  .intro-box__txt {
    width: 85%;
    margin-right: auto;
  }

  .intro-box__deco {
    right: -9.5%;
  }
}

@media screen and (max-width:680px) {

  /*---intro---*/
  .intro .container {
    width: 85%;
  }

  .intro-link>a {
    font-size: 2rem;
  }

  .price-flower {
    z-index: 4;
  }

  /*---flow---*/
  .flow .container {
    width: 90%;
  }

  .flow-attention {
    width: 90%;
    text-align: left;
  }

  /*---other---*/
  .other-inner {
    padding: 60px 40px;
  }
}

@media screen and (max-width:480px) {

  /*---intro---*/
  .bg-circle--right {
    top: -5%;
  }

  .intro-col__imgWrap {
    width: 90%;
  }

  .intro-col__ttl {
    margin-bottom: 14px;
  }

  .intr-col__ttl-img {
    width: 68px;
  }

  .intr-col__ttl-inner {
    width: calc(100% - 80px);
  }

  .intr-col__ttl-inner>h3 {
    font-size: 1.8rem;
  }

  .intro-col__inner-txt>p {
    font-size: 1.4rem;
  }

  .intro-col__inner-txt>p:not(:last-of-type) {
    margin-bottom: 14px;
  }

  .intro-col {
    margin-bottom: 74px;
  }

  .intro-col__inner-txt {
    margin-bottom: 14px;
  }

  .intro-col__inner-box>dl>dt {
    width: 68px;
    border-radius: 4px;
    padding: 0;
    text-align: center;
  }

  .intro-col__inner-box>dl>dd {
    width: calc(100% - 84px);
    padding: 0;
  }

  .intro-link {
    width: 90%;
    flex-direction: column;
    margin: 0 auto;
  }

  .intro-link>a {
    width: 100%;
    height: 68px;
    font-size: 1.6rem;
  }

  .intro-link>a:nth-of-type(n+2) {
    margin-top: 5px;
  }

  .intro-link>a::after {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
  }

  .intro-box {
    padding: 50px 20px 30px 20px;
    border-radius: 10px;
  }

  .intro-box__ttl>h3 {
    font-size: 1.6rem;
  }

  .intro-box__list>ul {
    font-size: 1.4rem;
  }

  .intro-box__list>ul>li::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .intro-box__list>ul>li {
    padding-bottom: 14px;
  }

  .intro-box__list>ul>li>p {
    line-height: 1.6;
  }

  .intro-box__txt {
    font-size: 1.2rem;
  }

  .intro-box__deco {
    right: -7.5%;
    bottom: -5%;
  }

  /*---flow---*/
  .flow {
    width: calc(100% - 20px);
  }

  .flow-col {
    flex-direction: column;
  }

  .flow-box {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
  }

  .flow-box:nth-of-type(n+3) {
    margin-top: 0;
  }

  .flow-col__arrow {
    width: 20px;
    margin: 10px auto;
    transform: rotate(90deg) !important;
  }

  .flow-box__eyecatch {
    margin-bottom: 0;
  }

  .flow-box__eyecatch::after {
    padding-top: 65%;
  }

  .flow-box__eyecatch>img {
    border-radius: 10px 10px 0 0;
  }

  .flow-box__inner {
    padding: 14px 20px 24px 20px;
  }

  .flow-box__inner-lead {
    border-bottom: 1px solid #ECE6DC;
    padding-bottom: 5px;
  }

  .flow-attention {
    font-size: 1.2rem;
  }

  .txt-sunpopo {
    display: none;
  }

  /*---other---*/
  .other-col {
    margin-bottom: 40px;
  }

  .other-inner {
    padding: 40px 14px;
  }

  .other-ttl>h2 {
    font-size: 2rem;
  }

  .other-box ul {
    font-size: 1.4rem;
  }

  .faq-titleText,
  .faq-answer {
    font-size: 1.4rem;
  }

  .faq-titleText img,
  .faq-answer img {
    width: 30px;
  }

  .faq-title::after,
  .faq-title.active::after {
    width: 30px;
    height: 30px;
  }

  .faq-inner.open {
    padding: 20px 10px;
  }

  /*---price---*/
  .price-flower {
    width: 30%;
    top: -13%;
    left: -12%;
  }

  .price-cta__link {
    width: 100%;
    height: 90px;
  }

  .price-cta__lead {
    margin-bottom: 8px;
  }

}