@charset "UTF-8";
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.dn-pc {
  display: none !important;
}

.dn-pc2 {
  display: none !important;
}

.dn-sp {
  display: block !important;
}

.dn-sp2 {
  display: inline-block !important;
}

.hidden {
  display: none !important;
}

.lcp {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media screen and (max-width: 899px) {
  .dn-pc {
    display: block !important;
  }
  .dn-pc2 {
    display: inline-block !important;
  }
  .dn-sp {
    display: none !important;
  }
  .dn-sp2 {
    display: none !important;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

/* ----------------------------------------------
 ! normalize
 ---------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  color: #000;
  font-size: 1em;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* html5 format */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

td,
th {
  padding: 0;
}

/* ----------------------------------------------
 ! Base
 ---------------------------------------------- */
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-m {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1380px) {
  body {
    min-width: 1380px;
  }
}
@media screen and (max-width: 899px) {
  body {
    min-width: 280px;
  }
}
/* ----------------------------------------------
 ! Animation
 ---------------------------------------------- */
.fade {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.8s ease;
}

.fade.active {
  transform: translateY(0);
  opacity: 1;
}

/* ----------------------------------------------
 ! Slider
 ---------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ----------------------------------------------
 ! header
 ---------------------------------------------- */
body {
  background: #F0F7FD;
  color: #444;
}

#header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13.33vw;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(223, 242, 253) 100%);
  border-bottom: 1px #0058A7 solid;
  z-index: 99991;
}

#header-logo {
  width: 29.48vw;
  margin: 3.59vw 0 0 5.13vw;
}

#header-logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 900px) {
  #header-wrap {
    height: 5.29vw;
  }
  #header-logo {
    width: 10.1vw;
    margin: 1.45vw 0 0 5.8vw;
  }
}
@media screen and (min-width: 1380px) {
  #header-wrap {
    height: 73px;
  }
  #header-logo {
    width: 140px;
    margin: 20px 0 0 80px;
  }
}
#btn-main-navi {
  position: absolute;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 17.43vw;
  height: 22.56vw;
  background: #0058A7;
  border: 0.77vw #fff solid;
  text-align: center;
  margin: 0 auto;
  z-index: 999999;
}

#btn-main-navi span:nth-child(1) {
  position: absolute;
  top: 5.13vw;
  left: 3.84vw;
  width: 8.21vw;
  height: 0.26vw;
  background: #fff;
}

#btn-main-navi span:nth-child(2) {
  position: absolute;
  top: 7.18vw;
  left: 3.84vw;
  width: 4.1vw;
  height: 0.26vw;
  background: #fff;
}

#btn-main-navi span:nth-child(3) {
  position: absolute;
  top: 9.23vw;
  left: 3.84vw;
  width: 8.21vw;
  height: 0.26vw;
  background: #fff;
}

#btn-main-navi strong {
  position: absolute;
  top: 14.1vw;
  left: 50%;
  width: 12vw;
  margin: 0 0 0 -6.15vw;
  font-size: 3.08vw;
  font-weight: 500;
  white-space: nowrap;
}

#btn-main-navi strong em {
  color: #fff;
  font-style: normal;
}

#btn-main-navi strong em:last-child {
  display: none;
}

.btn-hn-on strong em:first-child {
  display: none;
  transition: all 0.2s linear;
}

.btn-hn-on strong em:last-child {
  display: block !important;
  transition: all 0.2s linear;
}

.btn-hn-on span:nth-child(1) {
  top: 7.69vw !important;
  left: 5.13vw !important;
  width: 6.15vw !important;
  transform: rotate(45deg);
  transition: all 0.2s linear;
}

.btn-hn-on span:nth-child(2) {
  display: none;
}

.btn-hn-on span:nth-child(3) {
  top: 7.69vw !important;
  left: 5.13vw !important;
  width: 6.15vw !important;
  transform: rotate(-45deg);
  transition: all 0.2s linear;
}

@media screen and (min-width: 900px) {
  #btn-main-navi {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    width: 5.21vw;
    height: 5.21vw;
    border: 0.22vw #fff solid;
  }
  #btn-main-navi:hover {
    opacity: 0.7;
    transition: 1s ease;
    cursor: pointer;
  }
  #btn-main-navi span:nth-child(1) {
    top: 1.09vw;
    left: 1.23vw;
    width: 2.32vw;
    height: 1px;
  }
  #btn-main-navi span:nth-child(2) {
    top: 1.81vw;
    left: 1.23vw;
    width: 1.16vw;
    height: 1px;
  }
  #btn-main-navi span:nth-child(3) {
    top: 2.54vw;
    left: 1.23vw;
    width: 2.32vw;
    height: 1px;
  }
  #btn-main-navi strong {
    top: 3.33vw;
    width: 2.9vw;
    margin: 0 0 0 -1.45vw;
    font-size: 0.87vw;
  }
  .btn-hn-on span:nth-child(1) {
    top: 1.74vw !important;
    left: 1.52vw !important;
    width: 1.74vw !important;
  }
  .btn-hn-on span:nth-child(2) {
    display: none;
  }
  .btn-hn-on span:nth-child(3) {
    top: 1.74vw !important;
    left: 1.52vw !important;
    width: 1.74vw !important;
  }
}
@media screen and (min-width: 1380px) {
  #btn-main-navi {
    width: 72px;
    height: 72px;
    border: 3px #fff solid;
  }
  #btn-main-navi span:nth-child(1) {
    top: 15px;
    left: 17px;
    width: 32px;
  }
  #btn-main-navi span:nth-child(2) {
    top: 25px;
    left: 17px;
    width: 16px;
  }
  #btn-main-navi span:nth-child(3) {
    top: 35px;
    left: 17px;
    width: 32px;
  }
  #btn-main-navi strong {
    top: 46px;
    width: 40px;
    margin: 0 0 0 -20px;
    font-size: 10px;
  }
  .btn-hn-on span:nth-child(1) {
    top: 24px !important;
    left: 21px !important;
    width: 24px !important;
  }
  .btn-hn-on span:nth-child(2) {
    display: none;
  }
  .btn-hn-on span:nth-child(3) {
    top: 24px !important;
    left: 21px !important;
    width: 24px !important;
  }
}
#header-nav-menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  overflow-y: scroll;
  transition: all 0.4s linear;
  z-index: 999998;
}

#header-nav-menu.clicked {
  left: 0;
  transition: all 0.2s linear;
}

#header-info {
  width: 94vw;
  min-height: 100vh;
  background: #F0F7FD;
  padding: 12.8vw 0 0;
}

@media screen and (min-width: 900px) {
  #header-nav-menu {
    display: flex;
    justify-content: end;
    left: auto;
    right: 100%;
    height: 100vh;
    overflow-x: hidden;
  }
  #header-nav-menu.clicked {
    left: auto;
    right: 0;
    overflow-y: hidden;
  }
  #header-info {
    width: 28.26vw;
    padding: 9.42vw 0 0;
  }
}
@media screen and (min-width: 1380px) {
  #header-info {
    width: 390px;
    padding: 130px 0 0;
  }
}
#header-nav-ul {
  padding: 0 5.13vw;
}

#header-nav-ul li {
  border-bottom: 1px #CADFF2 solid;
  list-style: none;
}

#header-nav-ul li a {
  display: block;
  line-height: 1.6;
  background: url(../img/ico_kirakira_blue.webp) 2.31vw 6.66vw/3.79vw auto no-repeat;
  padding: 5.13vw 7.69vw 5.13vw 8.72vw;
  font-size: 4.1vw;
  color: #444;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

#header-nav-ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.56vw;
  width: 1.61vw;
  height: 0.51vw;
  background: #444;
  transform: translateY(-50%) rotate(45deg);
}

#header-nav-ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.6vw;
  width: 1.61vw;
  height: 0.51vw;
  background: #444;
  transform: translateY(-50%) rotate(-45deg) translateY(1.46vw);
}

@media screen and (min-width: 900px) {
  #header-nav-ul {
    padding: 0 2.9vw;
  }
  #header-nav-ul li a {
    background: url(../img/ico_kirakira_blue.webp) 0.58vw 2.17vw/1.09vw auto no-repeat;
    padding: 1.88vw 2.17vw 1.88vw 2.32vw;
    font-size: 1.16vw;
  }
  #header-nav-ul li a:before {
    top: 50%;
    right: 2.61vw;
    width: 0.58vw;
    height: 0.14vw;
  }
  #header-nav-ul li a:after {
    top: 50%;
    right: 3vw;
    width: 0.58vw;
    height: 0.14vw;
    transform: translateY(-50%) rotate(-45deg) translateY(0.5vw);
  }
  #header-nav-ul li a:hover {
    opacity: 0.7;
    transition: 1s ease;
  }
}
@media screen and (min-width: 1380px) {
  #header-nav-ul {
    padding: 0 40px;
  }
  #header-nav-ul li a {
    background: url(../img/ico_kirakira_blue.webp) 8px 30px/15px auto no-repeat;
    padding: 26px 30px 26px 32px;
    font-size: 16px;
  }
  #header-nav-ul li a:before {
    top: 50%;
    right: 36px;
    width: 8px;
    height: 2px;
  }
  #header-nav-ul li a:after {
    top: 50%;
    right: 41px;
    width: 8px;
    height: 2px;
    transform: translateY(-50%) rotate(-45deg) translateY(7px);
  }
}
/* ----------------------------------------------
 ! bottom-nav
 ---------------------------------------------- */
#bottom-nav {
  position: absolute;
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100% - 17.43vw);
  z-index: 999999;
}

#bottom-nav > ul {
  display: flex;
  flex-flow: row nowrap;
}

#bottom-nav > ul > li {
  width: 50%;
  list-style: none;
  position: relative;
}

#bottom-nav > ul > li > span {
  display: block;
  height: 22.56vw;
  border: 0.21vw #fff solid;
  text-align: center;
  padding: 14.1vw 0 0;
  font-size: 3.59vw;
  color: #444;
}

#btn-bottom-tel span {
  background: #e0effd url(../img/ico_header_tel.webp) center 3.59vw/7.69vw auto no-repeat;
}

#btn-bottom-web span {
  background: #e0effd url(../img/ico_header_mail.webp) center 4.1vw/7.69vw auto no-repeat;
}

.bottom-nav-sub_img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media screen and (min-width: 900px) {
  .bottom-nav-sub_img {
    display: block;
  }
}
.bottom-nav-sub_img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.bottom-nav-sub ul {
  display: none;
  position: absolute;
  bottom: 22.56vw;
  left: 0;
  width: 100%;
  background: #f0f7fd;
  border: 0.21vw #fff solid;
}

.bottom-nav-sub ul li {
  border-bottom: 1px #a6c0e3 dotted;
  list-style: none;
}

.bottom-nav-sub ul li a {
  display: block;
  text-align: center;
  padding: 5.13vw;
  font-size: 4.1vw;
  color: #0058a7;
  text-decoration: none;
}

@media screen and (min-width: 900px) {
  #bottom-nav {
    bottom: auto;
    top: 9.56vw;
    width: 7.97vw;
    z-index: 999997;
  }
  #bottom-nav > ul > li {
    width: 100%;
  }
  #bottom-nav > ul > li > span {
    height: 6.45vw;
    border: 0.22vw #fff solid;
    padding: 3.77vw 0 0;
    font-size: 1.01vw;
  }
  #bottom-nav > ul > li > span:hover {
    opacity: 0.7;
    transition: 1s ease;
    cursor: pointer;
  }
  #btn-bottom-tel {
    display: none;
  }
  #btn-bottom-web span {
    background: #e0effd url(../img/ico_header_mail.webp) center 1.16vw/2.03vw auto no-repeat;
  }
  .bottom-nav-sub ul {
    bottom: auto;
    top: 100%;
    left: auto;
    right: 0;
    width: 10vw;
    border: 0.22vw #fff solid;
  }
  .bottom-nav-sub ul li a {
    padding: 1.16vw;
    font-size: 1.16vw;
  }
  .bottom-nav-sub ul li a:hover {
    opacity: 0.7;
    transition: 1s ease;
  }
}
@media screen and (min-width: 1380px) {
  #bottom-nav {
    top: 132px;
    width: 110px;
  }
  #bottom-nav > ul > li > span {
    height: 89px;
    border: 3px #fff solid;
    padding: 52px 0 0;
    font-size: 14px;
  }
  #btn-bottom-web span {
    background: #e0effd url(../img/ico_header_mail.webp) center 16px/28px auto no-repeat;
  }
  .bottom-nav-sub ul {
    top: 100%;
    width: 138px;
    border: 3px #fff solid;
  }
  .bottom-nav-sub ul li a {
    padding: 16px;
    font-size: 16px;
  }
}
/* ----------------------------------------------
 ! footer
 ---------------------------------------------- */
footer {
  background: #fff;
  padding: 0 0 28vw;
}

#copyright {
  text-align: center;
  padding: 5.13vw 0 0;
  font-size: 2.56vw;
  color: #444;
  font-family: "Bellota", serif;
  font-weight: 400;
}

