@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&family=Oswald&display=swap");
/* ブレイクポイントの定義 */
:root {
  --oswald: "Oswald", sans-serif;
  --serif: "NotoSerifCJKjp", "Noto Serif JP", Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E,
    HG明朝E, serif;
}

/* HTML直書きだったものここから
-----------------------------------*/
.l-column-content p span {
  display: inline !important;
}

.wp-post p {
  margin: 1.1em 0px 1.5em;
}

.l-page.l-column-single .contents .main .anchor-list {
  gap: 0 20px;
}
.l-page.l-column-single .contents .main .anchor-list li {
  width: 100%;
}
.l-page.l-column-single .contents .main .profile .profile-list > li {
  width: 50%;
}
.l-page.l-column-single .contents .main .profile .profile-list > li .profile-in-list > li {
  line-height: 1.7;
  padding: 6px 0;
}

.l-column-content .cv_btn_link {
  margin-bottom: 40px;
}
.l-column-content .wp-post img[class*="wp-image-"] {
  padding: 0 !important;
}

.l-column-heading h1 {
  display: inline;
}
.l-column-heading .cat {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #00c0bd;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 4px;
  border: 1px solid #00c0bd;
  padding: 5px 10px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 10px;
}
.l-column-heading .cat:hover {
  opacity: 0.7;
}
.l-column-heading .time-wrap .publish-day span {
  font-size: 14px;
}
.l-column-heading .time-wrap .publish-day span:last-child {
  margin-left: 10px;
}

.l-column-content .l-column-thumbnail {
  margin-top: 10px;
  padding-bottom: 30px;
}

.bread {
  overflow: hidden;
}

.l-page .bread {
  margin-top: -50px;
}

/* .l-column-content p{
  font-size: 16px;
} */
@media screen and (max-width: 768px) {
  .l-column-content p {
    font-size: 14px;
  }
}
.l-column-content p span {
  display: block;
}
.l-column-content .l-column-thumbnail picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-column-content .l-column-thumbnail picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#toc_container {
  background-color: #fff;
}

.intro_box {
  margin-top: 30px !important;
  margin-bottom: 40px !important;
}

.l-column-content .intro_box ul {
  margin-top: 26px;
}
.l-column-content .intro_list {
  list-style: none;
  font-weight: bold;
}
.l-column-content .intro_list::before {
  content: "■";
  color: #00c0bd;
  margin-right: 4px;
}
.l-column-content h2 {
  font-size: 22px;
  font-weight: bold;
  background-color: #edf9f8;
  border-left: 4px solid #1bb7b5;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: Noto Sans JP, Noto Sans Japanese, -apple-system, Noto Sans CJK JP, 游ゴシック Medium,
    Yu Gothic Medium, 游ゴシック体, YuGothic, Hiragino Kaku Gothic ProN, メイリオ, Meiryo,
    sans-serif !important;
  line-height: 1.5;
}
.l-column-content h2:nth-child(n + 2) {
  margin-top: 40px !important;
}
.l-column-content h2:after {
  display: none;
}
.l-column-content h3 {
  border-bottom: 1px solid #00c0bd;
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px !important;
  font-family: Noto Sans JP, Noto Sans Japanese, -apple-system, Noto Sans CJK JP, 游ゴシック Medium,
    Yu Gothic Medium, 游ゴシック体, YuGothic, Hiragino Kaku Gothic ProN, メイリオ, Meiryo,
    sans-serif !important;
  line-height: 1.5;
  padding-bottom: 8px;
}
.l-column-content h4 {
  font-size: 18px;
  border-left: 4px solid #1bb7b5;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  padding-left: 18px;
  font-family: Noto Sans JP, Noto Sans Japanese, -apple-system, Noto Sans CJK JP, 游ゴシック Medium,
    Yu Gothic Medium, 游ゴシック体, YuGothic, Hiragino Kaku Gothic ProN, メイリオ, Meiryo,
    sans-serif !important;
  line-height: 1.5;
}
.l-column-content h5 {
  font-size: 16px;
  padding-top: 24px !important;
  padding-bottom: 3px !important;
  padding-top: 20px;
  font-family: Noto Sans JP, Noto Sans Japanese, -apple-system, Noto Sans CJK JP, 游ゴシック Medium,
    Yu Gothic Medium, 游ゴシック体, YuGothic, Hiragino Kaku Gothic ProN, メイリオ, Meiryo,
    sans-serif !important;
  line-height: 1.5;
}
.l-column-content h5::before {
  content: "■";
  color: #00c0bd;
  margin-right: 8px;
  font-size: 16px;
}
.l-column-content ul {
  margin-left: 0;
}
.l-column-content ul > li {
  list-style: none;
  position: relative;
  padding: 12px 20px 12px 36px;
  margin-bottom: 0 !important;
  background-color: #f7f7f7;
}
.l-column-content ul > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.l-column-content .wp-post > ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  left: 9px;
  width: 16px;
  height: 8px;
  border-left: 3px solid #f77da6;
  border-bottom: 3px solid #f77da6;
}
.l-column-content .wp-post p picture {
  display: block;
  width: 100%;
  height: 100%;
}
.l-column-content .wp-post p picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding-top: 10px;
}
.l-column-content .wp-post table {
  margin: 16px 0px 0px !important;
}
.l-column-content .wp-post table td {
  border: 1px solid #eaeaea;
  font-size: 14px;
  padding: 1.4rem;
  color: #606b7a;
}
.l-column-content .wp-post table td:first-child {
  background-color: #f7fafa;
}
.l-column-content .wp-post table td p {
  margin-top: 0;
}
.l-column-content .wp-post .faq {
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}
.l-column-content .wp-post .faq:nth-child(n + 2) {
  padding-top: 24px;
}
.l-column-content .wp-post .faq + p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.l-column-content .wp-post .faq:first-of-type {
  margin-top: 30px;
}
.l-column-content .wp-post .faq .question {
  font-weight: bold;
}
.l-column-content .wp-post .faq .answer {
  margin-top: 16px;
}
.l-column-content .wp-post .faq .question,
.l-column-content .wp-post .faq .answer {
  padding-left: 33px;
  position: relative;
  line-height: 1.88;
}
.l-column-content .wp-post .faq .question::before,
.l-column-content .wp-post .faq .answer::before {
  position: absolute;
  font-weight: bold;
  width: 33px;
  left: -3px;
}
.l-column-content .wp-post .faq .question::before {
  content: "Q .";
  color: #00c0bd;
}
.l-column-content .wp-post .faq .answer::before {
  content: "A .";
  color: #ff0056;
}
.l-column-content .wp-post .cv_btn_link {
  background-color: #00c0bd;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 60px;
  padding-right: 77px;
  display: block;
  width: 441px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  position: relative;
}
.l-column-content .wp-post .cv_btn_link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  right: 60px;
}
.l-column-content .wp-post p > a > img {
  padding-bottom: 10px;
}

.l-column-doctor {
  margin-top: 40px;
}
.l-column-doctor > ul > li {
  background-color: #f4f6f8;
  padding: 20px 20px 50px;
}
.l-column-doctor .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-column-content .doctor .name figure {
  width: 80px;
  height: 80px;
  margin-right: 80px;
}

