@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* ページ全般の設定 */
/* フォント */
@font-face {
  font-family: "A1GothicStdN";
  font-style: normal;
  font-weight: 500;
  src: url("../font/AP-OTF-A1GothicStdN-Regular.woff") format("woff");
}
@font-face {
  font-family: "A1GothicStdN";
  font-style: normal;
  font-weight: 700;
  src: url("../font/AP-OTF-A1GothicStdN-Bold.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "A1GothicStdN";
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
}

li {
  list-style: none;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}

.content-width {
  padding: 0 6.6666666667vw;
}
@media (min-width: 768px) {
  .content-width {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .pc-width {
    max-width: 67.9rem;
    margin: 0 auto;
  }
}

.number {
  font-family: "D-DIN-Bold";
  font-weight: 700;
}

.black {
  color: #333333;
}

.yellow {
  color: #f5eb6b;
}

.section-title {
  text-align: center;
  font-size: 9.3333333333vw;
  font-weight: 700;
  color: #333333;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 7rem;
  }
}

.marker {
  background: linear-gradient(transparent 50%, #f6f164 50%);
}

.underline {
  border-bottom: solid 1px #2e4052;
  font-weight: 700;
}

.title-line {
  position: relative;
}
.title-line::after {
  position: absolute;
  content: "";
  background: #333333;
  border-radius: 1px;
  width: 8.1333333333vw;
  height: 2.5px;
  bottom: -6vw;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .title-line::after {
    width: 6.1rem;
    height: 0.5rem;
    bottom: -4.5rem;
  }
}

.title-line--wh {
  position: relative;
}
.title-line--wh::after {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 1px;
  width: 8.1333333333vw;
  height: 0.6666666667vw;
  bottom: -4vw;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .title-line--wh::after {
    width: 6.1rem;
    height: 0.5rem;
    bottom: -3rem;
  }
}

.cta {
  background-image: url(../images/bg_ami.png);
  background-size: 5px 5px;
  background-repeat: repeat;
  padding: 26.6666666667vw 0 13.7333333333vw;
}
@media (min-width: 768px) {
  .cta {
    padding: 20rem 0 10.3rem;
    background-size: 10px 10px;
  }
}

.cta-2 {
  background-image: url(../images/bg_cta-2.jpg);
  background-size: cover;
  padding: 26.6666666667vw 0 13.7333333333vw;
}
@media (min-width: 768px) {
  .cta-2 {
    padding: 20rem 0 10.3rem;
  }
}

.cta-3 {
  padding: 32vw 0 13.7333333333vw;
}
@media (min-width: 768px) {
  .cta-3 {
    padding: 20rem 0 10.3rem;
  }
}
.cta-3 .request-button-wrapper {
  position: relative;
}
.cta-3 .request-button-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../images/button-fukidashi-2.png);
  background-size: contain;
  width: 72vw;
  height: 26vw;
  top: -99%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .cta-3 .request-button-wrapper::after {
    width: 54rem;
    height: 19.5rem;
  }
}

.cta-4 .request-button-wrapper {
  position: relative;
}
.cta-4 .request-button-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../images/button-fukidashi-3.png);
  background-size: contain;
  width: 71.7333333333vw;
  height: 19.7333333333vw;
  top: -73%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .cta-4 .request-button-wrapper::after {
    width: 53.8rem;
    height: 14.8rem;
  }
}

/*=================================================
    メインビジュアル
===================================================*/
.mv {
  background-image: url(../images/bg_ami-g.png);
  background-size: 5px 5px;
  background-repeat: repeat;
  padding-bottom: 13.3333333333vw;
}
@media (min-width: 768px) {
  .mv {
    padding-bottom: 10rem;
    background-size: 10px 10px;
  }
}
.mv .mv__catch {
  background: #f79d9d;
  padding: 5.3333333333vw 6.6666666667vw 3.3333333333vw;
  text-align: center;
}
@media (min-width: 768px) {
  .mv .mv__catch {
    padding: 4rem 5rem 2.5rem;
  }
}
.mv .mv__catch img {
  width: 83.8666666667vw;
}
@media (min-width: 768px) {
  .mv .mv__catch img {
    max-width: 80.9rem;
    width: 100%;
  }
}
.mv .mv__img {
  position: relative;
}
.mv .mv__img .mv-img {
  width: 100%;
  height: 118.5333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin-top: -0.1rem;
}
.mv .mv__img .mv__title {
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  bottom: 8.6666666667vw;
  width: 87.2vw;
}
@media (min-width: 768px) {
  .mv .mv__img .mv__title {
    max-width: 80.4rem;
    width: 100%;
    bottom: 25%;
  }
}
.mv .mv__img .mv__title img {
  width: 87.2vw;
}
@media (min-width: 768px) {
  .mv .mv__img .mv__title img {
    width: 80.4rem;
  }
}
.mv .bg-blue {
  background-image: url(../images/bg_mv-b.png);
  background-size: cover;
  background-position: bottom;
  margin-top: -5.3333333333vw;
  padding-bottom: 20vw;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .mv .bg-blue {
    padding-bottom: 15.5rem;
  }
}
.mv .bg-blue:after {
  position: absolute;
  content: "";
  background-image: url(../images/mv-arrow.png);
  background-size: contain;
  width: 3.2vw;
  height: 17.8666666667vw;
  bottom: -3.2%;
  left: 51.3%;
  right: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .mv .bg-blue:after {
    width: 2.4rem;
    height: 13.4rem;
  }
}
.mv .bg-blue .mv-img-2 {
  width: 99.9333333333vw;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mv .bg-blue .mv-img-2 {
    width: 74.95rem;
  }
}
.mv .request-button-wrapper {
  margin: 25.3333333333vw auto 0;
}
@media (min-width: 768px) {
  .mv .request-button-wrapper {
    margin: 19rem auto 0;
  }
}

