@charset "UTF-8";
@font-face {
  font-weight: 100;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-weight: 200;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraLight.woff") format("woff");
}
@font-face {
  font-weight: 300;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-weight: 600;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff") format("woff");
}
@font-face {
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-weight: 800;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-ExtraBold.woff") format("woff");
}
@font-face {
  font-weight: 900;
  font-family: "Noto Sans JP";
  src: url("../font/Noto_Sans_JP/NotoSansJP-Black.woff") format("woff");
}
/* nomal */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: normal;
  src: url("../font/notoserif/NotoSerifJP-Regular.otf");
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Regular.ttf") format("truetype");
}
/* 300 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 300;
  src: url("../font/notoserif/NotoSerifJP-Light.otf");
  src: url("../font/notoserif/NotoSerifJP-Light.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Light.ttf") format("truetype");
}
/* 400*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/notoserif/NotoSerifJP-Regular.otf");
  src: url("../font/notoserif/NotoSerifJP-Regular.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Regular.ttf") format("truetype");
}
/* 500 */
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/notoserif/NotoSerifJP-Medium.otf");
  src: url("../font/notoserif/NotoSerifJP-Medium.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Medium.ttf") format("truetype");
}
/* 600*/
@font-face {
  font-family: "notoserif";
  font-style: normal;
  font-weight: 600;
  src: url("../font/notoserif/NotoSerifJP-Bold.otf");
  src: url("../font/notoserif/NotoSerifJP-Bold.woff2") format("woff"), url("../font/notoserif/NotoSerifJP-Bold.ttf") format("truetype");
}
:root {
  --c-white: #ffffff;
  --c-black: #000000;
  --c-light: #f2f9fd;
  --c-light-blue: #dbeffb;
  --c-gray: #aaaaaa;
  --c-gray2: #999999;
  --c-red: #e28887;
  --c-light-red: #f89483;
  --c-pink: #fedddd;
  --c-light-pink: #feeded;
  --c-green: #0085a3;
  --c-green2: #0ba1c4;
  --c-light-green: #58cae4;
  --c-light-green2: #d8f3f9;
  --f-sans: Noto Sans JP, Helvetica Neue, Helvetica, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  --f-serif: notoserif, Times New Roman, YuMincho, Hiragino Mincho ProN, Yu Mincho, MS PMincho, serif;
  --pos-center: center;
  --pos-left: left;
  --pos-right: right;
  --pos-top: top;
  --pos-bottom: bottom;
  --shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  --text-shadow: 0.3rem 0.3rem 0.1rem var(--c-white), -0.3rem -0.3rem 0.1rem var(--c-white), -0.3rem 0.3rem 0.1rem var(--c-white), 0.3rem -0.3rem 0.1rem var(--c-white), 0.3rem 0 0.1rem var(--c-white), -0.3rem 0 0.1rem var(--c-white), 0 0.3rem 0.1rem var(--c-white), 0 -0.3rem 0.1rem var(--c-white);
  --c-fs-h1: 4rem;
  --c-fs-h2: 3.8rem;
  --c-fs-h3: 3.2rem;
  --c-fs-h4: 2.4rem;
  --c-fs-main-big: 2rem;
  --c-fs-main: 1.8rem;
  --c-fs-main-small: 1.6rem;
  --c-fs-main-xs: 1.2rem;
  --c-fw: 400;
  --c-fw-medium: 500;
  --c-fw-bold: 600;
  --c-fw-black: 900;
  --c-fw-light: 300;
  --c-fw-thin: 100;
  --c-lh: 180%;
  --c-lh-medium: 165%;
  --c-lh-heading: 150%;
}
@media screen and (max-width: 750px) {
  :root {
    --c-fs-h1: 5.6rem;
    --c-fs-h2: 3.8rem;
    --c-fs-h3: 3.2rem;
    --c-fs-h4: 3rem;
    --c-fs-main-big: 3.2rem;
    --c-fs-main: 2.8rem;
    --c-fs-main-small: 2.2rem;
    --c-fs-main-xs: 2rem;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: var(--c-black);
  font-family: var(--f-sans);
  font-size: 1.8rem;
}
body.hidden {
  overflow: hidden;
}

#contents {
  overflow-x: hidden;
}

p {
  line-height: var(--c-lh-medium);
}

img {
  max-width: 100%;
  pointer-events: none;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3245033113vw;
  }
  body {
    font-size: 2.8rem;
    overflow-x: hidden;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block;
  }
}
.c-header {
  padding: 1rem 0;
}

.c-header__logo {
  margin-left: 2rem;
}
.c-header__logo a {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h2);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: bold;
  color: var(--c-green);
}

