@charset "UTF-8";
/*-------------
reset.cssf
---------------*/
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 100%;
  font-weight: 600;
}

.min {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", YuMincho, "Yu Mincho", serif;
}

.ship {
  font-family: "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", YuMincho, "Yu Mincho", serif;
}

*:not(a):not(strong):not(span):not(sup):not(sub):not(em):not(i):not(code):not(pre):not(mark):not(small) {
  color: #303030;
  font-size: 14px;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}

li a {
  display: block;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}

#main a:hover img,
.contents-in a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#contents2u-in * {
  color: #340b0b;
}

/*-------------
layout.css
---------------*/
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

/*コンテナ*/
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

/*ヘッダー*/
header {
  width: 100%;
  position: relative;
}

#header-in {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*コンテンツ*/
.contents {
  height: auto;
  width: 100%;
  position: relative;
}

.contents-in {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: auto;
}

* html .contents-in {
  height: 1%;
}

/*フッター*/
footer {
  width: 100%;
}

#footer-in {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.inside,
.inside2 {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}

.inside0 {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.inside {
  max-width: calc(1200px + 10%);
}

.inside2 {
  max-width: calc(1100px + 10%);
}

/*=========================
ヘッダー
=========================*/
header {
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 13px -9px #777777;
          box-shadow: 0px 3px 13px -9px #777777;
}

#header-in {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  height: 90px;
}

#sign {
  -webkit-flex-basis: 290px;
      -ms-flex-preferred-size: 290px;
          flex-basis: 290px;
  padding-top: 20px;
}
#sign h1 {
  width: 290px;
  margin-bottom: 5px;
  background-image: url(../images/diet/parts_ac2.png);
  background-size: 100% auto;
  background-position: 50% 100%;
  padding-bottom: 15px;
}

.h-reserve {
  -webkit-flex-basis: calc(100% - 590px);
      -ms-flex-preferred-size: calc(100% - 590px);
          flex-basis: calc(100% - 590px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: 30px;
}
.h-reserve img {
  width: 140px;
}
.h-reserve .h-line {
  margin-right: 10px;
}

.h-reserve-sp {
  -webkit-flex-basis: calc(100% - 210px);
      -ms-flex-preferred-size: calc(100% - 210px);
          flex-basis: calc(100% - 210px);
  padding-right: 80px;
  padding-top: 8px;
}

.h-reserve-sp-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.h-reserve-sp-in a:hover img {
  opacity: 0.8;
}

.h-telfr {
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
  text-align: center;
  padding-top: 20px;
}
.h-telfr img {
  width: 270px;
  margin-bottom: 8px;
}
.h-telfr p {
  font-size: 11px;
}

.navToggle {
  display: none;
}

/*=========================
フッター
=========================*/
#footer-in {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerfr1 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  text-align: center;
}
.footerfr1 img {
  margin-bottom: 20px;
}
.footerfr1 p {
  line-height: 1.8em;
}
.footerfr1 address {
  font-size: 16px;
  margin-bottom: 10px;
  font-style: normal;
  line-height: 1.4em;
}
.footerfr1 address span {
  font-size: 13px;
  display: block;
  margin-top: 5px;
  line-height: 1.2em;
}

.gmap {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.framefr {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
}
.framefr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footersign {
  width: 200px;
  max-width: 80%;
}

#page-top {
  position: fixed;
  bottom: 85px;
  right: 5px;
  z-index: 2;
}

#page-top img {
  width: 40px;
}

#copy {
  background-color: #f9f6f2;
}
#copy p {
  text-align: center;
  line-height: 60px;
  font-size: 13px;
}

/*=========================
ダイエットコンテンツ
=========================*/
#fv {
  background-image: url(../images/diet/bg1.png);
  background-size: auto 100%;
  background-position: 10% 0;
}

#fv-in {
  background-image: url(../images/diet/fv-main.png);
  background-size: 38% auto;
  background-position: 92% 0;
  padding-top: 100px;
}

.contentstop {
  padding-top: 90px;
}

.fv-main {
  padding-left: 2%;
}
.fv-main h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.fvt1,
.fvt2,
.fvt3 {
  font-size: clamp(13px, 4.6vw, 67px);
}

.fvt1 {
  color: #13a379;
}

.fvtmk {
  font-size: clamp(13px, 3vw, 50px);
  color: #c6b495;
  padding: 0 13px;
}

.fvt2 {
  color: #e8186c;
}