@media screen and (min-width: 900px) {
  footer {
    padding: 0;
  }
  #copyright {
    padding: 2.17vw 0;
    font-size: 0.72vw;
  }
}
@media screen and (min-width: 1380px) {
  footer {
    padding: 0;
  }
  #copyright {
    padding: 30px 0;
    font-size: 10px;
  }
}
/* ----------------------------------------------
 ! scroll-top
 ---------------------------------------------- */
#scroll-top {
  position: absolute;
  position: fixed;
  bottom: 28.2vw;
  right: 5.15vw;
  width: 12.8vw;
  z-index: 999997;
}

#scroll-top a {
  display: block;
}

#scroll-top img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 900px) {
  #scroll-top {
    bottom: 1.45vw;
    right: 1.45vw;
    width: 4.49vw;
  }
  #scroll-top a:hover {
    opacity: 0.7;
    transition: all 1s;
  }
}
@media screen and (min-width: 1380px) {
  #scroll-top {
    bottom: 20px;
    right: 20px;
    width: 62px;
  }
}
/* ----------------------------------------------
 ! common
 ---------------------------------------------- */
@media screen and (max-width: 899px) {
  main {
    overflow-x: hidden;
  }
}
.txt-basic p {
  line-height: 1.9;
  font-size: 4.1vw;
}

.txt-basic mark {
  display: inline;
  background: linear-gradient(transparent 70%, #f9fbbf 0%);
  font-weight: 600;
}

@media screen and (min-width: 900px) {
  .txt-basic p {
    font-size: 1.16vw;
  }
}
@media screen and (min-width: 1380px) {
  .txt-basic p {
    font-size: 16px;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 2.56vw !important;
}

.mb20 {
  margin-bottom: 5.13vw !important;
}

.mb30 {
  margin-bottom: 7.69vw !important;
}

.mb40 {
  margin-bottom: 10.3vw !important;
}

.mb50 {
  margin-bottom: 12.8vw !important;
}

.mb60 {
  margin-bottom: 15.4vw !important;
}

@media screen and (min-width: 900px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb10 {
    margin-bottom: 0.72vw !important;
  }
  .mb20 {
    margin-bottom: 1.45vw !important;
  }
  .mb30 {
    margin-bottom: 2.17vw !important;
  }
  .mb40 {
    margin-bottom: 2.9vw !important;
  }
  .mb50 {
    margin-bottom: 3.62vw !important;
  }
  .mb60 {
    margin-bottom: 4.34vw !important;
  }
}
@media screen and (min-width: 1380px) {
  .mb0 {
    margin-bottom: 0 !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
}
.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 2.56vw !important;
}

.pb20 {
  padding-bottom: 5.13vw !important;
}

.pb30 {
  padding-bottom: 7.69vw !important;
}

.pb40 {
  padding-bottom: 10.3vw !important;
}

.pb50 {
  padding-bottom: 12.8vw !important;
}

.pb60 {
  padding-bottom: 15.4vw !important;
}

@media screen and (min-width: 900px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb10 {
    padding-bottom: 0.72vw !important;
  }
  .pb20 {
    padding-bottom: 1.45vw !important;
  }
  .pb30 {
    padding-bottom: 2.17vw !important;
  }
  .pb40 {
    padding-bottom: 2.9vw !important;
  }
  .pb50 {
    padding-bottom: 3.62vw !important;
  }
  .pb60 {
    padding-bottom: 4.34vw !important;
  }
}
@media screen and (min-width: 1380px) {
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
}
.w100 {
  width: 100% !important;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .u-sp {
    display: none;
  }
}

/* ----------------------------------------------
 ! top-mainview
 ---------------------------------------------- */
#top-mainview-img {
  display: block;
  margin-top: 13vw;
}

#top-mainview-img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 900px) {
  #top-mainview-img {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1380px) {
  #top-mainview-img {
    width: 1380px;
    margin: 73px auto 0;
  }
}
#top-mainview-dl {
  background: url(../img/bg_partnership.webp) center top/cover no-repeat;
  padding: 12.8vw 5.13vw;
}

#top-mainview-dl dt {
  padding: 0 0 5.13vw;
}

#top-mainview-dl dt img {
  width: 100%;
  height: auto;
}

#top-mainview-dl dd li {
  line-height: 1.3;
  text-align: center;
  padding: 5.13vw 0;
  font-size: 4.1vw;
  color: #a3750d;
  list-style: none;
  position: relative;
}

#top-mainview-dl dd li:first-child {
  background: url(../img/ico_crown.webp) center top no-repeat;
  background-size: 4.1vw auto;
}

#top-mainview-dl dd li:last-child {
  background: url(../img/ico_diamond.webp) center top no-repeat;
  background-size: 4.44vw auto;
}

#top-mainview-dl dd li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.79vw;
  height: 15.26vw;
  background: url(../img/bg_gekkeijyu_l.webp) center center/100% auto no-repeat;
  margin: -7.63vw 0 0;
}

#top-mainview-dl dd li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4.79vw;
  height: 15.26vw;
  background: url(../img/bg_gekkeijyu_r.webp) center center/100% auto no-repeat;
  margin: -7.63vw 0 0;
}

#top-mainview-dl dd li strong {
  font-size: 5.38vw;
  font-weight: 500;
}

#top-mainview-dl {
  content-visibility: auto;
  contain-intrinsic-size: 1px 600px;
}

@media screen and (min-width: 900px) {
  #top-mainview-dl {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: url(../img/bg_partnership_pc.webp) center top/cover no-repeat;
    padding: 5.07vw 0;
  }
  #top-mainview-dl dt {
    width: 39.85vw;
    margin: 0 5.07vw 0 0;
    padding: 0;
  }
  #top-mainview-dl dd {
    width: 39.85vw;
  }
  #top-mainview-dl dd li {
    padding: 2.17vw 0;
    font-size: 1.74vw;
  }
  #top-mainview-dl dd li:first-child {
    background-size: 1.81vw auto;
  }
  #top-mainview-dl dd li:last-child {
    background-size: 1.95vw auto;
  }
  #top-mainview-dl dd li:before {
    width: 2.17vw;
    height: 6.81vw;
    margin: -3.4vw 0 0;
  }
  #top-mainview-dl dd li:after {
    width: 2.17vw;
    height: 6.81vw;
    margin: -3.4vw 0 0;
  }
  #top-mainview-dl dd li strong {
    font-size: 2.32vw;
  }
}
@media screen and (min-width: 1380px) {
  #top-mainview-dl {
    padding: 70px 0;
  }
  #top-mainview-dl dt {
    width: 550px;
    margin: 0 70px 0 0;
  }
  #top-mainview-dl dd {
    width: 550px;
  }
  #top-mainview-dl dd li {
    padding: 30px 0;
    font-size: 24px;
  }
  #top-mainview-dl dd li:first-child {
    background-size: 25px auto;
  }
  #top-mainview-dl dd li:last-child {
    background-size: 27px auto;
  }
  #top-mainview-dl dd li:before {
    width: 30px;
    height: 94px;
    margin: -47px 0 0;
  }
  #top-mainview-dl dd li:after {
    width: 30px;
    height: 94px;
    margin: -47px 0 0;
  }
  #top-mainview-dl dd li strong {
    font-size: 32px;
  }
}
#top-index-sec1 {
  background: linear-gradient(to bottom, rgb(240, 247, 253) 0%, rgb(255, 255, 255) 100%);
  padding: 15.38vw 0 0;
}

#top-art-index h1 {
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
  font-size: 4.62vw;
  font-weight: 600;
}

#top-art-index h1 span {
  font-size: 5.13vw;
  color: #0058a7;
}

#top-art-index h1 strong {
  border-bottom: 1px #0058a7 solid;
  font-size: 7.18vw;
  color: #0058a7;
  font-weight: 600;
}

#top-saiteki-ul {
  background: url(../img/img_sodan.webp) right -14.87vw top 0/53.07vw auto no-repeat;
  padding: 10.25vw 0 19.23vw;
}

#top-saiteki-ul li {
  line-height: 1.5;
  background: url(../img/ico_checkbox.webp) 5.13vw 1.54vw/6.15vw auto no-repeat;
  padding: 1.54vw 0 4.1vw 14.36vw;
  font-size: 4.62vw;
  font-weight: 600;
  list-style: none;
}

@media screen and (min-width: 900px) {
  #top-index-sec1 {
    padding: 5.43vw 0 0;
  }
  #top-art-index h1 {
    margin: 0 auto 2.17vw;
    font-size: 2.32vw;
  }
  #top-art-index h1 span {
    font-size: 2.61vw;
  }
  #top-art-index h1 strong {
    font-size: 3.48vw;
  }
  #top-saiteki-ul {
    width: 57.97vw;
    background: url(../img/img_sodan.webp) right 1.88vw top 0/25.65vw auto no-repeat;
    margin: 0 auto;
    padding: 5.8vw 0 4.35vw 7.97vw;
  }
  #top-saiteki-ul li {
    background: url(../img/ico_checkbox.webp) left 0.43vw/1.96vw auto no-repeat;
    padding: 0 0 2.17vw 3.26vw;
    font-size: 1.74vw;
  }
}
@media screen and (min-width: 1380px) {
  #top-index-sec1 {
    padding: 75px 0 0;
  }
  #top-art-index h1 {
    margin: 0 auto 30px;
    font-size: 32px;
  }
  #top-art-index h1 span {
    font-size: 36px;
  }
  #top-art-index h1 strong {
    font-size: 48px;
  }
  #top-saiteki-ul {
    width: 800px;
    background: url(../img/img_sodan.webp) right 26px top 0/354px auto no-repeat;
    padding: 80px 0 60px 110px;
  }
  #top-saiteki-ul li {
    background: url(../img/ico_checkbox.webp) left 6px/27px auto no-repeat;
    padding: 0 0 30px 45px;
    font-size: 24px;
  }
}
#top-sodan3-dl {
  padding: 0 0 15.38vw;
}

#top-sodan3-dl dt {
  width: 74.36vw;
  margin: 0 auto;
  padding: 0 0 15.38vw;
  position: relative;
}

#top-sodan3-dl dt:after {
  content: "";
  position: absolute;
  bottom: 6.41vw;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #25a6ef transparent transparent transparent;
  border-width: 2.56vw 3.59vw 0 3.59vw;
  margin: 0 0 0 -3.59vw;
}

#top-sodan3-dl dt mark {
  display: block;
  height: 12.8vw;
  line-height: 12.8vw;
  background: #3aaded;
  text-align: center;
  margin: 0 0 3.08vw;
  font-size: 7.18vw;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.77vw;
}

#top-sodan3-dl span {
  display: block;
  text-align: center;
  font-size: 6.15vw;
  font-weight: 600;
}

#top-sodan3-dl span strong {
  font-size: 7.18vw;
  font-weight: 600;
}

#top-sodan3-dl dd {
  padding: 0 5.13vw;
}

#top-sodan3-dl dd h3 {
  display: table;
  text-align: center;
  margin: 0 auto 6.15vw;
  font-size: 4.62vw;
  color: #0058a7;
  letter-spacing: 0.64vw;
  position: relative;
}

#top-sodan3-dl dd h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7.69vw;
  width: 5.13vw;
  height: 0.51vw;
  background: #0058a7;
  margin: -0.25vw 0 0;
}

#top-sodan3-dl dd h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7.69vw;
  width: 5.13vw;
  height: 0.51vw;
  background: #0058a7;
  margin: -0.25vw 0 0;
}

.p-top-sodan-clinic__list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .p-top-sodan-clinic__list {
    width: 46.95vw;
    max-width: 648px;
  }
}
.p-top-sodan-clinic__item {
  width: 28.2vw;
  height: 28.2vw;
  background: url(../img/bg_3clinic.webp) center center/100% auto no-repeat;
  list-style: none;
  font-size: 3.59vw;
}
@media screen and (min-width: 900px) {
  .p-top-sodan-clinic__item {
    font-size: min(1.757vw, 24px);
    width: 14.71vw;
    height: 14.71vw;
    max-width: 203px;
    max-height: 203px;
  }
}
.p-top-sodan-clinic__link {
  text-decoration: none;
  color: inherit;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.p-top-sodan-clinic__link::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 0.7em;
  aspect-ratio: 3/2;
  right: 50%;
  transform: translateX(50%);
  bottom: 1em;
}
.p-top-sodan-clinic__name {
  margin-bottom: 0.5em;
  font-size: 4.1vw;
  color: #0058a7;
  font-weight: 500;
}
@media screen and (min-width: 900px) {
  .p-top-sodan-clinic__name {
    font-size: min(2.05vw, 28px);
  }
}
.p-top-sodan-clinic__access {
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}
.p-top-sodan-clinic__access-num {
  font-size: 1.28em;
  font-weight: 600;
}