.c-nav__wrap {
  background-color: var(--c-black);
}

.c-nav__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: calc(960px + 10rem);
  padding-inline: 5rem;
  margin: auto;
}

.c-nav__item a {
  display: block;
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  text-decoration: none;
  color: var(--c-white);
  padding: 1rem 2rem;
}

.c-footer {
  background-color: var(--c-green2);
  color: var(--c-white);
  text-align: center;
  padding: 2rem 0;
  font-size: 1.4rem;
}
.c-footer a {
  color: var(--c-white);
}

@media screen and (max-width: 750px) {
  .c-footer {
    font-size: 2.2rem;
    padding-bottom: 18rem;
  }
}
.l-container {
  width: 100%;
  max-width: calc(1076px + 10rem);
  padding-inline: 5rem;
  margin-left: auto;
  margin-right: auto;
}
.l-container.-md {
  max-width: calc(968px + 10rem);
}
.l-container.-sm {
  max-width: calc(863px + 10rem);
}
.l-container.-xs {
  max-width: calc(740px + 10rem);
}

@media screen and (max-width: 750px) {
  .l-container {
    padding-inline: 3.5rem;
  }
}
.c-btn__link {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-red);
  color: var(--c-white);
  height: 6.5rem;
  min-width: 20rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.c-btn__link::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: var(--c-black);
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .c-btn__link:hover {
    background-color: var(--c-black);
  }
  .c-btn__link:hover::after {
    background-color: var(--c-red);
  }
}
.c-btn__link.-black {
  background-color: var(--c-black);
}
.c-btn__link.-black::after {
  background-color: var(--c-red);
}
@media (hover: hover) {
  .c-btn__link.-black:hover {
    background-color: var(--c-red);
  }
  .c-btn__link.-black:hover::after {
    background-color: var(--c-black);
  }
}

.c-card {
  background-color: var(--c-white);
  border: 1px solid var(--c-black);
}

.c-card__tag {
  background-color: var(--c-light-gray);
  padding: 1rem;
  min-height: 8rem;
}

.c-card__taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.c-card__taglist li {
  background-color: var(--c-black);
  color: var(--c-white);
  border-radius: 0.6rem;
  padding: 0.3rem 0.6rem;
}

.c-card__item {
  padding: 1rem;
}

.c-card__item--inner {
  display: flex;
  flex-direction: column;
}

.c-card__item--tag {
  min-height: 3.5rem;
}

.c-card__recommend {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-small);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-heading);
  line-height: 1;
  display: inline-block;
  background-color: var(--c-blue);
  color: var(--c-white);
  padding: 0.3rem 0.6rem;
}
.c-card__recommend.-recommend {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.c-card__recommend.-recommend::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../images/common/icn-recommend.png") no-repeat center/contain;
}
.c-card__recommend.-new {
  background-color: var(--c-orange);
}

.c-card__title {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h3);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
}

