/* general */
h2, h3 {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.section__follow {
  color: #333;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .section__follow {
    font-size: 16px;
  }

  .pc__only {
    display: initial;
  }

  .sp__only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .section__follow {
    font-weight: 400;
  }
  img {
    height: auto;
  }

  .pc__only {
    display: none;
  }

  .sp__only {
    display: initial;
  }
}

/* layout */
.section__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.align-center {
  text-align: center;
}

.box__flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .section__container {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .section__container {
    width: 90.6666666667vw;
  }

  .box__flex:not(.sp__flex) {
    flex-direction: column;
  }
}

/* typography */
.marker.yellow {
  background: linear-gradient(transparent 70%, #feff8d 70%);
}

span.em {
  color: #df2d32;
}

span.font-bold {
  font-weight: bold;
}

.text__dash {
  padding: 0 10px;
  background-image: linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, #ffff 50%, #ffff 50%),
  linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 97%, #999 97%, #999 100%);
  background-size: 10px 100%, 100% 2.5em;
  line-height: 2.5em;
}

@media screen and (max-width: 768px) {
  .text__dash {
    background-size: 10px 100%, 100% 2em;
    line-height: 2em;
  }
}

/* background */
.bg__beige {
  background-color: #f7f5f5;
}

.bg__white {
  background-color: #fff;
}

/* button */
.btn__primary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 80px;
  max-width: 700px;
  background-color: #9ed320;
  box-shadow: 0 8px 0 #aca9a6;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .1em;
  border-radius: 50vh;
  overflow: hidden;
  z-index: 1;
  transition: .3s ease;
  cursor: pointer;
}

.btn__primary::before {
  content: '';
  background-color: #a5dc19;
  border-bottom-left-radius: 50% 19%;
  border-bottom-right-radius: 50% 19%;
  position: absolute;
  top: -20px;
  height: 80px;
  width: 100%;
}

.btn__primary span {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.btn__primary.myshop span::before {
  content: '';
  display: inline-block;
  margin-right: 17px;
  background: url(/ec/img/usr/freepage/after_followup/icon_house.png) no-repeat;
  width: 37px;
  height: 32px;
}

.btn__secondary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 60px;
  max-width: 700px;
  background-color: #8d8d8d;
  box-shadow: 0 8px 0 #aca9a6;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .1em;
  border-radius: 50vh;
  overflow: hidden;
  z-index: 1;
  transition: .3s ease;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .btn__primary:hover {
    color: #fff;
    box-shadow: none;
    transform: translateY(8px);
  }

  .btn__secondary:hover {
    color: #fff;
    box-shadow: none;
    transform: translateY(8px);
  }
}

@media screen and (max-width: 768px) {
  .btn__primary {
    height: 64px;
    font-weight: 600;
    box-shadow: 0 5px 0 #aca9a6;
  }

  .btn__primary.myshop span::before {
    margin-right: 1.73333333333vw;
    width: 27px;
    height: 23px;
    background-size: contain;
  }

  .btn__secondary {
    height: 45px;
    font-size: 17px;
    font-weight: 600;
    box-shadow: 0 5px 0 #aca9a6;
  }
}

/* cta */
.area__cta {
  margin-bottom: 90px;
}

.cta__content a:not(.btn__primary) {
  color: #333;
  text-decoration: underline;
}

.btn__search {
  text-decoration: underline;
  cursor: pointer;
}

.btn-cta__wrap .button {
  margin: 0 auto 30px;
  text-decoration: none;
}

.cta__text {
  margin: 0 auto;
  max-width: 655px;
}

.cta__text p {
  margin-bottom: 5px;
}

.cta__text .btn__search {
  display: inline-block;
  margin-top: 5px;
}

.anchor-link {
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}