.fvt3 {
  color: #e8186c;
}

.catch {
  font-size: clamp(13px, 2.85vw, 40px);
  line-height: 1.5em;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}
.catch span {
  color: #e8186c;
}

.fvtxt {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.6em;
}

.fvpoint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}

.stre-label {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}

.stre-txt {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  padding-bottom: 20px;
}

.stre1,
.stre2 {
  width: 100%;
  max-width: 210px;
  position: relative;
}
.stre1 p,
.stre2 p {
  text-align: center;
}
.stre1::before,
.stre2::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-image: url(../images/diet/label1.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.stre1 .stre1-in,
.stre1 .stre2-in,
.stre2 .stre1-in,
.stre2 .stre2-in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.stre1-ttl {
  font-size: 23px;
  line-height: 1.2em;
  position: relative;
  top: 0.5em;
  padding-top: 4%;
}

.stre1-p1 {
  font-size: 32px;
  color: #e8186c;
  font-weight: 600;
  padding-left: 5%;
}
.stre1-p1 span {
  font-size: 88px;
  font-style: italic;
  margin-right: 5%;
  font-weight: 400;
}

.stre1-p2 {
  font-size: 24px;
  color: #e8186c;
  margin-right: 18%;
}

.stre2-in {
  padding-top: 16%;
}

.stre2-ttl {
  font-size: 20px;
  margin-bottom: 4%;
}

.stre2-ttl2 {
  font-size: 16px;
  margin-bottom: 1%;
}

.stre2-p1 {
  font-size: 24px;
  white-space: nowrap;
  color: #e8186c;
}
.stre2-p1 span {
  font-size: 78px;
  color: #e8186c;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.05em;
  margin-right: 2%;
  display: block;
}

.stre-txt1 {
  font-size: clamp(12px, 1.5vw, 20px);
  text-align: center;
  margin-bottom: 20px;
}

.strefr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4%;
  margin-bottom: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.strefr p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ef84a8;
  text-align: center;
  font-size: clamp(13px, 1.7vw, 24px);
  color: #ffffff;
  padding: 13px 1px 15px;
  border-radius: 50px;
}

.store-txt3 {
  background-color: #f2ece2;
  text-align: center;
  padding: 5px 5px;
  color: #604c3f;
  font-size: clamp(13px, 1.25vw, 17px);
  border-radius: 50px;
  line-height: 1.4em;
}

/*オファー1*/
#offerfr1-in {
  padding-top: 30px;
  padding-bottom: 50px;
}

.offerbox,
.offerbox2 {
  border-radius: 10px;
  padding: 10px;
  background-color: #fff5f8;
  -webkit-box-shadow: 3px 3px 13px -8px #777777;
          box-shadow: 3px 3px 13px -8px #777777;
}