.l-column-doctor .name figure {
  width: 80px;
  height: 80px;
}
.l-column-doctor .name figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-column-doctor .name .name-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 26px;
}
.l-column-doctor .name .name-text > h2 {
  font-size: 14px;
  margin-bottom: 1em;
}
.l-column-doctor .name .name-text > h3 {
  margin-bottom: 1em;
}
.l-column-doctor .name .name-text > h3 > span {
  font-size: 12px;
}
.l-column-doctor .name .name-text > h3 > span:first-child {
  font-size: 18px;
}
.l-column-doctor .name .name-text .name-field {
  font-size: 12px;
}
.l-column-doctor .intro {
  font-size: 13px;
  line-height: 1.6;
}
.l-column-doctor .doctor-profile {
  font-size: 13px;
  margin-top: 13px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-column-doctor .doctor-profile .tag-arrow {
  width: 6px;
  height: 11px;
  margin-right: 4px;
}

.l-column-content blockquote {
  margin: 0 !important;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 40px;
  padding-right: 30px;
  background-color: #f7fafa;
}
.l-column-content blockquote > p {
  margin-top: 10px;
}
.l-column-content blockquote::before {
  background-image: url(../../wp-content/themes/wom-clinic-2020/img/blockquote-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 30px;
  height: 26.6px;
}

.column-doctor-01 {
  background-color: #f4f6f8;
  padding: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.column-doctor-01__img {
  margin-right: 26px;
  width: 80px;
  height: 80px;
}

.column-doctor-01__content p {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.column-doctor-01__content p:nth-child(2),
.column-doctor-01__content p:nth-child(3) {
  font-size: 12px;
}
.column-doctor-01__content .name {
  font-size: 18px;
  font-weight: 500;
  margin-right: 6px;
}
.column-doctor-01__content .role {
  margin-left: 6px;
}
.line-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding-top: 28px;
  padding-bottom: 24px;
  padding-left: 26px;
  padding-right: 28px;
  background-color: #07b53b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 540px;
  height: 100px;
  -webkit-box-shadow: 0 10px 0 #00902b;
  box-shadow: 0 10px 0 #00902b;
  border-radius: 10px;
  position: relative;
  margin-bottom: 60px;
}

.line-icon {
  width: 50px;
  height: 47px;
  margin-right: 10px;
}

.line-finger {
  margin-left: 13px;
}

.line-reservation {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateY(-65px);
  transform: translate(-50%, -50%) translateY(-65px);
  width: 380px;
  height: 50px;
}
.line-reservation svg {
  width: 380px;
  height: 75px;
  display: block;
}

/* 監修医師 */
.l-column-doctor {
  position: relative;
}
.l-column-doctor .pc.doctor-profile {
  position: absolute;
  font-size: 13px;
  top: 20px;
  right: 20px;
}
.l-column-doctor .career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eaeaea;
  gap: 20px;
}

.career-left,
.career-right {
  width: calc(100% - 10px);
}

@media screen and (max-width: 768px) {
  .l-column-doctor .career {
    gap: 0;
  }
  .career-left,
  .career-right {
    width: 100%;
  }
}
.l-column-doctor .career-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-column-doctor .career-ttl::before {
  content: "■";
  color: #00c0bd;
  font-size: 13px;
  margin-right: 5px;
}
.l-column-doctor .career ul {
  margin-top: 15px;
  font-size: 12px;
}
.l-column-doctor .career ul > li:nth-child(n + 2) {
  margin-top: 7px;
}

.l-column-content.relative {
  margin-top: 60px;
}
.l-column-content.relative ul {
  margin-left: 0;
}
.l-column-content.relative ul > li {
  padding: 20px;
  margin-bottom: 0 !important;
  border-top: 1px solid #eaeaea;
  line-height: 1.5;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  background-color: #fff !important;
}
.l-column-content.relative ul > li:last-child {
  border-bottom: 1px solid #eaeaea;
}
.l-column-content.relative ul > li::before {
  display: none !important;
}
.l-column-content.relative ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-column-content.relative ul > li > a .md-lay {
  width: 200px;
  height: 124px;
}
.l-column-content.relative ul > li > a .md-lay .lay-bg {
  width: 100%;
  height: 100%;
}
.l-column-content.relative ul > li > a .md-lay .lay-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-column-content.relative ul > li > a .text-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
.l-column-content.relative .day {
  color: #8d9398;
  font-size: 16px;
  margin-right: 12px;
}
.l-column-content.relative .category {
  margin-top: 0;
  color: #00c0bd;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 4px;
  border: 1px solid #00c0bd;
  padding: 0rem 10px;
  font-weight: 500;
  line-height: 1.2 !important;
}
.l-column-content.relative .text span {
  display: block;
}
.l-column-content.relative .column-title {
  color: #1e2b38;
  font-size: 16px;
  font-weight: 500;
}
.l-column-content.relative .column-content {
  font-size: 14px;
  color: #606b7a;
}

.no_bullets {
  width: 100%;
  display: block !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 15px !important;
  padding-bottom: 30px !important;
  margin-bottom: 40px !important;
}
.no_bullets .toc_title {
  background-color: #d9eff1;
  width: 64px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.toc_list a {
  margin-top: 18px !important;
  display: block;
  color: #1e2b38;
  border-bottom: 1px solid #eaeaea;
}
.toc_list a:hover {
  color: #00c0bd;
  text-decoration: none !important;
  border-bottom: 1px solid #00c0bd;
}

/* .more {
  width: 46%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 0px rgba(200, 200, 200, 1);
  box-sizing: border-box;
} */
.more__content {
  position: relative;
  height: auto;
  max-height: 440px;
  overflow: hidden;
  position: relative;
}
.more__content.open {
  position: relative;
  height: auto;
  max-height: initial;
  overflow: hidden;
}
.more__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(90%, #f4f6f8),
    to(#f4f6f8)
  );
  background: linear-gradient(to bottom, transparent 70%, #f4f6f8 90%, #f4f6f8 100%);
}
.more__content.open::after {
  z-index: -1;
  opacity: 0;
}

.more__btn {
  position: absolute;
  display: block;
  margin: 0 auto;
  border: 0;
  color: #00c0bd;
  background-color: transparent !important;
  cursor: pointer;
  z-index: 100;
  bottom: 20px;
  right: 17px;
  font-size: 13px;
}

.l-column-content .intro_box > ul {
  margin-left: 0 !important;
  background-color: transparent;
}
.l-column-content .intro_box > ul > li {
  border-bottom: 0px solid #000;
}

@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.shiny-btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 0.5) 100%,
    rgba(255, 255, 255, 0) 0%
  );
  /* アニメーション */
  -webkit-animation-name: shiny;
  animation-name: shiny;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.scale-btn {
  -webkit-animation: scale 3s linear infinite;
  animation: scale 3s linear infinite;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  58% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  58% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .l-page.l-column-single .contents .main .profile .profile-list > li {
    width: 100%;
  }
  .l-column-content .wp-post .cv_btn_link {
    background-color: #00c0bd;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 40px;
    display: block;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    position: relative;
    line-height: 1.5;
  }
  .l-column-content .wp-post .cv_btn_link::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    right: 30px;
  }
  .l-column-content .intro_box > ul {
    margin-left: 0 !important;
  }
  .l-column-content .intro_box > ul > li {
    font-size: 13px;
  }
  /* .l-column-content .wp-post > table tr td{
    display: inline-block;
  } */
  .l-page .bread {
    margin-top: 0px;
  }
  .l-column-content .wp-post > table tr td {
    padding: 1rem;
  }
  .l-column-content .wp-post > table tr td:first-child {
    width: 108px !important;
    line-height: 1.5;
  }
  .l-column-content .wp-post > table tr td:last-child {
    width: calc(100% - 170px) !important;
    line-height: 1.5;
  }
  .line-btn {
    width: 100%;
    height: 70px;
    -webkit-box-shadow: 0 5px 0 #00902b;
    box-shadow: 0 5px 0 #00902b;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 70px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .line-text svg {
    width: 240px;
    height: 36px;
  }
  .line-icon {
    width: 24px;
    height: 23px;
    margin-right: 10px;
  }
  .line-icon svg {
    width: 24px;
    height: 23px;
  }
  .line-finger {
    margin-left: 9px;
  }
  .line-finger svg {
    width: 20px;
    height: 24px;
  }
  .line-reservation {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateY(-42px);
    transform: translate(-50%, -50%) translateY(-42px);
    width: 280px;
    height: 50px;
  }
  .line-reservation svg {
    width: 280px;
    height: 50px;
    display: block;
  }
  .l-column-doctor .career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-column-doctor .career-right {
    margin-top: 34px;
  }
  .l-column-doctor .name-field {
    font-size: 12px;
  }
  .l-column-content .wp-post .faq {
    font-size: 14px;
  }
  .l-column-doctor .name {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-column-heading .publish-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-column-heading .publish-day span:nth-child(2) {
    margin-left: 0 !important;
    margin-top: 5px;
  }
  .l-column-content.relative {
    margin-top: 40px;
  }
  .l-column-content.relative ul > li > a .md-lay {
    width: 132px !important;
    height: 82px;
  }
  .l-column-content.relative .column-title {
    color: #1e2b38;
    font-size: 13px;
    font-weight: 500;
  }
  .l-column-content.relative .text {
    margin-top: 5px !important;
  }
  .l-column-content.relative ul > li > a,
  .l-column-content.relative .flex-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-column-content tr > td:first-child {
    width: 100px !important;
  }
  .l-page .md-mv .in {
    padding-top: 30px;
  }
  .l-column-content .l-column-thumbnail {
    margin-top: 22px;
    padding-bottom: 20px;
  }
  .intro_list {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .l-column-heading .bread {
    padding-top: 0 !important;
  }
  .no_bullets {
    padding: 20px !important;
  }
  .toc_list li a {
    font-size: 14px;
  }
  .contents.mb-contents {
    overflow: hidden;
  }
  .l-column-content h2 {
    font-size: 18px;
  }
  .l-column-content h3 {
    padding-top: 26px !important;
    font-size: 18px;
  }
  .l-column-content h4 {
    font-size: 16px;
  }
}
.doctor_wrap {
  display: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f4f6f8;
  padding: 20px !important;
}
.doctor_wrap.is-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.doctor_wrap__img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  margin-bottom: 0 !important;
}
.doctor_wrap__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.doctor_wrap__txtWrap {
  width: calc(100% - 80px);
  padding-left: 26px;
}
.doctor_wrap__txtWrap * {
  color: #454d57;
}

.doctor_wrap__txt {
  margin: 0 !important;
}

.doctor_wrap__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
}
.doctor_wrap__ttl em {
  font-style: inherit;
}
.doctor_wrap__ttl h6 {
  font-size: 18px;
  font-weight: 500;
  margin-right: 5px;
}

.doctor_wrap__specialty {
  margin-top: 0 !important;
  font-size: 12px !important;
}
.doctor_wrap__specialty br {
  display: none !important;
}

@media screen and (max-width: 767px), print {
  .doctor_wrap__ttl em {
    width: 100%;
  }
  .l-column-content blockquote {
    margin-top: 40px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 40px !important;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
    background-color: #f7fafa;
  }
}
/*  04/25更新 */
.column-mainTitle {
  color: #1e2b38;
  font-weight: 500;
}

.relative-text {
  margin-top: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.relative-title {
  display: block !important;
  color: #1e2b38 !important;
  line-height: 1.4;
}

.relative-content {
  display: block !important;
  margin-top: 1rem;
  color: #1e2b38 !important;
}

.relative-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.relative-link:hover {
  opacity: 0.8;
}
.relative-link:hover .md-lay.bright::before {
  opacity: 0 !important;
}
.relative-link:hover .lay-bg {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.toc_list a {
  border-bottom: 0px;
}
.toc_list a:hover {
  border-bottom: 0px !important;
}
.toc_list > li > a > span::after {
  content: ".";
}

#toc_container {
  position: relative;
}

.js-acco {
  position: absolute;
  top: 2rem;
  right: 3rem;
  color: #00c0bd;
  font-size: 14px;
  cursor: pointer;
}
.js-acco + ul {
  display: none;
}

@media screen and (max-width: 767px), print {
  .l-column-content.relative .relative-content {
    display: none !important;
  }
  .l-column-content.relative .day.crimson {
    font-size: 1.2rem;
    margin-right: 0;
  }
  .l-column-content.relative .category {
    font-size: 1rem;
    padding: 0.15rem 4px;
  }
  .l-column-content.relative ul > li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-left: 0px;
    border-right: 0px;
  }
  .l-column-content.relative .text-box {
    margin-left: 10px !important;
  }
  .l-column-content ul > li {
    font-size: 14px;
  }
  .l-column-content .relative-title {
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }
}
.youtube_iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58%;
}
.youtube_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-post ol {
  margin-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
.wp-post ol::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #00c0bd;
  top: 0;
  left: -25px;
}
.wp-post ol li {
  background: #eaeaea;
  font-size: 16px;
  padding: 12px 20px;
  line-height: 1.5;
  margin-bottom: 16px;
  list-style: none;
  counter-increment: number;
  position: relative;
}
.wp-post ol li::after {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  width: 50px;
  height: 100%;
  background: #00c0bd;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: -ms-grid;
  display: grid;
  place-items: center;
  top: 0;
  left: -50px;
  z-index: 1;
}

