@charset "UTF-8";

:root {
  --main-color: #4eb588;
  --sub-color: #80A1BA;
  --line-color: #e0e0e0;
  --text-color: #444444;
  --bg-color: #eff6f9;
  --bg-gray: #f8f8f8;
  --selection-color: rgb(67, 133, 175 , 0.1);
}

/* ==================================================================================================================================

  *基本設定

================================================================================================================================== */
.l-heading-h1 {
  position: absolute;
  right: 50px;
  bottom: 60px;
  z-index: 100;
  color: #ffffff;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .l-heading-h1 {
    position: static;
    padding: 30px 20px;
    color: #989898;
    text-align: center;
  }
}

.f-title01 {
  position: relative;
  z-index: 1;
  height: fit-content;
  margin: 0 auto 70px !important;
  letter-spacing: 0.15em;
}

.f-title01 .-eng {
  display: inline-block;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--main-color), var(--sub-color));
  -webkit-background-clip: text;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-text-fill-color: transparent;
}

.f-title01 .-jp {
  margin-top: 30px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.65;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .f-title01 {
    margin: 0 auto 50px !important;
    text-align: center;
  }

  .f-title01 .-eng {
    font-size: 17px;
    letter-spacing: 0.15em;
  }

  .f-title01 .-jp {
    margin-top: 20px;
    font-size: 26px;
  }
}

.f-title02 {
  position: relative;
  z-index: 1;
  height: fit-content;
  margin: 0 auto 70px !important;
  letter-spacing: 0.15em;
  text-align: center;
}

.f-title02 .-eng {
  display: inline-block;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--main-color), var(--sub-color));
  -webkit-background-clip: text;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-text-fill-color: transparent;
}

.f-title02 .-jp {
  margin-top: 20px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.65;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .f-title02 {
    margin: 0 auto 50px !important;
  }

  .f-title02 .-eng {
    font-size: 17px;
    letter-spacing: 0.15em;
  }

  .f-title02 .-jp {
    margin-top: 20px;
    font-size: 26px;
  }
}

/* ==================================================================================================================================

  *header

================================================================================================================================== */
.l-header {
  position: relative;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 50px;
  }
}

.l-header__container {
  position: absolute;
  top: 30px;
  left: 50px;
  width: fit-content;
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-header__container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.l-header__inner {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 50px;
  }
}

/* --------------------------------------------------
ロゴ
-------------------------------------------------- */
.l-header__logo {
  box-sizing: border-box;
  height: 100%;
}

.l-header__logo a {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  height: 100%;
}

.l-header__logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 100%;
    padding: 8px 20px 6px;
    background: #ffffff;
    text-align: center;
  }
}

/* --------------------------------------------------
お問い合わせ
-------------------------------------------------- */
.l-header-contact {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-header-contact {
    display: none;
  }
}

.l-header-contact__button {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 100px;
  background: var(--main-color);
  color: #ffffff;
  text-align: center;
}

.l-header-contact__button--reserve {
  background: var(--sub-color);
}

.l-header-contact__button .-text {
  display: block;
  margin: 0 auto 5px;
  font-size: 13px;
}

