@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Cute+Font&family=Noto+Serif+JP:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&family=Noto+Serif+JP:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes btn {
  0% {
    background-position: top right;
  }
  100% {
    background-position: top left;
  }
}

@keyframes btn {
  0% {
    background-position: top right;
  }
  100% {
    background-position: top left;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0; /* 透明 */
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); /* X軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes RightToLeft {
  0% {
    opacity: 0; /* 透明 */
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); /* X軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes RightToLeft2 {
  0% {
    opacity: 0; /* 透明 */
    -webkit-transform: translate(-100px, 50%);
            transform: translate(-100px, 50%); /* X軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}
@keyframes RightToLeft2 {
  0% {
    opacity: 0; /* 透明 */
    -webkit-transform: translate(-100px, 50%);
            transform: translate(-100px, 50%); /* X軸方向に50px */
  }
  100% {
    opacity: 1; /* 不透明 */
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3, 3);
            transform: scale(3, 3);
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  70%, 100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  70%, 100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
}
/* --------------------------------------------------
 *    テキスト関連
-------------------------------------------------- */
html {
  font-size: 10px;
}

body {
  -webkit-font-feature-settings: "liga" 0;
          font-feature-settings: "liga" 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #272828;
  letter-spacing: 0.08em;
}

.head-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20.3rem;
  position: relative;
  letter-spacing: 4.8px;
}
@media (min-width: 768px) {
  .head-ttl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 29rem;
  }
}
@media (min-width: 1250px) {
  .head-ttl {
    height: 32rem;
  }
}
.head-ttl .ttl {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
  margin: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .head-ttl .ttl {
    font-size: 3.2rem;
    margin-left: 53px;
  }
}
@media (min-width: 1250px) {
  .head-ttl .ttl {
    font-size: 3.8rem;
    margin-left: 80px;
  }
}
.head-ttl .ttl .jp,
.head-ttl .ttl .en {
  display: block;
}
.head-ttl .ttl .en {
  font-size: 1.2rem;
  text-align: center;
  color: #D65B71;
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .head-ttl .ttl .en {
    text-align: left;
  }
}
.head-ttl .back-pick {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.head-ttl .back-pick:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .head-ttl .back-pick {
    width: calc(100% - 12rem);
    border-radius: 16px 0 0 16px;
  }
  .head-ttl .back-pick:after {
    content: none;
  }
}
@media (min-width: 1250px) {
  .head-ttl .back-pick {
    width: calc(100% - 14rem);
    margin-left: auto;
    border-radius: 16px 0 0 16px;
  }
}

[class^=ttl-0] {
  display: block;
  font-weight: 600;
  margin-bottom: 0.73em;
  letter-spacing: 0.16em;
  position: relative;
}
[class^=ttl-0].color {
  color: #D65B71;
}
[class^=ttl-0].dec {
  text-align: center;
}
[class^=ttl-0].dec:after {
  content: "";
  display: block;
  width: 7.2rem;
  height: 1px;
  background: linear-gradient(257deg, #F7C2BC 0%, #D45972 100%);
  margin: 1rem auto 0;
}
[class^=ttl-0].line {
  padding-bottom: 0.6em;
  border-bottom: 1px solid #CDDBE8;
}

.ttl-01 {
  font-size: 3rem;
  line-height: 2.03;
}
@media (min-width: 768px) {
  .ttl-01 {
    font-size: 3.8rem;
  }
}

.ttl-02 {
  font-size: 2.3rem;
  line-height: 1.97;
}
@media (min-width: 768px) {
  .ttl-02 {
    font-size: 3.2rem;
  }
}

.ttl-03 {
  font-size: 2.2rem;
  line-height: 1.87;
}
@media (min-width: 768px) {
  .ttl-03 {
    font-size: 2.8rem;
  }
}

.ttl-04 {
  font-size: 2rem;
  line-height: 1.92;
}
@media (min-width: 768px) {
  .ttl-04 {
    font-size: 2.4rem;
  }
}

.ttl-05 {
  font-size: 1.8rem;
  line-height: 1.78;
}
@media (min-width: 768px) {
  .ttl-05 {
    font-size: 2rem;
  }
}

.ttl-06 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .ttl-06 {
    font-size: 1.8rem;
  }
}

.main .date {
  font-weight: bold;
}
.main p {
  line-height: 2;
  margin: 1em 0;
  text-align: justify;
  word-wrap: break-word;
  letter-spacing: 0.08em;
}
.main p + p {
  margin-top: 2.14em;
}
.main p:last-child {
  margin-bottom: 0;
}
.main p:first-child {
  margin-top: 0;
}
.main * > p:only-child {
  margin-top: 0;
}
.main .center {
  text-align: center;
}
.main .right {
  text-align: right;
}
.main .left {
  text-align: left;
}
.main b {
  font-weight: bold;
}
.main strong {
  color: #D65B71;
  font-weight: 600;
}
.main .small {
  font-size: 1.4rem;
}
.main small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2;
}
.main .lead {
  font-size: 1.8rem;
  line-height: 1.77;
}
@media (min-width: 768px) {
  .main .lead {
    font-size: 2.6rem;
  }
}
.main .txt-color {
  color: #D65B71;
}
.main .note {
  color: #6F6F6F;
}
.main a {
  color: #272828;
  text-decoration: underline;
  word-wrap: break-word;
}
.main a.btn:hover {
  opacity: 1;
}
.main a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.main a:hover img {
  opacity: 0.7;
}
.main a.disabled {
  pointer-events: none;
  color: #aaa !important;
}
.main a.icon {
  text-decoration: none;
  position: relative;
  padding-right: 1.5em;
}
.main a.icon span {
  text-decoration: underline;
}
.main a.icon:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.main a.icon:hover span {
  text-decoration: none;
}
.main a.icon:hover:after {
  right: -5px;
}

.caution {
  padding-left: 1.2em;
  position: relative;
}
.caution:before {
  content: "※";
  position: absolute;
  left: 0;
}

/* --------------------------------------------------
 *    ヘッダー・フッター
-------------------------------------------------- */
.header {
  width: 100%;
  position: relative;
  line-height: 1;
}
.header .box-head {
  width: calc(100% - 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
  background-color: #FCFCFC;
  position: relative;
  z-index: 9;
}
@media (min-width: 1250px) {
  .header .box-head {
    width: calc(100% - 48px);
    padding: 16px 24px;
  }
}
.header .header-logo {
  width: 53.33%;
  max-width: 200px;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .header-logo a {
  display: block;
}
@media (min-width: 768px) {
  .header .header-logo {
    max-width: 300px;
    height: auto;
  }
  .header .header-logo a:hover img {
    opacity: 0.6;
  }
}
.header .box-contact {
  display: none;
}
@media (min-width: 1250px) {
  .header .box-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.header #nav-open {
  position: fixed;
  right: 0;
  top: 16px;
  z-index: 103;
}
@media (min-width: 768px) {
  .header #nav-open {
    top: 30px;
  }
}
@media (min-width: 1250px) {
  .header #nav-open {
    display: none;
  }
  .header .box-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .box-contact .tel-link {
    pointer-events: none;
  }
}
.header.opnav .box-contact .btn {
  background-color: #D65B71;
  color: #272828;
}
.header.opnav .box-contact .btn:hover {
  background-color: #fff;
}

@media (min-width: 768px) {
  #nav-drawer {
    position: absolute;
    bottom: 18px;
    right: 0;
    z-index: 9;
  }
}
#nav-drawer.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 1250px) {
  #nav-drawer.is-fixed #nav-content {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 104px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  background: #D65B71;
  border-radius: 8px 0 0 8px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /*ハンバーガーアイコンをCSSだけで表現*/
}
@media (min-width: 375px) {
  #nav-open {
    height: 47px;
  }
}
#nav-open span {
  display: block;
  width: 24px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: relative;
}
#nav-open span:before, #nav-open span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  border-radius: 0;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav-open span:after {
  bottom: auto;
  top: -6px;
}
#nav-open i {
  font-family: "Crimson Text", serif;
  font-size: 14px;
  color: #fff;
}
#nav-open i:before {
  content: "MENU";
  margin: 0 0 1px 8px;
}
.opnav #nav-open {
  background: #fff;
}
.opnav #nav-open span {
  background-color: transparent;
}
.opnav #nav-open span:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background: #D65B71;
  bottom: 0;
}
.opnav #nav-open span:after {
  width: 100%;
  bottom: 0;
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: #D65B71;
}
.opnav #nav-open i {
  color: #D65B71;
}
.opnav #nav-open i:before {
  content: "CLOSE";
  margin: 0 0 1px 8px;
}

/*中身*/
#nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  /*最前面に*/
  width: 100%;
  /*右側に隙間を作る*/
  max-width: 100%;
  /*最大幅*/
  height: 100%;
  max-height: 100%;
  background: linear-gradient(205deg, rgba(247, 194, 188, 0.95), rgba(212, 89, 114, 0.95));
  /*背景色*/
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  /*左に隠しておく*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
@media (min-width: 1250px) {
  #nav-content {
    position: static;
    padding: 0 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: transparent;
    opacity: 1;
  }
}
#nav-content .box-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#nav-content .menu {
  max-width: 24rem;
  width: 100%;
  margin: 0 auto;
}
#nav-content .menu > .item {
  width: 100%;
  max-width: inherit;
  position: relative;
  margin: 0.5rem 0;
}
@media (min-width: 1250px) {
  #nav-content .menu > .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: auto;
    max-width: unset;
    border: none;
  }
  #nav-content .menu > .item:nth-child(1) {
    display: none;
  }
  #nav-content .menu > .item:first-child a {
    padding-left: 0;
  }
  #nav-content .menu > .item:last-child a {
    padding-right: 0;
  }
  #nav-content .menu > .item:nth-last-of-type(2) a {
    padding-right: 0;
  }
  #nav-content .menu > .item:hover > .menu-item-child .menu-item {
    display: block;
  }
  #nav-content .menu > .item:before {
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/common/ico-cross.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
  }
}
#nav-content .menu > .item a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#nav-content .menu > .item a::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow_wh.svg) no-repeat center/contain;
}
@media (min-width: 1250px) {
  #nav-content .menu > .item a {
    color: #272828;
    padding: 0 1.5em 0 1em;
    line-height: 1;
  }
  #nav-content .menu > .item a:before, #nav-content .menu > .item a:after {
    content: none;
  }
  #nav-content .menu > .item a:hover {
    color: #D65B71;
  }
}
#nav-content .menu > .item a i {
  padding-right: 1em;
  position: relative;
}
#nav-content .menu > .item a i:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/common/img-fukudashi.png) no-repeat center/contain;
  position: absolute;
  top: -1em;
  right: -0.3em;
}
#nav-content .menu > .item.logo {
  max-width: 12.4rem;
  margin: 3.3rem auto 0;
}
@media (min-width: 1250px) {
  #nav-content .menu > .item.logo {
    display: none;
  }
}
@media (min-width: 1250px) {
  #nav-content .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
  }
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: auto;
  opacity: 1;
}

/* --------------------------------------------------
 *    フッター
-------------------------------------------------- */
.footer {
  background-color: #272828;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  line-height: 1;
  padding-bottom: 7.2rem;
}
@media (min-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer .area-clinic-info {
  background: #373F4A;
  color: #fff;
}
.footer .mod-menu {
  display: none;
}
@media (min-width: 1250px) {
  .footer .mod-menu {
    display: block;
    padding: 4.8rem 0;
    border-bottom: 1px solid #58677C;
  }
}
.footer .sec-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.footer .sec-btn + p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 4.8rem;
  line-height: 1.5;
}
@media (min-width: 1250px) {
  .footer .sec-btn {
    margin-top: 3.6rem;
  }
  .footer .sec-btn + p {
    margin-bottom: 0;
  }
}
.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .menu .item:before {
  content: "・";
  margin: 0 1em;
}
.footer .menu .item:first-of-type::before {
  content: none;
}
.footer .menu .item a {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer .menu .item a:hover {
    opacity: 0.7;
  }
}
.footer .sec-clinic-info {
  padding: 4.8rem 0;
}
.footer .sec-clinic-info .caution,
.footer .sec-clinic-info ul.normal {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.6;
}
.footer .sec-clinic-info ul.normal li {
  margin: 0;
}
.footer .box-contact {
  display: block;
}
@media (min-width: 820px) {
  .footer .box-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.4rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.footer .box-contact .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2rem 2rem;
  margin: 0;
}
@media (min-width: 560px) {
  .footer .box-contact .call {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 820px) {
  .footer .box-contact .call {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #fff;
    border-radius: 0.8rem 0 0 0.8rem;
    padding: 2rem;
  }
}
@media (min-width: 820px) {
  .footer .box-contact .call {
    width: 34.81%;
    max-width: 376px;
  }
}
.footer .box-contact .call .text {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
.footer .box-contact .call-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Crimson Text", serif;
  font-size: 4rem;
  color: #272828;
  text-decoration: none;
  pointer-events: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  line-height: 1.4;
}
.footer .box-contact .call-link:before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../img/common/ico-tel_wh.svg) no-repeat center/contain;
  margin-right: 1rem;
  margin-top: 0.6rem;
}
.footer .box-contact .call-link i {
  display: block;
}
.footer .area-clinic-data {
  margin: 4rem auto;
}
@media (min-width: 768px) {
  .footer .area-clinic-data {
    margin: 4.8rem auto;
  }
}
.footer .area-clinic-data .pict {
  width: 100%;
  max-width: 234px;
  margin: 0 auto 16px;
}
@media (min-width: 768px) {
  .footer .area-clinic-data .pict a:hover img {
    opacity: 0.6;
  }
}
.footer .area-clinic-data .address,
.footer .area-clinic-data .contact {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.08em;
}
.footer .area-clinic-data .address a,
.footer .area-clinic-data .contact a {
  text-decoration: none;
  color: #272828;
}
@media (min-width: 480px) {
  .footer .area-clinic-data .address br,
  .footer .area-clinic-data .contact br {
    display: none;
  }
  .footer .area-clinic-data .address .fax:before,
  .footer .area-clinic-data .contact .fax:before {
    content: " / ";
  }
}
.footer .copyright {
  background: linear-gradient(257deg, #F7C2BC 0%, #D45972 100%);
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 1.2rem;
  margin: 0;
  padding: 3.2rem;
  color: #fff;
}
.footer .sec-foot-menu {
  width: calc(100% - 3rem);
  padding: 4rem 1.5rem 0;
  margin: 0 auto;
}
@media (min-width: 1250px) {
  .footer .sec-foot-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 125rem;
    padding: 7rem 0 3rem;
    margin: auto;
  }
}
.footer .sec-foot-menu .box-info {
  color: #fff;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 5rem;
}
@media (min-width: 1250px) {
  .footer .sec-foot-menu .box-info {
    margin-top: 12.2rem;
  }
}
.footer .sec-foot-menu .box-info .text {
  font-size: 1.2rem;
  margin: 0 0 2.6rem;
  text-align: center;
}
.footer .sec-foot-menu .box-info .text span {
  display: inline-block;
}
@media (min-width: 1250px) {
  .footer .sec-foot-menu .box-info .text {
    margin: 0 0 3.6rem;
    text-align: right;
  }
}
.footer .sec-foot-menu .box-info a {
  color: #fff;
}
.footer .sec-foot-menu .box-info .tel-link {
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  margin: 1.5rem;
  pointer-events: none;
}
.footer .sec-foot-menu .box-info .tel-link:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 900;
  border: 0.2rem solid #fff;
  border-radius: 999em;
  padding: 0.7rem;
  margin-right: 0.9rem;
}
.footer .sec-foot-menu .box-info .tel-link a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .footer .sec-foot-menu .box-info .tel-link {
    margin: 0 2.3rem 0 0;
  }
}
.footer .sec-foot-menu .box-info .box-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .sec-foot-menu .box-info .form-link {
  font-size: 1.6rem;
  border: 2px solid #fff;
  border-radius: 17px;
  padding: 0.6rem 2.3rem 0.6rem 1rem;
  text-decoration: none;
  line-height: 1;
  margin: 1.5rem;
}
.footer .sec-foot-menu .box-info .form-link:before {
  content: "\f128";
  font-family: "Font Awesome 5 Free";
  margin-right: 2.1rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .footer .sec-foot-menu .box-info .form-link {
    margin: 0;
  }
}
.footer .sec-foot-menu .box-info .menu-item {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .sec-foot-menu .box-info .menu-item {
    text-align: right;
  }
}
.footer .sec-foot-menu .box-info .menu-item a {
  font-size: 1.2rem;
  text-decoration: none;
}
.footer .sec-foot-menu .box-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#fit-btn {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}
#fit-btn.box-contact .call {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 14px 24px;
  padding: 14px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 690px) {
  #fit-btn.box-contact .call {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#fit-btn.is-show {
  display: block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 1250px) {
  #fit-btn {
    display: none !important;
  }
}

