@charset "UTF-8";

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

.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;
}

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

/*----------------------------------------------------
  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;
}

.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>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-box {
  width: 80%;
  padding: 60px 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;
  margin: 0 auto;
}

.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: 50vh;
  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: 2rem;
  white-space: nowrap;
}

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

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

.intro-box__txt-lead {
  font-weight: 700;
}

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

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

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

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

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

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

.price-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.price-box {
  width: 46%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: rgba(105, 71, 8, 0.12) 0px 0px 12px;
  position: relative;
}

.price-box:nth-of-type(n+3) {
  margin-top: 80px;
}

.price-box__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60%;
  height: 60px;
  border-radius: 25vh;
  z-index: 1;
}

.price-box:nth-of-type(3n-2) .price-box__ttl {
  background: #D8E0DC;
}

.price-box:nth-of-type(3n-1) .price-box__ttl {
  background: #ECE6DC;
}

.price-box:nth-of-type(3n) .price-box__ttl {
  background: #E6E6FA;
}


.price-box__ttl>h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-size: 1.8rem;
}

.price-box__ttl>h3>span {
  font-size: 1.4rem;
}

.price-box__eyecatch {
  width: 100%;
  position: relative;
  background: #eee;
  border-radius: 20px 20px 0 0;
}

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

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

}

.price-box__inner {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .8);
  border-radius: 0 0 20px 20px;
  line-height: 1.8;
  flex: 1;
}

.price-box .price-box__inner>ul {
  padding-left: 14px;
  box-sizing: border-box;
}

.price-box__inner>ul>li {
  line-height: 1.6 !important;
}

.price-box .price-box__inner>ul>li:not(:last-of-type) {
  margin-bottom: 10px;
}

.price-box__inner-txt {
  width: 100%;
  margin: 14px auto 0 auto;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  background: #F2F5F4;
  border-radius: 8px;
}

.price-box__inner-txt-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-box__inner-txt-ttl::before,
.price-box__inner-txt-ttl::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #DDE0DF;
}

.price-box__inner-txt-ttl::before {
  margin-right: 10px;
}

.price-box__inner-txt-ttl::after {
  margin-left: 10px;
}

.price-box__inner-txtWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.price-box__inner-txtWrap>img {
  width: 70px;
}

.price-box__inner-txt ul {
  width: calc(100% - 80px);
  padding-left: 14px;
  box-sizing: border-box;
}

.price-box__inner-txt>p {
  line-height: 1.6;
}

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

.flow-flower {
  width: 15%;
  position: absolute;
  top: -10%;
  right: -0%;
}

.flow .container {
  width: 85%;
  box-shadow: rgba(105, 71, 8, 0.12) 0px 0 16px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

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

.txt-sunpopo {
  width: 50%;
  position: absolute;
  top: 90%;
  right: -2.5%;
  opacity: .8;
}

.flow-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.flow-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.flow-box__eyecatch {
  width: 45%;
  height: auto;
  position: relative;
}

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

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

.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: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2.5%;
  box-sizing: border-box;
  position: relative;
}

.deco-flower {
  width: 35%;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .2;
}

.flow-box__inner-icon {
  width: 80px;
  margin: 0 auto 14px auto;
}

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

.flow-box__inner-txt {
  margin: 0 auto 20px auto;
  text-align: center;
}

.flow .cta__link {
  width: 65%;
  margin: 0 auto;
}

/*----------------------------------------------------
  other
----------------------------------------------------*/
.other {
  width: 100%;
  padding: 100px 0;
}

.other .container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.other-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.other-col__img {
  width: 160px;
  height: 160px;

}

.other-col__inner {
  width: calc(100% - 200px);
  position: relative;
  padding: 20px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ECF3FD;
  border-radius: 20px;
}

.other-col__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-right: 18px solid #ECF3FD;
}

