/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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] {
  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 */
  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;
  }
}

@media screen and (max-width: 767px) {
  .header {
    isolation: isolate;
  }
  .header::before {
    content: "";
    position: fixed;
    top: -100px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100px + env(safe-area-inset-top, 0px));
    background: #f8f5f0;
    pointer-events: none;
  }
}
* {
  line-height: 1.45;
  list-style: none;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
body.menu-open {
  overflow: hidden;
}

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

.gray_triangle_bg {
  background: linear-gradient(to top right, transparent 50%, rgba(255, 255, 255, 0.05) 50%) 0 0/100% 100% no-repeat, linear-gradient(to top left, transparent 50%, rgba(255, 255, 255, 0.1) 50%) 0 0/100% 100% no-repeat, #787878;
}

.inner {
  max-width: calc(1100px + 10%);
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

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

.font_serif {
  font-family: "Noto Serif JP", serif;
}

.font_en {
  font-family: "Lora", serif;
}

header.header :where(p),
main :where(p) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  header.header :where(p),
  main :where(p) {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

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

.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 {
  transition: opacity 0.6s, transform 0.6s;
}

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

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

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

.section_title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .section_title {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
.section_title .en {
  display: block;
  font-family: "Lora", serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.1em;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  .section_title .en {
    font-size: max(40px, 40px + 60 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .section_title .en {
    font-size: max(32px, 32px + 8 * (100vw - 320px) / 1119);
  }
}
.section_title .ja {
  display: block;
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  .section_title .ja {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
.section_title::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: 16px auto 0;
  background: #0050a2;
}
@media screen and (max-width: 1439px) {
  .section_title::after {
    width: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}

.balloon_title {
  position: relative;
  width: min(100%, 540px);
  margin: 0 auto;
  padding: 8px 24px 18px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  .balloon_title {
    width: min(100%, max(300px, 300px + 240 * (100vw - 390px) / 1049));
    padding: 8px max(18px, 18px + 6 * (100vw - 390px) / 1049) max(14px, 14px + 4 * (100vw - 390px) / 1049);
    font-size: max(30px, 30px + 18 * (100vw - 390px) / 1049);
  }
}
.balloon_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 34px;
  height: 24px;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  .balloon_title::after {
    width: max(28px, 28px + 6 * (100vw - 390px) / 1049);
    height: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}

.lead_title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  .lead_title {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}

.title_xl {
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  .title_xl {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}

.title_lg {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  .title_lg {
    font-size: max(30px, 30px + 18 * (100vw - 390px) / 1049);
  }
}

.title_md {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  .title_md {
    font-size: max(28px, 28px + 12 * (100vw - 390px) / 1049);
  }
}

.title_sm {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  .title_sm {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}

.title_xs {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  .title_xs {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}

.lh2_1 {
  line-height: 2.1;
}

.fw500 {
  font-weight: 500;
}

.en_text,
.num_text {
  font-family: "Lora", serif;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.date_text {
  font-family: "Lora", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  width: 100%;
  height: 85px;
}
@media screen and (max-width: 1439px) {
  .header {
    height: max(50px, 50px + 35 * (100vw - 390px) / 1049);
  }
}
.header .header_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.header .header_inner .header_logo {
  position: relative;
  display: block;
  width: 280px;
  margin: 7px 0 0 20px;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_logo {
    width: max(120px, 120px + 160 * (100vw - 390px) / 1049);
    margin-top: min(10px, 10px + -3 * (100vw - 390px) / 1049);
    margin-left: max(11px, 11px + 9 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_logo picture,
.header .header_inner .header_logo img {
  display: block;
  width: 100%;
}
.header .header_inner .header_logo .header_logo_white,
.header .header_inner .header_logo .header_logo_black {
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.header .header_inner .header_logo .header_logo_black {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}
.header .header_inner .header_nav {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}
.header .header_inner .header_nav .header_tel,
.header .header_inner .header_nav .header_web {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 85px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_tel,
  .header .header_inner .header_nav .header_web {
    height: max(50px, 50px + 35 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_nav .header_tel::before,
.header .header_inner .header_nav .header_web::before {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 3;
  width: 15px;
  height: 15px;
  background: #ffffff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_tel::before,
  .header .header_inner .header_nav .header_web::before {
    right: max(3px, 3px + 3 * (100vw - 390px) / 1049);
    bottom: max(3px, 3px + 3 * (100vw - 390px) / 1049);
    width: max(5px, 5px + 10 * (100vw - 390px) / 1049);
    height: max(5px, 5px + 10 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_nav .header_tel::after,
.header .header_inner .header_nav .header_web::after {
  content: "";
  position: absolute;
  inset: 5px;
  z-index: 3;
  border: 1px solid #ffffff;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_tel::after,
  .header .header_inner .header_nav .header_web::after {
    inset: max(3px, 3px + 2 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_nav .header_tel span,
.header .header_inner .header_nav .header_tel strong,
.header .header_inner .header_nav .header_web span,
.header .header_inner .header_nav .header_web strong {
  position: relative;
  z-index: 2;
  display: block;
}
.header .header_inner .header_nav .header_tel > span,
.header .header_inner .header_nav .header_web > span {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_tel > span,
  .header .header_inner .header_nav .header_web > span {
    font-size: max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_nav .header_tel strong,
.header .header_inner .header_nav .header_web strong {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_tel strong,
  .header .header_inner .header_nav .header_web strong {
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_nav .header_tel img,
.header .header_inner .header_nav .header_web img {
  display: inline-block;
  width: 15px;
  margin-right: 3px;
  vertical-align: -1px;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_tel img,
  .header .header_inner .header_nav .header_web img {
    width: max(8px, 8px + 7 * (100vw - 390px) / 1049);
    margin-right: max(2px, 2px + 1 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_nav .header_tel {
  width: 250px;
  background: linear-gradient(to bottom right, transparent 50%, #017e68 50%) 0 0/100% 100% no-repeat, #00947a;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_tel {
    width: max(110px, 110px + 140 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_nav .header_tel strong {
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_tel strong {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner .header_nav .header_tel strong {
    letter-spacing: 0;
  }
}
.header .header_inner .header_nav .header_tel strong span {
  display: inline;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_tel strong span {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_nav .header_web {
  width: 150px;
  background: linear-gradient(to bottom right, transparent 50%, #c86500 50%) 0 0/100% 100% no-repeat, #e87900;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_web {
    width: max(70px, 70px + 80 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_nav .header_menu {
  position: relative;
  display: grid;
  place-items: center;
  width: 85px;
  height: 85px;
  overflow: hidden;
  background: linear-gradient(to bottom right, transparent 49.8%, #003d7d 50%) 0 0/100% 100% no-repeat, #0050a2;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_menu {
    width: max(50px, 50px + 35 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 35 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_nav .header_menu img {
  position: absolute;
  top: 21px;
  left: 50%;
  width: 41px;
  opacity: 1;
  transform: translateX(-50%);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_menu img {
    top: max(12px, 12px + 9 * (100vw - 390px) / 1049);
    width: max(27px, 27px + 14 * (100vw - 390px) / 1049);
  }
}
.header .header_inner .header_nav .header_menu .icon_close {
  opacity: 0;
  visibility: hidden;
}
.header .header_inner .header_nav .header_menu.is-open .icon_open, .header .header_inner .header_nav .header_menu.is-active .icon_open, .header .header_inner .header_nav .header_menu.active .icon_open {
  opacity: 0;
  visibility: hidden;
}
.header .header_inner .header_nav .header_menu.is-open .icon_close, .header .header_inner .header_nav .header_menu.is-active .icon_close, .header .header_inner .header_nav .header_menu.active .icon_close {
  opacity: 1;
  visibility: visible;
}
.header .header_inner .header_nav .header_menu em {
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 100%;
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .header .header_inner .header_nav .header_menu em {
    bottom: max(11px, 11px + 6 * (100vw - 390px) / 1049);
    font-size: max(8px, 8px + 4 * (100vw - 390px) / 1049);
  }
}
.header.is-fv-passed .header_inner .header_logo .header_logo_white {
  opacity: 0;
  visibility: hidden;
}
.header.is-fv-passed .header_inner .header_logo .header_logo_black {
  opacity: 1;
  visibility: visible;
}

.slideout-nav-bg {
  display: none;
}

.slideout-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  max-width: 485px;
  height: 100vh;
  height: 100dvh;
  padding-top: 85px;
  background: #ffffff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.3s ease, visibility 0s linear 0.3s;
}
@media screen and (max-width: 1439px) {
  .slideout-nav {
    max-width: max(230px, 230px + 255 * (100vw - 390px) / 1049);
    padding-top: max(50px, 50px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .slideout-nav {
    max-width: none;
  }
}
.slideout-nav.active {
  pointer-events: auto;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.3s ease, visibility 0s linear 0s;
}
.slideout-nav .slideout-nav-inner {
  display: block;
  padding: 40px 0 100px;
}
@media screen and (max-width: 1439px) {
  .slideout-nav .slideout-nav-inner {
    padding-bottom: max(60px, 60px + 40 * (100vw - 390px) / 1049);
  }
}
.slideout-nav .slideout-nav-inner .slideout-nav-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}
.slideout-nav .slideout-nav-inner .slideout-nav-list .slideout-nav-item {
  margin: 0 7%;
  padding: 0;
  border-bottom: 1px solid #c8c8c8;
  text-align: left;
}
.slideout-nav .slideout-nav-inner .slideout-nav-list .slideout-nav-item .slideout-nav-link {
  display: block;
  padding: 18px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  text-decoration: none;
}
.slideout-nav .slideout-nav-inner .slideout-nav-list .slideout-nav-item .slideout-nav-link:hover {
  opacity: 1;
}

.fv {
  position: relative;
  height: 100vh;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 100vh;
    min-height: 650px;
    --fv-catch-width: max(350px, calc(350px + (560 - 350) * ((100vw - 390px) / (1439 - 390))));
    --fv-catch-size: max(110px, calc(110px + (180 - 110) * ((100vw - 390px) / (1439 - 390))));
    --fv-catch-top: 46.6176470588%;
    --fv-catch-top-y: 46.6176470588vh;
  }
}
.fv .fv_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  max-width: 1920px;
  margin-inline: auto;
}
.fv .fv_bg_wrap::before {
  content: "";
  position: absolute;
  top: var(--fv-band-top, calc(50% + max(39.5px, 39.5px + 30.5 * (100vw - 1440px) / 1120)));
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100vw;
  height: var(--fv-band-height, 189px);
  background: url("../img/fv_text02_bg.webp") center/cover no-repeat;
  opacity: 0.4;
}
@media screen and (max-width: 1439px) {
  .fv .fv_bg_wrap::before {
    top: var(--fv-band-top, calc(50% + max(17px, 17px + 22.5 * (100vw - 768px) / 671)));
    height: var(--fv-band-height, max(110px, 110px + 79 * (100vw - 768px) / 671));
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_bg_wrap::before {
    content: none;
  }
}
.fv .fv_bg_wrap .fv_bg01,
.fv .fv_bg_wrap .fv_bg02 {
  position: absolute;
}
.fv .fv_bg_wrap .fv_bg01 picture,
.fv .fv_bg_wrap .fv_bg02 picture {
  display: block;
  width: 100%;
  height: 100%;
}
.fv .fv_bg_wrap .fv_bg01 img,
.fv .fv_bg_wrap .fv_bg02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fv .fv_bg_wrap .fv_bg01 {
  inset: 0;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .fv .fv_bg_wrap .fv_bg01 {
    height: 100%;
    clip-path: inset(0);
  }
}
.fv .fv_bg_wrap .fv_bg02 {
  z-index: 2;
  top: 0;
  bottom: 0;
  left: auto;
  max-width: 52.25vw;
  height: 100vh;
  right: -9.3959731544vh;
  clip-path: polygon(41.5% 0, 100% 0, 59.5% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  .fv .fv_bg_wrap .fv_bg02 {
    max-width: max(450px, 450px + 302.5 * (100vw - 768px) / 671);
    clip-path: polygon(max(142px, 142px + 170 * (100vw - 768px) / 671) 0, 100% 0, max(313px, 313px + 135 * (100vw - 768px) / 671) 100%, 0 100%);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_bg_wrap .fv_bg02 {
    top: 17.2058823529%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 100%;
    max-width: none;
    height: 40.8088235294%;
    transform: translateX(-50%);
    clip-path: polygon(0 35%, 100% 0, 100% 63%, 0 100%);
  }
}
.fv .fv_bg_wrap .fv_bg02 img {
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .fv .fv_bg_wrap .fv_bg02 img {
    object-fit: cover;
    object-position: center;
  }
}
.fv .fv_text_inner {
  position: absolute;
  inset: 0;
  padding-top: 126px;
  padding-bottom: 40px;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  max-width: 1920px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .fv .fv_text_inner {
    display: contents;
  }
}
.fv .fv_text_inner .fv_text01 {
  z-index: 3;
  width: min(112.3489932886vh, 1046.25px);
  min-width: 837px;
  margin-left: 40px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text_inner .fv_text01 {
    width: max(446px, 446px + 391 * (100vw - 768px) / 671);
    min-width: auto;
    margin-left: max(20px, 20px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text_inner .fv_text01 {
    position: absolute;
    top: 8.8235294118%;
    left: 50%;
    width: max(331px, 331px + 506 * (100vw - 390px) / 1049);
    max-width: calc(100vw - 60px);
    margin-left: 0;
    transform: translateX(-50%);
  }
}
.fv .fv_text_inner .fv_text01 img {
  display: block;
  width: 100%;
}
.fv .fv_text_inner .fv_text02 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv .fv_text_inner .fv_text02 {
    position: absolute;
    top: calc(var(--fv-catch-top-y) + var(--fv-catch-size) + 20px);
    left: 0;
    z-index: 3;
    margin: 0;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text_inner .fv_text02::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url("../img/fv_text02_bg_sp.webp") center/cover no-repeat;
    opacity: 0.4;
  }
}
.fv .fv_text_inner .fv_text02 .fv_text02_body {
  position: relative;
  z-index: 1;
  padding: 20px 78px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text_inner .fv_text02 .fv_text02_body {
    padding: max(10px, 10px + 10 * (100vw - 768px) / 671) max(39px, 39px + 39 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text_inner .fv_text02 .fv_text02_body {
    padding: 0;
  }
}
.fv .fv_text_inner .fv_text02 .fv_text02_body p {
  width: fit-content;
  font-family: inherit;
  font-size: 48px;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  color: inherit;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text_inner .fv_text02 .fv_text02_body p {
    font-size: max(24px, 24px + 24 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text_inner .fv_text02 .fv_text02_body p {
    font-size: max(20px, 20px + 28 * (100vw - 390px) / 1049);
    max-width: calc(100vw - 48px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .fv .fv_text_inner .fv_text02 .fv_text02_body p {
    line-height: 2;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text_inner .fv_text02 .fv_text02_body p {
    max-width: calc(100vw - 30px);
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 1119);
  }
}
.fv .fv_text_inner .fv_text02 .fv_text02_body p .fv_text02_accent {
  display: inline-block;
  background: linear-gradient(90deg, #cfba00 0%, #ffeab5 48%, #b78000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.fv .fv_text_inner .fv_text02 .fv_text02_body p .fv_text02_accent span {
  font-size: 56px;
  font-weight: 900;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text_inner .fv_text02 .fv_text02_body p .fv_text02_accent span {
    font-size: max(32px, 32px + 24 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text_inner .fv_text02 .fv_text02_body p .fv_text02_accent span {
    font-size: max(28px, 28px + 28 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text_inner .fv_text02 .fv_text02_body p .fv_text02_accent span {
    font-size: max(20px, 20px + 8 * (100vw - 320px) / 1119);
  }
}
.fv .fv_text_inner .fv_text03 {
  font-size: 20px;
  width: fit-content;
  margin-left: 161px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text_inner .fv_text03 {
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
    margin-left: max(80px, 80px + 81 * (100vw - 1025px) / 414);
  }
}
@media screen and (max-width: 1024px) {
  .fv .fv_text_inner .fv_text03 {
    margin-left: max(80px, 80px + 81 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text_inner .fv_text03 {
    position: absolute;
    top: calc(var(--fv-catch-top-y) + var(--fv-catch-size) + 151px);
    left: 50%;
    z-index: 3;
    width: max(322px, 322px + 242 * (100vw - 390px) / 1049);
    margin: 0 auto;
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    line-height: 1.6;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text_inner .fv_text03 {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 1119);
  }
}
.fv .fv_text_inner .fv_text03 span {
  font-size: 24px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  .fv .fv_text_inner .fv_text03 span {
    font-size: max(18px, 18px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_text_inner .fv_text03 span {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_text_inner .fv_text03 span {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 1119);
  }
}
.fv .fv_catch_list {
  position: absolute;
  z-index: 3;
  right: calc(50% - 720px + 40px);
  top: calc(50% + 152px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 560px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_catch_list {
    width: max(350px, 350px + 210 * (100vw - 768px) / 671);
    right: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  .fv .fv_catch_list {
    width: max(350px, 350px + 210 * (100vw - 390px) / 1049);
    top: auto;
    bottom: 5.36vh;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_catch_list {
    top: var(--fv-catch-top);
    right: auto;
    bottom: auto;
    left: 50%;
    width: var(--fv-catch-width);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_catch_list {
    width: calc(100% - 30px);
  }
}
.fv .fv_catch_list li {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  .fv .fv_catch_list li {
    font-size: max(12px, 12px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_catch_list li {
    font-size: max(12px, 12px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_catch_list li {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 1119);
  }
}
@media screen and (max-width: 1439px) {
  .fv .fv_catch_list li:last-child {
    font-size: max(11px, 11px + 7 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_catch_list li:last-child {
    font-size: max(11px, 11px + 7 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_catch_list li:last-child {
    font-size: max(10px, 10px + 1 * (100vw - 320px) / 1119);
  }
}
.fv .fv_catch_list li picture,
.fv .fv_catch_list li img {
  display: block;
  width: 100%;
  height: 100%;
}
.fv .fv_catch_list li img {
  object-fit: contain;
}
.fv .fv_catch_list li span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

section.concept {
  position: relative;
}
section.concept .concept_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
section.concept .concept_bg_wrap .concept_bg,
section.concept .concept_bg_wrap .concept_img01,
section.concept .concept_bg_wrap .concept_img02 {
  position: absolute;
}
section.concept .concept_bg_wrap .concept_bg picture,
section.concept .concept_bg_wrap .concept_bg img,
section.concept .concept_bg_wrap .concept_img01 picture,
section.concept .concept_bg_wrap .concept_img01 img,
section.concept .concept_bg_wrap .concept_img02 picture,
section.concept .concept_bg_wrap .concept_img02 img {
  display: block;
  width: 100%;
  height: 100%;
}
section.concept .concept_bg_wrap .concept_bg img,
section.concept .concept_bg_wrap .concept_img01 img,
section.concept .concept_bg_wrap .concept_img02 img {
  object-fit: cover;
}
section.concept .concept_bg_wrap .concept_bg {
  inset: 0;
}
section.concept .concept_bg_wrap .concept_img01 {
  top: -100px;
  left: calc(50% - 820px);
  width: 800px;
  height: auto;
  aspect-ratio: 600/680;
  overflow: hidden;
  opacity: 0.3;
  border-radius: 50%;
}
@media screen and (max-width: 1439px) {
  section.concept .concept_bg_wrap .concept_img01 {
    left: min(-57px, -57px + -43 * (100vw - 390px) / 1049);
    top: min(-30px, -30px + -70 * (100vw - 390px) / 1049);
    width: max(380px, 380px + 420 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.concept .concept_bg_wrap .concept_img01 {
    aspect-ratio: 250/285;
  }
}
section.concept .concept_bg_wrap .concept_img02 {
  bottom: -100px;
  right: calc(50% - 820px);
  width: 800px;
  height: auto;
  aspect-ratio: 600/680;
  overflow: hidden;
  opacity: 0.3;
  border-radius: 50%;
}
@media screen and (max-width: 1439px) {
  section.concept .concept_bg_wrap .concept_img02 {
    bottom: min(-60px, -60px + -40 * (100vw - 390px) / 1049);
    right: min(-60px, -60px + -40 * (100vw - 390px) / 1049);
    width: max(425px, 425px + 375 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.concept .concept_bg_wrap .concept_img02 {
    aspect-ratio: 250/285;
  }
}
section.concept .inner .concept_wrap {
  position: relative;
  z-index: 1;
}
section.concept .inner .concept_wrap h3 {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  section.concept .inner .concept_wrap p {
    line-height: 1.8;
  }
}

section.onayami {
  position: relative;
}
section.onayami .onayami_top {
  position: relative;
  padding: 236px 0 170px;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top {
    padding: max(129px, 129px + 107 * (100vw - 390px) / 1049) 0 max(92px, 92px + 78 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_top .onayami_top_bg_wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg,
section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg_img {
  position: absolute;
}
section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg picture,
section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg img,
section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg_img picture,
section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg_img img {
  display: block;
  width: 100%;
  height: 100%;
}
section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg img,
section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg_img img {
  object-fit: cover;
}
section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg {
  inset: 0;
  z-index: 0;
}
section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg_img {
  top: 18px;
  left: calc(50% + 70px);
  width: 650px;
  height: 605px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg_img {
    top: max(10px, 10px + 8 * (100vw - 390px) / 1049);
    width: max(280px, 280px + 370 * (100vw - 390px) / 1049);
    height: max(250px, 250px + 355 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg_img {
    right: -50px;
    top: 31px;
    left: auto;
  }
}
@media screen and (max-width: 389px) {
  section.onayami .onayami_top .onayami_top_bg_wrap .onayami_top_bg_img {
    width: max(240px, 240px + 40 * (100vw - 320px) / 69);
  }
}
section.onayami .onayami_top .inner .onayami_en {
  position: absolute;
  top: -236px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Lora", serif;
  font-size: 240px;
  line-height: 0.7;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .inner .onayami_en {
    top: min(-126px, -126px + -110 * (100vw - 390px) / 1049);
    font-size: max(72px, 72px + 168 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.onayami .onayami_top .inner .onayami_en {
    font-size: max(56px, 56px + 16 * (100vw - 320px) / 69);
  }
}
section.onayami .onayami_top .inner .onayami_title {
  position: relative;
  z-index: 3;
  margin-left: 78px;
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 500;
  color: #ffffff;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .inner .onayami_title {
    margin-left: max(0px, 0px + 78 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.onayami .onayami_top .inner .onayami_title {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.onayami .onayami_top .inner .onayami_title img {
  position: absolute;
  top: -36px;
  left: 422px;
  display: block;
  width: 50px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .inner .onayami_title img {
    top: min(-13px, -13px + -23 * (100vw - 390px) / 1049);
    left: max(162px, 162px + 260 * (100vw - 390px) / 1049);
    width: max(20px, 20px + 30 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_top .inner .onayami_title span {
  font-size: 80px;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .inner .onayami_title span {
    font-size: max(32px, 32px + 48 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_top .inner .onayami_list {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 40px;
  width: 100%;
  margin: 74px auto 0;
  margin-left: 31px;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .inner .onayami_list {
    gap: max(25px, 25px + 29 * (100vw - 390px) / 1049) max(10px, 10px + 30 * (100vw - 390px) / 1049);
    margin-top: max(45px, 45px + 29 * (100vw - 390px) / 1049);
    margin-left: max(0px, 0px + 31 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_top .inner .onayami_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.onayami .onayami_top .inner .onayami_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 51px 20px 30px;
  background: #ffffff;
  box-shadow: 10px 10px 0 #0050a2;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333333;
  overflow: visible;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .inner .onayami_list li {
    padding: max(25px, 25px + 26 * (100vw - 390px) / 1049) max(15px, 15px + 5 * (100vw - 390px) / 1049) max(15px, 15px + 15 * (100vw - 390px) / 1049);
    box-shadow: max(5px, 5px + 5 * (100vw - 390px) / 1049) max(5px, 5px + 5 * (100vw - 390px) / 1049) 0 #0050a2;
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_top .inner .onayami_list li {
    min-height: 140px;
  }
}
section.onayami .onayami_top .inner .onayami_list li::before, section.onayami .onayami_top .inner .onayami_list li::after {
  pointer-events: none;
}
section.onayami .onayami_top .inner .onayami_list li > span {
  position: relative;
  z-index: 3;
  display: block;
}
section.onayami .onayami_top .inner .onayami_list li::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  border: 1px solid #0050a2;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .inner .onayami_list li::before {
    inset: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_top .inner .onayami_list li::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #f8f8f8;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
section.onayami .onayami_top .inner .onayami_list li i {
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 4;
  width: 51px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url("../img/icon_check_circle.webp") center/contain no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .inner .onayami_list li i {
    top: min(-15px, -15px + 1 * (100vw - 390px) / 1049);
    width: max(30px, 30px + 21 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_top .inner .onayami_list li em {
  font-style: normal;
  color: #0050a2;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_top .inner .onayami_list li:last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc((100% - 10px) / 2);
  }
}
section.onayami .onayami_top .onayami_arrow {
  position: absolute;
  left: 50%;
  bottom: -98px;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 720px;
  height: 168px;
  padding-top: 10px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .onayami_arrow {
    bottom: min(-43px, -43px + -55 * (100vw - 390px) / 1049);
    width: max(350px, 350px + 370 * (100vw - 390px) / 1049);
    height: max(85px, 85px + 83 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.onayami .onayami_top .onayami_arrow {
    width: 100%;
  }
}
section.onayami .onayami_top .onayami_arrow::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 0;
  width: 720px;
  height: 168px;
  background: rgba(51, 51, 51, 0.6);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .onayami_arrow::before {
    top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    width: 100%;
    height: 100%;
  }
}
section.onayami .onayami_top .onayami_arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #333333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
section.onayami .onayami_top .onayami_arrow p {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .onayami_arrow p {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_top .onayami_arrow p span {
  font-size: 64px;
  color: #fffa30;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_top .onayami_arrow p span {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_middle {
  position: relative;
  z-index: 1;
  padding: 138px 0 60px;
  background: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_middle {
    padding: max(63px, 63px + 75 * (100vw - 390px) / 1049) 0 max(41px, 41px + 19 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_middle .onayami_middle_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
section.onayami .onayami_middle .onayami_middle_bg_wrap .onayami_middle_bg_left,
section.onayami .onayami_middle .onayami_middle_bg_wrap .onayami_middle_bg_right {
  position: absolute;
  top: 0;
  width: 465px;
  height: 200px;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_middle .onayami_middle_bg_wrap .onayami_middle_bg_left,
  section.onayami .onayami_middle .onayami_middle_bg_wrap .onayami_middle_bg_right {
    width: max(210px, 210px + 255 * (100vw - 390px) / 1049);
    height: max(90px, 90px + 110 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_middle .onayami_middle_bg_wrap .onayami_middle_bg_left picture,
section.onayami .onayami_middle .onayami_middle_bg_wrap .onayami_middle_bg_left img,
section.onayami .onayami_middle .onayami_middle_bg_wrap .onayami_middle_bg_right picture,
section.onayami .onayami_middle .onayami_middle_bg_wrap .onayami_middle_bg_right img {
  display: block;
  width: 100%;
  height: 100%;
}
section.onayami .onayami_middle .onayami_middle_bg_wrap .onayami_middle_bg_left {
  left: 0;
}
section.onayami .onayami_middle .onayami_middle_bg_wrap .onayami_middle_bg_right {
  right: 0;
}
section.onayami .onayami_middle .inner h3 {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
  padding: 0 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_middle .inner h3 {
    padding: 0 max(0px, 0px + 40 * (100vw - 390px) / 1049);
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
    text-align: center;
  }
}
section.onayami .onayami_middle .inner h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  height: 2px;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_middle .inner h3::after {
    bottom: max(3px, 3px + 9 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_middle .inner h3 .onayami_middle_line {
    position: relative;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_middle .inner h3 .onayami_middle_line::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 3px;
    left: -20px;
    height: 1px;
    background: #ffffff;
  }
}
section.onayami .onayami_middle .inner h3 .onayami_middle_blue {
  color: #77f1ff;
}
section.onayami .onayami_middle .inner h3 .onayami_middle_yellow {
  color: #fffa30;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_middle .inner h3::after {
    content: none;
  }
}
section.onayami .onayami_bottom {
  position: relative;
  padding: 60px 0;
  background: #f2f6fa;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
section.onayami .onayami_bottom .inner {
  max-width: calc(1240px + 10%);
}
section.onayami .onayami_bottom .onayami_bottom_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
section.onayami .onayami_bottom .onayami_bottom_bg_wrap .onayami_bottom_bg_left,
section.onayami .onayami_bottom .onayami_bottom_bg_wrap .onayami_bottom_bg_right {
  position: absolute;
  bottom: 0;
  width: 720px;
  height: 450px;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .onayami_bottom_bg_wrap .onayami_bottom_bg_left,
  section.onayami .onayami_bottom .onayami_bottom_bg_wrap .onayami_bottom_bg_right {
    width: max(190px, 190px + 530 * (100vw - 390px) / 1049);
    height: max(190px, 190px + 260 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_bottom .onayami_bottom_bg_wrap .onayami_bottom_bg_left picture,
section.onayami .onayami_bottom .onayami_bottom_bg_wrap .onayami_bottom_bg_left img,
section.onayami .onayami_bottom .onayami_bottom_bg_wrap .onayami_bottom_bg_right picture,
section.onayami .onayami_bottom .onayami_bottom_bg_wrap .onayami_bottom_bg_right img {
  display: block;
  width: 100%;
  height: 100%;
}
section.onayami .onayami_bottom .onayami_bottom_bg_wrap .onayami_bottom_bg_left {
  left: 0;
}
section.onayami .onayami_bottom .onayami_bottom_bg_wrap .onayami_bottom_bg_right {
  right: 0;
}
section.onayami .onayami_bottom .inner .onayami_case_wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap {
    grid-template-columns: 1fr;
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_img {
  aspect-ratio: 290/210;
  background: #d9d9d9;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_img {
    aspect-ratio: 170/125;
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_img p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_img p {
    height: max(30px, 30px + 20 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_img p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 25px;
  height: 10px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_img p::after {
    width: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    height: max(6px, 6px + 4 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_img:first-child p {
  background: #333333;
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_img:last-child p {
  background: #e87900;
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_arrow {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: baseline;
  padding-left: 5px;
  padding-bottom: 4px;
  width: 65px;
  height: 120px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  color: #fffa30;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_arrow {
    top: max(45px, 45px + 15 * (100vw - 390px) / 1049);
    width: max(35px, 35px + 30 * (100vw - 390px) / 1049);
    height: max(65px, 65px + 55 * (100vw - 390px) / 1049);
    padding-left: max(2px, 2px + 3 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 0;
  width: 65px;
  height: 120px;
  background: rgba(141, 69, 2, 0.6);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_arrow::before {
    left: max(3px, 3px + 2 * (100vw - 390px) / 1049);
    width: 100%;
    height: 100%;
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, #ed7300 0%, #c65a00 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_arrow span {
  position: relative;
  z-index: 2;
  letter-spacing: -0.1em;
  top: 50%;
  line-height: 22px;
  transform: translateY(-50%);
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_arrow span:first-child {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_arrow span:first-child {
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_arrow span:last-child {
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_img_wrap .onayami_case_arrow span:last-child {
    font-size: max(8px, 8px + 6 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_table {
  margin-top: 24px;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_table {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_table div {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_table div {
    grid-template-columns: max(80px, 80px + 60 * (100vw - 390px) / 1049) 1fr;
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_table dt,
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_table dd {
  display: flex;
  align-items: center;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_table dt,
  section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_table dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_table dt {
  justify-content: center;
  background: #787878;
  font-weight: 700;
  color: #ffffff;
}
section.onayami .onayami_bottom .inner .onayami_case_wrap .onayami_case .onayami_case_table dd {
  background: #ffffff;
  font-weight: 500;
  color: #333333;
}

section.case {
  position: relative;
  background: #f8f8f8;
  --case-card-width: 640px;
  --case-slider-btn-size: 100px;
}
@media screen and (max-width: 1439px) {
  section.case {
    --case-card-width: max(350px, calc(350px + (640 - 350) * ((100vw - 390px) / (1439 - 390))));
    --case-slider-btn-size: max(40px, calc(40px + (100 - 40) * ((100vw - 390px) / (1439 - 390))));
  }
}
@media screen and (max-width: 389px) {
  section.case {
    --case-card-width: calc(100% - 30px);
  }
}
section.case .case_wrap {
  width: 100%;
}
section.case .case_wrap .splide__track {
  overflow: visible;
}
section.case .case_wrap .case_list {
  display: flex;
  touch-action: pan-y;
}
section.case .case_wrap .case_list .case_card {
  position: relative;
  width: var(--case-card-width);
  padding: 40px 40px 39px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_wrap .case_list .case_card {
    margin: 0 auto;
  }
}
section.case .case_wrap .case_list .case_card .case_num {
  font-family: "Lora", serif;
  font-size: 40px;
  line-height: 1.27;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card .case_num {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.case .case_wrap .case_list .case_card .case_num {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.case .case_wrap .case_list .case_card h2 {
  position: relative;
  margin-top: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card h2 {
    margin-top: max(10px, 10px + 7 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.case .case_wrap .case_list .case_card h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 72px;
  height: 1px;
  background: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card h2::after {
    width: max(40px, 40px + 32 * (100vw - 390px) / 1049);
  }
}
section.case .case_wrap .case_list .case_card .case_img_wrap {
  position: relative;
  display: flex;
  gap: 60px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card .case_img_wrap {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.case .case_wrap .case_list .case_card .case_img_wrap::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 50%;
  width: 20px;
  height: 30px;
  background: #0050a2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card .case_img_wrap::before {
    top: max(37px, 37px + 33 * (100vw - 390px) / 1049);
    width: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    height: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
section.case .case_wrap .case_list .case_card .case_img_wrap div {
  width: 250px;
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card .case_img_wrap div {
    width: max(140px, 140px + 110 * (100vw - 390px) / 1049);
  }
}
section.case .case_wrap .case_list .case_card .case_img_wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  background: #dfdfdf;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card .case_img_wrap p {
    height: max(95px, 95px + 85 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.case .case_wrap .case_list .case_card .case_img_wrap span {
  display: block;
  margin-top: 10px;
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #787878;
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card .case_img_wrap span {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
section.case .case_wrap .case_list .case_card dl.case_detail_list {
  margin-top: 24px;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card dl.case_detail_list {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.case .case_wrap .case_list .case_card dl.case_detail_list div {
  display: grid;
  grid-template-columns: 100px 1fr;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card dl.case_detail_list div {
    grid-template-columns: max(80px, 80px + 20 * (100vw - 390px) / 1049) 1fr;
  }
}
section.case .case_wrap .case_list .case_card dl.case_detail_list dt,
section.case .case_wrap .case_list .case_card dl.case_detail_list dd {
  display: flex;
  align-items: center;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.case .case_wrap .case_list .case_card dl.case_detail_list dt,
  section.case .case_wrap .case_list .case_card dl.case_detail_list dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.case .case_wrap .case_list .case_card dl.case_detail_list dt {
  justify-content: center;
  background: #787878;
  font-weight: 700;
  color: #ffffff;
}
section.case .case_wrap .case_list .case_card dl.case_detail_list dd {
  background: #fcfcfc;
  font-weight: 500;
  color: #333333;
}
section.case .case_slider_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 800px;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.case .case_slider_btn {
    width: max(550px, 550px + 250 * (100vw - 767px) / 672);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_slider_btn {
    width: max(380px, 380px + 250 * (100vw - 390px) / 377);
  }
}
@media screen and (max-width: 389px) {
  section.case .case_slider_btn {
    width: calc(100% - 10px);
  }
}
section.case .case_slider_btn button {
  position: static;
  width: var(--case-slider-btn-size);
  height: var(--case-slider-btn-size);
  padding: 0;
  background: transparent;
  border: 0;
  opacity: 1;
  transform: none;
  cursor: pointer;
  pointer-events: auto;
}
section.case .case_slider_btn button:disabled {
  opacity: 0.35;
  cursor: default;
}
section.case .case_slider_btn button img {
  display: block;
  width: 100%;
  height: auto;
}

section.cta .cta_wrap {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 120px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px;
  outline: 2px solid #0050a2;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap {
    width: max(350px, 350px + 970 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.cta .cta_wrap {
    width: 100%;
  }
}
section.cta .cta_wrap .cta_top {
  position: relative;
  padding: 63px 60px 60px;
  background: url("../img/cta_bg.webp") center/cover no-repeat, #0050a2;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_top {
    padding: max(30px, 30px + 33 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049) max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_wrap .cta_top {
    background-image: url("../img/cta_bg_sp.webp");
  }
}
section.cta .cta_wrap .cta_top .cta_en {
  position: absolute;
  top: -3px;
  left: 50%;
  z-index: 1;
  font-family: "Lora", serif;
  font-size: 140px;
  line-height: 0.7;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_top .cta_en {
    top: min(0px, 0px + -3 * (100vw - 390px) / 1049);
    font-size: max(60px, 60px + 80 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_wrap .cta_top h2 {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_top h2 {
    font-size: max(32px, 32px + 40 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_wrap .cta_top h2 span {
  position: relative;
  display: inline-block;
  color: #fffa30;
  letter-spacing: 0.1em;
}
section.cta .cta_wrap .cta_top h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--cta-dot-size) * 2);
  background: radial-gradient(circle, #fffa30 0 var(--cta-dot-size), transparent calc(var(--cta-dot-size) + 0.5px)) 0 0/25% 100% repeat-x;
  --cta-dot-size: 5px;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_top h2 span::before {
    --cta-dot-size: max(3px, calc(3px + (5 - 3) * ((100vw - 390px) / (1439 - 390))));
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_wrap .cta_top h2 span::before {
    top: -5px;
  }
}
section.cta .cta_wrap .cta_top .cta_check_list {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
  padding: 40px;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_top .cta_check_list {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 25 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_wrap .cta_top .cta_check_list {
    grid-template-columns: 1fr;
  }
}
section.cta .cta_wrap .cta_top .cta_check_list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 65px;
  background: #f8f8f8;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_top .cta_check_list li {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049) max(35px, 35px + 30 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_wrap .cta_top .cta_check_list li {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_wrap .cta_top .cta_check_list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 20px;
  width: 35px;
  height: 35px;
  background: url("../img/icon_checl_orange.webp") center/contain no-repeat;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_top .cta_check_list li::before {
    left: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    width: max(20px, 20px + 15 * (100vw - 390px) / 1049);
    height: max(20px, 20px + 15 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_wrap .cta_top .cta_check_list li:last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  section.cta .cta_wrap .cta_top .cta_check_list li:last-child {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }
}
section.cta .cta_wrap .cta_bottom {
  padding: 60px;
  background: #f2f6fa;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_bottom {
    padding: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap {
    grid-template-columns: 1fr;
  }
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 25px 30px;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap a {
    gap: max(8px, 8px + 6 * (100vw - 390px) / 1049);
    padding: max(17px, 17px + 8 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap a::after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  border: 1px solid #ffffff;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap a::after {
    inset: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap a > span,
section.cta .cta_wrap .cta_bottom .cta_btn_wrap a strong {
  position: relative;
  z-index: 3;
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap a > span {
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap a > span img {
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap a > span img {
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    height: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap a strong {
  font-family: "Lora", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap a strong {
    font-size: max(24px, 24px + 16 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap a strong {
    font-size: max(28px, 28px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap a strong {
    font-size: max(24px, 24px + 4 * (100vw - 320px) / 69);
  }
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap a strong span {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap a strong span {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap a strong span {
    letter-spacing: 0;
  }
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_tel {
  background: linear-gradient(to bottom right, transparent 50%, #017e68 50%) 0 0/100% 100% no-repeat, #00987d;
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_tel::before {
  background: linear-gradient(to bottom right, transparent 50%, #017e68 50%) 0 0/100% 100% no-repeat;
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_web {
  background: linear-gradient(to bottom right, transparent 50%, #004387 50%) 0 0/100% 100% no-repeat, #0050a2;
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_web::before {
  background: linear-gradient(to bottom right, transparent 50%, #004387 50%) 0 0/100% 100% no-repeat;
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_web strong {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_web strong {
    font-size: max(24px, 24px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_web strong {
    font-size: max(24px, 24px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_web strong {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_tel i,
section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_web i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 4;
  width: 25px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_tel i,
  section.cta .cta_wrap .cta_bottom .cta_btn_wrap .cta_web i {
    right: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    width: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    height: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}

section.greeting {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 80, 162, 0.8) 0%, #1a436e 50%, #002448 100%);
  padding-bottom: 110px;
}
@media screen and (max-width: 1439px) {
  section.greeting {
    padding-bottom: max(50px, 50px + 60 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_top {
  position: relative;
  padding: 150px 0 60px;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top {
    padding: max(100px, 100px + 50 * (100vw - 390px) / 1049) 0 max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_top .greeting_top_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 742px;
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .greeting_top_bg_wrap {
    height: max(280px, 280px + 462 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_top .greeting_top_bg_wrap .greeting_top_bg {
  width: 100%;
  height: 100%;
}
section.greeting .greeting_top .greeting_top_bg_wrap .greeting_top_bg picture,
section.greeting .greeting_top .greeting_top_bg_wrap .greeting_top_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
section.greeting .greeting_top .greeting_top_bg_wrap .greeting_top_bg img {
  object-fit: cover;
}
section.greeting .greeting_top .greeting_en {
  position: absolute;
  top: 0;
  left: calc(50% - 720px);
  z-index: 1;
  font-family: "Lora", serif;
  font-size: 240px;
  line-height: 0.7;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.2);
  writing-mode: vertical-rl;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .greeting_en {
    font-size: max(140px, 140px + 100 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.greeting .greeting_top .greeting_en {
    font-size: max(100px, 100px + 40 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  section.greeting .greeting_top .greeting_en {
    right: 0;
    left: auto;
  }
}
section.greeting .greeting_top .inner .greeting_profile {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 580px 1fr;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .inner .greeting_profile {
    grid-template-columns: max(250px, 250px + 330 * (100vw - 768px) / 671) 1fr;
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.greeting .greeting_top .inner .greeting_profile {
    display: block;
  }
}
section.greeting .greeting_top .inner .greeting_profile .greeting_img {
  width: 580px;
  height: 500px;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_img {
    width: max(250px, 250px + 330 * (100vw - 768px) / 671);
    height: max(260px, 260px + 240 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_img {
    width: 100%;
    height: auto;
    aspect-ratio: 350/260;
  }
}
section.greeting .greeting_top .inner .greeting_profile .greeting_img picture,
section.greeting .greeting_top .inner .greeting_profile .greeting_img img {
  display: block;
  width: 100%;
  height: 100%;
}
section.greeting .greeting_top .inner .greeting_profile .greeting_img img {
  object-fit: cover;
}
section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text {
  padding-top: 9px;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text {
    padding-top: max(0px, 0px + 9 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text {
    margin-top: 30px;
  }
}
section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
}
section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name p:first-child {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name p:first-child {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name p:nth-child(2) {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name p:nth-child(2) {
    font-size: max(28px, 28px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name p:nth-child(2) {
    font-size: max(24px, 24px + 4 * (100vw - 320px) / 69);
  }
}
section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name p:nth-child(2) span {
  margin-left: 20px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name p:nth-child(2) span {
    margin-left: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name p:last-child {
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .inner .greeting_profile .greeting_profile_text .greeting_name p:last-child {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_top .inner .greeting_message {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_top .inner .greeting_message {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_bottom {
  padding: 60px 0;
  background: linear-gradient(198deg, #eeeeee 0%, #ffffff 50%, #eeeeee 100%), #ffffff;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_bottom {
    padding: max(40px, 40px + 20 * (100vw - 390px) / 1049) 0 max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_bottom .inner .greeting_info_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_bottom .inner .greeting_info_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.greeting .greeting_bottom .inner .greeting_info_wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.greeting .greeting_bottom .inner .greeting_info_wrap .greeting_info + .greeting_info {
    margin-top: 20px;
  }
}
section.greeting .greeting_bottom .inner .greeting_info_wrap .greeting_info h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(to top right, transparent 50%, rgba(255, 255, 255, 0.05) 50%) 0 0/100% 100% no-repeat, linear-gradient(to top left, transparent 50%, rgba(255, 255, 255, 0.1) 50%) 0 0/100% 100% no-repeat, #787878;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_bottom .inner .greeting_info_wrap .greeting_info h3 {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_bottom .inner .greeting_info_wrap .greeting_info ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_bottom .inner .greeting_info_wrap .greeting_info ul {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_bottom .inner .greeting_info_wrap .greeting_info ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_bottom .inner .greeting_info_wrap .greeting_info ul li {
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_bottom .inner .greeting_info_wrap .greeting_info ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0050a2;
}
section.greeting .greeting_bottom .inner .greeting_books {
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_bottom .inner .greeting_books {
    margin-top: max(30px, 30px + 34 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_bottom .inner .greeting_books h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_bottom .inner .greeting_books h3 {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.greeting .greeting_bottom .inner .greeting_books ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_bottom .inner .greeting_books ul {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049) max(10px, 10px + 30 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.greeting .greeting_bottom .inner .greeting_books ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.greeting .greeting_bottom .inner .greeting_books ul li picture,
section.greeting .greeting_bottom .inner .greeting_books ul li img {
  display: block;
  width: 100%;
  height: auto;
}
section.greeting .greeting_bottom .inner .greeting_books ul li p {
  margin-top: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 1439px) {
  section.greeting .greeting_bottom .inner .greeting_books ul li p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}

section.which-type .inner .which-type_nav {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.which-type .inner .which-type_nav {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.which-type .inner .which-type_nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 32px;
  }
}
section.which-type .inner .which-type_nav li {
  position: relative;
  width: 280px;
  height: 240px;
}
@media screen and (max-width: 1439px) {
  section.which-type .inner .which-type_nav li {
    width: max(165px, 165px + 115 * (100vw - 390px) / 1049);
    height: max(150px, 150px + 90 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.which-type .inner .which-type_nav li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.which-type .inner .which-type_nav li:last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  section.which-type .inner .which-type_nav li:last-child p {
    font-size: max(13px, 13px + 7 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.which-type .inner .which-type_nav li:last-child p {
    font-size: max(11px, 11px + 2 * (100vw - 320px) / 69);
  }
}
section.which-type .inner .which-type_nav li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
section.which-type .inner .which-type_nav li a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.which-type .inner .which-type_nav li picture,
section.which-type .inner .which-type_nav li img {
  display: block;
  width: 100%;
  height: 100%;
}
section.which-type .inner .which-type_nav li img {
  object-fit: cover;
  object-position: center/30%;
}
section.which-type .inner .which-type_nav li p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  z-index: 3;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 1.45;
}
@media screen and (max-width: 1439px) {
  section.which-type .inner .which-type_nav li p {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    bottom: max(15px, 15px + 11 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.which-type .inner .which-type_nav li p {
    font-size: max(12px, 12px + 2 * (100vw - 320px) / 69);
  }
}
section.which-type .inner .which-type_nav li .which-type_arrow {
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: 5;
  display: block;
  width: 40px;
  color: #017E68;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.which-type .inner .which-type_nav li .which-type_arrow {
    width: max(25px, 25px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.which-type .inner .which-type_nav li .which-type_arrow {
    bottom: -12.5px;
  }
}
section.which-type .inner .which-type_nav li .which-type_arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
section.which-type .inner .which-type_nav li.is-green a::before {
  background: linear-gradient(180deg, rgba(0, 152, 125, 0) 0%, rgba(0, 152, 125, 0.05) 45%, rgba(0, 152, 125, 0.6) 65%, #00987d 100%);
}
section.which-type .inner .which-type_nav li.is-green .which-type_arrow {
  color: #017E68;
}
section.which-type .inner .which-type_nav li.is-blue a::before {
  background: linear-gradient(180deg, rgba(0, 80, 162, 0) 0%, rgba(0, 80, 162, 0.05) 45%, rgba(0, 80, 162, 0.6) 65%, #0050a2 100%);
}
section.which-type .inner .which-type_nav li.is-blue .which-type_arrow {
  color: #004387;
}
section.which-type .inner .which-type_nav li.is-orange a::before {
  background: linear-gradient(180deg, rgba(237, 115, 0, 0) 0%, rgba(237, 115, 0, 0.05) 45%, rgba(237, 115, 0, 0.6) 65%, #ed7300 100%);
}
section.which-type .inner .which-type_nav li.is-orange .which-type_arrow {
  color: #D46C09;
}
section.which-type .inner .which-type_list {
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  section.which-type .inner .which-type_list {
    margin-top: max(62px, 62px + 58 * (100vw - 390px) / 1049);
  }
}
section.which-type .inner .which-type_list .which-type_item {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding: 58px;
  border: 2px solid;
  box-sizing: border-box;
}
@media screen and (max-width: 1439px) {
  section.which-type .inner .which-type_list .which-type_item {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 38 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.which-type .inner .which-type_list .which-type_item {
    display: block;
  }
}
section.which-type .inner .which-type_list .which-type_item + .which-type_item {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.which-type .inner .which-type_list .which-type_item + .which-type_item {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.which-type .inner .which-type_list .which-type_item .which-type_img_wrap picture,
section.which-type .inner .which-type_list .which-type_item .which-type_img_wrap img {
  display: block;
  width: 280px;
  height: auto;
  aspect-ratio: 280/240;
}
@media screen and (max-width: 767px) {
  section.which-type .inner .which-type_list .which-type_item .which-type_img_wrap picture,
  section.which-type .inner .which-type_list .which-type_item .which-type_img_wrap img {
    width: 100%;
    aspect-ratio: 310/240;
  }
}
section.which-type .inner .which-type_list .which-type_item .which-type_img_wrap img {
  object-fit: cover;
}
section.which-type .inner .which-type_list .which-type_item .which-type_img_wrap h3 {
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.which-type .inner .which-type_list .which-type_item .which-type_img_wrap h3 {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.which-type .inner .which-type_list .which-type_item .which-type_text_wrap {
    margin-top: 10px;
  }
}
section.which-type .inner .which-type_list .which-type_item .which-type_text_wrap > p {
  letter-spacing: 0.05em;
}
section.which-type .inner .which-type_list .which-type_item .which-type_text_wrap div {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  section.which-type .inner .which-type_list .which-type_item .which-type_text_wrap div {
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
section.which-type .inner .which-type_list .which-type_item .which-type_text_wrap div h4 {
  height: 52px;
  padding: 10px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.which-type .inner .which-type_list .which-type_item .which-type_text_wrap div h4 {
    height: max(49px, 49px + 3 * (100vw - 390px) / 1049);
    padding: 10px max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
section.which-type .inner .which-type_list .which-type_item .which-type_text_wrap div p {
  padding: 25px;
}
@media screen and (max-width: 1439px) {
  section.which-type .inner .which-type_list .which-type_item .which-type_text_wrap div p {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
section.which-type .inner .which-type_list .which-type_item.is-green {
  border-color: #00987d;
}
section.which-type .inner .which-type_list .which-type_item.is-green .which-type_img_wrap h3 {
  color: #00987d;
}
section.which-type .inner .which-type_list .which-type_item.is-green .which-type_text_wrap div {
  background: #f2fffc;
}
section.which-type .inner .which-type_list .which-type_item.is-green .which-type_text_wrap div h4 {
  background: #00987d;
}
section.which-type .inner .which-type_list .which-type_item.is-blue {
  border-color: #0050a2;
}
section.which-type .inner .which-type_list .which-type_item.is-blue .which-type_img_wrap h3 {
  color: #0050a2;
}
section.which-type .inner .which-type_list .which-type_item.is-blue .which-type_text_wrap div {
  background: #f2f9ff;
}
section.which-type .inner .which-type_list .which-type_item.is-blue .which-type_text_wrap div h4 {
  background: #0050a2;
}
section.which-type .inner .which-type_list .which-type_item.is-orange {
  border-color: #ed7300;
}
section.which-type .inner .which-type_list .which-type_item.is-orange .which-type_img_wrap h3 {
  color: #ed7300;
}
section.which-type .inner .which-type_list .which-type_item.is-orange .which-type_text_wrap div {
  background: #fff7ef;
}
section.which-type .inner .which-type_list .which-type_item.is-orange .which-type_text_wrap div h4 {
  background: #ed7300;
}

section.rotting {
  position: relative;
  background: linear-gradient(to bottom, #f2f9ff 0%, #ffffff 100%);
}
section.rotting .rotting_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
section.rotting .rotting_bg_wrap .rotting_bg_top,
section.rotting .rotting_bg_wrap .rotting_bg_img,
section.rotting .rotting_bg_wrap .rotting_bg_bottom {
  position: absolute;
}
section.rotting .rotting_bg_wrap .rotting_bg_top picture,
section.rotting .rotting_bg_wrap .rotting_bg_top img,
section.rotting .rotting_bg_wrap .rotting_bg_img picture,
section.rotting .rotting_bg_wrap .rotting_bg_img img,
section.rotting .rotting_bg_wrap .rotting_bg_bottom picture,
section.rotting .rotting_bg_wrap .rotting_bg_bottom img {
  display: block;
  width: 100%;
  height: 100%;
}
section.rotting .rotting_bg_wrap .rotting_bg_top img,
section.rotting .rotting_bg_wrap .rotting_bg_img img,
section.rotting .rotting_bg_wrap .rotting_bg_bottom img {
  object-fit: cover;
}
section.rotting .rotting_bg_wrap .rotting_bg_top {
  top: 0;
  right: 0;
  width: 910px;
  height: 764px;
}
@media screen and (max-width: 1439px) {
  section.rotting .rotting_bg_wrap .rotting_bg_top {
    width: max(300px, 300px + 610 * (100vw - 390px) / 1049);
    height: max(250px, 250px + 514 * (100vw - 390px) / 1049);
  }
}
section.rotting .rotting_bg_wrap .rotting_bg_img {
  top: -114px;
  left: calc(50% - 840px);
  width: 890px;
  height: 890px;
}
@media screen and (max-width: 1439px) {
  section.rotting .rotting_bg_wrap .rotting_bg_img {
    top: min(-40px, -40px + -74 * (100vw - 390px) / 1049);
    left: min(-60px, -60px + -60 * (100vw - 390px) / 1049);
    width: max(280px, 280px + 610 * (100vw - 390px) / 1049);
    height: max(280px, 280px + 610 * (100vw - 390px) / 1049);
  }
}
section.rotting .rotting_bg_wrap .rotting_bg_bottom {
  left: 0;
  bottom: 0;
  width: 450px;
  height: 380px;
}
@media screen and (max-width: 1439px) {
  section.rotting .rotting_bg_wrap .rotting_bg_bottom {
    width: max(240px, 240px + 210 * (100vw - 390px) / 1049);
    height: max(200px, 200px + 180 * (100vw - 390px) / 1049);
  }
}
section.rotting .inner .rotting_title_wrap {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_title_wrap {
    margin-right: max(0px, 0px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.rotting .inner .rotting_title_wrap {
    margin-left: 0;
    margin-top: 100px;
  }
}
section.rotting .inner .rotting_title_wrap .rotting_en {
  font-family: "Lora", serif;
  font-size: 120px;
  line-height: 0.7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 80, 162, 0.2);
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_title_wrap .rotting_en {
    font-size: max(64px, 64px + 56 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.rotting .inner .rotting_title_wrap .rotting_en {
    font-size: max(56px, 56px + 8 * (100vw - 320px) / 69);
  }
}
section.rotting .inner .rotting_title_wrap h2 {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_title_wrap h2 {
    margin-top: max(0px, 0px + 10 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.rotting .inner .rotting_title_wrap h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.rotting .inner .rotting_title_wrap h2 span {
  font-size: 56px;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_title_wrap h2 span {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.rotting .inner .rotting_title_wrap h2 span {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
section.rotting .inner .rotting_lead {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 24px 0 0 auto;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_lead {
    max-width: max(350px, 350px + 300 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.rotting .inner .rotting_lead {
    max-width: 100%;
  }
}
section.rotting .inner .rotting_list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_list {
    gap: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.rotting .inner .rotting_list li {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_list li {
    grid-template-columns: max(250px, 250px + 150 * (100vw - 768px) / 671) 1fr;
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.rotting .inner .rotting_list li {
    display: block;
  }
}
section.rotting .inner .rotting_list li:nth-child(even) {
  grid-template-columns: 1fr 400px;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_list li:nth-child(even) {
    grid-template-columns: 1fr max(250px, 250px + 150 * (100vw - 768px) / 671);
  }
}
section.rotting .inner .rotting_list li:nth-child(even) .rotting_img {
  order: 2;
}
@media screen and (max-width: 767px) {
  section.rotting .inner .rotting_list li:nth-child(even) .rotting_img {
    order: initial;
  }
}
section.rotting .inner .rotting_list li:nth-child(even) .rotting_text {
  order: 1;
}
@media screen and (max-width: 767px) {
  section.rotting .inner .rotting_list li:nth-child(even) .rotting_text {
    order: initial;
  }
}
section.rotting .inner .rotting_list li .rotting_img {
  width: 400px;
  aspect-ratio: 400/280;
  height: auto;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_list li .rotting_img {
    width: max(250px, 250px + 150 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.rotting .inner .rotting_list li .rotting_img {
    width: 100%;
    aspect-ratio: 350/245;
  }
}
section.rotting .inner .rotting_list li .rotting_img picture,
section.rotting .inner .rotting_list li .rotting_img img {
  display: block;
  width: 100%;
  height: 100%;
}
section.rotting .inner .rotting_list li .rotting_img img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.rotting .inner .rotting_list li .rotting_text {
    margin-top: 10px;
  }
}
section.rotting .inner .rotting_list li .rotting_text h3 {
  display: flex;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_list li .rotting_text h3 {
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.rotting .inner .rotting_list li .rotting_text h3 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.rotting .inner .rotting_list li .rotting_text h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.rotting .inner .rotting_list li .rotting_text h3 strong {
  padding-top: 26px;
  margin-left: -8px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_list li .rotting_text h3 strong {
    padding-top: max(20px, 20px + 6 * (100vw - 390px) / 1049);
  }
}
section.rotting .inner .rotting_list li .rotting_text h3 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_list li .rotting_text h3 span {
    width: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    height: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
section.rotting .inner .rotting_list li .rotting_text h3 span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0050a2;
  mask: url("../img/icon_circle_border.svg") center/contain no-repeat;
  -webkit-mask: url("../img/icon_circle_border.svg") center/contain no-repeat;
}
section.rotting .inner .rotting_list li .rotting_text p {
  margin-top: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #3e3a39;
}
@media screen and (max-width: 1439px) {
  section.rotting .inner .rotting_list li .rotting_text p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}

section.lose-teeth {
  position: relative;
  background: linear-gradient(to bottom, #f2fffc 0%, #ffffff 100%);
}
section.lose-teeth .lose-teeth_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_top,
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_img,
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_bottom {
  position: absolute;
}
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_top picture,
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_top img,
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_img picture,
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_img img,
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_bottom picture,
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_bottom img {
  display: block;
  width: 100%;
  height: 100%;
}
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_top img,
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_img img,
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_bottom img {
  object-fit: cover;
}
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_top {
  top: 0;
  left: 0;
  width: 910px;
  height: 764px;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_top {
    width: max(300px, 300px + 610 * (100vw - 390px) / 1049);
    height: max(250px, 250px + 514 * (100vw - 390px) / 1049);
  }
}
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_img {
  top: -76px;
  left: calc(50% - 59px);
  width: 890px;
  height: 890px;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_img {
    top: min(-70px, -70px + -6 * (100vw - 390px) / 1049);
    left: max(190px, 190px + 471 * (100vw - 390px) / 1049);
    width: max(280px, 280px + 610 * (100vw - 390px) / 1049);
    height: max(280px, 280px + 610 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_img {
    left: auto;
    right: -40px;
  }
}
section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_bottom {
  bottom: 0;
  left: 0;
  width: 450px;
  height: 380px;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_bottom {
    width: max(240px, 240px + 210 * (100vw - 390px) / 1049);
    height: max(200px, 200px + 180 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.lose-teeth .lose-teeth_bg_wrap .lose-teeth_bg_bottom {
    left: auto;
    right: 0;
  }
}
section.lose-teeth .inner .lose-teeth_title_wrap {
  position: relative;
  z-index: 1;
  width: fit-content;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_title_wrap {
    margin-top: min(40px, 40px + -40 * (100vw - 390px) / 1049);
  }
}
section.lose-teeth .inner .lose-teeth_title_wrap .lose-teeth_en {
  font-family: "Lora", serif;
  font-size: 120px;
  line-height: 0.7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 152, 125, 0.2);
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_title_wrap .lose-teeth_en {
    font-size: max(64px, 64px + 56 * (100vw - 390px) / 1049);
    line-height: min(1, 1 + -0.3 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.lose-teeth .inner .lose-teeth_title_wrap .lose-teeth_en {
    line-height: 1;
    margin-top: -10px;
  }
}
@media screen and (max-width: 389px) {
  section.lose-teeth .inner .lose-teeth_title_wrap .lose-teeth_en {
    font-size: max(56px, 56px + 8 * (100vw - 320px) / 69);
  }
}
section.lose-teeth .inner .lose-teeth_title_wrap h2 {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #00987d;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_title_wrap h2 {
    margin-top: max(0px, 0px + 10 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.lose-teeth .inner .lose-teeth_title_wrap h2 {
    margin-top: -10px;
  }
}
@media screen and (max-width: 389px) {
  section.lose-teeth .inner .lose-teeth_title_wrap h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.lose-teeth .inner .lose-teeth_title_wrap h2 span {
  font-size: 56px;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_title_wrap h2 span {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.lose-teeth .inner .lose-teeth_title_wrap h2 span {
    font-size: max(28px, 28px + 4 * (100vw - 320px) / 69);
  }
}
section.lose-teeth .inner .lose-teeth_lead {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-top: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_lead {
    max-width: max(350px, 350px + 300 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.lose-teeth .inner .lose-teeth_lead {
    max-width: 100%;
  }
}
section.lose-teeth .inner .lose-teeth_list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_list {
    gap: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.lose-teeth .inner .lose-teeth_list li {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_list li {
    grid-template-columns: max(250px, 250px + 150 * (100vw - 768px) / 671) 1fr;
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.lose-teeth .inner .lose-teeth_list li {
    display: block;
  }
}
section.lose-teeth .inner .lose-teeth_list li:nth-child(even) {
  grid-template-columns: 1fr 400px;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_list li:nth-child(even) {
    grid-template-columns: 1fr max(250px, 250px + 150 * (100vw - 768px) / 671);
  }
}
section.lose-teeth .inner .lose-teeth_list li:nth-child(even) .lose-teeth_img {
  order: 2;
}
@media screen and (max-width: 767px) {
  section.lose-teeth .inner .lose-teeth_list li:nth-child(even) .lose-teeth_img {
    order: initial;
  }
}
section.lose-teeth .inner .lose-teeth_list li:nth-child(even) .lose-teeth_text {
  order: 1;
}
@media screen and (max-width: 767px) {
  section.lose-teeth .inner .lose-teeth_list li:nth-child(even) .lose-teeth_text {
    order: initial;
  }
}
section.lose-teeth .inner .lose-teeth_list li .lose-teeth_img {
  width: 400px;
  aspect-ratio: 400/280;
  height: auto;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_list li .lose-teeth_img {
    width: max(250px, 250px + 150 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.lose-teeth .inner .lose-teeth_list li .lose-teeth_img {
    width: 100%;
    aspect-ratio: 350/245;
  }
}
section.lose-teeth .inner .lose-teeth_list li .lose-teeth_img picture,
section.lose-teeth .inner .lose-teeth_list li .lose-teeth_img img {
  display: block;
  width: 100%;
  height: 100%;
}
section.lose-teeth .inner .lose-teeth_list li .lose-teeth_img img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text {
    margin-top: 10px;
  }
}
section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text h3 {
  display: flex;
  align-items: start;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #00987d;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text h3 {
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text h3 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text h3 strong {
  padding-top: 26px;
  margin-left: -8px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text h3 strong {
    padding-top: max(20px, 20px + 6 * (100vw - 390px) / 1049);
  }
}
section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text h3 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text h3 span {
    width: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    height: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text h3 span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00987d;
  mask: url("../img/icon_circle_border.svg") center/contain no-repeat;
  -webkit-mask: url("../img/icon_circle_border.svg") center/contain no-repeat;
}
section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text p {
  margin-top: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #3e3a39;
}
@media screen and (max-width: 1439px) {
  section.lose-teeth .inner .lose-teeth_list li .lose-teeth_text p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}

section.trouble {
  position: relative;
  background: #333333;
}
section.trouble .trouble_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
section.trouble .trouble_bg_wrap .trouble_bg {
  position: absolute;
  inset: 0;
}
section.trouble .trouble_bg_wrap .trouble_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155.344deg, rgba(120, 120, 120, 0.4) 0.58%, rgba(51, 51, 51, 0.8) 99.48%);
  pointer-events: none;
}
section.trouble .trouble_bg_wrap .trouble_bg picture,
section.trouble .trouble_bg_wrap .trouble_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
section.trouble .trouble_bg_wrap .trouble_bg img {
  object-fit: cover;
}
section.trouble .trouble_bg_wrap .trouble_bg_left,
section.trouble .trouble_bg_wrap .trouble_bg_right {
  position: absolute;
  top: 0;
  width: 419px;
  height: 262px;
}
@media screen and (max-width: 1439px) {
  section.trouble .trouble_bg_wrap .trouble_bg_left,
  section.trouble .trouble_bg_wrap .trouble_bg_right {
    width: max(200px, 200px + 219 * (100vw - 390px) / 1049);
    height: max(125px, 125px + 137 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble .trouble_bg_wrap .trouble_bg_left,
  section.trouble .trouble_bg_wrap .trouble_bg_right {
    display: none;
  }
}
section.trouble .trouble_bg_wrap .trouble_bg_left img,
section.trouble .trouble_bg_wrap .trouble_bg_right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.trouble .trouble_bg_wrap .trouble_bg_left {
  left: 0;
}
section.trouble .trouble_bg_wrap .trouble_bg_right {
  right: 0;
}
section.trouble .inner .trouble_title_wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}
section.trouble .inner .trouble_title_wrap .trouble_en {
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, #ffffff 49.8%, #aaaaaa 50.343%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Lora", serif;
  font-size: 100px;
  line-height: 0.7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: transparent;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_title_wrap .trouble_en {
    font-size: max(40px, 40px + 60 * (100vw - 390px) / 1049);
  }
}
section.trouble .inner .trouble_title_wrap .trouble_en::after {
  content: attr(data-text);
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  transform: scaleY(-1);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_title_wrap .trouble_en::after {
    top: max(28px, 28px + 42 * (100vw - 390px) / 1049);
  }
}
section.trouble .inner .trouble_title_wrap .trouble_sub {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_title_wrap .trouble_sub {
    margin-top: max(22px, 22px + 2 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
section.trouble .inner .trouble_title_wrap .trouble_sub img {
  width: 50px;
  height: 64px;
  object-fit: contain;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_title_wrap .trouble_sub img {
    width: max(30px, 30px + 20 * (100vw - 390px) / 1049);
    height: max(26px, 26px + 38 * (100vw - 390px) / 1049);
  }
}
section.trouble .inner .trouble_title_wrap .trouble_sub em {
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_title_wrap .trouble_sub em {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.trouble .inner .trouble_title_wrap .trouble_sub em {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.trouble .inner .trouble_title_wrap h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_title_wrap h2 {
    font-size: max(28px, 28px + 28 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble .inner .trouble_title_wrap h2 {
    margin-top: 10px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 389px) {
  section.trouble .inner .trouble_title_wrap h2 {
    font-size: max(24px, 24px + 4 * (100vw - 320px) / 69);
  }
}
section.trouble .inner .trouble_title_wrap h2 span {
  color: #fffa30;
}
section.trouble .inner .trouble_list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 76px;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 46 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble .inner .trouble_list {
    grid-template-columns: 1fr;
  }
}
section.trouble .inner .trouble_list li {
  position: relative;
  padding: 40px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0 calc(50% - 5px), #f0f0f0 calc(50% - 5px), #f5f5f5 calc(50% + 5px), rgba(255, 255, 255, 0) calc(50% + 5px) 100%), linear-gradient(to bottom left, rgba(255, 255, 255, 0) 0 calc(50% - 5px), #f0f0f0 calc(50% - 5px), #f5f5f5 calc(50% + 5px), rgba(255, 255, 255, 0) calc(50% + 5px) 100%), #ffffff;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_list li {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.trouble .inner .trouble_list li > * {
  position: relative;
  z-index: 1;
}
section.trouble .inner .trouble_list li .trouble_num {
  display: flex;
  align-items: flex-start;
  font-family: "Lora", serif;
  line-height: 1;
}
section.trouble .inner .trouble_list li .trouble_num span {
  background: linear-gradient(150deg, #0050a2 19%, rgba(223, 223, 223, 0.2) 74%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: transparent;
  min-width: 120px;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_list li .trouble_num span {
    min-width: max(68px, 68px + 52 * (100vw - 390px) / 1049);
    font-size: max(56px, 56px + 44 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble .inner .trouble_list li .trouble_num span {
    margin-top: -10px;
  }
}
section.trouble .inner .trouble_list li .trouble_num em {
  margin-top: 10px;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #787878;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_list li .trouble_num em {
    margin-top: max(0px, 0px + 10 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.trouble .inner .trouble_list li h3 {
  margin: -48px 0 0 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_list li h3 {
    margin: min(-31px, -31px + -17 * (100vw - 390px) / 1049) 0 0 max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble .inner .trouble_list li h3 {
    margin-top: -20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 389px) {
  section.trouble .inner .trouble_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.trouble .inner .trouble_list li > p:not(.trouble_num) {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.trouble .inner .trouble_list li > p:not(.trouble_num) {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

section.importance {
  position: relative;
  background: #ffffff;
}
section.importance .importance_title {
  position: relative;
  padding: 50px 0 55px;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_title {
    padding: max(31px, 31px + 19 * (100vw - 390px) / 1049) 0 max(25px, 25px + 30 * (100vw - 390px) / 1049);
  }
}
section.importance .importance_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 240px;
  background: linear-gradient(to top, #0050A2 0%, #3B77B5 51%, #004387 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_title::after {
    height: max(110px, 110px + 130 * (100vw - 390px) / 1049);
  }
}
section.importance .importance_title .importance_title_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 180px;
  filter: drop-shadow(0 10px 40px rgba(51, 51, 51, 0.05));
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_title .importance_title_bg {
    height: max(90px, 90px + 90 * (100vw - 390px) / 1049);
  }
}
section.importance .importance_title .importance_title_bg picture,
section.importance .importance_title .importance_title_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
section.importance .importance_title .importance_title_bg img {
  object-fit: cover;
  max-height: 180px;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_title .importance_title_bg img {
    max-height: max(90px, 90px + 90 * (100vw - 390px) / 1049);
  }
}
section.importance .importance_title h2 {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_title h2 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.importance .importance_title h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.importance .inner .importance_lead {
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  section.importance .inner .importance_lead {
    margin-top: max(50px, 50px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.importance .inner .importance_lead {
    line-height: 1.6;
  }
}
section.importance .importance_list {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.importance .importance_list li .importance_item_wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_list li .importance_item_wrap {
    grid-template-columns: max(150px, 150px + 130 * (100vw - 390px) / 1049) 1fr;
    gap: max(12px, 12px + 28 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  section.importance .importance_list li .importance_item_wrap {
    align-items: center;
  }
}
section.importance .importance_list li .importance_item_wrap .importance_img {
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_list li .importance_item_wrap .importance_img {
    width: max(150px, 150px + 130 * (100vw - 390px) / 1049);
    height: max(150px, 150px + 130 * (100vw - 390px) / 1049);
  }
}
section.importance .importance_list li .importance_item_wrap .importance_img picture,
section.importance .importance_list li .importance_item_wrap .importance_img img {
  display: block;
  width: 100%;
  height: 100%;
}
section.importance .importance_list li .importance_item_wrap .importance_img img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.importance .importance_list li .importance_item_wrap .importance_text {
    display: contents;
  }
}
section.importance .importance_list li .importance_item_wrap .importance_text h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  color: #00987d;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_list li .importance_item_wrap .importance_text h3 {
    gap: max(0px, 0px + 18 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.importance .importance_list li .importance_item_wrap .importance_text h3 {
    display: block;
  }
}
section.importance .importance_list li .importance_item_wrap .importance_text h3 span {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 75px;
  font-family: "Lora", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_list li .importance_item_wrap .importance_text h3 span {
    width: max(50px, 50px + 25 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.importance .importance_list li .importance_item_wrap .importance_text h3 span {
    display: flex;
  }
}
section.importance .importance_list li .importance_item_wrap .importance_text h3 span::after {
  content: "";
  position: absolute;
  top: 38px;
  left: -5px;
  width: 55px;
  height: 1px;
  background: currentColor;
  transform: translateX(100%) rotate(-45deg);
  transform-origin: left center;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_list li .importance_item_wrap .importance_text h3 span::after {
    width: max(25px, 25px + 30 * (100vw - 390px) / 1049);
    top: max(20px, 20px + 18 * (100vw - 390px) / 1049);
    left: min(5px, 5px + -10 * (100vw - 390px) / 1049);
  }
}
section.importance .importance_list li .importance_item_wrap .importance_text p {
  margin-top: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_list li .importance_item_wrap .importance_text p {
    margin-top: max(0px, 0px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.importance .importance_list li .importance_item_wrap .importance_text p {
    grid-column: 1/-1;
  }
}
section.importance .importance_list li.is-green {
  background: #f2fffc;
}
section.importance .importance_list li.is-green .importance_text h3 {
  color: #00987d;
}
section.importance .importance_list li.is-orange {
  background: #fef8f2;
}
section.importance .importance_list li.is-orange .importance_text h3 {
  color: #ed7300;
}
section.importance .importance_list li.is-blue {
  position: relative;
  background: #f2f9ff;
}
section.importance .importance_list li.is-blue::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 90px;
  height: 45px;
  background: #f2f9ff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, 100%);
}
section.importance .importance_list li.is-blue .importance_item_wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  section.importance .importance_list li.is-blue .importance_item_wrap {
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.importance .importance_list li.is-blue .importance_item_wrap .importance_text h3 {
  color: #0050a2;
}

section.merit {
  padding-top: 120px;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.merit {
    padding-top: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
section.merit .inner .merit_wrap h2 {
  padding: 30px 0 31px;
  border-top: 1px solid #0050a2;
  border-bottom: 1px solid #0050a2;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.merit .inner .merit_wrap h2 {
    padding: max(10px, 10px + 20 * (100vw - 390px) / 1049) 0 max(10px, 10px + 21 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.merit .inner .merit_wrap h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.merit .inner .merit_wrap .merit_text {
  margin-top: 56px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.merit .inner .merit_wrap .merit_text {
    margin-top: max(30px, 30px + 26 * (100vw - 390px) / 1049);
  }
}
section.merit .inner .merit_wrap .merit_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  section.merit .inner .merit_wrap .merit_list {
    gap: min(35px, 35px + -10 * (100vw - 390px) / 1049) max(20px, 20px + 5 * (100vw - 390px) / 1049);
    margin-top: max(45px, 45px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.merit .inner .merit_wrap .merit_list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
    margin-inline: auto;
  }
}
section.merit .inner .merit_wrap .merit_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 50px 16px 54px;
  background: #f8f8f8;
  box-shadow: 0 10px 15px rgba(51, 51, 51, 0.1);
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.merit .inner .merit_wrap .merit_list li {
    padding: max(20px, 20px + 30 * (100vw - 768px) / 671) max(10px, 10px + 6 * (100vw - 768px) / 671) max(10px, 10px + 44 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.merit .inner .merit_wrap .merit_list li {
    padding: max(40px, 40px + 10 * (100vw - 390px) / 1049) max(12px, 12px + 4 * (100vw - 390px) / 1049) max(30px, 30px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.merit .inner .merit_wrap .merit_list li {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 767px) {
  section.merit .inner .merit_wrap .merit_list li:last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc((100% - 20px) / 2);
  }
}
section.merit .inner .merit_wrap .merit_list li img {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.merit .inner .merit_wrap .merit_list li img {
    top: min(-15px, -15px + -5 * (100vw - 390px) / 1049);
    width: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
section.merit .inner .merit_wrap .merit_list li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.merit .inner .merit_wrap .merit_list li span {
    font-size: max(12px, 12px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.merit .inner .merit_wrap .merit_list li span {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}

section.treatment-plan {
  position: relative;
}
section.treatment-plan .treatment-plan_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
section.treatment-plan .treatment-plan_bg_wrap .treatment-plan_bg,
section.treatment-plan .treatment-plan_bg_wrap .treatment-plan_bg_img {
  position: absolute;
  inset: 0;
}
section.treatment-plan .treatment-plan_bg_wrap .treatment-plan_bg picture,
section.treatment-plan .treatment-plan_bg_wrap .treatment-plan_bg img,
section.treatment-plan .treatment-plan_bg_wrap .treatment-plan_bg_img picture,
section.treatment-plan .treatment-plan_bg_wrap .treatment-plan_bg_img img {
  display: block;
  width: 100%;
  height: 100%;
}
section.treatment-plan .treatment-plan_bg_wrap .treatment-plan_bg img,
section.treatment-plan .treatment-plan_bg_wrap .treatment-plan_bg_img img {
  object-fit: cover;
  object-position: top;
}
section.treatment-plan .treatment-plan_bg_wrap .treatment-plan_bg {
  z-index: 0;
}
section.treatment-plan .treatment-plan_bg_wrap .treatment-plan_bg_img {
  z-index: 1;
}
section.treatment-plan .inner .treatment-plan_title {
  position: relative;
  z-index: 1;
  padding-top: 45px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_title {
    padding-top: min(22px, 22px + 23 * (100vw - 390px) / 1049);
  }
}
section.treatment-plan .inner .treatment-plan_title .treatment-plan_en {
  position: absolute;
  left: 50%;
  bottom: -54px;
  z-index: 0;
  width: 100%;
  font-family: "Lora", serif;
  font-size: 100px;
  line-height: 0.7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.15);
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_title .treatment-plan_en {
    bottom: min(-10px, -10px + -128 * (100vw - 390px) / 1049);
    font-size: max(40px, 40px + 60 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.treatment-plan .inner .treatment-plan_title .treatment-plan_en {
    width: max-content;
  }
}
@media screen and (max-width: 389px) {
  section.treatment-plan .inner .treatment-plan_title .treatment-plan_en {
    font-size: max(32px, 32px + 8 * (100vw - 320px) / 69);
  }
}
section.treatment-plan .inner .treatment-plan_title .treatment-plan_badge {
  position: absolute;
  top: 0;
  left: calc(50% - 375px);
  z-index: 2;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_title .treatment-plan_badge {
    left: calc(50% - max(129px, 129px + 246 * (100vw - 390px) / 1049));
    width: max(75px, 75px + 125 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.treatment-plan .inner .treatment-plan_title .treatment-plan_badge {
    left: 0;
  }
}
@media screen and (max-width: 389px) {
  section.treatment-plan .inner .treatment-plan_title .treatment-plan_badge {
    width: max(60px, 60px + 15 * (100vw - 320px) / 69);
  }
}
section.treatment-plan .inner .treatment-plan_title .treatment-plan_badge img {
  width: 100%;
  height: auto;
}
section.treatment-plan .inner .treatment-plan_title .treatment-plan_badge span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_title .treatment-plan_badge span {
    font-size: max(16px, 16px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.treatment-plan .inner .treatment-plan_title .treatment-plan_badge span {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
  }
}
section.treatment-plan .inner .treatment-plan_title h2 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  width: fit-content;
  margin-inline: auto;
  padding-left: 180px;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_title h2 {
    padding-left: max(99px, 99px + 81 * (100vw - 390px) / 1049);
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.treatment-plan .inner .treatment-plan_title h2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 389px) {
  section.treatment-plan .inner .treatment-plan_title h2 {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
section.treatment-plan .inner .treatment-plan_title h2 span {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 40px;
  letter-spacing: 0;
  width: fit-content;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_title h2 span {
    margin-bottom: max(10px, 10px + 14 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.treatment-plan .inner .treatment-plan_title h2 span {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
  }
}
section.treatment-plan .inner .treatment-plan_lead {
  position: relative;
  z-index: 1;
  margin-top: 114px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_lead {
    margin-top: max(60px, 60px + 54 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.treatment-plan .inner .treatment-plan_lead {
    margin-top: 25px;
  }
}
section.treatment-plan .inner .treatment-plan_list {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.treatment-plan .inner .treatment-plan_list li {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  align-items: start;
  padding: 60px 0;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_list li {
    grid-template-columns: max(250px, 250px + 150 * (100vw - 768px) / 671) 1fr;
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  section.treatment-plan .inner .treatment-plan_list li {
    display: block;
  }
}
section.treatment-plan .inner .treatment-plan_list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
section.treatment-plan .inner .treatment-plan_list li .treatment-plan_img {
  width: 400px;
  aspect-ratio: 400/280;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_list li .treatment-plan_img {
    width: max(250px, 250px + 150 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.treatment-plan .inner .treatment-plan_list li .treatment-plan_img {
    width: 100%;
  }
}
section.treatment-plan .inner .treatment-plan_list li .treatment-plan_img picture,
section.treatment-plan .inner .treatment-plan_list li .treatment-plan_img img {
  display: block;
  width: 100%;
  height: 100%;
}
section.treatment-plan .inner .treatment-plan_list li .treatment-plan_img img {
  object-fit: cover;
}
section.treatment-plan .inner .treatment-plan_list li .treatment-plan_text {
  position: relative;
}
section.treatment-plan .inner .treatment-plan_list li .treatment-plan_text > p:first-child {
  font-family: "Lora", serif;
  font-size: 64px;
  line-height: 0.7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_list li .treatment-plan_text > p:first-child {
    font-size: max(48px, 48px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.treatment-plan .inner .treatment-plan_list li .treatment-plan_text > p:first-child {
    margin-top: 20px;
  }
}
section.treatment-plan .inner .treatment-plan_list li .treatment-plan_text h3 {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-top: -6px;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_list li .treatment-plan_text h3 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.treatment-plan .inner .treatment-plan_list li .treatment-plan_text h3 {
    margin-top: -10px;
  }
}
@media screen and (max-width: 389px) {
  section.treatment-plan .inner .treatment-plan_list li .treatment-plan_text h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.treatment-plan .inner .treatment-plan_list li .treatment-plan_text > p:last-child {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.treatment-plan .inner .treatment-plan_list li .treatment-plan_text > p:last-child {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

section.choice {
  position: relative;
  background: linear-gradient(90deg, #eeeeee 0%, #ffffff 50%, #eeeeee 100%);
}
section.choice .choice_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
section.choice .choice_bg_wrap .choice_bg_top,
section.choice .choice_bg_wrap .choice_bg_bottom {
  position: absolute;
  width: 679px;
}
@media screen and (max-width: 1439px) {
  section.choice .choice_bg_wrap .choice_bg_top,
  section.choice .choice_bg_wrap .choice_bg_bottom {
    width: max(300px, 300px + 379 * (100vw - 390px) / 1049);
  }
}
section.choice .choice_bg_wrap .choice_bg_top picture,
section.choice .choice_bg_wrap .choice_bg_top img,
section.choice .choice_bg_wrap .choice_bg_bottom picture,
section.choice .choice_bg_wrap .choice_bg_bottom img {
  display: block;
  width: 100%;
  height: auto;
}
section.choice .choice_bg_wrap .choice_bg_top {
  top: 0;
  left: 0;
}
section.choice .choice_bg_wrap .choice_bg_bottom {
  right: 0;
  bottom: 0;
}
section.choice .inner .choice_lead {
  letter-spacing: 0.05em;
}
section.choice .inner .choice_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.choice .inner .choice_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.choice .inner .choice_list li {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 20px;
  align-items: start;
  padding: 40px;
  background: #ffffff;
  box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.05);
}
@media screen and (max-width: 1439px) {
  section.choice .inner .choice_list li {
    grid-template-columns: max(250px, 250px + 90 * (100vw - 768px) / 671) 1fr;
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.choice .inner .choice_list li {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.choice .inner .choice_list li:nth-child(3) .choice_text h3 {
    margin-right: -5px;
  }
}
section.choice .inner .choice_list li .choice_img {
  width: 340px;
  aspect-ratio: 340/240;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  section.choice .inner .choice_list li .choice_img {
    width: max(250px, 250px + 90 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.choice .inner .choice_list li .choice_img {
    width: 100%;
    aspect-ratio: 310/200;
  }
}
section.choice .inner .choice_list li .choice_img picture,
section.choice .inner .choice_list li .choice_img img {
  display: block;
  width: 100%;
  height: 100%;
}
section.choice .inner .choice_list li .choice_img img {
  object-fit: cover;
}
section.choice .inner .choice_list li .choice_text h3 {
  display: flex;
  align-items: center;
  gap: 27px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0050a2;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.choice .inner .choice_list li .choice_text h3 {
    gap: max(20px, 20px + 7 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.choice .inner .choice_list li .choice_text h3 {
    margin-top: 20px;
    align-items: flex-start;
  }
}
section.choice .inner .choice_list li .choice_text h3 span {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  section.choice .inner .choice_list li .choice_text h3 span {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.choice .inner .choice_list li .choice_text h3 span {
    align-items: flex-start;
    margin-top: 5px;
  }
}
section.choice .inner .choice_list li .choice_text h3 span::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 5px;
  width: 30px;
  height: 1px;
  background: currentColor;
  transform: translateX(100%) rotate(-45deg);
  transform-origin: left center;
}
@media screen and (max-width: 1439px) {
  section.choice .inner .choice_list li .choice_text h3 span::after {
    width: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    top: max(15px, 15px + 8 * (100vw - 390px) / 1049);
  }
}
section.choice .inner .choice_list li .choice_text p {
  margin-top: 24px;
  letter-spacing: 0.05em;
  color: #3e3a39;
}
@media screen and (max-width: 1439px) {
  section.choice .inner .choice_list li .choice_text p {
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}

section.all-on-4 {
  padding-top: 100px;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.all-on-4 .inner .all-on-4_title {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  left: -8px;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_title {
    left: min(0px, 0px + -8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.all-on-4 .inner .all-on-4_title {
    align-items: flex-start;
  }
}
section.all-on-4 .inner .all-on-4_title .all-on-4_badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  aspect-ratio: 1;
  color: #0050a2;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_badge {
    width: max(75px, 75px + 125 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_badge {
    width: max(60px, 60px + 15 * (100vw - 320px) / 69);
  }
}
section.all-on-4 .inner .all-on-4_title .all-on-4_badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  mask: url("../img/icon_circle_border.svg") center/contain no-repeat;
  -webkit-mask: url("../img/icon_circle_border.svg") center/contain no-repeat;
}
section.all-on-4 .inner .all-on-4_title .all-on-4_badge span {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  width: fit-content;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_badge span {
    font-size: max(16px, 16px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_badge span {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
  }
}
section.all-on-4 .inner .all-on-4_title h2 {
  padding-top: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333333;
  margin-left: 4px;
  padding-bottom: 14px;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_title h2 {
    padding-top: max(22px, 22px + 18 * (100vw - 390px) / 1049);
    padding-bottom: max(0px, 0px + 14 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 32 * (100vw - 390px) / 1049);
    margin-left: min(-9px, -9px + 13 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.all-on-4 .inner .all-on-4_title h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.all-on-4 .inner .all-on-4_title h2 span {
  display: block;
  font-size: 40px;
  letter-spacing: 0;
  margin-left: -20px;
  margin-bottom: 9px;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_title h2 span {
    margin-left: min(0px, 0px + -20 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 4 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 24 * (100vw - 390px) / 1049);
  }
}
section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi {
  position: absolute;
  top: 14px;
  right: -17px;
  display: grid;
  place-items: start center;
  width: 290px;
  aspect-ratio: 290/101.5;
  padding-top: 9px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi {
    top: max(7px, 7px + 7 * (100vw - 390px) / 1049);
    right: max(-17px, 0px + -17 * (100vw - 390px) / 1049);
    width: max(130px, 130px + 160 * (100vw - 390px) / 1049);
    padding-top: max(5px, 5px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi {
    padding-top: 2.5px;
  }
}
@media screen and (max-width: 389px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi {
    width: max(100px, 100px + 30 * (100vw - 320px) / 69);
  }
}
section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi picture,
section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi img {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: 290px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi picture,
  section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi img {
    width: max(130px, 130px + 160 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi picture,
  section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi img {
    top: -2.5px;
  }
}
@media screen and (max-width: 389px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi picture,
  section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi img {
    width: max(100px, 100px + 30 * (100vw - 320px) / 69);
  }
}
section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi span {
  display: block;
  width: fit-content;
  margin-inline: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi span {
    font-size: max(16px, 16px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.all-on-4 .inner .all-on-4_title .all-on-4_fukidashi span {
    font-size: max(12px, 12px + 4 * (100vw - 320px) / 69);
  }
}
section.all-on-4 .inner .all-on-4_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 920px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_nav {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.all-on-4 .inner .all-on-4_nav {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
    margin-inline: auto;
  }
}
section.all-on-4 .inner .all-on-4_nav li {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_nav li {
    padding-top: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.all-on-4 .inner .all-on-4_nav li:last-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc((100% - 20px) / 2);
  }
}
section.all-on-4 .inner .all-on-4_nav li.is-orange {
  --implant-color: #ed7300;
}
section.all-on-4 .inner .all-on-4_nav li.is-green {
  --implant-color: #00987d;
}
section.all-on-4 .inner .all-on-4_nav li.is-blue {
  --implant-color: #0050a2;
}
section.all-on-4 .inner .all-on-4_nav li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 280/230;
  padding: 16px;
  overflow: visible;
  background: linear-gradient(to top right, transparent 50%, rgba(255, 255, 255, 0.1) 50%) 0 0/100% 100% no-repeat, var(--implant-color);
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_nav li a {
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.all-on-4 .inner .all-on-4_nav li a {
    aspect-ratio: auto;
    min-height: 140px;
  }
}
@media screen and (max-width: 389px) {
  section.all-on-4 .inner .all-on-4_nav li a {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
    min-height: 130px;
  }
}
section.all-on-4 .inner .all-on-4_nav li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 40px;
  aspect-ratio: 1;
  background: url("../img/icon_arrow_down_circle.svg") center/contain no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_nav li a::before {
    bottom: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    width: max(25px, 25px + 15 * (100vw - 390px) / 1049);
  }
}
section.all-on-4 .inner .all-on-4_nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 40px;
  aspect-ratio: 1;
  background: var(--implant-color);
  mask: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M20 27L11.3397 18.75L28.6603 18.75L20 27Z" fill="black"/></svg>') center/contain no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M20 27L11.3397 18.75L28.6603 18.75L20 27Z" fill="black"/></svg>') center/contain no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_nav li a::after {
    bottom: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    width: max(25px, 25px + 15 * (100vw - 390px) / 1049);
  }
}
section.all-on-4 .inner .all-on-4_nav li a picture {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 150px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .inner .all-on-4_nav li a picture {
    top: min(-40px, -40px + -20 * (100vw - 390px) / 1049);
    width: max(90px, 90px + 60 * (100vw - 390px) / 1049);
  }
}
section.all-on-4 .inner .all-on-4_nav li a picture,
section.all-on-4 .inner .all-on-4_nav li a img {
  display: block;
}
section.all-on-4 .inner .all-on-4_nav li a img {
  width: 100%;
  height: auto;
}
section.all-on-4 .inner .all-on-4_nav li a span {
  position: relative;
  z-index: 1;
}
section.all-on-4 .all-on-4_list {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .all-on-4_list {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.all-on-4 .all-on-4_list li {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  background: linear-gradient(to top right, transparent 50%, rgba(255, 255, 255, 0.05) 50%) 0 0/100% 100% no-repeat, linear-gradient(to top left, transparent 50%, rgba(255, 255, 255, 0.1) 50%) 0 0/100% 100% no-repeat, linear-gradient(to top, var(--implant-bg) 0%, var(--implant-bg-end) 100%);
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .all-on-4_list li {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
section.all-on-4 .all-on-4_list li.is-orange {
  --implant-bg: #ed7300;
  --implant-bg-end: #d46c09;
  --implant-title: #c96200;
}
section.all-on-4 .all-on-4_list li.is-green {
  --implant-bg: #00987d;
  --implant-bg-end: #017e68;
  --implant-title: #017561;
}
section.all-on-4 .all-on-4_list li.is-blue {
  --implant-bg: #0050a2;
  --implant-bg-end: #004387;
  --implant-title: #013871;
}
section.all-on-4 .all-on-4_list li .all-on-4_inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 120px);
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .all-on-4_list li .all-on-4_inner {
    width: calc(100% - max(40px, 40px + 80 * (100vw - 390px) / 1049));
  }
}
section.all-on-4 .all-on-4_list li .all-on-4_inner h3 {
  padding: 22px 40px;
  border-radius: 10px;
  background: var(--implant-title);
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .all-on-4_list li .all-on-4_inner h3 {
    padding: max(10px, 10px + 12 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    border-radius: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.all-on-4 .all-on-4_list li .all-on-4_inner h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.all-on-4 .all-on-4_list li .all-on-4_inner .all-on-4_body {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 24px;
  padding: 40px 110px;
  border-radius: 10px;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .all-on-4_list li .all-on-4_inner .all-on-4_body {
    grid-template-columns: max(250px, 250px + 30 * (100vw - 768px) / 671) 1fr;
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 90 * (100vw - 390px) / 1049);
    border-radius: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.all-on-4 .all-on-4_list li .all-on-4_inner .all-on-4_body {
    display: block;
  }
}
section.all-on-4 .all-on-4_list li .all-on-4_inner .all-on-4_body .all-on-4_img {
  width: 280px;
  aspect-ratio: 1;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  section.all-on-4 .all-on-4_list li .all-on-4_inner .all-on-4_body .all-on-4_img {
    width: max(250px, 250px + 30 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.all-on-4 .all-on-4_list li .all-on-4_inner .all-on-4_body .all-on-4_img {
    width: 100%;
  }
}
section.all-on-4 .all-on-4_list li .all-on-4_inner .all-on-4_body .all-on-4_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.all-on-4 .all-on-4_list li .all-on-4_inner .all-on-4_body p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  section.all-on-4 .all-on-4_list li .all-on-4_inner .all-on-4_body p {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  section.all-on-4 .all-on-4_list li .all-on-4_inner .all-on-4_body p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}

section.facility {
  position: relative;
  background: #ffffff;
}
section.facility .facility_top {
  position: relative;
  padding: 100px 0 155px;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_top {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0 max(70px, 70px + 85 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.facility .facility_top {
    padding-top: 200px;
  }
}
section.facility .facility_top .facility_bg_img {
  position: absolute;
  top: -130px;
  right: calc(50% - 920px);
  z-index: 0;
  width: 1074px;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_top .facility_bg_img {
    top: min(-10px, -10px + -120 * (100vw - 390px) / 1049);
    width: max(400px, 400px + 674 * (100vw - 390px) / 1049);
    right: min(-100px, -100px + -100 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.facility .facility_top .facility_bg_img {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
section.facility .facility_top .facility_bg_img picture,
section.facility .facility_top .facility_bg_img img {
  display: block;
  width: 100%;
  height: auto;
}
section.facility .facility_top .inner {
  position: relative;
  z-index: 1;
}
section.facility .facility_top .inner h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_top .inner h2 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.facility .facility_top .inner h2 {
    line-height: 1.6;
  }
}
@media screen and (max-width: 389px) {
  section.facility .facility_top .inner h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.facility .facility_top .inner h2 span {
  font-size: 56px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_top .inner h2 span {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.facility .facility_top .inner h2 span {
    line-height: 1.6;
  }
}
@media screen and (max-width: 389px) {
  section.facility .facility_top .inner h2 span {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
section.facility .facility_top .inner p {
  max-width: 700px;
  margin-top: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_top .inner p {
    max-width: max(350px, 350px + 350 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.facility .facility_top .inner p {
    max-width: 100%;
  }
}
section.facility .facility_list_wrap {
  position: relative;
}
section.facility .facility_list_wrap .facility_list_title {
  position: absolute;
  top: -95px;
  left: 50%;
  z-index: 2;
  width: 540px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.facility .facility_list_wrap .facility_list_title {
    top: min(-40px, -40px + -55 * (100vw - 390px) / 1049);
    width: max(200px, 200px + 340 * (100vw - 390px) / 1049);
  }
}
section.facility .facility_list_wrap .facility_list_title picture,
section.facility .facility_list_wrap .facility_list_title img {
  display: block;
  width: 100%;
  height: auto;
}
section.facility .facility_list_wrap .facility_list_title img {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  section.facility .facility_list_wrap .facility_list_title img {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  }
}
section.facility .facility_list_wrap .facility_list_title span {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_list_wrap .facility_list_title span {
    top: max(3px, 3px + 15 * (100vw - 390px) / 1049);
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
section.facility .facility_list_wrap .facility_list_title span strong {
  font-size: 56px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_list_wrap .facility_list_title span strong {
    font-size: max(40px, 40px + 16 * (100vw - 390px) / 1049);
  }
}
section.facility .facility_list_wrap .facility_list_title span em {
  font-style: normal;
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_list_wrap .facility_list_title span em {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.facility .facility_list_wrap .facility_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  section.facility .facility_list_wrap .facility_list {
    grid-template-columns: 1fr;
  }
}
section.facility .facility_list_wrap .facility_list li {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  max-height: 480px;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_list_wrap .facility_list li {
    max-height: none;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 767px) {
  section.facility .facility_list_wrap .facility_list li {
    min-height: 380px;
    display: grid;
    place-items: center;
  }
}
section.facility .facility_list_wrap .facility_list li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #F2F9FF;
}
section.facility .facility_list_wrap .facility_list li.is-green::before {
  background: #F2FFFC;
}
section.facility .facility_list_wrap .facility_list li.is-green div h3 {
  color: #00987d;
}
section.facility .facility_list_wrap .facility_list li picture {
  position: absolute;
  inset: 0;
  z-index: 0;
}
section.facility .facility_list_wrap .facility_list li picture,
section.facility .facility_list_wrap .facility_list li img {
  display: block;
  width: 100%;
  height: 100%;
}
section.facility .facility_list_wrap .facility_list li img {
  object-fit: cover;
  opacity: 0.15;
}
section.facility .facility_list_wrap .facility_list li div {
  position: relative;
  z-index: 2;
  padding: 83px 40px 40px;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_list_wrap .facility_list li div {
    padding: max(55px, 55px + 28 * (100vw - 768px) / 671) max(20px, 20px + 20 * (100vw - 768px) / 671) max(30px, 30px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.facility .facility_list_wrap .facility_list li div {
    padding: max(55px, 55px + 28 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049) min(55px, 55px + -15 * (100vw - 390px) / 1049);
  }
}
section.facility .facility_list_wrap .facility_list li div h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_list_wrap .facility_list li div h3 {
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.facility .facility_list_wrap .facility_list li div h3 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.facility .facility_list_wrap .facility_list li div h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.facility .facility_list_wrap .facility_list li div p {
  margin-top: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  section.facility .facility_list_wrap .facility_list li div p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

section.medical-care {
  background: #ffffff;
}
section.medical-care .medical-care_title {
  position: relative;
  padding: 50px 0 55px;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_title {
    padding: max(31px, 31px + 19 * (100vw - 390px) / 1049) 0 max(25px, 25px + 30 * (100vw - 390px) / 1049);
  }
}
section.medical-care .medical-care_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 240px;
  background: linear-gradient(to top, #00947a 0%, #3cb19d 51%, #007966 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_title::after {
    height: max(110px, 110px + 130 * (100vw - 390px) / 1049);
  }
}
section.medical-care .medical-care_title .medical-care_title_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 180px;
  filter: drop-shadow(0 10px 40px rgba(51, 51, 51, 0.05));
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_title .medical-care_title_bg {
    height: max(90px, 90px + 90 * (100vw - 390px) / 1049);
  }
}
section.medical-care .medical-care_title .medical-care_title_bg picture,
section.medical-care .medical-care_title .medical-care_title_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
section.medical-care .medical-care_title .medical-care_title_bg img {
  object-fit: cover;
  max-height: 180px;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_title .medical-care_title_bg img {
    max-height: max(90px, 90px + 90 * (100vw - 390px) / 1049);
  }
}
section.medical-care .medical-care_title h2 {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_title h2 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.medical-care .medical-care_title h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.medical-care .medical-care_wrap {
  position: relative;
  padding-top: 120px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_wrap {
    padding-top: max(51px, 51px + 69 * (100vw - 390px) / 1049);
  }
}
section.medical-care .medical-care_wrap .medical-care_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}
section.medical-care .medical-care_wrap .medical-care_bg picture,
section.medical-care .medical-care_wrap .medical-care_bg img {
  display: block;
  width: 100%;
  height: auto;
}
section.medical-care .medical-care_wrap .inner {
  position: relative;
  z-index: 1;
}
section.medical-care .medical-care_wrap .inner .medical-care_wrap_title {
  text-align: center;
}
section.medical-care .medical-care_wrap .inner .medical-care_wrap_title h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_wrap .inner .medical-care_wrap_title h2 {
    font-size: max(18px, 18px + 22 * (100vw - 390px) / 1049);
  }
}
section.medical-care .medical-care_wrap .inner .medical-care_wrap_title h2 span {
  font-size: 48px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_wrap .inner .medical-care_wrap_title h2 span {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
section.medical-care .medical-care_wrap .inner .medical-care_wrap_title h2 span.is-green {
  color: #00947a;
}
section.medical-care .medical-care_wrap .inner .medical-care_wrap_title h2 span.is-blue {
  color: #0050a2;
}
section.medical-care .medical-care_wrap .inner .medical-care_wrap_title p {
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_wrap .inner .medical-care_wrap_title p {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.medical-care .medical-care_wrap .inner .medical-care_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_wrap .inner .medical-care_list {
    gap: max(20px, 20px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.medical-care .medical-care_wrap .inner .medical-care_list {
    grid-template-columns: 1fr;
  }
}
section.medical-care .medical-care_wrap .inner .medical-care_list li {
  --medical-card-bg: #0050a2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 60px 40px;
  background: linear-gradient(to right bottom, rgba(0, 0, 0, 0.05) 0 50%, transparent 50% 100%), linear-gradient(to right top, transparent 0 50%, rgba(0, 0, 0, 0.1) 50% 100%), var(--medical-card-bg);
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.3);
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_wrap .inner .medical-care_list li {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    box-shadow: 0 max(5px, 5px + 5 * (100vw - 390px) / 1049) max(15px, 15px + 5 * (100vw - 390px) / 1049) rgba(51, 51, 51, 0.3);
  }
}
section.medical-care .medical-care_wrap .inner .medical-care_list li.is-green {
  --medical-card-bg: #00987d;
}
section.medical-care .medical-care_wrap .inner .medical-care_list li.is-blue {
  --medical-card-bg: #0050a2;
}
section.medical-care .medical-care_wrap .inner .medical-care_list li.is-orange {
  --medical-card-bg: #ed7300;
}
section.medical-care .medical-care_wrap .inner .medical-care_list li.is-pink {
  --medical-card-bg: #d9006c;
  padding: 60px 40px 40px;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_wrap .inner .medical-care_list li.is-pink {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049) max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
section.medical-care .medical-care_wrap .inner .medical-care_list li.is-brown {
  --medical-card-bg: #997000;
  grid-column: 1/-1;
}
section.medical-care .medical-care_wrap .inner .medical-care_list li h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_wrap .inner .medical-care_list li h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.medical-care .medical-care_wrap .inner .medical-care_list li p {
  margin-top: 24px;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.medical-care .medical-care_wrap .inner .medical-care_list li p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.medical-care .aesthetic-treatment_wrap {
  padding: 100px 0 0;
}
@media screen and (max-width: 1439px) {
  section.medical-care .aesthetic-treatment_wrap {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.medical-care .aesthetic-treatment_wrap .inner .medical-care_heading h2 {
  padding: 30px 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.medical-care .aesthetic-treatment_wrap .inner .medical-care_heading h2 {
    padding: max(15px, 15px + 15 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.medical-care .aesthetic-treatment_wrap .inner .medical-care_heading p {
  margin-top: 40px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.medical-care .aesthetic-treatment_wrap .inner .medical-care_heading p {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.medical-care .aesthetic-treatment_wrap .inner > h3 {
  margin-top: 60px;
  padding: 20px 0;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #787878;
}
@media screen and (max-width: 1439px) {
  section.medical-care .aesthetic-treatment_wrap .inner > h3 {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) 0;
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list {
    gap: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 1439px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li {
    grid-template-columns: max(250px, 250px + 150 * (100vw - 768px) / 671) 1fr;
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li {
    display: block;
  }
}
section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li:nth-child(even) {
  grid-template-columns: 1fr 400px;
}
@media screen and (max-width: 1439px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li:nth-child(even) {
    grid-template-columns: 1fr max(250px, 250px + 150 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li:nth-child(even) {
    display: block;
  }
}
section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li:nth-child(even) > div:first-child {
  order: 2;
}
@media screen and (max-width: 767px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li:nth-child(even) > div:first-child {
    order: initial;
  }
}
@media screen and (max-width: 767px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div + div {
    margin-top: 10px;
  }
}
section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div picture,
section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div img {
    aspect-ratio: 350/245;
    object-fit: cover;
  }
}
section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div h4 {
  display: flex;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #00947a;
}
@media screen and (max-width: 1439px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div h4 {
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div h4 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div h4 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div h4 strong {
  padding-top: 26px;
  margin-left: -8px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div h4 strong {
    padding-top: max(20px, 20px + 6 * (100vw - 390px) / 1049);
  }
}
section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div h4 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div h4 span {
    width: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    height: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div h4 span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00947a;
  mask: url("../img/icon_circle_border.svg") center/contain no-repeat;
  -webkit-mask: url("../img/icon_circle_border.svg") center/contain no-repeat;
}
section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div p {
  margin-top: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.medical-care .aesthetic-treatment_wrap .inner .aesthetic-treatment_list li > div p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
section.medical-care .maintenance_wrap {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  section.medical-care .maintenance_wrap {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}
section.medical-care .maintenance_wrap .inner .medical-care_heading h2 {
  padding: 30px 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.medical-care .maintenance_wrap .inner .medical-care_heading h2 {
    padding: max(15px, 15px + 15 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.medical-care .maintenance_wrap .inner .medical-care_heading p {
  margin-top: 40px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.medical-care .maintenance_wrap .inner .medical-care_heading p {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.medical-care .maintenance_wrap .inner .maintenance_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.medical-care .maintenance_wrap .inner .maintenance_list {
    gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.medical-care .maintenance_wrap .inner .maintenance_list li {
  --maintenance-color: #ed7300;
  --maintenance-bg: #fff5ec;
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 60px;
  align-items: center;
  padding: 40px 60px;
  border-radius: 15px;
  background: var(--maintenance-bg);
}
@media screen and (max-width: 1439px) {
  section.medical-care .maintenance_wrap .inner .maintenance_list li {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.medical-care .maintenance_wrap .inner .maintenance_list li {
    grid-template-columns: 1fr;
  }
}
section.medical-care .maintenance_wrap .inner .maintenance_list li.is-orange {
  --maintenance-color: #ed7300;
  --maintenance-bg: #fff5ec;
}
section.medical-care .maintenance_wrap .inner .maintenance_list li.is-blue {
  --maintenance-color: #0050a2;
  --maintenance-bg: #f2f8ff;
}
section.medical-care .maintenance_wrap .inner .maintenance_list li.is-green {
  --maintenance-color: #00987d;
  --maintenance-bg: #effbf8;
}
section.medical-care .maintenance_wrap .inner .maintenance_list li > div:first-child {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.medical-care .maintenance_wrap .inner .maintenance_list li > div:first-child span {
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--maintenance-color);
}
@media screen and (max-width: 767px) {
  section.medical-care .maintenance_wrap .inner .maintenance_list li > div:first-child span {
    line-height: 0.7;
  }
}
section.medical-care .maintenance_wrap .inner .maintenance_list li > div:first-child img {
  display: block;
  width: 80px;
  height: auto;
  margin-top: 10px;
}
section.medical-care .maintenance_wrap .inner .maintenance_list li > div:first-child em {
  position: absolute;
  top: 70px;
  left: 50%;
  font-family: "Lora", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--maintenance-color);
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.medical-care .maintenance_wrap .inner .maintenance_list li > div:first-child em {
    font-size: min(24px, 24px + -8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.medical-care .maintenance_wrap .inner .maintenance_list li > div:first-child em {
    line-height: 1;
    top: 55px;
  }
}
section.medical-care .maintenance_wrap .inner .maintenance_list li > div:last-child {
  padding-left: 40px;
  border-left: 1px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  section.medical-care .maintenance_wrap .inner .maintenance_list li > div:last-child {
    border-top: 1px solid #d7d7d7;
    border-left: none;
    padding-left: 0;
    padding-top: 20px;
  }
}
section.medical-care .maintenance_wrap .inner .maintenance_list li > div:last-child h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--maintenance-color);
}
@media screen and (max-width: 1439px) {
  section.medical-care .maintenance_wrap .inner .maintenance_list li > div:last-child h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.medical-care .maintenance_wrap .inner .maintenance_list li > div:last-child h3 {
    text-align: center;
  }
}
section.medical-care .maintenance_wrap .inner .maintenance_list li > div:last-child p {
  margin-top: 24px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 1439px) {
  section.medical-care .maintenance_wrap .inner .maintenance_list li > div:last-child p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

section.environment {
  background: linear-gradient(180deg, #f2f9ff 0%, #ffffff 50%, #f2f9ff 100%);
}
section.environment .inner .environment_title {
  text-align: center;
}
section.environment .inner .environment_title > p {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_title > p {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.environment .inner .environment_title > p {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.environment .inner .environment_title > p::before, section.environment .inner .environment_title > p::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #333333;
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_title > p::before, section.environment .inner .environment_title > p::after {
    width: max(60px, 60px + 40 * (100vw - 390px) / 1049);
  }
}
section.environment .inner .environment_title > p::before {
  left: -120px;
  transform: rotate(60deg);
  transform-origin: right center;
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_title > p::before {
    left: min(-70px, -70px + -50 * (100vw - 390px) / 1049);
  }
}
section.environment .inner .environment_title > p::after {
  right: -120px;
  transform: rotate(-60deg);
  transform-origin: left center;
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_title > p::after {
    right: min(-70px, -70px + -50 * (100vw - 390px) / 1049);
  }
}
section.environment .inner .environment_title > p span {
  position: relative;
  color: #787878;
}
section.environment .inner .environment_title > p span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 8px;
  background: url("../img/wave_line01.webp") center/100% auto no-repeat;
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_title > p span::after {
    height: max(5px, 5px + 3 * (100vw - 390px) / 1049);
  }
}
section.environment .inner .environment_title h2 {
  margin-top: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_title h2 {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.environment .inner .environment_title h2 {
    line-height: 1.6;
  }
}
@media screen and (max-width: 389px) {
  section.environment .inner .environment_title h2 {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
section.environment .inner .environment_title h2 span {
  color: #0050a2;
}
@media screen and (max-width: 767px) {
  section.environment .inner .environment_title h2 span {
    line-height: 1.6;
  }
}
section.environment .inner .environment_list {
  --environment-img-size: 430px;
  --environment-img-offset: -210px;
  --environment-text-width: 860px;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_list {
    --environment-img-size: max(280px, calc(280px + (430 - 280) * ((100vw - 768px) / (1439 - 768))));
    --environment-img-offset: min(-100px, calc(-100px + (-210 - -100) * ((100vw - 768px) / (1439 - 768))));
    --environment-text-width: max(500px, calc(500px + (860 - 500) * ((100vw - 768px) / (1439 - 768))));
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.environment .inner .environment_list li {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #b5b5b5;
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_list li {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.environment .inner .environment_list li {
    display: flex;
    flex-direction: column;
  }
}
section.environment .inner .environment_list li:nth-child(odd) .environment_text {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  section.environment .inner .environment_list li:nth-child(odd) .environment_text {
    margin-left: 0;
  }
}
section.environment .inner .environment_list li:nth-child(odd) .environment_img {
  left: calc(50% - 545px - var(--environment-img-size) / 2);
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_list li:nth-child(odd) .environment_img {
    left: calc(50% - max(306px, 306px + 239 * (100vw - 768px) / 671) - var(--environment-img-size) / 2);
  }
}
@media screen and (max-width: 767px) {
  section.environment .inner .environment_list li:nth-child(odd) .environment_img {
    align-self: flex-start;
    margin-left: -70px;
    margin-top: -50px;
  }
}
section.environment .inner .environment_list li:nth-child(even) .environment_text {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  section.environment .inner .environment_list li:nth-child(even) .environment_text {
    margin-right: 0;
  }
}
section.environment .inner .environment_list li:nth-child(even) .environment_img {
  right: calc(50% - 545px - var(--environment-img-size) / 2);
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_list li:nth-child(even) .environment_img {
    right: calc(50% - max(306px, 306px + 239 * (100vw - 768px) / 671) - var(--environment-img-size) / 2);
  }
}
@media screen and (max-width: 767px) {
  section.environment .inner .environment_list li:nth-child(even) .environment_img {
    align-self: flex-end;
    margin-right: -70px;
    margin-top: -50px;
  }
}
section.environment .inner .environment_list li:first-child {
  padding-top: 0;
}
section.environment .inner .environment_list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
section.environment .inner .environment_list li .environment_img {
  position: absolute;
  top: 50%;
  width: var(--environment-img-size);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  section.environment .inner .environment_list li .environment_img {
    position: static;
    transform: none;
    width: 380px;
  }
}
section.environment .inner .environment_list li .environment_img picture,
section.environment .inner .environment_list li .environment_img img {
  display: block;
  width: 100%;
  height: 100%;
}
section.environment .inner .environment_list li .environment_img img {
  object-fit: cover;
}
section.environment .inner .environment_list li .environment_text {
  max-width: var(--environment-text-width);
}
@media screen and (max-width: 767px) {
  section.environment .inner .environment_list li .environment_text {
    margin-top: -30px;
    max-width: 100%;
  }
}
section.environment .inner .environment_list li .environment_text h3 {
  display: flex;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_list li .environment_text h3 {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
section.environment .inner .environment_list li .environment_text h3 strong {
  margin-left: -8px;
  padding-top: 26px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.environment .inner .environment_list li .environment_text h3 strong {
    margin-left: -10px;
  }
}
section.environment .inner .environment_list li .environment_text h3 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_list li .environment_text h3 span {
    width: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    height: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
section.environment .inner .environment_list li .environment_text h3 span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0050a2;
  mask: url("../img/icon_circle_border.svg") center/contain no-repeat;
  -webkit-mask: url("../img/icon_circle_border.svg") center/contain no-repeat;
}
section.environment .inner .environment_list li .environment_text p {
  margin-top: 40px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.environment .inner .environment_list li .environment_text p {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

section.support .support_title_wrap {
  position: relative;
  padding: 120px 0 60px;
}
@media screen and (max-width: 1439px) {
  section.support .support_title_wrap {
    padding: max(50px, 50px + 70 * (100vw - 390px) / 1049) 0 max(33px, 33px + 27 * (100vw - 390px) / 1049);
  }
}
section.support .support_title_wrap .support_title_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.support .support_title_wrap .support_title_bg_wrap {
    aspect-ratio: 390/176;
  }
}
section.support .support_title_wrap .support_title_bg_wrap picture,
section.support .support_title_wrap .support_title_bg_wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
section.support .support_title_wrap .support_title_bg_wrap img {
  object-fit: cover;
}
section.support .support_title_wrap .inner .support_title {
  position: relative;
  z-index: 1;
  text-align: center;
}
section.support .support_title_wrap .inner .support_title .support_title_en,
section.support .support_title_wrap .inner .support_title .support_title_en_reflection {
  display: block;
  font-family: "Lora", serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: transparent;
  margin-top: -0.15em;
  margin-bottom: -0.15em;
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (max-width: 1439px) {
  section.support .support_title_wrap .inner .support_title .support_title_en,
  section.support .support_title_wrap .inner .support_title .support_title_en_reflection {
    font-size: max(56px, 56px + 64 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.support .support_title_wrap .inner .support_title .support_title_en,
  section.support .support_title_wrap .inner .support_title .support_title_en_reflection {
    font-size: max(48px, 48px + 8 * (100vw - 320px) / 69);
  }
}
section.support .support_title_wrap .inner .support_title .support_title_en {
  background-image: linear-gradient(to bottom, #0050a2 0 56%, #003a75 56% 100%);
}
section.support .support_title_wrap .inner .support_title .support_title_en_reflection {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  transform: scaleY(-1);
  background-image: linear-gradient(to bottom, rgba(0, 80, 162, 0.1) 0%, rgba(0, 80, 162, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.support .support_title_wrap .inner .support_title .support_title_en_reflection {
    top: max(48px, 48px + 62 * (100vw - 390px) / 1049);
  }
}
section.support .support_title_wrap .inner .support_title > p {
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.42;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.support .support_title_wrap .inner .support_title > p {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.support .support_title_wrap .inner .support_title > p {
    display: none;
  }
}
section.support .support_title_wrap .inner .support_title h2 {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.42;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.support .support_title_wrap .inner .support_title h2 {
    gap: max(5px, 5px + 6 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.support .support_title_wrap .inner .support_title h2 {
    margin-top: 39px;
  }
}
@media screen and (max-width: 389px) {
  section.support .support_title_wrap .inner .support_title h2 {
    font-size: max(18px, 18px + 6 * (100vw - 320px) / 69);
  }
}
section.support .support_title_wrap .inner .support_title h2 .support_title_num {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  width: 180px;
  aspect-ratio: 1;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.support .support_title_wrap .inner .support_title h2 .support_title_num {
    width: max(90px, 90px + 90 * (100vw - 390px) / 1049);
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.support .support_title_wrap .inner .support_title h2 .support_title_num {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
    width: max(80px, 80px + 10 * (100vw - 320px) / 69);
  }
}
section.support .support_title_wrap .inner .support_title h2 .support_title_num::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0050a2;
  mask: url("../img/icon_circle_border_white.svg") center/contain no-repeat;
  -webkit-mask: url("../img/icon_circle_border_white.svg") center/contain no-repeat;
}
section.support .support_title_wrap .inner .support_title h2 .support_title_num span {
  position: relative;
  z-index: 1;
  font-size: 120px;
}
@media screen and (max-width: 1439px) {
  section.support .support_title_wrap .inner .support_title h2 .support_title_num span {
    font-size: max(56px, 56px + 64 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.support .support_title_wrap .inner .support_title h2 .support_title_num span {
    font-size: max(48px, 48px + 8 * (100vw - 320px) / 69);
  }
}
section.support .support_title_wrap .inner .support_title h2 strong {
  display: inline-block;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.support .support_title_wrap .inner .support_title h2 strong {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.support .support_title_wrap .inner .support_title h2 strong {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
section.support .support_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  section.support .support_list {
    grid-template-columns: 1fr;
  }
}
section.support .support_list li {
  position: relative;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  row-gap: 24px;
  padding: 60px;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.support .support_list li {
    row-gap: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.support .support_list li {
    grid-row: auto;
    grid-template-rows: auto;
  }
}
section.support .support_list li.support_blue {
  background: linear-gradient(to right bottom, transparent 50%, rgba(0, 0, 0, 0.1) 50%), #0050a2;
}
section.support .support_list li.support_blue .support_head div strong {
  background-image: linear-gradient(to top, #ffffff 47.6%, #a0cfff 48.2%);
}
section.support .support_list li.support_green {
  background: linear-gradient(to right bottom, transparent 50%, rgba(0, 0, 0, 0.1) 50%), #00947a;
}
section.support .support_list li.support_green .support_head div strong {
  background-image: linear-gradient(to top, #ffffff 47.6%, #2dddbe 48.2%);
}
@media screen and (max-width: 767px) {
  section.support .support_list li:nth-child(odd) {
    background: linear-gradient(to right bottom, transparent 50%, rgba(0, 0, 0, 0.1) 50%), #0050a2;
  }
  section.support .support_list li:nth-child(odd) .support_head div strong {
    background-image: linear-gradient(to top, #ffffff 47.6%, #a0cfff 48.2%);
  }
  section.support .support_list li:nth-child(even) {
    background: linear-gradient(to right bottom, transparent 50%, rgba(0, 0, 0, 0.1) 50%), #00947a;
  }
  section.support .support_list li:nth-child(even) .support_head div strong {
    background-image: linear-gradient(to top, #ffffff 47.6%, #2dddbe 48.2%);
  }
}
section.support .support_list li .support_head {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  section.support .support_list li .support_head {
    gap: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
section.support .support_list li .support_head div {
  flex-shrink: 0;
}
section.support .support_list li .support_head div span,
section.support .support_list li .support_head div strong {
  display: block;
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
section.support .support_list li .support_head div span {
  font-size: 16px;
  text-transform: lowercase;
}
@media screen and (max-width: 1439px) {
  section.support .support_list li .support_head div span {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
section.support .support_list li .support_head div strong {
  margin-top: 10px;
  font-size: 64px;
  line-height: 0.7;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (max-width: 1439px) {
  section.support .support_list li .support_head div strong {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(40px, 40px + 24 * (100vw - 390px) / 1049);
  }
}
section.support .support_list li .support_head h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.support .support_list li .support_head h3 {
    font-size: max(18px, 18px + 14 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.support .support_list li .support_head h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.support .support_list li .support_head h3 {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
section.support .support_list li .support_img picture,
section.support .support_list li .support_img img {
  display: block;
  width: 100%;
}
section.support .support_list li .support_img img {
  aspect-ratio: 600/325;
  object-fit: cover;
}
section.support .support_list li p {
  letter-spacing: 0.05em;
  color: #ffffff;
}

section.flow {
  background: #ffffff;
}
section.flow .inner .flow_list {
  display: flex;
  flex-direction: column;
}
section.flow .inner .flow_list li {
  position: relative;
  display: grid;
  grid-template-columns: 173px 1fr;
  gap: 40px;
  align-items: start;
  padding-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .flow_list li {
    grid-template-columns: max(85px, 85px + 88 * (100vw - 390px) / 1049) 1fr;
    gap: max(15px, 15px + 25 * (100vw - 390px) / 1049);
    padding-bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .flow_list li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 99px;
  top: 181px;
  bottom: 20px;
  width: 1px;
  background: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .flow_list li:not(:last-child)::before {
    left: max(50px, 50px + 49 * (100vw - 390px) / 1049);
    top: max(86px, 86px + 95 * (100vw - 390px) / 1049);
    bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .flow_list li:last-child {
  padding-bottom: 0;
}
section.flow .inner .flow_list li .flow_step {
  position: relative;
  min-width: 0;
}
section.flow .inner .flow_list li .flow_step img {
  display: block;
  width: 148px;
  margin-left: 26px;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .flow_list li .flow_step img {
    width: max(70px, 70px + 78 * (100vw - 390px) / 1049);
    margin-left: max(15px, 15px + 11 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .flow_list li .flow_step span,
section.flow .inner .flow_list li .flow_step strong {
  position: absolute;
  left: 0;
  z-index: 1;
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #0050a2;
}
section.flow .inner .flow_list li .flow_step span {
  top: 44px;
  left: 17px;
  font-size: 16px;
  text-transform: lowercase;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .flow_list li .flow_step span {
    top: max(19px, 19px + 25 * (100vw - 390px) / 1049);
    left: max(6px, 6px + 11 * (100vw - 390px) / 1049);
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .flow_list li .flow_step strong {
  top: 74px;
  font-size: 64px;
  line-height: 0.7;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .flow_list li .flow_step strong {
    top: max(36px, 36px + 38 * (100vw - 390px) / 1049);
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .flow_list li .flow_content {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  align-items: start;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .flow_list li .flow_content {
    grid-template-columns: max(240px, 240px + 40 * (100vw - 390px) / 1049) 1fr;
    padding-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.flow .inner .flow_list li .flow_content {
    display: block;
  }
}
section.flow .inner .flow_list li .flow_content .flow_img {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.flow .inner .flow_list li .flow_content .flow_img {
    width: 100%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 389px) {
  section.flow .inner .flow_list li .flow_content .flow_img {
    padding-right: 0;
  }
}
section.flow .inner .flow_list li .flow_content .flow_img picture,
section.flow .inner .flow_list li .flow_content .flow_img img {
  display: block;
  width: 100%;
}
section.flow .inner .flow_list li .flow_content .flow_img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.flow .inner .flow_list li .flow_content .flow_img img {
    aspect-ratio: 240/165;
  }
}
@media screen and (max-width: 767px) {
  section.flow .inner .flow_list li .flow_content .flow_text {
    margin-top: 20px;
  }
}
section.flow .inner .flow_list li .flow_content .flow_text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #0050a2;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .flow_list li .flow_content .flow_text h3 {
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.flow .inner .flow_list li .flow_content .flow_text h3 {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .flow_list li .flow_content .flow_text p {
  margin-top: 24px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .flow_list li .flow_content .flow_text p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .flow_sub_title {
  margin-top: 100px;
  padding: 30px 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .flow_sub_title {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 15 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .payment_wrap .payment_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .payment_wrap .payment_list {
    gap: max(10px, 10px + 14 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .payment_wrap .payment_list li {
  --payment-color: #0050a2;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .payment_wrap .payment_list li {
    grid-template-columns: max(50px, 50px + 50 * (100vw - 390px) / 1049) 1fr;
  }
}
@media screen and (max-width: 767px) {
  section.flow .inner .payment_wrap .payment_list li {
    display: block;
    position: relative;
    padding-top: 0;
  }
}
section.flow .inner .payment_wrap .payment_list li:nth-child(2) {
  --payment-color: #00947a;
}
section.flow .inner .payment_wrap .payment_list li:nth-child(3) {
  --payment-color: #e87900;
}
section.flow .inner .payment_wrap .payment_list li span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--payment-color);
}
@media screen and (max-width: 1439px) {
  section.flow .inner .payment_wrap .payment_list li span {
    width: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.flow .inner .payment_wrap .payment_list li span {
    margin: 0 auto;
  }
}
section.flow .inner .payment_wrap .payment_list li span img {
  display: block;
  width: 60px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .payment_wrap .payment_list li span img {
    width: max(25px, 25px + 35 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .payment_wrap .payment_list li p {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 20px;
  border: 2px solid var(--payment-color);
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  justify-content: center;
  color: var(--payment-color);
  background: #ffffff;
  margin-left: -20px;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .payment_wrap .payment_list li p {
    padding: max(16px, 16px + 4 * (100vw - 768px) / 671) max(10px, 10px + 10 * (100vw - 768px) / 671);
    font-size: max(14px, 14px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.flow .inner .payment_wrap .payment_list li p {
    min-height: 90px;
    margin-top: -30px;
    margin-left: 0;
    padding: 35px 15px 15px;
    text-align: center;
    align-items: flex-start;
    line-height: 1.3;
  }
}
section.flow .inner .payment_wrap .medical-deduction {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .payment_wrap .medical-deduction {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .payment_wrap .medical-deduction h3 {
  padding: 20px 40px;
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .payment_wrap .medical-deduction h3 {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .payment_wrap .medical-deduction p {
  margin-top: 40px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .payment_wrap .medical-deduction p {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .price_wrap .p-lower__h3_bg {
  position: relative;
  margin: 60px 0 24px;
  padding: 15px 24px 15px 40px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  background: #f5f5f5;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .price_wrap .p-lower__h3_bg {
    margin: max(20px, 20px + 40 * (100vw - 390px) / 1049) 0 max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(14.5px, 14.5px + 0.5 * (100vw - 390px) / 1049) max(10px, 10px + 14 * (100vw - 390px) / 1049) max(14.5px, 14.5px + 0.5 * (100vw - 390px) / 1049) max(30px, 30px + 10 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .price_wrap .p-lower__h3_bg::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 10px;
  height: calc(100% - 20px);
  background: #787878;
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  section.flow .inner .price_wrap .p-lower__h3_bg::before {
    left: max(10px, 10px + 5 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .price_wrap > h3:not([class]) {
  margin: 24px 0 10px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .price_wrap > h3:not([class]) {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .price_wrap .price-table-wrap {
  width: 100%;
}
section.flow .inner .price_wrap .price-table {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .price_wrap .price-table {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.flow .inner .price_wrap .price-table {
    table-layout: fixed;
  }
}
section.flow .inner .price_wrap .price-table thead th {
  padding: 20px;
  border: 1px solid #d9d9d9;
  font-weight: 700;
  text-align: left;
  background: #e9e9e9;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .price_wrap .price-table thead th {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .price_wrap .price-table thead th:first-child {
  width: 25.5%;
}
@media screen and (max-width: 500px) {
  section.flow .inner .price_wrap .price-table thead th:first-child {
    width: 80px;
  }
}
section.flow .inner .price_wrap .price-table thead th:nth-child(2) {
  width: 56.3%;
}
@media screen and (max-width: 767px) {
  section.flow .inner .price_wrap .price-table thead th:nth-child(2) {
    width: auto;
  }
}
section.flow .inner .price_wrap .price-table thead th:last-child {
  width: 18.2%;
}
@media screen and (max-width: 500px) {
  section.flow .inner .price_wrap .price-table thead th:last-child {
    width: 95px;
  }
}
section.flow .inner .price_wrap .price-table tbody th,
section.flow .inner .price_wrap .price-table tbody td {
  padding: 20px;
  border: 1px solid #d9d9d9;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .price_wrap .price-table tbody th,
  section.flow .inner .price_wrap .price-table tbody td {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(8px, 8px + 12 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .price_wrap .price-table tbody th {
  width: 25.5%;
  font-weight: 700;
  background: #e9e9e9;
}
@media screen and (max-width: 500px) {
  section.flow .inner .price_wrap .price-table tbody th {
    width: 80px;
  }
}
section.flow .inner .price_wrap .price-table tbody td:first-of-type {
  width: 56.3%;
}
@media screen and (max-width: 767px) {
  section.flow .inner .price_wrap .price-table tbody td:first-of-type {
    width: auto;
  }
}
section.flow .inner .price_wrap .price-table tbody td:last-of-type {
  width: 18.2%;
}
@media screen and (max-width: 500px) {
  section.flow .inner .price_wrap .price-table tbody td:last-of-type {
    width: 95px;
  }
}
section.flow .inner .price_wrap .price-detail-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .price_wrap .price-detail-list {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .price_wrap .price-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  line-height: 1.6;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .price_wrap .price-detail-list li {
    gap: max(4px, 4px + 1 * (100vw - 390px) / 1049);
  }
}
section.flow .inner .price_wrap .price-detail-list li::before {
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 1;
  margin-top: 0.6em;
  border-radius: 50%;
  background: #787878;
  flex-shrink: 0;
}
section.flow .inner .price_wrap .price-table-wrap + .p-text {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.flow .inner .price_wrap .price-table-wrap + .p-text {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

section.faq {
  background: #f9f9f9;
}
section.faq .inner .faq_wrap .faq_group:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.faq .inner .faq_wrap .faq_group:not(:first-child) {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.faq .inner .faq_wrap .faq_group > h3 {
  padding: 30px 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.faq .inner .faq_wrap .faq_group > h3 {
    padding: max(10px, 10px + 20 * (100vw - 390px) / 1049) max(10px, 10px + 50 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
section.faq .inner .faq_wrap .faq_group .faq_list {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.faq .inner .faq_wrap .faq_group .faq_list {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.faq .inner .faq_wrap .faq_group .faq_list details {
  border-bottom: 1px solid #b5b5b5;
  transition: padding-bottom 0.35s ease;
}
section.faq .inner .faq_wrap .faq_group .faq_list details:first-child {
  border-top: 1px solid #b5b5b5;
}
section.faq .inner .faq_wrap .faq_group .faq_list details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}
section.faq .inner .faq_wrap .faq_group .faq_list details summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 70px 20px 40px;
  cursor: pointer;
  list-style: none;
}
@media screen and (max-width: 1439px) {
  section.faq .inner .faq_wrap .faq_group .faq_list details summary {
    gap: max(5px, 5px + 10 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) max(30px, 30px + 40 * (100vw - 390px) / 1049) max(15px, 15px + 5 * (100vw - 390px) / 1049) max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.faq .inner .faq_wrap .faq_group .faq_list details summary {
    align-items: flex-start;
  }
}
section.faq .inner .faq_wrap .faq_group .faq_list details summary::-webkit-details-marker {
  display: none;
}
section.faq .inner .faq_wrap .faq_group .faq_list details summary::before, section.faq .inner .faq_wrap .faq_group .faq_list details summary::after {
  content: "";
  position: absolute;
  top: 53px;
  right: 40px;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform 0.35s ease;
}
@media screen and (max-width: 1439px) {
  section.faq .inner .faq_wrap .faq_group .faq_list details summary::before, section.faq .inner .faq_wrap .faq_group .faq_list details summary::after {
    right: max(10px, 10px + 30 * (100vw - 390px) / 1049);
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    top: max(31px, 31px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.faq .inner .faq_wrap .faq_group .faq_list details summary::before, section.faq .inner .faq_wrap .faq_group .faq_list details summary::after {
    height: 1.5px;
  }
}
section.faq .inner .faq_wrap .faq_group .faq_list details summary::after {
  transform: rotate(90deg);
}
section.faq .inner .faq_wrap .faq_group .faq_list details summary .q_mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  flex-shrink: 0;
}
@media screen and (max-width: 1439px) {
  section.faq .inner .faq_wrap .faq_group .faq_list details summary .q_mark {
    width: max(35px, 35px + 30 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
section.faq .inner .faq_wrap .faq_group .faq_list details summary .faq_question {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  display: block;
}
@media screen and (max-width: 1439px) {
  section.faq .inner .faq_wrap .faq_group .faq_list details summary .faq_question {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.faq .inner .faq_wrap .faq_group .faq_list details summary .faq_question {
    line-height: 1.45;
  }
}
section.faq .inner .faq_wrap .faq_group .faq_list details .faq_answer {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 15px;
  padding: 40px;
  overflow: hidden;
  transition: height 0.35s ease, margin-bottom 0.35s ease, padding-top 0.35s ease, padding-bottom 0.35s ease;
}
@media screen and (max-width: 1439px) {
  section.faq .inner .faq_wrap .faq_group .faq_list details .faq_answer {
    grid-template-columns: max(35px, 35px + 30 * (100vw - 390px) / 1049) 1fr;
    gap: max(5px, 5px + 10 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 25 * (100vw - 390px) / 1049) max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
section.faq .inner .faq_wrap .faq_group .faq_list details .faq_answer .a_mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.faq .inner .faq_wrap .faq_group .faq_list details .faq_answer .a_mark {
    width: max(35px, 35px + 30 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
section.faq .inner .faq_wrap .faq_group .faq_list details .faq_answer p {
  letter-spacing: 0.05em;
}
section.faq .inner .faq_wrap .faq_blue .faq_list details summary {
  color: #0050a2;
}
section.faq .inner .faq_wrap .faq_blue .faq_list details summary .q_mark {
  background: #0050a2;
}
section.faq .inner .faq_wrap .faq_blue .faq_list details .faq_answer {
  background: #f2f9ff;
}
section.faq .inner .faq_wrap .faq_blue .faq_list details .faq_answer .a_mark {
  border-color: #0050a2;
  color: #0050a2;
}
section.faq .inner .faq_wrap .faq_green .faq_list details summary {
  color: #00947a;
}
section.faq .inner .faq_wrap .faq_green .faq_list details summary .q_mark {
  background: #00947a;
}
section.faq .inner .faq_wrap .faq_green .faq_list details .faq_answer {
  background: #f2fffc;
}
section.faq .inner .faq_wrap .faq_green .faq_list details .faq_answer .a_mark {
  border-color: #00947a;
  color: #00947a;
}

section.access {
  padding: 100px 0 0;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.access {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_title {
  position: relative;
  text-align: center;
}
section.access .inner .access_title .access_title_en,
section.access .inner .access_title .access_title_en_reflection {
  display: block;
  font-family: "Lora", serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: transparent;
  margin-top: -0.15em;
  margin-bottom: -0.15em;
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_title .access_title_en,
  section.access .inner .access_title .access_title_en_reflection {
    font-size: max(56px, 56px + 64 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_title .access_title_en {
  background-image: linear-gradient(to bottom, #00947a 0 56%, #025d4d 56% 100%);
}
section.access .inner .access_title .access_title_en_reflection {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  transform: scaleY(-1);
  background-image: linear-gradient(to bottom, rgba(0, 148, 122, 0.1) 0%, rgba(0, 148, 122, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_title .access_title_en_reflection {
    top: max(48px, 48px + 62 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_title h2 {
  margin-top: 34px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_title h2 {
    margin-top: max(16px, 16px + 18 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_wrap {
  display: grid;
  grid-template-columns: 530px 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 85px;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_wrap {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 55 * (100vw - 390px) / 1049);
    grid-template-columns: max(250px, 250px + 280 * (100vw - 768px) / 671) 1fr;
  }
}
@media screen and (max-width: 767px) {
  section.access .inner .access_wrap {
    display: block;
  }
}
section.access .inner .access_wrap .access_img {
  overflow: hidden;
}
section.access .inner .access_wrap .access_img picture,
section.access .inner .access_wrap .access_img img {
  display: block;
  width: 100%;
}
section.access .inner .access_wrap .access_img img {
  aspect-ratio: 530/414;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.access .inner .access_wrap .access_img img {
    aspect-ratio: 350/240;
  }
}
@media screen and (max-width: 767px) {
  section.access .inner .access_wrap .access_info {
    margin-top: 20px;
  }
}
section.access .inner .access_wrap .access_info .access_logo {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_wrap .access_info .access_logo {
    width: max(240px, 240px + 100 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.access .inner .access_wrap .access_info .access_logo {
    display: none;
  }
}
section.access .inner .access_wrap .access_info .access_logo img {
  display: block;
  width: 100%;
  height: auto;
}
section.access .inner .access_wrap .access_info .access_time {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_wrap .access_info .access_time {
    margin-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_wrap .access_info .access_time th,
section.access .inner .access_wrap .access_info .access_time td {
  border: 1px solid #b5b5b5;
  vertical-align: middle;
}
section.access .inner .access_wrap .access_info .access_time thead th {
  padding: 8.5px 12px;
  background: #00947a;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_wrap .access_info .access_time thead th {
    padding: max(7.5px, 7.5px + 1 * (100vw - 390px) / 1049) max(4px, 4px + 8 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_wrap .access_info .access_time thead th:first-child {
  width: 130px;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_wrap .access_info .access_time thead th:first-child {
    width: max(90px, 90px + 40 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_wrap .access_info .access_time tbody th {
  padding: 13.5px 12px;
  background: #e9e9e9;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_wrap .access_info .access_time tbody th {
    padding: max(7.5px, 7.5px + 6 * (100vw - 390px) / 1049) max(4px, 4px + 8 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_wrap .access_info .access_time tbody td {
  padding: 13.5px 12px;
  color: #00947a;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_wrap .access_info .access_time tbody td {
    padding: max(7.5px, 7.5px + 6 * (100vw - 390px) / 1049) max(4px, 4px + 8 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_wrap .access_info .access_note {
  margin-top: 10px;
  line-height: 1.2;
}
section.access .inner .access_wrap .access_info .access_note span {
  color: #00947a;
}
section.access .inner .access_wrap .access_info dl {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_wrap .access_info dl {
    margin-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_wrap .access_info dl div {
  display: grid;
  grid-template-columns: 97px 1fr;
  gap: 0;
  padding: 16px 0 10px;
  border-bottom: 1px solid #b5b5b5;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_wrap .access_info dl div {
    grid-template-columns: max(76px, 76px + 21 * (100vw - 390px) / 1049) 1fr;
    padding: max(12px, 12px + 4 * (100vw - 390px) / 1049) 0 max(10px, 10px + 0 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_wrap .access_info dl div:first-child {
  padding-top: 0;
}
section.access .inner .access_wrap .access_info dl div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
section.access .inner .access_wrap .access_info dl div dt,
section.access .inner .access_wrap .access_info dl div dd {
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  section.access .inner .access_wrap .access_info dl div dt,
  section.access .inner .access_wrap .access_info dl div dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.access .inner .access_wrap .access_info dl div dt {
  font-weight: 700;
}
section.access .inner .access_wrap .access_info dl div dd {
  font-weight: 400;
}
section.access .access_map {
  margin-top: 40px;
  aspect-ratio: 1440/500;
}
@media screen and (max-width: 1439px) {
  section.access .access_map {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.access .access_map {
    aspect-ratio: 390/210;
  }
}
section.access .access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

section.unei {
  padding: 100px 0;
  background: #d7d7d7;
}
@media screen and (max-width: 1439px) {
  section.unei {
    padding: max(30px, 30px + 70 * (100vw - 390px) / 1049) 0;
  }
}
section.unei .inner .unei_wrap {
  padding: 34px 40px;
  border: 3px solid #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  section.unei .inner .unei_wrap {
    padding: max(14px, 14px + 20 * (100vw - 390px) / 1049) max(14px, 14px + 26 * (100vw - 390px) / 1049);
  }
}
section.unei .inner .unei_wrap h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.unei .inner .unei_wrap h2 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.unei .inner .unei_wrap p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.unei .inner .unei_wrap p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.unei .inner .unei_wrap p {
    line-height: 1.6;
  }
}
section.unei .inner .unei_wrap ul {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.unei .inner .unei_wrap ul {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.unei .inner .unei_wrap ul li {
  position: relative;
  padding-left: 13px;
}
section.unei .inner .unei_wrap ul li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  section.unei .inner .unei_wrap ul li:not(:first-child) {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
section.unei .inner .unei_wrap ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 10px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #787878;
}
@media screen and (max-width: 1439px) {
  section.unei .inner .unei_wrap ul li::before {
    top: max(9px, 9px + 1 * (100vw - 390px) / 1049);
  }
}
section.unei .inner .unei_wrap ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: underline;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  section.unei .inner .unei_wrap ul li a {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}

section.banner {
  padding: 60px 0;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.banner {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0 max(50px, 50px + 10 * (100vw - 390px) / 1049);
  }
}
section.banner .inner .banner_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1439px) {
  section.banner .inner .banner_list {
    gap: max(10px, 10px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.banner .inner .banner_list {
    grid-template-columns: 1fr;
  }
}
section.banner .inner .banner_list li a,
section.banner .inner .banner_list li picture,
section.banner .inner .banner_list li img {
  display: block;
  width: 100%;
}
section.banner .inner .banner_list li a {
  transition: opacity 0.3s ease;
}
section.banner .inner .banner_list li a:hover {
  opacity: 0.8;
}
section.banner .inner .banner_list li img {
  aspect-ratio: 350/100;
  object-fit: cover;
}

.footer {
  border-top: 1px solid #b5b5b5;
  color: #333333;
  background: #ffffff;
}
.footer .inner .footer_wrap {
  display: grid;
  grid-template-columns: 151px 1fr;
  gap: 40px;
  align-items: start;
  padding: 59px 0 60px;
}
@media screen and (max-width: 1439px) {
  .footer .inner .footer_wrap {
    grid-template-columns: max(110px, 110px + 41 * (100vw - 390px) / 1049) 1fr;
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 29 * (100vw - 390px) / 1049) 0 max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .inner .footer_wrap {
    display: block;
  }
}
.footer .inner .footer_wrap .footer_logo {
  margin-top: 79px;
}
@media screen and (max-width: 1439px) {
  .footer .inner .footer_wrap .footer_logo {
    margin-top: max(0px, 0px + 79 * (100vw - 390px) / 1049);
  }
}
.footer .inner .footer_wrap .footer_logo a,
.footer .inner .footer_wrap .footer_logo picture,
.footer .inner .footer_wrap .footer_logo img {
  display: block;
}
.footer .inner .footer_wrap .footer_logo img {
  width: 151px;
}
@media screen and (max-width: 1439px) {
  .footer .inner .footer_wrap .footer_logo img {
    width: max(110px, 110px + 41 * (100vw - 390px) / 1049);
  }
}
.footer .inner .footer_wrap .footer_nav_wrap {
  display: grid;
  grid-template-columns: 1fr 90px;
  gap: 40px;
  align-items: start;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1439px) {
  .footer .inner .footer_wrap .footer_nav_wrap {
    grid-template-columns: 1fr max(80px, 80px + 10 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer .inner .footer_wrap .footer_nav_wrap {
    display: block;
    margin-top: 30px;
  }
}
.footer .inner .footer_wrap .footer_nav_wrap .footer_nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, max-content));
  gap: 40px;
  justify-self: flex-end;
}
@media screen and (max-width: 1439px) {
  .footer .inner .footer_wrap .footer_nav_wrap .footer_nav {
    gap: max(20px, 20px + 20 * (100vw - 768px) / 671) max(0px, 0px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .footer .inner .footer_wrap .footer_nav_wrap .footer_nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 1439px) {
  .footer .inner .footer_wrap .footer_nav_wrap .footer_nav li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.footer .inner .footer_wrap .footer_nav_wrap .footer_nav li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  .footer .inner .footer_wrap .footer_nav_wrap .footer_nav li a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.footer .inner .footer_wrap .footer_nav_wrap .footer_sns {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer .inner .footer_wrap .footer_nav_wrap .footer_sns {
    margin-top: 30px;
  }
}
.footer .inner .footer_wrap .footer_nav_wrap .footer_sns li a,
.footer .inner .footer_wrap .footer_nav_wrap .footer_sns li img {
  display: block;
}
.footer .inner .footer_wrap .footer_nav_wrap .footer_sns li img {
  width: 40px;
}
.footer .footer_copy {
  padding: 14px 20px;
  border-top: 1px solid #b5b5b5;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .footer .footer_copy {
    padding: max(10px, 10px + 4 * (100vw - 390px) / 1049) 20px 22px;
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
