/*! 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: #333;
}

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

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

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

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

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

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

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

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

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

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

.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mb24 {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

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

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

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

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

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

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

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

.mv32 {
  margin: 32px 0;
}
@media screen and (max-width: 1439px) {
  .mv32 {
    margin: max(16px, 16px + 16 * (100vw - 390px) / 1049) 0;
  }
}

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

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

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

.font-cormorant {
  font-family: "Cormorant Garamond", 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;
}

.navy-first {
  color: #434F72;
}

.navy-second {
  background: -webkit-gradient(linear, left top, right top, from(#165185), to(#1F69AB));
  background: -webkit-linear-gradient(left, #165185, #1F69AB);
  background: linear-gradient(to right, #165185, #1F69AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navy-third {
  color: #6172A4;
}

.bg_navy-first {
  background: #434F72;
}

.bg_navy-light {
  background: #F1F3FC;
}

.bg_blue-light {
  background: #F8FAFF;
}

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

p.fz24 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  p.fz24 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}

p.fz20 {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  p.fz20 {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}

.section_title {
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .section_title {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.section_title::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #434F72;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section_title:not(.white) .en {
  background: -webkit-gradient(linear, left top, right top, from(#165185), to(#1F69AB));
  background: -webkit-linear-gradient(left, #165185, #1F69AB);
  background: linear-gradient(to right, #165185, #1F69AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section_title:not(.white) h2 {
  color: #434F72;
}
.section_title.white::after {
  background: #fff;
}
.section_title.white .en,
.section_title.white h2 {
  color: #fff;
}
.section_title .en {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .section_title .en {
    font-size: max(40px, 40px + 24 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 15 * (100vw - 390px) / 1049);
  }
}
.section_title h2 {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .section_title h2 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}

.btn_wrap.col-3 {
  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: 24px;
}
@media screen and (max-width: 1439px) {
  .btn_wrap.col-3 {
    gap: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .btn_wrap.col-3 {
    -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;
  }
}
.btn_wrap.col-3 .btn {
  margin-inline: 0;
}

.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;
  max-width: 100%;
}
.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: #434F72;
  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: rgb(85.8784530387, 101.2596685083, 146.1215469613);
  -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_navy-second a,
.btn_square_header.btn_navy-second a {
  background: -webkit-gradient(linear, left top, right top, from(#165185), to(#1F69AB));
  background: -webkit-linear-gradient(left, #165185, #1F69AB);
  background: linear-gradient(to right, #165185, #1F69AB);
}
.btn_square.btn_navy-second a::before,
.btn_square_header.btn_navy-second a::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(25.6193548387, 94.3258064516, 154.8806451613)), to(rgb(34.9133663366, 118.254950495, 192.5866336634)));
  background: -webkit-linear-gradient(left, rgb(25.6193548387, 94.3258064516, 154.8806451613), rgb(34.9133663366, 118.254950495, 192.5866336634));
  background: linear-gradient(to right, rgb(25.6193548387, 94.3258064516, 154.8806451613), rgb(34.9133663366, 118.254950495, 192.5866336634));
}
.btn_square.btn_navy-third a,
.btn_square_header.btn_navy-third a {
  background: #6172A4;
}
.btn_square.btn_navy-third a::before,
.btn_square_header.btn_navy-third a::before {
  background: rgb(113.1807228916, 128.4397590361, 173.3192771084);
}
.btn_square.btn_white::after,
.btn_square_header.btn_white::after {
  background: #434F72;
}
.btn_square.btn_white a::before,
.btn_square_header.btn_white a::before {
  background: #F1F3FC;
}
.btn_square.btn_white a::after,
.btn_square_header.btn_white a::after {
  border: 1px solid #434F72;
}

.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;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .btn_square_header a {
    width: max(140px, 140px + 50 * (100vw - 768px) / 671);
    font-size: max(16px, 16px + 4 * (100vw - 768px) / 671);
  }
}
.btn_square_header a span {
  line-height: 1.25;
}

.btn_white a {
  color: #434F72;
  background: #fff;
}

.btn_light-blue a {
  background: #434F72;
}

.btn_blue a {
  background: #1F67A7;
}

.btn_square_header.btn_navy-first .icon {
  background-image: url(../img/common/header_btn_icon_caries.png);
}

.btn_square_header.btn_navy-second .icon {
  background-image: url(../img/common/header_btn_icon_perio.png);
}

.btn_square_header.btn_navy-third .icon {
  background-image: url(../img/common/header_btn_icon_boroboro.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_info_access .icon {
  background-image: url(../img/common/icon_access_white.png);
}

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

.btn_info_yobou .icon {
  background-image: url(../img/common/icon_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.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: 25px;
}
@media screen and (max-width: 1439px) {
  .banner_wrap.col-3 .inner {
    gap: max(10px, 10px + 15 * (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;
  }
}

section.access {
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  section.access {
    padding-bottom: max(50px, 50px + 10 * (100vw - 390px) / 1049);
  }
}
section.access .access_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.access .access_wrap {
    grid-template-columns: 1fr;
  }
}
section.access .access_wrap .access_img01 picture,
section.access .access_wrap .access_img01 img,
section.access .access_wrap .access_img02 picture,
section.access .access_wrap .access_img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.access .access_wrap .info .logo {
  padding-top: 2px;
  margin-bottom: 18px;
  width: 210px;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap .info .logo {
    width: max(180px, 180px + 30 * (100vw - 390px) / 1049);
  }
}
section.access .access_wrap .info .medical-schedule table.medical-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
section.access .access_wrap .info .medical-schedule table.medical-table th,
section.access .access_wrap .info .medical-schedule table.medical-table td {
  border: 1px solid #434F72;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  height: 40px;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap .info .medical-schedule table.medical-table th,
  section.access .access_wrap .info .medical-schedule table.medical-table td {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
section.access .access_wrap .info .medical-schedule table.medical-table thead th:nth-of-type(1) {
  width: 130px;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap .info .medical-schedule table.medical-table thead th:nth-of-type(1) {
    width: max(100px, 100px + 30 * (100vw - 390px) / 1049);
  }
}
section.access .access_wrap .info .medical-schedule table.medical-table thead th {
  background: #434F72;
  color: #fff;
  font-weight: 500;
}
section.access .access_wrap .info .medical-schedule table.medical-table tbody {
  background: #fff;
}
section.access .access_wrap .info .medical-schedule table.medical-table tbody th {
  height: 40px;
  font-weight: 500;
  background: #F8FAFF;
}
section.access .access_wrap .info .medical-schedule table.medical-table tbody td {
  color: #1F67A7;
  font-weight: bold;
}
section.access .access_wrap .info .medical-schedule table.medical-table tbody td img {
  margin-inline: auto;
  width: 15px;
  height: 2px;
}
section.access .access_wrap .info dl.clinic_info {
  margin-top: 24px;
  padding: 20px;
  background: #F8FAFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #434F72;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap .info dl.clinic_info {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
section.access .access_wrap .info dl.clinic_info dt,
section.access .access_wrap .info dl.clinic_info dd {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap .info dl.clinic_info dt,
  section.access .access_wrap .info dl.clinic_info dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.access .access_wrap .info dl.clinic_info dt:not(:last-of-type),
section.access .access_wrap .info dl.clinic_info dd:not(:last-of-type) {
  border-bottom: 1px solid #434F72;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap .info dl.clinic_info dt:not(:last-of-type),
  section.access .access_wrap .info dl.clinic_info dd:not(:last-of-type) {
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
section.access .access_wrap .info dl.clinic_info dt {
  width: 98px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.access .access_wrap .info dl.clinic_info dt {
    width: 80px;
  }
}
section.access .access_wrap .info dl.clinic_info dd {
  width: calc(100% - 98px);
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  section.access .access_wrap .info dl.clinic_info dd {
    width: calc(100% - 80px);
  }
}
section.access .access_wrap .map iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 530/300;
}
@media screen and (max-width: 767px) {
  section.access .access_wrap .map iframe {
    height: auto;
    aspect-ratio: 350/200;
  }
}

main.page section.access .inner {
  display: contents;
}

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: #7A7A7A;
  font-family: "Inter", sans-serif;
  margin-bottom: 2px;
  display: block;
}
@media screen and (max-width: 767px) {
  header .header_inner .header_logo h1.header_logo_text {
    font-size: max(5.5px, 5.5px + 1.5 * (100vw - 390px) / 377);
    margin-left: 0;
    margin-bottom: 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(4.5px, 4.5px + 0.5 * (100vw - 320px) / 69);
  }
}
header .header_inner .header_logo a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .header_inner .header_logo a img {
  width: 210px;
  height: auto;
  aspect-ratio: 210/54;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_logo a img {
    width: max(108px, 108px + 102 * (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;
  }
}
@media screen and (max-width: 767px) {
  header .header_inner .header_btn_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header_inner .header_btn_nav ul.header_btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  header .header_inner .header_btn_nav ul.header_btn_list li.btn_square_header a {
    font-size: 10px;
    width: 60px;
    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 .header_btn_nav ul.header_btn_list 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 .header_btn_nav ul.header_btn_list li.btn_square_header a:hover {
    opacity: 1;
  }
  header .header_inner .header_btn_nav ul.header_btn_list 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 .header_btn_nav ul.header_btn_list li.btn_square_header a span {
    line-height: 1.2;
  }
  header .header_inner .header_btn_nav ul.header_btn_list li.btn_square_header a span.fz-sp8 {
    font-size: 8px;
  }
  header .header_inner .header_btn_nav ul.header_btn_list li.btn_square_header a span.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  header .header_inner .header_btn_nav ul.header_btn_list li.btn_square_header a span.icon {
    opacity: 0.2;
  }
}
@media screen and (max-width: 767px) {
  header .header_inner .header_btn_nav ul.header_btn_list li.btn_square_header.btn_navy-first a span.icon {
    width: 40px;
    height: 28px;
  }
  header .header_inner .header_btn_nav ul.header_btn_list li.btn_square_header.btn_navy-second a span.icon {
    width: 30px;
    height: 30px;
  }
  header .header_inner .header_btn_nav ul.header_btn_list li.btn_square_header.btn_navy-third a span.icon {
    width: 30px;
    height: 30px;
  }
}
header .header_inner .header_btn_nav .ham_btn {
  display: none;
  width: auto;
  height: 80px;
  aspect-ratio: 45/55;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  header .header_inner .header_btn_nav .ham_btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
  }
}
header .header_inner .header_btn_nav .ham_btn .open {
  background: url(../img/common/icon_open.png) center/contain no-repeat;
  width: 20px;
  height: 30px;
}
header .header_inner .header_btn_nav .ham_btn.is-active .open {
  background: url(../img/common/icon_close.png) 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: #F8FAFF;
  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 #434F72;
}
.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.svg) 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;
  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.svg) 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: #434F72;
  background: #F1F3FC;
}

nav.global-nav {
  position: relative;
  z-index: 2;
}
nav.global-nav ul.global-nav-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: 80px;
  padding: 12.5px 0;
  background: #434F72;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  nav.global-nav ul.global-nav-list {
    gap: max(40px, 40px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  nav.global-nav ul.global-nav-list {
    display: none;
  }
}
nav.global-nav ul.global-nav-list > li {
  position: relative;
}
nav.global-nav ul.global-nav-list > li:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 25px;
  background: #fff;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  nav.global-nav ul.global-nav-list > li:not(:first-of-type)::before {
    left: min(-20px, -20px + -20 * (100vw - 768px) / 671);
    height: max(20px, 20px + 5 * (100vw - 768px) / 671);
  }
}
nav.global-nav ul.global-nav-list > li a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  nav.global-nav ul.global-nav-list > li a {
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
  }
}

.fv {
  position: relative;
}
.fv .fv_slider img,
.fv .fv_img img {
  width: 100vw;
  height: auto;
  aspect-ratio: 1440/720;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  height: calc(100svh - 80px);
}
@media screen and (max-width: 767px) {
  .fv .fv_slider img,
  .fv .fv_img img {
    aspect-ratio: 390/580;
    height: calc(100svh - 115px);
    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: #434F72;
  padding: 0 80px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text {
    padding: 0 max(40px, 40px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text {
    padding: 0 20px;
  }
}
.fv .fv_text .fv_text01 {
  font-size: 56px;
  font-weight: bold;
  text-shadow: 0 0 10px #191919;
  color: #fff;
  line-height: 140%;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text .fv_text01 {
    font-size: max(35px, 35px + 21 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text .fv_text01 {
    text-shadow: 0 0 5px #191919;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text .fv_text01 {
    font-size: max(28px, 28px + 7 * (100vw - 320px) / 69);
  }
}
.fv .fv_text .fv_text02 {
  font-size: 48px;
  line-height: 160%;
  margin-top: 16px;
  text-shadow: 0 0 10px #191919;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text .fv_text02 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text .fv_text02 {
    text-shadow: 0 0 5px #191919;
    font-weight: 500;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text .fv_text02 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
.fv .fv_text .fv_text03 {
  font-size: 24px;
  line-height: 180%;
  margin-top: 40px;
  text-shadow: 0 0 10px #191919;
  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(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text .fv_text03 {
    text-shadow: 0 0 5px #191919;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text .fv_text03 {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.fv .fv_text ul.fv_catch_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 50px;
  padding: 0 10px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list {
    gap: max(20px, 20px + 20 * (100vw - 768px) / 671);
    margin-top: max(25px, 25px + 25 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  .fv .fv_text ul.fv_catch_list {
    width: 100%;
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5px;
  }
}
.fv .fv_text ul.fv_catch_list li {
  width: 190px;
  height: auto;
  aspect-ratio: 1/1;
  background: rgba(67, 79, 114, 0.7);
  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: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list li {
    width: max(150px, 150px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text ul.fv_catch_list li {
    width: max(100px, 100px + 50 * (100vw - 390px) / 377);
    gap: 5px;
  }
}
@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::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(67, 79, 114, 0.6);
  z-index: -1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .fv .fv_text ul.fv_catch_list li::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
  }
}
.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(25px, 25px + 10 * (100vw - 390px) / 1049);
  }
}
.fv .fv_text ul.fv_catch_list li span {
  font-size: 24px;
  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-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list li span {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text ul.fv_catch_list li span {
    font-size: max(10px, 10px + 3 * (100vw - 320px) / 69);
  }
}
.fv .fv_text ul.fv_catch_list li span.fz20 {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list li span.fz20 {
    font-size: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text ul.fv_catch_list li span.fz20 {
    font-size: max(8px, 8px + 1 * (100vw - 320px) / 69);
  }
}
.fv .fv_text .en_catch {
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
  padding: 0 3px;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text .en_catch {
    bottom: min(-15px, -15px + -5 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text .en_catch {
    max-width: max(390px, 390px + 110 * (100vw - 390px) / 377);
    bottom: -10px;
  }
}

.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(67, 79, 114, 0.6);
  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 div.slug {
  font-size: 80px;
  text-align: center;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .fv_child .fv_child_text div.slug {
    font-size: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
.fv_child .fv_child_text .fv_child_title {
  font-size: 28px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .fv_child .fv_child_text .fv_child_title {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}

main.top h2 {
  font-size: 32px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.top h2 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top .section_title h2 {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  main.top .section_title h2 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}

main.top section.about01 .about01_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}
@media screen and (max-width: 1439px) {
  main.top section.about01 .about01_list {
    margin-top: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    gap: max(40px, 40px + 30 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.about01 .about01_list {
    grid-template-columns: 1fr;
  }
}
main.top section.about01 .about01_list li {
  padding: 14px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.top section.about01 .about01_list li {
    padding: 0;
  }
}
main.top section.about01 .about01_list li:not(:first-of-type)::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #434F72;
  position: absolute;
  top: 0;
  left: -35px;
}
@media screen and (max-width: 1439px) {
  main.top section.about01 .about01_list li:not(:first-of-type)::before {
    left: min(-20px, -20px + -15 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.about01 .about01_list li:not(:first-of-type)::before {
    width: 100%;
    height: 1px;
    top: min(-20px, -20px + -15 * (100vw - 390px) / 1049);
    left: 0;
  }
}
main.top section.about01 .about01_list li .img_wrap {
  position: relative;
}
main.top section.about01 .about01_list li .img_wrap .number {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #434F72;
  color: #fff;
  font-size: 40px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.25;
}
main.top section.about01 .about01_list li h3 {
  font-size: 24px;
  line-height: 180%;
  font-weight: bold;
  color: #434F72;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.about01 .about01_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.about01 .about01_list li p {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.about01 .about01_list li p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.about01 .for-beginner {
  border: 10px solid #434F72;
  padding: 40px 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.about01 .for-beginner {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.about01 .for-beginner h2 {
  color: #434F72;
  margin-bottom: 10px;
  font-weight: 500;
}
main.top section.about01 .for-beginner h2 .blue {
  color: #1F67A7;
}
main.top section.about01 .for-beginner p {
  line-height: 2.5;
  color: #434F72;
}
@media screen and (max-width: 767px) {
  main.top section.about01 .for-beginner p {
    line-height: 180%;
  }
}
main.top section.about01 .for-beginner .btn {
  margin-top: 24px;
}
main.top section.precision .precision_inner {
  max-width: 1440px;
  padding: 0 40px;
  margin-inline: auto;
}
@media screen and (max-width: 500px) {
  main.top section.precision .precision_inner {
    padding: 0 10px;
  }
}
main.top section.precision .precision-treatment {
  padding: 90px;
  border: 20px solid #434F72;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-treatment {
    padding: max(50px, 50px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.precision .precision-treatment {
    border: 10px solid #434F72;
  }
}
main.top section.precision .precision-treatment .section_title {
  margin-bottom: 64px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-treatment .section_title {
    margin-bottom: max(45px, 45px + 19 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-treatment .precision-treatment_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  main.top section.precision .precision-treatment .precision-treatment_list {
    gap: 45px;
    grid-template-columns: 1fr;
  }
}
main.top section.precision .precision-treatment .precision-treatment_list li {
  padding: 0 40px 40px;
  border-left: 1px solid #434F72;
  border-right: 1px solid #434F72;
  border-bottom: 1px solid #434F72;
  background: #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;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-treatment .precision-treatment_list li {
    padding: 0 max(20px, 20px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-treatment .precision-treatment_list li::before, main.top section.precision .precision-treatment .precision-treatment_list li::after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background: #434F72;
}
main.top section.precision .precision-treatment .precision-treatment_list li::before {
  left: 0;
  width: var(--left-border-width, 40px);
}
main.top section.precision .precision-treatment .precision-treatment_list li::after {
  right: 0;
  width: var(--right-border-width, calc(100% - 240px));
}
main.top section.precision .precision-treatment .precision-treatment_list li h3 {
  font-size: 32px;
  font-weight: bold;
  color: #434F72;
  text-align: center;
  margin-top: -25px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-treatment .precision-treatment_list li h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    margin-top: min(-15px, -15px + -10 * (100vw - 390px) / 1049);
    padding: 0 max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-treatment .precision-treatment_list li img {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-treatment .precision-treatment_list li img {
    margin-top: max(18px, 18px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-treatment .precision-treatment_list li .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-treatment .precision-treatment_list li .text_wrap {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-treatment .precision-treatment_list li .text_wrap h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
  color: #434F72;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-treatment .precision-treatment_list li .text_wrap h4 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-treatment .precision-treatment_list li .text_wrap p {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-treatment .precision-treatment_list li .text_wrap p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-treatment .precision-treatment_list li .btn {
  margin-top: 24px;
  width: 100%;
  max-width: 240px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-treatment .precision-treatment_list li .btn {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-treatment .precision-treatment_list li .btn a {
  width: 100%;
  max-width: 240px;
}
main.top section.precision .precision-machine {
  padding: 90px;
  border: 20px solid #F1F3FC;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-machine {
    padding: max(50px, 50px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.precision .precision-machine {
    border: 10px solid #F1F3FC;
  }
}
main.top section.precision .precision-machine .section_title {
  margin-bottom: 83px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-machine .section_title {
    margin-bottom: max(47px, 47px + 36 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-machine .precision-machine_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;
  gap: 64px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-machine .precision-machine_list {
    gap: max(37px, 37px + 27 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-machine .precision-machine_list li {
  padding: 0 40px 40px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-machine .precision-machine_list li {
    padding: 0 max(20px, 20px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-machine .precision-machine_list li:nth-last-of-type(even) h3 {
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-machine .precision-machine_list li:nth-last-of-type(even) h3 {
    margin-right: max(8px, 8px + 32 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-machine .precision-machine_list li:nth-last-of-type(even) .flex {
  -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) {
  main.top section.precision .precision-machine .precision-machine_list li:nth-last-of-type(even) .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.precision .precision-machine .precision-machine_list li h3 {
  font-size: 32px;
  font-weight: bold;
  margin-left: 40px;
  margin-top: -25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #434F72;
  padding: 0 15px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-machine .precision-machine_list li h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    margin-left: max(8px, 8px + 32 * (100vw - 390px) / 1049);
    margin-top: min(-15px, -15px + -10 * (100vw - 390px) / 1049);
    padding: 0 max(8px, 8px + 7 * (100vw - 390px) / 1049);
  }
}
main.top section.precision .precision-machine .precision-machine_list li .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: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-machine .precision-machine_list li .flex {
    gap: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    margin-top: max(18px, 18px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.precision .precision-machine .precision-machine_list li .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.precision .precision-machine .precision-machine_list li .flex .img_wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-machine .precision-machine_list li .flex .img_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 max(200px, 200px + 140 * (100vw - 768px) / 671);
        -ms-flex: 0 0 max(200px, 200px + 140 * (100vw - 768px) / 671);
            flex: 0 0 max(200px, 200px + 140 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.precision .precision-machine .precision-machine_list li .flex .img_wrap {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
main.top section.precision .precision-machine .precision-machine_list li .flex .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.top section.precision .precision-machine .precision-machine_list li .flex .text_wrap h4 {
  font-size: 24px;
  font-weight: 500;
  padding-left: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-machine .precision-machine_list li .flex .text_wrap h4 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.precision .precision-machine .precision-machine_list li .flex .text_wrap h4 {
    padding-left: 0;
  }
}
main.top section.precision .precision-machine .precision-machine_list li .flex .text_wrap p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.precision .precision-machine .precision-machine_list li .flex .text_wrap p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.concept {
  position: relative;
}
main.top section.concept .concept_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
main.top section.concept .concept_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.concept::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.top section.concept::after {
    background: rgba(255, 255, 255, 0.9);
  }
}
main.top section.concept .inner {
  position: relative;
  z-index: 2;
}
main.top section.concept .concept_wrap {
  text-align: center;
}
main.top section.concept .concept_wrap h3 {
  font-size: 32px;
  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;
}
@media screen and (max-width: 767px) {
  main.top section.concept .concept_wrap p {
    line-height: 200%;
  }
}
main.top section.news .blog-content {
  padding: 60px;
  border: 2px solid #434F72;
}
@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 #434F72;
  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: "EB Garamond", serif;
  font-size: 12px;
  color: #434F72;
  letter-spacing: 0.1em;
}
main.top section.news .blog-content .blog-items .blog-item a .blog-meta .blog-category {
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#165185), to(#1F69AB));
  background: -webkit-linear-gradient(left, #165185, #1F69AB);
  background: linear-gradient(to right, #165185, #1F69AB);
  border-radius: 2px;
  padding: 3px 10px;
  display: inline-block;
}
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: 220px 0 60px;
  background: #F8FAFF;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap {
    padding: max(100px, 100px + 120 * (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/350;
}
@media screen and (max-width: 767px) {
  main.top section.point .point_title_wrap .img_wrap {
    aspect-ratio: 390/160;
  }
}
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: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex {
    gap: max(20px, 20px + 10 * (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: 64px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_title_wrap .inner > .flex .point_catch {
    padding-bottom: max(20px, 20px + 44 * (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;
  -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;
  font-weight: bold;
}
@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;
  font-weight: 500;
}
@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 .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;
}
main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner {
  -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) {
  main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner {
    -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:nth-of-type(even) .list_top .inner .img_wrap {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1921px) {
  main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner .img_wrap {
    margin-right: -10vw;
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li:nth-of-type(even) .list_top .inner .img_wrap {
    margin-inline: calc(50% - 50vw);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top {
  position: relative;
  max-width: 1600px;
  margin-inline: auto;
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner {
    gap: 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 {
    -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 .list_top .inner .img_wrap {
  margin-left: calc(50% - 50vw);
  max-width: 700px;
}
@media screen and (min-width: 1921px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap {
    margin-left: -10vw;
  }
}
@media screen and (max-width: 767px) {
  main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap {
    margin-inline: calc(50% - 50vw);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap {
  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 .text_wrap {
    padding-top: max(30px, 30px + 50 * (100vw - 390px) / 1049);
    padding-bottom: max(30px, 30px + 50 * (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 {
    padding-top: 0;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .fz48 {
  font-size: 48px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#165185), to(#1F69AB));
  background: -webkit-linear-gradient(left, #165185, #1F69AB);
  background: linear-gradient(to right, #165185, #1F69AB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 10px;
  position: relative;
  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 .fz48 {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (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 .fz48 {
    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 .fz48::before, main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .fz48::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid #434F72;
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap .fz48::after {
  top: 5px;
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap h3 {
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
  color: #434F72;
  margin-bottom: 24px;
}
@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(24px, 24px + 16 * (100vw - 768px) / 671);
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_top .inner .text_wrap ul.point_sublist {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@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 + 4 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 5 * (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: 190px;
  border: 5px solid #A8C5DE;
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#165185), to(#1F69AB));
  background: -webkit-linear-gradient(left, #165185, #1F69AB);
  background: linear-gradient(to right, #165185, #1F69AB);
  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 + 80 * (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 ul.point_sublist li {
    border: 3px solid #A8C5DE;
  }
}
@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 h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
@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(9px, 9px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.point .point_list_wrap ul.point_list > li .list_bottom {
  background: #F8FAFF;
}
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 #434F72;
}
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;
  text-align: center;
  color: #fff;
  background: #434F72;
  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 + 4 * (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 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: #1F67A7;
  color: #fff;
  font-weight: bold;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: bold;
}
@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: #FCFCFC;
  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.point .point_list_wrap ul.point_list > li .btn {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.point .point_list_wrap ul.point_list > li .btn {
    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 .btn {
    margin-inline: none;
  }
}
main.top section.point .point_list_wrap ul.point_list > li .btn a {
  border: 1px solid #434F72;
}
main.top section.reason {
  position: relative;
}
@media screen and (max-width: 767px) {
  main.top section.reason .section_title {
    position: relative;
    z-index: 2;
  }
}
main.top section.reason .reason_bg {
  position: relative;
  aspect-ratio: 1440/450;
  z-index: 0;
  width: 100%;
  max-height: 450px;
}
@media screen and (max-width: 767px) {
  main.top section.reason .reason_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 390/250;
  }
}
main.top section.reason .reason_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 1;
}
main.top section.reason .reason_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.reason .reason_wrap {
  position: relative;
  z-index: 2;
  padding: 60px;
  border: 1px solid #434F72;
  background: #fff;
  margin-top: -150px;
  -webkit-box-shadow: 0 20px 30px -20px rgba(62, 58, 57, 0.8);
          box-shadow: 0 20px 30px -20px rgba(62, 58, 57, 0.8);
}
@media screen and (max-width: 1439px) {
  main.top section.reason .reason_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reason .reason_wrap {
    margin-top: 0;
  }
}
@media screen and (max-width: 389px) {
  main.top section.reason .reason_wrap {
    padding: 30px max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}
main.top section.reason .reason_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.reason .reason_wrap .flex {
    gap: max(12px, 12px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reason .reason_wrap .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.top section.reason .reason_wrap .flex h3 {
  width: 43%;
  text-align: center;
  font-size: 48px;
  color: #434F72;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.reason .reason_wrap .flex h3 {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reason .reason_wrap .flex h3 {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}
main.top section.reason .reason_wrap .flex p {
  line-height: 2.5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  main.top section.reason .reason_wrap .flex p {
    line-height: 180%;
  }
}
main.top section.reason .reason_wrap ul.reason_list_sub {
  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;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.reason .reason_wrap ul.reason_list_sub {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reason .reason_wrap ul.reason_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.reason .reason_wrap ul.reason_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(67, 79, 114, 0.85);
}
@media screen and (max-width: 1439px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li {
    width: max(110px, 110px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li {
    width: calc(33.3333333333% + 6.6666666667px);
    gap: 0;
  }
}
main.top section.reason .reason_wrap ul.reason_list_sub li:not(:first-of-type) {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li:not(:first-of-type) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li:nth-of-type(3n+0), main.top section.reason .reason_wrap ul.reason_list_sub li:nth-of-type(3n+2) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li:nth-of-type(n+4) {
    margin-top: -10px;
  }
}
main.top section.reason .reason_wrap ul.reason_list_sub li:nth-of-type(2n) {
  background: rgba(31, 103, 167, 0.85);
}
main.top section.reason .reason_wrap ul.reason_list_sub li span.number {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li span.number {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li span.number {
    font-size: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.reason .reason_wrap ul.reason_list_sub li h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li h4 {
    font-size: max(12px, 12px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li h4 {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.reason .reason_wrap ul.reason_list_sub li h4.large {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li h4.large {
    font-size: max(12px, 12px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reason .reason_wrap ul.reason_list_sub li h4.large {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.reason ul.reason_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.reason ul.reason_list {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.top section.reason ul.reason_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  main.top section.reason ul.reason_list {
    grid-template-columns: 1fr;
  }
}
main.top section.reason ul.reason_list li {
  height: auto;
  position: relative;
  position: relative;
  padding: 50px 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.reason ul.reason_list li {
    padding: max(40px, 40px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reason ul.reason_list li {
    height: 100%;
    aspect-ratio: initial;
    min-height: 480px;
  }
}
@media screen and (max-width: 500px) {
  main.top section.reason ul.reason_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.reason ul.reason_list li {
    min-height: 300px;
  }
}
main.top section.reason ul.reason_list li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
main.top section.reason ul.reason_list li:nth-of-type(2n+1)::before {
  background: rgba(67, 79, 114, 0.8);
}
main.top section.reason ul.reason_list li:nth-of-type(2n)::before {
  background: rgba(31, 103, 167, 0.8);
}
main.top section.reason ul.reason_list li:nth-of-type(4)::before {
  background: rgba(31, 103, 167, 0.8);
}
@media screen and (max-width: 1024px) {
  main.top section.reason ul.reason_list li:nth-of-type(4n+3)::before {
    background: rgba(31, 103, 167, 0.8);
  }
}
@media screen and (max-width: 500px) {
  main.top section.reason ul.reason_list li:nth-of-type(4n+3)::before {
    background: rgba(67, 79, 114, 0.8);
  }
}
@media screen and (max-width: 1024px) {
  main.top section.reason ul.reason_list li:nth-of-type(4n+4)::before {
    background: rgba(67, 79, 114, 0.8);
  }
}
@media screen and (max-width: 500px) {
  main.top section.reason ul.reason_list li:nth-of-type(4n+4)::before {
    background: rgba(31, 103, 167, 0.8);
  }
}
main.top section.reason ul.reason_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.reason ul.reason_list li .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main.top section.reason ul.reason_list li span.number {
  font-size: 16px;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}
main.top section.reason ul.reason_list li h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.top section.reason ul.reason_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reason ul.reason_list li h3 {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.reason ul.reason_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.reason ul.reason_list li p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.reason ul.reason_list li p {
    line-height: 2.1428571429;
  }
}
main.top section.message {
  padding: 360px 0 100px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.message {
    padding: max(155px, 155px + 205 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (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/520;
  max-height: 520px;
}
@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 #434F72;
  -webkit-box-shadow: 0px 20px 30px -20px rgba(62, 58, 57, 0.8);
          box-shadow: 0px 20px 30px -20px rgba(62, 58, 57, 0.8);
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap {
    -webkit-box-shadow: 10px 10px 30px 0px rgba(51, 51, 51, 0.05);
            box-shadow: 10px 10px 30px 0px rgba(51, 51, 51, 0.05);
  }
}
main.top section.message .message_wrap .message_text {
  padding: 80px 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .message_text {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.message .message_wrap .message_text {
    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 .message_text .text_wrap h3 {
  font-size: 40px;
  font-weight: 500;
  color: #434F72;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .message_text .text_wrap h3 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.message .message_wrap .message_text .text_wrap p {
  line-height: 2.1875;
}
main.top section.message .message_wrap .message_text .text_wrap .clinic_name {
  text-align: right;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .message_text .text_wrap .clinic_name {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.message .message_wrap .message_text .text_wrap .name {
  text-align: right;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .message_text .text_wrap .name {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.message .message_wrap .message_text .text_wrap .name .small {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.message .message_wrap .message_text .text_wrap .name .small {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    margin-right: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.top .splide01 ul.splide__list img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
main.top section.movie .movie_wrap .flex {
  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;
}
@media screen and (max-width: 1439px) {
  main.top section.movie .movie_wrap .flex {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.movie .movie_wrap .flex img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1439px) {
  main.top section.movie .movie_wrap .flex img {
    width: auto;
    height: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.movie .movie_wrap .video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.movie .movie_wrap .video-grid {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.movie .movie_wrap .video-grid iframe {
  width: 100%;
  aspect-ratio: 9/16;
}
main.top section.search ul.menu_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.search ul.menu_list {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.search ul.menu_list {
    gap: max(5px, 5px + 5 * (100vw - 320px) / 69);
  }
}
main.top section.search ul.menu_list li {
  position: relative;
  aspect-ratio: 340/300;
  -webkit-box-shadow: 0 20px 30px -20px rgba(62, 58, 57, 0.8);
          box-shadow: 0 20px 30px -20px rgba(62, 58, 57, 0.8);
}
main.top section.search ul.menu_list li::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: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.top section.search ul.menu_list li::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
main.top section.search ul.menu_list li::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 25px;
  height: 25px;
  background: #fff;
  z-index: 2;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.top section.search ul.menu_list li::after {
    right: 10px;
    bottom: 10px;
    width: 10px;
    height: 10px;
  }
}
main.top section.search ul.menu_list li a {
  display: grid;
  place-items: center;
  position: relative;
  height: 100%;
}
main.top section.search ul.menu_list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(67, 79, 114, 0.8);
  z-index: 1;
}
main.top section.search ul.menu_list li a span {
  display: block;
  font-size: 32px;
  line-height: 180%;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.top section.search ul.menu_list li a span {
    font-size: max(12px, 12px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.search ul.menu_list li a span {
    line-height: 160%;
  }
}
@media screen and (max-width: 389px) {
  main.top section.search ul.menu_list li a span {
    font-size: max(9px, 9px + 3 * (100vw - 320px) / 69);
  }
}
main.top section.search ul.menu_list li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
main.top .splide02 ul.splide__list img {
  aspect-ratio: 300/210;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.top .splide02 ul.splide__list img {
    aspect-ratio: 180/126;
  }
}
main.top section.about02 p {
  line-height: 240%;
}

@media screen and (max-width: 500px) {
  main.archive ul.blog-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

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: 767px) {
  ul.blog-tabs {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 377);
  }
}
ul.blog-tabs li {
  width: 210px;
  height: 65px;
  display: grid;
  place-items: center;
  color: #434F72;
  background: #DFE5F7;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  ul.blog-tabs li {
    width: max(100px, 100px + 110 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 15 * (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: #434F72;
  color: #fff;
}
ul.blog-tabs li:hover {
  background: #434F72;
  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 .blog-content {
  background: #fff;
}
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: 10px;
  margin-top: 16px;
}
main.top ul.post_list .date_wrap span.date {
  font-size: 12px;
  color: #434F72;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
}
main.top ul.post_list .date_wrap span.category {
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#165185), to(#1F69AB));
  background: -webkit-linear-gradient(left, #165185, #1F69AB);
  background: linear-gradient(to right, #165185, #1F69AB);
  border-radius: 2px;
  padding: 3px 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: 10px;
}
main.post .date_wrap .date {
  font-size: 12px;
  color: #434F72;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  margin: 0;
}
main.post .date_wrap .category {
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#165185), to(#1F69AB));
  background: -webkit-linear-gradient(left, #165185, #1F69AB);
  background: linear-gradient(to right, #165185, #1F69AB);
  border-radius: 2px;
  padding: 3px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
}
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 #434F72;
}
@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:last-of-type {
  border-bottom: none;
  padding-bottom: 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: 10px;
}
main.archive .post_list_wrap ul.post_list li a .text_wrap .date_wrap .date {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  color: #434F72;
}
main.archive .post_list_wrap ul.post_list li a .text_wrap .date_wrap .category {
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#165185), to(#1F69AB));
  background: -webkit-linear-gradient(left, #165185, #1F69AB);
  background: linear-gradient(to right, #165185, #1F69AB);
  border-radius: 2px;
  padding: 3px 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 #434F72;
  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 > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
main.single .post_content > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
main.single .post_content h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 60px;
}
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.single .post_content h2,
.mce-content-body.post-editor h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 28px;
  background: -webkit-gradient(linear, left top, right top, from(#434F72), to(#CCD5F0));
  background: -webkit-linear-gradient(left, #434F72 0%, #CCD5F0 100%);
  background: linear-gradient(to right, #434F72 0%, #CCD5F0 100%);
  position: relative;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h2,
  .mce-content-body.post-editor h2 {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h2.en,
.mce-content-body.post-editor h2.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}
main.single .post_content h2 + img,
main.single .post_content h2 + img + img,
.mce-content-body.post-editor h2 + img,
.mce-content-body.post-editor h2 + img + img {
  margin-bottom: 40px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h2 + img,
  main.single .post_content h2 + img + img,
  .mce-content-body.post-editor h2 + img,
  .mce-content-body.post-editor h2 + img + img {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h3,
.mce-content-body.post-editor h3 {
  font-size: 24px;
  font-weight: bold;
  color: #434F72;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 24px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h3,
  .mce-content-body.post-editor h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h3::before,
.mce-content-body.post-editor h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background: #434F72;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 1439px) {
  main.single .post_content h3::before,
  .mce-content-body.post-editor h3::before {
    width: max(50px, 50px + 40 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h4,
.mce-content-body.post-editor h4 {
  font-size: 20px;
  font-weight: bold;
  color: #1F67A7;
  background: #F1F7FC;
  margin: 32px 0 24px;
  padding: 15px 10px 10px 25px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h4,
  .mce-content-body.post-editor h4 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) 10px 10px max(23px, 23px + 2 * (100vw - 390px) / 1049);
    margin: max(16px, 16px + 16 * (100vw - 390px) / 1049) 0 max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h4::before,
.mce-content-body.post-editor h4::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: calc(100% - 10px);
  background: #1F67A7;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  main.single .post_content h4::before,
  .mce-content-body.post-editor h4::before {
    width: 8px;
  }
}
main.single .post_content h5,
.mce-content-body.post-editor h5 {
  font-size: 18px;
  font-weight: bold;
  color: #1F67A7;
  margin-top: 24px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #434F72;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h5,
  .mce-content-body.post-editor h5 {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h6,
.mce-content-body.post-editor h6 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #434F72;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #FAFAFA;
  border-radius: 5px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h6,
  .mce-content-body.post-editor h6 {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.single .post_content p,
.mce-content-body.post-editor p {
  font-size: 16px;
  line-height: 1.875;
  margin: 16px 0 10px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content p,
  .mce-content-body.post-editor p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    margin: max(12px, 12px + 4 * (100vw - 390px) / 1049) 0 max(8px, 8px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_content p,
  .mce-content-body.post-editor p {
    line-height: 180%;
  }
}
main.single .post_content ul, main.single .post_content ol,
.mce-content-body.post-editor ul,
.mce-content-body.post-editor ol {
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.single .post_content ul, main.single .post_content ol,
  .mce-content-body.post-editor ul,
  .mce-content-body.post-editor ol {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.single .post_content ul > *:first-child, main.single .post_content ol > *:first-child,
.mce-content-body.post-editor ul > *:first-child,
.mce-content-body.post-editor ol > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
main.single .post_content ul > *:last-child, main.single .post_content ol > *:last-child,
.mce-content-body.post-editor ul > *:last-child,
.mce-content-body.post-editor ol > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
main.single .post_content ul li, main.single .post_content ol li,
.mce-content-body.post-editor ul li,
.mce-content-body.post-editor ol li {
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.single .post_content ul li, main.single .post_content ol li,
  .mce-content-body.post-editor ul li,
  .mce-content-body.post-editor ol li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_content ul li, main.single .post_content ol li,
  .mce-content-body.post-editor ul li,
  .mce-content-body.post-editor ol li {
    padding-left: 13px;
  }
}
main.single .post_content ul li::before, main.single .post_content ol li::before,
.mce-content-body.post-editor ul li::before,
.mce-content-body.post-editor ol li::before {
  content: "";
  position: absolute;
  left: 0;
}
main.single .post_content ol,
.mce-content-body.post-editor ol {
  counter-reset: list-counter;
}
main.single .post_content ol li,
.mce-content-body.post-editor ol li {
  counter-increment: list-counter;
}
main.single .post_content ol li::before,
.mce-content-body.post-editor ol li::before {
  content: counter(list-counter) ".";
}
main.single .post_content ul li::before,
.mce-content-body.post-editor ul li::before {
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F67A7;
}
@media screen and (max-width: 767px) {
  main.single .post_content ul li::before,
  .mce-content-body.post-editor ul li::before {
    width: 8px;
    height: 8px;
  }
}
main.single .post_content .bg_blue_box,
main.single .post_content .bg_blue_box02,
main.single .post_content .bg_yellow_box,
.mce-content-body.post-editor .bg_blue_box,
.mce-content-body.post-editor .bg_blue_box02,
.mce-content-body.post-editor .bg_yellow_box {
  padding: 25px;
  border: 1px solid #434F72;
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.single .post_content .bg_blue_box,
  main.single .post_content .bg_blue_box02,
  main.single .post_content .bg_yellow_box,
  .mce-content-body.post-editor .bg_blue_box,
  .mce-content-body.post-editor .bg_blue_box02,
  .mce-content-body.post-editor .bg_yellow_box {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.single .post_content .bg_blue_box > *:first-child,
main.single .post_content .bg_blue_box02 > *:first-child,
main.single .post_content .bg_yellow_box > *:first-child,
.mce-content-body.post-editor .bg_blue_box > *:first-child,
.mce-content-body.post-editor .bg_blue_box02 > *:first-child,
.mce-content-body.post-editor .bg_yellow_box > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
main.single .post_content .bg_blue_box > *:last-child,
main.single .post_content .bg_blue_box02 > *:last-child,
main.single .post_content .bg_yellow_box > *:last-child,
.mce-content-body.post-editor .bg_blue_box > *:last-child,
.mce-content-body.post-editor .bg_blue_box02 > *:last-child,
.mce-content-body.post-editor .bg_yellow_box > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
main.single .post_content .bg_blue_box.mv32,
main.single .post_content .bg_blue_box02.mv32,
main.single .post_content .bg_yellow_box.mv32,
.mce-content-body.post-editor .bg_blue_box.mv32,
.mce-content-body.post-editor .bg_blue_box02.mv32,
.mce-content-body.post-editor .bg_yellow_box.mv32 {
  margin: 32px 0;
}
@media screen and (max-width: 1439px) {
  main.single .post_content .bg_blue_box.mv32,
  main.single .post_content .bg_blue_box02.mv32,
  main.single .post_content .bg_yellow_box.mv32,
  .mce-content-body.post-editor .bg_blue_box.mv32,
  .mce-content-body.post-editor .bg_blue_box02.mv32,
  .mce-content-body.post-editor .bg_yellow_box.mv32 {
    margin: max(16px, 16px + 16 * (100vw - 390px) / 1049) 0;
  }
}
main.single .post_content .bg_blue_box .title,
main.single .post_content .bg_blue_box02 .title,
main.single .post_content .bg_yellow_box .title,
.mce-content-body.post-editor .bg_blue_box .title,
.mce-content-body.post-editor .bg_blue_box02 .title,
.mce-content-body.post-editor .bg_yellow_box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  color: #434F72;
  padding-bottom: 10px;
  border-bottom: 1px solid #434F72;
}
@media screen and (max-width: 1439px) {
  main.single .post_content .bg_blue_box .title,
  main.single .post_content .bg_blue_box02 .title,
  main.single .post_content .bg_yellow_box .title,
  .mce-content-body.post-editor .bg_blue_box .title,
  .mce-content-body.post-editor .bg_blue_box02 .title,
  .mce-content-body.post-editor .bg_yellow_box .title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.single .post_content .bg_blue_box h4.circle,
main.single .post_content .bg_blue_box02 h4.circle,
main.single .post_content .bg_yellow_box h4.circle,
.mce-content-body.post-editor .bg_blue_box h4.circle,
.mce-content-body.post-editor .bg_blue_box02 h4.circle,
.mce-content-body.post-editor .bg_yellow_box h4.circle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #434F72;
  position: relative;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 15px;
  background: none;
}
@media screen and (max-width: 1439px) {
  main.single .post_content .bg_blue_box h4.circle,
  main.single .post_content .bg_blue_box02 h4.circle,
  main.single .post_content .bg_yellow_box h4.circle,
  .mce-content-body.post-editor .bg_blue_box h4.circle,
  .mce-content-body.post-editor .bg_blue_box02 h4.circle,
  .mce-content-body.post-editor .bg_yellow_box h4.circle {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_content .bg_blue_box h4.circle,
  main.single .post_content .bg_blue_box02 h4.circle,
  main.single .post_content .bg_yellow_box h4.circle,
  .mce-content-body.post-editor .bg_blue_box h4.circle,
  .mce-content-body.post-editor .bg_blue_box02 h4.circle,
  .mce-content-body.post-editor .bg_yellow_box h4.circle {
    padding-left: 13px;
  }
}
main.single .post_content .bg_blue_box h4.circle:first-of-type,
main.single .post_content .bg_blue_box02 h4.circle:first-of-type,
main.single .post_content .bg_yellow_box h4.circle:first-of-type,
.mce-content-body.post-editor .bg_blue_box h4.circle:first-of-type,
.mce-content-body.post-editor .bg_blue_box02 h4.circle:first-of-type,
.mce-content-body.post-editor .bg_yellow_box h4.circle:first-of-type {
  margin-top: 0;
}
main.single .post_content .bg_blue_box h4.circle::before,
main.single .post_content .bg_blue_box02 h4.circle::before,
main.single .post_content .bg_yellow_box h4.circle::before,
.mce-content-body.post-editor .bg_blue_box h4.circle::before,
.mce-content-body.post-editor .bg_blue_box02 h4.circle::before,
.mce-content-body.post-editor .bg_yellow_box h4.circle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F67A7;
}
@media screen and (max-width: 767px) {
  main.single .post_content .bg_blue_box h4.circle::before,
  main.single .post_content .bg_blue_box02 h4.circle::before,
  main.single .post_content .bg_yellow_box h4.circle::before,
  .mce-content-body.post-editor .bg_blue_box h4.circle::before,
  .mce-content-body.post-editor .bg_blue_box02 h4.circle::before,
  .mce-content-body.post-editor .bg_yellow_box h4.circle::before {
    width: 8px;
    height: 8px;
    top: 0.55em;
  }
}
main.single .post_content .bg_blue_box,
.mce-content-body.post-editor .bg_blue_box {
  background: #F8FAFF;
}
main.single .post_content .bg_blue_box02,
.mce-content-body.post-editor .bg_blue_box02 {
  background: #F1F7FC;
}
main.single .post_content .bg_yellow_box,
.mce-content-body.post-editor .bg_yellow_box {
  background: #FDFCF1;
}
main.single .post_content dl,
.mce-content-body.post-editor dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
main.single .post_content dl dt,
main.single .post_content dl dd,
.mce-content-body.post-editor dl dt,
.mce-content-body.post-editor dl dd {
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  main.single .post_content dl dt,
  main.single .post_content dl dd,
  .mce-content-body.post-editor dl dt,
  .mce-content-body.post-editor dl dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_content dl dt,
  main.single .post_content dl dd,
  .mce-content-body.post-editor dl dt,
  .mce-content-body.post-editor dl dd {
    padding-bottom: 10px;
  }
}
main.single .post_content dl dt:last-of-type,
main.single .post_content dl dd:last-of-type,
.mce-content-body.post-editor dl dt:last-of-type,
.mce-content-body.post-editor dl dd:last-of-type {
  margin-bottom: 0;
}
main.single .post_content dl dt,
.mce-content-body.post-editor dl dt {
  width: 180px;
  padding-right: 20px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content dl dt,
  .mce-content-body.post-editor dl dt {
    width: max(80px, 80px + 100 * (100vw - 390px) / 1049);
    padding-right: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.single .post_content dl dd,
.mce-content-body.post-editor dl dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1439px) {
  main.single .post_content dl dd,
  .mce-content-body.post-editor dl dd {
    width: calc(100% - (max(80px, 80px + 100 * (100vw - 390px) / 1049) + max(10px, 10px + 10 * (100vw - 390px) / 1049)));
  }
}
main.single .post_content table,
.mce-content-body.post-editor table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.single .post_content table,
  .mce-content-body.post-editor table {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.single .post_content table th,
main.single .post_content table td,
.mce-content-body.post-editor table th,
.mce-content-body.post-editor table td {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  main.single .post_content table th,
  main.single .post_content table td,
  .mce-content-body.post-editor table th,
  .mce-content-body.post-editor table td {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.single .post_content table thead th,
.mce-content-body.post-editor table thead th {
  text-align: center;
  background: #1F67A7;
  color: #fff;
  font-weight: bold;
}
main.single .post_content ul.circle_list,
main.single .post_content ul.check_list,
.mce-content-body.post-editor ul.circle_list,
.mce-content-body.post-editor ul.check_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;
  gap: 10px;
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.single .post_content ul.circle_list,
  main.single .post_content ul.check_list,
  .mce-content-body.post-editor ul.circle_list,
  .mce-content-body.post-editor ul.check_list {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.single .post_content ul.circle_list li,
main.single .post_content ul.check_list li,
.mce-content-body.post-editor ul.circle_list li,
.mce-content-body.post-editor ul.check_list li {
  font-size: 16px;
  line-height: 180%;
  padding-left: 15px;
  font-weight: bold;
  position: relative;
  color: #434F72;
}
@media screen and (max-width: 1439px) {
  main.single .post_content ul.circle_list li,
  main.single .post_content ul.check_list li,
  .mce-content-body.post-editor ul.circle_list li,
  .mce-content-body.post-editor ul.check_list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_content ul.circle_list li,
  main.single .post_content ul.check_list li,
  .mce-content-body.post-editor ul.circle_list li,
  .mce-content-body.post-editor ul.check_list li {
    padding-left: 13px;
  }
}
main.single .post_content ul.circle_list li::before,
main.single .post_content ul.check_list li::before,
.mce-content-body.post-editor ul.circle_list li::before,
.mce-content-body.post-editor ul.check_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F67A7;
}
@media screen and (max-width: 767px) {
  main.single .post_content ul.circle_list li::before,
  main.single .post_content ul.check_list li::before,
  .mce-content-body.post-editor ul.circle_list li::before,
  .mce-content-body.post-editor ul.check_list li::before {
    width: 8px;
    height: 8px;
  }
}
main.single .post_content ul.check_list li,
.mce-content-body.post-editor ul.check_list li {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  main.single .post_content ul.check_list li,
  .mce-content-body.post-editor ul.check_list li {
    padding-left: 23px;
  }
}
main.single .post_content ul.check_list li::before,
.mce-content-body.post-editor ul.check_list li::before {
  width: 20px;
  height: 20px;
  top: 0.3em;
  border-radius: 0;
  background: url(../img/common/icon_list_check.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.single .post_content ul.check_list li::before,
  .mce-content-body.post-editor ul.check_list li::before {
    width: 16px;
    height: 16px;
  }
}

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-top: 24px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .breadcrumb {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
.breadcrumb a {
  color: #1F67A7;
}
.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: 60px;
  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: 20px;
}
@media screen and (max-width: 1439px) {
  .pagination {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.pagination .page-link .page-numbers {
  font-size: 20px;
  font-family: "EB Garamond", serif;
  color: #434F72;
  background-color: #fff;
  border: 1px solid #434F72;
  border-radius: 1px;
  width: 40px;
  height: 40px;
  letter-spacing: 0.1em;
  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 + 6 * (100vw - 390px) / 1049);
    width: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
.pagination .page-link .page-numbers:hover {
  opacity: 1;
  background-color: #434F72;
  color: #fff;
}
.pagination .page-link .page-numbers.current {
  background-color: #434F72;
  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 #434F72;
  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: #434F72;
  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;
  }
}

.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 #434F72;
  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: #434F72;
  background-color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  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 + 4 * (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.svg) 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: #434F72;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Cormorant Garamond", 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: #F8FAFF;
  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: #434F72;
  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 #434F72;
  background: #fff;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Cormorant Garamond", 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.svg) 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, .mce-content-body.page-editor {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  main.page, .mce-content-body.page-editor {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.page .page_content section:first-of-type, .mce-content-body.page-editor .page_content section:first-of-type {
  padding-top: 0;
}
main.page .page_content section:last-of-type, .mce-content-body.page-editor .page_content section:last-of-type {
  padding-bottom: 0;
}
main.page section, .mce-content-body.page-editor section {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  main.page section, .mce-content-body.page-editor section {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
main.page section.bg_blue-light, .mce-content-body.page-editor section.bg_blue-light {
  position: relative;
  z-index: 0;
}
main.page section.bg_blue-light::before, .mce-content-body.page-editor section.bg_blue-light::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: #F8FAFF;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
main.page h2:not(.section_title h2), .mce-content-body.page-editor h2:not(.section_title h2) {
  margin-top: 100px;
  margin-bottom: 24px;
  padding: 20px;
  font-size: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#434F72), to(#CCD5F0));
  background: -webkit-linear-gradient(left, #434F72 0%, #CCD5F0 100%);
  background: linear-gradient(to right, #434F72 0%, #CCD5F0 100%);
  position: relative;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.page h2:not(.section_title h2), .mce-content-body.page-editor h2:not(.section_title h2) {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
main.page h2:not(.section_title h2).en, .mce-content-body.page-editor h2:not(.section_title h2).en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}
main.page h2:not(.section_title h2) + img, main.page h2:not(.section_title h2) + img + img, .mce-content-body.page-editor h2:not(.section_title h2) + img, .mce-content-body.page-editor h2:not(.section_title h2) + img + img {
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.page h2:not(.section_title h2) + img, main.page h2:not(.section_title h2) + img + img, .mce-content-body.page-editor h2:not(.section_title h2) + img, .mce-content-body.page-editor h2:not(.section_title h2) + img + img {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page h2:not(.section_title h2) + img, main.page h2:not(.section_title h2) + img + img, .mce-content-body.page-editor h2:not(.section_title h2) + img, .mce-content-body.page-editor h2:not(.section_title h2) + img + img {
    aspect-ratio: 350/200;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main.page h3, .mce-content-body.page-editor h3 {
  font-size: 28px;
  font-weight: bold;
  color: #434F72;
  padding-bottom: 10px;
  margin-top: 60px;
  margin-bottom: 24px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page h3, .mce-content-body.page-editor h3 {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.page h3::before, .mce-content-body.page-editor h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #434F72;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 1439px) {
  main.page h3::before, .mce-content-body.page-editor h3::before {
    width: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
main.page h4:not(.reason_list_sub h4), .mce-content-body.page-editor h4:not(.reason_list_sub h4) {
  font-size: 24px;
  font-weight: bold;
  color: #1F67A7;
  background: #F1F7FC;
  margin: 32px 0 24px;
  padding: 15px 10px 10px 25px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page h4:not(.reason_list_sub h4), .mce-content-body.page-editor h4:not(.reason_list_sub h4) {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) 10px 10px max(23px, 23px + 2 * (100vw - 390px) / 1049);
    margin: max(16px, 16px + 16 * (100vw - 390px) / 1049) 0 max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.page h4:not(.reason_list_sub h4)::before, .mce-content-body.page-editor h4:not(.reason_list_sub h4)::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: calc(100% - 10px);
  background: #1F67A7;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  main.page h4:not(.reason_list_sub h4)::before, .mce-content-body.page-editor h4:not(.reason_list_sub h4)::before {
    width: 8px;
  }
}
main.page h5, .mce-content-body.page-editor h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #434F72;
  position: relative;
  margin-top: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.page h5, .mce-content-body.page-editor h5 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-top: max(8px, 8px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.page h5.circle, .mce-content-body.page-editor h5.circle {
  padding-left: 15px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  main.page h5.circle, .mce-content-body.page-editor h5.circle {
    padding-left: 13px;
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.page h5.circle::before, .mce-content-body.page-editor h5.circle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F67A7;
}
@media screen and (max-width: 767px) {
  main.page h5.circle::before, .mce-content-body.page-editor h5.circle::before {
    width: 8px;
    height: 8px;
    top: 0.55em;
  }
}
main.page .flex, .mce-content-body.page-editor .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.page .flex, .mce-content-body.page-editor .flex {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .flex, .mce-content-body.page-editor .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.page .flex.gap24, .mce-content-body.page-editor .flex.gap24 {
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  main.page .flex.gap24, .mce-content-body.page-editor .flex.gap24 {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.page .flex.aic, .mce-content-body.page-editor .flex.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page .flex.row-reverse, .mce-content-body.page-editor .flex.row-reverse {
  -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) {
  main.page .flex.row-reverse, .mce-content-body.page-editor .flex.row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.page .flex.flex340 > .flex_item:first-of-type, main.page .flex.flex340 > img, .mce-content-body.page-editor .flex.flex340 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex340 > img {
  max-width: 340px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
}
@media screen and (max-width: 767px) {
  main.page .flex.flex340 > .flex_item:first-of-type, main.page .flex.flex340 > img, .mce-content-body.page-editor .flex.flex340 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex340 > img {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.page .flex.flex340 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex340 > .flex_item:last-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.page .flex.flex360 > .flex_item:first-of-type, main.page .flex.flex360 > .img_wrap, main.page .flex.flex360 > img, .mce-content-body.page-editor .flex.flex360 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex360 > .img_wrap, .mce-content-body.page-editor .flex.flex360 > img {
  max-width: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
}
@media screen and (max-width: 767px) {
  main.page .flex.flex360 > .flex_item:first-of-type, main.page .flex.flex360 > .img_wrap, main.page .flex.flex360 > img, .mce-content-body.page-editor .flex.flex360 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex360 > .img_wrap, .mce-content-body.page-editor .flex.flex360 > img {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.page .flex.flex360 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex360 > .flex_item:last-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.page .flex.flex480 > img, .mce-content-body.page-editor .flex.flex480 > img {
  max-width: 480px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 480px;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
}
@media screen and (max-width: 767px) {
  main.page .flex.flex480 > img, .mce-content-body.page-editor .flex.flex480 > img {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.page .flex.flex480 > p, .mce-content-body.page-editor .flex.flex480 > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main.page .flex .flex_item .border_box, .mce-content-body.page-editor .flex .flex_item .border_box {
  margin-top: 0;
  height: 100%;
}
main.page .grid, .mce-content-body.page-editor .grid {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.page .grid, .mce-content-body.page-editor .grid {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page .grid.col-2, .mce-content-body.page-editor .grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
main.page .grid.col-3, .mce-content-body.page-editor .grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  main.page .grid.sp-col-1, .mce-content-body.page-editor .grid.sp-col-1 {
    grid-template-columns: 1fr;
  }
}
main.page .grid .grid_item .border_box, .mce-content-body.page-editor .grid .grid_item .border_box {
  margin-top: 0;
}
main.page .grid.number_list .grid_item, .mce-content-body.page-editor .grid.number_list .grid_item {
  position: relative;
  padding: 20px;
  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;
  font-size: 32px;
  line-height: 180%;
  color: #434F72;
  font-weight: bold;
  background: #F1F3FC;
  border: 1px solid #434F72;
  text-align: center;
  min-height: 310px;
}
@media screen and (max-width: 1439px) {
  main.page .grid.number_list .grid_item, .mce-content-body.page-editor .grid.number_list .grid_item {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .grid.number_list .grid_item, .mce-content-body.page-editor .grid.number_list .grid_item {
    min-height: 180px;
  }
}
main.page .grid.number_list .grid_item span.number, .mce-content-body.page-editor .grid.number_list .grid_item span.number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  color: #fff;
  background: #434F72;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1439px) {
  main.page .grid.number_list .grid_item span.number, .mce-content-body.page-editor .grid.number_list .grid_item span.number {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
    width: max(50px, 50px + 10 * (100vw - 390px) / 1049);
  }
}
main.page .grid.number_list .grid_item .small, .mce-content-body.page-editor .grid.number_list .grid_item .small {
  font-size: 24px;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.page .grid.number_list .grid_item .small, .mce-content-body.page-editor .grid.number_list .grid_item .small {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.page .border_box, .mce-content-body.page-editor .border_box {
  border: 1px solid #434F72;
  margin-top: 40px;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.page .border_box, .mce-content-body.page-editor .border_box {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page .border_box h3:first-of-type, .mce-content-body.page-editor .border_box h3:first-of-type {
  margin-top: 0;
}
main.page .border_box h3, .mce-content-body.page-editor .border_box h3 {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  main.page .border_box h3, .mce-content-body.page-editor .border_box h3 {
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
main.page .border_box ul li, .mce-content-body.page-editor .border_box ul li {
  font-size: 16px;
  line-height: 180%;
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.page .border_box ul li, .mce-content-body.page-editor .border_box ul li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .border_box ul li, .mce-content-body.page-editor .border_box ul li {
    padding-bottom: 10px;
    line-height: 1.25;
  }
}
main.page .border_box ul li:last-of-type, .mce-content-body.page-editor .border_box ul li:last-of-type {
  margin-bottom: 0;
}
main.page .bg_blue_box, main.page .bg_blue_box02, main.page .bg_yellow_box, .mce-content-body.page-editor .bg_blue_box, .mce-content-body.page-editor .bg_blue_box02, .mce-content-body.page-editor .bg_yellow_box {
  padding: 25px;
  border: 1px solid #434F72;
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.page .bg_blue_box, main.page .bg_blue_box02, main.page .bg_yellow_box, .mce-content-body.page-editor .bg_blue_box, .mce-content-body.page-editor .bg_blue_box02, .mce-content-body.page-editor .bg_yellow_box {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.page .bg_blue_box > *:first-child, main.page .bg_blue_box02 > *:first-child, main.page .bg_yellow_box > *:first-child, .mce-content-body.page-editor .bg_blue_box > *:first-child, .mce-content-body.page-editor .bg_blue_box02 > *:first-child, .mce-content-body.page-editor .bg_yellow_box > *:first-child {
  margin-top: 0;
}
main.page .bg_blue_box > *:last-child, main.page .bg_blue_box02 > *:last-child, main.page .bg_yellow_box > *:last-child, .mce-content-body.page-editor .bg_blue_box > *:last-child, .mce-content-body.page-editor .bg_blue_box02 > *:last-child, .mce-content-body.page-editor .bg_yellow_box > *:last-child {
  margin-bottom: 0;
}
main.page .bg_blue_box.mv32, main.page .bg_blue_box02.mv32, main.page .bg_yellow_box.mv32, .mce-content-body.page-editor .bg_blue_box.mv32, .mce-content-body.page-editor .bg_blue_box02.mv32, .mce-content-body.page-editor .bg_yellow_box.mv32 {
  margin: 32px 0;
}
@media screen and (max-width: 1439px) {
  main.page .bg_blue_box.mv32, main.page .bg_blue_box02.mv32, main.page .bg_yellow_box.mv32, .mce-content-body.page-editor .bg_blue_box.mv32, .mce-content-body.page-editor .bg_blue_box02.mv32, .mce-content-body.page-editor .bg_yellow_box.mv32 {
    margin: max(16px, 16px + 16 * (100vw - 390px) / 1049) 0;
  }
}
main.page .bg_blue_box .title, main.page .bg_blue_box02 .title, main.page .bg_yellow_box .title, .mce-content-body.page-editor .bg_blue_box .title, .mce-content-body.page-editor .bg_blue_box02 .title, .mce-content-body.page-editor .bg_yellow_box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  color: #434F72;
  padding-bottom: 10px;
  border-bottom: 1px solid #434F72;
}
@media screen and (max-width: 1439px) {
  main.page .bg_blue_box .title, main.page .bg_blue_box02 .title, main.page .bg_yellow_box .title, .mce-content-body.page-editor .bg_blue_box .title, .mce-content-body.page-editor .bg_blue_box02 .title, .mce-content-body.page-editor .bg_yellow_box .title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.page .bg_blue_box h4.circle, main.page .bg_blue_box02 h4.circle, main.page .bg_yellow_box h4.circle, .mce-content-body.page-editor .bg_blue_box h4.circle, .mce-content-body.page-editor .bg_blue_box02 h4.circle, .mce-content-body.page-editor .bg_yellow_box h4.circle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #434F72;
  position: relative;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 15px;
  background: none;
}
@media screen and (max-width: 1439px) {
  main.page .bg_blue_box h4.circle, main.page .bg_blue_box02 h4.circle, main.page .bg_yellow_box h4.circle, .mce-content-body.page-editor .bg_blue_box h4.circle, .mce-content-body.page-editor .bg_blue_box02 h4.circle, .mce-content-body.page-editor .bg_yellow_box h4.circle {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .bg_blue_box h4.circle, main.page .bg_blue_box02 h4.circle, main.page .bg_yellow_box h4.circle, .mce-content-body.page-editor .bg_blue_box h4.circle, .mce-content-body.page-editor .bg_blue_box02 h4.circle, .mce-content-body.page-editor .bg_yellow_box h4.circle {
    padding-left: 13px;
  }
}
main.page .bg_blue_box h4.circle:first-of-type, main.page .bg_blue_box02 h4.circle:first-of-type, main.page .bg_yellow_box h4.circle:first-of-type, .mce-content-body.page-editor .bg_blue_box h4.circle:first-of-type, .mce-content-body.page-editor .bg_blue_box02 h4.circle:first-of-type, .mce-content-body.page-editor .bg_yellow_box h4.circle:first-of-type {
  margin-top: 0;
}
main.page .bg_blue_box h4.circle::before, main.page .bg_blue_box02 h4.circle::before, main.page .bg_yellow_box h4.circle::before, .mce-content-body.page-editor .bg_blue_box h4.circle::before, .mce-content-body.page-editor .bg_blue_box02 h4.circle::before, .mce-content-body.page-editor .bg_yellow_box h4.circle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F67A7;
}
@media screen and (max-width: 767px) {
  main.page .bg_blue_box h4.circle::before, main.page .bg_blue_box02 h4.circle::before, main.page .bg_yellow_box h4.circle::before, .mce-content-body.page-editor .bg_blue_box h4.circle::before, .mce-content-body.page-editor .bg_blue_box02 h4.circle::before, .mce-content-body.page-editor .bg_yellow_box h4.circle::before {
    width: 8px;
    height: 8px;
    top: 0.55em;
  }
}
main.page .bg_blue_box, .mce-content-body.page-editor .bg_blue_box {
  background: #F8FAFF;
}
main.page .bg_blue_box02, .mce-content-body.page-editor .bg_blue_box02 {
  background: #F1F7FC;
}
main.page .bg_yellow_box, .mce-content-body.page-editor .bg_yellow_box {
  background: #FDFCF1;
}
main.page dl, .mce-content-body.page-editor dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
main.page dl dt, main.page dl dd, .mce-content-body.page-editor dl dt, .mce-content-body.page-editor dl dd {
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  main.page dl dt, main.page dl dd, .mce-content-body.page-editor dl dt, .mce-content-body.page-editor dl dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page dl dt, main.page dl dd, .mce-content-body.page-editor dl dt, .mce-content-body.page-editor dl dd {
    padding-bottom: 10px;
  }
}
main.page dl dt:last-of-type, main.page dl dd:last-of-type, .mce-content-body.page-editor dl dt:last-of-type, .mce-content-body.page-editor dl dd:last-of-type {
  margin-bottom: 0;
}
main.page dl dt, .mce-content-body.page-editor dl dt {
  width: 180px;
  padding-right: 20px;
}
@media screen and (max-width: 1439px) {
  main.page dl dt, .mce-content-body.page-editor dl dt {
    width: max(80px, 80px + 100 * (100vw - 390px) / 1049);
    padding-right: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.page dl dd, .mce-content-body.page-editor dl dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1439px) {
  main.page dl dd, .mce-content-body.page-editor dl dd {
    width: calc(100% - (max(80px, 80px + 100 * (100vw - 390px) / 1049) + max(10px, 10px + 10 * (100vw - 390px) / 1049)));
  }
}
main.page ul.circle_list, main.page ul.check_list, .mce-content-body.page-editor ul.circle_list, .mce-content-body.page-editor ul.check_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;
  gap: 10px;
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.page ul.circle_list, main.page ul.check_list, .mce-content-body.page-editor ul.circle_list, .mce-content-body.page-editor ul.check_list {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.page ul.circle_list li, main.page ul.check_list li, .mce-content-body.page-editor ul.circle_list li, .mce-content-body.page-editor ul.check_list li {
  font-size: 16px;
  line-height: 180%;
  padding-left: 15px;
  font-weight: bold;
  position: relative;
  color: #434F72;
}
@media screen and (max-width: 1439px) {
  main.page ul.circle_list li, main.page ul.check_list li, .mce-content-body.page-editor ul.circle_list li, .mce-content-body.page-editor ul.check_list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page ul.circle_list li, main.page ul.check_list li, .mce-content-body.page-editor ul.circle_list li, .mce-content-body.page-editor ul.check_list li {
    padding-left: 13px;
  }
}
main.page ul.circle_list li::before, main.page ul.check_list li::before, .mce-content-body.page-editor ul.circle_list li::before, .mce-content-body.page-editor ul.check_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F67A7;
}
@media screen and (max-width: 767px) {
  main.page ul.circle_list li::before, main.page ul.check_list li::before, .mce-content-body.page-editor ul.circle_list li::before, .mce-content-body.page-editor ul.check_list li::before {
    width: 8px;
    height: 8px;
  }
}
main.page ul.check_list li, .mce-content-body.page-editor ul.check_list li {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  main.page ul.check_list li, .mce-content-body.page-editor ul.check_list li {
    padding-left: 23px;
  }
}
main.page ul.check_list li::before, .mce-content-body.page-editor ul.check_list li::before {
  width: 20px;
  height: 20px;
  top: 0.3em;
  border-radius: 0;
  background: url(../img/common/icon_list_check.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.page ul.check_list li::before, .mce-content-body.page-editor ul.check_list li::before {
    width: 16px;
    height: 16px;
  }
}
main.page ul.anchor-link_list, .mce-content-body.page-editor ul.anchor-link_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  main.page ul.anchor-link_list, .mce-content-body.page-editor ul.anchor-link_list {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.page ul.anchor-link_list, .mce-content-body.page-editor ul.anchor-link_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  main.page ul.anchor-link_list, .mce-content-body.page-editor ul.anchor-link_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.page ul.anchor-link_list li a, .mce-content-body.page-editor ul.anchor-link_list li a {
  font-size: 14px;
  font-weight: 500;
  color: #434F72;
  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;
  width: 100%;
  height: 100%;
  padding: 15px 30px 15px 10px;
  border: 1px solid #434F72;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page ul.anchor-link_list li a, .mce-content-body.page-editor ul.anchor-link_list li a {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
    padding: max(7.5px, 7.5px + 7.5 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049) max(7.5px, 7.5px + 7.5 * (100vw - 390px) / 1049) max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.page ul.anchor-link_list li a::after, .mce-content-body.page-editor ul.anchor-link_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: auto;
  aspect-ratio: 10/5;
  background: url(../img/common/icon_arrow_down.png) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  main.page ul.anchor-link_list li a::after, .mce-content-body.page-editor ul.anchor-link_list li a::after {
    width: max(9px, 9px + 2 * (100vw - 390px) / 1049);
    right: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.page p.large, .mce-content-body.page-editor p.large {
  font-size: 20px;
  font-weight: bold;
  color: #434F72;
}
@media screen and (max-width: 1439px) {
  main.page p.large, .mce-content-body.page-editor p.large {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
  }
}
main.page span.large, .mce-content-body.page-editor span.large {
  font-size: 20px;
  line-height: 180%;
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  main.page span.large, .mce-content-body.page-editor span.large {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list, .mce-content-body.page-editor ul.step_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;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list, .mce-content-body.page-editor ul.step_list {
    gap: max(32px, 32px + 28 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list > li, .mce-content-body.page-editor ul.step_list > li {
  position: relative;
  background: #F1F7FC;
  padding: 25px;
  border: 1px solid #1F67A7;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list > li, .mce-content-body.page-editor ul.step_list > li {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list > li:nth-of-type(even), .mce-content-body.page-editor ul.step_list > li:nth-of-type(even) {
  background: #F8FAFF;
  border-color: #434F72;
}
main.page ul.step_list > li:nth-of-type(even) .step_title .step_number, .mce-content-body.page-editor ul.step_list > li:nth-of-type(even) .step_title .step_number {
  background: #434F72;
}
main.page ul.step_list > li:nth-of-type(even) .step_title h3, .mce-content-body.page-editor ul.step_list > li:nth-of-type(even) .step_title h3 {
  color: #434F72;
}
main.page ul.step_list > li::before, .mce-content-body.page-editor ul.step_list > li::before {
  display: none;
}
main.page ul.step_list > li > *:last-child, .mce-content-body.page-editor ul.step_list > li > *:last-child {
  margin-bottom: 0 !important;
}
main.page ul.step_list > li:not(:last-of-type)::after, .mce-content-body.page-editor ul.step_list > li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 50px;
  height: 20px;
  background-color: #1F67A7;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list > li:not(:last-of-type)::after, .mce-content-body.page-editor ul.step_list > li:not(:last-of-type)::after {
    width: max(30px, 30px + 20 * (100vw - 390px) / 1049);
    height: max(12px, 12px + 8 * (100vw - 390px) / 1049);
    bottom: min(-10px, -10px + -10 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list > li .step_title, .mce-content-body.page-editor ul.step_list > li .step_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;
  padding-bottom: 10px;
  border-bottom: 1px solid #434F72;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list > li .step_title, .mce-content-body.page-editor ul.step_list > li .step_title {
    margin-bottom: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list > li .step_title .step_number, .mce-content-body.page-editor ul.step_list > li .step_title .step_number {
  font-size: 20px;
  font-family: "EB Garamond", serif;
  color: #fff;
  background: #1F67A7;
  padding: 7px 22px 7px 13px;
  -webkit-clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
          clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list > li .step_title .step_number, .mce-content-body.page-editor ul.step_list > li .step_title .step_number {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding-right: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page ul.step_list > li .step_title .step_number, .mce-content-body.page-editor ul.step_list > li .step_title .step_number {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
    padding-right: max(12px, 12px + 3 * (100vw - 320px) / 69);
  }
}
main.page ul.step_list > li .step_title h3, .mce-content-body.page-editor ul.step_list > li .step_title h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1F67A7;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list > li .step_title h3, .mce-content-body.page-editor ul.step_list > li .step_title h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page ul.step_list > li .step_title h3, .mce-content-body.page-editor ul.step_list > li .step_title h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.page ul.step_list > li .step_title h3::before, .mce-content-body.page-editor ul.step_list > li .step_title h3::before {
  display: none;
}
main.page ul.step_list > li .step_content h4, .mce-content-body.page-editor ul.step_list > li .step_content h4 {
  background: none;
  padding: 0;
  font-size: 20px;
  color: #333;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}
main.page ul.step_list > li .step_content h4::before, .mce-content-body.page-editor ul.step_list > li .step_content h4::before {
  display: none;
}
main.page ul.step_list > li .step_content h4.mt24, .mce-content-body.page-editor ul.step_list > li .step_content h4.mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list > li .step_content h4.mt24, .mce-content-body.page-editor ul.step_list > li .step_content h4.mt24 {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list > li .step_content ul.circle_list, .mce-content-body.page-editor ul.step_list > li .step_content ul.circle_list {
  margin: 16px 0;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list > li .step_content ul.circle_list, .mce-content-body.page-editor ul.step_list > li .step_content ul.circle_list {
    margin: max(8px, 8px + 8 * (100vw - 390px) / 1049) 0;
  }
}
main.page ul.step_list > li p, .mce-content-body.page-editor ul.step_list > li p {
  line-height: 1.875;
}
main.page ul.faq_list, .mce-content-body.page-editor ul.faq_list {
  margin: 24px 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: 24px;
}
@media screen and (max-width: 1439px) {
  main.page ul.faq_list, .mce-content-body.page-editor ul.faq_list {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.page ul.faq_list.mb40, .mce-content-body.page-editor ul.faq_list.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.page ul.faq_list.mb40, .mce-content-body.page-editor ul.faq_list.mb40 {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page ul.faq_list li, .mce-content-body.page-editor ul.faq_list li {
  border: 1px solid #004D9F;
}
main.page ul.faq_list li .faq_question, .mce-content-body.page-editor ul.faq_list li .faq_question {
  display: block;
  width: 100%;
  padding: 20px 20px;
  color: #434F72;
  background-color: #fff;
  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;
}
@media screen and (max-width: 1439px) {
  main.page ul.faq_list li .faq_question, .mce-content-body.page-editor ul.faq_list li .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);
  }
}
@media screen and (max-width: 767px) {
  main.page ul.faq_list li .faq_question, .mce-content-body.page-editor ul.faq_list li .faq_question {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.page ul.faq_list li .faq_question span.q_mark, .mce-content-body.page-editor ul.faq_list li .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: #434F72;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 1439px) {
  main.page ul.faq_list li .faq_question span.q_mark, .mce-content-body.page-editor ul.faq_list li .faq_question span.q_mark {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    width: max(35px, 35px + 10 * (100vw - 390px) / 1049);
  }
}
main.page ul.faq_list li .faq_question h3, .mce-content-body.page-editor ul.faq_list li .faq_question h3 {
  margin: 0;
  padding: 0;
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.page ul.faq_list li .faq_question h3, .mce-content-body.page-editor ul.faq_list li .faq_question h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.page ul.faq_list li .faq_question h3::before, .mce-content-body.page-editor ul.faq_list li .faq_question h3::before {
  display: none;
}
main.page ul.faq_list li .faq_answer, .mce-content-body.page-editor ul.faq_list li .faq_answer {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #F8FAFF;
  padding: 20px;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  main.page ul.faq_list li .faq_answer, .mce-content-body.page-editor ul.faq_list li .faq_answer {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.page ul.faq_list li .faq_answer span.a_mark, .mce-content-body.page-editor ul.faq_list li .faq_answer span.a_mark {
  font-size: 20px;
  color: #434F72;
  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 #434F72;
  background: #fff;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 1439px) {
  main.page ul.faq_list li .faq_answer span.a_mark, .mce-content-body.page-editor ul.faq_list li .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) {
  main.page ul.faq_list li .faq_answer span.a_mark, .mce-content-body.page-editor ul.faq_list li .faq_answer span.a_mark {
    margin-top: 4px;
  }
}
main.page ul.faq_list li .faq_answer p, .mce-content-body.page-editor ul.faq_list li .faq_answer p {
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.page ul.faq_list li .faq_answer p, .mce-content-body.page-editor ul.faq_list li .faq_answer p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.page ul.sitemap_list, .mce-content-body.page-editor ul.sitemap_list {
  margin: 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: 40px;
}
@media screen and (max-width: 1439px) {
  main.page ul.sitemap_list, .mce-content-body.page-editor ul.sitemap_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page ul.sitemap_list > li, .mce-content-body.page-editor ul.sitemap_list > li {
  padding: 0;
  margin: 0;
}
main.page ul.sitemap_list > li::before, .mce-content-body.page-editor ul.sitemap_list > li::before {
  display: none;
}
main.page ul.sitemap_list > li > a, .mce-content-body.page-editor ul.sitemap_list > li > a {
  font-size: 24px;
  font-weight: bold;
  color: #434F72;
  padding-bottom: 10px;
  border-bottom: 1px solid #434F72;
  display: block;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page ul.sitemap_list > li > a, .mce-content-body.page-editor ul.sitemap_list > li > a {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.page ul.sitemap_list > li > a::after, .mce-content-body.page-editor ul.sitemap_list > li > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 18px;
  background: url(../img/common/icon_sitemap_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 1439px) {
  main.page ul.sitemap_list > li > a::after, .mce-content-body.page-editor ul.sitemap_list > li > a::after {
    width: max(15px, 15px + 7 * (100vw - 390px) / 1049);
    height: max(12px, 12px + 6 * (100vw - 390px) / 1049);
  }
}
main.page ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.page ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.page ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  main.page ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child {
    grid-template-columns: 1fr;
  }
}
main.page ul.sitemap_list > li ul.sitemap_list_child li, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child li {
  padding: 0;
  margin: 0;
}
main.page ul.sitemap_list > li ul.sitemap_list_child li::before, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child li::before {
  display: none;
}
main.page ul.sitemap_list > li ul.sitemap_list_child li a, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  color: #434F72;
  background: #F1F3FC;
  padding: 10px;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.page ul.sitemap_list > li ul.sitemap_list_child li a, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child li a {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
main.page table, .mce-content-body.page-editor table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
}
@media screen and (max-width: 1439px) {
  main.page table, .mce-content-body.page-editor table {
    margin: max(16px, 16px + 16 * (100vw - 390px) / 1049) 0;
  }
}
main.page table th, main.page table td, .mce-content-body.page-editor table th, .mce-content-body.page-editor table td {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  main.page table th, main.page table td, .mce-content-body.page-editor table th, .mce-content-body.page-editor table td {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.page table.th_table th, .mce-content-body.page-editor table.th_table th {
  text-align: center;
  background: #1F67A7;
  color: #fff;
  font-weight: bold;
}
main.page table.table_bgcolor-3 colgroup col:nth-of-type(1), .mce-content-body.page-editor table.table_bgcolor-3 colgroup col:nth-of-type(1) {
  width: 170px;
}
main.page table.table_bgcolor-3 colgroup col:nth-of-type(n+2), .mce-content-body.page-editor table.table_bgcolor-3 colgroup col:nth-of-type(n+2) {
  width: 310px;
}
main.page table.table_bgcolor-3 tbody tr:nth-of-type(1) th, .mce-content-body.page-editor table.table_bgcolor-3 tbody tr:nth-of-type(1) th {
  background: #6792B8;
}
main.page table.table_bgcolor-3 tbody tr:nth-of-type(2) th, .mce-content-body.page-editor table.table_bgcolor-3 tbody tr:nth-of-type(2) th {
  background: #1F67A7;
}
main.page table.table_bgcolor-3 tbody tr:nth-of-type(2) ul.circle_list li::before, .mce-content-body.page-editor table.table_bgcolor-3 tbody tr:nth-of-type(2) ul.circle_list li::before {
  background: #1F67A7;
}
main.page table.table_bgcolor-3 tbody tr:nth-of-type(3) th, .mce-content-body.page-editor table.table_bgcolor-3 tbody tr:nth-of-type(3) th {
  background: #434F72;
}
main.page table.table_bgcolor-3 tbody tr:nth-of-type(3) ul.circle_list li::before, .mce-content-body.page-editor table.table_bgcolor-3 tbody tr:nth-of-type(3) ul.circle_list li::before {
  background: #434F72;
}
main.page table.table_bgcolor-3 tbody th, .mce-content-body.page-editor table.table_bgcolor-3 tbody th {
  font-size: 24px;
  width: 170px;
  text-align: center;
  color: #fff;
  background: #6792B8;
}
@media screen and (max-width: 1439px) {
  main.page table.table_bgcolor-3 tbody th, .mce-content-body.page-editor table.table_bgcolor-3 tbody th {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    min-width: max(80px, 80px + 90 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page table.table_bgcolor-3 tbody th, .mce-content-body.page-editor table.table_bgcolor-3 tbody th {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
    min-width: max(60px, 60px + 20 * (100vw - 320px) / 69);
  }
}
main.page table.table_bgcolor-3 tbody td, .mce-content-body.page-editor table.table_bgcolor-3 tbody td {
  padding: 25px;
  vertical-align: top;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.page table.table_bgcolor-3 tbody td, .mce-content-body.page-editor table.table_bgcolor-3 tbody td {
    padding: max(10px, 10px + 15 * (100vw - 390px) / 1049);
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.page table.table_bgcolor-3 tbody td .title, .mce-content-body.page-editor table.table_bgcolor-3 tbody td .title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.page table.table_bgcolor-3 tbody td .title, .mce-content-body.page-editor table.table_bgcolor-3 tbody td .title {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page table.table_bgcolor-3 tbody td .title, .mce-content-body.page-editor table.table_bgcolor-3 tbody td .title {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
main.page table.table_bgcolor-3 tbody td img, .mce-content-body.page-editor table.table_bgcolor-3 tbody td img {
  margin-bottom: 16px;
}
main.page table.table_bgcolor-3 tbody td p, .mce-content-body.page-editor table.table_bgcolor-3 tbody td p {
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.page table.table_bgcolor-3 tbody td p, .mce-content-body.page-editor table.table_bgcolor-3 tbody td p {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page table.table_bgcolor-3 tbody td p, .mce-content-body.page-editor table.table_bgcolor-3 tbody td p {
    line-height: 1.5;
  }
}
main.page table.table_bgcolor-3 tbody td ul.circle_list, .mce-content-body.page-editor table.table_bgcolor-3 tbody td ul.circle_list {
  margin: 0;
}
main.page table.table_bgcolor-3 tbody td ul.circle_list li, .mce-content-body.page-editor table.table_bgcolor-3 tbody td ul.circle_list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1439px) {
  main.page table.table_bgcolor-3 tbody td ul.circle_list li, .mce-content-body.page-editor table.table_bgcolor-3 tbody td ul.circle_list li {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page table.table_bgcolor-3 tbody td ul.circle_list li, .mce-content-body.page-editor table.table_bgcolor-3 tbody td ul.circle_list li {
    padding-left: 7px;
  }
}
main.page table.table_bgcolor-3 tbody td ul.circle_list li::before, .mce-content-body.page-editor table.table_bgcolor-3 tbody td ul.circle_list li::before {
  top: 0.4em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  main.page table.table_bgcolor-3 tbody td ul.circle_list li::before, .mce-content-body.page-editor table.table_bgcolor-3 tbody td ul.circle_list li::before {
    width: 5px;
    height: 5px;
  }
}
main.page .scroll_wrap, .mce-content-body.page-editor .scroll_wrap {
  overflow: scroll;
  padding: 10px 25px 10px 10px;
}

main.page.clinic h2:not(.section_title h2), .mce-content-body.page-editor.clinic h2:not(.section_title h2) {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.page.clinic h2:not(.section_title h2), .mce-content-body.page-editor.clinic h2:not(.section_title h2) {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.page.clinic h3, .mce-content-body.page-editor.clinic h3 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.page.clinic h3, .mce-content-body.page-editor.clinic h3 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page.clinic section.promise ul.reason_list_sub, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub {
  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;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.page.clinic section.promise ul.reason_list_sub, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page.clinic section.promise ul.reason_list_sub, .mce-content-body.page-editor.clinic section.promise ul.reason_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.page.clinic section.promise ul.reason_list_sub li, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li {
  width: 200px;
  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(67, 79, 114, 0.85);
}
@media screen and (max-width: 1439px) {
  main.page.clinic section.promise ul.reason_list_sub li, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li {
    width: max(110px, 110px + 90 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page.clinic section.promise ul.reason_list_sub li, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li {
    width: calc(33.3333333333% + 6.6666666667px);
    gap: 0;
  }
}
main.page.clinic section.promise ul.reason_list_sub li:not(:first-of-type), .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li:not(:first-of-type) {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  main.page.clinic section.promise ul.reason_list_sub li:not(:first-of-type), .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li:not(:first-of-type) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  main.page.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+0), main.page.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+2), .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+0), .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+2) {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  main.page.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+1), .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  main.page.clinic section.promise ul.reason_list_sub li:nth-of-type(n+4), .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li:nth-of-type(n+4) {
    margin-top: -10px;
  }
}
main.page.clinic section.promise ul.reason_list_sub li:nth-of-type(2n), .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li:nth-of-type(2n) {
  background: rgba(31, 103, 167, 0.85);
}
main.page.clinic section.promise ul.reason_list_sub li span.number, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li span.number {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  main.page.clinic section.promise ul.reason_list_sub li span.number, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li span.number {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page.clinic section.promise ul.reason_list_sub li span.number, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li span.number {
    font-size: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}
main.page.clinic section.promise ul.reason_list_sub li h4, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li h4 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.page.clinic section.promise ul.reason_list_sub li h4, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li h4 {
    font-size: max(12px, 12px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  main.page.clinic section.promise ul.reason_list_sub li h4, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li h4 {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
main.page.clinic section.promise ul.reason_list_sub li h4.large, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li h4.large {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.page.clinic section.promise ul.reason_list_sub li h4.large, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li h4.large {
    font-size: max(12px, 12px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  main.page.clinic section.promise ul.reason_list_sub li h4.large, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li h4.large {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
main.page.clinic section.space .flex, .mce-content-body.page-editor.clinic section.space .flex {
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  main.page.clinic section.space .flex, .mce-content-body.page-editor.clinic section.space .flex {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.page.doctor, .mce-content-body.page-editor.doctor {
  padding-bottom: 0;
}
main.page.doctor h2:not(.section_title h2), .mce-content-body.page-editor.doctor h2:not(.section_title h2) {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.page.doctor h2:not(.section_title h2), .mce-content-body.page-editor.doctor h2:not(.section_title h2) {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.page.doctor section.message .clinic_name, .mce-content-body.page-editor.doctor section.message .clinic_name {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.page.doctor section.message .clinic_name, .mce-content-body.page-editor.doctor section.message .clinic_name {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.page.doctor section.message .doctor_name, .mce-content-body.page-editor.doctor section.message .doctor_name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.page.doctor section.message .doctor_name, .mce-content-body.page-editor.doctor section.message .doctor_name {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.page.doctor section.message .doctor_name span.katagaki, .mce-content-body.page-editor.doctor section.message .doctor_name span.katagaki {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  main.page.doctor section.message .doctor_name span.katagaki, .mce-content-body.page-editor.doctor section.message .doctor_name span.katagaki {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.page.doctor section.staff, .mce-content-body.page-editor.doctor section.staff {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  main.page.doctor section.staff, .mce-content-body.page-editor.doctor section.staff {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

section.contact {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  section.contact {
    padding: max(60px, 60px + 40 * (100vw - 390px) / 1049) 0;
  }
}
section.contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(67, 79, 114, 0.8);
  z-index: 1;
}
section.contact::after {
  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 #fff;
  z-index: 1;
  pointer-events: none;
}
section.contact .contact_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.contact .contact_bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contact .inner {
  position: relative;
  z-index: 2;
  color: #fff;
}
section.contact p {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  section.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.contact p {
    line-height: 180%;
    max-width: calc(100% - 60px);
    margin-inline: auto;
  }
}
section.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.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.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.contact .btn_wrap .btn_square {
  margin: 0;
}

section.unei .unei_wrap {
  border: 1px solid #434F72;
}
section.unei .unei_wrap h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: #434F72;
  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: #434F72;
  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: 24px;
  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: 8px;
  height: 10px;
  background: #8191CF;
  -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 {
  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 .footer_left .logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
nav.footer_nav .footer_left .logo img {
  width: 240px;
}
@media screen and (max-width: 1439px) {
  nav.footer_nav .footer_left .logo img {
    width: max(200px, 200px + 40 * (100vw - 390px) / 1049);
  }
}
nav.footer_nav .footer_left .site-name {
  line-height: 180%;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  nav.footer_nav .footer_left .site-name {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  nav.footer_nav .footer_left .site-name {
    line-height: 1.25;
  }
}
nav.footer_nav .footer_left .addr {
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  nav.footer_nav .footer_left .addr {
    margin-top: 5px;
    line-height: 1.25;
  }
}
nav.footer_nav .footer_left .access {
  margin-top: 10px;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  nav.footer_nav .footer_left .access {
    line-height: 1.25;
  }
}
nav.footer_nav .footer_right 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 .footer_right ul.footer_nav_list {
    gap: max(15px, 15px + 9 * (100vw - 390px) / 1049);
    width: max(300px, 300px + 310 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  nav.footer_nav .footer_right ul.footer_nav_list {
    width: auto;
  }
}
nav.footer_nav .footer_right ul.footer_nav_list li {
  line-height: 1;
}
nav.footer_nav .footer_right ul.footer_nav_list li a {
  text-decoration: underline;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  nav.footer_nav .footer_right ul.footer_nav_list li a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
nav.footer_nav .footer_right .banner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 500px) {
  nav.footer_nav .footer_right .banner {
    width: 100%;
  }
  nav.footer_nav .footer_right .banner img {
    width: 100%;
  }
}

.copy {
  margin-top: 60px;
  background: #434F72;
  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_fixed_btn {
  position: fixed;
  z-index: 300;
  top: 150px;
  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 a {
  display: block;
  width: 70px;
  background: #434F72;
  border: 1px solid #434F72;
  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: #fff;
    color: #434F72;
    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: 10px 15px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn a .btn_body .icon {
    padding: max(5px, 5px + 5 * (100vw - 768px) / 671) max(7.5px, 7.5px + 7.5 * (100vw - 768px) / 671);
  }
}
@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;
  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;
  }
}
@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;
  z-index: 3;
  bottom: 10px;
  right: 10px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .page_top {
    bottom: 70px;
    width: 13px;
  }
}