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

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

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

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

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

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

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

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

.pt32 {
  padding-top: 32px;
}
@media screen and (max-width: 1439px) {
  .pt32 {
    padding-top: max(16px, 16px + 16 * (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);
  }
}

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

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

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

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

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

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

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

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

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

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

.mt32 {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .mt32 {
    margin-top: max(16px, 16px + 16 * (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);
  }
}

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

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

.mb32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .mb32 {
    margin-bottom: max(16px, 16px + 16 * (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);
  }
}

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

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

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

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

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

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

.text-color {
  color: #333;
}

.blue {
  color: #1F67A7;
}

.navy-first {
  color: #223C65;
}

.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_blue {
  background: #1F67A7;
}

.bg_navy-first {
  background: #223C65;
}

.bg_navy-light {
  background: #F1F3FC;
}

.bg_blue-light {
  background: #F8FBFF;
}

.bg_blue-light02 {
  background: #F1F7FC;
}

.bg_gray {
  background: #FAFAFA;
}

.bg_white {
  background: #fff;
}

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: #223C65;
  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: #223C65;
}
.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: 10px;
  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 + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .section_title .en {
    font-size: max(30px, 30px + 10 * (100vw - 320px) / 69);
  }
}
.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-2 {
  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) {
  .btn_wrap.col-2 {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .btn_wrap.col-2 {
    -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 {
  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: 60px;
}
@media screen and (max-width: 1439px) {
  .btn_wrap.col-3 {
    gap: max(30px, 30px + 30 * (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;
    gap: 20px;
  }
}
.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 {
  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: #223C65;
  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(46.8444444444, 82.6666666667, 139.1555555556);
  -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: #223C65;
}
.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 #223C65;
}

.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.btn_border a {
  width: 180px;
  padding-bottom: 4px;
  border-bottom: 1px solid #223C65;
  color: #223C65;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1439px) {
  .btn.btn_border a {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 4 * (100vw - 390px) / 1049);
    width: max(140px, 140px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .btn.btn_border a {
    width: 210px;
  }
}
@media screen and (max-width: 389px) {
  .btn.btn_border a {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
    width: 180px;
  }
}
.btn.btn_border a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.btn.btn_border a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12.666px;
  height: auto;
  aspect-ratio: 38/23;
  background: url(../img/common/icon_btn_arrow.png) no-repeat center/contain;
}
.btn.btn_border.btn_white a {
  color: #fff;
  border-color: #fff;
}
.btn.btn_border.btn_white a::after {
  background-image: url(../img/common/icon_btn_arrow_white.png);
}
.btn.btn_border.no-arrow a {
  width: auto;
}
@media screen and (max-width: 767px) {
  .btn.btn_border.no-arrow a {
    width: 210px;
  }
}
.btn.btn_border.no-arrow a::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn.btn_border.no-arrow a::after {
    display: block;
  }
}

.btn.view-more a {
  width: 180px;
  padding-bottom: 9px;
  border-bottom: 1px solid #223C65;
  color: #223C65;
  font-size: 20px;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  background: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  .btn.view-more a {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 4 * (100vw - 390px) / 1049);
    width: max(140px, 140px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .btn.view-more a {
    line-height: 1.2222222222;
  }
}
.btn.view-more a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.btn.view-more a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12.666px;
  height: auto;
  aspect-ratio: 38/23;
  background: url(../img/common/icon_btn_arrow.png) no-repeat center/contain;
}
.btn.view-more a span {
  display: inline-block;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .btn.view-more a span {
    line-height: 1.2222222222;
  }
}
.btn.view-more.btn_white a {
  color: #fff;
  border-color: #fff;
}
.btn.view-more.btn_white a::after {
  background-image: url(../img/common/icon_btn_arrow_white.png);
}

.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: #223C65;
  background: #fff;
}

.btn_light-blue a {
  background: #223C65;
}

.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.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.btn_white .icon {
  background-image: url(../img/common/icon_tel_blue.png);
}

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

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

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

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

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

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

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

.banner_wrap {
  padding: 120px 0;
}
@media screen and (max-width: 1439px) {
  .banner_wrap {
    padding: max(60px, 60px + 60 * (100vw - 390px) / 1049) 0;
  }
}
.banner_wrap.pv60 {
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .banner_wrap.pv60 {
    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% - 16.6666666667px);
}
@media screen and (max-width: 1439px) {
  .banner_wrap.col-3 .inner a {
    width: calc(33.3333% - max(20px, 20px + 30 * (100vw - 390px) / 1049) / 3);
  }
}
@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 .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 #223C65;
  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: #223C65;
  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: #F8FBFF;
}
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: #F8FBFF;
  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 #223C65;
}
@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 #223C65;
  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%;
  height: 100%;
}
@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 {
  cursor: pointer;
  -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: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}
header .header_inner {
  padding: 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;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  header .header_inner {
    padding: 6px 10px;
    gap: 2px;
  }
}
header .header_inner .header_logo h1.header_logo_text {
  font-size: 9px;
  color: #fff;
  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;
  }
}
header .header_inner .header_nav {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  header .header_inner .header_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header_inner .header_nav ul.header_btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 20px;
  gap: 5px;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_nav ul.header_btn_list {
    padding-bottom: max(10px, 10px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  header .header_inner .header_nav ul.header_btn_list {
    display: none;
  }
}
header .header_inner .header_nav ul.header_btn_list li.btn_square {
  margin-inline: 0;
}
header .header_inner .header_nav ul.header_btn_list li.btn_square::after {
  display: none;
}
header .header_inner .header_nav ul.header_btn_list li.btn_square a {
  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;
  width: 190px;
  height: 84px;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_nav ul.header_btn_list li.btn_square a {
    width: max(95px, 95px + 95 * (100vw - 768px) / 671);
    height: max(45px, 45px + 39 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_nav ul.header_btn_list li.btn_square a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header .header_inner .header_nav ul.header_btn_list li.btn_square a {
    width: 95px;
    height: 45px;
  }
}
header .header_inner .header_nav ul.header_btn_list li.btn_square a::after {
  display: none;
}
header .header_inner .header_nav ul.header_btn_list li.btn_square a img {
  width: 25px;
  height: auto;
  position: relative;
  z-index: 2;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_nav ul.header_btn_list li.btn_square a img {
    width: max(15px, 15px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  header .header_inner .header_nav ul.header_btn_list li.btn_square a img {
    width: 15px;
  }
}
header .header_inner .header_nav ul.header_btn_list li.btn_square a span {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_nav ul.header_btn_list li.btn_square a span {
    font-size: max(12px, 12px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1024px) {
  header .header_inner .header_nav ul.header_btn_list li.btn_square a span {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  header .header_inner .header_nav ul.header_btn_list li.btn_square a span {
    font-size: 12px;
  }
}
header .header_inner .header_nav ul.global-nav-list {
  padding-top: 20px;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_nav ul.global-nav-list {
    padding-top: max(10px, 10px + 10 * (100vw - 768px) / 671);
    gap: max(10px, 10px + 30 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  header .header_inner .header_nav ul.global-nav-list {
    display: none;
  }
}
header .header_inner .header_nav ul.global-nav-list li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_nav ul.global-nav-list li a {
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
  }
}
header .header_inner .header_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_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_nav .ham_btn .open {
  background: url(../img/common/icon_open_white.png) center/contain no-repeat;
  width: 20px;
  height: 30px;
}
header .header_inner .header_nav .ham_btn.is-active .open {
  background: url(../img/common/icon_close.png) center/contain no-repeat;
}

header.fixed {
  position: fixed;
  background: #F1F3FC;
  -webkit-animation: headerDrop 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          animation: headerDrop 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  header.fixed {
    background: none;
  }
}
header.fixed .header_inner {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  header.fixed .header_inner {
    padding: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
header.fixed .header_inner .header_logo {
  display: none;
}
header.fixed .header_inner .header_right .header_nav {
  width: 100%;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  header.fixed .header_inner .header_right .header_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
header.fixed .header_inner .header_right .header_nav .header_btn_list {
  padding-bottom: 0;
  gap: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  header.fixed .header_inner .header_right .header_nav .header_btn_list {
    gap: 5px;
    display: none;
  }
}
header.fixed .header_inner .header_right .header_nav .global-nav-list {
  padding-top: 0;
  border-top: none;
}
header.fixed .header_inner .header_right .header_nav .global-nav-list li a {
  color: #223C65;
}
header.fixed .header_inner .header_right .header_nav .ham_btn {
  aspect-ratio: 45/45;
}
header.fixed .header_inner .header_right .header_nav .ham_btn .open {
  background: url(../img/common/icon_open_circle.png) center/contain no-repeat;
  width: 45px;
  height: 45px;
}
header.fixed .header_inner .header_right .header_nav .ham_btn.is-active .open {
  background: url(../img/common/icon_close_circle.png) center/contain no-repeat;
}

header.fixed.hide-anim {
  -webkit-animation: headerUp 0.5s cubic-bezier(0.4, 0, 0.2, 1);
          animation: headerUp 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes headerDrop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes headerDrop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes headerUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes headerUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
.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: #F8FBFF;
  z-index: 301;
  -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 #223C65;
}
.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: #223C65;
  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: #223C65;
  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,
.fv .fv_img {
  position: relative;
}
.fv .fv_slider::before,
.fv .fv_img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(45deg, rgba(34, 60, 101, 0.4), rgba(34, 60, 101, 0));
  background: linear-gradient(45deg, rgba(34, 60, 101, 0.4), rgba(34, 60, 101, 0));
  z-index: 1;
}
.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 - 60px);
    max-height: none;
  }
}
.fv .splide__slide:nth-of-type(1) img {
  -o-object-position: 20% center;
     object-position: 20% center;
}
.fv .splide__slide:nth-of-type(2) img {
  -o-object-position: 70% center;
     object-position: 70% center;
}
.fv .splide__slide:nth-of-type(3) img {
  -o-object-position: 50% center;
     object-position: 50% center;
}
.fv .splide__slide:nth-of-type(4) img {
  -o-object-position: 80% center;
     object-position: 80% center;
}
.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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #223C65;
  padding: 0 100px;
  padding-bottom: 12.5vh;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text {
    padding: 0 max(20px, 20px + 80 * (100vw - 768px) / 671);
    padding-bottom: 12.5vh;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text {
    padding: 0 20px calc(10vh + 55px);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text {
    padding-bottom: calc(3vh + 55px);
  }
}
.fv .fv_text .fv_text01 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 140%;
  margin-bottom: 24px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text .fv_text01 {
    font-size: max(35px, 35px + 21 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text .fv_text01 {
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text .fv_text01 {
    font-size: max(22px, 22px + 6 * (100vw - 320px) / 69);
    margin: max(5px, 5px + 5 * (100vw - 320px) / 69) 0 max(6px, 6px + 6 * (100vw - 320px) / 69);
  }
}
.fv .fv_text .fv_text02 {
  font-size: 24px;
  line-height: 160%;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text .fv_text02 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    padding: 10px max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text .fv_text02 {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
  }
}
.fv .fv_text .fv_text03 {
  font-size: 24px;
  line-height: 180%;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text .fv_text03 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
@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: 40px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list {
    gap: max(10px, 10px + 30 * (100vw - 768px) / 671);
    margin-top: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  .fv .fv_text ul.fv_catch_list {
    width: 100%;
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text ul.fv_catch_list {
    margin-top: max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}
.fv .fv_text ul.fv_catch_list li {
  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: 10px;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list li {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    padding: max(5px, 5px + 5 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 500px) {
  .fv .fv_text ul.fv_catch_list li {
    width: calc(33.3333333333% - 3.3333333333px);
  }
}
.fv .fv_text ul.fv_catch_list li img {
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list li img {
    width: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text ul.fv_catch_list li img {
    width: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
.fv .fv_text ul.fv_catch_list li span {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 180%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text ul.fv_catch_list li span {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text ul.fv_catch_list li span {
    line-height: 140%;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text ul.fv_catch_list li span {
    font-size: max(9px, 9px + 3 * (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_lp {
  position: relative;
}
.fv_lp .fv_lp_img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(135deg, rgba(34, 60, 101, 0.3), rgba(34, 60, 101, 0));
  background: linear-gradient(-45deg, rgba(34, 60, 101, 0.3), rgba(34, 60, 101, 0));
  z-index: 1;
}
.fv_lp .fv_lp_img img {
  position: relative;
  width: 100vw;
  height: auto;
  aspect-ratio: 1440/800;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  height: calc(100svh - 80px);
}
@media screen and (max-width: 767px) {
  .fv_lp .fv_lp_img img {
    aspect-ratio: 390/635;
    height: calc(100svh - 60px);
    max-height: none;
  }
}
.fv_lp.fv_perio .fv_lp_img img {
  -o-object-position: 80% center;
     object-position: 80% center;
}
.fv_lp.fv_root .fv_lp_img img {
  -o-object-position: 70% center;
     object-position: 70% center;
}
.fv_lp .fv_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.fv_lp .fv_inner .fv_lp_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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding: 0 100px;
  padding-bottom: 12.5vh;
}
@media screen and (max-width: 1439px) {
  .fv_lp .fv_inner .fv_lp_text {
    padding: 0 max(40px, 40px + 60 * (100vw - 768px) / 671);
    padding-bottom: 12.5vh;
  }
}
@media screen and (max-width: 767px) {
  .fv_lp .fv_inner .fv_lp_text {
    padding: 0 20px calc(10vh + 55px);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp .fv_inner .fv_lp_text {
    padding-bottom: calc(5vh + 55px);
  }
}
.fv_lp .fv_inner .fv_lp_text .text01 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 140%;
}
@media screen and (max-width: 1439px) {
  .fv_lp .fv_inner .fv_lp_text .text01 {
    font-size: max(18px, 18px + 22 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp .fv_inner .fv_lp_text .text01 {
    font-size: max(15px, 15px + 3 * (100vw - 320px) / 69);
  }
}
.fv_lp .fv_inner .fv_lp_text .text02 {
  margin-top: 10px;
  font-size: 48px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1439px) {
  .fv_lp .fv_inner .fv_lp_text .text02 {
    font-size: max(28px, 28px + 20 * (100vw - 390px) / 1049);
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv_lp .fv_inner .fv_lp_text .text02 {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 389px) {
  .fv_lp .fv_inner .fv_lp_text .text02 {
    font-size: max(22px, 22px + 6 * (100vw - 320px) / 69);
  }
}
.fv_lp .fv_inner .fv_lp_text .text03 {
  margin-top: 24px;
  font-size: 40px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1439px) {
  .fv_lp .fv_inner .fv_lp_text .text03 {
    font-size: max(18px, 18px + 22 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp .fv_inner .fv_lp_text .text03 {
    font-size: max(15px, 15px + 3 * (100vw - 320px) / 69);
  }
}
.fv_lp .fv_inner .fv_lp_text .btn {
  margin-top: 60px;
  margin-inline: 0;
}
@media screen and (max-width: 1439px) {
  .fv_lp .fv_inner .fv_lp_text .btn {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv_lp .fv_inner .fv_lp_text .btn {
    width: 100%;
  }
}
.fv_lp .fv_inner .fv_lp_text .btn::after {
  display: none;
}
.fv_lp .fv_inner .fv_lp_text .btn a {
  padding: 32px 60px;
  width: auto;
  height: auto;
  font-size: 24px;
  font-weight: 500;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  .fv_lp .fv_inner .fv_lp_text .btn a {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 12 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv_lp .fv_inner .fv_lp_text .btn a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .fv_lp .fv_inner .fv_lp_text .btn a {
    width: 100%;
    max-width: 380px;
  }
}
@media screen and (max-width: 389px) {
  .fv_lp .fv_inner .fv_lp_text .btn a {
    font-size: max(11px, 11px + 3 * (100vw - 320px) / 69);
  }
}
.fv_lp .fv_inner .fv_lp_text .btn a::after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #223C65;
}
@media screen and (max-width: 767px) {
  .fv_lp .fv_inner .fv_lp_text .btn a::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.fv_lp .fv_inner .fv_lp_text .btn a .icon {
  display: block;
  margin-top: 3px;
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .fv_lp .fv_inner .fv_lp_text .btn a .icon {
    margin-left: max(1px, 1px + 9 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv_lp .fv_inner .fv_lp_text .btn a .icon {
    margin-left: 0;
  }
}
.fv_lp.fv_perio .fv_inner .fv_lp_text .text01 {
  font-size: 56px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_perio .fv_inner .fv_lp_text .text01 {
    font-size: max(28px, 28px + 28 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_perio .fv_inner .fv_lp_text .text01 {
    font-size: max(20px, 20px + 8 * (100vw - 320px) / 69);
  }
}
.fv_lp.fv_perio .fv_inner .fv_lp_text .text01 .dib {
  line-height: 140%;
}
.fv_lp.fv_perio .fv_inner .fv_lp_text .text02 {
  font-size: 40px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.2em;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_perio .fv_inner .fv_lp_text .text02 {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_perio .fv_inner .fv_lp_text .text02 {
    font-size: max(14px, 14px + 6 * (100vw - 320px) / 69);
  }
}
.fv_lp.fv_perio .fv_inner .fv_lp_text .text02 .dib {
  line-height: 180%;
}
.fv_lp.fv_perio .fv_inner .fv_lp_text .text03 {
  font-size: 56px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.3em;
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_perio .fv_inner .fv_lp_text .text03 {
    font-size: max(28px, 28px + 28 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_perio .fv_inner .fv_lp_text .text03 {
    font-size: max(20px, 20px + 8 * (100vw - 320px) / 69);
  }
}
.fv_lp.fv_full-mouth .fv_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-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_full-mouth .fv_inner {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .fv_lp.fv_full-mouth .fv_inner {
    -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: 30px;
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_full-mouth .fv_inner {
    gap: max(10px, 10px + 5 * (100vw - 320px) / 69);
  }
}
.fv_lp.fv_full-mouth .fv_inner .fv_lp_text {
  padding-left: 80px;
  padding-right: 0;
  margin-inline: 0;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_full-mouth .fv_inner .fv_lp_text {
    padding-left: max(30px, 30px + 50 * (100vw - 1025px) / 414);
  }
}
@media screen and (max-width: 1024px) {
  .fv_lp.fv_full-mouth .fv_inner .fv_lp_text {
    width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
  }
}
.fv_lp.fv_full-mouth .fv_inner .fv_lp_text .text01, .fv_lp.fv_full-mouth .fv_inner .fv_lp_text .text02 {
  letter-spacing: 0.15em;
}
.fv_lp.fv_full-mouth .fv_inner .fv_lp_text .text01 {
  font-size: 56px;
  line-height: 160%;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_full-mouth .fv_inner .fv_lp_text .text01 {
    font-size: max(24px, 24px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_full-mouth .fv_inner .fv_lp_text .text01 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
.fv_lp.fv_full-mouth .fv_inner .fv_lp_text .text02 {
  font-size: 40px;
  margin-top: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_full-mouth .fv_inner .fv_lp_text .text02 {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 659);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_full-mouth .fv_inner .fv_lp_text .text02 {
    font-size: max(14px, 14px + 6 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_full-mouth .fv_inner .fv_lp_text .btn {
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_full-mouth .fv_inner .fv_lp_text .btn {
    margin-top: max(10px, 10px + 5 * (100vw - 320px) / 69);
  }
}
.fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch {
  display: grid;
  grid-template-columns: repeat(2, 200px);
  gap: 0 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 100px;
  padding-bottom: 12.5vh;
  margin-left: -80px;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch {
    padding-right: max(30px, 30px + 70 * (100vw - 1025px) / 414);
    gap: 0 max(10px, 10px + 10 * (100vw - 390px) / 1049);
    grid-template-columns: repeat(2, max(140px, 140px + 60 * (100vw - 1025px) / 414));
  }
}
@media screen and (max-width: 1024px) {
  .fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 20px 10vh;
    width: 100vw;
    max-width: 600px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch {
    max-width: 520px;
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch {
    padding-bottom: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch li {
  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: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch li {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch li {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
    max-width: 80px;
  }
}
.fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch li:first-child {
  grid-column: 1/-1;
  width: 200px;
  justify-self: center;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch li:first-child {
    width: max(140px, 140px + 60 * (100vw - 1025px) / 414);
  }
}
@media screen and (max-width: 1024px) {
  .fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch li:first-child {
    grid-column: auto;
    width: 100%;
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_full-mouth .fv_inner ul.fv_lp_catch li:first-child {
    max-width: 80px;
  }
}
.fv_lp.fv_root .fv_inner .fv_lp_text .text01 {
  font-size: 56px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_root .fv_inner .fv_lp_text .text01 {
    font-size: max(26px, 26px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_root .fv_inner .fv_lp_text .text01 {
    font-size: max(20px, 20px + 6 * (100vw - 320px) / 69);
  }
}
.fv_lp.fv_root .fv_inner .fv_lp_text .text02 {
  font-size: 40px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.15em;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .fv_lp.fv_root .fv_inner .fv_lp_text .text02 {
    font-size: max(18px, 18px + 22 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 659);
  }
}
@media screen and (max-width: 389px) {
  .fv_lp.fv_root .fv_inner .fv_lp_text .text02 {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
  }
}

.fv_child {
  position: relative;
}
.fv_child .fv_child_img {
  position: relative;
}
.fv_child .fv_child_img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(34, 60, 101, 0.6);
  z-index: 1;
}
.fv_child .fv_child_img img {
  width: 100vw;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1439px) {
  .fv_child .fv_child_img img {
    height: max(320px, 320px + 100 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv_child .fv_child_img img {
    height: max(160px, 160px + 40 * (100vw - 390px) / 377);
  }
}
.fv_child .fv_child_text {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 72px;
  text-align: center;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .fv_child .fv_child_text {
    bottom: 34px;
  }
}
.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);
  }
}
.fv_child.service .fv_child_img::before {
  background: -webkit-linear-gradient(45deg, rgba(34, 60, 101, 0.4), rgba(34, 60, 101, 0));
  background: linear-gradient(45deg, rgba(34, 60, 101, 0.4), rgba(34, 60, 101, 0));
}

main.page, .mce-content-body.page-editor, .mce-content-body.post-type-common_sections {
  padding-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  main.page, .mce-content-body.page-editor, .mce-content-body.post-type-common_sections {
    padding-bottom: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
main.page .page_content section:first-of-type, .mce-content-body.page-editor .page_content section:first-of-type, .mce-content-body.post-type-common_sections .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, .mce-content-body.post-type-common_sections .page_content section:last-of-type {
  padding-bottom: 0;
}
main.page section, .mce-content-body.page-editor section, .mce-content-body.post-type-common_sections section {
  padding: 120px 0;
}
@media screen and (max-width: 1439px) {
  main.page section, .mce-content-body.page-editor section, .mce-content-body.post-type-common_sections section {
    padding: max(60px, 60px + 60 * (100vw - 390px) / 1049) 0;
  }
}
main.page section.bg_blue-light, .mce-content-body.page-editor section.bg_blue-light, .mce-content-body.post-type-common_sections 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, .mce-content-body.post-type-common_sections section.bg_blue-light::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: #F8FBFF;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

main.page h2:not(.section_title h2, h2.no-bg), main.lp h2:not(.section_title h2, h2.no-bg), .mce-content-body.page-editor h2:not(.section_title h2, h2.no-bg), .mce-content-body.post-type-common_sections h2:not(.section_title h2, h2.no-bg) {
  margin-top: 120px;
  margin-bottom: 24px;
  padding: 20px;
  font-size: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#223C65), to(#CCD5F0));
  background: -webkit-linear-gradient(left, #223C65 0%, #CCD5F0 100%);
  background: linear-gradient(to right, #223C65 0%, #CCD5F0 100%);
  position: relative;
  color: #fff;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.page h2:not(.section_title h2, h2.no-bg), main.lp h2:not(.section_title h2, h2.no-bg), .mce-content-body.page-editor h2:not(.section_title h2, h2.no-bg), .mce-content-body.post-type-common_sections h2:not(.section_title h2, h2.no-bg) {
    margin-top: max(60px, 60px + 60 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.page h2:not(.section_title h2, h2.no-bg).en, main.lp h2:not(.section_title h2, h2.no-bg).en, .mce-content-body.page-editor h2:not(.section_title h2, h2.no-bg).en, .mce-content-body.post-type-common_sections h2:not(.section_title h2, h2.no-bg).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, main.lp h2:not(.section_title h2) + img, main.lp 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, .mce-content-body.post-type-common_sections h2:not(.section_title h2) + img, .mce-content-body.post-type-common_sections 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, main.lp h2:not(.section_title h2) + img, main.lp 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, .mce-content-body.post-type-common_sections h2:not(.section_title h2) + img, .mce-content-body.post-type-common_sections 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, main.lp h2:not(.section_title h2) + img, main.lp 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, .mce-content-body.post-type-common_sections h2:not(.section_title h2) + img, .mce-content-body.post-type-common_sections 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, main.lp h3, .mce-content-body.page-editor h3, .mce-content-body.post-type-common_sections h3 {
  font-size: 28px;
  font-weight: bold;
  color: #223C65;
  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, main.lp h3, .mce-content-body.page-editor h3, .mce-content-body.post-type-common_sections 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, main.lp h3::before, .mce-content-body.page-editor h3::before, .mce-content-body.post-type-common_sections h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #223C65;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 1439px) {
  main.page h3::before, main.lp h3::before, .mce-content-body.page-editor h3::before, .mce-content-body.post-type-common_sections h3::before {
    width: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
main.page h3.text-color, main.lp h3.text-color, .mce-content-body.page-editor h3.text-color, .mce-content-body.post-type-common_sections h3.text-color {
  color: #333;
}
main.page h4:not(.reason_list_sub h4, .no-bg), main.lp h4:not(.reason_list_sub h4, .no-bg), .mce-content-body.page-editor h4:not(.reason_list_sub h4, .no-bg), .mce-content-body.post-type-common_sections h4:not(.reason_list_sub h4, .no-bg) {
  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, .no-bg), main.lp h4:not(.reason_list_sub h4, .no-bg), .mce-content-body.page-editor h4:not(.reason_list_sub h4, .no-bg), .mce-content-body.post-type-common_sections h4:not(.reason_list_sub h4, .no-bg) {
    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, .no-bg)::before, main.lp h4:not(.reason_list_sub h4, .no-bg)::before, .mce-content-body.page-editor h4:not(.reason_list_sub h4, .no-bg)::before, .mce-content-body.post-type-common_sections h4:not(.reason_list_sub h4, .no-bg)::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, .no-bg)::before, main.lp h4:not(.reason_list_sub h4, .no-bg)::before, .mce-content-body.page-editor h4:not(.reason_list_sub h4, .no-bg)::before, .mce-content-body.post-type-common_sections h4:not(.reason_list_sub h4, .no-bg)::before {
    width: 8px;
  }
}
main.page h5, main.lp h5, .mce-content-body.page-editor h5, .mce-content-body.post-type-common_sections h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #223C65;
  position: relative;
  margin-top: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.page h5, main.lp h5, .mce-content-body.page-editor h5, .mce-content-body.post-type-common_sections 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, main.lp h5.circle, .mce-content-body.page-editor h5.circle, .mce-content-body.post-type-common_sections h5.circle {
  padding-left: 15px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  main.page h5.circle, main.lp h5.circle, .mce-content-body.page-editor h5.circle, .mce-content-body.post-type-common_sections h5.circle {
    padding-left: 13px;
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.page h5.circle::before, main.lp h5.circle::before, .mce-content-body.page-editor h5.circle::before, .mce-content-body.post-type-common_sections 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, main.lp h5.circle::before, .mce-content-body.page-editor h5.circle::before, .mce-content-body.post-type-common_sections h5.circle::before {
    width: 8px;
    height: 8px;
    top: 0.55em;
  }
}
main.page .flex, main.lp .flex, .mce-content-body.page-editor .flex, .mce-content-body.post-type-common_sections .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.page .flex, main.lp .flex, .mce-content-body.page-editor .flex, .mce-content-body.post-type-common_sections .flex {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .flex, main.lp .flex, .mce-content-body.page-editor .flex, .mce-content-body.post-type-common_sections .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.page .flex.gap24, main.lp .flex.gap24, .mce-content-body.page-editor .flex.gap24, .mce-content-body.post-type-common_sections .flex.gap24 {
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  main.page .flex.gap24, main.lp .flex.gap24, .mce-content-body.page-editor .flex.gap24, .mce-content-body.post-type-common_sections .flex.gap24 {
    gap: max(12px, 12px + (24 - 12) * (100vw - 390px) / 1049);
  }
}
main.page .flex.gap40, main.lp .flex.gap40, .mce-content-body.page-editor .flex.gap40, .mce-content-body.post-type-common_sections .flex.gap40 {
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.page .flex.gap40, main.lp .flex.gap40, .mce-content-body.page-editor .flex.gap40, .mce-content-body.post-type-common_sections .flex.gap40 {
    gap: max(20px, 20px + (40 - 20) * (100vw - 390px) / 1049);
  }
}
main.page .flex.gap60, main.lp .flex.gap60, .mce-content-body.page-editor .flex.gap60, .mce-content-body.post-type-common_sections .flex.gap60 {
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  main.page .flex.gap60, main.lp .flex.gap60, .mce-content-body.page-editor .flex.gap60, .mce-content-body.post-type-common_sections .flex.gap60 {
    gap: max(30px, 30px + (60 - 30) * (100vw - 390px) / 1049);
  }
}
main.page .flex.aic, main.lp .flex.aic, .mce-content-body.page-editor .flex.aic, .mce-content-body.post-type-common_sections .flex.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main.page .flex.row-reverse, main.lp .flex.row-reverse, .mce-content-body.page-editor .flex.row-reverse, .mce-content-body.post-type-common_sections .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, main.lp .flex.row-reverse, .mce-content-body.page-editor .flex.row-reverse, .mce-content-body.post-type-common_sections .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.flex240 > .flex_item:first-of-type, main.page .flex.flex240 > .img_wrap, main.page .flex.flex240 > img, main.lp .flex.flex240 > .flex_item:first-of-type, main.lp .flex.flex240 > .img_wrap, main.lp .flex.flex240 > img, .mce-content-body.page-editor .flex.flex240 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex240 > .img_wrap, .mce-content-body.page-editor .flex.flex240 > img, .mce-content-body.post-type-common_sections .flex.flex240 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex240 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex240 > img {
  max-width: 240px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex240 > .flex_item:first-of-type, main.page .flex.flex240 > .img_wrap, main.page .flex.flex240 > img, main.lp .flex.flex240 > .flex_item:first-of-type, main.lp .flex.flex240 > .img_wrap, main.lp .flex.flex240 > img, .mce-content-body.page-editor .flex.flex240 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex240 > .img_wrap, .mce-content-body.page-editor .flex.flex240 > img, .mce-content-body.post-type-common_sections .flex.flex240 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex240 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex240 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 21.8181818182%;
        -ms-flex: 0 1 21.8181818182%;
            flex: 0 1 21.8181818182%;
    max-width: 240px;
    min-width: 0;
  }
}
main.page .flex.flex240 > .flex_item:last-of-type, main.page .flex.flex240 > .text_wrap, main.page .flex.flex240 > p, main.lp .flex.flex240 > .flex_item:last-of-type, main.lp .flex.flex240 > .text_wrap, main.lp .flex.flex240 > p, .mce-content-body.page-editor .flex.flex240 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex240 > .text_wrap, .mce-content-body.page-editor .flex.flex240 > p, .mce-content-body.post-type-common_sections .flex.flex240 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex240 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex240 > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex240 > .flex_item:last-of-type, main.page .flex.flex240 > .text_wrap, main.page .flex.flex240 > p, main.lp .flex.flex240 > .flex_item:last-of-type, main.lp .flex.flex240 > .text_wrap, main.lp .flex.flex240 > p, .mce-content-body.page-editor .flex.flex240 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex240 > .text_wrap, .mce-content-body.page-editor .flex.flex240 > p, .mce-content-body.post-type-common_sections .flex.flex240 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex240 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex240 > p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 21.8181818182%);
        -ms-flex: 0 1 calc(100% - 21.8181818182%);
            flex: 0 1 calc(100% - 21.8181818182%);
  }
}
@media screen and (max-width: 767px) {
  main.page .flex.flex240 > .flex_item:first-of-type, main.page .flex.flex240 > .img_wrap, main.page .flex.flex240 > img, main.page .flex.flex240 > .flex_item:last-of-type, main.page .flex.flex240 > .text_wrap, main.page .flex.flex240 > p, main.lp .flex.flex240 > .flex_item:first-of-type, main.lp .flex.flex240 > .img_wrap, main.lp .flex.flex240 > img, main.lp .flex.flex240 > .flex_item:last-of-type, main.lp .flex.flex240 > .text_wrap, main.lp .flex.flex240 > p, .mce-content-body.page-editor .flex.flex240 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex240 > .img_wrap, .mce-content-body.page-editor .flex.flex240 > img, .mce-content-body.page-editor .flex.flex240 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex240 > .text_wrap, .mce-content-body.page-editor .flex.flex240 > p, .mce-content-body.post-type-common_sections .flex.flex240 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex240 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex240 > img, .mce-content-body.post-type-common_sections .flex.flex240 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex240 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex240 > p {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.page .flex.flex300 > .flex_item:first-of-type, main.page .flex.flex300 > .img_wrap, main.page .flex.flex300 > img, main.lp .flex.flex300 > .flex_item:first-of-type, main.lp .flex.flex300 > .img_wrap, main.lp .flex.flex300 > img, .mce-content-body.page-editor .flex.flex300 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex300 > .img_wrap, .mce-content-body.page-editor .flex.flex300 > img, .mce-content-body.post-type-common_sections .flex.flex300 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex300 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex300 > img {
  max-width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex300 > .flex_item:first-of-type, main.page .flex.flex300 > .img_wrap, main.page .flex.flex300 > img, main.lp .flex.flex300 > .flex_item:first-of-type, main.lp .flex.flex300 > .img_wrap, main.lp .flex.flex300 > img, .mce-content-body.page-editor .flex.flex300 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex300 > .img_wrap, .mce-content-body.page-editor .flex.flex300 > img, .mce-content-body.post-type-common_sections .flex.flex300 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex300 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex300 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27.2727272727%;
        -ms-flex: 0 1 27.2727272727%;
            flex: 0 1 27.2727272727%;
    max-width: 300px;
    min-width: 0;
  }
}
main.page .flex.flex300 > .flex_item:last-of-type, main.page .flex.flex300 > .text_wrap, main.page .flex.flex300 > p, main.lp .flex.flex300 > .flex_item:last-of-type, main.lp .flex.flex300 > .text_wrap, main.lp .flex.flex300 > p, .mce-content-body.page-editor .flex.flex300 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex300 > .text_wrap, .mce-content-body.page-editor .flex.flex300 > p, .mce-content-body.post-type-common_sections .flex.flex300 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex300 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex300 > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex300 > .flex_item:last-of-type, main.page .flex.flex300 > .text_wrap, main.page .flex.flex300 > p, main.lp .flex.flex300 > .flex_item:last-of-type, main.lp .flex.flex300 > .text_wrap, main.lp .flex.flex300 > p, .mce-content-body.page-editor .flex.flex300 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex300 > .text_wrap, .mce-content-body.page-editor .flex.flex300 > p, .mce-content-body.post-type-common_sections .flex.flex300 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex300 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex300 > p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 27.2727272727%);
        -ms-flex: 0 1 calc(100% - 27.2727272727%);
            flex: 0 1 calc(100% - 27.2727272727%);
  }
}
@media screen and (max-width: 767px) {
  main.page .flex.flex300 > .flex_item:first-of-type, main.page .flex.flex300 > .img_wrap, main.page .flex.flex300 > img, main.page .flex.flex300 > .flex_item:last-of-type, main.page .flex.flex300 > .text_wrap, main.page .flex.flex300 > p, main.lp .flex.flex300 > .flex_item:first-of-type, main.lp .flex.flex300 > .img_wrap, main.lp .flex.flex300 > img, main.lp .flex.flex300 > .flex_item:last-of-type, main.lp .flex.flex300 > .text_wrap, main.lp .flex.flex300 > p, .mce-content-body.page-editor .flex.flex300 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex300 > .img_wrap, .mce-content-body.page-editor .flex.flex300 > img, .mce-content-body.page-editor .flex.flex300 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex300 > .text_wrap, .mce-content-body.page-editor .flex.flex300 > p, .mce-content-body.post-type-common_sections .flex.flex300 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex300 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex300 > img, .mce-content-body.post-type-common_sections .flex.flex300 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex300 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex300 > p {
    width: 100%;
    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:first-of-type, main.page .flex.flex340 > .img_wrap, main.page .flex.flex340 > img, main.lp .flex.flex340 > .flex_item:first-of-type, main.lp .flex.flex340 > .img_wrap, main.lp .flex.flex340 > img, .mce-content-body.page-editor .flex.flex340 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex340 > .img_wrap, .mce-content-body.page-editor .flex.flex340 > img, .mce-content-body.post-type-common_sections .flex.flex340 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex340 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex340 > img {
  max-width: 340px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex340 > .flex_item:first-of-type, main.page .flex.flex340 > .img_wrap, main.page .flex.flex340 > img, main.lp .flex.flex340 > .flex_item:first-of-type, main.lp .flex.flex340 > .img_wrap, main.lp .flex.flex340 > img, .mce-content-body.page-editor .flex.flex340 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex340 > .img_wrap, .mce-content-body.page-editor .flex.flex340 > img, .mce-content-body.post-type-common_sections .flex.flex340 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex340 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex340 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30.9090909091%;
        -ms-flex: 0 1 30.9090909091%;
            flex: 0 1 30.9090909091%;
    max-width: 340px;
    min-width: 0;
  }
}
main.page .flex.flex340 > .flex_item:last-of-type, main.page .flex.flex340 > .text_wrap, main.page .flex.flex340 > p, main.lp .flex.flex340 > .flex_item:last-of-type, main.lp .flex.flex340 > .text_wrap, main.lp .flex.flex340 > p, .mce-content-body.page-editor .flex.flex340 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex340 > .text_wrap, .mce-content-body.page-editor .flex.flex340 > p, .mce-content-body.post-type-common_sections .flex.flex340 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex340 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex340 > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex340 > .flex_item:last-of-type, main.page .flex.flex340 > .text_wrap, main.page .flex.flex340 > p, main.lp .flex.flex340 > .flex_item:last-of-type, main.lp .flex.flex340 > .text_wrap, main.lp .flex.flex340 > p, .mce-content-body.page-editor .flex.flex340 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex340 > .text_wrap, .mce-content-body.page-editor .flex.flex340 > p, .mce-content-body.post-type-common_sections .flex.flex340 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex340 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex340 > p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 30.9090909091%);
        -ms-flex: 0 1 calc(100% - 30.9090909091%);
            flex: 0 1 calc(100% - 30.9090909091%);
  }
}
@media screen and (max-width: 767px) {
  main.page .flex.flex340 > .flex_item:first-of-type, main.page .flex.flex340 > .img_wrap, main.page .flex.flex340 > img, main.page .flex.flex340 > .flex_item:last-of-type, main.page .flex.flex340 > .text_wrap, main.page .flex.flex340 > p, main.lp .flex.flex340 > .flex_item:first-of-type, main.lp .flex.flex340 > .img_wrap, main.lp .flex.flex340 > img, main.lp .flex.flex340 > .flex_item:last-of-type, main.lp .flex.flex340 > .text_wrap, main.lp .flex.flex340 > p, .mce-content-body.page-editor .flex.flex340 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex340 > .img_wrap, .mce-content-body.page-editor .flex.flex340 > img, .mce-content-body.page-editor .flex.flex340 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex340 > .text_wrap, .mce-content-body.page-editor .flex.flex340 > p, .mce-content-body.post-type-common_sections .flex.flex340 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex340 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex340 > img, .mce-content-body.post-type-common_sections .flex.flex340 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex340 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex340 > p {
    width: 100%;
    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:first-of-type, main.page .flex.flex360 > .img_wrap, main.page .flex.flex360 > img, main.lp .flex.flex360 > .flex_item:first-of-type, main.lp .flex.flex360 > .img_wrap, main.lp .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, .mce-content-body.post-type-common_sections .flex.flex360 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex360 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex360 > img {
  max-width: 360px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex360 > .flex_item:first-of-type, main.page .flex.flex360 > .img_wrap, main.page .flex.flex360 > img, main.lp .flex.flex360 > .flex_item:first-of-type, main.lp .flex.flex360 > .img_wrap, main.lp .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, .mce-content-body.post-type-common_sections .flex.flex360 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex360 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex360 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32.7272727273%;
        -ms-flex: 0 1 32.7272727273%;
            flex: 0 1 32.7272727273%;
    max-width: 360px;
    min-width: 0;
  }
}
main.page .flex.flex360 > .flex_item:last-of-type, main.page .flex.flex360 > .text_wrap, main.page .flex.flex360 > p, main.lp .flex.flex360 > .flex_item:last-of-type, main.lp .flex.flex360 > .text_wrap, main.lp .flex.flex360 > p, .mce-content-body.page-editor .flex.flex360 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex360 > .text_wrap, .mce-content-body.page-editor .flex.flex360 > p, .mce-content-body.post-type-common_sections .flex.flex360 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex360 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex360 > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex360 > .flex_item:last-of-type, main.page .flex.flex360 > .text_wrap, main.page .flex.flex360 > p, main.lp .flex.flex360 > .flex_item:last-of-type, main.lp .flex.flex360 > .text_wrap, main.lp .flex.flex360 > p, .mce-content-body.page-editor .flex.flex360 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex360 > .text_wrap, .mce-content-body.page-editor .flex.flex360 > p, .mce-content-body.post-type-common_sections .flex.flex360 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex360 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex360 > p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 32.7272727273%);
        -ms-flex: 0 1 calc(100% - 32.7272727273%);
            flex: 0 1 calc(100% - 32.7272727273%);
  }
}
@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, main.page .flex.flex360 > .flex_item:last-of-type, main.page .flex.flex360 > .text_wrap, main.page .flex.flex360 > p, main.lp .flex.flex360 > .flex_item:first-of-type, main.lp .flex.flex360 > .img_wrap, main.lp .flex.flex360 > img, main.lp .flex.flex360 > .flex_item:last-of-type, main.lp .flex.flex360 > .text_wrap, main.lp .flex.flex360 > p, .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, .mce-content-body.page-editor .flex.flex360 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex360 > .text_wrap, .mce-content-body.page-editor .flex.flex360 > p, .mce-content-body.post-type-common_sections .flex.flex360 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex360 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex360 > img, .mce-content-body.post-type-common_sections .flex.flex360 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex360 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex360 > p {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.page .flex.flex420 > .flex_item:first-of-type, main.page .flex.flex420 > .img_wrap, main.page .flex.flex420 > img, main.lp .flex.flex420 > .flex_item:first-of-type, main.lp .flex.flex420 > .img_wrap, main.lp .flex.flex420 > img, .mce-content-body.page-editor .flex.flex420 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex420 > .img_wrap, .mce-content-body.page-editor .flex.flex420 > img, .mce-content-body.post-type-common_sections .flex.flex420 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex420 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex420 > img {
  max-width: 420px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex420 > .flex_item:first-of-type, main.page .flex.flex420 > .img_wrap, main.page .flex.flex420 > img, main.lp .flex.flex420 > .flex_item:first-of-type, main.lp .flex.flex420 > .img_wrap, main.lp .flex.flex420 > img, .mce-content-body.page-editor .flex.flex420 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex420 > .img_wrap, .mce-content-body.page-editor .flex.flex420 > img, .mce-content-body.post-type-common_sections .flex.flex420 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex420 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex420 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 38.1818181818%;
        -ms-flex: 0 1 38.1818181818%;
            flex: 0 1 38.1818181818%;
    max-width: 420px;
    min-width: 0;
  }
}
main.page .flex.flex420 > .flex_item:last-of-type, main.page .flex.flex420 > .text_wrap, main.page .flex.flex420 > p, main.lp .flex.flex420 > .flex_item:last-of-type, main.lp .flex.flex420 > .text_wrap, main.lp .flex.flex420 > p, .mce-content-body.page-editor .flex.flex420 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex420 > .text_wrap, .mce-content-body.page-editor .flex.flex420 > p, .mce-content-body.post-type-common_sections .flex.flex420 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex420 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex420 > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex420 > .flex_item:last-of-type, main.page .flex.flex420 > .text_wrap, main.page .flex.flex420 > p, main.lp .flex.flex420 > .flex_item:last-of-type, main.lp .flex.flex420 > .text_wrap, main.lp .flex.flex420 > p, .mce-content-body.page-editor .flex.flex420 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex420 > .text_wrap, .mce-content-body.page-editor .flex.flex420 > p, .mce-content-body.post-type-common_sections .flex.flex420 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex420 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex420 > p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 38.1818181818%);
        -ms-flex: 0 1 calc(100% - 38.1818181818%);
            flex: 0 1 calc(100% - 38.1818181818%);
  }
}
@media screen and (max-width: 767px) {
  main.page .flex.flex420 > .flex_item:first-of-type, main.page .flex.flex420 > .img_wrap, main.page .flex.flex420 > img, main.page .flex.flex420 > .flex_item:last-of-type, main.page .flex.flex420 > .text_wrap, main.page .flex.flex420 > p, main.lp .flex.flex420 > .flex_item:first-of-type, main.lp .flex.flex420 > .img_wrap, main.lp .flex.flex420 > img, main.lp .flex.flex420 > .flex_item:last-of-type, main.lp .flex.flex420 > .text_wrap, main.lp .flex.flex420 > p, .mce-content-body.page-editor .flex.flex420 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex420 > .img_wrap, .mce-content-body.page-editor .flex.flex420 > img, .mce-content-body.page-editor .flex.flex420 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex420 > .text_wrap, .mce-content-body.page-editor .flex.flex420 > p, .mce-content-body.post-type-common_sections .flex.flex420 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex420 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex420 > img, .mce-content-body.post-type-common_sections .flex.flex420 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex420 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex420 > p {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.page .flex.flex400 > .flex_item:first-of-type, main.page .flex.flex400 > .img_wrap, main.page .flex.flex400 > img, main.lp .flex.flex400 > .flex_item:first-of-type, main.lp .flex.flex400 > .img_wrap, main.lp .flex.flex400 > img, .mce-content-body.page-editor .flex.flex400 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex400 > .img_wrap, .mce-content-body.page-editor .flex.flex400 > img, .mce-content-body.post-type-common_sections .flex.flex400 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex400 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex400 > img {
  max-width: 400px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex400 > .flex_item:first-of-type, main.page .flex.flex400 > .img_wrap, main.page .flex.flex400 > img, main.lp .flex.flex400 > .flex_item:first-of-type, main.lp .flex.flex400 > .img_wrap, main.lp .flex.flex400 > img, .mce-content-body.page-editor .flex.flex400 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex400 > .img_wrap, .mce-content-body.page-editor .flex.flex400 > img, .mce-content-body.post-type-common_sections .flex.flex400 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex400 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex400 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 36.3636363636%;
        -ms-flex: 0 1 36.3636363636%;
            flex: 0 1 36.3636363636%;
    max-width: 400px;
    min-width: 0;
  }
}
main.page .flex.flex400 > .flex_item:last-of-type, main.page .flex.flex400 > .text_wrap, main.page .flex.flex400 > p, main.lp .flex.flex400 > .flex_item:last-of-type, main.lp .flex.flex400 > .text_wrap, main.lp .flex.flex400 > p, .mce-content-body.page-editor .flex.flex400 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex400 > .text_wrap, .mce-content-body.page-editor .flex.flex400 > p, .mce-content-body.post-type-common_sections .flex.flex400 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex400 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex400 > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex400 > .flex_item:last-of-type, main.page .flex.flex400 > .text_wrap, main.page .flex.flex400 > p, main.lp .flex.flex400 > .flex_item:last-of-type, main.lp .flex.flex400 > .text_wrap, main.lp .flex.flex400 > p, .mce-content-body.page-editor .flex.flex400 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex400 > .text_wrap, .mce-content-body.page-editor .flex.flex400 > p, .mce-content-body.post-type-common_sections .flex.flex400 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex400 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex400 > p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 36.3636363636%);
        -ms-flex: 0 1 calc(100% - 36.3636363636%);
            flex: 0 1 calc(100% - 36.3636363636%);
  }
}
@media screen and (max-width: 767px) {
  main.page .flex.flex400 > .flex_item:first-of-type, main.page .flex.flex400 > .img_wrap, main.page .flex.flex400 > img, main.page .flex.flex400 > .flex_item:last-of-type, main.page .flex.flex400 > .text_wrap, main.page .flex.flex400 > p, main.lp .flex.flex400 > .flex_item:first-of-type, main.lp .flex.flex400 > .img_wrap, main.lp .flex.flex400 > img, main.lp .flex.flex400 > .flex_item:last-of-type, main.lp .flex.flex400 > .text_wrap, main.lp .flex.flex400 > p, .mce-content-body.page-editor .flex.flex400 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex400 > .img_wrap, .mce-content-body.page-editor .flex.flex400 > img, .mce-content-body.page-editor .flex.flex400 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex400 > .text_wrap, .mce-content-body.page-editor .flex.flex400 > p, .mce-content-body.post-type-common_sections .flex.flex400 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex400 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex400 > img, .mce-content-body.post-type-common_sections .flex.flex400 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex400 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex400 > p {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.page .flex.flex450 > .flex_item:first-of-type, main.page .flex.flex450 > .img_wrap, main.page .flex.flex450 > img, main.lp .flex.flex450 > .flex_item:first-of-type, main.lp .flex.flex450 > .img_wrap, main.lp .flex.flex450 > img, .mce-content-body.page-editor .flex.flex450 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex450 > .img_wrap, .mce-content-body.page-editor .flex.flex450 > img, .mce-content-body.post-type-common_sections .flex.flex450 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex450 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex450 > img {
  max-width: 450px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex450 > .flex_item:first-of-type, main.page .flex.flex450 > .img_wrap, main.page .flex.flex450 > img, main.lp .flex.flex450 > .flex_item:first-of-type, main.lp .flex.flex450 > .img_wrap, main.lp .flex.flex450 > img, .mce-content-body.page-editor .flex.flex450 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex450 > .img_wrap, .mce-content-body.page-editor .flex.flex450 > img, .mce-content-body.post-type-common_sections .flex.flex450 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex450 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex450 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40.9090909091%;
        -ms-flex: 0 1 40.9090909091%;
            flex: 0 1 40.9090909091%;
    max-width: 450px;
    min-width: 0;
  }
}
main.page .flex.flex450 > .flex_item:last-of-type, main.page .flex.flex450 > .text_wrap, main.page .flex.flex450 > p, main.lp .flex.flex450 > .flex_item:last-of-type, main.lp .flex.flex450 > .text_wrap, main.lp .flex.flex450 > p, .mce-content-body.page-editor .flex.flex450 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex450 > .text_wrap, .mce-content-body.page-editor .flex.flex450 > p, .mce-content-body.post-type-common_sections .flex.flex450 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex450 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex450 > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex450 > .flex_item:last-of-type, main.page .flex.flex450 > .text_wrap, main.page .flex.flex450 > p, main.lp .flex.flex450 > .flex_item:last-of-type, main.lp .flex.flex450 > .text_wrap, main.lp .flex.flex450 > p, .mce-content-body.page-editor .flex.flex450 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex450 > .text_wrap, .mce-content-body.page-editor .flex.flex450 > p, .mce-content-body.post-type-common_sections .flex.flex450 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex450 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex450 > p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 40.9090909091%);
        -ms-flex: 0 1 calc(100% - 40.9090909091%);
            flex: 0 1 calc(100% - 40.9090909091%);
  }
}
@media screen and (max-width: 767px) {
  main.page .flex.flex450 > .flex_item:first-of-type, main.page .flex.flex450 > .img_wrap, main.page .flex.flex450 > img, main.page .flex.flex450 > .flex_item:last-of-type, main.page .flex.flex450 > .text_wrap, main.page .flex.flex450 > p, main.lp .flex.flex450 > .flex_item:first-of-type, main.lp .flex.flex450 > .img_wrap, main.lp .flex.flex450 > img, main.lp .flex.flex450 > .flex_item:last-of-type, main.lp .flex.flex450 > .text_wrap, main.lp .flex.flex450 > p, .mce-content-body.page-editor .flex.flex450 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex450 > .img_wrap, .mce-content-body.page-editor .flex.flex450 > img, .mce-content-body.page-editor .flex.flex450 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex450 > .text_wrap, .mce-content-body.page-editor .flex.flex450 > p, .mce-content-body.post-type-common_sections .flex.flex450 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex450 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex450 > img, .mce-content-body.post-type-common_sections .flex.flex450 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex450 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex450 > p {
    width: 100%;
    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 > .flex_item:first-of-type, main.page .flex.flex480 > .img_wrap, main.page .flex.flex480 > img, main.lp .flex.flex480 > .flex_item:first-of-type, main.lp .flex.flex480 > .img_wrap, main.lp .flex.flex480 > img, .mce-content-body.page-editor .flex.flex480 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex480 > .img_wrap, .mce-content-body.page-editor .flex.flex480 > img, .mce-content-body.post-type-common_sections .flex.flex480 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex480 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex480 > img {
  max-width: 480px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex480 > .flex_item:first-of-type, main.page .flex.flex480 > .img_wrap, main.page .flex.flex480 > img, main.lp .flex.flex480 > .flex_item:first-of-type, main.lp .flex.flex480 > .img_wrap, main.lp .flex.flex480 > img, .mce-content-body.page-editor .flex.flex480 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex480 > .img_wrap, .mce-content-body.page-editor .flex.flex480 > img, .mce-content-body.post-type-common_sections .flex.flex480 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex480 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex480 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 43.6363636364%;
        -ms-flex: 0 1 43.6363636364%;
            flex: 0 1 43.6363636364%;
    max-width: 480px;
    min-width: 0;
  }
}
main.page .flex.flex480 > .flex_item:last-of-type, main.page .flex.flex480 > .text_wrap, main.page .flex.flex480 > p, main.lp .flex.flex480 > .flex_item:last-of-type, main.lp .flex.flex480 > .text_wrap, main.lp .flex.flex480 > p, .mce-content-body.page-editor .flex.flex480 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex480 > .text_wrap, .mce-content-body.page-editor .flex.flex480 > p, .mce-content-body.post-type-common_sections .flex.flex480 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex480 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex480 > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex480 > .flex_item:last-of-type, main.page .flex.flex480 > .text_wrap, main.page .flex.flex480 > p, main.lp .flex.flex480 > .flex_item:last-of-type, main.lp .flex.flex480 > .text_wrap, main.lp .flex.flex480 > p, .mce-content-body.page-editor .flex.flex480 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex480 > .text_wrap, .mce-content-body.page-editor .flex.flex480 > p, .mce-content-body.post-type-common_sections .flex.flex480 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex480 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex480 > p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 43.6363636364%);
        -ms-flex: 0 1 calc(100% - 43.6363636364%);
            flex: 0 1 calc(100% - 43.6363636364%);
  }
}
@media screen and (max-width: 767px) {
  main.page .flex.flex480 > .flex_item:first-of-type, main.page .flex.flex480 > .img_wrap, main.page .flex.flex480 > img, main.page .flex.flex480 > .flex_item:last-of-type, main.page .flex.flex480 > .text_wrap, main.page .flex.flex480 > p, main.lp .flex.flex480 > .flex_item:first-of-type, main.lp .flex.flex480 > .img_wrap, main.lp .flex.flex480 > img, main.lp .flex.flex480 > .flex_item:last-of-type, main.lp .flex.flex480 > .text_wrap, main.lp .flex.flex480 > p, .mce-content-body.page-editor .flex.flex480 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex480 > .img_wrap, .mce-content-body.page-editor .flex.flex480 > img, .mce-content-body.page-editor .flex.flex480 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex480 > .text_wrap, .mce-content-body.page-editor .flex.flex480 > p, .mce-content-body.post-type-common_sections .flex.flex480 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex480 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex480 > img, .mce-content-body.post-type-common_sections .flex.flex480 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex480 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex480 > p {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.page .flex.flex500 > .flex_item:first-of-type, main.page .flex.flex500 > .img_wrap, main.page .flex.flex500 > img, main.lp .flex.flex500 > .flex_item:first-of-type, main.lp .flex.flex500 > .img_wrap, main.lp .flex.flex500 > img, .mce-content-body.page-editor .flex.flex500 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex500 > .img_wrap, .mce-content-body.page-editor .flex.flex500 > img, .mce-content-body.post-type-common_sections .flex.flex500 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex500 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex500 > img {
  max-width: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex500 > .flex_item:first-of-type, main.page .flex.flex500 > .img_wrap, main.page .flex.flex500 > img, main.lp .flex.flex500 > .flex_item:first-of-type, main.lp .flex.flex500 > .img_wrap, main.lp .flex.flex500 > img, .mce-content-body.page-editor .flex.flex500 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex500 > .img_wrap, .mce-content-body.page-editor .flex.flex500 > img, .mce-content-body.post-type-common_sections .flex.flex500 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex500 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex500 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45.4545454545%;
        -ms-flex: 0 1 45.4545454545%;
            flex: 0 1 45.4545454545%;
    max-width: 500px;
    min-width: 0;
  }
}
main.page .flex.flex500 > .flex_item:last-of-type, main.page .flex.flex500 > .text_wrap, main.page .flex.flex500 > p, main.lp .flex.flex500 > .flex_item:last-of-type, main.lp .flex.flex500 > .text_wrap, main.lp .flex.flex500 > p, .mce-content-body.page-editor .flex.flex500 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex500 > .text_wrap, .mce-content-body.page-editor .flex.flex500 > p, .mce-content-body.post-type-common_sections .flex.flex500 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex500 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex500 > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex500 > .flex_item:last-of-type, main.page .flex.flex500 > .text_wrap, main.page .flex.flex500 > p, main.lp .flex.flex500 > .flex_item:last-of-type, main.lp .flex.flex500 > .text_wrap, main.lp .flex.flex500 > p, .mce-content-body.page-editor .flex.flex500 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex500 > .text_wrap, .mce-content-body.page-editor .flex.flex500 > p, .mce-content-body.post-type-common_sections .flex.flex500 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex500 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex500 > p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 45.4545454545%);
        -ms-flex: 0 1 calc(100% - 45.4545454545%);
            flex: 0 1 calc(100% - 45.4545454545%);
  }
}
@media screen and (max-width: 767px) {
  main.page .flex.flex500 > .flex_item:first-of-type, main.page .flex.flex500 > .img_wrap, main.page .flex.flex500 > img, main.page .flex.flex500 > .flex_item:last-of-type, main.page .flex.flex500 > .text_wrap, main.page .flex.flex500 > p, main.lp .flex.flex500 > .flex_item:first-of-type, main.lp .flex.flex500 > .img_wrap, main.lp .flex.flex500 > img, main.lp .flex.flex500 > .flex_item:last-of-type, main.lp .flex.flex500 > .text_wrap, main.lp .flex.flex500 > p, .mce-content-body.page-editor .flex.flex500 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex500 > .img_wrap, .mce-content-body.page-editor .flex.flex500 > img, .mce-content-body.page-editor .flex.flex500 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex500 > .text_wrap, .mce-content-body.page-editor .flex.flex500 > p, .mce-content-body.post-type-common_sections .flex.flex500 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex500 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex500 > img, .mce-content-body.post-type-common_sections .flex.flex500 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex500 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex500 > p {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.page .flex.flex540 > .flex_item:first-of-type, main.page .flex.flex540 > .img_wrap, main.page .flex.flex540 > img, main.lp .flex.flex540 > .flex_item:first-of-type, main.lp .flex.flex540 > .img_wrap, main.lp .flex.flex540 > img, .mce-content-body.page-editor .flex.flex540 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex540 > .img_wrap, .mce-content-body.page-editor .flex.flex540 > img, .mce-content-body.post-type-common_sections .flex.flex540 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex540 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex540 > img {
  max-width: 540px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex540 > .flex_item:first-of-type, main.page .flex.flex540 > .img_wrap, main.page .flex.flex540 > img, main.lp .flex.flex540 > .flex_item:first-of-type, main.lp .flex.flex540 > .img_wrap, main.lp .flex.flex540 > img, .mce-content-body.page-editor .flex.flex540 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex540 > .img_wrap, .mce-content-body.page-editor .flex.flex540 > img, .mce-content-body.post-type-common_sections .flex.flex540 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex540 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex540 > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 49.0909090909%;
        -ms-flex: 0 1 49.0909090909%;
            flex: 0 1 49.0909090909%;
    max-width: 540px;
    min-width: 0;
  }
}
main.page .flex.flex540 > .flex_item:last-of-type, main.page .flex.flex540 > .text_wrap, main.page .flex.flex540 > p, main.lp .flex.flex540 > .flex_item:last-of-type, main.lp .flex.flex540 > .text_wrap, main.lp .flex.flex540 > p, .mce-content-body.page-editor .flex.flex540 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex540 > .text_wrap, .mce-content-body.page-editor .flex.flex540 > p, .mce-content-body.post-type-common_sections .flex.flex540 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex540 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex540 > p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.page .flex.flex540 > .flex_item:last-of-type, main.page .flex.flex540 > .text_wrap, main.page .flex.flex540 > p, main.lp .flex.flex540 > .flex_item:last-of-type, main.lp .flex.flex540 > .text_wrap, main.lp .flex.flex540 > p, .mce-content-body.page-editor .flex.flex540 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex540 > .text_wrap, .mce-content-body.page-editor .flex.flex540 > p, .mce-content-body.post-type-common_sections .flex.flex540 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex540 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex540 > p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 49.0909090909%);
        -ms-flex: 0 1 calc(100% - 49.0909090909%);
            flex: 0 1 calc(100% - 49.0909090909%);
  }
}
@media screen and (max-width: 767px) {
  main.page .flex.flex540 > .flex_item:first-of-type, main.page .flex.flex540 > .img_wrap, main.page .flex.flex540 > img, main.page .flex.flex540 > .flex_item:last-of-type, main.page .flex.flex540 > .text_wrap, main.page .flex.flex540 > p, main.lp .flex.flex540 > .flex_item:first-of-type, main.lp .flex.flex540 > .img_wrap, main.lp .flex.flex540 > img, main.lp .flex.flex540 > .flex_item:last-of-type, main.lp .flex.flex540 > .text_wrap, main.lp .flex.flex540 > p, .mce-content-body.page-editor .flex.flex540 > .flex_item:first-of-type, .mce-content-body.page-editor .flex.flex540 > .img_wrap, .mce-content-body.page-editor .flex.flex540 > img, .mce-content-body.page-editor .flex.flex540 > .flex_item:last-of-type, .mce-content-body.page-editor .flex.flex540 > .text_wrap, .mce-content-body.page-editor .flex.flex540 > p, .mce-content-body.post-type-common_sections .flex.flex540 > .flex_item:first-of-type, .mce-content-body.post-type-common_sections .flex.flex540 > .img_wrap, .mce-content-body.post-type-common_sections .flex.flex540 > img, .mce-content-body.post-type-common_sections .flex.flex540 > .flex_item:last-of-type, .mce-content-body.post-type-common_sections .flex.flex540 > .text_wrap, .mce-content-body.post-type-common_sections .flex.flex540 > p {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main.page .flex .img_wrap img, main.lp .flex .img_wrap img, .mce-content-body.page-editor .flex .img_wrap img, .mce-content-body.post-type-common_sections .flex .img_wrap img {
    width: 100%;
  }
}
main.page .flex > img, main.lp .flex > img, .mce-content-body.page-editor .flex > img, .mce-content-body.post-type-common_sections .flex > img {
  min-width: 0;
}
main.page .flex .flex_item .border_box, main.lp .flex .flex_item .border_box, .mce-content-body.page-editor .flex .flex_item .border_box, .mce-content-body.post-type-common_sections .flex .flex_item .border_box {
  margin-top: 0;
  height: 100%;
}
main.page .grid, main.lp .grid, .mce-content-body.page-editor .grid, .mce-content-body.post-type-common_sections .grid {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.page .grid, main.lp .grid, .mce-content-body.page-editor .grid, .mce-content-body.post-type-common_sections .grid {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page .grid.col-2, main.lp .grid.col-2, .mce-content-body.page-editor .grid.col-2, .mce-content-body.post-type-common_sections .grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
main.page .grid.col-3, main.lp .grid.col-3, .mce-content-body.page-editor .grid.col-3, .mce-content-body.post-type-common_sections .grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  main.page .grid.sp-col-1, main.lp .grid.sp-col-1, .mce-content-body.page-editor .grid.sp-col-1, .mce-content-body.post-type-common_sections .grid.sp-col-1 {
    grid-template-columns: 1fr;
  }
}
main.page .grid .grid_item .border_box, main.lp .grid .grid_item .border_box, .mce-content-body.page-editor .grid .grid_item .border_box, .mce-content-body.post-type-common_sections .grid .grid_item .border_box {
  margin-top: 0;
}
main.page .grid.number_list .grid_item, main.lp .grid.number_list .grid_item, .mce-content-body.page-editor .grid.number_list .grid_item, .mce-content-body.post-type-common_sections .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: #223C65;
  font-weight: bold;
  background: #F1F3FC;
  border: 1px solid #223C65;
  text-align: center;
  min-height: 310px;
}
@media screen and (max-width: 1439px) {
  main.page .grid.number_list .grid_item, main.lp .grid.number_list .grid_item, .mce-content-body.page-editor .grid.number_list .grid_item, .mce-content-body.post-type-common_sections .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, main.lp .grid.number_list .grid_item, .mce-content-body.page-editor .grid.number_list .grid_item, .mce-content-body.post-type-common_sections .grid.number_list .grid_item {
    min-height: 180px;
  }
}
main.page .grid.number_list .grid_item span.number, main.lp .grid.number_list .grid_item span.number, .mce-content-body.page-editor .grid.number_list .grid_item span.number, .mce-content-body.post-type-common_sections .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: #223C65;
  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, main.lp .grid.number_list .grid_item span.number, .mce-content-body.page-editor .grid.number_list .grid_item span.number, .mce-content-body.post-type-common_sections .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, main.lp .grid.number_list .grid_item .small, .mce-content-body.page-editor .grid.number_list .grid_item .small, .mce-content-body.post-type-common_sections .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, main.lp .grid.number_list .grid_item .small, .mce-content-body.page-editor .grid.number_list .grid_item .small, .mce-content-body.post-type-common_sections .grid.number_list .grid_item .small {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.page .border_box, main.lp .border_box, .mce-content-body.page-editor .border_box, .mce-content-body.post-type-common_sections .border_box {
  border: 1px solid #223C65;
  margin-top: 40px;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.page .border_box, main.lp .border_box, .mce-content-body.page-editor .border_box, .mce-content-body.post-type-common_sections .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, main.lp .border_box h3:first-of-type, .mce-content-body.page-editor .border_box h3:first-of-type, .mce-content-body.post-type-common_sections .border_box h3:first-of-type {
  margin-top: 0;
}
main.page .border_box h3, main.lp .border_box h3, .mce-content-body.page-editor .border_box h3, .mce-content-body.post-type-common_sections .border_box h3 {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  main.page .border_box h3, main.lp .border_box h3, .mce-content-body.page-editor .border_box h3, .mce-content-body.post-type-common_sections .border_box h3 {
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
main.page .border_box ul li, main.lp .border_box ul li, .mce-content-body.page-editor .border_box ul li, .mce-content-body.post-type-common_sections .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, main.lp .border_box ul li, .mce-content-body.page-editor .border_box ul li, .mce-content-body.post-type-common_sections .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, main.lp .border_box ul li, .mce-content-body.page-editor .border_box ul li, .mce-content-body.post-type-common_sections .border_box ul li {
    padding-bottom: 10px;
    line-height: 1.25;
  }
}
main.page .border_box ul li:last-of-type, main.lp .border_box ul li:last-of-type, .mce-content-body.page-editor .border_box ul li:last-of-type, .mce-content-body.post-type-common_sections .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, main.lp .bg_blue_box, main.lp .bg_blue_box02, main.lp .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, .mce-content-body.post-type-common_sections .bg_blue_box, .mce-content-body.post-type-common_sections .bg_blue_box02, .mce-content-body.post-type-common_sections .bg_yellow_box {
  padding: 25px;
  border: 1px solid #223C65;
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.page .bg_blue_box, main.page .bg_blue_box02, main.page .bg_yellow_box, main.lp .bg_blue_box, main.lp .bg_blue_box02, main.lp .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, .mce-content-body.post-type-common_sections .bg_blue_box, .mce-content-body.post-type-common_sections .bg_blue_box02, .mce-content-body.post-type-common_sections .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, main.lp .bg_blue_box > *:first-child, main.lp .bg_blue_box02 > *:first-child, main.lp .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, .mce-content-body.post-type-common_sections .bg_blue_box > *:first-child, .mce-content-body.post-type-common_sections .bg_blue_box02 > *:first-child, .mce-content-body.post-type-common_sections .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, main.lp .bg_blue_box > *:last-child, main.lp .bg_blue_box02 > *:last-child, main.lp .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, .mce-content-body.post-type-common_sections .bg_blue_box > *:last-child, .mce-content-body.post-type-common_sections .bg_blue_box02 > *:last-child, .mce-content-body.post-type-common_sections .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, main.lp .bg_blue_box.mv32, main.lp .bg_blue_box02.mv32, main.lp .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, .mce-content-body.post-type-common_sections .bg_blue_box.mv32, .mce-content-body.post-type-common_sections .bg_blue_box02.mv32, .mce-content-body.post-type-common_sections .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, main.lp .bg_blue_box.mv32, main.lp .bg_blue_box02.mv32, main.lp .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, .mce-content-body.post-type-common_sections .bg_blue_box.mv32, .mce-content-body.post-type-common_sections .bg_blue_box02.mv32, .mce-content-body.post-type-common_sections .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, main.lp .bg_blue_box .title, main.lp .bg_blue_box02 .title, main.lp .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, .mce-content-body.post-type-common_sections .bg_blue_box .title, .mce-content-body.post-type-common_sections .bg_blue_box02 .title, .mce-content-body.post-type-common_sections .bg_yellow_box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  color: #223C65;
  padding-bottom: 10px;
  border-bottom: 1px solid #223C65;
}
@media screen and (max-width: 1439px) {
  main.page .bg_blue_box .title, main.page .bg_blue_box02 .title, main.page .bg_yellow_box .title, main.lp .bg_blue_box .title, main.lp .bg_blue_box02 .title, main.lp .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, .mce-content-body.post-type-common_sections .bg_blue_box .title, .mce-content-body.post-type-common_sections .bg_blue_box02 .title, .mce-content-body.post-type-common_sections .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 h3.circle, main.page .bg_blue_box h4.circle, main.page .bg_blue_box02 h3.circle, main.page .bg_blue_box02 h4.circle, main.page .bg_yellow_box h3.circle, main.page .bg_yellow_box h4.circle, main.lp .bg_blue_box h3.circle, main.lp .bg_blue_box h4.circle, main.lp .bg_blue_box02 h3.circle, main.lp .bg_blue_box02 h4.circle, main.lp .bg_yellow_box h3.circle, main.lp .bg_yellow_box h4.circle, .mce-content-body.page-editor .bg_blue_box h3.circle, .mce-content-body.page-editor .bg_blue_box h4.circle, .mce-content-body.page-editor .bg_blue_box02 h3.circle, .mce-content-body.page-editor .bg_blue_box02 h4.circle, .mce-content-body.page-editor .bg_yellow_box h3.circle, .mce-content-body.page-editor .bg_yellow_box h4.circle, .mce-content-body.post-type-common_sections .bg_blue_box h3.circle, .mce-content-body.post-type-common_sections .bg_blue_box h4.circle, .mce-content-body.post-type-common_sections .bg_blue_box02 h3.circle, .mce-content-body.post-type-common_sections .bg_blue_box02 h4.circle, .mce-content-body.post-type-common_sections .bg_yellow_box h3.circle, .mce-content-body.post-type-common_sections .bg_yellow_box h4.circle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #223C65;
  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 h3.circle, main.page .bg_blue_box h4.circle, main.page .bg_blue_box02 h3.circle, main.page .bg_blue_box02 h4.circle, main.page .bg_yellow_box h3.circle, main.page .bg_yellow_box h4.circle, main.lp .bg_blue_box h3.circle, main.lp .bg_blue_box h4.circle, main.lp .bg_blue_box02 h3.circle, main.lp .bg_blue_box02 h4.circle, main.lp .bg_yellow_box h3.circle, main.lp .bg_yellow_box h4.circle, .mce-content-body.page-editor .bg_blue_box h3.circle, .mce-content-body.page-editor .bg_blue_box h4.circle, .mce-content-body.page-editor .bg_blue_box02 h3.circle, .mce-content-body.page-editor .bg_blue_box02 h4.circle, .mce-content-body.page-editor .bg_yellow_box h3.circle, .mce-content-body.page-editor .bg_yellow_box h4.circle, .mce-content-body.post-type-common_sections .bg_blue_box h3.circle, .mce-content-body.post-type-common_sections .bg_blue_box h4.circle, .mce-content-body.post-type-common_sections .bg_blue_box02 h3.circle, .mce-content-body.post-type-common_sections .bg_blue_box02 h4.circle, .mce-content-body.post-type-common_sections .bg_yellow_box h3.circle, .mce-content-body.post-type-common_sections .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 h3.circle, main.page .bg_blue_box h4.circle, main.page .bg_blue_box02 h3.circle, main.page .bg_blue_box02 h4.circle, main.page .bg_yellow_box h3.circle, main.page .bg_yellow_box h4.circle, main.lp .bg_blue_box h3.circle, main.lp .bg_blue_box h4.circle, main.lp .bg_blue_box02 h3.circle, main.lp .bg_blue_box02 h4.circle, main.lp .bg_yellow_box h3.circle, main.lp .bg_yellow_box h4.circle, .mce-content-body.page-editor .bg_blue_box h3.circle, .mce-content-body.page-editor .bg_blue_box h4.circle, .mce-content-body.page-editor .bg_blue_box02 h3.circle, .mce-content-body.page-editor .bg_blue_box02 h4.circle, .mce-content-body.page-editor .bg_yellow_box h3.circle, .mce-content-body.page-editor .bg_yellow_box h4.circle, .mce-content-body.post-type-common_sections .bg_blue_box h3.circle, .mce-content-body.post-type-common_sections .bg_blue_box h4.circle, .mce-content-body.post-type-common_sections .bg_blue_box02 h3.circle, .mce-content-body.post-type-common_sections .bg_blue_box02 h4.circle, .mce-content-body.post-type-common_sections .bg_yellow_box h3.circle, .mce-content-body.post-type-common_sections .bg_yellow_box h4.circle {
    padding-left: 13px;
  }
}
main.page .bg_blue_box h3.circle:first-of-type, main.page .bg_blue_box h4.circle:first-of-type, main.page .bg_blue_box02 h3.circle:first-of-type, main.page .bg_blue_box02 h4.circle:first-of-type, main.page .bg_yellow_box h3.circle:first-of-type, main.page .bg_yellow_box h4.circle:first-of-type, main.lp .bg_blue_box h3.circle:first-of-type, main.lp .bg_blue_box h4.circle:first-of-type, main.lp .bg_blue_box02 h3.circle:first-of-type, main.lp .bg_blue_box02 h4.circle:first-of-type, main.lp .bg_yellow_box h3.circle:first-of-type, main.lp .bg_yellow_box h4.circle:first-of-type, .mce-content-body.page-editor .bg_blue_box h3.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 h3.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 h3.circle:first-of-type, .mce-content-body.page-editor .bg_yellow_box h4.circle:first-of-type, .mce-content-body.post-type-common_sections .bg_blue_box h3.circle:first-of-type, .mce-content-body.post-type-common_sections .bg_blue_box h4.circle:first-of-type, .mce-content-body.post-type-common_sections .bg_blue_box02 h3.circle:first-of-type, .mce-content-body.post-type-common_sections .bg_blue_box02 h4.circle:first-of-type, .mce-content-body.post-type-common_sections .bg_yellow_box h3.circle:first-of-type, .mce-content-body.post-type-common_sections .bg_yellow_box h4.circle:first-of-type {
  margin-top: 0;
}
main.page .bg_blue_box h3.circle::before, main.page .bg_blue_box h4.circle::before, main.page .bg_blue_box02 h3.circle::before, main.page .bg_blue_box02 h4.circle::before, main.page .bg_yellow_box h3.circle::before, main.page .bg_yellow_box h4.circle::before, main.lp .bg_blue_box h3.circle::before, main.lp .bg_blue_box h4.circle::before, main.lp .bg_blue_box02 h3.circle::before, main.lp .bg_blue_box02 h4.circle::before, main.lp .bg_yellow_box h3.circle::before, main.lp .bg_yellow_box h4.circle::before, .mce-content-body.page-editor .bg_blue_box h3.circle::before, .mce-content-body.page-editor .bg_blue_box h4.circle::before, .mce-content-body.page-editor .bg_blue_box02 h3.circle::before, .mce-content-body.page-editor .bg_blue_box02 h4.circle::before, .mce-content-body.page-editor .bg_yellow_box h3.circle::before, .mce-content-body.page-editor .bg_yellow_box h4.circle::before, .mce-content-body.post-type-common_sections .bg_blue_box h3.circle::before, .mce-content-body.post-type-common_sections .bg_blue_box h4.circle::before, .mce-content-body.post-type-common_sections .bg_blue_box02 h3.circle::before, .mce-content-body.post-type-common_sections .bg_blue_box02 h4.circle::before, .mce-content-body.post-type-common_sections .bg_yellow_box h3.circle::before, .mce-content-body.post-type-common_sections .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 h3.circle::before, main.page .bg_blue_box h4.circle::before, main.page .bg_blue_box02 h3.circle::before, main.page .bg_blue_box02 h4.circle::before, main.page .bg_yellow_box h3.circle::before, main.page .bg_yellow_box h4.circle::before, main.lp .bg_blue_box h3.circle::before, main.lp .bg_blue_box h4.circle::before, main.lp .bg_blue_box02 h3.circle::before, main.lp .bg_blue_box02 h4.circle::before, main.lp .bg_yellow_box h3.circle::before, main.lp .bg_yellow_box h4.circle::before, .mce-content-body.page-editor .bg_blue_box h3.circle::before, .mce-content-body.page-editor .bg_blue_box h4.circle::before, .mce-content-body.page-editor .bg_blue_box02 h3.circle::before, .mce-content-body.page-editor .bg_blue_box02 h4.circle::before, .mce-content-body.page-editor .bg_yellow_box h3.circle::before, .mce-content-body.page-editor .bg_yellow_box h4.circle::before, .mce-content-body.post-type-common_sections .bg_blue_box h3.circle::before, .mce-content-body.post-type-common_sections .bg_blue_box h4.circle::before, .mce-content-body.post-type-common_sections .bg_blue_box02 h3.circle::before, .mce-content-body.post-type-common_sections .bg_blue_box02 h4.circle::before, .mce-content-body.post-type-common_sections .bg_yellow_box h3.circle::before, .mce-content-body.post-type-common_sections .bg_yellow_box h4.circle::before {
    width: 8px;
    height: 8px;
    top: 0.55em;
  }
}
main.page .bg_blue_box, main.lp .bg_blue_box, .mce-content-body.page-editor .bg_blue_box, .mce-content-body.post-type-common_sections .bg_blue_box {
  background: #F8FBFF;
}
main.page .bg_blue_box02, main.lp .bg_blue_box02, .mce-content-body.page-editor .bg_blue_box02, .mce-content-body.post-type-common_sections .bg_blue_box02 {
  background: #F1F7FC;
}
main.page .bg_yellow_box, main.lp .bg_yellow_box, .mce-content-body.page-editor .bg_yellow_box, .mce-content-body.post-type-common_sections .bg_yellow_box {
  background: #FDFCF1;
}
main.page dl:not(.treatment-info, .clinic_info), main.lp dl:not(.treatment-info, .clinic_info), .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info), .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) {
  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:not(.treatment-info, .clinic_info) dt, main.page dl:not(.treatment-info, .clinic_info) dd, main.lp dl:not(.treatment-info, .clinic_info) dt, main.lp dl:not(.treatment-info, .clinic_info) dd, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dt, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dd, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) dt, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) 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:not(.treatment-info, .clinic_info) dt, main.page dl:not(.treatment-info, .clinic_info) dd, main.lp dl:not(.treatment-info, .clinic_info) dt, main.lp dl:not(.treatment-info, .clinic_info) dd, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dt, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dd, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) dt, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page dl:not(.treatment-info, .clinic_info) dt, main.page dl:not(.treatment-info, .clinic_info) dd, main.lp dl:not(.treatment-info, .clinic_info) dt, main.lp dl:not(.treatment-info, .clinic_info) dd, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dt, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dd, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) dt, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) dd {
    padding-bottom: 10px;
  }
}
main.page dl:not(.treatment-info, .clinic_info) dt:last-of-type, main.page dl:not(.treatment-info, .clinic_info) dd:last-of-type, main.lp dl:not(.treatment-info, .clinic_info) dt:last-of-type, main.lp dl:not(.treatment-info, .clinic_info) dd:last-of-type, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dt:last-of-type, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dd:last-of-type, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) dt:last-of-type, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) dd:last-of-type {
  margin-bottom: 0;
}
main.page dl:not(.treatment-info, .clinic_info) dt, main.lp dl:not(.treatment-info, .clinic_info) dt, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dt, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) dt {
  width: 180px;
  padding-right: 20px;
}
@media screen and (max-width: 1439px) {
  main.page dl:not(.treatment-info, .clinic_info) dt, main.lp dl:not(.treatment-info, .clinic_info) dt, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dt, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) dt {
    width: max(80px, 80px + 100 * (100vw - 390px) / 1049);
    padding-right: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.page dl:not(.treatment-info, .clinic_info) dd, main.lp dl:not(.treatment-info, .clinic_info) dd, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dd, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1439px) {
  main.page dl:not(.treatment-info, .clinic_info) dd, main.lp dl:not(.treatment-info, .clinic_info) dd, .mce-content-body.page-editor dl:not(.treatment-info, .clinic_info) dd, .mce-content-body.post-type-common_sections dl:not(.treatment-info, .clinic_info) 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, main.page ul.check_list_circle, main.lp ul.circle_list, main.lp ul.check_list, main.lp ul.check_list_circle, .mce-content-body.page-editor ul.circle_list, .mce-content-body.page-editor ul.check_list, .mce-content-body.page-editor ul.check_list_circle, .mce-content-body.post-type-common_sections ul.circle_list, .mce-content-body.post-type-common_sections ul.check_list, .mce-content-body.post-type-common_sections ul.check_list_circle {
  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, main.page ul.check_list_circle, main.lp ul.circle_list, main.lp ul.check_list, main.lp ul.check_list_circle, .mce-content-body.page-editor ul.circle_list, .mce-content-body.page-editor ul.check_list, .mce-content-body.page-editor ul.check_list_circle, .mce-content-body.post-type-common_sections ul.circle_list, .mce-content-body.post-type-common_sections ul.check_list, .mce-content-body.post-type-common_sections ul.check_list_circle {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.page ul.circle_list li, main.page ul.check_list li, main.page ul.check_list_circle li, main.lp ul.circle_list li, main.lp ul.check_list li, main.lp ul.check_list_circle li, .mce-content-body.page-editor ul.circle_list li, .mce-content-body.page-editor ul.check_list li, .mce-content-body.page-editor ul.check_list_circle li, .mce-content-body.post-type-common_sections ul.circle_list li, .mce-content-body.post-type-common_sections ul.check_list li, .mce-content-body.post-type-common_sections ul.check_list_circle li {
  font-size: 16px;
  line-height: 180%;
  padding-left: 15px;
  font-weight: bold;
  position: relative;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.page ul.circle_list li, main.page ul.check_list li, main.page ul.check_list_circle li, main.lp ul.circle_list li, main.lp ul.check_list li, main.lp ul.check_list_circle li, .mce-content-body.page-editor ul.circle_list li, .mce-content-body.page-editor ul.check_list li, .mce-content-body.page-editor ul.check_list_circle li, .mce-content-body.post-type-common_sections ul.circle_list li, .mce-content-body.post-type-common_sections ul.check_list li, .mce-content-body.post-type-common_sections ul.check_list_circle 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, main.page ul.check_list_circle li, main.lp ul.circle_list li, main.lp ul.check_list li, main.lp ul.check_list_circle li, .mce-content-body.page-editor ul.circle_list li, .mce-content-body.page-editor ul.check_list li, .mce-content-body.page-editor ul.check_list_circle li, .mce-content-body.post-type-common_sections ul.circle_list li, .mce-content-body.post-type-common_sections ul.check_list li, .mce-content-body.post-type-common_sections ul.check_list_circle li {
    padding-left: 13px;
  }
}
main.page ul.circle_list li::before, main.page ul.check_list li::before, main.page ul.check_list_circle li::before, main.lp ul.circle_list li::before, main.lp ul.check_list li::before, main.lp ul.check_list_circle li::before, .mce-content-body.page-editor ul.circle_list li::before, .mce-content-body.page-editor ul.check_list li::before, .mce-content-body.page-editor ul.check_list_circle li::before, .mce-content-body.post-type-common_sections ul.circle_list li::before, .mce-content-body.post-type-common_sections ul.check_list li::before, .mce-content-body.post-type-common_sections ul.check_list_circle 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, main.page ul.check_list_circle li::before, main.lp ul.circle_list li::before, main.lp ul.check_list li::before, main.lp ul.check_list_circle li::before, .mce-content-body.page-editor ul.circle_list li::before, .mce-content-body.page-editor ul.check_list li::before, .mce-content-body.page-editor ul.check_list_circle li::before, .mce-content-body.post-type-common_sections ul.circle_list li::before, .mce-content-body.post-type-common_sections ul.check_list li::before, .mce-content-body.post-type-common_sections ul.check_list_circle li::before {
    width: 8px;
    height: 8px;
  }
}
main.page ul.check_list li, main.page ul.check_list_circle li, main.lp ul.check_list li, main.lp ul.check_list_circle li, .mce-content-body.page-editor ul.check_list li, .mce-content-body.page-editor ul.check_list_circle li, .mce-content-body.post-type-common_sections ul.check_list li, .mce-content-body.post-type-common_sections ul.check_list_circle li {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  main.page ul.check_list li, main.page ul.check_list_circle li, main.lp ul.check_list li, main.lp ul.check_list_circle li, .mce-content-body.page-editor ul.check_list li, .mce-content-body.page-editor ul.check_list_circle li, .mce-content-body.post-type-common_sections ul.check_list li, .mce-content-body.post-type-common_sections ul.check_list_circle li {
    padding-left: 23px;
  }
}
main.page ul.check_list li::before, main.page ul.check_list_circle li::before, main.lp ul.check_list li::before, main.lp ul.check_list_circle li::before, .mce-content-body.page-editor ul.check_list li::before, .mce-content-body.page-editor ul.check_list_circle li::before, .mce-content-body.post-type-common_sections ul.check_list li::before, .mce-content-body.post-type-common_sections ul.check_list_circle 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, main.page ul.check_list_circle li::before, main.lp ul.check_list li::before, main.lp ul.check_list_circle li::before, .mce-content-body.page-editor ul.check_list li::before, .mce-content-body.page-editor ul.check_list_circle li::before, .mce-content-body.post-type-common_sections ul.check_list li::before, .mce-content-body.post-type-common_sections ul.check_list_circle li::before {
    width: 16px;
    height: 16px;
  }
}
main.page ul.check_list_circle li::before, main.lp ul.check_list_circle li::before, .mce-content-body.page-editor ul.check_list_circle li::before, .mce-content-body.post-type-common_sections ul.check_list_circle li::before {
  background: url(../img/common/icon_list_check_circle.png) no-repeat center/contain;
}
main.page ul.anchor-link_list, main.lp ul.anchor-link_list, .mce-content-body.page-editor ul.anchor-link_list, .mce-content-body.post-type-common_sections 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, main.lp ul.anchor-link_list, .mce-content-body.page-editor ul.anchor-link_list, .mce-content-body.post-type-common_sections 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, main.lp ul.anchor-link_list, .mce-content-body.page-editor ul.anchor-link_list, .mce-content-body.post-type-common_sections ul.anchor-link_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  main.page ul.anchor-link_list, main.lp ul.anchor-link_list, .mce-content-body.page-editor ul.anchor-link_list, .mce-content-body.post-type-common_sections ul.anchor-link_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.page ul.anchor-link_list li a, main.lp ul.anchor-link_list li a, .mce-content-body.page-editor ul.anchor-link_list li a, .mce-content-body.post-type-common_sections ul.anchor-link_list li a {
  font-size: 14px;
  font-weight: 500;
  color: #223C65;
  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 #223C65;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page ul.anchor-link_list li a, main.lp ul.anchor-link_list li a, .mce-content-body.page-editor ul.anchor-link_list li a, .mce-content-body.post-type-common_sections 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, main.lp ul.anchor-link_list li a::after, .mce-content-body.page-editor ul.anchor-link_list li a::after, .mce-content-body.post-type-common_sections 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, main.lp ul.anchor-link_list li a::after, .mce-content-body.page-editor ul.anchor-link_list li a::after, .mce-content-body.post-type-common_sections 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 ul.number_list, main.lp ul.number_list, .mce-content-body.page-editor ul.number_list, .mce-content-body.post-type-common_sections ul.number_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.page ul.number_list, main.lp ul.number_list, .mce-content-body.page-editor ul.number_list, .mce-content-body.post-type-common_sections ul.number_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page ul.number_list, main.lp ul.number_list, .mce-content-body.page-editor ul.number_list, .mce-content-body.post-type-common_sections ul.number_list {
    grid-template-columns: 1fr;
  }
}
main.page ul.number_list li span.number, main.lp ul.number_list li span.number, .mce-content-body.page-editor ul.number_list li span.number, .mce-content-body.post-type-common_sections ul.number_list li span.number {
  display: inline-block;
  font-size: 100px;
  line-height: 63px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: #1F67A7;
  padding-left: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.page ul.number_list li span.number, main.lp ul.number_list li span.number, .mce-content-body.page-editor ul.number_list li span.number, .mce-content-body.post-type-common_sections ul.number_list li span.number {
    font-size: max(80px, 80px + 20 * (100vw - 390px) / 1049);
  }
}
main.page ul.number_list li .img_wrap, main.lp ul.number_list li .img_wrap, .mce-content-body.page-editor ul.number_list li .img_wrap, .mce-content-body.post-type-common_sections ul.number_list li .img_wrap {
  margin-top: -13px;
}
main.page ul.number_list li .img_wrap img, main.lp ul.number_list li .img_wrap img, .mce-content-body.page-editor ul.number_list li .img_wrap img, .mce-content-body.post-type-common_sections ul.number_list li .img_wrap img {
  width: 100%;
}
main.page ul.number_list li h3, main.lp ul.number_list li h3, .mce-content-body.page-editor ul.number_list li h3, .mce-content-body.post-type-common_sections ul.number_list li h3 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1F67A7;
  margin: 24px 0;
  text-align: center;
  color: #1F67A7;
}
@media screen and (max-width: 1439px) {
  main.page ul.number_list li h3, main.lp ul.number_list li h3, .mce-content-body.page-editor ul.number_list li h3, .mce-content-body.post-type-common_sections ul.number_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 389px) {
  main.page ul.number_list li h3, main.lp ul.number_list li h3, .mce-content-body.page-editor ul.number_list li h3, .mce-content-body.post-type-common_sections ul.number_list li h3 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.page p.large, main.lp p.large, .mce-content-body.page-editor p.large, .mce-content-body.post-type-common_sections p.large {
  font-size: 20px;
  font-weight: bold;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.page p.large, main.lp p.large, .mce-content-body.page-editor p.large, .mce-content-body.post-type-common_sections p.large {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
  }
}
main.page span.large, main.lp span.large, .mce-content-body.page-editor span.large, .mce-content-body.post-type-common_sections span.large {
  font-size: 20px;
  line-height: 180%;
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  main.page span.large, main.lp span.large, .mce-content-body.page-editor span.large, .mce-content-body.post-type-common_sections span.large {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list, main.lp ul.step_list, .mce-content-body.page-editor ul.step_list, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list, .mce-content-body.page-editor ul.step_list, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li, .mce-content-body.page-editor ul.step_list > li, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li, .mce-content-body.page-editor ul.step_list > li, .mce-content-body.post-type-common_sections ul.step_list > li {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list > li:nth-of-type(even), main.lp ul.step_list > li:nth-of-type(even), .mce-content-body.page-editor ul.step_list > li:nth-of-type(even), .mce-content-body.post-type-common_sections ul.step_list > li:nth-of-type(even) {
  background: #F8FBFF;
  border-color: #223C65;
}
main.page ul.step_list > li:nth-of-type(even) .step_title .step_number, main.lp 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, .mce-content-body.post-type-common_sections ul.step_list > li:nth-of-type(even) .step_title .step_number {
  background: #223C65;
}
main.page ul.step_list > li:nth-of-type(even) .step_title h3, main.lp 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, .mce-content-body.post-type-common_sections ul.step_list > li:nth-of-type(even) .step_title h3 {
  color: #223C65;
}
main.page ul.step_list > li::before, main.lp ul.step_list > li::before, .mce-content-body.page-editor ul.step_list > li::before, .mce-content-body.post-type-common_sections ul.step_list > li::before {
  display: none;
}
main.page ul.step_list > li > *:last-child, main.lp ul.step_list > li > *:last-child, .mce-content-body.page-editor ul.step_list > li > *:last-child, .mce-content-body.post-type-common_sections ul.step_list > li > *:last-child {
  margin-bottom: 0 !important;
}
main.page ul.step_list > li:not(:last-of-type)::after, main.lp ul.step_list > li:not(:last-of-type)::after, .mce-content-body.page-editor ul.step_list > li:not(:last-of-type)::after, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li:not(:last-of-type)::after, .mce-content-body.page-editor ul.step_list > li:not(:last-of-type)::after, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_title, .mce-content-body.page-editor ul.step_list > li .step_title, .mce-content-body.post-type-common_sections 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 #223C65;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list > li .step_title, main.lp ul.step_list > li .step_title, .mce-content-body.page-editor ul.step_list > li .step_title, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_title .step_number, .mce-content-body.page-editor ul.step_list > li .step_title .step_number, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_title .step_number, .mce-content-body.page-editor ul.step_list > li .step_title .step_number, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_title .step_number, .mce-content-body.page-editor ul.step_list > li .step_title .step_number, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_title h3, .mce-content-body.page-editor ul.step_list > li .step_title h3, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_title h3, .mce-content-body.page-editor ul.step_list > li .step_title h3, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_title h3, .mce-content-body.page-editor ul.step_list > li .step_title h3, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_title h3::before, .mce-content-body.page-editor ul.step_list > li .step_title h3::before, .mce-content-body.post-type-common_sections ul.step_list > li .step_title h3::before {
  display: none;
}
main.page ul.step_list > li .step_content h4, main.lp ul.step_list > li .step_content h4, .mce-content-body.page-editor ul.step_list > li .step_content h4, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_content h4::before, .mce-content-body.page-editor ul.step_list > li .step_content h4::before, .mce-content-body.post-type-common_sections ul.step_list > li .step_content h4::before {
  display: none;
}
main.page ul.step_list > li .step_content h4.mt24, main.lp ul.step_list > li .step_content h4.mt24, .mce-content-body.page-editor ul.step_list > li .step_content h4.mt24, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_content h4.mt24, .mce-content-body.page-editor ul.step_list > li .step_content h4.mt24, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_content ul.circle_list, .mce-content-body.page-editor ul.step_list > li .step_content ul.circle_list, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li .step_content ul.circle_list, .mce-content-body.page-editor ul.step_list > li .step_content ul.circle_list, .mce-content-body.post-type-common_sections 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, main.lp ul.step_list > li p, .mce-content-body.page-editor ul.step_list > li p, .mce-content-body.post-type-common_sections ul.step_list > li p {
  line-height: 1.875;
}
main.page ul.step_list02, main.lp ul.step_list02, .mce-content-body.page-editor ul.step_list02, .mce-content-body.post-type-common_sections ul.step_list02 {
  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: 53px;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list02, main.lp ul.step_list02, .mce-content-body.page-editor ul.step_list02, .mce-content-body.post-type-common_sections ul.step_list02 {
    gap: max(32px, 32px + 21 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list02 > li, main.lp ul.step_list02 > li, .mce-content-body.page-editor ul.step_list02 > li, .mce-content-body.post-type-common_sections ul.step_list02 > li {
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #223C65;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list02 > li, main.lp ul.step_list02 > li, .mce-content-body.page-editor ul.step_list02 > li, .mce-content-body.post-type-common_sections ul.step_list02 > li {
    padding-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list02 > li:nth-of-type(even) .step_title .step_number, main.lp ul.step_list02 > li:nth-of-type(even) .step_title .step_number, .mce-content-body.page-editor ul.step_list02 > li:nth-of-type(even) .step_title .step_number, .mce-content-body.post-type-common_sections ul.step_list02 > li:nth-of-type(even) .step_title .step_number {
  background: #1F67A7;
}
main.page ul.step_list02 > li:last-of-type, main.lp ul.step_list02 > li:last-of-type, .mce-content-body.page-editor ul.step_list02 > li:last-of-type, .mce-content-body.post-type-common_sections ul.step_list02 > li:last-of-type {
  border-bottom: none;
  padding-bottom: 0 !important;
}
main.page ul.step_list02 > li:not(:last-of-type)::after, main.lp ul.step_list02 > li:not(:last-of-type)::after, .mce-content-body.page-editor ul.step_list02 > li:not(:last-of-type)::after, .mce-content-body.post-type-common_sections ul.step_list02 > li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 25px;
  height: 13px;
  background-color: #223C65;
  position: absolute;
  left: 50%;
  bottom: 0;
  -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%);
}
main.page ul.step_list02 > li .step_title, main.lp ul.step_list02 > li .step_title, .mce-content-body.page-editor ul.step_list02 > li .step_title, .mce-content-body.post-type-common_sections ul.step_list02 > 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 #ccc;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list02 > li .step_title, main.lp ul.step_list02 > li .step_title, .mce-content-body.page-editor ul.step_list02 > li .step_title, .mce-content-body.post-type-common_sections ul.step_list02 > li .step_title {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list02 > li .step_title .step_number, main.lp ul.step_list02 > li .step_title .step_number, .mce-content-body.page-editor ul.step_list02 > li .step_title .step_number, .mce-content-body.post-type-common_sections ul.step_list02 > li .step_title .step_number {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  background: #223C65;
  padding: 3px 21px 3px 11px;
  -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_list02 > li .step_title .step_number, main.lp ul.step_list02 > li .step_title .step_number, .mce-content-body.page-editor ul.step_list02 > li .step_title .step_number, .mce-content-body.post-type-common_sections ul.step_list02 > 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_list02 > li .step_title .step_number, main.lp ul.step_list02 > li .step_title .step_number, .mce-content-body.page-editor ul.step_list02 > li .step_title .step_number, .mce-content-body.post-type-common_sections ul.step_list02 > 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_list02 > li .step_title .step_number .en, main.lp ul.step_list02 > li .step_title .step_number .en, .mce-content-body.page-editor ul.step_list02 > li .step_title .step_number .en, .mce-content-body.post-type-common_sections ul.step_list02 > li .step_title .step_number .en {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list02 > li .step_title .step_number .en, main.lp ul.step_list02 > li .step_title .step_number .en, .mce-content-body.page-editor ul.step_list02 > li .step_title .step_number .en, .mce-content-body.post-type-common_sections ul.step_list02 > li .step_title .step_number .en {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    line-height: max(29px, 29px + 5 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list02 > li .step_title .step_number .en .number, main.lp ul.step_list02 > li .step_title .step_number .en .number, .mce-content-body.page-editor ul.step_list02 > li .step_title .step_number .en .number, .mce-content-body.post-type-common_sections ul.step_list02 > li .step_title .step_number .en .number {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list02 > li .step_title .step_number .en .number, main.lp ul.step_list02 > li .step_title .step_number .en .number, .mce-content-body.page-editor ul.step_list02 > li .step_title .step_number .en .number, .mce-content-body.post-type-common_sections ul.step_list02 > li .step_title .step_number .en .number {
    font-size: max(24px, 24px + 4 * (100vw - 390px) / 1049);
    line-height: max(29px, 29px + 5 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_list02 > li .step_title h3, main.lp ul.step_list02 > li .step_title h3, .mce-content-body.page-editor ul.step_list02 > li .step_title h3, .mce-content-body.post-type-common_sections ul.step_list02 > li .step_title h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list02 > li .step_title h3, main.lp ul.step_list02 > li .step_title h3, .mce-content-body.page-editor ul.step_list02 > li .step_title h3, .mce-content-body.post-type-common_sections ul.step_list02 > li .step_title h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page ul.step_list02 > li .step_title h3, main.lp ul.step_list02 > li .step_title h3, .mce-content-body.page-editor ul.step_list02 > li .step_title h3, .mce-content-body.post-type-common_sections ul.step_list02 > li .step_title h3 {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
main.page ul.step_list02 > li .step_title h3::before, main.lp ul.step_list02 > li .step_title h3::before, .mce-content-body.page-editor ul.step_list02 > li .step_title h3::before, .mce-content-body.post-type-common_sections ul.step_list02 > li .step_title h3::before {
  display: none;
}
main.page ul.step_list02 > li p, main.lp ul.step_list02 > li p, .mce-content-body.page-editor ul.step_list02 > li p, .mce-content-body.post-type-common_sections ul.step_list02 > li p {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  main.page ul.step_list02 > li p, main.lp ul.step_list02 > li p, .mce-content-body.page-editor ul.step_list02 > li p, .mce-content-body.post-type-common_sections ul.step_list02 > li p {
    line-height: 2.1428571429;
  }
}
main.page ul.step_list_row, main.lp ul.step_list_row, .mce-content-body.page-editor ul.step_list_row, .mce-content-body.post-type-common_sections ul.step_list_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media screen and (max-width: 767px) {
  main.page ul.step_list_row, main.lp ul.step_list_row, .mce-content-body.page-editor ul.step_list_row, .mce-content-body.post-type-common_sections ul.step_list_row {
    grid-template-columns: 1fr;
  }
}
main.page ul.step_list_row.col-4, main.lp ul.step_list_row.col-4, .mce-content-body.page-editor ul.step_list_row.col-4, .mce-content-body.post-type-common_sections ul.step_list_row.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  main.page ul.step_list_row.col-4, main.lp ul.step_list_row.col-4, .mce-content-body.page-editor ul.step_list_row.col-4, .mce-content-body.post-type-common_sections ul.step_list_row.col-4 {
    grid-template-columns: 1fr;
  }
}
main.page ul.step_list_row li, main.lp ul.step_list_row li, .mce-content-body.page-editor ul.step_list_row li, .mce-content-body.post-type-common_sections ul.step_list_row li {
  position: relative;
}
main.page ul.step_list_row li:not(:first-of-type)::before, main.lp ul.step_list_row li:not(:first-of-type)::before, .mce-content-body.page-editor ul.step_list_row li:not(:first-of-type)::before, .mce-content-body.post-type-common_sections ul.step_list_row li:not(:first-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  left: -16px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 15px;
  height: auto;
  aspect-ratio: 15/27;
  background: #0555B0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  main.page ul.step_list_row li:not(:first-of-type)::before, main.lp ul.step_list_row li:not(:first-of-type)::before, .mce-content-body.page-editor ul.step_list_row li:not(:first-of-type)::before, .mce-content-body.post-type-common_sections ul.step_list_row li:not(:first-of-type)::before {
    left: 50%;
    top: -10px;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    width: 27px;
    aspect-ratio: 27/15;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
main.page ul.step_list_row li .img_wrap img, main.lp ul.step_list_row li .img_wrap img, .mce-content-body.page-editor ul.step_list_row li .img_wrap img, .mce-content-body.post-type-common_sections ul.step_list_row li .img_wrap img {
  margin-inline: auto;
}
main.page ul.step_list_row li span.number, main.lp ul.step_list_row li span.number, .mce-content-body.page-editor ul.step_list_row li span.number, .mce-content-body.post-type-common_sections ul.step_list_row li span.number {
  font-size: 32px;
  margin-bottom: 18px;
  text-align: center;
  color: #1F67A7;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list_row li span.number, main.lp ul.step_list_row li span.number, .mce-content-body.page-editor ul.step_list_row li span.number, .mce-content-body.post-type-common_sections ul.step_list_row li span.number {
    margin-bottom: max(10px, 10px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page ul.step_list_row li span.number, main.lp ul.step_list_row li span.number, .mce-content-body.page-editor ul.step_list_row li span.number, .mce-content-body.post-type-common_sections ul.step_list_row li span.number {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.page ul.step_list_row li h3, main.lp ul.step_list_row li h3, .mce-content-body.page-editor ul.step_list_row li h3, .mce-content-body.post-type-common_sections ul.step_list_row li h3 {
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_list_row li h3, main.lp ul.step_list_row li h3, .mce-content-body.page-editor ul.step_list_row li h3, .mce-content-body.post-type-common_sections ul.step_list_row li h3 {
    font-size: max(14px, 14px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.page ul.step_list_row li h3, main.lp ul.step_list_row li h3, .mce-content-body.page-editor ul.step_list_row li h3, .mce-content-body.post-type-common_sections ul.step_list_row li h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page ul.step_list_row li h3, main.lp ul.step_list_row li h3, .mce-content-body.page-editor ul.step_list_row li h3, .mce-content-body.post-type-common_sections ul.step_list_row li h3 {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
  }
}
main.page ul.step_circle_list, main.lp ul.step_circle_list, .mce-content-body.page-editor ul.step_circle_list, .mce-content-body.post-type-common_sections ul.step_circle_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: 40px;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_circle_list, main.lp ul.step_circle_list, .mce-content-body.page-editor ul.step_circle_list, .mce-content-body.post-type-common_sections ul.step_circle_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_circle_list li, main.lp ul.step_circle_list li, .mce-content-body.page-editor ul.step_circle_list li, .mce-content-body.post-type-common_sections ul.step_circle_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_circle_list li, main.lp ul.step_circle_list li, .mce-content-body.page-editor ul.step_circle_list li, .mce-content-body.post-type-common_sections ul.step_circle_list li {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_circle_list li:nth-of-type(even) .step_number, main.lp ul.step_circle_list li:nth-of-type(even) .step_number, .mce-content-body.page-editor ul.step_circle_list li:nth-of-type(even) .step_number, .mce-content-body.post-type-common_sections ul.step_circle_list li:nth-of-type(even) .step_number {
  background: #1F67A7;
}
main.page ul.step_circle_list li:not(:last-of-type)::before, main.lp ul.step_circle_list li:not(:last-of-type)::before, .mce-content-body.page-editor ul.step_circle_list li:not(:last-of-type)::before, .mce-content-body.post-type-common_sections ul.step_circle_list li:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  left: 60.5px;
  top: 60px;
  width: 1px;
  height: 100%;
  background: #223C65;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_circle_list li:not(:last-of-type)::before, main.lp ul.step_circle_list li:not(:last-of-type)::before, .mce-content-body.page-editor ul.step_circle_list li:not(:last-of-type)::before, .mce-content-body.post-type-common_sections ul.step_circle_list li:not(:last-of-type)::before {
    left: max(32.75px, 32.75px + 27.75 * (100vw - 390px) / 1049);
    top: max(32.5px, 32.5px + 27.5 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_circle_list li .step_number, main.lp ul.step_circle_list li .step_number, .mce-content-body.page-editor ul.step_circle_list li .step_number, .mce-content-body.post-type-common_sections ul.step_circle_list li .step_number {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  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;
  text-align: center;
  border-radius: 50%;
  background: #223C65;
  color: #fff;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_circle_list li .step_number, main.lp ul.step_circle_list li .step_number, .mce-content-body.page-editor ul.step_circle_list li .step_number, .mce-content-body.post-type-common_sections ul.step_circle_list li .step_number {
    width: max(65px, 65px + 55 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_circle_list li .step_number::before, main.lp ul.step_circle_list li .step_number::before, .mce-content-body.page-editor ul.step_circle_list li .step_number::before, .mce-content-body.post-type-common_sections ul.step_circle_list li .step_number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.page ul.step_circle_list li .step_number::before, main.lp ul.step_circle_list li .step_number::before, .mce-content-body.page-editor ul.step_circle_list li .step_number::before, .mce-content-body.post-type-common_sections ul.step_circle_list li .step_number::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}
main.page ul.step_circle_list li .step_number .fz24, main.lp ul.step_circle_list li .step_number .fz24, .mce-content-body.page-editor ul.step_circle_list li .step_number .fz24, .mce-content-body.post-type-common_sections ul.step_circle_list li .step_number .fz24 {
  font-size: 24px;
  font-style: italic;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_circle_list li .step_number .fz24, main.lp ul.step_circle_list li .step_number .fz24, .mce-content-body.page-editor ul.step_circle_list li .step_number .fz24, .mce-content-body.post-type-common_sections ul.step_circle_list li .step_number .fz24 {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_circle_list li .step_number .fz40, main.lp ul.step_circle_list li .step_number .fz40, .mce-content-body.page-editor ul.step_circle_list li .step_number .fz40, .mce-content-body.post-type-common_sections ul.step_circle_list li .step_number .fz40 {
  font-size: 40px;
  font-style: italic;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_circle_list li .step_number .fz40, main.lp ul.step_circle_list li .step_number .fz40, .mce-content-body.page-editor ul.step_circle_list li .step_number .fz40, .mce-content-body.post-type-common_sections ul.step_circle_list li .step_number .fz40 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
main.page ul.step_circle_list li .step_content_wrap .text_wrap h3, main.lp ul.step_circle_list li .step_content_wrap .text_wrap h3, .mce-content-body.page-editor ul.step_circle_list li .step_content_wrap .text_wrap h3, .mce-content-body.post-type-common_sections ul.step_circle_list li .step_content_wrap .text_wrap h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.page ul.step_circle_list li .step_content_wrap .text_wrap h3, main.lp ul.step_circle_list li .step_content_wrap .text_wrap h3, .mce-content-body.page-editor ul.step_circle_list li .step_content_wrap .text_wrap h3, .mce-content-body.post-type-common_sections ul.step_circle_list li .step_content_wrap .text_wrap h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.page ul.step_circle_list li .step_content_wrap .text_wrap h3, main.lp ul.step_circle_list li .step_content_wrap .text_wrap h3, .mce-content-body.page-editor ul.step_circle_list li .step_content_wrap .text_wrap h3, .mce-content-body.post-type-common_sections ul.step_circle_list li .step_content_wrap .text_wrap h3 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.page ul.faq_list, main.lp ul.faq_list, .mce-content-body.page-editor ul.faq_list, .mce-content-body.post-type-common_sections 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, main.lp ul.faq_list, .mce-content-body.page-editor ul.faq_list, .mce-content-body.post-type-common_sections ul.faq_list {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.page ul.faq_list.mb40, main.lp ul.faq_list.mb40, .mce-content-body.page-editor ul.faq_list.mb40, .mce-content-body.post-type-common_sections ul.faq_list.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.page ul.faq_list.mb40, main.lp ul.faq_list.mb40, .mce-content-body.page-editor ul.faq_list.mb40, .mce-content-body.post-type-common_sections ul.faq_list.mb40 {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page ul.faq_list li, main.lp ul.faq_list li, .mce-content-body.page-editor ul.faq_list li, .mce-content-body.post-type-common_sections ul.faq_list li {
  border: 1px solid #004D9F;
}
main.page ul.faq_list li .faq_question, main.lp ul.faq_list li .faq_question, .mce-content-body.page-editor ul.faq_list li .faq_question, .mce-content-body.post-type-common_sections ul.faq_list li .faq_question {
  display: block;
  width: 100%;
  padding: 20px 20px;
  color: #223C65;
  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, main.lp ul.faq_list li .faq_question, .mce-content-body.page-editor ul.faq_list li .faq_question, .mce-content-body.post-type-common_sections 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, main.lp ul.faq_list li .faq_question, .mce-content-body.page-editor ul.faq_list li .faq_question, .mce-content-body.post-type-common_sections 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, main.lp ul.faq_list li .faq_question span.q_mark, .mce-content-body.page-editor ul.faq_list li .faq_question span.q_mark, .mce-content-body.post-type-common_sections 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: #223C65;
  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, main.lp ul.faq_list li .faq_question span.q_mark, .mce-content-body.page-editor ul.faq_list li .faq_question span.q_mark, .mce-content-body.post-type-common_sections 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, main.lp ul.faq_list li .faq_question h3, .mce-content-body.page-editor ul.faq_list li .faq_question h3, .mce-content-body.post-type-common_sections 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, main.lp ul.faq_list li .faq_question h3, .mce-content-body.page-editor ul.faq_list li .faq_question h3, .mce-content-body.post-type-common_sections 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, main.lp ul.faq_list li .faq_question h3::before, .mce-content-body.page-editor ul.faq_list li .faq_question h3::before, .mce-content-body.post-type-common_sections ul.faq_list li .faq_question h3::before {
  display: none;
}
main.page ul.faq_list li .faq_answer, main.lp ul.faq_list li .faq_answer, .mce-content-body.page-editor ul.faq_list li .faq_answer, .mce-content-body.post-type-common_sections 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: #F8FBFF;
  padding: 20px;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  main.page ul.faq_list li .faq_answer, main.lp ul.faq_list li .faq_answer, .mce-content-body.page-editor ul.faq_list li .faq_answer, .mce-content-body.post-type-common_sections 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, main.lp ul.faq_list li .faq_answer span.a_mark, .mce-content-body.page-editor ul.faq_list li .faq_answer span.a_mark, .mce-content-body.post-type-common_sections ul.faq_list li .faq_answer span.a_mark {
  font-size: 20px;
  color: #223C65;
  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 #223C65;
  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, main.lp ul.faq_list li .faq_answer span.a_mark, .mce-content-body.page-editor ul.faq_list li .faq_answer span.a_mark, .mce-content-body.post-type-common_sections 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, main.lp ul.faq_list li .faq_answer span.a_mark, .mce-content-body.page-editor ul.faq_list li .faq_answer span.a_mark, .mce-content-body.post-type-common_sections ul.faq_list li .faq_answer span.a_mark {
    margin-top: 4px;
  }
}
main.page ul.faq_list li .faq_answer p, main.lp ul.faq_list li .faq_answer p, .mce-content-body.page-editor ul.faq_list li .faq_answer p, .mce-content-body.post-type-common_sections 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, main.lp ul.faq_list li .faq_answer p, .mce-content-body.page-editor ul.faq_list li .faq_answer p, .mce-content-body.post-type-common_sections ul.faq_list li .faq_answer p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.page ul.sitemap_list, main.lp ul.sitemap_list, .mce-content-body.page-editor ul.sitemap_list, .mce-content-body.post-type-common_sections 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, main.lp ul.sitemap_list, .mce-content-body.page-editor ul.sitemap_list, .mce-content-body.post-type-common_sections ul.sitemap_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page ul.sitemap_list > li, main.lp ul.sitemap_list > li, .mce-content-body.page-editor ul.sitemap_list > li, .mce-content-body.post-type-common_sections ul.sitemap_list > li {
  padding: 0;
  margin: 0;
}
main.page ul.sitemap_list > li::before, main.lp ul.sitemap_list > li::before, .mce-content-body.page-editor ul.sitemap_list > li::before, .mce-content-body.post-type-common_sections ul.sitemap_list > li::before {
  display: none;
}
main.page ul.sitemap_list > li > a, main.lp ul.sitemap_list > li > a, .mce-content-body.page-editor ul.sitemap_list > li > a, .mce-content-body.post-type-common_sections ul.sitemap_list > li > a {
  font-size: 24px;
  font-weight: bold;
  color: #223C65;
  padding-bottom: 10px;
  border-bottom: 1px solid #223C65;
  display: block;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.page ul.sitemap_list > li > a, main.lp ul.sitemap_list > li > a, .mce-content-body.page-editor ul.sitemap_list > li > a, .mce-content-body.post-type-common_sections ul.sitemap_list > li > a {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.page ul.sitemap_list > li > a::after, main.lp ul.sitemap_list > li > a::after, .mce-content-body.page-editor ul.sitemap_list > li > a::after, .mce-content-body.post-type-common_sections 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, main.lp ul.sitemap_list > li > a::after, .mce-content-body.page-editor ul.sitemap_list > li > a::after, .mce-content-body.post-type-common_sections 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, main.lp ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.post-type-common_sections 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, main.lp ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.post-type-common_sections 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, main.lp ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.post-type-common_sections 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, main.lp ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child, .mce-content-body.post-type-common_sections ul.sitemap_list > li ul.sitemap_list_child {
    grid-template-columns: 1fr;
  }
}
main.page ul.sitemap_list > li ul.sitemap_list_child li, main.lp ul.sitemap_list > li ul.sitemap_list_child li, .mce-content-body.page-editor ul.sitemap_list > li ul.sitemap_list_child li, .mce-content-body.post-type-common_sections 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, main.lp 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, .mce-content-body.post-type-common_sections ul.sitemap_list > li ul.sitemap_list_child li::before {
  display: none;
}
main.page ul.sitemap_list > li ul.sitemap_list_child li a, main.lp 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, .mce-content-body.post-type-common_sections ul.sitemap_list > li ul.sitemap_list_child li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  color: #223C65;
  background: #F1F3FC;
  padding: 10px;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.page ul.sitemap_list > li ul.sitemap_list_child li a, main.lp 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, .mce-content-body.post-type-common_sections ul.sitemap_list > li ul.sitemap_list_child li a {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
main.page table:not(.medical-table), main.lp table:not(.medical-table), .mce-content-body.page-editor table:not(.medical-table), .mce-content-body.post-type-common_sections table:not(.medical-table) {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
}
@media screen and (max-width: 1439px) {
  main.page table:not(.medical-table), main.lp table:not(.medical-table), .mce-content-body.page-editor table:not(.medical-table), .mce-content-body.post-type-common_sections table:not(.medical-table) {
    margin: max(16px, 16px + 16 * (100vw - 390px) / 1049) 0;
  }
}
main.page table:not(.medical-table) th, main.page table:not(.medical-table) td, main.lp table:not(.medical-table) th, main.lp table:not(.medical-table) td, .mce-content-body.page-editor table:not(.medical-table) th, .mce-content-body.page-editor table:not(.medical-table) td, .mce-content-body.post-type-common_sections table:not(.medical-table) th, .mce-content-body.post-type-common_sections table:not(.medical-table) td {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  main.page table:not(.medical-table) th, main.page table:not(.medical-table) td, main.lp table:not(.medical-table) th, main.lp table:not(.medical-table) td, .mce-content-body.page-editor table:not(.medical-table) th, .mce-content-body.page-editor table:not(.medical-table) td, .mce-content-body.post-type-common_sections table:not(.medical-table) th, .mce-content-body.post-type-common_sections table:not(.medical-table) td {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.page table.th_table th, main.lp table.th_table th, .mce-content-body.page-editor table.th_table th, .mce-content-body.post-type-common_sections 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), main.lp 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), .mce-content-body.post-type-common_sections 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), main.lp 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), .mce-content-body.post-type-common_sections 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, main.lp 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, .mce-content-body.post-type-common_sections 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, main.lp 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, .mce-content-body.post-type-common_sections 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, main.lp 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, .mce-content-body.post-type-common_sections 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, main.lp 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, .mce-content-body.post-type-common_sections 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, main.lp 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, .mce-content-body.post-type-common_sections 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, main.lp table.table_bgcolor-3 tbody th, .mce-content-body.page-editor table.table_bgcolor-3 tbody th, .mce-content-body.post-type-common_sections 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, main.lp table.table_bgcolor-3 tbody th, .mce-content-body.page-editor table.table_bgcolor-3 tbody th, .mce-content-body.post-type-common_sections 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, main.lp table.table_bgcolor-3 tbody th, .mce-content-body.page-editor table.table_bgcolor-3 tbody th, .mce-content-body.post-type-common_sections 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, main.lp table.table_bgcolor-3 tbody td, .mce-content-body.page-editor table.table_bgcolor-3 tbody td, .mce-content-body.post-type-common_sections 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, main.lp table.table_bgcolor-3 tbody td, .mce-content-body.page-editor table.table_bgcolor-3 tbody td, .mce-content-body.post-type-common_sections 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, main.lp table.table_bgcolor-3 tbody td .title, .mce-content-body.page-editor table.table_bgcolor-3 tbody td .title, .mce-content-body.post-type-common_sections 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, main.lp table.table_bgcolor-3 tbody td .title, .mce-content-body.page-editor table.table_bgcolor-3 tbody td .title, .mce-content-body.post-type-common_sections 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, main.lp table.table_bgcolor-3 tbody td .title, .mce-content-body.page-editor table.table_bgcolor-3 tbody td .title, .mce-content-body.post-type-common_sections 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, main.lp table.table_bgcolor-3 tbody td img, .mce-content-body.page-editor table.table_bgcolor-3 tbody td img, .mce-content-body.post-type-common_sections table.table_bgcolor-3 tbody td img {
  margin-bottom: 16px;
}
main.page table.table_bgcolor-3 tbody td p, main.lp table.table_bgcolor-3 tbody td p, .mce-content-body.page-editor table.table_bgcolor-3 tbody td p, .mce-content-body.post-type-common_sections 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, main.lp table.table_bgcolor-3 tbody td p, .mce-content-body.page-editor table.table_bgcolor-3 tbody td p, .mce-content-body.post-type-common_sections 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, main.lp table.table_bgcolor-3 tbody td p, .mce-content-body.page-editor table.table_bgcolor-3 tbody td p, .mce-content-body.post-type-common_sections table.table_bgcolor-3 tbody td p {
    line-height: 1.5;
  }
}
main.page table.table_bgcolor-3 tbody td ul.circle_list, main.lp table.table_bgcolor-3 tbody td ul.circle_list, .mce-content-body.page-editor table.table_bgcolor-3 tbody td ul.circle_list, .mce-content-body.post-type-common_sections table.table_bgcolor-3 tbody td ul.circle_list {
  margin: 0;
}
main.page table.table_bgcolor-3 tbody td ul.circle_list li, main.lp 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, .mce-content-body.post-type-common_sections 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, main.lp 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, .mce-content-body.post-type-common_sections 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, main.lp 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, .mce-content-body.post-type-common_sections 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, main.lp 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, .mce-content-body.post-type-common_sections 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, main.lp 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, .mce-content-body.post-type-common_sections table.table_bgcolor-3 tbody td ul.circle_list li::before {
    width: 5px;
    height: 5px;
  }
}
main.page .scroll_wrap, main.lp .scroll_wrap, .mce-content-body.page-editor .scroll_wrap, .mce-content-body.post-type-common_sections .scroll_wrap {
  overflow: scroll;
  padding: 10px 25px 10px 10px;
}

main.page.clinic h2:not(.section_title h2), main.page.page-slug-clinic h2:not(.section_title h2), main.lp.clinic h2:not(.section_title h2), main.lp.page-slug-clinic h2:not(.section_title h2), .mce-content-body.page-editor.clinic h2:not(.section_title h2), .mce-content-body.page-editor.page-slug-clinic h2:not(.section_title h2), .mce-content-body.post-type-common_sections.clinic h2:not(.section_title h2), .mce-content-body.post-type-common_sections.page-slug-clinic h2:not(.section_title h2) {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.page.clinic h2:not(.section_title h2), main.page.page-slug-clinic h2:not(.section_title h2), main.lp.clinic h2:not(.section_title h2), main.lp.page-slug-clinic h2:not(.section_title h2), .mce-content-body.page-editor.clinic h2:not(.section_title h2), .mce-content-body.page-editor.page-slug-clinic h2:not(.section_title h2), .mce-content-body.post-type-common_sections.clinic h2:not(.section_title h2), .mce-content-body.post-type-common_sections.page-slug-clinic h2:not(.section_title h2) {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.page.clinic h3, main.page.page-slug-clinic h3, main.lp.clinic h3, main.lp.page-slug-clinic h3, .mce-content-body.page-editor.clinic h3, .mce-content-body.page-editor.page-slug-clinic h3, .mce-content-body.post-type-common_sections.clinic h3, .mce-content-body.post-type-common_sections.page-slug-clinic h3 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.page.clinic h3, main.page.page-slug-clinic h3, main.lp.clinic h3, main.lp.page-slug-clinic h3, .mce-content-body.page-editor.clinic h3, .mce-content-body.page-editor.page-slug-clinic h3, .mce-content-body.post-type-common_sections.clinic h3, .mce-content-body.post-type-common_sections.page-slug-clinic h3 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.page.clinic section.promise ul.reason_list_sub, main.page.page-slug-clinic section.promise ul.reason_list_sub, main.lp.clinic section.promise ul.reason_list_sub, main.lp.page-slug-clinic section.promise ul.reason_list_sub, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub, main.lp.clinic section.promise ul.reason_list_sub, main.lp.page-slug-clinic section.promise ul.reason_list_sub, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub, main.lp.clinic section.promise ul.reason_list_sub, main.lp.page-slug-clinic section.promise ul.reason_list_sub, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub li, main.lp.clinic section.promise ul.reason_list_sub li, main.lp.page-slug-clinic section.promise ul.reason_list_sub li, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li, .mce-content-body.post-type-common_sections.page-slug-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(34, 60, 101, 0.85);
}
@media screen and (max-width: 1439px) {
  main.page.clinic section.promise ul.reason_list_sub li, main.page.page-slug-clinic section.promise ul.reason_list_sub li, main.lp.clinic section.promise ul.reason_list_sub li, main.lp.page-slug-clinic section.promise ul.reason_list_sub li, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub li, main.lp.clinic section.promise ul.reason_list_sub li, main.lp.page-slug-clinic section.promise ul.reason_list_sub li, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li, .mce-content-body.post-type-common_sections.page-slug-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), main.page.page-slug-clinic section.promise ul.reason_list_sub li:not(:first-of-type), main.lp.clinic section.promise ul.reason_list_sub li:not(:first-of-type), main.lp.page-slug-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), .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li:not(:first-of-type), .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li:not(:first-of-type), .mce-content-body.post-type-common_sections.page-slug-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), main.page.page-slug-clinic section.promise ul.reason_list_sub li:not(:first-of-type), main.lp.clinic section.promise ul.reason_list_sub li:not(:first-of-type), main.lp.page-slug-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), .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li:not(:first-of-type), .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li:not(:first-of-type), .mce-content-body.post-type-common_sections.page-slug-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), main.page.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(3n+0), main.page.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(3n+2), main.lp.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+0), main.lp.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+2), main.lp.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(3n+0), main.lp.page-slug-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), .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(3n+0), .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(3n+2), .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+0), .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+2), .mce-content-body.post-type-common_sections.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(3n+0), .mce-content-body.post-type-common_sections.page-slug-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), main.page.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(3n+1), main.lp.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+1), main.lp.page-slug-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), .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(3n+1), .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li:nth-of-type(3n+1), .mce-content-body.post-type-common_sections.page-slug-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), main.page.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(n+4), main.lp.clinic section.promise ul.reason_list_sub li:nth-of-type(n+4), main.lp.page-slug-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), .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(n+4), .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li:nth-of-type(n+4), .mce-content-body.post-type-common_sections.page-slug-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), main.page.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(2n), main.lp.clinic section.promise ul.reason_list_sub li:nth-of-type(2n), main.lp.page-slug-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), .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li:nth-of-type(2n), .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li:nth-of-type(2n), .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub li span.number, main.lp.clinic section.promise ul.reason_list_sub li span.number, main.lp.page-slug-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, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li span.number, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li span.number, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub li span.number, main.lp.clinic section.promise ul.reason_list_sub li span.number, main.lp.page-slug-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, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li span.number, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li span.number, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub li span.number, main.lp.clinic section.promise ul.reason_list_sub li span.number, main.lp.page-slug-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, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li span.number, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li span.number, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub li h4, main.lp.clinic section.promise ul.reason_list_sub li h4, main.lp.page-slug-clinic section.promise ul.reason_list_sub li h4, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li h4, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li h4, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li h4, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub li h4, main.lp.clinic section.promise ul.reason_list_sub li h4, main.lp.page-slug-clinic section.promise ul.reason_list_sub li h4, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li h4, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li h4, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li h4, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub li h4, main.lp.clinic section.promise ul.reason_list_sub li h4, main.lp.page-slug-clinic section.promise ul.reason_list_sub li h4, .mce-content-body.page-editor.clinic section.promise ul.reason_list_sub li h4, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li h4, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li h4, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub li h4.large, main.lp.clinic section.promise ul.reason_list_sub li h4.large, main.lp.page-slug-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, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li h4.large, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li h4.large, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub li h4.large, main.lp.clinic section.promise ul.reason_list_sub li h4.large, main.lp.page-slug-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, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li h4.large, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li h4.large, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.promise ul.reason_list_sub li h4.large, main.lp.clinic section.promise ul.reason_list_sub li h4.large, main.lp.page-slug-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, .mce-content-body.page-editor.page-slug-clinic section.promise ul.reason_list_sub li h4.large, .mce-content-body.post-type-common_sections.clinic section.promise ul.reason_list_sub li h4.large, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-clinic section.space .flex, main.lp.clinic section.space .flex, main.lp.page-slug-clinic section.space .flex, .mce-content-body.page-editor.clinic section.space .flex, .mce-content-body.page-editor.page-slug-clinic section.space .flex, .mce-content-body.post-type-common_sections.clinic section.space .flex, .mce-content-body.post-type-common_sections.page-slug-clinic section.space .flex {
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  main.page.clinic section.space .flex, main.page.page-slug-clinic section.space .flex, main.lp.clinic section.space .flex, main.lp.page-slug-clinic section.space .flex, .mce-content-body.page-editor.clinic section.space .flex, .mce-content-body.page-editor.page-slug-clinic section.space .flex, .mce-content-body.post-type-common_sections.clinic section.space .flex, .mce-content-body.post-type-common_sections.page-slug-clinic section.space .flex {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.page.doctor, main.page.page-slug-doctor, main.lp.doctor, main.lp.page-slug-doctor, .mce-content-body.page-editor.doctor, .mce-content-body.page-editor.page-slug-doctor, .mce-content-body.post-type-common_sections.doctor, .mce-content-body.post-type-common_sections.page-slug-doctor {
  padding-bottom: 0;
}
main.page.doctor h2:not(.section_title h2), main.page.page-slug-doctor h2:not(.section_title h2), main.lp.doctor h2:not(.section_title h2), main.lp.page-slug-doctor h2:not(.section_title h2), .mce-content-body.page-editor.doctor h2:not(.section_title h2), .mce-content-body.page-editor.page-slug-doctor h2:not(.section_title h2), .mce-content-body.post-type-common_sections.doctor h2:not(.section_title h2), .mce-content-body.post-type-common_sections.page-slug-doctor h2:not(.section_title h2) {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.page.doctor h2:not(.section_title h2), main.page.page-slug-doctor h2:not(.section_title h2), main.lp.doctor h2:not(.section_title h2), main.lp.page-slug-doctor h2:not(.section_title h2), .mce-content-body.page-editor.doctor h2:not(.section_title h2), .mce-content-body.page-editor.page-slug-doctor h2:not(.section_title h2), .mce-content-body.post-type-common_sections.doctor h2:not(.section_title h2), .mce-content-body.post-type-common_sections.page-slug-doctor h2:not(.section_title h2) {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.page.doctor section.message .clinic_name, main.page.page-slug-doctor section.message .clinic_name, main.lp.doctor section.message .clinic_name, main.lp.page-slug-doctor section.message .clinic_name, .mce-content-body.page-editor.doctor section.message .clinic_name, .mce-content-body.page-editor.page-slug-doctor section.message .clinic_name, .mce-content-body.post-type-common_sections.doctor section.message .clinic_name, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-doctor section.message .clinic_name, main.lp.doctor section.message .clinic_name, main.lp.page-slug-doctor section.message .clinic_name, .mce-content-body.page-editor.doctor section.message .clinic_name, .mce-content-body.page-editor.page-slug-doctor section.message .clinic_name, .mce-content-body.post-type-common_sections.doctor section.message .clinic_name, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-doctor section.message .doctor_name, main.lp.doctor section.message .doctor_name, main.lp.page-slug-doctor section.message .doctor_name, .mce-content-body.page-editor.doctor section.message .doctor_name, .mce-content-body.page-editor.page-slug-doctor section.message .doctor_name, .mce-content-body.post-type-common_sections.doctor section.message .doctor_name, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-doctor section.message .doctor_name, main.lp.doctor section.message .doctor_name, main.lp.page-slug-doctor section.message .doctor_name, .mce-content-body.page-editor.doctor section.message .doctor_name, .mce-content-body.page-editor.page-slug-doctor section.message .doctor_name, .mce-content-body.post-type-common_sections.doctor section.message .doctor_name, .mce-content-body.post-type-common_sections.page-slug-doctor section.message .doctor_name {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.page.doctor section.message .doctor_name span.katagaki, main.page.page-slug-doctor section.message .doctor_name span.katagaki, main.lp.doctor section.message .doctor_name span.katagaki, main.lp.page-slug-doctor section.message .doctor_name span.katagaki, .mce-content-body.page-editor.doctor section.message .doctor_name span.katagaki, .mce-content-body.page-editor.page-slug-doctor section.message .doctor_name span.katagaki, .mce-content-body.post-type-common_sections.doctor section.message .doctor_name span.katagaki, .mce-content-body.post-type-common_sections.page-slug-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, main.page.page-slug-doctor section.message .doctor_name span.katagaki, main.lp.doctor section.message .doctor_name span.katagaki, main.lp.page-slug-doctor section.message .doctor_name span.katagaki, .mce-content-body.page-editor.doctor section.message .doctor_name span.katagaki, .mce-content-body.page-editor.page-slug-doctor section.message .doctor_name span.katagaki, .mce-content-body.post-type-common_sections.doctor section.message .doctor_name span.katagaki, .mce-content-body.post-type-common_sections.page-slug-doctor section.message .doctor_name span.katagaki {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.page.doctor section.staff, main.page.page-slug-doctor section.staff, main.lp.doctor section.staff, main.lp.page-slug-doctor section.staff, .mce-content-body.page-editor.doctor section.staff, .mce-content-body.page-editor.page-slug-doctor section.staff, .mce-content-body.post-type-common_sections.doctor section.staff, .mce-content-body.post-type-common_sections.page-slug-doctor section.staff {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  main.page.doctor section.staff, main.page.page-slug-doctor section.staff, main.lp.doctor section.staff, main.lp.page-slug-doctor section.staff, .mce-content-body.page-editor.doctor section.staff, .mce-content-body.page-editor.page-slug-doctor section.staff, .mce-content-body.post-type-common_sections.doctor section.staff, .mce-content-body.post-type-common_sections.page-slug-doctor section.staff {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.page.service .service_text_list_wrap, main.page.page-slug-service .service_text_list_wrap, main.lp.service .service_text_list_wrap, main.lp.page-slug-service .service_text_list_wrap, .mce-content-body.page-editor.service .service_text_list_wrap, .mce-content-body.page-editor.page-slug-service .service_text_list_wrap, .mce-content-body.post-type-common_sections.service .service_text_list_wrap, .mce-content-body.post-type-common_sections.page-slug-service .service_text_list_wrap {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.page.service .service_text_list_wrap, main.page.page-slug-service .service_text_list_wrap, main.lp.service .service_text_list_wrap, main.lp.page-slug-service .service_text_list_wrap, .mce-content-body.page-editor.service .service_text_list_wrap, .mce-content-body.page-editor.page-slug-service .service_text_list_wrap, .mce-content-body.post-type-common_sections.service .service_text_list_wrap, .mce-content-body.post-type-common_sections.page-slug-service .service_text_list_wrap {
    display: none;
  }
}
main.page.service .service_text_list_wrap ul.service_text_list, main.page.page-slug-service .service_text_list_wrap ul.service_text_list, main.lp.service .service_text_list_wrap ul.service_text_list, main.lp.page-slug-service .service_text_list_wrap ul.service_text_list, .mce-content-body.page-editor.service .service_text_list_wrap ul.service_text_list, .mce-content-body.page-editor.page-slug-service .service_text_list_wrap ul.service_text_list, .mce-content-body.post-type-common_sections.service .service_text_list_wrap ul.service_text_list, .mce-content-body.post-type-common_sections.page-slug-service .service_text_list_wrap ul.service_text_list {
  position: absolute;
  display: grid;
  place-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
main.page.service .service_text_list_wrap ul.service_text_list li, main.page.page-slug-service .service_text_list_wrap ul.service_text_list li, main.lp.service .service_text_list_wrap ul.service_text_list li, main.lp.page-slug-service .service_text_list_wrap ul.service_text_list li, .mce-content-body.page-editor.service .service_text_list_wrap ul.service_text_list li, .mce-content-body.page-editor.page-slug-service .service_text_list_wrap ul.service_text_list li, .mce-content-body.post-type-common_sections.service .service_text_list_wrap ul.service_text_list li, .mce-content-body.post-type-common_sections.page-slug-service .service_text_list_wrap ul.service_text_list li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  padding: 40px 60px;
}
@media screen and (max-width: 1439px) {
  main.page.service .service_text_list_wrap ul.service_text_list li, main.page.page-slug-service .service_text_list_wrap ul.service_text_list li, main.lp.service .service_text_list_wrap ul.service_text_list li, main.lp.page-slug-service .service_text_list_wrap ul.service_text_list li, .mce-content-body.page-editor.service .service_text_list_wrap ul.service_text_list li, .mce-content-body.page-editor.page-slug-service .service_text_list_wrap ul.service_text_list li, .mce-content-body.post-type-common_sections.service .service_text_list_wrap ul.service_text_list li, .mce-content-body.post-type-common_sections.page-slug-service .service_text_list_wrap ul.service_text_list li {
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
    padding: max(20px, 20px + 20 * (100vw - 768px) / 671) max(30px, 30px + 30 * (100vw - 768px) / 671);
  }
}
main.page.service .service_text_list_wrap ul.service_text_list li.active, main.page.page-slug-service .service_text_list_wrap ul.service_text_list li.active, main.lp.service .service_text_list_wrap ul.service_text_list li.active, main.lp.page-slug-service .service_text_list_wrap ul.service_text_list li.active, .mce-content-body.page-editor.service .service_text_list_wrap ul.service_text_list li.active, .mce-content-body.page-editor.page-slug-service .service_text_list_wrap ul.service_text_list li.active, .mce-content-body.post-type-common_sections.service .service_text_list_wrap ul.service_text_list li.active, .mce-content-body.post-type-common_sections.page-slug-service .service_text_list_wrap ul.service_text_list li.active {
  opacity: 1;
  visibility: visible;
}
main.page.service .service_text_list_wrap .service_img img, main.page.page-slug-service .service_text_list_wrap .service_img img, main.lp.service .service_text_list_wrap .service_img img, main.lp.page-slug-service .service_text_list_wrap .service_img img, .mce-content-body.page-editor.service .service_text_list_wrap .service_img img, .mce-content-body.page-editor.page-slug-service .service_text_list_wrap .service_img img, .mce-content-body.post-type-common_sections.service .service_text_list_wrap .service_img img, .mce-content-body.post-type-common_sections.page-slug-service .service_text_list_wrap .service_img img {
  margin: 0;
}
main.page.service ul.service_link_list, main.page.page-slug-service ul.service_link_list, main.lp.service ul.service_link_list, main.lp.page-slug-service ul.service_link_list, .mce-content-body.page-editor.service ul.service_link_list, .mce-content-body.page-editor.page-slug-service ul.service_link_list, .mce-content-body.post-type-common_sections.service ul.service_link_list, .mce-content-body.post-type-common_sections.page-slug-service ul.service_link_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  main.page.service ul.service_link_list, main.page.page-slug-service ul.service_link_list, main.lp.service ul.service_link_list, main.lp.page-slug-service ul.service_link_list, .mce-content-body.page-editor.service ul.service_link_list, .mce-content-body.page-editor.page-slug-service ul.service_link_list, .mce-content-body.post-type-common_sections.service ul.service_link_list, .mce-content-body.post-type-common_sections.page-slug-service ul.service_link_list {
    grid-template-columns: repeat(2, 1fr);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  main.page.service ul.service_link_list, main.page.page-slug-service ul.service_link_list, main.lp.service ul.service_link_list, main.lp.page-slug-service ul.service_link_list, .mce-content-body.page-editor.service ul.service_link_list, .mce-content-body.page-editor.page-slug-service ul.service_link_list, .mce-content-body.post-type-common_sections.service ul.service_link_list, .mce-content-body.post-type-common_sections.page-slug-service ul.service_link_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
main.page.service ul.service_link_list li, main.page.page-slug-service ul.service_link_list li, main.lp.service ul.service_link_list li, main.lp.page-slug-service ul.service_link_list li, .mce-content-body.page-editor.service ul.service_link_list li, .mce-content-body.page-editor.page-slug-service ul.service_link_list li, .mce-content-body.post-type-common_sections.service ul.service_link_list li, .mce-content-body.post-type-common_sections.page-slug-service ul.service_link_list li {
  padding: 0;
  margin: 0;
}
main.page.service ul.service_link_list li::before, main.page.page-slug-service ul.service_link_list li::before, main.lp.service ul.service_link_list li::before, main.lp.page-slug-service ul.service_link_list li::before, .mce-content-body.page-editor.service ul.service_link_list li::before, .mce-content-body.page-editor.page-slug-service ul.service_link_list li::before, .mce-content-body.post-type-common_sections.service ul.service_link_list li::before, .mce-content-body.post-type-common_sections.page-slug-service ul.service_link_list li::before {
  display: none;
}
main.page.service ul.service_link_list li a, main.page.page-slug-service ul.service_link_list li a, main.lp.service ul.service_link_list li a, main.lp.page-slug-service ul.service_link_list li a, .mce-content-body.page-editor.service ul.service_link_list li a, .mce-content-body.page-editor.page-slug-service ul.service_link_list li a, .mce-content-body.post-type-common_sections.service ul.service_link_list li a, .mce-content-body.post-type-common_sections.page-slug-service ul.service_link_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
  text-decoration: none;
  color: #223C65;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.page.service ul.service_link_list li a img, main.page.page-slug-service ul.service_link_list li a img, main.lp.service ul.service_link_list li a img, main.lp.page-slug-service ul.service_link_list li a img, .mce-content-body.page-editor.service ul.service_link_list li a img, .mce-content-body.page-editor.page-slug-service ul.service_link_list li a img, .mce-content-body.post-type-common_sections.service ul.service_link_list li a img, .mce-content-body.post-type-common_sections.page-slug-service ul.service_link_list li a img {
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  main.page.service ul.service_link_list li a img, main.page.page-slug-service ul.service_link_list li a img, main.lp.service ul.service_link_list li a img, main.lp.page-slug-service ul.service_link_list li a img, .mce-content-body.page-editor.service ul.service_link_list li a img, .mce-content-body.page-editor.page-slug-service ul.service_link_list li a img, .mce-content-body.post-type-common_sections.service ul.service_link_list li a img, .mce-content-body.post-type-common_sections.page-slug-service ul.service_link_list li a img {
    width: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
main.page.service ul.service_link_list li a .service_list_title, main.page.page-slug-service ul.service_link_list li a .service_list_title, main.lp.service ul.service_link_list li a .service_list_title, main.lp.page-slug-service ul.service_link_list li a .service_list_title, .mce-content-body.page-editor.service ul.service_link_list li a .service_list_title, .mce-content-body.page-editor.page-slug-service ul.service_link_list li a .service_list_title, .mce-content-body.post-type-common_sections.service ul.service_link_list li a .service_list_title, .mce-content-body.post-type-common_sections.page-slug-service ul.service_link_list li a .service_list_title {
  font-size: 20px;
  color: #223C65;
  line-height: 1.25;
}
@media screen and (max-width: 1439px) {
  main.page.service ul.service_link_list li a .service_list_title, main.page.page-slug-service ul.service_link_list li a .service_list_title, main.lp.service ul.service_link_list li a .service_list_title, main.lp.page-slug-service ul.service_link_list li a .service_list_title, .mce-content-body.page-editor.service ul.service_link_list li a .service_list_title, .mce-content-body.page-editor.page-slug-service ul.service_link_list li a .service_list_title, .mce-content-body.post-type-common_sections.service ul.service_link_list li a .service_list_title, .mce-content-body.post-type-common_sections.page-slug-service ul.service_link_list li a .service_list_title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page.service ul.service_link_list li a .service_list_title, main.page.page-slug-service ul.service_link_list li a .service_list_title, main.lp.service ul.service_link_list li a .service_list_title, main.lp.page-slug-service ul.service_link_list li a .service_list_title, .mce-content-body.page-editor.service ul.service_link_list li a .service_list_title, .mce-content-body.page-editor.page-slug-service ul.service_link_list li a .service_list_title, .mce-content-body.post-type-common_sections.service ul.service_link_list li a .service_list_title, .mce-content-body.post-type-common_sections.page-slug-service ul.service_link_list li a .service_list_title {
    line-height: 1.5625;
  }
}
main.page.service section.flow .section_title + p, main.page.page-slug-service section.flow .section_title + p, main.lp.service section.flow .section_title + p, main.lp.page-slug-service section.flow .section_title + p, .mce-content-body.page-editor.service section.flow .section_title + p, .mce-content-body.page-editor.page-slug-service section.flow .section_title + p, .mce-content-body.post-type-common_sections.service section.flow .section_title + p, .mce-content-body.post-type-common_sections.page-slug-service section.flow .section_title + p {
  line-height: 240%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.page.service section.flow .section_title + p, main.page.page-slug-service section.flow .section_title + p, main.lp.service section.flow .section_title + p, main.lp.page-slug-service section.flow .section_title + p, .mce-content-body.page-editor.service section.flow .section_title + p, .mce-content-body.page-editor.page-slug-service section.flow .section_title + p, .mce-content-body.post-type-common_sections.service section.flow .section_title + p, .mce-content-body.post-type-common_sections.page-slug-service section.flow .section_title + p {
    line-height: 210%;
  }
}
main.page.service section.flow .section_title + p .fz20, main.page.page-slug-service section.flow .section_title + p .fz20, main.lp.service section.flow .section_title + p .fz20, main.lp.page-slug-service section.flow .section_title + p .fz20, .mce-content-body.page-editor.service section.flow .section_title + p .fz20, .mce-content-body.page-editor.page-slug-service section.flow .section_title + p .fz20, .mce-content-body.post-type-common_sections.service section.flow .section_title + p .fz20, .mce-content-body.post-type-common_sections.page-slug-service section.flow .section_title + p .fz20 {
  font-size: 20px;
  display: block;
  font-weight: 500;
  line-height: 240%;
}
@media screen and (max-width: 1439px) {
  main.page.service section.flow .section_title + p .fz20, main.page.page-slug-service section.flow .section_title + p .fz20, main.lp.service section.flow .section_title + p .fz20, main.lp.page-slug-service section.flow .section_title + p .fz20, .mce-content-body.page-editor.service section.flow .section_title + p .fz20, .mce-content-body.page-editor.page-slug-service section.flow .section_title + p .fz20, .mce-content-body.post-type-common_sections.service section.flow .section_title + p .fz20, .mce-content-body.post-type-common_sections.page-slug-service section.flow .section_title + p .fz20 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page.service section.flow .section_title + p .fz20, main.page.page-slug-service section.flow .section_title + p .fz20, main.lp.service section.flow .section_title + p .fz20, main.lp.page-slug-service section.flow .section_title + p .fz20, .mce-content-body.page-editor.service section.flow .section_title + p .fz20, .mce-content-body.page-editor.page-slug-service section.flow .section_title + p .fz20, .mce-content-body.post-type-common_sections.service section.flow .section_title + p .fz20, .mce-content-body.post-type-common_sections.page-slug-service section.flow .section_title + p .fz20 {
    line-height: 210%;
  }
}
main.page.service section.privacy-policy .section_title + p, main.page.page-slug-service section.privacy-policy .section_title + p, main.lp.service section.privacy-policy .section_title + p, main.lp.page-slug-service section.privacy-policy .section_title + p, .mce-content-body.page-editor.service section.privacy-policy .section_title + p, .mce-content-body.page-editor.page-slug-service section.privacy-policy .section_title + p, .mce-content-body.post-type-common_sections.service section.privacy-policy .section_title + p, .mce-content-body.post-type-common_sections.page-slug-service section.privacy-policy .section_title + p {
  line-height: 240%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.page.service section.privacy-policy .section_title + p, main.page.page-slug-service section.privacy-policy .section_title + p, main.lp.service section.privacy-policy .section_title + p, main.lp.page-slug-service section.privacy-policy .section_title + p, .mce-content-body.page-editor.service section.privacy-policy .section_title + p, .mce-content-body.page-editor.page-slug-service section.privacy-policy .section_title + p, .mce-content-body.post-type-common_sections.service section.privacy-policy .section_title + p, .mce-content-body.post-type-common_sections.page-slug-service section.privacy-policy .section_title + p {
    line-height: 180%;
  }
}
main.page.service section.privacy-policy .privacy-policy_wrap h2, main.page.page-slug-service section.privacy-policy .privacy-policy_wrap h2, main.lp.service section.privacy-policy .privacy-policy_wrap h2, main.lp.page-slug-service section.privacy-policy .privacy-policy_wrap h2, .mce-content-body.page-editor.service section.privacy-policy .privacy-policy_wrap h2, .mce-content-body.page-editor.page-slug-service section.privacy-policy .privacy-policy_wrap h2, .mce-content-body.post-type-common_sections.service section.privacy-policy .privacy-policy_wrap h2, .mce-content-body.post-type-common_sections.page-slug-service section.privacy-policy .privacy-policy_wrap h2 {
  line-height: 1.5;
  font-size: 28px;
  background: none;
  border-bottom: 2px solid #CCCCCC;
  padding: 0 0 10px;
  color: #223C65;
  font-weight: bold;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.page.service section.privacy-policy .privacy-policy_wrap h2, main.page.page-slug-service section.privacy-policy .privacy-policy_wrap h2, main.lp.service section.privacy-policy .privacy-policy_wrap h2, main.lp.page-slug-service section.privacy-policy .privacy-policy_wrap h2, .mce-content-body.page-editor.service section.privacy-policy .privacy-policy_wrap h2, .mce-content-body.page-editor.page-slug-service section.privacy-policy .privacy-policy_wrap h2, .mce-content-body.post-type-common_sections.service section.privacy-policy .privacy-policy_wrap h2, .mce-content-body.post-type-common_sections.page-slug-service section.privacy-policy .privacy-policy_wrap h2 {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
    padding: 0 0 max(5px, 5px + 5 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.page.service section.privacy-policy .privacy-policy_wrap h2::before, main.page.page-slug-service section.privacy-policy .privacy-policy_wrap h2::before, main.lp.service section.privacy-policy .privacy-policy_wrap h2::before, main.lp.page-slug-service section.privacy-policy .privacy-policy_wrap h2::before, .mce-content-body.page-editor.service section.privacy-policy .privacy-policy_wrap h2::before, .mce-content-body.page-editor.page-slug-service section.privacy-policy .privacy-policy_wrap h2::before, .mce-content-body.post-type-common_sections.service section.privacy-policy .privacy-policy_wrap h2::before, .mce-content-body.post-type-common_sections.page-slug-service section.privacy-policy .privacy-policy_wrap h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #223C65;
}
@media screen and (max-width: 1439px) {
  main.page.service section.privacy-policy .privacy-policy_wrap h2::before, main.page.page-slug-service section.privacy-policy .privacy-policy_wrap h2::before, main.lp.service section.privacy-policy .privacy-policy_wrap h2::before, main.lp.page-slug-service section.privacy-policy .privacy-policy_wrap h2::before, .mce-content-body.page-editor.service section.privacy-policy .privacy-policy_wrap h2::before, .mce-content-body.page-editor.page-slug-service section.privacy-policy .privacy-policy_wrap h2::before, .mce-content-body.post-type-common_sections.service section.privacy-policy .privacy-policy_wrap h2::before, .mce-content-body.post-type-common_sections.page-slug-service section.privacy-policy .privacy-policy_wrap h2::before {
    width: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

main.lp h2:not(.section_title h2, h2.no-bg), .mce-content-body.page-editor h2:not(.section_title h2, h2.no-bg), .mce-content-body.post-type-common_sections h2:not(.section_title h2, h2.no-bg) {
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.lp h2:not(.section_title h2, h2.no-bg), .mce-content-body.page-editor h2:not(.section_title h2, h2.no-bg), .mce-content-body.post-type-common_sections h2:not(.section_title h2, h2.no-bg) {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp h2:not(.section_title h2, h2.no-bg), .mce-content-body.page-editor h2:not(.section_title h2, h2.no-bg), .mce-content-body.post-type-common_sections h2:not(.section_title h2, h2.no-bg) {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.lp h2:not(.section_title h2, h2.no-bg), .mce-content-body.page-editor h2:not(.section_title h2, h2.no-bg), .mce-content-body.post-type-common_sections h2:not(.section_title h2, h2.no-bg) {
    line-height: 180%;
  }
}
main.lp h2:not(.section_title h2, h2.no-bg):first-of-type, .mce-content-body.page-editor h2:not(.section_title h2, h2.no-bg):first-of-type, .mce-content-body.post-type-common_sections h2:not(.section_title h2, h2.no-bg):first-of-type {
  margin-top: 0;
}
main.lp h3:not(.risk_list h3), .mce-content-body.page-editor h3:not(.risk_list h3), .mce-content-body.post-type-common_sections h3:not(.risk_list h3) {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
main.lp h3:not(.risk_list h3)::before, .mce-content-body.page-editor h3:not(.risk_list h3)::before, .mce-content-body.post-type-common_sections h3:not(.risk_list h3)::before {
  display: none;
}
main.lp h3:not(.risk_list h3).blue, .mce-content-body.page-editor h3:not(.risk_list h3).blue, .mce-content-body.post-type-common_sections h3:not(.risk_list h3).blue {
  color: #1F67A7;
}
main.lp h3.circle::before, .mce-content-body.page-editor h3.circle::before, .mce-content-body.post-type-common_sections h3.circle::before {
  display: block;
}
main.lp h3.border_bottom, .mce-content-body.page-editor h3.border_bottom, .mce-content-body.post-type-common_sections h3.border_bottom {
  color: #1F67A7;
  padding-bottom: 10px;
  border-bottom: 2px solid #1F67A7;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.lp h3.border_bottom, .mce-content-body.page-editor h3.border_bottom, .mce-content-body.post-type-common_sections h3.border_bottom {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(15px, 15px + 9 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp h3.border_bottom, .mce-content-body.page-editor h3.border_bottom, .mce-content-body.post-type-common_sections h3.border_bottom {
    line-height: 160%;
  }
}
@media screen and (max-width: 389px) {
  main.lp h3.border_bottom, .mce-content-body.page-editor h3.border_bottom, .mce-content-body.post-type-common_sections h3.border_bottom {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.lp h4.no-bg, .mce-content-body.page-editor h4.no-bg, .mce-content-body.post-type-common_sections h4.no-bg {
  padding: 0;
  margin: 0;
  padding-left: 0;
  background: none;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.lp h4.no-bg, .mce-content-body.page-editor h4.no-bg, .mce-content-body.post-type-common_sections h4.no-bg {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp h4.no-bg, .mce-content-body.page-editor h4.no-bg, .mce-content-body.post-type-common_sections h4.no-bg {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.lp section, .mce-content-body.page-editor section, .mce-content-body.post-type-common_sections section {
  position: relative;
  z-index: 0;
}
main.lp .section_bg, .mce-content-body.page-editor .section_bg, .mce-content-body.post-type-common_sections .section_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
main.lp .section_bg img, .mce-content-body.page-editor .section_bg img, .mce-content-body.post-type-common_sections .section_bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.lp .section_title, .mce-content-body.page-editor .section_title, .mce-content-body.post-type-common_sections .section_title {
  margin-bottom: 60px;
  padding-bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.lp .section_title, .mce-content-body.page-editor .section_title, .mce-content-body.post-type-common_sections .section_title {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.lp .section_title::after, .mce-content-body.page-editor .section_title::after, .mce-content-body.post-type-common_sections .section_title::after {
  display: none;
}
main.lp .section_title .en, .mce-content-body.page-editor .section_title .en, .mce-content-body.post-type-common_sections .section_title .en {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.lp .section_title .en, .mce-content-body.page-editor .section_title .en, .mce-content-body.post-type-common_sections .section_title .en {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
main.lp .section_title h2, .mce-content-body.page-editor .section_title h2, .mce-content-body.post-type-common_sections .section_title h2 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.lp .section_title h2, .mce-content-body.page-editor .section_title h2, .mce-content-body.post-type-common_sections .section_title h2 {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.lp .fullwide.img_wrap img, .mce-content-body.page-editor .fullwide.img_wrap img, .mce-content-body.post-type-common_sections .fullwide.img_wrap img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1439px) {
  main.lp .fullwide.img_wrap img, .mce-content-body.page-editor .fullwide.img_wrap img, .mce-content-body.post-type-common_sections .fullwide.img_wrap img {
    max-height: max(160px, 160px + 240 * (100vw - 390px) / 1049);
  }
}
main.lp .treatment-info dd, .mce-content-body.page-editor .treatment-info dd, .mce-content-body.post-type-common_sections .treatment-info dd {
  line-height: 180%;
}
main.lp .en, .mce-content-body.page-editor .en, .mce-content-body.post-type-common_sections .en {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}
main.lp .free-consultation .free-consultation_wrap, .mce-content-body.page-editor .free-consultation .free-consultation_wrap, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap {
  position: relative;
  padding: 80px;
}
@media screen and (max-width: 1439px) {
  main.lp .free-consultation .free-consultation_wrap, .mce-content-body.page-editor .free-consultation .free-consultation_wrap, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) max(30px, 30px + 50 * (100vw - 390px) / 1049);
  }
}
main.lp .free-consultation .free-consultation_wrap::before, .mce-content-body.page-editor .free-consultation .free-consultation_wrap::before, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #223C65;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.lp .free-consultation .free-consultation_wrap::before, .mce-content-body.page-editor .free-consultation .free-consultation_wrap::before, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  main.lp .free-consultation .free-consultation_wrap .flex, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex {
    gap: 40px;
  }
}
main.lp .free-consultation .free-consultation_wrap .flex .text_wrap, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap {
  padding: 60px 40px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.lp .free-consultation .free-consultation_wrap .flex .text_wrap, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.lp .free-consultation .free-consultation_wrap .flex .text_wrap .en, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap .en, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap .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;
  font-style: italic;
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  main.lp .free-consultation .free-consultation_wrap .flex .text_wrap .en, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap .en, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap .en {
    font-size: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    left: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .free-consultation .free-consultation_wrap .flex .text_wrap .en, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap .en, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap .en {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 389px) {
  main.lp .free-consultation .free-consultation_wrap .flex .text_wrap .en, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap .en, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap .en {
    font-size: max(24px, 24px + 6 * (100vw - 320px) / 69);
  }
}
main.lp .free-consultation .free-consultation_wrap .flex .text_wrap h2, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap h2, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap h2 {
  font-size: 28px;
  font-weight: bold;
  color: #223C65;
  text-align: center;
  border-top: 1px solid #223C65;
  border-bottom: 1px solid #223C65;
  padding: 10px 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.lp .free-consultation .free-consultation_wrap .flex .text_wrap h2, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap h2, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap h2 {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
    padding: max(5px, 5px + 5 * (100vw - 390px) / 1049) 0;
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .free-consultation .free-consultation_wrap .flex .text_wrap h2, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap h2, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap h2 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 350px;
  gap: 20px;
  margin: 0;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.lp .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: none;
  }
}
main.lp .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li {
  color: #1F67A7;
  font-size: 20px;
  padding-left: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  main.lp .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding-left: max(25px, 25px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li::before, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li::before, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li::before {
  width: 25px;
  height: 25px;
  top: 0.25em;
}
@media screen and (max-width: 1439px) {
  main.lp .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li::before, .mce-content-body.page-editor .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li::before, .mce-content-body.post-type-common_sections .free-consultation .free-consultation_wrap .flex .text_wrap ul.check_list_circle li::before {
    width: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    height: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
main.lp .case .movie iframe, .mce-content-body.page-editor .case .movie iframe, .mce-content-body.post-type-common_sections .case .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main.lp .case .before-after_wrap, .mce-content-body.page-editor .case .before-after_wrap, .mce-content-body.post-type-common_sections .case .before-after_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.lp .case .before-after_wrap, .mce-content-body.page-editor .case .before-after_wrap, .mce-content-body.post-type-common_sections .case .before-after_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .case .before-after_wrap, .mce-content-body.page-editor .case .before-after_wrap, .mce-content-body.post-type-common_sections .case .before-after_wrap {
    grid-template-columns: 1fr;
  }
}
main.lp .case .before-after_wrap .before-after_item, .mce-content-body.page-editor .case .before-after_wrap .before-after_item, .mce-content-body.post-type-common_sections .case .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 #223C65;
  background: #fff;
  padding: 30px 25px 25px;
}
@media screen and (max-width: 1439px) {
  main.lp .case .before-after_wrap .before-after_item, .mce-content-body.page-editor .case .before-after_wrap .before-after_item, .mce-content-body.post-type-common_sections .case .before-after_wrap .before-after_item {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.lp .case .before-after_wrap .before-after_item h3, .mce-content-body.page-editor .case .before-after_wrap .before-after_item h3, .mce-content-body.post-type-common_sections .case .before-after_wrap .before-after_item h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.lp .case .before-after_wrap .before-after_item h3, .mce-content-body.page-editor .case .before-after_wrap .before-after_item h3, .mce-content-body.post-type-common_sections .case .before-after_wrap .before-after_item h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.lp .case .before-after_wrap .before-after_item .before-after_item_wrap, .mce-content-body.page-editor .case .before-after_wrap .before-after_item .before-after_item_wrap, .mce-content-body.post-type-common_sections .case .before-after_wrap .before-after_item .before-after_item_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.lp .case .before-after_wrap .before-after_item .before-after_item_wrap, .mce-content-body.page-editor .case .before-after_wrap .before-after_item .before-after_item_wrap, .mce-content-body.post-type-common_sections .case .before-after_wrap .before-after_item .before-after_item_wrap {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.lp .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info, .mce-content-body.page-editor .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info, .mce-content-body.post-type-common_sections .case .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;
  background: #FCFCFC;
}
@media screen and (max-width: 1439px) {
  main.lp .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info, .mce-content-body.page-editor .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info, .mce-content-body.post-type-common_sections .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info {
    margin-top: max(20px, 20px + 5 * (100vw - 390px) / 1049) max(15px, 15px + 10 * (100vw - 390px) / 1049) max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.lp .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt, .mce-content-body.page-editor .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt, .mce-content-body.post-type-common_sections .case .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.lp .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt, .mce-content-body.page-editor .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt, .mce-content-body.post-type-common_sections .case .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.lp .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt:not(:first-of-type), .mce-content-body.page-editor .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt:not(:first-of-type), .mce-content-body.post-type-common_sections .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt:not(:first-of-type) {
  border-top: 1px solid #DFDFDF;
}
main.lp .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.page-editor .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.post-type-common_sections .case .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.lp .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.page-editor .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.post-type-common_sections .case .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.lp .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.page-editor .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.post-type-common_sections .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
    line-height: 180%;
  }
}
main.lp .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:not(:first-of-type), .mce-content-body.page-editor .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:not(:first-of-type), .mce-content-body.post-type-common_sections .case .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:not(:first-of-type) {
  border-top: 1px solid #DFDFDF;
}
main.lp .our-feelings .inner, .mce-content-body.page-editor .our-feelings .inner, .mce-content-body.post-type-common_sections .our-feelings .inner {
  max-width: calc(1360px + 10%);
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  main.lp .our-feelings .inner, .mce-content-body.page-editor .our-feelings .inner, .mce-content-body.post-type-common_sections .our-feelings .inner {
    padding: 0 20px;
  }
}
main.lp .our-feelings .our-feelings_wrap, .mce-content-body.page-editor .our-feelings .our-feelings_wrap, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap {
  position: relative;
  padding: 120px 130px;
}
@media screen and (max-width: 1439px) {
  main.lp .our-feelings .our-feelings_wrap, .mce-content-body.page-editor .our-feelings .our-feelings_wrap, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap {
    padding: max(50px, 50px + 70 * (100vw - 390px) / 1049) max(30px, 30px + 100 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .our-feelings .our-feelings_wrap, .mce-content-body.page-editor .our-feelings .our-feelings_wrap, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap {
    padding-left: max(20px, 20px + 10 * (100vw - 320px) / 69);
    padding-right: max(20px, 20px + 10 * (100vw - 320px) / 69);
  }
}
main.lp .our-feelings .our-feelings_wrap::before, .mce-content-body.page-editor .our-feelings .our-feelings_wrap::before, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #223C65;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.lp .our-feelings .our-feelings_wrap::before, .mce-content-body.page-editor .our-feelings .our-feelings_wrap::before, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 1439px) {
  main.lp .our-feelings .our-feelings_wrap .flex, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .flex, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.lp .our-feelings .our-feelings_wrap .flex .img_wrap, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .flex .img_wrap, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .flex .img_wrap {
  text-align: center;
}
main.lp .our-feelings .our-feelings_wrap .flex iframe, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .flex iframe, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .flex iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 671/1193;
}
@media screen and (max-width: 767px) {
  main.lp .our-feelings .our-feelings_wrap .flex iframe, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .flex iframe, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .flex iframe {
    max-width: 400px;
    margin-inline: auto;
  }
}
main.lp .our-feelings .our-feelings_wrap .section_title, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .section_title, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .section_title {
  text-align: left;
}
main.lp .our-feelings .our-feelings_wrap .section_title.mb40, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .section_title.mb40, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .section_title.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.lp .our-feelings .our-feelings_wrap .section_title.mb40, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .section_title.mb40, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .section_title.mb40 {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  main.lp .our-feelings .our-feelings_wrap .section_title .en, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .section_title .en, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .section_title .en {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .our-feelings .our-feelings_wrap .section_title .en, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .section_title .en, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .section_title .en {
    font-size: max(28px, 28px + 4 * (100vw - 320px) / 69);
  }
}
main.lp .our-feelings .our-feelings_wrap .section_title h2, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .section_title h2, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .section_title h2 {
  font-weight: bold;
  margin-top: 40px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  main.lp .our-feelings .our-feelings_wrap .section_title h2, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .section_title h2, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .section_title h2 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .our-feelings .our-feelings_wrap .section_title h2, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .section_title h2, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .section_title h2 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 389px) {
  main.lp .our-feelings .our-feelings_wrap .section_title h2, .mce-content-body.page-editor .our-feelings .our-feelings_wrap .section_title h2, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap .section_title h2 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .our-feelings .our-feelings_wrap p .fz20, .mce-content-body.page-editor .our-feelings .our-feelings_wrap p .fz20, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap p .fz20 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.lp .our-feelings .our-feelings_wrap p .fz20, .mce-content-body.page-editor .our-feelings .our-feelings_wrap p .fz20, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap p .fz20 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .our-feelings .our-feelings_wrap p .fz20, .mce-content-body.page-editor .our-feelings .our-feelings_wrap p .fz20, .mce-content-body.post-type-common_sections .our-feelings .our-feelings_wrap p .fz20 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.lp.perio .our-feelings .is-full-mouth, main.lp.perio .our-feelings .is-root, .mce-content-body.page-editor.perio .our-feelings .is-full-mouth, .mce-content-body.page-editor.perio .our-feelings .is-root, .mce-content-body.post-type-common_sections.perio .our-feelings .is-full-mouth, .mce-content-body.post-type-common_sections.perio .our-feelings .is-root {
  display: none;
}
main.lp.full-mouth .our-feelings .is-perio, main.lp.full-mouth .our-feelings .is-root, .mce-content-body.page-editor.full-mouth .our-feelings .is-perio, .mce-content-body.page-editor.full-mouth .our-feelings .is-root, .mce-content-body.post-type-common_sections.full-mouth .our-feelings .is-perio, .mce-content-body.post-type-common_sections.full-mouth .our-feelings .is-root {
  display: none;
}
main.lp.root .our-feelings .is-perio, main.lp.root .our-feelings .is-full-mouth, .mce-content-body.page-editor.root .our-feelings .is-perio, .mce-content-body.page-editor.root .our-feelings .is-full-mouth, .mce-content-body.post-type-common_sections.root .our-feelings .is-perio, .mce-content-body.post-type-common_sections.root .our-feelings .is-full-mouth {
  display: none;
}
main.lp .message .message_wrap .img_wrap, .mce-content-body.page-editor .message .message_wrap .img_wrap, .mce-content-body.post-type-common_sections .message .message_wrap .img_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
main.lp .message .message_wrap .img_wrap iframe, .mce-content-body.page-editor .message .message_wrap .img_wrap iframe, .mce-content-body.post-type-common_sections .message .message_wrap .img_wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
main.lp .message .message_wrap .img_wrap picture, .mce-content-body.page-editor .message .message_wrap .img_wrap picture, .mce-content-body.post-type-common_sections .message .message_wrap .img_wrap picture {
  width: calc(50% - 5px);
}
main.lp .message .message_wrap .text_wrap .clinic_name, .mce-content-body.page-editor .message .message_wrap .text_wrap .clinic_name, .mce-content-body.post-type-common_sections .message .message_wrap .text_wrap .clinic_name {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 1439px) {
  main.lp .message .message_wrap .text_wrap .clinic_name, .mce-content-body.page-editor .message .message_wrap .text_wrap .clinic_name, .mce-content-body.post-type-common_sections .message .message_wrap .text_wrap .clinic_name {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.lp .message .message_wrap .text_wrap .name, .mce-content-body.page-editor .message .message_wrap .text_wrap .name, .mce-content-body.post-type-common_sections .message .message_wrap .text_wrap .name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 1439px) {
  main.lp .message .message_wrap .text_wrap .name, .mce-content-body.page-editor .message .message_wrap .text_wrap .name, .mce-content-body.post-type-common_sections .message .message_wrap .text_wrap .name {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .message .message_wrap .text_wrap .name, .mce-content-body.page-editor .message .message_wrap .text_wrap .name, .mce-content-body.post-type-common_sections .message .message_wrap .text_wrap .name {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.lp .message .message_wrap .text_wrap .name span.katagaki, .mce-content-body.page-editor .message .message_wrap .text_wrap .name span.katagaki, .mce-content-body.post-type-common_sections .message .message_wrap .text_wrap .name span.katagaki {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  main.lp .message .message_wrap .text_wrap .name span.katagaki, .mce-content-body.page-editor .message .message_wrap .text_wrap .name span.katagaki, .mce-content-body.post-type-common_sections .message .message_wrap .text_wrap .name span.katagaki {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.lp .message ul.splide__list img, .mce-content-body.page-editor .message ul.splide__list img, .mce-content-body.post-type-common_sections .message ul.splide__list img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
main.lp .doctor, .mce-content-body.page-editor .doctor, .mce-content-body.post-type-common_sections .doctor {
  margin-top: 140px;
}
@media screen and (max-width: 1439px) {
  main.lp .doctor, .mce-content-body.page-editor .doctor, .mce-content-body.post-type-common_sections .doctor {
    margin-top: max(60px, 60px + 80 * (100vw - 390px) / 1049);
  }
}
main.lp .doctor *, .mce-content-body.page-editor .doctor *, .mce-content-body.post-type-common_sections .doctor * {
  color: #fff;
}
main.lp .doctor .section_bg::before, .mce-content-body.page-editor .doctor .section_bg::before, .mce-content-body.post-type-common_sections .doctor .section_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #223c65;
  z-index: 1;
}
main.lp .doctor .section_bg img, .mce-content-body.page-editor .doctor .section_bg img, .mce-content-body.post-type-common_sections .doctor .section_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  opacity: 0.15;
}
main.lp .doctor .doctor_wrap, .mce-content-body.page-editor .doctor .doctor_wrap, .mce-content-body.post-type-common_sections .doctor .doctor_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.lp .doctor .doctor_wrap, .mce-content-body.page-editor .doctor .doctor_wrap, .mce-content-body.post-type-common_sections .doctor .doctor_wrap {
    gap: max(40px, 40px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .doctor .doctor_wrap, .mce-content-body.page-editor .doctor .doctor_wrap, .mce-content-body.post-type-common_sections .doctor .doctor_wrap {
    gap: 0;
  }
}
main.lp .doctor .doctor_wrap .text_wrap, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.lp .doctor .doctor_wrap .text_wrap, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 61.82%;
        -ms-flex: 1 1 61.82%;
            flex: 1 1 61.82%;
  }
}
@media screen and (max-width: 767px) {
  main.lp .doctor .doctor_wrap .text_wrap, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
main.lp .doctor .doctor_wrap .text_wrap h2, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap h2, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap h2 {
  font-size: 40px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.lp .doctor .doctor_wrap .text_wrap h2, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap h2, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap h2 {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .doctor .doctor_wrap .text_wrap h2, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap h2, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap h2 {
    max-width: 51.43%;
  }
}
@media screen and (max-width: 389px) {
  main.lp .doctor .doctor_wrap .text_wrap h2, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap h2, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap h2 {
    max-width: max(140px, 140px + 30 * (100vw - 320px) / 69);
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.lp .doctor .doctor_wrap .text_wrap .doctor_detail, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap .doctor_detail, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap .doctor_detail {
    margin-top: 86px;
  }
}
main.lp .doctor .doctor_wrap .text_wrap .doctor_detail h3, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap .doctor_detail h3, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap .doctor_detail h3 {
  font-size: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.lp .doctor .doctor_wrap .text_wrap .doctor_detail h3, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap .doctor_detail h3, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap .doctor_detail h3 {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .doctor .doctor_wrap .text_wrap .doctor_detail h3, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap .doctor_detail h3, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap .doctor_detail h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .doctor .doctor_wrap .text_wrap .doctor_detail ul, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap .doctor_detail ul, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap .doctor_detail ul {
  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-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.lp .doctor .doctor_wrap .text_wrap .doctor_detail ul, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap .doctor_detail ul, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap .doctor_detail ul {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.lp .doctor .doctor_wrap .text_wrap .doctor_detail ul li, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap .doctor_detail ul li, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap .doctor_detail ul li {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.lp .doctor .doctor_wrap .text_wrap .doctor_detail ul li, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap .doctor_detail ul li, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap .doctor_detail ul li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .doctor .doctor_wrap .text_wrap .doctor_detail ul li, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap .doctor_detail ul li, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap .doctor_detail ul li {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 389px) {
  main.lp .doctor .doctor_wrap .text_wrap .doctor_detail ul li, .mce-content-body.page-editor .doctor .doctor_wrap .text_wrap .doctor_detail ul li, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .text_wrap .doctor_detail ul li {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .doctor .doctor_wrap .img_wrap, .mce-content-body.page-editor .doctor .doctor_wrap .img_wrap, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .img_wrap {
  margin-top: -240px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 420px;
}
@media screen and (max-width: 1439px) {
  main.lp .doctor .doctor_wrap .img_wrap, .mce-content-body.page-editor .doctor .doctor_wrap .img_wrap, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .img_wrap {
    margin-top: min(-120px, -120px + -120 * (100vw - 390px) / 1049);
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 38.18%;
        -ms-flex: 0 1 38.18%;
            flex: 0 1 38.18%;
  }
}
@media screen and (max-width: 767px) {
  main.lp .doctor .doctor_wrap .img_wrap, .mce-content-body.page-editor .doctor .doctor_wrap .img_wrap, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .img_wrap {
    position: absolute;
    z-index: 1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: max(160px, 160px + 80 * (100vw - 390px) / 377);
    top: min(-110px, -110px + -40 * (100vw - 390px) / 377);
    right: 0;
    margin-top: 0;
    -webkit-flex: 0 1 45.71%;
        -ms-flex: 0 1 45.71%;
            flex: 0 1 45.71%;
  }
}
@media screen and (max-width: 389px) {
  main.lp .doctor .doctor_wrap .img_wrap, .mce-content-body.page-editor .doctor .doctor_wrap .img_wrap, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .img_wrap {
    max-width: max(130px, 130px + 30 * (100vw - 320px) / 69);
  }
}
main.lp .doctor .doctor_wrap .img_wrap img, .mce-content-body.page-editor .doctor .doctor_wrap .img_wrap img, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .img_wrap img {
  width: 100%;
}
main.lp .doctor .doctor_wrap .img_wrap .name, .mce-content-body.page-editor .doctor .doctor_wrap .img_wrap .name, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .img_wrap .name {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.lp .doctor .doctor_wrap .img_wrap .name, .mce-content-body.page-editor .doctor .doctor_wrap .img_wrap .name, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .img_wrap .name {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .doctor .doctor_wrap .img_wrap .name, .mce-content-body.page-editor .doctor .doctor_wrap .img_wrap .name, .mce-content-body.post-type-common_sections .doctor .doctor_wrap .img_wrap .name {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .doctor .border_box, .mce-content-body.page-editor .doctor .border_box, .mce-content-body.post-type-common_sections .doctor .border_box {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  font-size: 24px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.lp .doctor .border_box, .mce-content-body.page-editor .doctor .border_box, .mce-content-body.post-type-common_sections .doctor .border_box {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .doctor .border_box, .mce-content-body.page-editor .doctor .border_box, .mce-content-body.post-type-common_sections .doctor .border_box {
    text-align: left;
  }
}
@media screen and (max-width: 389px) {
  main.lp .doctor .border_box, .mce-content-body.page-editor .doctor .border_box, .mce-content-body.post-type-common_sections .doctor .border_box {
    padding: max(15px, 15px + 5 * (100vw - 320px) / 69);
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .staff, .mce-content-body.page-editor .staff, .mce-content-body.post-type-common_sections .staff {
  margin-top: 140px;
  background: #F8FBFF;
  position: relative;
  z-index: 0;
  padding: 88px 0 140px;
}
@media screen and (max-width: 1439px) {
  main.lp .staff, .mce-content-body.page-editor .staff, .mce-content-body.post-type-common_sections .staff {
    margin-top: max(60px, 60px + 80 * (100vw - 390px) / 1049);
    padding: max(50px, 50px + 38 * (100vw - 390px) / 1049) 0 max(60px, 60px + 80 * (100vw - 390px) / 1049);
  }
}
main.lp .staff::after, .mce-content-body.page-editor .staff::after, .mce-content-body.post-type-common_sections .staff::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F3F8FF;
  z-index: -1;
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0, 100% 100%, 0% 100%);
}
main.lp .staff .staff_wrap, .mce-content-body.page-editor .staff .staff_wrap, .mce-content-body.post-type-common_sections .staff .staff_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.lp .staff .staff_wrap, .mce-content-body.page-editor .staff .staff_wrap, .mce-content-body.post-type-common_sections .staff .staff_wrap {
    gap: max(40px, 40px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .staff .staff_wrap, .mce-content-body.page-editor .staff .staff_wrap, .mce-content-body.post-type-common_sections .staff .staff_wrap {
    gap: 0;
  }
}
main.lp .staff .staff_wrap .text_wrap, .mce-content-body.page-editor .staff .staff_wrap .text_wrap, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.lp .staff .staff_wrap .text_wrap, .mce-content-body.page-editor .staff .staff_wrap .text_wrap, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 61.82%;
        -ms-flex: 1 1 61.82%;
            flex: 1 1 61.82%;
  }
}
@media screen and (max-width: 767px) {
  main.lp .staff .staff_wrap .text_wrap, .mce-content-body.page-editor .staff .staff_wrap .text_wrap, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
main.lp .staff .staff_wrap .text_wrap h2, .mce-content-body.page-editor .staff .staff_wrap .text_wrap h2, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap h2 {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.lp .staff .staff_wrap .text_wrap h2, .mce-content-body.page-editor .staff .staff_wrap .text_wrap h2, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap h2 {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .staff .staff_wrap .text_wrap h2, .mce-content-body.page-editor .staff .staff_wrap .text_wrap h2, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap h2 {
    max-width: 51.43%;
  }
}
@media screen and (max-width: 389px) {
  main.lp .staff .staff_wrap .text_wrap h2, .mce-content-body.page-editor .staff .staff_wrap .text_wrap h2, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap h2 {
    max-width: max(140px, 140px + 30 * (100vw - 320px) / 69);
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.lp .staff .staff_wrap .text_wrap .staff_detail, .mce-content-body.page-editor .staff .staff_wrap .text_wrap .staff_detail, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap .staff_detail {
    margin-top: max(86px, 86px + 54 * (100vw - 390px) / 377);
  }
}
main.lp .staff .staff_wrap .text_wrap .staff_detail h3, .mce-content-body.page-editor .staff .staff_wrap .text_wrap .staff_detail h3, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap .staff_detail h3 {
  font-size: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.lp .staff .staff_wrap .text_wrap .staff_detail h3, .mce-content-body.page-editor .staff .staff_wrap .text_wrap .staff_detail h3, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap .staff_detail h3 {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .staff .staff_wrap .text_wrap .staff_detail h3, .mce-content-body.page-editor .staff .staff_wrap .text_wrap .staff_detail h3, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap .staff_detail h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .staff .staff_wrap .text_wrap .staff_detail ul, .mce-content-body.page-editor .staff .staff_wrap .text_wrap .staff_detail ul, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap .staff_detail ul {
  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-top: 16px;
}
main.lp .staff .staff_wrap .text_wrap .staff_detail ul li, .mce-content-body.page-editor .staff .staff_wrap .text_wrap .staff_detail ul li, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap .staff_detail ul li {
  border-bottom: 1px solid #223C65;
  padding-bottom: 5px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.lp .staff .staff_wrap .text_wrap .staff_detail ul li, .mce-content-body.page-editor .staff .staff_wrap .text_wrap .staff_detail ul li, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap .staff_detail ul li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .staff .staff_wrap .text_wrap .staff_detail ul li, .mce-content-body.page-editor .staff .staff_wrap .text_wrap .staff_detail ul li, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap .staff_detail ul li {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 389px) {
  main.lp .staff .staff_wrap .text_wrap .staff_detail ul li, .mce-content-body.page-editor .staff .staff_wrap .text_wrap .staff_detail ul li, .mce-content-body.post-type-common_sections .staff .staff_wrap .text_wrap .staff_detail ul li {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .staff .staff_wrap .img_wrap, .mce-content-body.page-editor .staff .staff_wrap .img_wrap, .mce-content-body.post-type-common_sections .staff .staff_wrap .img_wrap {
  margin-top: -240px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 420px;
}
@media screen and (max-width: 1439px) {
  main.lp .staff .staff_wrap .img_wrap, .mce-content-body.page-editor .staff .staff_wrap .img_wrap, .mce-content-body.post-type-common_sections .staff .staff_wrap .img_wrap {
    margin-top: min(-120px, -120px + -120 * (100vw - 390px) / 1049);
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 38.18%;
        -ms-flex: 0 1 38.18%;
            flex: 0 1 38.18%;
  }
}
@media screen and (max-width: 767px) {
  main.lp .staff .staff_wrap .img_wrap, .mce-content-body.page-editor .staff .staff_wrap .img_wrap, .mce-content-body.post-type-common_sections .staff .staff_wrap .img_wrap {
    position: absolute;
    z-index: 1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: max(160px, 160px + 80 * (100vw - 390px) / 377);
    top: min(-110px, -110px + -40 * (100vw - 390px) / 377);
    right: 0;
    margin-top: 0;
    -webkit-flex: 0 1 45.71%;
        -ms-flex: 0 1 45.71%;
            flex: 0 1 45.71%;
  }
}
@media screen and (max-width: 389px) {
  main.lp .staff .staff_wrap .img_wrap, .mce-content-body.page-editor .staff .staff_wrap .img_wrap, .mce-content-body.post-type-common_sections .staff .staff_wrap .img_wrap {
    max-width: max(130px, 130px + 30 * (100vw - 320px) / 69);
  }
}
main.lp .staff .staff_wrap .img_wrap img, .mce-content-body.page-editor .staff .staff_wrap .img_wrap img, .mce-content-body.post-type-common_sections .staff .staff_wrap .img_wrap img {
  width: 100%;
}
main.lp .staff .staff_wrap .img_wrap .name, .mce-content-body.page-editor .staff .staff_wrap .img_wrap .name, .mce-content-body.post-type-common_sections .staff .staff_wrap .img_wrap .name {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.lp .staff .staff_wrap .img_wrap .name, .mce-content-body.page-editor .staff .staff_wrap .img_wrap .name, .mce-content-body.post-type-common_sections .staff .staff_wrap .img_wrap .name {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .staff .staff_wrap .img_wrap .name, .mce-content-body.page-editor .staff .staff_wrap .img_wrap .name, .mce-content-body.post-type-common_sections .staff .staff_wrap .img_wrap .name {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .staff .staff_wrap .img_wrap .name .en, .mce-content-body.page-editor .staff .staff_wrap .img_wrap .name .en, .mce-content-body.post-type-common_sections .staff .staff_wrap .img_wrap .name .en {
  display: block;
}
main.lp .access, .mce-content-body.page-editor .access, .mce-content-body.post-type-common_sections .access {
  padding: 120px 0;
}
@media screen and (max-width: 1439px) {
  main.lp .access, .mce-content-body.page-editor .access, .mce-content-body.post-type-common_sections .access {
    padding: max(60px, 60px + 60 * (100vw - 390px) / 1049) 0;
  }
}
main.lp .access .btn_wrap, .mce-content-body.page-editor .access .btn_wrap, .mce-content-body.post-type-common_sections .access .btn_wrap {
  display: none;
}
main.lp .facility *, .mce-content-body.page-editor .facility *, .mce-content-body.post-type-common_sections .facility * {
  color: #fff;
}
main.lp .facility h2, .mce-content-body.page-editor .facility h2, .mce-content-body.post-type-common_sections .facility h2 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.lp .facility h2, .mce-content-body.page-editor .facility h2, .mce-content-body.post-type-common_sections .facility h2 {
    font-size: max(14px, 14px + 18 * (100vw - 390px) / 1049);
  }
}
main.lp .facility h2 .fz48, .mce-content-body.page-editor .facility h2 .fz48, .mce-content-body.post-type-common_sections .facility h2 .fz48 {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.lp .facility h2 .fz48, .mce-content-body.page-editor .facility h2 .fz48, .mce-content-body.post-type-common_sections .facility h2 .fz48 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
main.lp .facility h3, .mce-content-body.page-editor .facility h3, .mce-content-body.post-type-common_sections .facility h3 {
  font-size: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.lp .facility h3, .mce-content-body.page-editor .facility h3, .mce-content-body.post-type-common_sections .facility h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
main.lp .facility .splide, .mce-content-body.page-editor .facility .splide, .mce-content-body.post-type-common_sections .facility .splide {
  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.lp .facility .splide .splide__arrows, .mce-content-body.page-editor .facility .splide .splide__arrows, .mce-content-body.post-type-common_sections .facility .splide .splide__arrows {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 75px;
}
@media screen and (max-width: 1439px) {
  main.lp .facility .splide .splide__arrows, .mce-content-body.page-editor .facility .splide .splide__arrows, .mce-content-body.post-type-common_sections .facility .splide .splide__arrows {
    margin-top: max(43px, 43px + 32 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.lp .facility .splide .splide__arrows .splide__arrow, .mce-content-body.page-editor .facility .splide .splide__arrows .splide__arrow, .mce-content-body.post-type-common_sections .facility .splide .splide__arrows .splide__arrow {
  width: 60px;
  height: 60px;
  position: static;
}
@media screen and (max-width: 1439px) {
  main.lp .facility .splide .splide__arrows .splide__arrow, .mce-content-body.page-editor .facility .splide .splide__arrows .splide__arrow, .mce-content-body.post-type-common_sections .facility .splide .splide__arrows .splide__arrow {
    width: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.lp .facility .splide .splide__arrows .splide__arrow svg, .mce-content-body.page-editor .facility .splide .splide__arrows .splide__arrow svg, .mce-content-body.post-type-common_sections .facility .splide .splide__arrows .splide__arrow svg {
  display: none;
}
main.lp .facility .splide .splide__arrows .splide__arrow.splide__arrow--prev, .mce-content-body.page-editor .facility .splide .splide__arrows .splide__arrow.splide__arrow--prev, .mce-content-body.post-type-common_sections .facility .splide .splide__arrows .splide__arrow.splide__arrow--prev {
  background: url(../img/common/icon_circle_prev_white.png) no-repeat center/contain;
}
main.lp .facility .splide .splide__arrows .splide__arrow.splide__arrow--next, .mce-content-body.page-editor .facility .splide .splide__arrows .splide__arrow.splide__arrow--next, .mce-content-body.post-type-common_sections .facility .splide .splide__arrows .splide__arrow.splide__arrow--next {
  background: url(../img/common/icon_circle_next_white.png) no-repeat center/contain;
}
main.lp .facility .splide .splide__track, .mce-content-body.page-editor .facility .splide .splide__track, .mce-content-body.post-type-common_sections .facility .splide .splide__track {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
main.lp .facility .splide .splide__track .splide__list, .mce-content-body.page-editor .facility .splide .splide__track .splide__list, .mce-content-body.post-type-common_sections .facility .splide .splide__track .splide__list {
  margin-left: calc((100vw - 1100px) / 2) !important;
}
@media screen and (max-width: 1222px) {
  main.lp .facility .splide .splide__track .splide__list, .mce-content-body.page-editor .facility .splide .splide__track .splide__list, .mce-content-body.post-type-common_sections .facility .splide .splide__track .splide__list {
    margin-left: 5vw !important;
  }
}
@media screen and (max-width: 767px) {
  main.lp .facility .splide .splide__track .splide__list, .mce-content-body.page-editor .facility .splide .splide__track .splide__list, .mce-content-body.post-type-common_sections .facility .splide .splide__track .splide__list {
    margin-left: 20px !important;
  }
}
main.lp .faq .faq_list, .mce-content-body.page-editor .faq .faq_list, .mce-content-body.post-type-common_sections .faq .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) {
  main.lp .faq .faq_list, .mce-content-body.page-editor .faq .faq_list, .mce-content-body.post-type-common_sections .faq .faq_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
main.lp .faq .faq_list .faq_item, .mce-content-body.page-editor .faq .faq_list .faq_item, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item {
  border: 1px solid #223C65;
  overflow: hidden;
}
main.lp .faq .faq_list .faq_item input.faq_toggle, .mce-content-body.page-editor .faq .faq_list .faq_item input.faq_toggle, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item input.faq_toggle {
  display: none;
}
main.lp .faq .faq_list .faq_item label.faq_question, .mce-content-body.page-editor .faq .faq_list .faq_item label.faq_question, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item label.faq_question {
  display: block;
  width: 100%;
  padding: 20px 20px;
  padding-right: 50px;
  color: #223C65;
  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) {
  main.lp .faq .faq_list .faq_item label.faq_question, .mce-content-body.page-editor .faq .faq_list .faq_item label.faq_question, .mce-content-body.post-type-common_sections .faq .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: 389px) {
  main.lp .faq .faq_list .faq_item label.faq_question, .mce-content-body.page-editor .faq .faq_list .faq_item label.faq_question, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item label.faq_question {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.lp .faq .faq_list .faq_item label.faq_question, .mce-content-body.page-editor .faq .faq_list .faq_item label.faq_question, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item label.faq_question {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.lp .faq .faq_list .faq_item label.faq_question::after, .mce-content-body.page-editor .faq .faq_list .faq_item label.faq_question::after, .mce-content-body.post-type-common_sections .faq .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) {
  main.lp .faq .faq_list .faq_item label.faq_question::after, .mce-content-body.page-editor .faq .faq_list .faq_item label.faq_question::after, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item label.faq_question::after {
    width: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    right: max(10px, 10px + 15 * (100vw - 390px) / 1049);
  }
}
main.lp .faq .faq_list .faq_item label.faq_question span.q_mark, .mce-content-body.page-editor .faq .faq_list .faq_item label.faq_question span.q_mark, .mce-content-body.post-type-common_sections .faq .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: #223C65;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 1439px) {
  main.lp .faq .faq_list .faq_item label.faq_question span.q_mark, .mce-content-body.page-editor .faq .faq_list .faq_item label.faq_question span.q_mark, .mce-content-body.post-type-common_sections .faq .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);
  }
}
main.lp .faq .faq_list .faq_item .faq_answer, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_answer, .mce-content-body.post-type-common_sections .faq .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: #223C65;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  main.lp .faq .faq_list .faq_item .faq_answer, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_answer, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item .faq_answer {
    padding: 0 max(10px, 10px + 10 * (100vw - 390px) / 1049) 0 max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.lp .faq .faq_list .faq_item .faq_answer .flex, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_answer .flex, .mce-content-body.post-type-common_sections .faq .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) {
  main.lp .faq .faq_list .faq_item .faq_answer .flex, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_answer .flex, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item .faq_answer .flex {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .faq .faq_list .faq_item .faq_answer .flex, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_answer .flex, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item .faq_answer .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
main.lp .faq .faq_list .faq_item .faq_answer span.a_mark, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_answer span.a_mark, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item .faq_answer span.a_mark {
  font-size: 20px;
  color: #223C65;
  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 #223C65;
  background: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 1439px) {
  main.lp .faq .faq_list .faq_item .faq_answer span.a_mark, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_answer span.a_mark, .mce-content-body.post-type-common_sections .faq .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) {
  main.lp .faq .faq_list .faq_item .faq_answer span.a_mark, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_answer span.a_mark, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item .faq_answer span.a_mark {
    margin-top: 4px;
  }
}
main.lp .faq .faq_list .faq_item .faq_answer p, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_answer p, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item .faq_answer p {
  line-height: 180%;
  margin: 0.15em 0 0;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  main.lp .faq .faq_list .faq_item .faq_answer p, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_answer p, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item .faq_answer p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.lp .faq .faq_list .faq_item .faq_toggle:checked + .faq_question::after, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_toggle:checked + .faq_question::after, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item .faq_toggle:checked + .faq_question::after {
  background: url(../img/common/icon_minus.svg) no-repeat center/contain;
}
main.lp .faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer {
  overflow: visible;
  grid-template-rows: 1fr;
}
main.lp .faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex {
  padding: 20px 0;
}
@media screen and (max-width: 1439px) {
  main.lp .faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex, .mce-content-body.page-editor .faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex, .mce-content-body.post-type-common_sections .faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) 0;
  }
}
main.lp .payment p, .mce-content-body.page-editor .payment p, .mce-content-body.post-type-common_sections .payment p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.lp .payment p, .mce-content-body.page-editor .payment p, .mce-content-body.post-type-common_sections .payment p {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
main.lp .map iframe, .mce-content-body.page-editor .map iframe, .mce-content-body.post-type-common_sections .map iframe {
  width: 100%;
  aspect-ratio: 1440/500;
  height: auto;
  max-height: 500px;
}
@media screen and (max-width: 767px) {
  main.lp .map iframe, .mce-content-body.page-editor .map iframe, .mce-content-body.post-type-common_sections .map iframe {
    aspect-ratio: 390/240;
    max-height: none;
  }
}
main.lp .reservation .btn_wrap .btn, .mce-content-body.page-editor .reservation .btn_wrap .btn, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn {
  margin-inline: 0;
}
@media screen and (max-width: 767px) {
  main.lp .reservation .btn_wrap .btn, .mce-content-body.page-editor .reservation .btn_wrap .btn, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn {
    width: 100%;
  }
}
main.lp .reservation .btn_wrap .btn::after, .mce-content-body.page-editor .reservation .btn_wrap .btn::after, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn::after {
  display: none;
}
main.lp .reservation .btn_wrap .btn a, .mce-content-body.page-editor .reservation .btn_wrap .btn a, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a {
  width: 360px;
  height: 100px;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation .btn_wrap .btn a, .mce-content-body.page-editor .reservation .btn_wrap .btn a, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a {
    width: max(280px, 280px + 80 * (100vw - 768px) / 671);
    height: max(80px, 80px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.lp .reservation .btn_wrap .btn a, .mce-content-body.page-editor .reservation .btn_wrap .btn a, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a {
    width: 100%;
    max-width: 310px;
    height: 70px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 389px) {
  main.lp .reservation .btn_wrap .btn a, .mce-content-body.page-editor .reservation .btn_wrap .btn a, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a {
    height: max(60px, 60px + 10 * (100vw - 320px) / 69);
  }
}
main.lp .reservation .btn_wrap .btn a::after, .mce-content-body.page-editor .reservation .btn_wrap .btn a::after, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a::after {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  main.lp .reservation .btn_wrap .btn a::after, .mce-content-body.page-editor .reservation .btn_wrap .btn a::after, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
main.lp .reservation .btn_wrap .btn a .icon, .mce-content-body.page-editor .reservation .btn_wrap .btn a .icon, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation .btn_wrap .btn a .icon, .mce-content-body.page-editor .reservation .btn_wrap .btn a .icon, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a .icon {
    width: max(25px, 25px + 5 * (100vw - 768px) / 671);
    height: max(25px, 25px + 5 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.lp .reservation .btn_wrap .btn a .icon, .mce-content-body.page-editor .reservation .btn_wrap .btn a .icon, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a .icon {
    width: 20px;
    height: 20px;
  }
}
main.lp .reservation .btn_wrap .btn a span, .mce-content-body.page-editor .reservation .btn_wrap .btn a span, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation .btn_wrap .btn a span, .mce-content-body.page-editor .reservation .btn_wrap .btn a span, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a span {
    font-size: max(20px, 20px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.lp .reservation .btn_wrap .btn a span, .mce-content-body.page-editor .reservation .btn_wrap .btn a span, .mce-content-body.post-type-common_sections .reservation .btn_wrap .btn a span {
    font-size: 18px;
  }
}
main.lp .reservation p, .mce-content-body.page-editor .reservation p, .mce-content-body.post-type-common_sections .reservation p {
  line-height: 1.5;
}
main.lp .reservation.perio, .mce-content-body.page-editor .reservation.perio, .mce-content-body.post-type-common_sections .reservation.perio {
  background: #223C65;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation.perio, .mce-content-body.page-editor .reservation.perio, .mce-content-body.post-type-common_sections .reservation.perio {
    padding: max(20px, 20px + 100 * (100vw - 390px) / 1049) 0;
  }
}
main.lp .reservation.perio .reservation_wrap, .mce-content-body.page-editor .reservation.perio .reservation_wrap, .mce-content-body.post-type-common_sections .reservation.perio .reservation_wrap {
  background: #fff;
  text-align: center;
  padding: 100px 40px;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation.perio .reservation_wrap, .mce-content-body.page-editor .reservation.perio .reservation_wrap, .mce-content-body.post-type-common_sections .reservation.perio .reservation_wrap {
    padding: max(60px, 60px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.lp .reservation.perio .reservation_wrap .text_wrap p, .mce-content-body.page-editor .reservation.perio .reservation_wrap .text_wrap p, .mce-content-body.post-type-common_sections .reservation.perio .reservation_wrap .text_wrap p {
  line-height: 1.5;
}
main.lp .reservation.perio .reservation_wrap .text_wrap p.fz24, .mce-content-body.page-editor .reservation.perio .reservation_wrap .text_wrap p.fz24, .mce-content-body.post-type-common_sections .reservation.perio .reservation_wrap .text_wrap p.fz24 {
  font-size: 24px;
  font-weight: 500;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation.perio .reservation_wrap .text_wrap p.fz24, .mce-content-body.page-editor .reservation.perio .reservation_wrap .text_wrap p.fz24, .mce-content-body.post-type-common_sections .reservation.perio .reservation_wrap .text_wrap p.fz24 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
main.lp .reservation.perio .reservation_wrap .text_wrap p.fz32, .mce-content-body.page-editor .reservation.perio .reservation_wrap .text_wrap p.fz32, .mce-content-body.post-type-common_sections .reservation.perio .reservation_wrap .text_wrap p.fz32 {
  font-size: 32px;
  font-weight: bold;
  color: #223C65;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation.perio .reservation_wrap .text_wrap p.fz32, .mce-content-body.page-editor .reservation.perio .reservation_wrap .text_wrap p.fz32, .mce-content-body.post-type-common_sections .reservation.perio .reservation_wrap .text_wrap p.fz32 {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .reservation.perio .reservation_wrap .text_wrap p.fz32, .mce-content-body.page-editor .reservation.perio .reservation_wrap .text_wrap p.fz32, .mce-content-body.post-type-common_sections .reservation.perio .reservation_wrap .text_wrap p.fz32 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .reservation.full-mouth, .mce-content-body.page-editor .reservation.full-mouth, .mce-content-body.post-type-common_sections .reservation.full-mouth {
  position: relative;
}
main.lp .reservation.full-mouth::before, .mce-content-body.page-editor .reservation.full-mouth::before, .mce-content-body.post-type-common_sections .reservation.full-mouth::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../wp-content/uploads/2026/02/full-mouth_reservation_bg.webp) no-repeat center/cover;
  z-index: -1;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  main.lp .reservation.full-mouth::before, .mce-content-body.page-editor .reservation.full-mouth::before, .mce-content-body.post-type-common_sections .reservation.full-mouth::before {
    background-image: url(../../../../wp-content/uploads/2026/02/full-mouth_reservation_bg_sp.webp);
    opacity: 0.3;
  }
}
main.lp .reservation.full-mouth::after, .mce-content-body.page-editor .reservation.full-mouth::after, .mce-content-body.post-type-common_sections .reservation.full-mouth::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg, #165185, #1F69AB);
  background: linear-gradient(45deg, #165185, #1F69AB);
  z-index: -2;
}
main.lp .reservation.full-mouth .section_title .en, main.lp .reservation.full-mouth .section_title h2, .mce-content-body.page-editor .reservation.full-mouth .section_title .en, .mce-content-body.page-editor .reservation.full-mouth .section_title h2, .mce-content-body.post-type-common_sections .reservation.full-mouth .section_title .en, .mce-content-body.post-type-common_sections .reservation.full-mouth .section_title h2 {
  color: #fff;
}
main.lp .reservation.full-mouth .section_title .en, .mce-content-body.page-editor .reservation.full-mouth .section_title .en, .mce-content-body.post-type-common_sections .reservation.full-mouth .section_title .en {
  -webkit-text-fill-color: #fff;
}
main.lp .reservation.full-mouth .reservation_wrap, .mce-content-body.page-editor .reservation.full-mouth .reservation_wrap, .mce-content-body.post-type-common_sections .reservation.full-mouth .reservation_wrap {
  padding: 60px 40px;
  background: -webkit-linear-gradient(315deg, rgba(22, 81, 133, 0.8), rgba(31, 105, 171, 0.8));
  background: linear-gradient(135deg, rgba(22, 81, 133, 0.8), rgba(31, 105, 171, 0.8));
}
@media screen and (max-width: 1439px) {
  main.lp .reservation.full-mouth .reservation_wrap, .mce-content-body.page-editor .reservation.full-mouth .reservation_wrap, .mce-content-body.post-type-common_sections .reservation.full-mouth .reservation_wrap {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.lp .reservation.full-mouth .reservation_wrap p, .mce-content-body.page-editor .reservation.full-mouth .reservation_wrap p, .mce-content-body.post-type-common_sections .reservation.full-mouth .reservation_wrap p {
  text-align: center;
}
main.lp .reservation.full-mouth .reservation_wrap p.fz24, .mce-content-body.page-editor .reservation.full-mouth .reservation_wrap p.fz24, .mce-content-body.post-type-common_sections .reservation.full-mouth .reservation_wrap p.fz24 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation.full-mouth .reservation_wrap p.fz24, .mce-content-body.page-editor .reservation.full-mouth .reservation_wrap p.fz24, .mce-content-body.post-type-common_sections .reservation.full-mouth .reservation_wrap p.fz24 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .reservation.full-mouth .reservation_wrap p.fz24, .mce-content-body.page-editor .reservation.full-mouth .reservation_wrap p.fz24, .mce-content-body.post-type-common_sections .reservation.full-mouth .reservation_wrap p.fz24 {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
main.lp .reservation.full-mouth .reservation_wrap p.fz32, .mce-content-body.page-editor .reservation.full-mouth .reservation_wrap p.fz32, .mce-content-body.post-type-common_sections .reservation.full-mouth .reservation_wrap p.fz32 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation.full-mouth .reservation_wrap p.fz32, .mce-content-body.page-editor .reservation.full-mouth .reservation_wrap p.fz32, .mce-content-body.post-type-common_sections .reservation.full-mouth .reservation_wrap p.fz32 {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.lp .reservation.full-mouth .reservation_wrap p.fz32, .mce-content-body.page-editor .reservation.full-mouth .reservation_wrap p.fz32, .mce-content-body.post-type-common_sections .reservation.full-mouth .reservation_wrap p.fz32 {
    font-size: max(13px, 13px + 3 * (100vw - 320px) / 69);
  }
}
main.lp .reservation.full-mouth .btn_wrap .btn a span, .mce-content-body.page-editor .reservation.full-mouth .btn_wrap .btn a span, .mce-content-body.post-type-common_sections .reservation.full-mouth .btn_wrap .btn a span {
  color: #1F67A7;
}
main.lp .reservation.root, .mce-content-body.page-editor .reservation.root, .mce-content-body.post-type-common_sections .reservation.root {
  background: #F8FBFF;
  position: relative;
  z-index: 0;
  margin: 120px auto;
  width: calc(100% - 80px);
  max-width: 1920px;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation.root, .mce-content-body.page-editor .reservation.root, .mce-content-body.post-type-common_sections .reservation.root {
    margin: max(60px, 60px + 60 * (100vw - 390px) / 1049) auto;
    width: calc(100% - max(40px, 40px + 40 * (100vw - 390px) / 1049));
  }
}
main.lp .reservation.root::before, .mce-content-body.page-editor .reservation.root::before, .mce-content-body.post-type-common_sections .reservation.root::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #223C65;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.lp .reservation.root::before, .mce-content-body.page-editor .reservation.root::before, .mce-content-body.post-type-common_sections .reservation.root::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
main.lp .reservation.root::after, .mce-content-body.page-editor .reservation.root::after, .mce-content-body.post-type-common_sections .reservation.root::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  main.lp .reservation.root .inner, .mce-content-body.page-editor .reservation.root .inner, .mce-content-body.post-type-common_sections .reservation.root .inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  main.lp .reservation.root .reservation_wrap, .mce-content-body.page-editor .reservation.root .reservation_wrap, .mce-content-body.post-type-common_sections .reservation.root .reservation_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
main.lp .reservation.root .reservation_wrap p.fz24, .mce-content-body.page-editor .reservation.root .reservation_wrap p.fz24, .mce-content-body.post-type-common_sections .reservation.root .reservation_wrap p.fz24 {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation.root .reservation_wrap p.fz24, .mce-content-body.page-editor .reservation.root .reservation_wrap p.fz24, .mce-content-body.post-type-common_sections .reservation.root .reservation_wrap p.fz24 {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
main.lp .reservation.root .reservation_wrap p.border_bottom, .mce-content-body.page-editor .reservation.root .reservation_wrap p.border_bottom, .mce-content-body.post-type-common_sections .reservation.root .reservation_wrap p.border_bottom {
  margin-top: 24px;
  font-size: 32px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-thickness: 2px;
  font-weight: bold;
  line-height: 210%;
}
@media screen and (max-width: 1439px) {
  main.lp .reservation.root .reservation_wrap p.border_bottom, .mce-content-body.page-editor .reservation.root .reservation_wrap p.border_bottom, .mce-content-body.post-type-common_sections .reservation.root .reservation_wrap p.border_bottom {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    text-underline-offset: max(8px, 8px + 7 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.lp .reservation.root .reservation_wrap p.border_bottom, .mce-content-body.page-editor .reservation.root .reservation_wrap p.border_bottom, .mce-content-body.post-type-common_sections .reservation.root .reservation_wrap p.border_bottom {
    text-decoration-thickness: 1px;
  }
}
@media screen and (max-width: 389px) {
  main.lp .reservation.root .reservation_wrap p.border_bottom, .mce-content-body.page-editor .reservation.root .reservation_wrap p.border_bottom, .mce-content-body.post-type-common_sections .reservation.root .reservation_wrap p.border_bottom {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}

main.perio section.philosophy .philosophy_wrap p.fz32, .mce-content-body.page-editor section.philosophy .philosophy_wrap p.fz32, .mce-content-body.post-type-common_sections section.philosophy .philosophy_wrap p.fz32 {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.perio section.philosophy .philosophy_wrap p.fz32, .mce-content-body.page-editor section.philosophy .philosophy_wrap p.fz32, .mce-content-body.post-type-common_sections section.philosophy .philosophy_wrap p.fz32 {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio section.philosophy .philosophy_wrap p.fz32, .mce-content-body.page-editor section.philosophy .philosophy_wrap p.fz32, .mce-content-body.post-type-common_sections section.philosophy .philosophy_wrap p.fz32 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.perio section.philosophy .philosophy_wrap p.fz32 + p, .mce-content-body.page-editor section.philosophy .philosophy_wrap p.fz32 + p, .mce-content-body.post-type-common_sections section.philosophy .philosophy_wrap p.fz32 + p {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.perio section.philosophy .philosophy_wrap p.fz32 + p, .mce-content-body.page-editor section.philosophy .philosophy_wrap p.fz32 + p, .mce-content-body.post-type-common_sections section.philosophy .philosophy_wrap p.fz32 + p {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 500px) {
  main.perio section.philosophy .philosophy_wrap p.fz32 + p, .mce-content-body.page-editor section.philosophy .philosophy_wrap p.fz32 + p, .mce-content-body.post-type-common_sections section.philosophy .philosophy_wrap p.fz32 + p {
    max-width: 300px;
    margin-inline: auto;
  }
}
main.perio section.philosophy ul.philosophy_list, .mce-content-body.page-editor section.philosophy ul.philosophy_list, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  main.perio section.philosophy ul.philosophy_list, .mce-content-body.page-editor section.philosophy ul.philosophy_list, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list {
    grid-template-columns: 1fr;
  }
}
main.perio section.philosophy ul.philosophy_list li, .mce-content-body.page-editor section.philosophy ul.philosophy_list li, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li {
  padding: 50px 40px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.perio section.philosophy ul.philosophy_list li, .mce-content-body.page-editor section.philosophy ul.philosophy_list li, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li {
    padding: max(30px, 30px + 20 * (100vw - 390px) / 1049) max(15px, 15px + 25 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.philosophy ul.philosophy_list li, .mce-content-body.page-editor section.philosophy ul.philosophy_list li, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li {
    min-height: 300px;
  }
}
main.perio section.philosophy ul.philosophy_list li .img_wrap, .mce-content-body.page-editor section.philosophy ul.philosophy_list li .img_wrap, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li .img_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main.perio section.philosophy ul.philosophy_list li .img_wrap::before, .mce-content-body.page-editor section.philosophy ul.philosophy_list li .img_wrap::before, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li .img_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 60, 101, 0.7);
}
main.perio section.philosophy ul.philosophy_list li .img_wrap img, .mce-content-body.page-editor section.philosophy ul.philosophy_list li .img_wrap img, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.perio section.philosophy ul.philosophy_list li .text_wrap, .mce-content-body.page-editor section.philosophy ul.philosophy_list li .text_wrap, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li .text_wrap {
  position: relative;
  z-index: 1;
  max-width: 480px;
  margin-inline: auto;
}
main.perio section.philosophy ul.philosophy_list li .text_wrap h3, .mce-content-body.page-editor section.philosophy ul.philosophy_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li .text_wrap h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  main.perio section.philosophy ul.philosophy_list li .text_wrap h3, .mce-content-body.page-editor section.philosophy ul.philosophy_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li .text_wrap h3 {
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.philosophy ul.philosophy_list li .text_wrap h3, .mce-content-body.page-editor section.philosophy ul.philosophy_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li .text_wrap h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.perio section.philosophy ul.philosophy_list li .text_wrap p, .mce-content-body.page-editor section.philosophy ul.philosophy_list li .text_wrap p, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li .text_wrap p {
  font-size: 18px;
  line-height: 180%;
  margin-top: 24px;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  main.perio section.philosophy ul.philosophy_list li .text_wrap p, .mce-content-body.page-editor section.philosophy ul.philosophy_list li .text_wrap p, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li .text_wrap p {
    font-size: max(14px, 14px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.philosophy ul.philosophy_list li .text_wrap p, .mce-content-body.page-editor section.philosophy ul.philosophy_list li .text_wrap p, .mce-content-body.post-type-common_sections section.philosophy ul.philosophy_list li .text_wrap p {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
main.perio section.perio-not-cure, .mce-content-body.page-editor section.perio-not-cure, .mce-content-body.post-type-common_sections section.perio-not-cure {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  main.perio section.perio-not-cure, .mce-content-body.page-editor section.perio-not-cure, .mce-content-body.post-type-common_sections section.perio-not-cure {
    padding-top: 0;
  }
}
main.perio section.perio-not-cure *, main.perio section.perio-not-cure h3, .mce-content-body.page-editor section.perio-not-cure *, .mce-content-body.page-editor section.perio-not-cure h3, .mce-content-body.post-type-common_sections section.perio-not-cure *, .mce-content-body.post-type-common_sections section.perio-not-cure h3 {
  color: #fff;
}
main.perio section.perio-not-cure .perio-not-cure_wrap, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.perio section.perio-not-cure .perio-not-cure_wrap .img_wrap, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .img_wrap, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .img_wrap {
  margin-left: calc(50% - 50vw);
  margin-top: -220px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 580px;
}
@media screen and (min-width: 1921px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .img_wrap, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .img_wrap, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .img_wrap {
    margin-left: -10vw;
  }
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .img_wrap, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .img_wrap, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .img_wrap {
    margin-top: min(-100px, -100px + -120 * (100vw - 390px) / 1049);
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45.66%;
        -ms-flex: 0 1 45.66%;
            flex: 0 1 45.66%;
  }
}
@media screen and (max-width: 767px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .img_wrap, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .img_wrap, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .img_wrap {
    margin-inline: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 54.34%;
        -ms-flex: 0 1 54.34%;
            flex: 0 1 54.34%;
  }
}
@media screen and (max-width: 767px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap h2, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap h2, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap h2, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap h2, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 {
    font-size: max(28px, 28px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap h2, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap h2, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 {
    font-size: max(24px, 24px + 4 * (100vw - 320px) / 69);
  }
}
main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48 {
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48 {
    font-size: max(36px, 36px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48 {
    line-height: 1.25;
  }
}
@media screen and (max-width: 389px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap h2 .fz48 {
    font-size: max(28px, 28px + 8 * (100vw - 320px) / 69);
  }
}
main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap h3, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap h3, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap h3 {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap h3, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap h3, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap h3 {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio section.perio-not-cure .perio-not-cure_wrap .text_wrap h3, .mce-content-body.page-editor section.perio-not-cure .perio-not-cure_wrap .text_wrap h3, .mce-content-body.post-type-common_sections section.perio-not-cure .perio-not-cure_wrap .text_wrap h3 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.perio section.perio_section, .mce-content-body.page-editor section.perio_section, .mce-content-body.post-type-common_sections section.perio_section {
  padding-top: 160px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio_section, .mce-content-body.page-editor section.perio_section, .mce-content-body.post-type-common_sections section.perio_section {
    padding-top: max(96px, 96px + 64 * (100vw - 390px) / 1049);
  }
}
main.perio section.perio_section .section_bg, .mce-content-body.page-editor section.perio_section .section_bg, .mce-content-body.post-type-common_sections section.perio_section .section_bg {
  aspect-ratio: 1440/345;
  max-height: 345px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio_section .section_bg, .mce-content-body.page-editor section.perio_section .section_bg, .mce-content-body.post-type-common_sections section.perio_section .section_bg {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  main.perio section.perio_section .section_bg, .mce-content-body.page-editor section.perio_section .section_bg, .mce-content-body.post-type-common_sections section.perio_section .section_bg {
    aspect-ratio: 390/200;
    max-height: 200px;
  }
}
main.perio section.perio_section .section_bg img, .mce-content-body.page-editor section.perio_section .section_bg img, .mce-content-body.post-type-common_sections section.perio_section .section_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.perio section.perio_section .section_title, .mce-content-body.page-editor section.perio_section .section_title, .mce-content-body.post-type-common_sections section.perio_section .section_title {
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 0;
  background: #fff;
  max-width: 727px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio_section .section_title, .mce-content-body.page-editor section.perio_section .section_title, .mce-content-body.post-type-common_sections section.perio_section .section_title {
    padding-top: max(30px, 30px + 50 * (100vw - 390px) / 1049);
    max-width: max(290px, 290px + 437 * (100vw - 390px) / 1049);
  }
}
main.perio section.perio_section .perio_text_wrap, .mce-content-body.page-editor section.perio_section .perio_text_wrap, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap {
  text-align: center;
}
main.perio section.perio_section .perio_text_wrap h2, .mce-content-body.page-editor section.perio_section .perio_text_wrap h2, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap h2 {
  font-size: 32px;
  color: #223C65;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio_section .perio_text_wrap h2, .mce-content-body.page-editor section.perio_section .perio_text_wrap h2, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap h2 {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.perio section.perio_section .perio_text_wrap h2 .fz48, .mce-content-body.page-editor section.perio_section .perio_text_wrap h2 .fz48, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap h2 .fz48 {
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio_section .perio_text_wrap h2 .fz48, .mce-content-body.page-editor section.perio_section .perio_text_wrap h2 .fz48, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap h2 .fz48 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio section.perio_section .perio_text_wrap h2 .fz48, .mce-content-body.page-editor section.perio_section .perio_text_wrap h2 .fz48, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap h2 .fz48 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.perio section.perio_section .perio_text_wrap p, .mce-content-body.page-editor section.perio_section .perio_text_wrap p, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap p {
  line-height: 240%;
}
@media screen and (max-width: 767px) {
  main.perio section.perio_section .perio_text_wrap p, .mce-content-body.page-editor section.perio_section .perio_text_wrap p, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap p {
    line-height: 200%;
  }
}
main.perio section.perio_section .perio_text_wrap p span, .mce-content-body.page-editor section.perio_section .perio_text_wrap p span, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap p span {
  font-size: 24px;
  font-weight: bold;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio_section .perio_text_wrap p span, .mce-content-body.page-editor section.perio_section .perio_text_wrap p span, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap p span {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.perio_section .perio_text_wrap p span, .mce-content-body.page-editor section.perio_section .perio_text_wrap p span, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap p span {
    margin-bottom: 10px;
    line-height: 200%;
  }
}
@media screen and (max-width: 389px) {
  main.perio section.perio_section .perio_text_wrap p span, .mce-content-body.page-editor section.perio_section .perio_text_wrap p span, .mce-content-body.post-type-common_sections section.perio_section .perio_text_wrap p span {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.perio section.perio_section .perio_wrap, .mce-content-body.page-editor section.perio_section .perio_wrap, .mce-content-body.post-type-common_sections section.perio_section .perio_wrap {
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio_section .perio_wrap, .mce-content-body.page-editor section.perio_section .perio_wrap, .mce-content-body.post-type-common_sections section.perio_section .perio_wrap {
    margin-top: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
main.perio section.perio_section .perio_wrap h2.border_line, .mce-content-body.page-editor section.perio_section .perio_wrap h2.border_line, .mce-content-body.post-type-common_sections section.perio_section .perio_wrap h2.border_line {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #223C65;
  border-bottom: 1px solid #223C65;
  color: #223C65;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio_section .perio_wrap h2.border_line, .mce-content-body.page-editor section.perio_section .perio_wrap h2.border_line, .mce-content-body.post-type-common_sections section.perio_section .perio_wrap h2.border_line {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio section.perio_section .perio_wrap h2.border_line, .mce-content-body.page-editor section.perio_section .perio_wrap h2.border_line, .mce-content-body.post-type-common_sections section.perio_section .perio_wrap h2.border_line {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.perio section.perio_section .perio_wrap h2, .mce-content-body.page-editor section.perio_section .perio_wrap h2, .mce-content-body.post-type-common_sections section.perio_section .perio_wrap h2 {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio_section .perio_wrap h2, .mce-content-body.page-editor section.perio_section .perio_wrap h2, .mce-content-body.post-type-common_sections section.perio_section .perio_wrap h2 {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  main.perio section.perio_section.perio02 .perio_wrap, main.perio section.perio_section.perio03 .perio_wrap, .mce-content-body.page-editor section.perio_section.perio02 .perio_wrap, .mce-content-body.page-editor section.perio_section.perio03 .perio_wrap, .mce-content-body.post-type-common_sections section.perio_section.perio02 .perio_wrap, .mce-content-body.post-type-common_sections section.perio_section.perio03 .perio_wrap {
    margin-top: max(30px, 30px + 90 * (100vw - 390px) / 1049);
  }
}
main.perio section.perio-importance, .mce-content-body.page-editor section.perio-importance, .mce-content-body.post-type-common_sections section.perio-importance {
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  main.perio section.perio-importance, .mce-content-body.page-editor section.perio-importance, .mce-content-body.post-type-common_sections section.perio-importance {
    padding-top: 0;
  }
}
main.perio section.perio-importance *,
main.perio section.perio-importance h3, .mce-content-body.page-editor section.perio-importance *,
.mce-content-body.page-editor section.perio-importance h3, .mce-content-body.post-type-common_sections section.perio-importance *,
.mce-content-body.post-type-common_sections section.perio-importance h3 {
  color: #fff;
}
main.perio section.perio-importance .perio-importance_wrap, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-importance .perio-importance_wrap, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap {
    gap: max(30px, 30px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.perio-importance .perio-importance_wrap, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.perio section.perio-importance .perio-importance_wrap .img_wrap, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .img_wrap, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .img_wrap {
  margin-right: calc(50% - 50vw);
  margin-top: -208px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 580px;
}
@media screen and (min-width: 1921px) {
  main.perio section.perio-importance .perio-importance_wrap .img_wrap, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .img_wrap, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .img_wrap {
    margin-right: -10vw;
  }
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-importance .perio-importance_wrap .img_wrap, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .img_wrap, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .img_wrap {
    margin-top: min(-100px, -100px + -120 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.perio-importance .perio-importance_wrap .img_wrap, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .img_wrap, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .img_wrap {
    margin-inline: auto;
  }
}
main.perio section.perio-importance .perio-importance_wrap .text_wrap, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .text_wrap, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
main.perio section.perio-importance .perio-importance_wrap .text_wrap h2, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .text_wrap h2, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .text_wrap h2 {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-importance .perio-importance_wrap .text_wrap h2, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .text_wrap h2, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .text_wrap h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio section.perio-importance .perio-importance_wrap .text_wrap h2, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .text_wrap h2, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .text_wrap h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.perio section.perio-importance .perio-importance_wrap .text_wrap h3, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .text_wrap h3, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .text_wrap h3 {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-importance .perio-importance_wrap .text_wrap h3, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .text_wrap h3, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .text_wrap h3 {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio section.perio-importance .perio-importance_wrap .text_wrap h3, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .text_wrap h3, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .text_wrap h3 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.perio section.perio-importance .perio-importance_wrap .text_wrap p, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .text_wrap p, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .text_wrap p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-importance .perio-importance_wrap .text_wrap p, .mce-content-body.page-editor section.perio-importance .perio-importance_wrap .text_wrap p, .mce-content-body.post-type-common_sections section.perio-importance .perio-importance_wrap .text_wrap p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.perio section.perio-importance_detail h2, .mce-content-body.page-editor section.perio-importance_detail h2, .mce-content-body.post-type-common_sections section.perio-importance_detail h2 {
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-importance_detail h2, .mce-content-body.page-editor section.perio-importance_detail h2, .mce-content-body.post-type-common_sections section.perio-importance_detail h2 {
    margin-top: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
main.perio section.perio-importance_detail h3.blue, .mce-content-body.page-editor section.perio-importance_detail h3.blue, .mce-content-body.post-type-common_sections section.perio-importance_detail h3.blue {
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-importance_detail h3.blue, .mce-content-body.page-editor section.perio-importance_detail h3.blue, .mce-content-body.post-type-common_sections section.perio-importance_detail h3.blue {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio section.perio-importance_detail h3.blue, .mce-content-body.page-editor section.perio-importance_detail h3.blue, .mce-content-body.post-type-common_sections section.perio-importance_detail h3.blue {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.perio section.perio-importance_detail .bg_blue-light, .mce-content-body.page-editor section.perio-importance_detail .bg_blue-light, .mce-content-body.post-type-common_sections section.perio-importance_detail .bg_blue-light {
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-importance_detail .bg_blue-light, .mce-content-body.page-editor section.perio-importance_detail .bg_blue-light, .mce-content-body.post-type-common_sections section.perio-importance_detail .bg_blue-light {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio section.perio-importance_detail .bg_blue-light, .mce-content-body.page-editor section.perio-importance_detail .bg_blue-light, .mce-content-body.post-type-common_sections section.perio-importance_detail .bg_blue-light {
    padding-left: max(15px, 15px + 5 * (100vw - 320px) / 69);
    padding-right: max(15px, 15px + 5 * (100vw - 320px) / 69);
  }
}
main.perio section.perio-importance_detail .bg_blue-light h3.border_bottom, .mce-content-body.page-editor section.perio-importance_detail .bg_blue-light h3.border_bottom, .mce-content-body.post-type-common_sections section.perio-importance_detail .bg_blue-light h3.border_bottom {
  text-align: center;
  margin-bottom: 24px;
  font-size: 28px;
  padding-bottom: 10px;
  color: #223C65;
  border-bottom: 1px solid #223C65;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-importance_detail .bg_blue-light h3.border_bottom, .mce-content-body.page-editor section.perio-importance_detail .bg_blue-light h3.border_bottom, .mce-content-body.post-type-common_sections section.perio-importance_detail .bg_blue-light h3.border_bottom {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
  }
}
main.perio section.perio-importance_detail .bg_blue-light p, .mce-content-body.page-editor section.perio-importance_detail .bg_blue-light p, .mce-content-body.post-type-common_sections section.perio-importance_detail .bg_blue-light p {
  text-align: center;
}
main.perio section.perio-importance_detail .no-check_list, .mce-content-body.page-editor section.perio-importance_detail .no-check_list, .mce-content-body.post-type-common_sections section.perio-importance_detail .no-check_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-importance_detail .no-check_list, .mce-content-body.page-editor section.perio-importance_detail .no-check_list, .mce-content-body.post-type-common_sections section.perio-importance_detail .no-check_list {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    grid-template-columns: max(280px, 280px + 160 * (100vw - 768px) / 671) 1fr;
  }
}
@media screen and (max-width: 767px) {
  main.perio section.perio-importance_detail .no-check_list, .mce-content-body.page-editor section.perio-importance_detail .no-check_list, .mce-content-body.post-type-common_sections section.perio-importance_detail .no-check_list {
    grid-template-columns: 1fr;
  }
}
main.perio section.perio-importance_detail .no-check_list li, .mce-content-body.page-editor section.perio-importance_detail .no-check_list li, .mce-content-body.post-type-common_sections section.perio-importance_detail .no-check_list li {
  padding-left: 35px;
  position: relative;
  color: #223C65;
  font-size: 18px;
}
@media screen and (max-width: 1439px) {
  main.perio section.perio-importance_detail .no-check_list li, .mce-content-body.page-editor section.perio-importance_detail .no-check_list li, .mce-content-body.post-type-common_sections section.perio-importance_detail .no-check_list li {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.perio-importance_detail .no-check_list li, .mce-content-body.page-editor section.perio-importance_detail .no-check_list li, .mce-content-body.post-type-common_sections section.perio-importance_detail .no-check_list li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 389px) {
  main.perio section.perio-importance_detail .no-check_list li, .mce-content-body.page-editor section.perio-importance_detail .no-check_list li, .mce-content-body.post-type-common_sections section.perio-importance_detail .no-check_list li {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.perio section.perio-importance_detail .no-check_list li::before, .mce-content-body.page-editor section.perio-importance_detail .no-check_list li::before, .mce-content-body.post-type-common_sections section.perio-importance_detail .no-check_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon_no-check_list.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.perio section.perio-importance_detail .no-check_list li::before, .mce-content-body.page-editor section.perio-importance_detail .no-check_list li::before, .mce-content-body.post-type-common_sections section.perio-importance_detail .no-check_list li::before {
    width: 15px;
    height: 15px;
    top: 0.25em;
  }
}
main.perio section.progress ul.flow_list, .mce-content-body.page-editor section.progress ul.flow_list, .mce-content-body.post-type-common_sections section.progress ul.flow_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;
}
main.perio section.progress ul.flow_list li, .mce-content-body.page-editor section.progress ul.flow_list li, .mce-content-body.post-type-common_sections section.progress ul.flow_list li {
  position: relative;
}
main.perio section.progress ul.flow_list li:not(:last-of-type)::after, .mce-content-body.page-editor section.progress ul.flow_list li:not(:last-of-type)::after, .mce-content-body.post-type-common_sections section.progress ul.flow_list li:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 60px;
  height: 22px;
  aspect-ratio: 60/22;
  background: #1F67A7;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  main.perio section.progress ul.flow_list li .img_wrap, .mce-content-body.page-editor section.progress ul.flow_list li .img_wrap, .mce-content-body.post-type-common_sections section.progress ul.flow_list li .img_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.perio section.progress ul.flow_list li .img_wrap img, .mce-content-body.page-editor section.progress ul.flow_list li .img_wrap img, .mce-content-body.post-type-common_sections section.progress ul.flow_list li .img_wrap img {
    width: 100%;
    max-width: 350px;
    margin-inline: auto;
  }
}
main.perio section.level ul.level_list, .mce-content-body.page-editor section.level ul.level_list, .mce-content-body.post-type-common_sections section.level ul.level_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: 40px;
}
@media screen and (max-width: 1439px) {
  main.perio section.level ul.level_list, .mce-content-body.page-editor section.level ul.level_list, .mce-content-body.post-type-common_sections section.level ul.level_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.level ul.level_list li .img_wrap, .mce-content-body.page-editor section.level ul.level_list li .img_wrap, .mce-content-body.post-type-common_sections section.level ul.level_list li .img_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.perio section.level ul.level_list li .img_wrap img, .mce-content-body.page-editor section.level ul.level_list li .img_wrap img, .mce-content-body.post-type-common_sections section.level ul.level_list li .img_wrap img {
    width: 100%;
    max-width: 350px;
    margin-inline: auto;
  }
}
main.perio section.level .bg_blue_box, .mce-content-body.page-editor section.level .bg_blue_box, .mce-content-body.post-type-common_sections section.level .bg_blue_box {
  margin-bottom: 0;
}
main.perio section.promise .promise_wrap, .mce-content-body.page-editor section.promise .promise_wrap, .mce-content-body.post-type-common_sections section.promise .promise_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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
}
@media screen and (max-width: 1439px) {
  main.perio section.promise .promise_wrap, .mce-content-body.page-editor section.promise .promise_wrap, .mce-content-body.post-type-common_sections section.promise .promise_wrap {
    gap: max(20px, 20px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.promise .promise_wrap, .mce-content-body.page-editor section.promise .promise_wrap, .mce-content-body.post-type-common_sections section.promise .promise_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.perio section.promise .promise_wrap .img_wrap, .mce-content-body.page-editor section.promise .promise_wrap .img_wrap, .mce-content-body.post-type-common_sections section.promise .promise_wrap .img_wrap {
  margin-right: calc(50% - 50vw);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 600px;
}
@media screen and (min-width: 1921px) {
  main.perio section.promise .promise_wrap .img_wrap, .mce-content-body.page-editor section.promise .promise_wrap .img_wrap, .mce-content-body.post-type-common_sections section.promise .promise_wrap .img_wrap {
    margin-right: -10vw;
  }
}
@media screen and (max-width: 767px) {
  main.perio section.promise .promise_wrap .img_wrap, .mce-content-body.page-editor section.promise .promise_wrap .img_wrap, .mce-content-body.post-type-common_sections section.promise .promise_wrap .img_wrap {
    margin-inline: auto;
  }
}
main.perio section.promise .promise_wrap .text_wrap, .mce-content-body.page-editor section.promise .promise_wrap .text_wrap, .mce-content-body.post-type-common_sections section.promise .promise_wrap .text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
main.perio section.promise .promise_wrap .text_wrap h3.border_bottom, .mce-content-body.page-editor section.promise .promise_wrap .text_wrap h3.border_bottom, .mce-content-body.post-type-common_sections section.promise .promise_wrap .text_wrap h3.border_bottom {
  font-size: 32px;
  color: #223C65;
  border-bottom: 1px solid #223C65;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.perio section.promise .promise_wrap .text_wrap h3.border_bottom, .mce-content-body.page-editor section.promise .promise_wrap .text_wrap h3.border_bottom, .mce-content-body.post-type-common_sections section.promise .promise_wrap .text_wrap h3.border_bottom {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio section.promise .promise_wrap .text_wrap h3.border_bottom, .mce-content-body.page-editor section.promise .promise_wrap .text_wrap h3.border_bottom, .mce-content-body.post-type-common_sections section.promise .promise_wrap .text_wrap h3.border_bottom {
    font-size: max(17px, 17px + 3 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 1439px) {
  main.perio section.promise .promise_wrap .text_wrap p, .mce-content-body.page-editor section.promise .promise_wrap .text_wrap p, .mce-content-body.post-type-common_sections section.promise .promise_wrap .text_wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  main.perio section.promise .promise_wrap .text_wrap p, .mce-content-body.page-editor section.promise .promise_wrap .text_wrap p, .mce-content-body.post-type-common_sections section.promise .promise_wrap .text_wrap p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.perio section.promise ul.promise_list, .mce-content-body.page-editor section.promise ul.promise_list, .mce-content-body.post-type-common_sections section.promise ul.promise_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  main.perio section.promise ul.promise_list, .mce-content-body.page-editor section.promise ul.promise_list, .mce-content-body.post-type-common_sections section.promise ul.promise_list {
    grid-template-columns: 1fr;
  }
}
main.perio section.promise ul.promise_list li, .mce-content-body.page-editor section.promise ul.promise_list li, .mce-content-body.post-type-common_sections section.promise ul.promise_list li {
  position: relative;
  z-index: 0;
  padding: 80px 60px;
}
@media screen and (max-width: 1439px) {
  main.perio section.promise ul.promise_list li, .mce-content-body.page-editor section.promise ul.promise_list li, .mce-content-body.post-type-common_sections section.promise ul.promise_list li {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.promise ul.promise_list li, .mce-content-body.page-editor section.promise ul.promise_list li, .mce-content-body.post-type-common_sections section.promise ul.promise_list li {
    min-height: 457px;
    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;
  }
}
@media screen and (max-width: 389px) {
  main.perio section.promise ul.promise_list li, .mce-content-body.page-editor section.promise ul.promise_list li, .mce-content-body.post-type-common_sections section.promise ul.promise_list li {
    min-height: max(400px, 400px + 57 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.perio section.promise ul.promise_list li:nth-of-type(even) .img_wrap::before, .mce-content-body.page-editor section.promise ul.promise_list li:nth-of-type(even) .img_wrap::before, .mce-content-body.post-type-common_sections section.promise ul.promise_list li:nth-of-type(even) .img_wrap::before {
    background-color: rgba(31, 103, 167, 0.85);
  }
}
main.perio section.promise ul.promise_list li:nth-of-type(4n+2) .img_wrap::before, .mce-content-body.page-editor section.promise ul.promise_list li:nth-of-type(4n+2) .img_wrap::before, .mce-content-body.post-type-common_sections section.promise ul.promise_list li:nth-of-type(4n+2) .img_wrap::before {
  background-color: rgba(31, 103, 167, 0.85);
}
main.perio section.promise ul.promise_list li:nth-of-type(4n+3) .img_wrap::before, .mce-content-body.page-editor section.promise ul.promise_list li:nth-of-type(4n+3) .img_wrap::before, .mce-content-body.post-type-common_sections section.promise ul.promise_list li:nth-of-type(4n+3) .img_wrap::before {
  background-color: rgba(31, 103, 167, 0.85);
}
@media screen and (max-width: 767px) {
  main.perio section.promise ul.promise_list li:nth-of-type(4n+3) .img_wrap::before, .mce-content-body.page-editor section.promise ul.promise_list li:nth-of-type(4n+3) .img_wrap::before, .mce-content-body.post-type-common_sections section.promise ul.promise_list li:nth-of-type(4n+3) .img_wrap::before {
    background-color: rgba(34, 60, 101, 0.85);
  }
}
main.perio section.promise ul.promise_list li .img_wrap, .mce-content-body.page-editor section.promise ul.promise_list li .img_wrap, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .img_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
main.perio section.promise ul.promise_list li .img_wrap::before, .mce-content-body.page-editor section.promise ul.promise_list li .img_wrap::before, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .img_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 60, 101, 0.85);
  z-index: 2;
}
main.perio section.promise ul.promise_list li .img_wrap img, .mce-content-body.page-editor section.promise ul.promise_list li .img_wrap img, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
main.perio section.promise ul.promise_list li .text_wrap, .mce-content-body.page-editor section.promise ul.promise_list li .text_wrap, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .text_wrap {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-inline: auto;
}
main.perio section.promise ul.promise_list li .text_wrap h3, .mce-content-body.page-editor section.promise ul.promise_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .text_wrap h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  font-size: 28px;
}
@media screen and (max-width: 1439px) {
  main.perio section.promise ul.promise_list li .text_wrap h3, .mce-content-body.page-editor section.promise ul.promise_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .text_wrap h3 {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.perio section.promise ul.promise_list li .text_wrap h3, .mce-content-body.page-editor section.promise ul.promise_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .text_wrap h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.perio section.promise ul.promise_list li .text_wrap p, .mce-content-body.page-editor section.promise ul.promise_list li .text_wrap p, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .text_wrap p {
  color: #fff;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  main.perio section.promise ul.promise_list li .text_wrap p, .mce-content-body.page-editor section.promise ul.promise_list li .text_wrap p, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .text_wrap p {
    line-height: 2.1428571429;
  }
}
main.full-mouth section .flex h3, .mce-content-body.page-editor section .flex h3, .mce-content-body.post-type-common_sections section .flex h3 {
  margin-bottom: 24px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section .flex h3, .mce-content-body.page-editor section .flex h3, .mce-content-body.post-type-common_sections section .flex h3 {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section .flex h3, .mce-content-body.page-editor section .flex h3, .mce-content-body.post-type-common_sections section .flex h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.full-mouth section .flex ul:not(.check_list_circle), .mce-content-body.page-editor section .flex ul:not(.check_list_circle), .mce-content-body.post-type-common_sections section .flex ul:not(.check_list_circle) {
  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.full-mouth section .flex ul:not(.check_list_circle), .mce-content-body.page-editor section .flex ul:not(.check_list_circle), .mce-content-body.post-type-common_sections section .flex ul:not(.check_list_circle) {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
    gap: max(4px, 4px + 6 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section .flex ul:not(.check_list_circle) li, .mce-content-body.page-editor section .flex ul:not(.check_list_circle) li, .mce-content-body.post-type-common_sections section .flex ul:not(.check_list_circle) li {
  font-size: 20px;
  line-height: 180%;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section .flex ul:not(.check_list_circle) li, .mce-content-body.page-editor section .flex ul:not(.check_list_circle) li, .mce-content-body.post-type-common_sections section .flex ul:not(.check_list_circle) li {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section .flex ul:not(.check_list_circle) li::before, .mce-content-body.page-editor section .flex ul:not(.check_list_circle) li::before, .mce-content-body.post-type-common_sections section .flex ul:not(.check_list_circle) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #333;
}
main.full-mouth .border_box, .mce-content-body.page-editor .border_box, .mce-content-body.post-type-common_sections .border_box {
  padding: 25px;
  border: 2px solid #223C65;
}
@media screen and (max-width: 1439px) {
  main.full-mouth .border_box, .mce-content-body.page-editor .border_box, .mce-content-body.post-type-common_sections .border_box {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.full-mouth .border_box p, .mce-content-body.page-editor .border_box p, .mce-content-body.post-type-common_sections .border_box p {
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.promise p.fz28, .mce-content-body.page-editor section.promise p.fz28, .mce-content-body.post-type-common_sections section.promise p.fz28 {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.promise p.fz28, .mce-content-body.page-editor section.promise p.fz28, .mce-content-body.post-type-common_sections section.promise p.fz28 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.promise .promise_list, .mce-content-body.page-editor section.promise .promise_list, .mce-content-body.post-type-common_sections section.promise .promise_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  main.full-mouth section.promise .promise_list, .mce-content-body.page-editor section.promise .promise_list, .mce-content-body.post-type-common_sections section.promise .promise_list {
    grid-template-columns: 1fr;
  }
}
main.full-mouth section.promise .promise_list li, .mce-content-body.page-editor section.promise .promise_list li, .mce-content-body.post-type-common_sections section.promise .promise_list li {
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 60px 40px;
  min-height: 500px;
  background: #F1F7FC;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.promise .promise_list li, .mce-content-body.page-editor section.promise .promise_list li, .mce-content-body.post-type-common_sections section.promise .promise_list li {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    min-height: max(420px, 420px + 80 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.full-mouth section.promise .promise_list li, .mce-content-body.page-editor section.promise .promise_list li, .mce-content-body.post-type-common_sections section.promise .promise_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-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;
  }
}
main.full-mouth section.promise .promise_list li::before, .mce-content-body.page-editor section.promise .promise_list li::before, .mce-content-body.post-type-common_sections section.promise .promise_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F8FBFF;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
}
main.full-mouth section.promise .promise_list li::after, .mce-content-body.page-editor section.promise .promise_list li::after, .mce-content-body.post-type-common_sections section.promise .promise_list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0, 100% 100%, 0% 100%);
}
main.full-mouth section.promise .promise_list li .en, .mce-content-body.page-editor section.promise .promise_list li .en, .mce-content-body.post-type-common_sections section.promise .promise_list li .en {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.promise .promise_list li .en, .mce-content-body.page-editor section.promise .promise_list li .en, .mce-content-body.post-type-common_sections section.promise .promise_list li .en {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.full-mouth section.promise .promise_list li .en, .mce-content-body.page-editor section.promise .promise_list li .en, .mce-content-body.post-type-common_sections section.promise .promise_list li .en {
    color: #1F67A7;
  }
}
main.full-mouth section.promise .promise_list li .en .fz64, .mce-content-body.page-editor section.promise .promise_list li .en .fz64, .mce-content-body.post-type-common_sections section.promise .promise_list li .en .fz64 {
  font-size: 64px;
  display: inline-block;
  line-height: 40px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.promise .promise_list li .en .fz64, .mce-content-body.page-editor section.promise .promise_list li .en .fz64, .mce-content-body.post-type-common_sections section.promise .promise_list li .en .fz64 {
    font-size: max(40px, 40px + 24 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.promise .promise_list li h3, .mce-content-body.page-editor section.promise .promise_list li h3, .mce-content-body.post-type-common_sections section.promise .promise_list li h3 {
  text-align: center;
  margin: 40px 0 24px;
  font-size: 24px;
  line-height: 180%;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.promise .promise_list li h3, .mce-content-body.page-editor section.promise .promise_list li h3, .mce-content-body.post-type-common_sections section.promise .promise_list li h3 {
    margin: max(20px, 20px + 20 * (100vw - 390px) / 1049) 0 max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.promise .promise_list li h3, .mce-content-body.page-editor section.promise .promise_list li h3, .mce-content-body.post-type-common_sections section.promise .promise_list li h3 {
    font-size: max(13px, 13px + 3 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.promise .promise_list li p, .mce-content-body.page-editor section.promise .promise_list li p, .mce-content-body.post-type-common_sections section.promise .promise_list li p {
  text-align: center;
  line-height: 240%;
  max-width: 720px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.full-mouth section.promise .promise_list li p, .mce-content-body.page-editor section.promise .promise_list li p, .mce-content-body.post-type-common_sections section.promise .promise_list li p {
    max-width: 500px;
  }
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.free-consultation, .mce-content-body.page-editor section.free-consultation, .mce-content-body.post-type-common_sections section.free-consultation {
    padding: max(30px, 30px + 90 * (100vw - 390px) / 1049) 0;
  }
}
main.full-mouth section.mechanism_top, .mce-content-body.page-editor section.mechanism_top, .mce-content-body.post-type-common_sections section.mechanism_top {
  padding: 160px 0;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.mechanism_top, .mce-content-body.page-editor section.mechanism_top, .mce-content-body.post-type-common_sections section.mechanism_top {
    padding: max(110px, 110px + 50 * (100vw - 390px) / 1049) 0 max(80px, 80px + 80 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.mechanism_top .section_bg::before, .mce-content-body.page-editor section.mechanism_top .section_bg::before, .mce-content-body.post-type-common_sections section.mechanism_top .section_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../wp-content/uploads/2026/02/full-mouth_bg.webp) no-repeat center/cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  main.full-mouth section.mechanism_top .section_bg::before, .mce-content-body.page-editor section.mechanism_top .section_bg::before, .mce-content-body.post-type-common_sections section.mechanism_top .section_bg::before {
    background-image: url(../../../../wp-content/uploads/2026/02/full-mouth_bg_sp.webp);
  }
}
main.full-mouth section.mechanism_top .section_bg::after, .mce-content-body.page-editor section.mechanism_top .section_bg::after, .mce-content-body.post-type-common_sections section.mechanism_top .section_bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 120px);
  background-color: #223C65;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.mechanism_top .section_bg::after, .mce-content-body.page-editor section.mechanism_top .section_bg::after, .mce-content-body.post-type-common_sections section.mechanism_top .section_bg::after {
    height: calc(100% - max(60px, 60px + 60 * (100vw - 390px) / 1049));
  }
}
main.full-mouth section.mechanism_top .section_bg img, .mce-content-body.page-editor section.mechanism_top .section_bg img, .mce-content-body.post-type-common_sections section.mechanism_top .section_bg img {
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 120px);
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.mechanism_top .section_bg img, .mce-content-body.page-editor section.mechanism_top .section_bg img, .mce-content-body.post-type-common_sections section.mechanism_top .section_bg img {
    height: calc(100% - max(60px, 60px + 60 * (100vw - 390px) / 1049));
  }
}
main.full-mouth section.mechanism_top .section_bg + .en, .mce-content-body.page-editor section.mechanism_top .section_bg + .en, .mce-content-body.post-type-common_sections section.mechanism_top .section_bg + .en {
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 200px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #fff;
  opacity: 0.3;
  z-index: 2;
  line-height: 125px;
  word-break: break-all;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.mechanism_top .section_bg + .en, .mce-content-body.page-editor section.mechanism_top .section_bg + .en, .mce-content-body.post-type-common_sections section.mechanism_top .section_bg + .en {
    top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    font-size: max(100px, 100px + 100 * (100vw - 390px) / 1049);
    line-height: max(70px, 70px + 55 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.full-mouth section.mechanism_top .section_bg + .en, .mce-content-body.page-editor section.mechanism_top .section_bg + .en, .mce-content-body.post-type-common_sections section.mechanism_top .section_bg + .en {
    line-height: 70%;
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.mechanism_top .section_bg + .en, .mce-content-body.page-editor section.mechanism_top .section_bg + .en, .mce-content-body.post-type-common_sections section.mechanism_top .section_bg + .en {
    font-size: max(80px, 80px + 20 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.mechanism_top .mechanism_wrap, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap {
  position: relative;
  z-index: 3;
  max-width: 720px;
  margin-left: auto;
  color: #fff;
}
main.full-mouth section.mechanism_top .mechanism_wrap h2, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap h2, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 2px solid #fff;
  line-height: 1.25;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.mechanism_top .mechanism_wrap h2, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap h2, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap h2 {
    font-size: max(23px, 23px + 25 * (100vw - 390px) / 1049);
    padding-bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.mechanism_top .mechanism_wrap h2, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap h2, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap h2 {
    font-size: max(18px, 18px + 5 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.mechanism_top .mechanism_wrap h2 .fz56, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap h2 .fz56, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap h2 .fz56 {
  font-size: 56px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.mechanism_top .mechanism_wrap h2 .fz56, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap h2 .fz56, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap h2 .fz56 {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.mechanism_top .mechanism_wrap h2 .fz56, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap h2 .fz56, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap h2 .fz56 {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.mechanism_top .mechanism_wrap h3, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap h3, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 48px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.mechanism_top .mechanism_wrap h3, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap h3, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap h3 {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 28 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.mechanism_top .mechanism_wrap p, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap p, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap p {
  color: #fff;
}
main.full-mouth section.mechanism_top .mechanism_wrap ul, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap ul, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap ul {
  margin: 24px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.mechanism_top .mechanism_wrap ul, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap ul, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap ul {
    margin: max(20px, 20px + 4 * (100vw - 390px) / 1049) 0 max(20px, 20px + 20 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.mechanism_top .mechanism_wrap ul li, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap ul li, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap ul li {
  font-size: 20px;
  line-height: 180%;
  font-weight: bold;
  color: #fff;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.mechanism_top .mechanism_wrap ul li, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap ul li, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap ul li {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding-left: max(11px, 11px + 4 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.mechanism_top .mechanism_wrap ul li::before, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap ul li::before, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.mechanism_top .mechanism_wrap ul li::before, .mce-content-body.page-editor section.mechanism_top .mechanism_wrap ul li::before, .mce-content-body.post-type-common_sections section.mechanism_top .mechanism_wrap ul li::before {
    width: max(6px, 6px + 4 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.approach, .mce-content-body.page-editor section.approach, .mce-content-body.post-type-common_sections section.approach {
  padding-top: 160px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.approach, .mce-content-body.page-editor section.approach, .mce-content-body.post-type-common_sections section.approach {
    padding-top: max(96px, 96px + 64 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.approach .section_bg, .mce-content-body.page-editor section.approach .section_bg, .mce-content-body.post-type-common_sections section.approach .section_bg {
  aspect-ratio: 1440/345;
  max-height: 345px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.approach .section_bg, .mce-content-body.page-editor section.approach .section_bg, .mce-content-body.post-type-common_sections section.approach .section_bg {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  main.full-mouth section.approach .section_bg, .mce-content-body.page-editor section.approach .section_bg, .mce-content-body.post-type-common_sections section.approach .section_bg {
    aspect-ratio: 390/200;
    max-height: 200px;
  }
}
main.full-mouth section.approach .section_bg img, .mce-content-body.page-editor section.approach .section_bg img, .mce-content-body.post-type-common_sections section.approach .section_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
main.full-mouth section.approach .section_title, .mce-content-body.page-editor section.approach .section_title, .mce-content-body.post-type-common_sections section.approach .section_title {
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 0;
  background: #fff;
  max-width: 653px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.approach .section_title, .mce-content-body.page-editor section.approach .section_title, .mce-content-body.post-type-common_sections section.approach .section_title {
    padding-top: max(30px, 30px + 50 * (100vw - 390px) / 1049);
    max-width: max(290px, 290px + 363 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.approach .approach_text_wrap, .mce-content-body.page-editor section.approach .approach_text_wrap, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap {
  text-align: center;
}
main.full-mouth section.approach .approach_text_wrap h2, .mce-content-body.page-editor section.approach .approach_text_wrap h2, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap h2 {
  font-size: 32px;
  color: #223C65;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.approach .approach_text_wrap h2, .mce-content-body.page-editor section.approach .approach_text_wrap h2, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap h2 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.approach .approach_text_wrap h2, .mce-content-body.page-editor section.approach .approach_text_wrap h2, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap h2 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.approach .approach_text_wrap h2 .fz48, .mce-content-body.page-editor section.approach .approach_text_wrap h2 .fz48, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap h2 .fz48 {
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.approach .approach_text_wrap h2 .fz48, .mce-content-body.page-editor section.approach .approach_text_wrap h2 .fz48, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap h2 .fz48 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.approach .approach_text_wrap h2 .fz48, .mce-content-body.page-editor section.approach .approach_text_wrap h2 .fz48, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap h2 .fz48 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.approach .approach_text_wrap p, .mce-content-body.page-editor section.approach .approach_text_wrap p, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap p {
  line-height: 240%;
}
@media screen and (max-width: 767px) {
  main.full-mouth section.approach .approach_text_wrap p, .mce-content-body.page-editor section.approach .approach_text_wrap p, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap p {
    line-height: 200%;
  }
}
main.full-mouth section.approach .approach_text_wrap p span, .mce-content-body.page-editor section.approach .approach_text_wrap p span, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap p span {
  font-size: 24px;
  font-weight: bold;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.approach .approach_text_wrap p span, .mce-content-body.page-editor section.approach .approach_text_wrap p span, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap p span {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.full-mouth section.approach .approach_text_wrap p span, .mce-content-body.page-editor section.approach .approach_text_wrap p span, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap p span {
    margin-bottom: 10px;
    line-height: 200%;
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.approach .approach_text_wrap p span, .mce-content-body.page-editor section.approach .approach_text_wrap p span, .mce-content-body.post-type-common_sections section.approach .approach_text_wrap p span {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.risk ul.risk_list, .mce-content-body.page-editor section.risk ul.risk_list, .mce-content-body.post-type-common_sections section.risk ul.risk_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.risk ul.risk_list, .mce-content-body.page-editor section.risk ul.risk_list, .mce-content-body.post-type-common_sections section.risk ul.risk_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.full-mouth section.risk ul.risk_list, .mce-content-body.page-editor section.risk ul.risk_list, .mce-content-body.post-type-common_sections section.risk ul.risk_list {
    grid-template-columns: 1fr;
  }
}
main.full-mouth section.risk ul.risk_list li h3, .mce-content-body.page-editor section.risk ul.risk_list li h3, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3 {
  padding: 15px 4px;
  background: #1F67A7;
  position: relative;
  text-align: center;
  z-index: 0;
  border-bottom: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  main.full-mouth section.risk ul.risk_list li h3, .mce-content-body.page-editor section.risk ul.risk_list li h3, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3 {
    padding: 13px 4px;
  }
}
main.full-mouth section.risk ul.risk_list li h3 span, .mce-content-body.page-editor section.risk ul.risk_list li h3 span, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3 span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.risk ul.risk_list li h3 span, .mce-content-body.page-editor section.risk ul.risk_list li h3 span, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3 span {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.risk ul.risk_list li h3 span, .mce-content-body.page-editor section.risk ul.risk_list li h3 span, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3 span {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.risk ul.risk_list li h3::before, main.full-mouth section.risk ul.risk_list li h3::after, .mce-content-body.page-editor section.risk ul.risk_list li h3::before, .mce-content-body.page-editor section.risk ul.risk_list li h3::after, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3::before, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  left: 0;
  background: rgba(51, 51, 51, 0.1);
  z-index: 1;
  -webkit-transform: none;
          transform: none;
}
main.full-mouth section.risk ul.risk_list li h3::before, .mce-content-body.page-editor section.risk ul.risk_list li h3::before, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3::before {
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
main.full-mouth section.risk ul.risk_list li h3::after, .mce-content-body.page-editor section.risk ul.risk_list li h3::after, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3::after {
  bottom: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
main.full-mouth section.risk ul.risk_list li h3 .tri, .mce-content-body.page-editor section.risk ul.risk_list li h3 .tri, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3 .tri {
  z-index: 1;
}
main.full-mouth section.risk ul.risk_list li h3 .tri::before, main.full-mouth section.risk ul.risk_list li h3 .tri::after, .mce-content-body.page-editor section.risk ul.risk_list li h3 .tri::before, .mce-content-body.page-editor section.risk ul.risk_list li h3 .tri::after, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3 .tri::before, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3 .tri::after {
  display: block !important;
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  background: rgba(51, 51, 51, 0.1);
}
main.full-mouth section.risk ul.risk_list li h3 .tri::before, .mce-content-body.page-editor section.risk ul.risk_list li h3 .tri::before, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3 .tri::before {
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
main.full-mouth section.risk ul.risk_list li h3 .tri::after, .mce-content-body.page-editor section.risk ul.risk_list li h3 .tri::after, .mce-content-body.post-type-common_sections section.risk ul.risk_list li h3 .tri::after {
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
main.full-mouth section.risk ul.risk_list li .img_wrap img, .mce-content-body.page-editor section.risk ul.risk_list li .img_wrap img, .mce-content-body.post-type-common_sections section.risk ul.risk_list li .img_wrap img {
  width: 100%;
}
main.full-mouth section.risk ul.risk_list li p, .mce-content-body.page-editor section.risk ul.risk_list li p, .mce-content-body.post-type-common_sections section.risk ul.risk_list li p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.risk ul.risk_list li p, .mce-content-body.page-editor section.risk ul.risk_list li p, .mce-content-body.post-type-common_sections section.risk ul.risk_list li p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.importance .importance_wrap, .mce-content-body.page-editor section.importance .importance_wrap, .mce-content-body.post-type-common_sections section.importance .importance_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.importance .importance_wrap, .mce-content-body.page-editor section.importance .importance_wrap, .mce-content-body.post-type-common_sections section.importance .importance_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.importance .importance_wrap .flex h3, .mce-content-body.page-editor section.importance .importance_wrap .flex h3, .mce-content-body.post-type-common_sections section.importance .importance_wrap .flex h3 {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid #1F67A7;
  color: #1F67A7;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.importance .importance_wrap .flex h3, .mce-content-body.page-editor section.importance .importance_wrap .flex h3, .mce-content-body.post-type-common_sections section.importance .importance_wrap .flex h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.result_top, .mce-content-body.page-editor section.result_top, .mce-content-body.post-type-common_sections section.result_top {
  padding: 160px 0;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.result_top, .mce-content-body.page-editor section.result_top, .mce-content-body.post-type-common_sections section.result_top {
    padding: max(110px, 110px + 50 * (100vw - 390px) / 1049) 0 max(80px, 80px + 80 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.result_top .section_bg::before, .mce-content-body.page-editor section.result_top .section_bg::before, .mce-content-body.post-type-common_sections section.result_top .section_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../wp-content/uploads/2026/02/full-mouth_bg.webp) no-repeat center/cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  main.full-mouth section.result_top .section_bg::before, .mce-content-body.page-editor section.result_top .section_bg::before, .mce-content-body.post-type-common_sections section.result_top .section_bg::before {
    background-image: url(../../../../wp-content/uploads/2026/02/full-mouth_bg_sp.webp);
  }
}
main.full-mouth section.result_top .section_bg::after, .mce-content-body.page-editor section.result_top .section_bg::after, .mce-content-body.post-type-common_sections section.result_top .section_bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 120px);
  background-color: #1F67A7;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.result_top .section_bg::after, .mce-content-body.page-editor section.result_top .section_bg::after, .mce-content-body.post-type-common_sections section.result_top .section_bg::after {
    height: calc(100% - max(60px, 60px + 60 * (100vw - 390px) / 1049));
  }
}
main.full-mouth section.result_top .section_bg img, .mce-content-body.page-editor section.result_top .section_bg img, .mce-content-body.post-type-common_sections section.result_top .section_bg img {
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 120px);
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.result_top .section_bg img, .mce-content-body.page-editor section.result_top .section_bg img, .mce-content-body.post-type-common_sections section.result_top .section_bg img {
    height: calc(100% - max(60px, 60px + 60 * (100vw - 390px) / 1049));
  }
}
main.full-mouth section.result_top .section_bg + .en, .mce-content-body.page-editor section.result_top .section_bg + .en, .mce-content-body.post-type-common_sections section.result_top .section_bg + .en {
  position: absolute;
  top: 60px;
  right: 0;
  font-size: 200px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #fff;
  opacity: 0.3;
  z-index: 2;
  line-height: 125px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.result_top .section_bg + .en, .mce-content-body.page-editor section.result_top .section_bg + .en, .mce-content-body.post-type-common_sections section.result_top .section_bg + .en {
    top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    font-size: max(100px, 100px + 100 * (100vw - 390px) / 1049);
    line-height: max(70px, 70px + 55 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.full-mouth section.result_top .section_bg + .en, .mce-content-body.page-editor section.result_top .section_bg + .en, .mce-content-body.post-type-common_sections section.result_top .section_bg + .en {
    line-height: 70%;
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.result_top .section_bg + .en, .mce-content-body.page-editor section.result_top .section_bg + .en, .mce-content-body.post-type-common_sections section.result_top .section_bg + .en {
    font-size: max(80px, 80px + 20 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.result_top .result_wrap, .mce-content-body.page-editor section.result_top .result_wrap, .mce-content-body.post-type-common_sections section.result_top .result_wrap {
  position: relative;
  z-index: 3;
  max-width: 700px;
  color: #fff;
}
main.full-mouth section.result_top .result_wrap h2, .mce-content-body.page-editor section.result_top .result_wrap h2, .mce-content-body.post-type-common_sections section.result_top .result_wrap h2 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 2px solid #fff;
  line-height: 1.25;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.result_top .result_wrap h2, .mce-content-body.page-editor section.result_top .result_wrap h2, .mce-content-body.post-type-common_sections section.result_top .result_wrap h2 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
    padding-bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.result_top .result_wrap h2, .mce-content-body.page-editor section.result_top .result_wrap h2, .mce-content-body.post-type-common_sections section.result_top .result_wrap h2 {
    font-size: max(18px, 18px + 6 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.result_top .result_wrap h2 .fz56, .mce-content-body.page-editor section.result_top .result_wrap h2 .fz56, .mce-content-body.post-type-common_sections section.result_top .result_wrap h2 .fz56 {
  font-size: 56px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.result_top .result_wrap h2 .fz56, .mce-content-body.page-editor section.result_top .result_wrap h2 .fz56, .mce-content-body.post-type-common_sections section.result_top .result_wrap h2 .fz56 {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.result_top .result_wrap h2 .fz56, .mce-content-body.page-editor section.result_top .result_wrap h2 .fz56, .mce-content-body.post-type-common_sections section.result_top .result_wrap h2 .fz56 {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.result_top .result_wrap p, .mce-content-body.page-editor section.result_top .result_wrap p, .mce-content-body.post-type-common_sections section.result_top .result_wrap p {
  color: #fff;
}
main.full-mouth section.result_top .result_wrap p .fz20, .mce-content-body.page-editor section.result_top .result_wrap p .fz20, .mce-content-body.post-type-common_sections section.result_top .result_wrap p .fz20 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.result_top .result_wrap p .fz20, .mce-content-body.page-editor section.result_top .result_wrap p .fz20, .mce-content-body.post-type-common_sections section.result_top .result_wrap p .fz20 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.result_top .result_wrap p .fz20, .mce-content-body.page-editor section.result_top .result_wrap p .fz20, .mce-content-body.post-type-common_sections section.result_top .result_wrap p .fz20 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.result_top .result_wrap p + p, .mce-content-body.page-editor section.result_top .result_wrap p + p, .mce-content-body.post-type-common_sections section.result_top .result_wrap p + p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.result_top .result_wrap p + p, .mce-content-body.page-editor section.result_top .result_wrap p + p, .mce-content-body.post-type-common_sections section.result_top .result_wrap p + p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.result_bottom .flex, .mce-content-body.page-editor section.result_bottom .flex, .mce-content-body.post-type-common_sections section.result_bottom .flex {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.result_bottom .flex, .mce-content-body.page-editor section.result_bottom .flex, .mce-content-body.post-type-common_sections section.result_bottom .flex {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.result_bottom .flex h3, .mce-content-body.page-editor section.result_bottom .flex h3, .mce-content-body.post-type-common_sections section.result_bottom .flex h3 {
  border-bottom: 1px solid #1F67A7;
  padding-bottom: 10px;
}
main.full-mouth section.result_bottom .flex h3.fz20, .mce-content-body.page-editor section.result_bottom .flex h3.fz20, .mce-content-body.post-type-common_sections section.result_bottom .flex h3.fz20 {
  font-size: 20px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.result_bottom .flex h3.fz20, .mce-content-body.page-editor section.result_bottom .flex h3.fz20, .mce-content-body.post-type-common_sections section.result_bottom .flex h3.fz20 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.flow .roadmap_wrap, .mce-content-body.page-editor section.flow .roadmap_wrap, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap {
  background: #fff;
  padding: 40px;
  border: 2px solid #223C65;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow .roadmap_wrap, .mce-content-body.page-editor section.flow .roadmap_wrap, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.flow .roadmap_wrap h2, .mce-content-body.page-editor section.flow .roadmap_wrap h2, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap h2 {
  text-align: center;
  padding: 30px 8px;
  font-size: 24px;
  background: none;
  position: relative;
  z-index: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow .roadmap_wrap h2, .mce-content-body.page-editor section.flow .roadmap_wrap h2, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap h2 {
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) 8px;
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.flow .roadmap_wrap h2::before, .mce-content-body.page-editor section.flow .roadmap_wrap h2::before, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 20px);
  background: -webkit-gradient(linear, left top, right top, from(#223C65), to(#CCD5F0));
  background: -webkit-linear-gradient(left, #223C65 0%, #CCD5F0 100%);
  background: linear-gradient(to right, #223C65 0%, #CCD5F0 100%);
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow .roadmap_wrap h2::before, .mce-content-body.page-editor section.flow .roadmap_wrap h2::before, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap h2::before {
    height: calc(100% - max(10px, 10px + 10 * (100vw - 390px) / 1049));
  }
}
@media screen and (max-width: 767px) {
  main.full-mouth section.flow .roadmap_wrap h2::before, .mce-content-body.page-editor section.flow .roadmap_wrap h2::before, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap h2::before {
    background: #223C65;
  }
}
main.full-mouth section.flow .roadmap_wrap h2::after, .mce-content-body.page-editor section.flow .roadmap_wrap h2::after, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #223C65;
  border-bottom: 1px solid #223C65;
  z-index: -1;
}
main.full-mouth section.flow .roadmap_wrap p.fz20, .mce-content-body.page-editor section.flow .roadmap_wrap p.fz20, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap p.fz20 {
  font-size: 20px;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow .roadmap_wrap p.fz20, .mce-content-body.page-editor section.flow .roadmap_wrap p.fz20, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap p.fz20 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.flow .roadmap_wrap ul.roadmap_list, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px 12px;
}
@media screen and (max-width: 767px) {
  main.full-mouth section.flow .roadmap_wrap ul.roadmap_list, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li {
  margin-top: 24px;
  position: relative;
  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;
  background: #F1F7FC;
  height: auto;
  aspect-ratio: 1/1;
  min-width: 0;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li {
    margin-top: max(13px, 13px + 11 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li {
    aspect-ratio: auto;
    min-height: 95px;
  }
}
main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li:nth-of-type(even), .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li:nth-of-type(even), .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li:nth-of-type(even) {
  background: #F8FBFF;
}
main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li:nth-of-type(even) .en, main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li:nth-of-type(even) h3, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li:nth-of-type(even) .en, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li:nth-of-type(even) h3, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li:nth-of-type(even) .en, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li:nth-of-type(even) h3 {
  color: #223C65;
}
main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li span.en, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li span.en, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li span.en {
  font-size: 56px;
  line-height: 35px;
  font-style: italic;
  color: #1F67A7;
  letter-spacing: 0.05em;
  position: absolute;
  left: 10px;
  top: -24px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li span.en, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li span.en, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li span.en {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
    left: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    top: min(-13px, -13px + -11 * (100vw - 390px) / 1049);
    line-height: max(20px, 20px + 15 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li h3, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li h3, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #1F67A7;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li h3, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li h3, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li h3 {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li h3, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li h3, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li h3 {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li h3 .small, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li h3 .small, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li h3 .small {
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.flow .roadmap_wrap ul.roadmap_list li h3 .small, .mce-content-body.page-editor section.flow .roadmap_wrap ul.roadmap_list li h3 .small, .mce-content-body.post-type-common_sections section.flow .roadmap_wrap ul.roadmap_list li h3 .small {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
main.full-mouth section.flow ul.step_list, .mce-content-body.page-editor section.flow ul.step_list, .mce-content-body.post-type-common_sections section.flow ul.step_list {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow ul.step_list, .mce-content-body.page-editor section.flow ul.step_list, .mce-content-body.post-type-common_sections section.flow ul.step_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.flow ul.step_list li, .mce-content-body.page-editor section.flow ul.step_list li, .mce-content-body.post-type-common_sections section.flow ul.step_list li {
  background: #fff;
  border: 1px solid #223C65;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow ul.step_list li, .mce-content-body.page-editor section.flow ul.step_list li, .mce-content-body.post-type-common_sections section.flow ul.step_list li {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.flow ul.step_list li::after, .mce-content-body.page-editor section.flow ul.step_list li::after, .mce-content-body.post-type-common_sections section.flow ul.step_list li::after {
  background: #223C65;
}
main.full-mouth section.flow ul.step_list li .text_wrap div.en, .mce-content-body.page-editor section.flow ul.step_list li .text_wrap div.en, .mce-content-body.post-type-common_sections section.flow ul.step_list li .text_wrap div.en {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow ul.step_list li .text_wrap div.en, .mce-content-body.page-editor section.flow ul.step_list li .text_wrap div.en, .mce-content-body.post-type-common_sections section.flow ul.step_list li .text_wrap div.en {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.flow ul.step_list li .text_wrap div.en .fz40, .mce-content-body.page-editor section.flow ul.step_list li .text_wrap div.en .fz40, .mce-content-body.post-type-common_sections section.flow ul.step_list li .text_wrap div.en .fz40 {
  font-size: 40px;
  display: inline-block;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow ul.step_list li .text_wrap div.en .fz40, .mce-content-body.page-editor section.flow ul.step_list li .text_wrap div.en .fz40, .mce-content-body.post-type-common_sections section.flow ul.step_list li .text_wrap div.en .fz40 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    line-height: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.full-mouth section.flow ul.step_list li .text_wrap h3, .mce-content-body.page-editor section.flow ul.step_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.flow ul.step_list li .text_wrap h3 {
  margin-top: 5px;
  line-height: 180%;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid #223C65;
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  main.full-mouth section.flow ul.step_list li .text_wrap h3, .mce-content-body.page-editor section.flow ul.step_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.flow ul.step_list li .text_wrap h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.full-mouth section.flow ul.step_list li .text_wrap h3, .mce-content-body.page-editor section.flow ul.step_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.flow ul.step_list li .text_wrap h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.root section h3.border_bottom, .mce-content-body.page-editor section h3.border_bottom, .mce-content-body.post-type-common_sections section h3.border_bottom {
  line-height: 180%;
  color: #1F67A7;
  padding-bottom: 10px;
  border-bottom: 1px solid #1F67A7;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.root section h3.border_bottom, .mce-content-body.page-editor section h3.border_bottom, .mce-content-body.post-type-common_sections section h3.border_bottom {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.root section.feature p.fz28, .mce-content-body.page-editor section.feature p.fz28, .mce-content-body.post-type-common_sections section.feature p.fz28 {
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.root section.feature p.fz28, .mce-content-body.page-editor section.feature p.fz28, .mce-content-body.post-type-common_sections section.feature p.fz28 {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
  }
}
main.root section.feature p.fz28 + p, .mce-content-body.page-editor section.feature p.fz28 + p, .mce-content-body.post-type-common_sections section.feature p.fz28 + p {
  line-height: 240%;
}
@media screen and (max-width: 767px) {
  main.root section.feature p.fz28 + p, .mce-content-body.page-editor section.feature p.fz28 + p, .mce-content-body.post-type-common_sections section.feature p.fz28 + p {
    line-height: 210%;
  }
}
main.root section.feature ul.feature_list, .mce-content-body.page-editor section.feature ul.feature_list, .mce-content-body.post-type-common_sections section.feature ul.feature_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  main.root section.feature ul.feature_list, .mce-content-body.page-editor section.feature ul.feature_list, .mce-content-body.post-type-common_sections section.feature ul.feature_list {
    grid-template-columns: 1fr;
  }
}
main.root section.feature ul.feature_list li, .mce-content-body.page-editor section.feature ul.feature_list li, .mce-content-body.post-type-common_sections section.feature ul.feature_list li {
  padding: 60px 30px;
  text-align: center;
  position: relative;
  background: #F8FBFF;
  z-index: 0;
}
@media screen and (max-width: 1439px) {
  main.root section.feature ul.feature_list li, .mce-content-body.page-editor section.feature ul.feature_list li, .mce-content-body.post-type-common_sections section.feature ul.feature_list li {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.root section.feature ul.feature_list li::after, .mce-content-body.page-editor section.feature ul.feature_list li::after, .mce-content-body.post-type-common_sections section.feature ul.feature_list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 257px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.7);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  main.root section.feature ul.feature_list li::after, .mce-content-body.page-editor section.feature ul.feature_list li::after, .mce-content-body.post-type-common_sections section.feature ul.feature_list li::after {
    height: max(150px, 150px + 107 * (100vw - 390px) / 1049);
  }
}
main.root section.feature ul.feature_list li:nth-of-type(2), .mce-content-body.page-editor section.feature ul.feature_list li:nth-of-type(2), .mce-content-body.post-type-common_sections section.feature ul.feature_list li:nth-of-type(2) {
  background: #F1F7FC;
}
main.root section.feature ul.feature_list li:nth-of-type(2)::after, .mce-content-body.page-editor section.feature ul.feature_list li:nth-of-type(2)::after, .mce-content-body.post-type-common_sections section.feature ul.feature_list li:nth-of-type(2)::after {
  background: rgba(255, 255, 255, 0.5);
}
main.root section.feature ul.feature_list li .number, .mce-content-body.page-editor section.feature ul.feature_list li .number, .mce-content-body.post-type-common_sections section.feature ul.feature_list li .number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 140px;
  line-height: 88px;
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: rgba(34, 60, 101, 0.2);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.root section.feature ul.feature_list li .number, .mce-content-body.page-editor section.feature ul.feature_list li .number, .mce-content-body.post-type-common_sections section.feature ul.feature_list li .number {
    font-size: max(100px, 100px + 40 * (100vw - 390px) / 1049);
    line-height: max(63px, 63px + 25 * (100vw - 390px) / 1049);
  }
}
main.root section.feature ul.feature_list li h3, .mce-content-body.page-editor section.feature ul.feature_list li h3, .mce-content-body.post-type-common_sections section.feature ul.feature_list li h3 {
  margin-bottom: 24px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.root section.feature ul.feature_list li h3, .mce-content-body.page-editor section.feature ul.feature_list li h3, .mce-content-body.post-type-common_sections section.feature ul.feature_list li h3 {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.root section.feature ul.feature_list li h3, .mce-content-body.page-editor section.feature ul.feature_list li h3, .mce-content-body.post-type-common_sections section.feature ul.feature_list li h3 {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
  }
}
main.root section.feature ul.feature_list li p, .mce-content-body.page-editor section.feature ul.feature_list li p, .mce-content-body.post-type-common_sections section.feature ul.feature_list li p {
  line-height: 240%;
}
@media screen and (max-width: 1439px) {
  main.root section.feature ul.feature_list li p, .mce-content-body.page-editor section.feature ul.feature_list li p, .mce-content-body.post-type-common_sections section.feature ul.feature_list li p {
    font-size: max(14px, 14px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.root section.feature ul.feature_list li p, .mce-content-body.page-editor section.feature ul.feature_list li p, .mce-content-body.post-type-common_sections section.feature ul.feature_list li p {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
main.root section.feature ul.feature_list li p.fz18, .mce-content-body.page-editor section.feature ul.feature_list li p.fz18, .mce-content-body.post-type-common_sections section.feature ul.feature_list li p.fz18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.root section.feature ul.feature_list li p.fz18, .mce-content-body.page-editor section.feature ul.feature_list li p.fz18, .mce-content-body.post-type-common_sections section.feature ul.feature_list li p.fz18 {
    font-size: max(14px, 14px + 4 * (100vw - 768px) / 671);
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) 0;
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.feature ul.feature_list li p.fz18, .mce-content-body.page-editor section.feature ul.feature_list li p.fz18, .mce-content-body.post-type-common_sections section.feature ul.feature_list li p.fz18 {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.root section.feature ul.feature_list li p.fz18, .mce-content-body.page-editor section.feature ul.feature_list li p.fz18, .mce-content-body.post-type-common_sections section.feature ul.feature_list li p.fz18 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.root section.point01 .point01_wrap, .mce-content-body.page-editor section.point01 .point01_wrap, .mce-content-body.post-type-common_sections section.point01 .point01_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  main.root section.point01 .point01_wrap, .mce-content-body.page-editor section.point01 .point01_wrap, .mce-content-body.post-type-common_sections section.point01 .point01_wrap {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.point01 .point01_wrap, .mce-content-body.page-editor section.point01 .point01_wrap, .mce-content-body.post-type-common_sections section.point01 .point01_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.root section.point01 .point01_wrap .twxt_wrap, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 610px;
}
@media screen and (max-width: 1439px) {
  main.root section.point01 .point01_wrap .twxt_wrap, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 52.76%;
        -ms-flex: 0 1 52.76%;
            flex: 0 1 52.76%;
  }
}
@media screen and (max-width: 767px) {
  main.root section.point01 .point01_wrap .twxt_wrap, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.root section.point01 .point01_wrap .twxt_wrap .en, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap .en, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap .en {
  font-size: 64px;
  line-height: 1;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.root section.point01 .point01_wrap .twxt_wrap .en, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap .en, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap .en {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
main.root section.point01 .point01_wrap .twxt_wrap .en .number, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap .en .number, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap .en .number {
  font-size: 160px;
  display: inline-block;
  font-weight: 300;
  margin-left: 10px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  line-height: 100px;
}
@media screen and (max-width: 1439px) {
  main.root section.point01 .point01_wrap .twxt_wrap .en .number, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap .en .number, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap .en .number {
    font-size: max(100px, 100px + 60 * (100vw - 390px) / 1049);
    line-height: max(63px, 63px + 37 * (100vw - 390px) / 1049);
    margin-left: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.root section.point01 .point01_wrap .twxt_wrap h2.no-bg, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap h2.no-bg, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap h2.no-bg {
  font-size: 40px;
  line-height: 160%;
  color: #223C65;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #223C65;
}
@media screen and (max-width: 1439px) {
  main.root section.point01 .point01_wrap .twxt_wrap h2.no-bg, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap h2.no-bg, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap h2.no-bg {
    font-size: max(28px, 28px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.root section.point01 .point01_wrap .twxt_wrap h2.no-bg, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap h2.no-bg, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap h2.no-bg {
    font-size: max(24px, 24px + 4 * (100vw - 320px) / 69);
  }
}
main.root section.point01 .point01_wrap .twxt_wrap h3, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap h3, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap h3 {
  font-size: 32px;
  font-weight: 500;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.root section.point01 .point01_wrap .twxt_wrap h3, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap h3, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap h3 {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.root section.point01 .point01_wrap .twxt_wrap h3, .mce-content-body.page-editor section.point01 .point01_wrap .twxt_wrap h3, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .twxt_wrap h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.root section.point01 .point01_wrap .img_wrap, .mce-content-body.page-editor section.point01 .point01_wrap .img_wrap, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .img_wrap {
  margin-left: calc(50% - 50vw);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 600px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  main.root section.point01 .point01_wrap .img_wrap, .mce-content-body.page-editor section.point01 .point01_wrap .img_wrap, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .img_wrap {
    margin-left: -10vw;
  }
}
@media screen and (max-width: 1439px) {
  main.root section.point01 .point01_wrap .img_wrap, .mce-content-body.page-editor section.point01 .point01_wrap .img_wrap, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .img_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 47.24%;
        -ms-flex: 0 1 47.24%;
            flex: 0 1 47.24%;
  }
}
@media screen and (max-width: 767px) {
  main.root section.point01 .point01_wrap .img_wrap, .mce-content-body.page-editor section.point01 .point01_wrap .img_wrap, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .img_wrap {
    margin-inline: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.root section.point01 .point01_wrap .img_wrap img, .mce-content-body.page-editor section.point01 .point01_wrap .img_wrap img, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .img_wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.root section.point01 .point01_wrap .img_wrap img, .mce-content-body.page-editor section.point01 .point01_wrap .img_wrap img, .mce-content-body.post-type-common_sections section.point01 .point01_wrap .img_wrap img {
    position: static;
  }
}
main.root section.point01 .point01_wrap_bottom, .mce-content-body.page-editor section.point01 .point01_wrap_bottom, .mce-content-body.post-type-common_sections section.point01 .point01_wrap_bottom {
  position: relative;
  z-index: 0;
  margin-top: 60px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 80px 0;
}
@media screen and (max-width: 1439px) {
  main.root section.point01 .point01_wrap_bottom, .mce-content-body.page-editor section.point01 .point01_wrap_bottom, .mce-content-body.post-type-common_sections section.point01 .point01_wrap_bottom {
    margin-top: max(30px, 30px + 50 * (100vw - 390px) / 1049);
    padding: max(40px, 40px + 20 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  main.root section.point01 .point01_wrap_bottom, .mce-content-body.page-editor section.point01 .point01_wrap_bottom, .mce-content-body.post-type-common_sections section.point01 .point01_wrap_bottom {
    margin-top: -100px;
    padding-top: 130px;
  }
}
main.root section.point01 .point01_wrap_bottom::before, .mce-content-body.page-editor section.point01 .point01_wrap_bottom::before, .mce-content-body.post-type-common_sections section.point01 .point01_wrap_bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #223C65;
  z-index: 0;
}
main.root section.point01 .point01_wrap_bottom .inner, .mce-content-body.page-editor section.point01 .point01_wrap_bottom .inner, .mce-content-body.post-type-common_sections section.point01 .point01_wrap_bottom .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main.root section.point01 .point01_wrap_bottom .img_wrap, .mce-content-body.page-editor section.point01 .point01_wrap_bottom .img_wrap, .mce-content-body.post-type-common_sections section.point01 .point01_wrap_bottom .img_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}
main.root section.point01 .point01_wrap_bottom .img_wrap img, .mce-content-body.page-editor section.point01 .point01_wrap_bottom .img_wrap img, .mce-content-body.post-type-common_sections section.point01 .point01_wrap_bottom .img_wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.root section.point01 .point01_wrap_bottom p, .mce-content-body.page-editor section.point01 .point01_wrap_bottom p, .mce-content-body.post-type-common_sections section.point01 .point01_wrap_bottom p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 610px;
  margin-left: auto;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.root section.point01 .point01_wrap_bottom p, .mce-content-body.page-editor section.point01 .point01_wrap_bottom p, .mce-content-body.post-type-common_sections section.point01 .point01_wrap_bottom p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 52.76%;
        -ms-flex: 0 1 52.76%;
            flex: 0 1 52.76%;
  }
}
@media screen and (max-width: 767px) {
  main.root section.point01 .point01_wrap_bottom p, .mce-content-body.page-editor section.point01 .point01_wrap_bottom p, .mce-content-body.post-type-common_sections section.point01 .point01_wrap_bottom p {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-left: 0;
    max-width: 100%;
  }
}
main.root section.whats01 h3.navy-first, .mce-content-body.page-editor section.whats01 h3.navy-first, .mce-content-body.post-type-common_sections section.whats01 h3.navy-first {
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.root section.whats01 h3.navy-first, .mce-content-body.page-editor section.whats01 h3.navy-first, .mce-content-body.post-type-common_sections section.whats01 h3.navy-first {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
  }
}
main.root section.whats01 h3.navy-first + p, .mce-content-body.page-editor section.whats01 h3.navy-first + p, .mce-content-body.post-type-common_sections section.whats01 h3.navy-first + p {
  line-height: 240%;
  max-width: 940px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.root section.whats01 h3.navy-first + p, .mce-content-body.page-editor section.whats01 h3.navy-first + p, .mce-content-body.post-type-common_sections section.whats01 h3.navy-first + p {
    line-height: 210%;
  }
}
main.root section.whats01 .whats01_wrap ul.whats01_point_list, .mce-content-body.page-editor section.whats01 .whats01_wrap ul.whats01_point_list, .mce-content-body.post-type-common_sections section.whats01 .whats01_wrap ul.whats01_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;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.root section.whats01 .whats01_wrap ul.whats01_point_list, .mce-content-body.page-editor section.whats01 .whats01_wrap ul.whats01_point_list, .mce-content-body.post-type-common_sections section.whats01 .whats01_wrap ul.whats01_point_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.root section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap, .mce-content-body.page-editor section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap, .mce-content-body.post-type-common_sections section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap {
  position: relative;
  padding-bottom: 24px;
}
main.root section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap .number, .mce-content-body.page-editor section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap .number, .mce-content-body.post-type-common_sections section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap .number {
  font-size: 160px;
  line-height: 100px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: rgba(31, 103, 167, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.root section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap .number, .mce-content-body.page-editor section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap .number, .mce-content-body.post-type-common_sections section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap .number {
    font-size: max(80px, 80px + 80 * (100vw - 390px) / 1049);
    line-height: max(63px, 63px + 37 * (100vw - 390px) / 1049);
  }
}
main.root section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap h3, .mce-content-body.page-editor section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap h3 {
  font-size: 28px;
}
@media screen and (max-width: 1439px) {
  main.root section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap h3, .mce-content-body.page-editor section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap h3 {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.root section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap h3, .mce-content-body.page-editor section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.whats01 .whats01_wrap ul.whats01_point_list li .text_wrap h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.root section.method h3.navy-first, .mce-content-body.page-editor section.method h3.navy-first, .mce-content-body.post-type-common_sections section.method h3.navy-first {
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.root section.method h3.navy-first, .mce-content-body.page-editor section.method h3.navy-first, .mce-content-body.post-type-common_sections section.method h3.navy-first {
    font-size: max(15.5px, 15.5px + 12.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.root section.method h3.navy-first, .mce-content-body.page-editor section.method h3.navy-first, .mce-content-body.post-type-common_sections section.method h3.navy-first {
    font-size: max(14px, 14px + 1.5 * (100vw - 320px) / 69);
  }
}
main.root section.method h3.navy-first + p, .mce-content-body.page-editor section.method h3.navy-first + p, .mce-content-body.post-type-common_sections section.method h3.navy-first + p {
  line-height: 240%;
  max-width: 940px;
  margin-inline: auto;
}
main.root section.method ul.method_number_list, .mce-content-body.page-editor section.method ul.method_number_list, .mce-content-body.post-type-common_sections section.method ul.method_number_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.root section.method ul.method_number_list, .mce-content-body.page-editor section.method ul.method_number_list, .mce-content-body.post-type-common_sections section.method ul.method_number_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.method ul.method_number_list, .mce-content-body.page-editor section.method ul.method_number_list, .mce-content-body.post-type-common_sections section.method ul.method_number_list {
    grid-template-columns: 1fr;
  }
}
main.root section.method ul.method_number_list li, .mce-content-body.page-editor section.method ul.method_number_list li, .mce-content-body.post-type-common_sections section.method ul.method_number_list li {
  padding: 40px;
  position: relative;
  background: #F8FBFF;
  z-index: 0;
  min-height: 585px;
}
@media screen and (max-width: 1439px) {
  main.root section.method ul.method_number_list li, .mce-content-body.page-editor section.method ul.method_number_list li, .mce-content-body.post-type-common_sections section.method ul.method_number_list li {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.method ul.method_number_list li, .mce-content-body.page-editor section.method ul.method_number_list li, .mce-content-body.post-type-common_sections section.method ul.method_number_list li {
    min-height: auto;
    padding-bottom: 40px;
  }
}
main.root section.method ul.method_number_list li::after, .mce-content-body.page-editor section.method ul.method_number_list li::after, .mce-content-body.post-type-common_sections section.method ul.method_number_list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
  background: #F3F8FF;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
main.root section.method ul.method_number_list li .img_wrap img, .mce-content-body.page-editor section.method ul.method_number_list li .img_wrap img, .mce-content-body.post-type-common_sections section.method ul.method_number_list li .img_wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.root section.method ul.method_number_list li .number, .mce-content-body.page-editor section.method ul.method_number_list li .number, .mce-content-body.post-type-common_sections section.method ul.method_number_list li .number {
  font-size: 140px;
  line-height: 88px;
  font-style: italic;
  font-family: "Cormorant Garamond", serif;
  color: rgba(31, 103, 167, 0.2);
  letter-spacing: 0.05em;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.root section.method ul.method_number_list li .number, .mce-content-body.page-editor section.method ul.method_number_list li .number, .mce-content-body.post-type-common_sections section.method ul.method_number_list li .number {
    font-size: max(80px, 80px + 60 * (100vw - 390px) / 1049);
    line-height: max(50px, 50px + 38 * (100vw - 390px) / 1049);
    right: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    bottom: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
main.root section.method ul.method_number_list li .text_wrap, .mce-content-body.page-editor section.method ul.method_number_list li .text_wrap, .mce-content-body.post-type-common_sections section.method ul.method_number_list li .text_wrap {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.root section.method ul.method_number_list li .text_wrap, .mce-content-body.page-editor section.method ul.method_number_list li .text_wrap, .mce-content-body.post-type-common_sections section.method ul.method_number_list li .text_wrap {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.root section.method ul.method_number_list li .text_wrap h3, .mce-content-body.page-editor section.method ul.method_number_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.method ul.method_number_list li .text_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.root section.method ul.method_number_list li .text_wrap h3, .mce-content-body.page-editor section.method ul.method_number_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.method ul.method_number_list li .text_wrap h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.root section.method ul.method_number_list li .text_wrap p, .mce-content-body.page-editor section.method ul.method_number_list li .text_wrap p, .mce-content-body.post-type-common_sections section.method ul.method_number_list li .text_wrap p {
  line-height: 240%;
}
@media screen and (max-width: 767px) {
  main.root section.method ul.method_number_list li .text_wrap p, .mce-content-body.page-editor section.method ul.method_number_list li .text_wrap p, .mce-content-body.post-type-common_sections section.method ul.method_number_list li .text_wrap p {
    line-height: 210%;
  }
}
main.root section.storage .section_title + p, .mce-content-body.page-editor section.storage .section_title + p, .mce-content-body.post-type-common_sections section.storage .section_title + p {
  line-height: 240%;
  max-width: 940px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.root section.storage .section_title + p, .mce-content-body.page-editor section.storage .section_title + p, .mce-content-body.post-type-common_sections section.storage .section_title + p {
    line-height: 210%;
  }
}
main.root section.storage .storage_list, .mce-content-body.page-editor section.storage .storage_list, .mce-content-body.post-type-common_sections section.storage .storage_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.root section.storage .storage_list, .mce-content-body.page-editor section.storage .storage_list, .mce-content-body.post-type-common_sections section.storage .storage_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.storage .storage_list, .mce-content-body.page-editor section.storage .storage_list, .mce-content-body.post-type-common_sections section.storage .storage_list {
    grid-template-columns: 1fr;
  }
}
main.root section.storage .storage_list li .img_wrap img, .mce-content-body.page-editor section.storage .storage_list li .img_wrap img, .mce-content-body.post-type-common_sections section.storage .storage_list li .img_wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.root section.storage .storage_list li .text_wrap, .mce-content-body.page-editor section.storage .storage_list li .text_wrap, .mce-content-body.post-type-common_sections section.storage .storage_list li .text_wrap {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.root section.storage .storage_list li .text_wrap, .mce-content-body.page-editor section.storage .storage_list li .text_wrap, .mce-content-body.post-type-common_sections section.storage .storage_list li .text_wrap {
    margin-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.root section.storage .storage_list li .text_wrap h3, .mce-content-body.page-editor section.storage .storage_list li .text_wrap h3, .mce-content-body.post-type-common_sections section.storage .storage_list li .text_wrap h3 {
  text-align: center;
  line-height: 1.5;
}
main.root section.reasons ul.reasons_list, .mce-content-body.page-editor section.reasons ul.reasons_list, .mce-content-body.post-type-common_sections section.reasons ul.reasons_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: 40px;
}
@media screen and (max-width: 1439px) {
  main.root section.reasons ul.reasons_list, .mce-content-body.page-editor section.reasons ul.reasons_list, .mce-content-body.post-type-common_sections section.reasons ul.reasons_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.root section.reasons ul.reasons_list li, .mce-content-body.page-editor section.reasons ul.reasons_list li, .mce-content-body.post-type-common_sections section.reasons ul.reasons_list li {
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(51, 51, 51, 0.05);
          box-shadow: 10px 10px 30px rgba(51, 51, 51, 0.05);
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  main.root section.reasons ul.reasons_list li, .mce-content-body.page-editor section.reasons ul.reasons_list li, .mce-content-body.post-type-common_sections section.reasons ul.reasons_list li {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.root section.reasons ul.reasons_list li .text_wrap .en, .mce-content-body.page-editor section.reasons ul.reasons_list li .text_wrap .en, .mce-content-body.post-type-common_sections section.reasons ul.reasons_list li .text_wrap .en {
  font-size: 20px;
  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);
  padding: 6px 15px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.root section.reasons ul.reasons_list li .text_wrap .en, .mce-content-body.page-editor section.reasons ul.reasons_list li .text_wrap .en, .mce-content-body.post-type-common_sections section.reasons ul.reasons_list li .text_wrap .en {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.reasons ul.reasons_list li .text_wrap .en, .mce-content-body.page-editor section.reasons ul.reasons_list li .text_wrap .en, .mce-content-body.post-type-common_sections section.reasons ul.reasons_list li .text_wrap .en {
    padding: 3.5px 14px 6.5px;
  }
}
main.root section.reasons ul.reasons_list li .text_wrap .en .number, .mce-content-body.page-editor section.reasons ul.reasons_list li .text_wrap .en .number, .mce-content-body.post-type-common_sections section.reasons ul.reasons_list li .text_wrap .en .number {
  font-size: 32px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.root section.reasons ul.reasons_list li .text_wrap .en .number, .mce-content-body.page-editor section.reasons ul.reasons_list li .text_wrap .en .number, .mce-content-body.post-type-common_sections section.reasons ul.reasons_list li .text_wrap .en .number {
    font-size: max(28px, 28px + 4 * (100vw - 390px) / 1049);
    line-height: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.reasons ul.reasons_list li .text_wrap h3.border_bottom, .mce-content-body.page-editor section.reasons ul.reasons_list li .text_wrap h3.border_bottom, .mce-content-body.post-type-common_sections section.reasons ul.reasons_list li .text_wrap h3.border_bottom {
    line-height: 1.5;
  }
}
main.root section.reasons ul.reasons_list li .text_wrap h4.no-bg, .mce-content-body.page-editor section.reasons ul.reasons_list li .text_wrap h4.no-bg, .mce-content-body.post-type-common_sections section.reasons ul.reasons_list li .text_wrap h4.no-bg {
  font-size: 20px;
  font-weight: bold;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.root section.reasons ul.reasons_list li .text_wrap h4.no-bg, .mce-content-body.page-editor section.reasons ul.reasons_list li .text_wrap h4.no-bg, .mce-content-body.post-type-common_sections section.reasons ul.reasons_list li .text_wrap h4.no-bg {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.root section.consideration, .mce-content-body.page-editor section.consideration, .mce-content-body.post-type-common_sections section.consideration {
  padding-top: 150px;
}
@media screen and (max-width: 1439px) {
  main.root section.consideration, .mce-content-body.page-editor section.consideration, .mce-content-body.post-type-common_sections section.consideration {
    padding-top: max(96px, 96px + 54 * (100vw - 390px) / 1049);
  }
}
main.root section.consideration .section_bg img, .mce-content-body.page-editor section.consideration .section_bg img, .mce-content-body.post-type-common_sections section.consideration .section_bg img {
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1439px) {
  main.root section.consideration .section_bg img, .mce-content-body.page-editor section.consideration .section_bg img, .mce-content-body.post-type-common_sections section.consideration .section_bg img {
    max-height: max(200px, 200px + 150 * (100vw - 390px) / 1049);
  }
}
main.root section.consideration .section_title, .mce-content-body.page-editor section.consideration .section_title, .mce-content-body.post-type-common_sections section.consideration .section_title {
  padding-top: 80px;
  padding-bottom: 60px;
  margin-bottom: 0;
  background: #FAFAFA;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.root section.consideration .section_title, .mce-content-body.page-editor section.consideration .section_title, .mce-content-body.post-type-common_sections section.consideration .section_title {
    padding-top: max(30px, 30px + 50 * (100vw - 390px) / 1049);
    max-width: max(320px, 320px + 580 * (100vw - 390px) / 1049);
  }
}
main.root section.consideration .consideration_text_wrap, .mce-content-body.page-editor section.consideration .consideration_text_wrap, .mce-content-body.post-type-common_sections section.consideration .consideration_text_wrap {
  text-align: center;
}
main.root section.consideration .consideration_text_wrap h2, .mce-content-body.page-editor section.consideration .consideration_text_wrap h2, .mce-content-body.post-type-common_sections section.consideration .consideration_text_wrap h2 {
  font-size: 28px;
  line-height: 180%;
  color: #223C65;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.root section.consideration .consideration_text_wrap h2, .mce-content-body.page-editor section.consideration .consideration_text_wrap h2, .mce-content-body.post-type-common_sections section.consideration .consideration_text_wrap h2 {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.consideration .consideration_text_wrap h2, .mce-content-body.page-editor section.consideration .consideration_text_wrap h2, .mce-content-body.post-type-common_sections section.consideration .consideration_text_wrap h2 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  main.root section.point02, .mce-content-body.page-editor section.point02, .mce-content-body.post-type-common_sections section.point02 {
    padding-top: 60px;
  }
}
main.root section.point02 .point02_wrap, .mce-content-body.page-editor section.point02 .point02_wrap, .mce-content-body.post-type-common_sections section.point02 .point02_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  main.root section.point02 .point02_wrap, .mce-content-body.page-editor section.point02 .point02_wrap, .mce-content-body.post-type-common_sections section.point02 .point02_wrap {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.point02 .point02_wrap, .mce-content-body.page-editor section.point02 .point02_wrap, .mce-content-body.post-type-common_sections section.point02 .point02_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.root section.point02 .point02_wrap .twxt_wrap, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 610px;
}
@media screen and (max-width: 1439px) {
  main.root section.point02 .point02_wrap .twxt_wrap, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 52.76%;
        -ms-flex: 0 1 52.76%;
            flex: 0 1 52.76%;
  }
}
@media screen and (max-width: 767px) {
  main.root section.point02 .point02_wrap .twxt_wrap, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.root section.point02 .point02_wrap .twxt_wrap .en, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap .en, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap .en {
  font-size: 64px;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.root section.point02 .point02_wrap .twxt_wrap .en, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap .en, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap .en {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
main.root section.point02 .point02_wrap .twxt_wrap .en .number, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap .en .number, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap .en .number {
  font-size: 160px;
  font-weight: 300;
  margin-left: 10px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  line-height: 100px;
}
@media screen and (max-width: 1439px) {
  main.root section.point02 .point02_wrap .twxt_wrap .en .number, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap .en .number, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap .en .number {
    font-size: max(100px, 100px + 60 * (100vw - 390px) / 1049);
    line-height: max(63px, 63px + 37 * (100vw - 390px) / 1049);
    margin-left: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.root section.point02 .point02_wrap .twxt_wrap h2.no-bg, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap h2.no-bg, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap h2.no-bg {
  font-size: 40px;
  line-height: 160%;
  color: #223C65;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #223C65;
}
@media screen and (max-width: 1439px) {
  main.root section.point02 .point02_wrap .twxt_wrap h2.no-bg, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap h2.no-bg, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap h2.no-bg {
    font-size: max(28px, 28px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.root section.point02 .point02_wrap .twxt_wrap h2.no-bg, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap h2.no-bg, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap h2.no-bg {
    font-size: max(24px, 24px + 4 * (100vw - 320px) / 69);
  }
}
main.root section.point02 .point02_wrap .twxt_wrap h3, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap h3, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap h3 {
  font-size: 32px;
  font-weight: 500;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.root section.point02 .point02_wrap .twxt_wrap h3, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap h3, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap h3 {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.root section.point02 .point02_wrap .twxt_wrap h3, .mce-content-body.page-editor section.point02 .point02_wrap .twxt_wrap h3, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .twxt_wrap h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.root section.point02 .point02_wrap .img_wrap, .mce-content-body.page-editor section.point02 .point02_wrap .img_wrap, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .img_wrap {
  margin-right: calc(50% - 50vw);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 600px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  main.root section.point02 .point02_wrap .img_wrap, .mce-content-body.page-editor section.point02 .point02_wrap .img_wrap, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .img_wrap {
    margin-right: -10vw;
  }
}
@media screen and (max-width: 1439px) {
  main.root section.point02 .point02_wrap .img_wrap, .mce-content-body.page-editor section.point02 .point02_wrap .img_wrap, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .img_wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 47.24%;
        -ms-flex: 0 1 47.24%;
            flex: 0 1 47.24%;
  }
}
@media screen and (max-width: 767px) {
  main.root section.point02 .point02_wrap .img_wrap, .mce-content-body.page-editor section.point02 .point02_wrap .img_wrap, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .img_wrap {
    margin-inline: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
main.root section.point02 .point02_wrap .img_wrap img, .mce-content-body.page-editor section.point02 .point02_wrap .img_wrap img, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .img_wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  main.root section.point02 .point02_wrap .img_wrap img, .mce-content-body.page-editor section.point02 .point02_wrap .img_wrap img, .mce-content-body.post-type-common_sections section.point02 .point02_wrap .img_wrap img {
    position: static;
  }
}
main.root section.point02 .point02_wrap_bottom, .mce-content-body.page-editor section.point02 .point02_wrap_bottom, .mce-content-body.post-type-common_sections section.point02 .point02_wrap_bottom {
  position: relative;
  z-index: 0;
  margin-top: 60px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 80px 0;
}
@media screen and (max-width: 1439px) {
  main.root section.point02 .point02_wrap_bottom, .mce-content-body.page-editor section.point02 .point02_wrap_bottom, .mce-content-body.post-type-common_sections section.point02 .point02_wrap_bottom {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) 0 max(60px, 60px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.point02 .point02_wrap_bottom, .mce-content-body.page-editor section.point02 .point02_wrap_bottom, .mce-content-body.post-type-common_sections section.point02 .point02_wrap_bottom {
    margin-top: -100px;
    padding-top: 130px;
  }
}
main.root section.point02 .point02_wrap_bottom::before, .mce-content-body.page-editor section.point02 .point02_wrap_bottom::before, .mce-content-body.post-type-common_sections section.point02 .point02_wrap_bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1F67A7;
  z-index: 0;
}
main.root section.point02 .point02_wrap_bottom .inner, .mce-content-body.page-editor section.point02 .point02_wrap_bottom .inner, .mce-content-body.post-type-common_sections section.point02 .point02_wrap_bottom .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main.root section.point02 .point02_wrap_bottom .img_wrap, .mce-content-body.page-editor section.point02 .point02_wrap_bottom .img_wrap, .mce-content-body.post-type-common_sections section.point02 .point02_wrap_bottom .img_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}
main.root section.point02 .point02_wrap_bottom .img_wrap img, .mce-content-body.page-editor section.point02 .point02_wrap_bottom .img_wrap img, .mce-content-body.post-type-common_sections section.point02 .point02_wrap_bottom .img_wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.root section.point02 .point02_wrap_bottom p, .mce-content-body.page-editor section.point02 .point02_wrap_bottom p, .mce-content-body.post-type-common_sections section.point02 .point02_wrap_bottom p {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 610px;
  margin-right: auto;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  main.root section.point02 .point02_wrap_bottom p, .mce-content-body.page-editor section.point02 .point02_wrap_bottom p, .mce-content-body.post-type-common_sections section.point02 .point02_wrap_bottom p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 52.76%;
        -ms-flex: 0 1 52.76%;
            flex: 0 1 52.76%;
  }
}
@media screen and (max-width: 767px) {
  main.root section.point02 .point02_wrap_bottom p, .mce-content-body.page-editor section.point02 .point02_wrap_bottom p, .mce-content-body.post-type-common_sections section.point02 .point02_wrap_bottom p {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-right: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  main.root section.whats02 h3.text-center, .mce-content-body.page-editor section.whats02 h3.text-center, .mce-content-body.post-type-common_sections section.whats02 h3.text-center {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.whats02 h3.text-center, .mce-content-body.page-editor section.whats02 h3.text-center, .mce-content-body.post-type-common_sections section.whats02 h3.text-center {
    line-height: 180%;
  }
}
main.root section.whats02 h3.text-center + p, .mce-content-body.page-editor section.whats02 h3.text-center + p, .mce-content-body.post-type-common_sections section.whats02 h3.text-center + p {
  line-height: 240%;
  max-width: 940px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.root section.whats02 h3.text-center + p, .mce-content-body.page-editor section.whats02 h3.text-center + p, .mce-content-body.post-type-common_sections section.whats02 h3.text-center + p {
    line-height: 210%;
  }
}
main.root section.whats02 .whats02_wrap h3.fz20, .mce-content-body.page-editor section.whats02 .whats02_wrap h3.fz20, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap h3.fz20 {
  font-size: 20px;
  line-height: 180%;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  main.root section.whats02 .whats02_wrap h3.fz20, .mce-content-body.page-editor section.whats02 .whats02_wrap h3.fz20, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap h3.fz20 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.whats02 .whats02_wrap h3.fz20, .mce-content-body.page-editor section.whats02 .whats02_wrap h3.fz20, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap h3.fz20 {
    line-height: 160%;
  }
}
main.root section.whats02 .whats02_wrap .bg_blue-light, main.root section.whats02 .whats02_wrap .bg_blue-light02, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 {
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  main.root section.whats02 .whats02_wrap .bg_blue-light, main.root section.whats02 .whats02_wrap .bg_blue-light02, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.root section.whats02 .whats02_wrap .bg_blue-light h3, main.root section.whats02 .whats02_wrap .bg_blue-light02 h3, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light h3, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 h3, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light h3, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  main.root section.whats02 .whats02_wrap .bg_blue-light h3, main.root section.whats02 .whats02_wrap .bg_blue-light02 h3, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light h3, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 h3, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light h3, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.root section.whats02 .whats02_wrap .bg_blue-light p, main.root section.whats02 .whats02_wrap .bg_blue-light02 p, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light p, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 p, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light p, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 p {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  main.root section.whats02 .whats02_wrap .bg_blue-light p, main.root section.whats02 .whats02_wrap .bg_blue-light02 p, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light p, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 p, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light p, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 p {
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.whats02 .whats02_wrap .bg_blue-light p, main.root section.whats02 .whats02_wrap .bg_blue-light02 p, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light p, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 p, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light p, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 p {
    padding: 0 17.5px;
  }
}
main.root section.whats02 .whats02_wrap .bg_blue-light .check_list, main.root section.whats02 .whats02_wrap .bg_blue-light02 .check_list, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light .check_list, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 .check_list, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light .check_list, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 .check_list {
  padding-top: 24px;
  border-top: 1px solid #223C65;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.root section.whats02 .whats02_wrap .bg_blue-light .check_list, main.root section.whats02 .whats02_wrap .bg_blue-light02 .check_list, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light .check_list, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 .check_list, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light .check_list, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 .check_list {
    padding-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.root section.whats02 .whats02_wrap .bg_blue-light .check_list li, main.root section.whats02 .whats02_wrap .bg_blue-light02 .check_list li, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light .check_list li, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 .check_list li, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light .check_list li, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 .check_list li {
  color: #333;
  font-size: 20px;
  padding-left: 35px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.root section.whats02 .whats02_wrap .bg_blue-light .check_list li, main.root section.whats02 .whats02_wrap .bg_blue-light02 .check_list li, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light .check_list li, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 .check_list li, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light .check_list li, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 .check_list li {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding-left: max(25px, 25px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.root section.whats02 .whats02_wrap .bg_blue-light .check_list li, main.root section.whats02 .whats02_wrap .bg_blue-light02 .check_list li, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light .check_list li, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 .check_list li, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light .check_list li, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 .check_list li {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
    padding-left: max(20px, 20px + 5 * (100vw - 320px) / 69);
  }
}
main.root section.whats02 .whats02_wrap .bg_blue-light .check_list li::before, main.root section.whats02 .whats02_wrap .bg_blue-light02 .check_list li::before, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light .check_list li::before, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 .check_list li::before, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light .check_list li::before, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 .check_list li::before {
  width: 25px;
  height: 25px;
  top: 0.2em;
  background-image: url(../img/common/list_check_list.png);
}
@media screen and (max-width: 1439px) {
  main.root section.whats02 .whats02_wrap .bg_blue-light .check_list li::before, main.root section.whats02 .whats02_wrap .bg_blue-light02 .check_list li::before, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light .check_list li::before, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 .check_list li::before, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light .check_list li::before, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 .check_list li::before {
    width: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    height: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.root section.whats02 .whats02_wrap .bg_blue-light .check_list li::before, main.root section.whats02 .whats02_wrap .bg_blue-light02 .check_list li::before, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light .check_list li::before, .mce-content-body.page-editor section.whats02 .whats02_wrap .bg_blue-light02 .check_list li::before, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light .check_list li::before, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .bg_blue-light02 .check_list li::before {
    width: max(15px, 15px + 5 * (100vw - 320px) / 69);
    height: max(15px, 15px + 5 * (100vw - 320px) / 69);
  }
}
main.root section.whats02 .whats02_wrap .step_list_row + p, .mce-content-body.page-editor section.whats02 .whats02_wrap .step_list_row + p, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .step_list_row + p {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.root section.whats02 .whats02_wrap .step_list_row + p, .mce-content-body.page-editor section.whats02 .whats02_wrap .step_list_row + p, .mce-content-body.post-type-common_sections section.whats02 .whats02_wrap .step_list_row + p {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.root section.promise .section_title + p, .mce-content-body.page-editor section.promise .section_title + p, .mce-content-body.post-type-common_sections section.promise .section_title + p {
  line-height: 240%;
  max-width: 940px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.root section.promise .section_title + p, .mce-content-body.page-editor section.promise .section_title + p, .mce-content-body.post-type-common_sections section.promise .section_title + p {
    line-height: 210%;
  }
}
main.root section.promise h3.navy-first, .mce-content-body.page-editor section.promise h3.navy-first, .mce-content-body.post-type-common_sections section.promise h3.navy-first {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  main.root section.promise h3.navy-first, .mce-content-body.page-editor section.promise h3.navy-first, .mce-content-body.post-type-common_sections section.promise h3.navy-first {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.promise h3.navy-first, .mce-content-body.page-editor section.promise h3.navy-first, .mce-content-body.post-type-common_sections section.promise h3.navy-first {
    line-height: 180%;
  }
}
main.root section.promise ul.promise_list, .mce-content-body.page-editor section.promise ul.promise_list, .mce-content-body.post-type-common_sections section.promise ul.promise_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  main.root section.promise ul.promise_list, .mce-content-body.page-editor section.promise ul.promise_list, .mce-content-body.post-type-common_sections section.promise ul.promise_list {
    grid-template-columns: 1fr;
  }
}
main.root section.promise ul.promise_list li, .mce-content-body.page-editor section.promise ul.promise_list li, .mce-content-body.post-type-common_sections section.promise ul.promise_list li {
  padding: 40px 25px;
  text-align: center;
  position: relative;
  background: #F8FBFF;
  z-index: 0;
  min-height: 485px;
}
@media screen and (max-width: 1439px) {
  main.root section.promise ul.promise_list li, .mce-content-body.page-editor section.promise ul.promise_list li, .mce-content-body.post-type-common_sections section.promise ul.promise_list li {
    padding: 40px max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.promise ul.promise_list li, .mce-content-body.page-editor section.promise ul.promise_list li, .mce-content-body.post-type-common_sections section.promise ul.promise_list li {
    min-height: auto;
  }
}
main.root section.promise ul.promise_list li::after, .mce-content-body.page-editor section.promise ul.promise_list li::after, .mce-content-body.post-type-common_sections section.promise ul.promise_list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.7);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  main.root section.promise ul.promise_list li::after, .mce-content-body.page-editor section.promise ul.promise_list li::after, .mce-content-body.post-type-common_sections section.promise ul.promise_list li::after {
    height: max(150px, 150px + 107 * (100vw - 390px) / 1049);
  }
}
main.root section.promise ul.promise_list li:nth-of-type(even), .mce-content-body.page-editor section.promise ul.promise_list li:nth-of-type(even), .mce-content-body.post-type-common_sections section.promise ul.promise_list li:nth-of-type(even) {
  background: #F1F7FC;
}
main.root section.promise ul.promise_list li:nth-of-type(even)::after, .mce-content-body.page-editor section.promise ul.promise_list li:nth-of-type(even)::after, .mce-content-body.post-type-common_sections section.promise ul.promise_list li:nth-of-type(even)::after {
  background: rgba(255, 255, 255, 0.5);
}
main.root section.promise ul.promise_list li .en, .mce-content-body.page-editor section.promise ul.promise_list li .en, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .en {
  font-size: 24px;
  line-height: 1;
  color: #223C65;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.root section.promise ul.promise_list li .en, .mce-content-body.page-editor section.promise ul.promise_list li .en, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .en {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.root section.promise ul.promise_list li .en .number, .mce-content-body.page-editor section.promise ul.promise_list li .en .number, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .en .number {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  main.root section.promise ul.promise_list li .en .number, .mce-content-body.page-editor section.promise ul.promise_list li .en .number, .mce-content-body.post-type-common_sections section.promise ul.promise_list li .en .number {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
    line-height: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.root section.promise ul.promise_list li h3, .mce-content-body.page-editor section.promise ul.promise_list li h3, .mce-content-body.post-type-common_sections section.promise ul.promise_list li h3 {
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 180%;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.root section.promise ul.promise_list li h3, .mce-content-body.page-editor section.promise ul.promise_list li h3, .mce-content-body.post-type-common_sections section.promise ul.promise_list li h3 {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.root section.promise ul.promise_list li h3, .mce-content-body.page-editor section.promise ul.promise_list li h3, .mce-content-body.post-type-common_sections section.promise ul.promise_list li h3 {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.root section.promise ul.promise_list li h3, .mce-content-body.page-editor section.promise ul.promise_list li h3, .mce-content-body.post-type-common_sections section.promise ul.promise_list li h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
main.root section.promise ul.promise_list li p, .mce-content-body.page-editor section.promise ul.promise_list li p, .mce-content-body.post-type-common_sections section.promise ul.promise_list li p {
  line-height: 240%;
  max-width: 500px;
  margin-inline: auto;
  text-align: left;
}
main.root section.process, .mce-content-body.page-editor section.process, .mce-content-body.post-type-common_sections section.process {
  padding-top: 100px;
}
main.root section.process .section_bg img, .mce-content-body.page-editor section.process .section_bg img, .mce-content-body.post-type-common_sections section.process .section_bg img {
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1439px) {
  main.root section.process .section_bg img, .mce-content-body.page-editor section.process .section_bg img, .mce-content-body.post-type-common_sections section.process .section_bg img {
    max-height: max(200px, 200px + 150 * (100vw - 390px) / 1049);
  }
}
main.root section.process .section_title, .mce-content-body.page-editor section.process .section_title, .mce-content-body.post-type-common_sections section.process .section_title {
  margin-inline: auto;
  padding: 80px 0 65px;
  margin-bottom: 0;
  max-width: 900px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main.root section.process .section_title, .mce-content-body.page-editor section.process .section_title, .mce-content-body.post-type-common_sections section.process .section_title {
    padding: max(30px, 30px + 50 * (100vw - 390px) / 1049) 0 max(60px, 60px + 5 * (100vw - 390px) / 1049);
    max-width: max(320px, 320px + 580 * (100vw - 390px) / 1049);
  }
}
main.root section.process .process_text_wrap h2.no-bg, .mce-content-body.page-editor section.process .process_text_wrap h2.no-bg, .mce-content-body.post-type-common_sections section.process .process_text_wrap h2.no-bg {
  font-size: 28px;
  line-height: 180%;
  color: #223C65;
  font-weight: bold;
  text-align: center;
  max-width: 900px;
  background: #fff;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.root section.process .process_text_wrap h2.no-bg, .mce-content-body.page-editor section.process .process_text_wrap h2.no-bg, .mce-content-body.post-type-common_sections section.process .process_text_wrap h2.no-bg {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
    max-width: max(320px, 320px + 580 * (100vw - 390px) / 1049);
  }
}
main.root section.process .process_text_wrap h2.no-bg + p, .mce-content-body.page-editor section.process .process_text_wrap h2.no-bg + p, .mce-content-body.post-type-common_sections section.process .process_text_wrap h2.no-bg + p {
  text-align: center;
  max-width: 980px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.root section.process .process_text_wrap h2.no-bg + p, .mce-content-body.page-editor section.process .process_text_wrap h2.no-bg + p, .mce-content-body.post-type-common_sections section.process .process_text_wrap h2.no-bg + p {
    text-align: left;
  }
}
main.root section.process .process_list, .mce-content-body.page-editor section.process .process_list, .mce-content-body.post-type-common_sections section.process .process_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: 40px;
}
@media screen and (max-width: 1439px) {
  main.root section.process .process_list, .mce-content-body.page-editor section.process .process_list, .mce-content-body.post-type-common_sections section.process .process_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.root section.process .process_list li, .mce-content-body.page-editor section.process .process_list li, .mce-content-body.post-type-common_sections section.process .process_list li {
  padding: 40px;
  background: #F8FBFF;
}
@media screen and (max-width: 1439px) {
  main.root section.process .process_list li, .mce-content-body.page-editor section.process .process_list li, .mce-content-body.post-type-common_sections section.process .process_list li {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.root section.process .process_list li:nth-of-type(even), .mce-content-body.page-editor section.process .process_list li:nth-of-type(even), .mce-content-body.post-type-common_sections section.process .process_list li:nth-of-type(even) {
  background: #F1F7FC;
}
main.root section.process .process_list li .en, .mce-content-body.page-editor section.process .process_list li .en, .mce-content-body.post-type-common_sections section.process .process_list li .en {
  font-size: 20px;
  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);
  padding: 6px 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.root section.process .process_list li .en, .mce-content-body.page-editor section.process .process_list li .en, .mce-content-body.post-type-common_sections section.process .process_list li .en {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.root section.process .process_list li .en, .mce-content-body.page-editor section.process .process_list li .en, .mce-content-body.post-type-common_sections section.process .process_list li .en {
    padding: 4px 26px;
  }
}
main.root section.process .process_list li .en .number, .mce-content-body.page-editor section.process .process_list li .en .number, .mce-content-body.post-type-common_sections section.process .process_list li .en .number {
  font-size: 32px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.root section.process .process_list li .en .number, .mce-content-body.page-editor section.process .process_list li .en .number, .mce-content-body.post-type-common_sections section.process .process_list li .en .number {
    font-size: max(28px, 28px + 4 * (100vw - 390px) / 1049);
    line-height: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  main.root section.process .process_list li h3.border_bottom, .mce-content-body.page-editor section.process .process_list li h3.border_bottom, .mce-content-body.post-type-common_sections section.process .process_list li h3.border_bottom {
    margin-bottom: 24px;
  }
}

section.contact {
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  section.contact {
    padding: max(60px, 60px + 60 * (100vw - 390px) / 1049) 0;
  }
}
section.contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 60, 101, 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: 40px;
  -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(20px, 20px + 20 * (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;
  }
}
@media screen and (max-width: 389px) {
  section.contact .btn_wrap {
    gap: 15px;
  }
}
section.contact .btn_wrap .btn {
  margin: 0;
}
section.contact .btn_wrap .btn a {
  width: 200px;
}
@media screen and (max-width: 767px) {
  section.contact .btn_wrap .btn a {
    width: 210px;
  }
}
@media screen and (max-width: 389px) {
  section.contact .btn_wrap .btn a {
    width: 180px;
  }
}

section.unei .unei_wrap {
  border: 1px solid #223C65;
}
section.unei .unei_wrap h2 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: #223C65;
  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: #223C65;
  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(180px, 180px + 60 * (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 {
  max-width: 552px;
}
@media screen and (max-width: 767px) {
  nav.footer_nav .footer_right {
    max-width: none;
  }
}
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: #223C65;
  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: 190px;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn {
    top: max(150px, 150px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn {
    top: auto;
    bottom: 0;
    left: 0;
  }
}
.footer_fixed_btn ul.footer_btn_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;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn ul.footer_btn_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: 5px;
  }
}
.footer_fixed_btn ul.footer_btn_list li.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn ul.footer_btn_list li.pc-none {
    display: block;
  }
}
.footer_fixed_btn ul.footer_btn_list li::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn ul.footer_btn_list li {
    width: 100%;
  }
  .footer_fixed_btn ul.footer_btn_list li:nth-of-type(1) {
    padding-left: 13px;
    padding-right: 2px;
  }
  .footer_fixed_btn ul.footer_btn_list li:nth-of-type(2) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .footer_fixed_btn ul.footer_btn_list li:nth-of-type(3) {
    padding-left: 2px;
    padding-right: 13px;
  }
}
.footer_fixed_btn ul.footer_btn_list li a {
  padding: 20px 9.5px;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-size: 16px;
  color: #223C65;
  border: 1px solid #223C65;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn ul.footer_btn_list li a {
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
    padding: max(15px, 15px + 5 * (100vw - 768px) / 671) max(7.5px, 7.5px + 2 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn ul.footer_btn_list li a {
    width: 100%;
    height: 45px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
    font-size: 12px;
  }
}
.footer_fixed_btn ul.footer_btn_list li a img {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn ul.footer_btn_list li a img {
    width: 20px;
  }
}
.footer_fixed_btn ul.footer_btn_list li a span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.11em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn ul.footer_btn_list li a span {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    letter-spacing: 0;
    line-height: 120%;
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn ul.footer_btn_list li a span {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
.footer_fixed_btn .btn_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn .btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn .btn_wrap > div + div a {
    border-left: 1px solid #717A95;
  }
}
.footer_fixed_btn .btn_wrap a {
  display: block;
  width: 70px;
  background: #223C65;
  border: 1px solid #223C65;
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn .btn_wrap a {
    width: max(50px, 50px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn .btn_wrap 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 .btn_wrap a::before {
    display: none;
  }
}
.footer_fixed_btn .btn_wrap a:hover {
  opacity: 0.8;
}
.footer_fixed_btn .btn_wrap a .heading {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn .btn_wrap a .heading {
    display: block;
    font-size: 8px;
    font-weight: bold;
    width: 104px;
    margin-inline: auto;
    background: #fff;
    color: #223C65;
    text-align: center;
    border-radius: 999px;
    line-height: 180%;
  }
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn .btn_wrap a .heading {
    width: 100%;
  }
}
.footer_fixed_btn .btn_wrap 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 .btn_wrap 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 .btn_wrap 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 .btn_wrap 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 .btn_wrap a .btn_body .icon {
    background: none;
    padding: 0;
    width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.footer_fixed_btn .btn_wrap a .btn_body .icon img {
  width: 40px;
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn .btn_wrap a .btn_body .icon img {
    width: max(30px, 30px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn .btn_wrap a .btn_body .icon img {
    width: 10px;
  }
}
.footer_fixed_btn .btn_wrap 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 .btn_wrap 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 .btn_wrap a .btn_body > span {
    font-size: max(8px, 8px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn .btn_wrap a .btn_body > span span.pc-on {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn .btn_wrap 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: 120px;
    width: 13px;
  }
}