/* ==================================================================================================================================

  *hamburger

================================================================================================================================== */
/* --------------------------------------------------
ハンバーガーボタン
-------------------------------------------------- */
.js-hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .js-hamburger {
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: var(--main-color);
    color: #ffffff;
    text-align: center;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

/* --------------------------------------------------
ボランのライン
-------------------------------------------------- */
.js-hamburger__line {
  position: absolute;
  right: 0;
  left: 0;
  width: 25px;
  height: 1px;
  margin: auto;
  background: #ffffff;
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s;
}

.js-hamburger__line:nth-of-type(1) {
  top: 17px;
}

.js-hamburger__line:nth-of-type(2) {
  top: 23px;
}

.js-hamburger__line:nth-of-type(3) {
  top: 29px;
}

/* ----- 展開時 ----- */
.is-active .js-hamburger__line:nth-of-type(1) {
  top: 23px;
  transform: rotate(205deg);
}

.is-active .js-hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.is-active .js-hamburger__line:nth-of-type(3) {
  top: 23px;
  transform: rotate(-205deg);
}

/* --------------------------------------------------
ボタンラベル
-------------------------------------------------- */
.js-hamburger__text {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}

.js-hamburger__text--open {
  opacity: 1;
}

.js-hamburger__text--close {
  opacity: 0;
}

/* ----- 展開時 ----- */
.is-active .js-hamburger__text--open {
  opacity: 0;
}

.is-active .js-hamburger__text--close {
  opacity: 1;
}

/* ==================================================================================================================================

  *nav

================================================================================================================================== */
body.is-active {
  overflow: hidden;
}

/* --------------------------------------------------
グロナビ固定時
-------------------------------------------------- */
/* --------------------------------------------------
ナビゲーションコンテナー
-------------------------------------------------- */
.l-nav__container {
  position: fixed;
  top: 30px;
  right: 40px;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .l-nav__container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    background: #ffffff;
  }
}

/* --------------------------------------------------
ナビゲーションラッパー
-------------------------------------------------- */
.l-nav__wrapper {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .l-nav__wrapper {
    overflow: auto;
  }
}

/* --------------------------------------------------
お問い合わせボタン
-------------------------------------------------- */
.l-nav_contact {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .l-nav_contact {
    gap: 10px;
    margin: 0 0 30px;
    padding: 0 20px;
  }
}

.l-nav_contact__button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 120px;
  height: 100%;
  min-height: 70px;
  padding: 10px 25px;
  border-radius: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}

.l-nav_contact__button--tel {
  background: var(--main-color);
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.l-nav_contact__button--tel:hover {
  color: #ffffff;
}

.l-nav_contact__button--tel i {
  font-size: 90%;
}

.l-nav_contact__button--reserve {
  background: var(--sub-color);
  border: 1px solid var(--sub-color);
}

.l-nav_contact__button--reserve:hover {
  background: #ffffff;
  color: var(--sub-color);
}

.l-nav_contact__button--line {
  display: none;
  background: #06c755;
  border: 1px solid #06c755;
}

.l-nav_contact__button--line:hover {
  background: #ffffff;
  color: #06c755;
}

.l-nav_contact__button .-text {
  display: block;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .l-nav_contact__button--line {
    display: flex;
  }
}

/* --------------------------------------------------
ナビゲーションリスト
-------------------------------------------------- */
.l-nav-list {
  display: flex;
  flex-flow: column;
  gap: 18px;
  padding-right: 2px;
}

@media screen and (max-width: 768px) {
  .l-nav-list {
    flex-flow: column;
    gap: 0;
    padding: 50px 20px;
    background: var(--main-color);
  }
}

/* --------------------------------------------------
ナビゲーションアイテム
-------------------------------------------------- */
.l-nav__item {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-nav__item {
    position: relative;
    z-index: 1;
    padding: 15px 10px;
    border-top: 1px solid #ffffff;
  }

  .l-nav__item:last-child {
    border-bottom: 1px solid #ffffff;
  }
}

/* --------------------------------------------------
ナビゲーションリンク
-------------------------------------------------- */
.l-nav__link {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  width: 100%;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
}

.l-nav__link:hover {
  color: var(--text-color);
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .l-nav__link {
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    width: fit-content;
    margin-right: 30px;
    color: #ffffff;
    font-size: 16px;
    text-align: start;
  }

  .l-nav__link:hover {
    color: #ffffff;
  }

  .l-nav__link--en {
    display: none;
  }
}

/* ==================================================================================================================================

  *固定ボタン

================================================================================================================================== */
.l-fixed {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-fixed {
    position: fixed;
    bottom: 0;
    z-index: 10;
    display: flex;
    gap: 3px;
    width: 100%;
    padding: 3px;
    background: #ffffff;
  }
}

.l-fixed__button {
  flex: 1;
}

.l-fixed__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  background: var(--main-color);
  border-radius: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
}

