@charset "UTF-8";
/* Color */
.sp-fixed {
  display: none;
}

@media screen and (max-width: 1120px) {
  .sp-fixed {
    z-index: 9999;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 2vw;
    background-color: #303030;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    box-sizing: border-box;
  }
  .sp-fixed-tel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48%;
    height: 40px;
    margin: 0 1.5vw;
    box-sizing: border-box;
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(0deg, #353535, #525252);
    border: solid 1px #2d2d2d;
    box-shadow: 0 0 3px 0px rgba(255, 255, 255, 0.2) inset, 0 0px 10px -5px #000;
    text-decoration: none;
  }
  .sp-fixed-reserve {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48%;
    height: 40px;
    margin: 0 1.5vw;
    box-sizing: border-box;
    font-size: 3.5vw;
    letter-spacing: 0.05em;
    color: #fff;
    background: linear-gradient(#ff8b6c, #d4355a);
    border-radius: 6px;
    text-decoration: none;
    border: solid 1px #d25c60;
    box-shadow: 0 0 3px 0px rgba(255, 255, 255, 0.4) inset, 0 0px 10px -5px #000;
    text-shadow: 0 0 10px rgba(191, 23, 70, 0.5);
  }
}
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
ol,
ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* common */
html {
  line-height: 1;
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
}

body, body > div {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

body {
  overflow-x: hidden;
  margin: 0;
  font-size: 1.4rem;
  width: 100%;
}
body > section, body > header, body > footer, body > .floating, body > .l-h_contactLinks_in_tel_list {
  width: 100%;
  max-width: 432px;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid #f3f4f6;
  border-left: 1px solid #f3f4f6;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.l-container {
  width: 100% !important;
  margin: 0 auto;
}

a {
  cursor: pointer;
  transition: 0.3s all;
}
a img {
  transition: 0.3s all;
}
a img:hover {
  opacity: 0.8;
}
a:hover {
  opacity: 0.8;
}

.sp-none,
.pc-only {
  display: block !important;
}

.pc-none,
.sp-only {
  display: none !important;
}

@media screen and (max-width: 1120px) {
  .l-container {
    width: 100%;
  }
  .sp-none,
  .pc-only {
    display: none !important;
  }
  .pc-none,
  .sp-only {
    display: block !important;
  }
}
.l-pc-header {
  top: 0;
  z-index: 9999;
  position: fixed;
  height: 66px;
  width: 100%;
  background-color: #f7f6f4;
  display: none;
}
.l-pc-header .l-container {
  position: relative;
}
.l-pc-header nav {
  left: 0;
}
.l-pc-header nav ul li a {
  font-weight: 600;
  font-size: 1.35rem;
  color: #494949;
}
.l-pc-header .o-hdr-item {
  right: 0;
}

.l-sp-header {
  display: block;
}

/* @media screen and (max-width: 1120px) { */
.l-sp-header {
  z-index: 3;
  width: 100%;
  display: block;
  background-color: #313a44;
  padding: 10px 0 6px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.l-sp-header h1 {
  margin-left: 3%;
  flex-basis: 40%;
}

.l-sp-header .l-h-reserve {
  flex-basis: 44%;
  margin-right: 2%;
  text-align: right;
}

/* } */
/* @media screen and (max-width: 1120px) { */
.l-pc-header {
  display: none;
}

/* } */
/* .mv {
	background: url("../img/mv_bg_pc.jpg");
	background-size: 2000px;
	height: 1000px;
	background-position: top -10px center;

	&__img {
		margin: 650px 0 0;
	}

} */
/* @media screen and (max-width: 1120px) { */
.mv {
  background: url("../img/mv_bg_sp.jpg?ver=20260202");
  background-size: cover;
  height: auto;
}
.mv__img {
  margin: min(110vw, 474px) 15px 8px 15px;
}
.mv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* } */
.demand {
  /* background: url("../img/demand_bg_pc.jpg");
  background-size: 2014px;
  padding: 80px 0 60px; */
}
.demand__content {
  background-color: #fff;
  background-image: url("../img/demand_edge_top.png"), url("../img/demand_edge_bottom.png");
  background-position: top 20px right 20px, bottom 20px left 20px;
  background-size: auto;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 100px 30px 70px;
  box-shadow: 0 1px 12px -6px #feb7b5;
}
.demand__ttl {
  width: 75%;
  margin-left: -70px;
}
.demand__ttl img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.demand__txt {
  width: calc(60% - 20px);
  height: auto;
  margin-top: -20px;
}
.demand__txt p {
  font-size: 1.45rem;
  line-height: 1.95;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
.demand__txt span {
  color: #9e8d39;
}
.demand__img {
  margin: -130px 0 0;
}
.demand__img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* @media screen and (max-width: 1120px) { */
.demand {
  background: url(../img/demand_bg_sp.jpg);
  background-size: 100%;
  padding: 30px 0 15px;
}
.demand__content {
  background: transparent;
  box-shadow: none;
  padding: 0px 15px 0;
}
.demand__ttl {
  width: 100%;
  margin: 0;
}
.demand__txt {
  width: 100%;
  margin: 0;
  padding: 7.5px 0 15px;
}
.demand__txt p {
  font-size: 13.125px;
  line-height: 1.65;
}
.demand__img {
  width: 100%;
  margin: 0;
}

/* } */
.popular {
  /* background: url("../img/popular_bg_pc.jpg");
  background-size: 2000px;
  height: 1678px; */
  background-position: top center;
}
.popular_guideline {
  /* background: url("../img/popular_bg_guideline_pc.jpg");
  background-size: 2000px; */
  background-position: top center;
}
.popular_guideline__dn {
  /* background: url("../img/popular_bg_guideline_pc__dn.jpg");
  background-size: 2000px; */
  background-position: top center;
}

/* @media screen and (max-width: 1120px) { */
.popular {
  background: url(../img/popular_bg_sp.jpg?ver=20260202);
  background-size: 100%;
  height: min(215vw, 929px);
}
.popular_guideline {
  background: url("../img/popular_bg_guideline_sp.jpg");
  background-size: 100%;
}
.popular_guideline__dn {
  background: url("../img/popular_bg_guideline_sp__dn.jpg");
  background-size: 100%;
  height: 806px;
}

/* } */
.femaleDoctors {
  background: url("../img/femaleDoctors_bg_pc.jpg");
  /* background-size: 2000px; */
  background-position: center;
  padding: 80px 0 0;
}
.femaleDoctors__content {
  background-color: #fff;
  background-image: url("../img/femaleDoctors_edge_top_pc.png"), url("../img/femaleDoctors_edge_bottom_pc.png");
  background-repeat: no-repeat;
  background-position: top 20px left 20px, bottom 20px right 20px;
  background-size: auto;
  padding: 100px 20px 120px 20px;
  position: relative;
}
.femaleDoctors__content__ttl img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.femaleDoctors__content__img {
  position: absolute;
  top: 40px;
  right: 65px;
}
.femaleDoctors__content__txt {
  padding: 20px 0 0;
}
.femaleDoctors__content__txt p {
  font-size: 1.55rem;
  line-height: 1.65;
  font-feature-settings: "palt";
}
.femaleDoctors__content__txt p.remarks {
  text-align: right;
  font-size: 1.15rem;
  padding: 8px 0 0;
  color: #777;
}
.femaleDoctors__content__txt span {
  color: #9e8d39;
}
.femaleDoctors__bottom {
  margin: -100px 0 0;
  position: relative;
  z-index: 1;
  font-size: 0;
}
.femaleDoctors__bottom img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* @media screen and (max-width: 1120px) { */
.femaleDoctors {
  /* background: url("../img/femaleDoctors_bg_sp.jpg"); */
  background-size: cover;
  padding: 15px 0 0;
}
.femaleDoctors__content {
  background-color: #fff;
  background-image: url("../img/femaleDoctors_edge_right_sp.png"), url("../img/femaleDoctors_edge_left_sp.png");
  background-position: top 10px right 10px, top 10px left 10px;
  padding: 45px 18px 38px 18px;
  margin: 0 15px 60px 15px;
  background-size: 56.25px;
}
.femaleDoctors__content__ttl {
  margin: 0 18.75px;
}
.femaleDoctors__content__img {
  all: unset;
  position: relative;
  float: right;
  width: 40%;
  margin: 15px 0 0 15px;
  /* shape-outside: polygon(
   calc(3 * 3.75px) calc(23 * 3.75px),
   7.5px calc(5 * 3.75px),
   calc(38 * 3.75px) calc(5 * 3.75px),
   calc(21 * 3.75px) calc(41 * 3.75px),
   calc(10 * 3.75px) calc(34 * 3.75px)
  ); */
}
.femaleDoctors__content__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.femaleDoctors__content__txt {
  padding: 18.75px 0 20px;
}
.femaleDoctors__content__txt p {
  font-size: 12.5625px;
}

/* } */
.cv-area {
  padding: 60px 0;
  margin-top: 0px;
}
.cv-area__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px auto;
  padding: 55px 105px 10px;
  position: relative;
  z-index: 0;
  background-color: #f9d9db;
  background-image: url(../img/cv-area_left.png), url(../img/cv-area_right.png);
  background-position: bottom left, top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.cv-area__in::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 2px #fff;
  z-index: -4;
  top: 10px;
  left: 10px;
}
.cv-area__in > div:last-of-type:not(.cv-area__tel) {
  margin: 0 auto;
}
.cv-area__in img {
  width: 100%;
  height: auto;
}
.cv-area__ttl {
  flex: 0 0 100%;
  margin-bottom: 32px;
  text-align: center;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
.cv-area__ttl span {
  color: #c55353;
}
.cv-area__ttl small {
  font-size: 10px;
}
.cv-area .p-line_link_bnr {
  margin: 30px auto 20px;
  position: relative;
  z-index: 2;
}
.cv-area__caution {
  margin: 0px 0 30px;
  flex: 0 0 100%;
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #535353;
}
.cv-area__web, .cv-area__tel {
  position: relative;
  z-index: 2;
  width: calc(50% - 10px);
}

/* @media screen and (max-width: 1120px) { */
.cv-area {
  width: 100%;
  padding: 22.5px 15px 0;
  margin-top: 0;
}
.cv-area__in {
  display: block;
  padding: 24px 0 15px;
  background-size: 131.25px;
}
.cv-area__in::after {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border: solid 1px #fff;
}
.cv-area__in > div:last-of-type:not(.cv-area__tel) {
  margin: 15px auto;
}
.cv-area__ttl {
  margin-bottom: 13.125px;
  font-size: 17.4375px;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
.cv-area__web {
  width: 281.25px;
  margin: 0 auto;
}
.cv-area__web img {
  width: 100%;
}
.cv-area .p-line_link_bnr {
  width: 100%;
  margin: 7.5px auto 0;
  padding: 0;
}
.cv-area__tel {
  width: 281.25px;
  margin: 7.5px auto 0;
}
.cv-area__tel img {
  width: 100%;
}
.cv-area__caution {
  margin: 0 0 0;
  font-size: 7.5px;
  color: #aaa;
  text-align: center;
}

/* } */
.trouble {
  background: #eee;
  /* background-size: 2000px; */
}
.trouble#trouble {
  padding: 30px 0 0;
  background-color: #fff;
  background-image: url("../img/trouble_bg_pc.png");
  background-position: 0 0;
  height: auto;
  width: 100%;
}
.trouble__ttl {
  padding: 60px 0 0;
}
.trouble__ttl__main {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  position: relative;
  font-size: 3.25rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1120px) {
  .trouble__ttl__main {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.trouble__ttl__main span {
  color: #ff9797;
  font-size: 4rem;
}
.trouble__ttl__main::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
  bottom: 3px;
  height: 8rem;
  background: #333;
}
@media screen and (max-width: 1120px) {
  .trouble__ttl__main::before {
    height: 4vw;
    left: -3vw;
    bottom: 0.5vw;
  }
}
.trouble__ttl__main::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
  bottom: 3px;
  height: 8rem;
  background: #333;
}
@media screen and (max-width: 1120px) {
  .trouble__ttl__main::after {
    height: 4vw;
    right: -3vw;
    bottom: 0.5vw;
  }
}
.trouble__ttl__sub {
  text-align: center;
  display: block;
  font-size: 2rem;
  color: #ff9797;
  padding: 10px 0 10px;
}
.trouble__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0px 100px;
}
.trouble__in__contemt {
  width: calc(50% - 50px);
}
.trouble__in__outside .trouble__in__top {
  background: rgba(255, 232, 242, 0.8);
}
.trouble__in__outside .trouble__in__top__ttl span {
  color: #ff87ba;
}
.trouble__in__outside .trouble__in__bottom__link {
  background: linear-gradient(0deg, #ff7fb5 10%, #ff9fc8 60%);
  box-shadow: 2px 2px 0px 1px #ca7599;
}
.trouble__in__inside .trouble__in__top {
  background: rgba(233, 243, 255, 0.8);
}
.trouble__in__inside .trouble__in__top__ttl span {
  color: #78a4f5;
}
.trouble__in__inside .trouble__in__bottom__link {
  background: linear-gradient(0deg, #7fb7ff 10%, #a6c1ff 60%);
  box-shadow: 2px 2px 0px 1px #5aa2e4;
}
.trouble__in__top {
  padding: 25px 25px 10px;
}
.trouble__in__top__ttl {
  background: #fff;
  padding: 14px 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  font-size: 3.25rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  margin-bottom: 15px;
}
.trouble__in__top__ttl span {
  font-size: 4rem;
}
.trouble__in__top__list {
  border-bottom: dotted 2px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
}
.trouble__in__top__list:last-child {
  border-bottom: none;
}
.trouble__in__top__list img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.trouble__in__bottom {
  background: rgba(255, 255, 255, 0.8);
  padding: 0 30px 30px;
  margin: 135px 0 0;
}
.trouble__in__bottom img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -115px 0 0;
}
.trouble__in__bottom__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(0deg, #ff7fb5 10%, #ff9fc8 60%);
  border-radius: 5px;
  box-shadow: 2px 2px 0px 1px #ca7599;
  color: #fff;
  padding: 12px 15px;
  font-size: 2rem;
  margin: 15px 0 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-weight: 400;
  cursor: pointer;
}
.trouble__in__bottom__link small {
  font-size: 1.7rem;
  margin: 0.25rem auto 0 0;
}
.trouble__in__bottom__link::after {
  content: "▼";
  font-size: 1.25rem;
  line-height: 0;
  transition: 0.3s;
}
.trouble__in__bottom__link:hover::after {
  transform: translateY(2px);
}

/* @media screen and (max-width: 1120px) { */
.trouble {
  /* background-image: url("../img/trouble_bg_sp.png");
  background-size: 100%; */
}
.trouble__ttl {
  padding: 37.5px 0 0;
}
.trouble__ttl__main {
  margin: 0 auto;
  font-size: 23.4375px;
  font-weight: 500;
  padding: 0 7.5px;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.25;
}
.trouble__ttl__main::before, .trouble__ttl__main::after {
  height: 67.5px;
  bottom: 3.75px;
}
.trouble__ttl__main span {
  font-size: 29.8125px;
  vertical-align: -1.875px;
}
.trouble__ttl__sub {
  padding: 0;
  font-family: serif;
}
.trouble__in {
  padding: 18.75px 0 0;
}
.trouble__in__inside {
  margin-bottom: 56.25px;
}
.trouble__in__contemt {
  width: 100%;
  padding: 0 15px 30px;
}
.trouble__in__top {
  padding: 15px;
}
.trouble__in__top__ttl {
  font-size: 20.625px;
  padding: 11.25px 0 7.5px;
  margin: 0 0 7.5px;
  line-height: 1;
}
.trouble__in__top__ttl span {
  font-size: 26.25px;
}
.trouble__in__top__list img {
  height: 22.5px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.trouble__in__bottom {
  margin: 90px 0 18.75px;
  padding: 0 15px 15px;
  box-shadow: 0 2px 10px -4px #ddd;
}
.trouble__in__bottom img {
  margin: -93.75px 0 0;
}
.trouble__in__bottom__link {
  padding: 11.25px 15px 9.375px;
  font-size: 15px;
  font-feature-settings: "palt";
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 11.25px 0 0;
}
.trouble__in__bottom__link small {
  font-size: 13.125px;
  display: block;
}
.trouble__in__bottom__link:first-of-type {
  margin: 5.625px 0 0;
}

/* } */
.adult-worries {
  /* background-image: url("../img/adult-worries_bg_pc.png");
  background-size: 2000px; */
  background-position: top center;
  /* margin: -30px 0 0; */
}
.adult-worries__ttl {
  transform: translateY(-50px);
}
.adult-worries__txt {
  width: 75%;
  padding: 0 0 15px 35px;
}
.adult-worries__txt p {
  font-size: 1.85rem;
  line-height: 2;
  font-weight: 500;
}
.adult-worries__txt span {
  color: #d54553;
}
.adult-worries__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  padding: 10px 0;
}
.adult-worries__list:last-child {
  border-top: dotted 2.5px #e07379;
}
.adult-worries__list__link {
  position: relative;
}
.adult-worries__list__link::before {
  content: "";
  background-image: url("../img/adult-worries_arrow_pc.png");
  background-size: contain;
  width: 25px;
  height: 60px;
  display: block;
  position: absolute;
  left: -35px;
  top: 0;
  pointer-events: none;
}
/* @media screen and (max-width: 1120px) { */
.adult-worries {
  background-image: url("../img/adult-worries_bg_sp.png");
  background-size: 100%;
  background-position: top center;
  margin-top: -38px;
}
.adult-worries__ttl {
  transform: translate3d(-18.75px, -38px, 0);
  width: 80%;
  margin: 0 auto 0px;
}
.adult-worries__txt {
  padding: 0px 5.625px 11.25px 16.875px;
  width: 57%;
  margin-top: -7.5px;
}
.adult-worries__txt p {
  font-size: 13.125px;
  font-feature-settings: "palt";
  text-shadow: 1px 0px 2px #fff, -1px 0px 2px #fff, 0px 1px 2px #fff, 0px -1px 2px #fff;
  line-height: 1.95;
}
.adult-worries__list {
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 0 7.5px;
}
.adult-worries__list:last-child {
  border: none;
  padding-bottom: 15px;
}
.adult-worries__list__wraper {
  background-color: rgba(255, 255, 255, 0.8);
  width: 90%;
  margin: 3.75px auto 18.75px;
  padding: 7.5px 0 0px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.adult-worries__list__link {
  margin-top: 30px;
}
.adult-worries__list__link::before {
  pointer-events: none;
  transform: rotate(90deg);
  top: -50.625px;
  left: calc(50% - 11.25px);
}
/* } */
.femaleWorries__outside {
  background: #ffffff;
  background-image: url(../img/femaleWorries_outside_bg_pc.png);
  background-size: cover;
  background-position: bottom center;
  padding: 40px 0 100px;
}
.femaleWorries__inside {
  background: #ffebeb;
  /* background-image: url("../img/femaleWorries_inside_bg_pc.png"); */
  /* background-size: 2000px; */
  background-position: top center;
  padding: 40px 0 100px;
}
.femaleWorries__ttl {
  padding: 45px 0 35px;
}
.femaleWorries__ttl img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.femaleWorries__content {
  background: #fff;
  box-shadow: 0px 2px 10px -7px #fdd1d0;
  padding: 40px 40px 0;
}
.femaleWorries__content__item {
  /* display: grid;
  grid-template-columns: repeat(10, 10%);
  grid-template-rows: repeat(auto-fit, 10rem); */
  padding: 40px 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23ef8987%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%225%22%3E%3C%2Fcircle%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-position: bottom 0px left;
  background-size: 0.85rem;
}
.femaleWorries__content__item.-typeA {
  /* grid-template-rows: repeat(auto-fit, 25rem); */
  padding: 0 0 40px;
  margin-top: -80px;
  padding-top: 80px;
  /* .femaleWorries__content__item {
  	&__price {
  		grid-row: 7;
  	}

  	&__img {
  		grid-row: 2/4;
  	}
  } */
}
.femaleWorries__content__item:last-child {
  background-image: none;
}
.femaleWorries__content__item__ttl {
  grid-column: 1/7;
  grid-row: 1;
  text-align: center;
}
.femaleWorries__content__item__ttl.-full {
  grid-column: 1/11;
}
.femaleWorries__content__item__ttl__sub {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  color: #ff8e8b;
  padding: 10px 0;
  font-size: 1.65rem;
  font-style: italic;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  font-weight: 600;
}
@media screen and (max-width: 1120px) {
  .femaleWorries__content__item__ttl__sub {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.femaleWorries__content__item__ttl__sub::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
  bottom: 12px;
  height: 2rem;
  background: #ff8e8b;
}
@media screen and (max-width: 1120px) {
  .femaleWorries__content__item__ttl__sub::before {
    height: 4vw;
    left: -3vw;
    bottom: 0.5vw;
  }
}
.femaleWorries__content__item__ttl__sub::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
  bottom: 12px;
  height: 2rem;
  background: #ff8e8b;
}
@media screen and (max-width: 1120px) {
  .femaleWorries__content__item__ttl__sub::after {
    height: 4vw;
    right: -3vw;
    bottom: 0.5vw;
  }
}
.femaleWorries__content__item__ttl__main {
  background: #ff8e8b;
  color: #fff;
  padding: 8px 0 6px;
  font-size: 2.35rem;
  border-top: solid 3px #ffc1bf;
  border-bottom: solid 3px #ffc1bf;
}
.femaleWorries__content__item__ttl__merit {
  padding: 25px 0 0;
}
.femaleWorries__content__item__ttl__merit img {
  width: 100%;
}
.femaleWorries__content__item__img {
  grid-column: 7/11;
  grid-row: 1/4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.femaleWorries__content__item__img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.femaleWorries__content__item__img p {
  display: block;
  width: 100%;
  padding: 0 35px 8px;
  font-size: 1.25rem;
  font-feature-settings: "palt";
  line-height: 1.65;
}
.femaleWorries__content__item__img span {
  color: #a58537;
}
.femaleWorries__content__item__txt {
  grid-column: 1/7;
  grid-row: 2;
  padding: 10px 0 30px;
}
.femaleWorries__content__item__txt p {
  font-size: 1.45rem;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  line-height: 1.75;
  word-break: break-all;
}
.femaleWorries__content__item__txt span {
  color: #a58537;
}
.femaleWorries__content__item__txt:nth-of-type(4) {
  grid-row: 4;
}
.femaleWorries__content__item__pickup {
  grid-column: 1/11;
  grid-row: 6;
  border-radius: 6px;
  overflow: hidden;
  margin: 30px 0 0;
}
.femaleWorries__content__item__pickup__head {
  background: #fe919c;
  color: #fff;
  padding: 8px 10px;
  cursor: pointer;
  position: relative;
}
.femaleWorries__content__item__pickup__head__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.85rem;
  font-family: serif;
  font-weight: 500;
  padding: 4px 0 0;
  position: relative;
}
.femaleWorries__content__item__pickup__head__ttl::before {
  content: "PICK UP";
  font-family: auto;
  font-size: 1rem;
  display: inline-block;
  vertical-align: 1rem;
  background: #d95562;
  padding: 3px 8px 1px;
  border-radius: 20px;
  position: absolute;
  left: -70px;
  top: 15px;
}
.femaleWorries__content__item__pickup__head.-active::after {
  background-image: url("../img/femaleWorries__content__item__pickup__head-minus.png");
}
.femaleWorries__content__item__pickup__head::after {
  content: "";
  background-image: url("../img/femaleWorries__content__item__pickup__head-plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 16px;
}
.femaleWorries__content__item__pickup__content {
  background: repeating-linear-gradient(-45deg, #f9e1e1, #f9e1e1 15px, #fae5e5 15px, #fae5e5 30px);
}
.femaleWorries__content__item__pickup__content__img {
  text-align: center;
  padding: 30px 0 0px;
}
.femaleWorries__content__item__pickup__content__txt {
  padding: 0 50px 20px;
  font-size: 1.45rem;
  line-height: 1.65;
}
.femaleWorries__content__item__price {
  /* grid-column: 1/7; */
  grid-row: 3;
  /* 
  				&:nth-of-type(4) {
  					grid-row: 5;
  				} */
}
.femaleWorries__content__item__price img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.femaleWorries__content__item__middle {
  /* grid-column: 1/11; */
  grid-row: 5;
  background: #eee;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.femaleWorries__content__item__middle__info {
  width: 40%;
}
.femaleWorries__content__item__middle__ttl img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.femaleWorries__content__item__middle__txt {
  font-size: 1.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  line-height: 1.85;
  padding: 5px 15px 20px;
}
.femaleWorries__content__item__middle__txt span {
  color: #ff8f8b;
}
.femaleWorries__content__item__middle__img {
  width: 60%;
}
.femaleWorries__content__item__middle__img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.femaleWorries__content__item__middle__img p {
  font-size: 1.25rem;
}
.femaleWorries .remarks {
  font-size: 1.15rem;
  padding: 10px 0 0;
  line-height: 1.2;
  font-feature-settings: "palt";
}
.femaleWorries #LabiaMinoraReduction {
  padding: 0px 0 40px;
}
.femaleWorries #LabiaMinoraReduction .femaleWorries__content__item__bottom {
  grid-column: 7/11;
  grid-row: 4/4;
  margin: -32px 0 -100px;
  padding: 10px 20px 0 40px;
}
.femaleWorries #LabiaMinoraReduction .femaleWorries__content__item__bottom img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.femaleWorries #VenusHyphen .femaleWorries__content__item__price {
  /* grid-row: 7;
  grid-column: 1/11; */
  padding: 30px 0 0;
}
.femaleWorries #HyaluronicAcidInjection {
  grid-template-rows: repeat(auto-fit, 25rem);
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item {
  /* &__ttl {
  	grid-column: 1/11;
  } */
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__txt, .femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__price {
  /* grid-column: 4/11; */
  padding-left: 40px;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__pickup {
  margin: 20px 0 30px;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__pickup__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 30px 50px 30px;
  justify-content: space-between;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__pickup__content__img {
  padding: 0 0 0 0;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__pickup__content__txt {
  padding: 0 20px 0 0;
  flex-basis: 60%;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__pickup__content__txt p {
  line-height: 2;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__txt {
  padding-bottom: 20px;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__txt:nth-of-type(5) {
  grid-row: 7;
  grid-column: 1/4;
  padding-left: 0;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__price:nth-of-type(5) {
  grid-row: 5;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__price:nth-of-type(6) {
  grid-column: 4/11;
  grid-row: 7;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__img {
  grid-column: 1/4;
  grid-row: 2/4;
}
.femaleWorries #gshot {
  grid-template-rows: repeat(auto-fit, 10rem);
}
.femaleWorries #gshot .femaleWorries__content__item {
  /* &__ttl {
  	grid-column: 1/11;
  } */
}
.femaleWorries #gshot .femaleWorries__content__item__txt, .femaleWorries #gshot .femaleWorries__content__item__price {
  /* grid-column: 4/11; */
  padding-left: 40px;
}
.femaleWorries #gshot .femaleWorries__content__item__pickup {
  margin: 20px 0 30px;
}
.femaleWorries #gshot .femaleWorries__content__item__pickup__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 30px 50px 30px;
  justify-content: space-between;
}
.femaleWorries #gshot .femaleWorries__content__item__pickup__content__img {
  padding: 0 0 0 0;
}
.femaleWorries #gshot .femaleWorries__content__item__pickup__content__txt {
  padding: 0 20px 0 0;
  flex-basis: 60%;
}
.femaleWorries #gshot .femaleWorries__content__item__pickup__content__txt p {
  line-height: 2;
}
.femaleWorries #gshot .femaleWorries__content__item__txt {
  padding-bottom: 20px;
}
.femaleWorries #gshot .femaleWorries__content__item__txt:nth-of-type(5) {
  grid-row: 7;
  grid-column: 1/4;
  padding-left: 0;
}
.femaleWorries #gshot .femaleWorries__content__item__price:nth-of-type(5) {
  grid-row: 5;
}
.femaleWorries #gshot .femaleWorries__content__item__price:nth-of-type(6) {
  grid-column: 4/11;
  grid-row: 7;
}
.femaleWorries #gshot .femaleWorries__content__item__img {
  grid-column: 1/4;
  grid-row: 2/4;
}
.femaleWorries #crf .femaleWorries__content__item__img,
.femaleWorries #HymenRegeneration .femaleWorries__content__item__img {
  padding-left: 40px;
}

/* @media screen and (max-width: 1120px) { */
.femaleWorries__outside {
  padding: 0 15px 15px;
}
.femaleWorries__inside {
  padding: 0 15px 15px;
  background-position: top center;
  background-image: url(../img/femaleWorries_inside_bg_sp.png);
  background-size: 100%;
}
.femaleWorries__ttl {
  padding: 30px 0 11.25px;
}
.femaleWorries__content {
  padding: 0 15px;
}
.femaleWorries__content__item {
  grid-template-columns: repeat(1, 100%);
  padding: 15px 0 22.5px;
  grid-template-rows: auto;
  font-size: 0;
  line-height: 1;
  background-size: 0.5rem;
}
.femaleWorries__content__item.-typeA {
  grid-template-rows: repeat(auto-fit, 318.75px);
  margin: 0;
  padding: 15px 0 0;
  /* .femaleWorries__content__item {
  	&__img {
  		grid-row: 3/4;
  	}
  } */
}
.femaleWorries__content__item__ttl__sub {
  margin: 0 auto 7.5px auto;
  font-size: 13.5px;
  padding: 12px 0 0 0;
}
.femaleWorries__content__item__ttl__sub::before, .femaleWorries__content__item__ttl__sub::after {
  height: 10px !important;
  height: 15px !important;
  bottom: -0.1875px !important;
}
.femaleWorries__content__item__ttl__main {
  font-size: 20.4375px;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
}
.femaleWorries__content__item__ttl__merit {
  padding: 11.25px 0 0;
}
.femaleWorries__content__item__img {
  grid-column: 1;
  grid-row: 4;
}
.femaleWorries__content__item__img p {
  padding: 5.625px 0px 15px;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.05rem;
}
.femaleWorries__content__item__txt {
  grid-column: 1;
  padding: 15px 0 15px;
}
.femaleWorries__content__item__txt p {
  font-size: 12.5625px;
  letter-spacing: 0.05rem;
}
.femaleWorries__content__item__txt span {
  color: #d29e1f;
}
.femaleWorries__content__item__pickup__head__ttl {
  padding: 37.5px 0 0;
  font-size: 24.375px;
  margin: 0 auto 0 3.75px;
  width: 85%;
  line-height: 1.25;
}
.femaleWorries__content__item__pickup__head__ttl::before {
  left: 0px;
  top: 7.5px;
  border-radius: 5px;
  padding: 4px 8px;
}
.femaleWorries__content__item__pickup__head::after {
  width: 30px;
  height: 30px;
  top: unset;
  bottom: 7.5px;
  right: 7.5px;
}
.femaleWorries__content__item__pickup__content__img {
  padding: 15px 18.75px 7.5px;
}
.femaleWorries__content__item__pickup__content__txt {
  padding: 3.75px 15px 15px;
  font-size: 13.125px;
}
.femaleWorries__content__item__middle {
  /* grid-column: 1; */
  padding: 15px;
}
.femaleWorries__content__item__middle__info {
  width: 100%;
}
.femaleWorries__content__item__middle__txt {
  padding: 0 0 15px;
  font-size: 11.25px;
  letter-spacing: 0;
  line-height: 1.55;
}
.femaleWorries__content__item__middle__img {
  width: 100%;
}
.femaleWorries__content__item__middle__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.femaleWorries #LabiaMinoraReduction {
  margin-bottom: 30px;
}
.femaleWorries #LabiaMinoraReduction .femaleWorries__content__item__bottom {
  /* grid-column: 1;
  grid-row: 5; */
  margin: -18.75px auto -56.25px;
  width: 75%;
  padding: 0;
}
.femaleWorries #VenusHyphen .femaleWorries__content__item__price {
  /* grid-column: 1; */
  padding: 15px 0;
}
.femaleWorries #VenusHyphen .femaleWorries__content__item__pickup {
  margin: 18.75px 0 0;
}
.femaleWorries #HyaluronicAcidInjection {
  grid-template-rows: repeat(auto-fit, 318.75px);
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__ttl, .femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__txt, .femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__price {
  /* grid-column: 1; */
  padding-left: 0;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__pickup {
  margin: 15px 0 0px;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__pickup__content {
  display: flex;
  padding: 11.25px 11.25px 15px;
  flex-direction: column-reverse;
  gap: 7.5px;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__pickup__content__txt {
  padding: 0;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__txt {
  padding-bottom: 15px;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__price:nth-of-type(6) {
  grid-column: 1/1;
  grid-row: 8;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__img {
  grid-column: 1;
  grid-row: 6;
  margin: 15px 0 0;
}
.femaleWorries #HyaluronicAcidInjection .femaleWorries__content__item__img img {
  height: 187.5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.femaleWorries #gshot {
  grid-template-rows: repeat(auto-fit, 93.75px);
}
.femaleWorries #gshot .femaleWorries__content__item__ttl, .femaleWorries #gshot .femaleWorries__content__item__txt, .femaleWorries #gshot .femaleWorries__content__item__price {
  /* grid-column: 1; */
  padding-left: 0;
}
.femaleWorries #gshot .femaleWorries__content__item__pickup {
  margin: 15px 0 0px;
}
.femaleWorries #gshot .femaleWorries__content__item__pickup__content {
  display: flex;
  padding: 11.25px 11.25px 15px;
  flex-direction: column-reverse;
  gap: 7.5px;
}
.femaleWorries #gshot .femaleWorries__content__item__pickup__content__txt {
  padding: 0;
}
.femaleWorries #gshot .femaleWorries__content__item__txt {
  padding-bottom: 15px;
}
.femaleWorries #gshot .femaleWorries__content__item__price:nth-of-type(6) {
  grid-column: 1/1;
  grid-row: 8;
}
.femaleWorries #gshot .femaleWorries__content__item__img {
  grid-column: 1;
  grid-row: 6;
  margin: 15px 0 0;
}
.femaleWorries #gshot .femaleWorries__content__item__img img {
  height: 187.5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.femaleWorries #crf .femaleWorries__content__item__img {
  padding-left: 0;
  margin: 15px 0 0;
}
.femaleWorries #crf .femaleWorries__content__item__img img:nth-of-type(2) {
  margin-top: 11.25px;
}
.femaleWorries #HymenRegeneration .femaleWorries__content__item__img {
  padding-left: 0;
  margin: 15px 0 0;
}
.femaleWorries #HymenRegeneration .femaleWorries__content__item__img img {
  height: 187.5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* } */