.request-button-wrapper {
  width: 80vw;
  height: 20.1333333333vw;
  border-radius: 9.3333333333vw;
  box-shadow: 4px 4px 6.5px rgba(12, 21, 24, 0.15);
  margin: 0 auto;
  transition: 300ms;
  position: relative;
}
@media (min-width: 768px) {
  .request-button-wrapper {
    width: 60rem;
    height: 15.1rem;
    border-radius: 7rem;
    box-shadow: 8px 8px 13px rgba(12, 21, 24, 0.15);
  }
}
.request-button-wrapper::after {
  position: absolute;
  content: "";
  background-image: url(../images/button-fukidashi.png);
  background-size: contain;
  width: 71.6666666667vw;
  height: 19.6vw;
  top: -70%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .request-button-wrapper::after {
    width: 53.75rem;
    height: 14.7rem;
  }
}
.request-button-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../images/button-usagi.png);
  background-size: contain;
  width: 14.5333333333vw;
  height: 21.4666666667vw;
  left: 6%;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .request-button-wrapper::before {
    width: 10.9rem;
    height: 16.1rem;
  }
}
@media (min-width: 768px) {
  .request-button-wrapper {
    width: 61.3rem;
    height: 16.5rem;
    border-radius: 8.2rem;
  }
}
.request-button-wrapper:hover {
  box-shadow: none;
}

/* 資料請求ボタン */
.request-button {
  width: 80vw;
  height: 20.1333333333vw;
  border-radius: 9.3333333333vw;
  background: #ffb219;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4.5px 0 rgb(235, 165, 36);
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-shadow: 1.5px 1.5px 1.5px rgba(12, 21, 24, 0.05);
}
@media (min-width: 768px) {
  .request-button {
    font-size: 4rem;
    width: 61.3rem;
    height: 16.5rem;
    border-radius: 8.2rem;
    box-shadow: 0px 9px 0 rgb(235, 165, 36);
    text-shadow: 3px 3px 3px rgba(12, 21, 24, 0.05);
  }
}
.request-button .small {
  font-size: 4.6666666667vw;
}
@media (min-width: 768px) {
  .request-button .small {
    font-size: 3.5rem;
  }
}
.request-button .button-text {
  position: relative;
  margin-right: -5rem;
}

/* 光るアニメーション */
.request-button._shiny {
  position: relative;
  overflow: hidden;
  transition: 300ms;
}

.request-button._shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff4dd;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

.request-button._shiny:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}

@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* LINEボタン */
.line-button {
  width: 78.9333333333vw;
  height: 15.3333333333vw;
  border-radius: 7.6933333333vw;
  background: #06c755;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 6.5px rgba(12, 21, 24, 0.15);
  text-shadow: 1.5px 1.5px 1.5px rgba(12, 21, 24, 0.05);
  font-size: 4.5333333333vw;
  font-weight: 700;
  margin: 14.6666666667vw auto 0;
  position: relative;
}
@media (min-width: 768px) {
  .line-button {
    font-size: 3.4rem;
    width: 59.2rem;
    height: 11.5rem;
    border-radius: 5.77rem;
    margin: 11rem auto 0;
    box-shadow: 8px 8px 13px rgba(12, 21, 24, 0.15);
    text-shadow: 3px 3px 3px rgba(12, 21, 24, 0.05);
  }
}
.line-button .small {
  font-size: 4vw;
}
@media (min-width: 768px) {
  .line-button .small {
    font-size: 3rem;
  }
}
.line-button .arrow {
  width: 4.6266666667vw;
  margin-left: 2vw;
}
@media (min-width: 768px) {
  .line-button .arrow {
    width: 3.47rem;
    margin-left: 1.5rem;
  }
}

.line-button-wrapper {
  position: relative;
}
.line-button-wrapper:before {
  position: absolute;
  content: "";
  background-image: url(../images/line-icon.png);
  background-size: contain;
  width: 12.9333333333vw;
  height: 13vw;
  left: 4%;
  top: -58%;
  z-index: 1;
}
@media (min-width: 768px) {
  .line-button-wrapper:before {
    width: 9.7rem;
    height: 9.75rem;
  }
}

/* 光るアニメーション */
.line-button._shiny {
  position: relative;
  overflow: hidden;
  transition: 300ms;
}

.line-button._shiny::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #c3ffdc;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

/*=================================================
    モニターへチャレンジ
===================================================*/
.monitor {
  padding: 12.2666666667vw 0 9.3333333333vw;
  background-image: url(../images/bg_monitor.png);
  background-size: cover;
}
@media (min-width: 768px) {
  .monitor {
    padding: 9.2rem 0 7rem;
  }
}
.monitor .section-title img {
  width: 84.4vw;
}
@media (min-width: 768px) {
  .monitor .section-title {
    width: 63.3rem;
  }
}
.monitor .monitor__img {
  width: 90.5333333333vw;
  display: block;
  margin: 12.2666666667vw 0 0 auto;
}
@media (min-width: 768px) {
  .monitor .monitor__img {
    width: 67.9rem;
    margin: 9.2rem 0 0 auto;
  }
}
.monitor .monitor__about {
  max-width: 90.5333333333vw;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .monitor .monitor__about {
    max-width: 67.9rem;
  }
}
.monitor .monitor__catch {
  margin-top: -2.6666666667vw;
}
@media (min-width: 768px) {
  .monitor .monitor__catch {
    margin-top: -2rem;
  }
}
.monitor .monitor__catch span {
  background: #fff;
  border-radius: 2.5px;
  font-size: 5.3333333333vw;
  font-weight: 500;
  padding: 1.0666666667vw 2.6666666667vw 0.8vw;
  line-height: 1;
  margin-bottom: 1.3333333333vw;
  display: inline-block;
}
@media (min-width: 768px) {
  .monitor .monitor__catch span {
    border-radius: 5px;
    font-size: 4rem;
    padding: 0.8rem 2rem 0.6rem;
    margin-bottom: 1rem;
  }
}
.monitor .monitor__catch span:nth-of-type(1) {
  margin-left: -5.0666666667vw;
}
@media (min-width: 768px) {
  .monitor .monitor__catch span:nth-of-type(1) {
    margin-left: -3.8rem;
  }
}
.monitor .monitor__catch span:nth-of-type(2) {
  margin-left: 6vw;
}
@media (min-width: 768px) {
  .monitor .monitor__catch span:nth-of-type(2) {
    margin-left: 4.5rem;
  }
}
.monitor .section-text {
  margin-top: 6.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .monitor .section-text {
    margin-top: 5rem;
    font-size: 3.2rem;
  }
}