#gotop {
  display: block;
  width: 4rem;
  height: 4rem;
  position: fixed;
  bottom: 90px;
  right: 16px;
}
@media (min-width: 768px) {
  #gotop {
    width: 6.4rem;
    height: 6.4rem;
    bottom: 30px;
    right: 20px;
  }
  #gotop:hover {
    opacity: 0.6;
  }
}

/* --------------------------------------------------
 *    ボタン
-------------------------------------------------- */
.submit,
.sec-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% + 4.6rem);
  margin: 0 -2.3rem 0;
}
.submit .btn-center,
.sec-btn .btn-center {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .submit,
  .sec-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

input[type=submit],
.btn {
  display: inline-block;
  width: 100%;
  max-width: 24.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: left;
  text-decoration: none !important;
  color: #fff !important;
  background: linear-gradient(257deg, #F7C2BC 0%, #D45972 45%, #D45972 100%);
  background-size: 222% 222%;
  background-position: top right;
  padding: 1.5rem 3.6rem 1.5rem 2.4rem;
  margin: 0.5rem 2.3rem;
  border-radius: 9999em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type=submit]:after,
.btn:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow_wh.svg);
  position: absolute;
  right: 2.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  input[type=submit]:hover,
  .btn:hover {
    background-position: top 0% right 25%;
    opacity: 1 !important;
  }
  input[type=submit]:hover:after,
  .btn:hover:after {
    right: 1.3rem;
  }
}

.btn-2 {
  display: inline-block;
  width: 100%;
  max-width: 34.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  color: #D65B71 !important;
  background: transparent;
  padding: 1.3rem 3.6rem 1.3rem 2.4rem;
  margin: 0.5rem 2.3rem;
  border: 0.1rem solid #D65B71;
  border-radius: 9999em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-2:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow.svg);
  position: absolute;
  right: 2.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  .btn-2:hover {
    background: #D65B71;
    color: #fff !important;
  }
  .btn-2:hover:after {
    right: 1.3rem;
    background: url(../img/common/ico-arrow_wh.svg);
    opacity: 1 !important;
  }
}

input[type=submit] {
  text-align: center;
  line-height: 1.2;
}

/* --------------------------------------------------
 *    グリッド　コラム
-------------------------------------------------- */
.col-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% + 4.8rem);
  margin: 0 calc(-4.8rem / 2);
}
.col-set [class^=col-] {
  width: 100%;
  padding: calc(4.8rem / 2) calc(4.8rem / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .col-set.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.col-set.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.col-set.v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col-set.t-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.col-set.nospace {
  padding: 0;
  margin: 0;
  width: 100%;
}
.col-set.nospace > [class^=col-] {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .col-set {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% + 4.8rem);
    margin: 0 calc(-4.8rem / 2);
  }
  .col-set .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
  .col-set .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
  .col-set .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
  .col-set .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
  .col-set .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
  .col-set .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
  .col-set .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
  .col-set .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
  .col-set .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
  .col-set .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
  .col-set .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
  .col-set .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
}

input, textarea, button, .back {
  font-family: "Noto Serif JP", serif;
}

input[type=text],
input[type=email],
input[type=login_id],
input[type=password],
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  padding: 1.6rem;
  font-size: 1.6rem;
  border-radius: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36rem;
  max-width: 100%;
  border: 1px solid #127CD8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  resize: none;
}

input[type=submit] {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  font-family: "Noto Serif JP";
  position: relative;
  border: none;
  padding-left: 3.5rem;
}

p:has(input.txt) {
  width: 100%;
}

input.txt {
  margin-right: 0.5rem;
  width: calc(100% - 12.3rem);
}

input.address {
  width: 100%;
}

span:has(input.year) {
  margin-right: 2.5rem;
}

input.year {
  width: 12rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

span:has(input.month) {
  margin-right: 2.5rem;
}

input.month {
  width: 8rem;
  margin-right: 1rem;
}

input.day {
  width: 8rem;
  margin-right: 1rem;
}

input[type=number]:focus {
  outline: none;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

input.age {
  width: 11.2rem;
  margin-right: 1rem;
}

input[type=email] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 16rem;
}

input::-webkit-input-placeholder {
  color: rgba(39, 40, 40, 0.6);
}

input::-moz-placeholder {
  color: rgba(39, 40, 40, 0.6);
}

input:-ms-input-placeholder {
  color: rgba(39, 40, 40, 0.6);
}

input::-ms-input-placeholder {
  color: rgba(39, 40, 40, 0.6);
}

input::placeholder,
textarea {
  color: rgba(39, 40, 40, 0.6);
}

textarea {
  color: #272828;
}

label {
  margin-right: 4rem;
  display: inline-block;
  position: relative;
}
label:last-child {
  margin-right: 0;
}

label:has(input[type=checkbox]) {
  margin-right: 2rem;
}

input[type=checkbox],
input[type=radio] {
  display: none;
  border-color: #127CD8;
}

input[type=checkbox] + span, input[type=checkbox] + input[type=hidden] + span {
  position: relative;
  padding-left: 2.8rem;
  display: inline-block;
}
input[type=checkbox] + span:before, input[type=checkbox] + span:after, input[type=checkbox] + input[type=hidden] + span:before, input[type=checkbox] + input[type=hidden] + span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=checkbox] + span:before, input[type=checkbox] + input[type=hidden] + span:before {
  z-index: 0;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #127CD8;
  border-radius: 0.4rem;
}
input[type=checkbox] + span:after, input[type=checkbox] + input[type=hidden] + span:after {
  z-index: 1;
  margin: 0.1rem 0.6rem;
  width: 0.8rem;
  height: 1.4rem;
}
input[type=checkbox]:checked + span:after,
input[type=checkbox]:checked + input[type=hidden] + span:after {
  border: solid #127CD8;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input[type=radio] + span, input[type=radio] + input[type=hidden] + span {
  position: relative;
  padding-left: 3rem;
  display: inline-block;
}
input[type=radio] + span:before, input[type=radio] + input[type=hidden] + span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2rem;
  z-index: 0;
  background-color: transparent;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #127CD8;
}
input[type=radio]:checked + span:after,
input[type=radio]:checked + input[type=hidden] + span:after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #127CD8;
  border-radius: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.6rem;
  margin: auto;
}

.select-box {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  border: 0.1rem solid #127CD8;
  border-radius: 0.2rem;
  background-color: rgba(205, 219, 232, 0.25);
}
.select-box select {
  width: 100%;
  padding: 0.6em;
  cursor: pointer;
  font-size: 1.6rem;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #272828;
}
@media (min-width: 768px) {
  .select-box select {
    padding: 1.6rem;
  }
}
.select-box select::-ms-expand {
  display: none;
}
.select-box + span {
  padding: 0 0.5em 0 0.3em;
}
@media (min-width: 768px) {
  .select-box + span {
    padding: 0 1em 0 0.5em;
  }
}

.extra-item,
.form-set {
  display: block;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #CDDBE8;
}
.extra-item:last-of-type,
.form-set:last-of-type {
  border: none;
}
.extra-item.name input,
.form-set.name input {
  max-width: 32rem;
}
.extra-item.mail input,
.form-set.mail input {
  max-width: 50rem;
}
.extra-item.tel input,
.form-set.tel input {
  max-width: 32rem;
}
.extra-item.add-code input,
.form-set.add-code input {
  max-width: 21rem;
}
.extra-item.address input.code,
.form-set.address input.code {
  max-width: 16rem;
  margin: 0 0 2rem 1rem;
}
.extra-item.address input.add,
.form-set.address input.add {
  max-width: 50rem;
}
.extra-item dt,
.form-set dt {
  margin-right: 2rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}
.extra-item dd,
.form-set dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}
.extra-item dd ul,
.form-set dd ul {
  line-height: 1.6;
}
.extra-item dd .rule,
.form-set dd .rule {
  margin-bottom: 1rem;
}
.extra-item dd.inline label,
.form-set dd.inline label {
  display: inline-block;
}
@media (min-width: 768px) {
  .extra-item,
  .form-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 2rem 0;
  }
  .extra-item dt,
  .form-set dt {
    width: 21rem;
    margin: 0;
  }
}