.l-fixed__link:hover {
  color: #ffffff;
}

.l-fixed__link--reserve {
  background: var(--sub-color);
}

.l-fixed__link--line {
  background: #06c755;
}

/* ==================================================================================================================================

  *footer

================================================================================================================================== */
.l-footer__googlemaps {
  width: 100%;
  height: 500px;
}

.l-footer__googlemaps iframe {
  width: 100%;
  height: 100%;
}

.l-footer__logo {
  padding: 50px 0;
  text-align: center;
}

.l-footer__logo a {
  max-width: 180px;
}

/* --------------------------------------------------
クリニック情報
-------------------------------------------------- */
.l-footer-info__inner {
  display: flex;
  max-width: 1300px;
}

@media screen and (max-width: 768px) {
  .l-footer-info__inner {
    flex-flow: column;
    gap: 50px;
  }
}

/* ----- ロゴ ----- */
.l-footer-info__logo {
  width: 80%;
  max-width: 430px;
  height: auto;
  margin: 10px auto 60px;
}

@media screen and (max-width: 768px) {
  .l-footer-info__logo {
    width: 80%;
    max-width: 350px;
  }
}

/* ----- クリニック情報 ----- */
.l-footer-address {
  width: 50%;
}

.l-footer-address dl {
  display: flex;
  align-content: center;
  gap: 25px;
}

.l-footer-address dl:not(:last-child) {
  margin-bottom: 20px;
}

.l-footer-address dt, .l-footer-address dd {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-footer-address dt {
  flex-shrink: 0;
  width: 120px;
  min-width: 120px;
  height: 60px;
  background: var(--main-color);
  border-radius: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 110%;
}

.l-footer-address dd {
  flex-flow: column;
  align-items: flex-start;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .l-footer-address {
    width: 100%;
  }

  .l-footer-address dl {
    flex-flow: column;
    gap: 15px;
  }

  .l-footer-address dl:not(:last-child) {
    margin-bottom: 30px;
  }

  .l-footer-address dt {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    font-size: 15px;
  }

  .l-footer-address dd {
    align-items: center;
  }
}

/* ----- 電話番号 ----- */
.l-footer-address__number a {
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-size: 180%;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .l-footer-address__number a {
    font-size: 150%;
  }
}

/* --------------------------------------------------
診療時間
-------------------------------------------------- */
.l-footer-office-hour {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .l-footer-office-hour {
    width: 100%;
  }
}

/* --------------------------------------------------
コピーライト
-------------------------------------------------- */
.l-footer__copylight {
  padding: 50px 0;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer__copylight {
    padding: 50px 0 100px;
    font-size: 12px;
  }
}

/* ==================================================================================================================================

  *mainvisual

================================================================================================================================== */
.f-mainvisual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.f-mainvisual__container {
  position: relative;
  z-index: 1;
  height: 100svh;
  min-height: 1080px;
}

@media screen and (max-width: 768px) {
  .f-mainvisual__container {
    height: calc(100svh - 111px);
    min-height: 600px;
  }
}

/* --------------------------------------------------
スライダー
-------------------------------------------------- */
.f-mainvisual__slider {
  width: 100%;
  height: 100%;
  padding: 0;
}

.f-mainvisual__slider .splide__track, .f-mainvisual__slider .splide__list {
  width: 100%;
  height: 100%;
}

.f-mainvisual__slider .splide__slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.f-mainvisual__slider .splide__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(78, 181, 136, 0.075);
}

.f-mainvisual__slider .splide__slide picture {
  width: 100%;
  height: 100%;
}

.f-mainvisual__slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------------------------------------------------
ページネーション
-------------------------------------------------- */
.f-mainvisual__pagenation {
  position: absolute;
  right: 60px;
  bottom: 25px;
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .f-mainvisual__pagenation {
    right: 20px;
  }
}

.f-mainvisual__page {
  width: 7px;
  height: 7px;
  background-color: #e2e2e2;
  border-radius: 50%;
  transition: background 0.2s;
}

