@charset "UTF-8";

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

.bg-controller {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.loop {
  position: fixed;
  top: 60%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.breadcrumb {
  width: 85%;
  margin-bottom: 100px;
}

.contact-wrapper {
  background: #fff;
}

.ui--sp {
  display: none;
}

/*----------------------------------------------------
  #fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
  padding: 200px 0 0 0;
  position: relative;
}

.bg-blue {
  position: absolute;
  top: -20%;
  right: -20%;
  width: 60%;
}

.fv-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 0 5%;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}

.fv-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}

.fv-ttl__wrap {
  width: 95%;
  display: flex;
  align-items: baseline;
  margin: 0 auto 20px auto;
}

.fv-ttl {
  width: 27.5%;
  min-width: 380px;
  position: relative;
}

.fv-ttl__txt {
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 50%;
  height: auto;
}

.fv-lead {
  width: auto;
  margin-left: 20px;
  font-size: 1.4rem;
  font-size: clamp(1.8rem, 0.75vw, 1rem);
  font-weight: 700;
  color: #fff;
}

/*----------------------------------------------------
  about
----------------------------------------------------*/
.about {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 200px 0;
}

.about .container {
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-inner {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.about-ttl {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.about-lead {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-bottom: 30px;
}

.about-lead__item {
  background: #eee;
  border-radius: 4px;
  padding: 10px;
  font-weight: 700;
  margin-left: 5px;
}

.about-lead__item:last-of-type {
  margin-right: 5px;
}

.about-txt {
  width: auto;
  height: auto;
  padding: 80px 20px;
  position: relative;
}

.about-txt .circle-bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -2;
  border-radius: 50%;
  background: rgb(248, 246, 241);
}

.about-txt__tab {
  font-size: 1.8rem;
  padding: 5px 24px;
  background: #fff;
  font-weight: 700;
}

.about-txt__main {
  font-size: 2.4rem;
  font-weight: 700;
}

.about-txt__main>span {
  font-size: 3.6rem;
}

.about-txt__sub {
  font-size: 1.4rem;
}

.about-img {
  height: auto;
  position: absolute;
  overflow: hidden;
}

.about-img--right {
  width: 27.5%;
  max-width: 400px;
  top: 7.5%;
  right: 0;
}

.about-img--left {
  width: 30%;
  max-width: 400px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.about-img--rightBtm {
  width: 17.5%;
  max-width: 320px;
  top: 60%;
  right: 5%;
}

.about-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
}

.about-img--right::after {
  padding-top: 80%;
}

.about-img--left::after {
  padding-top: 120%;
}

.about-img--rightBtm::after {
  padding-top: 120%;
}

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

.about-img--right>img {
  border-radius: 10px 0 0 10px;
}

.about-img--left>img {
  border-radius: 0 10px 10px 0;
}

.about-img--rightBtm>img {
  border-radius: 10px;
}

.about .ui--sp {
  display: none;
}

.bg-sep-ver {
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);

}

.bg-sep-ver>span {
  display: block;
  width: 1px;
  height: 80px;
  border-left: 1px solid #ccc;
  margin: 0 auto;
}

/* 親要素のスタイル（高さと幅はそのまま）*/
.scroll-border {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 80px;
  background-color: #d5d5d5;
  margin: auto;

}


/*----------------------------------------------------
  vision
----------------------------------------------------*/
.vision {
  background: #fff;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.vision .bg-blue {
  width: 60%;
  left: -20%;
  top: -20%;
  right: initial;
  opacity: .3;
}

.vision-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 150px auto;
  position: relative;
}

.vision-ttl>span {
  padding: 0 30px;
  background: #1a1a1a;
  color: #fff;
  font-size: 2.6rem;
  border-radius: 6px;
}

.vision-ttl>h2 {
  font-size: 3rem;
}

.vision-ttl__bg {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  opacity: .1;
}

.vision-col {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.vision-inner {
  width: 45%;
  font-size: 1.4rem;
  margin-top: 30px;
}

#vision-col2 .vision-inner {
  margin-top: 0;
}

#vision-col2 .vision-inner {
  order: 1;
}

.vision-lead {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.vision-sep {
  width: 100vw;
  display: flex;
  align-items: center;
  margin-left: -10%;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}

#vision-col2 .vision-sep {
  margin-left: -50%;
  margin-right: -10%;
}

.vision-txt {
  font-size: 1.6rem;
}

.vision-list {
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: 700;
  margin-bottom: 14px;
}

.vision-imgWrap {
  width: 45%;
  position: relative;
}

.vision-img {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.vision-img>img {
  position: relative;
  z-index: 1;
}

.vision-img__txt {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.vision-img__txt::before {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
}

.vision-img__txt>img {
  width: auto;
  height: 48px;
  opacity: .2;
  margin-left: 20px;
}

#vision-col2 .vision-imgWrap {
  order: 2;
}

.vision-btm {
  text-align: center;
  font-size: 2rem;
  position: relative;
}

.vision-btm>p {
  position: relative;
  z-index: 1;
}

.vision-btm__txt {
  width: 25%;
  position: absolute;
  bottom: -25%;
  left: 55%;
  opacity: .5;
}

/*----------------------------------------------------
  reason
----------------------------------------------------*/
.reason {
  position: relative;
}

.reason-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(248, 246, 241, .2);
  z-index: -1;
}

.reason .container {
  position: relative;
  z-index: 1;
}

.reason-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 80px auto;
  position: relative;
}