.offerbox-in {
  border-radius: 10px;
  border: 1px solid #ddd3bf;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.offerfr1-message {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  background-image: url(../images/diet/parts_line1.svg);
  background-position: 100% 50%;
  background-size: 1px auto;
  padding-left: 4%;
  padding-right: 4%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.offerfr1-message p {
  font-size: 14px;
  line-height: 1.8em;
}
.offerfr1-message p span {
  color: #e8186c;
}

.offerfr1-action {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  padding: 10px 4%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.offerttl1 {
  text-align: center;
  font-size: clamp(13px, 2.1vw, 30px);
  color: #e8186c;
  margin-bottom: 30px;
}

.offeractionfr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
.offeractionfr > div {
  text-align: center;
}
.offeractionfr h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offeractionfr p {
  line-height: 1.4em;
  font-size: 13px;
  margin-bottom: 25px;
}
.offeractionfr p.btn {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.offer-line {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.offer-line h3 {
  color: #13a379;
}

.offer-web {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.offer-web h3 {
  color: #e8186c;
}

/*こんな方に*/
#recommend {
  background-image: url(../images/diet/recommend_bg.jpg);
  background-size: auto 100%;
  background-position: -20% 0;
}

#recommend-in {
  padding-top: 50px;
  padding-bottom: 50px;
}

.reco-sub {
  text-align: center;
  color: #998362;
  margin-bottom: 15px;
  font-size: 16px;
}

.reco-ttl {
  text-align: center;
  font-size: 34px;
  padding-bottom: 32px;
  background-image: url(../images/diet/parts_ac1.png);
  background-position: 50% 100%;
  background-size: 12em auto;
  color: #998362;
  margin-bottom: 60px;
}

.reco-listfr {
  padding-left: 20%;
  text-align: center;
  display: block;
}

.reco-list {
  list-style: none;
  display: inline-block;
}
.reco-list li {
  text-align: left;
  font-size: 18px;
  line-height: 1.4em;
  padding-left: 2em;
  background-image: url(../images/diet/icon_check.png);
  background-size: 1em auto;
  background-position: 0 5px;
  margin-bottom: 0.5em;
}
.reco-list li span {
  color: #e8186c;
}

/*ダイエットカウンセリング*/
#counseling {
  background-image: url(../images/diet/bg2.png);
  background-size: 35% auto;
  background-position: 100% 0;
}

#counseling-in {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}

.csl-txt {
  -webkit-flex-basis: 62%;
      -ms-flex-preferred-size: 62%;
          flex-basis: 62%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.csl-txt p {
  line-height: 1.8em;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2em;
}
.csl-txt p span {
  color: #e8186c;
}

.csl-img {
  -webkit-flex-basis: 38%;
      -ms-flex-preferred-size: 38%;
          flex-basis: 38%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 5%;
  position: relative;
}

.csl-img-label {
  width: 100%;
  max-width: 210px;
  position: relative;
  left: calc(100% - 210px);
  top: -10%;
}
.csl-img-label::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-image: url(../images/diet/label2.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.csl-img-label-in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 15%;
}

.counselttl {
  font-size: clamp(13px, 2.7vw, 38px);
  color: #13a379;
  line-height: 1.6em;
  margin-bottom: 40px;
  text-align: center;
}

.csl-label-ttl {
  color: #ffffff;
  line-height: 1.2em;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.csl-num {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.csl-num span {
  font-size: 76px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
  display: block;
}

/*カワカミダイエット塾*/
#kanpoudiet {
  background-color: #fcf9f5;
}

#kanpoudiet-in {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-kanpoudiet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.abkp-ttl {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  text-align: center;
}

.abkp-txt {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
}
.abkp-txt p {
  line-height: 1.8em;
  color: #604c3f;
}

.abkp-ttl-mark {
  width: 80px;
  margin-bottom: 20px;
}

.abkp-ttl-img {
  width: 100px;
  margin-right: 20px;
}

.abkp-ttl {
  text-align: center;
  font-size: clamp(13px, 2.6vw, 30px);
  color: #13a379;
  margin-bottom: 20px;
}

.abkp-one-ttl {
  color: #e8186c;
  font-size: 30px;
  font-size: clamp(13px, 2.6vw, 30px);
  line-height: 1.6em;
  margin-bottom: 40px;
}

.kanpou-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
  width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.abkpli-icon {
  width: 100%;
  max-width: 100px;
  position: relative;
}
.abkpli-icon::before {
  content: "";
  display: block;
  padding-top: 110%;
  background-image: url(../images/diet/label3.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.abkpli-icon-in {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 20%;
  text-align: center;
}
.abkpli-icon-in p {
  color: #ffffff;
  font-size: 50px;
  font-size: clamp(13px, 5vw, 50px);
  margin-bottom: 5%;
  font-weight: 400;
}
.abkpli-icon-in span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.kpli-in {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 13px -8px #777777;
          box-shadow: 3px 3px 13px -8px #777777;
  border-radius: 10px;
  padding: 0 2% 20px;
}

.abkpli-ttlfr {
  position: relative;
  top: -20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: -5%;
}

.abkpli-descfr h6 {
  color: #c91b5e;
  font-size: 16px;
  margin-bottom: 8px;
}
.abkpli-descfr p {
  font-size: 13px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.abkpli-ttl h4 {
  font-size: 20px;
  color: #c91b5e;
  margin-bottom: 8px;
  line-height: 1.4em;
}
.abkpli-ttl p {
  font-size: 13px;
}

/*カワカミ薬品が選ばれる理由*/
#reason {
  background-color: #fff5f8;
}

#reason-in {
  padding-bottom: 80px;
}

.reason-ttlfr {
  background-image: url(../images/diet/bg_obi.png);
  background-size: auto 140px;
  background-repeat: repeat-x;
  background-position: 50% 50%;
  margin-bottom: 10px;
}

.reason-ttlfr-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1%;
}

.reason-icon {
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
  text-align: right;
}
.reason-icon p {
  display: inline-block;
  background-image: url(../images/diet/icon_reasonfr.png);
  background-size: 100% 100%;
  padding: 30px 12%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 1.8em;
}

.reason-ttl {
  -webkit-flex-basis: calc((100% - 200px) * 0.6);
      -ms-flex-preferred-size: calc((100% - 200px) * 0.6);
          flex-basis: calc((100% - 200px) * 0.6);
}
.reason-ttl p {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-size: clamp(12px, 1.7vw, 24px);
  margin-bottom: 15px;
}
.reason-ttl h2 {
  color: #ffffff;
  text-align: center;
  font-size: clamp(13px, 2.1vw, 30px);
}

.reason-mainimg {
  -webkit-flex-basis: calc((100% - 200px) * 0.4);
      -ms-flex-preferred-size: calc((100% - 200px) * 0.4);
          flex-basis: calc((100% - 200px) * 0.4);
}
.reason-mainimg img {
  width: 360px;
  max-width: 100%;
}

.wellfr {
  position: relative;
  top: -2.5em;
  padding-right: 25%;
  margin-bottom: 30px;
}

.welltxt {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
}
.welltxt span {
  color: #c91b5e;
  font-size: 20px;
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 3%;
}

.reasonli-in {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px 20px;
  -webkit-box-shadow: 3px 3px 3px -10px #777777;
          box-shadow: 3px 3px 3px -10px #777777;
}

.reasonli-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  margin-bottom: 20px;
}
.reasonli-ttl p {
  font-size: clamp(13px, 2.4vw, 28px);
  line-height: 1.4em;
  color: #c91b5e;
}

.num {
  font-size: 80px;
  color: #c6b495;
  font-weight: 400;
}

.reasonli-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}

.reasonli-txt {
  -webkit-flex-basis: 58%;
      -ms-flex-preferred-size: 58%;
          flex-basis: 58%;
}
.reasonli-txt p {
  line-height: 1.6em;
}

.reasonli-img {
  -webkit-flex-basis: 42%;
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%;
}
.reasonli-img p {
  background-image: url(../images/diet/parts_ac3.png);
  background-position: 50% 100%;
  background-size: 80% auto;
  padding: 0 15px 20px;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 1.2em;
  z-index: 1;
  position: relative;
}
.reasonli-img img {
  position: relative;
  top: -10px;
}

/*漢方ダイエットのメリット*/
#merit-in {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.merit-desc {
  -webkit-flex-basis: 68%;
      -ms-flex-preferred-size: 68%;
          flex-basis: 68%;
}