form .btn span {
  color: #fff;
}
form .btn:after {
  display: none;
}
form .form_info,
form .caution {
  color: #127CD8;
  font-size: 1.2rem;
  display: block;
  margin-top: 0.5rem;
}
form .form_info:empty,
form .caution:empty {
  display: none;
}
form .errors {
  display: block;
  font-size: 1.4rem;
  margin-top: 1em;
}
form .errormessage,
form .rule {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.required {
  display: inline-block;
  margin-left: 1rem;
}

.note .required {
  margin-left: 0;
}

.ttl-03.ttl-form {
  margin-bottom: 2rem;
}
.ttl-03.ttl-form + p {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .ttl-03.ttl-form {
    margin-bottom: 4rem;
  }
  .ttl-03.ttl-form + p {
    margin-bottom: 4rem;
  }
}

.mod-btn.download .btn {
  margin: 0;
  padding-left: 9.2rem;
  position: relative;
  max-width: 32rem;
}
.mod-btn.download .btn:before {
  content: "";
  background: url(../img/common/ico-file.svg) no-repeat center/contain;
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  left: 3.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod-btn.download .btn::after {
  display: none;
}

.form .form-description {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 3rem !important;
}
@media (min-width: 768px) {
  .form .form-description {
    margin-top: 5.5rem;
  }
}
.form dt, .form dd {
  border: 1px solid #CDDBE8;
}
.form dt {
  background-color: #E2E9F2;
  font-weight: bold;
  padding: 1.5rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form dt.textarea {
  display: block;
}
.form dt p {
  line-height: 1.5;
}
.form dd {
  padding: 2rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form dd.input {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form dt {
    width: 34.8%;
    padding: 2.5rem 2.5rem;
  }
  .form dd {
    width: 65.2%;
  }
}
.form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .flex:has(.error) {
  width: 100%;
}
.form .sub-form {
  width: 100%;
  padding: 0.8rem 0 0;
}
.form .sub-form .sub-form-ttl {
  border: 1px solid #CDDBE8;
  background-color: #E2E9F2;
  padding: 1.5rem 2.5rem;
}
.form .sub-form .sub-form-input {
  border: 1px solid #CDDBE8;
  padding: 1.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .sub-form .sub-form-input input[type=text] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form .sub-form .sub-form-input input[type=text] + span {
  margin-top: 0.6rem;
  display: block;
}

.form-btn {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .form-btn {
    margin-top: 4rem;
  }
}
.form-btn .btn-y {
  position: relative;
}
.form-btn .btn-y button {
  font-size: 1.6rem;
  padding-left: 3.5rem;
}
.form-btn .btn-y:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow_wh.svg);
  position: absolute;
  right: 5.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.mw_wp_form .horizontal-item {
  margin-right: 4rem !important;
}

.mw_wp_form .horizontal-item:last-child {
  margin-right: 0 !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.error {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  color: #D65B71 !important;
}

.center .back {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .center .back {
    cursor: pointer;
  }
  .center .back:hover {
    opacity: 0.7;
  }
}

.no-blank {
  display: none;
}

input[type=hidden] + .no-blank {
  display: block;
  margin-right: 0;
}

span.before {
  display: none;
}

input[type=hidden] + span.before {
  display: block;
  width: 100%;
  height: 0;
}

.sub-form-input:has(input[type=hidden]) span.after {
  width: 100%;
}

.only-date {
  padding-left: 0 !important;
}
.only-date::before, .only-date::after {
  display: none !important;
}

.errow-has:has(.error) {
  margin-left: -10rem;
  margin-right: -7rem !important;
}

dd:has(.datepicker) input {
  width: 15rem;
  margin-right: 3rem;
}
dd:has(.datepicker) a {
  color: #137DD9;
  display: block !important;
}
dd:has(.datepicker) a:before {
  content: "";
  background: url(../img/common/ico-form.svg) no-repeat center/contain;
  width: 2.5rem;
  height: 2.6rem;
  display: inline-block;
  margin-right: 1.4rem;
  margin-top: -0.4rem;
  vertical-align: middle;
}
dd:has(.datepicker) .kome {
  display: block;
  margin-top: -1rem;
  width: 100%;
}

dd a {
  display: none;
}
@media (max-width: 497px) {
  dd a {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
dd .kome {
  display: none;
}

.ssp {
  display: block !important;
}
@media (min-width: 480px) {
  .ssp {
    display: none !important;
  }
}

.sp {
  display: block !important;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.fbm {
  display: block !important;
}
@media (min-width: 690px) {
  .fbm {
    display: none !important;
  }
}

.fb {
  display: none !important;
}
@media (min-width: 690px) {
  .fb {
    display: block !important;
  }
}

.pc {
  display: none !important;
}
@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.no-desktop {
  display: block !important;
}
@media (min-width: 1250px) {
  .no-desktop {
    display: none !important;
  }
}

html {
  overflow: auto;
  height: 100%;
}

body {
  background: #fff;
  position: relative;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", serif;
  background: #FCFCFC;
}
body.scllfix {
  position: fixed;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.border {
  border: 0.1rem solid #CDDBE8;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* --------------------------------------------------
 *    レイアウト
-------------------------------------------------- */
main {
  overflow: hidden;
}

[class^=container] {
  width: calc(100% - 4.6rem);
  padding: 0 2.3rem;
  margin: 0 auto;
}

.container-l {
  max-width: 1860px;
}

.container {
  max-width: 1080px;
}

.container-list {
  max-width: 1570px;
}

.container-in {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .container-in {
    width: calc(100% - 8rem);
    max-width: 980px;
    padding: 0 4rem;
    margin: 0 auto;
  }
}

.sec-cmn {
  margin-top: 4.8rem;
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .sec-cmn {
    margin-top: 7.2rem;
    margin-bottom: 7.2rem;
  }
}

.area-cmn {
  padding-top: 4.8rem;
  padding-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .area-cmn {
    padding-top: 8.6rem;
    padding-bottom: 8.6rem;
  }
}
.area-cmn + .area-cmn {
  padding-top: 6.4rem;
  border-top: 1px solid #CDDBE8;
}
@media (min-width: 768px) {
  .area-cmn + .area-cmn {
    padding-top: 8.6rem;
  }
}
.area-cmn + .area-cmn.border-st {
  border-top: 1px solid #272828;
}
.area-cmn + .area-cmn.bt {
  border-bottom: 1px solid #272828;
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .area-cmn + .area-cmn.bt {
    padding-bottom: 8.6rem;
  }
}
.area-cmn .sec-cmn:last-of-type {
  margin-bottom: 0;
}

.area-information .sec-btn {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .area-information .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .area-information .ttl-set {
    max-width: 32.8rem;
    width: 30.37%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 4.8rem;
  }
  .area-information .sec-information {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.sec-information {
  margin: 3.4rem 0;
}
.sec-information .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 2.5rem 3.2rem 2.5rem 1.6rem;
  border-bottom: 1px solid #CDDBE8;
  position: relative;
}
@media (min-width: 768px) {
  .sec-information .item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-information .item:first-child {
  border-top: 1px solid #CDDBE8;
}
.sec-information .item:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow_gr.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
}
.sec-information .pict {
  width: 100%;
  max-width: 6.4rem;
  margin-right: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .sec-information .pict {
    max-width: 8rem;
  }
}
.sec-information .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec-information .ttl-info {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
  text-decoration: underline;
  margin: 0;
}
@media (min-width: 768px) {
  .sec-information .ttl-info {
    font-size: 1.6rem;
  }
}

.info {
  text-decoration: none;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.info .date {
  font-size: 1.2rem;
  margin-right: 0.8rem;
}
@media (min-width: 768px) {
  .info .date {
    font-size: 1.4rem;
  }
}
.info [class^=cat-] {
  font-size: 1.2rem;
  font-weight: 600;
  color: #D65B71;
}
@media (min-width: 768px) {
  .info [class^=cat-] {
    font-size: 1.4rem;
  }
}
.info .cat-blog {
  color: #127CD8;
}

/* --------------------------------------------------
 *    パーツ
-------------------------------------------------- */
.box-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-contact .call,
.box-contact .mod-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-contact .call {
  margin-right: 2.4rem;
}
.box-contact .call .text {
  margin: 0 1.6rem 0 0;
}
.box-contact a {
  text-decoration: none;
}
.box-contact .text {
  display: block;
  font-size: 1.2rem;
  text-align: right;
  margin: 0 0.8rem 0 0;
}
.box-contact .call-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Crimson Text", serif;
  font-size: 3rem;
  color: #272828;
  text-decoration: none;
  pointer-events: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.box-contact .call-link:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/ico-tel.svg) no-repeat center/contain;
  margin-right: 0.6rem;
}
.box-contact .call-link i {
  display: block;
}
.box-contact .mod-size .size-btn {
  width: 5.4rem;
  height: 2.3rem;
  font-size: 1.2rem;
  color: #99B5CE;
  background: #CDDBE8;
  border-radius: 0.4rem 0 0 0.4rem;
  cursor: pointer;
}
.box-contact .mod-size .size-btn + .size-btn {
  border-radius: 0 0.4rem 0.4rem 0;
  margin-left: 1px;
}
.box-contact .mod-size .size-btn.active {
  background: #127CD8;
  color: #fff;
}

.mod-bussinesstime {
  background: #fff;
  padding: 2.4rem;
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
}
@media (min-width: 820px) {
  .mod-bussinesstime {
    padding: 1.9rem 1.6rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 0;
  }
  .footer .mod-bussinesstime {
    border-radius: 0 0.8rem 0.8rem 0;
  }
}
.mod-bussinesstime table {
  font-size: 1.2rem;
  color: #272828;
  width: 100%;
}
.mod-bussinesstime thead th {
  padding-top: 0;
}
.mod-bussinesstime tbody tr {
  border-top: 1px solid #CDDBE8;
}
.mod-bussinesstime tbody tr:last-child tr {
  padding-bottom: 0;
}
.mod-bussinesstime tbody tr td:first-of-type {
  text-align: left !important;
  padding: 10px 8% !important;
}
.mod-bussinesstime tbody th {
  padding: 10px;
}
.mod-bussinesstime th,
.mod-bussinesstime td {
  padding: 10px 0;
  text-align: center;
}
.mod-bussinesstime td.rsv {
  line-height: 1.5rem;
}
.mod-bussinesstime td.rsv span {
  font-size: 0.8em;
}
.mod-bussinesstime b {
  color: #127CD8;
}
@media (min-width: 768px) {
  .mod-bussinesstime table {
    font-size: 1.6rem;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .mod-bussinesstime thead th {
    padding: 13px;
  }
  .mod-bussinesstime th,
  .mod-bussinesstime td {
    display: block;
    width: auto;
    padding: 13px;
  }
  .mod-bussinesstime thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
  }
  .mod-bussinesstime thead tr th {
    border-bottom: 1px solid #CDDBE8;
  }
  .mod-bussinesstime thead tr th:first-child {
    padding-top: 0;
  }
  .mod-bussinesstime thead tr th:last-of-type {
    padding-bottom: 0;
    border: none;
  }
  .mod-bussinesstime thead th:first-child:before {
    content: " ";
    padding: 1em;
  }
  .mod-bussinesstime tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .mod-bussinesstime tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    width: 16.6666666667%;
  }
  .mod-bussinesstime tbody tr th,
  .mod-bussinesstime tbody tr td {
    border-bottom: 1px solid #CDDBE8;
    padding: 13px;
  }
  .mod-bussinesstime tbody tr th {
    padding-top: 0;
  }
  .mod-bussinesstime tbody tr td:last-of-type {
    padding-bottom: 0;
    border: none;
  }
  .mod-bussinesstime tbody tr td:first-of-type {
    text-align: center !important;
    padding: 13px !important;
  }
}

.mod-faq {
  margin: 3.4rem 0;
}
.mod-faq .item {
  margin: 3.2rem 0;
}
@media (min-width: 768px) {
  .mod-faq .item {
    margin: 6.8rem auto;
    max-width: 89.2rem;
  }
  .mod-faq .item:last-child {
    margin-bottom: 0;
  }
}
.mod-faq .question {
  font-weight: 700;
  padding: 0 0 3.4rem 5.6rem;
  position: relative;
}
@media (min-width: 768px) {
  .mod-faq .question {
    padding: 0 0 5.3rem 6.6rem;
  }
}
.mod-faq .question:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../img/home/ico-q.png) no-repeat center/contain;
  position: absolute;
  top: -0.5em;
  left: 0;
}
@media (min-width: 768px) {
  .mod-faq .question:before {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.mod-faq .answer {
  padding: 2rem 2.4rem 2rem 4.4rem;
  margin: 0 0 0 0.8rem;
  border-radius: 0.8rem;
  line-height: 2;
  background: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .mod-faq .answer {
    padding: 3.2rem 3.2rem 3.2rem 5.8rem;
  }
}
.mod-faq .answer:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../img/home/ico-a.png) no-repeat center/contain;
  position: absolute;
  top: -0.9em;
  left: -0.8rem;
}
@media (min-width: 768px) {
  .mod-faq .answer:before {
    width: 4.8rem;
    height: 4.8rem;
  }
}

/* --------------------------------------------------
 *    コンテンツ
-------------------------------------------------- */
.area-breadcrumbs {
  width: 100%;
}
@media (min-width: 768px) {
  .area-breadcrumbs {
    width: calc(100% - 12rem);
    margin-left: 12rem;
    border-radius: 16px 0 0 16px;
  }
}
@media (min-width: 1250px) {
  .area-breadcrumbs {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(100% - 14rem);
    margin-left: auto;
    font-size: 1.2rem;
  }
}

.mod-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  padding: 16px 24px;
  border-bottom: 1px solid #CDDBE8;
}
@media (min-width: 768px) {
  .mod-breadcrumbs {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.2rem;
  }
}
.mod-breadcrumbs .item:after {
  content: "・";
  display: inline-block;
  color: #6F6F6F;
  margin: 0 1em;
}
.mod-breadcrumbs .item.current {
  color: #D65B71;
}
.mod-breadcrumbs .item.current:after {
  content: none;
}

.pagination {
  margin: 1rem auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .pagination {
    margin: 2rem auto;
  }
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.6rem;
  margin: 0 0.5rem;
  background-color: #fff;
  color: #2D2D2D;
  border: 1px solid #1D4AA4;
  padding: 0.8rem;
  text-decoration: none;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .pagination .page-numbers {
    padding: 1.2rem;
  }
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 3rem;
  padding: 0;
}
.pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1rem;
  background-image: url(../img/common/ico-arrow_w.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.pagination .page-numbers .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.3rem;
  height: 2.6rem;
  margin: 0;
  position: relative;
}
.pagination .page-numbers .more:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid;
  border-color: #D65B71 #D65B71 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3rem;
  margin: auto;
}
.pagination .page-numbers.prev:before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pagination .page-numbers.current {
  background-color: #1D4AA4;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1D4AA4;
}
.pagination .page-numbers.disabled {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .pagination .page-numbers {
    font-size: 1.6rem;
  }
}
.pagination .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.6rem;
  height: 2.6rem;
}
.pagination .more:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid;
  border-color: #D65B71 #D65B71 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.4rem;
}

dl.normal {
  line-height: 2;
}
dl.normal div {
  border-top: 1px solid #CDDBE8;
}
dl.normal div:first-child {
  border: none;
}
@media (min-width: 768px) {
  dl.normal div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.9rem 0;
  }
  dl.normal div:first-child {
    padding-top: 0;
  }
  dl.normal div:last-child {
    padding-bottom: 0;
  }
}
dl.normal dt {
  padding: 1em 0 0;
  color: #D65B71;
  font-weight: 600;
}
@media (min-width: 768px) {
  dl.normal dt {
    width: 30%;
    float: left;
    padding: 0;
  }
}
dl.normal dd {
  padding: 0 0 1em;
}
dl.normal dd:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  dl.normal dd {
    width: calc(70% - 4.8rem);
    padding: 0 0 0 4.8rem;
  }
}

ul.normal {
  margin: 1.5rem 0;
  line-height: 1.87;
}
ul.normal li {
  padding-left: 1.2em;
  margin-top: 1em;
  position: relative;
}
ul.normal li:first-of-type {
  margin-top: 0;
}
ul.normal li:before {
  content: "・";
  position: absolute;
  left: 0;
}

ul.list {
  margin: 1.5rem 0;
  line-height: 1.87;
}
ul.list .item {
  padding-left: 2.4rem;
  margin-top: 1em;
  position: relative;
}
ul.list .item:first-of-type {
  margin-top: 0;
}
ul.list .item:before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/ico-cross.svg) no-repeat center/contain;
  position: absolute;
  top: 0.9rem;
  left: 0;
}