.anchor-link::after {
  content: '';
  display: inline-block;
  margin-left: 9px;
  background: url(/ec/img/usr/freepage/after_followup/icon_arrow-down.png) no-repeat;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .area__cta {
    margin-bottom: 13.3333333333vw;
  }

  .btn-cta__wrap .button {
    margin-bottom: 6vw;
    color: #fff;
    font-size: 20px;
  }

  .cta__content .align-center a {
    text-align: center;
  }

  .cta__text,
  .cta__content p.align-center {
    margin: 0 4vw;
  }

  .anchor-link {
    font-size: 14px;
    text-align: left;
  }

  .anchor-link::after {
    margin-left: 1.33333333333vw;
    width: 19px;
    height: 19px;
    background: url(/ec/img/usr/freepage/after_followup/sp/icon_arrow-down.png) no-repeat;
    background-size: contain;
  }
}

/* modal */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.modal__bg {
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  position: relative;
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1000px;
  height: 80vh;
}

.modal__content .wrap {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

.modal__content .icon__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -18px;
  right: -18px;
  width: 37px;
  height: 37px;
  background-color: #fff;
  border-radius: 50vh;
  font-size: 30px;
  cursor: pointer;
}

.modal__content .text__close {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal__content {
    width: 84vw;
  }

  .modal__content .icon__close {
    flex-direction: column;
    width: 29px;
    height: 29px;
    font-size: 30px;
  }
}

/* accordion */
.accordion {
  height: 340px;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.btn__accordion  {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 100px 0 25px;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
  cursor: pointer;
}

.btn__accordion.close {
  background: none;
}

.slide-up {
  padding-bottom: 0;
  overflow: hidden;
}

.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}

.btn__accordion span {
  font-size: 22px;
  font-weight: 500;
}

.btn__accordion span::after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 13px;
  margin-left: 10px;
  background-image: url(/ec/img/usr/freepage/after_followup/icon_arrow-top.png);
  background-repeat: no-repeat;
}
.btn__accordion span.is-open::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .btn__accordion {
    padding: 17.3333333333vw 0 3.33333333333vw;
  }

  .btn__accordion span {
    font-size: 13px;
  }

  .btn__accordion span::after {
    width: 13px;
    height: 7px;
    margin-left: 10px;
    background-size: contain;
  }

  .accordion {
    height: 70vw;
  }

  .slide-down {
    height: auto;
  }
}
/* MV */
.mv img {
  height: auto;
}

@media screen and (min-width: 769px) {
  .mv {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
  }

  .mv h1 {
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    margin: 0 auto;
    width: 100%;
    height: 75.4666666667vw;
  }

  .mv h1 {
    margin: 0 auto;
    padding: 0;
  }
}

/* lead */
.section__follow__lead {
  padding: 60px;
}

.section__follow__lead .text {
  font-size: 22px;
  font-weight: 600;
  font-family: YuMincho, 'Yu Mincho','a-otf-ryumin-pr6n','Noto Serif JP', serif;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .section__follow__lead {
    padding: 6vw;
  }

  .section__follow__lead .text {
    font-size: 15px;
  }
}

/* intro */
.section__follow__intro .intro__content {
  position: relative;
  margin-bottom: 100px;
  padding: 45px 0;
}

.section__follow__intro .intro__content::after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 35px 0 35px;
  border-color: #f7f5f5 transparent transparent transparent;
  transform: translate(-50%, 0);
}

.section__follow__intro .intro__content .catch {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
}

.section__follow__intro .intro__content .catch .text__large {
  font-size: 40px;
}

.section__follow__intro .box__check .box__flex {
  align-items: flex-end;
}

.section__follow__intro .box__check {
  margin-bottom: 35px;
  padding: 50px 40px 60px 34px;
  border-radius: 25px;
}

.section__follow__intro .list__check li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
}

.section__follow__intro .list__check li::before {
  content: '';
  display: inline-block;
  margin-right: 34px;
  background: url(/ec/img/usr/freepage/after_followup/icon_check.png) no-repeat;
  width: 28px;
  height: 22px;
}

