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

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

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

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

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

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

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

body {
  overflow-x: hidden;
  margin: 0px;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic";
}

p {
  font-family: "游ゴシック", "Yu Gothic";
}

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

.l-container {
  width: 1100px;
  margin: 0 auto;
}

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

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

@media screen and (max-width: 1120px) {
  .l-container {
    width: 100%;
  }
  .sp-none,
  .pc-only {
    display: none !important;
  }
  .pc-none,
  .sp-only {
    display: block !important;
  }
}
.l-pc-header {
  top: 0;
  z-index: 9999;
  position: fixed;
  height: 66px;
  width: 100%;
  background-color: #000837;
  display: flex;
}
.l-pc-header .l-container {
  position: relative;
}
.l-pc-header .o-reserve {
  width: 100%;
  height: 45px;
  display: flex;
  gap: 10px;
  font-size: 0;
}
.l-pc-header .o-reserve a {
  cursor: pointer;
}
.l-pc-header .o-reserve img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-pc-header nav {
  left: 0;
}
.l-pc-header nav ul li a {
  font-weight: 600;
  font-size: 1.35rem;
  color: #fff;
  cursor: pointer;
}
.l-pc-header .o-hdr-item {
  right: 0;
}

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

@media (max-width: 999px) {
  .l-sp-header {
    position: relative;
    margin-bottom: -30px;
    z-index: 3;
    width: 100%;
    display: block;
    background-color: #000837;
    padding: 10px 0 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .l-sp-header h1 {
    margin-left: 3vw;
    flex-basis: 45%;
  }
  .l-sp-header .l-h-reserve {
    flex-basis: 44%;
    margin-right: 2%;
    text-align: right;
  }
}
@media (max-width: 1000px) {
  .l-pc-header {
    display: none;
  }
}
.mv {
  background-color: #010329;
  background-image: url("../images/mv_bg_pc.jpg");
  background-repeat: no-repeat;
  background-size: 2000px;
  background-position: top center;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.mv__top {
  margin: 520px auto 30px;
}
.mv__top__case {
  position: relative;
}
.mv__top__case__caution {
  padding: 0 0 10px;
  font-size: 1.1rem;
  color: #fff;
}
.mv__top__case .RiskLink {
  position: absolute;
  bottom: -24px;
  right: 260px;
}
.mv__top__case .RiskLink a {
  padding-right: 12px;
  font-size: 1.3rem;
  color: #f2f2f2;
  border-bottom-color: #fff;
}
.mv__top__case .RiskLink a::after {
  border-top-color: #f1f1f1;
}
.mv__top__case__slider {
  width: calc(80% - 20px);
}
.mv__top__case__slider__item {
  padding: 0 10px;
}
.mv__top__case__slider__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv__top__case__slider .slick-prev {
  opacity: 1;
  left: -3%;
  width: 30px;
}
.mv__top__case__slider .slick-prev:before {
  content: url(../images/left_arrow.svg);
  opacity: 1;
}
.mv__top__case__slider .slick-next {
  opacity: 1;
  right: -3%;
  width: 30px;
}
.mv__top__case__slider .slick-next:before {
  content: url(../images/right_arrow.svg);
  opacity: 1;
}
.mv__bottom {
  background: #fff;
  font-size: 0;
}
.mv__bottom .l-container {
  position: relative;
}
.mv__bottom__info {
  margin: -30px 0 0;
  padding: 0px 0 20px;
  position: relative;
  left: -50px;
}
.mv__bottom__img {
  position: absolute;
  bottom: 0;
  right: -80px;
}
@media screen and (max-width: 1058px) {
  .mv {
    background-color: #010103;
    background-image: url(../images/mv_bg_sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .mv__top {
    margin: 140vw 0vw 0;
  }
  .mv__top__case {
    padding-bottom: 10px;
  }
  .mv__top__case__caution {
    bottom: 14px;
    padding: 0 4vw 2vw;
  }
  .mv__top__case__slider {
    width: 100%;
  }
  .mv__top__case__slider__item {
    padding: 0;
  }
  .mv__top__case__slider__img {
    width: 100vw;
    margin: 0 auto;
    padding: 0 6vw;
  }
  .mv__top__case__slider .slick-next {
    width: 6vw;
    right: 0%;
  }
  .mv__top__case__slider .slick-prev {
    width: 6vw;
    left: 0%;
  }
  .mv__top__case .RiskLink {
    bottom: 14px;
    right: 0;
  }
  .mv__bottom {
    font-size: initial;
  }
  .mv__bottom__info {
    background: linear-gradient(0deg, #fff 37.5vw, #07154a 37.5vw);
    margin: -2vw 0 0;
    padding: 0 0 3vw;
    width: 100%;
    font-size: 0;
    overflow: hidden;
    left: 0;
  }
  .mv__bottom__info img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .mv__bottom__img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.MedicalRejuvenation {
  background: url("../images/MedicalRejuvenation_bg_pc.jpg");
  padding: 20px 0 100px;
}
.MedicalRejuvenation .l-container {
  background-image: url(../images/MedicalRejuvenation_in_bg_pc.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top 280px center;
}
.MedicalRejuvenation__top {
  padding: 20px 120px 0;
  text-align: center;
}
.MedicalRejuvenation__top__arrow img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.MedicalRejuvenation__top__ttl {
  margin: -30px 0 0;
}
.MedicalRejuvenation__top__ttl img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.MedicalRejuvenation__middle {
  padding: 50px 0 50px 60px;
  width: 57%;
}
.MedicalRejuvenation__middle__about {
  padding: 10px 0 30px;
}
.MedicalRejuvenation__middle__about img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.MedicalRejuvenation__middle__sub img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.MedicalRejuvenation__middle__txt {
  padding: 30px 0 0;
}
.MedicalRejuvenation__middle__txt p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.85;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  text-shadow: 0 0 40px #000;
}
.MedicalRejuvenation__bottom {
  padding: 0px 0 120px 60px;
  width: 57%;
}
.MedicalRejuvenation__bottom img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 1058px) {
  .MedicalRejuvenation {
    background: url("../images/MedicalRejuvenation_bg_sp.jpg");
    padding: 0;
    background-size: 100%;
  }
  .MedicalRejuvenation .l-container {
    background: transparent;
  }
  .MedicalRejuvenation__top {
    padding: 50px 4vw 0;
  }
  .MedicalRejuvenation__top__ttl {
    margin: 5px 0 0;
  }
  .MedicalRejuvenation__middle {
    padding: 5vw 4vw 0;
    width: 100%;
  }
  .MedicalRejuvenation__middle__about {
    padding: 1vw 0 3vw;
  }
  .MedicalRejuvenation__middle__txt {
    width: 46%;
    padding: 4vw 0 0;
  }
  .MedicalRejuvenation__middle__txt p {
    font-size: 3.45vw;
    line-height: 1.85;
    letter-spacing: 0;
  }
  .MedicalRejuvenation__bottom {
    padding: 0vw 5vw 3vw 6vw;
    width: 100%;
  }
}
.RealizeRejuvenation {
  background-color: #fff;
  background-image: url("../images/RealizeRejuvenation_bg_pc.jpg");
  background-position: top center;
  background-size: 2000px;
}
.RealizeRejuvenation__ttl {
  padding: 80px 0 0px;
}
.RealizeRejuvenation__ttl img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.RealizeRejuvenation__item {
  position: relative;
}
.RealizeRejuvenation__item__in {
  background: linear-gradient(90deg, #aa8f26, #e9e0cd, #aa8f26);
  padding: 3px;
  margin: 40px 0 100px;
  position: relative;
  z-index: 1;
}
.RealizeRejuvenation__item::before, .RealizeRejuvenation__item::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -8px;
  display: block;
  width: 50%;
  height: 50%;
  background: #000;
  filter: blur(8px);
  opacity: 0.25;
}
.RealizeRejuvenation__item::before {
  left: 25px;
  transform: rotate(-5deg);
}
.RealizeRejuvenation__item::after {
  right: 25px;
  transform: rotate(5deg);
}
.RealizeRejuvenation__item__top {
  position: relative;
}
.RealizeRejuvenation__item__top img {
  position: absolute;
  top: -60px;
  left: -40px;
}
.RealizeRejuvenation__item__content {
  background: #efefef;
  padding: 0 50px;
}
.RealizeRejuvenation__item__img {
  padding: 40px 0 0;
  font-size: 0;
}
.RealizeRejuvenation__item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.RealizeRejuvenation__item__txt {
  display: block;
  padding: 16px 0;
}
.RealizeRejuvenation__item__txt p {
  display: block;
  font-size: 2.25rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-weight: 500;
}
p + .RealizeRejuvenation__item__txt__risk {
  font-size: 1.25rem;
  padding: 10px 0 0;
  font-feature-settings: "palt";
  letter-spacing: 0.125rem;
  color: #666;
}
.RealizeRejuvenation__item__ttl {
  color: #fff;
  background: #aa8f25;
}
.RealizeRejuvenation__item__ttl__elm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 45px;
  font-size: 0;
  line-height: 1;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.RealizeRejuvenation__item__ttl h3 {
  font-size: 3.5rem;
  line-height: 1;
  padding: 5px 0 0;
}
.RealizeRejuvenation__item__ttl h3 svg {
  height: 3rem;
  width: auto;
  vertical-align: -0.05rem;
  padding: 0 1px;
}
.RealizeRejuvenation__item__ttl p {
  font-size: 1.65rem;
  margin-right: auto;
  margin-left: 20px;
  padding: 5px 0 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.RealizeRejuvenation__item__ttl a {
  display: inline-block;
  border: solid 1px #fff;
  padding: 7px 50px;
  border-radius: 40px;
  font-size: 1.5rem;
  cursor: pointer;
}
.RealizeRejuvenation__item__ttl a:hover {
  box-shadow: 0 0 0px 2px #947b17, 0 0 8px -2px #7b6409;
  background: #9c821c;
}

@media screen and (max-width: 1058px) {
  .RealizeRejuvenation {
    background: url("../images/RealizeRejuvenation_bg_sp_top.jpg"), url("../images/RealizeRejuvenation_bg_sp_bottom.jpg");
    background-position: top -10px center, bottom -10px center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .RealizeRejuvenation__ttl {
    padding: 10vw 3vw 0;
  }
  .RealizeRejuvenation__in {
    padding: 0 4vw;
  }
  .RealizeRejuvenation__item::before, .RealizeRejuvenation__item::after {
    width: 40%;
    height: 10%;
    bottom: -5px;
  }
  .RealizeRejuvenation__item::before {
    left: 3vw;
    transform: rotate(-6deg);
  }
  .RealizeRejuvenation__item::after {
    right: 3vw;
    transform: rotate(6deg);
  }
  .RealizeRejuvenation__item__top img {
    width: 22vw;
    top: -5vw;
    left: 2vw;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .RealizeRejuvenation__item__in {
    background: linear-gradient(40deg, #aa8f26, #e9e0cd, #aa8f26);
    margin: 8vw 0 10vw;
  }
  .RealizeRejuvenation__item__title {
    background: #efefef;
  }
  .RealizeRejuvenation__item__title h3 {
    text-indent: 10vw;
    padding: 3.5vw 0 3vw;
    font-weight: 600;
    font-size: 7.5vw;
    line-height: 1;
    text-align: center;
  }
  .RealizeRejuvenation__item__title h3 svg {
    height: 6.65vw;
    width: auto;
    padding: 0 1px;
    vertical-align: -0.25vw;
  }
  .RealizeRejuvenation__item__content {
    padding: 0 5vw;
  }
  .RealizeRejuvenation__item__img {
    padding: 0;
  }
  .RealizeRejuvenation__item__txt {
    padding: 3vw 0;
  }
  .RealizeRejuvenation__item__txt p {
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
    text-align: justify;
    font-size: 4.65vw;
  }
  p + .RealizeRejuvenation__item__txt__risk {
    font-size: 2.65vw;
    padding: 10px 0 0;
  }
  .RealizeRejuvenation__item__ttl {
    background: #efefef;
    padding: 0 4vw 5vw;
  }
  .RealizeRejuvenation__item__ttl h3 {
    width: 80%;
    font-size: 9vw;
    font-feature-settings: "palt";
    text-align: left;
    text-shadow: 0 0 6px #a99648;
  }
  .RealizeRejuvenation__item__ttl h3 svg {
    width: auto;
    height: 8vw;
    vertical-align: -0.45vw;
    padding: 0 1px;
  }
  .RealizeRejuvenation__item__ttl p {
    width: 80%;
    font-size: 4vw;
    font-feature-settings: "palt";
    text-align: left;
    text-shadow: 0 0 6px #a99648;
    margin-left: 1vw;
    padding: 0;
  }
  .RealizeRejuvenation__item__ttl a {
    display: block;
    background: linear-gradient(0deg, #c5ab3f, #e2c862, #c5ab3f);
    box-shadow: 0 0px 3px -2px #6d5d1d, 1px 1px 4px -1px #fff inset, -1px -1px 4px -1px #96812e inset;
    padding: 1.5vw 2vw;
    border-radius: 1rem;
    border: solid 1px #c1aa4c;
    position: relative;
  }
  .RealizeRejuvenation__item__ttl a::after {
    content: "";
    background-image: url("../images/arrow.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 4vw;
    height: 1rem;
    right: 4vw;
    top: 47%;
  }
}
.cv-area {
  padding: 60px 0;
  background: linear-gradient(0deg, #041663, #040e39);
  margin-top: 0px;
}
.cv-area__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1078px;
  margin: 0 auto;
  padding: 55px 105px 55px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
.cv-area__in > div:last-of-type:not(.cv-area__tel) {
  margin: 0 auto;
}
.cv-area__in img {
  width: 100%;
  height: auto;
}
.cv-area__ttl {
  flex: 0 0 100%;
  margin-bottom: 32px;
  text-align: center;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-size: 2.65rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
  color: #fff;
}
.cv-area__ttl small {
  font-size: 10px;
}
.cv-area .p-line_link_bnr {
  margin: 30px auto 20px;
  position: relative;
  z-index: 2;
}
.cv-area__caution {
  margin: 0px 0 30px;
  flex: 0 0 100%;
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.cv-area__web, .cv-area__tel {
  position: relative;
  z-index: 2;
}
.cv-area__web a, .cv-area__tel a {
  cursor: pointer;
}

@media screen and (max-width: 1058px) {
  .cv-area {
    width: 100%;
    padding: 0 5vw 0;
    margin-top: 0;
  }
  .cv-area__in {
    display: block;
    background: transparent;
    padding: 6.4vw 0 4vw;
  }
  .cv-area__in::before {
    top: -10vw;
    left: -10vw;
    border: 10vw solid transparent;
    border-right: 10vw solid #ffb1c3;
  }
  .cv-area__in > div:last-of-type:not(.cv-area__tel) {
    margin: 11vw auto;
  }
  .cv-area__ttl {
    margin-bottom: 4.4vw;
    font-size: 4.25vw;
    font-feature-settings: "palt";
  }
  .cv-area__web {
    width: 75vw;
    margin: 0 auto;
  }
  .cv-area__web img {
    width: 100%;
  }
  .cv-area .p-line_link_bnr {
    width: 75vw;
    margin: 2vw auto 0;
    padding: 0 0 15px;
  }
  .cv-area__tel {
    width: 75vw;
    margin: 2vw auto 0;
  }
  .cv-area__tel img {
    width: 100%;
  }
  .cv-area__caution {
    margin: 0 0 0;
    font-size: 2vw;
    color: #aaa;
    text-align: center;
  }
}
.problem {
  background: url("../images/problem_bg_pc.jpg");
  background-size: 2000px;
  background-position: top center;
  padding: 80px 0 0;
}
.problem__in {
  background-color: #fff;
  position: relative;
}
.problem__in::after {
  content: "";
  border-top: 40px solid #fff;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid transparent;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 40px);
}
.problem__in__ttl {
  text-align: center;
  color: #1a2e86;
  font-size: 3.5rem;
  padding: 30px 0 30px;
  font-weight: 600;
}
.problem__in__ttl span {
  color: #840000;
  font-size: 5.5rem;
  padding: 0 3px;
}
.problem__in__list {
  padding: 0 0 50px;
}
.problem__in__lists {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.problem__in__list__item {
  padding: 15px 0;
}
.problem__in__list__item img {
  -o-object-fit: contain;
  object-fit: contain;
}
.problem__bottom {
  margin-top: -300px;
  position: relative;
  z-index: 1;
  font-size: 0;
}
.problem__bottom img {
  transform: translateX(-130px);
}

@media screen and (max-width: 1058px) {
  .problem {
    padding: 8vw 0 4vw;
    background: linear-gradient(0deg, #978b6a, #cbc1a5);
  }
  .problem__in {
    margin: 0 4vw;
    background-image: url(../images/problem_bg_sp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .problem__in::after {
    border-top: 20px solid #fff;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    bottom: -35px;
    left: calc(50% - 20px);
  }
  .problem__in__ttl {
    font-size: 6vw;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
  }
  .problem__in__ttl span {
    font-size: 9vw;
  }
  .problem__in__list {
    padding: 0 2vw 8vw 6vw;
  }
  .problem__in__list__item {
    padding: 2vw 0;
  }
  .problem__in__list__item img {
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    display: block;
    width: auto;
  }
  .problem__bottom {
    margin: -8vw 0 0;
  }
  .problem__bottom img {
    transform: none;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    filter: drop-shadow(1px 2px 3px #7e755b);
  }
}
.FourTechnologies__01 {
  background: url("../images/FourTechnologies__section01_bg_pc.png");
  background-size: 2000px;
  background-position: top center;
  padding: 0 0;
}
.FourTechnologies__01__top__ttl {
  text-align: center;
  padding: 65px 0 50px;
}
.FourTechnologies__01__top__ttl img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.FourTechnologies__01__top__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.FourTechnologies__01__top__left {
  width: 50%;
  font-size: 0;
}
.FourTechnologies__01__top__left__head img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.FourTechnologies__01__top__left__img {
  padding: 30px 0 8px;
}
.FourTechnologies__01__top__left__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.FourTechnologies__01__top__left__ttl img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.FourTechnologies__01__top__left__txt {
  padding: 30px 0;
}
.FourTechnologies__01__top__left__txt p {
  font-size: 1.55rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0;
  word-break: break-all;
  color: #01092a;
  font-weight: 500;
}
.FourTechnologies__01__top__left__txt span {
  color: #aa8f25;
}
.FourTechnologies__01__top__left .RiskLink {
  text-align: right;
  margin-bottom: 30px;
}
.FourTechnologies__01__top__right {
  width: 50%;
}
.FourTechnologies__01__top__right img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transform: scale(1.05) translateX(40px);
}
.FourTechnologies__01__middle {
  background: url("../images/FourTechnologies_01_middle_bg_pc.png");
  background-size: 2000px;
  background-position: top center;
}
.FourTechnologies__01__middle__in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
}
.FourTechnologies__01__middle__left {
  width: 65%;
  padding-right: 40px;
  font-size: 0;
}
.FourTechnologies__01__middle__ttl {
  text-align: center;
}
.FourTechnologies__01__middle__ttl img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
}
.FourTechnologies__01__middle__txt p {
  font-size: 1.55rem;
  line-height: 1.85;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  word-break: break-all;
  color: #01092a;
  font-weight: 500;
}
.FourTechnologies__01__middle__txt span {
  color: #aa8f25;
}
.FourTechnologies__01__middle__right {
  width: 35%;
  font-size: 0;
}
.FourTechnologies__01__bottom {
  background: url("../images/FourTechnologies_01_bottom_bg_pc.png");
  background-size: 2000px;
  padding: 40px 0 500px;
  background-position: center top;
}
.FourTechnologies__01__bottom__menu01, .FourTechnologies__01__bottom__menu02 {
  padding: 30px 0;
  font-size: 0;
}
.FourTechnologies__01__bottom__menu01 img, .FourTechnologies__01__bottom__menu02 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.FourTechnologies__02 {
  background: url("../images/FourTechnologies_02_bg_pc.png");
  background-size: 2000px;
  background-position: top center;
  padding: 0 0 320px;
  margin: -500px 0 0;
}
.FourTechnologies__02__txt {
  padding: 30px 0px;
}
.FourTechnologies__02__txt p {
  font-size: 1.55rem;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem;
  line-height: 1.85;
  font-weight: 500;
  text-align: justify;
  color: #01092a;
}
.FourTechnologies__02__txt span {
  color: #aa8f26;
}
.FourTechnologies__02__in__item {
  padding: 10px 0 60px;
}
.FourTechnologies__02__in__item__img {
  padding: 0 0 20px;
  font-size: 0;
}
.FourTechnologies__02__in__item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.FourTechnologies__02__in__item__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.FourTechnologies__02__in__item__badge {
  border-radius: 50%;
  background: linear-gradient(-45deg, #ad932a, #d0b85c, #ad932a);
  display: block;
  width: 140px;
  height: 140px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  color: #fff;
}
.FourTechnologies__02__in__item__badge span {
  display: block;
  color: #fff;
  text-align: center;
}
.FourTechnologies__02__in__item__badge .age {
  font-size: 4.5rem;
  margin-top: 36px;
  line-height: 1;
}
.FourTechnologies__02__in__item__badge .gen {
  font-size: 3rem;
  margin-top: 5px;
  line-height: 1;
}
.FourTechnologies__02__in__item__info {
  width: calc(100% - 160px);
}
.FourTechnologies__02__in__item__info__ttl {
  font-weight: 600;
  font-size: 3.05rem;
  font-feature-settings: "palt";
  letter-spacing: 0;
  text-align: left;
  color: #01092a;
  padding: 15px 0 10px;
}
.FourTechnologies__02__in__item__info__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.FourTechnologies__02__in__item__info__txt {
  width: 50%;
  font-size: 1.55rem;
  font-feature-settings: "palt";
  letter-spacing: 0.115rem;
  line-height: 1.75;
  margin-right: 20px;
  padding: 8px 0 0;
  font-weight: 500;
}
.FourTechnologies__02__in__item__info__note {
  font-feature-settings: "palt";
  font-size: 1.15rem;
  width: 100%;
  text-align: right;
  color: #777;
  letter-spacing: 0;
  padding: 10px 0 0;
}
.FourTechnologies__02__in__item__price img {
  height: 8rem;
  margin: 2px 0 0 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.FourTechnologies__02__in__item__risk {
  background: white;
  padding: 14px 20px 10px;
  margin: 15px 0 20px;
  box-shadow: 0px 1px 6px -2px #efeae8;
}
.FourTechnologies__02__in__item__risk__txt {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.45;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
.FourTechnologies__02__in__item__risk__txt span {
  display: block;
  margin: 0 0 6px;
  font-size: 1.35rem;
}
.FourTechnologies__02__in__item:nth-child(3) .FourTechnologies__02__in__item__info__txt {
  width: 65%;
  margin-right: 5px;
}
.FourTechnologies__02 .RiskLink {
  margin-top: 8px;
  text-align: right;
}
.FourTechnologies__03 {
  background: url("../images/FourTechnologies_03_bg_pc.png");
  background-size: 2000px;
  background-repeat: no-repeat;
  background-position: top center;
  margin: -430px 0 0;
  padding: 350px 0 360px;
}
.FourTechnologies__03__in {
  width: 60%;
  margin: 0 0 0 auto;
}
.FourTechnologies__03__content__txt {
  font-size: 1.75rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  line-height: 1.85;
  padding: 30px 10px 50px 35px;
  color: #01092a;
}
.FourTechnologies__03__content__txt span {
  color: #d0a80e;
}
.FourTechnologies__03__item__price {
  padding: 0 15px 40px 35px;
}
.FourTechnologies__03__item__price img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.FourTechnologies__03__item__img {
  padding: 0 15px 40px 35px;
}
.FourTechnologies__03__item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.FourTechnologies__03__item__img .RiskLink {
  margin-top: 8px;
  text-align: right;
}
.FourTechnologies__03__item__info {
  padding: 0 15px 0px 35px;
}
.FourTechnologies__03__item__info__ttl {
  font-weight: 600;
  font-size: 2.85rem;
  text-align: left;
  padding: 0 0 10px;
}
.FourTechnologies__03__item__info__txt {
  color: #01092a;
  font-size: 1.7rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-weight: 500;
}
.FourTechnologies__03__item__note {
  font-feature-settings: "palt";
  font-size: 1.15rem;
  width: 100%;
  text-align: right;
  color: #777;
  letter-spacing: 0;
  padding: 10px 0 0;
}
.FourTechnologies__04__01 {
  background: url(../images/FourTechnologies_04_01_top_midole_pc.png), url(../images/FourTechnologies_04_01_top_pc.png);
  background-size: 1970px, 2000px;
  background-repeat: no-repeat;
  background-position: top 694px center, top center;
  padding: 160px 0 200px;
  margin: -360px 0 0;
}
.FourTechnologies__04__01__in__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex: 1 1;
  flex-grow: 0;
  flex-shrink: 1;
  padding: 0 0 80px;
}
.FourTechnologies__04__01__in__content {
  background: url("../images/FourTechnologies_04_01_content_bg_pc.png");
  position: relative;
  padding-bottom: 60px;
}
.FourTechnologies__04__01__in__content__ttl {
  text-align: center;
}
.FourTechnologies__04__01__in__content__img {
  text-align: center;
  position: relative;
  padding: 10px 0 0;
  z-index: 1;
}
.FourTechnologies__04__01__in__content__img__case {
  margin: 0 0 20px;
}
.FourTechnologies__04__01__in__content__img .RiskLink {
  max-width: 686px;
  margin: -8px auto 20px;
  text-align: right;
}
.FourTechnologies__04__01__in__content__img .RiskLink a {
  color: #555;
}
.FourTechnologies__04__01__in__content__info {
  background-color: #fff;
  margin: -30px 80px 0;
  padding: 60px 40px 20px;
  text-align: center;
  position: relative;
}
.FourTechnologies__04__01__in__content__info__txt {
  font-size: 1.55rem;
  line-height: 1.85;
  padding: 30px 100px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-weight: 500;
}
.FourTechnologies__04__01__in__content__info__txt span {
  color: #cca50c;
}
.FourTechnologies__04__01__in__content__info__bg {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
  transform: translateX(-20px) scale(1.35);
}
.FourTechnologies__04__01__in__content__info__bg img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}
.FourTechnologies__04__01__in__content__movie {
  padding: 50px 0 50px;
  text-align: center;
}
.FourTechnologies__04__01__in__content__movie__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1058px) {
  .FourTechnologies__04__01__in__content__movie__ttl {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.FourTechnologies__04__01__in__content__movie__ttl {
  line-height: 1.35;
}
.FourTechnologies__04__01__in__content__movie__ttl span {
  color: #aa8f25;
}
.FourTechnologies__04__01__in__content__movie__ttl::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
}
@media screen and (max-width: 1058px) {
  .FourTechnologies__04__01__in__content__movie__ttl::before {
    height: 4vw;
    left: -3vw;
    bottom: 0.5vw;
  }
}
.FourTechnologies__04__01__in__content__movie__ttl::before {
  bottom: -6px;
  height: 70px;
}
.FourTechnologies__04__01__in__content__movie__ttl::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
}
@media screen and (max-width: 1058px) {
  .FourTechnologies__04__01__in__content__movie__ttl::after {
    height: 4vw;
    right: -3vw;
    bottom: 0.5vw;
  }
}
.FourTechnologies__04__01__in__content__movie__ttl::after {
  bottom: -6px;
  height: 70px;
}
.FourTechnologies__04__01__in__content__movie iframe {
  margin: 30px auto 0;
  box-shadow: 0 0 10px -2px #8e7761;
  width: 60%;
  height: 400px;
}
.FourTechnologies__04__01__in__price {
  margin: 50px 0 0;
}
.FourTechnologies__04__01__in__price img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.FourTechnologies__04__01__ttl {
  flex-basis: 75%;
}
.FourTechnologies__04__01__ttl__txt {
  padding: 20px 240px 0 10px;
  font-size: 1.55rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  line-height: 1.95;
  color: #01092a;
}
.FourTechnologies__04__01__ttl__txt span {
  color: #cca716;
}
.FourTechnologies__04__01__hand {
  flex-basis: 40%;
}
.FourTechnologies__04__01__hand img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  transform: scale(1.75) translate3d(-40px, 80px, 0);
}
.FourTechnologies__04__02 {
  background: url("../images/FourTechnologies_04_02_bg_pc.png");
  background-size: 2000px;
  background-position: top center;
  margin: -220px 0 0;
  padding: 300px 0 150px;
}
.FourTechnologies__04__02__ttl {
  text-align: center;
  padding: 0 0 30px;
}
.FourTechnologies__04__02__content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0 0 30px;
}
.FourTechnologies__04__02__content__img {
  flex-basis: 53.5%;
  font-size: 0;
}
.FourTechnologies__04__02__content__img img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.FourTechnologies__04__02__content__img .RiskLink {
  margin-top: 8px;
  text-align: right;
}
.FourTechnologies__04__02__content__txt img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.FourTechnologies__04__02__txt {
  background: url("../images/FourTechnologies_04_02_txt_bg_pc.png");
  background-size: 120px;
  background-position: top 10px left;
  background-repeat: no-repeat;
  padding: 0px 0 30px 150px;
}
.FourTechnologies__04__02__txt p {
  font-size: 1.75rem;
  color: #001064;
  line-height: 1.75;
  font-weight: 500;
}
.FourTechnologies__cta {
  background: url("../images/FourTechnologies_cta_bg_pc.png");
  background-size: 2000px;
  background-position: top center;
  padding: 150px 0 0;
  margin: -200px 0 0;
}
.FourTechnologies__cta__in__btn {
  padding: 700px 0 50px 270px;
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  font-size: 0;
}
.FourTechnologies__cta__in__btn a {
  display: block;
  cursor: pointer;
  font-size: 0;
}

@media screen and (max-width: 1058px) {
  .FourTechnologies__01__top__ttl {
    padding: 6vw 4vw 8vw;
  }
  .FourTechnologies__01__top__in {
    padding: 0 0 4vw;
  }
  .FourTechnologies__01__top__left {
    width: 100%;
    padding: 0 4vw;
  }
  .FourTechnologies__01__top__left__img {
    padding: 4vw 0;
  }
  .FourTechnologies__01__top__left__txt {
    padding: 4vw 0 4vw;
  }
  .FourTechnologies__01__top__left__txt p {
    font-size: 3.45vw;
    letter-spacing: 0;
  }
  .FourTechnologies__01__top__right {
    width: 100%;
  }
  .FourTechnologies__01__top__right img {
    transform: none;
  }
  .FourTechnologies__01__middle {
    background: url("../images/FourTechnologies_01_middle_bg_sp.png");
    background-size: 100%;
  }
  .FourTechnologies__01__middle__in {
    padding: 8vw 0 4vw;
  }
  .FourTechnologies__01__middle__left {
    width: 100%;
    padding: 0 4vw 3vw;
    background: url(../images/FourTechnologies_01_middle_txt_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top 82vw center;
  }
  .FourTechnologies__01__middle__ttl img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .FourTechnologies__01__middle__txt {
    padding: 5vw 0 0vw;
    width: 66%;
  }
  .FourTechnologies__01__middle__txt p {
    font-size: 3.55vw;
    letter-spacing: 0.015rem;
    position: relative;
    z-index: 1;
    text-align: justify;
  }
  .FourTechnologies__01__middle__txt p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(6px);
    opacity: 0.5;
  }
  .FourTechnologies__01__middle__right {
    width: 100%;
    padding: 0 4vw;
  }
  .FourTechnologies__01__middle__right img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .FourTechnologies__01__bottom {
    background: url("../images/FourTechnologies_01_bottom_bg_sp.png");
    background-position: center bottom -5px;
    background-size: 100%;
    padding: 0 0 20vw;
  }
  .FourTechnologies__01__bottom__menu01, .FourTechnologies__01__bottom__menu02 {
    padding: 4vw 4vw;
  }
  .FourTechnologies__02 {
    background: url(../images/FourTechnologies_02_bg_sp_top.png), url(../images/FourTechnologies_02_bg_sp_bottom.png), linear-gradient(0deg, #d8d4ce 20%, #f9f9fa 90%, transparent 100%);
    background-position: top center, bottom, top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0 0 35vw;
    margin-top: -20vw;
  }
  .FourTechnologies__02__ttl__head img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .FourTechnologies__02__txt {
    padding: 1vw 4vw 4vw;
  }
  .FourTechnologies__02__txt p {
    font-size: 3.35vw;
    letter-spacing: 0;
  }
  .FourTechnologies__02__in {
    padding: 0 0 0vw;
  }
  .FourTechnologies__02__in__item {
    padding: 0 4vw 10vw;
  }
  .FourTechnologies__02__in__item__img {
    padding: 0 0 4vw;
    aspect-ratio: 4.15/3;
  }
  .FourTechnologies__02__in__item__risk {
    background: transparent;
    box-shadow: none;
    padding: 2vw 0 0;
    margin: 0;
  }
  .FourTechnologies__02__in__item__risk__txt {
    font-size: 2.5vw;
    letter-spacing: 0;
  }
  .FourTechnologies__02__in__item__risk__txt span {
    font-size: 2.5vw;
  }
  .FourTechnologies__02__in__item__risk__txt br {
    display: none;
  }
  .FourTechnologies__02__in__item__badge {
    width: 100%;
    border-radius: 0;
    height: auto;
    text-align: center;
  }
  .FourTechnologies__02__in__item__badge span {
    display: inline-block;
  }
  .FourTechnologies__02__in__item__badge span.age, .FourTechnologies__02__in__item__badge span.gen {
    font-size: 6vw;
    margin: 0;
    padding: 2vw 0 1vw;
  }
  .FourTechnologies__02__in__item__info {
    width: 100%;
  }
  .FourTechnologies__02__in__item__info__ttl {
    padding: 4vw 0 3vw;
    font-size: 5.75vw;
    line-height: 1.25;
  }
  .FourTechnologies__02__in__item__info__txt {
    width: 100%;
    margin: 0;
    font-size: 3.35vw;
    letter-spacing: 0;
    padding: 0 0;
  }
  .FourTechnologies__02__in__item__info__note {
    font-size: 3vw;
  }
  .FourTechnologies__02__in__item__price img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 3vw 0 0;
  }
  .FourTechnologies__02__in__item:nth-child(3) .FourTechnologies__02__in__item__info__txt {
    width: 100%;
    margin: 0 auto;
  }
  .FourTechnologies__03 {
    background: linear-gradient(0deg, #fff 80%, transparent 0%);
    padding: 0 0 0;
    margin: -50vw 0 0;
  }
  .FourTechnologies__03__in {
    width: 100%;
  }
  .FourTechnologies__03__content__ttl img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .FourTechnologies__03__content__txt {
    padding: 0 4vw 30px;
    margin: -15vw 0 0;
    font-size: 3.5vw;
    letter-spacing: 0;
    line-height: 1.65;
  }
  .FourTechnologies__03__item__price {
    padding: 0 4vw 4vw;
  }
  .FourTechnologies__03__item__img {
    padding: 0 4vw 4vw;
  }
  .FourTechnologies__03__item__info {
    padding: 0 4vw 4vw;
  }
  .FourTechnologies__03__item__info__ttl {
    font-size: 5vw;
    font-feature-settings: "palt";
  }
  .FourTechnologies__03__item__info__txt {
    font-size: 3.5vw;
    letter-spacing: 0;
  }
  .FourTechnologies__03__item__note {
    font-size: 3vw;
  }
  .FourTechnologies__04__01 {
    background: url(../images/FourTechnologies_04_01_top_sp.png), linear-gradient(45deg, #e4e3e3 20%, transparent 50%);
    background-repeat: no-repeat;
    padding: 32vw 0 30vw;
    margin: -10vw 0 0;
    background-size: 100%;
  }
  .FourTechnologies__04__01__in {
    padding: 0 0 4vw;
    background: url("../images/FourTechnologies_04_01_txt_sp.png");
    background-size: 100%;
    background-position: top 40vw center;
    background-repeat: no-repeat;
  }
  .FourTechnologies__04__01__in__top {
    display: block;
    padding: 0 0 0;
  }
  .FourTechnologies__04__01__in__content {
    position: relative;
    background: url(../images/FourTechnologies_04_01_content_bg_sp.png);
    background-size: calc(100% - 8vw);
    background-repeat: no-repeat;
    background-position: top -20vw center;
    overflow: hidden;
    background-repeat: repeat-y;
  }
  .FourTechnologies__04__01__in__content__ttl {
    padding: 5vw 10vw 2vw;
  }
  .FourTechnologies__04__01__in__content__ttl img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .FourTechnologies__04__01__in__content__info {
    padding: 8vw 4vw 5vw;
    margin: -3.5vw 10vw 0;
  }
  .FourTechnologies__04__01__in__content__info__ttl img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .FourTechnologies__04__01__in__content__info__txt {
    padding: 4vw 0vw 25vw;
    font-size: 3.5vw;
    letter-spacing: 0;
    text-align: justify;
  }
  .FourTechnologies__04__01__in__content__info__bg {
    transform: scale(1.35);
    bottom: -8vw;
  }
  .FourTechnologies__04__01__in__content__img {
    padding: 0 10vw 0;
  }
  .FourTechnologies__04__01__in__content__img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .FourTechnologies__04__01__in__content__movie {
    padding: 15vw 8vw 8vw;
    text-align: center;
  }
  .FourTechnologies__04__01__in__content__movie__ttl {
    margin-bottom: 4vw;
    font-size: 5.5vw;
    font-feature-settings: "palt";
  }
  .FourTechnologies__04__01__in__content__movie__ttl::before {
    height: 15vw;
    bottom: -0.5vw;
  }
  .FourTechnologies__04__01__in__content__movie__ttl::after {
    height: 15vw;
    bottom: -0.5vw;
  }
  .FourTechnologies__04__01__in__content__movie iframe {
    width: 75vw;
    height: 50vw;
  }
  .FourTechnologies__04__01__in__price {
    margin: 4vw 4vw 0vw;
  }
  .FourTechnologies__04__01__ttl {
    padding: 0 4vw 0;
  }
  .FourTechnologies__04__01__ttl__main img {
    width: 80%;
    height: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .FourTechnologies__04__01__ttl__txt {
    padding: 4vw 36vw 0vw 0;
    font-size: 3.45vw;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .FourTechnologies__04__01__hand img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    transform: none;
  }
  .FourTechnologies__04__02 {
    background: url("../images/FourTechnologies_04_02_bg_sp.png");
    padding: 24vw 0 56vw;
    margin: -30vw 0 0;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .FourTechnologies__04__02__ttl {
    padding: 0 6vw 0;
  }
  .FourTechnologies__04__02__ttl img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .FourTechnologies__04__02__content {
    display: block;
    padding: 0 0 2vw;
  }
  .FourTechnologies__04__02__content__img {
    padding: 3vw 14vw 2vw;
  }
  .FourTechnologies__04__02__content__txt {
    padding: 0 4vw;
  }
  .FourTechnologies__04__02__txt {
    background: transparent;
    padding: 0vw 4vw 0vw;
  }
  .FourTechnologies__04__02__txt p {
    font-size: 3.5vw;
    font-feature-settings: "palt";
  }
  .FourTechnologies__cta {
    background: url(../images/FourTechnologies_cta_bg_sp.png);
    background-position: top -1px center;
    background-size: 100%;
    padding: 0vw 0 0;
    margin: -50vw 0 0;
  }
  .FourTechnologies__cta__in__btn {
    padding: 134vw 0vw 5vw;
    display: block;
  }
  .FourTechnologies__cta__in__btn .cv-area__web,
  .FourTechnologies__cta__in__btn .cv-area__tel {
    width: 80vw;
  }
  .FourTechnologies__cta__in__btn .cv-area__web img,
  .FourTechnologies__cta__in__btn .cv-area__tel img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.PatientVoice {
  background-image: url(../images/PatientVoice_bg_pc.png);
}
.PatientVoice .l-container {
  position: relative;
}
.PatientVoice__ttl__img {
  padding: 70px 0 20px;
}
.PatientVoice__img {
  position: absolute;
  top: 240px;
  left: -20px;
  z-index: 0;
}
.PatientVoice__in {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 0 0 auto;
}
.PatientVoice__in__item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 5px -2px rgba(136, 163, 183, 0.5);
  width: 500px;
  padding: 12px 22px 16px;
  margin: 0 0 40px;
}
.PatientVoice__in__item:nth-child(even) {
  transform: translateX(160px);
}
.PatientVoice__in__item__ttl {
  text-align: left;
}
.PatientVoice__in__item__txt {
  font-size: 1.55rem;
  font-weight: 500;
  padding: 6px 2px 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  line-height: 1.65;
}

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

@media screen and (max-width: 1120px) {
  .guaranteeSystem {
    width: 100%;
    padding: 9.3vw 5vw;
    background: linear-gradient(0deg, #041663, #040e39);
  }
  .guaranteeSystem__in {
    margin-top: 5vw;
    background: #faf8f5;
    padding: 0 5vw;
  }
  .guaranteeSystem__ttl__sub {
    margin-bottom: 1vw;
  }
  .guaranteeSystem__ttl__main {
    white-space: nowrap;
    text-indent: -2.6vw;
    width: 100%;
  }
  .guaranteeSystem__card {
    margin-top: 5vw;
    padding: 5vw 4vw;
  }
  .guaranteeSystem__card__catch {
    display: block;
    width: auto;
    line-height: 0.85;
    padding: 3vw 0 2.5vw;
  }
  .guaranteeSystem__card__catch__ttl {
    padding-top: 1.2vw;
    font-size: 7.2vw;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .guaranteeSystem__card__catch__ttl small {
    font-size: 7.2vw;
  }
  .guaranteeSystem__card__catch__period {
    margin-top: 1vw;
    padding-right: 10px;
    font-size: 16vw;
    letter-spacing: 0;
  }
  .guaranteeSystem__card__catch__period__num {
    margin-right: 4px;
    font-size: 22.5vw;
    letter-spacing: 0;
    transform: none;
    transform: translateY(0px);
  }
  .guaranteeSystem__card__catch__txt {
    margin-top: 2vw;
    padding: 0 0;
    font-size: 3.4vw;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .guaranteeSystem__card__description {
    margin-top: 5vw;
    padding: 0 1vw;
  }
  .guaranteeSystem__card__description p {
    font-size: 3.25vw;
    font-feature-settings: "palt";
  }
  .guaranteeSystem__card__detail .c-popup {
    margin-top: 0;
  }
  .guaranteeSystem__card__detail__caution {
    display: block;
    margin: 0 0 0;
    font-size: 3vw;
    text-align: right;
  }
  .guaranteeSystem .accordion__ttl {
    padding: 3vw 10vw 3vw 5vw;
    font-size: 3.6vw;
    margin-top: 3vw;
    line-height: 1.6;
  }
  .guaranteeSystem .accordion__cont__table {
    table-layout: auto;
    width: 150%;
  }
  .guaranteeSystem .accordion__cont__table__overflow {
    overflow-x: scroll;
  }
  .guaranteeSystem .accordion__cont__table tbody th {
    width: 35%;
    padding: 2vw;
    font-size: 3.4vw;
  }
  .guaranteeSystem .accordion__cont__table tbody td {
    width: 20%;
    text-align: center;
    font-size: 3.4vw;
  }
  .guaranteeSystem .accordion__cont__table tbody td:last-child {
    width: 40%;
  }
  .guaranteeSystem .accordion__cont__caution {
    margin-bottom: 2vw;
    text-align: left;
    font-size: 3vw;
  }
  .guaranteeSystem .c-accordion:not(:first-child) {
    margin-top: 3vw;
  }
  .guaranteeSystem .c-accordion:not(:first-child) .accordion__ttl {
    margin-top: 3vw;
  }
}
.Risk {
  max-width: 1128px;
  margin: 36px auto 0;
  padding: 56px 44px;
  background: #fff;
}
.Risk__ttl {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1058px) {
  .Risk__ttl {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.Risk__ttl {
  font-size: 2.4rem;
  line-height: 1.55;
  font-weight: 500;
  text-align: left;
}
.Risk__list dt {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.78;
  font-weight: 600;
  color: #a68e42;
}
.Risk__list dd {
  font-size: 1.4rem;
  line-height: 1.78;
  font-weight: 400;
}

@media screen and (max-width: 1058px) {
  .Risk {
    padding: 22px;
  }
  .Risk__ttl {
    font-size: 1.5rem;
    line-height: 1;
  }
  .Risk__list dt {
    margin-top: 14px;
    font-size: 1.2rem;
  }
  .Risk__list dd {
    font-size: 1.05rem;
  }
}
.monitor {
  padding: 110px 0 70px;
  background: url(../images/default_back.jpg) center top repeat-y;
}
.monitor__card h2:not([class]) {
  display: none;
}
.monitor__ttl {
  font-feature-settings: "palt";
  font-weight: 600;
}
.monitor__ttl__sub {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1058px) {
  .monitor__ttl__sub {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.monitor__ttl__sub {
  margin-bottom: 6px;
}
.monitor__ttl__sub__in {
  position: relative;
}
.monitor__ttl__sub__in svg {
  width: auto;
  height: 2.15rem;
  margin: 0 2px 0 2px;
  stroke: #333;
  stroke-width: 0.25px;
  vertical-align: -0.15rem;
}
.monitor__ttl__sub__in::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
}
@media screen and (max-width: 1058px) {
  .monitor__ttl__sub__in::before {
    height: 4vw;
    left: -3vw;
    bottom: 0.5vw;
  }
}
.monitor__ttl__sub__in::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
}
@media screen and (max-width: 1058px) {
  .monitor__ttl__sub__in::after {
    height: 4vw;
    right: -3vw;
    bottom: 0.5vw;
  }
}
.monitor__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1058px) {
  .monitor__ttl__main {
    font-size: 7vw;
    font-weight: bold;
  }
}
.monitor__ttl__main span {
  color: #aa8f25;
}

@media screen and (max-width: 1058px) {
  .monitor {
    width: 100%;
    padding: 9.3vw 5vw;
  }
  .monitor__ttl__sub {
    margin-bottom: 2vw;
  }
  .monitor__ttl__sub__in svg {
    height: 3.5vw;
    vertical-align: -0.25vw;
  }
  #monitor {
    padding: 5.3vw 0;
  }
  .l-campaign_list {
    padding: 0;
  }
}
.doctor {
  padding: 80px 0 70px;
  background: url(../images/doctor_back_pc.jpg) center top -102px;
  background-size: 2000px;
}
.doctor__in {
  max-width: 1058px;
  margin: 0 auto;
}
.doctor__ttl {
  margin-top: 24px;
  transform: translateX(80px);
  font-feature-settings: "palt";
  font-weight: 600;
}
.doctor__ttl__sub {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1058px) {
  .doctor__ttl__sub {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.doctor__ttl__sub__in {
  position: relative;
}
.doctor__ttl__sub__in::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
}
@media screen and (max-width: 1058px) {
  .doctor__ttl__sub__in::before {
    height: 4vw;
    left: -3vw;
    bottom: 0.5vw;
  }
}
.doctor__ttl__sub__in::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
}
@media screen and (max-width: 1058px) {
  .doctor__ttl__sub__in::after {
    height: 4vw;
    right: -3vw;
    bottom: 0.5vw;
  }
}
.doctor__ttl__main {
  font-size: 4.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1058px) {
  .doctor__ttl__main {
    font-size: 7vw;
    font-weight: bold;
  }
}
.doctor__ttl__main span {
  color: #aa8f25;
}
.doctor__ttl__main svg {
  width: auto;
  height: 3.85rem;
  vertical-align: -0.25rem;
  margin-right: 4px;
  stroke: #aa8f25;
  stroke-width: 1px;
}
.doctor__detail {
  margin-top: 24px;
  padding: 70px 55px 86px 360px;
}
.doctor__detail__sign {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.doctor__detail__txt {
  margin-top: 34px;
  text-align: justify;
  color: #3b3b3b;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 2;
}
.doctor__detail__txt span {
  color: #aa8f25;
}
.doctor__detail__movie {
  margin-top: 48px;
  margin-left: auto;
  width: 660px;
}
.doctor__detail__movie__ttl {
  font-size: 2.2rem;
  font-weight: 500;
  color: #535353;
  text-align: center;
  letter-spacing: 0.1em;
}
.doctor__detail__movie__frame {
  height: 320px;
  margin: 22px auto 0;
  text-align: center;
}
.doctor__detail__movie__frame iframe {
  width: 100%;
  height: 320px;
}
.doctor__career {
  margin-top: 38px;
}
.doctor__career img {
  width: 100%;
}

@media screen and (max-width: 1058px) {
  .doctor {
    width: 100%;
    padding: 0;
    background: url(../images/doctor_back_sp.jpg) center top/100% no-repeat;
    background-size: cover;
  }
  .doctor__in {
    padding: 9.3vw 0 0;
    background: url(../images/doctor_sign_sp.png) center 36vw/100% no-repeat;
  }
  .doctor__ttl {
    transform: none;
  }
  .doctor__ttl__main {
    font-size: 7.75vw;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  .doctor__ttl__main svg {
    height: 6.65vw;
    vertical-align: -0.35vw;
    stroke-width: 0.75px;
    margin-right: 2.5px;
  }
  .doctor__ttl__sub {
    margin-bottom: 2vw;
    font-size: 3.75vw;
  }
  .doctor__detail {
    padding: 2vw 0 0;
    margin: 0;
  }
  .doctor__detail__sign {
    display: none;
  }
  .doctor__detail__txt {
    margin-top: 45vw;
    line-height: 1.65;
    font-size: 3.55vw;
    font-feature-settings: "palt";
    padding: 5vw 5vw 10vw;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.45), #fff);
    box-shadow: 0 0 15px -2px rgba(179, 179, 179, 0.3);
  }
  .doctor__detail__txt p + p {
    margin-top: 8vw;
  }
}
.access {
  background-position: center top;
  height: auto;
  max-width: 880px;
  margin: 0 auto;
}
.access__in {
  padding: 0 0 20px;
  box-sizing: border-box;
}
.access__in__ttl {
  position: relative;
  z-index: 1;
}
.access__in__ttl__sub {
  margin: 0;
}
.access__in__ttl__main {
  margin: 0;
  color: #fff;
  padding: 100px 0 30px;
}
.access__caution {
  text-align: center;
  color: #f52222;
  font-size: 1.65rem;
}
.access__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 10px;
}
.access__list__item {
  width: 100%;
  overflow: hidden;
  background: #f8f6ef;
  margin-top: 25px;
  display: flex;
  font-size: 0;
  flex-wrap: wrap;
}
.access__list__item__thumb {
  flex-basis: 50%;
}
.access__list__item__thumb img {
  width: 100%;
}
.access__list__item__info {
  padding: 30px 30px;
  text-align: center;
  height: 100%;
  font-size: 0;
  line-height: 1;
  flex-basis: 50%;
}
.access__list__item__info__name {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.25rem;
  color: #272727;
  letter-spacing: 0.1em;
}
.access__list__item__info__tel {
  margin: 15px 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.access__list__item__info__tel a {
  display: inline-flex;
  width: 100%;
  max-width: 240px;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 6px 16px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  border: 0 solid currentColor;
  border-radius: 999px;
  background-color: transparent;
  color: #b5912f;
  pointer-events: none;
}
.access__list__item__info__tel a svg {
  position: relative;
  top: -2px;
  display: block;
  width: 20px;
  height: 20px;
}
.access__list__item__info__tel a svg path {
  fill: #b5912f;
  transition: fill 0.2s ease-in;
}
.access__list__item__info__station {
  margin-top: 5px;
  font-size: 1.25rem;
  line-height: 1.35;
}
.access__list__item__info__name + .access__list__item__info__station {
  margin-top: 25px;
}
.access__list__item__info__address {
  margin-top: 5px;
  font-size: 1.25rem;
  line-height: 1.35;
}
.access__list__item__info__address br:first-child {
  display: none;
}
.access__list__item__info__address a {
  text-decoration: underline;
  color: #aa8f25;
  margin: 10px 0 0;
  display: inline-block;
}

@media screen and (max-width: 1120px) {
  .access {
    background-size: cover;
  }
  .access__in {
    padding: 0;
  }
  .access__in__ttl {
    line-height: 1;
    padding-bottom: 20px;
  }
  .access__in__ttl__main {
    margin: 0;
    padding: 50px 0 0px;
  }
  .access__in__element .access__menu {
    margin: 0;
    gap: 2vw;
    padding: 4px 1.5vw 5px;
    position: relative;
    z-index: 1;
    background: #4c4028;
  }
  .access__in__element .access__menu__item {
    font-size: 1.5rem;
    padding: 10px 0 10px;
    border-radius: 6px;
  }
  .access__in__element .access__menu__item.active::after {
    left: calc(50% - 10px);
    border-width: 10px 10px 0 10px;
    bottom: -10px;
  }
  .access__in__contents {
    padding: 0 2vw;
    background: rgba(255, 255, 255, 0.65);
  }
  .access__in__contents .access__clinic {
    justify-content: space-between;
    padding: 0 0 20px;
  }
  .access__in__contents .access__clinic__item {
    font-size: 1.65rem;
    max-width: 400px;
    margin: 10px 0 10px;
  }
  .access__in__contents .access__clinic__name {
    font-size: 4.5vw;
    line-height: 1.25;
    padding: 12px 0 6px;
  }
  .access__in__contents .access__clinic__address {
    font-size: 2.85vw;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
  .access__in__contents .access__clinic__link {
    font-size: 3.5vw;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-top: 2px;
  }
  .access__in__contents .access__clinic__link svg {
    width: 3.5vw;
    height: 3.5vw;
    vertical-align: -0.25vw;
    margin-left: -2px;
  }
  .access__list {
    margin: 0 0;
    gap: 0;
  }
  .access__list__item {
    width: 90%;
    margin: 0 auto;
    background: #f4efe4;
    font-size: 0;
    display: block;
  }
  .access__list__item__info {
    padding: 4vw 4vw;
  }
  .access__list__item__info__name {
    font-size: 5.5vw;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
  .access__list__item__info__tel a {
    gap: 4px;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0.5em 1em 0.325em 1em;
    font-size: max(4vw, 20px);
    white-space: nowrap;
    pointer-events: auto;
    border-width: 2px;
  }
  .access__list__item__info__tel a svg {
    flex: 1 0 auto;
    top: -0.0325em;
    width: 0.8em;
    height: 0.8em;
  }
  .access__list__item__info__station {
    font-feature-settings: "palt";
    font-size: 2.85vw;
  }
  .access__list__item__info__address {
    font-feature-settings: "palt";
    font-size: 2.85vw;
  }
  .access__list__item__thumb img {
    height: 45vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .access__caution {
    padding: 4vw 8vw;
    font-size: 2.95vw;
    line-height: 1.35;
    font-feature-settings: "palt";
  }
}
.reservationform {
  background: url(../images/default_back.jpg) center top repeat-y;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
.reservationform .section__head {
  font-feature-settings: "palt";
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1058px) {
  .reservationform .section__head {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.reservationform .section__head {
  margin: 80px 0 40px;
}
.reservationform .section__head__in {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1058px) {
  .reservationform .section__head__in {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}
.reservationform .section__head__in {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  position: relative;
}
.reservationform .section__head__in::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(-20deg);
}
@media screen and (max-width: 1058px) {
  .reservationform .section__head__in::before {
    height: 4vw;
    left: -3vw;
    bottom: 0.5vw;
  }
}
.reservationform .section__head__in::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 1px;
  height: 30px;
  background: #aa8f25;
  transform: rotate(20deg);
}
@media screen and (max-width: 1058px) {
  .reservationform .section__head__in::after {
    height: 4vw;
    right: -3vw;
    bottom: 0.5vw;
  }
}
.reservationform .section__head-ja {
  font-size: 4.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1058px) {
  .reservationform .section__head-ja {
    font-size: 7vw;
    font-weight: bold;
  }
}
.reservationform .section__head-ja {
  display: block;
}
.reservationform .p-reservation_form_input_table_block_a input[type=radio] {
  margin-right: 10px;
}
.reservationform .p-reservation_form_input_table_block_rsv-select:not(.p-reservation_form_input_table_block_rsv-your-doctor):not(.p-reservation_form_input_table_block_rsv-payment) {
  display: none !important;
}
.reservationform .p-reservation_form_input_table_block_a .your-gender .wpcf7-list-item {
  width: 50%;
}
.reservationform .p-reservation_form_input_table_block_a .operation_request .wpcf7-list-item {
  width: 50%;
}
.reservationform .p-reservation_form_input_table_block_consult {
  display: flex;
}
.reservationform .p-reservation_form_input_table_block_consult .p-reservation_form_input_table_block_a .wpcf7-list-item {
  width: 50%;
  height: 35px;
}
.reservationform .p-reservation_form_input_table_block_date .reserve1,
.reservationform .p-reservation_form_input_table_block_date .reserve2,
.reservationform .p-reservation_form_input_table_block_date .reserve3 {
  width: 44%;
}
.reservationform .p-reservation_form_input_table_block_date .reserve_time1,
.reservationform .p-reservation_form_input_table_block_date .reserve_time2,
.reservationform .p-reservation_form_input_table_block_date .reserve_time3 {
  width: 36%;
}
.reservationform .p-reservation_form_input_table_block_a input,
.reservationform .p-reservation_form_input_table_block_a select,
.reservationform .p-reservation_form_input_table_block_a textarea {
  padding: 11px 15px;
}
.reservationform .p-reservation_form_input_table_block_a input[type=checkbox],
.reservationform .p-reservation_form_input_table_block_a input[type=radio] {
  padding: 0;
}
.reservationform .p-reservation_form_input_table_block_date .reserve_time1 select,
.reservationform .p-reservation_form_input_table_block_date .reserve_time2 select,
.reservationform .p-reservation_form_input_table_block_date .reserve_time3 select {
  height: 50px;
  line-height: 1.6;
}
.reservationform .p-reservation_form_input_table_block_a input,
.reservationform .p-reservation_form_input_table_block_a select,
.reservationform .p-reservation_form_input_table_block_a textarea {
  background-color: #fff;
}
.reservationform .p-reservation_form_input_table_submit input {
  padding-top: 0;
}
.reservationform .p-line_link_bnr {
  max-width: 880px;
  margin: 0 auto 0;
}
.reservationform .form {
  padding: 90px 0 0;
}
.reservationform .form__ttl__main {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4rem;
  text-align: center;
  line-height: 0.5;
}

@media screen and (max-width: 1058px) {
  .reservationform .p-line_link_bnr {
    padding: 0 4vw;
  }
  .reservationform .section__head {
    padding: 10vw 0 0vw;
    margin: 0;
  }
  .reservationform .section__head__in {
    margin-bottom: 1vw;
  }
  .reservationform .form {
    padding: 10vw 0 0;
  }
  .reservationform .form__ttl__main {
    font-size: 6vw;
    line-height: 1;
    padding: 0 0 2vw;
  }
  .reservationform .p-reservation_form_input_table_block_consult .p-reservation_form_input_table_block_a .wpcf7-list-item {
    height: auto;
  }
  .reservationform .p-reservation_form_input_table_block_consult .p-reservation_form_input_table_block_a .wpcf7-list-item:nth-child(odd) {
    width: 60%;
  }
  .reservationform .p-reservation_form_input_table_block_consult .p-reservation_form_input_table_block_a .wpcf7-list-item:nth-child(even) {
    width: 40%;
  }
  .reservationform .p-reservation_form_input_table_block_date .reserve1,
  .reservationform .p-reservation_form_input_table_block_date .reserve2,
  .reservationform .p-reservation_form_input_table_block_date .reserve3 {
    width: 100%;
  }
  .reservationform .p-reservation_form_input_table_block_date .reserve_time1,
  .reservationform .p-reservation_form_input_table_block_date .reserve_time2,
  .reservationform .p-reservation_form_input_table_block_date .reserve_time3 {
    width: 100%;
  }
}
.l-footer {
  background-color: #353535;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.l-footer a {
  color: #fff;
}

.floating {
  display: none;
}
.floating__tel {
  display: none;
}

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

@media screen and (max-width: 1058px) {
  .l-h_contactLinks_in_tel_list {
    position: fixed;
    left: 0;
    bottom: 52px;
    width: 100%;
    z-index: 9999;
  }
  .l-h_contactLinks_in_tel_list ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #8c8c8c;
  }
  .l-h_contactLinks_in_tel_list ul::after {
    content: "";
    flex-basis: 50%;
    border-top: 1px solid #8c8c8c;
  }
  .l-h_contactLinks_in_tel_list_item {
    flex-basis: 50%;
    height: 56px;
  }
  .l-h_contactLinks_in_tel_list_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    color: #fff;
    font-size: 4vw;
    text-decoration: none;
  }
  .l-h_contactLinks_in_tel_list_item a span {
    padding-left: 26px;
    background: url(/ad/common/assets/images/ico_tel.svg) left center/18px no-repeat;
  }
  .l-h_contactLinks_in_tel_list_item a:nth-child(odd) {
    border-right: 1px solid #8c8c8c;
  }
  .l-h_contactLinks_in_tel_list_item a:nth-child(n-2) {
    border-top: 1px solid #8c8c8c;
  }
  .js-bottomBtn_target.is-open {
    display: block;
  }
}
.RiskLink a {
  font-size: 1.6rem;
  color: #7c7c7c;
  border-bottom: 1px solid #7c7c7c;
  position: relative;
  padding-right: 16px;
  cursor: pointer;
}
.RiskLink a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid #7b7b7b;
}
.RiskLink a:hover {
  border-bottom: none;
}

@media screen and (max-width: 1058px) {
  .RiskLink a {
    padding-right: 10px;
    font-size: 1.3rem;
  }
  .RiskLink a::after {
    border: 4px solid transparent;
    border-top: 6px solid #7b7b7b;
  }
}
.footer {
  background: #000837;
  color: #fff;
  text-align: center;
  padding: 2px 0;
}

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