@charset "UTF-8";
/* 初期状態（まだ表示しない） */
.fadein-up {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, -webkit-transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
  transition: opacity 1.2s ease-out, transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
}

/* 画面に入ったら */
.fadein-up.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

main.main--tlibrush {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  color: #737070;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

/* header section */
header {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  width: 34.13vw;
  margin: 2.2vw 4.52vw;
}
@media screen and (min-width: 768px) {
  header .logo {
    width: 16.98vw;
    max-width: 231px;
    margin-right: 9.66vw;
  }
}
@media screen and (min-width: 1200px), print {
  header .logo {
    margin: 1.875rem 153px;
  }
}

header .toshop {
  color: #339599;
  line-height: 1;
  margin-right: 9.66vw;
  width: 30.93vw;
  margin-right: 3.66vw;
}
@media screen and (min-width: 768px) {
  header .toshop {
    width: 14.64vw;
    max-width: 200px;
    margin-right: 9.66vw;
  }
}
@media screen and (min-width: 1200px), print {
  header .toshop {
    margin: 1.875rem 153px;
  }
}

/* fv section */
.fv {
  margin-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .fv {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .fv {
    margin-bottom: 220px;
  }
}

@media screen and (min-width: 576px) {
  .container--brush-fv {
    max-width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .container--brush-fv {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .container--brush-fv {
    max-width: 936px;
  }
}
@media screen and (min-width: 1200px), print {
  .container--brush-fv {
    max-width: 1116px;
  }
}
@media screen and (min-width: 1400px) {
  .container--brush-fv {
    max-width: 1294px;
  }
}

.fv__inner {
  position: relative;
}

.fv__wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

.fv__content {
  z-index: 1;
  position: relative;
}

.fv__content_logo {
  width: 60px;
  margin-top: 6px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .fv__content_logo {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .fv__content_logo {
    margin-top: 25px;
    width: 87px;
  }
}
.fv__content_logo::before {
  content: "";
  background: url(../images/fv-bg.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 300px;
  left: -100px;
  top: -80px;
}
@media screen and (min-width: 576px) {
  .fv__content_logo::before {
    width: 400px;
    height: 400px;
    left: -180px;
    top: -172px;
  }
}
@media screen and (min-width: 768px) {
  .fv__content_logo::before {
    width: 400px;
    height: 400px;
    left: -80px;
    top: -180px;
  }
}
@media screen and (min-width: 992px) {
  .fv__content_logo::before {
    width: 500px;
    height: 500px;
    left: -180px;
    top: -230px;
  }
}
@media screen and (min-width: 1200px), print {
  .fv__content_logo::before {
    width: 852px;
    height: 859px;
    top: -485px;
    left: calc(50% - 393px);
  }
}

.fv__content_product {
  margin-top: 85vw;
  width: 60%;
}
@media screen and (min-width: 576px) {
  .fv__content_product {
    width: 50%;
    margin-top: 450px;
  }
}
@media screen and (min-width: 768px) {
  .fv__content_product {
    margin-top: 24vw;
  }
}
@media screen and (min-width: 992px) {
  .fv__content_product {
    width: 252px;
    margin-top: 147px;
  }
}

.fv__content_copy {
  margin-top: 10px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 992px) {
  .fv__content_copy {
    margin-top: 30px;
  }
}

.fv__content_copy_small,
.fv__content_copy_highlight {
  display: inline-block;
  border-bottom: 2px dotted #b5b5b6;
}
@media screen and (min-width: 992px) {
  .fv__content_copy_small,
  .fv__content_copy_highlight {
    border-bottom: 4px dotted #b5b5b6;
  }
}

.fv__content_copy_small {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: min(1.625rem, 5.3vw);
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .fv__content_copy_small {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 992px) {
  .fv__content_copy_small {
    font-size: min(1.875vw, 1.875rem);
    padding-bottom: 7px;
  }
}

.fv__content_copy_highlight {
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #6fc5c2;
  padding-bottom: 4px;
  font-size: min(5.8vw, 2rem);
}
@media screen and (min-width: 768px) {
  .fv__content_copy_highlight {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .fv__content_copy_highlight {
    font-size: 2.75rem;
    font-size: min(2.75vw, 2.75rem);
    padding-bottom: 8px;
  }
}

.fv__photo {
  position: absolute;
  z-index: 1;
  width: 90%;
  top: 120px;
  right: 0;
}
@media screen and (min-width: 400px) {
  .fv__photo {
    top: 110px;
  }
}
@media screen and (min-width: 576px) {
  .fv__photo {
    top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .fv__photo {
    width: 650px;
    width: 66vw;
    max-width: none;
    top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .fv__photo {
    width: 600px;
    top: 30px;
  }
}
@media screen and (min-width: 1200px), print {
  .fv__photo {
    width: 700px;
  }
}
@media screen and (min-width: 1400px) {
  .fv__photo {
    left: calc(50% - 153px);
    width: 50vw;
    max-width: 800px;
    top: 0;
  }
}

/* //fv section */
/* problem section */
.section-problem {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .section-problem {
    padding-bottom: 146px;
  }
}

.section-problem::after {
  content: "";
  background: url(../images/problem-bg--yellow.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 300px;
  right: -150px;
  top: -400px;
}
@media screen and (min-width: 576px) {
  .section-problem::after {
    width: 400px;
    height: 400px;
    right: -200px;
    top: -500px;
  }
}
@media screen and (min-width: 768px) {
  .section-problem::after {
    width: 400px;
    height: 400px;
    right: -150px;
    top: -350px;
  }
}
@media screen and (min-width: 992px) {
  .section-problem::after {
    width: 500px;
    height: 500px;
    top: -500px;
  }
}
@media screen and (min-width: 1200px), print {
  .section-problem::after {
    width: 852px;
    height: 859px;
    top: -568px;
    left: calc(50% + 208px);
  }
}

.section-problem__bg {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65.5%, #ffffff), color-stop(65.5%, #e8f8f8));
  background: linear-gradient(#ffffff 65.5%, #e8f8f8 65.5%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-problem__bg--left {
  content: "";
  background: url(../images/problem-bg.png) no-repeat center center/contain;
  position: absolute;
  width: 800px;
  height: 514px;
  top: 64.1%;
  left: calc(50% - 750px);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .section-problem__bg--left {
    width: 800px;
    height: 514px;
    top: 64.1%;
    left: calc(50% - 1000px);
  }
}

.section-problem__inner {
  background-color: #fff;
  border: 3px solid #d0f0f0;
  border-radius: 30px;
  padding-inline: 20px;
  padding-block: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section-problem__inner {
    border-radius: 50px;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  .section-problem__inner {
    border-radius: 100px;
    padding-top: 87px;
    padding-bottom: 105px;
  }
}

.section-title--problem {
  padding-top: 36px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .section-title--problem {
    padding-top: 51px;
    margin-bottom: 75px;
  }
}
.section-title--problem::before {
  content: "";
  background: url(../images/problem_section-title-deco.svg) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  width: 30px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media screen and (min-width: 992px) {
  .section-title--problem::before {
    width: 60px;
    height: 8px;
  }
}

.section-title-sub {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.1428571429rem;
  letter-spacing: 0.09em;
}
@media screen and (min-width: 992px) {
  .section-title-sub {
    font-size: 1.375rem;
  }
}

.section-title-main {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 1.4285714286rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .section-title-main {
    font-size: 2.375rem;
    margin-top: 20px;
    line-height: 1;
  }
}

.section-problem__content {
  position: relative;
}

.section-problem__content-image {
  bottom: 0;
  width: 100%;
  max-width: 290px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .section-problem__content-image {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 290px;
    height: 254px;
  }
}
@media screen and (min-width: 1400px) {
  .section-problem__content-image {
    max-width: none;
    width: 390px;
    height: 354px;
  }
}

.section-problem__content-list {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .section-problem__content-list {
    grid-template-columns: 1fr 1fr;
  }
}

.section-problem__content-item {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-problem__content-item:nth-child(odd) {
  justify-self: start;
}
@media screen and (min-width: 992px) {
  .section-problem__content-item:nth-child(odd) {
    justify-self: center;
  }
}

.section-problem__content-item:nth-child(even) {
  justify-self: end;
}
@media screen and (min-width: 992px) {
  .section-problem__content-item:nth-child(even) {
    justify-self: center;
  }
}

.section-problem__content-item:not(:nth-child(1)) {
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .section-problem__content-item:not(:nth-child(1)) {
    margin-top: -20px;
  }
}
@media screen and (min-width: 768px) {
  .section-problem__content-item:not(:nth-child(1)) {
    margin-top: -40px;
  }
}
@media screen and (min-width: 992px) {
  .section-problem__content-item:not(:nth-child(1)) {
    margin-top: 0;
  }
}

.section-problem__content-item:nth-child(1) {
  background: url(../images/problem_frame_01--sp.png) no-repeat center center/contain;
  height: 94px;
  width: 238px;
  aspect-ratio: 300/144;
}
@media screen and (min-width: 768px) {
  .section-problem__content-item:nth-child(1) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .section-problem__content-item:nth-child(1) {
    background: url(../images/problem_frame_01--pc.png) no-repeat center center/contain;
    width: 240px;
    height: 115px;
    margin-top: 6px;
    margin-left: 0;
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1200px), print {
  .section-problem__content-item:nth-child(1) {
    width: 300px;
    height: 144px;
    margin-top: 6px;
    margin-right: 46px;
    padding-bottom: 26px;
  }
}

.section-problem__content-item:nth-child(2) {
  background: url(../images/problem_frame_02--sp.png) no-repeat center center/contain;
  height: 118px;
  width: 238px;
}
@media screen and (min-width: 768px) {
  .section-problem__content-item:nth-child(2) {
    margin-right: 45px;
  }
}
@media screen and (min-width: 992px) {
  .section-problem__content-item:nth-child(2) {
    width: 240px;
    height: 127px;
    background: url(../images/problem_frame_02--pc.png) no-repeat center center/contain;
    margin-left: -14px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px), print {
  .section-problem__content-item:nth-child(2) {
    width: 240px;
    height: 127px;
    margin-left: -14px;
  }
}

.section-problem__content-item:nth-child(3) {
  background: url(../images/problem_frame_03--sp.png) no-repeat center center/contain;
  height: 95px;
  width: 238px;
}
@media screen and (min-width: 992px) {
  .section-problem__content-item:nth-child(3) {
    width: 240px;
    height: 100px;
    background: url(../images/problem_frame_03--pc.png) no-repeat center center/contain;
    margin-top: 52px;
    margin-right: 150px;
  }
}
@media screen and (min-width: 1200px), print {
  .section-problem__content-item:nth-child(3) {
    width: 300px;
    height: 124px;
    background: url(../images/problem_frame_03--pc.png) no-repeat center center/contain;
    margin-top: 52px;
    margin-right: 139px;
  }
}

.section-problem__content-item:nth-child(4) {
  background: url(../images/problem_frame_04--sp.png) no-repeat center center/contain;
  height: 95px;
  width: 238px;
}
@media screen and (min-width: 992px) {
  .section-problem__content-item:nth-child(4) {
    width: 240px;
    height: 106px;
    background: url(../images/problem_frame_04--pc.png) no-repeat center center/contain;
    margin-top: 45px;
    padding-bottom: 16px;
    margin-left: 140px;
  }
}
@media screen and (min-width: 1200px), print {
  .section-problem__content-item:nth-child(4) {
    width: 300px;
    height: 133px;
    background: url(../images/problem_frame_04--pc.png) no-repeat center center/contain;
    margin-top: 45px;
    margin-left: 140px;
    padding-bottom: 16px;
  }
}

.section-problem__content-item:nth-child(5) {
  background: url(../images/problem_frame_05--sp.png) no-repeat center center/contain;
  height: 118px;
  width: 238px;
}
@media screen and (min-width: 768px) {
  .section-problem__content-item:nth-child(5) {
    margin-left: 60px;
  }
}
@media screen and (min-width: 992px) {
  .section-problem__content-item:nth-child(5) {
    background: url(../images/problem_frame_05--pc.png) no-repeat center center/contain;
    width: 200px;
    height: 105px;
    margin-top: 76px;
    margin-right: 42px;
  }
}
@media screen and (min-width: 1200px), print {
  .section-problem__content-item:nth-child(5) {
    width: 240px;
    height: 126px;
    margin-top: 76px;
    margin-right: 103px;
  }
}

.section-problem__content-item:nth-child(6) {
  background: url(../images/problem_frame_06--sp.png) no-repeat center center/contain;
  height: 118px;
  width: 238px;
}
@media screen and (min-width: 768px) {
  .section-problem__content-item:nth-child(6) {
    margin-right: 70px;
  }
}
@media screen and (min-width: 992px) {
  .section-problem__content-item:nth-child(6) {
    background: url(../images/problem_frame_06--pc.png) no-repeat center center/contain;
    width: 200px;
    height: 105px;
    margin-top: 80px;
    margin-left: 25px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 1200px), print {
  .section-problem__content-item:nth-child(6) {
    width: 240px;
    height: 126px;
    margin-top: 80px;
    margin-left: 95px;
    padding-top: 5px;
  }
}

/* //problem section */
/* about section */
.section-about {
  overflow: hidden;
}

.section-about__inner {
  position: relative;
}

.section-about__bg,
.section-about__bg--right,
.section-about__bg--bottom {
  pointer-events: none;
}

.section-about__bg {
  background-color: #e8f8f8;
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-about__bg--right {
  background: url(../images/about_bg-right.png) no-repeat center center/contain;
  position: absolute;
  z-index: -1;
  width: 400px;
  height: 400px;
  bottom: 100px;
  right: -200px;
}
@media screen and (min-width: 768px) {
  .section-about__bg--right {
    width: 600px;
    height: 600px;
    bottom: 200px;
    right: -320px;
  }
}
@media screen and (min-width: 992px) {
  .section-about__bg--right {
    width: 852px;
    height: 858px;
    bottom: 232px;
    right: -260px;
  }
}

.section-about__bg--bottom {
  background: url(../images/about_bg-bottom.png) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15.625vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section-about__bg--bottom {
    height: 15.875vw;
  }
}

.container--about {
  max-width: none;
}
@media screen and (min-width: 1400px) {
  .container--about {
    max-width: 1520px;
  }
}

.section-title--about {
  position: relative;
  padding-top: 30px;
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .section-title--about {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-title--about {
    padding-top: 110px;
    height: 459px;
    padding-bottom: 0;
  }
}
.section-title--about::before {
  content: "";
  background: url(../images/about_section-title-deco.png) no-repeat center center/100% 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  translate: -50% 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 400px) {
  .section-title--about::before {
    background: url(../images/about_section-title-deco.png) no-repeat center center/contain;
    height: 201.96px;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .section-title--about::before {
    background: url(../images/about_section-title-deco.png) no-repeat center center/contain;
    width: 856px;
    height: 459px;
  }
}
.section-title--about .section-title-sub {
  font-size: 1.1428571429rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .section-title--about .section-title-sub {
    font-size: 1rem;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 992px) {
  .section-title--about .section-title-sub {
    font-size: 1.5rem;
    margin-bottom: 26px;
  }
}
.section-title--about .section-title-sub2 {
  font-size: 1rem;
  font-weight: 700;
  color: #fcf0c5;
  background-color: #6fc5c2;
  border-radius: 100vmax;
  margin-inline: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
  padding-inline: 18px;
  padding-top: 3px;
  padding-bottom: 4px;
}
@media screen and (min-width: 576px) {
  .section-title--about .section-title-sub2 {
    font-size: 1rem;
    padding-inline: 12px;
    padding-top: 5px;
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 992px) {
  .section-title--about .section-title-sub2 {
    font-size: 1.25rem;
    padding-inline: 18px;
    padding-top: 5px;
    padding-bottom: 9px;
  }
}
.section-title--about .section-title-main {
  margin-top: 0px;
  color: #737070;
  font-weight: 700;
  font-size: 1.2857142857rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 576px) {
  .section-title--about .section-title-main {
    font-size: 1.4285714286rem;
    margin-top: 6px;
  }
}
@media screen and (min-width: 992px) {
  .section-title--about .section-title-main {
    margin-top: 8px;
    font-size: 1.875rem;
  }
}
.section-title--about .section-title-main-highlight {
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #45bbb7;
  line-height: 1.4;
  display: inline-block;
  font-size: 1.5714285714rem;
}
@media screen and (min-width: 576px) {
  .section-title--about .section-title-main-highlight {
    font-size: 1.8571428571rem;
  }
}
@media screen and (min-width: 992px) {
  .section-title--about .section-title-main-highlight {
    font-size: 3.125rem;
    margin-bottom: 20px;
  }
}

.section-about__head-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-about__head-img {
  overflow: hidden;
  border-radius: 10px 10px 8px 8px;
}
@media screen and (min-width: 576px) {
  .section-about__head-img {
    border-radius: 35px 35px 30px 30px;
  }
}
@media screen and (min-width: 768px) {
  .section-about__head-img {
    aspect-ratio: 1520/700;
    border-radius: 40px 40px 35px 35px;
  }
}

.section-about__content {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .section-about__content {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .section-about__content {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 900px;
    padding-bottom: 97px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px), print {
  .section-about__content {
    gap: 65px;
    margin-top: 90px;
    padding-bottom: 97px;
  }
}

.section-about__content-item {
  width: 100%;
  height: 100%;
}

.section-about__content-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 250px;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .section-about__content-item:nth-child(1) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width: 400px) {
  .section-about__content-item:nth-child(1) {
    margin-right: 20px;
    max-width: 300px;
  }
}
@media screen and (min-width: 576px) {
  .section-about__content-item:nth-child(1) {
    max-width: 357px;
  }
}
@media screen and (min-width: 768px) {
  .section-about__content-item:nth-child(1) {
    max-width: none;
    margin: 0;
    width: 357px;
  }
}
@media screen and (min-width: 1200px), print {
  .section-about__content-item:nth-child(1) {
    width: 536px;
  }
}

.section-about__content-item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 200px;
  margin-top: 30px;
}
@media screen and (min-width: 400px) {
  .section-about__content-item:nth-child(2) {
    width: 250px;
    margin-top: 40px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .section-about__content-item:nth-child(2) {
    margin-left: 0;
    margin-top: 180px;
  }
}
@media screen and (min-width: 1200px), print {
  .section-about__content-item:nth-child(2) {
    margin-top: 257px;
    width: 300px;
  }
}

.section-about__img-wrapper {
  overflow: hidden;
}

.section-about__content-item:nth-child(1) .section-about__img-wrapper {
  aspect-ratio: 536/357;
  border-radius: 10px 10px 8px 8px;
}
@media screen and (min-width: 576px) {
  .section-about__content-item:nth-child(1) .section-about__img-wrapper {
    border-radius: 20px 20px 16px 16px;
  }
}
@media screen and (min-width: 992px) {
  .section-about__content-item:nth-child(1) .section-about__img-wrapper {
    border-radius: 24px 24px 20px 20px;
  }
}
.section-about__content-item:nth-child(1) .section-about__img-wrapper img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover; /* トリミング枠なら基本これ */
  border-radius: 10px 10px 8px 8px;
}
@media screen and (min-width: 576px) {
  .section-about__content-item:nth-child(1) .section-about__img-wrapper img {
    border-radius: 20px 20px 16px 16px;
  }
}
@media screen and (min-width: 992px) {
  .section-about__content-item:nth-child(1) .section-about__img-wrapper img {
    border-radius: 24px 24px 20px 20px;
  }
}

.section-about__content-item:nth-child(2) .section-about__img-wrapper {
  aspect-ratio: 300/200;
  border-radius: 10px 10px 8px 8px;
}
@media screen and (min-width: 576px) {
  .section-about__content-item:nth-child(2) .section-about__img-wrapper {
    border-radius: 20px 20px 16px 16px;
  }
}
@media screen and (min-width: 992px) {
  .section-about__content-item:nth-child(2) .section-about__img-wrapper {
    border-radius: 24px 24px 20px 20px;
  }
}
.section-about__content-item:nth-child(2) .section-about__img-wrapper img {
  border-radius: 10px 10px 8px 8px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; /* トリミング枠なら基本これ */
}
@media screen and (min-width: 576px) {
  .section-about__content-item:nth-child(2) .section-about__img-wrapper img {
    border-radius: 20px 20px 16px 16px;
  }
}
@media screen and (min-width: 992px) {
  .section-about__content-item:nth-child(2) .section-about__img-wrapper img {
    border-radius: 24px 24px 20px 20px;
  }
}

.section-about__img-parallax {
  overflow: visible;
  width: 100%;
  height: 100%;
}

/* //about section */
/* point section */
.section-point {
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .section-point {
    padding-top: 20px;
  }
}

.container--point {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .container--point {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px), print {
  .container--point {
    max-width: 1076px;
    padding-bottom: 100px;
  }
}

.section-title--point {
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .section-title--point {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 260px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.section-title--point::after {
  position: absolute;
  content: "";
  background: url(../images/point-section-title-deco.png) no-repeat center center/contain;
  height: 100%;
  width: 180px;
  height: 180px;
  z-index: -1;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .section-title--point::after {
    width: 260px;
    height: 260px;
  }
}

.section-title--point .section-title-sub {
  color: #45bbb7;
  font-size: 1.7142857143rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .section-title--point .section-title-sub {
    font-size: 2.5rem;
  }
}

.section-title--point .section-title-sub .section-title-sub--small {
  color: #45bbb7;
  font-size: 1.4285714286rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-title--point .section-title-sub .section-title-sub--small {
    font-size: 1.625rem;
  }
}

.section-title--point .section-title-main {
  font-size: 2.1428571429rem;
  letter-spacing: 0.01em;
  font-weight: 600;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .section-title--point .section-title-main {
    font-size: 3.75rem;
    margin-top: 18px;
  }
}

.section-title__bottom-img {
  width: 4px;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .section-title__bottom-img {
    margin-bottom: 20px;
    width: 6px;
  }
}
@media screen and (min-width: 992px) {
  .section-title__bottom-img {
    margin-bottom: 40px;
    width: 8px;
  }
}

.section-point__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .section-point__item:not(:last-child) {
    margin-bottom: 103px;
  }
}

.section-point__item-title-point-wrap {
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .section-point__item-title-point-wrap {
    margin-bottom: 27px;
  }
}

.section-point__item-title-point {
  position: relative;
  padding-left: 28px;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .section-point__item-title-point {
    font-size: 1rem;
    margin-right: 0.5em;
  }
}

.section-point__item-title-point::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #45bbb7;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.section-point__item-title-number {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .section-point__item-title-number {
    font-size: 2.25rem;
  }
}

.section-point__item-title {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-size: 1.5714285714rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-point__item-title {
    font-size: 2.125rem;
    margin-bottom: 30px;
  }
}

.section-point__item-title--highlight {
  color: #ee869a;
}

.section-point__item-content {
  background-color: #e8f8f8;
  padding: 30px 20px 20px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .section-point__item-content {
    padding: 80px 80px 58px 80px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1200px), print {
  .section-point__item-content {
    padding: 80px 80px 58px 80px;
    border-radius: 60px;
  }
}

.section-point__item-head {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .section-point__item-head {
    margin-bottom: 40px;
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
    row-gap: 12px;
    grid-template-columns: 350px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "a b" "a c";
  }
}
@media screen and (min-width: 1200px), print {
  .section-point__item-head {
    -webkit-column-gap: 38px;
       -moz-column-gap: 38px;
            column-gap: 38px;
    row-gap: 12px;
    grid-template-columns: 350px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "a b" "a c";
  }
}

@media screen and (min-width: 992px) {
  .section-point__item-head-img {
    grid-area: a;
  }
}
.section-point__item-head-img img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 8px 8px;
}
@media screen and (min-width: 768px) {
  .section-point__item-head-img img {
    border-radius: 20px 20px 20px 20px;
  }
}

.section-point__item-head-title {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.07em;
  font-size: 1.2857142857rem;
}
@media screen and (min-width: 768px) {
  .section-point__item-head-title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 992px) {
  .section-point__item-head-title {
    grid-area: b;
  }
}

.section-point__item-head-text {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .section-point__item-head-text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .section-point__item-head-text {
    grid-area: c;
  }
}

.section-point__item-point {
  background-color: #fefbf0;
  border-radius: 8px;
  padding: 20px 16px;
  margin-bottom: 36px;
}
@media screen and (min-width: 768px) {
  .section-point__item-point {
    border-radius: 10px;
    padding: 28px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1200px), print {
  .section-point__item-point {
    border-radius: 20px;
  }
}

.section-point__item-point-list {
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .section-point__item-point-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 11px;
  }
}

.section-point__item-point-item {
  position: relative;
  font-size: 1.1428571429rem;
  padding-left: 1.3em;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .section-point__item-point-item {
    padding-left: 1.8em;
    font-size: 1.4285714286rem;
  }
}
@media screen and (min-width: 992px) {
  .section-point__item-point-item {
    font-size: 1.25rem;
  }
}

.section-point__item-point-item:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon_check.svg) no-repeat center center/contain;
  left: 0;
  top: 0.2em;
}
@media screen and (min-width: 768px) {
  .section-point__item-point-item:before {
    top: 0.1em;
    width: 28px;
    height: 28px;
  }
}

.section-point__item-pickup-title {
  color: #6fc5c2;
  font-weight: 700;
  font-size: 1.5714285714rem;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-title {
    margin-bottom: 18px;
    font-size: 2.125rem;
  }
}

.section-point__item-pickup-title::before,
.section-point__item-pickup-title::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 70%;
  border-radius: 100vmax;
  background-color: #6fc5c2;
  top: 56%;
}

.section-point__item-pickup-title::before {
  left: -0.7em;
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
}

.section-point__item-pickup-title::after {
  right: -0.7em;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
}

.section-point__item-pickup-content {
  background-color: #d0f0f0;
  border-radius: 8px;
  padding: 30px 16px;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-content {
    border-radius: 16px;
    padding: 50px 50px;
  }
}
@media screen and (min-width: 1400px) {
  .section-point__item-pickup-content {
    border-radius: 30px;
    padding: 50px 80px;
  }
}

.section-point__item-pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-list {
    margin-bottom: 30px;
  }
}

.section-point__item-pickup-img img {
  border-radius: 5px 5px 4px 4px;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-img img {
    border-radius: 10px 10px 8px 8px;
  }
}

.section-point__item-pickup-img-text {
  text-align: center;
  font-weight: 700;
  font-size: 1.1428571429rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-img-text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-img-text {
    font-size: 1rem;
  }
}

.section-point__item-pickup-text {
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-text {
    font-size: 1rem;
  }
}

/* ポイント１ */
.section-point__item-pickup-list--1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-list--1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .section-point__item-pickup-list--1 {
    gap: 60px;
  }
}

@media screen and (min-width: 992px) {
  .section-point__item-pickup-item--1_01 {
    width: 214px;
  }
}

@media screen and (min-width: 992px) {
  .section-point__item-pickup-item--1_02 {
    width: 299px;
  }
}

/* ポイント２ */
.section-point__item-pickup-list--2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-list--2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .section-point__item-pickup-list--2 {
    margin-left: 2px;
  }
}

.section-point__item-pickup-item--2_01,
.section-point__item-pickup-item--2_02,
.section-point__item-pickup-item--2_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-point__item-pickup-item--2_01 {
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-item--2_01 {
    width: auto;
    margin-bottom: 0;
  }
}

.section-point__item-pickup-item--2_01::after {
  content: "";
  background: url(../images/point-section-line.png) no-repeat center center/cover;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-item--2_01::after {
    display: none;
  }
}

.section-point__item-pickup-item--2_02 {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-item--2_02 {
    margin-left: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-item--2_02 {
    margin-left: 60px;
    margin-bottom: 0;
  }
}

.section-point__item-pickup-item--2_02::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 40px;
  background: url(../images/pickup-arrow.svg) no-repeat center center/contain;
  bottom: -35px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-item--2_02::after {
    right: -2.2em;
    top: 37.5%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-item--2_02::after {
    width: 24px;
    height: 60px;
    right: -2.6em;
    top: 39.5%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}
@media screen and (min-width: 1200px), print {
  .section-point__item-pickup-item--2_02::after {
    right: -2.1em;
  }
}

@media screen and (min-width: 768px) {
  .section-point__item-pickup-item--2_03 {
    margin-left: 45px;
  }
}

.section-point__item-pickup-img--2_01,
.section-point__item-pickup-img--2_02,
.section-point__item-pickup-img--2_03 {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-img--2_01,
  .section-point__item-pickup-img--2_02,
  .section-point__item-pickup-img--2_03 {
    width: auto;
  }
}

.section-point__item-pickup-img--2_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ポイント３ */
.section-point__item-pickup-list--3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-list--3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
    margin-bottom: 4px;
  }
}

/* ポイント４ */
.section-point__item-pickup-list--4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-point__item-pickup-item--4_01 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "a" "b" "c";
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-item--4_01 {
    grid-template-columns: 1fr 220px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    grid-template-areas: "a c" "b c";
  }
}

.section-point__item-pickup-item--4_01 .section-point__item-pickup-step {
  grid-area: a;
}

.section-point__item-pickup-item--4_01 .section-point__item-pickup-img-text {
  grid-area: b;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.03em;
  grid-area: b;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-item--4_01 .section-point__item-pickup-img-text {
    line-height: 2;
    margin-bottom: 0;
  }
}

.section-point__item-pickup-item--4_01 .section-point__item-pickup-img {
  width: 100%;
  grid-area: c;
}
.section-point__item-pickup-item--4_01 .section-point__item-pickup-img img {
  width: 100%;
}

.section-point__item-pickup-item--4_01::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../images/point-section-line.png) no-repeat center center/cover;
  bottom: 0;
  left: 0;
}

.section-point__item-pickup-item--4_02 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "a" "b" "c" "d";
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-item--4_02 {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b b" "c d";
  }
}

.section-point__item-pickup-item--4_02 .section-point__item-pickup-step {
  grid-area: a;
}

.section-point__item-pickup-item--4_02 .section-point__item-pickup-img-text {
  grid-area: b;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-item--4_02 .section-point__item-pickup-img-text {
    line-height: 2;
    margin-bottom: 20px;
  }
}

.section-point__item-pickup-img--4_02 {
  grid-area: c;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-img--4_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 0;
  }
}

.section-point__item-pickup-img--4_03 {
  grid-area: d;
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-img--4_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.section-point__item-pickup-img--4_02 img,
.section-point__item-pickup-img--4_03 img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-img--4_02 img,
  .section-point__item-pickup-img--4_03 img {
    width: 220px;
  }
}

@media screen and (min-width: 992px) {
  .section-point__item-advice--4 .section-point__item-advice-text::before {
    height: 120%;
  }
}

.section-point__item-pickup-video {
  width: 100%;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .section-point__item-pickup-video {
    width: 500px;
    margin-top: 30px;
  }
}
.section-point__item-pickup-video video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-video video {
    border-radius: 10px;
  }
}

.section-point__item-pickup-video + .section-point__item-advice {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-video + .section-point__item-advice {
    margin-top: 43px;
  }
}

/* アドバイス */
.section-point__item-advice {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .section-point__item-advice {
    grid-template-columns: 6em 1fr;
    margin-top: 48px;
    gap: 45px;
    border-radius: 10px;
    padding: 24px 28px;
  }
}

.section-point__item-advice:before {
  content: "";
  position: absolute;
  background: url(../images/icon-double-quotation.png) no-repeat center center/contain;
  width: 30px;
  height: 20px;
  top: -10px;
  right: 2%;
}
@media screen and (min-width: 992px) {
  .section-point__item-advice:before {
    width: 40px;
    height: 30px;
    top: -12px;
    right: 2%;
  }
}

.section-point__item-advice-title {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .section-point__item-advice-title {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}

.section-point__item-advice-text {
  position: relative;
  letter-spacing: 0.035em;
  font-weight: 500;
  line-height: 1.75;
  font-size: 1rem;
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .section-point__item-advice-text {
    font-size: 0.875rem;
    padding-top: 0;
  }
}

.section-point__item-advice-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 100vmax;
  background-color: #d9d9d9;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .section-point__item-advice-text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1.8em;
    width: 1px;
    height: 140%;
  }
}

.section-point__item-pickup-step {
  font-weight: 700;
  font-size: 1.2857142857rem;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .section-point__item-pickup-step {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}

.section-point__bottom-bg {
  background-color: #e8f8f8;
  height: 30px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .section-point__bottom-bg {
    height: 70px;
  }
}
@media screen and (min-width: 992px) {
  .section-point__bottom-bg {
    height: 125px;
  }
}

.section-point__bottom-bg-img {
  background: url(../images/section-point__bottom-bg.png) no-repeat center center/cover;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* //point section */
/* step section */
.step-section {
  background-color: #e8f8f8;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .step-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.step-section__content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .step-section__content {
    grid-template-columns: 1fr 35%;
  }
}
@media screen and (min-width: 1200px), print {
  .step-section__content {
    grid-template-columns: 1fr 25.8%;
  }
}

.step-section__nyuuji {
  background-color: #fdeaea;
  position: relative;
  border-radius: 20px 20px 0 0;
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .step-section__nyuuji {
    padding: 30px 40px 60px;
  }
}
@media screen and (min-width: 992px) {
  .step-section__nyuuji {
    padding: 30px 40px;
    border-radius: 30px 0 0 30px;
  }
}

.step-section__nyuuji-inner {
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .step-section__nyuuji-inner {
    max-width: none;
  }
}

.step-section__nyuuji::after {
  content: "";
  position: absolute;
  background: url(../images/icon-plus.svg) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .step-section__nyuuji::after {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }
}
@media screen and (min-width: 992px) {
  .step-section__nyuuji::after {
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%);
    left: auto;
    right: -20px;
  }
}
@media screen and (min-width: 1200px), print {
  .step-section__nyuuji::after {
    top: 53px;
  }
}

.step-section__nyuuji-title {
  background-color: #fff;
  text-align: center;
  padding: 3px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.7;
  font-size: 1.4285714286rem;
  padding: 8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .step-section__nyuuji-title {
    padding: 6px;
    border-radius: 5px;
    font-size: 1.375rem;
    margin-bottom: 0;
  }
}

.step-section__nyuuji-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .step-section__nyuuji-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px), print {
  .step-section__nyuuji-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
  }
}

.step-section__nyuuji-item {
  justify-self: center;
  width: 100%;
}

.step-section__nyuuji-item:nth-child(1) .step-section__nyuuji-step-text,
.step-section__nyuuji-item:nth-child(1) .step-section__nyuuji-step-number,
.step-section__nyuuji-item:nth-child(1) .step-section__nyuuji-heading,
.step-section__nyuuji-item:nth-child(1) .step-section__nyuuji-period-text {
  color: #ee869a;
}
.step-section__nyuuji-item:nth-child(1) .step-section__nyuuji-period-month,
.step-section__nyuuji-item:nth-child(1) .step-section__nyuuji-period-text {
  border-color: #ee869a;
}
.step-section__nyuuji-item:nth-child(1) .step-section__nyuuji-period-month {
  background-color: #ee869a;
}

.step-section__nyuuji-item:nth-child(2) .step-section__nyuuji-step-text,
.step-section__nyuuji-item:nth-child(2) .step-section__nyuuji-step-number,
.step-section__nyuuji-item:nth-child(2) .step-section__nyuuji-heading,
.step-section__nyuuji-item:nth-child(2) .step-section__nyuuji-period-text {
  color: #ec6d7b;
}
.step-section__nyuuji-item:nth-child(2) .step-section__nyuuji-period-month,
.step-section__nyuuji-item:nth-child(2) .step-section__nyuuji-period-text {
  border-color: #ec6d7b;
}
.step-section__nyuuji-item:nth-child(2) .step-section__nyuuji-period-month {
  background-color: #ec6d7b;
}

.step-section__nyuuji-item:nth-child(3) .step-section__nyuuji-step-text,
.step-section__nyuuji-item:nth-child(3) .step-section__nyuuji-step-number,
.step-section__nyuuji-item:nth-child(3) .step-section__nyuuji-heading,
.step-section__nyuuji-item:nth-child(3) .step-section__nyuuji-period-text {
  color: #f3994d;
}
.step-section__nyuuji-item:nth-child(3) .step-section__nyuuji-period-month,
.step-section__nyuuji-item:nth-child(3) .step-section__nyuuji-period-text {
  border-color: #f3994d;
}
.step-section__nyuuji-item:nth-child(3) .step-section__nyuuji-period-month {
  background-color: #f3994d;
}

.step-section__nyuuji-item:nth-child(4) .step-section__nyuuji-step-text,
.step-section__nyuuji-item:nth-child(4) .step-section__nyuuji-step-number,
.step-section__nyuuji-item:nth-child(4) .step-section__nyuuji-heading,
.step-section__nyuuji-item:nth-child(4) .step-section__nyuuji-period-text {
  color: #3d62ad;
}
.step-section__nyuuji-item:nth-child(4) .step-section__nyuuji-period-month,
.step-section__nyuuji-item:nth-child(4) .step-section__nyuuji-period-text {
  border-color: #3d62ad;
}
.step-section__nyuuji-item:nth-child(4) .step-section__nyuuji-period-month {
  background-color: #3d62ad;
}

.step-section__nyuuji-head {
  margin-left: 2px;
  margin-top: 2px;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .step-section__nyuuji-head {
    text-align: left;
    margin-left: 4px;
    margin-top: 14px;
  }
}

.step-section__nyuuji-step-text {
  font-weight: 700;
  font-size: 1.1428571429rem;
  letter-spacing: 0.05em;
  margin-right: 2px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .step-section__nyuuji-step-text {
    font-size: 1rem;
  }
}

.step-section__nyuuji-step-number {
  font-weight: 700;
  font-size: 1.7142857143rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .step-section__nyuuji-step-number {
    font-size: 1.875rem;
  }
}

.step-section__nyuuji-heading {
  font-weight: 700;
  font-size: 1.1428571429rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .step-section__nyuuji-heading {
    font-size: 1.125rem;
  }
}

.step-section__nyuuji-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.step-section__nyuuji-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 16px;
  margin-left: 1px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .step-section__nyuuji-period {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 1200px), print {
  .step-section__nyuuji-period {
    margin-bottom: 20px;
    width: 180px;
  }
}
@media screen and (min-width: 1400px) {
  .step-section__nyuuji-period {
    margin-bottom: 20px;
    width: 195px;
  }
}

.step-section__nyuuji-period::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 40px;
  left: 50%;
  translate: -50% 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  bottom: -20px;
}
@media screen and (min-width: 992px) {
  .step-section__nyuuji-period::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    right: -10px;
    left: auto;
    translate: 0 0;
  }
}

.step-section__nyuuji-item:nth-child(1) .step-section__nyuuji-period::after {
  background: url(../images/step-arrow01.svg) no-repeat center center/contain;
}

.step-section__nyuuji-item:nth-child(2) .step-section__nyuuji-period::after {
  background: url(../images/step-arrow02.svg) no-repeat center center/contain;
}

.step-section__nyuuji-item:nth-child(3) .step-section__nyuuji-period::after {
  background: url(../images/step-arrow03.svg) no-repeat center center/contain;
}

.step-section__nyuuji-item:nth-child(4) .step-section__nyuuji-period::after {
  background: url(../images/step-arrow04.svg) no-repeat center center/contain;
}

.step-section__nyuuji-period-month {
  border-width: 4px;
  border-style: solid;
  border-radius: 5px;
  border-bottom: none;
  color: #fff;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  z-index: 10;
  position: relative;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 2.1428571429rem;
  border-radius: 14px 14px 0 0;
  padding-block: 8px;
}
@media screen and (min-width: 992px) {
  .step-section__nyuuji-period-month {
    border-radius: 14px 14px 0 0;
    padding-block: 0px 8px;
    padding-inline: 10px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px), print {
  .step-section__nyuuji-period-month {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 1400px) {
  .step-section__nyuuji-period-month {
    font-size: 3.25rem;
  }
}

.step-section__nyuuji-period-dot {
  height: 0.8em;
  width: 9px;
  display: inline-block;
  position: relative;
}

.step-section__nyuuji-period-dot::after {
  content: "";
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
}

.step-section__nyuuji-period-small {
  font-weight: 700;
  font-size: 1.2857142857rem;
  margin-left: 0.4em;
}
@media screen and (min-width: 768px) {
  .step-section__nyuuji-period-small {
    font-size: 1.125rem;
  }
}

.step-section__nyuuji-period-text {
  border-width: 4px;
  border-style: solid;
  border-radius: 5px;
  border-top: none;
  background-color: #fff;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  line-height: 1;
  margin-top: -2px;
  z-index: 1;
  position: relative;
  text-align: center;
  border-radius: 0 0 12px 12px;
  padding-block: 0px 10px;
}
@media screen and (min-width: 992px) {
  .step-section__nyuuji-period-text {
    border-radius: 0 0 12px 12px;
    font-size: 1.25rem;
    padding-block: 5px 7px;
  }
}
@media screen and (min-width: 1200px), print {
  .step-section__nyuuji-period-text {
    padding-block: 2px 7px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .step-section__nyuuji-period-text {
    font-size: 2.125rem;
  }
}

.fz-14 {
  font-size: 1rem;
}
@media screen and (min-width: 1200px), print {
  .fz-14 {
    font-size: 0.875rem;
  }
}

.fz-30 {
  font-size: 1.5714285714rem;
}
@media screen and (min-width: 1200px), print {
  .fz-30 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .fz-30 {
    font-size: 1.875rem;
  }
}

.fz-16 {
  font-size: 1.1428571429rem;
}
@media screen and (min-width: 1400px) {
  .fz-16 {
    font-size: 1rem;
  }
}

.ml-neg {
  margin-left: -0.001em;
}

.step-section__nyuuji-img {
  width: 100%;
  height: 100%;
}
.step-section__nyuuji-img img {
  width: 100%;
  border-radius: 10px 10px 8px 8px;
}
@media screen and (min-width: 768px) {
  .step-section__nyuuji-img img {
    border-radius: 12px 12px 8px 8px;
  }
}

.step-section__shiage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fefbf0;
  border-radius: 0 0 20px 20px;
  padding: 50px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .step-section__shiage {
    border-radius: 0 30px 30px 0;
  }
}
@media screen and (min-width: 1200px), print {
  .step-section__shiage {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 0 30px 30px 0;
    padding: 27px 30px;
  }
}
@media screen and (min-width: 1400px) {
  .step-section__shiage {
    padding: 27px 35px;
  }
}

.step-section__shiage-inner {
  max-width: 400px;
  margin-inline: auto;
}

.step-section__shiage-title {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 8px;
  border-radius: 10px;
  font-size: 1.4285714286rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .step-section__shiage-title {
    padding: 12px;
    border-radius: 12px;
    font-size: 1.375rem;
    margin-bottom: 16px;
  }
}

.step-section__shiage-sub-title {
  font-size: 1.7142857143rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #45bbb7;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .step-section__shiage-sub-title {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 992px) {
  .step-section__shiage-sub-title {
    font-size: 1.5rem;
  }
}

.step-section__shiage-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .step-section__shiage-content {
    gap: 0;
  }
}

.step-section__shiage-head {
  font-size: 1.1428571429rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 400px) {
  .step-section__shiage-head {
    font-size: 1.2857142857rem;
  }
}
@media screen and (min-width: 992px) {
  .step-section__shiage-head {
    font-size: 1rem;
  }
}

.step-section__shiage-head::before,
.step-section__shiage-head::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  border-radius: 100vmax;
  background-color: #737070;
  top: 56%;
}

.step-section__shiage-head::before {
  left: -0.9em;
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
}

.step-section__shiage-head::after {
  right: -0.9em;
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
}

.step-section__shiage-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  margin-top: 4px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .step-section__shiage-img {
    margin-top: 6px;
    margin-left: 18px;
    max-width: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .step-section__shiage-img {
    max-width: 224px;
  }
}
.step-section__shiage-img img {
  width: 100%;
}

.step-section__shiage-text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin-top: -10px;
}
@media screen and (min-width: 400px) {
  .step-section__shiage-text {
    font-size: 1.2857142857rem;
  }
}
@media screen and (min-width: 992px) {
  .step-section__shiage-text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px), print {
  .step-section__shiage-text {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1400px) {
  .step-section__shiage-text {
    font-size: 1rem;
  }
}

/* //step section */
/* size section */
.size-section {
  background-color: #e8f8f8;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .size-section {
    padding-top: 40px;
    padding-bottom: 119px;
  }
}

.size-section__inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 400px) {
  .size-section__inner {
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  .size-section__inner {
    padding: 39px 40px 64px;
    border-radius: 30px;
  }
}

.size-section__title {
  color: #ffffff;
  text-align: center;
  background-color: #6fc5c2;
  font-weight: 700;
  padding: 4px;
  border-radius: 4px;
  font-size: 1.7142857143rem;
  padding: 10px 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .size-section__title {
    border-radius: 6px;
    padding: 6px 6px 5px 6px;
    font-size: 1.75rem;
    margin-bottom: 55px;
  }
}

.size-section__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .size-section__list {
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
  }
}
@media screen and (min-width: 1200px), print {
  .size-section__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-inline: 7px;
  }
}

.size-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 30px;
}
@media screen and (min-width: 992px) {
  .size-section__item {
    padding-block: 0;
  }
}

.size-section__item:not(:first-child) {
  position: relative;
}

.size-section__item:nth-child(2):before,
.size-section__item:nth-child(4):before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: url(../images/size-section-line_sp.png) no-repeat center center/cover;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 992px) {
  .size-section__item:nth-child(2):before,
  .size-section__item:nth-child(4):before {
    background: url(../images/size-section-line.png) no-repeat center center/cover;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    translate: 0 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 3px;
    height: 100%;
  }
}

.size-section__item:nth-child(3):before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: url(../images/size-section-line_sp.png) no-repeat center center/cover;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 992px) {
  .size-section__item:nth-child(3):before {
    display: none;
  }
}
@media screen and (min-width: 1200px), print {
  .size-section__item:nth-child(3):before {
    display: block;
    background: url(../images/size-section-line.png) no-repeat center center/cover;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    translate: 0 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 3px;
    height: 100%;
  }
}