.reason-ttl>span {
  padding: 0 30px;
  background: #1a1a1a;
  color: #fff;
  font-size: 2.6rem;
  border-radius: 6px;
}

.reason-ttl>h2 {
  font-size: 3rem;
}

.reason-ttl__bg {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  opacity: .1;
}

.reason-box {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}

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

.reason-imgWrap {
  width: 35%;
  height: auto;
  position: static;
}

.reason-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.reason-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 130%;
}

.reason-img>picture,
.reason-img>picture img,
.reason-img>img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.reason-innerWrap {
  width: 49%;
  height: auto;
}

.reason-inner__tab {
  width: 100%;
  margin-bottom: 20px;
}

.reason-inner__tab>span {
  background: #5AC8D1;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px 30px;
  border-radius: 50vh;
}

.reason-inner__ttl {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  margin-bottom: 14px;
}

.reason-inner__ttl>h3 {
  width: 100%;
  font-size: 2.6rem;
  text-align: left;
}

.reason-inner__ttl-sub {
  font-size: 2.6rem;
  font-weight: 700;
}

.reason-inner__ttl-sub br {
  display: none;
}

.reason-inner__txt-lead {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
}

.reason-inner__txt-lead::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #5AC8D1;
  margin-right: 8px;
}

.reason-inner__txt-lead>p br {
  display: none;
}

.reason-inner__txt-main:not(:last-of-type) {
  margin-bottom: 14px;
}

.reason-inner__img {
  width: 90%;
  margin-bottom: 14px;
}

#reason-box1 .reason-imgWrap,
#reason-box3 .reason-imgWrap {
  order: 2;
}

.reason-wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 150px;
  margin-bottom: 60px;
}

.reason-blk {
  width: 31.5%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.reason-blk:nth-of-type(n+4) {
  margin-top: 100px;
}

#reason-box7 {
  margin-left: 17.125%;
}

#reason-box8 {
  margin-right: 17.125%;
}

.reason-blk__img {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

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

.reason-blk__img>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}

.reason-blk__inner {
  width: 95%;
  margin: 0 auto;
}

.reason-blk__lead {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reason-blk__lead>span {
  background: #5AC8D1;
  color: #fff;
  padding: 0 14px;
  border-radius: 50vh;
  font-size: 1.4rem;
  font-weight: normal;
}

.reason-check {
  width: 90%;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .1);
  border-radius: 6px;
  margin-bottom: 60px;
}

.reason-check__lead {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}

.reason-check__lead>p>span {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.reason-check__col {
  display: flex;
  justify-content: space-around;
}

.reason-check__inner {
  width: 55%;
}

.reason-check__img {
  width: 40%;
}

.reason-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reason-link>p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.reason-link>p::before {
  display: block;
  content: '';
  width: 0;
  height: 30px;
  border-left: 2px solid #958989;
  transform: rotate(-20deg);
  margin-right: 14px;
}

.reason-link>p::after {
  display: block;
  content: '';
  width: 0;
  height: 30px;
  border-left: 2px solid #958989;
  transform: rotate(20deg);
  margin-left: 14px;
}

.reason-link-btn {
  width: 360px;
  height: 80px;
}

.reason-link-btn>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  color: #fff;
  border-radius: 6px;
}