.merit-img {
  -webkit-flex-basis: 32%;
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
  position: relative;
  padding-top: 3%;
}

.merit-term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  background-image: url(../images/diet/img_graph.png);
  background-position: 50% 100%;
  background-size: 44% auto;
  padding-bottom: 30px;
  margin-bottom: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.mterm-in {
  width: 190px;
  height: 190px;
  border-radius: 400px;
  background-color: rgba(242, 236, 226, 0.6);
  text-align: center;
  padding-top: 30px;
}
.mterm-in h3 {
  font-size: clamp(13px, 2.8vw, 33px);
  color: #c91b5e;
  margin-bottom: 20px;
}
.mterm-in p {
  font-size: clamp(13px, 1.7vw, 20px);
  line-height: 1.6em;
}

.meritlist-in {
  border-left: 10px solid #efced7;
  padding-left: 15px;
  margin-bottom: 40px;
}
.meritlist-in h4 {
  color: #998362;
  font-size: 24px;
  margin-bottom: 10px;
}
.meritlist-in p {
  line-height: 1.6em;
}

.support-ms {
  position: absolute;
  bottom: -5%;
  left: -20%;
  width: 100%;
  max-width: 329px;
}

.merit-list {
  padding-left: 20%;
}

.meritli1 {
  margin-left: 5%;
}

.meritli2 {
  margin-left: 10%;
}

.meritli3 {
  margin-left: 15%;
}

.offerfr2-in {
  padding-top: 40px;
  padding-bottom: 50px;
}