.points {
  background-color: #fef3ed;
  background-image: url(../img/points_bg_top.png), url(../img/points_bg_bottom.png);
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-size: auto;
  padding: 0px 0 100px;
}
.points__ttl {
  text-align: center;
  padding: 60px 0 50px;
}
.points__ttl__sub {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  color: #ff8e8b;
  font-style: italic;
  font-size: 1.85rem;
  padding: 8px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .points__ttl__sub {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.points__ttl__sub::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
  bottom: 12px;
  height: 10px !important;
  background: #ff8e8b;
  height: 15px !important;
  left: -11.25px !important;
  bottom: 1.875px !important;
}
@media screen and (max-width: 1120px) {
  .points__ttl__sub::before {
    height: 4vw;
    left: -3vw;
    bottom: 0.5vw;
  }
}
.points__ttl__sub::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
  bottom: 12px;
  height: 10px !important;
  background: #ff8e8b;
  height: 15px !important;
  right: -11.25px !important;
  bottom: 1.875px !important;
}
@media screen and (max-width: 1120px) {
  .points__ttl__sub::after {
    height: 4vw;
    right: -3vw;
    bottom: 0.5vw;
  }
}
.points__ttl__main {
  font-size: 4rem;
}
.points__ttl__main span {
  color: #ff8e8b;
}
.points__in {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.points__in__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.points__in__content__item {
  background: #fff;
  padding: 0 25px 20px;
  box-shadow: 0 0 10px 0px #f7e0dc;
}
.points__in__content__item__num {
  text-align: center;
  margin: -40px 0 0;
}
.points__in__content__item__num img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.points__in__content__item__img {
  text-align: center;
  padding: 10px 0;
}
.points__in__content__item__img img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.points__in__content__item__ttl {
  padding: 15px 0;
}
.points__in__content__item__ttl h3 {
  font-size: 1.95rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-weight: 600;
  color: #ff8d8a;
  line-height: 1.25;
}
.points__in__content__item__txt {
  padding: 6px 20px 10px;
}
.points__in__content__item__txt p {
  font-size: 1.35rem;
  font-feature-settings: "palt";
  line-height: 1.75;
}
.points__in__content__item__txt span {
  color: #ff8d8a;
}

/* @media screen and (max-width: 1120px) { */
.points {
  background-image: url(../img/points_bg_bottom.png);
  background-position: bottom right;
  background-size: 300px;
}
.points__in {
  width: 100%;
  padding: 7.5px 0 7.5px;
}
.points__in__content__item {
  padding: 0 15px 15px;
  min-height: 487.5px;
}
.points__in__content__item__num {
  text-align: center;
  margin: -28.125px 0 0;
}
.points__in__content__item__num img {
  width: auto;
  height: 56.25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.points__in__content__item__img {
  padding: 18.75px 0 7.5px;
}
.points__in__content__item__img img {
  margin: 0 auto;
}
.points__in__content__item__ttl h3 {
  font-size: 18.75px;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  text-align: center;
}
.points__in__content__item__txt p {
  font-size: 13.125px;
}
.points__in__content .slick-track {
  display: flex;
}
.points__in__content .slick-slide {
  width: 100%;
  max-width: 335px;
  /* width: calc(75 * 3.75px); */
  padding: 41.25px 0;
  margin: 0 9.375px;
}
.points__in__content .slick-arrow {
  transition: 0.3s;
}
.points__in__content .slick-arrow.slick-disabled {
  opacity: 0.25;
}
.points__in__content .slick-next {
  right: 0;
  opacity: 1;
  transform: scale(0.75);
}
.points__in__content .slick-next:before {
  content: url("../img/right_arrow.svg");
  opacity: 1;
}
.points__in__content .slick-prev {
  left: 0;
  opacity: 1;
  transform: scale(0.75);
}
.points__in__content .slick-prev:before {
  content: url("../img/left_arrow.svg");
  opacity: 1;
}
.points__ttl {
  padding: 30px 0 0;
}
.points__ttl__sub {
  margin-bottom: 3.75px;
  font-size: 13.6875px;
  padding: 0;
}
.points__ttl__main {
  font-size: 24.375px;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}

/* } */
.video {
  background: url("../img/movie_bg_pc.png");
  /* background-size: 2000px;
  margin: -50px 0 0; */
}
.video__ttl {
  padding: 150px 0;
}
.video__ttl h2 {
  font-size: 3rem;
  font-weight: 500;
}
.video__ttl span {
  color: #ff8d8a;
}
.video__slider {
  margin: -100px 0 0;
  padding: 0 0 100px;
}
.video__slider__in .slick-arrow {
  top: unset;
  bottom: -70px;
}
.video__slider__in .slick-dots {
  top: unset;
  bottom: -35px;
}
.video__slider__list {
  min-height: 315px;
  height: auto;
  padding: 20px;
  position: relative;
  font-size: 0;
}
.video__slider__list::before {
  content: "";
  background: transparent;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s;
}
.video__slider__list iframe {
  width: 100%;
}
.video .slick-slide {
  width: 100% !important;
  transform: scale(0.85);
  transition: all 0.2s;
}
.video .slick-slide .video__slider__list::before {
  transform: scale(0.85);
}
.video .slick-slide.slick-center {
  transform: scale(1);
}
.video .slick-slide.slick-center .video__slider__list::before {
  transform: scale(1);
}

/* @media screen and (max-width: 1120px) { */
.video {
  background-size: 525px;
  background-position: top right 412.5px;
  margin: -18.75px 0 0;
}
.video__ttl {
  margin: 0px 0 0;
  padding: 45px 0 93.75px;
}
.video__ttl h2 {
  font-size: 21.5625px;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-weight: 600;
  text-shadow: 0 0 10px #fff;
}
.video__ttl span {
  color: #ff736f;
}
.video .slick-slide {
  width: 262.5px;
  transform: scale(1);
}
.video .slick-slide.slick-center iframe {
  transition: all 0.2s;
  transform: scale(1);
}

.video__slider {
  margin: -56.25px 0 0;
  padding: 0px 0 56.25px;
}
.video__slider__in .slick-arrow {
  top: unset;
  bottom: -56.25px;
  width: 22.5px;
}
.video__slider__in .slick-dots {
  bottom: -37.5px;
}
.video__slider__list {
  padding: 0 0;
  min-height: auto;
}
.video__slider__list iframe {
  transform: scale(0.85);
  width: 100%;
  height: 150px;
  transition: all 0.3s;
}

/* } */
.guaranteeSystem {
  padding: 110px 0;
  background: url("../img/guaranteeSystem_bg_pc.jpg");
  background-attachment: fixed;
}
.guaranteeSystem__ttl__sub {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .guaranteeSystem__ttl__sub {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.guaranteeSystem__ttl__sub__in {
  position: relative;
}
.guaranteeSystem__ttl__sub__in::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
}
@media screen and (max-width: 1120px) {
  .guaranteeSystem__ttl__sub__in::before {
    height: 4vw;
    left: -3vw;
    bottom: 0.5vw;
  }
}
.guaranteeSystem__ttl__sub__in::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
}
@media screen and (max-width: 1120px) {
  .guaranteeSystem__ttl__sub__in::after {
    height: 4vw;
    right: -3vw;
    bottom: 0.5vw;
  }
}
.guaranteeSystem__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1120px) {
  .guaranteeSystem__ttl__main {
    font-size: 7vw;
    font-weight: bold;
  }
}
.guaranteeSystem__ttl__main span {
  color: #b99d69;
}
.guaranteeSystem__card {
  max-width: 1120px;
  margin: 40px auto 0;
  background: #faf8f5;
  padding: 60px 86px;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
}
.guaranteeSystem__card__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto;
  line-height: 1;
  background: url("../img/wing_left.png") no-repeat left center, url("../img/wing_right.png") no-repeat right center;
}
.guaranteeSystem__card__catch__ttl {
  font-size: 4.85rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  line-height: 5.5rem;
  margin: 0 1rem 0 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.guaranteeSystem__card__catch__ttl small {
  font-size: 4.5rem;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.guaranteeSystem__card__catch__period {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12rem;
  font-weight: 600;
  color: #bba274;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: -0.5rem;
}
.guaranteeSystem__card__catch__period__num {
  margin-right: 15px;
  font-weight: 500;
  transform: translate3d(10px, -5px, 0px) scaleY(1);
  font-size: 16.5rem;
}
.guaranteeSystem__card__catch__txt {
  flex: 0 0 100%;
  margin-top: 5px;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
.guaranteeSystem__card__description {
  margin-top: 30px;
  text-align: center;
}
.guaranteeSystem__card__description p {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.guaranteeSystem__card__description p span {
  color: #b58122;
}
.guaranteeSystem__card__detail__caution {
  display: none;
}
.guaranteeSystem__card__detail__list {
  margin-top: 40px;
}
.guaranteeSystem__card__detail__list li {
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.guaranteeSystem__card__popup__trigger {
  margin-top: 20px;
  font-size: 1.5rem;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.4s ease;
  color: #b58122;
}
.guaranteeSystem__card__popup__trigger:hover {
  opacity: 0.6;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
.guaranteeSystem .accordion__ttl {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  margin-top: 40px;
  padding: 0 30px;
  background: #c9b898;
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.guaranteeSystem .accordion__ttl:hover {
  opacity: 0.8;
  transition: opacity 0.4s ease;
}
.guaranteeSystem .accordion__ttl::after {
  position: absolute;
  top: 28px;
  right: 18px;
  content: "";
  border: 6px solid transparent;
  border-top: 8px solid #fff;
}
.guaranteeSystem .accordion__ttl.--open::after {
  top: 20px;
  right: 18px;
  content: "";
  border: 6px solid transparent;
  border-bottom: 8px solid #fff;
}
.guaranteeSystem .accordion__cont {
  display: none;
  margin-top: 30px;
}
.guaranteeSystem .accordion__cont__table {
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border-left: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  border-collapse: initial;
  font-size: 1.4rem;
}
.guaranteeSystem .accordion__cont__table tr:first-child {
  text-align: center;
}
.guaranteeSystem .accordion__cont__table th {
  width: 290px;
  padding: 10px;
  background: #fff8ee;
  border-top: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.guaranteeSystem .accordion__cont__table td {
  padding: 20px 30px;
  border-top: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  text-align: center;
  position: relative;
  vertical-align: middle;
  line-height: 1.6;
}
.guaranteeSystem .accordion__cont__table td:last-child {
  text-align: left;
}
.guaranteeSystem .c-accordion:not(:first-child) .accordion__ttl {
  margin-top: 20px;
}

/* @media screen and (max-width: 1120px) { */
.guaranteeSystem {
  width: 100%;
  padding: 34.875px 18.75px;
}
.guaranteeSystem__in {
  margin-top: 18.75px;
  background: #faf8f5;
  padding: 0 18.75px;
}
.guaranteeSystem__ttl__sub {
  margin-bottom: 3.75px;
  font-size: 13.5px !important;
}
.guaranteeSystem__ttl__sub__in::before {
  height: 10px !important;
  height: 15px !important;
  left: -11.25px !important;
  bottom: 1.875px !important;
}
.guaranteeSystem__ttl__sub__in::after {
  height: 10px !important;
  height: 15px !important;
  right: -11.25px !important;
  bottom: 1.875px !important;
}
.guaranteeSystem__ttl__main {
  white-space: nowrap;
  text-indent: -9.75px;
  width: 100%;
  font-size: 26px !important;
}
.guaranteeSystem__card {
  margin-top: 18.75px;
  padding: 18.75px 15px;
}
.guaranteeSystem__card__catch {
  display: block;
  width: auto;
  line-height: 0.85;
  padding: 11.25px 0 9.375px;
}
.guaranteeSystem__card__catch__ttl {
  padding-top: 0;
  font-size: 27.75px;
  text-align: center;
  letter-spacing: 0.05em;
  transform: none;
}
.guaranteeSystem__card__catch__ttl small {
  font-size: 27.75px;
}
.guaranteeSystem__card__catch__period {
  margin-top: 3.75px;
  padding-right: 10px;
  font-size: 60px;
  letter-spacing: 0;
}
.guaranteeSystem__card__catch__period__num {
  margin-right: 4px;
  font-size: 84.375px;
  letter-spacing: 0;
  transform: none;
  transform: translateY(0px);
}
.guaranteeSystem__card__catch__txt {
  margin-top: 7.5px;
  padding: 0 0;
  font-size: 12.75px;
  letter-spacing: 0;
  line-height: 1.4;
}
.guaranteeSystem__card__description {
  margin-top: 18.75px;
  padding: 0 3.75px;
}
.guaranteeSystem__card__description p {
  font-size: 12.1875px;
  font-feature-settings: "palt";
}
.guaranteeSystem__card__detail .c-popup {
  margin-top: 0;
}
.guaranteeSystem__card__detail__caution {
  display: block;
  margin: 0 0 0;
  font-size: 11.25px;
  text-align: right;
}
.guaranteeSystem .accordion__ttl {
  padding: 11.25px 37.5px 11.25px 18.75px;
  font-size: 13.5px;
  margin-top: 11.25px;
  line-height: 1.6;
}
.guaranteeSystem .accordion__cont__table {
  table-layout: auto;
  width: 150%;
}
.guaranteeSystem .accordion__cont__table__overflow {
  overflow-x: scroll;
}
.guaranteeSystem .accordion__cont__table tbody th {
  width: 35%;
  padding: 7.5px;
  font-size: 12.75px;
}
.guaranteeSystem .accordion__cont__table tbody td {
  width: 20%;
  text-align: center;
  font-size: 12.75px;
}
.guaranteeSystem .accordion__cont__table tbody td:last-child {
  width: 40%;
}
.guaranteeSystem .accordion__cont__caution {
  margin-bottom: 7.5px;
  text-align: left;
  font-size: 11.25px;
}
.guaranteeSystem .c-accordion:not(:first-child) {
  margin-top: 11.25px;
}
.guaranteeSystem .c-accordion:not(:first-child) .accordion__ttl {
  margin-top: 11.25px;
}

/* } */
.doctor#doctor {
  background: url(../img/doctor_ttl_pc.png), url(../img/doctor_bg.jpg);
  background-size: 2000px;
  background-position: top center, center;
  background-repeat: no-repeat;
  padding: 300px 0 100px;
}
.doctor .p-doctor {
  width: 100%;
  height: auto;
  margin: -100px auto 0;
  color: #111;
  position: relative;
}
.doctor .p-doctor_list {
  padding: 30px 35px 0;
  box-sizing: border-box;
  background-color: #fff;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
  margin: 0 0 70px;
}
.doctor .p-doctor_list.dr_yamada .doctor-img::after {
  background: #f0e1ee;
}
.doctor .p-doctor_list.dr_ichimaru .doctor-img::after {
  background: #eae4f3;
}
.doctor .p-doctor_list.dr_yumiri .doctor-img::after {
  background: #d29ebf;
}
.doctor .p-doctor_list.dr_okutsu .doctor-img::after {
  background: #dcf1e3;
}
.doctor .p-doctor_list.dr_matsuda .doctor-img::after {
  background: #ffe8d9;
}
.doctor .p-doctor_list.dr_nishida .doctor-img::after {
  background: #fee1e5;
}
.doctor .p-doctor-bg {
  display: grid;
  grid-template-columns: repeat(10, 10%);
  grid-template-rows: repeat(2, 110px);
  grid-row-gap: 20px;
}
.doctor .p-doctor .doctor-img {
  grid-column: 1/4;
  grid-row: 1/3;
  margin: -30px 0 0;
  padding: 30px 0 0;
  position: relative;
  overflow: hidden;
}
.doctor .p-doctor .doctor-img img {
  display: block;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.05));
}
.doctor .p-doctor .doctor-img::after {
  content: "";
  position: absolute;
  display: block;
  top: 30px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: -1;
}
.doctor .p-doctor .doctor-name {
  grid-column: 4/8;
  grid-row: 1/2;
  padding: 0 0 0 30px;
  font-size: 3rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.doctor .p-doctor .doctor-name span {
  display: block;
  font-size: 1.25rem;
  margin: 0 0 4px;
}
.doctor .p-doctor-photo {
  grid-column: 9/11;
  grid-row: 1/2;
}
.doctor .p-doctor-photo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.doctor .p-doctor-txt {
  grid-column: 4/11;
  grid-row: 2/2;
  padding: 0 0 20px 30px;
  font-size: 1.325rem;
  line-height: 1.65;
  font-feature-settings: "palt";
  letter-spacing: 0.105rem;
  text-align: justify;
}
.doctor .slick-slide {
  transform: scale(0.85);
  transition: 0.3s;
}
.doctor .slick-slide .doctor-img img {
  transform: scale(0.95);
  transition: 0.5s;
}
.doctor .slick-slide.slick-active {
  transform: scale(1);
}
.doctor .slick-slide.slick-active .doctor-img img {
  transform: translateY(-20px) scale(1.1);
}
.doctor .slick-slider .slick-arrow {
  top: unset;
  bottom: -70px;
}
.doctor .slick-slider .slick-dots {
  top: unset;
  bottom: -35px;
}

/* @media screen and (max-width: 1120px) { */
.doctor#doctor {
  background: url(../img/doctor_ttl_sp.png), url(../img/doctor_bg.jpg);
  background-size: 100%, 750px;
  background-repeat: no-repeat, repeat;
  padding: 112.5px 0 0;
}
.doctor .p-doctor {
  margin: -18.75px 0 0 0;
}
.doctor .p-doctor-ttl {
  padding: 0 15px;
}
.doctor .p-doctor-ttl img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.doctor .p-doctor_list {
  padding: 22.5px 18.75px;
  height: auto;
}
.doctor .p-doctor-bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.doctor .p-doctor .doctor-img {
  width: 100%;
  height: 243.75px;
}
.doctor .p-doctor .doctor-img img {
  transform: translateY(-45px) scale(1);
  height: auto;
  width: 70%;
}
.doctor .p-doctor .doctor-img::after {
  height: 100%;
}
.doctor .p-doctor .doctor-name {
  width: 85%;
  background: #fff;
  margin: -67.5px auto -18.75px;
  position: relative;
  z-index: 1;
  padding: 15px 15px;
  text-align: center;
  font-size: 28.125px;
}
.doctor .p-doctor .doctor-name span {
  font-size: 13.125px;
  margin: 0 0 2px;
}
.doctor .p-doctor-photo {
  width: 30%;
}
.doctor .p-doctor-txt {
  width: 70%;
  padding: 0 0 15px 15px;
  font-size: 12.1875px;
  letter-spacing: 0.05rem;
}
.doctor .slick-slide {
  padding: 30px 0 37.5px 0;
  transform: scale(1);
  width: 340px;
}
.doctor .slick-slide.slick-active {
  transform: scale(1);
}
.doctor .slick-slide.slick-active .doctor-img img {
  transform: translateY(-45px) scale(1);
}
.doctor .slick-slider .slick-arrow {
  top: unset;
  bottom: 0;
  width: 30px;
}
.doctor .slick-slider .slick-dots {
  bottom: 22.5px;
}
.doctor .slick-slide {
  padding: 22.5px 18.75px;
  transform: scale(0);
}

/* } */
.l-campaign {
  margin-top: 48.75px;
}

.l-campaign .c-lead {
  margin-bottom: 41.25px;
}

.l-campaign_list {
  padding: 0 15px;
}

.l-campaign_list.l-campaign_list_center {
  justify-content: space-between;
}

.l-campaign_list_item {
  flex-basis: 48.6%;
  margin-top: 10.5px;
}

.l-campaign_list.l-campaign_list_center .l-campaign_list_item {
  margin: 10.5px 0 0;
}

.l-campaign_list_item_data_ttl {
  margin: 15px 0 22.5px;
  padding-bottom: 11.25px;
  border-width: 0 0 1px 0;
  font-size: 18.75px;
}

.l-campaign_list_item_img img {
  max-width: 100%;
}

.l-modal .l-campaign_list_item_data_menu_ttl {
  margin-bottom: 7.5px;
}

.l-modal .l-campaign_list_item_data_menu_ttl a {
  background-position: 3px 5px;
  font-size: 16.5px;
}

.l-modal .l-campaign_list_item_data_menu + .l-campaign_list_item_data_menu {
  margin-top: 22.5px;
}

.l-modal .l-campaign_list + .c-btn_type1 {
  width: auto;
}

.l-modal .l-campaign_list_item_data_menu_clinic {
  margin-bottom: 7.5px;
  font-size: 15px;
  line-height: 1.4;
}

.l-modal .l-campaign_caution {
  font-size: 12.75px;
  margin-top: 22.5px;
}

.access {
  background-position: center top;
  height: auto;
}
.access__in {
  padding: 0 0 20px;
  box-sizing: border-box;
}
.access__in__ttl {
  position: relative;
  z-index: 1;
}
.access__in__ttl__sub {
  margin: 0;
}
.access__in__ttl__main {
  margin: 0;
  color: #fff;
  padding: 100px 0 30px;
}
.access__caution {
  text-align: center;
  color: #f52222;
  font-size: 1.65rem;
}
.access__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 10px;
}
.access__list__item {
  width: calc(50% - 20px);
  overflow: hidden;
  background: #f8f6ef;
  margin-top: 25px;
}
.access__list__item__thumb img {
  width: 100%;
}
.access__list__item__info {
  padding: 30px 30px;
  text-align: center;
  height: 100%;
  font-size: 0;
  line-height: 1;
}
.access__list__item__info__name {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.25rem;
  color: #272727;
  letter-spacing: 0.1em;
}
.access__list__item__info__tel {
  margin: 20px 0 26px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "Noto Sans JP", "Meiryo", verdana, "Osaka", "MS PGothic", sans-serif;
}
.access__list__item__info__tel a {
  display: inline-flex;
  width: 100%;
  max-width: 240px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 8px 16px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  border: 0 solid currentColor;
  border-radius: 999px;
  background-color: transparent;
  color: #b5912f;
  pointer-events: none;
}
.access__list__item__info__tel a svg {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.access__list__item__info__tel a svg path {
  fill: #b5912f;
  transition: fill 0.2s ease-in;
}
.access__list__item__info__station {
  margin-top: 5px;
  font-size: 1.25rem;
  line-height: 1.35;
}
.access__list__item__info__name + .access__list__item__info__station {
  margin-top: 25px;
}
.access__list__item__info__address {
  margin-top: 5px;
  font-size: 1.25rem;
  line-height: 1.35;
}
.access__list__item__info__address br:first-child {
  display: none;
}
.access__list__item__info__address a {
  text-decoration: underline;
  color: #aa8f25;
  margin: 10px 0 0;
  display: inline-block;
  font-weight: bold;
}

/* @media screen and (max-width: 1120px) { */
.access {
  background-size: cover;
}
.access__in {
  padding: 0;
}
.access__in__ttl {
  line-height: 1;
  padding-bottom: 20px;
}
.access__in__ttl__main {
  margin: 0;
  padding: 50px 0 0px;
}
.access__in__element .access__menu {
  margin: 0;
  gap: 7.5px;
  padding: 4px 5.625px 5px;
  position: relative;
  z-index: 1;
  background: #4c4028;
}
.access__in__element .access__menu__item {
  font-size: 1.5rem;
  padding: 10px 0 10px;
  border-radius: 6px;
}
.access__in__element .access__menu__item.active::after {
  left: calc(50% - 10px);
  border-width: 10px 10px 0 10px;
  bottom: -10px;
}
.access__in__contents {
  padding: 0 7.5px;
  background: rgba(255, 255, 255, 0.65);
}
.access__in__contents .access__clinic {
  justify-content: space-between;
  padding: 0 0 20px;
}
.access__in__contents .access__clinic__item {
  font-size: 1.65rem;
  max-width: 400px;
  margin: 10px 0 10px;
}
.access__in__contents .access__clinic__name {
  font-size: 16.875px;
  line-height: 1.25;
  padding: 12px 0 6px;
}
.access__in__contents .access__clinic__address {
  font-size: 10.6875px;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.access__in__contents .access__clinic__link {
  font-size: 13.125px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  margin-top: 2px;
}
.access__in__contents .access__clinic__link svg {
  width: 13.125px;
  height: 13.125px;
  vertical-align: -0.9375px;
  margin-left: -2px;
}
.access__list {
  margin: 0 0;
  gap: 0;
}
.access__list__item {
  width: 50%;
  margin: 0;
  background: #f4efe4;
  font-size: 0;
}
.access__list__item__info {
  padding: 15px 15px;
}
.access__list__item__info__name {
  font-size: 16.875px;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
.access__list__item__info__tel {
  font-size: 0;
  font-feature-settings: "palt";
  letter-spacing: 0;
  margin: 0;
  padding: 11.25px 0;
}
.access__list__item__info__tel a {
  gap: 4px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.5em 1em 0.325em 1em;
  font-size: 18px;
  white-space: nowrap;
  pointer-events: auto;
  border-width: 2px;
}
.access__list__item__info__tel a svg {
  flex: 1 0 auto;
  top: -0.0325em;
  width: 0.8em;
  height: 0.8em;
}
.access__list__item__info__station {
  font-feature-settings: "palt";
  font-size: 12px;
}
.access__list__item__info__address {
  font-feature-settings: "palt";
  font-size: 12px;
}
.access__list__item__thumb img {
  height: 93.75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.access__list__item:nth-child(odd) .access__list__item__info {
  border-right: dashed 1px #ddd;
}
.access__caution {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.35;
  font-feature-settings: "palt";
}

/* } */
.reservation {
  background: #fff;
  /* margin: 0 0; */
  padding: 0 0 20px;
}
.reservation .section__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.reservation .section__head {
  padding: 80px 0 40px;
}
.reservation .section__head-ja {
  font-size: 4.4rem;
  font-weight: bold;
  width: 100%;
  color: #333;
  position: relative;
}
.reservation .section__head__in {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
  font-size: 2.4rem;
  text-align: center;
  color: #8e6f33;
  font-feature-settings: "palt";
}
.reservation .section__head__in::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
}
@media screen and (max-width: 1120px) {
  .reservation .section__head__in::before {
    height: 4vw;
    left: -3vw;
    bottom: 0.5vw;
  }
}
.reservation .section__head__in::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
}
@media screen and (max-width: 1120px) {
  .reservation .section__head__in::after {
    height: 4vw;
    right: -3vw;
    bottom: 0.5vw;
  }
}
.reservation #reservationArea {
  background: none;
  margin: 80px 0;
}
.reservation .p-tel_resevation {
  padding: 0px 0 40px;
}
.reservation .p-tel_resevation__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
  color: #293037;
}
@media screen and (max-width: 1120px) {
  .reservation .p-tel_resevation__ttl__main {
    font-size: 7vw;
    font-weight: bold;
  }
}
.reservation .p-tel_resevation__ttl__sub {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  color: #ff74aa;
  font-size: 1.4rem;
}
@media screen and (max-width: 1120px) {
  .reservation .p-tel_resevation__ttl__sub {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.reservation .p-tel_resevation_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto 0;
}
.reservation .p-tel_resevation_list_item {
  text-align: center;
  width: 25%;
  margin: 20px 0;
}
.reservation .p-tel_resevation_list_item_name {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  color: #4a3d24;
}
.reservation .p-tel_resevation_list_item_name::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: #8e6f33;
  transform: rotate(45deg);
}
.reservation .p-tel_resevation_list_item_time {
  display: block;
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: normal;
}
.reservation .p-tel_resevation_list_item_tel {
  display: inline-block;
  margin-top: 5px;
  font-size: 2.8rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA;
  text-decoration: none;
  color: #272727;
  pointer-events: none;
}
.reservation .p-reservation_form {
  margin: 0;
}
.reservation .p-reservation_form_input_table {
  margin-top: 0 !important;
  border: none !important;
  padding: 15px !important;
}
.reservation .p-reservation_form_input_table_block_a input,
.reservation .p-reservation_form_input_table_block_a select,
.reservation .p-reservation_form_input_table_block_a textarea {
  background: #fff;
}
.reservation .p-reservation_form_input_table_block_gender {
  display: none;
}
.reservation .p-reservation_form_input_table_block_a .your-age input[name=your-age] {
  width: 100%;
}

/* @media screen and (max-width: 1120px) { */
.reservation {
  padding: 0 0 10px;
}
.reservation .section__head {
  font-size: 1rem;
  padding: 40px 0 0;
}
.reservation .section__head__in {
  font-size: 15.9375px;
}
.reservation .section__head-ja {
  font-size: 24.375px;
  font-weight: bold;
  width: 100%;
  color: #333;
  position: relative;
  bottom: auto;
}
.reservation .p-tel_resevation {
  padding: 0 15px 10px;
}
.reservation .p-tel_resevation:empty {
  padding: 0;
}
.reservation .p-tel_resevation__ttl__sub {
  font-size: 1.4rem;
}
.reservation .p-tel_resevation_list {
  display: block;
  margin-top: 37.5px;
  padding: 0;
}
.reservation .p-tel_resevation_list_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reservation .p-tel_resevation_list_item + .p-tel_resevation_list_item {
  margin-top: 20px;
}
.reservation .p-tel_resevation_list_item_name {
  flex-basis: 45%;
  font-size: 15.9375px;
  text-align: left;
  line-height: 1.25;
  padding-right: 10px;
}
.reservation .p-tel_resevation_list_item_name::before {
  content: none;
}
.reservation .p-tel_resevation_list_item_time {
  margin-top: 5px;
  display: block;
  font-size: 9.375px;
}
.reservation .p-tel_resevation_list_item_tel {
  flex-basis: 55%;
  margin-top: 0;
  padding: 8px 0 8px 30px;
  background: url("../img/icon-free.svg") 18.75px center/20px no-repeat;
  border: 1px solid #ea5f63;
  border-radius: 100px;
  text-align: center;
  color: #e95f63;
  font-size: 1.8rem;
  pointer-events: auto;
  box-sizing: border-box;
}
.reservation #reservationArea {
  padding: 20px 0 60px 0;
  margin: 0;
}
.reservation #reservationArea .l-ad_reservation {
  margin-top: 10px;
}
.reservation .p-line {
  margin: 0 15px;
}

/* } */
.p-reservation_form {
  margin-top: 37.5px;
}

.p-reservation_form_ttl {
  font-size: 21.75px;
}

.p-reservation_form_input_table {
  margin-top: 22.5px;
  padding: 15px;
}

.p-reservation_form_input_table_block {
  flex-direction: column;
  border-bottom: 1px solid #d2d2d2;
  padding: 19px 0px;
}

.p-reservation_form_input_table_block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-reservation_form_input_table_block_request {
  display: none;
}

.p-reservation_form_input_table_block_q {
  width: 100%;
  font-size: 1.8rem;
}

.p-reservation_form_input_table_block_q_consult {
  padding-bottom: 10px;
}

.p-reservation_form_input_table_block_q_date {
  margin-bottom: 20px;
}

.p-reservation_form_input_table_block_q_date .p-reservation_form_input_table_block_ind {
  top: 36px;
}

.p-reservation_form_input_table_block_q_date .p-reservation_form_input_table_block_any {
  bottom: -204px;
}

.p-reservation_form_input_table_block_a {
  width: 100%;
  margin-top: 10px;
  padding: 0;
}

.p-reservation_form_input_table_block_a_select {
  background: #fff;
  border-radius: 5px;
}

.reservation .p-reservation_form_input_table_block_a select {
  padding: 15px;
  font-size: 1.8rem;
}

.p-reservation_form_input_table_block_a .wpcf7-list-item {
  width: 50%;
  margin: 0 0 14px 0;
}

.p-reservation_form_input_table_block_a .your-age input[name=your-age] {
  width: 50%;
}

.p-reservation_form_input_table_block_a .your-gender .wpcf7-list-item {
  width: 20%;
}

.p-reservation_form_input_table_block_a_consult .wpcf7-list-item {
  font-size: 13.5px;
  line-height: 1.4;
}

.p-reservation_form_input_table_block_a_consult .wpcf7-list-item:nth-child(even) {
  width: 50%;
}

.p-reservation_form_input_table_block_a input[type=checkbox] {
  margin: 2px 6px 0 0;
}

.p-reservation_form_input_table_block_ind {
  width: 46px;
  height: 24px;
  left: auto;
  right: 0;
  top: -24px;
  padding: 3px 10px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
}

.p-reservation_form_input_table_block_any {
  width: 46px;
  height: 24px;
  left: auto;
  right: 0;
  top: -24px;
  padding: 3px 10px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
}

.p-reservation_form_input_table_block_date .p-reservation_form_input_table_block_ind,
.p-reservation_form_input_table_block_date .p-reservation_form_input_table_block_any {
  top: 8px;
}

.p-reservation_form_input_table_block_sup {
  display: inline-block;
}

.p-reservation_form_input_table_block_date .reserve1,
.p-reservation_form_input_table_block_date .reserve2,
.p-reservation_form_input_table_block_date .reserve3 {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
}

.p-reservation_form_input_table_block_date .reserve_time1,
.p-reservation_form_input_table_block_date .reserve_time2,
.p-reservation_form_input_table_block_date .reserve_time3 {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
}

.p-reservation_form_input_table_block_a .wpcf7-list-item {
  width: 50%;
  margin: 0 0 14px 0;
  font-size: 14px;
}

.p-reservation_form_policy {
  margin-top: 30px;
}

.p-reservation_form_input_table {
  padding: 16px;
}

.p-reservation_form_input_table_block_q,
.p-reservation_form_input_table_block_sup,
.p-reservation_form_input_table_block_a_input,
.p-reservation_form_input_table_block_a_select,
.p-reservation_form_input_table_block_a_textarea {
  font-size: 16px;
  line-height: 1.5;
  padding-right: 36px;
}

.wpcf7-form-control-wrap {
  border-radius: 5px;
}

.wpcf7-list-item-label {
  margin-left: 6px;
}

.p-line_link_bnr {
  margin: 30px auto 10px;
}
.p-line_link_txt {
  text-align: right;
  color: #e43b33;
  font-weight: 500;
}

/* @media screen and (max-width: $break-point) { */
.p-line {
  padding: 0 0;
}
.p-line_link_bnr {
  margin: 0;
}
.p-line_link_txt {
  text-align: right;
  font-size: 9.375px;
  padding: 0 0 18.75px;
}

/* } */
.l-footer {
  background-color: #353535;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.l-footer a {
  color: #fff;
}

/* @media screen and (max-width: $break-point) { */
/* } */
/* @media screen and (max-width: $break-point) { */
.floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
}
.floating__in {
  display: flex;
  justify-content: space-between;
  padding: 7.5px 9.75px;
  background: #e8e8e8;
  gap: 10px;
}
.floating__btn {
  flex: 0 0 48.5%;
  font-size: 0;
}
.floating__btn:first-child:not(.floating_btn__tel) {
  transform: translateX(50%);
}
.floating__btn img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.floating__tel {
  display: none;
  position: fixed;
  left: 0;
  bottom: 52.95px;
  width: 100%;
  z-index: 9999;
}
.floating__tel__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #8c8c8c;
  border-width: 1px 0 0 1px;
}
.floating__tel__list__item {
  flex-basis: 50%;
  height: 56px;
  border: 1px solid #8c8c8c;
  border-width: 0 1px 1px 0;
}
.floating__tel__list__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.floating__tel__list__item a span {
  padding-left: 26px;
  background: url(/ad/doctor/common/assets/images/ico_tel.svg) left center/18px no-repeat;
}

/* } */
/* SPサイズ 追従電話ボタンリスト. */
.l-h_contactLinks_in_tel_list {
  display: none;
}

/* @media screen and (max-width: $break-point) { */
.l-h_contactLinks_in_tel_list {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 52px;
  width: 100%;
  z-index: 9999;
}

.l-h_contactLinks_in_tel_list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #8c8c8c;
}

.l-h_contactLinks_in_tel_list ul::after {
  content: "";
  flex-basis: 50%;
  border-top: 1px solid #8c8c8c;
}

.l-h_contactLinks_in_tel_list_item {
  flex-basis: 50%;
  height: 56px;
}

.l-h_contactLinks_in_tel_list_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.l-h_contactLinks_in_tel_list_item a span {
  padding-left: 26px;
  background: url(/ad/common/assets/images/ico_tel.svg) left center/18px no-repeat;
}

.l-h_contactLinks_in_tel_list_item a:nth-child(odd) {
  border-right: 1px solid #8c8c8c;
}

.l-h_contactLinks_in_tel_list_item a:nth-child(n-2) {
  border-top: 1px solid #8c8c8c;
}

.js-bottomBtn_target.is-open {
  display: block;
}

/* } */