.section__follow__intro .intro__content .text__bottom {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.section__follow__intro .intro__content .text__bottom .large {
  font-size: 36px;
}

.section__follow__intro .before__cta {
  margin: 0 auto 55px;
  font-weight: 600;
}

.section__follow__intro .before__cta .text {
  margin-bottom: 15px;
  font-size: 26px;
}

.section__follow__intro .before__cta .catch {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .section__follow__intro .intro__content {
    margin-bottom: 10vw;
    padding: 5.33333333333vw 0;
  }

  .section__follow__intro .intro__content::after {
    bottom: -20px;
    border-width: 20px 20px 0 20px;
  }

  .section__follow__intro .intro__content .catch {
    margin-bottom: 6.66666666667vw;
    font-size: 17px;
    font-weight: 700;
  }
  
  .section__follow__intro .intro__content .catch .text__large {
    font-size: 20px;
  }

  .section__follow__intro .box__check {
    margin-bottom: 5.33333333333vw;
    padding: 6.66666666667vw;
    border-radius: 3.33333333333vw;
  }

  .section__follow__intro .list__check li {
    margin-bottom: 2.66666666667vw;
    font-size: 14px;
  }

  .section__follow__intro .list__check li::before {
    margin-right: 10px;
    width: 18px;
    height: 13px;
    background-size: contain;
  }

  .section__follow__intro .list__check li span {
    flex: 1;
  }

  .section__follow__intro .intro__content .text__bottom {
    font-size: 17px;
  }

  .section__follow__intro .intro__content .text__bottom .large {
    font-size: 20px;
    font-weight: 700;
  }

  .section__follow__intro .before__cta {
    margin-bottom: 8vw;
  }

  .section__follow__intro .before__cta .text {
    font-size: 15px;
  }

  .section__follow__intro .before__cta .catch {
    font-size: 22px;
  }

  .section__follow__intro .box__check .box__flex {
    align-items: center;
  }
}

/* about */
.section__about {
  margin: 0 auto 110px;
}

.section__about .section__title {
  padding: 20px 0;
  background-color: #f4efe3;
  text-align: center;
}

.section__about .section__title h2 {
  font-family: YuMincho, 'Yu Mincho','a-otf-ryumin-pr6n','Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 500;
}

.section__about .section__content {
  margin-bottom: 110px;
  padding: 60px 40px 25px;
  border: 1px solid #ddc894;
  background-color: #f7f5f5;
}

.section__about .section__content .lead {
  margin: 0 auto 80px;
  width: 800px;
  font-size: 20px;
}

.section__about .section__content .lead p {
  margin-bottom: 20px;
}

.section__about .content-01 {
  margin-bottom: 100px;
}

.section__about .content-01 .box__text {
  flex: 1;
  margin-left: 60px;
  margin-right: 15px;
  font-size: 18px;
}

.section__about .content-01 .title__sub {
  margin-bottom: 15px;
  font-family: YuMincho, 'Yu Mincho','a-otf-ryumin-pr6n','Noto Serif JP', serif;
  font-size: 28px;
  font-weight: 600;
}

.service__list .list__item {
  position: relative;
  margin-bottom: 150px;
  width: 100%;
  min-height: 358px;
}

.service__list .list__item:last-child {
  margin-bottom: 100px;
}

.service__list .title {
  position: absolute;
  z-index: 3;
  font-family: YuMincho, 'Yu Mincho','a-otf-ryumin-pr6n','Noto Serif JP', serif;
  font-size: 44px;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: .22em;
  line-height: 1;
}

.service__list .title::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: '';
  background-color: #f2e7cb;
  width: 50px;
  height: 140px;
}

.service__list .title span {
  display: inline-block;
  position: relative;
  padding: 20px 0 0 20px;
  z-index: 1;
}

.service__list .text {
  position: absolute;
  left: 30px;
  bottom: -46px;
  z-index: 2;
  padding: 50px 0;
  width: 480px;
  background-color: rgba(255,255,255,.9);
  box-sizing: border-box;
  font-family: YuMincho, 'Yu Mincho','a-otf-ryumin-pr6n','Noto Serif JP', serif;
  font-size: 22px;
  letter-spacing: .02em;
  line-height: 1.6;
  text-align: center;
}

.service__list .image {
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 1;
}

.service__list .item-02 .title {
  right: 0;
}

.service__list .item-02 .text {
  left: unset;
  right: 40px;
}

.service__list .item-02 .image {
  right: unset;
  left: 50px;
}

.service__list .item-03 .title {
  top: 17px;
}

.service__list .item-03 .text {
  bottom: unset;
  top: 40px;
}