/*=================================================
    ステップ
===================================================*/
.step {
  padding: 12vw 0 15.3333333333vw;
  position: relative;
  background-image: url(../images/bg_ami.png);
  background-size: 5px 5px;
  background-repeat: repeat;
}
@media (min-width: 768px) {
  .step {
    padding: 9rem 0 11.5rem;
    background-size: 10px 10px;
  }
}
.step .section-title img {
  width: 73.8666666667vw;
}
@media (min-width: 768px) {
  .step .section-title {
    width: 55.4rem;
  }
}
.step .step__list {
  margin-top: 7.7333333333vw;
}
@media (min-width: 768px) {
  .step .step__list {
    margin-top: 5.8rem;
  }
}
.step .step__list .list-image {
  width: 100%;
}
.step .step__list .list-title {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.225;
  text-align: center;
  margin-top: 3.3333333333vw;
}
@media (min-width: 768px) {
  .step .step__list .list-title {
    font-size: 4rem;
    margin-top: 2.5rem;
  }
}
.step .step__list .list-text {
  font-size: 4.2666666667vw;
  margin-top: 2.6666666667vw;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .step .step__list .list-text {
    font-size: 3.2rem;
    margin-top: 2rem;
  }
}
.step .step__list .arrow {
  display: block;
  margin: 2.6666666667vw auto 0;
  width: 7.7333333333vw;
}
@media (min-width: 768px) {
  .step .step__list .arrow {
    margin: 2rem auto 0;
    width: 5.8rem;
  }
}
.step .step__list li {
  margin-bottom: 4.6666666667vw;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .step .step__list li {
    margin-bottom: 3.5rem;
  }
}
.step .step__list li:last-child {
  margin-bottom: 0;
}
.step .step__list .icon {
  width: 4.5333333333vw;
  margin-right: 3.3333333333vw;
}
@media (min-width: 768px) {
  .step .step__list .icon {
    width: 3.4rem;
    margin-right: 2.5rem;
  }
}