.menu_banner_sp,
.l-column-thumbnail-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu_banner_pc,
  .l-column-thumbnail-pc {
    display: none;
  }
  .menu_banner_sp {
    display: block;
  }
  .l-column-content .l-column-thumbnail.l-column-thumbnail-sp {
    display: block;
    margin-top: 0;
    width: calc(100% + 55.6px);
    margin-left: -27.8px;
    margin-bottom: 20px;
  }
  .l-column-content .l-column-thumbnail.l-column-thumbnail-sp img {
    max-width: unset;
    width: 100%;
  }
}
.l-menu-monitor {
  margin-top: 20px;
}

.l-menu-monitor-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-menu-monitor-box {
  border: 1px solid #ab941d;
  width: calc(50% - 20px);
  background: #f6f3e6;
}

.l-menu-monitor-title {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#8f6e00),
    color-stop(50%, #d8be64),
    to(#8f6e00)
  );
  background: linear-gradient(to right, #8f6e00 0%, #d8be64 50%, #8f6e00 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

.l-menu-monitor-main {
  padding: 13px 20px 10px;
  background: #fff;
}

.l-menu-monitor-text {
  font-size: 16px;
  line-height: 1.5;
}

.l-menu-monitor-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 18px;
}

.l-menu-monitor-sub {
  background: #818181;
  color: #fff;
  font-size: 11px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
}

.l-menu-monitor-price {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  font-family: "NotoSerifCJKjp", "Noto Serif JP", Yu Mincho, YuMincho, Hiragino Mincho ProN,
    HGS明朝E, HG明朝E, serif;
}
.l-menu-monitor-price span {
  font-size: 12px;
  vertical-align: baseline;
  padding-left: 5px;
}

.l-menu-monitor-sub.pink {
  background: #ff0056;
}

.l-menu-monitor-price.pink {
  color: #ff0056;
}

.l-menu-monitor-img {
  width: 110px;
}

.l-menu-monitor-foot {
  background: #f6f3e6;
  border-top: 1px solid #ab941d;
  padding: 20px;
}

.l-menu-monitor-foot-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.l-menu-monitor-foot-text {
  margin-bottom: 7px;
  line-height: 1.5;
  position: relative;
  padding-left: 32px;
}
.l-menu-monitor-foot-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  left: 9px;
  width: 16px;
  height: 8px;
  border-left: 3px solid #f77da6;
  border-bottom: 3px solid #f77da6;
}

.l-menu-monitor-note {
  font-size: 13px;
  line-height: 1.53;
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  .table-wrap {
    overflow-x: scroll;
  }
  .l-column-content .wp-post .table-wrap table {
    width: 500px !important;
    max-width: unset;
  }
  .l-column-content .table-wrap tr > td {
    width: 200px !important;
  }
  .l-column-content .table-wrap tr > td:first-child {
    width: 100px !important;
  }
}
/* HTML直書きだったものここまで
-----------------------------------*/
/* ここからリニューアル（2024/01/16）
-----------------------------------*/
.c-over-link {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.c-btn-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 33rem;
  height: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #00c0bd;
  position: relative;
  font-size: 1.6rem;
  background-color: white;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-default {
    font-size: 1.4rem;
    width: 27.7rem;
    height: 5rem;
  }
}
.c-btn-default::after {
  content: "";
  width: 1rem;
  height: 1.9rem;
  background-color: #00c0bd;
  -webkit-mask-image: url(../../img/icon/ic-arrow.svg);
  mask-image: url(../../img/icon/ic-arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media screen and (max-width: 768px) {
  .c-btn-default::after {
    width: 0.6rem;
    height: 1.1rem;
  }
}
@media (hover: hover) {
  .c-btn-default:hover {
    background-color: #00c0bd;
    color: white;
  }
  .c-btn-default:hover::after {
    background-color: white;
  }
}
.c-btn-default--main {
  background-color: #00c0bd;
  color: white;
}
.c-btn-default--main::after {
  background-color: white;
}
@media (hover: hover) {
  .c-btn-default--main:hover {
    background-color: white;
    color: #00c0bd;
  }
  .c-btn-default--main:hover::after {
    background-color: #00c0bd;
  }
}
.c-btn-default--movie {
  border-color: #ed4373;
  color: #ed4373;
}
.c-btn-default--movie::after {
  background-color: #ed4373;
}
@media (hover: hover) {
  .c-btn-default--movie:hover {
    background-color: #ed4373;
    color: white;
  }
  .c-btn-default--movie:hover::after {
    background-color: #ed4373;
  }
}

.c-btn-left-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  border: solid 1px #02b1a6;
  color: #02b1a6;
  width: 30rem;
  padding: 0.5rem 0;
  background-color: white;
  gap: 0.5rem;
  line-height: 1.5;
  min-height: 3.5rem;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.c-btn-left-arrow::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.8rem;
  background-color: #02b1a6;
  -webkit-mask-image: url(../../img/icon/ic-arrow02.svg);
  mask-image: url(../../img/icon/ic-arrow02.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (hover: hover) {
  .c-btn-left-arrow:hover {
    background-color: #02b1a6;
    color: white;
  }
  .c-btn-left-arrow:hover::before {
    background-color: white;
  }
}
.c-btn-left-arrow > span {
  max-width: 10rem;
}
.c-btn-left-arrow--main {
  background-color: #00c0bd;
  color: white;
}
.c-btn-left-arrow--main::before {
  background-color: white;
}
@media (hover: hover) {
  .c-btn-left-arrow--main:hover {
    background-color: white;
    color: #00c0bd;
  }
  .c-btn-left-arrow--main:hover::before {
    background-color: #00c0bd;
  }
}

.c-banner-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (hover: hover) {
  .c-banner-hover:hover {
    opacity: 0.7;
  }
}

.c-bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}

.page-menu .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.page-menu .wp-embedded-content {
  max-width: 100%;
}
.page-menu .mb-contents {
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .page-menu .mb-contents {
    padding-bottom: 8rem;
  }
}
.page-menu .mb-contents > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-menu picture {
  display: block;
}
.page-menu .p-common-wysiwyg {
  color: #1e2b38;
}
.page-menu .p-common-wysiwyg *:first-child {
  margin-top: 0;
}
.page-menu .p-common-wysiwyg p {
  font-size: 1.6rem;
  line-height: 1.87;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg p {
    font-size: 1.4rem;
  }
}
.page-menu .p-common-wysiwyg h2,
.page-menu .p-common-wysiwyg h3,
.page-menu .p-common-wysiwyg h4,
.page-menu .p-common-wysiwyg h5,
.page-menu .p-common-wysiwyg h6 {
  font-weight: bold;
  margin: 4rem 0 2rem;
}
.page-menu .p-common-wysiwyg h2 {
  font-size: 3rem;
  font-family: var(--serif);
  line-height: 1.4;
  padding: 1.5rem 3rem;
  border-bottom: solid 2px #00c0bd;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg h2 {
    font-size: 2.2rem;
    padding-right: 2rem;
  }
}
.page-menu .p-common-wysiwyg h2::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../../img/icon/ic-h2-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-menu .p-common-wysiwyg h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  background-color: #edf9f8;
  padding: 1.5rem 2.5rem;
  border-left: solid 4px #1bb7b5;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg h3 {
    font-size: 1.8rem;
    padding-inline: 2rem;
  }
}
.page-menu .p-common-wysiwyg h4 {
  font-size: 2rem;
  line-height: 1.45;
  padding: 1.6rem 1.1rem;
  border-bottom: solid 1px #00c0bd;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg h4 {
    font-size: 1.6rem;
  }
}
.page-menu .p-common-wysiwyg h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0.2rem 2rem;
  border-left: solid 4px #00c0bd;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg h5 {
    font-size: 1.5rem;
  }
}
.page-menu .p-common-wysiwyg h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0.5rem 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg h6 {
    font-size: 1.4rem;
  }
}
.page-menu .p-common-wysiwyg h6::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #00c0bd;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-menu .p-common-wysiwyg img.aligncenter {
  display: block;
  margin-inline: auto;
}
.page-menu .p-common-wysiwyg blockquote {
  margin-block: 4rem;
  background-color: #f7fafa;
  padding: 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg blockquote {
    padding: 2rem;
  }
}
.page-menu .p-common-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 3rem;
  height: 2.7rem;
  background-color: #00c0bd;
  -webkit-mask-image: url(../../img/icon/ic-quote.svg);
  mask-image: url(../../img/icon/ic-quote.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg blockquote::before {
    margin-bottom: 1rem;
  }
}
.page-menu .p-common-wysiwyg .p-common-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-block: 4rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .p-common-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.page-menu .p-common-wysiwyg .p-common-2col__block {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .p-common-2col__block {
    width: 100%;
  }
}
.page-menu .p-common-wysiwyg .p-common-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-block: 4rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .p-common-3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-menu .p-common-wysiwyg .p-common-3col__block:not(.not-class) {
  width: calc(33.3333333333% - 2rem);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .p-common-3col__block:not(.not-class) {
    width: 100% !important;
  }
}
.page-menu .p-common-wysiwyg .p-common-imgCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-block: 4rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .p-common-imgCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-block: 3rem;
  }
}
.page-menu .p-common-wysiwyg .p-common-imgCol__img {
  width: 41rem;
  height: 23.5rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .p-common-imgCol__img {
    width: 100%;
    height: 21rem;
  }
}
.page-menu .p-common-wysiwyg .p-common-imgCol__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-menu .p-common-wysiwyg .p-common-imgCol__block {
  width: calc(100% - 44rem);
  padding-block: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .p-common-imgCol__block {
    width: 100%;
  }
}
.page-menu .p-common-wysiwyg .p-common-imgCol__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .p-common-imgCol__ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.page-menu .p-common-wysiwyg .p-common-imgCol__text {
  font-size: 1.5rem;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .p-common-imgCol__text {
    font-size: 1.4rem;
  }
}
.page-menu .p-common-wysiwyg .c-card-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .c-card-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-menu .p-common-wysiwyg .c-card-block__ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .c-card-block__ttl {
    font-size: 1.6rem;
  }
}
.page-menu .p-common-wysiwyg .c-card-block__img {
  width: 100%;
  height: 21rem;
}
.page-menu .p-common-wysiwyg .c-card-block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-menu .p-common-wysiwyg .c-card-block__text {
  font-size: 1.4rem;
  line-height: 1.45;
}
.page-menu .p-common-wysiwyg .c-card-block2 {
  width: 100%;
  max-width: 100%;
}
.page-menu .p-common-wysiwyg .c-card-block2__img {
  width: 100%;
  max-width: 100%;
  height: 16rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .c-card-block2__img {
    height: 14rem;
  }
}
.page-menu .p-common-wysiwyg .c-card-block2__img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-menu .p-common-wysiwyg .c-card-block2__text-wrap {
  border: solid 1px #e4e4e4;
  padding: 3rem;
}
.page-menu .p-common-wysiwyg .c-card-block2__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .c-card-block2__ttl {
    font-size: 1.8rem;
  }
}
.page-menu .p-common-wysiwyg .c-card-block2__text {
  font-size: 1.6rem;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .c-card-block2__text {
    font-size: 1.4rem;
  }
}
.page-menu .p-common-wysiwyg table {
  margin-block: 2rem;
}
.page-menu .p-common-wysiwyg table th,
.page-menu .p-common-wysiwyg table td {
  border: solid 1px #e4e4e4;
  padding: 1.5rem;
  font-size: 1.6rem;
  color: #606b7a;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg table th,
  .page-menu .p-common-wysiwyg table td {
    font-size: 1.4rem;
  }
}
.page-menu .p-common-wysiwyg table th {
  background-color: #f7fafa;
  color: #1e2b38;
}
.page-menu .p-common-wysiwyg table.aligncenter {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .table-wrap {
    overflow-x: scroll;
  }
  .page-menu .p-common-wysiwyg .table-wrap table {
    width: 500px !important;
    max-width: unset;
  }
  .page-menu .p-common-wysiwyg .table-wrap td {
    width: 200px !important;
  }
  .page-menu .p-common-wysiwyg .table-wrap td:first-child {
    width: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .table-wrap--large table {
    width: 750px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .c-sp-col-table {
    display: block;
    height: auto !important;
  }
  .page-menu .p-common-wysiwyg .c-sp-col-table tbody,
  .page-menu .p-common-wysiwyg .c-sp-col-table thead,
  .page-menu .p-common-wysiwyg .c-sp-col-table tr,
  .page-menu .p-common-wysiwyg .c-sp-col-table td,
  .page-menu .p-common-wysiwyg .c-sp-col-table th {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}
.page-menu .p-common-wysiwyg .c-sp-col-table th,
.page-menu .p-common-wysiwyg .c-sp-col-table td {
  border: solid 1px #e4e4e4;
  padding: 1.5rem;
  font-size: 1.6rem;
  color: #606b7a;
  font-weight: normal;
}
.page-menu .p-common-wysiwyg .c-sp-col-table th p:last-of-type,
.page-menu .p-common-wysiwyg .c-sp-col-table td p:last-of-type {
  margin-bottom: 0;
}
.page-menu .p-common-wysiwyg .c-sp-col-table th {
  background-color: #f7fafa;
  color: #1e2b38;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .c-sp-col-table th {
    text-align: center;
  }
}
.page-menu .p-common-wysiwyg ul:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-block: 4rem;
}
.page-menu .p-common-wysiwyg ul:not([class]) li {
  padding-left: 1.7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg ul:not([class]) li {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.page-menu .p-common-wysiwyg ul:not([class]) li::before {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  background-color: #00c0bd;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.page-menu .p-common-wysiwyg ol:not([class]) {
  margin-left: 50px;
  position: relative;
  margin: 0 0 3rem 5rem;
}
.page-menu .p-common-wysiwyg ol:not([class])::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #00c0bd;
  top: 0;
  left: -25px;
}
.page-menu .p-common-wysiwyg ol:not([class]) li {
  background: #eaeaea;
  font-size: 16px;
  padding: 12px 20px;
  line-height: 1.5;
  margin-bottom: 16px;
  list-style: none;
  counter-increment: number;
  position: relative;
  margin: 0 0 0.5em;
}
.page-menu .p-common-wysiwyg ol:not([class]) li::after {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  width: 50px;
  height: 100%;
  background: #00c0bd;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: -ms-grid;
  display: grid;
  place-items: center;
  top: 0;
  left: -50px;
  z-index: 1;
}
.page-menu .p-common-wysiwyg .c-check-list {
  margin-block: 4rem;
}
.page-menu .p-common-wysiwyg .c-check-list li {
  list-style: none;
  position: relative;
  padding: 12px 20px 12px 36px;
  margin-bottom: 0 !important;
  background-color: #f7f7f7;
  border-bottom: solid 1px white;
  font-weight: bold;
}
.page-menu .p-common-wysiwyg .c-check-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  left: 9px;
  width: 16px;
  height: 8px;
  border-left: 3px solid #f77da6;
  border-bottom: 3px solid #f77da6;
}
.page-menu .p-common-wysiwyg .cv_btn_link {
  background-color: #00c0bd;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 60px;
  padding-right: 77px;
  display: block;
  width: 441px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  position: relative;
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .cv_btn_link {
    background-color: #00c0bd;
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 40px;
    display: block;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    position: relative;
    line-height: 1.5;
  }
}
.page-menu .p-common-wysiwyg .cv_btn_link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  right: 60px;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-wysiwyg .cv_btn_link::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    right: 30px;
  }
}
.page-menu .p-common-editor {
  margin-bottom: 4rem;
}
.page-menu .p-common-editor:last-of-type {
  margin-bottom: 0;
}
.page-menu .p-common-anchor-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 1.4rem;
  margin-block: 6rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-anchor-link-list {
    gap: 1rem 1.5rem;
    margin-block: 1.2rem 4rem;
  }
}
.page-menu .p-common-anchor-link-list__item {
  width: calc(25% - 1.05rem);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-anchor-link-list__item {
    width: calc(50% - 0.75rem);
  }
}
.page-menu .p-common-anchor-link-list__item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.6rem;
  border: solid 4px #f1f4f4;
  height: 8rem;
  padding-inline: 4rem 3.5rem;
  color: #606b7a;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-anchor-link-list__item a {
    height: 5rem;
    padding-inline: 2rem 1.5rem;
    font-size: 1.3rem;
    border-width: 2px;
  }
  .page-menu .p-common-anchor-link-list__item a img {
    width: 1.2rem;
  }
}
.page-menu .p-common-contact {
  padding-top: 10rem;
  padding-bottom: 10.5rem;
  background: url(../../img/menu/contact-bg.jpg) no-repeat 50% / cover;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact {
    padding-block: 4rem;
    background-image: url(../../img/menu/sp-contact-bg.jpg);
  }
}
.page-menu .p-common-contact .title {
  margin-bottom: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .title {
    line-height: 1.4;
  }
}
.page-menu .p-common-contact .head-text {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.page-menu .p-common-contact .contact-list > li {
  width: calc(33.33333% - 13.33333px);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li {
    width: 100%;
  }
}
.page-menu .p-common-contact .contact-list > li > a {
  width: 100%;
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li > a {
    height: 6rem;
  }
}
.page-menu .p-common-contact .contact-list > li > a .text {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li > a .text {
    font-size: 1.6rem;
  }
}
.page-menu .p-common-contact .contact-list > li.line {
  background-color: #39dfa9;
}
.page-menu .p-common-contact .contact-list > li.line > a .top {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li.line > a .top {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.page-menu .p-common-contact .contact-list > li.line > a .top > i {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li.line > a .top > i {
    font-size: 1.8rem;
  }
}
.page-menu .p-common-contact .contact-list > li.tel {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li.tel > a {
    background-color: white;
    border: none;
  }
}
.page-menu .p-common-contact .contact-list > li.tel > a .top {
  color: #1e2b38;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li.tel > a .top {
    margin-bottom: 0;
  }
}
.page-menu .p-common-contact .contact-list > li.tel > a .top > i {
  font-size: 28px;
  margin-top: -0.3em;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li.tel > a .top > i {
    font-size: 1.8rem;
    margin-right: 1rem;
    margin-top: 0;
  }
}
.page-menu .p-common-contact .contact-list > li.tel > a .top .number {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li.tel > a .top .number {
    font-size: 2.6rem;
  }
}
.page-menu .p-common-contact .contact-list > li.tel > a .text {
  color: #606b7a;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li.tel > a .text {
    font-size: 1rem;
  }
}
.page-menu .p-common-contact .contact-list > li.mail {
  background-color: #f77da6;
}
.page-menu .p-common-contact .contact-list > li.mail > a .top {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li.mail > a .top {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.page-menu .p-common-contact .contact-list > li.mail > a .top > i {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-contact .contact-list > li.mail > a .top > i {
    font-size: 1.6rem;
  }
}
.page-menu .p-common-case {
  background-color: #d9eff1;
  padding-block: 8rem;
}
.page-menu .p-common-case__btn {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-case__btn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-case .slick-list {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-case .slick-arrow {
    display: none !important;
  }
}
.page-menu .p-common-case-article {
  background: white;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-case-article {
    margin: 0 1rem;
  }
}
.page-menu .p-common-case-article__top-inner {
  position: relative;
}
.page-menu .p-common-case-article__figure {
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}
.page-menu .p-common-case-article__figure img {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.page-menu .p-common-case-article__text-box {
  padding: 2rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-case-article__text-box {
    padding: 1.25rem;
  }
}
.page-menu .p-common-case-article__ttl {
  font-size: 1.8rem;
  line-height: 1.42;
  margin-bottom: 0.7rem;
  color: #1e2b38;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-case-article__ttl {
    font-size: 1.4rem;
    line-height: 1.42;
  }
}
.page-menu .p-common-case-article__category {
  color: #00c0bd;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 4px;
  border: 1px solid #00c0bd;
  padding: 0.5rem 10px;
  font-weight: 500;
}
@media (hover: hover) {
  .page-menu .p-common-case-article:hover .new-case-article__figure img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.page-menu .p-common-youtube .slick-slider {
  padding-inline: 2rem;
}
.page-menu .p-common-youtube__item {
  margin-inline: 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-youtube__item {
    margin-inline: 1rem;
  }
}
.page-menu .p-common-youtube__item iframe {
  width: 100%;
  height: 18rem;
}
.page-menu .p-common-youtube__item-ttl {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #1e2b38;
  margin-top: 1rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-youtube__item-ttl {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.page-menu .p-common-doctor {
  background-color: #f7fafa;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-doctor .slick-slider {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-doctor .slick-list {
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-doctor .slick-arrow {
    display: none !important;
  }
}
.page-menu .p-common-doctor-article {
  margin-inline: 1rem;
  background-color: white;
  border: solid 1px #eaeaea;
  position: relative;
}
.page-menu .p-common-doctor-article__img-wrap {
  width: 100%;
  height: 17rem;
  position: relative;
}
.page-menu .p-common-doctor-article__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-menu .p-common-doctor-article__desc-wrap {
  padding: 2rem;
}
.page-menu .p-common-doctor-article__position {
  font-size: 1.4rem;
  color: #999999;
  margin-bottom: 1.5rem;
}
.page-menu .p-common-doctor-article__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.page-menu .p-common-doctor-article__name-jp {
  color: #1e2b38;
  font-size: 2rem;
  font-weight: bold;
}
.page-menu .p-common-doctor-article__name-en {
  color: #00c0bd;
  font-size: 1.2rem;
}
.page-menu .p-common-doctor-article__label {
  background-color: #1d2b38;
  color: white;
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
  display: inline-block;
  margin-bottom: 1.5rem;
}
.page-menu .p-common-doctor-article__fields {
  font-size: 1.4rem;
  line-height: 1.57;
  color: #1e2b38;
}
.page-menu .p-common-doctor-article__fields br {
  display: none;
}
.page-menu .p-common-price__inner {
  max-width: 90rem;
}
.page-menu .p-common-price__list-ttl {
  margin-top: 4rem;
  padding: 1rem 1rem 1rem 2rem;
  border-left: 4px solid rgba(27, 183, 181, 0.96);
  background-color: #edf9f8;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__list-ttl {
    min-height: 4.8rem;
    padding: 1rem;
  }
}
.page-menu .p-common-price__list-ttl > .in-text {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1e2b38;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__list-ttl > .in-text {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.page-menu .p-common-price__list-ttl > .in-text span {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__list-ttl > .in-text span {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.page-menu .p-common-price__list-ttl > .in-text a {
  text-decoration: underline;
}
.page-menu .p-common-price__list-ttl > .in-btn {
  position: relative;
  top: auto;
  -webkit-transform: none;
  transform: none;
  right: auto;
  min-width: 8rem;
}
.page-menu .p-common-price__item {
  padding: 2rem 1rem 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: solid 1px #e4e4e4;
  row-gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item {
    padding: 2rem 1rem;
    row-gap: 0.7rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-menu .p-common-price__item-ttl {
  font-size: 1.6rem;
  color: #1e2b38;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item-ttl {
    width: calc(100% - 11rem);
    font-size: 1.5rem;
  }
}
.page-menu .p-common-price__item-ttl a {
  text-decoration: underline;
}
.page-menu .p-common-price__item-data {
  text-align: right;
  color: #1e2b38;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item-data {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.page-menu .p-common-price__item-data .in-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 3rem;
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item-data .in-price {
    width: 100%;
  }
}
.page-menu .p-common-price__item-data .in-price > .in-unit {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item-data .in-price > .in-unit {
    font-size: 1.4rem;
  }
}
.page-menu .p-common-price__item-data .in-price + .in-price {
  margin-top: 1rem;
}
.page-menu .p-common-price__item-data .in-num {
  font-size: 2.2rem;
  font-family: var(--oswald);
}
.page-menu .p-common-price__item-data .in-unit {
  font-size: 1.6rem;
  margin-left: -0.3rem;
}
.page-menu .p-common-price__item-data .in-tax {
  font-size: 1.2rem;
  margin-left: 0.2rem;
}
.page-menu .p-common-price__item-data .in-link {
  display: none;
  border: 1px solid #00c0bd;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item-data .in-link {
    display: block;
  }
}
.page-menu .p-common-price__item-data .in-link::before {
  background-color: #00c0bd;
}
.page-menu .p-common-price__item-data .in-link::after {
  content: "";
  background-image: url(../../img/arrow-next.png);
  width: 5px;
  height: 9px;
  right: 16px;
  top: 52%;
  position: absolute;
  content: "";
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item-data .in-link::after {
    right: 4px;
  }
}
.page-menu .p-common-price__item-data .in-link:hover {
  color: white;
  background-color: #00c0bd;
}
.page-menu .p-common-price__item-remarks {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.7rem;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.page-menu .p-common-price__item-remarks > .in-remarks {
  width: calc(100% - 27rem);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item-remarks > .in-remarks {
    width: 100%;
  }
}
.page-menu .p-common-price__item-remarks > .in-link {
  border: 1px solid #00c0bd;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item-remarks > .in-link {
    display: none;
  }
}
.page-menu .p-common-price__item-remarks > .in-link::before {
  background-color: #00c0bd;
}
.page-menu .p-common-price__item-remarks > .in-link::after {
  content: "";
  background-image: url(../../img/arrow-next.png);
  width: 5px;
  height: 9px;
  right: 16px;
  top: 52%;
  position: absolute;
  content: "";
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item-remarks > .in-link::after {
    right: 4px;
  }
}
.page-menu .p-common-price__item-remarks > .in-link:hover {
  color: white;
  background-color: #00c0bd;
}
.page-menu .p-common-price__item-remarks--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-menu .p-common-price__item-link {
  width: 100%;
  text-align: right;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item-link {
    width: 9.5rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.page-menu .p-common-price__item-link > .in-link {
  border: 1px solid #00c0bd;
}
.page-menu .p-common-price__item-link > .in-link::before {
  background-color: #00c0bd;
}
.page-menu .p-common-price__item-link > .in-link::after {
  content: "";
  background-image: url(../../img/arrow-next.png);
  width: 5px;
  height: 9px;
  right: 16px;
  top: 52%;
  position: absolute;
  content: "";
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-price__item-link > .in-link::after {
    right: 4px;
  }
}
.page-menu .p-common-price__item-link > .in-link:hover {
  color: white;
  background-color: #00c0bd;
}
.page-menu .p-common-price__list-remarks {
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 1.46;
}
.page-menu .p-common-price + .p-common-monitor-banner {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-monitor-banner {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.page-menu .p-common-monitor-banner picture {
  margin-inline: auto;
  width: 80rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-monitor-banner picture {
    width: 100%;
  }
}
.page-menu .p-common-flow {
  background-color: #f7fafa;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-flow .sp-wrap {
    padding-inline: 0;
  }
}
.page-menu .p-common-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-flow__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    overflow-x: scroll;
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.page-menu .p-common-flow__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-increment: flowStep;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-flow__item {
    margin-left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 29.5rem;
  }
}
.page-menu .p-common-flow__item::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 6rem);
  background-color: #00c0bd;
  position: absolute;
  top: 4.5rem;
  left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-flow__item::before {
    width: calc(100% + 2rem);
    height: 2px;
    top: 2.4rem;
    left: 9rem;
  }
}
.page-menu .p-common-flow__item-step {
  position: relative;
  z-index: 1;
  width: 9.2rem;
  height: 5rem;
  background-color: #00c0bd;
  color: white;
  font-size: 2rem;
  font-family: "Crimson Text", "Noto Serif JP", Yu Mincho, YuMincho, Hiragino Mincho ProN,
    "NotoSerifCJKjp", HGS明朝E, HG明朝E, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
}
.page-menu .p-common-flow__item-step::after {
  content: counter(flowStep, decimal-leading-zero);
}
.page-menu .p-common-flow__item-text-wrap {
  width: 59rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-flow__item-text-wrap {
    width: 100%;
    margin-top: 2rem;
  }
}
.page-menu .p-common-flow__item-text-wrap > .in-ttl {
  font-size: 2.4rem;
  color: #1e2b38;
  padding: 1rem 0 2rem 0;
  border-bottom: solid 1px #e4e4e4;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-flow__item-text-wrap > .in-ttl {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
.page-menu .p-common-flow__item-text-wrap p {
  font-size: 1.5rem;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-flow__item-text-wrap p {
    font-size: 1.4rem;
  }
}
.page-menu .p-common-flow__item-img-wrap {
  width: 33rem;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-flow__item-img-wrap {
    width: 29.5rem;
    height: 18.2rem;
    margin-bottom: 1rem;
  }
}
.page-menu .p-common-flow__item-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-menu .p-common-flow__item:last-of-type::before {
  display: none;
}
.page-menu .p-common-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}
.page-menu .p-common-access__map-wrap {
  width: 56rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-access__map-wrap {
    width: 100%;
  }
}
.page-menu .p-common-access__map-wrap > .in-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6rem;
  background-color: #00c0bd;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  gap: 1rem;
}
.page-menu .p-common-access__map-wrap > .in-btn::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 2rem;
  background-color: white;
  -webkit-mask-image: url(../../img/icon/ic-map.svg);
  mask-image: url(../../img/icon/ic-map.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.page-menu .p-common-access__map {
  width: 100%;
  height: 35rem;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-access__map {
    height: 21rem;
  }
}
.page-menu .p-common-access__map iframe {
  width: 100%;
  height: 100%;
}
.page-menu .p-common-access__desc-wrap {
  width: 49.4rem;
  padding: 3rem;
  border: solid 1px #ececec;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-access__desc-wrap {
    width: 100%;
    padding: 2rem;
  }
}
.page-menu .p-common-access__desc-wrap > .in-ttl {
  font-size: 2rem;
  color: #00c0bd;
  margin-bottom: 2rem;
}
.page-menu .p-common-access__desc-wrap > .in-address,
.page-menu .p-common-access__desc-wrap > p {
  font-size: 1.5rem;
  color: #1e1e1e;
  line-height: 1.73;
  margin-bottom: 2rem;
}
.page-menu .p-common-access__desc-wrap > .in-koutu-ttl {
  font-size: 1.5rem;
  color: #ed4373;
  margin-bottom: 1rem;
}
.page-menu .p-common-access__desc-wrap > .in-list {
  padding-left: 1.5rem;
}
.page-menu .p-common-access__desc-wrap > .in-list li {
  font-size: 1.2rem;
  line-height: 1.66;
  position: relative;
}
.page-menu .p-common-access__desc-wrap > .in-list li::before {
  content: "・";
  position: absolute;
  left: -1.5rem;
  top: 0;
}
.page-menu .p-common-faq .faq-section {
  padding: 6rem 0 11.5rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-faq .faq-section {
    padding: 4rem 0 5rem;
  }
}
.page-menu .p-common-faq .faq-section__btn {
  text-align: center;
  margin-top: 4rem;
}
.page-menu .p-common-faq .faq-section-list {
  width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-faq .faq-section-list {
    width: 100%;
  }
}
.page-menu .p-common-faq .faq-section-list__item {
  font-size: 1.6rem;
  line-height: 1.81;
  color: #333333;
  border-bottom: solid 1px #e4e4e4;
  padding: 2rem 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-faq .faq-section-list__item {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 1.5rem 0;
  }
}
.page-menu .p-common-faq .faq-section-list__item dt {
  padding: 0.8rem 5.8rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-faq .faq-section-list__item dt {
    padding: 0rem 4rem;
  }
}
.page-menu .p-common-faq .faq-section-list__item dt::before {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  background-image: url(../../img/icon/ic-question.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-faq .faq-section-list__item dt::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.page-menu .p-common-faq .faq-section-list__item-toggle {
  position: absolute;
  display: block;
  width: 5.8rem;
  height: 4.4rem;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-faq .faq-section-list__item-toggle {
    width: 4rem;
    height: 2.4rem;
  }
}
.page-menu .p-common-faq .faq-section-list__item-toggle::before,
.page-menu .p-common-faq .faq-section-list__item-toggle::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #00c0bd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-faq .faq-section-list__item-toggle::before,
  .page-menu .p-common-faq .faq-section-list__item-toggle::after {
    width: 1.2rem;
  }
}
.page-menu .p-common-faq .faq-section-list__item-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.page-menu .p-common-faq .faq-section-list__item-toggle.is-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.page-menu .p-common-faq .faq-section-list__item dd {
  padding: 0.8rem 5.8rem;
  position: relative;
  font-weight: normal;
  margin-top: 2.2rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-faq .faq-section-list__item dd {
    padding: 0rem 4rem;
    margin-top: 1.5rem;
  }
}
.page-menu .p-common-faq .faq-section-list__item dd::before {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  background-image: url(../../img/icon/ic-answer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-faq .faq-section-list__item dd::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.page-menu .p-common-faq + .p-child-column {
  padding-top: 4rem;
}
.page-menu .p-common-accordion {
  margin-top: -1.5rem;
}
.page-menu .p-common-accordion__item {
  width: 100%;
}
.page-menu .p-common-accordion__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 3rem;
  color: #1e2b38;
  padding-bottom: 1rem;
  border-bottom: solid 1px #e4e4e4;
  gap: 1rem;
  cursor: pointer;
}
.page-menu .p-common-accordion__ttl::before {
  content: "";
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  background-color: #00c0bd;
  -webkit-mask-image: url(../../img/icon/ic-circle-pen.svg);
  mask-image: url(../../img/icon/ic-circle-pen.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-accordion__ttl::before {
    width: 3rem;
    height: 3rem;
  }
}
.page-menu .p-common-accordion__ttl-text {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-accordion__ttl-text {
    font-size: 2rem;
    width: calc(100% - 7rem);
  }
}
.page-menu .p-common-accordion__ttl-cross {
  display: block;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  display: block;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-accordion__ttl-cross {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.page-menu .p-common-accordion__ttl-cross::before,
.page-menu .p-common-accordion__ttl-cross::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #00c0bd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-accordion__ttl-cross::before,
  .page-menu .p-common-accordion__ttl-cross::after {
    width: 1.2rem;
  }
}
.page-menu .p-common-accordion__ttl-cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.page-menu .p-common-accordion__ttl.is-active .p-common-accordion__ttl-cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.page-menu .p-common-accordion__editor {
  display: none;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common-accordion__editor {
    padding-top: 2rem;
  }
}
.page-menu .p-common-accordion + .p-parent-monitor-banner {
  padding-top: 0;
  margin-top: -2rem;
}
.page-menu .p-common__c-ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 4rem;
  color: #1e2b38;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common__c-ttl {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.page-menu .p-common__c-ttl span {
  color: #00c0bd;
  margin-inline: 0.5rem;
}
.page-menu .p-common__c-slick {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common__c-slick {
    padding-inline: 0;
  }
}
.page-menu .p-common__c-slick.slick-initialized {
  opacity: 1;
}
.page-menu .p-common__c-slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  position: relative;
  bottom: auto;
}
.page-menu .p-common__c-slick .slick-dots > li {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #dfdfdf;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0;
  margin-block: 3rem 0;
}
.page-menu .p-common__c-slick .slick-dots > li.slick-active {
  background-color: #00c0bd;
}
.page-menu .p-common__c-slick .slick-dots > li:only-child {
  display: none;
}
.page-menu .p-common__c-slick .slick-arrow {
  width: 5.3rem;
  height: 5.3rem;
  border: solid 1px #00c0bd;
  border-radius: 100%;
  background-image: url(../../img/icon/ic-arrow-square.svg);
  background-repeat: no-repeat;
  background-size: 1rem 1.9rem;
  background-position: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: calc(50% - 2rem);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common__c-slick .slick-arrow {
    width: 4rem;
    height: 4rem;
    top: calc(100% - 1rem);
  }
}
.page-menu .p-common__c-slick .slick-arrow::before {
  display: none;
}
.page-menu .p-common__c-slick .slick-prev {
  left: auto;
  right: calc(100% + 1rem);
  -webkit-transform: rotate(180deg) translate(0, 50%);
  transform: rotate(180deg) translate(0, 50%);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common__c-slick .slick-prev {
    left: 2rem;
    right: auto;
  }
}
.page-menu .p-common__c-slick .slick-next {
  right: auto;
  left: calc(100% + 1rem);
}
@media screen and (max-width: 768px) {
  .page-menu .p-common__c-slick .slick-next {
    right: 2rem;
    left: auto;
  }
}
.page-menu .p-common__l-wrap {
  padding-block: 8rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-common__l-wrap {
    padding-block: 4rem;
  }
}
.page-menu .p-parent-mv {
  width: 100%;
  height: 40rem;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .page-menu .p-parent-mv {
    height: 30rem;
  }
}
@media screen and (max-width: 850px) {
  .page-menu .p-parent-mv {
    height: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-parent-mv {
    height: auto;
  }
}
.page-menu .p-parent-mv__ttl {
  position: absolute;
  top: 0;
  left: 0;
}
.page-menu .p-parent-mv__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.page-menu .p-parent-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-menu .p-parent-anchor-link-list {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-menu .p-parent-anchor-link-list {
    margin-bottom: 6rem;
  }
}
.page-menu .p-parent-anchor-link-list + .p-common-case {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-parent-anchor-link-list + .p-common-case {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-parent-menu-list {
    padding-top: 0;
  }
}
.page-menu .p-parent-menu-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}
.page-menu .p-parent-menu-list__item {
  width: calc(33.3333333333% - 2rem);
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0 0 1rem 0.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem 0.2rem rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  .page-menu .p-parent-menu-list__item {
    width: 100%;
  }
}
.page-menu .p-parent-menu-list__item-thumb {
  width: 100%;
  height: 14rem;
}
.page-menu .p-parent-menu-list__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-menu .p-parent-menu-list__item-text-wrap {
  padding: 1.5rem;
  padding-top: 2.4rem;
  padding-bottom: 2rem;
}
.page-menu .p-parent-menu-list__item-ttl {
  font-size: 2rem;
  font-weight: 300;
  padding-bottom: 1rem;
  border-bottom: solid 1px #e4e4e4;
  margin-bottom: 1.5rem;
}
.page-menu .p-parent-menu-list__item-desc {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.page-menu .p-parent-menu-list__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  color: #00c0bd;
  gap: 0.5rem;
}
.page-menu .p-parent-menu-list__item-link::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.4rem;
  background-color: #00c0bd;
  -webkit-mask-image: url(../../img/icon/ic-arrow-square.svg);
  mask-image: url(../../img/icon/ic-arrow-square.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.page-menu .p-parent-menu-list__item.is-link:hover {
  opacity: 0.7;
  -webkit-transform: translate(0.2rem, 0.2rem);
  transform: translate(0.2rem, 0.2rem);
}
.page-menu .p-parent-reason {
  background-color: #f7fafa;
}
@media screen and (max-width: 768px) {
  .page-menu .p-parent-reason__ttl {
    text-align: center;
    position: relative;
    line-height: 1.3;
  }
  .page-menu .p-parent-reason__ttl span {
    position: absolute;
  }
  .page-menu .p-parent-reason__ttl span:first-of-type {
    top: -1rem;
    left: 2rem;
  }
  .page-menu .p-parent-reason__ttl span:last-of-type {
    bottom: -1rem;
    right: 2rem;
  }
}
.page-menu .p-parent-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.page-menu .p-parent-reason__item {
  background-color: white;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  counter-increment: reasonNum;
  -webkit-box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .page-menu .p-parent-reason__item {
    display: block;
    padding: 2rem;
  }
}
.page-menu .p-parent-reason__item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.page-menu .p-parent-reason__item > .in-text-wrap {
  width: 57rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-parent-reason__item > .in-text-wrap {
    width: 100%;
  }
}
.page-menu .p-parent-reason__item > .in-text-wrap > .in-ttl {
  font-size: 2.6rem;
  font-weight: 500;
  border-bottom: solid 1px #e4e4e4;
  margin-bottom: 2rem;
  color: #1e2b38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  line-height: 3.8rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-parent-reason__item > .in-text-wrap > .in-ttl {
    font-size: 2rem;
    padding-bottom: 1rem;
    line-height: 1.3;
  }
}
.page-menu .p-parent-reason__item > .in-text-wrap > .in-ttl::before {
  content: counter(reasonNum, decimal-leading-zero);
  font-family: "Crimson Text", "Noto Serif JP", Yu Mincho, YuMincho, Hiragino Mincho ProN,
    "NotoSerifCJKjp", HGS明朝E, HG明朝E, serif;
  font-size: 7rem;
  color: #00c0bd;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-menu .p-parent-reason__item > .in-text-wrap > .in-ttl::before {
    font-size: 5rem;
  }
}
.page-menu .p-parent-reason__item > .in-text-wrap > .in-img-wrap {
  margin-bottom: 1rem;
}
.page-menu .p-parent-reason__item > .in-text-wrap > .in-text {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #606b7a;
}
@media screen and (max-width: 768px) {
  .page-menu .p-parent-reason__item > .in-text-wrap > .in-text {
    font-size: 1.4rem;
    color: #606b7a;
  }
}
.page-menu .p-parent-reason__item > .in-img-wrap {
  width: 40rem;
  height: 22.5rem;
  overflow: hidden;
}
.page-menu .p-parent-reason__item > .in-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-menu .p-child-mv {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-mv {
    margin-top: 1.2rem;
  }
}
.page-menu .p-child-case {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-case {
    margin-top: 3rem;
  }
}
.page-menu .p-child-recommend {
  background-color: #f7fafa;
}
.wrap:has(.p-child-mv) + .p-child-recommend {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .wrap:has(.p-child-mv) + .p-child-recommend {
    margin-top: 3rem;
  }
}
.page-menu .p-child-recommend__ttl {
  font-size: 3rem;
  color: #00c0bd;
  text-align: center;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-recommend__ttl {
    font-size: 2.1rem;
    margin-bottom: 3rem;
  }
}
.page-menu .p-child-recommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-recommend__list {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-recommend__list img {
    width: 2.1rem;
  }
}
.page-menu .p-child-recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  width: calc(50% - 2rem);
  border-bottom: solid 1px #d0e6e8;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  color: #1e2b38;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-recommend__item {
    width: 100%;
    border: none;
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}
.page-menu .p-child-wysiwyg {
  margin-bottom: 3rem;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-wysiwyg {
    margin-bottom: 0rem;
  }
}
.page-menu .p-child-wysiwyg .p-common-editor > *:last-child {
  margin-bottom: 0;
}
.page-menu .p-child-reason {
  background-image: url(../../img/home/best-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-reason {
    background-image: url(../../img/menu/sp-reason-bg.jpg);
  }
}
.page-menu .p-child-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.page-menu .p-child-reason__item {
  background-color: white;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-increment: reasonNum;
  align-items: center;
  -webkit-box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-reason__item {
    display: block;
    padding: 2rem;
  }
}
.page-menu .p-child-reason__item > .in-text-wrap {
  width: 57rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-reason__item > .in-text-wrap {
    width: 100%;
  }
}
.page-menu .p-child-reason__item > .in-text-wrap::before {
  content: "POINT " counter(reasonNum, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.3rem;
  width: 9.2rem;
  height: 3.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#01c0bd), to(#39dfa9));
  background: linear-gradient(to right, #01c0bd, #39dfa9);
  color: white;
  font-size: 1.8rem;
  font-family: "Crimson Text", "Noto Serif JP", Yu Mincho, YuMincho, Hiragino Mincho ProN,
    "NotoSerifCJKjp", HGS明朝E, HG明朝E, serif;
}
.page-menu .p-child-reason__item > .in-text-wrap > .in-ttl {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 500;
  padding-block: 1.5rem;
  border-bottom: solid 1px #e4e4e4;
  margin-bottom: 2rem;
  color: #1e2b38;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-reason__item > .in-text-wrap > .in-ttl {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.page-menu .p-child-reason__item > .in-text-wrap > .in-img-wrap {
  margin-bottom: 1rem;
}
.page-menu .p-child-reason__item > .in-text-wrap > .in-text {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #1e2b38;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-reason__item > .in-text-wrap > .in-text {
    font-size: 1.4rem;
    color: #606b7a;
  }
}
.page-menu .p-child-reason__item > .in-img-wrap {
  width: 40rem;
  height: 22.5rem;
  overflow: hidden;
}
.page-menu .p-child-reason__item > .in-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-menu .p-child-column {
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-column {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-column .sp-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-column .slick-list {
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-column .slick-arrow {
    display: none !important;
  }
}
.page-menu .p-child-column-article {
  margin-inline: 1rem;
  position: relative;
}
.page-menu .p-child-column-article__ttl {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #1e2b38;
}
.page-menu .p-child-column + .p-common-accordion {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .page-menu .p-child-column + .p-common-accordion {
    padding-top: 2rem;
  }
}