@media screen and (min-width: 900px) {
  #top-sodan3-dl {
    padding: 0 0 5.8vw;
  }
  #top-sodan3-dl dt {
    width: 57.97vw;
    padding: 0 0 7.24vw;
  }
  #top-sodan3-dl dt:after {
    bottom: 3.26vw;
    border-width: 1.23vw 1.74vw 0 1.74vw;
    margin: 0 0 0 -1.74vw;
  }
  #top-sodan3-dl dt mark {
    height: 6.3vw;
    line-height: 6.3vw;
    margin: 0 0 1.3vw;
    font-size: 3.48vw;
    letter-spacing: 0.29vw;
  }
  #top-sodan3-dl span {
    font-size: 2.9vw;
  }
  #top-sodan3-dl span strong {
    font-size: 3.33vw;
  }
  #top-sodan3-dl dd {
    padding: 0;
  }
  #top-sodan3-dl dd h3 {
    margin: 0 auto 1.74vw;
    font-size: 2.03vw;
    letter-spacing: 0.29vw;
  }
  #top-sodan3-dl dd h3:before {
    left: -2.9vw;
    width: 2.17vw;
    height: 0.15vw;
    margin: -0.07vw 0 0;
  }
  #top-sodan3-dl dd h3:after {
    right: -2.9vw;
    width: 2.17vw;
    height: 0.15vw;
    margin: -0.07vw 0 0;
  }
}
@media screen and (min-width: 1380px) {
  #top-sodan3-dl {
    padding: 0 0 80px;
  }
  #top-sodan3-dl dt {
    width: 800px;
    padding: 0 0 100px;
  }
  #top-sodan3-dl dt:after {
    bottom: 45px;
    border-width: 17px 24px 0 24px;
    margin: 0 0 0 -24px;
  }
  #top-sodan3-dl dt mark {
    height: 87px;
    line-height: 87px;
    margin: 0 0 18px;
    font-size: 48px;
    letter-spacing: 4px;
  }
  #top-sodan3-dl span {
    font-size: 40px;
  }
  #top-sodan3-dl span strong {
    font-size: 46px;
  }
  #top-sodan3-dl dd {
    padding: 0;
  }
  #top-sodan3-dl dd h3 {
    margin: 0 auto 24px;
    font-size: 28px;
    letter-spacing: 4px;
  }
  #top-sodan3-dl dd h3:before {
    left: -40px;
    width: 30px;
    height: 2px;
    margin: -1px 0 0;
  }
  #top-sodan3-dl dd h3:after {
    right: -40px;
    width: 30px;
    height: 2px;
    margin: -1px 0 0;
  }
}
#top-index-sec2 {
  background: #f2f6fa;
  position: relative;
}

#top-index-sec2:before {
  content: "";
  position: absolute;
}

.p-top-index-sec2 {
  --bdh: 5.13vw;
  --bdw: 7.69vw;
}
@media screen and (min-width: 900px) {
  .p-top-index-sec2 {
    --bdh: min(1.45vw, 20px);
    --bdw: min(2.17vw, 30px);
  }
}
.p-top-index-sec2__lead {
  background: linear-gradient(135deg, rgb(0, 88, 167) 0%, rgb(0, 160, 210) 100%);
  text-align: center;
  font-size: 5.13vw;
  color: #fff;
  text-align: left;
  line-height: 1.56;
}
@media screen and (min-width: 900px) {
  .p-top-index-sec2__lead {
    text-align: center;
    font-size: min(2.635vw, 36px);
  }
}
.p-top-index-sec2__lead::after, .p-top-index-sec2__lead::before {
  content: "";
  display: block;
  position: absolute;
}
.p-top-index-sec2__lead::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #f2f6fa transparent;
  border-width: 0 0 var(--bdh) var(--bdw);
  z-index: 4;
}
.p-top-index-sec2__lead::after {
  right: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #f2f6fa;
  border-width: var(--bdh) 0 0 var(--bdw);
  z-index: 4;
}
.p-top-index-sec2__lead-wrap {
  position: relative;
}
.p-top-index-sec2__lead-wrap::after, .p-top-index-sec2__lead-wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: calc(50% - var(--bdw) + 1px);
  height: var(--bdh);
  background: #f2f6fa;
  z-index: 3;
}
.p-top-index-sec2__lead-wrap::before {
  left: 0;
}
.p-top-index-sec2__lead-wrap::after {
  right: 0;
}
.p-top-index-sec2__lead-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 1.8em 5.13vw calc(1.8em + var(--bdh));
}
@media screen and (min-width: 900px) {
  .p-top-index-sec2__lead-inner {
    width: 58.5vw;
  }
}
.p-top-index-sec2__lead-image {
  position: absolute;
  right: 5.13vw;
  bottom: var(--bdh);
  top: 0;
}
@media screen and (min-width: 900px) {
  .p-top-index-sec2__lead-image {
    right: 0;
  }
}
.p-top-index-sec2__lead-image-item {
  height: 100%;
  width: auto;
  object-fit: contain;
}

#top-index-sec2 h2 mark {
  display: table;
  text-align: center;
  background: none;
  border-bottom: 1px #fff solid;
  margin: 0 auto;
  padding: 0 0 0.58vw;
  color: #fff;
  letter-spacing: 0.51vw;
}

#top-index-sec2 h2 span {
  font-size: 7.18vw;
  font-weight: 500;
}

#top-index-sec2 h2 strong {
  font-size: 7.18vw;
  font-weight: 500;
}

#top-index-sec2 h2 em {
  display: inline-block;
  font-style: normal;
  position: relative;
}

#top-index-sec2 h2 em:before {
  content: "";
  position: absolute;
  top: -4.62vw;
  left: 50%;
  width: 1.12vw;
  height: 1.12vw;
  background: #acdaf2;
  border-radius: 1.12vw;
  margin: 0 0 0 -0.56vw;
}

@media screen and (min-width: 900px) {
  #top-index-sec2 h2 mark {
    padding: 0 0 0.58vw;
    letter-spacing: 0.22vw;
  }
  #top-index-sec2 h2 span {
    font-size: 3.19vw;
  }
  #top-index-sec2 h2 strong {
    font-size: 3.19vw;
  }
  #top-index-sec2 h2 em:before {
    top: -1.01vw;
    width: 0.44vw;
    height: 0.44vw;
    border-radius: 0.44vw;
    margin: 0 0 0 -0.22vw;
  }
}
@media screen and (min-width: 1380px) {
  #top-index-sec2:before {
    top: 197px;
    right: calc(50% + 30px);
    width: calc(50vw + 30px);
    height: 20px;
  }
  #top-index-sec2:after {
    top: 197px;
    left: calc(50% + 30px);
    width: calc(50vw + 30px);
    height: 20px;
  }
  #top-index-sec2 h2 mark {
    padding: 0 0 8px;
    letter-spacing: 3px;
  }
  #top-index-sec2 h2 span {
    font-size: 44px;
  }
  #top-index-sec2 h2 strong {
    font-size: 44px;
  }
  #top-index-sec2 h2 em:before {
    top: -14px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0 0 0 -3px;
  }
}
/* ----------------------------------------------
 ! top-reserve
 ---------------------------------------------- */
.p-top-reserve {
  background-color: #fff;
  padding: 12.8vw 0;
}
@media screen and (min-width: 900px) {
  .p-top-reserve {
    padding: min(4.35vw, 60px) 0;
  }
}
.p-top-reserve__inner {
  margin-left: auto;
  margin-right: auto;
  width: 89.74vw;
}
@media screen and (min-width: 900px) {
  .p-top-reserve__inner {
    max-width: 1000px;
    width: 73.2vw;
  }
}
.p-top-reserve__clinic-list {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 12.8vw;
  line-height: 1.3;
}
@media screen and (min-width: 900px) {
  .p-top-reserve__clinic-list {
    column-gap: min(5.27vw, 72px);
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top-reserve__clinic-name {
  font-size: 6.154vw;
  color: #0058a7;
}
@media screen and (min-width: 900px) {
  .p-top-reserve__clinic-name {
    font-size: min(1.757vw, 24px);
  }
}
.p-top-reserve__clinic-name::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #0058a7;
  margin: 0.85em auto;
}
.p-top-reserve__contact-list {
  display: inline-flex;
  flex-direction: column;
  row-gap: 0.07em;
  list-style: none;
  text-align: left;
  font-size: 7.179vw;
  font-weight: bold;
  font-family: "Bellota", serif;
}
@media screen and (min-width: 900px) {
  .p-top-reserve__contact-list {
    font-size: min(2.05vw, 28px);
  }
}
.p-top-reserve__icon {
  width: 1em;
  display: inline-block;
  margin-top: 0.15em;
}
.p-top-reserve__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-reserve__icon--web {
  width: 1.6em;
}
.p-top-reserve__note {
  font-size: 0.5em;
  font-family: "Noto Sans JP", serif;
}
.p-top-reserve__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #0058a7;
  column-gap: 0.28em;
}
.p-top-reserve__link--web {
  justify-content: center;
}
.p-top-reserve__text, .p-top-reserve__note {
  white-space: nowrap;
}
.p-top-reserve__btn {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.66em;
  padding: 0.9em 0;
}
.p-top-reserve__web {
  background-color: #e0effd;
  font-size: 4.615vw;
  font-weight: bold;
  color: #0058a7;
  margin-top: 1.16em;
}
@media screen and (min-width: 900px) {
  .p-top-reserve__web {
    font-size: min(1.318vw, 18px);
  }
}

/* ----------------------------------------------
 ! top-art-PFA
 ---------------------------------------------- */
.txt-wt {
  color: #fff;
}

.txt-wt mark {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.top-h2 {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 7.179vw;
  line-height: 1.3;
}
@media screen and (min-width: 900px) {
  .top-h2 {
    font-size: min(2.928vw, 40px);
  }
}
.top-h2 span {
  display: table;
  background-image: url(../img/ico_kirakira_blue.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.23em auto;
  margin: 0 auto 1.25em;
  padding: 0.25em 0 0.25em 1.665em;
  font-size: 0.428em;
  font-family: "Bellota", serif;
  font-weight: 400;
  color: #0058a7;
}
@media screen and (min-width: 900px) {
  .top-h2 span {
    font-size: 0.35em;
  }
}
.top-h2 strong {
  display: block;
}
.top-h2--w {
  color: #fff;
}
.top-h2--w span {
  color: #fff;
  background-image: url(../img/ico_kirakira_white.webp);
}

.top-PFA-sec {
  padding: 12.8vw 0;
  background-color: #f2f6fa;
}
@media screen and (min-width: 900px) {
  .top-PFA-sec {
    padding: min(5.85vw, 80px) 0;
  }
}
@media screen and (min-width: 900px) {
  .top-PFA-sec:nth-of-type(2n) .top-PFA-dl {
    flex-direction: row;
  }
}
.top-PFA-sec:nth-of-type(2n + 1) .top-PFA-dt {
  box-shadow: 10px 10px 20px #a6c0e3;
}
.top-PFA-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 5.13vw;
}
@media screen and (min-width: 900px) {
  .top-PFA-inner {
    padding: 0;
    width: 58.5vw;
    max-width: 800px;
  }
}
.top-PFA-lv3Head {
  font-size: 5.128vw;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .top-PFA-lv3Head {
    font-size: min(1.903vw, 26px);
    text-align: left;
  }
}
.top-PFA-lv4Head {
  font-size: 5.128vw;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 0.76em;
  line-height: 1.61;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .top-PFA-lv4Head {
    font-size: min(1.903vw, 26px);
  }
}
.top-PFA-table img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.top-PFA-dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (min-width: 900px) {
  .top-PFA-dl {
    flex-direction: row-reverse;
  }
}
.top-PFA-dl--select {
  align-items: flex-start;
}
.top-PFA-dt {
  width: 87vw;
  margin: 0 auto 10.2vw;
}
@media screen and (min-width: 900px) {
  .top-PFA-dt {
    width: 43.75%;
    margin: 0;
  }
}
.top-PFA-dt img {
  max-width: 100%;
  height: auto;
}
.top-PFA-dd {
  font-size: 3.85vw;
  line-height: 2.13;
}
@media screen and (min-width: 900px) {
  .top-PFA-dd {
    font-size: min(1.171vw, 16px);
    width: 48.75%;
  }
}

.btn_insta_PFA {
  width: 82.3vw;
  margin: auto;
  list-style: none;
}

.btn_insta_PFA li {
  background: #fff url(../img/ico_instagram.webp) 3.9vw center/6.4vw no-repeat;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.btn_insta_PFA li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.3vw;
  letter-spacing: 0.1em;
  color: #444;
  font-weight: bold;
  text-decoration: none;
  padding: 5.1vw 0 5.1vw 7.4vw;
}

.btn_insta_PFA li a:hover {
  opacity: 0.7;
  transition: 1s;
  cursor: pointer;
}

@media screen and (min-width: 900px) {
  .btn_insta_PFA {
    width: 23.5vw;
  }
  .btn_insta_PFA li {
    background: #fff url(../img/ico_instagram.webp) 1.4vw center/1.8vw no-repeat;
  }
  .btn_insta_PFA li a {
    font-size: 0.9vw;
    padding: 1.4vw 0 1.4vw 2.1vw;
  }
}
@media screen and (min-width: 1380px) {
  .btn_insta_PFA {
    width: 321px;
  }
  .btn_insta_PFA li {
    background: #fff url(../img/ico_instagram.webp) 15px center/25px no-repeat;
  }
  .btn_insta_PFA li a {
    font-size: 13px;
    padding: 20px 0 20px 29px;
  }
}
.top-h2-wt {
  text-align: center;
  color: #fff;
  padding: 0 0 12.8vw;
}

.top-h2-wt span {
  display: table;
  background: url(../img/title-wt-icon.svg) left center no-repeat;
  background-size: 3.79vw auto;
  margin: 0 auto 3.85vw;
  padding: 0.77vw 0 0.77vw 5.13vw;
  font-size: 3.08vw;
  color: #fff;
  font-family: "Bellota", serif;
  font-weight: 400;
}

.top-h2-wt strong {
  line-height: 1.3;
  display: block;
  font-size: 7.18vw;
  color: #fff;
}

@media screen and (min-width: 900px) {
  .top-h2-wt {
    padding: 0 0 4.35vw;
  }
  .top-h2-wt span {
    background-size: 1.09vw auto;
    margin: 0 auto 1.3vw;
    padding: 0.22vw 0 0.22vw 1.45vw;
    font-size: 1.01vw;
  }
  .top-h2-wt strong {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1380px) {
  .top-h2-wt {
    padding: 0 0 60px;
  }
  .top-h2-wt span {
    background-size: 15px auto;
    margin: 0 auto 18px;
    padding: 3px 0 3px 20px;
    font-size: 14px;
  }
  .top-h2-wt strong {
    font-size: 40px;
  }
}
.bg-blue {
  background: #DEEFFF;
}

/* ----------------------------------------------
 ! top-art-feature
 ---------------------------------------------- */
#top-art-feature {
  background: #fff;
}

.top-feature-sec {
  padding: 12.8vw 0 0;
}

#top-feature-wrap .top-feature-sec:nth-child(even) {
  background: linear-gradient(135deg, rgba(166, 192, 227, 0.06) 0%, rgba(166, 192, 227, 0.38) 100%);
}