@media screen and (max-width: 768px) {
  .section__about {
    margin-bottom: 0;
  }
  .section__about .section__title {
    padding: 4vw 0;
  }

  .section__about .section__title h2 {
    font-size: 18px;
    font-weight: 700;
  }

  .section__about .section__content {
    margin-bottom: 6.66666666667vw;
    padding: 5.33333333333vw 0 4vw;
  }

  .section__about .section__content .lead {
    margin-bottom: 4.66666666667vw;
    width: 76vw;
    font-size: 14px;
  }

  .section__about .content-01 {
    margin-bottom: 9.33333333333vw;
  }

  .section__about .content-01 .box__text {
    margin: 8vw auto 0;
    width: 76vw;
    font-size: 14px;
  }

  .section__about .content-01 .title__sub {
    margin-bottom: 2.66666666667vw;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

  .service__list .list__item {
    margin: 0 auto 8vw;
    width: 76vw;
    min-height: 93.3333333333vw;
  }

  .service__list .image {
    top: unset;
    right: unset;
    width: 58.8vw;
  }

  .service__list .title {
    top: 40vw;
    right: 0;
    font-size: 25px;
  }

  .service__list .title::after {
    width: 28px;
    height: 88px;
  }

  .service__list .title span {
    padding: 15px 0 0 10px;
  }

  .service__list .text {
    top: 44vw;
    left: 50%;
    right: unset;
    bottom: unset;
    padding: 6.66666666667vw 0;
    width: auto;
    min-width: 72vw;
    font-size: 3.4vw;
    transform: translate(-50%, 0);
  }

  .service__list .item-02 .image {
    left: unset;
    right: 0;
  }

  .service__list .item-02 .text {
    left: 50%;
    right: unset;
  }

  .service__list .item-02 .title {
    left: 0;
    right: unset;
  }

  .service__list .item-03 .title {
    top: 45.3333333333vw;
  }

  .service__list .item-03 .text {
    top: 50.1333333333vw;
  }

  .service__list .list__item:last-child {
    margin-bottom: 6.66666666667vw;
  }
}

/* service */
.section__service .section__intro {
  margin-bottom: 75px;
  padding: 40px 0 60px;
  background-color: #f4efe3;
}

.section__service .section__intro .section__title {
  margin-bottom: 20px;
  padding-top: 80px;
  background: url(/ec/img/usr/freepage/after_followup/icon_house-beige.png) top center no-repeat;
}

.section__service .section__intro .section__title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.service__nav ul {
  display: flex;
  justify-content: space-between;
}

.service__nav ul li {
  position: relative;
  border: 1px solid #b8a57c;
  background-color: #fff;
  width: 32.5%;
}

.service__nav ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-bottom: 2px solid #b8a57c;
  border-right: 2px solid #b8a57c;
  transform: rotate(45deg) translate(-50%, 0);
}

.service__nav ul li a {
  display: flex;
  align-content: center;
  padding: 25px 0 50px 20px;
  color: #333;
}

.service__nav ul li a:hover {
  opacity: .7;
  color: unset;
}

.service__nav ul li .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 53px;
  height: 53px;
  background-color: #b69e67;
  overflow: hidden;
  color: #fff;
  font-size: 30px;
}

.service__nav ul li .num::after {
  position: absolute;
  content: '';
  display: block;
  width: 75px;
  height: 38px;
  background-color: #a99362;
  transform: rotate(-45deg);
  top: 21px;
  left: 3px;
}

.service__nav ul li .num span {
  position: relative;
  z-index: 10;
}

.service__nav ul li .text {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
}

.section__service .section-03 .section__title {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 40px;
  background-color: #b8a57c;
}

.section__service .section-03 .section__title h3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

.section__service .section-03 .section__title .num {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  width: 53px;
  height: 53px;
  background-color: #fff;
  overflow: hidden;
  color: #8b7037;
  font-size: 39px;
  font-weight: 600;
}

.section__service .section-03 .section__title .num::after {
  position: absolute;
  content: '';
  display: block;
  width: 75px;
  height: 38px;
  background-color: #f4efe3;
  transform: rotate(-45deg);
  top: 21px;
  left: 3px;
}

