@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

.hidden-fields-container {
  display: none !important;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-appearance: textfield;
       appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.mincho {
  font-family: "a-otf-ud-reimin-pr6n", serif;
}

body {
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "游ゴシック体", "YuGothic", "Hiragino Sans", sans-serif;
  font-size: clamp(0.875rem, 0.837rem + 0.19vw, 1rem);
  font-size: clamp(0.875rem, 0.796rem + 0.39vw, 1.125rem);
  overflow-x: hidden;
  width: 100%;
  word-wrap: break-word;
  color: #333333;
  font-size: 13px;
}

h1, h2, h3, h4, h5 {
  font-size: inherit;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

/*iOSフォーム要素の初期化*/
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
  min-height: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

p {
  margin: 0;
  margin-bottom: 10px;
  line-height: 2.1em;
  font-feature-settings: "palt";
}
p:last-of-type {
  margin-bottom: 0;
}

.xlg-none {
  display: block;
}
@media (min-width: 1366px) {
  .xlg-none {
    display: none;
  }
}

.xlg-block {
  display: none;
}
@media (min-width: 1366px) {
  .xlg-block {
    display: block;
  }
}

.lg-none {
  display: block;
}
@media (min-width: 1024px) {
  .lg-none {
    display: none;
  }
}

.lg-block {
  display: none;
}
@media (min-width: 1024px) {
  .lg-block {
    display: block;
  }
}

.pad-block {
  display: none;
}
@media (min-width: 750px) {
  .pad-block {
    display: block;
  }
}

.pad-none {
  display: block;
}
@media (min-width: 750px) {
  .pad-none {
    display: none;
  }
}

.sm-block {
  display: none;
}
@media (min-width: 375px) {
  .sm-block {
    display: block;
  }
}

.sm-none {
  display: block;
}
@media (min-width: 375px) {
  .sm-none {
    display: none;
  }
}

.br-ss {
  display: none;
}
@media (max-width: 320px) {
  .br-ss {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.pc-flex .pc-flex-inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.inner {
  max-width: 1366px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .inner {
    padding: 0 5%;
  }
}

.fa-phone {
  transform: rotate(25deg);
  padding: 5px 0;
}

.sec-counseling {
  background: #1d3c7c;
  padding: 5em 0;
  position: relative;
  margin-top: 160px;
}
.sec-counseling .wave_top {
  top: -150px;
}
.sec-counseling .wave_bottom {
  bottom: -150px;
}
.sec-counseling .inner {
  padding: 0 5%;
}
.sec-counseling .inner h2 {
  font-family: "a-otf-ud-reimin-pr6n", serif;
  font-size: clamp(2.25rem, 1.738rem + 2.56vw, 3.7rem);
  position: relative;
  font-weight: inherit;
  margin-bottom: 1em;
  text-align: center;
  color: #fff !important;
}
.sec-counseling .inner h2 span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "游ゴシック体", "YuGothic", "Hiragino Sans", sans-serif;
  margin-top: 0.5em;
}
.sec-counseling p {
  color: #fff;
  font-size: 10px;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .sec-counseling p {
    text-align: center;
  }
}
.sec-counseling p.highlight-anm {
  margin-bottom: 1.5em;
  font-size: 1rem;
}
.sec-counseling p.highlight-anm span {
  padding-inline: 0.25em;
  background: linear-gradient(transparent 0%, #fff 5%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
}
.sec-counseling p.highlight-anm.on span {
  background-size: 100% 100%;
  color: #1c4595;
  transition: color 1s, background-size 1.2s;
}
.sec-counseling .counseling-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  padding-bottom: 1em;
}
@media (min-width: 750px) {
  .sec-counseling .counseling-box {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .sec-counseling .counseling-box {
    max-width: 750px;
    margin: 0 auto;
    flex-direction: row;
    justify-content: stretch;
    padding-bottom: 2em;
  }
}
.sec-counseling .counseling-box .counseling-item {
  width: 100%;
}
.sec-counseling .counseling-box .counseling-item .btn02 {
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  padding: 1.5em 1em;
  transition: all 0.6s;
  text-align: left;
}
.sec-counseling .counseling-box .counseling-item .btn02::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  border-right: 0;
  position: absolute;
  right: 5%;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .sec-counseling .counseling-box .counseling-item .btn02 {
    aspect-ratio: 13/10;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}
.sec-counseling .counseling-box .counseling-item .btn02::before {
  opacity: 0;
}
.sec-counseling .counseling-box .counseling-item .btn02:hover::before {
  background-image: linear-gradient(to right, #ff391f, #feb00e 100%);
  opacity: 1;
  z-index: -1;
  transition: opacity 0.6s;
}
.sec-counseling .counseling-box .counseling-item .btn02:hover .counseling-tx .rounded-box {
  background-image: none;
}
.sec-counseling .counseling-box .counseling-item .btn02:hover .counseling-tx .rounded-box::before {
  opacity: 1;
}
.sec-counseling .counseling-box .counseling-item .btn02:hover .counseling-tx .counseling-web-ttl, .sec-counseling .counseling-box .counseling-item .btn02:hover .counseling-tx .counseling-tel-ttl {
  background: #1c4595;
}
.sec-counseling .counseling-box .counseling-item .btn02 .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
}
.sec-counseling .counseling-box .counseling-item .btn02 .circle svg {
  background: transparent;
  width: 40%;
  margin: 0 auto;
  line-height: 50px;
  color: #1c4595;
}
.sec-counseling .counseling-box .counseling-item .btn02 .circle .tel-icon {
  transform: rotate(20deg);
  padding-top: 0;
  margin: 0 auto;
}
.sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx {
  width: 80%;
}
.sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-web-ttl, .sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-tel-ttl {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0.5em;
  padding: 8px 15px;
  border-radius: 20px;
  line-height: 1;
  position: relative;
  transition: opacity 0.6s;
}
@media (min-width: 1024px) {
  .sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-web-ttl, .sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-tel-ttl {
    padding: 10px 20px;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-web-ttl::before, .sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-tel-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ff391f, #feb00e 100%);
  opacity: 0;
  transition: opacity 0.6s;
  z-index: -1;
  border-radius: 20px;
}
.sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-web-ttl p, .sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-tel-ttl p {
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-web-ttl p, .sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-tel-ttl p {
    text-align: center;
  }
}
.sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-web-ttl p:first-child, .sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-tel-ttl p:first-child {
  vertical-align: baseline;
  line-height: 1;
}
.sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-web-ttl .counseling-telNum, .sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-tel-ttl .counseling-telNum {
  padding-bottom: 18px;
}
.sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-web-ttl {
  background: linear-gradient(to right, #ff391f, #feb00e 100%);
}
.sec-counseling .counseling-box .counseling-item .btn02 .counseling-tx .counseling-tel-ttl {
  background: linear-gradient(to right, #4684db, #0ec6ae 100%);
}
@media (min-width: 1024px) {
  .sec-counseling .counseling-box .counseling-item:nth-child(2) .btn02 {
    pointer-events: none;
  }
}
.sec-counseling .counseling-box .counseling-item:nth-child(2) .btn02:hover::before {
  background-image: linear-gradient(to right, #4684db, #0ec6ae 100%);
}

.gmap {
  padding-top: 50px;
  position: relative;
}
.gmap iframe {
  width: 100%;
  height: 420px;
}

.yokoeki-info {
  padding: 5em;
}
.yokoeki-info h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (min-width: 750px) {
  .yokoeki-info h2 {
    margin: 0 auto 50px;
  }
}
@media (min-width: 1024px) {
  .yokoeki-info h2 {
    width: 280px;
  }
}
.yokoeki-info h2::after {
  display: none;
}
.yokoeki-info .yokoeki-info-box .address a {
  color: #000;
}
.yokoeki-info .yokoeki-info-box .address a:hover {
  color: #1c4496;
}
@media (min-width: 750px) {
  .yokoeki-info .yokoeki-info-box {
    display: flex;
    width: 82%;
    margin: 0 auto;
    gap: 2em;
    padding-bottom: 1em;
  }
  .yokoeki-info .yokoeki-info-box .address {
    width: 55%;
  }
  .yokoeki-info .yokoeki-info-box .hours {
    width: 45%;
  }
  .yokoeki-info .yokoeki-info-box .hours h3 {
    color: #1c4595;
    font-size: inherit;
    font-weight: normal;
  }
  .yokoeki-info .yokoeki-info-box .hours p:first-child {
    padding-bottom: 0;
  }
}
.yokoeki-info .sns-list {
  display: flex;
  gap: 0.5em;
  padding: 1em 0 5em;
}
@media (min-width: 750px) {
  .yokoeki-info .sns-list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.yokoeki-info .sns-list img {
  width: 60px;
}

/*波*/
.wave_top,
.wave_bottom {
  overflow: hidden;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  pointer-events: none;
  z-index: 10;
}

.wave_top {
  top: -150px;
}
.wave_top svg {
  width: 200%;
  height: 100%;
  display: block;
  shape-rendering: geometricPrecision;
}
@media (min-width: 750px) {
  .wave_top svg {
    width: 250%;
  }
}
.wave_top svg .wave {
  fill: #1d3c7c;
  animation: waveAnim linear infinite;
}
.wave_top svg .wave2 {
  opacity: 0.6;
  fill: #acbfea;
  animation-duration: 7s;
}
.wave_top svg .wave3 {
  opacity: 1;
  animation-duration: 11s;
}
.wave_top svg .wave1 {
  opacity: 0.8;
  fill: #acd7ea;
  animation-duration: 4s;
}

@keyframes waveAnim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}
.wave_bottom {
  position: absolute;
  bottom: -150px;
}
.wave_bottom svg {
  width: 200%;
  height: 100%;
  display: block;
  shape-rendering: geometricPrecision;
}
@media (min-width: 750px) {
  .wave_bottom svg {
    width: 250%;
  }
}
.wave_bottom svg .wave {
  fill: #1d3c7c;
  animation: waveBottomAnim linear infinite;
}
.wave_bottom svg .wave2 {
  opacity: 0.6;
  fill: #acbfea;
  animation-duration: 7s;
}
.wave_bottom svg .wave3 {
  opacity: 1;
  animation-duration: 11s;
}
.wave_bottom svg .wave1 {
  opacity: 0.8;
  fill: #acd7ea;
  animation-duration: 4s;
}

@keyframes waveBottomAnim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}
[class^=btn] {
  position: relative;
  z-index: 0;
  display: inline-block;
  text-align: center;
  font-family: sans-serif;
  font-size: 20px;
  background: transparent;
  color: #fff;
  padding: 1em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  letter-spacing: 2px;
}
[class^=btn]::before, [class^=btn]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.btn01::before {
  transition: all 0.6s;
  z-index: -1;
  background: linear-gradient(to right, #4684db, #0ec6ae 100%);
}
.btn01::after {
  z-index: -2;
  background: linear-gradient(to right, #ff391f, #feb00e 100%);
}
.btn01:hover::before {
  opacity: 0;
}

.btn02 {
  width: 90%;
  margin: 0 auto;
  border-radius: 0 25px 0 25px;
  background-image: linear-gradient(45deg, #1c4595, #4684db 100%);
  border: solid 1px #1c4595;
  transition: all 0.6s;
  background-repeat: no-repeat, no-repeat;
}
.btn02::before {
  opacity: 0;
  transition: opacity 0.6s;
  z-index: -1;
}
.btn02:hover::before {
  opacity: 1;
}
.btn02 p:first-child {
  font-size: 14px;
  padding-bottom: 10px;
}
.btn02 p:nth-child(2) {
  font-size: 12px;
}

.btn03 {
  border: solid 1px #fff;
  border-radius: 50px;
  width: 80%;
  position: relative;
  justify-content: left;
  padding: 1.2em 1em 1.2em 1.2em;
  transition: all 0.6s;
  background-image: none;
  background-color: #1c4595;
}
.btn03::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  border-right: 0;
  position: absolute;
  right: 5%;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.btn03::before {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #4684db, #0ec6ae 100%);
  opacity: 0;
  transition: opacity 0.6s;
  z-index: -1;
}
.btn03:hover::before {
  opacity: 1;
}

.sitemap h2 {
  font-family: "a-otf-ud-reimin-pr6n", serif;
  color: #1c4595;
  font-size: clamp(2.25rem, 1.738rem + 2.56vw, 3.7rem);
  position: relative;
  font-weight: inherit;
  margin-bottom: 1em;
  text-align: left !important;
  display: flex;
  align-items: baseline;
  gap: 0 0.3em;
}
.sitemap h2 span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "游ゴシック体", "YuGothic", "Hiragino Sans", sans-serif;
  margin-top: 0.5em;
}

header#js-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  border-radius: 0 0 20px 0;
}
header#js-header .logo {
  padding: 10px 0 10px 2%;
}
@media (min-width: 1024px) {
  header#js-header .logo {
    margin-left: 2%;
    padding: 0;
  }
}
header#js-header .logo img {
  width: 200px;
}
header#js-header .header-wrap {
  display: flex;
  gap: 15px;
  height: 100%;
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 320px) {
  header#js-header .header-wrap {
    gap: 10px;
  }
}
header#js-header .header-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-shadow: 0px 10px 23px -17px rgba(0, 0, 0, 0.3);
}
header#js-header .tel {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header#js-header .tel .tel-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1c4595;
  border: 1px solid #1c4595;
  border-radius: 50%;
  width: 50px;
  aspect-ratio: 1/1;
}
header#js-header .tel p {
  font-size: 8px;
  padding-bottom: 0;
}
header#js-header .header-sp,
header#js-header .menu-box-sp {
  display: flex;
}
@media (min-width: 1024px) {
  header#js-header .header-sp,
  header#js-header .menu-box-sp {
    display: none;
  }
}
header#js-header .header-pc,
header#js-header .menu-box-pc {
  display: none;
}
@media (min-width: 1024px) {
  header#js-header .header-pc,
  header#js-header .menu-box-pc {
    display: flex;
  }
}
header#js-header .nav_toggle {
  cursor: pointer;
  width: 70px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1c4595;
  border-radius: 0 0 20px 0;
  position: relative;
}
header#js-header .nav_toggle .nav_toggle_box {
  display: block;
  position: relative;
  width: 30px;
  height: 35px;
}
header#js-header .nav_toggle i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s;
}
header#js-header .nav_toggle i:nth-child(1) {
  top: 16px;
}
header#js-header .nav_toggle i:nth-child(2) {
  top: 30px;
  bottom: 10px;
  margin: auto;
}
header#js-header .nav_toggle p {
  position: absolute;
  bottom: -16px;
  background-color: inherit;
  text-align: center;
  line-height: inherit;
  font-size: 10px;
  margin: 0;
  padding: 0;
  color: #fff;
}
header#js-header .nav_toggle.show {
  background: #fff;
  z-index: 99;
}
header#js-header .nav_toggle.show .tel {
  display: none;
}
header#js-header .nav_toggle.show i {
  background-color: #1c4595;
}
header#js-header .nav_toggle.show i:first-child {
  transform: translateY(10px) rotate(-45deg);
}
header#js-header .nav_toggle.show i:nth-child(2) {
  transform: translateY(-4px) rotate(45deg);
}
header#js-header .nav_toggle.show p {
  color: #1c4595;
}
header .menu-box-sp {
  /*スクロールバー非表示（Chrome・Safari）*/
}
header .menu-box-sp .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  background: #fff;
}
header .menu-box-sp .nav .nav-logo {
  width: 230px;
  margin: 0 auto;
  padding: 3em 0;
}
header .menu-box-sp .nav .cv {
  padding: 2em 0;
  background: #f6fafd;
}
header .menu-box-sp .nav .cv-ttl {
  text-align: center;
  color: #1c4595;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  padding-bottom: 0.6em;
}
header .menu-box-sp .nav .cv-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
header .menu-box-sp .nav .cv-box div {
  width: calc(47.5% - 1em);
}
header .menu-box-sp .nav .cv-box div .btn03 {
  width: 100%;
  font-size: 12px;
  background: #1c4595;
  display: flex;
  gap: 10px;
}
header .menu-box-sp .nav .cv-box div .btn03:hover {
  color: #fff;
}
header .menu-box-sp .nav .cv-box div .btn03 .fa-phone {
  padding: 0;
}
header .menu-box-sp .nav.show {
  width: 100%;
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
header .menu-box-sp .nav.show .accordion-ttl {
  border-bottom: solid 1px #1c4595;
  overflow: hidden;
}
header .menu-box-sp .nav.show .accordion-ttl.border-top {
  border-top: solid 1px #1b4599;
}
header .menu-box-sp .nav.show .accordion-ttl .accordion-ttl-bg {
  width: 100%;
  position: relative;
  padding: 2em 1em;
}
header .menu-box-sp .nav.show .accordion-ttl .accordion-ttl-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to left, #1c4597, #487bca 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
}
header .menu-box-sp .nav.show .accordion-ttl .accordion-ttl-bg a {
  position: sticky;
  color: #1c4595;
  z-index: 2;
}
header .menu-box-sp .nav.show .accordion-ttl.open .accordion-ttl-bg::before {
  opacity: 1;
}
header .menu-box-sp .nav.show .accordion-ttl.open a {
  color: #fff;
}
header .menu-box-sp .content::-webkit-scrollbar {
  display: none;
}