ol.normal {
  list-style: none;
  counter-reset: ol_li;
  line-height: 1.87;
}
ol.normal li {
  padding-left: 1.5em;
  position: relative;
  margin-top: 1em;
}
ol.normal li:first-of-type {
  margin-top: 0;
}
ol.normal li:before {
  margin-right: 0.6rem;
  counter-increment: ol_li;
  content: "" counter(ol_li) ".";
  position: absolute;
  left: 0;
  color: #D65B71;
}

.inline li {
  display: inline-block;
}

.no-post {
  width: 100%;
  text-align: center;
}

.map {
  position: relative;
  padding-bottom: 35rem;
  height: 0;
  overflow: hidden;
}
.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.table-type table {
  width: 100%;
  border-collapse: collapse;
  margin: 3em auto;
}
.table-type table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table-type table th,
.table-type table td {
  padding: 0.6em;
  display: block;
  width: 50%;
  border: 0.1rem solid #CDDBE8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -0.1rem;
  vertical-align: middle;
}
.table-type table th {
  font-weight: 600;
  background-color: rgba(205, 219, 232, 0.2);
  color: #127CD8;
  text-align: left;
  margin-right: -0.1rem;
}
.table-type table td {
  text-align: center;
}
@media (min-width: 768px) {
  .table-type table tr {
    display: table-row;
  }
  .table-type table th,
  .table-type table td {
    display: table-cell;
    width: auto;
    padding: 1em;
  }
}

.acc-sw {
  display: block;
}
.acc-sw .acd-label {
  margin: 0;
  cursor: pointer;
}
.acc-sw .acd-label:hover {
  color: #D65B71;
}