.f-mainvisual__page.is-active {
  background: var(--main-color);
}

/* --------------------------------------------------
キャッチコピー
-------------------------------------------------- */
.f-mainvisual__catch {
  position: absolute;
  top: 45%;
  left: 150px;
  color: #ffffff;
  transform: translateY(-50%);
}

.f-mainvisual__catch .-jp {
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}

.f-mainvisual__catch .-jp span {
  display: block;
}

.f-mainvisual__catch .-eng {
  display: block;
  margin: 20px 0 0 10px;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2em;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 768px) {
  .f-mainvisual__catch {
    position: absolute;
    top: auto;
    bottom: 100px;
    left: 0px;
    width: 100%;
    padding: 0 20px;
    transform: translateY(0);
  }

  .f-mainvisual__catch .-jp {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }

  .f-mainvisual__catch .-eng {
    margin: 20px 0 0 0;
    font-size: 10px;
  }
}

/* --------------------------------------------------
開院バナー
-------------------------------------------------- */
.f-mainvisual-open {
  position: absolute;
  bottom: 230px;
  left: 160px;
  z-index: 100;
  border: 4px solid rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .f-mainvisual-open {
    position: static;
    padding: 0 20px;
    border: none;
  }
}

.f-mainvisual-open__inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 350px;
  height: 100%;
  min-height: 200px;
  padding: 20px 30px 30px;
  background: rgb(255, 255, 255);
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.f-mainvisual-open__inner .-date {
  color: var(--sub-color);
  font-size: 150%;
  letter-spacing: 0.2em;
}

.f-mainvisual-open__inner .-text {
  margin-top: 10px;
  font-size: 110%;
}

@media screen and (max-width: 768px) {
  .f-mainvisual-open__inner {
    min-width: auto;
    min-height: auto;
    padding: 20px 30px 30px;
    background: var(--bg-color);
  }

  .f-mainvisual-open__inner .-date {
    color: var(--sub-color);
    font-size: 150%;
    letter-spacing: 0.2em;
  }

  .f-mainvisual-open__inner .-text {
    margin-top: 10px;
    font-size: 110%;
  }
}

/* ==================================================================================================================================

  *糖尿病でお悩みの患者さまへ

================================================================================================================================== */
.f-message {
  padding: 200px 0 100px;
}

@media screen and (max-width: 768px) {
  .f-message {
    padding: 70px 0 50px;
  }
}

.f-message__inner {
  display: flex;
  gap: 120px;
}

@media screen and (max-width: 768px) {
  .f-message__inner {
    flex-flow: column-reverse;
    gap: 50px;
  }
}

.f-message__img {
  flex-shrink: 0;
  width: 500px;
  height: auto;
}

.f-message__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .f-message__img {
    width: 100%;
  }
}

/* ==================================================================================================================================

  *お困りの症状はありませんか？

================================================================================================================================== */
.f-trouble {
  position: relative;
  z-index: 1;
  padding: 100px 0 180px;
}

@media screen and (max-width: 768px) {
  .f-trouble {
    padding: 50px 0 100px;
  }
}

.f-trouble__inner {
  display: flex;
  gap: 150px;
}

@media screen and (max-width: 768px) {
  .f-trouble__inner {
    flex-flow: column;
    gap: 20px;
  }
}

.f-title-01--trouble {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  height: fit-content;
}

.f-trouble__contents--left {
  width: 40%;
}

.f-trouble__contents--right {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .f-trouble__contents--left {
    width: 100%;
  }

  .f-trouble__contents--right {
    width: 100%;
  }
}

.f-trouble__text {
  margin-top: 50px;
  text-align: start;
}

.f-trouble-list__item {
  position: relative;
  z-index: 1;
  padding: 30px 15px 30px 50px;
  border-top: 1px solid var(--line-color);
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 120%;
}

.f-trouble-list__item::before {
  content: "\f058";
  position: absolute;
  top: 29px;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--main-color);
  font-size: 20px;
}