.section__service .section-03 .section__title .num span {
  position: relative;
  z-index: 10;
}

.section__service .section-03 .content__inner {
  margin: 0 auto 45px;
  width: 800px;
  font-size: 22px;
}

.section__service .section-03 .content__inner .lead {
  margin-bottom: 30px;
}

.section__service .section-03 .content__inner .box__flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.section__service .section-03 .content__inner .box__flex .box__flex__item:nth-child(2) {
  margin-left: 20px;
}

.section__service .section-03 .list__circle {
  display: flex;
  flex-direction: column;
}

.section__service .section-03 .list__circle li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
}

.section__service .section-03 .list__circle li:last-child {
  margin-bottom: 0;
}

.section__service .section-03 .list__circle li::before {
  content: '';
  display: inline-block;
  margin-right: 17px;
  width: 20px;
  height: 20px;
  background-color: #b8a57c;
  border-radius: 50vh;
}

.section__service .section-03 .box__desc {
  padding-top: 50px;
  background-color: #fffee4;
}

.section__service .section-03 .box__desc .text__top {
  margin: 0 auto 10px;
  position: relative;
  padding: 10px 0;
  width: 687px;
  background-color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.section__service .section-03 .box__desc .text__top::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -35px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 38.5px 0 38.5px;
  border-color: #ffec6d transparent transparent transparent;
  transform: translate(-50%, 0);
}

.section__service .section-03 .box__desc .box__flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.section__service .section-03 .box__desc .box__flex .box__text {
  margin: 0 80px 0 60px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.7;
}

.section__service .section__service-02 .box__desc .box__flex .box__text {
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: .1em;
}

.section__service .section-03 .box__desc .xsmall {
  font-size: 20px;
}

.section__service .section-03 .box__desc .small {
  font-size: 30px;
}

.section__service .section-03 .box__inquiry {
  margin-bottom: 115px;
}

.section__service .section-03 .box__inquiry .box__title {
  margin: 0 auto 30px;
  padding: 15px 0;
  border: 4px solid #b8a57c;
  width: 610px;
  color: #957b43;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: .2em;
  border-radius: 50vh;
}

.section__service .list__q {
  margin: 0 auto 55px;
  width: 470px
}

.section__service .list__q li {
  position: relative;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .1em;
}

.section__service .list__q li::before {
  content: 'Q.';
  display: inline-block;
  margin-right: 15px;
  color: #df2d32;
  font-size: 24px;
  font-weight: 500;
}

.box__answer {
  justify-content: center;
  align-items: flex-end;
}

.box__answer .bg__balloon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 589px;
  height: 224px;;
  background: url(/ec/img/usr/freepage/after_followup/bg_bal.png) no-repeat;
}

.box__answer .bg__balloon p {
  width: 460px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.section__service .box__after-image {
  margin: 50px auto;
}

.section__service .box__after-image p {
  padding: 7px 0;
  background-color: rgba(71,71,71,.9);
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.section__service .box__bg {
  margin: 0 auto 70px;
}

.section__service .box__bg__title {
  border-top: 4px solid #b8a57c;
  border-bottom: 4px solid #b8a57c;
  padding: 15px 0;
  background-color: #f4efe3;
  color: #957b43;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.section__service .box__bg__content {
  padding: 50px 0;
  background-color: #f7f5f5;
}

.section__service .box__bg .box__flex {
  flex-wrap: wrap;
  margin: 0 auto;
  width: 845px;
}

.section__service .box__bg .box__flex__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  width: 400px;
}

.section__service .box__bg .box__flex__item .item__title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 4px solid #d7c9ac;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.section__service .box__bg .box__flex__item .item__text {
  margin-top: 15px;
  font-size: 18px;
  max-width: 360px;
}

.section__service .box__bg .box__flex__item .item__text-note {
  margin-top: 10px;
  max-width: 360px;
}

.section__service .section__service-02 .box__bg .box__flex__item:first-child img {
  margin-top: 45px;
}

