@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;
}

body:not(.top) .wp-block-group h2, body:not(.top) .second h2 {
  font-family: "a-otf-ud-reimin-pr6n", serif;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #00d4a5, #4782dc) 1;
     border-image: linear-gradient(to right, #00d4a5, #4782dc) 1;
  margin-bottom: 50px;
  margin-top: 80px;
  font-weight: 500;
}
body:not(.top) .wp-block-group h3, body:not(.top) .second h3 {
  font-size: 16px;
  background-color: #e8f3f9;
  border-left: 5px solid #1c4595;
  padding: 15px;
  margin-top: 70px;
  margin-bottom: 40px;
  line-height: 28px;
}
body:not(.top) .wp-block-group h4, body:not(.top) .second h4 {
  font-size: 14px;
  padding: 15px 15px;
  border-left: 5px solid #b2d5e7;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: 40px;
}
body:not(.top) .wp-block-group h5, body:not(.top) .second h5 {
  font-size: 13px;
  padding: 15px 15px 15px 20px;
  position: relative;
}
body:not(.top) .wp-block-group h5::before, body:not(.top) .second h5::before {
  content: "●";
  position: absolute;
  color: #1c4595;
  font-size: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
}
body:not(.top) .wp-block-group .page-link, body:not(.top) .second .page-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body:not(.top) .wp-block-group .page-link li, body:not(.top) .second .page-link li {
  max-width: 200px;
  width: 33.3333333333%;
  padding: 0 0.2em 0.5em;
}
body:not(.top) .wp-block-group .page-link li a, body:not(.top) .second .page-link li a {
  display: block;
  color: #333333;
  font-size: 13px;
  padding: 15px 15px;
  position: relative;
  background-color: #e8f3f9;
  border-radius: 0 10px;
}
body:not(.top) .wp-block-group .page-link li a::before, body:not(.top) .second .page-link li a::before {
  content: "▼";
  position: absolute;
  color: #1c4595;
  font-size: 6px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
}
body:not(.top) .wp-block-group .tx-wb, body:not(.top) .second .tx-wb {
  font-weight: bold;
}
body:not(.top) .wp-block-group .highlight, body:not(.top) .second .highlight {
  background: linear-gradient(transparent 30%, #fffa73 50%);
}
body:not(.top) .wp-block-group .tx-r, body:not(.top) .second .tx-r {
  color: #ed3800;
  font-weight: bold;
}
body:not(.top) .wp-block-group .fs-s, body:not(.top) .second .fs-s {
  font-size: 0.9em;
}
body:not(.top) .wp-block-group .fs-ss, body:not(.top) .second .fs-ss {
  font-size: 0.8em;
}
body:not(.top) .wp-block-group .second-contents, body:not(.top) .second .second-contents {
  width: 90%;
  margin: 80px auto 120px;
  letter-spacing: 1px;
}
@media (min-width: 1366px) {
  body:not(.top) .wp-block-group .second-contents, body:not(.top) .second .second-contents {
    max-width: 970px;
    width: 100%;
  }
}
body:not(.top) .wp-block-group .second-mv, body:not(.top) .second .second-mv {
  background: linear-gradient(rgba(0, 212, 165, 0.5), rgba(71, 130, 220, 0.5)), url("../img/top/yokohama-sta-min.jpg");
  background-size: cover;
  padding-top: 385px;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .second-mv, body:not(.top) .second .second-mv {
    padding-top: 158px;
  }
}
body:not(.top) .wp-block-group .second-mv .second-mv-contents, body:not(.top) .second .second-mv .second-mv-contents {
  text-align: center;
  color: #1c4595;
  position: relative;
  background-color: #fff;
  padding: 20px 0 0;
  z-index: 0;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .second-mv .second-mv-contents, body:not(.top) .second .second-mv .second-mv-contents {
    padding: 100px 69px 0;
    text-align: left;
    background-color: unset;
    height: 300px;
  }
}
body:not(.top) .wp-block-group .second-mv .second-mv-contents:before, body:not(.top) .second .second-mv .second-mv-contents:before {
  position: absolute;
  content: "";
  background-image: url("../img/template/wave-sp.svg");
  top: -70px;
  width: 100%;
  height: 70px;
  left: 0;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .second-mv .second-mv-contents:before, body:not(.top) .second .second-mv .second-mv-contents:before {
    content: unset;
  }
}
body:not(.top) .wp-block-group .second-mv .second-mv-contents .wave-bg, body:not(.top) .second .second-mv .second-mv-contents .wave-bg {
  display: none;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .second-mv .second-mv-contents .wave-bg, body:not(.top) .second .second-mv .second-mv-contents .wave-bg {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .second-mv .second-mv-contents .wave-bg img, body:not(.top) .second .second-mv .second-mv-contents .wave-bg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
body:not(.top) .wp-block-group .second-mv .second-mv-contents .mv-ttl h1, body:not(.top) .second .second-mv .second-mv-contents .mv-ttl h1 {
  font-size: 38px;
  padding-bottom: 10px;
  font-family: "a-otf-ud-reimin-pr6n", serif;
  letter-spacing: 1px;
  max-width: 750px;
  text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .second-mv .second-mv-contents .mv-ttl h1, body:not(.top) .second .second-mv .second-mv-contents .mv-ttl h1 {
    margin: 0;
  }
}
body:not(.top) .wp-block-group .second-mv .second-mv-contents .mv-ttl p, body:not(.top) .second .second-mv .second-mv-contents .mv-ttl p {
  font-size: 13px;
  letter-spacing: 2px;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .second-mv .second-mv-contents .mv-ttl p, body:not(.top) .second .second-mv .second-mv-contents .mv-ttl p {
    padding-bottom: 40px;
  }
}
body:not(.top) .wp-block-group .bread, body:not(.top) .second .bread {
  display: none;
  color: #333333;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .bread, body:not(.top) .second .bread {
    display: block;
  }
}
body:not(.top) .wp-block-group .bread ul, body:not(.top) .second .bread ul {
  display: flex;
  font-size: 11px;
}
body:not(.top) .wp-block-group .bread ul li, body:not(.top) .second .bread ul li {
  display: inline-block;
  margin-right: 1.5em;
  line-height: 1.8;
}
body:not(.top) .wp-block-group .bread ul li:after, body:not(.top) .second .bread ul li:after {
  position: absolute;
  content: ">";
  width: 0.7em;
  height: 0.7em;
  padding: 0 0.5em;
}
body:not(.top) .wp-block-group .bread ul li:first-child, body:not(.top) .second .bread ul li:first-child {
  position: relative;
}
body:not(.top) .wp-block-group .bread ul li:first-child:before, body:not(.top) .second .bread ul li:first-child:before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  background-color: #fff;
  background-image: linear-gradient(to right, #4684db, #0ec6ae 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
body:not(.top) .wp-block-group .bread ul li:last-of-type, body:not(.top) .second .bread ul li:last-of-type {
  margin-bottom: 2em;
}
body:not(.top) .wp-block-group .bread ul li:last-of-type::after, body:not(.top) .second .bread ul li:last-of-type::after {
  display: none;
}
body:not(.top) .wp-block-group .bread ul li a:hover, body:not(.top) .second .bread ul li a:hover {
  color: #1c4595;
}
body:not(.top) .wp-block-group .frame-w, body:not(.top) .second .frame-w {
  border-radius: 0 30px;
  padding: 40px 30px;
  margin: 40px 0;
  border: 1px solid #b2d5e7;
}
body:not(.top) .wp-block-group .frame-w h2, body:not(.top) .wp-block-group .frame-w h3, body:not(.top) .wp-block-group .frame-w h4, body:not(.top) .wp-block-group .frame-w h5, body:not(.top) .second .frame-w h2, body:not(.top) .second .frame-w h3, body:not(.top) .second .frame-w h4, body:not(.top) .second .frame-w h5 {
  margin-top: 0;
}
body:not(.top) .wp-block-group .frame-w ul, body:not(.top) .second .frame-w ul {
  margin-bottom: 0;
}
body:not(.top) .wp-block-group .frame-w p:last-of-type, body:not(.top) .second .frame-w p:last-of-type {
  margin-bottom: 0 !important;
}
body:not(.top) .wp-block-group .frame-b, body:not(.top) .second .frame-b {
  border-radius: 0 30px;
  padding: 40px 30px;
  margin: 40px 0;
  background-color: #e8f3f9;
  border: 1px solid #1c4595;
}
body:not(.top) .wp-block-group .frame-b h2, body:not(.top) .wp-block-group .frame-b h3, body:not(.top) .wp-block-group .frame-b h4, body:not(.top) .wp-block-group .frame-b h5, body:not(.top) .second .frame-b h2, body:not(.top) .second .frame-b h3, body:not(.top) .second .frame-b h4, body:not(.top) .second .frame-b h5 {
  margin-top: 0;
}
body:not(.top) .wp-block-group .frame-b ul, body:not(.top) .second .frame-b ul {
  margin-bottom: 0;
}
body:not(.top) .wp-block-group .frame-b p:last-of-type, body:not(.top) .second .frame-b p:last-of-type {
  margin-bottom: 0 !important;
}
body:not(.top) .wp-block-group .frame-y, body:not(.top) .second .frame-y {
  border-radius: 0 30px;
  padding: 40px 30px;
  margin: 40px 0;
  background-color: #fffee5;
  border: 1px solid #dacb5a;
}
body:not(.top) .wp-block-group .frame-y h2, body:not(.top) .wp-block-group .frame-y h3, body:not(.top) .wp-block-group .frame-y h4, body:not(.top) .wp-block-group .frame-y h5, body:not(.top) .second .frame-y h2, body:not(.top) .second .frame-y h3, body:not(.top) .second .frame-y h4, body:not(.top) .second .frame-y h5 {
  margin-top: 0;
}
body:not(.top) .wp-block-group .frame-y ul, body:not(.top) .second .frame-y ul {
  margin-bottom: 0;
}
body:not(.top) .wp-block-group .frame-y p:last-of-type, body:not(.top) .second .frame-y p:last-of-type {
  margin-bottom: 0 !important;
}
body:not(.top) .wp-block-group .frame-r, body:not(.top) .second .frame-r {
  border-radius: 0 30px;
  padding: 40px 30px;
  margin: 40px 0;
  background-color: #fff3f0;
  border: 1px solid #ed3800;
  color: #ed3800;
}
body:not(.top) .wp-block-group .frame-r h2, body:not(.top) .wp-block-group .frame-r h3, body:not(.top) .wp-block-group .frame-r h4, body:not(.top) .wp-block-group .frame-r h5, body:not(.top) .second .frame-r h2, body:not(.top) .second .frame-r h3, body:not(.top) .second .frame-r h4, body:not(.top) .second .frame-r h5 {
  margin-top: 0;
}
body:not(.top) .wp-block-group .frame-r ul, body:not(.top) .second .frame-r ul {
  margin-bottom: 0;
}
body:not(.top) .wp-block-group .frame-r p:last-of-type, body:not(.top) .second .frame-r p:last-of-type {
  margin-bottom: 0 !important;
}
body:not(.top) .wp-block-group .frame-r li:before, body:not(.top) .second .frame-r li:before {
  color: #ed3800;
}
body:not(.top) .wp-block-group .dotlist, body:not(.top) .second .dotlist {
  margin-bottom: 2em;
}
body:not(.top) .wp-block-group .dotlist li, body:not(.top) .second .dotlist li {
  padding-bottom: 1em;
  padding-left: 1.3em;
  position: relative;
}
body:not(.top) .wp-block-group .dotlist li:last-of-type, body:not(.top) .second .dotlist li:last-of-type {
  padding-bottom: 0;
}
body:not(.top) .wp-block-group .dotlist li:before, body:not(.top) .second .dotlist li:before {
  content: "・";
  color: #333333;
  position: absolute;
  left: 0;
  top: 7px;
}
body:not(.top) .wp-block-group .attlist li, body:not(.top) .second .attlist li {
  padding-bottom: 1em;
  padding-left: 1.3em;
  position: relative;
}
body:not(.top) .wp-block-group .attlist li:last-of-type, body:not(.top) .second .attlist li:last-of-type {
  padding-bottom: 0;
}
body:not(.top) .wp-block-group .attlist li:before, body:not(.top) .second .attlist li:before {
  content: "※";
  color: #ed3800;
  position: absolute;
  left: 0;
  font-size: 11px;
  top: 7px;
}
body:not(.top) .wp-block-group .arrowlist-b li, body:not(.top) .second .arrowlist-b li {
  padding-bottom: 1em;
  padding-left: 1.3em;
  position: relative;
}
body:not(.top) .wp-block-group .arrowlist-b li:last-of-type, body:not(.top) .second .arrowlist-b li:last-of-type {
  padding-bottom: 0;
}
body:not(.top) .wp-block-group .arrowlist-b li::before, body:not(.top) .second .arrowlist-b li::before {
  content: "▶";
  position: absolute;
  color: #333333;
  font-size: 7px;
  width: 10px;
  height: 10px;
  left: 0;
  top: 10px;
}
body:not(.top) .wp-block-group .arrowlist-r li, body:not(.top) .second .arrowlist-r li {
  padding-bottom: 1em;
  padding-left: 1.3em;
  position: relative;
}
body:not(.top) .wp-block-group .arrowlist-r li:last-of-type, body:not(.top) .second .arrowlist-r li:last-of-type {
  padding-bottom: 0;
}
body:not(.top) .wp-block-group .arrowlist-r li::before, body:not(.top) .second .arrowlist-r li::before {
  content: "▶";
  position: absolute;
  color: #ed3800;
  font-size: 7px;
  width: 10px;
  height: 10px;
  left: 0;
  top: 10px;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .list-flex, body:not(.top) .second .list-flex {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .list-flex div, body:not(.top) .second .list-flex div {
    width: 49%;
  }
}
body:not(.top) .wp-block-group .layout-c, body:not(.top) .second .layout-c {
  max-width: 600px;
  text-align: center;
  margin: 3em auto;
}
body:not(.top) .wp-block-group .layout-c img, body:not(.top) .second .layout-c img {
  margin: 0 auto;
  width: auto;
}
body:not(.top) .wp-block-group figure, body:not(.top) .second figure {
  text-align: center;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .layout-flex figure, body:not(.top) .wp-block-group .layout-flex div, body:not(.top) .second .layout-flex figure, body:not(.top) .second .layout-flex div {
    width: 48%;
  }
}
body:not(.top) .wp-block-group .layout-flex, body:not(.top) .second .layout-flex {
  margin-bottom: 80px;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .layout-flex, body:not(.top) .second .layout-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3em 0 40px;
  }
}
body:not(.top) .wp-block-group .layout-flex h3, body:not(.top) .second .layout-flex h3 {
  margin: 0 0 30px !important;
}
body:not(.top) .wp-block-group .layout-flex figure, body:not(.top) .second .layout-flex figure {
  width: 100%;
  margin-bottom: 2em;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .layout-flex figure, body:not(.top) .second .layout-flex figure {
    width: 48%;
  }
}
body:not(.top) .wp-block-group .layout-flex figure img, body:not(.top) .second .layout-flex figure img {
  margin: 0 auto;
}
body:not(.top) .wp-block-group .layout-flex-3, body:not(.top) .second .layout-flex-3 {
  margin-bottom: 80px;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .layout-flex-3, body:not(.top) .second .layout-flex-3 {
    display: flex;
    justify-content: space-between;
    margin: 3em 0;
    margin-bottom: 40px;
    gap: 10px;
  }
}
body:not(.top) .wp-block-group .layout-flex-3 figure, body:not(.top) .second .layout-flex-3 figure {
  margin-bottom: 2em;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .layout-flex-3 figure, body:not(.top) .second .layout-flex-3 figure {
    width: calc(33.3333333333% - 1em);
  }
}
body:not(.top) .wp-block-group .layout-flex-3 figure img, body:not(.top) .second .layout-flex-3 figure img {
  margin: 0 auto;
}
body:not(.top) .wp-block-group .layout-flex-sp, body:not(.top) .second .layout-flex-sp {
  display: flex;
  justify-content: space-between;
  margin: 3em 0;
}
body:not(.top) .wp-block-group .layout-flex-sp figure, body:not(.top) .second .layout-flex-sp figure {
  width: 48%;
}
body:not(.top) .wp-block-group .layout-flexRvs, body:not(.top) .second .layout-flexRvs {
  margin-bottom: 40px;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .layout-flexRvs, body:not(.top) .second .layout-flexRvs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3em 0 40px;
  }
}
body:not(.top) .wp-block-group .layout-flexRvs h3, body:not(.top) .second .layout-flexRvs h3 {
  margin: 0 0 30px !important;
}
body:not(.top) .wp-block-group .layout-flexRvs figure, body:not(.top) .second .layout-flexRvs figure {
  margin-bottom: 2em;
  order: 1;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .layout-flexRvs figure, body:not(.top) .second .layout-flexRvs figure {
    order: 2;
    width: 48%;
  }
}
body:not(.top) .wp-block-group .layout-flexRvs figure img, body:not(.top) .second .layout-flexRvs figure img {
  margin: auto;
}
body:not(.top) .wp-block-group .layout-flexRvs div, body:not(.top) .second .layout-flexRvs div {
  order: 2;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .layout-flexRvs div, body:not(.top) .second .layout-flexRvs div {
    order: 1;
    width: 48%;
  }
}
body:not(.top) .wp-block-group .layout-compare, body:not(.top) .second .layout-compare {
  flex-flow: column;
  margin: 2em 0;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .layout-compare, body:not(.top) .second .layout-compare {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: inherit;
    margin: 3em 0;
  }
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .layout-compare:after, body:not(.top) .second .layout-compare:after {
    content: "▼";
    color: #1c4595;
    font-size: 1.5em;
    order: 2;
    transform: rotate(-90deg);
    margin: 0;
  }
}
body:not(.top) .wp-block-group .layout-compare figure, body:not(.top) .second .layout-compare figure {
  margin: 0.5em 0;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .layout-compare figure, body:not(.top) .second .layout-compare figure {
    width: 47%;
  }
}
body:not(.top) .wp-block-group .layout-compare figure:nth-child(1), body:not(.top) .second .layout-compare figure:nth-child(1) {
  order: 1;
}
body:not(.top) .wp-block-group .layout-compare figure:nth-child(2), body:not(.top) .second .layout-compare figure:nth-child(2) {
  order: 3;
}
body:not(.top) .wp-block-group figcaption, body:not(.top) .second figcaption {
  font-size: 0.8em;
  padding-top: 5px;
}
body:not(.top) .wp-block-group .layout-table, body:not(.top) .second .layout-table {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .layout-table, body:not(.top) .second .layout-table {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 0.25em;
  }
}
body:not(.top) .wp-block-group .layout-table dt, body:not(.top) .second .layout-table dt {
  font-weight: bold;
}
body:not(.top) .wp-block-group .layout-table dt + dd, body:not(.top) .second .layout-table dt + dd {
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .layout-table dt + dd, body:not(.top) .second .layout-table dt + dd {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .wdt15, body:not(.top) .second .wdt15 {
    font-weight: inherit;
    width: calc(15% - 0.5em);
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .wdt15 + dd, body:not(.top) .second .wdt15 + dd {
    width: calc(85% - 0.5em);
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .wdt20, body:not(.top) .second .wdt20 {
    width: calc(20% - 0.5em);
    font-weight: inherit;
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .wdt20 + dd, body:not(.top) .second .wdt20 + dd {
    width: calc(80% - 0.5em);
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .wdt30, body:not(.top) .second .wdt30 {
    width: calc(30% - 0.5em);
    font-weight: inherit;
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .wdt30 + dd, body:not(.top) .second .wdt30 + dd {
    width: calc(70% - 0.5em);
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .wdt40, body:not(.top) .second .wdt40 {
    width: calc(40% - 0.5em);
    font-weight: inherit;
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .wdt40 + dd, body:not(.top) .second .wdt40 + dd {
    width: calc(60% - 0.5em);
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .wdt50, body:not(.top) .second .wdt50 {
    width: calc(50% - 0.5em);
    font-weight: inherit;
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .wdt50 + dd, body:not(.top) .second .wdt50 + dd {
    width: calc(50% - 0.5em);
  }
}
body:not(.top) .wp-block-group .cost-swipe-scroll, body:not(.top) .second .cost-swipe-scroll {
  overflow: scroll;
  margin-bottom: 40px;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .cost-swipe-scroll, body:not(.top) .second .cost-swipe-scroll {
    overflow: inherit;
  }
}
body:not(.top) .wp-block-group .cost-swipe-scroll .wp-block-flexible-table-block-table, body:not(.top) .second .cost-swipe-scroll .wp-block-flexible-table-block-table {
  width: 700px;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .cost-swipe-scroll .wp-block-flexible-table-block-table, body:not(.top) .second .cost-swipe-scroll .wp-block-flexible-table-block-table {
    max-width: 950px;
    width: 100%;
  }
}
body:not(.top) .wp-block-group .cost-swipe, body:not(.top) .second .cost-swipe {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 40px;
}
body:not(.top) .wp-block-group .cost-swipe .wp-block-flexible-table-block-table, body:not(.top) .second .cost-swipe .wp-block-flexible-table-block-table {
  width: 100%;
}
body:not(.top) .wp-block-group .wp-block-flexible-table-block-table, body:not(.top) .second .wp-block-flexible-table-block-table {
  border-collapse: collapse;
  margin: 0 auto 2em;
  table-layout: fixed;
}
body:not(.top) .wp-block-group .wp-block-flexible-table-block-table th, body:not(.top) .second .wp-block-flexible-table-block-table th {
  background: #e8f3f9;
  padding: 15px 10px;
  font-size: 14px;
  border-top: 1px solid #b2d5e7;
  border-left: 1px solid #b2d5e7;
  border-right: 1px solid #b2d5e7;
  border-bottom: 1px solid #b2d5e7;
}
body:not(.top) .wp-block-group .wp-block-flexible-table-block-table th:last-of-type, body:not(.top) .second .wp-block-flexible-table-block-table th:last-of-type {
  border-right: 1px solid #b2d5e7;
}
body:not(.top) .wp-block-group .wp-block-flexible-table-block-table td, body:not(.top) .second .wp-block-flexible-table-block-table td {
  border: 1px solid #b2d5e7;
  padding: 15px 25px;
  vertical-align: middle;
}
body:not(.top) .wp-block-group .wp-block-flexible-table-block-table strong, body:not(.top) .second .wp-block-flexible-table-block-table strong {
  font-weight: bold;
}
body:not(.top) .wp-block-group .wp-block-flexible-table-block-table .fs_s, body:not(.top) .second .wp-block-flexible-table-block-table .fs_s {
  font-size: 12px;
}
body:not(.top) .wp-block-group .number, body:not(.top) .second .number {
  counter-reset: num_a;
  width: 90%;
  margin: 0 auto;
}
body:not(.top) .wp-block-group .number li, body:not(.top) .second .number li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
}
body:not(.top) .wp-block-group .number li:last-of-type, body:not(.top) .second .number li:last-of-type {
  margin-bottom: 0;
}
body:not(.top) .wp-block-group .number li:before, body:not(.top) .second .number li:before {
  content: "";
  position: absolute;
  border-radius: 0 8px;
  color: #fff;
  font-size: 11px;
  font-style: italic;
  background: linear-gradient(to right, #ff391f, #feb00e 100%);
  width: 25px;
  height: 25px;
  left: 0;
  top: 5px;
  padding: 0.49em 0;
  content: counter(num_a);
  counter-increment: num_a;
  display: inline-block;
  text-align: center;
}
body:not(.top) .wp-block-group .number li p, body:not(.top) .second .number li p {
  margin-bottom: 0;
}
body:not(.top) .wp-block-group .second-btn01, body:not(.top) .second .second-btn01 {
  margin-bottom: 40px;
  margin-top: 40px;
}
body:not(.top) .wp-block-group .second-btn01 a, body:not(.top) .second .second-btn01 a {
  max-width: 213px;
  width: 100%;
  display: block;
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 20px;
  z-index: 0;
  background: #1c4595;
  border-radius: 27px;
  margin: 16px 0;
}
body:not(.top) .wp-block-group .second-btn01 a:before, body:not(.top) .second .second-btn01 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: -1;
  display: block;
  background-image: linear-gradient(to right, #4684db, #0ec6ae 100%);
  border-radius: 27px;
}
body:not(.top) .wp-block-group .second-btn01 a:after, body:not(.top) .second .second-btn01 a: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;
  margin-left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body:not(.top) .wp-block-group .second-btn01 a:hover:before, body:not(.top) .second .second-btn01 a:hover:before {
  opacity: 1;
}
body:not(.top) .wp-block-group .second-btn02, body:not(.top) .second .second-btn02 {
  margin-bottom: 40px;
}
body:not(.top) .wp-block-group .second-btn02 a, body:not(.top) .second .second-btn02 a {
  max-width: 386px;
  position: relative;
  background-image: linear-gradient(45deg, #1c4595, #4684db 100%);
  transition: all 0.6s;
  z-index: 0;
  display: flex;
  align-items: stretch;
  border-radius: 0 25px 0 25px;
  border: none;
  margin: 16px auto;
}
body:not(.top) .wp-block-group .second-btn02 a::before, body:not(.top) .second .second-btn02 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: -1;
  display: block;
  background-image: linear-gradient(to right, #ff391f, #feb00e 100%);
  border-radius: 0 25px 0 25px;
}
body:not(.top) .wp-block-group .second-btn02 a:hover::before, body:not(.top) .second .second-btn02 a:hover::before {
  opacity: 1;
}
body:not(.top) .wp-block-group .second-btn02 a:after, body:not(.top) .second .second-btn02 a: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;
  margin-left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body:not(.top) .wp-block-group .second-btn02 a img, body:not(.top) .second .second-btn02 a img {
  width: 18%;
  max-width: 100%;
  justify-content: center;
  -o-object-fit: cover;
     object-fit: cover;
  background: #999;
  display: block;
  border-radius: 0 0 0 25px;
}
body:not(.top) .wp-block-group .second-btn02 a div, body:not(.top) .second .second-btn02 a div {
  padding: 24px 28px;
}
body:not(.top) .wp-block-group .second-btn02 a div p:first-child, body:not(.top) .second .second-btn02 a div p:first-child {
  font-size: 14px;
  padding-bottom: 10px;
  color: #fff;
}
body:not(.top) .wp-block-group .second-btn02 a div p:nth-child(2), body:not(.top) .second .second-btn02 a div p:nth-child(2) {
  font-size: 12px;
  color: #fff;
}
body:not(.top) .wp-block-group .second-btn02 a div p:last-of-type, body:not(.top) .second .second-btn02 a div p:last-of-type {
  margin: 0;
}
body:not(.top) .wp-block-group .second-btn03, body:not(.top) .second .second-btn03 {
  margin-bottom: 40px;
}
body:not(.top) .wp-block-group .second-btn03 a, body:not(.top) .second .second-btn03 a {
  max-width: 386px;
  width: 100%;
  display: block;
  position: relative;
  border-radius: 0 25px 0 25px;
  background-image: linear-gradient(45deg, #1c4595, #4684db 100%);
  transition: all 0.6s;
  background-repeat: no-repeat, no-repeat;
  font-size: 14px;
  padding: 20px;
  color: #fff;
  text-align: center;
  z-index: 0;
  border: none;
  margin: 16px auto;
}
body:not(.top) .wp-block-group .second-btn03 a::before, body:not(.top) .second .second-btn03 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: -1;
  display: block;
  border-radius: 0 25px 0 25px;
  background-image: linear-gradient(to right, #ff391f, #feb00e 100%);
}
body:not(.top) .wp-block-group .second-btn03 a:hover::before, body:not(.top) .second .second-btn03 a:hover::before {
  opacity: 1;
}
body:not(.top) .wp-block-group .flow, body:not(.top) .second .flow {
  counter-reset: num_a;
  padding-bottom: 80px;
}
body:not(.top) .wp-block-group .flow .flow-contents, body:not(.top) .second .flow .flow-contents {
  padding: 64px 30px;
  background-color: #fff;
  border-radius: 0 50px;
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 750px) {
  body:not(.top) .wp-block-group .flow .flow-contents, body:not(.top) .second .flow .flow-contents {
    width: 80%;
    margin: 0 auto 40px;
  }
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .flow .flow-contents, body:not(.top) .second .flow .flow-contents {
    width: 100%;
    padding: 60px 42px;
  }
}
body:not(.top) .wp-block-group .flow .flow-contents:last-child::after, body:not(.top) .second .flow .flow-contents:last-child::after {
  content: none;
}
body:not(.top) .wp-block-group .flow .flow-contents:before, body:not(.top) .second .flow .flow-contents:before {
  content: "";
  position: absolute;
  color: #fff;
  font-size: 13px;
  background: linear-gradient(to right, #4684db, #0ec6ae 100%);
  width: 90px;
  height: 30px;
  left: 0;
  top: 0;
  padding: 8px 0;
  text-align: center;
  content: "STEP" counter(num_a);
  counter-increment: num_a;
}
body:not(.top) .wp-block-group .flow .flow-contents:after, body:not(.top) .second .flow .flow-contents:after {
  content: "";
  position: absolute;
  background-color: #1c4595;
  width: 8px;
  height: 40px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
body:not(.top) .wp-block-group .flow .flow-contents h3, body:not(.top) .second .flow .flow-contents h3 {
  border-left: none;
  font-size: 16px;
  font-weight: 500;
  padding: 1em;
  margin-top: 40px !important;
  text-align: center;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .flow .flow-contents .flow-flex, body:not(.top) .second .flow .flow-contents .flow-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
body:not(.top) .wp-block-group .flow .flow-contents .flow-flex .flow-img, body:not(.top) .second .flow .flow-contents .flow-flex .flow-img {
  margin-bottom: 36px;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .flow .flow-contents .flow-flex .flow-img, body:not(.top) .second .flow .flow-contents .flow-flex .flow-img {
    width: 47%;
    order: 2;
    margin-bottom: 0;
  }
}
body:not(.top) .wp-block-group .flow .flow-contents .flow-flex .flow-img img, body:not(.top) .second .flow .flow-contents .flow-flex .flow-img img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  body:not(.top) .wp-block-group .flow .flow-contents .flow-flex .flow-tx, body:not(.top) .second .flow .flow-contents .flow-flex .flow-tx {
    width: 47%;
    order: 1;
  }
}
body:not(.top) .wp-block-group .flow .flow-contents .flow-flex .flow-tx p:last-of-type, body:not(.top) .second .flow .flow-contents .flow-flex .flow-tx p:last-of-type {
  margin-bottom: 0;
}
body:not(.top) .wp-block-group .is-block-display, body:not(.top) .second .is-block-display {
  display: block !important;
}
body:not(.top) .wp-block-group .is-block-display .flow-tx, body:not(.top) .second .is-block-display .flow-tx {
  width: 100% !important;
}
body:not(.top) .wp-block-group .bg-b, body:not(.top) .second .bg-b {
  background-color: #eef6fa;
}
body:not(.top) .wp-block-group .bg-b .second-contents, body:not(.top) .second .bg-b .second-contents {
  padding: 80px 0 0 0;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1366px) {
  body:not(.top) .wp-block-group .bg-b .second-contents, body:not(.top) .second .bg-b .second-contents {
    max-width: 970px;
    width: 100%;
  }
}
body:not(.top) .wp-block-group .has-l-blue-background-color, body:not(.top) .second .has-l-blue-background-color {
  background-color: #eef6fa;
  padding-top: 40px;
}
body:not(.top) .wp-block-group .has-blue-background-color, body:not(.top) .second .has-blue-background-color {
  background-color: #1c4595;
}
body:not(.top) .wp-block-group .has-red-background-color, body:not(.top) .second .has-red-background-color {
  background-color: #ed3800;
}
body:not(.top) .wp-block-group .has-yellow-background-color, body:not(.top) .second .has-yellow-background-color {
  background-color: #fffa73;
}
body:not(.top) .wp-block-group .has-l-blue-color, body:not(.top) .second .has-l-blue-color {
  color: #eef6fa;
}
body:not(.top) .wp-block-group .has-blue-color, body:not(.top) .second .has-blue-color {
  color: #1c4595;
}
body:not(.top) .wp-block-group .has-red-color, body:not(.top) .second .has-red-color {
  color: #ed3800;
}
body:not(.top) .wp-block-group .has-yellow-color, body:not(.top) .second .has-yellow-color {
  color: unset;
}
body:not(.top) .wp-block-group .has-mini-font-size, body:not(.top) .second .has-mini-font-size {
  font-size: 0.8em !important;
}
body:not(.top) .wp-block-group .has-small-font-size, body:not(.top) .second .has-small-font-size {
  font-size: 0.9em !important;
}
body:not(.top) .wp-block-group .has-nomal-font-size, body:not(.top) .second .has-nomal-font-size {
  font-size: 1em !important;
}
body:not(.top) .wp-block-group .wp-block-group, body:not(.top) .second .wp-block-group {
  margin: 0 0 80px 0;
  letter-spacing: 1px;
}
body:not(.top) .wp-block-group .wp-block-group__inner-container, body:not(.top) .second .wp-block-group__inner-container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1366px) {
  body:not(.top) .wp-block-group .wp-block-group__inner-container, body:not(.top) .second .wp-block-group__inner-container {
    max-width: 970px;
    width: 100%;
  }
}
body:not(.top) .wp-block-group .wp-block-table thead, body:not(.top) .second .wp-block-table thead {
  border-bottom: 1px solid #b2d5e7 !important;
}
body:not(.top) .wp-block-group .is-style-stripes tbody tr:nth-child(odd), body:not(.top) .second .is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f7fcff !important;
}
body:not(.top) .wp-block-group .wp-block-flexible-table-block-table, body:not(.top) .second .wp-block-flexible-table-block-table {
  max-width: 950px;
  width: 100%;
}
body:not(.top) .yokoeki-info {
  padding: 8em 2em 5em !important;
}
body:not(.top) .ui-widget.ui-widget-content {
  width: 80% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  body:not(.top) .ui-widget.ui-widget-content {
    width: 50% !important;
    max-width: 550px;
  }
}
body:not(.top) td.ui-datepicker-week-end:first-child a.ui-state-default {
  background-color: #ffecec;
  color: #f00 !important;
}
body:not(.top) td.ui-datepicker-week-end:last-child a.ui-state-default {
  background-color: #eaeaff;
  color: #00f !important;
}

.cases .frame-w {
  max-width: 800px;
  margin: 40px auto 40px !important;
}
.cases .frame-w .layout-table {
  margin-bottom: 0 !important;
}
.cases .cases-compare {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin: 40px 0;
}
.cases .cases-compare dl {
  width: 50%;
  font-size: 16px;
}
.cases .cases-compare dl dt {
  text-align: center;
  background: #1c4595;
  color: #fff;
  padding: 0.5em 0;
}
.cases .cases-compare dl dd ul li {
  margin: 0.5em 0;
}

.ba {
  max-width: 600px;
  margin: 0 auto;
}

.second-btn03 a {
  margin: 0 auto;
}

.explanation dt {
  color: #fff;
  padding-bottom: 24px;
  font-size: 11px;
}
.explanation dt span {
  background: linear-gradient(to right, #4684db, #0ec6ae 100%);
  padding: 8px 10px;
  border-radius: 0 8px;
}
.explanation dd {
  font-size: 12px;
  padding-bottom: 30px;
}
.explanation dd:last-of-type {
  padding-bottom: 0;
}

.information-news {
  margin-bottom: 120px;
}
.information-news .news-contents {
  display: block;
  position: relative;
  border-bottom: 1px solid #b2d5e7;
  padding-top: 40px;
}
@media (min-width: 750px) {
  .information-news .news-contents {
    padding: 40px 20px;
    transition: all 0.6s;
  }
  .information-news .news-contents:hover {
    background-color: #e8f3f9;
  }
}
.information-news .news-contents:before {
  content: "▶";
  position: absolute;
  color: #1c4595;
  font-size: 7px;
  width: 10px;
  height: 10px;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}
.information-news .news-contents dl {
  display: flex;
  align-items: center;
}
.information-news .news-contents dl dd:first-of-type {
  font-size: 12px;
  color: #1c4595;
}
.information-news .news-contents dl dd:last-of-type span {
  display: block;
  font-size: 11px;
  border: 1px solid #1c4595;
  color: #1c4595;
  border-radius: 30px;
  padding: 1em;
  margin-left: 1.5em;
  background-color: #fff;
}
.information-news .news-contents h3 {
  background-color: unset;
  margin-top: 12px !important;
  margin-bottom: 16px;
  padding: 8px 15px;
  width: 90%;
}
.information-news .news-contents p {
  width: 90%;
}
.information-news .news-num {
  display: flex;
  width: 300px;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  padding: 60px 0;
}
.information-news .news-num li a {
  display: block;
  transition: all 0.6s;
  padding: 10px;
  transition: all 0.6s;
}
.information-news .news-num li a:hover {
  border-bottom: 2px solid #1c4595;
}

.information-archive h4 {
  font-family: "a-otf-ud-reimin-pr6n", serif;
  color: #1c4595;
  font-weight: bold;
}
@media (min-width: 750px) {
  .information-archive {
    width: 24%;
  }
}
.information-archive ul {
  margin-bottom: 40px;
}
.information-archive ul li {
  margin-bottom: 20px;
}
.information-archive ul li:hover {
  color: #1c4595;
}

.single-post-ttl {
  font-size: 24px !important;
}

.information-news {
  margin-bottom: 80px;
}

.academic {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.academic li {
  margin-bottom: 1em;
  padding-left: 1.3em;
  position: relative;
  width: calc(50% - 1em);
}
.academic li:before {
  position: absolute;
  content: "・";
  color: #1c4595;
  left: 0.25em;
}

.layout-form {
  padding: 0;
  margin: 40px 0;
}
@media (min-width: 750px) {
  .layout-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.layout-form dt {
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 750px) {
  .layout-form dt {
    width: 35%;
    padding: 0.5em;
  }
}
.layout-form dd {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .layout-form dd {
    width: calc(65% - 0.5em);
  }
}
.layout-form dd select, .layout-form dd input[type=text], .layout-form dd input[type=tel], .layout-form dd input[type=email] {
  width: 100%;
  padding: 1em;
  border: #1c4595 1px solid;
}
.layout-form dd textarea {
  width: 100%;
  padding: 1em;
  height: 200px;
  border: #1c4595 1px solid;
}
.layout-form dd input[type=checkbox] {
  all: revert;
}
.layout-form .must {
  background-color: #ed3800;
  color: #ffffff;
  font-size: 8px;
  font-weight: bold;
  padding: 0.25em 0.75em;
  margin-left: 0.75em;
  border-radius: 3px 0;
}

.contact .btn, .counseling .btn {
  width: 200px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background-color: #1c4595;
  padding: 10px 20px;
  border: none;
  border-radius: 5px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  transition: background-color 0.3s ease;
  margin: 40px auto;
}
.contact .btn:before, .counseling .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #4684db, #0ec6ae 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.contact .btn p, .counseling .btn p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.contact .btn:hover::before, .counseling .btn:hover::before {
  opacity: 1; /* ホバー時に表示 */
}
.contact .btn::hover, .counseling .btn::hover {
  background-color: transparent;
}

.wpcf7-submit {
  background-color: transparent !important;
  border: none !important;
  color: #ffffff;
}

.wpcf7-spinner {
  display: none !important;
}

.cautionary a {
  color: #1c4595;
}

.accordion-container .js-accordion-title {
  padding: 0 47px 10px 30px;
  position: relative;
  word-break: auto-phrase;
  margin: 30px 0 15px;
  font-weight: 500;
}
.accordion-container .js-accordion-title span:before {
  content: "Q.";
  position: absolute;
  color: #4684db;
  font-size: 10px;
  left: 8px;
  top: 0;
  font-size: 14px;
}
.accordion-container .accordion-arrow:before {
  background: #333333;
  content: "";
  height: 1px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
  width: 10px;
}
.accordion-container .accordion-arrow:after {
  background: #333333;
  content: "";
  height: 1px;
  position: absolute;
  right: 25px;
  top: 50%;
  transition: opacity 0.3s ease-in-out;
  width: 10px;
}
.accordion-container .accordion-content {
  background-color: #e8f3f9;
  position: relative;
  padding: 2em 4em;
  border-bottom: none;
  border-radius: 0 25px;
}
.accordion-container .accordion-content:before {
  content: "A.";
  position: absolute;
  color: #1c4595;
  font-size: 10px;
  left: 18px;
  top: 19px;
  font-size: 14px;
}
.accordion-container .open:before {
  transform: rotate(180deg);
}

.case-introduction img {
  width: 100%;
  margin: 0 auto;
}

.day {
  display: block;
}
@media (min-width: 750px) {
  .day {
    display: flex;
    justify-content: space-between;
  }
}
.day li {
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .day li {
    width: calc(50% - 1em);
    margin-bottom: 0;
  }
}

.privacy-scroll {
  width: 100%;
  height: 500px;
  border: 1px solid #1c4595;
  overflow-y: scroll;
  padding: 0 1em;
}

.accordion-item {
  border-bottom: 1px dashed #333333;
}
.accordion-item:last-of-type {
  border-bottom: none;
}

.accordion-title {
  color: #333333;
  background-color: #ed3800;
  cursor: pointer;
  font-size: 15px;
  padding: 15px 20px;
}

.accordion-arrow {
  position: relative;
}
.accordion-arrow::before {
  background: #333333; /* 線の色 */
  content: "";
  height: 1px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transform: rotate(90deg); /* 線を縦に */
  transition: transform 0.3s ease-in-out;
  width: 10px; /* 線の幅 */
}
.accordion-arrow::after {
  background: #333333; /* 線の色 */
  content: "";
  height: 1px; /* 線の太さ */
  position: absolute;
  right: 25px;
  top: 50%; /* 線の位置を縦中央に */
  transition: opacity 0.3s ease-in-out;
  width: 10px; /* 線の幅 */
}

/* 縦線(クリック後) */
.accordion-arrow.open::before {
  transform: rotate(180deg);
}

/* 横線(クリック後) */
.accordion-arrow.open::after {
  opacity: 0;
}

.accordion-content {
  display: none;
}
.accordion-content ul li a {
  display: block;
  padding: 15px;
  position: relative;
  color: #333333;
}
.accordion-content ul li a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 24px;
  background: url("../img/common/icon12.png") no-repeat;
}

.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);
  }
}
.implant_plan {
  padding-bottom: 80px;
}
.implant_plan .implant_plan-tab {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.implant_plan .implant_plan-tab .implant_plan-list {
  background-color: #1c4595;
  color: #fff;
  width: 25%;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  border-right: #b2d5e7 solid 1px;
}
.implant_plan .implant_plan-tab .implant_plan-list:last-of-type {
  border-right: none;
}
.implant_plan .implant_plan-tab .implant_plan-list.is-btn-active {
  background: linear-gradient(to right, #4684db, #0ec6ae 100%);
  color: #fff;
  font-weight: bold;
}
.implant_plan .implant_plan-contents-wrap {
  background-color: #fff;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents {
  display: none;
  padding: 4% 2.5%;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e8f3f9;
  color: #1c4595;
  padding: 2em;
  border-radius: 0 5px;
  margin-bottom: 2em;
  max-width: 950px;
  margin: 0 auto;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-total li {
  font-size: 16px;
  font-weight: bold;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-total li:first-of-type {
  width: 45%;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-total li:last-of-type {
  width: 55%;
  text-align: right;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item {
  width: 98%;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item {
    width: 90%;
  }
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5em 0;
  border-bottom: 1px dotted #333333;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item ul:last-of-type {
  border-bottom: none;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item ul li {
  line-height: 1.5;
  padding-right: 5px;
}
@media (min-width: 750px) {
  .implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item ul li {
    padding: 0 20px;
  }
}
@media (min-width: 750px) {
  .implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item ul li .none {
    display: none;
  }
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item ul li:first-child {
  width: 23%;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item ul li:nth-child(2) {
  width: 29%;
  font-size: 12px;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item ul li:nth-child(3) {
  width: 24%;
  font-size: 0.8em;
  text-align: right;
  line-height: 2;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item ul li:last-child {
  width: 28%;
  font-weight: bold;
  text-align: right;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item ul li figure {
  max-width: 40px;
  width: 100%;
  margin: 0 auto;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents .implant_plan-item ul li p {
  text-align: center;
  padding-bottom: 0;
  padding-top: 5px;
  font-size: 9px;
}
.implant_plan .implant_plan-contents-wrap .implant_plan-contents.is-contents-active {
  display: block !important;
}/*# sourceMappingURL=page.css.map */