.offerbox2-in {
  border-radius: 10px;
  border: 1px solid #ddd3bf;
  padding: 50px 0 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.offerbox2-in h2 {
  text-align: center;
  font-size: 30px;
  color: #c91b5e;
  margin-bottom: 45px;
}

.offeractionfr2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offeractionfr2 h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offeractionfr2 p {
  line-height: 1.4em;
  font-size: 13px;
  margin-bottom: 25px;
}

.offer-tel2 {
  padding-right: 2%;
  padding-left: 4%;
  padding-top: 4%;
}
.offer-tel2 .teltime {
  line-height: 1.6em;
  padding-left: 8%;
  font-size: 12px;
}

.offer-line2 {
  text-align: center;
}
.offer-line2 h3 {
  color: #13a379;
}
.offer-line2 img {
  width: 240px;
  max-width: 100%;
}

.offer-web2 {
  padding-right: 5%;
  text-align: center;
}
.offer-web2 h3 {
  color: #e8186c;
}
.offer-web2 img {
  width: 240px;
  max-width: 100%;
}

.offer-telnum {
  display: block;
  margin-bottom: 14px;
  text-align: center;
  width: 100%;
}
.offer-telnum a {
  display: block;
}
.offer-telnum img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  max-width: 100%;
}

/*お客様の声*/
#voice {
  background-color: #f5fffc;
}

#voice-in {
  padding-top: 80px;
  padding-bottom: 80px;
}

.voice-ttl {
  color: #998362;
  text-align: center;
  font-size: 30px;
  margin-bottom: 45px;
}

.voice-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  background-color: #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: 3px 3px 11px -9px #777777;
          box-shadow: 3px 3px 11px -9px #777777;
}

.voiceimg {
  -webkit-flex-basis: 220px;
      -ms-flex-preferred-size: 220px;
          flex-basis: 220px;
}

.voicetxt {
  -webkit-flex-basis: calc(100% - 220px);
      -ms-flex-preferred-size: calc(100% - 220px);
          flex-basis: calc(100% - 220px);
  padding: 20px;
}

.change {
  margin-bottom: 15px;
}

.monthnum {
  font-size: 18px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  padding-top: 10px;
}
.monthnum span {
  font-size: 34px;
}

.changenumfr {
  font-size: 30px;
  color: #ef84a8;
}
.changenumfr .mns {
  font-size: 54px;
  color: #ef84a8;
}
.changenumfr .changenum {
  font-size: 54px;
  color: #ef84a8;
}

.voice-txt {
  line-height: 1.6em;
  margin-bottom: 10px;
}

.voice-at {
  font-size: 12px;
  color: #6c6c6c;
}

/*達成までの流れ*/
#goal {
  padding-top: 80px;
}
#goal h2 {
  text-align: center;
  font-size: 32px;
  color: #13a379;
  margin-bottom: 50px;
}

#goal-in {
  background-color: #f9f6f2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.goal-step {
  display: grid;
  gap: 60px 3%;
  grid-template-columns: repeat(4, 1fr);
}

.goal-step-in {
  position: relative;
}
.goal-step-in::after {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 17px;
  background-image: url(../images/diet/arrow2.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  top: 30px;
  right: -8%;
}

.goal-step-in:nth-child(4n)::after {
  content: none;
}

.goal-step-ttlfr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  margin-bottom: 20px;
}

.gstep-num {
  -webkit-flex-basis: 45px;
      -ms-flex-preferred-size: 45px;
          flex-basis: 45px;
  background-image: url(../images/diet/icon_step.svg);
  background-size: 33px auto;
  background-position: 50% 0;
  text-align: center;
  font-size: 50px;
  color: #998362;
  padding-top: 16px;
}

.gstep-ttl h3 {
  color: #13a379;
  font-size: 18px;
  line-height: 1.2em;
}

.achieved {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/diet/img_goal.png);
  background-position: 50% 0;
  background-size: cover;
}

.achieved-arrow {
  width: 60px;
  margin-bottom: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gstepdesc p {
  line-height: 1.4em;
}

.achievedfr {
  background-color: #fff5f8;
  width: 660px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 13px -8px #777777;
          box-shadow: 3px 3px 13px -8px #777777;
  padding: 40px 1%;
}
.achievedfr p {
  text-align: center;
  display: block;
}
.achievedfr span {
  text-align: left;
  display: inline-block;
  line-height: 1.8em;
  font-size: 16px;
}
.achievedfr .achieved-ttl {
  font-size: 50px;
  color: #c91b5e;
  text-align: center;
  margin-bottom: 30px;
}

/*よくある質問*/
#faq {
  background-color: #f9f6f2;
}

#faq-in {
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq-ttl {
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
  color: #998362;
}