.f-trouble-list__item:last-of-type {
  border-bottom: 1px solid var(--line-color);
}

/* ==================================================================================================================================

  *CTA

================================================================================================================================== */
.f-contact {
  display: flex;
}

@media screen and (max-width: 768px) {
  .f-contact {
    flex-flow: column;
  }
}

.f-contact__item {
  flex: 1;
}

.f-contact__link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 450px;
  padding: 50px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  overflow: hidden;
}

.f-contact__link:hover {
  color: #ffffff;
}

.f-contact__link img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.f-contact__link:hover img {
  transform: scale(1.05);
}

.f-contact__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(38, 101, 74, 0.2), rgba(14, 43, 30, 0.6));
  transition: opacity 0.5s;
}

.f-contact__link:hover::before {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .f-contact__link {
    height: 220px;
    padding: 30px;
  }
}

.f-contact__text {
  z-index: 2;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-align: right;
}

.f-contact__text .-main {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 160%;
}

.f-contact__text .-big {
  font-size: 130%;
}

.f-contact__text .-small {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .f-contact__text {
    font-size: 14px;
  }

  .f-contact__text .-main {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 130%;
  }

  .f-contact__text .-big {
    font-size: 110%;
  }

  .f-contact__text .-small {
    position: relative;
    right: -5px;
    display: block;
    padding-top: 5px;
    font-size: 12px;
  }
}

/* ==================================================================================================================================

  *糖尿病について

================================================================================================================================== */
.f-about {
  padding: 200px 0 150px;
}

@media screen and (max-width: 768px) {
  .f-about {
    padding: 100px 0;
  }
}

.f-title-01--about {
  margin: 0 auto 80px;
  text-align: center;
}

.f-about__text {
  display: flex;
  gap: 70px;
}

@media screen and (max-width: 768px) {
  .f-about__text {
    flex-flow: column;
    gap: 70px;
  }
}

.f-about__img {
  flex-shrink: 0;
  width: 500px;
  height: 400px;
}

.f-about__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .f-about__img {
    width: 100%;
  }
}

.f-about-messgae {
  margin-top: 50px;
  padding: 80px 100px;
  background: #eef6f2;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .f-about-messgae {
    margin-top: 50px;
    padding: 50px 30px;
    background: #eef6f2;
    border-radius: 10px;
  }
}

.f-about-messgae__title {
  margin: 0 auto 50px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--main-color);
  font-size: 150%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .f-about-messgae__title {
    margin: 0 auto 40px;
    font-size: 130%;
  }
}

/* --------------------------------------------------
無限スライダー
-------------------------------------------------- */
.f-infinity-slider .splide__slide {
  width: 500px !important;
  margin-top: 150px;
}

.f-infinity-slider .splide__slide img {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .f-infinity-slider .splide__slide {
    width: 400px !important;
    margin-top: 70px;
  }

  .f-infinity-slider .splide__slide img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .f-infinity-slider .splide__slide {
    width: 280px !important;
  }
}

/* ==================================================================================================================================

  *糖尿病の種類

================================================================================================================================== */
.f-type {
  padding: 200px 0;
  background: linear-gradient(to right, rgb(238, 251, 244), rgb(235, 246, 248));
}

@media screen and (max-width: 768px) {
  .f-type {
    padding: 100px 0;
  }
}

.f-type__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .f-type__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.f-type-item {
  display: flex;
  flex-flow: column;
  padding: 50px;
  background: #ffffff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .f-type-item {
    padding: 30px 25px;
  }
}

.f-type-item__title {
  width: 100%;
  margin: 0 auto 20px;
  padding: 15px 25px;
  background: var(--main-color);
  border-radius: 5px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 120%;
}

@media screen and (max-width: 768px) {
  .f-type-item__title {
    margin: 0 auto 20px;
    padding: 15px 25px;
    font-size: 110%;
  }
}

.f-type-item__text {
  line-height: 2;
}

.f-type__button {
  margin-top: auto;
  padding-top: 40px;
  text-align: right;
}