/*=================================================
    モニターの内容
===================================================*/
.about {
  background-image: url(../images/bg_about.png);
  background-size: cover;
  margin-top: -4.6666666667vw;
  position: relative;
  z-index: 1;
  padding-top: 8.2666666667vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .about {
    padding-top: 6.2rem;
  }
}
.about .request-button-wrapper {
  margin-top: 11.3333333333vw;
}
@media (min-width: 768px) {
  .about .request-button-wrapper {
    margin-top: 8.5rem;
  }
}
.about .section-title {
  line-height: 1.4;
  text-shadow: 1.5px 1.5px 1.5px rgba(12, 21, 24, 0.05);
}
@media (min-width: 768px) {
  .about .section-title {
    text-shadow: 3px 3px 3px rgba(12, 21, 24, 0.05);
  }
}
.about .section-title .fukidashi {
  font-size: 4.6666666667vw;
  font-weight: 500;
  color: #333333;
}
@media (min-width: 768px) {
  .about .section-title .fukidashi {
    font-size: 3.5rem;
  }
}
.about .section-title .line-l {
  width: 3.6vw;
  margin-right: 2vw;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .about .section-title .line-l {
    width: 2.7rem;
    margin-right: 1.5rem;
  }
}
.about .section-title .line-r {
  width: 3.6vw;
  margin-left: 2vw;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .about .section-title .line-r {
    width: 2.7rem;
    margin-left: 1.5rem;
  }
}
.about .section-title .ja {
  font-size: 8vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.06em;
}
@media (min-width: 768px) {
  .about .section-title .ja {
    font-size: 6rem;
  }
}
.about .section-title em {
  color: #fca3a3;
  font-weight: 700;
  font-size: 10vw;
}
@media (min-width: 768px) {
  .about .section-title em {
    font-size: 7.5rem;
  }
}
.about .logo {
  width: 74.4vw;
}
@media (min-width: 768px) {
  .about .logo {
    width: 55.8rem;
  }
}
.about .about__list {
  margin-top: 18vw;
}
@media (min-width: 768px) {
  .about .about__list {
    margin-top: 13.5rem;
  }
}
.about .about__list li {
  margin-bottom: 24vw;
  position: relative;
}
@media (min-width: 768px) {
  .about .about__list li {
    margin-bottom: 18rem;
  }
}
.about .about__list li:last-child {
  margin-bottom: 0;
}
.about .about__list li .list-title {
  line-height: 1;
}
.about .about__list li .list-title span {
  background: #fca3a3;
  color: #fff;
  font-size: 6.6666666667vw;
  font-weight: 500;
  padding: 1.4666666667vw 1.3333333333vw 0.9333333333vw;
  margin-bottom: 1.0666666667vw;
  display: inline-block;
}
@media (min-width: 768px) {
  .about .about__list li .list-title span {
    font-size: 5rem;
    padding: 1.1rem 1rem 0.7rem;
    margin-bottom: 0.8rem;
  }
}
.about .about__list li .list-title span:last-of-type {
  margin-bottom: 0;
}
.about .about__list li .list-text {
  font-size: 4.2666666667vw;
  font-weight: 400;
  line-height: 1.28125;
  letter-spacing: 0.04em;
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .about .about__list li .list-text {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}
.about .about__list li:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.about .about__list li:nth-child(1) .list-title {
  margin-right: 3.3333333333vw;
}
@media (min-width: 768px) {
  .about .about__list li:nth-child(1) .list-title {
    margin-right: 2.5rem;
  }
}
.about .about__list li:nth-child(1) .list-text {
  padding-right: 2.6rem;
}
.about .about__list li:nth-child(1)::before {
  position: absolute;
  content: "";
  background-image: url(../images/monitor-1.png);
  background-size: contain;
  width: 57.4666666667vw;
  height: 53.8666666667vw;
  z-index: -1;
  top: -18%;
  left: -10%;
}
@media (min-width: 768px) {
  .about .about__list li:nth-child(1)::before {
    width: 43.1rem;
    height: 40.4rem;
  }
}
.about .about__list li:nth-child(2) {
  padding-left: 0.6666666667vw;
}
@media (min-width: 768px) {
  .about .about__list li:nth-child(2) {
    padding-left: 0.5rem;
  }
}
.about .about__list li:nth-child(2) .bg-pink {
  background: #f8e3e4;
  padding: 3px 0 3px;
}
.about .about__list li:nth-child(2)::before {
  position: absolute;
  content: "";
  background-image: url(../images/monitor-2.png);
  background-size: contain;
  width: 58.6666666667vw;
  height: 54.8vw;
  z-index: -1;
  top: -41%;
  right: -17.2%;
}
@media (min-width: 768px) {
  .about .about__list li:nth-child(2)::before {
    width: 44rem;
    height: 41.1rem;
  }
}
.about .caution {
  text-align: right;
  font-size: 3.3333333333vw;
  font-weight: 500;
  margin-top: 18.6666666667vw;
}
@media (min-width: 768px) {
  .about .caution {
    font-size: 2.5rem;
    margin-top: 14rem;
  }
}

/*=================================================
    3つの強み
===================================================*/
.point {
  padding-top: 14.6666666667vw;
  padding-bottom: 14.6666666667vw;
  background: #fcfcfc;
}
@media (min-width: 768px) {
  .point {
    padding-bottom: 11rem;
  }
}
.point .section-title {
  line-height: 1.3;
  text-shadow: 1.5px 1.5px 1.5px rgba(12, 21, 24, 0.05);
}
@media (min-width: 768px) {
  .point .section-title {
    text-shadow: 3px 3px 3px rgba(12, 21, 24, 0.05);
  }
}
.point .section-title .top-title {
  font-size: 2.9333333333vw;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  padding: 1.0666666667vw 0 0;
}
@media (min-width: 768px) {
  .point .section-title .top-title {
    font-size: 2.2rem;
    padding: 0.8rem 0 0;
    border-top: solid 2px #333333;
    border-bottom: solid 2px #333333;
  }
}
.point .section-title .title-line {
  font-size: 6.6666666667vw;
}
@media (min-width: 768px) {
  .point .section-title .title-line {
    font-size: 5rem;
  }
}
.point .section-title em {
  color: #fca3a3;
  font-weight: 700;
  font-size: 10.6666666667vw;
}
@media (min-width: 768px) {
  .point .section-title em {
    font-size: 8rem;
  }
}
.point .point-list {
  margin-top: 18vw;
}
@media (min-width: 768px) {
  .point .point-list {
    margin-top: 15rem;
  }
}
.point .point-list li {
  margin-bottom: 8.6666666667vw;
}
@media (min-width: 768px) {
  .point .point-list li {
    margin-bottom: 6.5rem;
  }
}
.point .point-list li:last-child {
  margin-bottom: 0;
}
.point .point-list img {
  display: block;
}
.point .point-list .list-image-1 {
  width: 93.3333333333vw;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .point .point-list .list-image-1 {
    width: 70rem;
  }
}
.point .point-list .list-image-2 {
  width: 93.8666666667vw;
  margin: 0 auto 0 0;
}
@media (min-width: 768px) {
  .point .point-list .list-image-2 {
    width: 70.4rem;
  }
}
.point .point-list .list-image-3 {
  width: 93.6vw;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .point .point-list .list-image-3 {
    width: 70.2rem;
  }
}

/*=================================================
    お客様の成果
===================================================*/
.result {
  background: #f2c8ca;
  padding: 12vw 0;
}
@media (min-width: 768px) {
  .result {
    padding: 9rem 0;
  }
}
.result .white-box {
  background: #fff;
  border-radius: 5.3333333333vw;
  padding: 7.3333333333vw 10.6666666667vw 14.6666666667vw 8vw;
}
@media (min-width: 768px) {
  .result .white-box {
    border-radius: 4rem;
    padding: 5.5rem 8rem 11rem 6rem;
  }
}
.result .white-box .title-line:after {
  bottom: -1.3333333333vw;
}
.result .result-list {
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .result .result-list {
    margin-top: 9rem;
  }
}
.result .result-list li {
  margin-bottom: 14.6666666667vw;
}
@media (min-width: 768px) {
  .result .result-list li {
    margin-bottom: 11rem;
  }
}
.result .result-list li:last-child {
  margin-bottom: 0;
}
.result .list-image {
  width: 100%;
}

/*=================================================
    スタート
===================================================*/
.start {
  background: #d3edfb;
  padding: 8vw 7.3333333333vw;
}
@media (min-width: 768px) {
  .start {
    padding: 6rem 5.5rem;
  }
}
.start .section-title {
  color: #2e4052;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .start .section-title {
    font-size: 4rem;
  }
}
.start .section-title .top-title {
  font-size: 3.3333333333vw;
  font-weight: 400;
}
@media (min-width: 768px) {
  .start .section-title .top-title {
    font-size: 2.5rem;
  }
}
.start .section-title .number {
  font-size: 8vw;
}
.start .section-title .small {
  font-weight: 700;
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .start .section-title .small {
    font-size: 3.2rem;
  }
}
.start .start-image-1 {
  margin-top: 9.3333333333vw;
  box-shadow: 4.5px 4.5px 4px rgba(12, 21, 24, 0.07);
}
@media (min-width: 768px) {
  .start .start-image-1 {
    margin-top: 7rem;
  }
}
.start .start-image-2 {
  margin-top: 4vw;
  box-shadow: 4.5px 4.5px 4px rgba(12, 21, 24, 0.07);
}
@media (min-width: 768px) {
  .start .start-image-2 {
    margin-top: 3rem;
  }
}
.start .section-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 6vw;
}
@media (min-width: 768px) {
  .start .section-text {
    margin-top: 4.5rem;
  }
}

/*=================================================
    プレゼント
===================================================*/
.present-1 .bg-gray {
  padding-top: 13.3333333333vw;
}
@media (min-width: 768px) {
  .present-1 .bg-gray {
    padding-top: 10rem;
  }
}
.present-1 .bg-gray::after {
  position: absolute;
  content: "";
  background-image: url(../images/bottom-present.png);
  background-size: contain;
  width: 100%;
  height: 7.3333333333vw;
  bottom: -7.3333333333vw;
  left: 0;
}

.present-img {
  margin-top: -3.4rem;
}