.acc-cont {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.acd-check:checked + .acc-sw ~ .acc-cont {
  display: inline-block;
  width: 100%;
  min-height: 100%;
  opacity: 1;
  visibility: visible;
}

.box-modal a {
  text-decoration: none;
}
.box-modal a:hover {
  text-decoration: underline;
}
.box-modal .pict {
  margin-bottom: 0.5rem;
  text-align: center;
}
.box-modal .ttl {
  color: #127CD8;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1rem;
}
.box-modal p {
  margin: 0.5rem 0 0;
  text-align: center;
}

.sec-inlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-inlink .item {
  width: 50%;
  border: 0.1rem solid #CDDBE8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: -0.1rem -0.1rem 0 0;
}
@media (min-width: 768px) {
  .sec-inlink .item {
    width: auto;
    border: none;
    margin: 0;
    text-align: left;
  }
  .sec-inlink .item:before {
    content: "／";
    display: inline-block;
    margin: 0 1em;
    color: #CDDBE8;
  }
  .sec-inlink .item:first-of-type:before {
    content: none;
  }
}
.sec-inlink .item a {
  color: #127CD8;
  padding: 1rem;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .sec-inlink .item a {
    display: inline;
    padding: 0;
  }
  .sec-inlink .item a:hover {
    color: #D65B71;
  }
}

.cont-service .navi,
.cont-faq .navi {
  width: calc(100% + 2.4rem);
}
.cont-service .navi .col-4,
.cont-faq .navi .col-4 {
  padding: 1rem 1.2rem;
  line-height: 1;
}
@media (min-width: 560px) {
  .cont-service .navi .col-4,
  .cont-faq .navi .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 690px) {
  .cont-service .navi .col-4,
  .cont-faq .navi .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.cont-service .navi .btn-2,
.cont-faq .navi .btn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  margin: 0;
  height: 100%;
  max-width: 100%;
}
.cont-service .navi .btn-2.current,
.cont-faq .navi .btn-2.current {
  pointer-events: none;
  opacity: 0.4;
}

.area-fixed-reserve {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.area-fixed-reserve .wrap-btn-reserve a {
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(257deg, #43A3F7 0%, #248BE3 45%, #137DD9 100%);
}
.area-fixed-reserve .wrap-btn-reserve a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area-fixed-reserve .wrap-btn-reserve a span:before {
  content: "";
  background: url(../img/common/ico-cal.svg) no-repeat center/contain;
  width: 2.5rem;
  height: 2.6rem;
  display: inline-block;
  margin-right: 1.4rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .area-fixed-reserve {
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
  }
  .area-fixed-reserve .wrap-btn-reserve a {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    height: 31rem;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    width: 6.4rem;
    -webkit-box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
            box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
    border-radius: 0.8rem 0 0 0.8rem;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .area-fixed-reserve .wrap-btn-reserve a span:before {
    margin-right: 0;
    margin-bottom: 1.4rem;
  }
  .area-fixed-reserve .wrap-btn-reserve a:hover {
    padding-right: 0.8rem;
    opacity: 0.7;
  }
}

.cont-home [class^=area-] {
  padding: 5.6rem 0;
}
.cont-home [class^=area-].area-bg {
  background: linear-gradient(40deg, #E2E9F2 0%, #F4F8FD 100%);
}
.cont-home [class^=area-] .ttl {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.16em;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .cont-home [class^=area-] .ttl {
    font-size: 4rem;
  }
}
.cont-home [class^=area-] .ttl .jp {
  display: block;
}
.cont-home [class^=area-] .ttl .en {
  display: block;
  font-family: "Crimson Text", serif;
  font-size: 1.2rem;
  color: #D65B71;
}
.cont-home [class^=area-] .sec-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cont-home .area-fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 53.7rem;
  padding: 2.4rem 2.3rem;
  margin-top: 1.6rem;
  background: url(../img/home/img-main_s.png) no-repeat top center/cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .cont-home .area-fv {
    min-height: 63.6rem;
    margin-top: 2.4rem;
    padding: 4.2rem 1.6rem 1.6rem 7.3rem;
    background: url(../img/home/img-main.png) no-repeat top center/cover;
  }
}
.cont-home .area-fv .ttl {
  width: 77.33%;
  max-width: 52rem;
}
.cont-home .area-fv .lead {
  width: 49.7%;
  max-width: 42.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .cont-home .area-fv .lead {
    margin-bottom: 1em;
  }
}
.cont-home .area-fv .text-scrl {
  display: none;
}
@media (min-width: 768px) {
  .cont-home .area-fv .text-scrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Crimson Text", serif;
    font-size: 1.2rem;
    line-height: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    position: absolute;
    bottom: 16px;
    left: -112px;
    letter-spacing: 0.16em;
  }
  .cont-home .area-fv .text-scrl small {
    line-height: 1;
  }
  .cont-home .area-fv .text-scrl:after {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: transparent;
    margin-left: 1.6rem;
  }
  .cont-home .area-fv .text-scrl:before {
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #000;
    margin-left: 1.6rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-animation: scroll 2s cubic-bezier(1, 0, 0, 1) infinite;
            animation: scroll 2s cubic-bezier(1, 0, 0, 1) infinite;
  }
}
.cont-home .area-fv .link-service {
  margin: auto 0 2rem;
}
.cont-home .area-fv .link-service .item a {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  border-radius: 0.8rem;
  padding: 1em 3.2rem 1em 5.2rem;
  text-decoration: none;
  margin-left: 3.6rem;
  position: relative;
  -webkit-box-shadow: 0 0px 19px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0px 19px 0px rgba(0, 0, 0, 0.04);
}
.cont-home .area-fv .link-service .item a:before {
  content: "";
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.6rem;
  margin: auto;
}
.cont-home .area-fv .link-service .item a:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.cont-home .area-fv .link-service .item a .txt-color {
  color: #D65B71;
}
.cont-home .area-fv .link-service .item + .item {
  margin-top: 2.4rem;
}
.cont-home .area-fv .link-service .item:first-of-type a:before {
  background: url(../img/home/ico-service-smile.png) no-repeat center/contain;
}
.cont-home .area-fv .link-service .item:nth-of-type(2) a:before {
  background: url(../img/home/ico-service-ilasik.png) no-repeat center/contain;
}
.cont-home .area-fv .link-service .item:nth-of-type(3) a:before {
  background: url(../img/home/ico-service-flacs.png) no-repeat center/contain;
}
.cont-home .area-fv .link-service .item:last-of-type a:before {
  background: url(../img/home/ico-service-ptosis.png) no-repeat center/contain;
}
@media (min-width: 768px) {
  .cont-home .area-fv .link-service {
    max-width: 40rem;
    margin: 2.4rem auto auto 0;
    width: 100%;
  }
}
.cont-home .area-fv .mod-news {
  width: 100%;
  max-width: 86.2rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.8rem;
  padding: 2rem 1.6rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
@media (min-width: 768px) {
  .cont-home .area-fv .mod-news {
    padding: 2.4rem;
    margin: 3em 0 0 auto;
    max-width: 68rem;
  }
}
@media (min-width: 1250px) {
  .cont-home .area-fv .mod-news {
    width: calc(100% - 32.9rem - 4rem);
    max-width: 86.2rem;
  }
}
.cont-home .area-fv .mod-news .date {
  display: block;
  font-size: 1.4rem;
  color: #D65B71;
  margin-bottom: 0.4rem;
}
.cont-home .area-fv .mod-news a {
  font-size: 1.4rem;
}
.cont-home .area-fv .mod-news .area-ilasik-apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cont-home .area-fv .mod-news .area-ilasik-apply .ttl {
  font-size: 1.4rem;
  background: #127CD8;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1rem 0;
  text-decoration: none;
}
.cont-home .area-fv .mod-news .area-ilasik-apply .date-apply {
  display: block;
  font-size: 1.4rem;
}
.cont-home .area-fv .mod-news .area-ilasik-apply .date-apply + .date-apply {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .cont-home .area-fv .mod-news .area-ilasik-apply {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.8rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 1em;
  }
  .cont-home .area-fv .mod-news .area-ilasik-apply .ttl {
    margin: 0;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20.611rem;
  }
  .cont-home .area-fv .mod-news .area-ilasik-apply .box-date {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cont-home .area-fv .mod-news .area-ilasik-apply .date-apply {
    font-size: 1.5rem;
  }
}
.cont-home .area-bussinesstime {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .cont-home .area-bussinesstime {
    padding: 4.8rem 0;
  }
}
.cont-home .area-bussinesstime .mod-bussinesstime {
  max-width: 70.4rem;
  margin: 0 auto 0.4rem;
}
.cont-home .area-bussinesstime .center {
  text-align: left;
}
@media (min-width: 768px) {
  .cont-home .area-bussinesstime .center {
    text-align: center;
  }
}
.cont-home .area-bussinesstime .box-caution {
  max-width: 73.6rem;
  margin: 0 auto 0.4rem;
}
@media (min-width: 768px) {
  .cont-home .area-bussinesstime .box-caution {
    text-align: right;
  }
}
.cont-home .area-bussinesstime .caution {
  display: inline-block;
  font-size: 1.2rem;
}
.cont-home .area-bussinesstime .mod-bnr {
  max-width: 48rem;
  margin: 2rem auto 0;
}
@media (min-width: 768px) {
  .cont-home .area-bussinesstime .mod-bnr {
    margin: 4rem auto 2rem;
  }
}
.cont-home .area-service {
  position: relative;
}
@media (min-width: 768px) {
  .cont-home .area-service {
    padding: 9.6rem 0 5.6rem;
  }
}
@media (min-width: 768px) {
  .cont-home .area-service .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cont-home .area-service .ttl .en {
    margin-left: 1.6rem;
    margin-top: 0.6rem;
  }
}
.cont-home .area-service .sec-btn {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .cont-home .area-service .sec-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 12rem;
  }
}
.cont-home .area-service .back-pict {
  display: none;
}
@media (min-width: 768px) {
  .cont-home .area-service .back-pict {
    display: block;
    width: 41.36%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .cont-home .area-service .back-pict + p {
    width: calc(58.64% - 4.8rem);
    margin-right: auto;
  }
}
.cont-home .sec-service {
  margin: 4.3rem 0 0;
}
@media (min-width: 768px) {
  .cont-home .sec-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 4.8rem);
    margin: 0 calc(-4.8rem / 2);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cont-home .sec-service > .col-set {
    width: 100%;
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cont-home .sec-service > .col-set:nth-child(odd) > .col-12:nth-child(even) {
    display: none;
    padding: 0;
  }
  .cont-home .sec-service > .col-set:nth-child(odd) > .col-12:nth-child(1) .item {
    margin-bottom: 9.8rem;
  }
  .cont-home .sec-service > .col-set:nth-child(even) {
    margin-top: 10.6rem;
  }
  .cont-home .sec-service > .col-set:nth-child(even) > .col-12:nth-child(odd) {
    display: none;
    padding: 0;
  }
}
.cont-home .sec-service .col-12 {
  padding: calc(4.8rem / 4) calc(4.8rem / 2);
}
.cont-home .sec-service .col-12.smilepro .txt-color {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .cont-home .sec-service .col-12.smilepro .txt-color {
    font-size: 2rem;
  }
}
.cont-home .sec-service .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.4rem;
  background: #fff;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 10px 30px rgba(21, 28, 38, 0.0784313725);
          box-shadow: 0 10px 30px rgba(21, 28, 38, 0.0784313725);
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cont-home .sec-service .item:hover {
  opacity: 1;
}
.cont-home .sec-service .item:hover img {
  opacity: 1;
}
@media (min-width: 768px) {
  .cont-home .sec-service .item {
    display: block;
    padding: 6.4rem 4.8rem 4.3rem;
    position: relative;
    margin-bottom: 8.8rem;
  }
  .cont-home .sec-service .item:hover {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  .cont-home .sec-service .item:hover .btn {
    background: linear-gradient(257deg, #F7C2BC 0%, #D45972 45%, #D45972 100%);
  }
  .cont-home .sec-service .item:hover .btn:after {
    right: 1.3rem;
  }
}
.cont-home .sec-service .pict {
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 1.6rem 0 0;
  border-radius: 5.6rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0509803922);
}
@media (min-width: 768px) {
  .cont-home .sec-service .pict {
    width: 9.6rem;
    height: 9.6rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.cont-home .sec-service .ttl {
  width: calc(100% - 5.6rem - 1.6rem - 2.4rem);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding-right: 2.4rem;
  position: relative;
}
@media (min-width: 768px) {
  .cont-home .sec-service .ttl {
    display: block;
    width: 100%;
    font-size: 2.6rem;
    text-align: center;
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
}
.cont-home .sec-service .ttl:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .cont-home .sec-service .ttl:after {
    content: "";
    display: block;
    width: 7.2rem;
    height: 1px;
    background: linear-gradient(257deg, #F7C2BC 0%, #D45972 100%);
    margin: 1rem auto 0;
    position: static;
  }
}
@media (min-width: 768px) {
  .cont-home .sec-service .ttl + .caution {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
.cont-home .sec-service .caution {
  width: calc(100% + 1.6rem);
  font-size: 1.2rem;
  line-height: 1.6;
  color: #D65B71;
  padding: 1rem 0 0;
  border-top: 1px solid #CDDBE8;
  margin: 2.4rem -0.8rem -0.8rem;
}
@media (min-width: 768px) {
  .cont-home .sec-service .caution {
    width: 100%;
    margin: 2.4rem 0;
    font-size: 1.4rem;
    border-top: none;
  }
}
.cont-home .sec-service .caution:before {
  content: none;
}
.cont-home .sec-service .desc {
  display: none;
}
@media (min-width: 768px) {
  .cont-home .sec-service .desc {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cont-home .sec-service .desc + .caution {
    margin-top: 0;
    padding: 0;
  }
}
.cont-home .sec-service .mod-btn {
  display: none;
}
@media (min-width: 768px) {
  .cont-home .sec-service .mod-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2.7rem 0 0;
    position: static;
    height: auto;
  }
}
.cont-home .area-facility .img-facility {
  margin-bottom: 5rem;
}
.cont-home .area-facility .img-facility img {
  min-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont-home .area-facility .sec-btn {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .cont-home .area-facility {
    padding-bottom: 10rem;
  }
  .cont-home .area-facility .img-facility {
    margin-bottom: 8rem;
  }
}
.cont-home .area-clinic {
  background: #FCFCFC !important;
  position: relative;
  padding: 0;
}
.cont-home .area-clinic .inner {
  background: linear-gradient(40deg, #E2E9F2 0%, #F4F8FD 100%);
  padding: 5.6rem 2.3rem 9.6rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .cont-home .area-clinic .inner {
    width: 82.65%;
    margin-right: auto;
    padding: 9.6rem 14.3rem 25rem;
  }
}
.cont-home .area-clinic .ttl {
  text-align: left;
}
.cont-home .area-clinic .sec-btn {
  margin-top: 3rem;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .cont-home .area-clinic .sec-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.cont-home .area-clinic .mod-sign {
  width: 6rem;
  height: 18.1rem;
  position: absolute;
  top: 3.2rem;
  right: 2rem;
}
.cont-home .area-clinic .sec-pict {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .cont-home .area-clinic .sec-pict {
    right: 0;
  }
}
.cont-home .area-clinic .sec-pict .pict {
  -webkit-box-shadow: 0 20px 60px rgba(21, 28, 38, 0.2509803922);
          box-shadow: 0 20px 60px rgba(21, 28, 38, 0.2509803922);
}
.cont-home .area-clinic .sec-pict .pict:nth-child(1) {
  width: 81%;
  margin-left: auto;
  -webkit-transform: translate(0, calc(100% - 4rem));
          transform: translate(0, calc(100% - 4rem));
}
@media (min-width: 768px) {
  .cont-home .area-clinic .sec-pict .pict:nth-child(1) {
    width: 44.66%;
    -webkit-transform: translate(0, 10.8rem);
            transform: translate(0, 10.8rem);
  }
}
.cont-home .area-clinic .sec-pict .pict:nth-child(2) {
  width: 49%;
  position: absolute;
  bottom: 0;
  left: 2.3rem;
  -webkit-transform: translate(0, calc(100% + 10.5rem));
          transform: translate(0, calc(100% + 10.5rem));
}
@media (min-width: 768px) {
  .cont-home .area-clinic .sec-pict .pict:nth-child(2) {
    width: 30.89%;
    -webkit-transform: translate(0, 15.6rem);
            transform: translate(0, 15.6rem);
    left: auto;
    right: 39.97%;
  }
}
.cont-home .area-doctor {
  padding-top: 33.9rem;
}
.cont-home .area-doctor .col-set {
  margin-top: 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont-home .area-doctor .col-set .en {
  font-family: "Crimson Text", serif;
  font-size: 1.2rem;
  color: #D65B71;
  margin: 0;
}
@media (min-width: 768px) {
  .cont-home .area-doctor .col-set .col-6 {
    max-width: 100%;
  }
}
.cont-home .area-doctor .col-set .col-6:nth-child(1) .en {
  color: #127CD8;
}
.cont-home .area-doctor .col-set .col-6:nth-child(1) dl.normal dt {
  color: #127CD8;
}
@media (min-width: 820px) {
  .cont-home .area-doctor .col-set .col-6:nth-child(1) ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.cont-home .area-doctor .col-set .col-6:nth-child(1) ul.list .item:before {
  background: url(../img/common/ico-cross_bl.svg) no-repeat center/contain;
}
@media (min-width: 820px) {
  .cont-home .area-doctor .col-set .col-6:nth-child(1) ul.list .item {
    width: 45%;
  }
}
.cont-home .area-doctor .doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6.4rem 2.4rem 3.2rem;
  margin-bottom: 3.2rem;
  background: #fff url(../img/home/logomark.png) no-repeat calc(100% - 1.6rem) 3.2rem/12rem 5.5rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 30px 40px rgba(21, 28, 38, 0.0784313725);
          box-shadow: 0 30px 40px rgba(21, 28, 38, 0.0784313725);
  position: relative;
}
@media (min-width: 768px) {
  .cont-home .area-doctor .doctor {
    height: calc(100% - 9.6rem);
    padding: 6.4rem 4.4rem 3.2rem;
  }
}
.cont-home .area-doctor .pict {
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 9.6rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -4.8rem;
  margin: auto;
  overflow: hidden;
}
.cont-home .area-doctor .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  letter-spacing: 0.16em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .cont-home .area-doctor .name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cont-home .area-doctor .name small {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .cont-home .area-doctor .name small {
    margin-left: 1.6rem;
  }
}
.cont-home .area-doctor ul.list {
  margin: 2rem 0 2.4rem;
  line-height: 1.56;
}
@media (min-width: 820px) {
  .cont-home .area-doctor ul.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 820px) {
  .cont-home .area-doctor ul.list .item {
    width: 45%;
  }
}
.cont-home .area-doctor ul.list .item:first-of-type {
  margin-top: 1em;
}
.cont-home .area-doctor dl.normal {
  border-top: 1px solid #CDDBE8;
}
.cont-home .area-doctor dl.normal div {
  display: block;
}
.cont-home .area-doctor dl.normal dt {
  font-size: 1.4rem;
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .cont-home .area-doctor dl.normal dt {
    padding: 1em 0 0;
  }
}
.cont-home .area-doctor dl.normal dd {
  font-size: 1.2rem;
  line-height: 2;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .cont-home .area-doctor .sec-btn {
    margin: 3.5rem 0;
  }
}
.cont-home .area-doctor .sec-btn .btn {
  max-width: 30rem;
}
@media (min-width: 768px) {
  .cont-home .area-doctor .sec-btn .btn {
    max-width: 32.8rem;
  }
}
@media (min-width: 768px) {
  .cont-home .area-faq .sec-btn {
    margin: 5rem 0 4rem;
  }
}
.cont-home .area-map {
  padding: 0 0 40rem;
  line-height: 1;
  height: 0;
  overflow: hidden;
  position: relative;
}
.cont-home .area-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cont-home .area-bnr {
  padding: 9.6rem 0;
}
.cont-home .area-bnr .bnr {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cont-home .area-bnr .bnr {
    margin-bottom: 9.6rem;
  }
}
.cont-home .area-bnr .list-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  margin: 0 auto;
}
.cont-home .area-bnr .list-bnr .item {
  width: 100%;
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .cont-home .area-bnr .list-bnr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 2.4rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 0 -1.2rem;
  }
  .cont-home .area-bnr .list-bnr .item {
    width: calc(50% - 2.4rem);
    height: 9.6rem;
    margin: 1.2rem;
  }
  .cont-home .area-bnr .list-bnr .item:nth-child(odd) {
    text-align: right;
  }
  .cont-home .area-bnr .list-bnr .item img {
    max-height: 9.6rem;
    width: auto;
  }
}
@media (min-width: 1250px) {
  .cont-home .area-bnr .list-bnr .item {
    width: auto;
  }
}
.cont-home .area-bnr .list-bnr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.cont-home .area-bnr .list-bnr2 .item + .item {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .cont-home .area-bnr .list-bnr2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 2.4rem;
    margin-top: 1.2rem;
  }
  .cont-home .area-bnr .list-bnr2 .item {
    width: 36.4%;
    min-width: 35rem;
  }
  .cont-home .area-bnr .list-bnr2 .item + .item {
    margin-top: 0;
  }
  .cont-home .area-bnr .list-bnr2 .item img {
    height: 9.6rem;
  }
}

.cont-clinic dl.normal div dd .mod-bussinesstime {
  border: 1px solid #CDDBE8;
  border-radius: 8px;
  padding: 1.6rem;
  margin-top: 0.5rem;
}
.cont-clinic dl.normal div dd .mod-bussinesstime + .caution {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.cont-clinic dl.normal div dd ul.normal {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.87;
}
.cont-clinic dl.normal div dd ul.normal li {
  margin-top: 0;
}
.cont-clinic .bgc {
  background: linear-gradient(40deg, #E2E9F2 0%, #F4F8FD 100%);
}
.cont-clinic .bgc .col-4 p {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.cont-clinic .bgc .col-set {
  margin-top: 2.4rem;
}
.cont-clinic .ttl-02.dec {
  margin-bottom: 1.5em;
}
.cont-clinic .center-setsubi {
  text-align: center;
  font-weight: bold;
}
.cont-clinic .area-information {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .cont-clinic .area-information {
    padding-top: 6.2rem;
    padding-bottom: 6.2rem;
  }
}
.cont-clinic .sec-map {
  padding: 0 0 40rem;
  line-height: 1;
  height: 0;
  overflow: hidden;
  position: relative;
}
.cont-clinic .sec-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.cont-faq .area-cmn:nth-of-type(even) {
  background: linear-gradient(40deg, #E2E9F2 0%, #F4F8FD 100%);
}
.cont-faq .area-cmn .sec-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .cont-faq .area-cmn .sec-btn {
    margin-top: 8.6rem;
  }
}
.cont-faq .navi {
  margin: 5.4rem -1.2rem 5.4rem;
}
@media (min-width: 768px) {
  .cont-faq .navi {
    margin-top: 6.2rem;
    margin-bottom: 6.2rem;
  }
}
.cont-faq .totop:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow.svg);
  margin: 0 auto 0.8rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.cont-information .container {
  margin-top: 4.8rem;
  margin-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .cont-information .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7.2rem;
    margin-bottom: 7.2rem;
  }
}
@media (min-width: 768px) {
  .cont-information .area-contents {
    max-width: calc(100% - 328px - 4.8rem);
    width: calc(69.63% - 4.8rem);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.cont-information .area-contents > .ttl-03 {
  margin-bottom: 4.4rem;
}
.cont-information .area-contents .sec-information {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0.72rem;
}
.cont-information .area-contents .sec-information a {
  display: block;
  text-decoration: none;
}
.cont-information .area-contents .sec-information a:first-of-type .item {
  padding-top: 0;
}
.cont-information .area-contents .sec-information a:hover .ttl,
.cont-information .area-contents .sec-information a:hover .extract {
  text-decoration: underline;
}
.cont-information .area-contents .sec-information .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0;
  border: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cont-information .area-contents .sec-information .item:after {
  content: none;
}
.cont-information .area-contents .sec-information .pict {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .cont-information .area-contents .sec-information .pict {
    max-width: 14rem;
    margin-right: 3.2rem;
  }
}
.cont-information .area-contents .sec-information .date,
.cont-information .area-contents .sec-information .cat {
  font-size: 1.2rem;
}
.cont-information .area-contents .sec-information .ttl {
  font-size: 2rem;
  text-decoration: none;
  font-weight: 600;
}
.cont-information .area-contents .sec-information .extract {
  display: none;
}
@media (min-width: 768px) {
  .cont-information .area-contents .sec-information .extract {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1rem;
  }
}
.cont-information .area-contents .nav-pager {
  color: #D65B71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 2rem 0 7rem;
}
@media (min-width: 768px) {
  .cont-information .area-contents .nav-pager {
    margin: 7rem 0 0;
  }
}
.cont-information .area-contents .nav-pager .page-numbers {
  font-family: "Crimson Text", serif;
  text-decoration: none;
  border: 1px solid #D65B71;
  border-radius: 9999px;
  color: #D65B71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.3em;
  width: 4rem;
  height: 4rem;
  position: relative;
}
.cont-information .area-contents .nav-pager .page-numbers:hover {
  background: rgba(214, 91, 113, 0.3);
}
.cont-information .area-contents .nav-pager .page-numbers.current {
  background-color: #D65B71;
  border: 0;
  color: #fff;
}
.cont-information .area-contents .nav-pager .page-numbers.next, .cont-information .area-contents .nav-pager .page-numbers.prev {
  border: none;
}
.cont-information .area-contents .nav-pager .page-numbers.next:after, .cont-information .area-contents .nav-pager .page-numbers.prev:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow.svg);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.cont-information .area-contents .nav-pager .page-numbers.prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cont-information .area-contents .nav-pager a.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.cont-information .sec-contants h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cont-information .sec-contants h2 {
    font-size: 2.4rem;
  }
}
.cont-information .sec-contants h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cont-information .sec-contants h3 {
    font-size: 2rem;
  }
}
.cont-information .sec-contants h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cont-information .sec-contants h4 {
    font-size: 1.8rem;
  }
}
.cont-information .sec-contants p + h2,
.cont-information .sec-contants p + h3,
.cont-information .sec-contants p + h4 {
  margin-top: 5.4rem;
}
.cont-information .sec-contants p img {
  margin: 0;
}
.cont-information .sec-contants b,
.cont-information .sec-contants strong {
  font-weight: bold;
}
.cont-information .sec-contants ul,
.cont-information .sec-contants ol {
  margin: 1em 0;
  padding-left: 40px;
}
.cont-information .sec-contants ul + h2,
.cont-information .sec-contants ul + h3,
.cont-information .sec-contants ul + h4,
.cont-information .sec-contants ol + h2,
.cont-information .sec-contants ol + h3,
.cont-information .sec-contants ol + h4 {
  margin-top: 5.4rem;
}
.cont-information .sec-contants ul {
  list-style-type: disc;
}
.cont-information .sec-contants ol {
  list-style-type: decimal;
}
.cont-information .sec-contants img {
  margin: 1em 0;
}
@media (min-width: 768px) {
  .cont-information .sec-aide {
    max-width: 328px;
    width: 30.37%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 4.8rem;
  }
}
.cont-information .sec-aide .line {
  border-color: #D65B71;
}
.cont-information .sec-aide .sec-information {
  font-size: 1.4rem;
  margin: -0.73em 0 0;
}
.cont-information .sec-aide .sec-information .item {
  padding-left: 0;
}
.cont-information .sec-aide .sec-information .item:first-child {
  border-top: none;
}
.cont-information .sec-aide .sec-information .item a {
  font-size: 1.4rem;
  text-decoration: none;
}
.cont-information .sec-aide .sec-information .item a:hover {
  text-decoration: underline;
}
.cont-information .sec-aide .sec-information .item [class^=cat-],
.cont-information .sec-aide .sec-information .item .date {
  font-size: 1.2rem;
  color: #D65B71;
}
.cont-information .sec-aide .sec-information.cat {
  font-size: 1.6rem;
}
.cont-information .sec-aide .sec-information.cat .item {
  padding: 0;
}
.cont-information .sec-aide .sec-information.cat .item a {
  display: block;
  width: 100%;
  padding: 2.5rem 3.2rem 2.5rem 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cont-information .sec-aide .sec-information.cat .item:hover:after {
  right: 1rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cont-information .mod-side {
  margin: 0 0 4.8rem;
}
.cont-information .select-box {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  border: 0.1rem solid #CDDBE8;
  border-radius: 0.4rem;
  background-color: #fff;
  margin: 1.1rem 0;
}
.cont-information .select-box:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow_gr.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cont-information .select-box select {
  width: 100%;
  padding: 0.6em;
  cursor: pointer;
  font-size: 1.6rem;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #272828;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 768px) {
  .cont-information .select-box select {
    padding: 1.6rem;
  }
}
.cont-information .select-box select::-ms-expand {
  display: none;
}
.cont-information .sec-btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6.4rem 0;
}
@media (min-width: 768px) {
  .cont-information .sec-btn {
    margin: 8.6rem 0 2.4rem;
  }
}
.cont-information .single .area-contents .ttl-03 {
  line-height: 1.6;
}
.cont-information .single .area-contents .info {
  text-decoration: none;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.cont-information .single .area-contents .date {
  font-size: 1.2rem;
  margin-right: 0.8rem;
}
@media (min-width: 768px) {
  .cont-information .single .area-contents .date {
    font-size: 1.4rem;
  }
}
.cont-information .single .area-contents [class^=cat-] {
  font-size: 1.2rem;
  font-weight: 600;
  color: #D65B71;
}
@media (min-width: 768px) {
  .cont-information .single .area-contents [class^=cat-] {
    font-size: 1.4rem;
  }
}
.cont-information .single .area-contents .cat-blog {
  color: #127CD8;
}

.cont-service {
  /* --------------------------------------------------
   *  一覧
  -------------------------------------------------- */
  /* --------------------------------------------------
   *  詳細ページ
  -------------------------------------------------- */
  /* --------------------------------------------------
   *  白内障手術
  -------------------------------------------------- */
  /* --------------------------------------------------
   *  iLASIK（アイレーシック）
  -------------------------------------------------- */
  /* --------------------------------------------------
   *  眼内コンタクトレンズ
  -------------------------------------------------- */
  /* --------------------------------------------------
   *  オルソケラトロジー
  -------------------------------------------------- */
  /* --------------------------------------------------
   *  網膜硝子体疾患
  -------------------------------------------------- */
  /* --------------------------------------------------
   *  クロスリンキング
  -------------------------------------------------- */
  /* --------------------------------------------------
   *  屈折矯正手術
  -------------------------------------------------- */
  /* --------------------------------------------------
   *  スクレラルレンズ
  -------------------------------------------------- */
  /* --------------------------------------------------
  *  緑内障
  -------------------------------------------------- */
  /* --------------------------------------------------
  	*  SMILE pro
  -------------------------------------------------- */
  /* ----------------------------------------------- */
}
.cont-service .sec-list-service .item {
  text-decoration: none;
}
.cont-service .sec-list-service .item .icon {
  position: relative;
  padding-right: 1.75vw;
}
.cont-service .sec-list-service .item .icon:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.cont-service .sec-list-service .item:hover .icon {
  opacity: 0.7;
}
.cont-service .sec-list-service .item:hover .icon:after {
  right: 0;
}
.cont-service .mod-bnr {
  margin: 0 auto 4.2rem;
  max-width: 73.4rem;
}
.cont-service .sec-cmn .box-cmn + .box-cmn {
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .cont-service .sec-cmn .box-cmn + .box-cmn {
    margin-top: 9.6rem;
  }
}
.cont-service .sec-cmn .wrapper + .wrapper {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .cont-service .sec-cmn .wrapper + .wrapper {
    margin-top: 4.8rem;
  }
}
.cont-service .is-bg_color {
  background: linear-gradient(40deg, #E2E9F2 0%, #F4F8FD 100%);
  padding: 7.2rem 0 6.4rem;
}
@media (min-width: 768px) {
  .cont-service .is-bg_color {
    padding: 9.6rem 0 7.2rem;
  }
}
.cont-service .link-refractive {
  display: block;
  margin-top: 1.5em;
}
.cont-service .is-bg_white {
  background-color: #fff;
  padding: 1.6rem 2.4rem;
  margin: 4.8rem 0;
}
@media (min-width: 768px) {
  .cont-service .is-bg_white {
    padding: 2.4rem 4.8rem;
    margin: 7.2rem 0;
  }
}
@media (min-width: 768px) {
  .cont-service .is-bg_white .col-4_s.pict,
  .cont-service .is-bg_none .col-4_s.pict {
    max-width: 28.2rem;
  }
}
@media (min-width: 768px) {
  .cont-service .is-bg_white .col-6.pict,
  .cont-service .is-bg_none .col-6.pict {
    max-width: 37.6rem;
  }
}
@media (min-width: 768px) {
  .cont-service .is-bg_white .col-8.pict,
  .cont-service .is-bg_none .col-8.pict {
    max-width: 47rem;
  }
}
.cont-service .is-bg_white .col-8.text,
.cont-service .is-bg_none .col-8.text {
  padding: 0 calc(4.8rem / 2) calc(4.8rem / 2);
}
@media (min-width: 768px) {
  .cont-service .is-bg_white .col-8.text,
  .cont-service .is-bg_none .col-8.text {
    padding: calc(4.8rem / 2) calc(4.8rem / 2);
  }
}
.cont-service .is-bg_white .ttl-05 span,
.cont-service .is-bg_none .ttl-05 span {
  display: block;
  margin-top: 0.5rem;
}
.cont-service .pict p {
  margin-top: 1.2rem;
  color: #6F6F6F;
  line-height: 1.6;
}
.cont-service .navi {
  margin: 5.4rem -1.2rem 5.4rem;
}
@media (min-width: 768px) {
  .cont-service .navi {
    margin-top: 9.6rem;
    margin-bottom: 6.2rem;
  }
}
.cont-service .box-btn {
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .cont-service .box-btn {
    margin-top: 9.6rem;
  }
}
.cont-service .box-btn .btn {
  max-width: 28.1rem;
  margin: 0;
}
.cont-service .mod-flow .flow .inner {
  background-color: #fff;
  padding: 3.6rem 3.2rem 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .cont-service .mod-flow .flow .inner {
    padding: 4.8rem 3.2rem;
  }
}
.cont-service .mod-flow .flow .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
  width: 4.8rem;
  height: 4.8rem;
}
.cont-service .mod-flow .flow .inner img {
  width: 14rem;
  height: 14rem;
}
.cont-service .mod-flow .flow .inner p {
  line-height: 1.6;
}
.cont-service .mod-flow .flow:nth-of-type(1) .inner:after {
  background: url(../img/service/common/ico-01.png) no-repeat center/contain;
}
.cont-service .mod-flow .flow:nth-of-type(2) .inner:after {
  background: url(../img/service/common/ico-02.png) no-repeat center/contain;
}
.cont-service .mod-flow .flow:nth-of-type(3) .inner:after {
  background: url(../img/service/common/ico-03.png) no-repeat center/contain;
}
.cont-service .mod-flow .flow:nth-of-type(4) .inner:after {
  background: url(../img/service/common/ico-04.png) no-repeat center/contain;
}
.cont-service .mod-flow .flow:nth-of-type(5) .inner:after {
  background: url(../img/service/common/ico-05.png) no-repeat center/contain;
}
.cont-service .mod-flow .flow:nth-of-type(6) .inner:after {
  background: url(../img/service/common/ico-06.png) no-repeat center/contain;
}
.cont-service.cataract .pict_column .pict + .pict {
  margin-top: 3.2rem;
}
.cont-service .box-col .col-8 span {
  color: #d65b71;
  font-size: 1.6rem;
  font-weight: bold;
}
.cont-service .box-col .pict {
  padding-bottom: 4rem;
}
.cont-service .box-col .pict:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cont-service .box-col {
    display: block;
  }
  .cont-service .box-col .col-8 {
    max-width: none;
  }
  .cont-service .box-col .col-4 {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cont-service .box-col .col-4 .pict {
    padding-bottom: 0;
    max-width: 33.33333%;
    padding: 1.6rem 1.6rem;
  }
}
.cont-service.ilasik .bnt-ilasik img {
  max-width: 25rem;
  width: 100%;
}
.cont-service.ilasik .wrap-waribiki {
  margin-top: 3em;
}
.cont-service.ilasik .wrap-waribiki p {
  margin: 0;
}
.cont-service.ilasik .wrap-waribiki p:first-of-type {
  color: #D65B71;
}
.cont-service.ilasik .table-cmn {
  width: 100%;
  border-collapse: collapse;
  margin: 3em auto;
  border-top: 0.1rem solid #CDDBE8;
  border-bottom: 0.1rem solid #CDDBE8;
  margin-bottom: 1em;
}
.cont-service.ilasik .table-cmn tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont-service.ilasik .table-cmn tr:first-of-type {
  display: none;
}
.cont-service.ilasik .table-cmn tr th,
.cont-service.ilasik .table-cmn tr td {
  padding: 1em;
  display: block;
  width: 100%;
  border: 0.1rem solid #CDDBE8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -0.1rem;
  vertical-align: middle;
}
.cont-service.ilasik .table-cmn tr th.txt-color,
.cont-service.ilasik .table-cmn tr td.txt-color {
  color: #D65B71;
}
.cont-service.ilasik .table-cmn tr th {
  font-weight: 600;
  background-color: rgba(205, 219, 232, 0.4);
  color: #127CD8;
  text-align: left;
  margin-right: -0.1rem;
}
.cont-service.ilasik .table-cmn tr td {
  border-top: none;
  border-bottom: none;
}
.cont-service.ilasik .table-cmn tr td:first-of-type {
  text-align: center;
  font-size: 1.1em;
  background-color: rgba(205, 219, 232, 0.4);
  border-top: 0.1rem solid #CDDBE8;
  border-bottom: 0.1rem solid #CDDBE8;
}
.cont-service.ilasik .table-cmn tr td .ttl {
  color: #127CD8;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cont-service.ilasik .table-cmn tr {
    display: table-row;
  }
  .cont-service.ilasik .table-cmn tr:first-of-type {
    display: table-row;
  }
  .cont-service.ilasik .table-cmn tr th,
  .cont-service.ilasik .table-cmn tr td {
    display: table-cell;
    width: auto;
    padding: 1em 1.5em;
  }
  .cont-service.ilasik .table-cmn tr td {
    border-top: 0.1rem solid #CDDBE8;
    border-bottom: 0.1rem solid #CDDBE8;
  }
  .cont-service.ilasik .table-cmn tr td:first-of-type {
    font-size: 1em;
    text-align: left;
  }
  .cont-service.ilasik .table-cmn tr td .ttl {
    display: none;
  }
}
.cont-service.ilasik .list-caution li {
  padding-left: 1.5em;
  font-size: 0.9em;
}
.cont-service.ilasik .list-caution li:before {
  content: "※";
  display: inline-block;
  margin-right: 0.4em;
  margin-left: -1.5em;
}
.cont-service.ilasik .aptitude {
  padding-top: 3rem;
}
.cont-service.ilasik .aptitude .ttl-05 {
  margin-bottom: 1.5rem;
}
.cont-service.ilasik .aptitude .item {
  margin-left: 2.4rem;
  line-height: 1.6;
  position: relative;
}
.cont-service.ilasik .aptitude .item + .item {
  margin-top: 1.2rem;
}
.cont-service.ilasik .aptitude .item:before {
  content: "";
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 0.67rem;
  left: -2.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/common/ico-cross.svg);
}
@media (min-width: 768px) {
  .cont-service.ilasik .aptitude {
    margin-bottom: -1.2rem;
  }
}
.cont-service.ilasik .step-list .item {
  background-color: #fff;
  padding: 4.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem 4.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cont-service.ilasik .step-list .item .img,
.cont-service.ilasik .step-list .item .txt {
  width: calc(100% - 4.8rem);
}
.cont-service.ilasik .step-list .item p:has([class^=ttl-0]) {
  margin-top: -2rem;
  margin-bottom: 0;
}
.cont-service.ilasik .step-list .item [class^=ttl-0] {
  display: inline-block;
}
.cont-service.ilasik .step-list .item .crimson-txt {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  color: #d65b71;
}
.cont-service.ilasik .step-list .item .ttl-05 {
  margin-top: -1rem;
  margin-bottom: 2rem;
  display: block;
}
.cont-service.ilasik .step-list .item dl {
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem 0;
}
.cont-service.ilasik .step-list .item dl dd + dt {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .cont-service.ilasik .step-list .item dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0;
  }
  .cont-service.ilasik .step-list .item dl dt {
    width: 12.5rem;
  }
  .cont-service.ilasik .step-list .item dl dd {
    width: calc(100% - 12.5rem);
  }
  .cont-service.ilasik .step-list .item dl dd + dt {
    margin-top: 0;
  }
}
.cont-service.ilasik .step-list .item + .item {
  margin-top: 3.6rem;
}
.cont-service.ilasik .step-list .item:not(:last-child)::after {
  display: block;
  position: absolute;
  bottom: -2.4rem;
  left: calc(50% - 2.4rem);
  width: 4.8rem;
  height: 4.8rem;
  content: "";
  background-image: url(../img/common/ico-q.svg);
}
@media (min-width: 768px) {
  .cont-service.ilasik .step-list .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .cont-service.ilasik .step-list .item p:has([class^=ttl-0]) {
    margin-top: -2rem;
    margin-bottom: 0;
  }
  .cont-service.ilasik .step-list .item .ttl-05 {
    margin-top: 0;
    margin-left: 1rem;
    margin-bottom: 0;
    display: inline-block;
  }
  .cont-service.ilasik .step-list .item .img {
    width: calc(33.4% - 7.2rem);
  }
  .cont-service.ilasik .step-list .item .txt {
    width: calc(66.6% - 7.2rem);
  }
}
.cont-service.ilasik .step-list .item.item01 {
  display: block;
}
.cont-service.ilasik .step-list .item.item01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem 4.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .cont-service.ilasik .step-list .item.item01 .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cont-service.ilasik .step-list .item.item01 .flowchart {
  background-color: #fff;
  max-width: 900px;
  margin: 4rem auto 0;
}
.cont-service.ilasik .step-list .item.item01 .flowchart .ttl-area {
  background-color: #ec7291;
  padding: 0.5rem 0;
  position: relative;
}
.cont-service.ilasik .step-list .item.item01 .flowchart .ttl-area .ttl {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-left: 3rem;
}
.cont-service.ilasik .step-list .item.item01 .flowchart .ttl-area .illust {
  position: absolute;
  bottom: 0;
  left: 3vw;
  width: 80px;
}
.cont-service.ilasik .step-list .item.item01 .flowchart p {
  text-align: center;
  font-size: 1.6rem;
  color: #ec7291;
  padding-bottom: 0.6em;
  width: 80%;
  max-width: 700px;
  margin: 2rem auto;
  border-bottom: 1px solid #cddbe8;
}
.cont-service.ilasik .step-list .item.item01 .flowchart .mod-img {
  padding: 0 2rem 3rem;
}
.cont-service.ilasik .step-list .item.item01 .flowchart .mod-img img {
  display: block;
  margin: auto;
  max-width: 641px;
}
.cont-service.ilasik .step-list .item.item01 .flowchart .br {
  display: block;
}
@media (min-width: 480px) {
  .cont-service.ilasik .step-list .item.item01 .flowchart .br {
    display: none;
  }
}
@media (min-width: 768px) {
  .cont-service.ilasik .step-list .item.item01 .flowchart {
    margin: 6rem auto 0;
  }
  .cont-service.ilasik .step-list .item.item01 .flowchart .ttl-area {
    background-color: #ec7291;
    padding: 1rem 0;
    position: relative;
  }
  .cont-service.ilasik .step-list .item.item01 .flowchart .ttl-area .ttl {
    font-size: 2.2rem;
    text-align: center;
    color: #fff;
    margin-left: 5rem;
  }
  .cont-service.ilasik .step-list .item.item01 .flowchart .ttl-area .illust {
    position: absolute;
    bottom: 0;
    left: min(12.8333333333vw, 154px);
    width: 112px;
  }
  .cont-service.ilasik .step-list .item.item01 .flowchart .ttl-area .mod-img {
    padding: 2rem 2rem 5.4rem;
  }
  .cont-service.ilasik .step-list .item.item01 .flowchart .ttl-area .mod-img img {
    display: block;
    margin: auto;
    max-width: 642px;
  }
  .cont-service.ilasik .step-list .item.item01 .flowchart p {
    font-size: 2rem;
  }
}
.cont-service.ilasik .patient-list .item {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem 2.4rem;
}
.cont-service.ilasik .patient-list .item::after {
  position: absolute;
  display: block;
  width: 16rem;
  height: 7.3rem;
  content: "";
  background-image: url(../img/service/ilasik/bg-sakura.png);
  background-size: contain;
  bottom: 2rem;
  right: 1.4rem;
  opacity: 0.8;
}
.cont-service.ilasik .patient-list .item + .item {
  margin-top: 1.5rem;
}
.cont-service.ilasik .patient-list .item .img {
  width: 8rem;
}
.cont-service.ilasik .patient-list .item .txt {
  width: 100%;
}
.cont-service.ilasik .patient-list .item .txt .right {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .cont-service.ilasik .patient-list .item {
    padding: 4rem 4.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .cont-service.ilasik .patient-list .item::after {
    top: 3.2rem;
    right: 2.8rem;
  }
  .cont-service.ilasik .patient-list .item .txt {
    width: calc(100% - 10.4rem);
  }
}
.cont-service.ilasik .box-seminar .sec-btn {
  padding: 3.4rem 0 1.8rem;
}
.cont-service.icl .bnt-icl img {
  max-width: 35rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cont-service.icl .mod-flow .flow:nth-of-type(4) .inner {
    height: calc(100% - 6.4rem);
  }
}
.cont-service.icl .mod-flow .flow:nth-of-type(5) .inner {
  height: calc(100% - 6.4rem);
}
.cont-service.icl .flowchart {
  background-color: #fff;
  max-width: 900px;
  margin: 4rem auto;
}
.cont-service.icl .flowchart .ttl-area {
  background-color: #ec7291;
  padding: 0.5rem 0;
  position: relative;
}
.cont-service.icl .flowchart .ttl-area .ttl {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-left: 3rem;
}
.cont-service.icl .flowchart .ttl-area .illust {
  position: absolute;
  bottom: 0;
  left: 3vw;
  width: 80px;
}
.cont-service.icl .flowchart p {
  text-align: center;
  font-size: 1.6rem;
  color: #ec7291;
  padding-bottom: 0.6em;
  width: 80%;
  max-width: 700px;
  margin: 2rem auto;
  border-bottom: 1px solid #cddbe8;
}
.cont-service.icl .flowchart .mod-img {
  padding: 0 2rem 3rem;
}
.cont-service.icl .flowchart .mod-img img {
  display: block;
  margin: auto;
  max-width: 641px;
}
.cont-service.icl .flowchart .br {
  display: block;
}
@media (min-width: 480px) {
  .cont-service.icl .flowchart .br {
    display: none;
  }
}
@media (min-width: 768px) {
  .cont-service.icl .flowchart {
    margin: 8rem auto;
  }
  .cont-service.icl .flowchart .ttl-area {
    background-color: #ec7291;
    padding: 1rem 0;
    position: relative;
  }
  .cont-service.icl .flowchart .ttl-area .ttl {
    font-size: 2.2rem;
    text-align: center;
    color: #fff;
    margin-left: 5rem;
  }
  .cont-service.icl .flowchart .ttl-area .illust {
    position: absolute;
    bottom: 0;
    left: min(12.8333333333vw, 154px);
    width: 112px;
  }
  .cont-service.icl .flowchart .ttl-area .mod-img {
    padding: 2rem 2rem 5.4rem;
  }
  .cont-service.icl .flowchart .ttl-area .mod-img img {
    display: block;
    margin: auto;
    max-width: 642px;
  }
  .cont-service.icl .flowchart p {
    font-size: 2rem;
  }
}
.cont-service.orthokeratology .is-bg_white {
  text-align: center;
}
.cont-service.orthokeratology .is-bg_white img {
  max-width: 72.8rem;
  margin: 2.4rem 0;
}
.cont-service.orthokeratology .point-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .cont-service.orthokeratology .point-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8rem;
  }
}
.cont-service.retina-vitreous .is-bg_white {
  text-align: center;
}
.cont-service.retina-vitreous .is-bg_white img {
  max-width: 59.6rem;
  margin-top: 2.4rem;
}
.cont-service.retina-vitreous .is-bg_white p {
  margin-bottom: 2.4rem;
}
.cont-service .box-example {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .cont-service .box-example {
    padding-top: 6.3rem;
  }
}
.cont-service .col-set .flex-img-09,
.cont-service .col-set .flex-img-11 {
  padding: 2.4rem 2.4rem;
  color: #6f6f6f;
}
@media (min-width: 768px) {
  .cont-service .col-set .flex-img-09 {
    width: 53%;
  }
  .cont-service .col-set .flex-img-11 {
    width: 19.4%;
  }
}
.cont-service #scleral-lens {
  margin-top: -9.6rem;
  padding-top: 3.2rem;
}
.cont-service #scleral-lens .ttl-05 {
  margin-top: 1em;
}
.cont-service #scleral-lens .img {
  margin: 1.5em 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont-service #scleral-lens .img img {
  max-height: 14.8rem;
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .cont-service #scleral-lens {
    margin-top: -14.4rem;
    padding-top: 4.8rem;
  }
}
.cont-service.refractive .ttl-02 span {
  display: block;
  line-height: 1;
  font-size: 1.6rem;
  color: #d65a70;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .cont-service.refractive .ttl-02 span {
    font-size: 2rem;
  }
}
.cont-service.refractive .lead-image {
  max-width: 54rem;
  margin: 3.2rem auto 3rem;
}
@media (min-width: 768px) {
  .cont-service.refractive .lead-image {
    margin: 4.8rem auto 4rem;
  }
}
.cont-service.refractive .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .cont-service.refractive .point-list {
    gap: 5rem;
  }
}
.cont-service.refractive .point-list .point-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.cont-service.refractive .point-list .point-list-item:nth-child(1) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cont-service.refractive .point-list .point-list-item:nth-child(1) .txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.cont-service.refractive .point-list .point-list-item:nth-child(1) img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .cont-service.refractive .point-list .point-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
  }
  .cont-service.refractive .point-list .point-list-item:nth-child(1) .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: min(53.75vw, 645px);
  }
  .cont-service.refractive .point-list .point-list-item:nth-child(1) img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: min(32.1666666667vw, 386px);
  }
  .cont-service.refractive .point-list .point-list-item:nth-child(2) .item {
    width: calc(50% - 2.5rem);
  }
}
.cont-service.refractive .point-list .point-list-item .ttl-05 {
  color: #0f376d;
}
.cont-service.refractive .point-list .point-list-item .ttl-05 .num {
  font-size: 3rem;
  margin-right: 1rem;
}
.cont-service.refractive .point-list .point-list-item ul li {
  position: relative;
  padding-left: 2rem;
}
.cont-service.refractive .point-list .point-list-item ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.cont-service.refractive .point-list .point-list-item ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  background-color: rgba(15, 55, 109, 0.8509803922);
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.cont-service.refractive .flowchart {
  background-color: #fff;
  max-width: 900px;
  margin: 6.4rem auto 0;
}
.cont-service.refractive .flowchart .ttl-area {
  background-color: #ec7291;
  padding: 0.5rem 0;
  position: relative;
}
.cont-service.refractive .flowchart .ttl-area .ttl {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin-left: 3rem;
}
.cont-service.refractive .flowchart .ttl-area .illust {
  position: absolute;
  bottom: 0;
  left: 3vw;
  width: 80px;
}
.cont-service.refractive .flowchart p {
  text-align: center;
  font-size: 1.6rem;
  color: #ec7291;
  padding-bottom: 0.6em;
  width: 80%;
  max-width: 700px;
  margin: 2rem auto;
  border-bottom: 1px solid #cddbe8;
}
.cont-service.refractive .flowchart .mod-img {
  padding: 0 2rem 3rem;
}
.cont-service.refractive .flowchart .mod-img img {
  display: block;
  margin: auto;
  max-width: 641px;
}
.cont-service.refractive .flowchart .br {
  display: block;
}
@media (min-width: 480px) {
  .cont-service.refractive .flowchart .br {
    display: none;
  }
}
@media (min-width: 768px) {
  .cont-service.refractive .flowchart {
    margin: 14rem auto 0;
  }
  .cont-service.refractive .flowchart .ttl-area {
    background-color: #ec7291;
    padding: 1rem 0;
    position: relative;
  }
  .cont-service.refractive .flowchart .ttl-area .ttl {
    font-size: 2.2rem;
    text-align: center;
    color: #fff;
    margin-left: 5rem;
  }
  .cont-service.refractive .flowchart .ttl-area .illust {
    position: absolute;
    bottom: 0;
    left: min(12.8333333333vw, 154px);
    width: 112px;
  }
  .cont-service.refractive .flowchart .ttl-area .mod-img {
    padding: 2rem 2rem 5.4rem;
  }
  .cont-service.refractive .flowchart .ttl-area .mod-img img {
    display: block;
    margin: auto;
    max-width: 642px;
  }
  .cont-service.refractive .flowchart p {
    font-size: 2rem;
  }
}
.cont-service.refractive .list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  margin-top: 3rem;
}
.cont-service.refractive .list-service .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem 5rem;
}
.cont-service.refractive .list-service .mod-txt .ttl-04 {
  line-height: normal;
  margin-bottom: 0;
}
.cont-service.refractive .list-service .mod-txt .txt {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}
.cont-service.refractive .list-service .mod-txt .mod-btn {
  text-align: right;
}
.cont-service.refractive .list-service .mod-txt .mod-btn a {
  text-align: left;
  display: inline-block;
  width: 14.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  color: #D65B71 !important;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cont-service.refractive .list-service .mod-txt .mod-btn a:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 1rem;
  background: url(../img/common/ico-arrow.svg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px) {
  .cont-service.refractive .list-service .mod-txt .mod-btn a:hover {
    opacity: 1 !important;
  }
  .cont-service.refractive .list-service .mod-txt .mod-btn a:hover:after {
    right: -1rem;
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .cont-service.refractive .list-service {
    gap: 8rem;
    margin-top: 4rem;
  }
  .cont-service.refractive .list-service .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cont-service.refractive .list-service .mod-img {
    width: 44rem;
    max-width: calc(50% - 2.5rem);
  }
  .cont-service.refractive .list-service .mod-txt {
    width: calc(100% - 5rem - 44rem);
    min-width: calc(50% - 2.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cont-service.refractive .list-service .mod-txt .txt {
    margin-top: 2.4rem;
  }
  .cont-service.refractive .list-service .mod-txt .mod-btn {
    margin: auto 0 0;
  }
}
.cont-service.refractive .box-btn {
  margin-top: 6rem;
}
.cont-service.refractive .box-btn .btn {
  min-width: 29.4rem;
}
@media (min-width: 768px) {
  .cont-service.refractive .box-btn {
    margin-top: 8rem;
  }
}
@media (min-width: 768px) {
  .cont-service.scleral-lens .col-set .col-6:nth-child(1) {
    min-width: calc(100% - 44rem);
  }
  .cont-service.scleral-lens .col-set .col-6:nth-child(2) {
    max-width: 44rem;
  }
}
.cont-service.scleral-lens .aptitude {
  padding-top: 3rem;
}
.cont-service.scleral-lens .aptitude .ttl-05 {
  margin-bottom: 1.5rem;
}
.cont-service.scleral-lens .aptitude .item {
  margin-left: 2.4rem;
  line-height: 1.6;
  position: relative;
}
.cont-service.scleral-lens .aptitude .item + .item {
  margin-top: 1.2rem;
}
.cont-service.scleral-lens .aptitude .item:before {
  content: "";
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 0.67rem;
  left: -2.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/common/ico-cross.svg);
}
@media (min-width: 768px) {
  .cont-service.scleral-lens .aptitude {
    margin-bottom: -1.2rem;
  }
}
.cont-service.glaucoma .cyclo {
  display: block;
}
@media (min-width: 768px) {
  .cont-service.glaucoma .img-cyclo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cont-service.glaucoma .cyclo-width {
  max-width: initial;
}
.cont-service.glaucoma .small {
  color: #6f6f6f;
}
@media (min-width: 768px) {
  .cont-service.glaucoma .is-bg_white .col-6 {
    max-width: 100%;
  }
}
.cont-service.glaucoma .is-bg_white ol {
  margin-top: 2.14em;
}
.cont-service.glaucoma .is-bg_white ol li {
  line-height: 1.6;
  margin-top: 1.2rem;
}
.cont-service.glaucoma .is-bg_white .col-set {
  margin-top: 2.14em;
}
.cont-service.smilepro .ttl-02 span {
  display: block;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .cont-service.smilepro .ttl-02 span {
    font-size: 2.4rem;
  }
}
.cont-service.smilepro .point-list .point-list-item:not(:last-of-type) {
  margin-bottom: 4rem;
}
.cont-service.smilepro .point-list .point-list-item .ttl-05 {
  color: #0f376d;
}
.cont-service.smilepro .point-list .point-list-item .ttl-05 .num {
  font-size: 3rem;
  margin-right: 1rem;
}
.cont-service.smilepro .surgery-point-list li {
  position: relative;
  padding-left: 2rem;
}
.cont-service.smilepro .surgery-point-list li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.cont-service.smilepro .surgery-point-list li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  background-color: rgba(15, 55, 109, 0.8509803922);
  width: 10px;
  height: 10px;
  border-radius: 100px;
}
.cont-service.smilepro .step-list .item .txt .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cont-service.smilepro .step-list .item .txt .detail dl dt {
  font-weight: bold;
  width: 100%;
  padding-left: 2rem;
  position: relative;
}
.cont-service.smilepro .step-list .item .txt .detail dl dt::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background-color: #d65b71;
  width: 12px;
  height: 12px;
  border-radius: 100px;
}
.cont-service.smilepro .step-list .item .txt .detail dl dd {
  line-height: 2;
  width: 100%;
}
.cont-service.smilepro .mod-flow .flow .ttl {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #d65b71;
  border-radius: 100px;
  width: 226px;
}
.cont-service.smilepro .mod-flow .flow img {
  width: 239px;
  height: auto;
}
.cont-service.smilepro .ttl-blue {
  text-align: center;
  font-size: 2rem;
  color: #0f376d;
  margin-bottom: 0;
}
.cont-service.smilepro .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9の比率 */
  overflow: hidden;
  margin: 3rem auto 0;
}
.cont-service.smilepro .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cont-service.smilepro .video-container {
    padding-top: 20.25%;
    width: min(33.3333333333vw, 40rem);
  }
}
.cont-service.epiphora .dacryocystorhinostomy {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.cont-service.epiphora .sgi {
  gap: 3rem;
  padding: 2rem 0;
  width: 100%;
  margin: auto;
}
.cont-service.epiphora .sgi .pict {
  width: 100%;
  max-width: 328px;
  margin: auto;
}
@media (min-width: 768px) {
  .cont-service.epiphora .sgi {
    gap: 4rem;
    padding: 2rem 0 0;
    max-width: 880px;
  }
  .cont-service.epiphora .sgi .pict {
    width: 328px;
  }
}

.cont-society .area-cmn:nth-of-type(even) {
  background: linear-gradient(40deg, #E2E9F2 0%, #F4F8FD 100%);
}
.cont-society .area-cmn + .area-cmn {
  border: none;
}
.cont-society .area-cmn .mod-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .cont-society .area-cmn .mod-btn {
    margin-top: 8.6rem;
  }
}
.cont-society ol.normal {
  margin: 5.6rem 0;
}
.cont-society ol.normal li.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.cont-society ol.normal li.item:before {
  font-family: "Crimson Text", serif;
  width: 3.2rem;
  margin-right: 1.6rem;
  counter-increment: ol_li;
  content: "" counter(ol_li) ".";
  position: static;
  color: #D65B71;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cont-society ol.normal li.item span i {
  font-style: italic;
}
.cont-society ol.normal li.item span sup {
  vertical-align: super;
  font-size: smaller;
}
.cont-society ol.normal li.item span sub {
  vertical-align: sub;
  font-size: smaller;
}
.cont-society ol.normal li.item span b, .cont-society ol.normal li.item span strong {
  font-weight: bold;
  color: #272828;
}
.cont-society ol.normal li.item.non {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont-society ol.normal li.item.non:before {
  content: none;
}
.cont-society ol.normal li.item.none:before {
  content: none;
}

.cont-facility .area-cmn {
  padding-bottom: 0;
}
.cont-facility .is-bg_color {
  background: linear-gradient(40deg, #E2E9F2 0%, #F4F8FD 100%);
  padding: 7.2rem 0 6.4rem;
}
@media (min-width: 768px) {
  .cont-facility .is-bg_color {
    padding: 9.6rem 0 7.2rem;
  }
}
.cont-facility .facility-list .item + .item {
  margin-top: 6.5rem;
}
.cont-facility .ttl-03 {
  margin-bottom: 3.3rem;
}
.cont-facility .img-box {
  background-color: #fff;
  padding: 3rem 3.5rem;
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont-facility .img-box img {
  width: 100%;
}
@media (min-width: 480px) {
  .cont-facility .img-box img {
    width: calc(50% - 1.5rem);
  }
}

.cont-media .media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.75rem 0;
  padding: 9.5rem 1.2rem;
}
.cont-media .media-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem 0;
}
.cont-media .media-list .item .txt .ttl-05 {
  line-height: 1.6;
}
.cont-media .media-list .item .link {
  display: block;
  position: relative;
  margin-left: 22px;
}
.cont-media .media-list .item .link:before {
  content: "";
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 6px;
  left: -22px;
  width: 15px;
  height: 15px;
  background-image: url(../img/common/ico-link.svg);
}
.cont-media .media-list .item .link.link-file:before {
  content: "";
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 3px;
  left: -22px;
  width: 17px;
  height: 20px;
  background-image: url(../img/media/ico-dl-media.svg);
}
@media (min-width: 768px) {
  .cont-media .media-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.6rem 2.4rem;
  }
  .cont-media .media-list .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 6%;
    width: calc(50% - 2.4rem);
  }
  .cont-media .media-list .item .img {
    width: 43.5%;
  }
  .cont-media .media-list .item .txt {
    width: 50.5%;
  }
}

@media screen and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  /* IE向けのCSS～END */
}