.f-type__button a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 40px 10px 20px;
  border-bottom: 1px solid var(--line-color);
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  letter-spacing: 0.15em;
}

.f-type__button a::after {
  content: "\f35a";
  position: absolute;
  top: 0;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--main-color);
  transition: right 0.3s;
}

.f-type__button a:hover::after {
  right: 12px;
}

@media screen and (max-width: 768px) {
  .f-type__button {
    padding-top: 30px;
    text-align: center;
  }
}

.f-type-item--type2 .f-type-item__title {
  background: #318762;
}

.f-type-item--type2 .f-type__button a::after {
  color: #318762;
}

.f-type-item--gestational .f-type-item__title {
  background: #31877e;
}

.f-type-item--gestational .f-type__button a::after {
  color: #31877e;
}

.f-type-item--other .f-type-item__title {
  background: #6b6b6b;
}

.f-type-item--other .f-type__button a::after {
  color: #6b6b6b;
}

/* --------------------------------------------------
合併症
-------------------------------------------------- */
.complication {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .complication {
    margin-top: 50px;
  }
}

.complication__title {
  margin: 0 auto 50px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--line-color);
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 140%;
}

@media screen and (max-width: 768px) {
  .complication__title {
    margin: 0 auto 30px;
    font-size: 120%;
  }
}

.complication__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .complication__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.complication-item {
  padding: 50px 40px;
  background: #ffffff;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .complication-item {
    padding: 35px 20px;
  }
}

.complication-item__title {
  margin: 0 auto 30px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #56748a;
  font-size: 130%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .complication-item__title {
    margin: 0 auto 20px;
    font-size: 120%;
  }
}

.complication-item__icon {
  max-width: 180px;
  margin: 0 auto 30px;
  background: #eef3f6;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .complication-item__icon {
    max-width: 140px;
    margin: 0 auto 30px;
  }
}

.complication-item__text > *:not(:last-child) {
  margin-bottom: 1.5em;
}

/* ==================================================================================================================================

  *糖尿病の種類

================================================================================================================================== */
.f-treatment {
  padding: 200px 0;
}

@media screen and (max-width: 768px) {
  .f-treatment {
    padding: 100px 0;
  }
}

.f-treatment-item {
  display: flex;
  align-items: center;
  gap: 80px;
}

.f-treatment-item:not(:last-child) {
  margin-bottom: 120px;
}

.f-treatment-item:nth-child(even) {
  flex-flow: row-reverse;
}

@media screen and (max-width: 768px) {
  .f-treatment-item {
    flex-flow: column;
    gap: 40px;
  }

  .f-treatment-item:not(:last-child) {
    margin-bottom: 70px;
  }

  .f-treatment-item:nth-child(even) {
    flex-flow: column;
    gap: 40px;
  }
}

.f-treatment-item__contents--left {
  flex-shrink: 0;
  max-width: 45%;
}

.f-treatment-item__contents h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  min-width: 200px;
  padding: 10px 30px;
  background: var(--main-color);
  border-radius: 0 0 10px 0;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 140%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .f-treatment-item__contents--left {
    max-width: 100%;
  }

  .f-treatment-item__contents h3 {
    min-width: 150px;
    padding: 7px 20px;
    font-size: 120%;
  }
}

.f-treatment-item__img {
  position: relative;
  z-index: 1;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
}

.f-treatment__button {
  margin-top: 20px;
}

.f-treatment__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 300px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.f-treatment__button a:hover {
  background: #ffffff;
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  .f-treatment__button {
    margin-top: 40px;
  }

  .f-treatment__button a {
    padding: 10px 20px;
  }
}

.f-treatment-item__point {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.f-treatment-item__point::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #efefef;
}

.f-treatment-item__point span {
  flex-shrink: 0;
  font-size: 120%;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .f-treatment-item__point {
    gap: 15px;
  }

  .f-treatment-item__point span {
    font-size: 110%;
  }
}

.f-treatment-item__list {
  display: flex;
  flex-flow: column;
  gap: 15px;
  margin: 0 auto 30px;
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
}