.present .bg-gray {
  background: #fcfcfc;
  position: relative;
}
.present .present__box {
  border: solid 2px #fca3a3;
  border-radius: 15px;
  background: #fcfcfc;
}
@media (min-width: 768px) {
  .present .present__box {
    border: solid 4px #fca3a3;
    border-radius: 30px;
  }
}
.present .flag {
  width: 44.1333333333vw;
  margin-top: -0.8rem;
  margin-left: -0.2rem;
}
@media (min-width: 768px) {
  .present .flag {
    width: 33.1rem;
  }
}
.present .section-title {
  margin-top: 1.8666666667vw;
  position: relative;
}
@media (min-width: 768px) {
  .present .section-title {
    margin-top: 1.4rem;
  }
}
.present .section-title img {
  width: 77.6vw;
}
@media (min-width: 768px) {
  .present .section-title img {
    width: 58.2rem;
  }
}
.present .box-text {
  font-size: 3.7333333333vw;
  text-align: center;
  line-height: 1.5714285714;
  padding: 2.6666666667vw 0 4vw;
}
@media (min-width: 768px) {
  .present .box-text {
    font-size: 2.8rem;
    padding: 2rem 0 3rem;
  }
}
.present .section-title {
  font-size: 8vw;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .present .section-title {
    font-size: 6rem;
  }
}
.present .caution {
  margin-top: 3.3333333333vw;
  padding: 0 2.6666666667vw 5.3333333333vw;
  font-size: 2.6666666667vw;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .present .caution {
    font-size: 2rem;
    margin-top: 2.5rem;
    padding: 0 2rem 4rem;
  }
}
.present .present__sarani {
  background-image: url(../images/bg_coupon.png);
  background-size: cover;
  padding: 15.6vw 0 6.6666666667vw;
  color: #fff;
  text-shadow: 2px 1.5px 4.5px rgba(12, 21, 24, 0.1);
}
@media (min-width: 768px) {
  .present .present__sarani {
    text-shadow: 4px 3px 9px rgba(12, 21, 24, 0.1);
  }
}
.present .present__sarani .catch {
  text-align: center;
  font-size: 4vw;
  margin-top: 9.3333333333vw;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .present .present__sarani .catch {
    font-size: 3rem;
    margin-top: 7rem;
  }
}
.present .present__sarani .fukidashi-title {
  text-align: center;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) {
  .present .present__sarani .fukidashi-title {
    font-size: 6rem;
  }
}
.present .present__sarani .marker {
  background: linear-gradient(transparent 80%, #f5eb6b 80%);
  font-size: 5.3333333333vw;
}
@media (min-width: 768px) {
  .present .present__sarani .marker {
    font-size: 4rem;
  }
}
.present .present__sarani .de {
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .present .present__sarani .de {
    font-size: 3.2rem;
  }
}
.present .present__sarani .line-l,
.present .present__sarani .line-r {
  width: 3.7333333333vw;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .present .present__sarani .line-l,
  .present .present__sarani .line-r {
    width: 2.8rem;
  }
}
.present .present__sarani .line-l {
  margin-right: 2vw;
}
@media (min-width: 768px) {
  .present .present__sarani .line-l {
    margin-right: 2rem;
  }
}
.present .coupon {
  width: 97.2vw;
  display: block;
  margin: 4vw auto 0;
}
@media (min-width: 768px) {
  .present .coupon {
    width: 72.9rem;
    margin: 3rem auto 0;
  }
}

.present-2 .bg-gray {
  padding-top: 18.6666666667vw;
}
.present-2 .caution {
  margin-top: 0.6666666667vw;
}
@media (min-width: 768px) {
  .present-2 .caution {
    margin-top: 0.5rem;
  }
}

/*=================================================
   ダイエットが続かないのは
===================================================*/
.diet {
  background: #d3edfb;
  padding: 12vw 5.3333333333vw 12vw;
}
@media (min-width: 768px) {
  .diet {
    padding: 9rem 0 9rem;
  }
}
.diet .marker {
  background: linear-gradient(transparent 70%, #f6f164 70%);
}
.diet .diet__box {
  border: solid 4px #14c4f2;
  padding: 10vw 0 10.5333333333vw;
  text-align: center;
}
@media (min-width: 768px) {
  .diet .diet__box {
    padding: 7.5rem 0 7.9rem;
  }
}
.diet .diet__box .section-title {
  color: #fff;
  font-weight: 500;
  font-size: 4.6666666667vw;
  background: #14c4f2;
  display: inline-block;
  padding: 0 6.6666666667vw;
  font-feature-settings: "palt";
  height: 8.6666666667vw;
}
@media (min-width: 768px) {
  .diet .diet__box .section-title {
    font-size: 3.5rem;
    padding: 0 5rem;
    height: 6.5rem;
  }
}
.diet .diet__box .section-title b {
  font-weight: 700;
}
.diet .diet__box p {
  font-size: 6.6666666667vw;
  font-weight: 500;
  line-height: 1.36;
  margin-top: 8vw;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .diet .diet__box p {
    font-size: 5rem;
    margin-top: 5rem;
  }
}
.diet .diet__box p b {
  font-weight: 700;
}

/*=================================================
    結果が出ないワケ
===================================================*/
.reason .bg-gray {
  background-image: url(../images/bg_reason.jpg);
  background-size: cover;
  padding: 12vw 6.6666666667vw 10.6666666667vw;
  position: relative;
}
@media (min-width: 768px) {
  .reason .bg-gray {
    padding: 9rem 5rem 9rem;
  }
}
.reason .bg-gray::after {
  position: absolute;
  content: "";
  background-image: url(../images/bottom-reason.png);
  background-size: cover;
  width: 100%;
  height: 10.2666666667vw;
  bottom: -10.2666666667vw;
  left: 0;
  z-index: 1;
}
.reason .bg-gray .section-title {
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.3;
  margin-bottom: 17.3333333333vw;
}
@media (min-width: 768px) {
  .reason .bg-gray .section-title {
    font-size: 2.8rem;
    margin-bottom: 13rem;
  }
}
.reason .bg-gray .section-title .title-line--wh {
  font-weight: 700;
  font-size: 9.3333333333vw;
  margin-bottom: 15rem;
}
@media (min-width: 768px) {
  .reason .bg-gray .section-title .title-line--wh {
    font-size: 7rem;
  }
}
.reason .reason__item {
  margin-bottom: 6vw;
  text-align: center;
}
@media (min-width: 768px) {
  .reason .reason__item {
    margin-bottom: 4.5rem;
  }
}
.reason .reason__item:last-of-type {
  margin-bottom: 0;
}
.reason .reason__item .example-title {
  color: #fff;
  font-weight: 700;
  font-size: 4.6666666667vw;
  letter-spacing: 0.24em;
  background: #333333;
  text-align: center;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .reason .reason__item .example-title {
    font-size: 3.5rem;
    border-radius: 20px;
  }
}
.reason .reason-list {
  margin-top: 7.3333333333vw;
}
@media (min-width: 768px) {
  .reason .reason-list {
    margin-top: 5.5rem;
  }
}
.reason .reason-list li {
  background: #fff;
  border-radius: 9.2vw;
  margin-bottom: 3.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.3928571429;
  display: flex;
  justify-content: center;
  padding: 4vw 0;
  text-align: left;
}
@media (min-width: 768px) {
  .reason .reason-list li {
    margin-bottom: 2.5rem;
    font-size: 2.8rem;
    padding: 3rem 0;
  }
}
.reason .reason-list li:last-child {
  margin-bottom: 0;
}
.reason .reason-list li b {
  font-weight: 700;
}
.reason .reason-image-1 {
  width: 39.4666666667vw;
  margin-top: 4vw;
  margin-right: -15%;
}
@media (min-width: 768px) {
  .reason .reason-image-1 {
    width: 29.6rem;
    margin-top: 3rem;
  }
}
.reason .reason-image-2 {
  width: 50vw;
  display: block;
  margin: 4vw auto 0;
}
@media (min-width: 768px) {
  .reason .reason-image-2 {
    width: 37.5rem;
    margin: 3rem auto 0;
  }
}
.reason .bg-blue {
  background: #d3edfb;
  padding: 22.6666666667vw 0 5.3333333333vw;
  position: relative;
}
@media (min-width: 768px) {
  .reason .bg-blue {
    padding: 22.6666666667vw 0 4rem;
  }
}
.reason .bg-blue::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave.png);
  background-size: cover;
  width: 100%;
  height: 28.1333333333vw;
  bottom: -6.6666666667vw;
  left: 0;
}
.reason .bg-blue .section-title {
  font-size: 3.7333333333vw;
  line-height: 1.3;
  margin-bottom: 26.6666666667vw;
}
@media (min-width: 768px) {
  .reason .bg-blue .section-title {
    font-size: 2.8rem;
    margin-bottom: 20rem;
  }
}
.reason .bg-blue .section-title .title-line {
  font-weight: 700;
  font-size: 9.3333333333vw;
  margin-bottom: 15rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .reason .bg-blue .section-title .title-line {
    font-size: 7rem;
  }
}
.reason .bg-blue .section-title .title-line:after {
  left: 44%;
}
.reason .support-list {
  position: relative;
  z-index: 1;
  padding: 0 5.3333333333vw;
}
@media (min-width: 768px) {
  .reason .support-list {
    padding: 0 4rem;
    width: 100%;
  }
}
.reason .support-list li {
  background: #fff;
  border-radius: 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8.6666666667vw;
  padding: 6.6666666667vw 2.6666666667vw 9.3333333333vw;
}
@media (min-width: 768px) {
  .reason .support-list li {
    margin-bottom: 8rem;
    padding: 5rem 2rem 7rem;
    border-radius: 3rem;
  }
}
.reason .support-list li:nth-child(1) .icon-num {
  width: 14.6666666667vw;
}
@media (min-width: 768px) {
  .reason .support-list li:nth-child(1) .icon-num {
    width: 11rem;
  }
}
.reason .support-list li:nth-child(2) {
  padding: 6.6666666667vw 2.6666666667vw 4vw;
}
@media (min-width: 768px) {
  .reason .support-list li:nth-child(2) {
    padding: 5rem 2rem 3rem;
  }
}
.reason .support-list li:nth-child(2) .icon-num {
  width: 17.2vw;
}
@media (min-width: 768px) {
  .reason .support-list li:nth-child(2) .icon-num {
    width: 12.9rem;
  }
}
.reason .support-list li:nth-child(3) {
  padding: 6.6666666667vw 2.6666666667vw 6.6666666667vw;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .reason .support-list li:nth-child(3) {
    padding: 5rem 2rem 5rem;
  }
}
.reason .support-list li:nth-child(3) .icon-num {
  width: 17.6vw;
}
@media (min-width: 768px) {
  .reason .support-list li:nth-child(3) .icon-num {
    width: 13.2rem;
  }
}
.reason .support-list .marker {
  background: linear-gradient(transparent 60%, #f6f164 60%);
}
.reason .support-list img {
  display: block;
  margin: 0 auto;
}
.reason .support-list .list-title {
  text-align: center;
  margin-top: -12.1333333333vw;
  margin-bottom: 4vw;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .reason .support-list .list-title {
    margin-bottom: 3rem;
    margin-top: -10.1rem;
  }
}
.reason .support-list .list-title .number {
  font-size: 13.3333333333vw;
  font-weight: 700;
  display: block;
  line-height: 1;
}
@media (min-width: 768px) {
  .reason .support-list .list-title .number {
    font-size: 10rem;
  }
}
.reason .support-list .list-title .ja {
  font-size: 4.6666666667vw;
  font-weight: 700;
  margin-top: 4vw;
  display: block;
  font-feature-settings: "palt";
  letter-spacing: -0.09em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .reason .support-list .list-title .ja {
    font-size: 3.5rem;
    margin-top: 3rem;
  }
}
.reason .support-list .list-image-1 {
  width: 68.8vw;
  margin: 3.3333333333vw auto 2.6666666667vw;
}
@media (min-width: 768px) {
  .reason .support-list .list-image-1 {
    width: 51.6rem;
    margin: 2.5rem auto 2rem;
  }
}
.reason .support-list .list-image-2 {
  width: 32.8vw;
  margin: -3.3333333333vw auto 0;
}
@media (min-width: 768px) {
  .reason .support-list .list-image-2 {
    width: 24.6rem;
    margin: -2.5rem auto 0;
  }
}
.reason .support-list .list-image-3 {
  width: 31.2vw;
  margin: 0 auto -1.8666666667vw;
}
@media (min-width: 768px) {
  .reason .support-list .list-image-3 {
    width: 23.4rem;
    margin: 0 auto -1.4rem;
  }
}
.reason .support-list .list-text {
  font-size: 4vw;
  line-height: 1.75;
  margin-top: 2.6666666667vw;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .reason .support-list .list-text {
    font-size: 2.8rem;
    margin-top: 2rem;
  }
}

/*=================================================
    お客様の声
===================================================*/
.voice {
  background-image: url(../images/bg_ami-b.png);
  background-size: 5px 5px;
  background-repeat: repeat;
  padding: 11.3333333333vw 6.6666666667vw 1.3333333333vw;
}
@media (min-width: 768px) {
  .voice {
    background-size: 10px 10px;
    padding: 8.5rem 5rem 1rem;
  }
}
.voice .title-line:after {
  bottom: -1.3333333333vw;
}
@media (min-width: 768px) {
  .voice .title-line:after {
    bottom: -1rem;
  }
}
.voice .voice-list {
  margin-top: 2.6666666667vw;
}
@media (min-width: 768px) {
  .voice .voice-list {
    margin-top: 2rem;
  }
}
.voice .voice-list li {
  padding: 8.6666666667vw 1.3333333333vw 8.6666666667vw;
  text-align: center;
  border-bottom: dotted #333333 2.5px;
}
@media (min-width: 768px) {
  .voice .voice-list li {
    padding: 6.5rem 1rem 6.5rem;
    border-bottom: dotted #333333 5px;
  }
}
.voice .voice-list li:last-child {
  border-bottom: none;
}
.voice .voice-list .list-image {
  width: 41.0666666667vw;
}
@media (min-width: 768px) {
  .voice .voice-list .list-image {
    width: 30.8rem;
  }
}
.voice .voice-list .list-name {
  font-size: 4vw;
  margin-top: 5.3333333333vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .voice .voice-list .list-name {
    font-size: 3rem;
    margin-top: 4rem;
  }
}
.voice .voice-list .list-text {
  font-size: 3.7333333333vw;
  margin-top: 2.6666666667vw;
  text-align: left;
  font-feature-settings: "palt";
  line-height: 1.75;
  text-align: justify;
}
@media (min-width: 768px) {
  .voice .voice-list .list-text {
    font-size: 2.8rem;
    margin-top: 2rem;
  }
}
.voice .voice-list .list-text b {
  font-weight: 700;
}

/*=================================================
    INBODYシート
===================================================*/
.inbody {
  background: #d3edfb;
  padding: 10.6666666667vw 5.3333333333vw 12vw;
  position: relative;
}
@media (min-width: 768px) {
  .inbody {
    padding: 8rem 4rem 9rem;
  }
}
.inbody::after {
  position: absolute;
  content: "";
  background-image: url(../images/bottom-inbody.png);
  background-size: cover;
  width: 100%;
  height: 7.3333333333vw;
  bottom: -7.3333333333vw;
  left: 0;
  z-index: 1;
}
.inbody .white-box {
  background: #fff;
  border-radius: 4vw;
  padding: 6vw 0 9.3333333333vw;
}
@media (min-width: 768px) {
  .inbody .white-box {
    border-radius: 3rem;
    padding: 4.5rem 0 7rem;
  }
}
.inbody .section-title {
  font-weight: 500;
  line-height: 1.1;
}
.inbody .section-title .fukidashi {
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .inbody .section-title .fukidashi {
    font-size: 3.2rem;
  }
}
.inbody .section-title .bottom-text {
  font-size: 8.6666666667vw;
  text-align: center;
  line-height: 1.2923076923;
}
@media (min-width: 768px) {
  .inbody .section-title .bottom-text {
    font-size: 6.5rem;
  }
}
.inbody .section-title em {
  color: #fca3a3;
  font-weight: 700;
}
.inbody .inbody-image {
  width: 42.8vw;
  display: block;
  margin: 8vw auto 0;
}
@media (min-width: 768px) {
  .inbody .inbody-image {
    width: 32.1rem;
    margin: 6rem auto 0;
  }
}
.inbody .section-text {
  font-size: 4.2666666667vw;
  line-height: 1.2;
  margin-top: 9.3333333333vw;
  padding: 0 4vw;
  font-feature-settings: "palt";
  letter-spacing: -0.09em;
}
@media (min-width: 768px) {
  .inbody .section-text {
    font-size: 3.2rem;
    margin-top: 7rem;
    padding: 0 3rem;
  }
}

/*=================================================
    プラン
===================================================*/
.qa {
  background: #f1f1f1;
  padding: 12vw 6.6666666667vw 23.3333333333vw;
}
@media (min-width: 768px) {
  .qa {
    padding: 9rem 5rem 17.5rem;
  }
}
.qa .section-title {
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.qa .section-title .ja {
  font-size: 9.3333333333vw;
}
@media (min-width: 768px) {
  .qa .section-title .ja {
    font-size: 7rem;
  }
}
.qa .section-title .en {
  font-size: 3.3333333333vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .qa .section-title .en {
    font-size: 2.5rem;
  }
}
.qa .question-width {
  margin-top: 11.3333333333vw;
}
@media (min-width: 768px) {
  .qa .question-width {
    margin-top: 8.5rem;
  }
}
.qa .question {
  background: #fca3a3;
  padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
  border-radius: 2.6666666667vw;
  width: 96%;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .qa .question {
    padding: 2rem;
    border-radius: 2rem;
  }
}
.qa .q-title {
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.1875;
  text-shadow: 1.5px 1.5px 1.5px rgba(12, 21, 24, 0.05);
}
@media (min-width: 768px) {
  .qa .q-title {
    font-size: 3.2rem;
    text-shadow: 3px 3px 3px rgba(12, 21, 24, 0.05);
  }
}
.qa .q {
  color: #fca3a3;
  background: #fff;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8vw;
  font-weight: 700;
  margin-right: 2.6666666667vw;
  margin-left: -3rem;
  text-shadow: 1.5px 1.5px 1.5px rgba(12, 21, 24, 0.05);
  box-shadow: 1.5px 1.5px 1.5px rgba(12, 21, 24, 0.05);
}
@media (min-width: 768px) {
  .qa .q {
    width: 10rem;
    height: 10rem;
    font-size: 6rem;
    margin-right: 2rem;
    margin-left: -6rem;
    text-shadow: 3px 3px 3px rgba(12, 21, 24, 0.05);
    box-shadow: 3px 3px 3px rgba(12, 21, 24, 0.05);
  }
}
.qa .a {
  color: #fff;
  background: #14c4f2;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8vw;
  font-weight: 700;
  margin-right: 2.6666666667vw;
  margin-left: -3rem;
  flex-shrink: 0;
  text-shadow: 1.5px 1.5px 1.5px rgba(12, 21, 24, 0.05);
  box-shadow: 1.5px 1.5px 1.5px rgba(12, 21, 24, 0.05);
}
@media (min-width: 768px) {
  .qa .a {
    width: 10rem;
    height: 10rem;
    font-size: 6rem;
    margin-right: 2rem;
    margin-left: -6rem;
    text-shadow: 3px 3px 3px rgba(12, 21, 24, 0.05);
    box-shadow: 3px 3px 3px rgba(12, 21, 24, 0.05);
  }
}
.qa .question__item {
  margin-bottom: 10vw;
}
@media (min-width: 768px) {
  .qa .question__item {
    margin-bottom: 7.5rem;
  }
}
.qa .question__item:nth-of-type(2) .answer {
  position: relative;
}
.qa .question__item:nth-of-type(2) .answer:after {
  position: absolute;
  content: "";
  background-image: url(../images/usagi-1.png);
  background-size: contain;
  width: 17.8666666667vw;
  height: 31.4666666667vw;
  bottom: 0;
  right: -3%;
}
@media (min-width: 768px) {
  .qa .question__item:nth-of-type(2) .answer:after {
    width: 13.4rem;
    height: 23.6rem;
  }
}
.qa .question__item:nth-of-type(4) .answer {
  position: relative;
}
.qa .question__item:nth-of-type(4) .answer:after {
  position: absolute;
  content: "";
  background-image: url(../images/usagi-2.png);
  background-size: contain;
  width: 15.3333333333vw;
  height: 28.9333333333vw;
  bottom: -17%;
  right: -2%;
}
@media (min-width: 768px) {
  .qa .question__item:nth-of-type(4) .answer:after {
    width: 11.5rem;
    height: 21.7rem;
  }
}
.qa .question__item:last-of-type {
  margin-bottom: 0;
}
.qa .answer {
  background: #fcfcfc;
  padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 2.8666666667vw;
  font-feature-settings: "palt";
  border-radius: 2.6666666667vw;
  margin-top: 6vw;
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
  width: 96%;
}
@media (min-width: 768px) {
  .qa .answer {
    padding: 4rem 3.4rem 4rem 2.15rem;
    border-radius: 2rem;
    margin-top: 4.5rem;
  }
}
.qa .answer::before {
  position: absolute;
  content: "";
  background-image: url(../images/dot-tate.png);
  background-size: contain;
  width: 0.6666666667vw;
  height: 4.6666666667vw;
  top: -5.2vw;
  left: 47%;
  right: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .qa .answer::before {
    width: 0.5rem;
    height: 3.5rem;
    top: -4rem;
  }
}
.qa .answer__text {
  line-height: 1.55;
  font-size: 3.7333333333vw;
  margin-bottom: 2.9333333333vw;
}
@media (min-width: 768px) {
  .qa .answer__text {
    font-size: 2.8rem;
    margin-bottom: 2.2rem;
  }
}
.qa .answer__text:last-of-type {
  margin-bottom: 0;
}
.qa .request-button-wrapper {
  margin-top: 37.3333333333vw;
}
@media (min-width: 768px) {
  .qa .request-button-wrapper {
    margin-top: 28rem;
  }
}

/*=================================================
    会社概要
===================================================*/
.company {
  background: #333333;
  color: #fff;
  padding: 12vw 13.3333333333vw 12vw;
}
@media (min-width: 768px) {
  .company {
    padding: 9rem 10rem 9rem;
  }
}
.company .section-title {
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.company .section-title .ja {
  font-size: 9.3333333333vw;
}
@media (min-width: 768px) {
  .company .section-title .ja {
    font-size: 7rem;
  }
}
.company .section-title .en {
  font-size: 3.3333333333vw;
}
@media (min-width: 768px) {
  .company .section-title .en {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .company .section-title {
    font-size: 6rem;
  }
}
.company .company__table {
  font-size: 3.7333333333vw;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 9.3333333333vw;
}
@media (min-width: 768px) {
  .company .company__table {
    margin-top: 7rem;
    font-size: 2.8rem;
  }
}
.company .company__table th,
.company .company__table td {
  border-bottom: dotted 1px #fff;
  padding-bottom: 2.4vw;
  padding-top: 2.4vw;
}
@media (min-width: 768px) {
  .company .company__table th,
  .company .company__table td {
    padding-bottom: 1.8rem;
    padding-top: 1.8rem;
  }
}
.company .company__table th {
  font-weight: 500;
  text-align: left;
  padding-right: 5.3333333333vw;
  vertical-align: baseline;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .company .company__table th {
    padding-right: 4rem;
  }
}
.company .company__table td {
  font-weight: 500;
  line-height: 1.6;
}

/* 店舗一覧のレイアウト */
.cta .pre-content{
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background-color: #00d9ff;
  border: 1px solid #93e6f5;
  font-size: 2rem;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 0;
  color: #ffff;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width:500px) {
  .cta .pre-content{
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: bold;
    font-size: 1.5rem;
  }
}

.cta .pre-content::after{
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffff;
  border-right: solid 2px #ffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cta .pre-content .open::after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.cta-5 {
  background: transparent;
  padding: 11vw 0;
}

.border-none{
  border-bottom: 0;
}

.area th,td{display : block;}
.area{
  display: none;
  width: 100%;
  text-align: center;
  background-color: #ffff;
  border: 1px solid #93e6f5;
}

.area .area-box{
  width: 100%;
  padding: 20px 0;
  background-color: #ffff;
  border: 1px solid #93e6f5;
  border-bottom: none;
  font-size: 4rem;
  letter-spacing: 2px;
}

@media screen and (max-width:500px) {
  .area .area-box{
    padding: 15px 0;
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .area .area-box p{
    font-size: 1.3rem;
  }
}



.detail{
  display: none;
  position: relative;
  width: 100%;
  padding: 40px;
  text-align: left;
  background-color: #eefcff;
  height: 500px;
  border: 1px solid #93e6f5;
  border-top: none;
}

.detail .reserve{
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 10%;
  right: 0;
  background-color: #000;
  padding: 15px 25px;
}


@media screen and (max-width:500px) {
  .detail{
    height: 420px;
    padding: 40px 20px;
  }
  .detail .reserve{
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 8%;
    right: 0;
    background-color: #000;
    padding: 15px 10px;
    font-size: 1rem;
  }
}

.detail .heading {
  color: #AA7523;
  font-size: 2rem;
  margin-bottom: .5em;
}

.detail .postalCode{
  margin-bottom: .5em;
}

.detail iframe{
  position: absolute;
  top: 150px;
  left: 0;
  margin-top: 1em;
  height: 300px;
  width: 100%;
}

@media screen and (max-width:500px) {
  .detail .heading {
    color: #AA7523;
    font-size: 1.8rem;
    margin-bottom: .5em;
  }
  .detail .postalCode {
    font-size: 1.5rem;
  }
  .detail .adress {
    font-size: 1.5rem;
  }
  .detail iframe{
    height: 200px;
    margin-top: 35px;
  }
}
/*# sourceMappingURL=style.css.map */