@charset "UTF-8";
:root {
  --color-primary: #92dbd4;
  --color-secondary: #e4f4f4;
  --color-tertiary: #97c6cc;
  --color-accent: #36a08a;
  --color-text: #2a2a2a;
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #f2f2f2;
}

/*  変数
--------------------------------------*/
html {
  font-size: 10px;
}

body {
  -webkit-padding-after: 95px;
          padding-block-end: 95px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-text);
  background-color: var(--color-secondary);
}

img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  body {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
@media (min-width: 1025px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1025px) and (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-content {
  margin: 0 auto;
  padding: 0 !important;
  width: 100%;
  background-color: var(--color-white);
}
@media (min-width: 768px) {
  .l-content {
    max-width: 414px;
  }
}

.l-inner {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.l-page-sub {
  padding-block: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.l-footer {
  padding: 9px 0 16px;
  background-color: var(--color-secondary);
}

.l-footer-inner {
  padding-inline: 0;
}

/*   ロゴ
--------------------------------------*/
.footer-logo-img {
  margin: 0;
  max-width: 321px;
}

/*   メニュー
--------------------------------------*/
.footer-nav {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  padding-inline: 30px;
}

.footer-nav-list-link {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
}

/*   コピーライト
--------------------------------------*/
.footer-copyright {
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.cta-image {
  position: relative;
}

.cta-btn {
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 315px;
}

.js-cta-btn {
  overflow: hidden;
}
.js-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 30%;
  height: 100%;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  -webkit-animation: shine 3s linear infinite;
          animation: shine 3s linear infinite;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  21%, 100% {
    left: 100%;
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  21%, 100% {
    left: 100%;
  }
}
.floating {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 95px;
  background-color: #f4f4f4;
}

.floating-link {
  display: block;
  padding: 0 15px 5px;
  width: 100%;
  height: 100%;
}

.floating-img {
  max-width: 345px;
}

@media (min-width: 768px) {
  .floating {
    left: auto;
    right: 0;
    bottom: 44px;
    max-width: 345px;
  }
  .floating-link {
    padding: 0 5px 5px;
  }
}
@media (min-width: 1025px) {
  .floating {
    right: 13px;
    bottom: 173px;
    max-width: 439px;
    height: 110px;
  }
  .floating-img {
    max-width: 405px;
  }
}
.lp-sec-title {
  -webkit-margin-after: 54px;
          margin-block-end: 54px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.form-item:nth-child(n+2) {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.form-label {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form-label-required {
  display: inline-block;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #f23a3c;
}

.form-input {
  padding: 10px 10px 10px 10px;
  width: 100%;
  height: 50px;
  max-width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 4px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c4c4c4;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c4c4c4;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c4c4c4;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #c4c4c4;
}

input::placeholder,
textarea::placeholder {
  color: #c4c4c4;
}

textarea {
  max-width: 100%;
  min-height: 160px;
  resize: none;
}

input[type=checkbox] {
  width: 12px;
  height: 12px;
  accent-color: initial;
  border: initial;
  border-radius: initial;
  background: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.wpcf7-list-item {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.wpcf7-list-item-label {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  font-size: 1.5rem;
}

input[type=submit] {
  display: block;
  margin: 40px auto 0;
  padding: 0 15px;
  width: 100%;
  max-width: 350px;
  height: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-white);
  background-color: #333;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}

/*   Link
--------------------------------------*/
.lp-link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1025px) {
  .lp-link:hover {
    opacity: 0.8;
  }
}

/*   おすすめプラン
--------------------------------------*/
.plan {
  padding-block: 20px 40px;
  background: url(../img/top/plan_bg.jpg) no-repeat center center/cover;
  background-image: -webkit-image-set(url(../img/top/plan_bg.webp) type("image/webp") 1x, url(../img/top/plan_bg@2x.webp) type("image/webp") 2x, url(../img/top/plan_bg.jpg) type("image/jpeg") 1x, url(../img/top/plan_bg@2x.jpg) type("image/jpeg") 2x);
  background-image: image-set(url(../img/top/plan_bg.webp) type("image/webp") 1x, url(../img/top/plan_bg@2x.webp) type("image/webp") 2x, url(../img/top/plan_bg.jpg) type("image/jpeg") 1x, url(../img/top/plan_bg@2x.jpg) type("image/jpeg") 2x);
}

.plan-title {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}

.plan-image {
  display: block;
}
.plan-image:nth-child(n+2) {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

/*   マンジャロとは？
--------------------------------------*/
.mounjaro {
  -webkit-padding-after: 45px;
          padding-block-end: 45px;
  background: url(../img/top/mounjaro_bg.svg) no-repeat center top/cover;
  background-color: var(--color-gray);
}

.mounjaro-desc-wrap {
  position: relative;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}
.mounjaro-desc-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 91.3%;
  height: 15px;
  background: url(../img/top/deco_line01.svg) repeat-x center center/contain;
}

.mounjaro-point-wrap {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

.mounjaro-desc-image:nth-child(n+2) {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}

.mounjaro-desc-image01 .mounjaro-desc-img {
  width: 84%;
}

.mounjaro-desc-image02 .mounjaro-desc-img {
  width: 92.53%;
}

.mounjaro-desc-img {
  margin: 0 auto;
}

.mounjaro-point-image:nth-child(n+2) {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.mounjaro-point-img {
  margin: 0;
  width: 96.8%;
}

/*   よくある質問
--------------------------------------*/
.faq-title {
  margin: 0 auto;
  max-width: 138px;
}

.faq-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}

.faq-item {
  padding: 0 13px;
  background-color: var(--color-secondary);
  border-radius: 10px;
  overflow: hidden;
}

.faq-question,
.faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 9px;
  width: 100%;
}

.faq-question {
  padding: 15px 0 10px;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 10px 0 15px;
  font-size: 1.5rem;
  border-top: 1px solid var(--color-tertiary);
}

.faq-text {
  text-align: left;
}

.faq-question-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-padding-before: 0.2em;
          padding-block-start: 0.2em;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  color: var(--color-accent);
}

.faq-answer-text {
  -webkit-padding-before: 0.5em;
          padding-block-start: 0.5em;
  font-style: normal;
  font-weight: 700;
}

.faq-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-icon-img {
  margin: 0;
  max-width: 43px;
}

.faq-toggle-icon {
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.faq-toggle-icon-img {
  margin: 0;
  max-width: 15px;
}

/*  薬剤説明 マンジャロ
--------------------------------------*/
.explanation {
  margin-block: 45px 42px;
}

.explanation-title-img {
  margin: 0 auto;
  max-width: 120px;
}

.explanation-wrap {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.explanation-item:nth-child(n+2) {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.explanation-item-title {
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
  padding: 0 1px;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  background-color: var(--color-primary);
}

.explanation-item-text {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
}