@charset "UTF-8";
/*============================================================
	Base
============================================================*/
@font-face {
  font-family: "Harenosora";
  src: url("../fonts/Harenosora.woff2") format("woff2"), url("../fonts/Harenosora.woff") format("woff");
}
html {
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 33px;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-feature-settings: "palt";
  color: #333;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 4.4vw;
  }
}
html::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #F0EAE4;
  left: 0;
  top: 0;
  z-index: -3;
}
html * {
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

body {
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
}
body::before, body::after {
  position: absolute;
  content: "";
  z-index: -2;
  top: 0;
}
body::before {
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
}
body::after {
  width: 13.667rem;
  height: 17.909rem;
  background: url(../img/mv_img-01.png) no-repeat top right/contain;
  right: 0;
}

img {
  width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
}

a,
a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

header,
main,
section,
footer {
  width: 100%;
}

main {
  flex: 1 0 auto;
  min-height: 1px;
}

dt, strong {
  font-weight: inherit;
}

/*============================================================
	Commmon
============================================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner {
  padding-inline: 1.667rem;
}

/*  map
-------------------------------------------------*/
.map {
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

/*  merit
-------------------------------------------------*/
section[class$=merit] h2 {
  color: #f18281;
  text-align: center;
  font-size: 1.727rem;
  margin-bottom: 2.424rem;
  position: relative;
}
section[class$=merit] h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.515rem;
  left: 0;
  bottom: 1.212rem;
  background: url(../img/wave-02.png) no-repeat center top/contain;
  z-index: -1;
}
section[class$=merit] h2 span {
  font-size: 1.212rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1.212rem;
}
section[class$=merit] h2 span small {
  font-size: 0.788rem;
}
section[class$=merit] h2 strong {
  background: linear-gradient(to bottom, rgba(241, 130, 129, 0.6), #f18281);
  font-size: 2.303rem;
  font-weight: 300;
  color: #fff;
  padding-inline: 0.303rem;
}
section[class$=merit] .inner {
  counter-reset: merit;
}
section[class$=merit] .inner li {
  margin-bottom: 2.727rem;
}
section[class$=merit] .inner li h3 {
  color: #f18281;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 3.636rem;
  margin-bottom: 1.212rem;
  position: relative;
  counter-increment: merit;
}
section[class$=merit] .inner li h3::before {
  position: absolute;
  content: counter(merit, decimal-leading-zero);
  font-family: "Libre Baskerville", serif;
  color: #fff;
  font-size: 1.394rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  display: grid;
  place-items: center;
  background: url(../img/number.png) no-repeat center left/contain;
  width: 3.152rem;
  height: 3.152rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section[class$=merit] .inner li h3 b {
  font-size: 1.212rem;
}
section[class$=merit] .inner li h3 span {
  font-size: 1.212rem;
  letter-spacing: 0;
  white-space: nowrap;
  position: relative;
}
section[class$=merit] .inner li h3 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.394rem;
  background: linear-gradient(to bottom, rgba(241, 130, 129, 0.6), #f18281);
  left: 0;
  bottom: 0;
  z-index: -1;
}
section[class$=merit] .inner li h3 span strong {
  font-size: 1.515rem;
}
section[class$=merit] .inner li p {
  margin-inline: 1.212rem;
  text-align: justify;
  line-height: 1.8;
  position: relative;
}
section[class$=merit] .inner li p span {
  position: absolute;
  width: 9.273rem;
  height: 2rem;
  border: solid 1px #f18281;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.303rem;
  color: #f18281;
  font-size: 0.788rem;
  right: 0;
  bottom: -0.455rem;
}
section[class$=merit] .inner li p span img {
  width: 0.606rem;
}
section[class$=merit] .inner li p span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -0.242rem;
  bottom: -0.242rem;
  background: rgba(241, 130, 129, 0.2);
}
section[class$=merit] .inner li figure,
section[class$=merit] .inner li > a {
  display: block;
  margin-top: 1.818rem;
}

/*============================================================
	Layout
============================================================*/
/*  header
-------------------------------------------------*/
header {
  padding-left: 2.727rem;
  padding-top: 2.424rem;
}
header figure {
  width: 3.636rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header figure figcaption {
  display: block;
  color: #755345;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.485rem;
  line-height: 1.2;
}

/*  mv
-------------------------------------------------*/
.mv {
  padding-block: 1.515rem 2.273rem;
}
.mv__ttl {
  padding-left: 1.667rem;
}
.mv__ttl .lead {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0.909rem;
  letter-spacing: 0;
}
.mv__ttl .lead span {
  display: block;
  position: relative;
}
.mv__ttl .lead span::after {
  position: absolute;
  content: "";
  width: 10.606rem;
  height: 0.606rem;
  background: linear-gradient(to bottom, rgba(241, 130, 129, 0.6), #f18281);
  left: 0;
  bottom: -0.152rem;
  z-index: -1;
}
.mv__ttl h1 {
  font-size: 2.818rem;
  font-weight: 700;
  letter-spacing: 0;
}
.mv__free {
  display: grid;
  grid-template-columns: 11.212rem auto;
  position: relative;
  margin-top: 0.909rem;
}
.mv__free .patch {
  position: absolute;
  width: 5.242rem;
  height: 5.242rem;
  border-radius: 50%;
  background: rgba(241, 130, 129, 0.8);
  color: #fff;
  left: 1.667rem;
  top: -0.606rem;
  z-index: 2;
  display: grid;
  place-items: center;
  font-size: 1.212rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0.091rem 0.061rem 0.424rem rgba(51, 51, 51, 0.3);
}
.mv__free figure {
  position: relative;
  overflow: hidden;
}
.mv__free figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
.mv__free__content {
  width: 9.091rem;
  margin-inline: auto;
  font-family: "Harenosora", serif;
}
.mv__free__content h2 {
  width: 100%;
  height: 1.394rem;
  display: grid;
  place-items: center;
  background: linear-gradient(to bottom, rgba(241, 130, 129, 0.6), #f18281);
  color: #fff;
  font-size: 0.97rem;
  letter-spacing: 0.1em;
}
.mv__free__content .day {
  border-bottom: solid 1px #333;
  font-size: 1.212rem;
  padding-block: 0.455rem;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.303rem;
  margin-bottom: 0.455rem;
}
.mv__free__content .day span {
  font-family: "Hina Mincho", serif;
  background: #333;
  color: #fff;
  font-size: 0.606rem;
  writing-mode: vertical-rl;
  letter-spacing: 0;
  line-height: 1;
  width: 0.848rem;
  height: 1.424rem;
  display: grid;
  place-items: center;
}
.mv__free__content .time {
  font-size: 0.818rem;
  text-align: center;
  margin-bottom: 0.455rem;
}
.mv__free__content .time small {
  display: block;
  font-size: 0.606rem;
  margin-top: 0.5em;
}
.mv__free__content ul {
  margin-left: 0.455rem;
}
.mv__free__content ul li {
  font-size: 0.606rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.mv__free__content ul li::before {
  content: "◆";
}
.mv__video {
  padding: 2.424rem 0 2.727rem 1.667rem;
  background: url(../img/mv_img-03.png) no-repeat right bottom/auto 100%;
  margin-top: 1.515rem;
  position: relative;
}
.mv__video .balloon {
  width: 16.364rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.606rem 0.455rem;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}
.mv__video .balloon::after {
  position: absolute;
  content: "";
  background: url(../img/mv_line.png) no-repeat left bottom/contain;
  width: 13.455rem;
  height: 1.364rem;
  left: 0;
  bottom: -1.364rem;
}
.mv__video .notes {
  position: absolute;
  left: 1.636rem;
  bottom: 0;
}
.mv__video .notes li {
  font-size: 0.606rem;
  padding-left: 1em;
  text-indent: -1em;
}
.mv__video .notes li::before {
  content: "※";
}
.mv__video .notes li:not(:last-child) {
  margin-bottom: 0.5em;
}

/*  医院情報
-------------------------------------------------*/
.clinic {
  padding-block: 4.848rem 3.03rem;
  position: relative;
  color: #975e00;
}
.clinic::before, .clinic::after {
  position: absolute;
  content: "";
  background: #f0eae4;
  width: 100%;
  left: 0;
  z-index: -2;
}
.clinic::before {
  height: 22.727rem;
  border-radius: 50%;
  top: 0;
}
.clinic::after {
  height: calc(100% - 11.364rem);
  bottom: 0;
}
.clinic h2 {
  font-size: 1.818rem;
  font-family: "Harenosora", serif;
  letter-spacing: 0.4em;
  text-align: center;
  margin-bottom: 1.515rem;
}
.clinic .access {
  display: grid;
  grid-template-columns: 3.182rem auto;
  align-items: center;
  margin-bottom: 2.121rem;
}
.clinic .access dl {
  margin-top: 0.909rem;
}
.clinic .access dl dt {
  font-weight: 500;
  border-bottom: solid 1px #777;
  padding-bottom: 0.303rem;
  margin-bottom: 0.303rem;
}
.clinic .access dl dd {
  font-size: 0.788rem;
  font-weight: 300;
  line-height: 1.4;
  padding-left: 0.303rem;
}
.clinic .certification {
  width: 100%;
  height: 5.303rem;
  background: url(../img/box.svg) no-repeat center center/contain;
  display: grid;
  place-items: center;
  font-size: 1.212rem;
  font-family: "Hina Mincho", serif;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5;
}
.clinic .insta {
  display: block;
  margin-top: 2.121rem;
}
.clinic .btn__wrap {
  margin-top: 1.212rem;
  padding: 0.758rem 1.667rem 0.606rem;
  display: grid;
  place-items: center;
  position: relative;
}
.clinic .btn__wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5.697rem;
  top: 0;
  left: 0;
  background: url(../img/wave-01.png) no-repeat center top/contain;
  z-index: -1;
}

/*  Web説明会のメリット
-------------------------------------------------*/
.web__merit {
  padding-top: 3.636rem;
}

/*  ICL手術について
-------------------------------------------------*/
.icl__ttl {
  width: 19.485rem;
  margin: 0 auto 5.455rem;
}

/*  ももの木眼科のICLシンプルの追求
-------------------------------------------------*/
.icl__simple {
  position: relative;
  padding-block: 11.364rem;
}
.icl__simple::before, .icl__simple::after {
  position: absolute;
  content: "";
  background: #f0eae4;
  width: 100%;
  height: 22.727rem;
  border-radius: 50%;
  left: 0;
  z-index: -2;
}
.icl__simple::before {
  top: 0;
}
.icl__simple::after {
  bottom: 0;
}
.icl__simple h2 {
  position: absolute;
  text-align: center;
  line-height: 1.5;
  top: 1.818rem;
  left: 50%;
  transform: translateX(-50%);
}
.icl__simple h2 span {
  white-space: nowrap;
  color: #f18281;
  font-weight: 500;
  font-size: 1.212rem;
}
.icl__simple h2 span b {
  font-size: 1.818rem;
}
.icl__simple h2 span strong {
  color: #fff;
  font-size: 2.606rem;
  background: linear-gradient(to bottom, rgba(241, 130, 129, 0.6), #f18281);
  padding-inline: 0.606rem;
}
.icl__simple h2 > strong {
  font-size: 2.121rem;
  font-weight: 700;
}
.icl__simple h2 > strong b {
  font-size: 2.303rem;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 2px #333;
  text-stroke: 2px #333;
  paint-order: stroke;
}
.icl__simple h2 > strong small {
  font-size: 1.212rem;
}
.icl__simple .inner {
  position: relative;
}
.icl__simple .inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #F0EAE4;
  left: 0;
  top: 0;
  z-index: -2;
}
.icl__simple__content {
  background: #fff;
  padding: 5.152rem 1.061rem 2.121rem 1.061rem;
  border-radius: 0.909rem;
  position: relative;
}
.icl__simple__content h3 {
  position: absolute;
  font-size: 1.394rem;
  font-weight: 700;
  color: #fff;
  background: #d1baab;
  padding: 0.606rem 0.606rem 0.606rem 1.667rem;
  left: -1.667rem;
  top: 1.212rem;
}
.icl__simple__content .price__table {
  box-shadow: 0.091rem 0.303rem 0.364rem rgba(136, 136, 136, 0.5);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.icl__simple__content .price__table h4 {
  grid-column: 1/3;
  background: #f18281;
  color: #fff;
  font-size: 1.394rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  height: 3.03rem;
  display: grid;
  place-items: center;
}
.icl__simple__content .price__table h4 + .price__table__content {
  border-right: solid 1px #333;
}
.icl__simple__content .price__table__content {
  padding: 0.545rem;
  display: grid;
  grid-template-columns: 0.909rem auto;
  gap: 0.303rem 0.545rem;
}
.icl__simple__content .price__table__content .both {
  grid-row: 1/3;
  background: #f0eae4;
  color: #d1baab;
  writing-mode: vertical-rl;
  display: grid;
  place-items: center;
  font-size: 0.788rem;
  font-weight: 500;
}
.icl__simple__content .price__table__content > span {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 0.606rem;
  font-family: "Harenosora", serif;
  letter-spacing: 0;
  white-space: nowrap;
}
.icl__simple__content .price__table__content .price {
  font-family: "Harenosora", serif;
  font-size: 0.727rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  letter-spacing: 0;
  position: relative;
}
.icl__simple__content .price__table__content .price strong {
  letter-spacing: 0;
  font-size: 2.576rem;
  white-space: nowrap;
}
.icl__simple__content .price__table__content .price strong.smaller {
  font-size: 2.182rem;
  letter-spacing: -0.03em;
}
.icl__simple__content .price__table__content .price strong.smaller span {
  font-size: 1.455rem;
  white-space: nowrap;
}
.icl__simple__content .price__table__content .price .max {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.212rem;
  display: flex;
  align-items: center;
}
.icl__simple__content .price__table__content .price .max small {
  font-size: 0.758rem;
}
.icl__simple__content .price__table__content .price > small {
  font-family: "Hina Mincho", serif;
  writing-mode: vertical-rl;
  font-size: 0.424rem;
  margin-left: 0.5em;
  margin-bottom: -1em;
}
.icl__simple__content .notes {
  margin-top: 0.606rem;
}
.icl__simple__content .notes li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.606rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.icl__simple__content .notes li::before {
  content: "※";
}
.icl__simple__content .check {
  margin-top: 1.212rem;
}
.icl__simple__content .check dt {
  font-size: 1.212rem;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 1.576rem;
  padding-bottom: 0.545rem;
  background: radial-gradient(circle, #c0a290 2px, transparent 2px) repeat-x left -4px bottom/14px 4px;
  position: relative;
}
.icl__simple__content .check dt::before {
  position: absolute;
  content: "";
  background: url(../img/check.png) no-repeat bottom left/contain;
  width: 1.424rem;
  height: 1.121rem;
  left: 0;
  bottom: 0.545rem;
}
.icl__simple__content .check dt strong {
  font-size: 1.606rem;
  letter-spacing: 0;
}
.icl__simple__content .check dd {
  margin-top: 0.455rem;
  font-size: 0.697rem;
  white-space: nowrap;
  letter-spacing: 0;
}
.icl__simple__content.step {
  margin-top: 2.333rem;
}
.icl__simple__content.step > span {
  position: absolute;
  top: 0.303rem;
  left: 1.212rem;
  color: #f18281;
  font-size: 0.697rem;
  font-weight: 700;
}
.icl__simple__content.step > span::before, .icl__simple__content.step > span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 110%;
  background: #f18281;
  top: 50%;
}
.icl__simple__content.step > span::before {
  left: -0.303rem;
  transform: translateY(-50%) rotate(-30deg);
}
.icl__simple__content.step > span::after {
  right: -0.303rem;
  transform: translateY(-50%) rotate(30deg);
}
.icl__simple__content.step ol {
  counter-reset: step;
  display: flex;
  flex-direction: column;
  gap: 1.515rem;
}
.icl__simple__content.step ol li .step__img {
  position: relative;
  min-height: 9.394rem;
  display: grid;
  place-items: center;
  counter-increment: step;
}
.icl__simple__content.step ol li .step__img::before {
  position: absolute;
  content: counter(step);
  width: 3.03rem;
  height: 3.03rem;
  display: grid;
  place-items: center;
  background: #f18281;
  color: #fff;
  font-size: 2rem;
  font-family: "Libre Baskerville", serif;
  left: 0;
  top: 0;
}
.icl__simple__content.step ol li .step__img figure {
  width: 7.121rem;
}
.icl__simple__content.step ol li .step__img span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.212rem;
}
.icl__simple__content.step ol li p {
  font-weight: 300;
  line-height: 1.9;
  margin-top: 0.909rem;
}
.icl__simple__content.step ol li:first-child .step__img figure {
  width: 4.939rem;
}
.icl__simple__content.step ol li:last-child .step__img figure {
  width: 8.485rem;
}
.icl__simple .btn__wrap {
  margin-top: 1.818rem;
}
.icl__simple .doctor {
  padding-top: 2.424rem;
}
.icl__simple .doctor h3 {
  background: linear-gradient(to bottom, rgba(241, 130, 129, 0.6), #f18281);
  color: #fff;
  font-size: 2.303rem;
  font-weight: 300;
  width: 13.03rem;
  height: 2.727rem;
  display: grid;
  place-items: center;
  border-radius: 0.909rem 0;
  margin: 0 auto 1.818rem;
}
.icl__simple .doctor ul li figure {
  width: 100vw;
  max-width: 750px;
  margin-left: -1.667rem;
  margin-bottom: 2.121rem;
}
.icl__simple .doctor ul li dl {
  position: relative;
}
.icl__simple .doctor ul li dl::before {
  position: absolute;
  content: "";
  width: 100vw;
  max-width: 750px;
  left: -1.667rem;
  z-index: -1;
}
.icl__simple .doctor ul li dl dt {
  font-size: 1.606rem;
  display: flex;
  align-items: center;
  gap: 1.212rem;
  margin-bottom: 1.212rem;
}
.icl__simple .doctor ul li dl dt span {
  width: 4.424rem;
  height: 1.697rem;
  display: grid;
  place-items: center;
  background: #f18281;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
.icl__simple .doctor ul li dl dd {
  font-size: 0.97rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 0 0.909rem 1.97rem;
}
.icl__simple .doctor ul li p {
  background: #fff;
  border-radius: 0.909rem;
  padding: 1.97rem 1.212rem;
  line-height: 1.9;
}
.icl__simple .doctor ul li:first-child {
  margin-bottom: 4.545rem;
}
.icl__simple .doctor ul li:first-child dl::before {
  height: 7.242rem;
  background: url(../img/wave-03.png) no-repeat left top/contain;
  top: 0.667rem;
}
.icl__simple .doctor ul li:first-child p {
  position: relative;
}
.icl__simple .doctor ul li:first-child p::before {
  position: absolute;
  content: "";
  background: url(../img/wave-04.png) no-repeat left bottom/contain;
  width: 100vw;
  max-width: 750px;
  height: 5.848rem;
  left: -1.667rem;
  bottom: -1.061rem;
}
.icl__simple .doctor ul li:last-child dl::before {
  height: 7.242rem;
  background: url(../img/wave-05.png) no-repeat left top/contain;
  top: 6.606rem;
}

/*  ICL手術の安全性について
-------------------------------------------------*/
.safety {
  padding-top: 2.273rem;
}
.safety h2 {
  position: relative;
  font-size: 1.515rem;
  font-weight: 300;
  color: #f18281;
  text-align: center;
  margin-bottom: 3.333rem;
}
.safety h2::before {
  position: absolute;
  content: "";
  background: url(../img/wave-06.png) no-repeat left top/contain;
  width: 100%;
  height: 3.909rem;
  left: 0;
  top: 0;
  z-index: -1;
}
.safety h2 strong {
  background: linear-gradient(to bottom, rgba(241, 130, 129, 0.6), #f18281);
  color: #fff;
  font-size: 1.818rem;
}
.safety h2 strong small {
  font-size: 1.515rem;
}
.safety .result {
  background: url(../img/result-01.png) no-repeat right bottom/contain;
  height: 7.273rem;
  padding-bottom: 0.909rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #f18281;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.152rem;
  font-weight: 500;
  margin-bottom: 1.97rem;
  position: relative;
}
.safety .result h3 {
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.safety .result span {
  position: absolute;
  font-size: 0.606rem;
  top: 0.758rem;
  right: 0.909rem;
}
.safety .result p {
  line-height: 1.5;
}
.safety dl dt {
  display: inline-block;
  height: 2rem;
  line-height: 1.818rem;
  padding-inline: 0.758rem 0.606rem;
  border-radius: 1rem;
  border: solid 1px #f18281;
  background: #fff;
  color: #f18281;
  position: relative;
  margin-bottom: 1.212rem;
  letter-spacing: 0;
}
.safety dl dt::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f18281;
  border-radius: 1rem;
  z-index: -1;
  right: -0.152rem;
  bottom: -0.152rem;
}
.safety dl dt small {
  font-size: 0.909rem;
}
.safety dl dd {
  color: #777;
  padding-inline: 1.212rem;
  text-align: justify;
  line-height: 1.6;
}
.safety dl:not(:last-child) {
  margin-bottom: 1.515rem;
}
.safety dl:first-of-type {
  position: relative;
}
.safety dl:first-of-type::before {
  position: absolute;
  content: "";
  background: url(../img/wave-07.png) no-repeat left top/contain;
  width: 100vw;
  max-width: 750px;
  height: 5.848rem;
  left: -1.667rem;
  top: 0;
  z-index: -1;
}
.safety dl:last-child {
  margin-bottom: 3.182rem;
}
.safety dl:last-child dt {
  letter-spacing: -0.075em;
}
.safety .result2 {
  padding-block: 1.515rem 3.03rem;
  background: url(../img/result-02.png) no-repeat center top/cover;
}
.safety .result2 h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.394rem;
  margin-bottom: 3.636rem;
}
.safety .result2 h3 span {
  background: #fff;
  height: 2.424rem;
  line-height: 2.424rem;
  padding-inline: 1.667rem 0.909rem;
  font-size: 1.212rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #f18281;
}
.safety .result2 h3 span strong {
  font-size: 1.394rem;
}
.safety .result2__content {
  background: rgba(255, 255, 255, 0.5);
  border: solid 2px #fff;
  height: 6.848rem;
  padding-bottom: 0.909rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #f18281;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.152rem;
  font-weight: 500;
  margin-bottom: 1.97rem;
  position: relative;
}
.safety .result2__content h4 {
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.safety .result2__content p {
  line-height: 1.4;
}
.safety__txt {
  background: #f0eae4;
  padding-block: 2.424rem;
}
.safety__txt p {
  background: #fff;
  padding: 1.515rem 1.97rem;
  border-radius: 0.909rem;
  box-shadow: 0.091rem 0.242rem 0.152rem rgba(51, 51, 51, 0.2);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), 1px 2px 1px rgba(51, 51, 51, 0.5);
  color: #777;
  line-height: 1.8;
}
.safety__txt p strong {
  font-weight: 500;
  background: linear-gradient(transparent 60%, #f0eae4 60%);
}

/*  ここだけの話
-------------------------------------------------*/
#secret {
  padding-block: 1.667rem 10.758rem;
  background: url(../img/img_btm.png) no-repeat center bottom/100% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#secret h2,
#secret > p {
  text-align: center;
  color: #f18281;
  font-size: 1.212rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.97rem;
}
#secret h2 strong,
#secret > p strong {
  font-size: 1.818rem;
  background: linear-gradient(transparent 80%, #f0eae4 80%);
}
#secret > p {
  margin-block: 1.364rem 2.727rem;
}
#secret > p strong {
  color: #333;
}
#secret figure {
  width: 21.212rem;
}
#secret .inner {
  position: relative;
}
#secret .inner .genchiBtn.is-hidden {
  pointer-events: none;
}
#secret .inner .genchiBtn.is-hidden img {
  opacity: 0.3;
}
#secret .inner .metaArea {
  display: none;
}
#secret .inner .metaArea.is-show {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.909rem;
  text-align: center;
  width: 100%;
  padding-block: 0.909rem;
}
#secret .inner .metaArea.is-show h3 {
  font-size: 0.909rem;
  line-height: 1.4;
  color: red;
  font-weight: 500;
}
#secret .inner .metaArea.is-show p {
  line-height: 1.6;
  font-size: 0.727rem;
}
#secret .inner .metaArea.is-show button {
  height: 1.818rem;
  border-radius: 0.909rem;
  background: #777;
  color: #fff;
  font-size: 0.788rem;
  display: grid;
  place-items: center;
  padding-inline: 0.909rem;
}