@media screen and (min-width: 900px) {
  .top-feature-sec {
    min-height: 29.92vw;
    padding: 4.35vw 0 0;
    position: relative;
  }
}
@media screen and (min-width: 1380px) {
  .top-feature-sec {
    min-height: 413px;
    padding: 60px 0 0;
  }
}
.top-h2-basic {
  text-align: center;
  padding: 14.87vw 0 0;
}

.top-h2-basic span {
  display: table;
  background: url(../img/ico_kirakira_blue.webp) left center no-repeat;
  background-size: 3.79vw auto;
  margin: 0 auto 3.85vw;
  padding: 0.77vw 0 0.77vw 5.13vw;
  font-size: 3.08vw;
  color: #0058A7;
  font-family: "Bellota", serif;
  font-weight: 400;
}

.top-h2-basic strong {
  line-height: 1.3;
  display: block;
  font-size: 7.18vw;
  color: #333;
}

@media screen and (min-width: 900px) {
  .top-h2-basic {
    padding: 5.8vw 0 0;
  }
  .top-h2-basic span {
    background-size: 1.09vw auto;
    margin: 0 auto 1.3vw;
    padding: 0.22vw 0 0.22vw 1.45vw;
    font-size: 1.01vw;
  }
  .top-h2-basic strong {
    font-size: 2.9vw;
  }
}
@media screen and (min-width: 1380px) {
  .top-h2-basic {
    padding: 80px 0 0;
  }
  .top-h2-basic span {
    background-size: 15px auto;
    margin: 0 auto 18px;
    padding: 3px 0 3px 20px;
    font-size: 14px;
  }
  .top-h2-basic strong {
    font-size: 40px;
  }
}
.top-feature-sec h3 {
  text-align: center;
  padding: 0 0 7.69vw;
}

.top-feature-sec h3 span {
  display: table;
  border-bottom: 1px #0058A7 solid;
  text-align: center;
  margin: 0 auto 5.13vw;
  padding: 0 0 3.08vw;
  font-size: 10.25vw;
  color: #0058A7;
  font-family: "Bellota", serif;
  font-weight: 400;
}

.top-feature-sec h3 strong {
  line-height: 1.4;
  display: block;
  font-size: 5.13vw;
  font-weight: 500;
}

.top-feature-dl dt {
  width: 87vw;
  margin: 0 auto 4.01vw;
}

.top-feature-dl dt img {
  width: 100%;
  height: auto;
}

.top-feature-dl dd {
  padding: 0 5.13vw 8.1vw;
}

.top-feature-dl dd p {
  line-height: 1.8;
  padding: 0 0 3.85vw;
  font-size: 3.85vw;
}

.top-feature-bnr {
  padding: 0 5.13vw 10.25vw;
}

.top-feature-bnr img {
  width: 100%;
  height: auto;
}

.txt-grey {
  font-size: 3vw;
  line-height: 1.67;
  color: #777777;
  padding: 0 5.13vw 4.1vw;
}

.txt-grey p {
  margin: 0 0 1em;
}

.txt-grey ul {
  list-style: none;
}

.txt-grey li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin: 0 0 1em;
}

@media screen and (min-width: 900px) {
  .top-feature-sec h3 {
    width: 72.46vw;
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }
  #top-feature-wrap .top-feature-sec:nth-child(odd) h3 {
    padding: 0 0 1.45vw 37.68vw;
  }
  #top-feature-wrap .top-feature-sec:nth-child(even) h3 {
    padding: 0 37.68vw 1.45vw 0;
  }
  .top-feature-sec h3 span {
    text-align: left;
    margin: 0 0 1.45vw;
    padding: 2.17vw 0 0.72vw;
    font-size: 2.9vw;
  }
  .top-feature-sec h3 strong {
    font-size: 1.88vw;
  }
  .top-feature-dl {
    width: 72.46vw;
    margin: 0 auto;
    padding: 0 0 3.62vw;
  }
  #top-feature-wrap .top-feature-sec:nth-child(odd) .top-feature-dl dt {
    left: 50%;
    margin: 0 0 0 -37.68vw;
  }
  #top-feature-wrap .top-feature-sec:nth-child(even) .top-feature-dl dt {
    right: 50%;
    margin: 0 -37.68vw 0 0;
  }
  .top-feature-dl dt {
    position: absolute;
    top: 4.35vw;
    width: 34.78vw;
    margin: 0;
  }
  .top-feature-dl dd {
    padding: 0;
  }
  #top-feature-wrap .top-feature-sec:nth-child(odd) .top-feature-dl dd {
    padding: 0 0 0 37.68vw;
  }
  #top-feature-wrap .top-feature-sec:nth-child(even) .top-feature-dl dd {
    padding: 0 37.68vw 0 0;
  }
  .top-feature-dl dd p {
    padding: 0 0 1.16vw;
    font-size: 1.16vw;
  }
  .top-feature-bnr {
    width: 39.85vw;
    margin: 0 auto;
    padding: 0 0 4.35vw;
  }
  .txt-grey {
    font-size: 0.8vw;
    padding: 0 0 3.62vw;
    width: 72.46vw;
    margin: -2.62vw auto 0;
  }
}
@media screen and (min-width: 1380px) {
  .top-feature-sec h3 {
    width: 1000px;
  }
  #top-feature-wrap .top-feature-sec:nth-child(odd) h3 {
    padding: 0 0 20px 520px;
  }
  #top-feature-wrap .top-feature-sec:nth-child(even) h3 {
    padding: 0 520px 20px 0;
  }
  .top-feature-sec h3 span {
    text-align: left;
    margin: 0 0 20px;
    padding: 30px 0 10px;
    font-size: 40px;
  }
  .top-feature-sec h3 strong {
    font-size: 26px;
  }
  .top-feature-dl {
    width: 1000px;
    padding: 0 0 50px;
  }
  #top-feature-wrap .top-feature-sec:nth-child(odd) .top-feature-dl dt {
    margin: 0 0 0 -520px;
  }
  #top-feature-wrap .top-feature-sec:nth-child(even) .top-feature-dl dt {
    margin: 0 -520px 0 0;
  }
  .top-feature-dl dt {
    top: 60px;
    width: 480px;
  }
  #top-feature-wrap .top-feature-sec:nth-child(odd) .top-feature-dl dd {
    padding: 0 0 0 520px;
  }
  #top-feature-wrap .top-feature-sec:nth-child(even) .top-feature-dl dd {
    padding: 0 520px 0 0;
  }
  .top-feature-dl dd p {
    padding: 0 0 16px;
    font-size: 16px;
  }
  .top-feature-bnr {
    width: 550px;
    padding: 0 0 60px;
  }
  .txt-grey {
    font-size: 12px;
    padding: 0 0 60px;
    width: 1000px;
    margin: -33px auto 0;
  }
}
/* ----------------------------------------------
 ! top-art-invisalign
 ---------------------------------------------- */
#top-art-invisalign {
  background-color: #F2F6FA;
}

#top-taio-sec {
  background: #f0f7fd;
  padding: 15.38vw 5.13vw 12.8vw;
}

#top-taio-sec h3 {
  display: table;
  border-bottom: 1px #3aaded solid;
  text-align: center;
  margin: 0 auto 7.69vw;
  padding: 0 0 2.56vw;
  font-size: 7.18vw;
  font-weight: 500;
}

#top-taio-sec dt {
  padding: 0 0 9.23vw;
}

#top-taio-sec dt img {
  width: 100%;
  height: auto;
}

#top-taio-sec dd p {
  line-height: 1.6;
  font-size: 3.85vw;
}

@media screen and (min-width: 900px) {
  #top-taio-sec {
    padding: 6.52vw 0 5.8vw;
  }
  #top-taio-sec h3 {
    margin: 0 auto 2.9vw;
    padding: 0 0 1.01vw;
    font-size: 2.9vw;
  }
  #top-taio-sec dl {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 72.46vw;
    margin: 0 auto;
  }
  #top-taio-sec dt {
    width: 41.44vw;
    padding: 0;
  }
  #top-taio-sec dd {
    width: 28.98vw;
  }
  #top-taio-sec dd p {
    font-size: 1.16vw;
  }
}
@media screen and (min-width: 1380px) {
  #top-taio-sec {
    padding: 90px 0 80px;
  }
  #top-taio-sec h3 {
    margin: 0 auto 40px;
    padding: 0 0 14px;
    font-size: 40px;
  }
  #top-taio-sec dl {
    width: 1000px;
  }
  #top-taio-sec dt {
    width: 572px;
  }
  #top-taio-sec dd {
    width: 400px;
  }
  #top-taio-sec dd p {
    font-size: 16px;
  }
}
/* ----------------------------------------------
 ! top-art-slider
 ---------------------------------------------- */
.top-art-slider {
  background: #fff;
  padding: 0 0 19.48vw;
  position: relative;
}

.top-art-slider:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 43vw;
  background: linear-gradient(to right, rgba(166, 192, 227, 0.06) 0%, rgba(166, 192, 227, 0.38) 100%);
  z-index: 1;
}

.top-slider-box {
  min-height: 40vw;
  margin: 10.25vw 0 0;
  position: relative;
  z-index: 2;
}

.top-slider-sec {
  width: 74.35vw;
  box-shadow: 1.03vw 1.03vw 3.09vw 1.28vw #A6C0E3;
  margin: 2.56vw 12.32vw 4.1vw;
}

.top-slider-sec figure img {
  width: 100%;
  height: auto;
}

.top-slider-sec div {
  min-height: 90vw;
  background: #fff;
  padding: 8.97vw 7.69vw 7.69vw;
}

.top-slider-sec div h3 {
  text-align: center;
  padding: 0 0 7.69vw;
  font-size: 5.13vw;
  font-weight: 500;
}

.top-slider-sec div h3 span {
  display: block;
  padding: 0 0 6.15vw;
  font-size: 8.21vw;
  color: #0058A7;
  font-family: "Bellota", serif;
  font-weight: 600;
}

.top-slider-sec div p {
  line-height: 2;
  font-size: 3.85vw;
}

.top-slider-sec div dl {
  display: flex;
  flex-flow: row wrap;
  line-height: 2;
  font-size: 3.85vw;
}

.top-slider-sec div dt {
  width: 40%;
}

.top-slider-sec div dd {
  width: 60%;
}