.section__service .section__service-03 .box__bg .box__flex {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .section__service .section-03 .content__inner {
    width: 100%;
  }

  .section__service .section-03 .box__desc .text__top {
    padding: 1.33333333333vw 0;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
  }

  .section__service .section-03 .box__inquiry .box__title {
    width: 100%;
  }

  .box__answer .box__flex__item:first-child {
    margin-right: -4.53333333333vw;
    margin-bottom: 5.73333333333vw;
    width: 32.4vw;
  }

  .box__answer .bg__balloon {
    width: 65.6vw;
    height: 52.2666666667vw;
    background: url(/ec/img/usr/freepage/after_followup/sp/bg_bal.png) no-repeat;
    background-size: contain;
  }

  .box__answer .bg__balloon p {
    padding-left: 5.33333333333vw;
    width: 55vw;
    font-size: 3.73333333333vw;
  }

  .section__service .box__bg .box__flex {
    width: 100%;
  }

  .section__service .box__bg .box__flex__item {
    margin-bottom: 10vw;
    width: 100%;
  }

  .section__service .section__intro {
    margin-bottom: 5.33333333333vw;
    padding-top: 5.33333333333vw;
    padding-bottom: 6.66666666667vw;
  }

  .section__service .section__intro .section__title {
    padding-top: 13.3333333333vw;
    background-size: 45px 40px;
  }

  .section__service .section__intro .section__title h2 {
    font-size: 16px;
    font-weight: 700;
  }

  .service__nav ul {
    flex-direction: column;
  }

  .service__nav ul li {
    margin-bottom: 3.73333333333vw;
    width: 100%;
  }

  .service__nav ul li a {
    align-items: center;
    padding: 2.13333333333vw 10.4vw 2.13333333333vw 2.66666666667vw;
  }

  .service__nav ul li::after {
    top: 50%;
    bottom: unset;
    left: unset;
    right: 6vw;
    width: 15px;
    height: 15px;
    margin-top: -5px;
    transform: rotate(45deg) translate(0,-50%);
  }

  .service__nav ul li .num {
    margin-right: 5.06666666667vw;
    width: 48px;
    height: 48px;
    font-size: 27px;
    font-weight: 600;
  }

  .service__nav ul li .text {
    font-size: 16px;
  }

  .section__service .section-03 .section__title {
    margin: 0 -4.66666666665vw 5.33333333333vw;
    padding: 3.46666666667vw 2.93333333333vw;
  }

  .section__service .section-03 .section__title h3 {
    font-size: 19px;
    line-height: 1.2;
  }

  .section__service .section-03 .section__title .num {
    margin-right: 3.33333333333vw;
    width: 40px;
    height: 40px;
    font-size: 30px;
  }

  .section__service .section-03 .section__title h3 > span:last-child {
    flex: 1;
  }

  .section__service .section-03 .content__inner {
    margin-bottom: 6vw;
    font-size: 15px;
  }

  .section__service .section-03 .content__inner .lead {
    margin-bottom: 5.33333333333vw;
  }

  .section__service .section-03 .content__inner .box__flex {

  }

  .section__service .section-03 .content__inner .box__flex .box__flex__item:nth-child(1) {
    width: 37.0666666667vw;
  }

  .section__service .section-03 .content__inner .box__flex .box__flex__item:nth-child(2) {
    flex: 1;
  }

  .section__service .section-03 .list__circle li {
    margin-bottom: 4vw;
    font-size: 14px;
    font-weight: 700;
  }

  .section__service .section-03 .list__circle li::before {
    margin-right: 10px;
    width: 11px;
    height: 11px;
  }

  .section__service .section-03 .list__circle li p {
    flex: 1;
  }

  .section__service .section-03 .box__desc .text__top::after {
    border-width: 10px 15px 0 15px;
    bottom: -5.33333333333vw;
  }

  .section__service .section-03 .box__desc {
    margin: 0 -4.66666666665vw 7.33333333333vw;
    padding: 6.66666666667vw 4.66666666665vw 0;
  }
  
  .section__service .section-03 .box__desc .box__flex .box__text {
    margin: 6.4vw 1vw 6.66666666667vw;
    font-size: 20px;
    font-weight: 700;
  }

  .section__service .section-03 .box__desc .box__flex {
    align-items: flex-end;
    margin: 0;
  }
  
  .section__service .section-03 .box__desc .box__flex img {
    height: 21.3333333333vw;
  }

  .section__service .section-03 .box__inquiry .box__title {
    margin-bottom: 2vw;
    padding: 2vw;
    border-width: 2px;
    width: 82.6666666667vw;
    font-size: 20px;
    letter-spacing: 0;
  }

  .section__service .list__q {
    margin-bottom: 6.66666666667vw;
    width: 82.6666666667vw;
  }

  .section__service .list__q li {
    margin-bottom: 2.66666666667vw;
    font-size: 17px;
    letter-spacing: 0;
  }

  .section__service .list__q li::before {
    margin-right: 2.66666666667vw;
    font-size: 15px;
  }

  .section__service .section-03 .box__inquiry {
    margin-bottom: 8.66666666667vw;
  }

  .section__service .box__after-image {
    margin: 9.33333333333vw auto 5.33333333333vw;
  }

  .section__service .box__after-image p {
    font-size: 15px;
  }

  .section__service .section-03 .box__desc .xsmall,
  .section__service .section-03 .box__desc .small {
    font-size: 4vw;
  }

  .section__service .section__service-02 .box__desc .box__flex .box__text {
    margin-left: 2.66666666667vw;
    letter-spacing: 0;
  }

  .section__service .section__service-03 .box__desc .box__flex .box__text p {
    margin-right: -0.5em;
  }

  .section__service .box__bg {
    margin: 0 -4.66666666665vw 9.33333333333vw;
  }

  .section__service .box__bg__title {
    padding: 3.33333333333vw 0;
    border-width: 2px;
    font-size: 18px;
    font-weight: 600;
  }

  .section__service .box__bg__content {
    padding: 5.33333333333vw 9.33333333333vw 12vw;
  }

  .section__service .box__bg .box__flex__item .item__title {
    border-width: 2px;
    font-size: 18px;
    font-weight: 600;
  }

  .section__service .section__service-02 .box__bg .box__flex__item:first-child img {
    margin-bottom: 0;
  }

  .section__service .box__bg .box__flex__item .item__text {
    font-size: 14px;
  }

  .section__service .box__bg .note {
    text-align: left;
    font-size: 12px;
  }
}