.faq-desc {
  position: relative;
  border-bottom: 1px solid #c6b495;
  margin-bottom: 10px;
  padding-left: 40px;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-q {
  padding: 25px 15px 25px 3em;
  cursor: pointer;
  background-image: url(../images/diet/faq-q.svg);
  background-position: 0 30px;
  background-size: 1.8em;
}
.faq-q p {
  font-size: 18px;
  line-height: 1.8em;
}

.faq-a {
  display: none;
  padding: 1px 25px 25px 25px;
  background-image: url(../images/diet/faq-a.svg);
  background-position: 0 8px;
  background-size: 1.8em;
}
.faq-a p {
  line-height: 1.8em;
  padding-left: 2em;
}

.faqarrow {
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  width: 18px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 15px;
  top: 40px;
}

.rotate {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/**/
#message {
  background-color: #f9f6f2;
}

#message-in {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
#message-in .message-img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#message-in .message-txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.message-txt {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.message-txt p {
  line-height: 1.8em;
  font-size: 16px;
  margin-bottom: 1.8em;
}
.message-txt span {
  color: #e8186c;
}

.message-img {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  position: relative;
}

#message-in2 {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
#message-in2 .message-img {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#message-in2 .message-txt {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.message-voice {
  color: #e8186c;
  font-size: 24px;
  position: absolute;
  bottom: 20%;
  left: 20%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.sp-undermenu {
  background-color: #ffffff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
}

.sp-undermenu-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-undermenu-in img {
  height: 60px;
}