/*  ICL現地説明会
-------------------------------------------------*/
.on-site {
  padding-top: 1.97rem;
}
.on-site h2 {
  width: 13.636rem;
  height: 2.606rem;
  border-radius: 1.303rem;
  box-shadow: 0.091rem 0.242rem 0.152rem rgba(51, 51, 51, 0.6);
  display: grid;
  place-items: center;
  background: #f18281;
  color: #fff;
  font-size: 1.394rem;
  font-weight: 700;
  margin: 0 auto 1.364rem;
}
.on-site dl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #f18281;
}
.on-site dl dt {
  width: 5.03rem;
  height: 1.515rem;
  display: grid;
  place-items: center;
  background: #f18281;
  color: #fff;
  font-size: 0.909rem;
}
.on-site dl dd {
  width: calc(100% - 5.03rem);
  padding-left: 1.061rem;
  color: #777;
  position: relative;
}
.on-site dl dd small {
  font-size: 0.697rem;
}
.on-site dl dd a {
  position: absolute;
  font-size: 0.606rem;
  line-height: 1.2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0.606rem;
}
.on-site dl dd a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow_right.png) no-repeat center right/contain;
  width: 0.545rem;
  height: 0.545rem;
  right: 0;
  bottom: 0.152rem;
}
.on-site dl:not(:last-child) {
  margin-bottom: 0.606rem;
}
.on-site .access {
  margin-top: 1.364rem;
  padding-block: 4.394rem 3.03rem;
  background: url(../img/momonoki.png) no-repeat center top/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.on-site .access h3 {
  display: inline-block;
  font-size: 1.606rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6), 1px 2px 1px rgba(51, 51, 51, 0.5);
  text-align: center;
  background: linear-gradient(transparent 60%, #f18281 40%);
  padding-inline: 0.2em;
  margin-bottom: 1.212rem;
}
.on-site .access address {
  background: #fff;
  padding: 0.152rem;
  font-weight: 500;
  line-height: 1.2;
}
.on-site .access .map {
  aspect-ratio: 16/9;
  margin-top: 0.909rem;
}

/*  現地説明会のメリット
-------------------------------------------------*/
.on-site__merit {
  padding-block: 3.333rem 4.394rem;
}
.on-site__merit h2 {
  margin-bottom: 1.818rem;
}
.on-site__merit h2::before {
  bottom: -1.212rem;
  background-image: url(../img/wave-08.png);
}
.on-site__merit h2 small {
  font-size: 1.394rem;
}
.on-site__merit .inner li h3 {
  letter-spacing: 0;
  white-space: nowrap;
}
.on-site__merit .inner li h3 span::after {
  background: #f0eae4 !important;
}
.on-site__merit .inner li figure {
  margin-top: 0.909rem !important;
}
.on-site__merit .cta {
  color: #f18281;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.909rem;
}
.on-site__merit .cta span {
  font-size: 1.394rem;
  background: linear-gradient(transparent 80%, #f0eae4 80%);
  position: relative;
  margin-bottom: 0.909rem;
}
.on-site__merit .cta span::before, .on-site__merit .cta span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 105%;
  background: #f18281;
  top: 50%;
}
.on-site__merit .cta span::before {
  left: -0.758rem;
  transform: translateY(-50%) rotate(-25deg);
}
.on-site__merit .cta span::after {
  right: -0.758rem;
  transform: translateY(-50%) rotate(25deg);
}

/*  ICL ICPLとは
-------------------------------------------------*/
.icl-icpl {
  background: #F0EAE4;
  padding-block: 1.818rem;
}
.icl-icpl h2 {
  width: 19.394rem;
  margin-bottom: 1.515rem;
}
.icl-icpl .movie {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
.icl-icpl .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

/*  ICLの特徴　LASIKとの違い
-------------------------------------------------*/
.lasik {
  padding-block: 2.424rem 3.03rem;
}
.lasik h2 {
  color: #f18281;
  font-size: 1.818rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1.818rem;
  position: relative;
}
.lasik h2::before {
  position: absolute;
  content: "";
  background: url(../img/wave-09.png) no-repeat left top/contain;
  width: 100vw;
  max-width: 750px;
  height: 3.909rem;
  left: -1.667rem;
  top: 0;
  z-index: -1;
}
.lasik h2 strong {
  background: linear-gradient(to bottom, rgba(241, 130, 129, 0.6), #f18281);
  color: #fff;
}
.lasik h3 {
  width: 9.091rem;
  height: 1.636rem;
  border: solid 1px #f18281;
  color: #f18281;
  font-weight: 500;
  display: grid;
  place-items: center;
  margin: 0 auto 2.576rem;
  position: relative;
}
.lasik h3::before {
  position: absolute;
  content: "";
  border: solid 1px #f18281;
  width: 8.909rem;
  height: 1.455rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lasik dl {
  padding-inline: 1.061rem;
  margin-bottom: 1.97rem;
}
.lasik dl dt {
  color: #f18281;
  font-weight: 500;
  padding-left: 0.909rem;
  margin-bottom: 1.212rem;
  position: relative;
}
.lasik dl dt::before {
  position: absolute;
  content: "";
  width: 0.303rem;
  height: 1.212rem;
  background: #f18281;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lasik dl dd {
  color: #777;
  line-height: 1.6;
  text-align: justify;
}

/*  ICLの特徴
-------------------------------------------------*/
.feature {
  padding-top: 11.364rem;
  position: relative;
  color: #975e00;
}
.feature::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 22.727rem;
  border-radius: 50%;
  background: #f0eae4;
  left: 0;
  top: 0;
  z-index: -1;
}
.feature h2 {
  position: absolute;
  top: 0.606rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.606rem;
}
.feature h2 span {
  width: 3.121rem;
}
.feature h2 strong {
  width: 10.606rem;
  padding-block: 0.606rem;
  font-size: 1.909rem;
  text-align: center;
  border-top: solid 1px #975e00;
  border-bottom: solid 1px #975e00;
}
.feature .inner {
  background: #f0eae4;
  padding-bottom: 2.424rem;
}
.feature .inner > p {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2.727rem;
}
.feature .inner > p strong {
  font-weight: 500;
  background: linear-gradient(transparent 60%, #fff 60%);
}
.feature .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.242rem;
  margin-bottom: 2.424rem;
}
.feature .inner ul li figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.606rem;
}
.feature .inner ul li figure figcaption {
  font-size: 0.788rem;
  line-height: 1.4;
  text-align: center;
}
.feature .inner ul li:first-child {
  width: 7.97rem;
  padding-top: 1.212rem;
}
.feature .inner ul li:last-child {
  width: 6.939rem;
}
.feature .inner ul li:last-child figure {
  gap: 0.152rem;
}
.feature .inner .feature__content {
  background: #fff;
  border-radius: 1.212rem;
  padding: 2.121rem 1.212rem;
}
.feature .inner .feature__content:not(:last-child) {
  margin-bottom: 2.424rem;
}
.feature .inner .feature__content h3 {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2.273rem;
}
.feature .inner .feature__content h3 strong {
  font-size: 1.394rem;
  font-weight: 500;
  background: linear-gradient(transparent 80%, #f18281 80%);
}
.feature .inner .feature__content ul {
  gap: 2.121rem;
}
.feature .inner .feature__content ul li figure {
  gap: 0.758rem;
}
.feature .inner .feature__content ul li:first-child {
  padding-top: 0;
  width: 6rem;
}
.feature .inner .feature__content ul li:last-child {
  width: 8.485rem;
  padding-top: 0.909rem;
}
.feature .inner .feature__content ul li:last-child figure {
  gap: 1.667rem;
}
.feature .inner .feature__content p {
  line-height: 1.6;
  text-align: justify;
}
.feature .inner .feature__content > figure {
  padding-inline: 0.909rem;
  margin-bottom: 1.97rem;
}

/*  快適な生活を！
-------------------------------------------------*/
.comfortable {
  padding-block: 2.424rem;
}
.comfortable .ttl {
  width: 20.303rem;
  height: 5.212rem;
  background: url(../img/box2.png) no-repeat center center/contain;
  display: grid;
  place-items: center;
  margin-inline: auto;
}
.comfortable .ttl h2 {
  font-size: 1.212rem;
  line-height: 1.3;
  text-align: center;
  font-family: "Hina Mincho", serif;
}
.comfortable .ttl h2 strong {
  background: linear-gradient(transparent 80%, #f18281 80%);
}

/*  ICL無料Web相談会
-------------------------------------------------*/
.icl__web {
  padding-bottom: 3.03rem;
}
.icl__web .ttl {
  position: relative;
  margin-bottom: 1.515rem;
  font-family: "Zen Maru Gothic", sans-serif;
}
.icl__web .ttl h2 {
  position: absolute;
  top: 0.909rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.455rem;
}
.icl__web .ttl h2 span,
.icl__web .ttl h2 strong {
  height: 2.424rem;
  padding-inline: 0.455rem;
  background: #fff;
  display: grid;
  place-items: center;
  color: #f18281;
  white-space: nowrap;
}
.icl__web .ttl h2 span {
  font-size: 1.212rem;
}
.icl__web .ttl h2 strong {
  font-size: 1.606rem;
  font-weight: 500;
}
.icl__web .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icl__web .inner dl {
  width: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #f18281;
  margin-bottom: 0.909rem;
}
.icl__web .inner dl dt {
  width: 5.03rem;
  height: 1.515rem;
  display: grid;
  place-items: center;
  background: #f18281;
  color: #fff;
  font-size: 0.909rem;
}
.icl__web .inner dl dd {
  width: calc(100% - 5.03rem);
  padding-left: 1.061rem;
  color: #777;
}
.icl__web .inner .map {
  aspect-ratio: 16/9;
}
.icl__web .inner .info {
  color: #777;
  line-height: 1.4;
  margin-block: 0.909rem 1.97rem;
}
.icl__web .inner .info h3 {
  font-size: 0.788rem;
}
.icl__web .inner .info p {
  font-size: 0.727rem;
}

/*  footer
-------------------------------------------------*/
footer {
  padding-bottom: 5.455rem;
  text-align: center;
  color: #777;
  font-size: 0.606rem;
}

.floating {
  width: 100%;
  max-width: 750px;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  padding-block: 1.515rem;
}
.floating .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.909rem;
}
.floating .inner a {
  display: grid;
  place-items: center;
  color: #fff;
  height: 2.424rem;
  border-radius: 1.212rem;
  font-size: 0.788rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.floating .inner a:first-child {
  background: #19a1b1;
}
.floating .inner a.genchiBtn {
  background: #f4c336;
}
.floating .inner a.genchiBtn.is-hidden {
  pointer-events: none;
  opacity: 0.5;
}
.floating .metaArea {
  display: none;
}
.floating .metaArea.is-show {
  position: absolute;
  right: 1.515rem;
  top: -1.515rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.floating .metaArea.is-show h3 {
  background: red;
  display: inline-block;
  color: #fff;
  padding: 0.303rem 0.606rem;
  font-size: 0.788rem;
  line-height: 1.4;
  position: relative;
}
.floating .metaArea.is-show h3::after {
  position: absolute;
  content: "";
  width: 0.606rem;
  height: 0.606rem;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: red;
  left: 50%;
  bottom: -0.606rem;
  transform: translateX(-50%);
}
.floating .metaArea.is-show button {
  width: 9.394rem;
  font-size: 0.788rem;
  margin-top: 0.606rem;
  text-align: center;
}