/* voice */
.section__voice .box__bg {
  margin-bottom: 110px;
}

.section__voice .box__bg .box__bg__title {
  padding: 20px 0;
  background-color: #b8a57c;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.section__voice .box__bg .box__bg__title img {
  margin-right: 15px;
}

.section__voice .box__bg .box__bg__content {
  padding: 30px 40px 40px;
  background-color: #f4efe3;
}

.section__voice .box__bg .box__flex {
  flex-wrap: wrap;
  margin-bottom: -60px;
}

.section__voice .box__bg .box__flex__item {
  margin-bottom: 60px;
  width: 440px;
}

.section__voice .box__bg .box__flex__item .item__title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 4px solid #b8a57c;
  width: 100%;
  font-size: 23px;
  font-weight: 500;
}

.section__voice .box__bg .box__flex__item .item__text {
  font-size: 18px;
  line-height: 2.1;
}

.section__voice .box__bg .box__flex__item .item__name {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .section__voice .box__bg {
    margin: 0 -4.66666666665vw 8vw;
  }

  .section__voice .box__bg .box__flex__item {
    margin-bottom: 5.33333333333vw;
    width: 100%;
  }

  .section__voice .box__bg .box__flex__item:last-child {
    margin-bottom: 0;
  }

  .section__voice .box__bg .box__bg__title {
    padding: 4vw 0;
    font-size: 19px;
  }

  .section__voice .box__bg .box__bg__title img {
    margin-right: 1.73333333333vw;
    width: 10.1333333333vw;
  }

  .section__voice .box__bg .box__bg__content {
    padding: 8vw 3.73333333333vw;
  }

  .section__voice .box__bg .box__flex {
    margin-bottom: 0;
  }

  .section__voice .box__bg .box__flex__item .item__title {
    margin-bottom: 1.33333333333vw;
    border-width: 2px;
    padding: 0 4.8vw 2vw;
    font-size: 17px;
    font-weight: 600;
  }

  .section__voice .box__bg .box__flex__item .item__text {
    padding: 0 4.8vw;
    font-size: 13px;
    line-height: 1.8;
  }

  .section__voice .box__bg .box__flex__item .item__name {
    padding: 0 4.8vw;
  }
}