/*----------------------------------------------------
  review
----------------------------------------------------*/
.review {
  position: relative;
  z-index: 1;
  background: #edf1f5;
}

.review-ttlWrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.review-ttl {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.review-ttl>h2 {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.review-ttl>h2::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 8px;
}

.review-ttl>img {
  width: 100%;
  max-width: 360px;
  margin-bottom: 14px;
}

.review-tab {
  width: auto;
}

.review-tab>ul {
  display: flex;
  justify-content: flex-end;
}

.review-tab>ul>li {
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  box-sizing: border-box;
}

.review-tab>ul>li>a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.review-tab__img {
  width: 85%;
  margin: 0 auto 3px auto;
}

.review-tab>ul>li>a>p {
  font-size: 1.2rem;
  font-weight: 700;
}

.review-box {
  width: 100%;
  padding: 100px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .4);
  border-radius: 20px;
  backdrop-filter: blur(5px);
  border: 2px solid #fff;
}

.review-box:not(#review-box1) {
  margin-top: 60px;
}

.review-box__ttl {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.review-box__ttl>span {
  font-size: 1.6rem;
  padding: 0 14px;
  margin-right: 14px;
  background: #5AC8D1;
  color: #fff;
  border-radius: 4px;
}

.review-box__ttl>p {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: relative;
}

.review-box__ttl>p>span {
  font-size: 1.8rem;
  margin-left: 8px;
  position: relative;
  z-index: 1;
}

.review-box__ttl>p>img {
  width: 160px;
  position: absolute;
  bottom: -35px;
  right: -35%;
}

.review-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.review-imgWrap {
  width: 40%;
}

.review-inner {
  width: 50%;
}

#review-box2 .review-inner {
  margin-top: 50px;
}

.review-inner__top {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.review h3 {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
}

.review h3::before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background: #5AC8D1;
  margin-right: 5px;
}

.review-sep {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.review-sep::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 8px;
}

/*----------------------------------------------------
  terms
----------------------------------------------------*/
.terms {
  position: relative;
  z-index: 1;
  background: #fff;
}

.terms-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.terms-ttl>h2 {
  font-size: 1.8rem;
}

.terms-ttl>img {
  width: 100%;
  max-width: 280px;
  margin-bottom: 14px;
}

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

.terms-box {
  width: 49%;
  display: flex;
  flex-direction: column;
  padding: 60px 40px;
  box-sizing: border-box;
  background: #edf1f5;

}