#js-header .header-pc {
  width: 100%;
}
#js-header .header-pc .header-wrap {
  justify-content: space-between;
  width: 100%;
}
#js-header .header-pc .header-wrap .logo {
  width: 200px;
  align-self: center;
}
#js-header .header-pc .header-wrap .logo a {
  display: flex;
  height: 100%;
  align-items: center;
}
#js-header .header-pc .header-wrap .logo img {
  width: 100%;
}
#js-header .header-pc .header-wrap .header-btn-box {
  display: flex;
  justify-content: flex-end;
}

.tel-pc-flexbox {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding: 0 1em;
}
.tel-pc-flexbox .tel-pc {
  pointer-events: none;
}
.tel-pc-flexbox p {
  margin-bottom: 0 !important;
  letter-spacing: 1px;
}
.tel-pc-flexbox p:nth-child(2) {
  line-height: normal;
  font-size: 10px;
}
.tel-pc-flexbox p:last-child {
  font-size: 26px;
}
.tel-pc-flexbox i {
  color: #1c4595;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  background: #fff;
  box-shadow: 0px 10px 23px -17px rgba(0, 0, 0, 0.3);
}

.menu-box-pc {
  display: flex;
}
.menu-box-pc .nav {
  padding-top: 2em;
  padding: 2em;
}
.menu-box-pc .nav.show {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.menu-box-pc .nav_top_wrap {
  display: flex;
  justify-content: center;
  gap: 5%;
  align-items: center;
  padding-bottom: 3em;
}
.menu-box-pc .nav_top_wrap .cv {
  width: 60%;
  background: #eef6f9;
  padding: 1em 0;
}
.menu-box-pc .nav_top_wrap .cv .nav-logo {
  width: 200px;
}
.menu-box-pc .nav_top_wrap .cv .cv-ttl {
  text-align: center;
  color: #1c4595;
  margin: 0 0 1em;
}
.menu-box-pc .nav_top_wrap .cv .cv-box {
  display: flex;
  justify-content: center;
  gap: 3em;
}
.menu-box-pc .nav_top_wrap .cv .cv-box .btn03 {
  width: 100%;
  font-size: 14px;
  background: #1c4595;
  display: flex;
  gap: 1em;
}
.menu-box-pc .nav_top_wrap .cv .cv-box .btn03::before {
  background-image: linear-gradient(to right, #ff391f, #feb00e 100%);
}
.menu-box-pc .nav_top_wrap .cv .cv-box .btn03:hover {
  color: #fff;
}
.menu-box-pc .nav_top_wrap .cv .cv-box .btn03 .fa-phone {
  padding: 0;
}
.menu-box-pc .nav_top_wrap .cv .cv-box .cv-mail {
  width: 40%;
  max-width: 290px;
  align-self: center;
}
.menu-box-pc .nav_ttl {
  color: #1c4595;
  border-bottom: solid 1px #1c4595;
  padding: 1em;
}
.menu-box-pc .nav_ttl p {
  padding-bottom: 0;
}
.menu-box-pc .nav_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1366px) {
  .menu-box-pc .nav_inner {
    gap: 2em;
  }
}
.menu-box-pc .nav_inner .nav-pc-wrap {
  width: calc(20% - 1em);
}
@media (min-width: 1366px) {
  .menu-box-pc .nav_inner .nav-pc-wrap {
    width: calc(20% - 2em);
  }
}
.menu-box-pc .nav_inner ul {
  padding: 2em 1em;
}
.menu-box-pc .nav_inner ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 1em;
}
.menu-box-pc .nav_inner ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #1c4595;
  border-right: 0;
  position: absolute;
  right: 5%;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.menu-box-pc .nav_inner ul li::after {
  left: 0;
  top: 20%;
  border-left: 6px solid #1c4595;
}
.menu-box-pc .nav_inner ul li a:hover {
  color: #1c4496;
}