@media screen and (min-width: 992px) {
  .size-section__item:nth-child(3):after,
  .size-section__item:nth-child(4):after {
    position: absolute;
    content: "";
    width: 80%;
    height: 3px;
    background: url(../images/size-section-line_sp.png) no-repeat center center/cover;
    top: -30px;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (min-width: 1200px), print {
  .size-section__item:nth-child(3):after,
  .size-section__item:nth-child(4):after {
    display: none;
  }
}

.size-section__item-head {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .size-section__item-head {
    margin-bottom: 10px;
  }
}

.size-section__step-text {
  font-weight: 700;
  font-size: 1.2857142857rem;
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .size-section__step-text {
    font-size: 1rem;
    margin-right: 4px;
  }
}

.size-section__step-number {
  font-weight: 700;
  font-size: 1.8571428571rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .size-section__step-number {
    font-size: 1.875rem;
  }
}

.size-section__heading {
  position: relative;
  font-weight: 700;
  font-size: 1.4285714286rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  display: block;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .size-section__heading {
    font-size: 1.125rem;
    padding-top: 5px;
    margin-top: -2px;
  }
}

.size-section__heading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 100vmax;
  top: 0;
  left: 0;
}

.size-section__item:nth-child(1) .size-section__item-head,
.size-section__item:nth-child(1) .size-section__step-text,
.size-section__item:nth-child(1) .size-section__step-number,
.size-section__item:nth-child(1) .size-section__heading {
  color: #ee869a;
}
.size-section__item:nth-child(1) .size-section__heading:before {
  background-color: #ee869a;
}

.size-section__item:nth-child(2) .size-section__item-head,
.size-section__item:nth-child(2) .size-section__step-text,
.size-section__item:nth-child(2) .size-section__step-number,
.size-section__item:nth-child(2) .size-section__heading {
  color: #ec6d7b;
}
.size-section__item:nth-child(2) .size-section__heading:before {
  background-color: #ec6d7b;
}

.size-section__item:nth-child(3) .size-section__item-head,
.size-section__item:nth-child(3) .size-section__step-text,
.size-section__item:nth-child(3) .size-section__step-number,
.size-section__item:nth-child(3) .size-section__heading {
  color: #f3994d;
}
.size-section__item:nth-child(3) .size-section__heading:before {
  background-color: #f3994d;
}

.size-section__item:nth-child(4) .size-section__item-head,
.size-section__item:nth-child(4) .size-section__step-text,
.size-section__item:nth-child(4) .size-section__step-number,
.size-section__item:nth-child(4) .size-section__heading {
  color: #3d62ad;
}
.size-section__item:nth-child(4) .size-section__heading:before {
  background-color: #3d62ad;
}

.size-section__item-text {
  font-size: 1.1428571429rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .size-section__item-text {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}

.size-section__item-img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* //----- size section -----*/
/* --------------------------------
product section 
--------------------------------*/
.product-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .product-section {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

.container--product {
  max-width: 650px;
}
@media screen and (min-width: 1400px) {
  .container--product {
    max-width: 1294px;
  }
}

.product-section__group:not(:first-child) {
  margin-top: 100px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-section__group:not(:first-child) {
    margin-top: 60px;
  }
}

.product-section__group:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: url(../images/size-section-line_sp.png) no-repeat center center/contain;
  top: -50px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .product-section__group:not(:first-child)::after {
    display: none;
  }
}

.product-section__title {
  font-size: 1.7142857143rem;
  font-weight: 700;
  text-align: center;
  color: #45bbb7;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 992px) {
  .product-section__title {
    font-size: 2.25rem;
    margin-bottom: 60px;
  }
}

.product-section__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .product-section__cards {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}

.product-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 310px;
}
@media screen and (min-width: 768px) {
  .product-card-wrapper {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1400px) {
  .product-card-wrapper {
    width: calc(25% - 15px);
  }
}

.product-section__cards--step .product-card-wrapper:not(:last-child) {
  margin-bottom: 49px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-section__cards--step .product-card-wrapper:not(:last-child) {
    margin-bottom: 0;
  }
}

.product-section__cards--step .product-card-wrapper:not(:last-child):after {
  content: "";
  position: absolute;
  width: 80px;
  height: 32px;
  background: url(../images/icon-dorp-arrow.svg) no-repeat center center/contain;
  bottom: -52px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .product-section__cards--step .product-card-wrapper:not(:last-child):after {
    display: none;
  }
}

.product-card {
  background-color: #fff;
  border: 2px solid #d0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 19px 16px 28px;
  border-radius: 18px;
}
@media screen and (min-width: 992px) {
  .product-card {
    padding: 19px 20px 28px;
  }
}

.product-card__stage {
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 1.7142857143rem;
}
@media screen and (min-width: 768px) {
  .product-card__stage {
    border-radius: 0;
    font-size: 1.5rem;
    height: 80px;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .product-card__stage {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 1.2em;
  }
}

.product-card__stage:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-card__stage:before {
    display: block;
    content: "";
    height: 80px;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
  }
}

.product-section__cards--step .product-card__stage {
  padding-block: 3px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product-section__cards--step .product-card__stage {
    padding-block: 0;
    margin-bottom: 10px;
  }
}

.product-card-wrapper:nth-child(1) .product-card__stage {
  color: #ee869a;
  background-color: #fdf0f2;
}
@media screen and (min-width: 768px) {
  .product-card-wrapper:nth-child(1) .product-card__stage {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .product-card-wrapper:nth-child(1) .product-card__stage:before {
    background: url(../images/product-arrow01.png) no-repeat center center/contain;
  }
}

.product-card-wrapper:nth-child(2) .product-card__stage {
  color: #ec6d7b;
  background-color: #fdf0f2;
}
@media screen and (min-width: 768px) {
  .product-card-wrapper:nth-child(2) .product-card__stage {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .product-card-wrapper:nth-child(2) .product-card__stage:before {
    background: url(../images/product-arrow02.png) no-repeat center center/contain;
  }
}

.product-card-wrapper:nth-child(3) .product-card__stage {
  color: #f3994d;
  background-color: #fcf0c5;
}
@media screen and (min-width: 768px) {
  .product-card-wrapper:nth-child(3) .product-card__stage {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .product-card-wrapper:nth-child(3) .product-card__stage:before {
    background: url(../images/product-arrow03.png) no-repeat center center/contain;
  }
}

.product-card-wrapper:nth-child(4) .product-card__stage {
  color: #3d62ad;
  background-color: #e8e9f5;
}
@media screen and (min-width: 768px) {
  .product-card-wrapper:nth-child(4) .product-card__stage {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .product-card-wrapper:nth-child(4) .product-card__stage:before {
    background: url(../images/product-arrow04.png) no-repeat center center/contain;
  }
}

.product-card__header {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .product-section__cards--step .product-card__header {
    min-height: 98px;
  }
}

.product-card__name {
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.055em;
}
@media screen and (min-width: 992px) {
  .product-card__name {
    font-size: 1.25rem;
  }
}

.product-card__step {
  display: inline-block;
  font-size: 1.2857142857rem;
  color: #45bbb7;
  font-weight: 700;
  margin-top: 4px;
}
@media screen and (min-width: 992px) {
  .product-card__step {
    font-size: 1.375rem;
  }
}

.product-card__target {
  width: 152px;
  margin-top: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
}
@media screen and (min-width: 992px) {
  .product-card__target {
    margin-bottom: 22px;
  }
}

.product-card__image {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .product-card__image {
    margin-bottom: 14px;
    min-height: 200px;
  }
}

.product-card__note {
  font-size: 1.2857142857rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.055em;
}
@media screen and (min-width: 992px) {
  .product-card__note {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

.product-card__description {
  text-align: center;
  font-weight: 700;
  font-size: 1.2857142857rem;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .product-card__description {
    min-height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .product-card__description {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}

.product-card__description .d-inline-block:not(:last-child) {
  margin-right: 0.6em;
}

.product-card__description-hash {
  color: #45bbb7;
  font-weight: 700;
  font-size: 1.2857142857rem;
  margin-right: 0.2em;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .product-card__description-hash {
    font-size: 1.125rem;
  }
}

.product-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.product-card__price-tax {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 0.3em;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .product-card__price-tax {
    font-size: 0.875rem;
  }
}

.product-card__price-amount {
  font-weight: 700;
  font-size: 2.2857142857rem;
  display: inline-block;
  line-height: 1;
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
  margin-right: 0.1em;
}
@media screen and (min-width: 992px) {
  .product-card__price-amount {
    font-size: 2rem;
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px);
  }
}

.product-card__button {
  display: inline-block;
  background-color: #6fc5c2;
  border: 2px solid #6fc5c2;
  color: #fff;
  text-align: center;
  font-weight: 700;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  letter-spacing: 0.05em;
  font-size: 1.1428571429rem;
  border-radius: 4px;
  width: 100%;
  padding: 12px 20px;
}
@media screen and (min-width: 992px) {
  .product-card__button {
    font-size: 1.125rem;
    padding: 14px 20px 12px;
    border-radius: 6px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .product-card__button:hover {
    background-color: #fff;
    color: #6fc5c2;
    opacity: 1;
  }
}
.product-card__set-text {
  font-size: 0.7857142857rem;
  line-height: 1.6;
  background-color: #e8f8f8;
  padding: 20px 16px 12px;
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-card__set-text {
    font-size: 0.75rem;
  }
}

.product-section__cards--set {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-section__cards--set {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .product-section__cards--set,
  .product-section__cards--set .product-card-wrapper {
    -ms-flex-item-align: start;
        align-self: start;
  }
}

@media screen and (min-width: 1400px) {
  .product-section__cards--set .product-card-wrapper:nth-child(1),
  .product-section__cards--set .product-card-wrapper:nth-child(2) {
    margin-top: 95px;
  }
}

.product-card-wrapper:nth-child(3) .product-card__stage.product-card__stage--set {
  background-color: #f1e4dc;
  color: #948880;
  font-weight: 700;
  position: relative;
  border-radius: 3px;
  padding-block: 10px;
  padding-inline: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .product-card-wrapper:nth-child(3) .product-card__stage.product-card__stage--set {
    border-radius: 6px;
    padding-block: 10px;
    padding-inline: 10px;
    margin-bottom: 17px;
  }
}

.product-card-wrapper:nth-child(3) .product-card__stage.product-card__stage--set::before {
  display: none;
}

.product-card__target-text {
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #948880;
  padding: 4px 10px 7px;
  border-radius: 100vmax;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 20px;
  font-size: 1.1428571429rem;
}
@media screen and (min-width: 992px) {
  .product-card__target-text {
    font-size: 1rem;
  }
}

.product-card__target-text--01 {
  letter-spacing: 0.01em;
  font-size: 1.1428571429rem;
}
@media screen and (min-width: 992px) {
  .product-card__target-text--01 {
    font-size: 1rem;
  }
}

.product-card__target-text--02 {
  letter-spacing: -0.01em;
  font-size: 1.2857142857rem;
}
@media screen and (min-width: 992px) {
  .product-card__target-text--02 {
    font-size: 1.125rem;
  }
}

.product-section__cards--set .product-card__header {
  margin-bottom: 23px;
}

.product-section__cards--set .product-card__description {
  margin-bottom: 20px;
}

.product-card__set-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 27px;
}

.product-card__set-title {
  font-size: 1rem;
  font-weight: 700;
  background-color: #ededed;
  padding: 2px 8px 1px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 992px) {
  .product-card__set-title {
    font-size: 0.875rem;
  }
}

.product-card__set-item-list {
  margin-inline: auto;
  background-color: #e8f8f8;
  border-radius: 10px;
  width: 100%;
  margin-top: -15px;
}

.product-card__set-item-list--01 {
  padding: 20px 10px 16px;
}

.product-card__set-item-list--01 .product-card__set-item {
  max-width: 13.5em;
}
@media screen and (min-width: 768px) {
  .product-card__set-item-list--01 .product-card__set-item {
    max-width: 12.5em;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width: 1200px), print {
  .product-card__set-item-list--01 .product-card__set-item {
    max-width: 10.5em;
    letter-spacing: 0.06em;
  }
}

.product-card__set-item-list--01 .product-card__set-item:not(:last-child) {
  margin-bottom: 0.2em;
}

.product-card__set-item-list--02 {
  padding: 26px 10px 18px;
}

.product-card__set-item-list--02 .product-card__set-item {
  max-width: 13.5em;
  letter-spacing: 0.03em;
}

.product-card__set-item-list--02 .product-card__set-item:not(:last-child) {
  margin-bottom: 0.5em;
}

.product-card__set-item {
  position: relative;
  padding-left: 1em;
  margin-inline: auto;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .product-card__set-item {
    font-size: 1rem;
  }
}
.product-card__set-item span {
  letter-spacing: 0.05em;
}

.product-card__set-item::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #6fc5c2;
  position: absolute;
  left: 0;
  top: 0.5em;
  border-radius: 50%;
}

/* //product section */
.footer-menu-wrap > ul > li .sub-menu a {
  font-weight: 500;
}