.terms-box__ttl {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.terms-box__ttl-bg {
  position: absolute;
  max-height: 160px;
  top: 0;
  right: 0;
  width: 100%;
  opacity: .7;
}

.terms-box__ttl-bg picture,
.terms-box__ttl-bg picture img {
  max-height: 160px;
}

.terms-box__ttl>h3 {
  font-size: 2.6rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.terms-box__lead {
  width: 100%;
  min-height: 312px;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}

.terms-box__lead-listWrap {
  text-align: center;
  margin-top: 14px;
  background: rgba(255, 255, 255, .7);

}

.terms-box__lead-list {
  display: inline-block;
  padding: 20px 20px 20px 34px;
  box-sizing: border-box;
  font-weight: 500;
  margin: 0 auto;
  text-align: left;
}

.terms-box__lead-list>li:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}

.term-list {
  width: 100%;
  position: relative;
  z-index: 1;
}

.term-list__lead {
  background: #5AC8D1;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  border-radius: 50vh;
}

.term-list>ul {
  width: 100%;
  margin-top: 14px;
  padding: 0 10px 0 24px;
  box-sizing: border-box;
}

.term-list>ul>li {
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

/*----------------------------------------------------
  flow
----------------------------------------------------*/
.flow {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, #dce6f0 0%, #dce6f0 80%, #fff 100%);
}

.flow .container {
  width: 80%;
  margin: 0 auto;
}

.flow-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.flow-ttl>h2 {
  font-size: 1.8rem;
}

.flow-ttl>img {
  width: 100%;
  max-width: 240px;
  margin-bottom: 14px;
}

.flow-list {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.flow-box {
  width: 100%;
  height: auto;
}

.flow-box__ttl {
  display: flex;
  align-items: center;
}

.flow-box__ttl>span {
  font-size: 2rem;
  padding: 0 30px;
  background: #5AC8D1;
  color: #fff;
  border-radius: 50vh 50vh 0 50vh;
  flex-shrink: 0;
}

.flow-box__ttl>h3 {
  font-size: 2.2rem;
  border-bottom: 2px solid #fff;
  flex: 1;
  padding-left: 14px;
  box-sizing: border-box;
  margin-bottom: 2px;
}

.flow-box__col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 40px 40px;
  box-sizing: border-box;
  position: relative;
}



.flow-box__img {
  width: 240px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  order: 2;
}

.flow-box__inner {
  width: calc(100% - 280px);
  padding-top: 14px;
  font-size: 1.8rem;
}

.flow-box__inner>ul {
  padding-left: 20px;
  box-sizing: border-box;
}

.loop {
  mix-blend-mode: multiply;
}

@media screen and (max-width:1440px) {
  .about-img--left {
    width: 25%;
  }

  .reason-inner__ttl--s {
    font-size: 2.1rem;
  }

  .terms-box__lead-list {
    font-size: 1.5rem;
  }
}

@media screen and (max-width:1360px) {
  .vision-lead br {
    display: none;
  }

  .reason-innerWrap {
    width: 55%;
  }
}

@media screen and (max-width:1280px) {
  .vision-img__txt>img {
    height: 32px;
  }

  .vision-img__txt {
    margin-bottom: 10px;
  }

  /*---review---*/
  .review-imgWrap {
    width: 45%;
  }

}

@media screen and (max-width:1024px) {
  #bg-image-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/service/assets/img/top/bg--sp.png');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
  }

  /*---fv---*/
  .fv-ttl {
    width: 35%;
    min-width: initial;
  }

  .fv-img::before {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }

  /*---about---*/
  .about-img--left {
    width: 20%;
  }

  .about-img--rightBtm {
    right: 2%;
    top: 67.5%;
  }

  /*--- vision---*/
  .vision-ttl {
    margin-bottom: 100px;
  }

  .vision-ttl__bg {
    width: 70%;
  }

  .vision .container {
    width: 70%;
  }

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

  .vision-imgWrap {
    width: 100%;
    margin-bottom: 60px;
  }

  #vision-col2 .vision-imgWrap {
    order: 1;
  }

  .vision-inner {
    width: 100%;
    margin-top: 0 !important;
  }

  #vision-col2 .vision-inner {
    order: 2;
  }

  .vision-btm__txt {
    width: 40%;
  }

  /*---reason---*/
  .reason-box {
    justify-content: space-between;
  }

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

  .reason-imgWrap {
    width: 45%;
  }

  .reason-img::after {
    padding-top: 150%;
  }

  .reason-innerWrap {
    width: 50%;
  }

  .reason-blk {
    width: 48%;
  }

  #reason-box7 {
    margin-left: initial;
  }

  #reason-box8 {
    margin-right: initial;
  }

  .reason-blk:nth-of-type(n+3) {
    margin-top: 100px;
  }

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

  .review-imgWrap {
    width: 70%;
    margin: 0 auto 40px auto;
  }

  #review-box2 .review-inner {
    margin-top: 0;
  }

  .review-inner {
    width: 100%;
  }

  /*---term---*/
  .terms-col {
    flex-direction: column;
    align-items: center;
  }

  .terms-box {
    width: 80%;
  }

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

  .terms-box__lead {
    min-height: initial;
  }

  .terms-box__lead-list {
    font-size: 1.8rem;
  }
}

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

  /*---about---*/
  .about-txt .circle-bg {
    background: rgba(248, 246, 241, .7);
  }

  .about-img--left {
    width: 22.5%;
    top: 65%;
  }

  /*---reason---*/
  .reason-check {
    width: 100%;
  }

  .reason-inner__txt-lead {
    font-size: 1.8rem;
    line-height: 1.4;
    padding-bottom: 8px;
  }

  .reason-inner__txt-lead>p br {
    display: block;
  }

  .reason-inner__txt-main>p {
    font-size: 1.6rem;
  }

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

  /*---review---*/
  .review-imgWrap {
    width: 85%;
  }

  /*---term---*/
  .terms-box {
    width: 100%;
  }

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

}

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

  /*---about---*/
  .reason-ttl__bg {
    width: 80%;
  }

  .reason-box {
    flex-direction: column;
  }

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

  .reason-imgWrap {
    width: 100%;
    order: 1 !important;
    margin-bottom: 40px;
  }

  .reason-img::after {
    padding-top: 65%;
  }

  .reason-innerWrap {
    width: 97.5%;
    order: 2 !important;
    margin: 0 auto;
  }

  .reason-wrap {
    margin-top: 80px;
  }

  .reason-blk:nth-of-type(n+3) {
    margin-top: 60px;
  }

  .reason-check__col {
    flex-direction: column-reverse;
    align-items: center;
  }

  .reason-check__img {
    width: 60%;
    margin-bottom: 14px;
  }

  .reason-check__inner {
    width: 100%;
  }

  /*---review---*/
  .review-box {
    padding: 60px;
  }

  .review-box__ttl>p>img {
    right: -20%;
  }
}

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

  /*---about---*/
  .about {
    padding: 250px 0 400px 0;
  }

  .about-img--right {
    width: 37.5%;
    top: 2.5%;
  }

  .about-img--left {
    top: 82.5%;
    width: 35%;
  }

  .about-img--rightBtm {
    width: 21.5%;
    max-width: 320px;
    top: 82%;
    right: 2.5%;
  }

  .about .ui--680 {
    display: none;
  }

  .scroll {
    display: none;
  }

  /*---reason---*/
  .reason .container {
    width: 95%;
  }

  .review-ttlWrap {
    flex-direction: column;
  }

  .review-ttl {
    margin-bottom: 20px;
  }

  .reason-inner__ttl>h3 {
    font-size: 2.4rem;
  }

  .reason-blk__lead {
    font-size: 1.7rem;
  }

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

  .vision-btm {
    font-size: 1.8rem;
  }

  /*---review---*/
  .review-box__ttl {
    flex-wrap: wrap;
  }

  .review-box__ttl>p {
    width: 100%;
  }

  .review-box__ttl>p>img {
    width: 30%;
    bottom: -22.5px;
    right: 5%;
  }

  .review-imgWrap {
    width: 100%;
  }

  /*---flow---*/

  .flow-box__ttl {
    flex-direction: column;
    align-items: flex-start;
  }

  .flow-box__ttl>h3 {
    width: 100%;
    padding: 10px 20px;
  }

  .flow-box__col {
    flex-direction: column-reverse;
    padding: 20px 20px 40px 20px;
  }

  .flow-box__img {
    width: 50%;
  }

  .flow-box__inner {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .bg-blue {
    position: absolute;
    top: -15%;
    right: -15%;
    width: 90%;
  }

  .fv {
    padding-top: 150px;
  }

  .fv-img::before {
    padding-top: 85%;
  }

  .fv-img>video {
    transform: scale(1.25);
  }

  .fv-ttl__wrap {
    width: 100%;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .fv-ttl {
    width: 60%;
    margin-bottom: 8px;
  }

  .fv-lead {
    font-size: 1.2rem;
    padding-left: 0;
  }

  /*---about---*/
  .about {
    padding-bottom: 350px;
  }

  .about .container {
    width: 90%;
  }

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

  .about-lead {
    font-size: 1.5rem;
  }

  .about-lead__item {
    display: block;
    width: 80%;
    margin: 0 auto 5px auto !important;
    padding: 5px 10px;
  }

  .about-txt {
    padding: 45px 10px;
  }

  .about-txt__tab {
    font-size: 1.4rem;
  }

  .about-txt__main {
    font-size: 1.8rem;
  }

  .about-txt__sub {
    font-size: 1.0rem;
  }

  .about-img--right {
    width: 54.5%;
    top: 3.5%;
  }

  .about-img--left {
    top: 82.5%;
    width: 52%;
  }

  .about-img--rightBtm {
    width: 32.5%;
    top: 82.5%;
  }

  .about .ui--pc {
    display: none;
  }

  .about .ui--sp {
    display: block;
  }

  /*---vision---*/
  .vision .bg-blue {
    top: -3%;
  }

  .vision-txt {
    font-size: 1.4rem;
  }

  .vision-btm {
    font-size: 1.4rem;
    text-align: justify;
  }

  .vision-btm .ui--pc {
    display: none;
  }

  .vision-btm__txt {
    width: 50%;
    left: initial;
    right: -5%;
    bottom: -20%;
  }

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

  .reason-ttl {
    margin-bottom: 40px;
  }

  .reason-ttl>span {
    font-size: 1.6rem;
  }

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

  .reason-ttl__bg {
    width: 90%;
    top: 30%;
  }

  .reason-box:nth-of-type(2) {
    margin-top: 0;
  }

  .reason-innerWrap {
    width: 100%;
  }

  .reason-inner__tab {
    margin-bottom: 2px;
  }

  .reason-inner__tab>span {
    background: #5AC8D1;
    color: #fff;
    padding: 5px 14px;
    border-radius: 50vh;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .reason-inner__ttl {
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px;
    padding-bottom: 5px;
  }

  .reason-inner__ttl-sub,
  .reason-inner__ttl>h3 {
    font-size: 1.8rem;
  }

  .reason-inner__txt-lead {
    margin-bottom: 5px;
  }

  .reason-inner__txt-lead>p {
    line-height: 1.4;
    font-size: 1.6rem;
  }

  .reason-inner__txt-lead>p br {
    display: block;
  }

  .reason-inner__txt-main {
    line-height: 1.8;
  }

  .reason-inner__txt-main>p {
    font-size: 1.4rem;
  }

  .reason-inner__img {
    width: 100%;
  }

  .reason-imgWrap {
    margin-bottom: 20px;
  }

  .reason-img::after {
    padding-top: 75%;
  }

  .reason-blk {
    width: 100%;
  }

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

  .reason-blk__lead {
    font-size: 1.8rem;
  }

  .reason-blk__inner {
    width: 100%;
  }

  .reason-check {
    padding: 20px;
  }

  .reason-check__lead {
    font-size: 1.4rem;
  }

  .reason-check__inner {
    font-size: 1.3rem;
  }

  .reason-link>p {
    font-size: 1.5rem;
  }

  .reason-link-btn {
    width: 95%;
    height: 68px;
  }

  /*---vision---*/
  .vision-ttl {
    margin-bottom: 40px;
  }

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

  .vision-ttl__bg {
    width: 90%;
  }

  .vision-col {
    margin-bottom: 60px;
  }

  .vision-imgWrap {
    margin-bottom: 30px;
  }

  .vision-lead {
    font-size: 1.6rem;
  }

  .vision-lead p br {
    display: none;
  }

  .vision-img__txt {
    margin-bottom: 20px;
  }

  .vision-txt .ui--pc {
    display: none;
  }

  .vision-img__txt>img {
    width: auto;
    height: 26px;
  }

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

  .review-ttl>img {
    width: 70%;
    margin-bottom: 5px;
  }

  .review-ttl>h2 {
    font-size: 1.6rem;
  }

  .review-ttlWrap {
    margin-bottom: 30px;
  }

  .review-tab {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .review-box {
    padding: 40px 20px;
  }

  .review-box:not(#review-box1) {
    margin-top: 40px;
  }

  .review-box__ttl {
    margin-bottom: 24px;
  }

  .review-box__ttl>p {
    font-size: 2.6rem;
    flex-direction: column;
    line-height: 1.4;
  }

  .review-box__ttl>p>span {
    margin-left: 0;
    font-size: 1.4rem;
  }

  .review-box__ttl>span {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .review-box__ttl>p>img {
    bottom: -7.5px;
  }

  .review-col {
    margin-bottom: 30px;
  }

  .review h3 {
    font-size: 1.4rem;
  }

  .review-sep {
    font-size: 1.2rem;
    margin-bottom: 14px;
  }

  .review-inner__txt {
    font-size: 1.3rem;
  }

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

  .terms-ttl {
    margin-bottom: 30px;
  }

  .terms-ttl>img {
    width: 55%;
  }

  .terms-ttl>h2 {
    font-size: 1.6rem;
  }

  .terms-box {
    padding: 40px 20px;
  }

  .terms-box__ttl>h3 {
    font-size: 2rem;
  }

  .terms-box__lead {
    font-size: 1.4rem;
  }

  .term-list__lead {
    font-size: 1.4rem;
  }

  .term-list>ul>li {
    font-size: 1.3rem;
  }

  .terms-box__lead-list {
    font-size: 1.4rem;
    padding: 20px 10px 12px 28px;

  }

  .terms-box__lead-list>li {
    line-height: 1.6;
    padding-bottom: 5px;
    margin-bottom: 8px;
  }

  /*---flow---*/
  .flow-ttl {
    margin-bottom: 30px;
  }

  .flow-ttl>img {
    width: 50%;
  }

  .flow-ttl>h2 {
    font-size: 1.6rem;
  }

  .flow-box__ttl>span {
    font-size: 1.8rem;
  }

  .flow-box__ttl>h3 {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .flow-box__img {
    width: 100%;
  }

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

}