/* アコーディオン共通指定 */
.accordion-ttl,
.accordion-content {
  border-bottom: 1px solid #1c4595;
  position: relative;
}

.accordion-ttl {
  display: flex;
  background-color: #fff;
  cursor: pointer;
  height: 50px;
  align-items: center;
}
.accordion-ttl::before, .accordion-ttl::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #232728;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.accordion-ttl::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.8s;
}
.accordion-ttl.open::before, .accordion-ttl.open::after {
  background-color: #fff;
}
.accordion-ttl.open::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-ttl.none {
  cursor: inherit;
}
.accordion-ttl.none::before, .accordion-ttl.none::after, .accordion-ttl.none.open::before, .accordion-ttl.none.open::after {
  display: none;
}
.accordion-ttl .accordion-ttl-bg {
  padding: 2em 1em;
}

.accordion-content {
  box-sizing: border-box;
  display: none;
}
.accordion-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  padding: 2em 0 3em;
  gap: 1em;
}
.accordion-content ul li {
  position: relative;
  width: calc(50% - 1em);
  margin-bottom: 0;
  line-height: inherit;
  position: relative;
}
.accordion-content ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #1c4595;
  border-right: 0;
  position: absolute;
  right: 5%;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-content ul li:last-child {
  border-bottom: none;
}
.accordion-content ul li .nav_link {
  display: block;
  height: 100%;
  padding: 1.5em 1em;
  border-bottom: solid 1px #999;
}
.accordion-content ul li .nav_link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #1c4595;
  border-right: 0;
  position: absolute;
  right: 5%;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-content ul li .nav_link span {
  font-size: 80%;
}