.f-treatment-item__list li {
  position: relative;
  z-index: 1;
  padding: 0 30px 0 40px;
}

.f-treatment-item__list li::before {
  content: "\f058";
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: var(--main-color);
  font-size: 17px;
}

.f-treatment-item__text {
  line-height: 2;
}

.f-treatment-item__text > *:not(:last-child) {
  margin-bottom: 2em;
}

.f-treatment-item--motion .f-treatment-item__contents h3 {
  background: var(--sub-color);
}

.f-treatment-item--motion .f-treatment__button a {
  background: var(--sub-color);
  border: 1px solid var(--sub-color);
}

.f-treatment-item--motion .f-treatment__button a:hover {
  background: #ffffff;
  color: var(--sub-color);
}

.f-treatment-item--motion .f-treatment-item__list li::before {
  color: var(--sub-color);
}

.f-treatment-item--medicine .f-treatment-item__contents h3 {
  background: #31877e;
}

.f-treatment-item--medicine .f-treatment__button a {
  background: #31877e;
  border: 1px solid #31877e;
}

.f-treatment-item--medicine .f-treatment__button a:hover {
  background: #ffffff;
  color: #31877e;
}

.f-treatment-item--medicine .f-treatment-item__list li::before {
  color: #31877e;
}

/* ==================================================================================================================================

  *糖尿病のよくある質問

================================================================================================================================== */
.f-faq {
  padding: 200px 0;
  background: var(--bg-color);
  background: linear-gradient(to right, rgb(238, 251, 244), rgb(235, 246, 248));
}

@media screen and (max-width: 768px) {
  .f-faq {
    padding: 100px 0;
  }
}

.f-inner--faq {
  display: flex;
  gap: 120px;
}

@media screen and (max-width: 768px) {
  .f-inner--faq {
    flex-flow: column;
    gap: 0px;
  }
}

.f-title01--faq {
  flex-shrink: 0;
}

.f-accordion--faq {
  width: 100%;
}

/* ==================================================================================================================================

  *アコーディオン

================================================================================================================================== */
/* --------------------------------------------------
ベース設定
-------------------------------------------------- */
.f-accordion__item {
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
}

.f-accordion__item:not(:last-child) {
  margin: 0 auto 15px;
}

.f-accordion__inner {
  position: relative;
  z-index: 1;
}

.f-accordion__title {
  position: relative;
  z-index: 1;
  padding: 30px 60px 30px 40px;
  font-family: "shippori-mincho", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 110%;
  transition: background 0.3s, color 0.2s;
}

.f-accordion__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 2;
  width: 15px;
  height: 2px;
  background: var(--main-color);
  transform: rotate(90deg);
  transition: transform 0.3s, opacity 0.3s;
}

.f-accordion__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 2;
  width: 15px;
  height: 2px;
  background: var(--main-color);
}

.f-accordion__title.is-active::before {
  opacity: 1;
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .f-accordion__title {
    padding: 20px 60px 20px 25px;
  }
}

.f-accordion__contents {
  display: none;
  margin: 10px 0 0;
  padding: 0px 60px 35px 40px;
}

.f-accordion__contents .f-accordion__inner > *:not(:last-child) {
  margin: 0 auto 1em;
}

@media screen and (max-width: 768px) {
  .f-accordion__contents {
    padding: 0px 20px 20px 25px;
  }
}

/* --------------------------------------------------
FAQ
-------------------------------------------------- */
.f-accordion--faq .f-accordion__inner {
  padding: 0 0 0 37px;
}

.f-accordion--faq .f-accordion__inner::before, .f-accordion--faq .f-accordion__inner::after {
  position: absolute;
  top: 47%;
  left: 0;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
}

.f-accordion--faq .f-accordion__title > .f-accordion__inner::before {
  content: "Q.";
  color: var(--main-color);
}

.f-accordion--faq .f-accordion__contents > .f-accordion__inner::before {
  content: "A.";
  color: #c52b2b;
}
