@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  line-height: 1.5;
  list-style: none;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3e3a39;
}

@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.mb0 {
  margin-bottom: 0;
}

.mia {
  display: block;
  margin-inline: auto;
}

.pv100 {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .pv100 {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}

.pv60 {
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .pv60 {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .pt60 {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .mt40 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

.font-shippori {
  font-family: "Shippori Mincho B1", serif;
}

.obfc {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.min-height-auto {
  min-height: auto !important;
}

.inner {
  max-width: calc(1100px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 500px) {
  .inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 389px) {
  .inner {
    padding: 0 max(15px, 15px + 5 * (100vw - 320px) / 69);
  }
}

.fullwide {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

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

.marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FFF2B6));
  background: -webkit-linear-gradient(transparent 80%, #FFF2B6 80%);
  background: linear-gradient(transparent 80%, #FFF2B6 80%);
}

main.page .marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFFF93));
  background: -webkit-linear-gradient(transparent 70%, #FFFF93 70%);
  background: linear-gradient(transparent 70%, #FFFF93 70%);
  font-weight: bold;
}

.red {
  color: #E21F26;
}

.yellow {
  color: #FFFF04;
}

.blue {
  color: #6699CC;
}

.light-blue {
  color: #1E57BE;
}

.orange {
  color: #D67A13;
}

.base-blue {
  color: #9CC7F4;
}

.light-orange {
  color: #EEBD86;
}

h1 {
  font-size: 36px;
}

p {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}

h2.section_title {
  font-size: 40px;
  font-family: "Shippori Mincho B1", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  h2.section_title {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
h2.section_title span.ja {
  font-size: 24px;
  font-family: "Shippori Mincho B1", serif;
  color: #1E57BE;
}
@media screen and (max-width: 1439px) {
  h2.section_title span.ja {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
h2.section_title span.en {
  font-size: 16px;
  font-family: "Marcellus", sans-serif;
  display: block;
  width: calc(100% + 40px);
  color: #1E57BE;
  padding-top: 10px;
  margin-top: 10px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 1439px) {
  h2.section_title span.en {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
h2.section_title span.en::before {
  width: 280px;
  height: 1px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #9CC7F4;
}
h2.section_title.pen::before {
  content: "";
  width: 256px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  aspect-ratio: 256/108;
  display: block;
  background: url(../img/top/title_bg_pen.webp) no-repeat center/contain;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  h2.section_title.pen::before {
    width: max(190px, 190px + 66 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  h2.section_title.pen::before {
    top: 14px;
  }
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.btn a {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn a:hover {
  opacity: 1;
}
.btn a .icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .btn a .icon {
    width: 15px;
    height: 15px;
  }
}

.btn_square, .btn_square_header {
  position: relative;
}
.btn_square a, .btn_square_header a {
  width: 240px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background: #6699CC;
  font-family: "Shippori Mincho B1", serif;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_square a, .btn_square_header a {
    width: 210px;
    height: 55px;
    font-size: 14px;
  }
}
.btn_square a span, .btn_square_header a span {
  z-index: 1;
}
.btn_square a::before, .btn_square_header a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1E57BE;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: 0;
}
.btn_square a:hover::before, .btn_square_header a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.btn_square a::after, .btn_square_header a::after {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #fff;
  pointer-events: none;
}
.btn_square.btn_light-blue a::before, .btn_square_header.btn_light-blue a::before {
  background: #6699CC;
}
.btn_square.btn_white::after, .btn_square_header.btn_white::after {
  background: #1E57BE;
}
.btn_square.btn_white a::before, .btn_square_header.btn_white a::before {
  background: #E6F2FF;
}
.btn_square.btn_white a::after, .btn_square_header.btn_white a::after {
  border: 1px solid #1E57BE;
}

.btn_square::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .btn_square::after {
    width: 10px;
    height: 10px;
  }
}

.btn_square_header a {
  width: 190px;
  height: 80px;
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  .btn_square_header a {
    width: max(160px, 160px + 30 * (100vw - 390px) / 1049);
  }
}

.btn_square.btn_light-blue a::before {
  background: #6699CC;
}

.btn_white a {
  color: #1E57BE;
  background: #fff;
}

.btn_light-blue a {
  background: #1E57BE;
}

.btn_blue a {
  background: #6699CC;
}

.btn_orange a {
  background: #D67A13;
}

.btn_soudan .icon {
  background-image: url(../img/common/icon_header_btn01.png);
}

.btn_chewing-power .icon {
  background-image: url(../img/common/icon_header_btn02.png);
}

.btn_tel .icon {
  background-image: url(../img/common/icon_tel.png);
}

.btn_web .icon {
  background-image: url(../img/common/icon_web.png);
}

.btn_access-train .icon {
  background-image: url(../img/common/icon_access-train.png);
}

.btn_menu .icon {
  background-image: url(../img/common/icon_header_btn01.png);
}

.btn_info_access .icon {
  background-image: url(../img/common/icon_info_access.png);
}

.btn_info_voice .icon {
  background-image: url(../img/common/icon_info_voice.png);
}

.btn_info_yobou .icon {
  background-image: url(../img/common/icon_info_yobou.png);
}

.btn_doctor .icon {
  background-image: url(../img/common/icon_doctor.png);
}

.btn_staff .icon {
  background-image: url(../img/common/icon_staff.png);
}

.btn_free-medical .icon {
  background-image: url(../img/common/icon_free-medical.png);
}

.btn_tel .icon {
  background-image: url(../img/common/icon_tel_white.png);
}

.btn_web .icon {
  background-image: url(../img/common/icon_web_white.png);
}

.btn_access .icon {
  background-image: url(../img/common/icon_access_white.png);
}

.banner_wrap {
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .banner_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.banner_wrap.bg_blue {
  background: #F8FCFF;
}
.banner_wrap.col-3 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .banner_wrap.col-3 .inner {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
.banner_wrap.col-3 .inner a {
  width: calc(33.3333% - 26.6666666667px);
}
@media screen and (max-width: 767px) {
  .banner_wrap.col-3 .inner a {
    width: 100%;
    gap: 10px;
  }
}
.banner_wrap .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .banner_wrap .inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

.fz10 {
  font-size: 10px;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz48 {
  font-size: 48px;
}

.fz56 {
  font-size: 56px;
}

.fz64 {
  font-size: 64px;
}

.fz72 {
  font-size: 72px;
}

.fz80 {
  font-size: 80px;
}

.fz88 {
  font-size: 88px;
}

.fz96 {
  font-size: 96px;
}

.fz100 {
  font-size: 100px;
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.fade-in-up {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}
.fade-in-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition: opacity 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
}
.fade-in-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #fff;
}
header .header_inner {
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  header .header_inner {
    padding-left: 5px;
    gap: 2px;
  }
}
header .header_inner .header_logo h1.header_logo_text {
  font-size: 9px;
  color: #8c8c8c;
  margin-bottom: 5px;
  margin-left: 9px;
  display: block;
}
@media screen and (max-width: 767px) {
  header .header_inner .header_logo h1.header_logo_text {
    font-size: 7px;
    margin-left: 0;
    line-height: 1;
    padding-top: 2px;
  }
}
@media screen and (max-width: 389px) {
  header .header_inner .header_logo h1.header_logo_text {
    font-size: max(5px, 5px + 2 * (100vw - 320px) / 69);
  }
}
header .header_inner .header_logo a {
  display: block;
}
header .header_inner .header_logo a img {
  width: 215px;
  height: auto;
  aspect-ratio: 215/50;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_logo a img {
    width: max(129px, 129px + 86 * (100vw - 390px) / 1049);
  }
}
header .header_inner .header_right {
  display: contents;
}
@media screen and (max-width: 767px) {
  header .header_inner .header_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header_inner ul.header_menu_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  header .header_inner ul.header_menu_btn li.btn_square_header a {
    font-size: 12px;
    font-weight: 500;
    width: 80px;
    height: 55px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  header .header_inner ul.header_menu_btn li.btn_square_header a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  header .header_inner ul.header_menu_btn li.btn_square_header a:hover {
    opacity: 1;
  }
  header .header_inner ul.header_menu_btn li.btn_square_header a::after {
    content: "";
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    border: 1px solid #fff;
  }
  header .header_inner ul.header_menu_btn li.btn_square_header a span {
    line-height: 1.2;
  }
  header .header_inner ul.header_menu_btn li.btn_square_header a span.icon {
    width: 15px;
    height: 15px;
  }
  header .header_inner ul.header_menu_btn li.btn_square_header.btn_chewing-power a {
    width: 90px;
  }
}
header .header_inner .ham_btn .open {
  width: auto;
  height: 80px;
  aspect-ratio: 45/55;
  background: url(../img/common/icon_open.svg) center/contain no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  header .header_inner .ham_btn .open {
    width: 45px;
    height: auto;
  }
}
header .header_inner .ham_btn .open.is-active {
  background: url(../img/common/icon_close.svg) center/contain no-repeat;
}

.ham_menu_sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #F0F7FF;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.ham_menu_sp.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ham_menu_sp .inner {
  width: 100%;
  max-width: 500px;
  overflow: scroll;
}
.ham_menu_sp ul.header_menu_list_sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-top: 95px;
  padding-bottom: 95px;
}
.ham_menu_sp ul.header_menu_list_sp > li {
  border-bottom: 0.5px solid #9CC7F4;
}
.ham_menu_sp ul.header_menu_list_sp > li.label_menu {
  padding-bottom: 10px;
}
.ham_menu_sp ul.header_menu_list_sp > li.label_menu label {
  padding-bottom: 0;
}
.ham_menu_sp ul.header_menu_list_sp > li .menu_toggle {
  display: none;
}
.ham_menu_sp ul.header_menu_list_sp > li .menu_toggle:checked + label::after {
  background: url(../img/common/icon_minus.png) center/contain no-repeat;
}
.ham_menu_sp ul.header_menu_list_sp > li .menu_toggle:checked + label + ul.header_menu_list_sp_child {
  visibility: visible;
  max-height: 900px;
}
.ham_menu_sp ul.header_menu_list_sp > li > a, .ham_menu_sp ul.header_menu_list_sp > li > label {
  font-size: 14px;
  font-family: "Shippori Mincho B1", serif;
  display: block;
  padding-bottom: 10px;
}
.ham_menu_sp ul.header_menu_list_sp > li > label {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ham_menu_sp ul.header_menu_list_sp > li > label::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_plus.png) center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ham_menu_sp ul.header_menu_list_sp > li > ul.header_menu_list_sp_child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ham_menu_sp ul.header_menu_list_sp > li > ul.header_menu_list_sp_child li:first-of-type {
  margin-top: 10px;
}
.ham_menu_sp ul.header_menu_list_sp > li > ul.header_menu_list_sp_child li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 10px;
  color: #1E57BE;
  background: #E6F2FF;
}

nav.global-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
nav.global-nav ul.header_menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-right: 24px;
}
@media screen and (max-width: 1439px) {
  nav.global-nav ul.header_menu_list {
    gap: max(20px, 20px + 20 * (100vw - 1025px) / 415);
    margin-right: max(12px, 12px + 12 * (100vw - 1025px) / 415);
  }
}
@media screen and (max-width: 1024px) {
  nav.global-nav ul.header_menu_list {
    display: none;
  }
}
nav.global-nav ul.header_menu_list > li {
  position: relative;
}
nav.global-nav ul.header_menu_list > li:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  background: #7A7A7A;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  nav.global-nav ul.header_menu_list > li:not(:first-of-type)::before {
    left: min(-10px, -10px + -10 * (100vw - 1025px) / 415);
    height: max(20px, 20px + 10 * (100vw - 1025px) / 415);
  }
}
nav.global-nav ul.header_menu_list > li > a, nav.global-nav ul.header_menu_list > li > .label {
  font-size: 16px;
  font-family: "Shippori Mincho B1", serif;
  display: block;
  padding: 13px 0;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  nav.global-nav ul.header_menu_list > li > a, nav.global-nav ul.header_menu_list > li > .label {
    font-size: max(12px, 12px + 4 * (100vw - 1025px) / 415);
  }
}
nav.global-nav ul.header_menu_list > li > .label {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav.global-nav ul.header_menu_list > li > .label .label_title {
  position: relative;
}
nav.global-nav ul.header_menu_list > li > .label .label_title::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 4px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-left: 5px;
  top: 55%;
  right: -5px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
nav.global-nav ul.header_menu_list > li:hover ul.header_menu_list_sp_child {
  opacity: 1;
  visibility: visible;
}
nav.global-nav ul.header_menu_list > li ul.header_menu_list_sp_child {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  background: #fff;
  width: 100%;
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
nav.global-nav ul.header_menu_list > li ul.header_menu_list_sp_child > li:not(:first-of-type) {
  border-top: 1px solid #C5C5C5;
}
nav.global-nav ul.header_menu_list > li ul.header_menu_list_sp_child > li a {
  font-size: 14px;
  font-weight: 500;
  color: #3e3a39;
  display: block;
  text-align: center;
  padding: 10px 10px;
}
@media screen and (max-width: 1439px) {
  nav.global-nav ul.header_menu_list > li ul.header_menu_list_sp_child > li a {
    font-size: max(10px, 8px + 6 * (100vw - 390px) / 1049);
  }
}

body.implant nav.global-nav {
  background: #3C4D5A;
}

.fv {
  position: relative;
}
.fv .fv_slider img,
.fv .fv_img img {
  width: 100vw;
  height: auto;
  aspect-ratio: 1440/750;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  height: calc(100svh - 90px);
}
@media screen and (max-width: 767px) {
  .fv .fv_slider img,
  .fv .fv_img img {
    aspect-ratio: 390/500;
    max-height: none;
  }
}
.fv .fv_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.fv .fv_text {
  max-width: 2020px;
  margin-inline: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1E57BE;
  padding-left: 80px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text {
    padding-left: max(40px, 40px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text {
    padding: 0 10px;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fv .fv_text .fv_text01 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  text-shadow: 0 0 10px black;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text .fv_text01 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text .fv_text01 {
    text-shadow: 0 0 5px black;
  }
}
.fv .fv_text .fv_text02 {
  font-size: 56px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  line-height: 160%;
  margin-top: 16px;
  text-shadow: 0 0 10px black;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text .fv_text02 {
    font-size: max(40px, 40px + 16 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text .fv_text02 {
    text-shadow: 0 0 5px black;
  }
}
.fv .fv_text .fv_text03 {
  font-size: 24px;
  line-height: 180%;
  margin-top: 32px;
  font-weight: 500;
  text-shadow: 0 0 10px black;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text .fv_text03 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text .fv_text03 {
    text-shadow: 0 0 5px black;
  }
}
.fv .fv_text span.fz40 {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text span.fz40 {
    font-size: max(28px, 28px + 12 * (100vw - 390px) / 1049);
  }
}
.fv .fv_text ul.fv_catch_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list {
    gap: max(5px, 5px + 35 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  .fv .fv_text ul.fv_catch_list {
    width: 100%;
    gap: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fv .fv_text ul.fv_catch_list li {
  width: 210px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/top/fv_catch_list_bg.png) no-repeat center/contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list li {
    width: max(150px, 150px + 60 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text ul.fv_catch_list li {
    width: max(120px, 120px + 30 * (100vw - 390px) / 377);
  }
}
@media screen and (max-width: 500px) {
  .fv .fv_text ul.fv_catch_list li {
    width: calc(33.3333333333% - 3.3333333333px);
  }
}
.fv .fv_text ul.fv_catch_list li img {
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list li img {
    width: max(20px, 20px + 15 * (100vw - 390px) / 1049);
  }
}
.fv .fv_text ul.fv_catch_list li span {
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list li span {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text ul.fv_catch_list li span {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.fv .fv_text ul.fv_catch_list li span.fz14 {
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list li span.fz14 {
    font-size: max(9px, 9px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text ul.fv_catch_list li span.fz14 {
    font-size: max(8px, 8px + 1 * (100vw - 320px) / 69);
  }
}

.fv_child {
  position: relative;
}
.fv_child .fv_child_img {
  position: relative;
}
.fv_child .fv_child_img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.5);
  z-index: 1;
}
.fv_child .fv_child_img img {
  width: 100vw;
  height: auto;
  aspect-ratio: 1440/280;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fv_child .fv_child_img img {
    aspect-ratio: 390/180;
    min-height: 180px;
  }
}
.fv_child .fv_child_text {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  margin-inline: auto;
}
.fv_child .fv_child_text .fv_child_title {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  .fv_child .fv_child_text .fv_child_title {
    font-size: max(28px, 28px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv_child .fv_child_text .fv_child_title {
    font-size: max(20px, 20px + 8 * (100vw - 320px) / 69);
  }
}
.fv_child .fv_child_text .fv_child_title span.small {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  .fv_child .fv_child_text .fv_child_title span.small {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv_child .fv_child_text .fv_child_title span.small {
    display: block;
    line-height: 1.5;
  }
}
.fv_child .fv_child_text div.slug {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  font-family: "Marcellus", serif;
  margin-top: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 1439px) {
  .fv_child .fv_child_text div.slug {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv_child .fv_child_text div.slug {
    margin-top: 0;
    line-height: 1.25;
  }
}

main.top section.reserve {
  background: #F8FCFF;
}
main.top section.reserve .reserve_wrap {
  margin-top: 40px;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.reserve .reserve_wrap {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.reserve .reserve_wrap .tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  main.top section.reserve .reserve_wrap .tab_list {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reserve .reserve_wrap .tab_list {
    gap: 0;
  }
}
main.top section.reserve .reserve_wrap .tab_list li {
  cursor: pointer;
  width: 300px;
  height: 50px;
  display: grid;
  place-items: center;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  main.top section.reserve .reserve_wrap .tab_list li {
    width: max(180px, 180px + 120 * (100vw - 390px) / 1049);
    height: max(35px, 35px + 15 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  main.top section.reserve .reserve_wrap .tab_list li {
    width: 50%;
  }
}
@media screen and (max-width: 389px) {
  main.top section.reserve .reserve_wrap .tab_list li {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.reserve .reserve_wrap .tab_list li.honin {
  background: #E6F2FF;
  color: #1E57BE;
}
main.top section.reserve .reserve_wrap .tab_list li.honin.active {
  background: #1E57BE;
  color: #fff;
}
main.top section.reserve .reserve_wrap .tab_list li.dai2 {
  background: #FFF3E4;
  color: #D67A13;
}
main.top section.reserve .reserve_wrap .tab_list li.dai2.active {
  background: #D67A13;
  color: #fff;
}
main.top section.reserve .reserve_wrap .reserve_list {
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.reserve .reserve_wrap .reserve_list {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.reserve .reserve_wrap .reserve_list li {
  padding: 40px;
  background: #fff;
  display: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  height: auto;
  aspect-ratio: 820/200;
}
@media screen and (max-width: 1439px) {
  main.top section.reserve .reserve_wrap .reserve_list li {
    padding: max(15px, 15px + 25 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.top section.reserve .reserve_wrap .reserve_list li {
    aspect-ratio: 820/250;
  }
}
@media screen and (max-width: 767px) {
  main.top section.reserve .reserve_wrap .reserve_list li {
    aspect-ratio: 820/350;
  }
}
@media screen and (max-width: 500px) {
  main.top section.reserve .reserve_wrap .reserve_list li {
    aspect-ratio: auto;
    min-height: 250px;
  }
}
main.top section.reserve .reserve_wrap .reserve_list li.active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
}
main.top section.reserve .reserve_wrap .reserve_list li.honin {
  border: 2px solid #1E57BE;
}
main.top section.reserve .reserve_wrap .reserve_list li.dai2 {
  border: 2px solid #D67A13;
}
main.top section.reserve .reserve_wrap .reserve_list li iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 820/200;
  max-height: 250px;
}
@media screen and (max-width: 1024px) {
  main.top section.reserve .reserve_wrap .reserve_list li iframe {
    aspect-ratio: 820/250;
  }
}
@media screen and (max-width: 767px) {
  main.top section.reserve .reserve_wrap .reserve_list li iframe {
    aspect-ratio: 820/350;
  }
}
@media screen and (max-width: 500px) {
  main.top section.reserve .reserve_wrap .reserve_list li iframe {
    aspect-ratio: 820/550;
  }
}
@media screen and (max-width: 389px) {
  main.top section.reserve .reserve_wrap .reserve_list li iframe {
    aspect-ratio: 820/700;
  }
}
@media screen and (max-width: 1439px) {
  main.top section.reserve .reserve_wrap p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reserve .reserve_wrap p:nth-of-type(2) {
    margin-top: 10px;
  }
}
main.top section.reserve .reserve_wrap p span {
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.reserve .reserve_wrap p span {
    padding-left: max(11px, 11px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.reserve .reserve_wrap p span.circle::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 1439px) {
  main.top section.reserve .reserve_wrap p span.circle::before {
    width: max(6px, 6px + 4 * (100vw - 390px) / 1049);
    height: max(6px, 6px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.reserve .reserve_wrap p span.circle.blue::before {
  background: #6699CC;
}
main.top section.reserve .reserve_wrap p span.circle.orange::before {
  background: #D67A13;
}
main.top section.intro {
  padding: 100px 0 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.intro {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0 max(50px, 50px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.intro .intro_title_wrap h2 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.intro .intro_title_wrap h2 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.intro .intro_title_wrap ul {
  max-width: 1020px;
  margin-inline: auto;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.intro .intro_title_wrap ul {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.intro .intro_title_wrap ul {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
main.top section.intro .intro_title_wrap ul li {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  color: #1E57BE;
  padding: 10px 30px;
  display: grid;
  place-items: center;
  background: #E6F2FF;
}
@media screen and (max-width: 1439px) {
  main.top section.intro .intro_title_wrap ul li {
    font-size: max(17px, 17px + 7 * (100vw - 768px) / 671);
    padding: 10px max(15px, 15px + 15 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.intro .intro_title_wrap ul li {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    padding: 10px 30px;
    width: 300px;
    max-width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 389px) {
  main.top section.intro .intro_title_wrap ul li {
    width: 100%;
  }
}
main.top section.intro .intro_title_wrap ul li:not(:last-of-type)::after {
  content: "×";
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 1439px) {
  main.top section.intro .intro_title_wrap ul li:not(:last-of-type)::after {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    right: min(-15px, -15px + -15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.intro .intro_title_wrap ul li:not(:last-of-type)::after {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
  }
}
main.top section.intro ul.intro_list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  main.top section.intro ul.intro_list {
    margin-top: max(35px, 35px + 25 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.intro ul.intro_list {
    grid-template-columns: 1fr;
  }
}
main.top section.intro ul.intro_list li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.intro ul.intro_list li .title {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.intro ul.intro_list li .title span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: grid;
  place-items: center;
  font-size: 24px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.1em;
  width: 60px;
  height: 60px;
  background: #1E57BE;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.intro ul.intro_list li .title span {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    width: max(50px, 50px + 10 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.intro ul.intro_list li .title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
}
main.top section.intro ul.intro_list li .title h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1E57BE;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 1439px) {
  main.top section.intro ul.intro_list li .title h3 {
    font-size: max(17px, 17px + 7 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.intro ul.intro_list li .title h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.intro ul.intro_list li img {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.intro ul.intro_list li img {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.intro ul.intro_list li p {
  margin-top: 24px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.top section.intro ul.intro_list li p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.concept {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.concept {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
main.top section.concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/concept_bg.webp) no-repeat center/cover;
  z-index: -2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.top section.concept::before {
    background: url(../img/top/concept_bg_sp.webp) no-repeat center/cover;
  }
}
main.top section.concept::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 87, 190, 0.8);
  z-index: -1;
  pointer-events: none;
}
main.top section.concept h2 {
  color: #fff;
}
main.top section.concept h2 span.en {
  color: #fff;
}
main.top section.concept .concept_wrap {
  margin-top: 60px;
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.concept .concept_wrap {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.concept .concept_wrap h3 {
  font-size: 32px;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.top section.concept .concept_wrap h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.concept .concept_wrap p {
  margin-top: 40px;
  line-height: 2.5;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  main.top section.concept .concept_wrap p {
    line-height: 200%;
  }
}
main.top section.concept .concept_wrap .btn_square {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.concept .concept_wrap .btn_square {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.news .blog-content {
  padding: 60px;
  border: 2px solid #1E57BE;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-content {
    padding: max(25px, 25px + 35 * (100vw - 390px) / 1049);
  }
}
main.top section.news .blog-content .blog-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-content .blog-items {
    gap: max(12px, 12px + 13 * (100vw - 390px) / 1049);
  }
}
main.top section.news .blog-content .blog-items.hidden {
  opacity: 0;
}
main.top section.news .blog-content .blog-items .blog-item:last-of-type a {
  border-bottom: none;
}
main.top section.news .blog-content .blog-items .blog-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  border-bottom: 1px solid #9CC7F4;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-content .blog-items .blog-item a {
    padding-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.news .blog-content .blog-items .blog-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.news .blog-content .blog-items .blog-item a .blog-thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 310px;
}
@media screen and (max-width: 767px) {
  main.top section.news .blog-content .blog-items .blog-item a .blog-thumbnail {
    width: 100%;
  }
}
main.top section.news .blog-content .blog-items .blog-item a .blog-thumbnail img {
  aspect-ratio: 620/400;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.news .blog-content .blog-items .blog-item a .blog-contents {
  width: 100%;
}
main.top section.news .blog-content .blog-items .blog-item a .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
main.top section.news .blog-content .blog-items .blog-item a .blog-meta .blog-date {
  font-family: "Marcellus", serif;
  font-size: 12px;
  color: #1E57BE;
  letter-spacing: 0.1em;
}
main.top section.news .blog-content .blog-items .blog-item a .blog-meta .blog-category {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 2px;
  display: inline-block;
  background: #9CC7F4;
  color: #fff;
}
main.top section.news .blog-content .blog-items .blog-item a .blog-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-content .blog-items .blog-item a .blog-title {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.news .blog-content .blog-items .blog-item a p {
  padding-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-content .blog-items .blog-item a p {
    padding-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.news .blog-content .blog-items .blog-item a p {
    line-height: 2.1428571429;
  }
}
main.top section.news .blog-list-more {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.news .blog-list-more {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_title_wrap {
  padding: 230px 0 60px;
  background: #F8FCFF;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap {
    padding: max(100px, 100px + 130 * (100vw - 390px) / 1049) 0 max(50px, 50px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_title_wrap .img_wrap {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  aspect-ratio: 1440/380;
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .img_wrap {
    aspect-ratio: 390/200;
  }
}
main.top section.point .point_title_wrap .img_wrap img {
  width: 100%;
  height: 100%;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .img_wrap img {
    max-height: 160px;
  }
}
main.top section.point .point_title_wrap .inner {
  position: relative;
  z-index: 1;
}
main.top section.point .point_title_wrap .inner > .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 57px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex {
    gap: max(20px, 20px + 37 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap {
  width: 590px;
  height: auto;
  aspect-ratio: 590/530;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 350/335;
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap a {
  display: block;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap a:hover {
  opacity: 1;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap a:hover picture {
  opacity: 0.7;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01, main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02, main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03, main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04 {
  position: absolute;
  width: 51.69%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01, main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02, main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03, main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04 {
    width: 185px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01, main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02, main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03, main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04 {
    width: max(155px, 155px + 30 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01 {
  z-index: 4;
  width: 33.89%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01 {
    width: 120px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img01 {
    width: max(100px, 100px + 20 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02 {
  z-index: 3;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img02.is-visible {
  top: 0;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03 {
  z-index: 1;
  left: 50px;
  bottom: 50px;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img03.is-visible {
  bottom: 0;
  left: 0;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04 {
  z-index: 2;
  bottom: 50px;
  right: 50px;
}
main.top section.point .point_title_wrap .inner > .flex .point_img_wrap .point_img04.is-visible {
  bottom: 0;
  right: 0;
}
main.top section.point .point_title_wrap .inner > .flex .point_catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch {
    padding-bottom: max(20px, 20px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch {
    padding-bottom: 0;
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_catch span {
  font-size: 32px;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch span {
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch span {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch span {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48, main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48 * {
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48, main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48 * {
    font-size: max(28px, 28px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48, main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48 * {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48, main.top section.point .point_title_wrap .inner > .flex .point_catch .fz48 * {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_catch .fz64 {
  font-size: 64px;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz64 {
    font-size: max(40px, 40px + 24 * (100vw - 768px) / 671);
    margin-left: max(5px, 5px + 5 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz64 {
    font-size: max(48px, 48px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .fz64 {
    font-size: max(36px, 36px + 12 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_catch .number {
  font-size: 100px;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .number {
    font-size: max(56px, 56px + 44 * (100vw - 768px) / 671);
    margin-right: max(5px, 5px + 5 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .number {
    font-size: max(64px, 64px + 36 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch .number {
    font-size: max(48px, 48px + 16 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_title_wrap .inner > .flex .point_catch .blue {
  color: #1E57BE;
}
main.top section.point .point_title_wrap .inner > .flex .point_catch .marker_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #FCF7BC));
  background: -webkit-linear-gradient(transparent 85%, #FCF7BC 85%);
  background: linear-gradient(transparent 85%, #FCF7BC 85%);
}
main.top section.point .point_list_wrap ul.point_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.top section.point .point_list_wrap ul.point_list > li {
  position: relative;
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li {
    padding-bottom: 50px;
  }
}
main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .text_wrap {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .text_wrap {
    margin-left: 0;
  }
}
main.top section.point .point_list_wrap ul.point_list > li.list03 .list_top .inner .text_wrap ul.point_sublist li h4 {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li.list03 .list_top .inner .text_wrap ul.point_sublist li h4 {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_list_wrap ul.point_list > li.list03 .list_top .inner .text_wrap ul.point_sublist li h4 {
    font-size: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top {
  position: relative;
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .img_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .img_wrap img {
    -o-object-position: center 40%;
       object-position: center 40%;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner {
    padding-top: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    padding-bottom: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner {
    padding-top: 270px;
    padding-bottom: 50px;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .fz24 {
  font-size: 24px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .fz24 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap h3 {
  margin-top: 16px;
  font-size: 40px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  background: #1E57BE;
  padding: 15px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap h3 {
    font-size: max(32px, 32px + 8 * (100vw - 768px) / 671);
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap h3 {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap p {
  margin-top: 24px;
  max-width: 600px;
  color: #4C3E33;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    max-width: max(400px, 400px + 200 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap p {
    max-width: 600px;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist {
    gap: max(5px, 5px + 5 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist li {
  width: 180px;
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background: #E6F2FF;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist li {
    width: max(110px, 110px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist li {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
    aspect-ratio: 1/1;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #1E57BE;
  border-radius: 50%;
  pointer-events: none;
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist li h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  color: #1E57BE;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist li h4 {
    font-size: max(12px, 12px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist li h4 {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist li h4.mt {
    margin-top: 8px;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist li h4 span.small {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist li h4 span.small {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist li h4 span.small {
    font-size: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .btn_wrap {
    gap: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .btn_wrap .btn_rounded:nth-of-type(2) {
    margin-top: 0;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .btn_square {
  margin-top: 60px;
  margin-inline: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .btn_square {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .btn_square {
    margin-inline: none;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .btn_square a {
  border: 1px solid #1E57BE;
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom {
  background: #F8FCFF;
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap {
    grid-template-columns: 1fr;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #6699CC;
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  color: #fff;
  background: #6699CC;
  padding: 17px 8px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 2 * (100vw - 390px) / 1049) 8px;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap {
  padding: 25px;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap .img_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap .img_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap .img_wrap div span {
  font-size: 24px;
  font-family: "Marcellus", serif;
  letter-spacing: 0.1em;
  color: #1E57BE;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap .img_wrap div span {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap .img_wrap div.before .img {
  position: relative;
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap .img_wrap div.before .img::after {
  content: "";
  width: 15px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background: #9CC7F4;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap .img_wrap div.before .img::after {
    width: max(9px, 9px + 6 * (100vw - 390px) / 1049);
    height: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    right: min(-6px, -6px + -6 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
  margin-top: 25px;
  border: 1px solid #DFDFDF;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info {
    margin-top: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt {
  width: 100px;
  padding: 12px;
  background: #1E57BE;
  color: #fff;
  font-weight: bold;
  display: grid;
  place-items: center;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt {
    width: max(80px, 80px + 20 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt:not(:first-of-type) {
  border-top: 1px solid #DFDFDF;
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
  width: calc(100% - 100px);
  padding: 10px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
    width: calc(100% - max(80px, 80px + 20 * (100vw - 390px) / 1049));
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
    line-height: 180%;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:not(:first-of-type) {
  border-top: 1px solid #DFDFDF;
}
main.top section.menu {
  background: #E6F2FF;
}
main.top section.menu ul.menu_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.menu ul.menu_list {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049) max(15px, 15px + 1 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.top section.menu ul.menu_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  main.top section.menu ul.menu_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 389px) {
  main.top section.menu ul.menu_list {
    gap: max(5px, 5px + 5 * (100vw - 320px) / 69) max(5px, 5px + 10 * (100vw - 320px) / 69);
  }
}
main.top section.menu .btn_rounded {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.menu .btn_rounded {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.message {
  padding: 300px 0 100px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.message {
    padding: max(155px, 155px + 145 * (100vw - 390px) / 1049) 0 max(30px, 30px + 70 * (100vw - 390px) / 1049);
  }
}
main.top section.message .message_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/450;
  max-height: 450px;
}
@media screen and (max-width: 767px) {
  main.top section.message .message_bg {
    aspect-ratio: 390/250;
    max-height: 250px;
  }
}
main.top section.message .message_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.message .inner {
  position: relative;
  z-index: 1;
}
main.top section.message .message_wrap {
  background: #fff;
  border: 1px solid #1E57BE;
  -webkit-box-shadow: 10px 10px 30px rgba(51, 51, 51, 0.05);
          box-shadow: 10px 10px 30px rgba(51, 51, 51, 0.05);
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.message .message_wrap .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .flex {
    gap: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.message .message_wrap .flex .title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 240px;
}
main.top section.message .message_wrap .flex .title h2 span.en::before {
  width: 240px;
}
main.top section.message .message_wrap .flex .text h3 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  color: #1E57BE;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .flex .text h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.message .message_wrap .flex .text h3 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.message .message_wrap .flex .text p {
  margin-top: 24px;
  line-height: 2.1875;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .flex .text p {
    margin-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap .flex .text p {
    line-height: 180%;
  }
}
main.top section.message .message_wrap .flex .text .name {
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .flex .text .name {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.message .message_wrap .flex .text .name .small {
  font-size: 16px;
  margin-right: 10px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .flex .text .name .small {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.message .message_wrap .btn_wrap {
  width: 100%;
  background: #E6F2FF;
}
main.top section.message .message_wrap .btn_wrap .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .btn_wrap .inner {
    gap: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap .btn_wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.message .message_wrap .btn_wrap .btn {
  margin-inline: 0;
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap .btn_wrap .btn {
    margin-inline: auto;
  }
}
main.top section.attempt {
  padding: 100px 0 120px;
}
@media screen and (max-width: 1439px) {
  main.top section.attempt {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0 max(50px, 50px + 70 * (100vw - 390px) / 1049);
  }
}
main.top section.attempt .attempt_wrap {
  padding: 40px;
  background: #F8FCFF;
  border: 2px solid #1E57BE;
}
@media screen and (max-width: 1439px) {
  main.top section.attempt .attempt_wrap {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.attempt .attempt_wrap .attempt_item .attempt_text h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  background: #1E57BE;
  padding: 20px 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.attempt .attempt_wrap .attempt_item .attempt_text h2 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) 10px;
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.attempt .attempt_wrap .attempt_item .attempt_text h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  color: #1E57BE;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.attempt .attempt_wrap .attempt_item .attempt_text h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.attempt .attempt_wrap .attempt_item .banner_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 840px;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.attempt .attempt_wrap .attempt_item .banner_list {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.attempt .attempt_wrap .attempt_item .banner_list {
    grid-template-columns: 1fr;
  }
}
main.top section.reasons {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top section.reasons .reasons_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/450;
}
main.top section.reasons .reasons_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
main.top section.reasons .inner {
  position: relative;
  z-index: 2;
}
main.top section.reasons .reasons_wrap {
  padding: 60px;
  border: 1px solid #1E57BE;
  background: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_wrap {
    padding: 30px max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}
main.top section.reasons .reasons_wrap .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap .flex {
    gap: max(12px, 12px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.reasons .reasons_wrap .flex h3 {
  width: 43%;
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap .flex h3 {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
main.top section.reasons .reasons_wrap .flex p {
  line-height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap .flex p {
    line-height: 180%;
  }
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub {
    max-width: 500px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-inline: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li {
  width: 180px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 5px;
  color: #fff;
  background: rgba(102, 153, 204, 0.8);
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li {
    width: max(110px, 110px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li {
    width: calc(33.3333333333% + 6.6666666667px);
    gap: 0;
  }
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li:not(:first-of-type) {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li:not(:first-of-type) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+0), main.top section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+2) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(n+4) {
    margin-top: -10px;
  }
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li:nth-of-type(2n) {
  background: rgba(30, 87, 190, 0.9);
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li span.number {
  font-size: 16px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li span.number {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li span.number {
    font-size: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_wrap ul.reasons_list_sub li h4 {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.reasons ul.reasons_list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.top section.reasons ul.reasons_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  main.top section.reasons ul.reasons_list {
    grid-template-columns: 1fr;
  }
}
main.top section.reasons ul.reasons_list li {
  height: auto;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  main.top section.reasons ul.reasons_list li {
    height: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 500px) {
  main.top section.reasons ul.reasons_list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 320px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons ul.reasons_list li {
    min-height: 300px;
  }
}
main.top section.reasons ul.reasons_list li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
main.top section.reasons ul.reasons_list li:nth-of-type(2n+1) a::before {
  background: rgba(102, 153, 204, 0.8);
}
main.top section.reasons ul.reasons_list li:nth-of-type(2n) a::before {
  background: rgba(30, 87, 190, 0.8);
}
main.top section.reasons ul.reasons_list li:nth-of-type(4) a::before {
  background: rgba(30, 87, 190, 0.8);
}
@media screen and (max-width: 1024px) {
  main.top section.reasons ul.reasons_list li:nth-of-type(4n+3) a::before {
    background: rgba(30, 87, 190, 0.8);
  }
}
@media screen and (max-width: 500px) {
  main.top section.reasons ul.reasons_list li:nth-of-type(4n+3) a::before {
    background: rgba(102, 153, 204, 0.8);
  }
}
@media screen and (max-width: 1024px) {
  main.top section.reasons ul.reasons_list li:nth-of-type(4n+4) a::before {
    background: rgba(102, 153, 204, 0.8);
  }
}
@media screen and (max-width: 500px) {
  main.top section.reasons ul.reasons_list li:nth-of-type(4n+4) a::before {
    background: rgba(30, 87, 190, 0.8);
  }
}
main.top section.reasons ul.reasons_list li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 60px 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list li a {
    padding: max(50px, 50px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 16 * (100vw - 390px) / 1049);
  }
}
main.top section.reasons ul.reasons_list li .img_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
main.top section.reasons ul.reasons_list li .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main.top section.reasons ul.reasons_list li span.number {
  font-size: 16px;
  font-family: "Marcellus", serif;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}
main.top section.reasons ul.reasons_list li h3 {
  font-size: 24px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons ul.reasons_list li h3 {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.reasons ul.reasons_list li p {
  line-height: 1.875;
  margin-top: 24px;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons ul.reasons_list li p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.clinic .clinic_wrap {
    grid-template-columns: 1fr;
  }
}
main.top section.clinic .clinic_wrap .clinic01, main.top section.clinic .clinic_wrap .clinic02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic01, main.top section.clinic .clinic_wrap .clinic02 {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic01 h3, main.top section.clinic .clinic_wrap .clinic02 h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  padding: 22.5px 16px;
  color: #fff;
  background: #1E57BE;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic01 h3, main.top section.clinic .clinic_wrap .clinic02 h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    padding: max(12px, 12px + 10.5 * (100vw - 390px) / 1049) 16px;
  }
}
main.top section.clinic .clinic_wrap .clinic01 h3::before, main.top section.clinic .clinic_wrap .clinic02 h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.top section.clinic .clinic_wrap .clinic01 h3::before, main.top section.clinic .clinic_wrap .clinic02 h3::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
main.top section.clinic .clinic_wrap .clinic01 .img_wrap img, main.top section.clinic .clinic_wrap .clinic02 .img_wrap img {
  aspect-ratio: 530/300;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info, main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info {
  padding: 20px;
  background: #F8FCFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info, main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dt, main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dd, main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dt, main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dd {
  padding-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dt, main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dd, main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dt, main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dt:not(:last-of-type), main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dd:not(:last-of-type), main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dt:not(:last-of-type), main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dd:not(:last-of-type) {
  border-bottom: 1px solid #BAD5F2;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dt:not(:last-of-type), main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dd:not(:last-of-type), main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dt:not(:last-of-type), main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dd:not(:last-of-type) {
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dt, main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dt {
  width: 98px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dt, main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dt {
    width: 80px;
  }
}
main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dd, main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dd {
  width: calc(100% - 98px);
}
@media screen and (max-width: 767px) {
  main.top section.clinic .clinic_wrap .clinic01 dl.clinic_info dd, main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dd {
    width: calc(100% - 80px);
  }
}
main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table, main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table th, main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table td, main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table th, main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table td {
  border: 1px solid #DBD9D1;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  height: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table th, main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table td, main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table th, main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table td {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table thead th:nth-of-type(1), main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table thead th:nth-of-type(1) {
  width: 130px;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table thead th:nth-of-type(1), main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table thead th:nth-of-type(1) {
    width: max(100px, 100px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table thead th, main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table thead th {
  background: #1E57BE;
  color: #fff;
}
main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table tbody, main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table tbody {
  background: #fff;
}
main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table tbody th, main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table tbody th {
  height: 40px;
  background: #000;
  font-weight: normal;
  background: #F9F9F9;
}
main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table tbody td, main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table tbody td {
  color: #9CC7F4;
}
main.top section.clinic .clinic_wrap .clinic01 .medical-schedule table.medical-table tbody td img, main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table tbody td img {
  margin-inline: auto;
  width: 15px;
  height: 2px;
}
main.top section.clinic .clinic_wrap .clinic01 iframe, main.top section.clinic .clinic_wrap .clinic02 iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 530/300;
}
@media screen and (max-width: 767px) {
  main.top section.clinic .clinic_wrap .clinic01 iframe, main.top section.clinic .clinic_wrap .clinic02 iframe {
    height: auto;
    aspect-ratio: 350/200;
  }
}
main.top section.clinic .clinic_wrap .clinic02 h3, main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table thead th {
  background: #D67A13;
}
main.top section.clinic .clinic_wrap .clinic02 .medical-schedule table.medical-table tbody td {
  color: #EEBD86;
}
main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info {
  background: #FFF9F1;
}
main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dt:not(:last-of-type), main.top section.clinic .clinic_wrap .clinic02 dl.clinic_info dd:not(:last-of-type) {
  border-bottom: 1px solid #EEBD86;
}
main.top section.clinic .btn_wrap {
  margin-top: 60px;
  gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  main.top section.clinic .btn_wrap {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.clinic .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.top section.clinic .btn_wrap .btn_square {
  margin-inline: 0;
}
main.top section.faq {
  background: #F8FCFF;
}
main.top section.column {
  background: #F8FCFF;
}
main.top section.column ul.column_list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.column ul.column_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.column ul.column_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  main.top section.column ul.column_list {
    grid-template-columns: 1fr;
  }
}
main.top section.column ul.column_list li a .post_title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.column ul.column_list li a .post_title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.column .btn {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.column .btn {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top .splide ul.splide__list img {
  aspect-ratio: 300/210;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.top .splide ul.splide__list img {
    aspect-ratio: 180/126;
  }
}
main.top section.about-us {
  position: relative;
}
main.top section.about-us .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
main.top section.about-us .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.about-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bababa;
  pointer-events: none;
  z-index: 0;
}
main.top section.about-us .about-us_wrap {
  position: relative;
  z-index: 2;
}
main.top section.about-us .about-us_wrap .box {
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.about-us .about-us_wrap .box {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.top section.about-us .about-us_wrap .about-us_text {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.about-us .about-us_wrap .about-us_text {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.about-us .about-us_wrap .about-us_text p {
  line-height: 240%;
  color: #3E3A39;
}
main.top section.about-us .about-us_wrap .btn_square {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.about-us .about-us_wrap .btn_square {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

ul.blog-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  ul.blog-tabs {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  ul.blog-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.blog-tabs li {
  width: 210px;
  height: 65px;
  display: grid;
  place-items: center;
  color: #6699CC;
  background: #9CC7F4;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  ul.blog-tabs li {
    width: max(100px, 100px + 100 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 10 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  ul.blog-tabs li {
    width: 100%;
  }
}
ul.blog-tabs li.active {
  background: #1E57BE;
  color: #fff;
}
ul.blog-tabs li:hover {
  background: #1E57BE;
  color: #fff;
}
ul.blog-tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
ul.blog-tabs li a:hover {
  opacity: 1;
}

main.top ul.post_list .img_wrap img {
  aspect-ratio: 620/400;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
main.top ul.post_list .date_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 16px;
}
main.top ul.post_list .date_wrap span.date {
  font-size: 12px;
  color: #1E57BE;
  font-family: "Marcellus", serif;
}
main.top ul.post_list .date_wrap span.category {
  font-size: 12px;
  color: #fff;
  background: #1E57BE;
  border-radius: 2px;
  padding: 1px 10px;
}
main.top ul.post_list p {
  line-height: 1.875;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.top ul.post_list p {
    margin-top: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}

main.post .date_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.post .date_wrap {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.post .date_wrap .date {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-family: "Marcellus", serif;
  color: #1E57BE;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  main.post .date_wrap .date {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
  }
}
main.post .date_wrap .category {
  font-size: 14px;
  color: #fff;
  background: #1E57BE;
  padding: 3px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  main.post .date_wrap .category {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
  }
}
main.post .post_content {
  margin: 50px 0;
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  main.post .post_content {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
    margin: max(30px, 30px + 20 * (100vw - 390px) / 1049) 0;
  }
}

main.archive {
  padding: 24px 0 100px;
}
@media screen and (max-width: 1439px) {
  main.archive {
    padding: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.archive .post_list_wrap {
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  main.archive .post_list_wrap {
    padding: max(20px, 20px + 40 * (100vw - 390px) / 1049) 0 max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.archive .post_list_wrap.column {
  padding-top: 0;
}
main.archive .post_list_wrap ul.post_list {
  margin-top: 0;
}
main.archive .post_list_wrap ul.post_list li {
  padding: 32px 0 24px;
  border-bottom: 1px solid #9CC7F4;
}
@media screen and (max-width: 1439px) {
  main.archive .post_list_wrap ul.post_list li {
    padding: max(12px, 12px + 20 * (100vw - 390px) / 1049) 0 max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.archive .post_list_wrap ul.post_list li:first-of-type {
  padding-top: 0;
}
main.archive .post_list_wrap ul.post_list li a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  main.archive .post_list_wrap ul.post_list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
main.archive .post_list_wrap ul.post_list li a .img_wrap {
  width: 310px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main.archive .post_list_wrap ul.post_list li a .img_wrap {
    width: 100%;
  }
}
main.archive .post_list_wrap ul.post_list li a .img_wrap img {
  aspect-ratio: 620/400;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
main.archive .post_list_wrap ul.post_list li a .text_wrap {
  margin-top: 30px;
  width: calc(100% - 24px);
}
@media screen and (max-width: 767px) {
  main.archive .post_list_wrap ul.post_list li a .text_wrap {
    margin-top: 0;
    width: 100%;
  }
}
main.archive .post_list_wrap ul.post_list li a .text_wrap .date_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
main.archive .post_list_wrap ul.post_list li a .text_wrap .date_wrap .date {
  font-size: 12px;
  letter-spacing: 0.01em;
  font-family: "Marcellus", serif;
  color: #1E57BE;
}
main.archive .post_list_wrap ul.post_list li a .text_wrap .date_wrap .category {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #6699CC;
  padding: 1px 10px;
  display: inline-block;
  text-decoration: none;
}
main.archive .post_list_wrap ul.post_list li a .text_wrap h3.post_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  main.archive .post_list_wrap ul.post_list li a .text_wrap h3.post_title {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
main.archive .post_list_wrap ul.post_list li a .text_wrap p {
  line-height: 30px;
  margin-top: 16px;
}

main.single {
  padding: 24px 0 100px;
}
@media screen and (max-width: 1439px) {
  main.single {
    padding: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.single .post_content {
  border: 1px solid #1E57BE;
  padding: 80px 60px;
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.single .post_content > *:last-child {
  margin-bottom: 0;
}
main.single .thumbnail {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.single .thumbnail {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.single .thumbnail img {
  width: 100vw;
}

main.archive ul.blog-tabs {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.archive ul.blog-tabs {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .breadcrumb {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.breadcrumb a {
  color: #1E57BE;
}
.breadcrumb span {
  color: #333;
}
.breadcrumb a:not(:first-of-type), .breadcrumb span {
  position: relative;
}
.breadcrumb a:not(:first-of-type)::before, .breadcrumb span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: auto;
  aspect-ratio: 6/7;
  background: url(../img/common/icon_arrow_breadcrumb.png) center/contain no-repeat;
  margin-right: 10px;
}

.pagination {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1439px) {
  .pagination {
    margin-top: max(40px, 40px + 60 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 5 * (100vw - 390px) / 1049);
  }
}
.pagination .page-link .page-numbers {
  font-size: 16px;
  font-family: "Marcellus", serif;
  color: #1E57BE;
  background-color: #fff;
  border: 1px solid #1E57BE;
  border-radius: 1px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1439px) {
  .pagination .page-link .page-numbers {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    width: max(25px, 25px + 10 * (100vw - 390px) / 1049);
    height: max(25px, 25px + 10 * (100vw - 390px) / 1049);
  }
}
.pagination .page-link .page-numbers:hover {
  opacity: 1;
  background-color: #1E57BE;
  color: #fff;
}
.pagination .page-link .page-numbers.current {
  background-color: #1E57BE;
  color: #fff;
}
.pagination .page-link .next, .pagination .page-link .prev {
  width: 80px;
  border-radius: 1px;
  font-family: "Noto sans jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .pagination .page-link .next, .pagination .page-link .prev {
    width: max(50px, 50px + 30 * (100vw - 390px) / 1049);
  }
}

.single_pagination {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 92px;
}
@media screen and (max-width: 1439px) {
  .single_pagination {
    margin-top: max(50px, 50px + 42 * (100vw - 390px) / 1049);
  }
}
.single_pagination a {
  display: block;
  padding: 30px 20px 15px;
  background: #fff;
  border: 1px solid #1E57BE;
  background: #F8FCFF;
  position: relative;
  margin: -1px;
  height: 100%;
}
@media screen and (max-width: 389px) {
  .single_pagination a {
    padding: max(20px, 20px + 10 * (100vw - 320px) / 79) max(10px, 10px + 5 * (100vw - 320px) / 79) 15px;
  }
}
.single_pagination a span.navi_tag {
  font-size: 14px;
  font-weight: bold;
  background: #1E57BE;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 180px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .single_pagination a span.navi_tag {
    max-width: calc(100% - 40px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 12px;
    height: 30px;
  }
}
.single_pagination a .post_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .single_pagination a .post_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.single_pagination a .post_wrap img {
  width: 35.3%;
  height: auto;
  aspect-ratio: 180/115;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .single_pagination a .post_wrap img {
    width: 100%;
  }
}
.single_pagination a .post_wrap .post_title {
  font-size: 16px;
  font-weight: bold;
  width: calc(64.7% - 20px);
}
@media screen and (max-width: 1439px) {
  .single_pagination a .post_wrap .post_title {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .single_pagination a .post_wrap .post_title {
    width: 100%;
  }
}
.single_pagination .post_prev a span.navi_tag {
  left: 20px;
}
.single_pagination .post_next a span.navi_tag {
  right: 20px;
}
.single_pagination .post_next a .post_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .single_pagination .post_next a .post_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inquiry_form {
  border: 1px solid #B9B9B9;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .inquiry_form {
    margin-top: 75px;
  }
}
.inquiry_form .form_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #B9B9B9;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .inquiry_form .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.inquiry_form .form_row .form_label {
  width: 240px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-right: 1px solid #B9B9B9;
  color: #1E57BE;
  background: #CDE5FF;
}
@media screen and (max-width: 1439px) {
  .inquiry_form .form_row .form_label {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .inquiry_form .form_row .form_label {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #B9B9B9;
  }
}
.inquiry_form .form_row .form_label .badge {
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 2px;
  font-weight: 700;
  color: #fff;
}
.inquiry_form .form_row .form_label .badge.required {
  background: #1E57BE;
}
.inquiry_form .form_row .form_label .badge.optional {
  background: #ACACAC;
}
.inquiry_form .form_row .form_label .label_text {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .inquiry_form .form_row .form_label .label_text {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.inquiry_form .form_row .form_field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .inquiry_form .form_row .form_field {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.inquiry_form .form_row .form_field .wpcf7-form-control-wrap {
  width: 100%;
}
.inquiry_form .form_row .form_field .input-text,
.inquiry_form .form_row .form_field input[type=text],
.inquiry_form .form_row .form_field input[type=email],
.inquiry_form .form_row .form_field input[type=tel],
.inquiry_form .form_row .form_field input[type=number],
.inquiry_form .form_row .form_field input[type=date],
.inquiry_form .form_row .form_field select,
.inquiry_form .form_row .form_field textarea {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #B9B9B9;
  font-size: 16px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  .inquiry_form .form_row .form_field .input-text,
  .inquiry_form .form_row .form_field input[type=text],
  .inquiry_form .form_row .form_field input[type=email],
  .inquiry_form .form_row .form_field input[type=tel],
  .inquiry_form .form_row .form_field input[type=number],
  .inquiry_form .form_row .form_field input[type=date],
  .inquiry_form .form_row .form_field select,
  .inquiry_form .form_row .form_field textarea {
    padding: max(8px, 8px + 4 * (100vw - 390px) / 1049) max(10px, 10px + 2 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.inquiry_form .form_row .form_field .input-text:focus,
.inquiry_form .form_row .form_field input[type=text]:focus,
.inquiry_form .form_row .form_field input[type=email]:focus,
.inquiry_form .form_row .form_field input[type=tel]:focus,
.inquiry_form .form_row .form_field input[type=number]:focus,
.inquiry_form .form_row .form_field input[type=date]:focus,
.inquiry_form .form_row .form_field select:focus,
.inquiry_form .form_row .form_field textarea:focus {
  outline: none;
  border-color: #1E57BE;
  -webkit-box-shadow: 0 0 0 3px rgba(30, 87, 190, 0.15);
          box-shadow: 0 0 0 3px rgba(30, 87, 190, 0.15);
}
.inquiry_form .form_row .form_field textarea,
.inquiry_form .form_row .form_field .input-area {
  height: 120px;
  resize: vertical;
}
.inquiry_form .form_row .form_field.radios label, .inquiry_form .form_row .form_field.checkboxes label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  font-size: 16px;
}
.inquiry_form input[type=radio],
.inquiry_form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.inquiry_form input[type=radio]:focus,
.inquiry_form input[type=checkbox]:focus {
  outline: none;
  border-color: #1E57BE;
  -webkit-box-shadow: 0 0 0 2px rgba(30, 87, 190, 0.2);
          box-shadow: 0 0 0 2px rgba(30, 87, 190, 0.2);
}
.inquiry_form input[type=checkbox]:checked {
  background-color: #1E57BE;
  border-color: #1E57BE;
}
.inquiry_form input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.inquiry_form input[type=radio] {
  border-radius: 50%;
}
.inquiry_form input[type=radio]:checked {
  background-color: #1E57BE;
  border-color: #1E57BE;
}
.inquiry_form input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.inquiry_form label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 0;
}
.inquiry_form .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.inquiry_form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.inquiry_form .wpcf7-list-item {
  margin: 0;
}

input[type=submit] {
  margin-top: 40px;
  width: 310px;
  height: 60px;
  max-width: 100%;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 500;
  background: #1E57BE;
  border: 1px solid #0077FF;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.05s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.05s ease;
  transition: transform 0.05s ease, opacity 0.2s ease;
  transition: transform 0.05s ease, opacity 0.2s ease, -webkit-transform 0.05s ease;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  input[type=submit] {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    height: max(45px, 45px + 15 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
input[type=submit]:hover {
  opacity: 0.9;
}
input[type=submit]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.faq_list {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1439px) {
  .faq_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
.faq_list .faq_item {
  border: 1px solid #1E57BE;
  overflow: hidden;
}
.faq_list .faq_item input.faq_toggle {
  display: none;
}
.faq_list .faq_item label.faq_question {
  display: block;
  width: 100%;
  padding: 20px 20px;
  padding-right: 50px;
  color: #1E57BE;
  background-color: #E6F2FF;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .faq_list .faq_item label.faq_question {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding-right: max(35px, 35px + 15 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .faq_list .faq_item label.faq_question {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq_list .faq_item label.faq_question::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/icon_plus.png) no-repeat center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 1439px) {
  .faq_list .faq_item label.faq_question::after {
    width: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    right: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
.faq_list .faq_item label.faq_question span.q_mark {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff;
  background: #1E57BE;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 1439px) {
  .faq_list .faq_item label.faq_question span.q_mark {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    width: max(35px, 35px + 10 * (100vw - 390px) / 1049);
  }
}
.faq_list .faq_item .faq_answer {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  .faq_list .faq_item .faq_answer {
    padding: 0 max(10px, 10px + 10 * (100vw - 390px) / 1049) 0 max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.faq_list .faq_item .faq_answer .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow: hidden;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1439px) {
  .faq_list .faq_item .faq_answer .flex {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.faq_list .faq_item .faq_answer span.a_mark {
  font-size: 20px;
  color: #1E57BE;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #1E57BE;
  background: #E6F2FF;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 1439px) {
  .faq_list .faq_item .faq_answer span.a_mark {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    width: max(35px, 35px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  .faq_list .faq_item .faq_answer span.a_mark {
    margin-top: 4px;
  }
}
.faq_list .faq_item .faq_answer p {
  line-height: 180%;
  margin: 0.15em 0 0;
}
@media screen and (max-width: 1439px) {
  .faq_list .faq_item .faq_answer p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.faq_list .faq_item .faq_toggle:checked + .faq_question::after {
  background: url(../img/common/icon_minus.png) no-repeat center/contain;
}
.faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer {
  overflow: visible;
  grid-template-rows: 1fr;
}
.faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex {
  padding: 20px 0;
}
@media screen and (max-width: 1439px) {
  .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) 0;
  }
}

main.page {
  padding: 24px 0 100px;
}
@media screen and (max-width: 1439px) {
  main.page {
    padding: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.page .anchor-link {
  margin-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  main.page .anchor-link {
    margin-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.page .anchor-link .btn_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26.5px;
}
@media screen and (max-width: 1439px) {
  main.page .anchor-link .btn_wrap {
    gap: max(10px, 10px + 16.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.page .anchor-link .btn_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.page .anchor-link .btn_wrap .btn {
  width: 100%;
  text-align: left;
}
main.page .anchor-link .btn_wrap .btn a {
  width: 100%;
  padding: 10px;
  height: auto;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  font-family: "Noto Serif JP", serif;
  color: #1E57BE;
  border: 1px solid #1E57BE;
}
@media screen and (max-width: 1439px) {
  main.page .anchor-link .btn_wrap .btn a {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
    padding: max(7.5px, 7.5px + 2.5 * (100vw - 390px) / 1049) max(5px, 5px + 5 * (100vw - 390px) / 1049) max(7.5px, 7.5px + 2.5 * (100vw - 390px) / 1049) max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page .anchor-link .btn_wrap .btn a {
    font-size: max(10px, 10px + 3 * (100vw - 320px) / 69);
    padding: 7.5px 5px;
  }
}
main.page .anchor-link .btn_wrap .btn a::after {
  content: "";
  background: url(../img/common/icon_anchor-link.svg) no-repeat center/contain;
  width: 10px;
  height: 6px;
}
main.page .anchor-link .btn_wrap .btn a:hover {
  opacity: 0.7;
}
main.page h1, main.page .page_title {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 20px;
  background: #1E57BE;
}
@media screen and (max-width: 1439px) {
  main.page h1, main.page .page_title {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    padding: 10px max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.page h1 {
  margin: 60px 0 40px;
}
@media screen and (max-width: 1439px) {
  main.page h1 {
    margin: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0 max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
main.page .page_title {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.page .page_title {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.page .thumbnail_wrap {
  margin-top: 40px;
}
main.page p {
  margin: 16px 0;
}
main.page .other_link ul.other_link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.page .other_link ul.other_link_list {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page .other_link ul.other_link_list > li {
  position: relative;
}
main.page .other_link ul.other_link_list > li:not(:has(.sub_list))::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: #1E57BE;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-right: 2px;
}
main.page .other_link ul.other_link_list > li.fullwide {
  width: 100%;
}
main.page .other_link ul.other_link_list > li a {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.page .other_link ul.other_link_list > li a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.page .other_link ul.other_link_list > li ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  main.page .other_link ul.other_link_list > li ul {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.page .other_link ul.other_link_list > li ul li a {
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  main.page .other_link ul.other_link_list > li ul li a {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
  }
}
main.page .notfound {
  max-width: 960px;
  line-height: 1.6;
  text-align: center;
  border: 1px dotted #666;
  padding: 40px 2%;
  margin: 60px auto 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.page .notfound {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049) 2%;
    margin: max(30px, 30px + 30 * (100vw - 390px) / 1049) auto max(15px, 15px + 15 * (100vw - 390px) / 1049);
  }
}
main.page .notfound p {
  font-size: 18px;
}
@media screen and (max-width: 1439px) {
  main.page .notfound p {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
main.page .notfound span {
  font-size: 18px;
  display: block;
  line-height: 1.6;
  padding: 20px 0;
}
@media screen and (max-width: 1439px) {
  main.page .notfound span {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
main.page .notfound a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}

main.clinic h2 + img, main.clinic h2 + p img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.clinic h2 + img, main.clinic h2 + p img {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.clinic .clinic_tour_list h4 {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.clinic .clinic_tour_list h4 {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.clinic .clinic_tour_list h4 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.clinic h4 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.clinic h4 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.clinic .grid.col-3.sp-col-1.gap25 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.clinic .grid.col-3.sp-col-1.gap25 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.clinic .access_wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.clinic .access_wrap {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.clinic .access_wrap .flex_item:first-of-type {
  width: 50%;
}
main.clinic .access_wrap .flex_item:nth-of-type(2) {
  width: calc(50% - 40px);
}
main.clinic .table_wrap .medical-table {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.clinic .table_wrap .medical-table {
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.clinic .table_wrap .medical-table th, main.clinic .table_wrap .medical-table td {
  font-size: 20px;
  padding: 18px 8px;
}
@media screen and (max-width: 1439px) {
  main.clinic .table_wrap .medical-table th, main.clinic .table_wrap .medical-table td {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    padding: max(8px, 8px + 10 * (100vw - 390px) / 1049) max(5px, 5px + 3 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.clinic .table_wrap .medical-table th, main.clinic .table_wrap .medical-table td {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.clinic .table_wrap .medical-table thead th {
    font-weight: 500;
  }
}
main.clinic .table_wrap .medical-table tbody th {
  text-align: center;
  background: #F9F9F9;
  color: #333;
  font-weight: 500;
}
main.clinic .table_wrap .medical-table tbody td {
  color: #9CC7F4;
}
main.clinic .table_wrap .medical-table tbody td img {
  width: 20px;
  height: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.clinic .table_wrap .medical-table tbody td img {
    width: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.clinic .table_wrap .medical-table.orange tbody td {
  color: #EEBD86;
}
@media screen and (max-width: 1439px) {
  main.clinic .table_wrap p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.clinic .map {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.clinic .map {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.clinic .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1100/480;
}
@media screen and (max-width: 767px) {
  main.clinic .map iframe {
    aspect-ratio: 350/200;
  }
}

main.service {
  padding-bottom: 0;
}
main.service h2 + img, main.service h2 + p img {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.service h2 + img, main.service h2 + p img {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.service .service_img_wrap {
  overflow: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.service .service_img_wrap {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.service .service_img_wrap ul.service_text_list {
  position: absolute;
  display: grid;
  place-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
main.service .service_img_wrap ul.service_text_list li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(30, 87, 190, 0.6);
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 400;
  text-align: center;
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  main.service .service_img_wrap ul.service_text_list li {
    font-size: max(14px, 14px + 2 * (100vw - 768px) / 681);
    padding: max(30px, 30px + 30 * (100vw - 768px) / 681);
  }
}
main.service .service_img_wrap ul.service_text_list li::before {
  display: none;
}
main.service .service_img_wrap ul.service_text_list li.active {
  opacity: 1;
  visibility: visible;
}
main.service .service_img_wrap .service_img img {
  margin: 0;
}
main.service section {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  main.service section {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
main.service section .inner > *:first-child {
  margin-top: 0;
}

main.general table.grd_table {
  margin-top: 0;
}
@media screen and (max-width: 500px) {
  main.general table.grd_table {
    min-width: 500px;
  }
}
main.general table.grd_table tbody td p {
  margin: 0;
}
main.general table.grd_table tbody td img {
  width: 240px;
  max-width: 240px;
  margin-top: 10px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.general table.grd_table tbody td img {
    width: max(80px, 80px + 160 * (100vw - 390px) / 1049);
    max-width: max(80px, 80px + 160 * (100vw - 390px) / 1049);
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.general .fz20 {
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.general .fz20 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

main.preventative .merit_box .flex {
  gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.preventative .merit_box .flex {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.preventative .merit_box .flex .flex_item:first-of-type {
  width: 80px;
}
@media screen and (max-width: 1439px) {
  main.preventative .merit_box .flex .flex_item:first-of-type {
    width: max(60px, 60px + 20 * (100vw - 390px) / 1049);
  }
}
main.preventative .merit_box .flex .flex_item:nth-of-type(2) {
  width: calc(100% - 80px - 20px);
}
@media screen and (max-width: 1439px) {
  main.preventative .merit_box .flex .flex_item:nth-of-type(2) {
    width: calc(100% - max(60px, 60px + 20 * (100vw - 390px) / 1049) - max(10px, 10px + 10 * (100vw - 390px) / 1049));
  }
}
main.preventative .menu_box.flex.col-2.sp-col-1.aic .flex_item:first-of-type {
  width: 29.09%;
}

main.implant .case_list .box {
  margin: 0;
}
main.implant .case_list .flex .flex_item:first-of-type {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 29.09%;
}
main.implant .case_list .flex .flex_item:nth-of-type(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.implant .case_list .flex .flex_item .title {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #1E57BE;
  border-color: #9CC7F4;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.implant .case_list .flex .flex_item .title {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
    padding-bottom: max(8px, 8px + 2 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.implant table.slim thead th:first-of-type {
    min-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  main.implant table.slim tbody td:first-of-type {
    text-align: center;
  }
}

main.surgery table.slim thead th:first-of-type {
  width: 320px;
}
@media screen and (max-width: 1439px) {
  main.surgery table.slim thead th:first-of-type {
    width: max(120px, 120px + 200 * (100vw - 390px) / 1049);
  }
}

main.boroboro h2 span.small {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.boroboro h2 span.small {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.boroboro ul.list_detail_text li div.heading {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.boroboro ul.list_detail_text li div.heading {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding-left: max(13px, 13px + 2 * (100vw - 390px) / 1049);
  }
}

main.whitening ul.list_detail_text li div.heading, main.invisalign ul.list_detail_text li div.heading, main.ortho ul.list_detail_text li div.heading, main.denture ul.list_detail_text li div.heading {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.whitening ul.list_detail_text li div.heading, main.invisalign ul.list_detail_text li div.heading, main.ortho ul.list_detail_text li div.heading, main.denture ul.list_detail_text li div.heading {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding-left: max(13px, 13px + 2 * (100vw - 390px) / 1049);
  }
}

main.ortho .faq_list {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.ortho .faq_list {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

main.esthetics .scroll_wrap {
  padding: 0;
}
main.esthetics table.table_style03 {
  min-width: 920px;
}
main.esthetics table.table_style03 .w70 {
  width: 70px;
}
@media screen and (max-width: 1439px) {
  main.esthetics table.table_style03 thead th {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.esthetics table.table_style03 tbody tr td:first-of-type {
  color: #1E57BE;
  text-align: center;
}
main.esthetics table.table_style03 tbody .w70 {
  text-align: center;
}
main.esthetics .faq_list {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.esthetics .faq_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

main.denture .scroll_wrap {
  padding: 0;
}

main.visit .visit_can_list.flex.col-2 .flex_item:first-of-type {
  width: 29.09%;
}
main.visit .grid.col-5 {
  gap: 25px;
}
@media screen and (max-width: 767px) {
  main.visit .grid.col-5 {
    gap: 10px;
  }
}
main.visit .grid.col-5 h4 {
  background: none;
  font-size: 16px;
  text-align: center;
  color: #333;
  font-weight: 700;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
}
@media screen and (max-width: 1439px) {
  main.visit .grid.col-5 h4 {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.visit .grid.col-5 h4::before {
  display: none;
}
main.visit .blue {
  color: #306CB5;
}
main.visit .red {
  color: #C96060;
}
main.visit .green {
  color: #5AAE31;
}

main.painless .flex.col-2 .flex_item:first-of-type, main.checkup .flex.col-2 .flex_item:first-of-type {
  width: 36.36%;
}

main.checkup table.checkup_contact_table tbody th {
  background: #1E57BE;
  color: #fff;
  text-align: center;
  width: 320px;
}
@media screen and (max-width: 1439px) {
  main.checkup table.checkup_contact_table tbody th {
    width: max(110px, 110px + 210 * (100vw - 390px) / 1049);
  }
}
main.checkup .box.box_blue {
  background: #F7FBFF;
}
main.checkup .box.box_blue h4 {
  background: none;
}

main.price .box.box_yellow.border5 {
  border-color: #F3EFAB;
}
@media screen and (max-width: 1439px) {
  main.price .box.box_yellow.border5 {
    padding: max(10px, 10px + 15 * (100vw - 390px) / 1049);
  }
}
main.price .flex.col-2 .flex_item:first-of-type {
  width: 29.09%;
}
main.price .font-shippori {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  main.price .font-shippori {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
main.price .font-shippori p {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  main.price .font-shippori p {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}

section.footer_contact {
  padding: 100px 0;
  background: #E6F2FF;
  position: relative;
}
@media screen and (max-width: 1439px) {
  section.footer_contact {
    padding: max(60px, 60px + 40 * (100vw - 390px) / 1049) 0;
  }
}
section.footer_contact::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #1E57BE;
  z-index: 0;
  pointer-events: none;
}
section.footer_contact p {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  section.footer_contact p {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.footer_contact p {
    line-height: 180%;
    max-width: calc(100% - 60px);
    margin-inline: auto;
  }
}
section.footer_contact .btn_wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 5%;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  section.footer_contact .btn_wrap {
    margin-top: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.footer_contact .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
section.footer_contact .btn_wrap .btn_square {
  margin: 0;
}

section.unei {
  padding: 100px 0 60px;
}
@media screen and (max-width: 1439px) {
  section.unei {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0 max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.unei .unei_wrap {
  border: 1px solid #1E57BE;
}
section.unei .unei_wrap h2 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  background: #1E57BE;
  text-align: center;
  padding: 12px 16px;
}
@media screen and (max-width: 1439px) {
  section.unei .unei_wrap h2 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    padding: 12px max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
section.unei .unei_wrap .text_wrap {
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  section.unei .unei_wrap .text_wrap {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.unei .unei_wrap .text_wrap p {
  line-height: 180%;
}
section.unei .unei_wrap .text_wrap h3 {
  font-size: 16px;
  color: #1E57BE;
  margin-top: 2em;
}
@media screen and (max-width: 1439px) {
  section.unei .unei_wrap .text_wrap h3 {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.unei .unei_wrap .text_wrap ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  section.unei .unei_wrap .text_wrap ul {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.unei .unei_wrap .text_wrap ul li {
  padding-left: 15px;
  position: relative;
}
section.unei .unei_wrap .text_wrap ul li::before {
  content: "";
  width: 10px;
  height: 8px;
  background: #1E57BE;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  left: 0;
  top: 9px;
}
section.unei .unei_wrap .text_wrap ul li a {
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  section.unei .unei_wrap .text_wrap ul li a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

footer {
  border-top: 1px solid #DBDBDB;
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  footer {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

nav.footer_nav .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  nav.footer_nav .inner {
    gap: max(18px, 18px + 22 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  nav.footer_nav .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
nav.footer_nav .logo a img {
  width: 240px;
}
@media screen and (max-width: 1439px) {
  nav.footer_nav .logo a img {
    width: max(200px, 200px + 40 * (100vw - 390px) / 1049);
  }
}
nav.footer_nav .logo .addr {
  margin-top: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  nav.footer_nav .logo .addr {
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
nav.footer_nav .logo .tel {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  nav.footer_nav .logo .tel {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
nav.footer_nav ul.footer_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
  width: 610px;
  max-width: 100%;
}
@media screen and (max-width: 1439px) {
  nav.footer_nav ul.footer_nav_list {
    gap: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
nav.footer_nav ul.footer_nav_list li {
  line-height: 1;
}
nav.footer_nav ul.footer_nav_list li a {
  text-decoration: underline;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  nav.footer_nav ul.footer_nav_list li a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

.copy {
  margin-top: 60px;
  background: #1E57BE;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .copy {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.copy p {
  font-size: 12px;
  text-align: center;
  padding: 12px 0;
  line-height: 1.2;
}
@media screen and (max-width: 500px) {
  .copy p {
    text-align: left;
  }
}

.footer_modal {
  padding-top: 140px;
  padding-bottom: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  .footer_modal {
    padding-top: max(80px, 80px + 60 * (100vw - 390px) / 1049);
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.footer_modal.active {
  opacity: 1;
  visibility: visible;
}
.footer_modal .inner {
  width: 100%;
}
.footer_modal .info_wrap {
  width: 100%;
}
.footer_modal .info_wrap:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .footer_modal .info_wrap:not(:first-of-type) {
    margin-top: max(15px, 15px + 25 * (100vw - 390px) / 1049);
  }
}
.footer_modal .info_wrap h2 {
  font-size: 28px;
  font-weight: 500;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  background: #1E57BE;
  text-align: center;
  padding: 15px 20px;
}
@media screen and (max-width: 1439px) {
  .footer_modal .info_wrap h2 {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
    padding: max(6px, 6px + 9 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.footer_modal .info_wrap .btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22.5px;
  padding: 30px 25px;
  background: #9CC7F4;
}
@media screen and (max-width: 1439px) {
  .footer_modal .info_wrap .btn_wrap {
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 5 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 12.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .footer_modal .info_wrap .btn_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_modal .info_wrap .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_modal .info_wrap .btn_wrap .btn {
  width: 100%;
  margin-inline: 0;
}
@media screen and (max-width: 1024px) {
  .footer_modal .info_wrap .btn_wrap .btn {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .footer_modal .info_wrap .btn_wrap .btn {
    width: 100%;
  }
}
.footer_modal .info_wrap .btn_wrap .btn a {
  padding: 15px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  .footer_modal .info_wrap .btn_wrap .btn a {
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049);
  }
}
.footer_modal .info_wrap .btn_wrap .btn a:hover {
  opacity: 0.8;
}
.footer_modal .info_wrap .btn_wrap .btn a img {
  width: 35px;
}
@media screen and (max-width: 1439px) {
  .footer_modal .info_wrap .btn_wrap .btn a img {
    width: max(20px, 20px + 15 * (100vw - 390px) / 1049);
  }
}
.footer_modal .info_wrap .btn_wrap .btn a span {
  font-size: 28px;
  color: #1E57BE;
  font-family: "Noto Serif jp", serif;
}
@media screen and (max-width: 1439px) {
  .footer_modal .info_wrap .btn_wrap .btn a span {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
  }
}
.footer_modal .info_wrap:nth-of-type(2) h2 {
  background: #D67A13;
}
.footer_modal .info_wrap:nth-of-type(2) .btn_wrap {
  background: #EEBD86;
}
.footer_modal .info_wrap:nth-of-type(2) .btn_wrap .btn a span {
  color: #D67A13;
}
.footer_modal .close_btn {
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .footer_modal .close_btn {
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
.footer_modal .close_btn a {
  width: 180px;
  height: 45px;
  border: 1px solid #8E8E8E;
  background: #F3F3F3;
  color: #8E8E8E;
  font-size: 20px;
  font-family: "Noto Serif jp", serif;
  display: grid;
  place-items: center;
}
.footer_modal .close_btn a:hover {
  background: #E6E6E6;
}
@media screen and (max-width: 1439px) {
  .footer_modal .close_btn a {
    width: max(120px, 120px + 60 * (100vw - 390px) / 1049);
    height: max(35px, 35px + 10 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}

.footer_fixed_btn {
  position: fixed;
  z-index: 300;
  top: 110px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
.footer_fixed_btn .policy_btn a {
  background-color: #EFC438;
  border-color: #EFC438;
}
.footer_fixed_btn .policy_btn a .heading {
  background: #E21F26;
  color: #fff;
}
.footer_fixed_btn .web_btn a {
  background-color: #DF705B;
  border-color: #DF705B;
}
.footer_fixed_btn .web_btn a .heading {
  background: #EF9C8D;
  color: #fff;
}
.footer_fixed_btn .access_btn a {
  background-color: #57B081;
  border-color: #57B081;
}
.footer_fixed_btn .access_btn a .heading {
  background: #7AC99F;
  color: #fff;
}
.footer_fixed_btn a {
  display: block;
  width: 70px;
  background: #1E57BE;
  border: 1px solid #1E57BE;
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn a {
    width: max(50px, 50px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    width: auto;
    padding: 12.5px 8px;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border-radius: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: none;
  }
}
.footer_fixed_btn a:hover {
  opacity: 0.8;
}
.footer_fixed_btn a .heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a .heading {
    display: block;
    font-size: 8px;
    font-weight: bold;
    width: 104px;
    margin-inline: auto;
    background: #E6F2FF;
    color: #1E57BE;
    text-align: center;
    border-radius: 999px;
    line-height: 180%;
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn a .heading {
    width: 100%;
  }
}
.footer_fixed_btn a .btn_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a .btn_body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3px;
  }
}
.footer_fixed_btn a .btn_body .icon {
  width: 100%;
  background: #fff;
  padding: 8px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a .btn_body .icon {
    background: none;
    padding: 0;
    width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.footer_fixed_btn a .btn_body .icon img {
  width: 40px;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn a .btn_body .icon img {
    width: max(30px, 30px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a .btn_body .icon img {
    width: 10px;
  }
}
.footer_fixed_btn a .btn_body > span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 110%;
  font-size: 16px;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 10px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a .btn_body > span {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: 12px;
    padding: 0;
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    letter-spacing: 0;
    font-family: "Noto Sans", sans-serif;
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn a .btn_body > span {
    font-size: max(8px, 8px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a .btn_body > span span.pc-on {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn a .btn_body i.sp-on {
    display: inline-block;
    margin-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn .policy_btn a .btn_body span {
    font-size: 11px;
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn .policy_btn a .btn_body span {
    font-size: max(7px, 7px + 4 * (100vw - 320px) / 69);
  }
}

.page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .page_top {
    bottom: 70px;
  }
}