.c-card__img {
  margin-top: auto;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-105 {
  padding-top: 10.5rem !important;
}

.u-pt-110 {
  padding-top: 11rem !important;
}

.u-pt-115 {
  padding-top: 11.5rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-135 {
  padding-top: 13.5rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-145 {
  padding-top: 14.5rem !important;
}

.u-pt-150 {
  padding-top: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-pt-sp-0 {
    padding-top: 0rem !important;
  }
  .u-pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .u-pt-sp-10 {
    padding-top: 1rem !important;
  }
  .u-pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .u-pt-sp-20 {
    padding-top: 2rem !important;
  }
  .u-pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .u-pt-sp-30 {
    padding-top: 3rem !important;
  }
  .u-pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .u-pt-sp-40 {
    padding-top: 4rem !important;
  }
  .u-pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .u-pt-sp-50 {
    padding-top: 5rem !important;
  }
  .u-pt-sp-55 {
    padding-top: 5.5rem !important;
  }
  .u-pt-sp-60 {
    padding-top: 6rem !important;
  }
  .u-pt-sp-65 {
    padding-top: 6.5rem !important;
  }
  .u-pt-sp-70 {
    padding-top: 7rem !important;
  }
  .u-pt-sp-75 {
    padding-top: 7.5rem !important;
  }
  .u-pt-sp-80 {
    padding-top: 8rem !important;
  }
  .u-pt-sp-85 {
    padding-top: 8.5rem !important;
  }
  .u-pt-sp-90 {
    padding-top: 9rem !important;
  }
  .u-pt-sp-95 {
    padding-top: 9.5rem !important;
  }
  .u-pt-sp-100 {
    padding-top: 10rem !important;
  }
  .u-pt-sp-105 {
    padding-top: 10.5rem !important;
  }
  .u-pt-sp-110 {
    padding-top: 11rem !important;
  }
  .u-pt-sp-115 {
    padding-top: 11.5rem !important;
  }
  .u-pt-sp-120 {
    padding-top: 12rem !important;
  }
  .u-pt-sp-125 {
    padding-top: 12.5rem !important;
  }
  .u-pt-sp-130 {
    padding-top: 13rem !important;
  }
  .u-pt-sp-135 {
    padding-top: 13.5rem !important;
  }
  .u-pt-sp-140 {
    padding-top: 14rem !important;
  }
  .u-pt-sp-145 {
    padding-top: 14.5rem !important;
  }
  .u-pt-sp-150 {
    padding-top: 15rem !important;
  }
}
.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pb-105 {
  padding-bottom: 10.5rem !important;
}

.u-pb-110 {
  padding-bottom: 11rem !important;
}

.u-pb-115 {
  padding-bottom: 11.5rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-135 {
  padding-bottom: 13.5rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-145 {
  padding-bottom: 14.5rem !important;
}

.u-pb-150 {
  padding-bottom: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .u-pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .u-pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .u-pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .u-pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .u-pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .u-pb-sp-55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .u-pb-sp-65 {
    padding-bottom: 6.5rem !important;
  }
  .u-pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .u-pb-sp-75 {
    padding-bottom: 7.5rem !important;
  }
  .u-pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .u-pb-sp-85 {
    padding-bottom: 8.5rem !important;
  }
  .u-pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .u-pb-sp-95 {
    padding-bottom: 9.5rem !important;
  }
  .u-pb-sp-100 {
    padding-bottom: 10rem !important;
  }
  .u-pb-sp-105 {
    padding-bottom: 10.5rem !important;
  }
  .u-pb-sp-110 {
    padding-bottom: 11rem !important;
  }
  .u-pb-sp-115 {
    padding-bottom: 11.5rem !important;
  }
  .u-pb-sp-120 {
    padding-bottom: 12rem !important;
  }
  .u-pb-sp-125 {
    padding-bottom: 12.5rem !important;
  }
  .u-pb-sp-130 {
    padding-bottom: 13rem !important;
  }
  .u-pb-sp-135 {
    padding-bottom: 13.5rem !important;
  }
  .u-pb-sp-140 {
    padding-bottom: 14rem !important;
  }
  .u-pb-sp-145 {
    padding-bottom: 14.5rem !important;
  }
  .u-pb-sp-150 {
    padding-bottom: 15rem !important;
  }
}
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mt-105 {
  margin-top: 10.5rem !important;
}

.u-mt-110 {
  margin-top: 11rem !important;
}

.u-mt-115 {
  margin-top: 11.5rem !important;
}

.u-mt-120 {
  margin-top: 12rem !important;
}

.u-mt-125 {
  margin-top: 12.5rem !important;
}

.u-mt-130 {
  margin-top: 13rem !important;
}

.u-mt-135 {
  margin-top: 13.5rem !important;
}

.u-mt-140 {
  margin-top: 14rem !important;
}

.u-mt-145 {
  margin-top: 14.5rem !important;
}

.u-mt-150 {
  margin-top: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-mt-sp-0 {
    margin-top: 0rem !important;
  }
  .u-mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .u-mt-sp-10 {
    margin-top: 1rem !important;
  }
  .u-mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .u-mt-sp-20 {
    margin-top: 2rem !important;
  }
  .u-mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .u-mt-sp-30 {
    margin-top: 3rem !important;
  }
  .u-mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .u-mt-sp-40 {
    margin-top: 4rem !important;
  }
  .u-mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .u-mt-sp-50 {
    margin-top: 5rem !important;
  }
  .u-mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .u-mt-sp-60 {
    margin-top: 6rem !important;
  }
  .u-mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .u-mt-sp-70 {
    margin-top: 7rem !important;
  }
  .u-mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .u-mt-sp-80 {
    margin-top: 8rem !important;
  }
  .u-mt-sp-85 {
    margin-top: 8.5rem !important;
  }
  .u-mt-sp-90 {
    margin-top: 9rem !important;
  }
  .u-mt-sp-95 {
    margin-top: 9.5rem !important;
  }
  .u-mt-sp-100 {
    margin-top: 10rem !important;
  }
  .u-mt-sp-105 {
    margin-top: 10.5rem !important;
  }
  .u-mt-sp-110 {
    margin-top: 11rem !important;
  }
  .u-mt-sp-115 {
    margin-top: 11.5rem !important;
  }
  .u-mt-sp-120 {
    margin-top: 12rem !important;
  }
  .u-mt-sp-125 {
    margin-top: 12.5rem !important;
  }
  .u-mt-sp-130 {
    margin-top: 13rem !important;
  }
  .u-mt-sp-135 {
    margin-top: 13.5rem !important;
  }
  .u-mt-sp-140 {
    margin-top: 14rem !important;
  }
  .u-mt-sp-145 {
    margin-top: 14.5rem !important;
  }
  .u-mt-sp-150 {
    margin-top: 15rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-mb-105 {
  margin-bottom: 10.5rem !important;
}

.u-mb-110 {
  margin-bottom: 11rem !important;
}

.u-mb-115 {
  margin-bottom: 11.5rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-mb-125 {
  margin-bottom: 12.5rem !important;
}

.u-mb-130 {
  margin-bottom: 13rem !important;
}

.u-mb-135 {
  margin-bottom: 13.5rem !important;
}

.u-mb-140 {
  margin-bottom: 14rem !important;
}

.u-mb-145 {
  margin-bottom: 14.5rem !important;
}

.u-mb-150 {
  margin-bottom: 15rem !important;
}

@media screen and (max-width: 750px) {
  .u-mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .u-mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .u-mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .u-mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .u-mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .u-mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .u-mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .u-mb-sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .u-mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .u-mb-sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .u-mb-sp-100 {
    margin-bottom: 10rem !important;
  }
  .u-mb-sp-105 {
    margin-bottom: 10.5rem !important;
  }
  .u-mb-sp-110 {
    margin-bottom: 11rem !important;
  }
  .u-mb-sp-115 {
    margin-bottom: 11.5rem !important;
  }
  .u-mb-sp-120 {
    margin-bottom: 12rem !important;
  }
  .u-mb-sp-125 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-sp-130 {
    margin-bottom: 13rem !important;
  }
  .u-mb-sp-135 {
    margin-bottom: 13.5rem !important;
  }
  .u-mb-sp-140 {
    margin-bottom: 14rem !important;
  }
  .u-mb-sp-145 {
    margin-bottom: 14.5rem !important;
  }
  .u-mb-sp-150 {
    margin-bottom: 15rem !important;
  }
}
.u-txtpos-center {
  text-align: center !important;
}

.u-align-center {
  align-items: center !important;
}

.u-txtpos-left {
  text-align: left !important;
}

.u-align-left {
  align-items: left !important;
}

.u-txtpos-right {
  text-align: right !important;
}

.u-align-right {
  align-items: right !important;
}

.u-txtpos-top {
  text-align: top !important;
}

.u-align-top {
  align-items: top !important;
}

.u-txtpos-bottom {
  text-align: bottom !important;
}

.u-align-bottom {
  align-items: bottom !important;
}

@media screen and (max-width: 750px) {
  .u-txtpos-sp-center {
    text-align: center !important;
  }
  .u-align-sp-center {
    align-items: center !important;
  }
  .u-txtpos-sp-left {
    text-align: left !important;
  }
  .u-align-sp-left {
    align-items: left !important;
  }
  .u-txtpos-sp-right {
    text-align: right !important;
  }
  .u-align-sp-right {
    align-items: right !important;
  }
  .u-txtpos-sp-top {
    text-align: top !important;
  }
  .u-align-sp-top {
    align-items: top !important;
  }
  .u-txtpos-sp-bottom {
    text-align: bottom !important;
  }
  .u-align-sp-bottom {
    align-items: bottom !important;
  }
}
.u-c-white {
  color: #ffffff !important;
}

.u-bg-white {
  background-color: #ffffff !important;
}

.u-c-black {
  color: #000000 !important;
}

.u-bg-black {
  background-color: #000000 !important;
}

.u-c-light {
  color: #f2f9fd !important;
}

.u-bg-light {
  background-color: #f2f9fd !important;
}

.u-c-light-blue {
  color: #dbeffb !important;
}

.u-bg-light-blue {
  background-color: #dbeffb !important;
}

.u-c-gray {
  color: #aaaaaa !important;
}

.u-bg-gray {
  background-color: #aaaaaa !important;
}

.u-c-gray2 {
  color: #999999 !important;
}

.u-bg-gray2 {
  background-color: #999999 !important;
}

.u-c-red {
  color: #e28887 !important;
}

.u-bg-red {
  background-color: #e28887 !important;
}

.u-c-light-red {
  color: #f89483 !important;
}

.u-bg-light-red {
  background-color: #f89483 !important;
}

.u-c-pink {
  color: #fedddd !important;
}

.u-bg-pink {
  background-color: #fedddd !important;
}

.u-c-light-pink {
  color: #feeded !important;
}

.u-bg-light-pink {
  background-color: #feeded !important;
}

.u-c-green {
  color: #0085a3 !important;
}

.u-bg-green {
  background-color: #0085a3 !important;
}

.u-c-green2 {
  color: #0ba1c4 !important;
}

.u-bg-green2 {
  background-color: #0ba1c4 !important;
}

.u-c-light-green {
  color: #58cae4 !important;
}

.u-bg-light-green {
  background-color: #58cae4 !important;
}

.u-c-light-green2 {
  color: #d8f3f9 !important;
}

.u-bg-light-green2 {
  background-color: #d8f3f9 !important;
}

.c-title {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: bold;
  background-color: var(--c-green2);
  color: var(--c-white);
  border-radius: 5rem;
  padding: 1rem 3rem;
  text-align: center;
}

.c-title02 {
  text-align: center;
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: bold;
  color: var(--c-green2);
  margin-bottom: 5.5rem;
}
.c-title02 span {
  padding: 1rem 1.5rem;
  display: inline-block;
  background-color: var(--c-white);
  box-shadow: 4px 4px 0 0 #afe6f2;
}

.c-title03 {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 5.5rem;
}
.c-title03::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  border-bottom: 2px dotted var(--c-green2);
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
.c-title03 span {
  display: inline-block;
  background-color: var(--c-green2);
  color: var(--c-white);
  padding: 0.6rem 1.5rem;
  position: relative;
  z-index: 3;
}

.c-togtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.c-togtitle__icn--wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  right: -1px;
  top: 0;
}

.c-togtitle__icn {
  border: 0.4rem solid var(--c-white);
  border-radius: 100%;
  background-color: var(--c-green2);
  width: 5.7rem;
  height: 5.7rem;
  color: var(--c-white);
  position: relative;
}
.active .c-togtitle__icn::after {
  opacity: 0;
}
.c-togtitle__icn::before, .c-togtitle__icn::after {
  content: "";
  display: inline-block;
  background-color: var(--c-white);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-togtitle__icn::before {
  width: 40%;
  height: 0.3rem;
}
.c-togtitle__icn::after {
  opacity: 1;
  width: 0.3rem;
  height: 40%;
  transition: 0.3s;
}
.-hide .c-togtitle__icn::after {
  opacity: 1;
}

.c-togtitle__icn--text {
  color: var(--c-white);
  font-family: var(--f-sans);
  font-size: var(--c-fs-main);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
}

@media screen and (max-width: 750px) {
  .c-togtitle__icn {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.u-font-sans {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.u-font-serif {
  font-family: "notoserif", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.c-grid {
  display: grid;
  gap: 2rem;
}

.c-grid__space0 {
  column-gap: 0 !important;
}

.c-grid__cols--2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid__cols--3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid__cols--4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid__cols--5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid__cols--6 {
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 1000px) {
  .c-grid__cols--tb--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--tb--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--tb--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--tb--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--tb--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 1360px) {
  .c-grid__cols--md--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--md--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--md--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--md--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--md--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .c-grid {
    gap: 3.5rem;
  }
  .c-grid__cols--sp--1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid__cols--sp--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid__cols--sp--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid__cols--sp--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid__cols--sp--5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid__cols--sp--6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.c-author {
  padding: 3.5rem 0;
}
.c-content__inner--in .c-author .l-container {
  padding-left: 0;
  padding-right: 0;
}

.c-author__inner {
  background-color: var(--c-white);
  border: 0.4rem solid var(--c-pink);
  padding: 3rem 4rem 3rem 6rem;
  color: var(--c-green);
}
.-icn .c-author__inner {
  position: relative;
}

.c-author__flex {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}

.c-author__item:nth-child(1) {
  width: calc(100% - 15.4rem);
}
.c-author__item:nth-child(2) {
  width: 13.4rem;
}

.c-author__title {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.c-author__title .sm {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  font-weight: bold;
  margin-right: 1rem;
}

.c-author__icn {
  position: absolute;
  right: -2rem;
  top: -2rem;
}

@media screen and (max-width: 750px) {
  .c-author {
    padding: 6rem 0;
  }
  .c-author__icn {
    width: 11.4rem;
  }
  .c-author__flex {
    align-items: center;
  }
  .c-author__inner {
    padding: 3rem;
    position: relative;
  }
  .c-author__item:nth-child(1) {
    width: 100%;
  }
  .c-author__item:nth-child(2) {
    position: absolute;
    right: -2rem;
    top: -2rem;
    width: 11.4rem;
  }
  .c-author__title {
    padding-right: 6rem;
  }
  .-icn .c-author__title {
    padding-right: 6rem;
  }
}
.c-toc__bg {
  background-color: var(--c-light-green);
  border-radius: 4rem 4rem 0 0;
  padding: 5rem 0 6rem;
}

.c-toc__inner {
  max-width: 840px;
  margin: auto;
  padding: 0 5rem;
}

.c-toc__title {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: bold;
  color: var(--c-white);
  margin-bottom: 3rem;
}

.c-toc__list li:not(:first-child) {
  margin-top: 2rem;
}
.c-toc__list a {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
  background-color: #daf8fe;
  border-radius: 2rem;
  display: block;
  color: var(--c-black);
  padding: 0.6rem 3rem 0.6rem 6rem;
  position: relative;
}
.c-toc__list a::before {
  content: "";
  display: block;
  border-style: solid;
  border-right: 0.9rem solid transparent;
  border-left: 0.9rem solid transparent;
  border-top: 1.5rem solid var(--c-green2);
  border-bottom: 0;
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translate(0%, -50%);
}

.c-table__bg {
  background-color: var(--c-white);
  padding: 1rem;
  box-shadow: 0 0 2.5rem rgba(194, 224, 231, 0.2);
}

.c-table {
  width: 100%;
  table-layout: fixed;
}
.c-table thead th {
  padding: 1rem 0;
}
.c-table thead th:nth-child(1) {
  width: 17rem;
}
.c-table thead th:nth-child(2) {
  background-color: var(--c-green2);
  border-color: var(--c-green2);
  color: var(--c-white);
}
.c-table tbody th {
  background-color: var(--c-light-green2);
}
.c-table tbody td:nth-child(2) {
  border-left: 2px solid var(--c-green2);
  border-right: 2px solid var(--c-green2);
}
.c-table tbody tr:last-child td:nth-child(2) {
  border-bottom: 2px solid var(--c-green2);
}
.c-table th {
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid var(--c-gray);
}
.c-table th.is-empty {
  border: none;
}
.c-table td {
  border: 1px solid var(--c-gray);
  vertical-align: middle;
  padding: 1rem;
  text-align: center;
  line-height: 1.666667;
}
.c-table td.is-empty {
  border: none;
}
.c-table td.-img {
  padding: 0;
  line-height: 0;
}
.c-table td.-lead {
  text-align: left;
}
.c-table .lg {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: normal;
}
.c-table .-mark {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h1);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
}

.c-table02 {
  width: 100%;
  table-layout: fixed;
}
.c-table02 thead th {
  text-align: center;
  padding: 1rem;
}
.c-table02 thead td {
  text-align: center;
  padding: 1rem;
}
.c-table02 th {
  background-color: var(--c-light-green2);
  width: 26rem;
  border: 2px solid var(--c-green2);
  line-height: 1.666667;
  padding: 3rem 2rem;
  vertical-align: middle;
  text-align: left;
}
.c-table02 td {
  border: 2px solid var(--c-green2);
  padding: 1.5rem 3rem;
  line-height: 1.666667;
  vertical-align: middle;
}

.c-table03 {
  min-width: 450rem;
  table-layout: fixed;
  background-color: var(--c-white);
}
.c-table03 thead th {
  padding: 1rem 0.6rem;
  text-align: center;
  white-space: nowrap;
}
.c-table03 thead th:nth-child(5) {
  width: 20rem;
}
.c-table03 thead th {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
  background: none;
  border-top: none;
  border-bottom: none;
}
.c-table03 thead th:first-child {
  /* ヘッダー行内の他のセルより手前に表示する */
  z-index: 2;
}
.c-table03 thead th:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  border-left: 1px solid #939393;
  border-right: 1px solid #939393;
  background-color: var(--c-light-green2);
  z-index: -1;
}
.c-table03 thead th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  z-index: -1;
  background-color: var(--c-light-green2);
}
.c-table03 th {
  padding: 1rem;
  background-color: var(--c-light-green2);
  border: 1px solid #939393;
  vertical-align: middle;
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-small);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-heading);
}
.c-table03 th:first-child {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
  z-index: 1;
  width: 28rem;
}
.c-table03 th:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #939393;
  border-right: 1px solid #939393;
  background-color: var(--c-light-green2);
  z-index: -1;
}
.c-table03 th a {
  color: var(--c-black);
  text-decoration: underline;
}
.c-table03 td {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-small);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-heading);
  border: 1px solid #939393;
  padding: 1rem;
  vertical-align: middle;
  max-width: 200px;
}
.c-table03 td:nth-child(5) {
  width: 43rem;
}
.c-table03 td ul {
  padding-left: 3rem;
}
.c-table03 td ul li {
  list-style-type: disc;
}
.c-table03 .u-official {
  display: inline-block;
  width: 2.5rem;
  height: 2.3rem;
  mask-image: url("../images/common/icn-separate.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--c-green2);
  margin: auto;
  position: relative;
  top: 0.4rem;
}
.c-table03 .u-official-text {
  display: block;
  font-size: 1rem;
}
.c-table03 .icn-star {
  display: inline-block;
  width: 2rem;
  margin-right: 0.3rem;
  vertical-align: middle;
}
.c-table03 .-mark {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-big);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
}

.c-table04 th {
  width: 100%;
  display: block;
  text-align: left;
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-small);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-heading);
  background-color: var(--c-light);
  padding: 1rem 2rem;
}
.c-table04 td {
  width: 100%;
  display: block;
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-small);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-heading);
  padding: 1.5rem 5rem;
}

@media screen and (max-width: 750px) {
  .c-table__bg {
    overflow-x: scroll;
    padding: 3rem;
  }
  .c-table03 th {
    font-size: 1.6rem;
  }
  .c-table03 th:first-child {
    width: 14rem;
  }
  .c-table03 td {
    font-size: 1.6rem;
    max-width: 145px;
  }
  .c-table03 td:nth-child(4) {
    max-width: 100px;
  }
  .c-table03 td:nth-child(5) {
    max-width: 180px;
  }
  .c-table03 td:nth-child(7) {
    max-width: 80px;
  }
  .c-table03 td:nth-child(8) {
    width: 80px;
  }
  .c-table03 td:nth-child(10) {
    max-width: 80px;
  }
  .c-table03 td:nth-child(12) {
    max-width: 80px;
  }
  .c-table03 td:nth-child(14) {
    width: 80px;
  }
  .c-table03 td:nth-child(15) {
    width: 80px;
  }
  .u-official-text {
    font-size: 1.2rem;
  }
}
.c-checklist {
  display: inline-block;
  text-align: left;
}
.c-checklist li {
  position: relative;
  padding-left: 5rem;
  line-height: 1.65;
}
.c-checklist li + li {
  margin-top: 3rem;
}
.c-checklist li::before {
  content: "";
  display: block;
  width: 3.3rem;
  height: 3.3rem;
  background: url("../images/common/icn-check.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: -0.4rem;
}

@media screen and (max-width: 750px) {
  .c-checklist li::before {
    top: 0.5rem;
  }
}
.c-clinic.-best {
  background-color: var(--c-light-pink);
  padding: 5.5rem;
  position: relative;
}
.c-clinic.-best::before {
  content: "";
  display: block;
  width: 12.8rem;
  height: 17.3rem;
  background: url("../images/common/icn-emblem.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 3rem;
}
.c-clinic + .c-clinic {
  margin-top: 4rem;
}

.c-clinic__name {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h3);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  color: var(--c-green2);
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.5rem;
}

.c-clinic__intro {
  background-color: var(--c-white);
  border: 1rem solid var(--c-light-blue);
  padding: 4rem;
  position: relative;
}
.-best .c-clinic__intro {
  padding: 4rem 2rem 2rem;
}
.c-clinic__intro .c-btn__link {
  margin-top: 3rem;
}

.c-clinic__point {
  display: inline-block;
  background-color: var(--c-red);
  color: var(--c-white);
  padding: 0.2rem 1.5rem;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translate(-50%, 0%);
}

.c-clinic__flex {
  display: flex;
}

.c-clinic__item:nth-child(1) {
  width: calc(100% - 28rem);
  padding-right: 1.5rem;
}
.c-clinic__item:nth-child(2) {
  width: 28rem;
  text-align: center;
  padding-left: 1.5rem;
  margin-top: 4rem;
}

.c-clinic__introname {
  border-bottom: 1px solid #80c3d9;
  margin-bottom: 2rem;
}
.c-clinic__introname a {
  font-family: var(--f-sans);
  font-size: var(--c-fs-h4);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  font-weight: normal;
  color: var(--c-black);
  padding-bottom: 1rem;
  display: inline-block;
}
.c-clinic__introname a::after {
  content: "";
  display: inline-block;
  width: 2.7rem;
  height: 2.5rem;
  mask-image: url("../images/common/icn-separate.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--c-green2);
  margin-left: 1.5rem;
  position: relative;
  top: 0.4rem;
}

.c-clinic__evaluation {
  display: flex;
  align-items: center;
  padding: 2rem 1.5rem;
  margin-left: -6.6rem;
  background-color: var(--c-light-green2);
  border: 1px solid var(--c-green2);
  box-shadow: 5px 5px 0 #eeeeee;
  position: relative;
}
.c-clinic__evaluation::after {
  content: "";
  display: block;
  border: 0.8rem solid var(--c-green2);
  border-left-color: transparent;
  border-bottom-color: transparent;
  height: 0;
  width: 0;
  position: absolute;
  left: -1px;
  bottom: -1.7rem;
}
.c-clinic__evaluation > p {
  width: calc(100% - 33rem);
  text-align: center;
}
.-best .c-clinic__evaluation {
  margin-left: -4.6rem;
}

.c-clinic__score {
  width: 33rem !important;
  font-family: var(--f-sans);
  font-size: var(--c-fs-h1);
  font-weight: var(--c-fw-medium);
  line-height: var(--c-lh-heading);
  background-color: var(--c-white);
  padding: 1rem 0;
  text-align: center;
}
.c-clinic__score::before {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background: url("../images/common/icn-star.svg") no-repeat center/contain;
  position: relative;
  top: 0.8rem;
  margin-right: 1rem;
}

.c-clinic__features {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.c-clinic__features--item {
  width: calc(50% - 1rem);
  background-color: var(--c-white);
  border: 1px solid var(--c-green2);
  text-align: center;
  padding: 2rem 0;
}

.c-clinic__leadwrap {
  margin: 3rem 0;
}

.c-clinic__leadtitle {
  margin-bottom: 1.5rem;
}

.c-clinic__more {
  text-align: center;
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}
.c-clinic__more.hide {
  display: none;
}

.c-clinic__morebtn {
  display: inline-block;
  text-align: center;
  color: var(--c-gray2);
  cursor: pointer;
}
.c-clinic__morebtn .icn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.6rem;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid var(--c-gray2);
  border-radius: 100%;
}

.c-clinic__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 4rem;
}
.c-clinic__info.-more {
  height: 0;
  opacity: 0;
}
.c-clinic__info.-more.active {
  opacity: 1;
  height: auto;
}

.c-clinic__info--item {
  width: calc(50% - 2rem);
  padding: 1.5rem 0;
  border-top: 1px solid var(--c-gray2);
}
.c-clinic__info--item .ttl {
  font-weight: bold;
  color: var(--c-green2);
}
.c-clinic__info--item .-mark {
  font-family: var(--f-sans);
  font-size: var(--c-fs-main-big);
  font-weight: var(--c-fw);
  line-height: var(--c-lh-medium);
}

@media screen and (max-width: 750px) {
  .c-clinic.-best {
    padding: 5rem 3rem;
  }
  .c-clinic.-best::before {
    width: 9.8rem;
    height: 13.3rem;
  }
  .c-clinic__flex {
    flex-direction: column;
    position: relative;
  }
  .c-clinic__item:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .c-clinic__item:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0.5rem;
    width: 16rem;
    margin-top: 0;
    padding-left: 0;
    display: none;
  }
  .c-clinic__more {
    margin-bottom: 3rem;
  }
  .-best .c-clinic__intro {
    padding: 6rem 3rem 3rem;
  }
  .c-clinic__introname {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
  }
  .c-clinic__introname .u-sp {
    width: 16rem;
    margin-left: auto;
    text-align: right;
  }
  .-best .c-clinic__evaluation {
    margin-right: -1.6rem;
  }
  .c-clinic__features {
    gap: 1.5rem;
  }
  .c-clinic__features--item {
    width: calc(50% - 0.75rem);
  }
  .c-clinic__features--item p {
    font-family: var(--f-sans);
    font-size: var(--c-fs-main-small);
    font-weight: var(--c-fw);
    line-height: var(--c-lh-heading);
  }
  .c-clinic__score::before {
    top: 0.2rem;
  }
  .c-clinic__info {
    flex-direction: column;
    gap: 0;
  }
  .c-clinic__info--item {
    width: 100%;
    padding: 3rem 0;
  }
  .c-clinic__leadwrap {
    margin: 5rem 0;
  }
}
/* チェックボックス01 */
input[type=checkbox] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 3.5rem;
  position: relative;
  width: auto;
}
.checkbox::before {
  background: var(--c-white);
  border: 1px solid var(--c-gray2);
  border-radius: 0.3rem;
  content: "";
  display: block;
  height: 1.6rem;
  left: 0.5rem;
  margin-top: -0.8rem;
  position: absolute;
  top: 50%;
  width: 1.6rem;
}
.checkbox::after {
  border-right: 2px solid var(--c-white);
  border-bottom: 2px solid var(--c-white);
  content: "";
  display: block;
  height: 0.8rem;
  left: 1.2rem;
  margin-top: -0.55rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 0.4rem;
}

input[type=checkbox]:checked + .checkbox::before {
  background-color: #0071bc;
}
input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

/*# sourceMappingURL=common.css.map */
