@charset "UTF-8";

.ui--sp2 {
  display: none;
}

main {
  overflow: initial;
}

.fv {
  z-index: 1;
}

.bg-flower--right {
  opacity: .6;
}

.section-heading--row {
  flex-direction: row;
  align-items: center;
  margin-bottom: 60px;
}

.section-heading--row .section-heading__title {
  margin: 0 20px;
  text-align: justify;
}

.section-heading--row::before {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #DEDDE1;
  order: 3;
}

.bg-flower--right {
  pointer-events: none;
}

.tab {
  position: relative;
  z-index: 2;
}

.side-cta {
  z-index: 2;
}

/*----------------------------------------------------
  about
----------------------------------------------------*/
.about {
  padding: 0;
  overflow: hidden;
}

.about-top {
  position: relative;
}

.about-top::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 45%;
}

.about-top::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/about/about-bg.png');
  background-size: cover;
  background-position: left 10% top;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
}

.bg-bird {
  width: 20%;
  position: absolute;
  top: 85%;
  left: initial;
  right: 12%;
  z-index: 2;
}

.ttl-about {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.ttl-about__sub {
  display: flex;
  flex-direction: column;
  font-size: 3.4rem;
  line-height: 1.8;
  margin-bottom: 10px;
}

.ttl-about__main {
  font-size: 2rem;
  order: 2;
}

.about-lead {
  width: 80%;
  padding: 40px;
  box-sizing: border-box;
  background: rgba(121, 156, 161, .2);
  color: #fff;
  font-size: 1.8rem;
  border-radius: 20px;
  margin: 0 auto 100px auto;
  text-align: center;
}

.about-lead__text {
  display: inline-block;
  text-align: justify;
}

.l-col__about {
  justify-content: space-around;
  align-items: center;
}

.about-inner {
  width: 47.5%;
}

.about-inner__ttl-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.about-inner__ttl-wrapper::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 2px dotted #E8E6ED;
  margin-left: 10px;
  margin-top: 10px;
}

.about-inner__ttl {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  font-size: 2.6rem;
}

.about-inner__ttl-name {
  font-size: 1rem;
  margin-left: 5px;
}

.about-list {
  margin-bottom: 40px;
}

.about-item {
  font-size: 1.8rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.about-item::before {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background: url('../img/common/icon-check--w.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.about-item:nth-of-type(n+2) {
  margin-top: 20px;
}

.yt-link {
  width: 50%;
  height: auto;
  text-align: center;
}

.yt-link__lead {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
}

.yt-link__lead::before,
.yt-link__lead::after {
  display: inline-block;
  content: '';
  height: 40px;
  border-left: 1px solid #1c3843;
  position: absolute;
  top: 50%;
}

.yt-link__lead::before {
  left: -14px;
  transform: translate(0, -50%) rotate(-20deg);
}

.yt-link__lead::after {
  right: -14px;
  transform: translate(0, -50%) rotate(20deg);
}

.yt-link>a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.4;
  position: relative;
}

.link__youtube--icon {
  width: 26.5%;
  position: absolute;
  bottom: 0;
  left: 1.5%;
  pointer-events: none;
}

.about-img {
  width: 45%;
  position: relative;
}

.about-img__main {
  aspect-ratio: 33/29;
  object-fit: cover;
}

.about-img__sub {
  width: 50%;
  position: absolute;
  top: 70%;
  right: -5%;
  mix-blend-mode: color-dodge;
}

/*----------------------------------------------------
  point
----------------------------------------------------*/

.point {
  position: relative;
  overflow: hidden;
}

.bg-flower--left-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.bg-flower--left {
  width: 40%;
  position: absolute;
  top: -2.5%;
  left: 0;
  overflow: hidden;
  aspect-ratio: 100/89;
}

.bg-flower--left__main {
  width: 100%;
  position: absolute;
  top: 0;
  right: 25%;
  opacity: .6;
}

.point-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px auto;
}

.point-item {
  width: 31%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.point__icon {
  width: 90px;
  margin: 0 auto 10px auto;
}

.point-item__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  font-size: 3rem;
  padding-bottom: 10px;
  margin-bottom: 14px;
  font-weight: 500;
  color: #41767d;
  border-bottom: 1px solid #A3B4B6;
}

.point-item__lead-sub {
  font-size: 1.4rem;
}

.point-item__desc {
  font-size: 1.5rem;
}

.point__list--chart {
  display: block;
  width: 45%;
  margin: 0 auto 40px auto;
  position: relative;
}

.point__list--chart>img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.point-summary {
  width: 80%;
  margin: 0 auto 80px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.point-summary__text {
  padding: 20px 40px;
  box-sizing: border-box;
  background: rgba(235, 240, 246, .8);
  border-radius: 10px;
  position: relative;
}

.point-summary__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent rgba(235, 240, 246, .8) transparent transparent;
  border-image: initial;
  border-right: 15px solid rgba(235, 240, 246, .8);
}