footer .inner {
  max-width: 1366px;
  margin: 0 auto;
}
footer .sitemap {
  display: none;
}
@media (min-width: 1024px) {
  footer .sitemap {
    padding: 5em 0;
    display: block;
    background: #f6fafd;
    padding-bottom: 5em;
  }
}
footer .sitemap .nav_inner {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
}
@media (min-width: 1366px) {
  footer .sitemap .nav_inner {
    gap: 2em;
  }
}
footer .sitemap .nav_inner .nav-pc-wrap {
  width: calc(20% - 1em);
}
@media (min-width: 1366px) {
  footer .sitemap .nav_inner .nav-pc-wrap {
    width: calc(20% - 2em);
  }
}
footer .sitemap .nav_inner .nav-pc-wrap .nav_ttl {
  border-bottom: solid 1px #1c4595;
  padding-bottom: 1em;
}
footer .sitemap .nav_inner .nav-pc-wrap ul {
  padding: 2em 1em;
}
footer .sitemap .nav_inner .nav-pc-wrap ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 1em;
}
footer .sitemap .nav_inner .nav-pc-wrap ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #1c4595;
  border-right: 0;
  position: absolute;
  right: 5%;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
}
footer .sitemap .nav_inner .nav-pc-wrap ul li::after {
  left: 0;
  top: 20%;
  border-left: 6px solid #1c4595;
}
footer .sitemap .nav_inner .nav-pc-wrap ul li a:hover {
  color: #1c4496;
}
footer .clinic {
  padding: 2em 0;
}
footer .clinic .inner .clinic-link {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1em;
  padding-bottom: 50px;
}
@media (min-width: 750px) {
  footer .clinic .inner .clinic-link {
    width: 90%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  footer .clinic .inner .clinic-link {
    width: 100%;
  }
}
footer .clinic .inner .clinic-link .clinic-item {
  width: 100%;
}
@media (min-width: 750px) {
  footer .clinic .inner .clinic-link .clinic-item {
    width: calc(50% - 1em);
  }
}
@media (min-width: 1024px) {
  footer .clinic .inner .clinic-link .clinic-item {
    width: calc(23.75% - 1em);
  }
}
footer .clinic .inner .clinic-link .clinic-item a {
  font-size: 1.1em;
}
@media (min-width: 1024px) {
  footer .clinic .inner .clinic-link .clinic-item a {
    font-size: clamp(0.75rem, -0.087rem + 1.31vw, 1rem);
  }
}
footer .clinic .inner .clinic-link .clinic-item .btn02 {
  padding: 1.5em 1em;
  background-repeat: no-repeat;
  background-position: left top;
  border: none;
}
footer .clinic .inner .clinic-link .clinic-item .btn02::before {
  background: #29a7e1;
  border: #29a7e1;
  left: 0;
}
footer .clinic .inner .clinic-link .clinic-item .btn02.tokyo::before {
  background: #790908;
  border-color: #790908;
}
footer .clinic .inner .clinic-link .clinic-item .btn02.ginza::before {
  background: #baa383;
  border-color: #baa383;
}
footer .clinic .inner .clinic-link .clinic-item .btn02.shinbashi::before {
  background: #555555;
  border-color: #555555;
}
footer .clinic .inner .clinic-link .clinic-item .btn02.omotesando::before {
  background: #28377a;
  border-color: #28377a;
}
footer .clinic .inner .clinic-link .clinic-item .btn02.roppongi::before {
  background: #482d24;
  border-color: #482d24;
}
footer .clinic .inner .clinic-link .clinic-item .btn02.shibuya::before {
  background: #db8a86;
  border-color: #db8a86;
}
footer .clinic .inner .clinic-link .clinic-item .btn02.sakuragicho::before {
  background: #74bdde;
  border-color: #74bdde;
}
@media (min-width: 1024px) {
  footer .clinic .inner .clinic-link .clinic-item .btn02 {
    width: 100%;
  }
}
footer .copy_right {
  font-size: 12px;
}
footer .copy_right p {
  text-align: center;
  font-size: 9px;
  padding-bottom: 0;
}
footer .copy_right p span {
  font-size: 60%;
  line-height: 12px;
}

.top {
  /* スリックスライダー */
  /* ズームアニメーション */
  /* 拡大率調整 */
}
.top .mv {
  background: linear-gradient(rgba(94, 149, 207, 0.2), rgba(0, 0, 0, 0.22)), url("../img/top/yokohama-sta-min.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 2;
}
.top .mv-ttl {
  position: absolute;
  bottom: 15%;
  right: 0;
  color: #fff;
  width: 93%;
  z-index: 5;
}
.top .mv .mv-ttl h1 {
  font-family: "a-otf-ud-reimin-pr6n", serif;
  font-weight: 400;
  padding-right: 5%;
  margin-bottom: 0.75em;
  text-align: right;
  font-size: clamp(1.975rem, 1.396rem + 2.56vw, 4rem);
  letter-spacing: 0.1em;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.6));
  line-height: 1.4;
}
@media (max-width: 320px) {
  .top .mv .mv-ttl h1 {
    font-size: 27px;
  }
}
.top .mv .mv-ttl h1 span {
  font-size: 0.9em;
}
.top .mv .mv-btn {
  position: relative;
}
.top .mv .mv-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  border-right: 0;
  position: absolute;
  right: 5%;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.top .mv .mv-btn::after {
  right: 10%;
}
.top .mv .mv-btn.is-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 93%;
  z-index: 999;
}
.top .mv .mv-btn .btn01 {
  background: linear-gradient(to right, #ff391f, #feb00e 100%);
  border-radius: 30px 0 0 30px;
  display: flex;
  justify-content: flex-start;
  padding-left: 20%;
  gap: 1.5em;
}
.top .mv .mv-btn .btn01::before {
  display: none;
}
@media (min-width: 750px) {
  .top .mv .mv-btn .btn01 {
    max-width: 330px;
    margin-right: 5%;
    padding: 1em 1em 1em 2em;
    background: none;
    border-radius: 30px;
  }
  .top .mv .mv-btn .btn01::before {
    display: block;
  }
}
.top .mv .mv-btn .btn01 svg {
  width: 20px;
  color: #fff;
}
.top section h2 {
  font-family: "a-otf-ud-reimin-pr6n", serif;
  color: #1c4595;
  font-size: clamp(2.25rem, 1.738rem + 2.56vw, 3.7rem);
  position: relative;
  font-weight: inherit;
  margin-bottom: 1em;
  text-align: center;
}
.top section h2 span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "游ゴシック体", "YuGothic", "Hiragino Sans", sans-serif;
  margin-top: 0.5em;
}
.top .achievements {
  background: #1d3c7c;
  position: relative;
  padding: 3em 0;
}
.top .achievements .wave_top {
  top: -149px;
}
.top .achievements .wave_bottom {
  bottom: -149px;
}
.top .achievements .inner {
  padding: 0 5%;
}
.top .achievements h2 {
  margin-bottom: 1.5em;
  color: #fff;
}
.top .achievements h2 span {
  font-weight: normal;
}
.top .achievements .achievements-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em 1em;
}
@media (min-width: 430px) {
  .top .achievements .achievements-list {
    gap: 1em 2em;
    max-width: 750px;
  }
}
@media (min-width: 750px) {
  .top .achievements .achievements-list {
    gap: 5em 0;
  }
}
.top .achievements .achievements-list .achievements-item {
  width: 46%;
}
@media (min-width: 430px) {
  .top .achievements .achievements-list .achievements-item {
    width: 43%;
  }
}
.top .achievements .achievements-list .achievements-item .achievements-list-ttl {
  text-align: center;
  font-size: clamp(1.125rem, 0.782rem + 1.71vw, 1.625rem);
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "游ゴシック体", "YuGothic", "Hiragino Sans", sans-serif;
  font-weight: normal;
  margin: 0;
  margin-bottom: 0.75em;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  .top .achievements .achievements-list .achievements-item .achievements-list-ttl {
    text-align: left;
  }
}
.top .achievements .achievements-list .achievements-item .achievements-list-ttl span {
  font-size: 10px;
  margin-bottom: 1em;
  display: block;
}
.top .achievements .achievements-list .achievements-item .counter {
  margin-bottom: 0.5em;
  color: #f8f78b;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: end;
  font-size: clamp(2.375rem, 1.618rem + 3.23vw, 4.375rem);
}
.top .achievements .achievements-list .achievements-item .counter .achievements-num {
  letter-spacing: 1px;
  font-style: italic;
  font-family: "a-otf-ud-reimin-pr6n", serif;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 320px) {
  .top .achievements .achievements-list .achievements-item .counter .achievements-num {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .top .achievements .achievements-list .achievements-item .counter .achievements-num {
    text-align: left;
  }
}
.top .achievements .achievements-list .achievements-item .counter .achievements-num + span {
  font-size: 0.3em;
  margin-left: 10px;
  font-style: normal;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "游ゴシック体", "YuGothic", "Hiragino Sans", sans-serif;
}
@media (min-width: 750px) {
  .top .achievements .achievements-list .achievements-item .counter .achievements-num + span {
    font-size: 25px;
  }
}
.top .achievements .achievements-list .btn03 {
  font-size: clamp(0.5rem, -0.227rem + 3.64vw, 0.75rem);
  width: 100%;
}
@media (min-width: 430px) {
  .top .achievements .achievements-list .btn03 {
    width: 90%;
    margin: 0 auto;
  }
}
.top .achievements .achievements-list .btn03:hover {
  border: 1px solid #1c4595;
}
.top .feature {
  background: #f9f9f9;
  padding-top: 8em;
  padding-bottom: 5em;
}
@media (min-width: 1024px) {
  .top .feature {
    padding-top: 10em;
  }
}
@media (min-width: 1024px) {
  .top .feature h2 {
    margin-bottom: 2em;
  }
}
.top .feature .feature-item {
  margin-bottom: 3em;
}
@media (min-width: 750px) {
  .top .feature .feature-item {
    width: 80%;
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .top .feature .feature-item {
    display: flex;
    width: 90%;
    margin: 0 auto 8em;
    align-items: center;
  }
}
.top .feature .feature-item:nth-child(2n+1) {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: auto;
}
.top .feature .feature-item:nth-child(2) {
  margin-right: 0;
  margin-left: auto;
}
.top .feature .feature-item:nth-child(2) .feature-ttl h3 {
  align-items: flex-start;
  bottom: inherit;
  top: 10%;
  right: inherit;
  left: 0;
}
@media (min-width: 750px) {
  .top .feature .feature-item:nth-child(2) .feature-ttl h3 {
    left: -30px;
  }
}
.top .feature .feature-item .feature-ttl {
  position: relative;
  height: 200px;
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  .top .feature .feature-item .feature-ttl {
    width: calc(55% - 1em);
    aspect-ratio: 59/35;
    height: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .top .feature .feature-item .feature-ttl {
    aspect-ratio: 59/35;
    width: 590px;
    height: 350px;
  }
}
.top .feature .feature-item .feature-ttl img {
  width: 100%;
  height: 100%;
  border-radius: 0 25px 0 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .feature .feature-item .feature-ttl h3 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "a-otf-ud-reimin-pr6n", serif;
  text-align: right;
  font-weight: normal;
  bottom: 10%;
  letter-spacing: 0.1em;
  font-size: clamp(1.25rem, 1.049rem + 0.75vw, 1.688rem);
  right: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media (min-width: 1024px) {
  .top .feature .feature-item .feature-ttl h3 {
    right: -30px;
  }
}
.top .feature .feature-item .feature-ttl h3 span {
  display: inline-flex;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  color: #333333;
  background: #fff;
  padding: 10px;
}
@media (min-width: 1024px) {
  .top .feature .feature-item .feature-ttl h3 span {
    padding: 12px 25px;
  }
}
.top .feature .feature-item .feature-ttl h3 span:first-of-type {
  margin-bottom: 0.25em;
}
.top .feature .feature-item .feature-ttl.on h3 {
  animation: textclip 1s forwards;
}
.top .feature .feature-item .feature-ttl.on h3 span {
  animation: textclip 1s forwards 0.1s;
}
@keyframes textclip {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.top .feature .feature-item .feature-tx {
  width: 90%;
  line-height: 2;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .top .feature .feature-item .feature-tx {
    width: 40%;
  }
}
.top .feature .feature-tags {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 80px auto;
  gap: 14px;
  width: 90%;
}
.top .feature .feature-tags a {
  width: 33.3333333333%;
  display: block;
  background-color: #1c4595;
  color: #fff;
  border-radius: 50%;
  border: none;
  aspect-ratio: 1/1;
  position: relative;
  max-width: 180px;
}
@media (min-width: 1024px) {
  .top .feature .feature-tags a {
    border-radius: 0 25px;
    max-width: 300px;
    aspect-ratio: unset;
    background-color: unset;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .top .feature .feature-tags a:nth-child(1) {
    background-image: url("../img/top/services01.jpg");
    background-size: contain;
    background-position: -45px 0px;
  }
}
@media (min-width: 1024px) {
  .top .feature .feature-tags a:nth-child(2) {
    background-image: url("../img/top/feature01.webp");
    background-size: contain;
    background-position: -45px 0px;
  }
}
@media (min-width: 1024px) {
  .top .feature .feature-tags a:nth-child(3) {
    background-image: url("../img/top/feature03.webp");
    background-size: contain;
    background-position: -45px 0px;
  }
}
.top .feature .feature-tags a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  border-right: 0;
  position: absolute;
  transform: translateY(-50%);
  bottom: 5vw;
  right: 50%;
  transform: translateX(50%);
}
@media (min-width: 1024px) {
  .top .feature .feature-tags a:before {
    top: 50%;
    right: 20px;
  }
}
.top .feature .feature-tags a div {
  text-align: center;
  padding-top: 5vw;
}
@media (min-width: 1024px) {
  .top .feature .feature-tags a div {
    border-radius: 0 25px 0 0;
    background-image: linear-gradient(to right, #1c4597, #487bca 100%);
    width: 80%;
    position: relative;
    right: -60px;
    display: flex;
    align-items: center;
    padding: 3.5em 0;
    z-index: -1;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .top .feature .feature-tags a div:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ff391f, #feb00e 100%);
    opacity: 0;
    transition: opacity 0.6s;
    z-index: 0;
  }
}
@media (min-width: 1024px) {
  .top .feature .feature-tags a div:hover::before {
    opacity: 1;
  }
}
.top .feature .feature-tags a div i {
  color: #fff;
  font-size: 18px;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {
  .top .feature .feature-tags a div i {
    position: relative;
    z-index: 2;
    padding-right: 0.7em;
    padding-left: 1em;
    padding-bottom: 0;
  }
}
.top .feature .feature-tags a div p {
  font-size: 13px;
}
@media (min-width: 1024px) {
  .top .feature .feature-tags a div p {
    position: relative;
    z-index: 2;
  }
}
.top .services {
  padding: 3em 0 8em;
  background: #f6fafd;
  position: relative;
}
.top .services .wave_top .wave {
  fill: #f6fafd;
}
.top .services .wave_top .wave2 {
  fill: #dbe6ec;
}
.top .services .wave_top .wave1 {
  fill: #c3eddf;
}
.top .services .wave_top .wave3 {
  fill: #f6fafd;
}
@media (min-width: 1024px) {
  .top .services h2 {
    margin-bottom: 2em;
  }
}
.top .services .services-list-sp {
  display: block;
}
@media (min-width: 1024px) {
  .top .services .services-list-sp {
    display: none;
  }
}
.top .services .services-list-sp a {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #1c4595;
  position: relative;
}
.top .services .services-list-sp a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1c4595;
  border-right: 0;
  position: absolute;
  margin-left: auto;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.top .services .services-list-sp a .services-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-position: center center;
  display: inline-block;
  background-size: cover;
}
.top .services .services-list-sp a .services-tx {
  padding-left: 16px;
}
.top .services .services-list-sp a .services-tx .services-ttl {
  font-size: clamp(1.25rem, 1.174rem + 0.38vw, 1.5rem);
  letter-spacing: 2.5px;
  font-family: "a-otf-ud-reimin-pr6n", serif;
}
.top .services .services-list-sp a .services-tx span {
  font-size: 12px;
  color: #1c4595;
  letter-spacing: normal;
  line-height: 2;
}
.top .services .services-list-sp a .services-tx span.tx-s {
  color: initial;
}
.top .services .services-list-sp .ceramic {
  background-image: url("../img/top/services01.jpg");
}
.top .services .services-list-sp .ortho {
  background-image: url("../img/top/services02.jpg");
}
.top .services .services-list-sp .implant {
  background-image: url("../img/top/services03.jpg");
}
.top .services .services-list-sp .perio {
  background-image: url("../img/top/services04.jpg");
}
.top .services .services-list-sp .micro-endo {
  background-image: url("../img/top/services05.jpg");
}
.top .services .services-list-sp .pmtc {
  background-image: url("../img/top/services06.jpg");
}
.top .services .services-list-pc {
  display: none;
}
@media (min-width: 1024px) {
  .top .services .services-list-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
  }
}
.top .services .services-list-pc .services-contents {
  width: calc(33.3333333333% - 2em);
  position: relative;
  padding-bottom: 100px;
}
.top .services .services-list-pc .services-contents .services-img {
  border-radius: 0 25px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .top .services .services-list-pc .services-contents .services-tx .services-ttl {
    width: 100%;
    text-align: center;
    font-weight: normal;
    line-height: initial;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-family: "a-otf-ud-reimin-pr6n", serif;
  }
}
@media (min-width: 1024px) {
  .top .services .services-list-pc .services-contents .services-tx span {
    font-size: 12px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "游ゴシック体", "YuGothic", "Hiragino Sans", sans-serif;
    letter-spacing: 0;
    color: #1c4595;
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  .top .services .services-list-pc .services-contents .services-tx p {
    display: block;
  }
}
.top .services .services-list-pc .btn03 {
  max-width: 240px;
  width: 100%;
  font-size: 12px;
  margin: 16px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.top .services .services-list-pc .btn03:after {
  right: 5% !important;
  left: auto !important;
}
.top .flex-pc02 .flex-inner-pc {
  display: flex;
  flex-wrap: wrap;
}
.top .flow {
  background: #eef6f9;
  padding: 5em 7%;
}
@media (min-width: 1024px) {
  .top .flow {
    width: 50%;
    padding: 6em 2%;
  }
  .top .flow .inner {
    max-width: 100%;
  }
}
.top .flow h2 {
  display: flex;
  align-items: baseline;
  gap: 0 0.25em;
  text-align: left;
}
@media (min-width: 1024px) {
  .top .flow h2 {
    margin-bottom: 1em;
  }
}
.top .flow h2 span {
  transform: translateX(0);
}
.top .flow .flow-list {
  background: #fff;
  padding: 50px 3%;
  margin-bottom: 4em;
  list-style: none;
  counter-reset: flow-counter;
}
@media (min-width: 1024px) {
  .top .flow .flow-list {
    width: 80%;
    max-width: 450px;
    margin: 0 auto 2em;
  }
}
.top .flow .flow-list li {
  display: flex;
  justify-content: flex-start;
  gap: 0 1em;
  margin-bottom: 2em;
  padding-left: 50px;
  counter-reset: item-counter;
}
.top .flow .flow-list li:last-of-type {
  margin-bottom: 0;
}
.top .flow .flow-list li::before {
  content: counter(flow-counter);
  counter-increment: flow-counter;
  padding: 3px 5px 3px 5px;
  border-radius: 0 5px;
  color: #fff;
  font-size: 10px;
  font-style: italic;
  background: linear-gradient(to right, #ff391f, #feb00e 100%);
}
@media (min-width: 1024px) {
  .top .flow p {
    width: 90%;
    margin: 0 auto;
  }
}
.top .cost {
  background: #e9f4fa;
  padding: 5em 7%;
}
@media (min-width: 1024px) {
  .top .cost {
    width: 50%;
    padding: 6em 2%;
  }
}
.top .cost h2 {
  display: flex;
  align-items: baseline;
  gap: 0 0.3em;
  text-align: left;
}
@media (min-width: 1024px) {
  .top .cost h2 {
    margin-bottom: 1em;
  }
}
.top .cost h2 span {
  transform: translateX(0);
}
.top .cost p {
  padding-bottom: 3em;
}
.top .cost .cost-tags {
  max-width: 430px;
  margin: 0 auto;
}
.top .cost .cost-tags a {
  display: block;
  color: #fff;
  border: none;
  position: relative;
  border-radius: 0 25px;
  background-color: unset;
  position: relative;
  z-index: 0;
  margin: 15px 0;
}
.top .cost .cost-tags a:nth-child(1) {
  background-image: url("../img/top/cost-btn01.webp");
  background-size: contain;
}
.top .cost .cost-tags a:nth-child(2) {
  background-image: url("../img/top/cost-btn02.webp");
  background-size: contain;
}
.top .cost .cost-tags a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  border-right: 0;
  position: absolute;
  transform: translateY(-50%);
  transform: translateX(50%);
  top: 50%;
  right: 20px;
}
.top .cost .cost-tags a div {
  text-align: left;
  border-radius: 0 25px 0 0;
  background-image: linear-gradient(to right, #1c4597, #487bca 100%);
  width: 80%;
  position: relative;
  right: -20%;
  align-items: center;
  z-index: -1;
  overflow: hidden;
  padding: 2em 3em 2em 1em;
}
.top .cost .cost-tags a div:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #ff391f, #feb00e 100%);
  opacity: 0;
  transition: opacity 0.6s;
  z-index: 0;
  top: 0;
  right: 0;
}
.top .cost .cost-tags a div:hover::before {
  opacity: 1;
}
.top .cost .cost-tags a div h3 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 14px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.top .cost .cost-tags a div p {
  font-size: 13px;
  position: relative;
  z-index: 2;
  padding-bottom: 0 !important;
}
.top .cost .btn02 {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding-left: 28%;
  width: 100%;
  height: 140px;
  border-radius: 0 25px 0 25px;
  border: none;
  justify-content: flex-start;
  background-image: linear-gradient(to right, #1c4597, #487bca 100%), url(../img/top/gray.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left top;
  background-size: 77% 100%, 100% 100%;
}
.top .cost .btn02::before {
  background: linear-gradient(to right, #ff391f, #feb00e 100%);
  left: 23%;
}
.top .cost .btn02 img {
  width: 30%;
  max-width: 100%;
  height: auto;
  justify-content: center;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background: #999;
  display: block;
}
@media (min-width: 1024px) {
  .top .cost .btn02 img {
    width: 40%;
  }
}
.top .cost .btn02 .cost-tx {
  width: 80%;
  padding-left: 20px;
  align-self: center;
  position: relative;
}
.top .cost .btn02 .cost-tx::after {
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
}
.top .cost .btn02 p {
  padding-bottom: 0;
  text-align: left;
  line-height: 1.5em;
}
.top .cost .btn02 p:first-child {
  padding-bottom: 10px;
}
.top .case {
  background: #f6fafd;
  padding: 5em 7%;
  position: relative;
}
.top .case .wave_bottom .wave {
  fill: #f6fafd;
}
.top .case .wave_bottom .wave2 {
  fill: #dbe6ec;
}
.top .case .wave_bottom .wave1 {
  fill: #c3eddf;
}
.top .case .wave_bottom .wave3 {
  fill: #f6fafd;
}
.top .case h2 {
  text-align: left;
  display: flex;
  align-items: baseline;
  gap: 0 0.3em;
}
.top .case h2 span {
  color: #1c4595;
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .top .case h2 {
    margin-bottom: 2em;
  }
}
.top .case .top-case {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .top .case .top-case {
    flex-direction: column-reverse;
  }
}
.top .case .top-case .case-slider {
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .top .case .top-case .case-slider {
    margin: calc(-22.2222222222vw + 100px) calc(50% - 50vw) 70px;
    width: 100vw;
  }
  .top .case .top-case .case-slider div {
    transition: none;
  }
}
.top .case .top-case .case-slider .slick-track {
  display: flex;
  align-items: flex-end;
  float: none;
}
@media (min-width: 1024px) {
  .top .case .top-case .case-slider .slick-track {
    gap: 15px;
    min-height: calc(22.2222222222vw + 60px);
  }
}
.top .case .top-case .case-slider .case-slide {
  height: auto;
  transition: 0.3s ease-in-out;
  transform: scale(0.45);
  transform-origin: bottom;
  width: 80vw;
  margin: 0 -8vw 1em;
}
@media (min-width: 750px) {
  .top .case .top-case .case-slider .case-slide {
    width: 30vw;
    margin: 0 -2vw 1em;
  }
}
@media (min-width: 1024px) {
  .top .case .top-case .case-slider .case-slide {
    width: calc(16.6666666667vw - 50px);
    margin: 0 0;
    transform: translateX(60px);
    will-change: width;
    transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.top .case .top-case .case-slider .case-slide .case-img img {
  background: #999;
  border-radius: 0 25px 0 25px;
  margin: 0 auto;
}
.top .case .top-case .case-slider .case-slide.slick-center {
  transform: scale(1);
  transition: 0.4s;
}
@media (min-width: 1024px) {
  .top .case .top-case .case-slider .case-slide.slick-center {
    transform: scale(1);
  }
}
@media (min-width: 1024px) {
  .top .case .top-case .case-slider .case-slide.slick-active-main {
    width: calc(33.3333333333vw + 20px);
    max-width: 500px;
  }
  .top .case .top-case .case-slider .case-slide.slick-active-main .case-img img {
    margin-bottom: 30px;
  }
}
.top .case .top-case .case-tx {
  position: relative;
}
.top .case .top-case .case-tx-contents {
  position: relative;
}
.top .case .top-case .case-tx-slider .case-txbox {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .top .case .top-case .case-tx-slider .case-txbox {
    width: 33%;
    margin-left: 10%;
  }
}
.top .case .top-case .case-tx-slider .case-txbox .case-slide-ttl {
  font-family: "a-otf-ud-reimin-pr6n", serif;
  text-align: left;
  line-height: 1.5em;
  font-size: 20px;
  padding-bottom: 20px;
}
.top .case .top-case .case-tx-slider .case-txbox .case-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 1.5em;
  gap: 0 1em;
  width: 68%;
}
@media (min-width: 750px) {
  .top .case .top-case .case-tx-slider .case-txbox .case-tag {
    width: 72%;
  }
}
@media (min-width: 1024px) {
  .top .case .top-case .case-tx-slider .case-txbox .case-tag {
    width: auto;
  }
}
.top .case .top-case .case-tx-slider .case-txbox .case-tag .case-type a {
  display: inline-block;
  color: #fff;
  border: none;
  background: linear-gradient(to right, #4684db, #0ec6ae 100%);
  border-radius: 20px;
  padding: 0.75em 1em;
  line-height: 1;
  margin-bottom: 5px;
}
.top .case .top-case .case-tx-slider .case-txbox .case-tag .case-age {
  color: #1c4595;
  line-height: 1;
}
.top .case .top-case .case-tx-slider .case-txbox .case-tag .case-age span {
  border: 1px solid #1c4595;
  border-radius: 20px;
  padding: 0.75em 1em;
  display: inline-block;
}
.top .case .top-case .case-tx-slider .case-txbox .btn03 {
  background: #1c4595;
  width: 100%;
  max-width: 250px;
  margin-bottom: 50px;
  margin-left: 0;
  padding-left: 2em;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .top .case .top-case .case-tx-slider .case-txbox .btn03 {
    width: 60%;
  }
}
.top .case .top-case .case-tx .slider-arrows {
  position: absolute;
  top: -0.25em;
  right: 5vw;
}
@media (min-width: 1024px) {
  .top .case .top-case .case-tx .slider-arrows {
    right: -2vw;
  }
}
.top .case .top-case .case-tx .slider-arrows > * {
  padding: 1.5em;
  background-color: transparent;
  border-radius: 50%;
  background-repeat: no-repeat;
  border: none;
}
.top .case .top-case .case-tx .slider-arrows .prev-arrow {
  background-image: url(../img/top/case-arrow.svg);
  transform: rotate(180deg);
}
.top .case .top-case .case-tx .slider-arrows .next-arrow {
  margin-left: 0.5em;
  background-image: url(../img/top/case-arrow.svg);
}
.top .case .case-btn {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .top .case .case-btn {
    max-width: 700px;
    margin: 0 auto;
  }
}
.top .case .case-btn::after {
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
.top .case .case-btn .btn02 {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 140px;
  justify-content: flex-start;
  padding-right: 60px;
  background: linear-gradient(45deg, #1c4595, #4684db 100%);
  background-repeat: no-repeat;
  background-position: left top;
  border: none;
}
.top .case .case-btn .btn02::before {
  background: linear-gradient(to right, #ff391f, #feb00e 100%);
  left: 0;
}
.top .case .case-btn .btn02::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  border-right: 0;
  position: absolute;
  right: 5%;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .top .case .case-btn .btn02 {
    height: 190px;
    padding-right: 1em;
  }
}
.top .case .case-btn .btn02 img {
  width: 80px;
  max-width: 100%;
  height: auto;
  justify-content: center;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background: #999;
  display: block;
}
@media (min-width: 1024px) {
  .top .case .case-btn .btn02 img {
    width: 50%;
  }
}
.top .case .case-btn .btn02 div {
  padding-left: 20px;
  position: relative;
  align-self: center;
}
@media (min-width: 1024px) {
  .top .case .case-btn .btn02 div {
    width: 50%;
  }
}
.top .case .case-btn .btn02 div p {
  text-align: left;
  line-height: 1.5em;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .top .case .case-btn .btn02 div p {
    padding-bottom: 0;
  }
}
.top .case .case-btn .btn02 div p:first-child {
  font-size: clamp(1rem, 0.914rem + 0.43vw, 1.125rem);
  padding-bottom: 1.5em;
}
@media (max-width: 320px) {
  .top .case .case-btn .btn02 div p:first-child {
    font-size: 14px;
  }
}
.top .case .case-btn .btn02 div p:nth-child(2) {
  font-size: 12px;
}
.top .info {
  position: relative;
  padding: 8em 0 0;
}
@media (min-width: 1024px) {
  .top .info {
    padding-top: 10em;
  }
}
.top .info .wave_bottom .wave {
  fill: #f6fafd;
}
.top .info .wave_bottom .wave2 {
  fill: #dbe6ec;
}
.top .info .wave_bottom .wave1 {
  fill: #c3eddf;
}
.top .info .wave_bottom .wave3 {
  fill: #f6fafd;
}
@media (min-width: 1024px) {
  .top .info .inner {
    max-width: 100%;
    padding: 0;
  }
}
.top .info .flex-pc01 {
  display: block;
}
@media (min-width: 1024px) {
  .top .info .flex-pc01 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 5em;
    align-items: center;
  }
}
.top .info .flex-pc01 .info-slick-box {
  display: none;
}
@media (min-width: 1024px) {
  .top .info .flex-pc01 .info-slick-box {
    display: block;
    width: calc(50% - 5em);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.top .info h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  .top .info h2 {
    margin-bottom: 2em;
  }
}
@media (min-width: 1024px) {
  .top .info .info-list {
    width: calc(50% - 5em);
  }
}
@media (min-width: 1024px) {
  .top .info .info-list ul {
    padding-bottom: 3em;
  }
}
.top .info .info-list ul li {
  border-bottom: solid 1px #1c4595;
  position: relative;
}
.top .info .info-list ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #1c4595;
  border-right: 0;
  position: absolute;
  right: 5%;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
}
.top .info .info-list ul li:hover::after {
  right: 3%;
  transition: all 0.6s;
}
.top .info .info-list ul li a {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 25px 20px;
  display: block;
}
.top .info .info-list ul li p:first-child {
  color: #1c4595;
}
.top .info .info-list ul li p:first-child::after {
  content: "お知らせ";
  border: solid 1px #1c4595;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 20px;
  font-size: 10px;
}
.top .info .info-list .info-btn {
  max-width: 250px !important;
  width: 100% !important;
  font-size: 11px !important;
  margin: 40px auto !important;
  padding: 2em 2em !important;
}
@media (min-width: 1024px) {
  .top .info .info-list .info-btn {
    margin: 0 !important;
  }
}
.top .info .lg-block a {
  background: #1c4595;
  width: 60%;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
  padding-left: 2em;
}
.top .info-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  border-radius: 0 30px;
}
.top .add-anime {
  animation: zoom-anime 10s linear 0s normal both;
}
@keyframes zoom-anime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.top iframe.rsrv {
  width: 100%;
  height: 220px;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* モーダルが表示されている時のスタイル */
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* モーダルコンテンツのスタイル */
.modal-content {
  background-color: #fff;
  padding: 5em 2em;
  border-radius: 0 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  width: 80%;
  max-width: 600px;
  text-align: center;
  animation: fadeInScale 0.3s ease-out;
  /* 閉じるボタンのスタイル */
  /* モーダルの内容（例：電話リンク）のスタイル */
}
.modal-content h2 {
  font-size: 15px;
}
.modal-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.modal-content p {
  font-size: 13px !important;
  margin-bottom: 0 !important;
}
.modal-content p span {
  font-size: 24px !important;
}
.modal-content .close-button {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
  transition: color 0.2s ease;
}
.modal-content .close-button:hover,
.modal-content .close-button:focus {
  color: #333;
}
.modal-content .modal-phone-link {
  display: inline-block;
  margin-block: 30px;
  padding: 2em 1em;
  background-color: #1c4595;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  max-width: 300px;
  width: 100%;
}
.modal-content .modal-phone-link:hover {
  background-color: #0d2a5e;
}
.modal-content p {
  line-height: 1.3;
}

/* コンテンツのフェードインアニメーション */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}/*# sourceMappingURL=top.css.map */