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

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.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 90px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  header.header {
    height: max(62px, 62px + 28 * (100vw - 390px) / 1049);
  }
}
header.header .header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  width: 100%;
  height: 100%;
  padding: 12px 20px 10px;
}
@media screen and (max-width: 1439px) {
  header.header .header_inner {
    gap: max(20px, 20px + 20 * (100vw - 1025px) / 414);
    padding: max(10px, 10px + 2 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 0 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  header.header .header_inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 389px) {
  header.header .header_inner {
    gap: max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}
header.header .header_logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
header.header .header_logo .header_logo_text {
  margin: 0 0 7px;
  color: #223C65;
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  header.header .header_logo .header_logo_text {
    margin-bottom: max(6px, 6px + 1 * (100vw - 390px) / 1049);
    font-size: max(6px, 6px + 3 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  header.header .header_logo .header_logo_text {
    font-size: max(5px, 5px + 1 * (100vw - 320px) / 69);
  }
}
header.header .header_logo a {
  display: block;
  width: 228px;
}
@media screen and (max-width: 1439px) {
  header.header .header_logo a {
    width: max(120px, 120px + 108 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  header.header .header_logo a {
    width: max(108px, 108px + 12 * (100vw - 320px) / 69);
  }
}
header.header .header_logo img {
  display: block;
  width: 100%;
  height: auto;
}
header.header .header_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  header.header .header_nav {
    display: none;
  }
}
header.header .header_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  header.header .header_nav ul {
    gap: max(10px, 10px + 30 * (100vw - 1025px) / 414);
  }
}
header.header .header_nav a {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  header.header .header_nav a {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
header.header .header_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  header.header .header_right {
    gap: max(10px, 10px + 12 * (100vw - 390px) / 1049);
  }
}
header.header .header_tel,
header.header .header_reserve {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  header.header .header_tel,
  header.header .header_reserve {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
header.header .header_tel img,
header.header .header_reserve img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1439px) {
  header.header .header_tel img,
  header.header .header_reserve img {
    width: max(12px, 12px + 8 * (100vw - 390px) / 1049);
    height: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  header.header .header_tel img,
  header.header .header_reserve img {
    width: max(10px, 10px + 2 * (100vw - 320px) / 69);
    height: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
header.header .header_tel {
  gap: 4px;
  color: #223C65;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  header.header .header_tel {
    gap: max(2px, 2px + 2 * (100vw - 390px) / 1049);
    font-size: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  header.header .header_tel {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  header.header .header_tel {
    line-height: 1.2;
  }
}
@media screen and (max-width: 389px) {
  header.header .header_tel {
    font-size: max(9px, 9px + 1 * (100vw - 320px) / 69);
  }
}
header.header .header_reserve {
  gap: 8px;
  width: 221px;
  height: 68px;
  background: #223C65;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  header.header .header_reserve {
    gap: max(4px, 4px + 4 * (100vw - 390px) / 1049);
    width: max(98px, 98px + 123 * (100vw - 390px) / 1049);
    height: max(42px, 42px + 26 * (100vw - 390px) / 1049);
    font-size: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  header.header .header_reserve {
    line-height: 1.2;
  }
}
@media screen and (max-width: 389px) {
  header.header .header_reserve {
    width: max(88px, 88px + 10 * (100vw - 320px) / 69);
    font-size: max(9px, 9px + 1 * (100vw - 320px) / 69);
  }
}
header.header .header_menu {
  display: none;
}
@media screen and (max-width: 1024px) {
  header.header .header_menu {
    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;
    width: 30px;
    height: 45px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  header.header .header_menu {
    width: 20px;
    height: 42px;
  }
}
header.header .header_menu .header_menu_lines {
  position: relative;
  display: block;
  width: 30px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  header.header .header_menu .header_menu_lines {
    width: 20px;
    height: 15px;
    margin-top: 1px;
  }
}
header.header .header_menu .header_menu_lines::before, header.header .header_menu .header_menu_lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background: #223C65;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  header.header .header_menu .header_menu_lines::before, header.header .header_menu .header_menu_lines::after {
    width: 20px;
  }
}
header.header .header_menu .header_menu_lines::before {
  top: 0;
  -webkit-box-shadow: 0 10px 0 #223C65;
          box-shadow: 0 10px 0 #223C65;
}
@media screen and (max-width: 767px) {
  header.header .header_menu .header_menu_lines::before {
    top: 0;
    -webkit-box-shadow: 0 7px 0 #223C65;
            box-shadow: 0 7px 0 #223C65;
  }
}
header.header .header_menu .header_menu_lines::after {
  top: 20px;
}
@media screen and (max-width: 767px) {
  header.header .header_menu .header_menu_lines::after {
    top: 14px;
  }
}
header.header .header_menu .header_menu_text {
  margin-top: 8px;
  color: #223C65;
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header.header .header_menu .header_menu_text {
    font-size: 8px;
  }
}
header.header .header_menu.is-active .header_menu_lines::before {
  top: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  header.header .header_menu.is-active .header_menu_lines::before {
    top: 7px;
  }
}
header.header .header_menu.is-active .header_menu_lines::after {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  header.header .header_menu.is-active .header_menu_lines::after {
    top: 7px;
  }
}
header.header.fixed {
  position: fixed;
  background: #fff;
}
header.header.fixed .header_logo {
  display: block;
}

@-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;
  height: calc(100svh - 90px);
}
@media screen and (max-width: 767px) {
  .fv {
    height: calc(100svh - 60px);
  }
}
.fv .fv_video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.fv .fv_video::before {
  content: "";
  position: absolute;
  inset: 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;
}
@media screen and (max-width: 767px) {
  .fv .fv_video::before {
    background: -webkit-linear-gradient(8deg, rgba(34, 60, 101, 0.4), rgba(34, 60, 101, 0)), rgba(16, 50, 109, 0.2);
    background: linear-gradient(82deg, rgba(34, 60, 101, 0.4), rgba(34, 60, 101, 0)), rgba(16, 50, 109, 0.2);
  }
}
.fv .fv_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv_inner {
  position: relative;
  z-index: 2;
  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;
  padding: 0 120px 8.3333333vw;
}
@media screen and (max-width: 1439px) {
  .fv .fv_inner {
    padding: 0 max(20px, 20px + 100 * (100vw - 390px) / 1049) 8.333333vw;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_inner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_inner {
    padding-bottom: 40px;
  }
}
.fv .fv_label {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .fv .fv_label {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
.fv .fv_title {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  .fv .fv_title {
    font-size: max(28px, 28px + 28 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_title {
    line-height: 1.6;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_title {
    font-size: max(24px, 24px + 4 * (100vw - 320px) / 69);
  }
}
.fv .fv_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_btns {
    gap: max(10px, 10px + 17 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.fv .fv_btn {
  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;
  height: 68px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  .fv .fv_btn {
    height: max(41px, 41px + 27 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
.fv .fv_btn--white {
  width: 173px;
  background-color: #fff;
  color: #1f67a7;
}
@media screen and (max-width: 1439px) {
  .fv .fv_btn--white {
    width: max(112px, 112px + 61 * (100vw - 390px) / 1049);
  }
}
.fv .fv_btn--border {
  width: 194px;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .fv .fv_btn--border {
    width: max(127px, 127px + 67 * (100vw - 390px) / 1049);
  }
}

.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.top .section_title {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 0;
}
@media screen and (max-width: 1439px) {
  main.top .section_title {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top .section_title::after {
  display: none;
}
main.top .section_title.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  main.top .section_title.mb24 {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top .section_title .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 24px;
  color: #223C65;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.top .section_title .en {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
main.top .section_title .ja {
  font-size: 48px;
  font-weight: bold;
  color: #223C65;
  line-height: 1.4;
}
@media screen and (max-width: 1439px) {
  main.top .section_title .ja {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top .section_title .ja {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.top .section_title .ja.md {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  main.top .section_title .ja.md {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top .section_title .ja.md {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.top .section_bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
main.top .section_bg picture, main.top .section_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top .view-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  padding: 16px 24px;
  border: 1px solid #223C65;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #223C65;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
main.top .view-more:hover {
  opacity: 1;
}
@media screen and (max-width: 1439px) {
  main.top .view-more {
    padding: max(8px, 8px + 8 * (100vw - 390px) / 1049) max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (min-width: 768px) {
  main.top .view-more:hover {
    background: #223C65;
    color: #fff;
  }
}
main.top .section-divider {
  border-top: 1px solid #e0e0e0;
  width: 100%;
  max-width: calc(1100px + 10%);
  padding: 0 5%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  main.top .section-divider {
    width: calc(100% - 40px);
    margin-inline: auto;
    padding: 0;
  }
}
main.top .accordion_list > li {
  border-bottom: 1px solid #e0e0e0;
}
main.top .accordion_list > li.is-open .accordion_body {
  opacity: 1;
  visibility: visible;
  padding-bottom: 24px;
}
main.top .accordion_list > li.is-open .arrow_down,
main.top .accordion_list > li.is-open .chevron {
  -webkit-transform: rotate(-135deg) translateY(-3px);
          transform: rotate(-135deg) translateY(-3px);
}
main.top .accordion_list li:first-child .accordion_title {
  padding-top: 0;
}
main.top .accordion_list .accordion_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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  color: #223C65;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  main.top .accordion_list .accordion_title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top .accordion_list .accordion_title {
    gap: 12px;
    padding: 20px 0 12px;
  }
}
@media screen and (max-width: 389px) {
  main.top .accordion_list .accordion_title {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.top .accordion_list .accordion_title .arrow_down,
main.top .accordion_list .accordion_title .chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #223C65;
  border-bottom: 1.5px solid #223C65;
  -webkit-transform: rotate(45deg) translateY(-3px);
          transform: rotate(45deg) translateY(-3px);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
main.top .accordion_list .accordion_body {
  display: block;
  height: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height 0.35s ease, padding-bottom 0.35s ease, opacity 0.25s ease, visibility 0.35s;
  transition: height 0.35s ease, padding-bottom 0.35s ease, opacity 0.25s ease, visibility 0.35s;
}
@media screen and (max-width: 767px) {
  main.top .accordion_list .accordion_body p {
    line-height: 1.5;
  }
}

.news .news_tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .news .news_tabs {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .news .news_tabs {
    gap: max(5px, 5px + 5 * (100vw - 320px) / 69);
  }
}
.news .news_tabs 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;
  font-size: 20px;
  font-weight: 500;
  color: #223C65;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  padding: 16px;
}
@media screen and (max-width: 1439px) {
  .news .news_tabs li {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    padding: max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .news .news_tabs li {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
    padding: max(6px, 6px + 2 * (100vw - 320px) / 69);
  }
}
.news .news_tabs li.is-active {
  background: #223C65;
  color: #fff;
  border-color: #223C65;
}
.news .news_list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.news .news_list.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news .news_item {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 1439px) {
  .news .news_item {
    grid-template-columns: max(160px, 160px + 90 * (100vw - 390px) / 1049) 1fr;
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
    padding-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .news .news_item {
    grid-template-columns: 1fr;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.news .news_item .img_wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 10/7;
  overflow: hidden;
}
.news .news_item .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news_item .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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .news_item .text_wrap .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .news .news_item .text_wrap .meta {
    margin-bottom: max(8px, 8px + 4 * (100vw - 390px) / 1049);
  }
}
.news .news_item .text_wrap .meta .date {
  font-size: 12px;
  color: #a5a5a5;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.news .news_item .text_wrap .meta .category {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 12px;
  padding: 1px 10px;
}
.news .news_item .text_wrap h3 {
  font-size: 18px;
  font-weight: 500;
  color: #223C65;
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .news .news_item .text_wrap h3 {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.news .btn_wrap {
  margin-top: 60px;
  text-align: center;
  display: none;
}
@media screen and (max-width: 1439px) {
  .news .btn_wrap {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.news .btn_wrap .view-more {
  display: none;
}
.news .btn_wrap .view-more.is-active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.news p.no-posts {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about {
    padding-top: max(72px, 72px + 48 * (100vw - 390px) / 1049);
  }
}
.about .about_wrap {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1439px) {
  .about .about_wrap {
    grid-template-columns: max(240px, 240px + 210 * (100vw - 390px) / 1049) 1fr;
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .about .about_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;
  }
}
@media screen and (max-width: 767px) {
  .about .about_wrap .img_wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about .about_wrap .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .about .about_wrap .text_wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about .about_wrap .text_wrap .section_title {
  text-align: left;
}
.about .about_wrap .text_wrap .accordion_list {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .about .about_wrap .text_wrap .accordion_list {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
.about .about_wrap .text_wrap .accordion_list p {
  line-height: 1.5;
}

.welcome {
  overflow-anchor: none;
}
.welcome .welcome_wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1439px) {
  .welcome .welcome_wrap {
    grid-template-columns: 1fr max(240px, 240px + 210 * (100vw - 390px) / 1049);
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .welcome .welcome_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;
  }
}
.welcome .welcome_wrap .text_wrap {
  padding-top: 133px;
}
@media screen and (max-width: 1439px) {
  .welcome .welcome_wrap .text_wrap {
    padding-top: max(70px, 70px + 63 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .welcome .welcome_wrap .text_wrap {
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.welcome .welcome_wrap .text_wrap .section_title {
  text-align: left;
}
.welcome .welcome_wrap .text_wrap .welcome_intro {
  margin-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .welcome .welcome_wrap .text_wrap .welcome_intro {
    margin-bottom: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
.welcome .welcome_wrap .text_wrap .welcome_body {
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height 0.35s ease, margin-bottom 0.35s ease, opacity 0.25s ease, visibility 0.35s;
  transition: height 0.35s ease, margin-bottom 0.35s ease, opacity 0.25s ease, visibility 0.35s;
}
.welcome .welcome_wrap .text_wrap .welcome_body.is-open {
  margin-bottom: 32px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1439px) {
  .welcome .welcome_wrap .text_wrap .welcome_body.is-open {
    margin-bottom: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
.welcome .welcome_wrap .text_wrap .welcome_more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  color: #223C65;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .welcome .welcome_wrap .text_wrap .welcome_more {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.welcome .welcome_wrap .text_wrap .welcome_more .welcome_more_icon {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 15px;
  height: auto;
}
.welcome .welcome_wrap .text_wrap .welcome_more.is-open .welcome_more_icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .welcome .welcome_wrap .img_wrap {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.welcome .welcome_wrap .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.splide01 ul.splide__list img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.firstvisit {
  position: relative;
  height: 650px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .firstvisit {
    height: max(520px, 520px + 130 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .firstvisit .inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .firstvisit .firstvisit_wrap {
    max-width: 350px;
  }
}
.firstvisit .firstvisit_wrap .section_title {
  text-align: left;
}
.firstvisit .firstvisit_wrap > p {
  margin-bottom: 40px;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  .firstvisit .firstvisit_wrap > p {
    margin-bottom: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}

.precision-treatment .precision-treatment_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .precision-treatment .precision-treatment_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .precision-treatment .precision-treatment_list {
    grid-template-columns: 1fr;
  }
}
.precision-treatment .precision-treatment_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;
}
.precision-treatment .precision-treatment_list li .img_wrap {
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .precision-treatment .precision-treatment_list li .img_wrap {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.precision-treatment .precision-treatment_list li .img_wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 530/350;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .precision-treatment .precision-treatment_list li .img_wrap img {
    height: auto;
    aspect-ratio: 350/210;
  }
}
.precision-treatment .precision-treatment_list li .text_wrap {
  margin-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .precision-treatment .precision-treatment_list li .text_wrap {
    margin-bottom: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
.precision-treatment .precision-treatment_list li .text_wrap h3 {
  font-size: 32px;
  font-weight: bold;
  color: #223C65;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .precision-treatment .precision-treatment_list li .text_wrap h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
.precision-treatment .precision-treatment_list li .text_wrap h4 {
  font-size: 18px;
  font-weight: bold;
  color: #223C65;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .precision-treatment .precision-treatment_list li .text_wrap h4 {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
.precision-treatment .precision-treatment_list li .view-more {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .precision-machine .inner {
    padding: 0 7.5px;
  }
}
.precision-machine .precision-machine_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .precision-machine .precision-machine_wrap {
    gap: max(15px, 15px + 15 * (100vw - 390px) / 1049);
  }
}
.precision-machine .precision-machine_wrap .splide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.precision-machine .slider_arrow {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1439px) {
  .precision-machine .slider_arrow {
    width: max(25px, 25px + 15 * (100vw - 390px) / 1049);
    height: max(25px, 25px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .precision-machine .slider_arrow {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    position: relative;
    top: calc(max(295px, 295px + 355 * (100vw - 390px) / 377) / 2);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.precision-machine .slider_arrow img {
  width: 100%;
  height: 100%;
  display: block;
}
.precision-machine .slider_arrow:hover {
  opacity: 0.7;
}
.precision-machine .splide__slide {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1439px) {
  .precision-machine .splide__slide {
    grid-template-columns: max(240px, 240px + 180 * (100vw - 390px) / 1049) 1fr;
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .precision-machine .splide__slide {
    display: block;
  }
}
.precision-machine .splide__slide .img_wrap {
  width: 100%;
  aspect-ratio: 1;
  background: #f4f4f4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .precision-machine .splide__slide .img_wrap {
    aspect-ratio: 1;
  }
}
.precision-machine .splide__slide .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .precision-machine .splide__slide .text_wrap {
    margin-top: 20px;
  }
}
.precision-machine .splide__slide .text_wrap h3 {
  font-size: 32px;
  font-weight: bold;
  color: #223C65;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .precision-machine .splide__slide .text_wrap h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
.precision-machine .splide__slide .text_wrap h4 {
  font-size: 24px;
  padding-left: 10px;
  font-weight: bold;
  color: #223C65;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .precision-machine .splide__slide .text_wrap h4 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .precision-machine .splide__slide .text_wrap h4 {
    padding-left: 0;
  }
}

.concept {
  position: relative;
  height: 650px;
  padding: 52.5px 0;
}
@media screen and (max-width: 1439px) {
  .concept {
    height: max(520px, 520px + 130 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 22.5 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  .concept {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.concept .concept_wrap {
  max-width: 640px;
}
.concept .concept_wrap .section_title {
  text-align: left;
}
.concept .concept_wrap > p {
  color: #223C65;
}
.concept .concept_wrap .view-more {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .concept .concept_wrap .view-more {
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}

section.access .access_wrap {
  display: grid;
  grid-template-columns: 1fr 510px;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap {
    grid-template-columns: 1fr max(280px, 280px + 230 * (100vw - 390px) / 1049);
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-bottom: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.access .access_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-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
section.access .access_wrap .text_wrap .section_title {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap .text_wrap .section_title {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.access .access_wrap .text_wrap .access_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap .text_wrap .access_table {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.access .access_wrap .text_wrap .access_table {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
section.access .access_wrap .text_wrap .access_table thead th:first-child {
  width: 130px;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap .text_wrap .access_table thead th:first-child {
    width: max(103px, 103px + 27 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.access .access_wrap .text_wrap .access_table thead th:first-child {
    width: max(80px, 80px + 23 * (100vw - 390px) / 1049);
  }
}
section.access .access_wrap .text_wrap .access_table th, section.access .access_wrap .text_wrap .access_table td {
  text-align: center;
  height: 40px;
  vertical-align: middle;
  border: 1px solid #223C65;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap .text_wrap .access_table th, section.access .access_wrap .text_wrap .access_table td {
    height: max(36px, 36px + 4 * (100vw - 390px) / 1049);
  }
}
section.access .access_wrap .text_wrap .access_table th {
  background-color: #223C65;
  color: #fff;
  font-weight: 500;
}
section.access .access_wrap .text_wrap .access_table td {
  color: #1F67A7;
  font-weight: bold;
}
section.access .access_wrap .text_wrap .access_table td:first-child {
  background-color: #F8FBFF;
  color: #223C65;
  font-weight: 500;
}
section.access .access_wrap .text_wrap .access_detail {
  display: grid;
  grid-template-columns: 84px 1fr;
  row-gap: 24px;
  font-size: 16px;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  section.access .access_wrap .text_wrap .access_detail {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    row-gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    grid-template-columns: max(76px, 76px + 8 * (100vw - 390px) / 1049) 1fr;
  }
}
section.access .access_wrap .text_wrap .access_detail dt {
  font-weight: bold;
}
section.access .access_wrap .text_wrap .access_detail dd {
  margin: 0;
}
@media screen and (max-width: 767px) {
  section.access .access_wrap .img_wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
section.access .access_wrap .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
section.access .access_map iframe {
  display: block;
  width: 100%;
  height: 650px;
  border: none;
}
@media screen and (max-width: 1439px) {
  section.access .access_map iframe {
    height: max(520px, 520px + 130 * (100vw - 390px) / 1049);
  }
}

section.point .point_intro {
  text-align: center;
}
section.point .point_intro .point_intro_logo {
  display: block;
  margin-inline: auto;
  width: 300px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  section.point .point_intro .point_intro_logo {
    width: max(200px, 200px + 100 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.point .point_intro .point_intro_logo img {
  width: 100%;
}
section.point .point_intro h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  section.point .point_intro h2 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.point .point_intro h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.point .point_intro .point_nav {
  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;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.point .point_intro .point_nav {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.point .point_intro .point_nav a {
  display: grid;
  place-items: center;
  padding: 14px 20px;
  border: 1px solid #223C65;
  color: #223C65;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  section.point .point_intro .point_nav a {
    padding: max(8px, 8px + 6 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.point .point_intro .point_nav a {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
    padding: max(6px, 6px + 2 * (100vw - 320px) / 69) max(6px, 6px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  section.point .section-divider {
    width: 100%;
  }
}
section.point .point_list > li + li {
  border-top: 1px solid #dfdfdf;
}
section.point .point_list .list_top {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_top {
    grid-template-columns: max(240px, 240px + 210 * (100vw - 390px) / 1049) 1fr;
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.point .point_list .list_top {
    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;
  }
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_top .img_wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 450/681;
  }
}
@media screen and (max-width: 767px) {
  section.point .point_list .list_top .img_wrap {
    width: 100%;
    aspect-ratio: 1;
  }
}
section.point .point_list .list_top .img_wrap picture,
section.point .point_list .list_top .img_wrap img {
  width: 100%;
  height: 100%;
}
section.point .point_list .list_top .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
section.point .point_list .list_top .text_wrap .section_title {
  text-align: left;
}
section.point .point_list .list_top .text_wrap .section_title h2 {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_top .text_wrap .section_title h2 {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.point .point_list .list_top .text_wrap .section_title h2 {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
section.point .point_list .list_top .text_wrap h3 {
  margin-bottom: 16px;
  color: #223C65;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_top .text_wrap h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
section.point .point_list .list_top .text_wrap .point_sublist {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_top .text_wrap .point_sublist {
    gap: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.point .point_list .list_top .text_wrap .point_sublist li {
  position: relative;
  padding-left: 35px;
  color: #223C65;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_top .text_wrap .point_sublist 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) {
  section.point .point_list .list_top .text_wrap .point_sublist li {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
    padding-left: max(20px, 20px + 5 * (100vw - 320px) / 69);
  }
}
section.point .point_list .list_top .text_wrap .point_sublist li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/common/icon_list_check02.png") center/contain no-repeat;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_top .text_wrap .point_sublist li::before {
    width: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.point .point_list .list_top .text_wrap .point_sublist li::before {
    width: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
section.point .point_list .list_top .text_wrap .view-more {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_top .text_wrap .view-more {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.point .point_list .list_bottom {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_bottom {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.point .point_list .list_bottom .before-after_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_bottom .before-after_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.point .point_list .list_bottom .before-after_wrap {
    grid-template-columns: 1fr;
  }
}
section.point .point_list .list_bottom .before-after_item h3 {
  margin-bottom: 24px;
  color: #223C65;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_bottom .before-after_item h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.point .point_list .list_bottom .beforeAfter {
  width: 100%;
  height: auto;
  aspect-ratio: 530/300;
}
@media screen and (max-width: 767px) {
  section.point .point_list .list_bottom .beforeAfter {
    aspect-ratio: 350/180;
  }
}
section.point .point_list .list_bottom .beforeAfter img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.point .point_list .list_bottom .treatment-info {
  display: grid;
  grid-template-columns: 100px 1fr;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_bottom .treatment-info {
    grid-template-columns: max(80px, 80px + 20 * (100vw - 390px) / 1049) 1fr;
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.point .point_list .list_bottom .treatment-info dt,
section.point .point_list .list_bottom .treatment-info dd {
  min-height: 50px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.point .point_list .list_bottom .treatment-info dt,
  section.point .point_list .list_bottom .treatment-info dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.point .point_list .list_bottom .treatment-info dt,
  section.point .point_list .list_bottom .treatment-info dd {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 12px;
  }
}
section.point .point_list .list_bottom .treatment-info dt:not(:first-child),
section.point .point_list .list_bottom .treatment-info dd:not(:first-child) {
  border-top: 1px solid #fff;
}
section.point .point_list .list_bottom .treatment-info dt {
  display: grid;
  place-items: center;
  background: #f2f3f5;
  color: #223C65;
  font-weight: bold;
  text-align: center;
}
section.point .point_list .list_bottom .treatment-info dd {
  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;
  background: #fff;
  font-weight: 500;
}
section.point li:nth-of-type(2) .list_top .point_description p, section.point li:nth-of-type(3) .list_top .point_description p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section.point li:nth-of-type(2) .list_top .point_description p, section.point li:nth-of-type(3) .list_top .point_description p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  section.point li:nth-of-type(3) .section_title h2 {
    margin-right: -10px;
  }
}

section.why-lotus .why-lotus_hero {
  position: relative;
  height: 650px;
}
@media screen and (max-width: 1439px) {
  section.why-lotus .why-lotus_hero {
    height: max(500px, 500px + 150 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.why-lotus .why-lotus_hero {
    height: 520px;
  }
}
section.why-lotus .why-lotus_hero > picture {
  position: absolute;
  inset: 0;
}
section.why-lotus .why-lotus_hero > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.why-lotus .why-lotus_hero > picture img {
    -o-object-position: center;
       object-position: center;
  }
}
section.why-lotus .why-lotus_hero .inner {
  position: relative;
  z-index: 1;
  height: 100%;
  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;
}
@media screen and (max-width: 767px) {
  section.why-lotus .why-lotus_hero .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section.why-lotus .why-lotus_hero .why-lotus_hero_text {
  width: 590px;
}
@media screen and (max-width: 1439px) {
  section.why-lotus .why-lotus_hero .why-lotus_hero_text {
    width: max(450px, 450px + 140 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.why-lotus .why-lotus_hero .why-lotus_hero_text {
    width: 350px;
  }
}
section.why-lotus .why-lotus_hero .why-lotus_hero_text .section_title {
  text-align: left;
}
section.why-lotus .why-lotus_hero .why-lotus_hero_text .section_title::after {
  display: none;
}
section.why-lotus .why-lotus_hero .why-lotus_hero_text .section_title .en {
  margin-bottom: 8px;
}
section.why-lotus .why-lotus_hero .why-lotus_hero_text .section_title .jp {
  font-size: 48px;
  line-height: 1.35;
}
@media screen and (max-width: 1439px) {
  section.why-lotus .why-lotus_hero .why-lotus_hero_text .section_title .jp {
    font-size: max(36px, 36px + 12 * (100vw - 390px) / 1049);
  }
}
section.why-lotus .why-lotus_hero .why-lotus_hero_text > p {
  color: #223C65;
  font-weight: 500;
}
section.why-lotus .why-lotus_hero .why-lotus_hero_text .view-more {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.why-lotus .why-lotus_hero .why-lotus_hero_text .view-more {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.why-lotus .why-lotus_details .why-lotus_details_wrap {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1439px) {
  section.why-lotus .why-lotus_details .why-lotus_details_wrap {
    grid-template-columns: max(240px, 240px + 210 * (100vw - 390px) / 1049) 1fr;
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.why-lotus .why-lotus_details .why-lotus_details_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;
  }
}
@media screen and (max-width: 1439px) {
  section.why-lotus .why-lotus_details .img_wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 450/680;
  }
}
@media screen and (max-width: 767px) {
  section.why-lotus .why-lotus_details .img_wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
section.why-lotus .why-lotus_details .img_wrap picture,
section.why-lotus .why-lotus_details .img_wrap img {
  width: 100%;
  height: 100%;
}
section.why-lotus .why-lotus_details .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
section.why-lotus .why-lotus_details .accordion_list li .accordion_body p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  section.why-lotus .why-lotus_details .accordion_list li .accordion_body p {
    line-height: 1.5;
  }
}

section.search .menu_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.search .menu_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.search .menu_list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 500px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 389px) {
  section.search .menu_list {
    gap: max(10px, 10px + 10 * (100vw - 320px) / 69);
  }
}
section.search .menu_list li {
  height: 300px;
}
@media screen and (max-width: 1439px) {
  section.search .menu_list li {
    height: max(150px, 150px + 150 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.search .menu_list li {
    height: max(130px, 130px + 20 * (100vw - 320px) / 69);
  }
}
section.search .menu_list li 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #223C65;
  text-align: center;
  background: #f6f6f6;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 1439px) {
  section.search .menu_list li a {
    padding: max(5px, 5px + 25 * (100vw - 390px) / 1049);
  }
}
section.search .menu_list li a:hover {
  opacity: 1;
  background: #223C65;
  color: #fff;
}
section.search .menu_list li a:hover .view-more {
  background: transparent;
  color: #fff;
  opacity: 1;
  visibility: visible;
}
section.search .menu_list li a:hover > span:first-child {
  padding-top: 15px;
}
section.search .menu_list li a > span:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  padding-top: 30px;
  -webkit-transition: padding-top 0.2s;
  transition: padding-top 0.2s;
}
@media screen and (max-width: 1439px) {
  section.search .menu_list li a > span:first-child {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.search .menu_list li a > span:first-child {
    line-height: 1.6;
  }
}
section.search .menu_list li .view-more {
  margin-top: 12px;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  padding: 5.5px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
@media screen and (max-width: 1439px) {
  section.search .menu_list li .view-more {
    margin-top: max(10px, 10px + 2 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    padding: max(5px, 5px + 0.5 * (100vw - 390px) / 1049) max(9px, 9px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.search .menu_list li:last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc(50% - max(20px, 20px + 20 * (100vw - 390px) / 1049) / 2);
  }
}

.lp-column .lp-column_wrap:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  .lp-column .lp-column_wrap:not(:first-child) {
    margin-top: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
.lp-column .lp-column_wrap .column_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-column .lp-column_wrap .column_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .lp-column .lp-column_wrap .column_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lp-column .lp-column_wrap .column_list {
    grid-template-columns: 1fr;
  }
}
.lp-column .lp-column_wrap .column_list li 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;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.lp-column .lp-column_wrap .column_list li .img_wrap img {
  width: 100%;
  aspect-ratio: 10/7;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp-column .lp-column_wrap .column_list li .text_wrap {
  margin-top: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .lp-column .lp-column_wrap .column_list li .text_wrap {
    margin-top: max(12px, 12px + 6 * (100vw - 390px) / 1049);
  }
}
.lp-column .lp-column_wrap .column_list li .date_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.lp-column .lp-column_wrap .column_list li .date {
  font-size: 12px;
  color: #a5a5a5;
  letter-spacing: 0.1em;
}
.lp-column .lp-column_wrap .column_list li .post_title {
  font-size: 18px;
  font-weight: 500;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  .lp-column .lp-column_wrap .column_list li .post_title {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .lp-column .lp-column_wrap .column_list li .post_title {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}

main.top section.faq .faq_list {
  max-width: 850px;
  margin-top: 40px;
  margin-inline: auto;
  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.top section.faq .faq_list {
    margin-top: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list {
    width: 100%;
  }
}
main.top section.faq .faq_list .faq_item {
  border: 0;
  border-radius: 0;
  overflow: visible;
}
main.top section.faq .faq_list .faq_item input.faq_toggle {
  display: none;
}
main.top section.faq .faq_list .faq_item label.faq_question {
  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;
  width: 100%;
  padding: 6.5px 30px 6.5px 0 !important;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  color: #223C65;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .faq_list .faq_item label.faq_question {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list .faq_item label.faq_question {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    padding: 10px 22px 10px 0 !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 389px) {
  main.top section.faq .faq_list .faq_item label.faq_question {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.faq .faq_list .faq_item label.faq_question::after {
  content: "";
  width: 21.5px;
  height: 12.5px;
  position: absolute;
  right: 0;
  top: 9px;
  border: 0;
  background: url("../img/common/icon_faq_arrow_down.png") center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list .faq_item label.faq_question::after {
    width: 13.5px;
    height: 8.5px;
    top: 12px;
    background: url("../img/common/icon_faq_arrow_down_sp.png") center/contain no-repeat;
  }
}
main.top section.faq .faq_list .faq_item label.faq_question span.q_mark {
  display: block;
  width: auto;
  height: auto;
  aspect-ratio: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #223C65;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: bold;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  position: relative;
  top: 2.5px;
}
@media screen and (max-width: 767px) {
  main.top section.faq .faq_list .faq_item label.faq_question span.q_mark {
    font-size: 16px;
    top: 1.5px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.faq .faq_list .faq_item label.faq_question span.q_mark {
    top: 0;
  }
}
main.top section.faq .faq_list .faq_item .faq_answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
main.top section.faq .faq_list .faq_item .faq_answer .flex {
  display: block;
  gap: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
main.top section.faq .faq_list .faq_item .faq_answer span.a_mark {
  display: none;
}
main.top section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question::after {
  -webkit-transform: translateY(100%) rotate(180deg);
          transform: translateY(100%) rotate(180deg);
}
main.top section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer {
  overflow: visible;
  grid-template-rows: 1fr;
}
main.top section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex {
  padding: 24px 0 0;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .faq_list .faq_item .faq_toggle:checked + .faq_question + .faq_answer .flex {
    padding: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0 0;
  }
}

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

ul.blog-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  ul.blog-tabs {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  ul.blog-tabs {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 377);
  }
}
ul.blog-tabs li {
  width: 210px;
  height: 65px;
  display: grid;
  place-items: center;
  color: #223C65;
  background: #DFE5F7;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1439px) {
  ul.blog-tabs li {
    width: max(70px, 70px + 140 * (100vw - 390px) / 1049);
    height: max(35px, 35px + 30 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  ul.blog-tabs li {
    width: 100%;
  }
}
ul.blog-tabs li.active {
  background: #223C65;
  color: #fff;
}
ul.blog-tabs li:hover {
  background: #223C65;
  color: #fff;
}
ul.blog-tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
ul.blog-tabs li a:hover {
  opacity: 1;
}

main.top .blog-content {
  background: #fff;
}
main.top ul.post_list .img_wrap img {
  aspect-ratio: 620/400;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
main.top ul.post_list .date_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 16px;
}
main.top ul.post_list .date_wrap span.date {
  font-size: 12px;
  color: #223C65;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
}
main.top ul.post_list .date_wrap span.category {
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#165185), to(#1F69AB));
  background: -webkit-linear-gradient(left, #165185, #1F69AB);
  background: linear-gradient(to right, #165185, #1F69AB);
  border-radius: 2px;
  padding: 3px 10px;
}
main.top ul.post_list p {
  line-height: 1.875;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.top ul.post_list p {
    margin-top: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}

main.post .date_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
  margin-bottom: 10px;
}
main.post .date_wrap .date {
  font-size: 12px;
  color: #223C65;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  margin: 0;
}
main.post .date_wrap .category {
  font-size: 12px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#165185), to(#1F69AB));
  background: -webkit-linear-gradient(left, #165185, #1F69AB);
  background: linear-gradient(to right, #165185, #1F69AB);
  border-radius: 2px;
  padding: 3px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
}
main.post .post_content {
  margin: 50px 0;
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  main.post .post_content {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
    margin: max(30px, 30px + 20 * (100vw - 390px) / 1049) 0;
  }
}

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

main.single {
  padding: 24px 0 100px;
}
@media screen and (max-width: 1439px) {
  main.single {
    padding: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.single .post_content {
  border: 1px solid #223C65;
  padding: 80px 60px;
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content {
    padding: max(40px, 40px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.single .post_content > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
main.single .post_content > *:last-child:not(h1) {
  margin-bottom: 0;
  padding-bottom: 0;
}
main.single .post_content h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h1 {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.single .thumbnail {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.single .thumbnail {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.single .thumbnail img {
  width: 100vw;
}

main.single .post_content h2,
.mce-content-body.post-editor h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 28px;
  background: -webkit-gradient(linear, left top, right top, from(#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;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h2,
  .mce-content-body.post-editor h2 {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h2.en,
.mce-content-body.post-editor h2.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
}
main.single .post_content h2 + img,
main.single .post_content h2 + img + img,
.mce-content-body.post-editor h2 + img,
.mce-content-body.post-editor h2 + img + img {
  margin-bottom: 40px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h2 + img,
  main.single .post_content h2 + img + img,
  .mce-content-body.post-editor h2 + img,
  .mce-content-body.post-editor h2 + img + img {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h3,
.mce-content-body.post-editor h3 {
  font-size: 24px;
  font-weight: bold;
  color: #223C65;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 24px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h3,
  .mce-content-body.post-editor h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h3::before,
.mce-content-body.post-editor h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background: #223C65;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 1439px) {
  main.single .post_content h3::before,
  .mce-content-body.post-editor h3::before {
    width: max(50px, 50px + 40 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h4,
.mce-content-body.post-editor h4 {
  font-size: 20px;
  font-weight: bold;
  color: #1F67A7;
  background: #F1F7FC;
  margin: 32px 0 24px;
  padding: 15px 10px 10px 25px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h4,
  .mce-content-body.post-editor h4 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049) 10px 10px max(23px, 23px + 2 * (100vw - 390px) / 1049);
    margin: max(16px, 16px + 16 * (100vw - 390px) / 1049) 0 max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h4::before,
.mce-content-body.post-editor h4::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: calc(100% - 10px);
  background: #1F67A7;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  main.single .post_content h4::before,
  .mce-content-body.post-editor h4::before {
    width: 8px;
  }
}
main.single .post_content h5,
.mce-content-body.post-editor h5 {
  font-size: 18px;
  font-weight: bold;
  color: #1F67A7;
  margin-top: 24px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #223C65;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h5,
  .mce-content-body.post-editor h5 {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h6,
.mce-content-body.post-editor h6 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #223C65;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #FAFAFA;
  border-radius: 5px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h6,
  .mce-content-body.post-editor h6 {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.single .post_content p,
.mce-content-body.post-editor p {
  font-size: 16px;
  line-height: 1.875;
  margin: 16px 0 10px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content p,
  .mce-content-body.post-editor p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    margin: max(12px, 12px + 4 * (100vw - 390px) / 1049) 0 max(8px, 8px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_content p,
  .mce-content-body.post-editor p {
    line-height: 180%;
  }
}
main.single .post_content ul, main.single .post_content ol,
.mce-content-body.post-editor ul,
.mce-content-body.post-editor ol {
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.single .post_content ul, main.single .post_content ol,
  .mce-content-body.post-editor ul,
  .mce-content-body.post-editor ol {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.single .post_content ul > *:first-child, main.single .post_content ol > *:first-child,
.mce-content-body.post-editor ul > *:first-child,
.mce-content-body.post-editor ol > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
main.single .post_content ul > *:last-child, main.single .post_content ol > *:last-child,
.mce-content-body.post-editor ul > *:last-child,
.mce-content-body.post-editor ol > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
main.single .post_content ul li, main.single .post_content ol li,
.mce-content-body.post-editor ul li,
.mce-content-body.post-editor ol li {
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main.single .post_content ul li, main.single .post_content ol li,
  .mce-content-body.post-editor ul li,
  .mce-content-body.post-editor ol li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_content ul li, main.single .post_content ol li,
  .mce-content-body.post-editor ul li,
  .mce-content-body.post-editor ol li {
    padding-left: 13px;
  }
}
main.single .post_content ul li::before, main.single .post_content ol li::before,
.mce-content-body.post-editor ul li::before,
.mce-content-body.post-editor ol li::before {
  content: "";
  position: absolute;
  left: 0;
}
main.single .post_content ol,
.mce-content-body.post-editor ol {
  counter-reset: list-counter;
}
main.single .post_content ol li,
.mce-content-body.post-editor ol li {
  counter-increment: list-counter;
}
main.single .post_content ol li::before,
.mce-content-body.post-editor ol li::before {
  content: counter(list-counter) ".";
}
main.single .post_content ul li::before,
.mce-content-body.post-editor ul li::before {
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F67A7;
}
@media screen and (max-width: 767px) {
  main.single .post_content ul li::before,
  .mce-content-body.post-editor ul li::before {
    width: 8px;
    height: 8px;
  }
}
main.single .post_content .bg_blue_box,
main.single .post_content .bg_blue_box02,
main.single .post_content .bg_yellow_box,
.mce-content-body.post-editor .bg_blue_box,
.mce-content-body.post-editor .bg_blue_box02,
.mce-content-body.post-editor .bg_yellow_box {
  padding: 25px;
  border: 1px solid #223C65;
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.single .post_content .bg_blue_box,
  main.single .post_content .bg_blue_box02,
  main.single .post_content .bg_yellow_box,
  .mce-content-body.post-editor .bg_blue_box,
  .mce-content-body.post-editor .bg_blue_box02,
  .mce-content-body.post-editor .bg_yellow_box {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.single .post_content .bg_blue_box > *:first-child,
main.single .post_content .bg_blue_box02 > *:first-child,
main.single .post_content .bg_yellow_box > *:first-child,
.mce-content-body.post-editor .bg_blue_box > *:first-child,
.mce-content-body.post-editor .bg_blue_box02 > *:first-child,
.mce-content-body.post-editor .bg_yellow_box > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
main.single .post_content .bg_blue_box > *:last-child,
main.single .post_content .bg_blue_box02 > *:last-child,
main.single .post_content .bg_yellow_box > *:last-child,
.mce-content-body.post-editor .bg_blue_box > *:last-child,
.mce-content-body.post-editor .bg_blue_box02 > *:last-child,
.mce-content-body.post-editor .bg_yellow_box > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
main.single .post_content .bg_blue_box.mv32,
main.single .post_content .bg_blue_box02.mv32,
main.single .post_content .bg_yellow_box.mv32,
.mce-content-body.post-editor .bg_blue_box.mv32,
.mce-content-body.post-editor .bg_blue_box02.mv32,
.mce-content-body.post-editor .bg_yellow_box.mv32 {
  margin: 32px 0;
}
@media screen and (max-width: 1439px) {
  main.single .post_content .bg_blue_box.mv32,
  main.single .post_content .bg_blue_box02.mv32,
  main.single .post_content .bg_yellow_box.mv32,
  .mce-content-body.post-editor .bg_blue_box.mv32,
  .mce-content-body.post-editor .bg_blue_box02.mv32,
  .mce-content-body.post-editor .bg_yellow_box.mv32 {
    margin: max(16px, 16px + 16 * (100vw - 390px) / 1049) 0;
  }
}
main.single .post_content .bg_blue_box .title,
main.single .post_content .bg_blue_box02 .title,
main.single .post_content .bg_yellow_box .title,
.mce-content-body.post-editor .bg_blue_box .title,
.mce-content-body.post-editor .bg_blue_box02 .title,
.mce-content-body.post-editor .bg_yellow_box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  color: #223C65;
  padding-bottom: 10px;
  border-bottom: 1px solid #223C65;
}
@media screen and (max-width: 1439px) {
  main.single .post_content .bg_blue_box .title,
  main.single .post_content .bg_blue_box02 .title,
  main.single .post_content .bg_yellow_box .title,
  .mce-content-body.post-editor .bg_blue_box .title,
  .mce-content-body.post-editor .bg_blue_box02 .title,
  .mce-content-body.post-editor .bg_yellow_box .title {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.single .post_content .bg_blue_box h4.circle,
main.single .post_content .bg_blue_box02 h4.circle,
main.single .post_content .bg_yellow_box h4.circle,
.mce-content-body.post-editor .bg_blue_box h4.circle,
.mce-content-body.post-editor .bg_blue_box02 h4.circle,
.mce-content-body.post-editor .bg_yellow_box h4.circle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #223C65;
  position: relative;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 15px;
  background: none;
}
@media screen and (max-width: 1439px) {
  main.single .post_content .bg_blue_box h4.circle,
  main.single .post_content .bg_blue_box02 h4.circle,
  main.single .post_content .bg_yellow_box h4.circle,
  .mce-content-body.post-editor .bg_blue_box h4.circle,
  .mce-content-body.post-editor .bg_blue_box02 h4.circle,
  .mce-content-body.post-editor .bg_yellow_box h4.circle {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_content .bg_blue_box h4.circle,
  main.single .post_content .bg_blue_box02 h4.circle,
  main.single .post_content .bg_yellow_box h4.circle,
  .mce-content-body.post-editor .bg_blue_box h4.circle,
  .mce-content-body.post-editor .bg_blue_box02 h4.circle,
  .mce-content-body.post-editor .bg_yellow_box h4.circle {
    padding-left: 13px;
  }
}
main.single .post_content .bg_blue_box h4.circle:first-of-type,
main.single .post_content .bg_blue_box02 h4.circle:first-of-type,
main.single .post_content .bg_yellow_box h4.circle:first-of-type,
.mce-content-body.post-editor .bg_blue_box h4.circle:first-of-type,
.mce-content-body.post-editor .bg_blue_box02 h4.circle:first-of-type,
.mce-content-body.post-editor .bg_yellow_box h4.circle:first-of-type {
  margin-top: 0;
}
main.single .post_content .bg_blue_box h4.circle::before,
main.single .post_content .bg_blue_box02 h4.circle::before,
main.single .post_content .bg_yellow_box h4.circle::before,
.mce-content-body.post-editor .bg_blue_box h4.circle::before,
.mce-content-body.post-editor .bg_blue_box02 h4.circle::before,
.mce-content-body.post-editor .bg_yellow_box h4.circle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F67A7;
}
@media screen and (max-width: 767px) {
  main.single .post_content .bg_blue_box h4.circle::before,
  main.single .post_content .bg_blue_box02 h4.circle::before,
  main.single .post_content .bg_yellow_box h4.circle::before,
  .mce-content-body.post-editor .bg_blue_box h4.circle::before,
  .mce-content-body.post-editor .bg_blue_box02 h4.circle::before,
  .mce-content-body.post-editor .bg_yellow_box h4.circle::before {
    width: 8px;
    height: 8px;
    top: 0.55em;
  }
}
main.single .post_content .bg_blue_box,
.mce-content-body.post-editor .bg_blue_box {
  background: #F8FBFF;
}
main.single .post_content .bg_blue_box02,
.mce-content-body.post-editor .bg_blue_box02 {
  background: #F1F7FC;
}
main.single .post_content .bg_yellow_box,
.mce-content-body.post-editor .bg_yellow_box {
  background: #FDFCF1;
}
main.single .post_content dl,
.mce-content-body.post-editor dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
main.single .post_content dl dt,
main.single .post_content dl dd,
.mce-content-body.post-editor dl dt,
.mce-content-body.post-editor dl dd {
  padding-bottom: 5px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  main.single .post_content dl dt,
  main.single .post_content dl dd,
  .mce-content-body.post-editor dl dt,
  .mce-content-body.post-editor dl dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_content dl dt,
  main.single .post_content dl dd,
  .mce-content-body.post-editor dl dt,
  .mce-content-body.post-editor dl dd {
    padding-bottom: 10px;
  }
}
main.single .post_content dl dt:last-of-type,
main.single .post_content dl dd:last-of-type,
.mce-content-body.post-editor dl dt:last-of-type,
.mce-content-body.post-editor dl dd:last-of-type {
  margin-bottom: 0;
}
main.single .post_content dl dt,
.mce-content-body.post-editor dl dt {
  width: 180px;
  padding-right: 20px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content dl dt,
  .mce-content-body.post-editor dl dt {
    width: max(80px, 80px + 100 * (100vw - 390px) / 1049);
    padding-right: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.single .post_content dl dd,
.mce-content-body.post-editor dl dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1439px) {
  main.single .post_content dl dd,
  .mce-content-body.post-editor dl dd {
    width: calc(100% - (max(80px, 80px + 100 * (100vw - 390px) / 1049) + max(10px, 10px + 10 * (100vw - 390px) / 1049)));
  }
}
main.single .post_content table,
.mce-content-body.post-editor table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.single .post_content table,
  .mce-content-body.post-editor table {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.single .post_content table th,
main.single .post_content table td,
.mce-content-body.post-editor table th,
.mce-content-body.post-editor table td {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  main.single .post_content table th,
  main.single .post_content table td,
  .mce-content-body.post-editor table th,
  .mce-content-body.post-editor table td {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.single .post_content table thead th,
.mce-content-body.post-editor table thead th {
  text-align: center;
  background: #1F67A7;
  color: #fff;
  font-weight: bold;
}
main.single .post_content ul.circle_list,
main.single .post_content ul.check_list,
.mce-content-body.post-editor ul.circle_list,
.mce-content-body.post-editor ul.check_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  main.single .post_content ul.circle_list,
  main.single .post_content ul.check_list,
  .mce-content-body.post-editor ul.circle_list,
  .mce-content-body.post-editor ul.check_list {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.single .post_content ul.circle_list li,
main.single .post_content ul.check_list li,
.mce-content-body.post-editor ul.circle_list li,
.mce-content-body.post-editor ul.check_list li {
  font-size: 16px;
  line-height: 180%;
  padding-left: 15px;
  font-weight: bold;
  position: relative;
  color: #223C65;
}
@media screen and (max-width: 1439px) {
  main.single .post_content ul.circle_list li,
  main.single .post_content ul.check_list li,
  .mce-content-body.post-editor ul.circle_list li,
  .mce-content-body.post-editor ul.check_list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_content ul.circle_list li,
  main.single .post_content ul.check_list li,
  .mce-content-body.post-editor ul.circle_list li,
  .mce-content-body.post-editor ul.check_list li {
    padding-left: 13px;
  }
}
main.single .post_content ul.circle_list li::before,
main.single .post_content ul.check_list li::before,
.mce-content-body.post-editor ul.circle_list li::before,
.mce-content-body.post-editor ul.check_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F67A7;
}
@media screen and (max-width: 767px) {
  main.single .post_content ul.circle_list li::before,
  main.single .post_content ul.check_list li::before,
  .mce-content-body.post-editor ul.circle_list li::before,
  .mce-content-body.post-editor ul.check_list li::before {
    width: 8px;
    height: 8px;
  }
}
main.single .post_content ul.check_list li,
.mce-content-body.post-editor ul.check_list li {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  main.single .post_content ul.check_list li,
  .mce-content-body.post-editor ul.check_list li {
    padding-left: 23px;
  }
}
main.single .post_content ul.check_list li::before,
.mce-content-body.post-editor ul.check_list li::before {
  width: 20px;
  height: 20px;
  top: 0.3em;
  border-radius: 0;
  background: url(../img/common/icon_list_check.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  main.single .post_content ul.check_list li::before,
  .mce-content-body.post-editor ul.check_list li::before {
    width: 16px;
    height: 16px;
  }
}

.lp-column-list .blog-items,
.lp-column-top .blog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .lp-column-list .blog-items,
  .lp-column-top .blog-items {
    gap: max(16px, 16px + 14 * (100vw - 390px) / 1049);
    margin-top: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-column-list .blog-items,
  .lp-column-top .blog-items {
    grid-template-columns: 1fr;
  }
}
.lp-column-list .blog-item a,
.lp-column-top .blog-item 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;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.lp-column-list .blog-item .blog-thumbnail img,
.lp-column-top .blog-item .blog-thumbnail img {
  width: 100%;
  aspect-ratio: 620/400;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lp-column-list .blog-item .blog-contents,
.lp-column-top .blog-item .blog-contents {
  margin-top: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lp-column-list .blog-item .blog-meta,
.lp-column-top .blog-item .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.lp-column-list .blog-item .blog-date,
.lp-column-top .blog-item .blog-date {
  font-size: 12px;
  color: #223C65;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
}
.lp-column-list .blog-item .blog-title,
.lp-column-top .blog-item .blog-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1439px) {
  .lp-column-list .blog-item .blog-title,
  .lp-column-top .blog-item .blog-title {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.lp-column-list .blog-item p,
.lp-column-top .blog-item p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 8px;
  color: #555;
}
@media screen and (max-width: 1439px) {
  .lp-column-list .blog-item p,
  .lp-column-top .blog-item p {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
  }
}

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

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

.pagination {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .pagination {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.pagination .page-link .page-numbers {
  font-size: 20px;
  font-family: "EB Garamond", serif;
  color: #223C65;
  background-color: #fff;
  border: 1px solid #223C65;
  border-radius: 1px;
  width: 40px;
  height: 40px;
  letter-spacing: 0.1em;
  display: grid;
  place-items: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1439px) {
  .pagination .page-link .page-numbers {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    width: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
.pagination .page-link .page-numbers:hover {
  opacity: 1;
  background-color: #223C65;
  color: #fff;
}
.pagination .page-link .page-numbers.current {
  background-color: #223C65;
  color: #fff;
}
.pagination .page-link .next, .pagination .page-link .prev {
  width: 80px;
  border-radius: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .pagination .page-link .next, .pagination .page-link .prev {
    width: max(50px, 50px + 30 * (100vw - 390px) / 1049);
  }
}

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

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

main.page, .mce-content-body.page-editor, .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 .before-after_wrap, .mce-content-body.page-editor .before-after_wrap, .mce-content-body.post-type-common_sections .before-after_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  main.page .before-after_wrap, .mce-content-body.page-editor .before-after_wrap, .mce-content-body.post-type-common_sections .before-after_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.page .before-after_wrap, .mce-content-body.page-editor .before-after_wrap, .mce-content-body.post-type-common_sections .before-after_wrap {
    grid-template-columns: 1fr;
  }
}
main.page .before-after_wrap .before-after_item, .mce-content-body.page-editor .before-after_wrap .before-after_item, .mce-content-body.post-type-common_sections .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;
}
main.page .before-after_wrap .before-after_item h3, .mce-content-body.page-editor .before-after_wrap .before-after_item h3, .mce-content-body.post-type-common_sections .before-after_wrap .before-after_item h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #223C65;
  padding: 30px 8px;
}
@media screen and (max-width: 1439px) {
  main.page .before-after_wrap .before-after_item h3, .mce-content-body.page-editor .before-after_wrap .before-after_item h3, .mce-content-body.post-type-common_sections .before-after_wrap .before-after_item h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) 8px;
  }
}
@media screen and (max-width: 389px) {
  main.page .before-after_wrap .before-after_item h3, .mce-content-body.page-editor .before-after_wrap .before-after_item h3, .mce-content-body.post-type-common_sections .before-after_wrap .before-after_item h3 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.page .before-after_wrap .before-after_item img, .mce-content-body.page-editor .before-after_wrap .before-after_item img, .mce-content-body.post-type-common_sections .before-after_wrap .before-after_item img {
  width: 100%;
}
main.page .before-after_wrap .before-after_item .before-after_item_wrap, .mce-content-body.page-editor .before-after_wrap .before-after_item .before-after_item_wrap, .mce-content-body.post-type-common_sections .before-after_wrap .before-after_item .before-after_item_wrap {
  padding: 0 25px 25px;
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  main.page .before-after_wrap .before-after_item .before-after_item_wrap, .mce-content-body.page-editor .before-after_wrap .before-after_item .before-after_item_wrap, .mce-content-body.post-type-common_sections .before-after_wrap .before-after_item .before-after_item_wrap {
    padding: 0 max(15px, 15px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
main.page .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info, .mce-content-body.page-editor .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info, .mce-content-body.post-type-common_sections .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  overflow: hidden;
  margin-top: 25px;
  border: 1px solid #DFDFDF;
}
@media screen and (max-width: 1439px) {
  main.page .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info, .mce-content-body.page-editor .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info, .mce-content-body.post-type-common_sections .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info {
    margin-top: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
main.page .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt, .mce-content-body.page-editor .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt, .mce-content-body.post-type-common_sections .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.page .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt, .mce-content-body.page-editor .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt, .mce-content-body.post-type-common_sections .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);
  }
}
@media screen and (max-width: 767px) {
  main.page .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt, .mce-content-body.page-editor .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt, .mce-content-body.post-type-common_sections .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt {
    padding: 10px;
  }
}
main.page .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt:not(:first-of-type), .mce-content-body.page-editor .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 .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dt:not(:first-of-type) {
  border-top: 1px solid #DFDFDF;
}
main.page .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.page-editor .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.post-type-common_sections .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;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.page .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.page-editor .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.post-type-common_sections .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.page .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.page-editor .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd, .mce-content-body.post-type-common_sections .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd {
    line-height: 180%;
  }
}
main.page .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:not(:first-of-type), .mce-content-body.page-editor .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 .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:not(:first-of-type) {
  border-top: 1px solid #DFDFDF;
}
main.page .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:last-of-type, .mce-content-body.page-editor .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:last-of-type, .mce-content-body.post-type-common_sections .before-after_wrap .before-after_item .before-after_item_wrap dl.treatment-info dd:last-of-type {
  line-height: 1.5;
}

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:not(.before-after_wrap h3), main.lp h3:not(.before-after_wrap h3), .mce-content-body.page-editor h3:not(.before-after_wrap h3), .mce-content-body.post-type-common_sections h3:not(.before-after_wrap 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:not(.before-after_wrap h3), main.lp h3:not(.before-after_wrap h3), .mce-content-body.page-editor h3:not(.before-after_wrap h3), .mce-content-body.post-type-common_sections h3:not(.before-after_wrap 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:not(.before-after_wrap h3)::before, main.lp h3:not(.before-after_wrap h3)::before, .mce-content-body.page-editor h3:not(.before-after_wrap h3)::before, .mce-content-body.post-type-common_sections h3:not(.before-after_wrap 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:not(.before-after_wrap h3)::before, main.lp h3:not(.before-after_wrap h3)::before, .mce-content-body.page-editor h3:not(.before-after_wrap h3)::before, .mce-content-body.post-type-common_sections h3:not(.before-after_wrap h3)::before {
    width: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
main.page h3:not(.before-after_wrap h3).text-color, main.lp h3:not(.before-after_wrap h3).text-color, .mce-content-body.page-editor h3:not(.before-after_wrap h3).text-color, .mce-content-body.post-type-common_sections h3:not(.before-after_wrap 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);
  }
}

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(20px, 20px + 20 * (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: 0;
  background: #fff;
}
.footer .inner {
  max-width: calc(1100px + 10%);
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 0 20px;
  }
}
.footer .footer_main {
  padding: 60px 0;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
.footer .footer_main .inner {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_main .inner {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_main .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer_logo {
  display: block;
  width: 210px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 1439px) {
  .footer .footer_logo {
    width: max(159.444px, 159.444px + 50.556 * (100vw - 390px) / 1049);
  }
}
.footer .footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .footer_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 16px;
  line-height: 1;
  max-width: 552px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_nav {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_nav {
    line-height: 1.5;
  }
}
@media screen and (max-width: 389px) {
  .footer .footer_nav {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
.footer .footer_nav .footer_nav_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_nav .footer_nav_row {
    gap: max(16px, 16px + 8 * (100vw - 390px) / 1049) max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
.footer .footer_nav .footer_nav_row + .footer_nav_row {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .footer .footer_nav .footer_nav_row + .footer_nav_row {
    margin-top: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
.footer .footer_nav a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer .footer_copy {
  background: #223C65;
  color: #fff;
}
.footer .footer_copy p {
  padding: 12px 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .footer .footer_copy p {
    font-size: max(10px, 10px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_copy p {
    padding: 12px 0 13px;
    line-height: 1.5;
    text-align: left;
    white-space: normal;
  }
}

.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(10px, 10px + 10 * (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;
  }
}