@media print, screen and (min-width: 1051px) {
  .h-reserve-sp, #sp-gmenu {
    display: none;
  }
}
@media print, screen and (min-width: 767px) {
  .sp-undermenu, .recomimg {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .pagelink {
    scroll-margin-top: 60px;
    display: block;
  }
  .h-reserve,
  .h-telfr {
    display: none;
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 15px;
    top: 5px;
    width: 40px;
    height: 48px;
    cursor: pointer;
    z-index: 503;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #13a379;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #13a379;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*=========================
  スマホメニュー
  =========================*/
  #sp-gmenu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #sp-gmenu {
    position: fixed;
    z-index: 502;
    top: 0;
    left: 0;
    -webkit-transform: translateX(220%);
            transform: translateX(220%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
  }
  #sp-gmenu-in {
    height: 100%;
    padding: 80px 10% 60px;
    overflow-y: auto;
  }
  #sp-gmenu ul {
    width: 100%;
  }
  #sp-gmenu ul li {
    list-style-type: none;
    padding: 10px 10px;
    width: 100%;
    border-bottom: 1px dotted #e8186c;
    font-size: 14px;
    text-align: center;
  }
  #sp-gmenu ul li a {
    display: block;
    padding: 5px 0;
    color: #e8186c;
    line-height: 1.8em;
  }
  .menu-reserve {
    margin-bottom: 30px;
  }
  .menu-reserve-btn {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    gap: 5%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-tel {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  /**/
  .headercontact-sp {
    margin-bottom: 30px;
  }
  .headercontact-sp .time {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
  }
  .headercontact-sp-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 360px;
    margin-bottom: 10px;
  }
  #header-in {
    height: 60px;
  }
  /*=========================
  ダイエットコンテンツ
  =========================*/
  #fv-in {
    padding-top: 40px;
  }
  .fvt1,
  .fvt2,
  .fvt3 {
    font-size: clamp(13px, 5vw, 67px);
  }
  .fvpoint {
    display: block;
  }
  #sign {
    -webkit-flex-basis: 210px;
        -ms-flex-preferred-size: 210px;
            flex-basis: 210px;
    width: 210px;
    padding-top: 10px;
    text-align: center;
  }
  #sign h1 {
    width: 210px;
    padding-bottom: 10px;
  }
  .stre-label {
    width: 65%;
    margin-bottom: 30px;
  }
  /**/
  .offerbox-in {
    display: block;
  }
  .offeractionfr {
    margin-bottom: 40px;
  }
  #recommend {
    background-size: auto 60%;
    background-position: -20% 50%;
  }
  .wellfr {
    top: 0;
    padding-right: 0;
  }
  .reason-icon {
    -webkit-flex-basis: 180px;
        -ms-flex-preferred-size: 180px;
            flex-basis: 180px;
    text-align: auto;
  }
  .reason-ttl {
    -webkit-flex-basis: calc((100% - 180px) * 0.68);
        -ms-flex-preferred-size: calc((100% - 180px) * 0.68);
            flex-basis: calc((100% - 180px) * 0.68);
  }
  .reason-mainimg {
    -webkit-flex-basis: calc((100% - 180px) * 0.32);
        -ms-flex-preferred-size: calc((100% - 180px) * 0.32);
            flex-basis: calc((100% - 180px) * 0.32);
  }
  .merit-list {
    padding-left: 0;
  }
  .mterm-in {
    width: 140px;
    height: 140px;
  }
  footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #fv {
    background-size: 100% auto;
    background-position: 0 0;
  }
  #fv-in {
    padding-top: 20px;
    background-position: 96% 15%;
  }
  .fvt1, .fvt2, .fvt3 {
    font-size: 7.3vw;
  }
  .fv-main h2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 6vw;
  }
  .fvtmk {
    padding: 0 5px;
  }
  .catch {
    font-size: 6vw;
    margin-bottom: 7vw;
  }
  .fvtxt {
    font-size: 16px;
  }
  .stre-label {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stre-txt1 {
    font-size: 16px;
    line-height: 1.4em;
  }
  .store-txt3 {
    font-size: 16px;
  }
  .strefr p {
    font-size: clamp(13px, 4.3vw, 18px);
    padding: 10px 1px 12px;
  }
  /*予約*/
  .offerttl1 {
    font-size: 6vw;
    line-height: 1.4em;
  }
  .h-reserve-sp {
    display: none;
  }
  .offeractionfr p {
    margin-bottom: 10px;
  }
  .offeractionfr p.btn {
    width: 200px;
  }
  .offerfr1-message p {
    font-size: 16px;
  }
  .stre1,
  .stre2 {
    width: 100%;
    max-width: 130px;
  }
  .stre1-ttl {
    font-size: 15px;
  }
  .stre1-p1 {
    font-size: 18px;
  }
  .stre1-p1 span {
    font-size: 60px;
  }
  .stre1-p2 {
    font-size: 16px;
  }
  .stre2-ttl {
    font-size: 13px;
  }
  .stre2-ttl2 {
    font-size: 13px;
  }
  .stre2-p1 {
    font-size: 13px;
  }
  .stre2-p1 span {
    font-size: 51px;
  }
  /*おすすめ*/
  .reco-ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #recommend {
    background-image: none;
  }
  .recomimg {
    margin-bottom: 30px;
  }
  .reco-listfr {
    padding-left: 0;
  }
  /*薬屋さんのダイエット*/
  #counseling-in {
    display: block;
  }
  .counselttl {
    font-size: clamp(13px, 6vw, 30px);
    font-weight: 600;
  }
  .csl-img {
    padding-left: 0;
    margin-bottom: -18vw;
  }
  .csl-img img {
    display: block;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .csl-img-label {
    top: -25vw;
  }
  .abkp-txt p {
    font-size: 16px;
  }
  #counseling-in {
    padding-bottom: 20px;
  }
  #kanpoudiet-in {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-kanpoudiet {
    display: block;
  }
  .abkpli-ttl h4 {
    font-size: clamp(13px, 6vw, 23px);
  }
  /*漢方ダイエットとは*/
  .abkp-ttl {
    font-size: clamp(13px, 7vw, 33px);
  }
  .abkp-one-ttl {
    text-align: center;
    font-size: clamp(13px, 6vw, 26px);
  }
  .kanpou-list {
    display: block;
  }
  .kanpou-list > div {
    margin-bottom: 50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .abkpli-ttlfr {
    top: -40px;
  }
  .abkpli-icon-in p {
    font-size: 50px;
  }
  .kpli-in {
    padding: 0 5% 20px;
  }
  /*カワカミ薬品のパーソナルダイエット*/
  .reason-ttlfr-in {
    display: block;
    margin-bottom: 30px;
  }
  .reason-icon {
    display: none;
  }
  .reason-ttlfr {
    background-image: none;
    background-color: #c91b5e;
  }
  .reason-ttlfr-in {
    padding-top: 20px;
  }
  .reason-ttl p {
    font-size: 16px;
  }
  .reason-ttl h2 {
    font-size: clamp(13px, 7vw, 26px);
    line-height: 1.6em;
  }
  .reason-mainimg {
    margin-top: 30px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .reason-list {
    display: block;
  }
  .reason-list > div {
    margin-bottom: 30px;
  }
  .reasonli-ttl p {
    font-size: clamp(13px, 6vw, 24px);
  }
  .reasonli-txt p {
    font-size: 16px;
  }
  .reasonli-img p {
    padding: 0 5px 20px;
    font-size: 12px;
  }
  .num {
    font-size: 50px;
  }
  #reason-in {
    padding-bottom: 40px;
  }
  .welltxt {
    line-height: 1.4em;
  }
  .welltxt span {
    font-size: clamp(13px, 6.4vw, 24px);
    display: block;
    margin-top: 10px;
  }
  /*サポート*/
  #merit-in {
    display: block;
  }
  .mterm-in h3 {
    font-size: 5.6vw;
    margin-bottom: 10px;
  }
  .mterm-in {
    padding-top: 15px;
    width: 100px;
    height: 100px;
  }
  .merit-term {
    gap: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .meritli1, .meritli2, .meritli3 {
    margin-left: 0;
  }
  .meritlist-in h4 {
    font-size: clamp(13px, 6vw, 24px);
    line-height: 1.4em;
  }
  .merit-img {
    text-align: center;
  }
  .merit-img img {
    width: 200px;
    max-width: 100%;
  }
  .support-ms {
    bottom: 10px;
    left: 10%;
  }
  /*オファー*/
  .offerbox2-in h2 {
    font-size: 6vw;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .offer-web2 {
    padding-right: 0;
  }
  .offeractionfr2 {
    display: block;
  }
  .offeractionfr2 p {
    margin-bottom: 15px;
  }
  .offeractionfr2 p.btn {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .teltime {
    text-align: center;
    padding-left: 0;
  }
  .offer-telnum img {
    width: 200px;
  }
  .offer-tel2, .offer-line2 {
    margin-bottom: 30px;
  }
  /*声*/
  #voice-in {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .voice-ttl {
    font-size: clamp(13px, 7vw, 33px);
    margin-bottom: 45px;
  }
  .voice-in {
    display: block;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .voiceimg {
    text-align: center;
  }
  .voiceimg img {
    width: 140px;
    max-width: 100%;
  }
  .change {
    text-align: center;
  }
  /*流れ*/
  .gstep-ttl h3 {
    font-size: clamp(13px, 6vw, 24px);
  }
  .gstepdesc p {
    font-size: 16px;
    line-height: 1.6em;
  }
  #goal {
    padding-top: 40px;
  }
  #goal h2 {
    font-size: 7vw;
  }
  .goal-step {
    display: block;
  }
  .goal-step > div {
    margin-bottom: 50px;
  }
  .goal-step-in::after {
    top: auto;
    bottom: -30px;
    right: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #goal-in {
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .achieved {
    background-image: none;
    background-color: #d8b3c1;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .achieved-arrow {
    width: 40px;
    margin-bottom: 20px;
  }
  .achievedfr {
    padding: 40px 5%;
  }
  .achievedfr .achieved-ttl {
    font-size: 8vw;
  }
  /*よくある質問*/
  #faq-in {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .faq-ttl {
    margin-bottom: 10px;
  }
  .faq-desc {
    padding-left: 0;
    margin-bottom: 0;
  }
  .faqarrow {
    right: 3%;
    top: 40px;
  }
  .faq-q {
    padding: 20px 35px 20px 3em;
  }
  .faq-q p {
    font-size: 18px;
  }
  .faq-a p {
    font-size: 16px;
  }
  /*メッセージ*/
  #message-in, #message-in2 {
    display: block;
  }
  #message-in {
    padding-top: 40px;
  }
  #message-in .message-img {
    width: 360px;
  }
  #message-in2 {
    padding-bottom: 40px;
  }
  #message-in2 .message-img {
    width: 300px;
  }
  .message-voice {
    white-space: nowrap;
    left: 10%;
  }
  .message-img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .message-txt p {
    font-size: 18px;
  }
  /*フッター*/
  #footer-in {
    display: block;
  }
  .footerfr1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .offeractionfr {
    display: block;
  }
  .offeractionfr .offer-line, .offeractionfr .offer-web {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 767px) {
  .abkpli-ttlfr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .abkpli-descfr h6, .abkpli-descfr p {
    text-align: center;
  }
  .offer-line2 {
    width: 50%;
    display: inline-block;
  }
  .offer-web2 {
    width: 50%;
    display: inline-block;
    float: right;
  }
}
/*---------------------
レスポンシブ表示、非表示
-----------------------*/
@media print, screen and (min-width: 768px) {
  .tlsp {
    display: none;
  }
  .pad {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .pad {
    display: none;
  }
  .pctl {
    display: none;
  }
}