@media screen and (min-width: 900px) {
  .top-art-slider {
    padding: 0 0 10.87vw;
  }
  .top-art-slider:after {
    height: 28.98vw;
  }
  .top-slider-box {
    width: 60.57vw;
    min-height: 42.82vw;
    box-shadow: none;
    margin: 4.35vw auto 0;
  }
  .top-slider-sec {
    width: 26.81vw;
    box-shadow: 0.29vw 0.29vw 0.87vw 0.36vw #A6C0E3;
    margin: 1.74vw;
  }
  .top-slider-sec div {
    min-height: 27.17vw;
    padding: 2.9vw 2.9vw 3.62vw;
  }
  .top-slider-sec div h3 {
    padding: 0 0 2.9vw;
    font-size: 1.74vw;
  }
  .top-slider-sec div h3 span {
    padding: 0 0 1.74vw;
    font-size: 2.32vw;
  }
  .top-slider-sec div p {
    font-size: 1.16vw;
  }
  .top-slider-sec div dl {
    font-size: 1.16vw;
  }
}
@media screen and (min-width: 1380px) {
  .top-art-slider {
    padding: 0 0 150px;
  }
  .top-art-slider:after {
    height: 400px;
  }
  .top-slider-box {
    width: 836px;
    min-height: 591px;
    margin: 60px auto 0;
  }
  .top-slider-sec {
    width: 370px;
    box-shadow: 4px 4px 12px 5px #A6C0E3;
    margin: 24px;
  }
  .top-slider-sec div {
    min-height: 375px;
    padding: 40px 40px 50px;
  }
  .top-slider-sec div h3 {
    padding: 0 0 40px;
    font-size: 24px;
  }
  .top-slider-sec div h3 span {
    padding: 0 0 24px;
    font-size: 32px;
  }
  .top-slider-sec div p {
    font-size: 16px;
  }
  .top-slider-sec div dl {
    font-size: 16px;
  }
  .top-slider-sec div dt {
    width: 40%;
  }
  .top-slider-sec div dd {
    width: 60%;
  }
}
.slick-arrow {
  position: absolute;
  top: 64.09vw;
  border: none;
  text-indent: -9999px;
  z-index: 999;
}

.slick-prev {
  left: 6.15vw;
  width: 10.25vw;
  height: 10.25vw;
  background: url(../img/ico_prev.webp) center center/100% auto no-repeat;
}

.slick-next {
  right: 6.15vw;
  width: 10.25vw;
  height: 10.25vw;
  background: url(../img/ico_next.webp) center center/100% auto no-repeat;
}

.slick-arrow:hover {
  opacity: 0.7;
  transition: 1s;
  cursor: pointer;
}

.slick-dots {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  position: absolute;
  bottom: -7.69vw;
  left: 0;
  width: 100%;
}

.slick-dots li {
  list-style: none;
}

.slick-dots li button {
  width: 3.85vw;
  height: 3.85vw;
  background: none;
  border: 1px #0058A7 solid;
  border-radius: 3.85vw;
  margin: 0 1.09vw;
  font-size: 0.58vw;
  color: #EAF0F8;
}

.slick-dots li button:hover {
  opacity: 0.7;
  transition: 1s;
  cursor: pointer;
}

.slick-active button {
  background: #0058A7 !important;
  color: #0058A7 !important;
}

@media screen and (min-width: 900px) {
  .slick-arrow {
    top: 15.94vw;
  }
  .slick-prev {
    left: -3.48vw;
    width: 4.35vw;
    height: 4.35vw;
  }
  .slick-next {
    right: -3.48vw;
    width: 4.35vw;
    height: 4.35vw;
  }
  .slick-dots {
    bottom: -4.35vw;
  }
  .slick-dots li button {
    width: 1.45vw;
    height: 1.45vw;
    border-radius: 1.45vw;
    margin: 0 0.58vw;
    font-size: 0.58vw;
  }
}
@media screen and (min-width: 1380px) {
  .slick-arrow {
    top: 220px;
  }
  .slick-prev {
    left: -20px;
    width: 60px;
    height: 60px;
  }
  .slick-next {
    right: -20px;
    width: 60px;
    height: 60px;
  }
  .slick-dots {
    bottom: -50px;
  }
  .slick-dots li button {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin: 0 8px;
    font-size: 8px;
  }
}
/* ----------------------------------------------
 ! bnr-free-consultation
 ---------------------------------------------- */
.bnr-free-consultation {
  background: #fff;
  padding: 15.38vw 5.13vw;
}

.bnr-free-consultation figure img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 900px) {
  .bnr-free-consultation {
    padding: 5.8vw 0;
  }
  .bnr-free-consultation figure {
    width: 39.85vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1380px) {
  .bnr-free-consultation {
    padding: 80px 0;
  }
  .bnr-free-consultation figure {
    width: 550px;
  }
}
/* ----------------------------------------------
 ! top-art-price
 ---------------------------------------------- */
#top-art-price {
  background: #f2f6fa;
}

#top-price-sec {
  padding: 10.25vw 5.13vw 0;
}

#top-price-sec figure {
  padding: 0 0 5.13vw;
}

#top-price-sec figure img {
  width: 100%;
  height: auto;
}

#top-price-sec div {
  padding: 0 0 6.66vw;
}

#top-price-txt {
  border-bottom: 1px #444 solid;
  text-align: center;
  margin: 0 0 5.13vw;
  padding: 0 0 5.13vw;
  font-size: 5.13vw;
  font-weight: 400;
}

#top-price-txt small {
  font-size: 3.59vw;
}

#top-price-txt strong {
  display: inline-block;
  margin: 0 1.54vw;
  font-size: 7.69vw;
  font-weight: 400;
}

#top-price-sec div h3 {
  line-height: 1.4;
  font-size: 5.13vw;
  font-weight: 400;
}

#top-price-sec div dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1.8;
}

#top-price-sec div dt {
  width: 45%;
  font-size: 5.13vw;
}

#top-price-sec div dd {
  width: 55%;
  text-align: right;
  font-size: 7.69vw;
}

#top-price-sec div dd small {
  font-size: 3.59vw;
}

#top-price-note {
  text-align: left;
  line-height: 5.1vw;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

#top-price-note small {
  font-size: 3.08vw;
}

.vh {
  visibility: hidden;
}

@media screen and (min-width: 900px) {
  #top-price-sec {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 72.46vw;
    margin: 0 auto;
    padding: 4.35vw 0;
  }
  #top-price-sec figure {
    width: 39.13vw;
    padding: 0;
  }
  #top-price-sec div {
    width: 30.43vw;
    padding: 0;
  }
  #top-price-txt {
    margin: 0 0 1.45vw;
    padding: 0 0 1.45vw;
    font-size: 1.45vw;
  }
  #top-price-txt small {
    font-size: 1.01vw;
  }
  #top-price-txt strong {
    margin: 0 0.58vw;
    font-size: 2.17vw;
  }
  #top-price-sec div h3 {
    font-size: 1.45vw;
  }
  #top-price-sec div dt {
    font-size: 1.45vw;
  }
  #top-price-sec div dd {
    font-size: 2.17vw;
  }
  #top-price-sec div dd small {
    font-size: 0.8vw;
  }
  #top-price-note {
    text-indent: -0.7em;
    padding-left: 0.7em;
    line-height: 1.4vw;
    margin: 1.4vw 0 0;
  }
  #top-price-note small {
    font-size: 0.87vw;
  }
}
@media screen and (min-width: 1380px) {
  #top-price-sec {
    width: 1000px;
    padding: 60px 0;
  }
  #top-price-sec figure {
    width: 540px;
  }
  #top-price-sec div {
    width: 420px;
  }
  #top-price-txt {
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 20px;
  }
  #top-price-txt small {
    font-size: 14px;
  }
  #top-price-txt strong {
    margin: 0 8px;
    font-size: 30px;
  }
  #top-price-sec div h3 {
    font-size: 20px;
  }
  #top-price-sec div dt {
    font-size: 20px;
  }
  #top-price-sec div dd {
    font-size: 30px;
  }
  #top-price-sec div dd small {
    font-size: 11px;
  }
  #top-price-note {
    text-indent: -1em;
    padding-left: 1em;
    margin: 20px 0 0;
  }
  #top-price-note small {
    font-size: 12px;
  }
}
#top-price-risk {
  border-top: 1px #c4c4c4 solid;
  border-bottom: 1px #c4c4c4 solid;
  margin: 0 5.13vw 10.25vw;
}

#top-price-risk h4 {
  border-bottom: 1px #c4c4c4 dotted;
  margin: 0 0 5.13vw;
  padding: 5.13vw 6.15vw;
  font-size: 3.59vw;
  font-weight: 600;
}

#top-price-risk li {
  line-height: 1.6;
  padding: 0 5.13vw 4.1vw 10.25vw;
  font-size: 3.08vw;
  list-style: none;
  position: relative;
}

#top-price-risk li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 5.13vw;
}

@media screen and (min-width: 900px) {
  #top-price-risk {
    width: 57.97vw;
    margin: 0 auto 4.35vw;
  }
  #top-price-risk h4 {
    margin: 0 0 1.74vw;
    padding: 1.45vw 1.74vw;
    font-size: 1.09vw;
  }
  #top-price-risk li {
    padding: 0 2.9vw 1.16vw 2.9vw;
    font-size: 0.94vw;
  }
  #top-price-risk li:before {
    left: 1.45vw;
  }
}
@media screen and (min-width: 1380px) {
  #top-price-risk {
    width: 800px;
    margin: 0 auto 60px;
  }
  #top-price-risk h4 {
    margin: 0 0 24px;
    padding: 20px 24px;
    font-size: 15px;
  }
  #top-price-risk li {
    padding: 0 40px 16px 40px;
    font-size: 13px;
  }
  #top-price-risk li:before {
    left: 20px;
  }
}
#top-price-option {
  padding: 0 0 10.25vw;
}

#top-price-option h3 {
  line-height: 1.5;
  text-align: center;
  padding: 0 0 12.8vw;
  font-size: 5.13vw;
  font-weight: 500;
  position: relative;
}

#top-price-option h3:after {
  content: "";
  position: absolute;
  bottom: 8.21vw;
  left: 50%;
  width: 5.14vw;
  height: 0.26vw;
  background: #0058a7;
  margin: 0 0 0 -2.57vw;
}

#top-price-option ul {
  padding: 0 5.13vw;
}

#top-price-option li {
  background: #fff;
  border: 1px #0058a7 solid;
  margin: 0 0 4.1vw;
  padding: 7.69vw 5.13vw;
  list-style: none;
  position: relative;
}

#top-price-option li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0058a7 transparent transparent transparent;
  border-width: 2.56vw 3.59vw 0 0;
}

#top-price-option li:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #0058a7 transparent;
  border-width: 0 0 2.56vw 3.59vw;
}

#top-price-option dl {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: relative;
}

#top-price-option dt {
  width: 65%;
  line-height: 1.6;
  padding: 0 0 0 12.8vw;
  font-size: 4.1vw;
  position: relative;
}

#top-price-option dt span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10.26vw;
  height: 10.26vw;
  line-height: 10.26vw;
  background: #0058a7;
  border-radius: 10.26vw;
  text-align: center;
  margin: -5.13vw 0 0;
  font-size: 5.64vw;
  color: #fff;
  font-family: "Bellota", serif;
  font-weight: 600;
}

#top-price-option dd span {
  position: absolute;
  right: 0;
  display: block;
  line-height: 1.3;
  text-align: right;
  font-size: 5.13vw;
  color: #0058a7;
}

#top-price-option li:first-child dd span {
  top: 6.15vw;
}

#top-price-option li:last-child dd span {
  top: 1.23vw;
}

#top-price-option dd small {
  display: block;
  font-size: 3.59vw;
}

#top-price-option dd p {
  line-height: 1.5;
  padding: 5.13vw 0 0 12.8vw;
  font-size: 3.59vw;
}

