@charset "UTF-8";

.fv__ttl>h2>picture,
.fv__ttl>h2>picture img,
.fv__ttl>h2>img {
  height: 80px;
}

.cta__linkWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
}

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

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

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

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

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

.bg-circle--right {
  width: 70%;
  height: auto;
  position: absolute;
  top: -10%;
  right: -20%;
  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 .ttl-u>h2 br {
  display: none;
}

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

.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-linkWrap {
  width: 100%;
}

.intro-link>a {
  width: 60%;
  height: 80px;
  background: linear-gradient(115deg, #F4B860, #FBE07B);
  display: flex;
  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;
  margin-bottom: 5px;
}

.intro-link>a>img {
  width: 16px;
  margin-left: 5px;
}

.intro-list {
  width: 100%;
  height: auto;
  margin: 0 auto 130px auto;
}

.intro-list__lead {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.intro-list__lead::before,
.intro-list__lead::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
}

.intro-list__lead>p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
}

.intro-list__lead>p::before,
.intro-list__lead>p::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url('../../icon/icon-circle--orange.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 14px;
}

.intro-list__lead>p br {
  display: none;
}


.intro-list>ul {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.intro-list>ul>li {
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E8E8E8;
  border-radius: 8px;

}

.intro-list__img {
  width: 100px;
  flex-shrink: 0;
}

.intro-list__img>img {
  border-radius: 8px 0 0 8px;
}

.intro-list>ul>li>p {
  width: calc(100% - 114px);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.6;
  font-weight: 500;
}

.intro-list>ul>li>p>span {
  font-size: 1.4rem;
  padding: 0 10px;
  margin-top: 8px;
  font-weight: 400;
  background: #fff;
  border-radius: 4px;
}

.intro-list__attention {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 20px;
}

.intro-list__attention a {
  text-decoration: underline;
  font-weight: 700;
}

.intro-list__attention a>img {
  display: inline-block;
  width: 10px;
  margin: 0 3px;
}

.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: 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: 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;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.intro-box__list>ul>li {
  display: flex;
  align-items: center;
  width: 49%;
  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:nth-of-type(n+3) {
  margin-top: 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__txt>p>a {
  text-decoration: underline;
}

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

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

/*----------------------------------------------------
  flow
----------------------------------------------------*/

.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: 90%;
  height: 100px;
}

@media screen and (max-width:1280px) {
  .intro-list>ul {
    width: 95%;
  }

  .intro-flower {
    width: 15.5%;
    top: -30%;
    right: -8%;
  }
}

@media screen and (max-width:1024px) {
  .intro-list>ul {
    flex-wrap: wrap;
  }

  .intro-list>ul>li {
    width: 49%;
  }

  .intro-list>ul>li:nth-of-type(n+3) {
    margin-top: 14px;
  }

  .intro-flower {
    width: 20%;
    top: -25%;
    right: -5%;
  }

  .intro-box__list {
    width: 80%;
  }

  .intro-box__list>ul {
    display: block;
    width: 100%;
  }

  .intro-box__list>ul>li {
    width: 100%;
  }

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

  .intro-link>a {
    width: 80%;
  }

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

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

  .flow .cta__link {
    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__list {
    width: 100%;
  }

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

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

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

  .intro-link {
    margin-bottom: 10px;
  }

  .intro-link>a {
    width: 65%;
    margin: 0 auto;
  }

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

@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-list>ul {
    width: 100%;
  }

  .intro-list>ul>li>p {
    width: calc(100% - 100px);
  }

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

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

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

}

@media screen and (max-width:480px) {
  .cta__linkWrap {
    margin-top: 40px;
  }

  .cta__link__lead {
    margin-bottom: 8px;
  }

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

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

  .intro .ttl-u>h2 {
    align-items: flex-start;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0;
  }

  .intro .ttl-u>h2::before,
  .intro .ttl-u>h2::after {
    margin-top: 6px;
  }

  .intro .ttl-u>h2 br {
    display: block;
  }

  .intro-col__imgWrap {
    width: 90%;
  }

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

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

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

  .intr-col__ttl-inner>h3 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  .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: 50px;
  }

  .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>a {
    width: 100%;
    height: 68px;
    font-size: 1.6rem;
  }

  .intro-linkWrap__attention {
    padding-left: 0;
    text-align: left;
    line-height: 1.6;
  }

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

  .intro-list__lead>p {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
  }

  .intro-list__lead>p br {
    display: block;
  }

  .intro-list__lead>p::before,
  .intro-list__lead>p::after {
    width: 10px;
    height: 10px;
    background: url('../../icon/icon-circle--orange.svg');
    margin: 0 8px;
  }

  .intro-list>ul>li {
    flex-direction: column;
    padding: 14px;
    box-sizing: border-box;
  }

  .intro-list>ul>li:nth-of-type(2) {
    margin-top: 0;
  }

  .intro-list__img {
    width: 85%;
    margin-bottom: 8px;
  }

  .intro-list__img>img {
    border-radius: 50vh;
  }

  .intro-list>ul>li>p {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0;
  }

  .intro-list>ul>li>p>span {
    font-size: 1.2rem;
    margin-top: 5px;
  }

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

  .intro-box__list>ul>li:nth-of-type(n+2) {
    margin-top: 14px;
  }

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

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

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

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

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

}