/* process */
.section__process .section__title {
  margin-bottom: 60px;
  padding: 20px 0;
  color: #fff;
  background-color: #b8a57c;
  text-align: center;
}

.section__process .section__title h3 {
  font-size: 36px;
  font-weight: 500;
}

.box__step .step__item {
  margin: 0 auto 40px;
  padding: 1px;
  border: 1px solid #b1b1b1;
  width: 800px;
}

.box__step .step__item .item__title {
  border-top: 5px solid #b8a57c;
  padding: 15px 0;
  background-color: #fffee4;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.box__step .step__item .item__title .num {
  font-size: 36px;
}

.box__step .step__item .item__content {
  padding: 30px 0;
}

.box__step .step__item .item__content p {
  margin: 0 auto 20px;
  width: 630px;
  font-size: 22px;
}

.box__step .step__item .item__content p.note {
  font-size: 16px;
}

.box__step .step__item .item__content picture + p.note {
  margin-top: 20px;
}

.box__step .step__item .item__content picture {
  display: block;
  text-align: center;
}

.section__process .box__bottom {
  margin: 65px auto 70px;
  padding: 25px 0;
  background-color: #fffee4;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .section__process .section__title {
    margin: 0 -4.66666666665vw 4.66666666667vw;
  }

  .section__process .section__title h3 {
    font-size: 20px;
    font-weight: 600;
  }

  .box__step .step__item {
    margin-bottom: 5.33333333333vw;
    width: 100%;
  }

  .box__step .step__item .item__content p {
    width: 100%;
    font-size: 14px;
  }

  .box__step .step__item .item__content p.note {
    font-size: 12px;
  }

  .box__step .step__item .item__title {
    padding: 2vw 0;
    border-width: 2px;
    font-size: 17px;
    font-weight: 600;
  }

  .box__step .step__item .item__title .num {
    font-size: 25px;
  }

  .box__step .step__item .item__content {
    padding: 4vw 5.33333333333vw;
  }

  .section__process .box__bottom {
    margin: 9.33333333333vw auto 2.66666666667vw;
    padding: 3.33333333333vw;
    font-size: 19px;
  }
}

/* myshop */
.modal__myshop .modal__content .wrap {
  padding-bottom: 50px;
}

.modal__myshop .modal__title {
  margin-bottom: 60px;
  padding: 10px 0;
  border: 2px solid #fff;
  background-color: #b8a57c;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.modal__myshop .btn__secondary {
  margin: 0 auto 40px;
  background-color: #b8a57c;
  width: 560px;
}

.modal__myshop .content__text {
  margin: 0 auto 40px;
  width: 650px;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .modal__myshop .modal__content .wrap {
    padding-bottom: 2.66666666667vw;
  }

  .modal__myshop .modal__title {
    margin-bottom: 5.33333333333vw;
    padding: 3.73333333333vw 0;
    font-size: 17px;
  }

  .box__step .step__item {
    width: 95.2380952381%;
  }

  .modal__myshop .btn__secondary {
    margin-bottom: 5.33333333333vw;
    width: 88.8888888889%;
  }

  .modal__myshop .content__text {
    margin-bottom: 5.33333333333vw;
    width: 88.8888888889%;
    font-size: 12px;
  }

  .modal__myshop .content__text a {
    display: inline-block;
    margin-top: 2vw;
  }

  .modal__content .text__close {
    font-size: 12px;
  }
}

/* search-shop */
.modal__search-shop .modal__content {
  width: 600px;
}

.modal__search-shop .modal__content .wrap {
  overflow: unset;
}

/* movie */
.section__follow__movie {
  aspect-ratio: 16 / 9;
}
.section__follow__movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .section__follow__movie {
    width: 1000px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  .section__follow__movie {
    width: 90.6666666667vw;
    margin: 0 auto 6vw;
  }
}