.other-col__lead {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

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

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

  /*---flow---*/
  .txt-sunpopo {
    width: 80%;
    top: 100%;
  }

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

  .price-tableWrap {
    display: none;
  }

  .price-cardWrap {
    display: flex;
  }

  .price-box__ttl {
    width: 80%;
  }

  .price .bg-circle--left {
    top: 75%;
    left: -20%;
  }

  /*---flow---*/
  .flow-box__eyecatch::after {
    display: none;
  }

  .flow-box__inner {
    padding: 50px 2.5%;
  }

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

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

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

  .intro-flower {
    display: none;
  }

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

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

  .intro-col__inner {
    width: 100%;
  }

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

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

  .intro-box__txt {
    width: 95%;
  }

  .intro-box__deco {
    width: 20%;
    right: -10%;
  }

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

  .price-flower {
    width: 22%;
    top: -7%;
    left: -15%;
  }

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

  .price-box {
    width: 100%;
  }

  .price-box:nth-of-type(n+2) {
    margin-top: 80px;
  }

  /*---flow---*/
  .price .bg-circle--left {
    top: 90%;
    left: -20%;
  }

  .flow-box__inner {
    padding: 50px 2.5%;
  }

  .flow .cta__link {
    width: 100%;
  }

  .flow-flower {
    top: -7%;
  }

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

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

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

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

  .intro-box__txt {
    margin-right: auto;
  }

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

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

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

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

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

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

  .cell {
    padding: 0 20px;
  }

  td:first-child .cell {
    background-color: #fff;
    position: relative;
    z-index: 1;
  }

  .price-table {
    width: 100vw;
  }

  .price-table>table {
    margin-bottom: 30px;
  }

  th:first-child,
  td:first-child {
    min-width: 130px;
  }

  thead th:first-child {
    background: #fff;
  }

  .diagonal-line {
    position: relative;
  }

  .diagonal-line::after {
    display: block;
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }

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

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

  .deco-flower {
    right: -20px;
  }

  .flow-box {
    flex-direction: column;
    padding: 80px 60px;
    box-sizing: border-box;
  }

  .flow-box__eyecatch {
    width: 100%;
    margin: 0 auto;

  }

  .flow-box__eyecatch::after {
    display: block;
    padding-top: 80%;
  }

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

  .flow-box__inner {
    width: 100%;
    padding-bottom: 0;
  }

  /*---other---*/
  .other {
    padding-top: 0;
  }

  .other-col {
    align-items: center;
  }

  .other-col__img {
    width: 100px;
    height: 100px;
  }

  .other-col__inner {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width:480px) {
  .cta__link {
    width: 100%;
    height: 90px;
  }

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

  .cta__lead {
    margin-bottom: 8px;
  }

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

  .intro-col__imgWrap {
    width: 90%;
  }

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

  .intro .ttl-u>h2 {
    letter-spacing: 0;
  }

  .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__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-box {
    padding: 40px 20px 30px 20px;
    border-radius: 10px;
  }

  .intro-box__ttl {
    width: 90%;
  }

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

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

  .intro-box__txt {
    width: 92.5%;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: initial;
  }

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

  .intro-box__deco {
    right: initial;
    left: -7.5%;
  }

  /*---price---*/
  .price-box__ttl {
    width: 90%;
    height: 48px;
    top: -24px;
  }

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

  .price-box__ttl>h3>span {
    font-size: 1.2rem;
  }

  .price-box:nth-of-type(n+2) {
    margin-top: 54px;
  }

  .price-box__inner {
    padding: 20px 24px 30px 24px;
  }

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

  .price-box__inner-txt ul,
  .price-box__inner-txt>p {
    font-size: 1.2rem;
  }

  /*---flow---*/
  .flow-flower {
    width: 22.5%;
    position: absolute;
    top: -3%;
    right: -3%;
  }

  .deco-flower {
    top: 10px;
    right: -10px;
  }

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

  .flow-box {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    padding: 30px 20px 40px 20px;
  }

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

  .flow-box__eyecatch-tab {
    top: 75%;
  }

  .flow-box__inner {
    padding: 20px 0 0 0;
  }

  .flow-box__inner-icon {
    width: 60px;
    margin-bottom: 10px;
  }

  .flow-box__inner-txt>p>br {
    display: none;
  }

  .flow .cta__link {
    height: 80px;
  }

  .txt-sunpopo {
    width: 90%;
    right: -9%;
    top: 96.5%;
  }

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

  .other .container {
    width: 82.5%;
  }

  .other-col {
    flex-direction: column-reverse;
    align-items: center;
  }

  .other-col__img {
    width: 90px;
    height: 90px;
  }

  .other-col__inner {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  .other-col__inner::before {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    transform: translateY(0);
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ECF3FD;
  }

  .other-col__lead {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .other-col__inner>p {
    line-height: 1.6;
  }

  /*---price---*/
  .price {
    width: calc(100% - 10px);
  }

  .price .container {
    width: 90%;
  }

  .price-lead {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .price-flower {
    width: 23%;
    top: -6%;
    left: -7%;
  }

  .price-cardWrap {
    margin-bottom: 64px;
  }

  .price-card:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .price-name {
    font-size: 1.6rem;
  }

  .price-name::before {
    margin-left: -14px;
    border: 14px solid transparent;
  }

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

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

  .price-name>.cell-th>span {
    width: 40px;
    height: 40px;
  }

  .price-name>.cell-th>span>img {
    width: 18px;
  }

  .cell {
    min-width: 90px;
    min-height: 80px;
    padding: 0;
  }

  .price-card__ttl {
    min-height: 70px;
    font-size: 2rem;
  }

  .price-card>dl>dt {
    font-size: 1.6rem;
  }

  .price .bg-circle--left {
    width: 80%;
    top: 95%;
    left: -30%;
  }
}