.point-summary__icon {
  width: 140px;
  margin-right: 30px;
  flex-shrink: 0;
}

/*----------------------------------------------------
  results
----------------------------------------------------*/
.results {
  padding-bottom: 0;
  overflow: hidden;
}

.results-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.result__lead-icon {
  width: 180px;
  margin-right: 20px;
}

.results-lead__text {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4px !important;
}

.results-attention {
  font-size: 1.2rem;
  text-align: right;
}

.graph {
  margin: 0 auto 60px auto;
}

.l-col__graph {
  width: 100%;
}

.graph-box {
  width: 30%;
}

.graph-box__title-wrapper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.graph-box__title {
  display: inline-block;
  position: relative;
  background: #D8BFD8;
  color: white;
  padding: 0 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.graph-box__title::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  border-top: 26px solid #D8BFD8;
  border-left: 26px solid transparent;
}

.graph-box__title::after {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 0;
  border-bottom: 26px solid #D8BFD8;
  border-left: 26px solid transparent;
}

.graph-box__title h3 {
  font-size: 2rem;
  letter-spacing: 0;
}

.graph-box__title h3::before {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  border-top: 26px solid #D8BFD8;
  border-right: 26px solid transparent;
}

.graph-box__title h3::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 0;
  border-bottom: 26px solid #D8BFD8;
  border-right: 26px solid transparent;
}

.graph-box__title-notice {
  font-size: 1.1rem;
}

.graph-box__chart {
  width: 85%;
  margin: 0 auto 30px auto;
  aspect-ratio: 1/1;
}

.graph-box__image {
  width: 85%;
  margin: 0 auto 30px auto;
  position: relative;
}

.graph-box__image-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.graph-list {
  list-style: none;
  text-align: right;
  font-size: 1.2rem;
  opacity: .8;
}

/*---evidense---*/
.evidence {
  padding: 60px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 80px;
}

.evidence-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  color: #41767d;
  margin-bottom: 40px;
  font-weight: 500;
}

.evidence-lead::before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url('../img/common/icon-notice.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-right: 5px;
}

.underline__evidence-lead {
  border-bottom: 2px dotted #E0D2FA;
}

.evidence-box {
  width: 48%;
}

.evidence-box__top {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 14px;
}

.evidence-box__top-sub {
  font-size: 2.4rem;
}

.evidence-box__top-main {
  font-size: 3.6rem;
  font-weight: 500;
}

.evidence-list {
  list-style: none;
}

.evidence-item {
  display: flex;
  align-items: center;
  font-size: 2rem;
  letter-spacing: 0;
  position: relative;
  background: #FAE6F0;
  border-radius: 50vh;
}

.evidence-item:nth-of-type(n+2) {
  margin-top: 20px;
}

.evidence-item:not(:last-of-type)::after {
  display: block;
  content: '';
  width: 4px;
  height: 20px;
  background: #DEDDE1;
  position: absolute;
  bottom: -20px;
  left: 22px;
}

.evidence-item__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(45deg, #EA87BC, #EA4EA1);
  line-height: 1;
  color: #fff;
  font-size: 3rem;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50vh;
}

.evidence-box__lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 20px;
}

.evidence-box__lead-sub {
  font-size: 1.8rem;
  font-weight: 500;
  background: #F1F5F5;
  padding: 0 14px;
  border-radius: 50vh;
}

.evidence-box__lead-main {
  font-size: 2.6rem;
  font-weight: 500;
}

.evidence-box__img {
  margin-bottom: 20px;
}

.evidence-box__text {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}

/*---results-summary---*/
.results-summary {
  width: 95%;
  margin: 0 auto;
}

.results-summary__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.results-summary__inner-img {
  width: 300px;
  margin-bottom: 14px;
}

.results-summary__text {
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
}

.results-summary__text>img {
  display: inline-block;
  width: 24px;
}

.results-summary__img {
  width: 47.5%;
}

/*----------------------------------------------------
  feature
----------------------------------------------------*/

.feature-col {
  position: relative;
  display: flex;
}

.feature-img {
  width: 40%;
  height: 600px;
  position: sticky;
  left: 0;
  top: 100px;
}

.feature-img__main {
  width: 100%;
  border-radius: 6px;
}

.feature-inner {
  width: 50%;
  position: relative;
  margin-left: auto;
  box-sizing: border-box;
  padding-top: 50px;
  margin-right: 5%;
}

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

.feature-box__ttl {
  display: flex;
  border-bottom: 3px solid #E5E3F5;
  position: relative;
  margin-bottom: 14px;
}