@media screen and (min-width: 900px) {
  #top-price-option {
    padding: 0 0 5.43vw;
  }
  #top-price-option h3 {
    padding: 0 0 4.71vw;
    font-size: 2.32vw;
  }
  #top-price-option h3:after {
    bottom: 2.9vw;
    width: 2.9vw;
    height: 1px;
    margin: 0 0 0 -1.45vw;
  }
  #top-price-option ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 38.69vw;
    margin: 0 auto;
    padding: 0;
  }
  #top-price-option li {
    width: 18.26vw;
    margin: 0;
    padding: 0 1.45vw 2.17vw;
  }
  #top-price-option li:before {
    border-width: 0.72vw 1.09vw 0 0;
  }
  #top-price-option li:after {
    border-width: 0 0 0.72vw 1.09vw;
  }
  #top-price-option dl {
    flex-flow: column wrap;
    margin: 6.52vw 0 0;
  }
  #top-price-option dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5.07vw;
    text-align: center;
    margin: 0 0 1.45vw;
    padding: 0;
    font-size: 1.16vw;
  }
  #top-price-option dt span {
    top: -4.35vw;
    left: 50%;
    width: 2.9vw;
    height: 2.9vw;
    line-height: 2.9vw;
    border-radius: 2.9vw;
    margin: 0 0 0 -1.45vw;
    font-size: 1.59vw;
  }
  #top-price-option dd {
    width: 100%;
    text-align: center;
  }
  #top-price-option dd span {
    position: static;
    text-align: center;
    font-size: 1.45vw;
  }
  #top-price-option dd small {
    display: inline-block;
    font-size: 1.09vw;
  }
  #top-price-option dd p {
    padding: 1.45vw 0 0 0;
    font-size: 1.01vw;
  }
}
@media screen and (min-width: 1380px) {
  #top-price-option {
    padding: 0 0 75px;
  }
  #top-price-option h3 {
    padding: 0 0 65px;
    font-size: 32px;
  }
  #top-price-option h3:after {
    bottom: 40px;
    width: 40px;
    margin: 0 0 0 -20px;
  }
  #top-price-option ul {
    width: 534px;
  }
  #top-price-option li {
    width: 252px;
    padding: 0 20px 30px;
  }
  #top-price-option li:before {
    border-width: 10px 15px 0 0;
  }
  #top-price-option li:after {
    border-width: 0 0 10px 15px;
  }
  #top-price-option dl {
    margin: 90px 0 0;
  }
  #top-price-option dt {
    height: 70px;
    margin: 0 0 20px;
    font-size: 16px;
  }
  #top-price-option dt span {
    top: -60px;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin: 0 0 0 -20px;
    font-size: 22px;
  }
  #top-price-option dd span {
    font-size: 20px;
  }
  #top-price-option dd small {
    font-size: 15px;
  }
  #top-price-option dd p {
    padding: 20px 0 0 0;
    font-size: 14px;
  }
}
.p-top-price__plans {
  margin: 10.25vw auto;
  padding: 0 5.13vw;
}
@media screen and (min-width: 900px) {
  .p-top-price__plans {
    padding: 0;
    margin: min(4.39vw, 60px) auto;
    width: 43.48vw;
    max-width: 594px;
  }
}
.p-top-price__image img {
  width: 100%;
  height: auto;
}
.p-top-price__note {
  list-style: none;
}
.p-top-price__content {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-top-price__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-top-price__plan {
  margin-top: 5.12vw;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .p-top-price__plan {
    margin-top: min(2.19vw, 30px);
  }
}
.p-top-price__plan-name {
  text-align: center;
  font-size: 4.103vw;
  font-weight: bold;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .p-top-price__plan-name {
    min-height: 0.1vw;
    font-size: min(1.171vw, 16px);
  }
}
.p-top-price__plan-name span {
  padding: 0.7em 1em;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 50em;
  background-color: #fff;
  min-width: 12.8em;
}
.p-top-price__plan-name__fit {
  color: #0058a7;
}
.p-top-price__plan-name__fit span {
  border-color: #0058a7;
}
.p-top-price__plan-note {
  font-size: 3.077vw;
  color: #777;
}
@media screen and (min-width: 900px) {
  .p-top-price__plan-note {
    min-height: 0.1vw;
    font-size: min(0.878vw, 12px);
  }
}
.p-top-price__item {
  font-size: 14.615vw;
  font-weight: 600;
  color: #0058a7;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  column-gap: 0.1em;
  line-height: 1.2;
}
@media screen and (min-width: 900px) {
  .p-top-price__item {
    min-height: 0.1vw;
    font-size: min(4.173vw, 57px);
  }
}
.p-top-price__item-num {
  font-family: "Cormorant Infant", serif;
  font-style: italic;
}
.p-top-price__item-num__monthly {
  font-size: 0.56em;
}
.p-top-price__item-unit {
  font-size: 0.385em;
  position: relative;
  display: inline-block;
  margin-top: 0.7em;
}
.p-top-price__item-unit__monthly {
  margin-top: 0;
  margin-left: -0.15em;
}
.p-top-price__item-tax {
  position: absolute;
  font-size: 0.41em;
  white-space: nowrap;
  top: -1.2em;
  right: 50%;
  transform: translateX(50%);
}
.p-top-price__item-from {
  font-size: 0.385em;
}
.p-top-price__item-label {
  font-size: 3.077vw;
}
@media screen and (min-width: 900px) {
  .p-top-price__item-label {
    min-height: 0.1vw;
    font-size: min(0.878vw, 12px);
  }
}
.p-top-price__item__monthly {
  color: #000;
}
.p-top-price__item-note {
  font-size: 0.21em;
  margin-top: 0.4em;
}
.p-top-price__note {
  font-size: 3.077vw;
  color: #777;
  margin-top: 3.4em;
}
@media screen and (min-width: 900px) {
  .p-top-price__note {
    min-height: 0.1vw;
    font-size: min(0.878vw, 12px);
  }
}
.p-top-price__note-item {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.p-top-price__note-item + .p-top-price__note-item {
  margin-top: 0.5em;
}

/* ----------------------------------------------
 ! top-art-qa
 ---------------------------------------------- */
#top-art-qa {
  background: #fff;
  padding: 0 5.13vw 12.82vw;
}

#top-qa-wrap {
  padding: 10.25vw 0 0;
}

.top-qa-sec {
  border-bottom: 1px #C4C4C4 solid;
}

.top-qa-sec h3 {
  padding: 6.66vw 7.69vw 7.18vw 12.3vw;
  position: relative;
}

.top-qa-sec h3 em {
  position: absolute;
  top: 4.62vw;
  left: 0;
  width: 9.74vw;
  height: 9.74vw;
  line-height: 9.74vw;
  border: 1px #0058A7 solid;
  border-radius: 9.74vw;
  text-align: center;
  font-size: 5.64vw;
  color: #0058A7;
  font-family: "Bellota", serif;
  font-weight: 600;
  font-style: normal;
}

.top-qa-sec h3 strong {
  line-height: 1.6;
  font-size: 4.1vw;
  color: #0058A7;
  font-weight: 600;
}

.top-qa-sec h3 span {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 100%;
  height: 15.38vw;
  margin: -7.69vw 0 0;
}

.top-qa-sec h3 span:hover {
  cursor: pointer;
}

.top-qa-sec h3 span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4vw;
  width: 2vw;
  height: 0.26vw;
  background: #205496;
  transform: rotate(45deg);
}

.top-qa-sec h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2vw;
  height: 0.26vw;
  background: #205496;
  transform: rotate(-45deg);
}

.na4:before {
  right: 0 !important;
}

.na4:after {
  right: 1.4vw !important;
}

.top-qa-box {
  display: none;
  padding: 2.04vw 7.69vw 1.03vw 12.3vw;
  position: relative;
}

.top-qa-box em {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.74vw;
  height: 9.74vw;
  line-height: 9.74vw;
  background: #333;
  border-radius: 9.74vw;
  text-align: center;
  font-size: 5.64vw;
  color: #fff;
  font-family: "Bellota", serif;
  font-weight: 600;
  font-style: normal;
}

.top-qa-box p {
  line-height: 1.6;
  padding: 0 0 4.1vw;
  font-size: 3.59vw;
}

@media screen and (min-width: 900px) {
  #top-art-qa {
    padding: 0 0 5.07vw;
  }
  #top-qa-wrap {
    width: 57.97vw;
    margin: 0 auto;
    padding: 4.35vw 0 0;
  }
  .top-qa-sec h3 {
    padding: 2.17vw 3.48vw 2.17vw 3.62vw;
  }
  .top-qa-sec h3 em {
    top: 1.74vw;
    width: 2.75vw;
    height: 2.75vw;
    line-height: 2.75vw;
    border-radius: 2.75vw;
    font-size: 1.59vw;
  }
  .top-qa-sec h3 strong {
    font-size: 1.3vw;
  }
  .top-qa-sec h3 span {
    height: 6.52vw;
    margin: -3.26vw 0 0;
  }
  .top-qa-sec h3 span:before {
    right: 1.16vw;
    width: 0.72vw;
    height: 0.14vw;
  }
  .top-qa-sec h3 span:after {
    right: 0.72vw;
    width: 0.72vw;
    height: 0.14vw;
  }
  .na4:before {
    right: 0.72vw !important;
  }
  .na4:after {
    right: 1.16vw !important;
  }
  .top-qa-box {
    padding: 0.58vw 3.48vw 2.17vw 3.62vw;
  }
  .top-qa-box em {
    width: 2.75vw;
    height: 2.75vw;
    line-height: 2.75vw;
    border-radius: 2.75vw;
    font-size: 1.59vw;
  }
  .top-qa-box p {
    padding: 0 0 1.16vw;
    font-size: 1.09vw;
  }
}
@media screen and (min-width: 1380px) {
  #top-art-qa {
    padding: 0 0 70px;
  }
  #top-qa-wrap {
    width: 800px;
    padding: 60px 0 0;
  }
  .top-qa-sec h3 {
    padding: 30px 48px 30px 50px;
  }
  .top-qa-sec h3 em {
    top: 24px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 38px;
    font-size: 22px;
  }
  .top-qa-sec h3 strong {
    font-size: 18px;
  }
  .top-qa-sec h3 span {
    height: 90px;
    margin: -45px 0 0;
  }
  .top-qa-sec h3 span:before {
    right: 16px;
    width: 10px;
    height: 2px;
  }
  .top-qa-sec h3 span:after {
    right: 10px;
    width: 10px;
    height: 2px;
  }
  .na4:before {
    right: 10px !important;
  }
  .na4:after {
    right: 16px !important;
  }
  .top-qa-box {
    padding: 8px 48px 30px 50px;
  }
  .top-qa-box em {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 38px;
    font-size: 22px;
  }
  .top-qa-box p {
    padding: 0 0 16px;
    font-size: 15px;
  }
}
/* ----------------------------------------------
 ! top-art-doctor
 ---------------------------------------------- */
#top-doctor-wrap {
  padding: 10.25vw 5.13vw 0;
}

.top-doctor-sec {
  padding: 0 0 8.97vw;
}

@media screen and (min-width: 900px) {
  #top-doctor-wrap {
    width: 57.97vw;
    margin: 0 auto;
    padding: 4.35vw 0 0;
  }
  .top-doctor-sec {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    padding: 0 0 5.8vw;
  }
  #top-doctor-wrap .top-doctor-sec:nth-child(odd) {
    flex-flow: row-reverse wrap;
  }
}
@media screen and (min-width: 1380px) {
  #top-doctor-wrap {
    width: 800px;
    padding: 60px 0 0;
  }
  .top-doctor-sec {
    padding: 0 0 80px;
  }
}
.doctor-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 5.13vw;
}

#top-doctor-wrap .top-doctor-sec:nth-child(odd) .doctor-box {
  flex-flow: row-reverse nowrap;
}

.top-doctor-sec figure {
  width: 41vw;
}

.top-doctor-sec figure img {
  width: 100%;
  height: auto;
}

.top-doctor-sec h3 {
  width: 39.74vw;
}

.top-doctor-sec h3 span {
  display: block;
  line-height: 1.5;
  padding: 0 0 4.1vw;
  font-size: 4.1vw;
  font-weight: 400;
}

.top-doctor-sec h3 strong {
  display: block;
  padding: 0 0 2.56vw;
  font-size: 7.18vw;
  font-weight: 600;
}

.top-doctor-sec h3 small {
  display: block;
  font-size: 3.08vw;
  color: #95a4b1;
  font-family: "Bellota", serif;
  font-weight: 400;
}

@media screen and (max-width: 899px) {
  #top-doctor-wrap .top-doctor-sec:nth-child(1) figure {
    width: 50vw;
  }
}
@media screen and (min-width: 900px) {
  .doctor-box {
    width: 26.44vw;
    padding: 0;
  }
  #top-doctor-wrap .top-doctor-sec:nth-child(odd) .doctor-box {
    flex-flow: row-reverse nowrap;
  }
  .top-doctor-sec figure {
    width: 14.49vw;
  }
  .top-doctor-sec h3 {
    width: 11.23vw;
  }
  .top-doctor-sec h3 span {
    padding: 0 0 1.45vw;
    font-size: 1.16vw;
  }
  .top-doctor-sec h3 strong {
    padding: 0 0 1.16vw;
    font-size: 2.02vw;
  }
  .top-doctor-sec h3 small {
    font-size: 0.87vw;
  }
  #top-doctor-wrap .top-doctor-sec:nth-child(1) .doctor-box {
    flex-flow: column nowrap;
    width: 16.3vw;
  }
  #top-doctor-wrap .top-doctor-sec:nth-child(1) .doctor-box figure {
    padding: 0 0 1.16vw;
  }
  #top-doctor-wrap .top-doctor-sec:nth-child(1) .doctor-box h3 {
    text-align: center;
  }
}
@media screen and (min-width: 1380px) {
  .doctor-box {
    width: 365px;
    padding: 0;
  }
  .top-doctor-sec figure {
    width: 200px;
  }
  .top-doctor-sec h3 {
    width: 155px;
  }
  .top-doctor-sec h3 span {
    padding: 0 0 20px;
    font-size: 16px;
  }
  .top-doctor-sec h3 strong {
    padding: 0 0 16px;
    font-size: 28px;
  }
  .top-doctor-sec h3 small {
    font-size: 12px;
  }
  #top-doctor-wrap .top-doctor-sec:nth-child(1) .doctor-box {
    width: 225px;
  }
  #top-doctor-wrap .top-doctor-sec:nth-child(1) .doctor-box figure {
    padding: 0 0 16px;
  }
}
#top-doctor-msg {
  background: #fff;
  margin: 0 0 3.08vw;
  padding: 10.25vw 10.25vw 6.15vw;
  position: relative;
  height: 132vw;
  transition: all ease 0.3s;
}
@media screen and (min-width: 900px) {
  #top-doctor-msg {
    height: auto;
  }
}

.top-doctor-msg__inner {
  height: 100%;
  overflow: hidden;
}

.top-doctor-msg__btn {
  display: block;
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 51.54%, #fff 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.15vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .top-doctor-msg__btn {
    display: none;
  }
}
.top-doctor-msg__btn__txt {
  display: flex;
  font-size: 3.077vw;
  border: 1px solid #0058a7;
  padding: 1em 2em;
  border-radius: 20em;
  font-family: "Noto Sans JP", serif;
}
.top-doctor-msg__btn__icon {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.top-doctor-msg__btn__icon::after, .top-doctor-msg__btn__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0058a7;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translateX(50%) translateY(50%);
}
.top-doctor-msg__btn__icon::before {
  transform: translateX(50%) translateY(50%) rotate(90deg);
}

#top-doctor-msg:after {
  content: "";
  position: absolute;
  top: -4.1vw;
  right: 17.94vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 4.62vw 4.1vw 4.62vw;
}

#top-doctor-msg p {
  line-height: 1.8;
  font-size: 3.59vw;
}

#top-doctor-msg p + p {
  margin-top: 1em;
}

.top-doctor-sec dl {
  background: rgba(166, 192, 227, 0.15);
  padding: 5.13vw 5.13vw 1.03vw;
}

.top-doctor-sec dt {
  border-bottom: 1px #c4c4c4 dotted;
  margin: 0 0 3.08vw;
  padding: 0 0 3.08vw;
  font-size: 4.1vw;
  font-weight: 600;
}

.top-doctor-sec dd {
  line-height: 2;
  padding: 0 0 4.1vw;
  font-size: 3.08vw;
}

.top-doctor-sec dd small {
  display: block;
  text-indent: -2.56vw;
  padding: 2.56vw 0 0 2.56vw;
  font-size: 2.56vw;
}

#keireki-dl {
  display: flex;
  flex-flow: row wrap;
}

#keireki-dl span {
  display: block;
  width: 20%;
  color: #0058a7;
}

#keireki-dl p {
  width: 80%;
}

@media screen and (min-width: 900px) {
  #top-doctor-msg {
    width: 39.71vw;
    margin: 0 0 1.45vw;
    padding: 2.92vw;
  }
  #top-doctor-msg:after {
    top: 5.8vw;
    right: -1.16vw;
    border-color: transparent transparent transparent #fff;
    border-width: 1.3vw 0 1.3vw 1.16vw;
  }
  #top-doctor-msg p {
    font-size: 1.09vw;
  }
  .top-doctor-sec dl {
    width: 29.27vw;
    padding: 2.9vw 2.9vw 1.16vw;
  }
  #top-doctor-wrap .top-doctor-sec:nth-child(1) dl {
    width: 57.97vw;
  }
  .top-doctor-sec dt {
    margin: 0 0 1.16vw;
    padding: 0 0 0.87vw;
    font-size: 1.16vw;
  }
  .top-doctor-sec dd {
    padding: 0 0 1.74vw;
    font-size: 0.94vw;
  }
  .top-doctor-sec dd small {
    text-indent: -0.72vw;
    padding: 0.72vw 0 0 0.72vw;
    font-size: 0.72vw;
  }
  #keireki-dl span {
    width: 10%;
  }
  #keireki-dl p {
    width: 90%;
  }
}
@media screen and (min-width: 1380px) {
  #top-doctor-msg {
    width: 548px;
    margin: 0 0 20px;
    padding: 40px;
  }
  #top-doctor-msg:after {
    top: 80px;
    right: -16px;
    border-width: 18px 0px 18px 16px;
  }
  #top-doctor-msg p {
    font-size: 15px;
  }
  .top-doctor-sec dl {
    width: 404px;
    padding: 40px 40px 16px;
  }
  #top-doctor-wrap .top-doctor-sec:nth-child(1) dl {
    width: 800px;
  }
  .top-doctor-sec dt {
    margin: 0 0 16px;
    padding: 0 0 12px;
    font-size: 16px;
  }
  .top-doctor-sec dd {
    padding: 0 0 24px;
    font-size: 13px;
  }
  .top-doctor-sec dd small {
    text-indent: -10px;
    padding: 10px 0 0 10px;
    font-size: 10px;
  }
}
/* ----------------------------------------------
 ! top-art-access
 ---------------------------------------------- */
#top-art-access {
  background-color: #fff;
}

.top-art-access-head {
  background: #f2f6fa;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

#top-access-tit {
  text-align: center;
  padding: 10.25vw 0;
  font-size: 3.59vw;
  color: #0b58a7;
}

.top-access-sec {
  background: #f7f7f7;
  padding: 0 0 12.8vw;
}

.top-access-sec h3 {
  background: #0058a7;
  text-align: center;
  padding: 6.15vw 0;
  font-size: 3.59vw;
  color: #fff;
  position: relative;
}

.top-access-sec h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8.8vw;
  height: 8.8vw;
  background: url(../img/ico_kirakira_white.webp) center center/100% auto no-repeat;
  margin: 0 3.08vw 0 0;
}

.top-access-img {
  padding: 0 0 9.23vw;
}

.top-access-img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 900px) {
  #top-access-tit {
    padding: 4.35vw 0;
    font-size: 1.01vw;
  }
  .top-access-sec {
    width: 98.98vw;
    margin: 0 auto;
    padding: 0 0 5.8vw;
  }
  .top-access-sec h3 {
    padding: 1.74vw 0;
    font-size: 1.45vw;
  }
  .top-access-sec h3:before {
    width: 2.46vw;
    height: 2.46vw;
    margin: 0 0.72vw 0 0;
  }
  .top-access-img {
    padding: 0 0 2.9vw;
  }
}
@media screen and (min-width: 1380px) {
  #top-access-tit {
    padding: 60px 0;
    font-size: 14px;
  }
  .top-access-sec {
    width: 1366px;
    padding: 0 0 80px;
  }
  .top-access-sec h3 {
    padding: 24px 0;
    font-size: 20px;
  }
  .top-access-sec h3:before {
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
  }
  .top-access-img {
    padding: 0 0 40px;
  }
}
.top-access-box-l {
  padding: 0 12.8vw 7.69vw;
}

.top-access-ad {
  line-height: 1.8;
  text-align: center;
  padding: 0 0 5.13vw;
  font-size: 3.85vw;
}

.top-access-free a {
  display: flex;
  background: url(../img/ico_freecall.webp) left center/5.92vw auto no-repeat;
  padding: 0 0 0 7.69vw;
  font-size: 7.18vw;
  color: #0058a7;
  font-family: "Bellota", serif;
  font-weight: 600;
  text-decoration: none;
    white-space: nowrap;
    align-items: center;
    column-gap: 0.5em;
  
}

.top-access-free a:hover {
  opacity: 0.7;
  transition: 1s;
  cursor: pointer;
}

.top-access-free a small {
  font-size: 3.59vw;
  white-space: nowrap;
}

.top-access-tel a {
  display: block;
  background: url(../img/ico_sp.webp) 1.54vw center/3vw auto no-repeat;
  padding: 2.56vw 0 2.56vw 7.69vw;
  font-size: 7.18vw;
  color: #0058a7;
  font-family: "Bellota", serif;
  font-weight: 600;
  text-decoration: none;
}

.top-access-tel a:hover {
  opacity: 0.7;
  transition: 1s;
  cursor: pointer;
}

.top-access-url {
  padding: 0 0 5.13vw;
}

.top-access-url a {
  display: table;
  background: url(../img/ico_new_window.webp) right 0.58vw/3.59vw auto no-repeat;
  padding: 0 4.62vw 0 0;
  font-size: 4.1vw;
  color: #3aaded;
}

.top-access-url a:hover {
  opacity: 0.7;
  text-decoration: none;
  transition: 1s;
  cursor: pointer;
}

.top-access-sns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.top-access-sns li {
  margin: 0 2.05vw;
  list-style: none;
}

.top-access-sns li a {
  display: block;
  width: 7.43vw;
}

.top-access-sns li a img {
  width: 100%;
  height: auto;
}

.top-access-sns li a:hover {
  opacity: 0.7;
  transition: 1s;
  cursor: pointer;
}

@media screen and (min-width: 900px) {
  .top-access-box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 57.97vw;
    margin: 0 auto;
    padding: 0 0 1.45vw;
  }
  .top-access-box-l {
    width: 28.26vw;
    padding: 0;
  }
  .top-access-ad {
    text-align: left;
    padding: 0 0 1.16vw;
    font-size: 1.16vw;
  }
  .top-access-free a {
    background: url(../img/ico_freecall.webp) left center/1.74vw auto no-repeat;
    margin: 0 0 1.01vw;
    padding: 0 0 0 2.32vw;
    font-size: 2.03vw;
  }
  .top-access-free a small {
    font-size: 1.01vw;
  }
  .top-access-tel a {
    display: block;
    background: url(../img/ico_sp.webp) 0.43vw center/0.87vw auto no-repeat;
    margin: 0 0 1.01vw;
    padding: 0.14vw 0 0.14vw 2.32vw;
    font-size: 2.03vw;
  }
  .top-access-url {
    padding: 0 0 1.01vw;
  }
  .top-access-url a {
    background: url(../img/ico_new_window.webp) right 0.14vw/1.01vw auto no-repeat;
    padding: 0 1.3vw 0 0;
    font-size: 1.16vw;
  }
  .top-access-sns {
    justify-content: start;
  }
  .top-access-sns li {
    margin: 0 1.16vw 0 0;
  }
  .top-access-sns li a {
    width: 2.1vw;
  }
}
@media screen and (min-width: 1380px) {
  .top-access-box {
    width: 800px;
    padding: 0 0 20px;
  }
  .top-access-box-l {
    width: 390px;
  }
  .top-access-ad {
    padding: 0 0 16px;
    font-size: 16px;
  }
  .top-access-free a {
    background: url(../img/ico_freecall.webp) left center/24px auto no-repeat;
    margin: 0 0 14px;
    padding: 0 0 0 32px;
    font-size: 28px;
  }
  .top-access-free a small {
    font-size: 14px;
  }
  .top-access-tel a {
    display: block;
    background: url(../img/ico_sp.webp) 6px center/12px auto no-repeat;
    margin: 0 0 14px;
    padding: 2px 0 2px 32px;
    font-size: 28px;
  }
  .top-access-url {
    padding: 0 0 14px;
  }
  .top-access-url a {
    background: url(../img/ico_new_window.webp) right 2px/14px auto no-repeat;
    padding: 0 18px 0 0;
    font-size: 16px;
  }
  .top-access-sns li {
    margin: 0 16px 0 0;
  }
  .top-access-sns li a {
    width: 29px;
  }
}
.top-access-box-r h4 {
  text-align: center;
  padding: 0 0 4.1vw;
  font-size: 4.62vw;
  color: #0058a7;
}

.top-access-tb {
  background: #fff;
  box-shadow: 1px 1px 4px 2px #eee;
  margin: 0 0 5.13vw;
  padding: 4.1vw 7.69vw;
}

.top-access-tb table {
  color: #0058a7;
}

.top-access-tb table thead th {
  padding: 1.03vw 2.05vw;
  font-size: 3.59vw;
  font-weight: 400;
}

.top-access-tb table tbody th {
  padding: 1.03vw 2.05vw;
  font-size: 3.59vw;
  font-weight: 400;
}

.top-access-tb table tbody td {
  padding: 1.03vw 2.05vw;
  font-size: 4.1vw;
  font-weight: 400;
}

.top-access-hour-note {
  line-height: 1.8;
  text-align: center;
  padding: 0 0 7.69vw;
  font-size: 3.08vw;
}

@media screen and (min-width: 900px) {
  .top-access-box-r {
    width: 28.26vw;
  }
  .top-access-box-r h4 {
    padding: 0 0 1.16vw;
    font-size: 1.3vw;
  }
  .top-access-tb {
    margin: 0 0 1.45vw;
    padding: 1.16vw 2.17vw;
  }
  .top-access-tb table thead th {
    padding: 0.29vw 0.58vw;
    font-size: 1.01vw;
  }
  .top-access-tb table tbody th {
    padding: 0.29vw 0.58vw;
    font-size: 1.01vw;
  }
  .top-access-tb table tbody td {
    padding: 0.29vw 0.58vw;
    font-size: 1.16vw;
  }
  .top-access-hour-note {
    padding: 0;
    font-size: 0.94vw;
  }
}
@media screen and (min-width: 1380px) {
  .top-access-box-r {
    width: 390px;
  }
  .top-access-box-r h4 {
    padding: 0 0 16px;
    font-size: 18px;
  }
  .top-access-tb {
    margin: 0 0 20px;
    padding: 16px 30px;
  }
  .top-access-tb table thead th {
    padding: 4px 8px;
    font-size: 14px;
  }
  .top-access-tb table tbody th {
    padding: 4px 8px;
    font-size: 14px;
  }
  .top-access-tb table tbody td {
    padding: 4px 8px;
    font-size: 16px;
  }
  .top-access-hour-note {
    font-size: 13px;
  }
}
.btn-access-aside {
  background: #e4e4e4;
  text-align: center;
  margin: 0 0 3.59vw;
  padding: 3.59vw 0;
  font-size: 4.1vw;
  color: #0058a7;
  font-weight: 600;
  position: relative;
}

.btn-access-aside:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.41vw;
  width: 3.08vw;
  height: 0.52vw;
  background: #0058a7;
  margin: -0.26vw 0 0;
}