.feature-box__ttl::before {
  display: block;
  content: '';
  width: 15%;
  height: 3px;
  background: #C2BBF5;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.feature-box__ttl-main {
  font-size: 2.4rem;
  color: #41767d;
  letter-spacing: -.025em;
}

.greeting-text__strong {
  font-size: 2rem;
  font-weight: 500;
  color: #41767d;
  line-height: 1.8;
}

/*----------------------------------------------------
  loop
----------------------------------------------------*/

.loop {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.loop__list {
  display: flex;
  align-items: center;
  will-change: transform;
}

.loop__item {
  flex: none;
  padding-right: 60px;
  position: relative;
}

.loop__item::after {
  display: block;
  content: '';
  z-index: -1;
  opacity: .4;
}

.loop__item:nth-of-type(2n+1)::after {
  width: calc(180px * .8);
  height: calc(102px * .8);
  background: url('../img/common/bg__treat--blue.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: -20px;
}

.loop__item:nth-of-type(2n)::after {
  width: calc(170px * .9);
  height: calc(126px * .9);
  background: url('../img/common/bg__treat--green.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -42px;
  bottom: -42px;
}

.loop__item--first>img {
  aspect-ratio: 150/211;
  object-fit: cover;
}

.loop__item--second {
  margin-top: 80px;
}

.loop__item--second>img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.loop__item--third>img {
  aspect-ratio: 60/67;
  object-fit: cover;
}

.loop__item--forth {
  margin-top: 70px;
}

.loop__item--forth>img {
  aspect-ratio: 4/3;
  object-fit: cover;
}


.loop__item img {
  display: block;
  width: auto;
  height: auto;
  border-radius: 4px;
}

.loop-deco {
  font-size: 1.2rem;
  position: absolute;
  top: 15%;
  left: 15%;
}

@media screen and (max-width:1360px) {
  .ttl-about {
    width: 50%;
    left: 45%;
  }

  .graph-box {
    width: 32%;
  }

  .graph-box__title {
    padding: 0 10px;
  }
}

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

@media screen and (max-width:1100px) {
  .about-lead {
    width: 90%;
  }

  .point-summary {
    width: 90%;
  }

  /*---staff---*/

}

@media screen and (max-width:1024px) {
  .ttl-about__sub {
    font-size: 3rem;
  }

  .ttl-about__main {
    font-size: 1.6rem;
  }

  .l-col__about {
    flex-direction: column-reverse;
    align-items: center;
  }

  .about-img {
    width: 60%;
    margin-bottom: 40px;
  }

  .about-inner {
    width: auto;
  }

  .point-item__desc {
    letter-spacing: -.025em;
  }

  .point-summary {
    width: 95%;
  }

  /*---results---*/
  .l-col__graph {
    flex-wrap: wrap;
  }

  .graph-box {
    width: 49%;
  }

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

  .graph-box:nth-of-type(3) {
    margin-left: auto;
    margin-right: auto;
  }

  .evidence-lead {
    line-height: 1.6;
  }

  .evidence-lead::before {
    display: block;
    content: '';
    width: 80px;
    height: 80px;
  }

  .evidence-lead .ui--sp {
    display: block;
  }

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

  .evidence-box {
    width: 100%;
  }

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

  .underline__evidence-lead {
    border-bottom: none;
  }

  .evidence-box__top {
    border-top: 1px solid #E5E3F5;
    border-bottom: 1px solid #E5E3F5;
    margin-bottom: 20px;
  }

  .evidence-box__lead {
    border-top: 1px solid #E5E3F5;
    border-bottom: 1px solid #E5E3F5;
    padding: 14px 0;
  }
}

@media screen and (max-width:896px) {
  .about-top::before {
    padding-top: 80%;
  }

  .ttl-about {
    width: auto;
    left: 50%;
    bottom: 10%;
    top: initial;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }

  .about-lead {
    width: 100%;
  }

  .bg-bird {
    width: 25%;
    top: 91%;
    right: 8%;
  }

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

  .point__list--chart {
    width: 75%;
  }

  .point-list {
    flex-direction: column;
  }

  .point-item {
    width: 100%;
  }

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

  .point-summary {
    width: 100%;
  }

  /*---results---*/
  .results .l-inner {
    width: 90%;
  }

  .results-lead {
    flex-direction: column;
  }

  .result__lead-icon {
    width: 35%;
    margin-right: 0;
    margin-bottom: 14px;
  }

  .graph-box__chart {
    width: 95%;
  }

  .graph-box:nth-of-type(3) {
    width: 60%;
  }

}

@media screen and (max-width:786px) {
  .point-summary__icon {
    width: 112px;
    margin-right: 20px;
  }

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

  .evidence-lead::before {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width:680px) {
  .point {
    width: 100%;
  }

  /*--staff---*/
  .evidence-lead {
    flex-direction: column;
  }

  .evidence-lead::before {
    margin-right: 0;
  }

  .underline__evidence-lead {
    text-align: center;
  }

  .evidence-box__lead-main {
    font-size: 2.2rem;
  }

}

@media screen and (max-width:480px) {
  .l-inner {
    width: 90%;
  }

  .results .section-heading--row {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .results .section-heading__label {
    height: 34px;
  }

  .section-heading--row .section-heading__title {
    margin: 0;
    text-align: center;
  }

  .results .section-heading--row::before {
    display: block;
    content: '';
    flex: initial;
    margin-top: 14px;
    border-top: 1px solid #DEDDE1;
    border-right: 4px dotted #DEDDE1;
    width: 1px;
    height: 40px;
    order: 3;
  }

  .about-top::before {
    padding-top: 120%;
  }

  .about-top::after {
    background: url('../img/about/about-bg--sp.png');
    background-size: cover;
    background-position: center top;
  }

  .ttl-about {
    width: 85%;
    white-space: initial;
    bottom: 15%;
  }

  .ttl-about__sub {
    font-size: 2rem;
    line-height: 1.6;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .ttl-about__sub>span {
    letter-spacing: -.05em;
    margin-left: -10px;
  }

  .ttl-about__main {
    font-size: 1.2rem;
    letter-spacing: -.05em;
  }

  .bg-bird {
    width: 40%;
  }

  .about-lead {
    padding: 40px 24px;
    font-size: 1.6rem;
    border-radius: 10px;
    margin: 0 auto 80px auto;
    letter-spacing: 0;
  }

  .about-lead__text br:nth-of-type(1),
  .about-lead__text br:nth-of-type(3) {
    display: none;
  }

  .about-lead__text {
    letter-spacing: -.025em;
  }

  .about-img {
    width: 85%;
    margin-bottom: 40px;
  }

  .about-inner__ttl {
    font-size: 2.4rem;
  }

  .point-list {
    margin-bottom: 30px;
  }

  .about-item {
    font-size: 1.6rem;
  }

  .point__list--chart {
    width: 95%;
  }

  .point-summary {
    flex-direction: column;

  }

  .point-summary__icon {
    width: 80px;
    margin-left: auto;
    margin-bottom: 14px;
    border-radius: 50vh;
    background-color: #fff;
  }

  .point-summary__text {
    padding: 20px 20px;
  }

  .point-summary__text::before {
    content: "";
    position: absolute;
    top: -10px;
    left: initial;
    right: 47px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #EBF0F6;
  }

  /*---results---*/

  .result__lead-icon {
    width: 65%;
  }

  .results-lead__text {
    font-size: 2rem;
    color: #41767d;
  }

  .results-lead__text .ui--sp {
    display: block;
  }

  .results-attention {
    font-size: 1rem;
  }

  .graph-box,
  .graph-box:nth-of-type(3) {
    width: 100%;
  }

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

  .graph-box__title h3 {
    font-size: 1.8rem;
    letter-spacing: -.025em;
  }

  .graph-box__chart {
    margin-bottom: 0;
  }

  .graph-list {
    font-size: 1rem;
  }

  .evidence {
    padding: 20px;
  }

  .evidence-lead {
    margin-bottom: 20px;
  }

  .evidence-lead::before {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
  }

  .underline__evidence-lead {
    font-size: 1.6rem;
    letter-spacing: -.025em;
  }

  .evidence-box__top-sub {
    font-size: 1.8rem;
  }

  .evidence-box__top-main {
    font-size: 2.6rem;
  }

  .evidence-item {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .evidence-box__lead .ui--sp {
    display: block;
  }

  .evidence-box__lead-sub {
    font-size: 1.4rem;
    list-style: 1.6;
    text-align: center;
    padding: 5px 24px;
    margin-bottom: 8px;
  }

  .evidence-box__lead-main {
    font-size: 2rem;
    text-align: center;
  }

  .evidence-box__text {
    font-size: 1.4rem;
  }

  .evidence-box__text .ui--sp {
    display: block;
  }

  .results-summary__inner-img {
    width: 50%;
  }

  .results-summary__text {
    font-size: 1.8rem;
  }

  .results-summary__text>img {
    display: inline-block;
    width: 16px;
  }


  /*---loop---*/
  .loop {
    padding: 50px 0;
  }

  .loop__list {
    width: 500vw;
    justify-content: space-around;
  }

  .loop__item {
    padding-right: 0;
  }

  .loop__item--first {
    width: 10%;
  }

  .loop__item--second {
    width: 11.5%;
  }

  .loop__item--third {
    width: 10%;
  }

  .loop__item--forth {
    width: 14.5%;
  }

  .loop__item img {
    width: 100%;
  }

}