.btn-access-aside:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.41vw;
  width: 3.08vw;
  height: 0.52vw;
  background: #0058a7;
  margin: -0.26vw 0 0;
  transform: rotate(90deg);
}

.btn-access-aside:hover {
  opacity: 0.7;
  transition: 1s;
  cursor: pointer;
  cursor: pointer;
}

.bax:after {
  transform: rotate(0deg);
  transition: all 0.2s linear;
}

.top-access-aside {
  display: none;
  padding: 7.69vw;
}

.top-access-aside h5 {
  line-height: 1.3;
  margin: 0 0 5.13vw;
  font-size: 5.13vw;
  font-weight: 500;
}

.ico-train {
  background: url(../img/ico_train.webp) left center no-repeat;
  background-size: 7.69vw auto;
  padding: 0 0 0 10.26vw;
}

.ico-bus {
  background: url(../img/ico_bus.webp) left center no-repeat;
  background-size: 7.69vw auto;
  padding: 0 0 0 10.26vw;
}

.ico-car {
  background: url(../img/ico_car.webp) left center no-repeat;
  background-size: 7.69vw auto;
  padding: 0 0 0 10.26vw;
}

.top-access-aside ul {
  margin: 0 0 5.13vw 7.69vw;
}

.top-access-aside li {
  line-height: 1.6;
  padding: 0 0 4.1vw;
  font-size: 4.62vw;
  list-style: disc;
}

.top-gmap-wrap {
  padding: 0 5.13vw;
}

.top-gmap-wrap iframe {
  width: 100%;
  height: 51.28vw;
  margin: 0 0 4.1vw;
}

.btn-google-map li {
  margin: 0 0 2.56vw;
  list-style: none;
}

.btn-google-map li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16.41vw;
  line-height: 1.6;
  box-shadow: 1px 1px 4px 2px #ddd;
  padding: 0 0 0 7.69vw;
  font-size: 3.33vw;
  color: #444;
  text-decoration: none;
}

.btn-google-map li a:hover {
  opacity: 0.7;
  transition: 1s;
  cursor: pointer;
}

.btn-google-map li:first-child a {
  background: #fff url(../img/ico_gmap.webp) 14.87vw center/5.66vw no-repeat;
}

.btn-google-map li:last-child a {
  background: #fff url(../img/ico_kuchikomi.webp) 24.69vw center/8.2vw no-repeat;
}

@media screen and (min-width: 900px) {
  .btn-access-aside {
    width: 33.33vw;
    margin: 0 auto 2.54vw;
    padding: 1.59vw 0;
    font-size: 1.3vw;
  }
  .btn-access-aside:before {
    right: 1.74vw;
    width: 0.87vw;
    height: 0.14vw;
    margin: -0.07vw 0 0;
  }
  .btn-access-aside:after {
    right: 1.74vw;
    width: 0.87vw;
    height: 0.14vw;
    margin: -0.07vw 0 0;
  }
  .top-access-aside {
    width: 33.33vw;
    margin: 0 auto;
    padding: 0 0 2.9vw;
  }
  .top-access-aside h5 {
    margin: 0 0 1.45vw;
    font-size: 1.45vw;
  }
  .ico-train {
    background-size: 2.17vw auto;
    padding: 0 0 0 2.9vw;
  }
  .ico-bus {
    background-size: 2.17vw auto;
    padding: 0 0 0 2.9vw;
  }
  .ico-car {
    background-size: 2.17vw auto;
    padding: 0 0 0 2.9vw;
  }
  .top-access-aside ul {
    margin: 0 0 1.45vw 2.17vw;
  }
  .top-access-aside li {
    padding: 0 0 0.87vw;
    font-size: 1.3vw;
  }
  .top-gmap-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 57.97vw;
    margin: 0 auto;
    padding: 0;
  }
  .top-gmap-wrap iframe {
    width: 30.43vw;
    height: 18.69vw;
    margin: 0;
  }
  .btn-google-map {
    width: 25.36vw;
  }
  .btn-google-map li {
    margin: 0 0 0.72vw;
  }
  .btn-google-map li a {
    height: 4.64vw;
    padding: 0 0 0 2.53vw;
    font-size: 0.94vw;
  }
  .btn-google-map li:first-child a {
    background: #fff url(../img/ico_gmap.webp) 4.35vw center/1.59vw no-repeat;
  }
  .btn-google-map li:last-child a {
    background: #fff url(../img/ico_kuchikomi.webp) 7.82vw center/2.32vw no-repeat;
  }
}
@media screen and (min-width: 1380px) {
  .btn-access-aside {
    width: 460px;
    margin: 0 auto 35px;
    padding: 22px 0;
    font-size: 18px;
  }
  .btn-access-aside:before {
    right: 24px;
    width: 12px;
    height: 2px;
    margin: -1px 0 0;
  }
  .btn-access-aside:after {
    right: 24px;
    width: 12px;
    height: 2px;
    margin: -1px 0 0;
  }
  .top-access-aside {
    width: 460px;
    padding: 0 0 40px;
  }
  .top-access-aside h5 {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .ico-train {
    background-size: 30px auto;
    padding: 0 0 0 40px;
  }
  .ico-bus {
    background-size: 30px auto;
    padding: 0 0 0 40px;
  }
  .ico-car {
    background-size: 30px auto;
    padding: 0 0 0 40px;
  }
  .top-access-aside ul {
    margin: 0 0 20px 30px;
  }
  .top-access-aside li {
    padding: 0 0 12px;
    font-size: 18px;
  }
  .top-gmap-wrap {
    width: 800px;
  }
  .top-gmap-wrap iframe {
    width: 420px;
    height: 258px;
  }
  .btn-google-map {
    width: 350px;
  }
  .btn-google-map li {
    margin: 0 0 10px;
  }
  .btn-google-map li a {
    height: 64px;
    padding: 0 0 0 35px;
    font-size: 13px;
  }
  .btn-google-map li:first-child a {
    background: #fff url(../img/ico_gmap.webp) 60px center/22px no-repeat;
  }
  .btn-google-map li:last-child a {
    background: #fff url(../img/ico_kuchikomi.webp) 108px center/32px no-repeat;
  }
}
/*================================
-250313 add
=================================*/
#top-price-sec div h3 {
  padding: 2.13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0058A7;
  color: #fff;
  letter-spacing: 5.34vw;
  text-indent: 5.34vw;
  line-height: 1.4;
  font-size: 4.8vw;
  margin-bottom: 4.26vw;
}

#top-price-sec div dl {
  margin-bottom: 4.26vw;
}

#top-price-sec div dt {
  font-size: 3.73vw;
  padding-left: min(3.73vw, 20px);
  border-left: 1px solid #95A4B1;
}

#top-price-sec div dd {
  font-size: 5.86vw;
}

#top-price-txt {
  color: #0058A7;
  border-bottom: 0.5px #444 solid;
}

#top-price-risk h4 {
  margin: 0 0 5.13vw;
}

@media screen and (min-width: 900px) {
  #top-price-sec div h3 {
    padding: 1.04vw;
    font-size: 1.45vw;
    margin-bottom: 1.04vw;
    letter-spacing: 2.6vw;
    text-indent: 2.6vw;
  }
  #top-price-sec div dt {
    font-size: 1.45vw;
  }
  #top-price-sec div dd {
    font-size: 2.17vw;
  }
  #top-price-risk h4 {
    margin: 0 0 2.08vw;
  }
  #top-price-risk {
    width: 72.46vw;
  }
  #top-price-risk h4 {
    margin: 0 0 1.14vw;
  }
}
@media screen and (min-width: 1380px) {
  #top-price-sec div h3 {
    padding: 8px;
    font-size: 20px;
    margin-bottom: 8px;
    letter-spacing: 20px;
    text-indent: 20px;
  }
  #top-price-sec div dt {
    font-size: 18px;
  }
  #top-price-sec div dd {
    font-size: 30px;
  }
  #top-price-txt strong {
    font-size: 50px;
  }
  #top-price-sec div dl {
    margin-bottom: 16px;
  }
  #top-price-risk {
    width: 1000px;
  }
  #top-price-risk h4 {
    margin: 0 0 14px;
  }
}
/*================================
! 友枝矯正ですべて解決
=================================*/
#sec2-illust-list-bg {
  background: url("../img/sec1-dl-bg-sp.webp") center/cover no-repeat;
  width: 89.7vw;
  height: 102.1vw;
  margin: 10.2vw auto;
  position: relative;
  box-shadow: 10px 10px 20px #A6C0E3;
}

.flex-box-eve {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1.8vw;
  position: absolute;
  top: 7.7vw;
  left: 50%;
  transform: translateX(-50%);
  width: 74.3vw;
}

.illust-list {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 23vw;
  height: 23vw;
  background: #fff;
  border-radius: 50%;
  box-shadow: 4px 4px 20px rgba(166, 192, 227, 0.5);
}

.illust-list figure img {
  width: 100%;
  height: auto;
}

.illust-list dt {
  font-size: 2.5vw;
  margin: 2.3vw 0 0;
}

.illust-list dd {
  width: 14.1vw;
}

@media screen and (min-width: 900px) {
  #sec2-illust-list-bg {
    background: url("../img/sec1-dl-bg.webp") center/cover no-repeat;
    width: 58.5vw;
    height: 26.1vw;
    margin: 4.4vw auto 5.8vw;
  }
  .flex-box-eve {
    gap: 0.7vw;
    left: 2.2vw;
    top: 50%;
    transform: translateY(-50%);
    width: 33vw;
  }
  .illust-list {
    width: 10.5vw;
    height: 10.5vw;
  }
  .illust-list dt {
    font-size: 1.1vw;
    margin: 0.8vw 0 0;
  }
  .illust-list dd {
    width: 5.9vw;
  }
}
@media screen and (min-width: 1380px) {
  #sec2-illust-list-bg {
    width: 800px;
    height: 357px;
    margin: 60px auto 80px;
  }
  .flex-box-eve {
    gap: 10px;
    left: 30px;
    width: 452px;
  }
  .illust-list {
    width: 144px;
    height: 144px;
  }
  .illust-list dt {
    font-size: 15px;
    margin: 12px 0 0;
  }
  .illust-list dd {
    width: 81px;
  }
}
/*================================
! price
=================================*/
.flex-box {
  display: flex;
  align-items: baseline;
}

#top-price-txt02 {
  color: #0058A7;
  font-size: 4vw;
  width: 65%;
}

#top-price-txt02 strong {
  font-family: "Cormorant Infant", serif;
  font-size: 10.7vw;
  font-style: italic;
}

#top-price-txt02 small {
  font-size: 2.3vw;
}

#top-price-txt02 em {
  writing-mode: vertical-rl;
  padding: 1vw 0.6vw;
  margin-right: 0.8vw;
  display: inline-block;
  font-size: 2.5vw;
  vertical-align: sub;
  font-style: normal;
  border: 1px solid #0058A7;
  border-radius: 10px;
}

#top-price-txtBK {
  color: #1F1F1F;
  font-size: 3vw;
  flex-wrap: nowrap;
  width: 30%;
}

#top-price-txtBK strong {
  font-family: "Cormorant Infant", serif;
  font-size: 9.2vw;
  font-style: italic;
}

#top-price-txtBK em {
  writing-mode: vertical-rl;
  padding: 1vw 0.6vw;
  margin-right: 0.8vw;
  display: inline-block;
  font-size: 2.5vw;
  vertical-align: sub;
  font-style: normal;
  border: 1px solid #1F1F1F;
  border-radius: 10px;
}

@media screen and (min-width: 900px) {
  .flex-box {
    justify-content: space-between;
  }
  #top-price-txt02 {
    font-size: 1.6vw;
    width: auto;
  }
  #top-price-txt02 strong {
    font-size: 4.1vw;
  }
  #top-price-txt02 small {
    font-size: 0.8vw;
  }
  #top-price-txt02 em {
    padding: 0.6vw 0.3vw;
    margin-right: 0.3vw;
    font-size: 0.7vw;
    border-radius: 0.7vw;
    vertical-align: baseline;
  }
  #top-price-txtBK {
    font-size: 1.2vw;
    width: auto;
  }
  #top-price-txtBK strong {
    font-size: 3.3vw;
  }
  #top-price-txtBK em {
    padding: 0.6vw 0.3vw;
    margin-right: 0.3vw;
    font-size: 0.7vw;
    border-radius: 0.7vw;
    vertical-align: baseline;
  }
}
@media screen and (min-width: 1380px) {
  #top-price-txt02 {
    font-size: 22px;
    margin-right: 4px;
  }
  #top-price-txt02 strong {
    font-size: 57px;
  }
  #top-price-txt02 small {
    font-size: 11px;
  }
  #top-price-txt02 em {
    padding: 9px 5px;
    margin-right: 4px;
    font-size: 10px;
    border-radius: 10px;
  }
  #top-price-txtBK {
    font-size: 17px;
  }
  #top-price-txtBK strong {
    font-size: 45px;
  }
  #top-price-txtBK em {
    padding: 9px 5px;
    margin-right: 4px;
    font-size: 10px;
    border-radius: 10px;
  }
}
/*# sourceMappingURL=maps/base.css.map */