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

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

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

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

.no-spacing {
  letter-spacing: 0;
}

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

.section_title {
  color: #5b5b5b;
  text-align: center;
}
.section_title > h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  .section_title > h2 {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
.section_title > .en,
.section_title > span.en {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 0.8;
  color: #005ea0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .section_title > .en,
  .section_title > span.en {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
.section_title.section_title_ls05 > h2 {
  letter-spacing: 0.05em;
}
.section_title.section_title_light {
  color: #ffffff;
}
.section_title.section_title_light > .en,
.section_title.section_title_light > span.en {
  color: inherit;
}

h3.heading_lg,
h4.heading_lg {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  h3.heading_lg,
  h4.heading_lg {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}

h3.heading_md,
h4.heading_md {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  h3.heading_md,
  h4.heading_md {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}

h3.heading_sm,
h4.heading_sm {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  h3.heading_sm,
  h4.heading_sm {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}

.heading_primary {
  color: #005ea0;
}

.heading_muted {
  color: #7c7c7c;
}

.heading_danger {
  color: #b13d3f;
}

.heading_light {
  color: #ffffff;
}

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: #5b5b5b;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  header.header :where(p),
  main :where(p) {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

.text_fw500 {
  font-weight: 500;
}

.text_fw700 {
  font-weight: 700;
}

.text_lh_normal {
  line-height: normal;
}

.text_lh14 {
  line-height: 1.4;
}

.text_lh16 {
  line-height: 1.6;
}

.text_lh18 {
  line-height: 1.8;
}

.text_ls0 {
  letter-spacing: 0;
}

.text_ls10 {
  letter-spacing: 0.1em;
}

.text_md {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  .text_md {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}

.text_sm {
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  .text_sm {
    font-size: max(12px, 12px + 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);
}

body.lp-fracture-page > .skip-link {
  position: absolute;
  top: -1000em;
  left: 6px;
  z-index: 1002;
}
body.lp-fracture-page > .skip-link:focus {
  top: 6px;
}

header.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  header.header {
    position: fixed;
    z-index: 1001;
    background-color: transparent;
    transition: background-color 0.2s ease;
  }
}
@media screen and (max-width: 767px) {
  header.header.is-scrolled {
    background-color: #ffffff;
  }
}
header.header .header_inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  min-height: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  header.header .header_inner {
    min-height: 70px;
    padding: 0 10px;
  }
}
header.header .header_logo {
  flex: 0 1 270px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  header.header .header_logo {
    flex-basis: 180px;
    padding-top: 8px;
  }
}
header.header .header_logo > p {
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  header.header .header_logo > p {
    width: max-content;
    max-width: calc(100vw - 90px);
    font-size: 7px;
    white-space: normal;
  }
}
header.header .header_logo > a {
  display: block;
  width: 100%;
  max-width: 270px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  header.header .header_logo > a {
    max-width: 180px;
    margin-top: 4px;
  }
}
header.header .header_logo > a img {
  width: 100%;
}
header.header .header_actions {
  display: flex;
  flex: 0 1 620px;
  gap: 10px;
  width: 100%;
  margin-left: auto;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  header.header .header_actions {
    display: none;
  }
}
header.header .header_action {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  height: 70px;
  padding: 8px 15px 5px;
  border-radius: 5px;
  color: #ffffff;
}
header.header .header_action .header_action_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 25px;
  border-radius: 99px;
  background: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
header.header .header_action .header_action_main {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
header.header .header_action .header_action_main img {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}
header.header .header_action .header_action_main .header_action_en {
  font-family: "Jost", sans-serif;
}
header.header .header_action.header_action_tel {
  background: #005ea0;
}
header.header .header_action.header_action_tel .header_action_label {
  color: #005ea0;
}
header.header .header_action.header_action_tel .header_action_main {
  width: calc(100% + 12px);
  font-family: "Jost", sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
}
header.header .header_action.header_action_web {
  background: #4da9e5;
}
header.header .header_action.header_action_web .header_action_label {
  color: #4da9e5;
}
header.header .header_action.header_action_line {
  background: #6bb335;
}
header.header .header_action.header_action_line .header_action_label {
  color: #6bb335;
}
header.header .header_action.header_action_line .header_action_main img {
  width: 23px;
}
header.header .header_menu {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: linear-gradient(124deg, #005ea0 7%, #4da9e5 98%);
}
@media screen and (max-width: 767px) {
  header.header .header_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 17px;
  }
}
header.header .header_menu > span {
  width: 25px;
  height: 2px;
  border-radius: 99px;
  background: #ffffff;
  transition: transform 0.2s, opacity 0.2s;
}
header.header .header_menu.is-active > span:first-child {
  transform: translateY(9px) rotate(45deg);
}
header.header .header_menu.is-active > span:nth-child(2) {
  opacity: 0;
}
header.header .header_menu.is-active > span:last-child {
  transform: translateY(-9px) rotate(-45deg);
}

.follow_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 75px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(62, 58, 57, 0.05);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .follow_header {
    top: auto;
    bottom: 0;
    z-index: 1002;
    height: 60px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}
.follow_header.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.follow_header .follow_header_inner {
  display: flex;
  gap: 20px;
  width: 100%;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .follow_header .follow_header_inner {
    height: 60px;
  }
}
.follow_header .page_nav {
  flex: 0 1 800px;
  min-width: 796px;
  height: 75px;
  padding-left: 20px;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .follow_header .page_nav {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
  .follow_header .page_nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .follow_header .page_nav {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 60px;
    display: block;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 20px;
    overflow-y: auto;
    visibility: hidden;
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    transform: none;
    transition: visibility 0.2s, opacity 0.2s ease, clip-path 0.2s ease;
  }
}
@media screen and (max-width: 767px) {
  .follow_header .page_nav.is-open {
    visibility: visible;
    clip-path: inset(0);
    opacity: 1;
  }
}
.follow_header .page_nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .follow_header .page_nav ul {
    display: block;
    height: auto;
    border-top: 1px solid #deecf6;
  }
}
.follow_header .page_nav ul li {
  position: relative;
  flex: 0 0 auto;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .follow_header .page_nav ul li {
    border-bottom: 1px solid #deecf6;
  }
}
@media screen and (max-width: 767px) {
  .follow_header .page_nav ul li + li {
    position: static;
  }
}
.follow_header .page_nav ul li + li::before {
  position: absolute;
  top: 22px;
  left: -16px;
  width: 1px;
  height: 45px;
  background: #dcdcdc;
  content: "";
}
@media screen and (max-width: 767px) {
  .follow_header .page_nav ul li + li::before {
    content: none;
  }
}
.follow_header .page_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #5b5b5b;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .follow_header .page_nav ul li a {
    justify-content: flex-start;
    min-height: 55px;
    height: auto;
    padding: 12px 10px;
    font-size: 18px;
    white-space: normal;
  }
}
.follow_header .follow_actions {
  display: flex;
  flex: 1 1 510px;
  max-width: 510px;
  height: 75px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .follow_header .follow_actions {
    flex: 1 1 100%;
    width: 100%;
    height: 60px;
  }
}
.follow_header .follow_action {
  display: flex;
  flex: 1 1 170px;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  height: 75px;
  padding: 10px 10px 5px;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(62, 58, 57, 0.05);
}
@media screen and (max-width: 767px) {
  .follow_header .follow_action {
    flex: 1 1 0;
    height: 60px;
    padding: 7px 5px 4px;
  }
}
.follow_header .follow_action .follow_action_label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25px;
  border-radius: 15px;
  background: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .follow_header .follow_action .follow_action_label {
    height: 20px;
    font-size: 12px;
    font-weight: 400;
  }
}
.follow_header .follow_action .follow_action_main {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .follow_header .follow_action .follow_action_main {
    gap: 3px;
    width: calc(100% + 10px);
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 389px) {
  .follow_header .follow_action .follow_action_main {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.follow_header .follow_action .follow_action_main img {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .follow_header .follow_action .follow_action_main img {
    width: 15px;
    height: 15px;
  }
}
.follow_header .follow_action .follow_action_main .follow_action_en {
  font-family: "Jost", sans-serif;
}
.follow_header .follow_action.follow_action_tel {
  background: #005ea0;
}
.follow_header .follow_action.follow_action_tel .follow_action_label {
  color: #005ea0;
}
.follow_header .follow_action.follow_action_tel .follow_action_main {
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 389px) {
  .follow_header .follow_action.follow_action_tel .follow_action_main {
    gap: 2px;
    font-size: 13px;
  }
  .follow_header .follow_action.follow_action_tel .follow_action_main img {
    width: 12px;
    height: 12px;
  }
}
.follow_header .follow_action.follow_action_web {
  background: #4da9e5;
}
.follow_header .follow_action.follow_action_web .follow_action_label {
  color: #4da9e5;
}
.follow_header .follow_action.follow_action_line {
  background: #6bb335;
}
.follow_header .follow_action.follow_action_line .follow_action_label {
  color: #81bb05;
}

@media screen and (max-width: 767px) {
  body.lp-fracture-page {
    padding-bottom: 60px;
  }
}
body.lp-fracture-page.no_scroll {
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.lp-fracture-page.no_scroll header.header {
    background-color: #ffffff;
  }
}

body.lp-fracture-page {
  margin: 0;
  padding-top: 0;
}

main.lp-fracture {
  margin: 0;
  padding: 0;
}

.fv {
  position: relative;
  height: calc(100svh - 80px);
  min-height: 740px;
  margin: 0;
  overflow: clip;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .fv {
    height: calc(100svh - 60px);
    min-height: 640px;
  }
}
.fv .fv_bg {
  position: absolute;
  inset: 0;
}
.fv .fv_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .fv .fv_bg img {
    object-position: center top;
  }
}
.fv .fv_inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(350px, 350px + 230 * (100vw - 390px) / 1049, 580px);
  align-items: center;
  width: min(100%, 1440px);
  height: 100%;
  margin: 0 auto;
  padding-right: clamp(20px, 20px + 50 * (100vw - 390px) / 1049, 70px);
}
@media screen and (max-width: 767px) {
  .fv .fv_inner {
    grid-template-columns: minmax(0, 1fr);
    padding-right: 0;
  }
}
.fv .fv_copy {
  position: relative;
  z-index: 2;
  grid-row: 1;
  grid-column: 1/-1;
  align-self: center;
  margin-left: clamp(20px, 20px + 60 * (100vw - 390px) / 1049, 80px);
  transform: translateY(48px);
}
@media screen and (max-width: 767px) {
  .fv .fv_copy {
    margin-right: 20px;
    margin-left: 20px;
    transform: translateY(46px);
  }
}
.fv .fv_copy .fv_location {
  font-family: inherit;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4375;
  color: #5b5b5b;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  .fv .fv_copy .fv_location {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_copy .fv_location {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
.fv .fv_copy .fv_location span {
  font-size: 48px;
  line-height: inherit;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  .fv .fv_copy .fv_location span {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_copy .fv_location span {
    font-size: 24px;
  }
}
.fv .fv_copy h1 {
  margin-top: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.4375;
  color: #5b5b5b;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  .fv .fv_copy h1 {
    font-size: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_copy h1 {
    width: calc(100% + 0.1em);
    margin-top: 5px;
    font-size: clamp(30px, 30px + 10 * (100vw - 320px) / 70, 40px);
  }
}
.fv .fv_copy h1 span {
  line-height: inherit;
  color: #015fa0;
}
.fv .fv_copy h1 span:nth-child(even) {
  color: #4da9e5;
}
.fv .fv_copy .fv_lead {
  margin-top: 40px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 2.1;
  color: #5b5b5b;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .fv .fv_copy .fv_lead {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_copy .fv_lead {
    margin-top: 10px;
    font-size: max(12px, 3.5897435897vw);
    line-height: 1.8;
  }
}
.fv .fv_bubble {
  position: absolute;
  z-index: 3;
  width: 268px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_bubble {
    width: max(149px, 149px + 119 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_bubble {
    width: 149px;
  }
}
.fv .fv_bubble img {
  width: 100%;
}
.fv .fv_bubble01 {
  top: calc(50% - 208px);
  left: calc(50% - 417px);
}
@media screen and (max-width: 1439px) {
  .fv .fv_bubble01 {
    left: max(70px, 70px + 233 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_bubble01 {
    top: calc(50% - 85px);
    left: 17.9487%;
  }
}
.fv .fv_bubble02 {
  top: calc(50% - 129px);
  left: calc(50% - 325px);
}
@media screen and (max-width: 1439px) {
  .fv .fv_bubble02 {
    left: max(165px, 165px + 230 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_bubble02 {
    top: calc(50% - 42px);
    left: 42.3077%;
  }
}
.fv .fv_points {
  position: relative;
  z-index: 2;
  display: flex;
  grid-row: 1;
  grid-column: 2;
  align-items: center;
  width: 100%;
  transform: translateY(210px);
}
@media screen and (max-width: 767px) {
  .fv .fv_points {
    grid-column: 1;
    margin: 0 20px;
    width: auto;
    transform: translateY(209px);
  }
}
.fv .fv_points li {
  position: relative;
  display: flex;
  flex: 0 0 220px;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 15px rgba(80, 80, 80, 0.15);
}
@media screen and (max-width: 1439px) {
  .fv .fv_points li {
    flex-basis: clamp(130px, 130px + 90 * (100vw - 390px) / 1049, 220px);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_points li {
    flex-basis: clamp(104px, 104px + 26 * (100vw - 320px) / 70, 130px);
    box-shadow: none;
    filter: none;
  }
}
.fv .fv_points li::before {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}
@media screen and (max-width: 767px) {
  .fv .fv_points li::before {
    inset: 7.5px;
    box-shadow: none;
    filter: none;
  }
}
.fv .fv_points li > div {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv .fv_points li > div {
    box-shadow: none;
    filter: none;
  }
}
.fv .fv_points li + li {
  margin-left: -6.8966%;
}
@media screen and (max-width: 767px) {
  .fv .fv_points li + li {
    margin-left: -5.7143%;
  }
}
.fv .fv_points li p {
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  color: #505050;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1439px) {
  .fv .fv_points li p {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_points li p {
    font-size: 14px;
  }
}
.fv .fv_points li p span {
  font-size: 32px;
  color: #015fa0;
}
@media screen and (max-width: 1439px) {
  .fv .fv_points li p span {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_points li p span {
    font-size: 20px;
  }
}
.fv .fv_points li:nth-child(2) > div {
  transform: translateY(4px);
}
@media screen and (max-width: 767px) {
  .fv .fv_points li:nth-child(2) > div {
    transform: none;
  }
}
.fv .fv_points li:nth-child(2) p span {
  color: #4da9e5;
}
.fv .fv_points li:nth-child(3) p span {
  font-size: 28px;
  color: #3eb3d3;
}
@media screen and (max-width: 1439px) {
  .fv .fv_points li:nth-child(3) p span {
    font-size: max(18px, 18px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .fv .fv_points li:nth-child(3) p span {
    font-size: 18px;
  }
}

.nav {
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}
.nav ul {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  max-width: 1200px;
  margin: 0 auto;
}
.nav ul li {
  min-width: 0;
  background: linear-gradient(141deg, #005ea0 7%, #4da9e5 98%);
}
.nav ul li a {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .nav ul li a {
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}

/* onayami */
section.onayami .onayami_main {
  position: relative;
  z-index: 1;
  padding: 62px 0 78px;
  background: linear-gradient(180deg, #ffffff 0%, #edf2f6 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_main {
    padding: 30px 0 57px;
    background: linear-gradient(180deg, #ffffff 0%, #edf2f6 100%);
  }
}
section.onayami .onayami_heading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 604px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_heading {
    width: 312px;
    padding-top: 46px;
  }
}
section.onayami .onayami_heading .onayami_heading_label {
  position: absolute;
  z-index: 1;
  top: 38px;
  left: 5px;
  display: grid;
  place-items: center;
  width: 164px;
  height: 80px;
  color: #ffffff;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_heading .onayami_heading_label {
    top: 29px;
    width: 82px;
    height: 40px;
    font-size: 20px;
  }
}
section.onayami .onayami_heading .onayami_heading_label::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -6.25% -6.1% -18.75%;
  background: url("../img/icon_onayami_label.svg") center/100% 100% no-repeat;
  transform: scaleX(-1);
}
section.onayami .onayami_heading .onayami_heading_label > span {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
section.onayami .onayami_heading .onayami_heading_main {
  position: relative;
  z-index: 1;
  width: 252px;
  margin-left: 164px;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_heading .onayami_heading_main {
    width: 129px;
    margin-left: 82px;
  }
}
section.onayami .onayami_heading .onayami_heading_main h2 {
  display: flex;
  justify-content: center;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}
section.onayami .onayami_heading .onayami_heading_main h2 span {
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_heading .onayami_heading_main h2 {
    font-size: 40px;
  }
}
section.onayami .onayami_heading .onayami_heading_main h2 span:nth-child(2) {
  color: #005ea0;
}
section.onayami .onayami_heading .onayami_heading_main picture {
  display: block;
  line-height: 0;
}
section.onayami .onayami_heading .onayami_heading_main img {
  display: block;
  width: 241px;
  height: 20px;
  margin: 0 auto;
  object-fit: fill;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_heading .onayami_heading_main img {
    width: 129px;
    height: 14px;
  }
}
section.onayami .onayami_heading .onayami_heading_question {
  position: relative;
  z-index: 1;
  width: 400px;
  margin-top: -6px;
  margin-left: 90px;
  font-family: inherit;
  font-size: 56px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_heading .onayami_heading_question {
    width: 220px;
    margin-top: 1px;
    margin-left: 34px;
    font-size: 32px;
  }
}
section.onayami .onayami_heading .onayami_heading_icon {
  position: absolute;
  z-index: 1;
  top: 178px;
  left: 475px;
  width: 80px;
  height: 78px;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_heading .onayami_heading_icon {
    top: 113px;
    left: 249px;
    width: 50px;
    height: 49px;
  }
}
section.onayami .onayami_heading .onayami_heading_img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 424px;
  width: 180px;
  height: 230px;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_heading .onayami_heading_img {
    right: 0;
    left: auto;
    width: 100px;
    height: 128px;
  }
}
section.onayami .onayami_heading .onayami_heading_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.onayami .onayami_lead {
  margin-top: 40px;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_lead {
    max-width: 234px;
    margin: 20px auto 0;
    line-height: 1.8;
  }
}
section.onayami .onayami_lead span {
  color: #005ea0;
}
section.onayami .onayami_intro {
  margin-top: 24px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_intro {
    margin-top: 12px;
    text-align: center;
  }
}
section.onayami .onayami_checklist {
  position: relative;
  z-index: 2;
  padding-top: 81px;
  background: #385e78;
  clip-path: inset(-60px 0 0);
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist {
    padding-top: 60px;
  }
}
section.onayami .onayami_checklist .onayami_bg_layer {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}
section.onayami .onayami_checklist .onayami_bg {
  display: block;
  overflow: visible;
}
section.onayami .onayami_checklist .onayami_bg img {
  position: absolute;
  max-width: none;
  height: auto;
  aspect-ratio: 1;
}
section.onayami .onayami_checklist .onayami_bg01 img {
  top: -150px;
  left: -150px;
  width: 620px;
}
@media screen and (min-width: 1440px) {
  section.onayami .onayami_checklist .onayami_bg01 img {
    transform: translateX(calc(50vw - 720px));
  }
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_bg01 img {
    top: -70px;
    right: -70px;
    left: auto;
    width: 320px;
  }
}
section.onayami .onayami_checklist .onayami_bg02 img {
  top: -150px;
  right: -150px;
  left: auto;
  width: 654px;
}
@media screen and (min-width: 1440px) {
  section.onayami .onayami_checklist .onayami_bg02 img {
    transform: translateX(calc(720px - 50vw));
  }
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_bg02 {
    display: none;
  }
}
section.onayami .onayami_checklist .onayami_check_intro {
  position: absolute;
  z-index: 2;
  top: -38px;
  left: 50%;
  display: grid;
  place-items: center;
  width: min(911px, 100% - 40px);
  padding: 16px 30px;
  border-radius: 999px;
  background: #ffffff;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_check_intro {
    padding: 11px 20px;
  }
}
section.onayami .onayami_checklist .onayami_check_intro::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 43px solid #ffffff;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_check_intro::after {
    bottom: -10px;
    border-top-width: 10px;
    border-right-width: 13px;
    border-left-width: 13px;
  }
}
section.onayami .onayami_checklist .onayami_check_intro p {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_checklist .onayami_check_intro p {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_check_intro p {
    line-height: 1.6;
  }
}
section.onayami .onayami_checklist .onayami_check_title {
  position: relative;
  z-index: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_check_title {
    max-width: 240px;
    margin: 0 auto;
    line-height: normal;
  }
}
section.onayami .onayami_checklist .onayami_check_title::before, section.onayami .onayami_checklist .onayami_check_title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #ffffff;
}
section.onayami .onayami_checklist .onayami_check_title::before {
  left: calc(50% - 280px);
  transform: rotate(55deg);
}
section.onayami .onayami_checklist .onayami_check_title::after {
  right: calc(50% - 280px);
  transform: rotate(-55deg);
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_check_title::before, section.onayami .onayami_checklist .onayami_check_title::after {
    top: 60%;
    height: 1px;
  }
  section.onayami .onayami_checklist .onayami_check_title::before {
    left: -38px;
  }
  section.onayami .onayami_checklist .onayami_check_title::after {
    right: -38px;
  }
}
section.onayami .onayami_checklist .onayami_check_title span {
  color: #fbff22;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_check_title span {
    display: block;
  }
}
section.onayami .onayami_checklist .onayami_check_list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-rows: repeat(6, auto);
  gap: 20px 60px;
  max-width: 900px;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_check_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
  }
}
section.onayami .onayami_checklist .onayami_check_list li {
  position: relative;
  padding-left: 28px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.onayami .onayami_checklist .onayami_check_list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_check_list li {
    padding-left: 23px;
  }
}
section.onayami .onayami_checklist .onayami_check_list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 20px;
  background: url("../img/icon_checkbox.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_check_list li::before {
    top: 5px;
    width: 18px;
    height: 16px;
  }
}
section.onayami .onayami_checklist .onayami_check_list li strong {
  font-weight: 700;
}
section.onayami .onayami_checklist .onayami_warning {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding: 84px 60px 60px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_warning {
    margin-top: 60px;
    padding: 40px 20px 20px;
    border-radius: 20px;
  }
}
section.onayami .onayami_checklist .onayami_warning::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 280px;
  height: 100px;
  background: url("../img/icon_onayami_polygon.svg") center/100% 100% no-repeat;
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_warning::before {
    top: -30px;
    width: 180px;
    height: 64px;
  }
}
section.onayami .onayami_checklist .onayami_warning h3 {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_warning h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}
section.onayami .onayami_checklist .onayami_warning h3 span:last-child {
  color: #fbff22;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_warning h3 span {
    display: block;
  }
}
section.onayami .onayami_checklist .onayami_warning > div {
  position: relative;
  z-index: 1;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_warning > div {
    margin-top: 12px;
  }
}
section.onayami .onayami_checklist .onayami_warning > div p {
  color: #ffffff;
}
section.onayami .onayami_checklist .onayami_warning > div p + p {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  section.onayami .onayami_checklist .onayami_warning > div p + p {
    margin-top: 25px;
  }
}

/* /onayami */
/* root-fracture */
section.root-fracture {
  background: #ffffff;
}
section.root-fracture .root-fracture_title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 536px);
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  color: #5b5b5b;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_title {
    width: max(350px, 350px + 186 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.root-fracture .root-fracture_title {
    width: 100%;
  }
}
section.root-fracture .root-fracture_title h2 {
  margin-top: -5px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transform: translateX(23px);
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_title h2 {
    margin-top: max(-5px, -1px + -4 * (100vw - 390px) / 1049);
    font-size: max(40px, 40px + 16 * (100vw - 390px) / 1049);
    transform: translateX(max(13px, 13px + 10 * (100vw - 390px) / 1049));
  }
}
section.root-fracture .root-fracture_title h2 span {
  font-size: 48px;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_title h2 span {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_title .root-fracture_title_circle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 125px;
  aspect-ratio: 1;
  padding: 0 12px;
  background: url("../img/icon_circle_dash.svg") center/contain no-repeat;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_title .root-fracture_title_circle {
    left: max(0px, 10px + -10 * (100vw - 390px) / 1049);
    width: max(80px, 80px + 45 * (100vw - 390px) / 1049);
    padding: 0 max(8px, 8px + 4 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_title .root-fracture_title_circle span {
  text-align: center;
}
section.root-fracture .root-fracture_title .root-fracture_title_circle span:last-child {
  text-indent: 1em;
}
section.root-fracture .root-fracture_title .root-fracture_title_en {
  margin-top: 33px;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  color: #005ea0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: translateX(23px);
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_title .root-fracture_title_en {
    margin-top: max(21px, 21px + 12 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    transform: translateX(max(13px, 13px + 10 * (100vw - 390px) / 1049));
  }
}
section.root-fracture .root-fracture_title .root-fracture_title_questions {
  position: absolute;
  top: 0;
  right: 0;
  width: 104px;
  height: 143px;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_title .root-fracture_title_questions {
    right: max(0px, 10px + -10 * (100vw - 390px) / 1049);
    width: max(60px, 60px + 44 * (100vw - 390px) / 1049);
    height: max(90px, 90px + 53 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_title .root-fracture_title_questions img {
  position: absolute;
  transform: rotate(8deg);
}
section.root-fracture .root-fracture_title .root-fracture_title_questions img:first-child {
  top: 5px;
  left: 4px;
  width: 30px;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_title .root-fracture_title_questions img:first-child {
    top: max(5px, 12px + -7 * (100vw - 390px) / 1049);
    left: max(2px, 2px + 2 * (100vw - 390px) / 1049);
    width: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_title .root-fracture_title_questions img:last-child {
  right: 6px;
  top: 37px;
  width: 60px;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_title .root-fracture_title_questions img:last-child {
    right: max(4px, 4px + 2 * (100vw - 390px) / 1049);
    top: max(30px, 30px + 7 * (100vw - 390px) / 1049);
    width: max(35px, 35px + 25 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_lead {
  display: grid;
  grid-template-columns: minmax(0, 38.18%) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  margin-top: 84px;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_lead {
    gap: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    margin-top: max(60px, 60px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.root-fracture .root-fracture_lead {
    display: block;
  }
}
section.root-fracture .root-fracture_lead > picture {
  position: relative;
  z-index: 0;
  display: block;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  section.root-fracture .root-fracture_lead > picture {
    padding-top: 0;
  }
}
section.root-fracture .root-fracture_lead > picture::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 10%;
  border-radius: 50%;
  background: rgba(77, 169, 229, 0.25);
  filter: blur(60px);
}
section.root-fracture .root-fracture_lead > picture img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.root-fracture .root-fracture_lead .root-fracture_lead_text {
    margin-top: 20px;
  }
}
section.root-fracture .root-fracture_lead .root-fracture_lead_text h3 {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  section.root-fracture .root-fracture_lead .root-fracture_lead_text h3 {
    margin-right: -3px;
  }
}
section.root-fracture .root-fracture_lead .root-fracture_lead_text p {
  margin-top: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_lead .root-fracture_lead_text p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_lead .root-fracture_lead_text p strong {
  font-weight: 700;
}
section.root-fracture .root-fracture_types_title {
  position: relative;
  text-align: center;
}
section.root-fracture .root-fracture_types_title::before, section.root-fracture .root-fracture_types_title::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
section.root-fracture .root-fracture_types_title::before {
  top: 0;
  width: 280px;
  height: 100px;
  background-image: url("../img/root-fracture_type-triangle_lg.svg");
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_types_title::before {
    width: max(200px, 200px + 80 * (100vw - 390px) / 1049);
    height: max(71px, 71px + 29 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_types_title::after {
  top: 110px;
  width: 125px;
  height: 45px;
  background-image: url("../img/root-fracture_type-triangle_sm.svg");
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_types_title::after {
    top: max(81px, 81px + 29 * (100vw - 390px) / 1049);
    width: max(100px, 100px + 25 * (100vw - 390px) / 1049);
    height: max(36px, 36px + 9 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_types_title h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  color: #5b5b5b;
}
section.root-fracture .root-fracture_types_title h3 strong {
  font-size: 48px;
  font-weight: inherit;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_types_title h3 strong {
    font-size: max(28px, 28px + 20 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_types_title h3 span {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_types_title h3 span {
    font-size: max(18px, 18px + 22 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_types_title p {
  position: relative;
  margin-top: 24px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_types_title p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_types {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section.root-fracture .root-fracture_types {
    margin-top: 30px;
  }
}
section.root-fracture .root-fracture_type-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  margin-top: 81px;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_type-list {
    gap: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    margin-top: max(43px, 43px + 38 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.root-fracture .root-fracture_type-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
  }
}
section.root-fracture .root-fracture_type-list li {
  position: relative;
  padding: 52px 25px 40px;
  background: #e8f9fd;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_type-list li {
    padding: 52px max(20px, 20px + 5 * (100vw - 390px) / 1049) max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_type-list li:nth-child(2) {
  background: #ebf9ff;
}
section.root-fracture .root-fracture_type-list li:nth-child(3) {
  background: #edf8ff;
}
section.root-fracture .root-fracture_type-list li h4 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: min(100%, 280px);
  height: 68px;
  box-sizing: border-box;
  padding-bottom: 13px;
  background: center/100% 100% no-repeat url("../img/root-fracture_type-heading01.svg");
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_type-list li h4 {
    width: min(100%, max(240px, 240px + 40 * (100vw - 390px) / 1049));
    height: max(55px, 55px + 13 * (100vw - 390px) / 1049);
    padding-bottom: max(11px, 11px + 2 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.root-fracture .root-fracture_type-list li h4 {
    top: -20px;
  }
}
section.root-fracture .root-fracture_type-list li:nth-child(2) h4 {
  background-image: url("../img/root-fracture_type-heading02.svg");
}
section.root-fracture .root-fracture_type-list li:nth-child(3) h4 {
  background-image: url("../img/root-fracture_type-heading03.svg");
}
section.root-fracture .root-fracture_type-list li picture {
  display: block;
  width: min(100%, 240px);
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_type-list li picture {
    width: min(100%, max(200px, 200px + 40 * (100vw - 390px) / 1049));
  }
}
section.root-fracture .root-fracture_type-list li > p {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_type-list li > p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_comparison {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_comparison {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_comparison > h3 {
  padding: 27px 5%;
  background: #fafafa;
  box-shadow: 0 25px 20px -25px rgba(91, 91, 91, 0.2);
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_comparison > h3 {
    padding: max(16px, 16px + 11 * (100vw - 390px) / 1049) 5%;
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_comparison > p {
  margin-top: 40px;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_comparison > p {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_comparison table {
  width: 100%;
  margin-top: 42px;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_comparison table {
    margin-top: max(20px, 20px + 22 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_comparison table col.root-fracture_comparison_label {
  width: 23.64%;
}
@media screen and (max-width: 767px) {
  section.root-fracture .root-fracture_comparison table col.root-fracture_comparison_label {
    width: 28.57%;
  }
}
section.root-fracture .root-fracture_comparison table thead th {
  position: relative;
  padding: 0 40px 26px;
  vertical-align: top;
  background: linear-gradient(to bottom, rgba(0, 94, 160, 0) 47px, #005ea0 47px);
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_comparison table thead th {
    padding: 0 max(10px, 10px + 30 * (100vw - 390px) / 1049) max(15px, 15px + 11 * (100vw - 390px) / 1049);
    background: linear-gradient(to bottom, rgba(0, 94, 160, 0) max(20px, 20px + 27 * (100vw - 390px) / 1049), #005ea0 max(20px, 20px + 27 * (100vw - 390px) / 1049));
  }
}
section.root-fracture .root-fracture_comparison table thead th:nth-child(3) {
  background: linear-gradient(to bottom, rgba(70, 173, 196, 0) 47px, #46adc4 47px);
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_comparison table thead th:nth-child(3) {
    background: linear-gradient(to bottom, rgba(70, 173, 196, 0) max(20px, 20px + 27 * (100vw - 390px) / 1049), #46adc4 max(20px, 20px + 27 * (100vw - 390px) / 1049));
  }
}
section.root-fracture .root-fracture_comparison table thead th:first-child {
  background: transparent;
}
section.root-fracture .root-fracture_comparison table thead th picture {
  display: block;
  width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_comparison table thead th picture {
    width: max(105px, 105px + 95 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_comparison table thead th span {
  display: block;
  margin: 16px auto 0;
  padding: 9px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_comparison table thead th span {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    padding-block: max(4px, 4px + 5 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_comparison table tbody tr {
  border-top: 1px solid #dcdcdc;
}
section.root-fracture .root-fracture_comparison table tbody tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  section.root-fracture .root-fracture_comparison table tbody tr:last-child th,
  section.root-fracture .root-fracture_comparison table tbody tr:last-child td {
    padding-block: 25px;
  }
}
section.root-fracture .root-fracture_comparison table tbody th,
section.root-fracture .root-fracture_comparison table tbody td {
  padding: 40px 10px;
  border-right: 1px solid #dcdcdc;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  section.root-fracture .root-fracture_comparison table tbody th,
  section.root-fracture .root-fracture_comparison table tbody td {
    padding: max(14.7px, 14.7px + 25.3 * (100vw - 390px) / 1049) max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
section.root-fracture .root-fracture_comparison table tbody th {
  border-left: 1px solid #dcdcdc;
  background: #5b5b5b;
  color: #ffffff;
}
section.root-fracture .root-fracture_comparison table tbody td {
  background: #ffffff;
}
section.root-fracture .root-fracture_comparison table tbody tr:nth-child(odd) td:nth-child(2) {
  background: #edf8ff;
}
section.root-fracture .root-fracture_comparison table tbody tr:nth-child(odd) td:nth-child(3) {
  background: #e8f9fd;
}
section.root-fracture .root-fracture_banner {
  display: block;
}
section.root-fracture .root-fracture_banner picture,
section.root-fracture .root-fracture_banner img {
  display: block;
  width: 100%;
}

/* /root-fracture */
/* fact */
section.fact {
  position: relative;
  overflow: clip;
  background: #385e78;
}
section.fact .fact_title {
  position: relative;
  z-index: 2;
  padding: 23px 20px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 25px 20px -25px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  section.fact .fact_title {
    padding: 12px 10px;
  }
}
section.fact .fact_title h2 {
  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.fact .fact_title h2 {
    font-size: max(18px, 18px + 22 * (100vw - 390px) / 1049);
  }
}
section.fact .fact_title h2 strong {
  font-size: 48px;
  font-weight: inherit;
  color: #fbff22;
}
@media screen and (max-width: 1439px) {
  section.fact .fact_title h2 strong {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
section.fact .fact_title h2 span {
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  section.fact .fact_title h2 span {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.fact .fact_title h2 span {
    display: block;
  }
}
section.fact .fact_content {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  padding: 60px 60px 175px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 100%, 0 91%);
}
@media screen and (max-width: 1439px) {
  section.fact .fact_content {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    padding-right: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    padding-left: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.fact .fact_content {
    padding-bottom: 24px;
    clip-path: polygon(0 0, 100% 0, 100% 96.8%, 50% 100%, 0 96.8%);
  }
}
section.fact .fact_content > h3 {
  padding: 22px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #005ea0 0%, rgba(0, 94, 160, 0.6) 50%, #005ea0 100%);
  box-shadow: 0 10px 20px -10px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 1439px) {
  section.fact .fact_content > h3 {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.fact .fact_content > h3 {
    padding: 10px 15px;
  }
}
section.fact .fact_content .fact_ranking {
  display: grid;
  grid-template-columns: minmax(0, 380fr) minmax(0, 480fr);
  gap: 40px;
  margin-top: 40px;
  padding: 40px;
  background: #f4f4f4;
}
@media screen and (max-width: 1439px) {
  section.fact .fact_content .fact_ranking {
    gap: max(20px, 20px + 20 * (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.fact .fact_content .fact_ranking {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section.fact .fact_content .fact_ranking .fact_ranking_text h4 {
  padding-bottom: 14px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  section.fact .fact_content .fact_ranking .fact_ranking_text h4 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.fact .fact_content .fact_ranking .fact_ranking_text h4 {
    padding-bottom: 5px;
  }
}
section.fact .fact_content .fact_ranking .fact_ranking_text p {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  section.fact .fact_content .fact_ranking .fact_ranking_text p {
    margin-top: 12px;
  }
}
section.fact .fact_content .fact_ranking .fact_graph {
  display: block;
}
@media screen and (max-width: 767px) {
  section.fact .fact_content .fact_ranking .fact_graph {
    grid-row: 1;
  }
}
section.fact .fact_content .fact_ranking .fact_graph img {
  width: 100%;
}
section.fact .fact_content .fact_future {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 26px;
  margin-top: 60px;
}
section.fact .fact_content .fact_future::before {
  content: "";
  position: absolute;
  top: -22px;
  right: 96px;
  z-index: 0;
  width: 260px;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.09;
  background: radial-gradient(circle, #4da9e5 0%, #0a64a4 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.fact .fact_content .fact_future {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.fact .fact_content .fact_future {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  section.fact .fact_content .fact_future::before {
    top: 76px;
    right: -238px;
  }
}
section.fact .fact_content .fact_future .fact_future_text {
  position: relative;
  z-index: 1;
}
section.fact .fact_content .fact_future .fact_future_text h4 {
  margin-bottom: 24px;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  section.fact .fact_content .fact_future .fact_future_text h4 {
    margin-bottom: 4px;
  }
}
section.fact .fact_content .fact_future .fact_img {
  position: relative;
  z-index: 1;
  display: block;
  align-self: start;
}
@media screen and (max-width: 767px) {
  section.fact .fact_content .fact_future .fact_img {
    width: 180px;
    margin: 0 auto;
  }
}
section.fact .fact_content .fact_future .fact_img img {
  width: 100%;
}
section.fact .fact_message {
  position: relative;
  padding-top: 70px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.fact .fact_message {
    padding-top: max(30px, 30px + 40 * (100vw - 390px) / 1049);
  }
}
section.fact .fact_message .fact_message_bg {
  position: absolute;
  z-index: 0;
  display: block;
  aspect-ratio: 1;
  pointer-events: none;
}
section.fact .fact_message .fact_message_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.fact .fact_message .fact_message_bg_left {
  top: -260px;
  left: -150px;
  width: 620px;
}
@media screen and (min-width: 1440px) {
  section.fact .fact_message .fact_message_bg_left {
    transform: translateX(calc(50vw - 720px));
  }
}
@media screen and (max-width: 767px) {
  section.fact .fact_message .fact_message_bg_left {
    top: -116px;
    left: -80px;
    width: 300px;
  }
}
section.fact .fact_message .fact_message_bg_right {
  top: -260px;
  right: -150px;
  width: 654px;
}
@media screen and (min-width: 1440px) {
  section.fact .fact_message .fact_message_bg_right {
    transform: translateX(calc(720px - 50vw));
  }
}
@media screen and (max-width: 767px) {
  section.fact .fact_message .fact_message_bg_right {
    top: -116px;
    right: -80px;
    width: 300px;
  }
}
section.fact .fact_message h3 {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.fact .fact_message h3 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.fact .fact_message h3 strong {
  position: relative;
  display: block;
  font-size: 56px;
  font-weight: inherit;
  color: #fbff22;
}
@media screen and (max-width: 767px) {
  section.fact .fact_message h3 strong {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1439px) {
  section.fact .fact_message h3 strong {
    font-size: max(40px, 40px + 16 * (100vw - 390px) / 1049);
  }
}
section.fact .fact_message h3 strong::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 320px;
  height: 10px;
  transform: translateX(-50%);
  background: radial-gradient(circle at 5px 5px, #fbff22 0 5px, transparent 5.5px) 0 0/62px 10px repeat-x;
}
@media screen and (max-width: 767px) {
  section.fact .fact_message h3 strong::before {
    top: -4px;
    width: 228px;
    height: 8px;
    background-size: 44px 8px;
    background-image: radial-gradient(circle at 4px 4px, #fbff22 0 4px, transparent 4.5px);
  }
}
section.fact .fact_message h3 span {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.fact .fact_message h3 span {
    margin-top: 5px;
  }
}
section.fact .fact_message .fact_message_notice {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 40px auto 24px;
  padding: 18px 40px;
  border-radius: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #5b5b5b;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.fact .fact_message .fact_message_notice {
    margin: max(20px, 20px + 20 * (100vw - 390px) / 1049) auto max(12px, 12px + 12 * (100vw - 390px) / 1049);
    padding: max(9px, 9px + 9 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    border-radius: max(10px, 10px + 5 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.fact .fact_message .fact_message_text {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  section.fact .fact_message .fact_message_text {
    font-size: 14px;
  }
}

/* /fact */
/* symptoms */
section.symptoms {
  background: #ffffff;
}
section.symptoms .symptoms_title {
  background: linear-gradient(270deg, #005ea0 0%, rgba(0, 94, 160, 0.6) 50%, #005ea0 100%);
  box-shadow: 0 10px 20px -10px rgba(91, 91, 91, 0.2);
  padding: 23px 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.symptoms .symptoms_title {
    padding: max(13px, 13px + 10 * (100vw - 390px) / 1049) 20px;
  }
}
section.symptoms .symptoms_title h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.symptoms .symptoms_title h2 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.symptoms > .inner > h3 {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.symptoms > .inner > h3 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.symptoms .symptoms_intro {
  margin-top: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.symptoms .symptoms_intro {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.symptoms .symptoms_list {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.symptoms .symptoms_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.symptoms .symptoms_item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  grid-template-areas: "content image";
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #deecf6;
}
@media screen and (max-width: 1439px) {
  section.symptoms .symptoms_item {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.symptoms .symptoms_item {
    display: block;
    padding-bottom: 20px;
  }
}
section.symptoms .symptoms_item + .symptoms_item {
  padding-top: 39px;
}
@media screen and (max-width: 767px) {
  section.symptoms .symptoms_item + .symptoms_item {
    padding-top: 20px;
  }
}
section.symptoms .symptoms_item.is-initial {
  --symptoms-accent: #46adc4;
}
section.symptoms .symptoms_item.is-initial .symptoms_stage span,
section.symptoms .symptoms_item.is-initial li::before {
  background-color: #46adc4;
}
section.symptoms .symptoms_item.is-middle {
  --symptoms-accent: #4da9e5;
}
section.symptoms .symptoms_item.is-middle .symptoms_stage span,
section.symptoms .symptoms_item.is-middle li::before {
  background-color: #4da9e5;
}
section.symptoms .symptoms_item.is-middle .symptoms_note {
  background-color: #ebf9ff;
}
section.symptoms .symptoms_item.is-advanced {
  --symptoms-accent: #005ea0;
  padding-bottom: 0;
  border-bottom: 0;
}
section.symptoms .symptoms_item.is-advanced .symptoms_stage span,
section.symptoms .symptoms_item.is-advanced li::before {
  background-color: #005ea0;
}
section.symptoms .symptoms_item.is-advanced .symptoms_note {
  background-color: #edf8ff;
}
section.symptoms .symptoms_item picture {
  grid-area: image;
  align-self: start;
}
section.symptoms .symptoms_item picture img {
  width: 100%;
  object-fit: cover;
}
section.symptoms .symptoms_content {
  grid-area: content;
}
@media screen and (max-width: 767px) {
  section.symptoms .symptoms_content {
    margin-top: 20px;
  }
}
section.symptoms .symptoms_content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.symptoms .symptoms_content ul {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.symptoms .symptoms_content ul {
    gap: 10px;
  }
}
section.symptoms .symptoms_content li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
section.symptoms .symptoms_content li::before {
  content: "";
  flex: 0 0 22px;
  width: 22px;
  height: 19px;
  margin-top: 4px;
  mask: url("../img/icon_check.svg") center/contain no-repeat;
}
section.symptoms .symptoms_stage {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.symptoms .symptoms_stage h4 {
  flex: 0 0 auto;
  letter-spacing: 0;
}
section.symptoms .symptoms_stage span {
  position: relative;
  display: grid;
  place-items: center;
  width: 235px;
  min-height: 40px;
  margin-left: 5px;
  padding: 5px 16px;
  border-radius: 999px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.symptoms .symptoms_stage span {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.symptoms .symptoms_stage span {
    flex: 1 1 auto;
    width: auto;
    max-width: 211px;
    min-height: 35px;
    margin-left: 4px;
    padding: 5px 12px;
  }
}
section.symptoms .symptoms_stage span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 10px solid var(--symptoms-accent);
  border-bottom: 8px solid transparent;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  section.symptoms .symptoms_stage span::before {
    left: -4px;
    border-top-width: 7px;
    border-right-width: 9px;
    border-bottom-width: 7px;
  }
}
section.symptoms .symptoms_note {
  margin-top: 16px;
  padding: 20px;
  border-radius: 10px;
  background: #e8f9fd;
}
@media screen and (max-width: 1439px) {
  section.symptoms .symptoms_note {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.symptoms .symptoms_note {
    padding: 15px;
  }
}
section.symptoms .symptoms_warning {
  margin-top: 60px;
  padding: 40px;
  background: #fff3f3;
}
@media screen and (max-width: 1439px) {
  section.symptoms .symptoms_warning {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.symptoms .symptoms_warning_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  section.symptoms .symptoms_warning_title {
    align-items: flex-start;
    gap: 5px;
  }
}
section.symptoms .symptoms_warning_title img {
  flex: 0 0 35px;
  width: 35px;
  height: 31px;
}
section.symptoms .symptoms_warning_title h4 {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  section.symptoms .symptoms_warning_title h4 {
    text-align: center;
  }
}
section.symptoms .symptoms_warning_text {
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(177, 61, 63, 0.4);
}
@media screen and (max-width: 767px) {
  section.symptoms .symptoms_warning_text {
    margin-top: 10px;
    padding-top: 10px;
  }
}

/* /symptoms */
/* causes */
section.causes {
  background: #ffffff;
}
section.causes .causes_title {
  position: relative;
  overflow: hidden;
  padding: 60px 0 111px;
  background: #385E78;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(50% + 100px) calc(100% - 50px), 50% 100%, calc(50% - 100px) calc(100% - 50px), 0 calc(100% - 50px));
  filter: drop-shadow(0 10px 10px rgba(51, 51, 51, 0.1));
}
section.causes .causes_title::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 50px;
  background: #385E78;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.causes .causes_title {
    padding: 30px 0 45px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 23px), calc(50% + 46px) calc(100% - 23px), 50% 100%, calc(50% - 46px) calc(100% - 23px), 0 calc(100% - 23px));
    filter: none;
  }
  section.causes .causes_title::before {
    width: 92px;
    height: 23px;
  }
}
section.causes .causes_title > picture {
  position: absolute;
  top: -100px;
  left: 50%;
  width: 469px;
  overflow: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.causes .causes_title > picture {
    top: -100px;
    width: 400px;
  }
}
section.causes .causes_title h2 {
  position: relative;
  z-index: 1;
}
section.causes .causes_title .causes_title_text {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.causes .causes_title .causes_title_text {
    margin-top: 12px;
  }
}
section.causes .causes_title .causes_title_text p {
  color: #ffffff;
  letter-spacing: 0;
}
section.causes .causes_list {
  display: grid;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
section.causes .causes_list .causes_item {
  position: relative;
  box-sizing: border-box;
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) clamp(250px, 250px + 100 * (100vw - 768px) / 672, 350px);
  gap: 45px;
  padding: 60px 0 60px 60px;
  isolation: isolate;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_list .causes_item {
    gap: max(24px, 24px + 21 * (100vw - 768px) / 671);
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 40px 20px;
  }
}
section.causes .causes_list .causes_item::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(309deg, rgba(237, 248, 255, 0) 26.5874%, #edf8ff 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item::before {
    inset: 0;
  }
}
section.causes .causes_list .causes_item:nth-child(even) {
  grid-template-columns: clamp(250px, 250px + 100 * (100vw - 768px) / 672, 350px) minmax(0, 1fr);
  padding: 60px 60px 60px 0;
  padding-right: 60px;
  padding-left: 0;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_list .causes_item:nth-child(even) {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item:nth-child(even) {
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.causes .causes_list .causes_item:nth-child(even)::before {
  transform: scaleX(-1);
}
section.causes .causes_list .causes_item:nth-child(even) .causes_item_body {
  grid-column: 2;
}
section.causes .causes_list .causes_item:nth-child(even) .causes_item_img {
  grid-column: 1;
  grid-row: 1;
}
section.causes .causes_list .causes_item .causes_item_body,
section.causes .causes_list .causes_item .causes_item_img,
section.causes .causes_list .causes_item .causes_item_detail {
  position: relative;
  z-index: 1;
  min-width: 0;
}
section.causes .causes_list .causes_item .causes_item_num {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #005ea0;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item .causes_item_num {
    gap: 6px;
    padding-bottom: 0;
  }
}
section.causes .causes_list .causes_item .causes_item_num span {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_list .causes_item .causes_item_num span {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.causes .causes_list .causes_item .causes_item_num strong {
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_list .causes_item .causes_item_num strong {
    font-size: max(40px, 40px + 8 * (100vw - 390px) / 1049);
  }
}
section.causes .causes_list .causes_item h3 {
  letter-spacing: 0;
  text-align: left;
}
section.causes .causes_list .causes_item .causes_item_text {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item .causes_item_text {
    margin-top: 12px;
  }
}
section.causes .causes_list .causes_item .causes_item_text .causes_emphasis {
  color: #005ea0;
  font-weight: 700;
}
section.causes .causes_list .causes_item .causes_item_img {
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item .causes_item_img {
    width: min(280px, 100%);
    margin: 20px auto 0;
  }
}
section.causes .causes_list .causes_item .causes_item_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item.causes_item01,
  section.causes .causes_list .causes_item.causes_item04 {
    padding-top: 282px;
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item.causes_item01::before,
  section.causes .causes_list .causes_item.causes_item04::before {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item.causes_item01 .causes_item_img,
  section.causes .causes_list .causes_item.causes_item04 .causes_item_img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
}
section.causes .causes_list .causes_item01 {
  grid-template-columns: minmax(0, 1fr) clamp(250px, 250px + 95 * (100vw - 768px) / 672, 345px);
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item01 {
    display: flex;
    padding-bottom: 25px;
  }
}
section.causes .causes_list .causes_item.causes_item02,
section.causes .causes_list .causes_item.causes_item05 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item.causes_item02,
  section.causes .causes_list .causes_item.causes_item05 {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item.causes_item02::before,
  section.causes .causes_list .causes_item.causes_item05::before {
    bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item.causes_item02 .causes_item_img {
    margin-top: 20px;
  }
}
section.causes .causes_list .causes_item03 {
  display: block;
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_list .causes_item03 {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item03 {
    margin-top: 0;
    padding: 40px 20px;
  }
}
section.causes .causes_list .causes_item03::before {
  inset: 0;
}
section.causes .causes_list .causes_item03 .causes_item_img {
  display: block;
  width: 100%;
  margin: 24px auto 0;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_list .causes_item03 .causes_item_img {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item03 .causes_item_img {
    width: min(310px, 100%);
    margin-top: 12px;
  }
}
section.causes .causes_list .causes_item03 .causes_item_detail {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item03 .causes_item_detail {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item.causes_item04 {
    padding-top: 254px;
    padding-bottom: 38px;
  }
}
section.causes .causes_list .causes_item.causes_item04 .causes_item_img {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item.causes_item04 .causes_item_img {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item.causes_item05 .causes_item_img {
    width: min(280px, 100%);
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item.causes_item01::before,
  section.causes .causes_list .causes_item.causes_item03::before {
    background: linear-gradient(309deg, rgba(237, 248, 255, 0) 26.5874%, #edf8ff 100%);
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_list .causes_item.causes_item02::before,
  section.causes .causes_list .causes_item.causes_item04::before,
  section.causes .causes_list .causes_item.causes_item05::before {
    background: linear-gradient(129deg, rgba(237, 248, 255, 0) 26.5874%, #edf8ff 100%);
    transform: none;
  }
}
section.causes .causes_risk {
  margin-top: 60px;
  border: 1px solid #005ea0;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_risk {
    margin-top: max(50px, 50px + 10 * (100vw - 390px) / 1049);
  }
}
section.causes .causes_risk > h3 {
  padding: 18px 20px 19px;
  background: #005ea0;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_risk > h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_risk > h3 {
    padding: 9px 10px 10px;
  }
}
section.causes .causes_risk .causes_risk_lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
  padding: 40px 60px 0;
}
@media screen and (max-width: 767px) {
  section.causes .causes_risk .causes_risk_lists {
    display: block;
    padding: 30px 20px 0;
  }
}
section.causes .causes_risk .causes_risk_lists ul li {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0 10px 50px;
  border-bottom: 2px dashed #dcdcdc;
  color: #505050;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_risk .causes_risk_lists ul li {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_risk .causes_risk_lists ul li {
    margin-bottom: 10px;
    padding: 0 0 5px 35px;
    border-bottom-width: 1px;
  }
}
section.causes .causes_risk .causes_risk_lists ul li:last-child {
  margin-bottom: 0;
}
section.causes .causes_risk .causes_risk_lists ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 40px;
  background: url("../img/icon_checkbox_fill.svg") center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  section.causes .causes_risk .causes_risk_lists ul li::before {
    width: 25px;
    height: 22px;
  }
}
@media (min-width: 1440px) {
  section.causes .causes_risk .causes_risk_lists ul:first-child li:last-child {
    margin-right: -1px;
  }
}
section.causes .causes_ranking {
  position: relative;
  margin: 70px 60px 60px;
  padding-top: 74px;
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  section.causes .causes_ranking {
    margin: 43px 20px 30px;
    padding-top: 42px;
  }
}
section.causes .causes_ranking > h4 {
  position: absolute;
  top: -33px;
  left: 50%;
  width: min(450px, 100% - 40px);
  padding: 20px 15px;
  background: #005ea0;
  clip-path: polygon(0 0, 23px 50%, 0 100%, 100% 100%, calc(100% - 23px) 50%, 100% 0);
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.causes .causes_ranking > h4 {
    top: -23px;
    width: min(260px, 100% - 20px);
    padding: 13px 10px;
    font-size: 16px;
    clip-path: polygon(0 0, 14px 50%, 0 100%, 100% 100%, calc(100% - 14px) 50%, 100% 0);
  }
}
section.causes .causes_ranking .causes_ranking_intro {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.causes .causes_ranking .causes_ranking_intro {
    padding: 0 15px;
  }
}
section.causes .causes_ranking > ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 40px 0;
}
@media screen and (max-width: 767px) {
  section.causes .causes_ranking > ol {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 12px 15px 0;
  }
}
section.causes .causes_ranking > ol li {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  section.causes .causes_ranking > ol li {
    padding: 7.5px 10px;
  }
}
section.causes .causes_ranking > ol li:nth-child(1) {
  order: 1;
}
section.causes .causes_ranking > ol li:nth-child(2) {
  order: 2;
}
section.causes .causes_ranking > ol li:nth-child(3) {
  order: 3;
}
section.causes .causes_ranking > ol li:nth-child(4) {
  order: 4;
}
section.causes .causes_ranking > ol li:nth-child(5) {
  order: 5;
}
section.causes .causes_ranking > ol li:nth-child(6) {
  order: 6;
}
@media screen and (max-width: 767px) {
  section.causes .causes_ranking > ol li:nth-child(1) {
    order: 1;
  }
  section.causes .causes_ranking > ol li:nth-child(3) {
    order: 2;
  }
  section.causes .causes_ranking > ol li:nth-child(5) {
    order: 3;
  }
  section.causes .causes_ranking > ol li:nth-child(2) {
    order: 4;
  }
  section.causes .causes_ranking > ol li:nth-child(4) {
    order: 5;
  }
  section.causes .causes_ranking > ol li:nth-child(6) {
    order: 6;
  }
}
section.causes .causes_ranking > ol li .causes_rank {
  display: flex;
  flex: 0 0 45px;
  align-items: baseline;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  padding-top: 7px;
  border-radius: 50%;
  background: #005ea0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section.causes .causes_ranking > ol li .causes_rank {
    flex-basis: 35px;
    width: 35px;
    height: 35px;
    padding-top: 2px;
    font-size: 10px;
  }
}
section.causes .causes_ranking > ol li .causes_rank.causes_rank01, section.causes .causes_ranking > ol li .causes_rank.causes_rank02, section.causes .causes_ranking > ol li .causes_rank.causes_rank03 {
  height: 50px;
  border-radius: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
}
@media screen and (max-width: 767px) {
  section.causes .causes_ranking > ol li .causes_rank.causes_rank01, section.causes .causes_ranking > ol li .causes_rank.causes_rank02, section.causes .causes_ranking > ol li .causes_rank.causes_rank03 {
    height: 39px;
  }
}
section.causes .causes_ranking > ol li .causes_rank.causes_rank01 {
  background: #d2b200;
}
section.causes .causes_ranking > ol li .causes_rank.causes_rank02 {
  background: #9e9e9d;
}
section.causes .causes_ranking > ol li .causes_rank.causes_rank03 {
  background: #827763;
}
section.causes .causes_ranking > ol li .causes_rank strong {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  section.causes .causes_ranking > ol li .causes_rank strong {
    font-size: 20px;
  }
}
section.causes .causes_ranking > ol li picture {
  flex: 0 0 50px;
  width: 50px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  section.causes .causes_ranking > ol li picture {
    flex-basis: 40px;
    width: 40px;
  }
}
section.causes .causes_ranking > ol li p {
  min-width: 0;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_ranking > ol li p {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.causes .causes_ranking > ol li p span,
section.causes .causes_ranking > ol li p small {
  display: inline;
}
section.causes .causes_ranking > ol li p small {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_ranking > ol li p small {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
section.causes .causes_ranking .causes_ranking_note {
  margin-top: 40px;
  padding: 20px;
  background: #e1e8ee;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.causes .causes_ranking .causes_ranking_note {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.causes .causes_ranking .causes_ranking_note {
    margin-top: 20px;
    padding: 14px 15px;
  }
}

/* /causes */
/* difficulty */
section.difficulty {
  padding-bottom: 100px;
  color: #ffffff;
  background: #7b7b7b;
}
@media screen and (max-width: 767px) {
  section.difficulty {
    padding-bottom: 120px;
  }
}
section.difficulty p {
  color: #ffffff;
}
section.difficulty .difficulty_title {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  max-width: 766px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_title {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.difficulty .difficulty_title {
    max-width: 296px;
  }
}
section.difficulty .difficulty_title h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_title h2 {
    margin-top: max(12px, 12px + 38 * (100vw - 390px) / 1049);
  }
}
section.difficulty .difficulty_title h2 .difficulty_title_top {
  display: block;
  font-size: 40px;
  line-height: 1.4375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_title h2 .difficulty_title_top {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.difficulty .difficulty_title h2 .difficulty_title_top > span {
  display: inline-block;
  white-space: nowrap;
}
section.difficulty .difficulty_title h2 .difficulty_title_top strong {
  font-size: 48px;
  font-weight: inherit;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_title h2 .difficulty_title_top strong {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
section.difficulty .difficulty_title h2 .difficulty_title_bottom {
  display: block;
  margin-top: -6px;
  font-size: 64px;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_title h2 .difficulty_title_bottom {
    font-size: max(40px, 40px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.difficulty .difficulty_title h2 .difficulty_title_bottom {
    margin-top: -1px;
  }
}
section.difficulty .difficulty_title .difficulty_title_bubble {
  position: relative;
  display: grid;
  place-items: center;
  width: 165px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_title .difficulty_title_bubble {
    width: max(80px, 80px + 85 * (100vw - 390px) / 1049);
  }
}
section.difficulty .difficulty_title .difficulty_title_bubble::after {
  content: "";
  position: absolute;
  bottom: 10.5%;
  width: 9.35%;
  height: 10.11%;
  background: #ffffff;
  clip-path: polygon(90% 0, 100% 100%, 0 89%);
}
section.difficulty .difficulty_title .difficulty_title_bubble img,
section.difficulty .difficulty_title .difficulty_title_bubble span {
  position: relative;
  z-index: 1;
}
section.difficulty .difficulty_title .difficulty_title_bubble_left::after {
  right: 8.61%;
}
section.difficulty .difficulty_title .difficulty_title_bubble_left img {
  position: absolute;
  width: 60px;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_title .difficulty_title_bubble_left img {
    width: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.difficulty .difficulty_title .difficulty_title_bubble_left span {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #5b5b5b;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_title .difficulty_title_bubble_left span {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.difficulty .difficulty_title .difficulty_title_bubble_right::after {
  left: 8.61%;
  transform: scaleX(-1);
}
section.difficulty .difficulty_title .difficulty_title_bubble_right img {
  width: 112px;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_title .difficulty_title_bubble_right img {
    width: max(55px, 55px + 57 * (100vw - 390px) / 1049);
  }
}
section.difficulty .difficulty_summary {
  margin-top: 40px;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_summary {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.difficulty .difficulty_summary {
    line-height: 1.6;
  }
}
section.difficulty .difficulty_summary span {
  position: relative;
  display: inline-block;
}
section.difficulty .difficulty_summary span picture {
  position: absolute;
  bottom: -7px;
  left: 50%;
  display: block;
  width: 227px;
  transform: translateX(calc(-50% - 10px));
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.difficulty .difficulty_summary span picture {
    bottom: -6px;
    width: 175px;
    transform: translateX(-50%);
  }
}
section.difficulty .difficulty_summary span picture img {
  width: 100%;
}
section.difficulty .difficulty_intro {
  max-width: 601px;
  margin: 28px auto 0;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_intro {
    margin-top: max(18px, 18px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.difficulty .difficulty_intro {
    white-space: normal;
  }
}
section.difficulty .difficulty_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.difficulty .difficulty_list {
    grid-template-columns: minmax(0, 1fr);
  }
}
section.difficulty .difficulty_list > li {
  min-width: 0;
}
section.difficulty .difficulty_list > li .difficulty_card_visual {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  aspect-ratio: 17/12;
  overflow: clip;
}
section.difficulty .difficulty_list > li .difficulty_card_visual::before, section.difficulty .difficulty_list > li .difficulty_card_visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}
section.difficulty .difficulty_list > li .difficulty_card_visual::before {
  background: rgba(80, 80, 80, 0.6);
}
section.difficulty .difficulty_list > li .difficulty_card_visual::after {
  background: rgba(80, 80, 80, 0.4);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
section.difficulty .difficulty_list > li .difficulty_card_visual picture {
  position: absolute;
  inset: 0;
  display: block;
}
section.difficulty .difficulty_list > li .difficulty_card_visual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.difficulty .difficulty_list > li .difficulty_card_visual .difficulty_card_heading {
  position: relative;
  z-index: 2;
}
section.difficulty .difficulty_list > li .difficulty_card_visual h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_list > li .difficulty_card_visual h4 {
    font-size: max(28px, 28px + 4 * (100vw - 390px) / 1049);
  }
}
section.difficulty .difficulty_list > li .difficulty_card_visual .difficulty_spark {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 54px;
  aspect-ratio: 1;
  opacity: 0.4;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  section.difficulty .difficulty_list > li .difficulty_card_visual .difficulty_spark {
    top: -14px;
    right: -30px;
    width: 64px;
  }
}
section.difficulty .difficulty_list > li .difficulty_card_visual .difficulty_spark::before, section.difficulty .difficulty_list > li .difficulty_card_visual .difficulty_spark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fbff22;
  transform: translate(-50%, -50%);
}
section.difficulty .difficulty_list > li .difficulty_card_visual .difficulty_spark::before {
  width: 100%;
  height: 8px;
}
section.difficulty .difficulty_list > li .difficulty_card_visual .difficulty_spark::after {
  width: 8px;
  height: 100%;
}
section.difficulty .difficulty_list > li .difficulty_card_text {
  margin-top: 24px;
}
section.difficulty .difficulty_list > li .difficulty_card_text p {
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.difficulty .difficulty_list > li .difficulty_card_text {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.difficulty .difficulty_list > li:nth-child(3) .difficulty_card_visual .difficulty_spark {
  top: 10px;
}
@media screen and (max-width: 767px) {
  section.difficulty .difficulty_list > li:nth-child(2) .difficulty_card_visual .difficulty_spark, section.difficulty .difficulty_list > li:nth-child(3) .difficulty_card_visual .difficulty_spark {
    top: -24px;
    right: -16px;
  }
}

/* /difficulty */
/* ct */
section.ct {
  position: relative;
  overflow-x: clip;
  background: #ffffff;
  clip-path: inset(-97px 0 0);
}
section.ct .ct_lead {
  position: absolute;
  z-index: 2;
  top: -97px;
  left: 50%;
  width: 640px;
  height: 126px;
  padding-top: 45px;
  transform: translateX(-50%);
  background: url("../img/ct_lead_bg.svg") center/100% 100% no-repeat;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
  color: #5b5b5b;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.ct .ct_lead {
    top: min(-70px, -70px + -27 * (100vw - 390px) / 1049);
    width: max(260px, 260px + 380 * (100vw - 390px) / 1049);
    height: max(70px, 70px + 56 * (100vw - 390px) / 1049);
    padding-top: max(25px, 25px + 20 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.ct .ct_title {
  padding-top: 29px;
}
@media screen and (max-width: 1439px) {
  section.ct .ct_title {
    padding-top: max(0px, 29 * (100vw - 390px) / 1049);
  }
}
section.ct .ct_title h2 {
  position: relative;
  z-index: 1;
}
section.ct .ct_title h2 > span {
  display: block;
  color: #005ea0;
}
section.ct .ct_title h2 > small {
  display: block;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.ct .ct_title h2 > small {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.ct .inner .ct_img {
  position: relative;
  z-index: 1;
  display: block;
  width: 780px;
  max-width: 100%;
  margin: 51px auto 0;
}
@media screen and (max-width: 1439px) {
  section.ct .inner .ct_img {
    margin-top: max(21px, 21px + 30 * (100vw - 390px) / 1049);
  }
}
section.ct .inner .ct_img::before, section.ct .inner .ct_img::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: rgba(77, 169, 229, 0.22);
  filter: blur(70px);
}
section.ct .inner .ct_img::before {
  top: -109px;
  right: -129px;
  width: 480px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1439px) {
  section.ct .inner .ct_img::before {
    top: min(-28px, -28px + -81 * (100vw - 390px) / 1049);
    right: min(-40px, -40px + -89 * (100vw - 390px) / 1049);
    width: max(200px, 200px + 280 * (100vw - 390px) / 1049);
    filter: blur(35px);
  }
}
section.ct .inner .ct_img::after {
  top: 0;
  left: -161px;
  width: 330px;
  aspect-ratio: 1;
}
@media screen and (max-width: 1439px) {
  section.ct .inner .ct_img::after {
    top: max(-20px, -20px + 20 * (100vw - 390px) / 1049);
    left: min(-40px, -40px + -121 * (100vw - 390px) / 1049);
    width: max(160px, 160px + 170 * (100vw - 390px) / 1049);
    filter: blur(35px);
  }
}
section.ct .inner .ct_img img {
  position: relative;
  z-index: 1;
  width: 100%;
}
section.ct .inner .ct_text {
  margin-top: 25px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.ct .inner .ct_text {
    margin-top: max(12px, 12px + 13 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.ct .inner .ct_text {
    line-height: 1.6;
  }
}

/* /ct */
/* diagnosis */
section.diagnosis .diagnosis_main {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding-bottom: 140px;
  background: linear-gradient(160.648deg, #ffffff 1.1482%, #edf8ff 99.47%);
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_main {
    padding-bottom: max(83px, 83px + 57 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_main {
    background: linear-gradient(119.462deg, #ffffff 1.1482%, #edf8ff 99.47%);
  }
}
section.diagnosis .diagnosis_main .diagnosis_bg {
  position: absolute;
  top: -69px;
  left: calc(50% - 68px);
  display: block;
  width: 900px;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_main .diagnosis_bg {
    top: min(-34px, -34px + -35 * (100vw - 390px) / 1049);
    left: calc(50% - 119px + 51 * (100vw - 390px) / 1049);
    width: max(390px, 390px + 510 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_main .diagnosis_bg {
    top: -69px;
  }
}
section.diagnosis .diagnosis_main .diagnosis_bg img {
  width: 100%;
}
section.diagnosis .diagnosis_main .inner .diagnosis_en {
  position: absolute;
  top: 0;
  left: 72px;
  font-family: "Jost", sans-serif;
  font-size: 140px;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5b5b5b;
  opacity: 0.1;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_en {
    left: max(20px, 20px + 52 * (100vw - 390px) / 1049);
    font-size: max(56px, 56px + 84 * (100vw - 390px) / 1049);
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_title {
  position: relative;
  padding-top: 49px;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_title {
    padding-top: max(25px, 25px + 24 * (100vw - 390px) / 1049);
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_title h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 4.8px;
  color: #505050;
}
section.diagnosis .diagnosis_main .inner .diagnosis_title h2 > span,
section.diagnosis .diagnosis_main .inner .diagnosis_title h2 > strong {
  display: block;
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_title h2 > span,
  section.diagnosis .diagnosis_main .inner .diagnosis_title h2 > strong {
    line-height: 1.2;
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_title h2 > span {
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_title h2 > span {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_title h2 > strong {
  font-size: 56px;
  font-weight: 500;
  color: #005ea0;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_title h2 > strong {
    font-size: max(40px, 40px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_title h2 > strong {
    letter-spacing: 0.1em;
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_catch {
  position: relative;
  margin-top: 41px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #505050;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_catch {
    margin-top: max(20px, 20px + 21 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_intro {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_intro {
    margin-top: max(6px, 6px + 14 * (100vw - 390px) / 1049);
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_list {
  position: relative;
  display: grid;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_list > li {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_list > li {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_list > li:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
}
section.diagnosis .diagnosis_main .inner .diagnosis_list > li:nth-child(even) .diagnosis_list_visual {
  grid-column: 2;
}
section.diagnosis .diagnosis_main .inner .diagnosis_list > li:nth-child(even) .diagnosis_list_content {
  grid-column: 1;
  grid-row: 1;
}
section.diagnosis .diagnosis_main .inner .diagnosis_list > li:nth-child(2) .diagnosis_list_content {
  align-self: center;
}
section.diagnosis .diagnosis_main .inner .diagnosis_list > li .diagnosis_list_visual {
  position: relative;
  width: 420px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_list > li .diagnosis_list_visual {
    width: 100%;
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_list > li .diagnosis_list_visual picture,
section.diagnosis .diagnosis_main .inner .diagnosis_list > li .diagnosis_list_visual img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_list > li .diagnosis_list_content {
    align-self: auto;
    margin-top: 10px;
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_list > li .diagnosis_list_content h3 {
  color: #5b5b5b;
}
section.diagnosis .diagnosis_main .inner .diagnosis_list > li .diagnosis_list_content h3 small {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_list > li .diagnosis_list_content h3 small {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.diagnosis .diagnosis_main .inner .diagnosis_list > li .diagnosis_list_content p {
  margin-top: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_list > li .diagnosis_list_content p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_main .inner .diagnosis_list > li .diagnosis_list_content .text_lh16 {
    line-height: 1.8;
  }
}
section.diagnosis .diagnosis_flow {
  position: relative;
  padding: 79px 0 100px;
  background: #385e78;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_flow {
    padding-top: max(39px, 39px + 40 * (100vw - 390px) / 1049);
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.diagnosis .diagnosis_flow .diagnosis_flow_lead {
  position: absolute;
  top: -40px;
  left: 50%;
  width: fit-content;
  padding: 16px 32px;
  border-radius: 20px;
  transform: translateX(-50%);
  background: #ffffff;
  filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_lead {
    top: min(-33px, -33px + -7 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_lead {
    padding: 12px 27.5px;
    border-radius: 15px;
  }
}
section.diagnosis .diagnosis_flow .diagnosis_flow_lead::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 30px;
  height: 15px;
  transform: translateX(-50%);
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_lead::after {
    bottom: -10px;
    width: 23px;
    height: 10px;
  }
}
section.diagnosis .diagnosis_flow .diagnosis_flow_lead p {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #5b5b5b;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_lead p {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
section.diagnosis .diagnosis_flow > h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_flow > h3 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
section.diagnosis .diagnosis_flow .diagnosis_flow_list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 25px;
  width: 92%;
  max-width: 1326px;
  margin: 37px auto 0;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_list {
    gap: max(10px, 10px + 15 * (100vw - 768px) / 671);
    margin-top: max(18px, 18px + 19 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}
section.diagnosis .diagnosis_flow .diagnosis_flow_list::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 8.3333333333%;
  right: 8.3333333333%;
  height: 1px;
  background: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_list::before {
    display: none;
  }
}
section.diagnosis .diagnosis_flow .diagnosis_flow_list > li {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_list > li {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 10px;
    text-align: left;
  }
  section.diagnosis .diagnosis_flow .diagnosis_flow_list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 22.5px;
    left: 22px;
    z-index: 0;
    width: 1px;
    height: calc(100% + 20px);
    background: #ffffff;
    pointer-events: none;
  }
}
section.diagnosis .diagnosis_flow .diagnosis_flow_list > li .diagnosis_flow_number {
  position: relative;
  display: grid;
  place-items: center;
  width: 60px;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 7px 8px rgba(0, 0, 0, 0.18);
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  color: #005ea0;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_list > li .diagnosis_flow_number {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_list > li .diagnosis_flow_number {
    width: 45px;
    margin: 0;
    z-index: 1;
  }
}
section.diagnosis .diagnosis_flow .diagnosis_flow_list > li h4 {
  margin-top: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_list > li h4 {
    margin-top: 0;
  }
}
section.diagnosis .diagnosis_flow .diagnosis_flow_list > li p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.diagnosis .diagnosis_flow .diagnosis_flow_list > li p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}

/* /diagnosis */
/* preservation */
section.preservation {
  position: relative;
  overflow: clip;
  background: #ffffff;
}
section.preservation .preservation_bg {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 700px;
  height: 592.857px;
  pointer-events: none;
}
@media screen and (min-width: 1440px) {
  section.preservation .preservation_bg {
    transform: translateX(calc(50vw - 720px));
  }
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_bg {
    top: max(-100px, -50px + -50 * (100vw - 390px) / 1049);
    left: max(-100px, -50px + -50 * (100vw - 390px) / 1049);
    width: max(300px, 300px + 400 * (100vw - 390px) / 1049);
    height: max(257.143px, 257.143px + 335.714 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
section.preservation .preservation_title {
  text-align: center;
}
section.preservation .preservation_title h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #5b5b5b;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_title h2 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_title h2 span {
  background: linear-gradient(transparent calc(100% - 15px), #fbff22 0);
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_title h2 span {
    background: linear-gradient(transparent calc(100% - max(10px, 10px + 5 * (100vw - 390px) / 1049)), #fbff22 0);
  }
}
section.preservation .preservation_text {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_text {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_cases {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_cases {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_visual {
  position: relative;
  height: 348px;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_visual {
    height: max(206px, 206px + 142 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_visual picture {
  position: absolute;
  top: 33px;
  left: 50%;
  width: 400px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_visual picture {
    top: max(11px, 11px + 22 * (100vw - 390px) / 1049);
    width: max(240px, 240px + 160 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_visual picture img {
  width: 100%;
}
section.preservation .preservation_question {
  position: absolute;
  top: 0;
  left: calc(50% + 45px);
  width: 131px;
  height: 178px;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_question {
    left: calc(50% + max(35px, 35px + 10 * (100vw - 390px) / 1049));
    width: max(63px, 63px + 68 * (100vw - 390px) / 1049);
    height: max(86px, 86px + 92 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_badge {
  position: absolute;
  top: 80px;
  display: grid;
  place-content: center;
  width: 200px;
  aspect-ratio: 1;
  border: 3px dotted currentColor;
  border-radius: 50%;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_badge {
    top: max(43px, 43px + 37 * (100vw - 390px) / 1049);
    width: max(120px, 120px + 80 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_badge strong {
  font-size: 40px;
  font-weight: inherit;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_badge strong {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_badge span,
section.preservation .preservation_badge strong {
  line-height: 1.2;
}
section.preservation .preservation_badge.is-possible {
  left: calc(50% - 315px);
  color: #005ea0;
}
@media screen and (max-width: 767px) {
  section.preservation .preservation_badge.is-possible {
    left: 0;
  }
}
section.preservation .preservation_badge.is-difficult {
  right: calc(50% - 315px);
  color: #7c7c7c;
}
@media screen and (max-width: 767px) {
  section.preservation .preservation_badge.is-difficult {
    right: 0;
  }
}
section.preservation .preservation_badge.is-difficult strong {
  font-size: 37px;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_badge.is-difficult strong {
    font-size: max(19px, 19px + 18 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
section.preservation .preservation_column {
  display: flex;
  flex-direction: column;
}
section.preservation .preservation_column.is-possible .preservation_column_head {
  background: #46adc4;
}
section.preservation .preservation_column.is-possible .preservation_column_head::before {
  display: none;
}
section.preservation .preservation_column.is-possible .preservation_column_head::after {
  width: 165px;
  height: 165px;
  border-radius: 0;
  background: url("../img/preservation_mark_o.svg") center/100% 100% no-repeat;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_column.is-possible .preservation_column_head::after {
    width: max(130px, 130px + 35 * (100vw - 390px) / 1049);
    height: max(130px, 130px + 35 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_column.is-possible ul {
  background: #edf8ff;
}
section.preservation .preservation_column.is-possible ul li::after {
  background-color: #46adc4;
}
section.preservation .preservation_column.is-difficult .preservation_column_head {
  background: #7c7c7c;
}
section.preservation .preservation_column.is-difficult .preservation_column_head::before {
  display: none;
}
section.preservation .preservation_column.is-difficult .preservation_column_head::after {
  width: 160.184px;
  height: 165.271px;
  border-radius: 0;
  background: url("../img/preservation_mark_x.svg") center/100% 100% no-repeat;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_column.is-difficult .preservation_column_head::after {
    width: max(125.957px, 125.957px + 34.227 * (100vw - 390px) / 1049);
    height: max(130px, 130px + 35.271 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_column.is-difficult ul {
  background: #f4f4f4;
}
section.preservation .preservation_column.is-difficult ul li::after {
  background-color: #7c7c7c;
}
section.preservation .preservation_column .preservation_column_head {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 34px 20px 20.5px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_column .preservation_column_head {
    padding: max(19px, 19px + 15 * (100vw - 390px) / 1049) 10px max(11.5px, 11.5px + 9 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_column .preservation_column_head::before, section.preservation .preservation_column .preservation_column_head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
}
section.preservation .preservation_column .preservation_column_head h3,
section.preservation .preservation_column .preservation_column_head p {
  position: relative;
  z-index: 1;
  color: inherit;
}
section.preservation .preservation_column .preservation_column_head h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_column .preservation_column_head h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_column .preservation_column_head p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_column .preservation_column_head p {
    margin-top: max(5px, 5px + 10 * (100vw - 390px) / 1049);
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_column ul {
  flex: 1;
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_column ul {
    padding: max(15px, 15px + 25 * (100vw - 390px) / 1049) max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_column ul li {
  position: relative;
  padding: 26px 0 12px 50px;
  border-bottom: 1px solid rgba(0, 94, 160, 0.2);
  font-size: 20px;
  font-weight: 500;
  color: #505050;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_column ul li {
    padding: max(12px, 12px + 14 * (100vw - 390px) / 1049) 0 max(5px, 5px + 7 * (100vw - 390px) / 1049) max(25px, 25px + 25 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_column ul li::before, section.preservation .preservation_column ul li::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 45px;
  height: 40px;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_column ul li::before, section.preservation .preservation_column ul li::after {
    top: max(13px, 13px + 4 * (100vw - 390px) / 1049);
    width: max(20px, 20px + 25 * (100vw - 390px) / 1049);
    height: max(18px, 18px + 22 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_column ul li::before {
  background: #ffffff;
}
section.preservation .preservation_column ul li::after {
  mask: url("../img/icon_check.svg") center/75% auto no-repeat;
}
@media screen and (max-width: 767px) {
  section.preservation .preservation_column ul li::after {
    mask-size: contain;
  }
}
section.preservation .preservation_column ul li:first-child {
  padding-top: 0;
}
section.preservation .preservation_column ul li:first-child::before, section.preservation .preservation_column ul li:first-child::after {
  top: 0;
}
section.preservation .preservation_column ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
section.preservation .preservation_compare {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_compare {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_compare > h3 {
  position: relative;
  margin-bottom: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #005ea0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_compare > h3 {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_compare > h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  border-top: 1px dashed #005ea0;
}
@media screen and (max-width: 767px) {
  section.preservation .preservation_compare > h3::after {
    bottom: -10px;
  }
}
section.preservation .preservation_compare table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #505050;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_compare table {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_compare table col:first-child {
  width: 25.36%;
}
@media screen and (max-width: 767px) {
  section.preservation .preservation_compare table col:first-child {
    width: 22.86%;
  }
}
section.preservation .preservation_compare table th,
section.preservation .preservation_compare table td {
  padding: 20px 8px;
  border: 1px solid rgba(0, 94, 160, 0.25);
  line-height: 1.2;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_compare table th,
  section.preservation .preservation_compare table td {
    padding: max(14px, 14px + 6 * (100vw - 390px) / 1049) 4px;
  }
}
section.preservation .preservation_compare table th {
  text-align: center;
}
section.preservation .preservation_compare table thead {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_compare table thead {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_compare table thead th {
  padding-block: 25px;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_compare table thead th {
    padding-block: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
section.preservation .preservation_compare table thead th:nth-child(2) {
  color: #ffffff;
  background: #005ea0;
}
section.preservation .preservation_compare table thead th:nth-child(3) {
  color: #ffffff;
  background: #7c7c7c;
}
section.preservation .preservation_compare table tbody th,
section.preservation .preservation_compare table tbody td {
  height: 65px;
  padding: 4px 8px;
}
@media screen and (max-width: 767px) {
  section.preservation .preservation_compare table tbody th,
  section.preservation .preservation_compare table tbody td {
    height: 45px;
    padding: 4px;
  }
}
section.preservation .preservation_compare table tbody th {
  font-weight: 500;
  color: #5b5b5b;
}
section.preservation .preservation_compare table tbody td:nth-child(2) {
  background: #edf8ff;
}
section.preservation .preservation_compare table tbody td:nth-child(3) {
  background: #f4f4f4;
}
section.preservation .preservation_note {
  max-width: 990px;
  margin-top: 40px;
  margin-inline: auto;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  section.preservation .preservation_note {
    margin-top: max(12px, 12px + 28 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}

/* /preservation */
/* treatment */
section.treatment {
  background-color: #fafafa;
}
section.treatment .treatment_title h2 span {
  display: block;
  letter-spacing: 0.05em;
}
section.treatment .treatment_title h2 span:first-child {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_title h2 span:first-child {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_title .en {
  margin-top: 16px;
}
section.treatment .treatment_lead {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_lead {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_lead h3 {
  display: grid;
  place-items: center;
  padding: 24px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #005ea0 0%, rgba(0, 94, 160, 0.6) 50%, #005ea0 100%);
  box-shadow: 0 10px 20px -10px rgba(91, 91, 91, 0.2);
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_lead h3 {
    padding: max(13px, 13px + 11 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_lead p {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_lead p {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.treatment .treatment_lead p {
    line-height: 1.8;
  }
}
section.treatment .treatment_list {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_list {
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px solid #f1f0f0;
}
@media screen and (max-width: 767px) {
  section.treatment .treatment_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
section.treatment .treatment_overview {
  display: grid;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_overview {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.treatment .treatment_overview {
    display: block;
  }
}
section.treatment .treatment_overview picture {
  width: 100%;
}
section.treatment .treatment_overview picture img {
  width: 100%;
}
section.treatment .treatment_detail {
  padding-top: 38px;
}
@media screen and (max-width: 767px) {
  section.treatment .treatment_detail {
    padding-top: 20px;
  }
}
section.treatment .treatment_detail .treatment_catch {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_detail .treatment_catch {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_detail h3 {
  padding-bottom: 16px;
  margin-top: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_detail h3 {
    padding-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_detail > p:last-child {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_detail > p:last-child {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_points {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.treatment .treatment_points {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}
section.treatment .treatment_points > div {
  padding: 25px;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_points > div {
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_points > div h4 {
  padding-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_points > div h4 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_points > div ul {
  display: grid;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid currentColor;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_points > div ul {
    padding-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_points > div li {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_points > div li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_points > div li::before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_points > div li::before {
    width: max(16px, 16px + 4 * (100vw - 390px) / 1049);
    height: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_merit {
  color: #005ea0;
  background-color: #edf8ff;
}
section.treatment .treatment_merit li {
  color: #5b5b5b;
}
section.treatment .treatment_merit li::before {
  background-image: url("../img/treatment_mark_o.svg");
}
@media screen and (max-width: 767px) {
  section.treatment .treatment_merit li::before {
    background-image: url("../img/icon_treatment_merit_sp.svg");
    background-size: 16px 16px;
  }
}
section.treatment .treatment_demerit {
  color: #7c7c7c;
  background-color: #f1f0f0;
}
section.treatment .treatment_demerit li {
  color: #5b5b5b;
}
section.treatment .treatment_demerit li::before {
  background-image: url("../img/treatment_mark_x.svg");
}
@media screen and (max-width: 767px) {
  section.treatment .treatment_demerit li::before {
    background-image: url("../img/icon_treatment_demerit_sp.svg");
    background-position: 0.004px 0;
    background-size: 15.959px 16px;
  }
}
section.treatment .treatment_compare {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_compare {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_compare > h3 {
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #005ea0;
  border-bottom: 2px dotted #005ea0;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_compare > h3 {
    padding-bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_compare table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_compare table {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
section.treatment .treatment_compare table th,
section.treatment .treatment_compare table td {
  padding: 10px 5px;
  vertical-align: middle;
  border: 1px solid #deecf6;
}
@media screen and (max-width: 767px) {
  section.treatment .treatment_compare table th,
  section.treatment .treatment_compare table td {
    padding: 9px 2px;
  }
}
section.treatment .treatment_compare table thead th {
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #005ea0;
}
@media screen and (max-width: 767px) {
  section.treatment .treatment_compare table thead th {
    padding: 4px 2px;
  }
}
section.treatment .treatment_compare table tbody th {
  font-weight: 500;
  text-align: center;
  color: #005ea0;
  background-color: #edf8ff;
}
section.treatment .treatment_compare table tbody td {
  font-weight: 400;
  color: #5b5b5b;
  background-color: #ffffff;
}
section.treatment .treatment_level {
  color: #005ea0;
}
section.treatment .treatment_note {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  section.treatment .treatment_note {
    margin-top: max(12px, 12px + 8 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}

/* /treatment */
/* after-extraction */
section.after-extraction {
  padding-bottom: 134px;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.after-extraction {
    padding-bottom: max(64px, 64px + 70 * (100vw - 390px) / 1049);
  }
}
section.after-extraction .after-extraction_title > .en {
  margin-bottom: 16px;
}
section.after-extraction .after-extraction_title > h2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 14px 20px;
  border-radius: 15px;
  background: #fafafa;
  box-shadow: 0 8px 18px rgba(91, 91, 91, 0.16);
  font-size: 40px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.after-extraction .after-extraction_title > h2 {
    max-width: max(300px, 300px + 240 * (100vw - 390px) / 1049);
    padding: max(8px, 8px + 6 * (100vw - 390px) / 1049) 20px;
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.after-extraction .after-extraction_title > h2::after {
  position: absolute;
  z-index: -1;
  bottom: -12px;
  left: 50%;
  width: 28px;
  aspect-ratio: 1;
  background: #fafafa;
  box-shadow: 7px 7px 12px rgba(91, 91, 91, 0.08);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 1439px) {
  section.after-extraction .after-extraction_title > h2::after {
    bottom: max(-12px, -8px + -4 * (100vw - 390px) / 1049);
    width: max(20px, 20px + 8 * (100vw - 390px) / 1049);
  }
}
section.after-extraction .after-extraction_intro {
  margin-top: 70px;
}
@media screen and (max-width: 1439px) {
  section.after-extraction .after-extraction_intro {
    margin-top: max(35px, 35px + 35 * (100vw - 390px) / 1049);
  }
}
section.after-extraction .after-extraction_intro h3 {
  margin: 0;
}
section.after-extraction .after-extraction_intro p {
  margin-top: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.after-extraction .after-extraction_intro p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.after-extraction .after-extraction_table-frame {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.after-extraction .after-extraction_table-frame {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table-frame {
    width: calc(100% - 20px);
    max-width: 330px;
  }
  section.after-extraction .after-extraction_table-frame::after {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 19px;
    height: 102px;
    background: #005ea0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    transform: translate(100%, -50%);
    pointer-events: none;
  }
}
section.after-extraction .after-extraction_table-scroll {
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
section.after-extraction .after-extraction_table-scroll::-webkit-scrollbar {
  display: none;
}
section.after-extraction .after-extraction_table {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table {
    width: 810px;
    min-width: 810px;
  }
}
section.after-extraction .after-extraction_table col:first-child {
  width: 190px;
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table col:first-child {
    width: 90px;
  }
}
section.after-extraction .after-extraction_table col:not(:first-child) {
  width: calc((100% - 190px) / 3);
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table col:not(:first-child) {
    width: 240px;
  }
}
section.after-extraction .after-extraction_table .after-extraction_images th {
  padding: 0 0 10px 15px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table .after-extraction_images th {
    padding-left: 10px;
  }
}
section.after-extraction .after-extraction_table .after-extraction_images th:first-child {
  padding-left: 0;
}
section.after-extraction .after-extraction_table .after-extraction_images th img {
  width: 210px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table .after-extraction_images th img {
    width: 180px;
  }
}
section.after-extraction .after-extraction_table .after-extraction_methods th {
  padding: 0 0 0 15px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.after-extraction .after-extraction_table .after-extraction_methods th {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table .after-extraction_methods th {
    padding-left: 10px;
  }
}
section.after-extraction .after-extraction_table .after-extraction_methods th:first-child {
  padding-left: 0;
}
section.after-extraction .after-extraction_table .after-extraction_methods th span {
  display: block;
  padding: 12px 10px 10px;
  border-radius: 15px;
  background: #7c7c7c;
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table .after-extraction_methods th span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
section.after-extraction .after-extraction_table .after-extraction_methods th:nth-child(2) span {
  background: #46adc4;
}
section.after-extraction .after-extraction_table tbody .after-extraction_table-gap td {
  padding: 24px 0 0;
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table tbody .after-extraction_table-gap td {
    padding-top: 12px;
  }
}
section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap) th,
section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap) td {
  position: relative;
  vertical-align: middle;
  text-align: center;
}
section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap) th {
  padding: 0 10px 0 0;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap) th {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap) th {
    padding-right: 0;
  }
}
section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap) td {
  border-left: 15px solid #ffffff;
  background: #fafafa;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap) td {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap) td {
    border-left-width: 10px;
  }
}
section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap) td:nth-child(2) {
  background: #edf8ff;
}
section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap) td::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 35px;
  border-bottom: 1px dotted rgba(91, 91, 91, 0.45);
  content: "";
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap) td::after {
    right: 10px;
    left: 20px;
  }
}
section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap):last-child th::after,
section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap):last-child td::after {
  display: none;
}
section.after-extraction .after-extraction_table tbody tr:not(.after-extraction_table-gap):not(:last-child) th::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 0;
  border-bottom: 1px dotted rgba(91, 91, 91, 0.45);
  content: "";
}
section.after-extraction .after-extraction_table tbody tr.is-mark td {
  padding: 27px 10px 26px;
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table tbody tr.is-mark td {
    padding: 12px 8px 11px;
  }
}
section.after-extraction .after-extraction_table tbody tr.is-duration td {
  padding: 44px 10px;
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_table tbody tr.is-duration td {
    padding: 36px 8px 35px;
  }
}
section.after-extraction span.after-extraction_mark {
  display: block;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  section.after-extraction span.after-extraction_mark {
    font-size: max(50px, 50px + 6 * (100vw - 390px) / 1049);
  }
}
section.after-extraction span.after-extraction_mark.is-caution {
  color: #d3a176;
}
section.after-extraction img.after-extraction_mark {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.after-extraction img.after-extraction_mark {
    width: 40px;
    height: 40px;
  }
}
section.after-extraction img.after-extraction_mark.is-cross {
  width: 60px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  section.after-extraction img.after-extraction_mark.is-cross {
    width: 45px;
    height: 37.5px;
  }
}
section.after-extraction .after-extraction_duration {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  section.after-extraction .after-extraction_duration {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.after-extraction .after-extraction_note {
  margin-top: 60px;
  padding: 40px 40px 42px;
  background: #fff3f3;
}
@media screen and (max-width: 1439px) {
  section.after-extraction .after-extraction_note {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049) max(16px, 16px + 26 * (100vw - 390px) / 1049);
  }
}
section.after-extraction .after-extraction_note h3 {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_note h3 {
    font-size: 16px;
  }
}
section.after-extraction .after-extraction_note .after-extraction_note-text {
  margin-top: 8px;
  padding-top: 23px;
  border-top: 1px solid rgba(177, 61, 63, 0.45);
}
@media screen and (max-width: 1439px) {
  section.after-extraction .after-extraction_note .after-extraction_note-text {
    padding-top: max(11px, 11px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.after-extraction .after-extraction_note .after-extraction_note-text {
    line-height: 1.6;
  }
}

/* /after-extraction */
/* second-opinion */
section.second-opinion {
  position: relative;
  padding-top: 125px;
  background: #deecf6;
}
@media screen and (max-width: 1439px) {
  section.second-opinion {
    padding-top: max(70px, 70px + 55 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_wrap {
  background: #ffffff;
}
section.second-opinion .inner {
  z-index: 1;
  margin-bottom: -20px;
  transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
  section.second-opinion .inner {
    margin-bottom: -30px;
    transform: translateY(-30px);
  }
}
section.second-opinion .second-opinion_en {
  position: absolute;
  top: -34px;
  left: 50%;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 0.8;
  color: #005ea0;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0.3;
  transform: translateX(-50%);
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_en {
    top: -18px;
    font-size: max(40px, 40px + 60 * (100vw - 390px) / 1049);
    opacity: 0.48;
  }
}
@media screen and (max-width: 767px) {
  section.second-opinion .second-opinion_en {
    overflow: hidden;
  }
}
section.second-opinion .second-opinion_balloon-list {
  --second-opinion-balloon-gap: 20px;
  display: flex;
  gap: var(--second-opinion-balloon-gap);
  width: min(100%, 581px);
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_balloon-list {
    --second-opinion-balloon-gap: max(15px, calc(15px + (20 - 15) * ((100vw - 390px) / (1439 - 390))));
  }
}
@media screen and (max-width: 767px) {
  section.second-opinion .second-opinion_balloon-list {
    width: min(100%, 300px);
  }
}
section.second-opinion .second-opinion_balloon-list li {
  position: relative;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  flex: 0 0 calc((100% - var(--second-opinion-balloon-gap)) * 270 / 561);
  min-width: 0;
  height: 68px;
  padding: 0 18px 13px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.05em;
  white-space: nowrap;
  isolation: isolate;
}
section.second-opinion .second-opinion_balloon-list li::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -5px -10px;
  background: center/100% 100% no-repeat;
  pointer-events: none;
}
section.second-opinion .second-opinion_balloon-list li:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='280' height='78' viewBox='0 0 280 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Cpath d='M265 0C270.523 0 275 4.47715 275 10V45C275 50.5228 270.523 55 265 55H143.046L120 68V55H15C9.47715 55 5 50.5228 5 45V10C5 4.47715 9.47715 0 15 0H265Z' fill='%234DA9E5'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='0' y='0' width='280' height='78' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='5'/%3E%3CfeGaussianBlur stdDeviation='2.5'/%3E%3CfeComposite in2='SourceAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.356863 0 0 0 0 0.356863 0 0 0 0 0.356863 0 0 0 0.1 0'/%3E%3CfeBlend in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  transform: scaleX(-1);
}
section.second-opinion .second-opinion_balloon-list li:nth-child(2) {
  flex-basis: calc((100% - var(--second-opinion-balloon-gap)) * 291 / 561);
}
section.second-opinion .second-opinion_balloon-list li:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='301' height='78' viewBox='0 0 301 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23b)'%3E%3Cpath d='M286 0C291.523 0 296 4.47715 296 10V45C296 50.5228 291.523 55 286 55H154.046L131 68V55H15C9.47715 55 5 50.5228 5 45V10C5 4.47715 9.47715 0 15 0H286Z' fill='%2346ADC4'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='b' x='0' y='0' width='301' height='78' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='5'/%3E%3CfeGaussianBlur stdDeviation='2.5'/%3E%3CfeComposite in2='SourceAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0.356863 0 0 0 0 0.356863 0 0 0 0 0.356863 0 0 0 0.1 0'/%3E%3CfeBlend in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_balloon-list li {
    padding-inline: max(8px, 8px + 10 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.second-opinion .second-opinion_balloon-list li {
    flex-basis: calc((100% - var(--second-opinion-balloon-gap)) * 128 / 285);
    height: 65px;
    padding-bottom: 13px;
    line-height: normal;
    white-space: normal;
  }
  section.second-opinion .second-opinion_balloon-list li:nth-child(1)::before {
    inset: 0 -3.91% -15.38%;
    background-image: url("../img/second-opinion_balloon_left_sp.svg");
    transform: scaleX(-1);
  }
  section.second-opinion .second-opinion_balloon-list li:nth-child(2) {
    flex-basis: calc((100% - var(--second-opinion-balloon-gap)) * 157 / 285);
  }
  section.second-opinion .second-opinion_balloon-list li:nth-child(2)::before {
    inset: 0 -3.18% -15.38%;
    background-image: url("../img/second-opinion_balloon_right_sp.svg");
  }
}
section.second-opinion .second-opinion_title {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_title {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_title h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: normal;
  color: #5b5b5b;
}
section.second-opinion .second-opinion_title h2 span,
section.second-opinion .second-opinion_title h2 strong {
  display: block;
}
section.second-opinion .second-opinion_title h2 span {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_title h2 span {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_title h2 strong {
  font-size: 48px;
  font-weight: inherit;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_title h2 strong {
    font-size: max(28px, 28px + 20 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_question {
  width: min(100%, 576px);
  margin: 36px auto 0;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_question {
    margin-top: max(20px, 20px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.second-opinion .second-opinion_question {
    margin-top: 10px;
  }
}
section.second-opinion .second-opinion_question p {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  color: #005ea0;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_question p {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_question picture {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_question picture {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_question picture img {
  width: 100%;
}
section.second-opinion .second-opinion_lead {
  display: grid;
  grid-template-columns: minmax(0, 450fr) minmax(0, 610fr);
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_lead {
    gap: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.second-opinion .second-opinion_lead {
    display: block;
  }
}
section.second-opinion .second-opinion_lead picture {
  display: block;
}
section.second-opinion .second-opinion_lead picture img {
  width: 100%;
}
section.second-opinion .second-opinion_text {
  padding-top: 47px;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_text {
    padding-top: max(20px, 20px + 27 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_text h3 {
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_text h3 {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_flow {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_flow {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_flow > h3 {
  padding: 23px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
  background: linear-gradient(90deg, #005ea0, rgba(0, 94, 160, 0.6), #005ea0);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_flow > h3 {
    padding-block: max(13px, 13px + 10 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.second-opinion .second-opinion_flow > h3 {
    padding-inline: 10px;
  }
}
section.second-opinion .second-opinion_steps {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_steps {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_steps li {
  position: relative;
  display: grid;
  grid-template-columns: 85px minmax(0, 1fr);
  gap: 20px;
  padding-bottom: 48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_steps li {
    grid-template-columns: max(52px, 52px + 33 * (100vw - 390px) / 1049) minmax(0, 1fr);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.second-opinion .second-opinion_steps li {
    padding-bottom: 28px;
  }
}
section.second-opinion .second-opinion_steps li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
section.second-opinion .second-opinion_steps li:not(:last-child)::before, section.second-opinion .second-opinion_steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
}
section.second-opinion .second-opinion_steps li:not(:last-child)::before {
  inset-inline: 0;
  height: 26.5656px;
  background: linear-gradient(#cccccc, #cccccc) left center/calc(50% - 30px) 1px no-repeat, linear-gradient(#cccccc, #cccccc) right center/calc(50% - 30px) 1px no-repeat;
}
@media screen and (max-width: 767px) {
  section.second-opinion .second-opinion_steps li:not(:last-child)::before {
    height: 17px;
  }
}
section.second-opinion .second-opinion_steps li:not(:last-child)::after {
  left: 50%;
  width: 30.6097px;
  height: 26.5656px;
  background: #ffffff url("data:image/svg+xml,%3Csvg width='30.6097' height='26.5656' viewBox='0 0 30.6097 26.5656' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.304855 14.3963 15.3049 25.9348 30.3049 14.3963M.304855.396312 15.3049 11.9348 30.3049.396312' stroke='%23CCCCCC'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.second-opinion .second-opinion_steps li:not(:last-child)::after {
    width: 20px;
    height: 17px;
  }
}
section.second-opinion .second-opinion_steps li > span {
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #005ea0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_steps li > span {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_steps li > span::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  width: 20px;
  height: 1px;
  background: #005ea0;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_steps li > span::after {
    top: max(11px, 11px + 8 * (100vw - 390px) / 1049);
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_steps li h4 {
  font-weight: 400;
  letter-spacing: 0;
}
section.second-opinion .second-opinion_steps li p {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_steps li p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
section.second-opinion .second-opinion_closing {
  padding: 40px 20px;
  margin-top: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #5b5b5b;
  text-align: center;
  background: #f4f4f4;
}
@media screen and (max-width: 1439px) {
  section.second-opinion .second-opinion_closing {
    padding-block: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}

/* /second-opinion */
/* reasons */
section.reasons {
  overflow: clip;
  background: #ffffff;
}
section.reasons .reasons_header {
  height: 640px;
  background: url("../img/reasons_bg.webp") center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_header {
    height: 300px;
    background-image: url("../img/reasons_bg_sp.webp");
  }
}
section.reasons .reasons_header .inner {
  height: 100%;
}
section.reasons .reasons_title {
  position: relative;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: normal;
  color: #5b5b5b;
}
section.reasons .reasons_title_en, section.reasons .reasons_title_lead, section.reasons .reasons_title_main, section.reasons .reasons_title_number, section.reasons .reasons_title_suffix {
  position: absolute;
  display: block;
}
section.reasons .reasons_title_en {
  top: 130px;
  left: 100px;
  font-family: "Beau Rivage", cursive;
  font-size: 120px;
  font-weight: 400;
  line-height: 0.8;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_title_en {
    left: max(6px, 6px + 94 * (100vw - 390px) / 1049);
    font-size: max(64px, 64px + 56 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_title_en {
    top: 17px;
  }
}
section.reasons .reasons_title_lead {
  top: 186px;
  left: 147px;
  font-size: 35px;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_title_lead {
    font-size: max(18px, 18px + 17 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_title_lead {
    top: 50px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
  }
}
section.reasons .reasons_title_main {
  top: 226px;
  left: 147px;
  font-size: 80px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_title_main {
    font-size: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_title_main {
    top: 75px;
    left: 86px;
  }
}
section.reasons .reasons_title_number {
  top: 152px;
  left: 530px;
  font-family: "Jost", sans-serif;
  font-size: 240px;
  line-height: 0.7;
  color: transparent;
  background: linear-gradient(118deg, #005ea0 15%, #4da9e5 84%);
  background-clip: text;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_title_number {
    font-size: max(120px, 120px + 120 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_title_number {
    top: 150px;
    left: 102px;
  }
}
section.reasons .reasons_title_suffix {
  top: 209px;
  left: 664px;
  font-size: 72px;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_title_suffix {
    font-size: max(32px, 32px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_title_suffix {
    top: 186px;
    left: 43%;
  }
}
section.reasons .reasons_title_suffix::after {
  content: "つの理由";
  position: absolute;
  top: 0.9em;
  left: 0;
  color: transparent;
  background: linear-gradient(to bottom, rgba(124, 124, 124, 0.65), rgba(255, 255, 255, 0.2));
  background-clip: text;
  transform: scaleY(-1);
  transform-origin: center;
}
section.reasons .reasons_inner {
  margin-top: -199px;
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_inner {
    margin-top: -10px;
  }
}
section.reasons .reasons_list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 60px;
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
}
section.reasons .reasons_list > li {
  grid-column: span 3;
  min-width: 0;
}
section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) {
  grid-column: span 2;
  width: min(335px, 100%);
}
section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5):nth-child(4) {
  justify-self: center;
}
section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5):nth-child(5) {
  justify-self: end;
}
section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) figure {
  aspect-ratio: 335/185;
}
section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) figure::before {
  top: 43.24%;
  width: 100%;
  height: 86.49%;
}
section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) figure picture {
  left: 8.06%;
  width: 83.58%;
}
section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) .reasons_text {
  width: 100%;
}
section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) .reasons_text > span,
section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) .reasons_text h3 {
  margin-left: 10px;
}
section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) .reasons_text > span {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) .reasons_text > span {
    font-size: max(18px, 18px + 2 * (100vw - 390px) / 1049);
  }
}
section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) .reasons_text h3 {
  font-size: 24px;
}
section.reasons .reasons_list > li:nth-child(-n+2) figure::before {
  left: 0;
}
section.reasons .reasons_list > li:nth-child(-n+2) figure picture {
  right: 0;
}
section.reasons .reasons_list > li:nth-child(-n+2) .reasons_text {
  width: calc(100% - 60px);
  margin-left: 60px;
}
section.reasons .reasons_list > li:nth-child(n+6) figure::before {
  right: 0;
}
section.reasons .reasons_list > li:nth-child(n+6) figure picture {
  left: 0;
}
section.reasons .reasons_list > li:nth-child(1) figure::before {
  background: linear-gradient(134deg, #edf8ff 1%, rgba(211, 238, 255, 0) 100%);
}
section.reasons .reasons_list > li:nth-child(2) figure::before {
  background: linear-gradient(134deg, #e8f8f2 1%, rgba(208, 236, 225, 0) 100%);
}
section.reasons .reasons_list > li:nth-child(3) figure::before {
  background: linear-gradient(to bottom, rgba(243, 238, 195, 0.7), rgba(238, 236, 218, 0));
}
section.reasons .reasons_list > li:nth-child(4) figure::before {
  background: linear-gradient(to bottom, rgba(216, 240, 243, 0.7), rgba(216, 240, 243, 0.1));
}
section.reasons .reasons_list > li:nth-child(5) figure::before {
  background: linear-gradient(to bottom, rgba(228, 220, 236, 0.7), rgba(228, 220, 236, 0));
}
section.reasons .reasons_list > li:nth-child(6) figure::before {
  background: linear-gradient(134deg, rgba(255, 231, 209, 0.7) 1%, rgba(255, 231, 209, 0) 100%);
}
section.reasons .reasons_list > li:nth-child(7) figure::before {
  background: linear-gradient(134deg, rgba(246, 231, 236, 0.7) 1%, rgba(255, 238, 243, 0) 100%);
}
section.reasons .reasons_list > li:nth-child(1) .reasons_text > span {
  color: #005ea0;
}
section.reasons .reasons_list > li:nth-child(2) .reasons_text > span {
  color: #3aa77c;
}
section.reasons .reasons_list > li:nth-child(3) .reasons_text > span {
  color: #c6b946;
}
section.reasons .reasons_list > li:nth-child(4) .reasons_text > span {
  color: #41b3c2;
}
section.reasons .reasons_list > li:nth-child(5) .reasons_text > span {
  color: #a48bb9;
}
section.reasons .reasons_list > li:nth-child(6) .reasons_text > span {
  color: #d9a066;
}
section.reasons .reasons_list > li:nth-child(7) .reasons_text > span {
  color: #dd90a7;
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_list > li:nth-child(n) figure {
    aspect-ratio: auto;
    height: 240px;
  }
  section.reasons .reasons_list > li:nth-child(n) figure::before {
    top: 40px;
    width: 250px;
    height: 250px;
  }
  section.reasons .reasons_list > li:nth-child(n) figure picture {
    top: 0;
    width: 300px;
    height: 240px;
  }
  section.reasons .reasons_list > li:nth-child(n) .reasons_text {
    width: calc(100% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
  section.reasons .reasons_list > li:nth-child(n) .reasons_text > span,
  section.reasons .reasons_list > li:nth-child(n) .reasons_text h3 {
    margin-left: 0;
  }
  section.reasons .reasons_list > li:nth-child(n) .reasons_text > span {
    font-size: 18px;
  }
  section.reasons .reasons_list > li:nth-child(n) .reasons_text h3 {
    font-size: 24px;
  }
  section.reasons .reasons_list > li:nth-child(n) .reasons_text p {
    margin-top: 12px;
  }
  section.reasons .reasons_list > li:nth-child(-n+2) figure::before {
    left: 0;
  }
  section.reasons .reasons_list > li:nth-child(-n+2) figure picture {
    right: 0;
    left: auto;
  }
  section.reasons .reasons_list > li:nth-child(n+6) figure::before {
    right: 0;
    left: auto;
  }
  section.reasons .reasons_list > li:nth-child(n+6) figure picture {
    left: 0;
    right: auto;
  }
  section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) .reasons_text {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) .reasons_text > span,
  section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) .reasons_text h3 {
    margin-left: 0;
  }
  section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) {
    width: 100%;
  }
  section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) figure {
    aspect-ratio: auto;
    height: 240px;
  }
  section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) figure::before {
    top: 40px;
    width: 250px;
    height: 250px;
  }
  section.reasons .reasons_list > li:nth-child(n+3):nth-child(-n+5) figure picture {
    right: auto;
    left: 50%;
    width: 300px;
    height: 240px;
    transform: translateX(-50%);
  }
  section.reasons .reasons_list > li:nth-child(n+6) .reasons_text {
    width: calc(100% - 20px);
    margin-left: 0;
  }
}
section.reasons .reasons_list > li figure {
  position: relative;
  isolation: isolate;
  aspect-ratio: 53/34;
}
section.reasons .reasons_list > li figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 29.41%;
  width: 64.15%;
  height: 100%;
}
section.reasons .reasons_list > li figure picture {
  position: absolute;
  top: 0;
  width: 81.13%;
  height: 100%;
}
section.reasons .reasons_list > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.reasons .reasons_list > li .reasons_text {
  position: relative;
  z-index: 1;
  width: min(470px, 100%);
  margin-top: 40px;
}
section.reasons .reasons_list > li .reasons_text > span {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_list > li .reasons_text > span {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.reasons .reasons_list > li .reasons_text h3 {
  margin-top: 10px;
  font-weight: 400;
}
section.reasons .reasons_list > li .reasons_text p {
  margin-top: 16px;
  letter-spacing: 0;
}

/* /reasons */
/* flow */
section.flow .section_title .flow_title_step {
  display: inline;
}
@media screen and (max-width: 767px) {
  section.flow .section_title .flow_title_step {
    display: block;
  }
}
section.flow .section_title .en {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  section.flow .section_title .en {
    margin-top: max(6px, 6px + 14 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_intro {
  margin-top: 49px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_intro {
    margin-top: max(22px, 22px + 27 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_intro h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_intro h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_intro p {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_intro p {
    margin-top: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_list {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_list li {
  position: relative;
}
section.flow .flow_list li:nth-child(odd) {
  background: #deecf6;
}
section.flow .flow_list li:nth-child(even) {
  background: #edf8ff;
}
section.flow .flow_list li .inner {
  display: grid;
  grid-template-columns: 100px minmax(0, 600px) 320px;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_list li .inner {
    grid-template-columns: max(60px, 60px + 40 * (100vw - 390px) / 1049) minmax(0, 1fr) max(270px, 270px + 50 * (100vw - 390px) / 1049);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    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.flow .flow_list li .inner {
    grid-template-columns: 60px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 20px;
  }
}
section.flow .flow_list li:not(:last-child) .flow_number::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 100px;
  bottom: -120px;
  left: 50%;
  width: 1px;
  background: #005ea0;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_list li:not(:last-child) .flow_number::after {
    top: max(60px, 60px + 40 * (100vw - 390px) / 1049);
    bottom: max(-120px, -60px + -60 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.flow .flow_list li:not(:last-child) .flow_number::after {
    top: 60px;
    bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  section.flow .flow_list li:last-child .flow_text p {
    font-size: 16px;
  }
}
section.flow .flow_number {
  position: relative;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  section.flow .flow_number {
    grid-row: 1/-1;
  }
}
section.flow .flow_number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(0, 94, 160, 0.1);
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #005ea0;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_number span {
    width: max(60px, 60px + 40 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_text {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  section.flow .flow_text {
    padding-top: 0;
  }
}
section.flow .flow_text h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_text h4 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_text p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_text p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.flow picture {
  display: block;
  align-self: start;
  width: 100%;
  aspect-ratio: 32/21;
}
@media screen and (max-width: 767px) {
  section.flow picture {
    grid-column: 2;
    aspect-ratio: 27/17;
  }
}
section.flow picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* /flow */
/* case */
section.case .section_title > .en {
  margin-top: 24px;
  line-height: 0.8;
}
@media screen and (max-width: 1439px) {
  section.case .section_title > .en {
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
section.case .case_panel {
  padding-bottom: 100px;
  background: linear-gradient(to bottom, transparent 35px, #fafafa 35px);
}
@media screen and (max-width: 1439px) {
  section.case .case_panel {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    background: linear-gradient(to bottom, transparent max(23px, 23px + 12 * (100vw - 390px) / 1049), #fafafa max(23px, 23px + 12 * (100vw - 390px) / 1049));
  }
}
section.case .case_intro {
  margin: 60px auto 0;
}
@media screen and (max-width: 1439px) {
  section.case .case_intro {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.case .case_slider {
  position: relative;
  width: calc(100% - 200px);
  max-width: 900px;
  margin: 57px auto 0;
}
@media screen and (max-width: 1439px) {
  section.case .case_slider {
    margin-top: max(20px, 20px + 37 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_slider {
    width: calc(100% - 40px);
    max-width: 310px;
  }
}
section.case .case_card {
  flex: 0 0 100%;
  padding: 60px;
  background-color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.case .case_card {
    padding: max(25px, 25px + 35 * (100vw - 390px) / 1049) max(15px, 15px + 45 * (100vw - 390px) / 1049);
  }
}
section.case .case_viewport {
  overflow: hidden;
}
section.case .case_track {
  display: flex;
  align-items: stretch;
}
section.case .case_track.is-animated {
  transition: transform 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  section.case .case_track.is-animated {
    transition: none;
  }
}
section.case .case_card_header {
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 2px dotted #005ea0;
}
section.case .case_card_header > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 45px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background-color: #edf8ff;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  color: #005ea0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.case .case_card_header > span {
    width: max(160px, 160px + 80 * (100vw - 390px) / 1049);
    height: max(35px, 35px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 4 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.case .case_card_header h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  color: #005ea0;
}
@media screen and (max-width: 1439px) {
  section.case .case_card_header h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_card_header h3 {
    max-width: 240px;
    margin: 0 auto;
  }
  section.case .case_card_header h3 span {
    display: block;
  }
}
section.case .case_photos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 36px;
}
@media screen and (max-width: 1439px) {
  section.case .case_photos {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 20 * (100vw - 390px) / 1049);
  }
}
section.case .case_photos::after {
  position: absolute;
  top: calc(50% - 14.6px);
  left: 50%;
  width: 20px;
  height: 30px;
  background-color: #005ea0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1439px) {
  section.case .case_photos::after {
    top: calc(50% - max(11.4px, 11.4px + 3.2 * (100vw - 390px) / 1049));
    width: max(9px, 9px + 11 * (100vw - 390px) / 1049);
    height: max(13px, 13px + 17 * (100vw - 390px) / 1049);
  }
}
section.case .case_photos figure img {
  width: 100%;
  aspect-ratio: 37/24;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.case .case_photos figure img {
    aspect-ratio: 26/21;
  }
}
section.case .case_photos figure figcaption {
  margin-top: 10px;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 0.8;
  color: #7c7c7c;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.case .case_photos figure figcaption {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.case .case_photos figure:last-child figcaption {
  color: #005ea0;
}
section.case .case_details {
  position: relative;
  display: grid;
  gap: 24px;
  margin-top: 27px;
  padding: 20px 0;
}
@media screen and (max-width: 1439px) {
  section.case .case_details {
    gap: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 7 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) 0;
  }
}
section.case .case_details::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 120px;
  width: 1px;
  background-color: #deecf6;
  content: "";
}
@media screen and (max-width: 1439px) {
  section.case .case_details::before {
    left: max(75px, 75px + 45 * (100vw - 390px) / 1049);
  }
}
section.case .case_details > div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  section.case .case_details > div {
    grid-template-columns: max(75px, 75px + 45 * (100vw - 390px) / 1049) minmax(0, 1fr);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
section.case .case_details dt,
section.case .case_details dd {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  section.case .case_details dt,
  section.case .case_details dd {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
section.case .case_details dt {
  align-self: center;
  padding-right: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: normal;
  color: #005ea0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.case .case_details dt {
    padding-right: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
section.case .case_details dd {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #5b5b5b;
  letter-spacing: 0.05em;
}
section.case .case_risk {
  margin-top: 42px;
  padding: 20px 25px 28px;
  background-color: #fff3f3;
}
@media screen and (max-width: 1439px) {
  section.case .case_risk {
    margin-top: max(22px, 22px + 20 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 15 * (100vw - 390px) / 1049) max(11px, 11px + 17 * (100vw - 390px) / 1049);
  }
}
section.case .case_risk h4 {
  padding-bottom: 12px;
  border-bottom: 1px solid #b13d3f;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #b13d3f;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.case .case_risk h4 {
    padding-bottom: max(8px, 8px + 4 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
section.case .case_risk p {
  margin-top: 10px;
  color: #505050;
}
@media screen and (max-width: 1439px) {
  section.case .case_risk p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_risk p {
    margin-top: 8px;
  }
}
section.case .case_control {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  section.case .case_control {
    width: max(40px, 40px + 60 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 60 * (100vw - 390px) / 1049);
  }
}
section.case .case_control img {
  width: 100%;
  height: 100%;
}
section.case .case_control_prev {
  left: -150px;
}
@media screen and (max-width: 1439px) {
  section.case .case_control_prev {
    left: max(-150px, -30px + -120 * (100vw - 390px) / 1049);
  }
}
section.case .case_control_next {
  right: -150px;
}
@media screen and (max-width: 1439px) {
  section.case .case_control_next {
    right: max(-150px, -30px + -120 * (100vw - 390px) / 1049);
  }
}
section.case .case_note {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  section.case .case_note {
    margin-top: max(12px, 12px + 8 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}

/* /case */
/* prevention */
section.prevention {
  --prevention-notch-half: 320px;
  --prevention-notch-depth: 140px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #edf8ff 0%, #ffffff 35%, #ffffff 65%, #edf8ff 100%);
}
@media screen and (max-width: 1439px) {
  section.prevention {
    --prevention-notch-half: max(175px, calc(175px + (320 - 175) * ((100vw - 390px) / (1439 - 390))));
    --prevention-notch-depth: max(100px, calc(100px + (140 - 100) * ((100vw - 390px) / (1439 - 390))));
  }
}
section.prevention .prevention_bg {
  position: absolute;
  top: -48px;
  right: 50px;
  width: 640px;
  z-index: 0;
}
@media screen and (min-width: 1440px) {
  section.prevention .prevention_bg {
    transform: translateX(calc(720px - 50vw));
  }
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_bg {
    top: max(-120px, -120px + 72 * (100vw - 390px) / 1049);
    right: max(-120px, -120px + 170 * (100vw - 390px) / 1049);
    width: max(440px, 440px + 200 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_bg img {
  width: 100%;
}
section.prevention .section_title {
  position: relative;
  z-index: 1;
}
section.prevention .section_title h2 {
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  section.prevention .section_title h2 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_intro {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_intro {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_intro h3,
section.prevention .prevention_intro p {
  letter-spacing: 0;
}
section.prevention .prevention_intro h3 {
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_intro h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_intro p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_intro p {
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_body {
  position: relative;
  margin-top: 64px;
  padding-top: 302px;
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_body {
    margin-top: max(31px, 31px + 33 * (100vw - 390px) / 1049);
    padding-top: max(193px, 193px + 109 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_body::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: #ffffff;
  border-radius: 50% 50% 0 0/60px 60px 0 0;
}
section.prevention .prevention_point {
  position: absolute;
  z-index: 1;
  top: 117px;
  left: 50%;
  width: min(100% - 40px, 640px);
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_point {
    top: max(60px, 60px + 57 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_point::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -17px;
  left: 50%;
  width: 640px;
  height: 140px;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: linear-gradient(to bottom, rgba(70, 173, 196, 0) 0%, rgba(70, 173, 196, 0.2) 100%);
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_point::before {
    top: max(-17px, -17 * (100vw - 390px) / 1049);
    width: max(350px, 350px + 290 * (100vw - 390px) / 1049);
    height: max(100px, 100px + 40 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_point p {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_point p {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_point p .prevention_point_emphasis {
  font-size: 32px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_point p .prevention_point_emphasis {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_list {
  --prevention-list-gap: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: var(--prevention-list-gap);
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_list {
    --prevention-list-gap: max(20px, calc(20px + (40 - 20) * ((100vw - 390px) / (1439 - 390))));
  }
}
@media screen and (max-width: 767px) {
  section.prevention .prevention_list {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
  }
}
section.prevention .prevention_list li {
  overflow: hidden;
  background-color: #deecf6;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.1);
}
section.prevention .prevention_list li:last-child {
  grid-column: 1/-1;
  width: calc((100% - var(--prevention-list-gap)) / 2);
  justify-self: center;
}
@media screen and (max-width: 767px) {
  section.prevention .prevention_list li:last-child {
    width: 100%;
  }
}
section.prevention .prevention_list li > p {
  padding: 24px 25px;
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_list li > p {
    padding: max(12px, 12px + 12 * (100vw - 390px) / 1049) max(20px, 20px + 5 * (100vw - 390px) / 1049) max(19px, 19px + 5 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_list li > p strong {
  font-weight: 700;
}
section.prevention .prevention_list_heading {
  padding: 25px 20px 24px;
  border-radius: 0 0 50% 50%/0 0 30px 30px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_list_heading {
    padding: max(21px, 21px + 4 * (100vw - 390px) / 1049) 20px max(22px, 22px + 2 * (100vw - 390px) / 1049);
  }
}
section.prevention .prevention_list_heading h3 {
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.prevention .prevention_list_heading h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}

/* /prevention */
/* price */
section.price {
  background: #fafafa;
}
section.price .section_title > .en {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.price .section_title > .en {
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
section.price .price_lead {
  margin-top: 60px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.price .price_lead {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.price .price_intro {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.price .price_intro {
    margin-top: max(11px, 11px + 13 * (100vw - 390px) / 1049);
  }
}
section.price .price_table {
  width: 100%;
  margin-top: 40px;
  border: 1px solid rgba(91, 91, 91, 0.25);
  border-collapse: collapse;
}
@media screen and (max-width: 1439px) {
  section.price .price_table {
    margin-top: max(19px, 19px + 21 * (100vw - 390px) / 1049);
  }
}
section.price .price_table col:first-child {
  width: 41%;
}
@media screen and (max-width: 767px) {
  section.price .price_table col:first-child {
    width: 40%;
  }
}
section.price .price_table col:last-child {
  width: 59%;
}
@media screen and (max-width: 767px) {
  section.price .price_table col:last-child {
    width: 60%;
  }
}
section.price .price_table tr + tr {
  border-top: 1px solid rgba(91, 91, 91, 0.25);
}
section.price .price_table th,
section.price .price_table td {
  padding: 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #5b5b5b;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  section.price .price_table th,
  section.price .price_table td {
    padding-inline: 10px;
    font-size: 12px;
    line-height: 1.4;
  }
}
section.price .price_table thead {
  background: #005ea0;
}
section.price .price_table thead th {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
section.price .price_table tbody th {
  font-weight: 500;
  text-align: left;
  background: #edf8ff;
}
section.price .price_table tbody td {
  font-weight: 400;
  background: #ffffff;
}
section.price .price_table th + th,
section.price .price_table th + td {
  border-left: 1px solid rgba(91, 91, 91, 0.25);
}
section.price .price_payment {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.price .price_payment {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.price .price_payment > h3 {
  padding: 24px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  color: #ffffff;
  background: linear-gradient(90deg, #005ea0 0%, rgba(0, 94, 160, 0.6) 50%, #005ea0 100%);
  box-shadow: 0 10px 20px -10px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 1439px) {
  section.price .price_payment > h3 {
    padding-block: max(13px, 13px + 11 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.price .price_payment > p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.price .price_payment > p {
    margin-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
section.price .price_payment ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  max-width: 620px;
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  section.price .price_payment ul {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
    max-width: max(350px, 350px + 270 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.price .price_payment ul li {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 135deg, #579bc3 0 38%, #005ea0 38% 100%);
}
section.price .price_payment ul li:nth-child(2) {
  background: conic-gradient(from 135deg, #7bc4ec 0 38%, #4da9e5 38% 100%);
}
section.price .price_payment ul li:nth-child(3) {
  background: conic-gradient(from 135deg, #82cfd7 0 38%, #46adc4 38% 100%);
}
section.price .price_payment ul li::before {
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}
@media screen and (max-width: 1439px) {
  section.price .price_payment ul li::before {
    inset: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
section.price .price_payment ul li picture {
  position: relative;
  z-index: 1;
  width: 80px;
}
@media screen and (max-width: 1439px) {
  section.price .price_payment ul li picture {
    width: max(49px, 49px + 31 * (100vw - 390px) / 1049);
  }
}
section.price .price_payment ul li picture img {
  width: 100%;
}
section.price .price_deduction {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.price .price_deduction {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.price .price_deduction > h3 {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #005ea0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.price .price_deduction > h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.price .price_deduction_body {
  position: relative;
  margin-top: -23px;
  padding: 61px 60px 60px;
  border-radius: 12px;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.price .price_deduction_body {
    margin-top: max(-23px, -13px + -10 * (100vw - 390px) / 1049);
    padding: max(33px, 33px + 28 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049) max(18px, 18px + 42 * (100vw - 390px) / 1049);
    border-radius: max(10px, 10px + 2 * (100vw - 390px) / 1049);
  }
}

/* /price */
/* message */
section.message {
  position: relative;
  padding-top: 160px;
  overflow: hidden;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.message {
    padding-top: max(80px, 80px + 80 * (100vw - 390px) / 1049);
  }
}
section.message::before {
  position: absolute;
  top: -270px;
  left: -192px;
  width: 1000px;
  aspect-ratio: 1;
  content: "";
  background: linear-gradient(133.624deg, #82c9fa 0%, #afdcdf 47.1154%, rgba(214, 210, 166, 0.1) 100%);
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.4;
}
@media screen and (max-width: 1439px) {
  section.message::before {
    top: max(-270px, -100px + -170 * (100vw - 390px) / 1049);
    left: max(-192px, -143px + -49 * (100vw - 390px) / 1049);
    width: max(450px, 450px + 550 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message::before {
    background: linear-gradient(131.588deg, #82c9fa 0%, #afdcdf 47.1154%, rgba(214, 210, 166, 0.1) 100%);
  }
}
section.message .message_en {
  position: absolute;
  top: -100px;
  left: 5%;
  font-family: "Beau Rivage", cursive;
  font-size: 120px;
  font-weight: 400;
  line-height: normal;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 0.8;
}
@media screen and (max-width: 1439px) {
  section.message .message_en {
    top: max(-100px, -50px + -50 * (100vw - 390px) / 1049);
    font-size: max(64px, 64px + 56 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_en {
    left: 20px;
  }
}
section.message .inner > h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (max-width: 1439px) {
  section.message .inner > h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.message .message_text {
  margin-top: 34px;
}
@media screen and (max-width: 1439px) {
  section.message .message_text {
    margin-top: max(16px, 16px + 18 * (100vw - 390px) / 1049);
  }
}
section.message .message_visual {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 5fr);
  column-gap: 60px;
  align-items: start;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.message .message_visual {
    column-gap: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 44 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_visual {
    display: block;
  }
}
section.message .message_img_main {
  grid-column: 1;
  grid-row: 1;
  aspect-ratio: 32/21;
}
@media screen and (max-width: 767px) {
  section.message .message_img_main {
    display: block;
    width: 80%;
    aspect-ratio: 56/37;
  }
}
section.message .message_img_main img {
  width: 100%;
}
section.message .message_profile {
  grid-column: 1;
  grid-row: 2;
  margin-top: 24px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  section.message .message_profile {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.message .message_profile > p {
  font-family: inherit;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.message .message_profile > p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
section.message .message_profile > p.message_name {
  display: flex;
  gap: 22px;
  align-items: baseline;
  margin-top: 8px;
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.message .message_profile > p.message_name {
    gap: max(5px, 5px + 17 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_profile > p.message_name {
    margin-top: 4px;
  }
}
section.message .message_profile > p.message_name span {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.message .message_profile > p.message_name span {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.message .message_profile > p.message_name_en {
  margin-top: 6px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #005ea0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
section.message .message_closing_wrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  section.message .message_closing_wrap {
    display: grid;
    grid-template-columns: minmax(0, 19fr) minmax(0, 16fr);
    margin-top: 10px;
  }
}
section.message .message_closing_wrap > h3 {
  grid-column: 1;
  grid-row: 3;
  margin-top: 40px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.message .message_closing_wrap > h3 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_closing_wrap > h3 {
    grid-row: 1;
    margin-top: 20px;
  }
}
section.message .message_img_portrait {
  grid-column: 2;
  grid-row: 1/span 3;
  margin-top: 60px;
  aspect-ratio: 5/6;
}
@media screen and (max-width: 767px) {
  section.message .message_img_portrait {
    display: block;
    grid-row: 1;
    width: 100%;
    margin-top: 0;
  }
}
section.message .message_img_portrait img {
  width: 100%;
}

/* /message */
/* faq */
section.faq {
  background: #ffffff;
}
section.faq .section_title > .en {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  section.faq .section_title > .en {
    margin-top: max(8px, 8px + 12 * (100vw - 390px) / 1049);
  }
}
section.faq .faq_list {
  display: grid;
  gap: 32px;
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_list {
    gap: max(12px, 12px + 20 * (100vw - 390px) / 1049);
    margin-top: max(22px, 22px + 26 * (100vw - 390px) / 1049);
  }
}
section.faq .faq_list details {
  border-top: 1px solid rgba(91, 91, 91, 0.31);
  border-bottom: 1px solid rgba(91, 91, 91, 0.31);
}
section.faq .faq_list details summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 65px 20px 25px;
  background: #deecf6;
  cursor: pointer;
  list-style: none;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_list details summary {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) max(45px, 45px + 20 * (100vw - 390px) / 1049) max(15px, 15px + 5 * (100vw - 390px) / 1049) max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
section.faq .faq_list details summary::-webkit-details-marker {
  display: none;
}
section.faq .faq_list details summary::before, section.faq .faq_list details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 20px;
  height: 1px;
  background: #005ea0;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_list details summary::before, section.faq .faq_list details summary::after {
    right: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
section.faq .faq_list details summary::after {
  transform: translateY(-50%) rotate(90deg);
}
section.faq .faq_list details summary[aria-expanded=true]::after {
  transform: translateY(-50%) scaleY(0);
}
@media (prefers-reduced-motion: reduce) {
  section.faq .faq_list details summary::before, section.faq .faq_list details summary::after {
    transition-duration: 0.01ms;
  }
}
section.faq .faq_list details summary p {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #005ea0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_list details summary p {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.faq .faq_list details .faq_mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 55px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  color: #005ea0;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_list details .faq_mark {
    width: max(30px, 30px + 25 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.faq .faq_list details summary .faq_mark {
  border: 1px solid #005ea0;
  background: #ffffff;
}
section.faq .faq_list details .faq_answer {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_list details .faq_answer {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
section.faq .faq_list details .faq_answer .faq_mark {
  background: #deecf6;
}

/* /faq */
/* contact */
section.contact {
  padding: 100px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.contact {
    padding: max(0px, 100 * (100vw - 390px) / 1049) 0;
  }
}
section.contact .contact_wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 75px;
  overflow: hidden;
  background: linear-gradient(180deg, #005ea0 0%, #4b7593 100%);
}
@media screen and (max-width: 1439px) {
  section.contact .contact_wrap {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    padding-bottom: max(50px, 50px + 25 * (100vw - 390px) / 1049);
  }
}
section.contact .contact_bg {
  position: absolute;
  top: -150px;
  z-index: 0;
  width: 840px;
  height: 500px;
}
@media screen and (max-width: 767px) {
  section.contact .contact_bg {
    top: -75px;
    width: 345px;
    height: 330px;
  }
}
section.contact .contact_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.contact .contact_bg_left {
  left: -150px;
}
@media screen and (max-width: 767px) {
  section.contact .contact_bg_left {
    left: -75px;
  }
}
section.contact .contact_bg_right {
  left: 410px;
}
@media screen and (max-width: 767px) {
  section.contact .contact_bg_right {
    left: 120px;
  }
}
section.contact .contact_circle {
  position: absolute;
  z-index: 0;
  display: block;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77, 229, 224, 0.3) 0%, rgba(48, 199, 249, 0.3) 100%);
  opacity: 0.7;
  filter: blur(50px);
  pointer-events: none;
}
section.contact .contact_circle_left {
  top: 7px;
  left: -112px;
  width: 417px;
  aspect-ratio: 1;
}
section.contact .contact_circle_right {
  top: 281px;
  left: 868px;
  width: 388px;
  aspect-ratio: 1;
}
section.contact .contact_intro {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}
section.contact .contact_intro h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.425;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_intro h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.contact .contact_intro p {
  margin-top: 24px;
  color: inherit;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_intro p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.contact .contact_methods {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 320px repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 60px;
  margin-right: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_methods {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-right: max(0px, 5 * (100vw - 390px) / 1049);
    margin-left: max(0px, 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  section.contact .contact_methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_methods {
    grid-template-columns: minmax(0, 1fr);
  }
}
section.contact .contact_method_label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 7px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 999px;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_method_label {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_method_label {
    padding: 6px 15px;
  }
}
section.contact .contact_phone {
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  section.contact .contact_phone {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_phone {
    grid-column: auto;
  }
}
section.contact .contact_phone .contact_method_label {
  gap: 2px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #005ea0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  section.contact .contact_phone .contact_method_label {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
section.contact .contact_phone .contact_method_label .contact_phone_icon {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  mask: url("../img/icon_tel.svg") center/contain no-repeat;
  -webkit-mask: url("../img/icon_tel.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  section.contact .contact_phone .contact_method_label .contact_phone_icon {
    width: 15px;
    height: 15px;
  }
}
section.contact .contact_phone .contact_phone_number {
  margin-top: 10px;
  padding-bottom: 5px;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  color: inherit;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1439px) {
  section.contact .contact_phone .contact_phone_number {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_phone .contact_phone_number {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
section.contact .contact_phone .contact_phone_number span {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_phone .contact_phone_number span {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
section.contact .contact_phone .contact_phone_hours {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: inherit;
}
@media screen and (max-width: 767px) {
  section.contact .contact_phone .contact_phone_hours {
    margin-top: 5px;
  }
}
section.contact .contact_method {
  padding: 14px 25px 18px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  section.contact .contact_method {
    padding: 15px 15px 16px;
  }
}
section.contact .contact_method .contact_method_action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  section.contact .contact_method .contact_method_action {
    gap: 5px;
    margin-top: 10px;
  }
}
section.contact .contact_method .contact_method_action img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  section.contact .contact_method .contact_method_action img {
    width: 25px;
    height: 25px;
  }
}
section.contact .contact_method .contact_method_action p {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  color: inherit;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_method .contact_method_action p {
    font-size: max(28px, 28px + 4 * (100vw - 390px) / 1049);
  }
}
section.contact .contact_method .contact_method_action p span {
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
section.contact .contact_method .contact_method_note {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: inherit;
}
section.contact .contact_method_web {
  color: #4da9e5;
  background-color: #e8f9fd;
}
section.contact .contact_method_web .contact_method_label {
  background-color: #4da9e5;
}
section.contact .contact_method_line {
  color: #6bb335;
  background-color: color-mix(in srgb, #6bb335 10%, #ffffff);
}
section.contact .contact_method_line .contact_method_label {
  background-color: #6bb335;
}
section.contact .contact_notice {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 25px 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1439px) {
  section.contact .contact_notice {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-right: max(0px, 5 * (100vw - 390px) / 1049);
    margin-left: max(0px, 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_notice {
    padding: 15px;
  }
}
section.contact .contact_notice p {
  color: #ffffff;
}

/* /contact */
section.cta {
  position: relative;
  overflow: clip;
  background-color: #005ea0;
}
section.cta::before {
  position: absolute;
  inset: -5px;
  content: "";
  background: url("../img/cta_bg.webp") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  section.cta::before {
    inset: -2.5px;
    background-image: url("../img/cta_bg_sp.webp");
  }
}
section.cta .cta_panel {
  padding: 40px 60px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 1439px) {
  section.cta .cta_panel {
    padding-right: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    padding-left: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_panel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.cta .cta_intro {
  display: grid;
  grid-template-columns: minmax(140px, 170px) minmax(0, 1fr);
  gap: 20px;
  border-bottom: 2px solid #005ea0;
}
@media screen and (max-width: 767px) {
  section.cta .cta_intro {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
section.cta .cta_art {
  position: relative;
  width: 170px;
  height: 314px;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_art {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_art {
    width: min(260px, 100%);
    height: 190px;
    margin: 10px auto 0;
  }
}
section.cta .cta_art .cta_badge {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 152px;
  height: 150px;
  place-items: center;
}
@media screen and (max-width: 767px) {
  section.cta .cta_art .cta_badge {
    left: 20px;
    width: 140px;
    height: auto;
    aspect-ratio: 152/150;
  }
}
section.cta .cta_art .cta_badge .cta_badge_circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
section.cta .cta_art .cta_badge span {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #005ea0;
  text-align: center;
  letter-spacing: 0.05em;
}
section.cta .cta_art picture {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_art picture {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_art picture {
    right: 8px;
    width: 150px;
  }
}
section.cta .cta_art picture img {
  width: 100%;
}
section.cta .cta_copy {
  padding-top: 37px;
}
@media screen and (max-width: 767px) {
  section.cta .cta_copy {
    order: -1;
    padding-top: 0;
  }
}
section.cta .cta_copy .cta_lead {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_copy .cta_lead {
    gap: max(6px, 6px + 4 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_copy .cta_lead {
    gap: 0;
  }
}
section.cta .cta_copy .cta_lead img {
  flex: 0 0 auto;
  width: 24px;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  section.cta .cta_copy .cta_lead img {
    width: 15px;
    margin-top: 0;
  }
}
section.cta .cta_copy h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  color: #005ea0;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_copy h2 {
    font-size: max(28px, 28px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_copy h2 {
    line-height: 1.2;
    letter-spacing: 0;
  }
}
section.cta .cta_copy .cta_body {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_copy .cta_body {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_copy .cta_body p {
  letter-spacing: 0;
}
section.cta .cta_contacts {
  display: grid;
  grid-template-columns: minmax(0, 320px) repeat(2, minmax(0, 310px));
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_contacts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_contacts {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
    margin-top: 20px;
  }
}
section.cta .cta_contact {
  display: flex;
  flex-direction: column;
  color: #005ea0;
  text-align: center;
  border-radius: 5px;
}
section.cta .cta_contact .cta_contact_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 10px 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
  border-radius: 99px;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_contact .cta_contact_head {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_contact .cta_contact_head {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
section.cta .cta_contact .cta_contact_head img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  section.cta .cta_contact .cta_contact_head img {
    width: 15px;
    height: 15px;
  }
}
section.cta .cta_contact .cta_contact_value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_contact .cta_contact_value {
    font-size: max(28px, 28px + 4 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_contact .cta_contact_value img {
  align-self: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  section.cta .cta_contact .cta_contact_value img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}
section.cta .cta_contact .cta_contact_value span {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}
section.cta .cta_contact.cta_contact_tel {
  justify-content: center;
  gap: 10px;
  border-radius: 0;
}
section.cta .cta_contact.cta_contact_tel .cta_contact_head {
  background-color: #005ea0;
}
section.cta .cta_contact.cta_contact_tel .cta_contact_value {
  font-family: "Jost", Arial, sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_contact.cta_contact_tel .cta_contact_value {
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_contact.cta_contact_tel .cta_contact_value .cta_tel_prefix {
  margin-right: 0;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_contact.cta_contact_tel .cta_contact_value .cta_tel_prefix {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
section.cta .cta_contact.cta_contact_tel .cta_contact_value .cta_tel_number {
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0.045em;
}
section.cta .cta_contact.cta_contact_web, section.cta .cta_contact.cta_contact_line {
  padding: 14px 25px;
}
@media screen and (max-width: 1439px) {
  section.cta .cta_contact.cta_contact_web, section.cta .cta_contact.cta_contact_line {
    padding-right: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    padding-left: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.cta .cta_contact.cta_contact_web, section.cta .cta_contact.cta_contact_line {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section.cta .cta_contact.cta_contact_web .cta_contact_value, section.cta .cta_contact.cta_contact_line .cta_contact_value {
    margin-top: 10px;
  }
}
section.cta .cta_contact.cta_contact_web {
  background-color: #e8f9fd;
}
section.cta .cta_contact.cta_contact_web .cta_contact_head {
  background-color: #4da9e5;
}
section.cta .cta_contact.cta_contact_web .cta_contact_value {
  color: #4da9e5;
}
section.cta .cta_contact.cta_contact_line {
  background-color: rgba(107, 179, 53, 0.12);
}
section.cta .cta_contact.cta_contact_line .cta_contact_head {
  background-color: #6bb335;
}
section.cta .cta_contact.cta_contact_line .cta_contact_value {
  color: #6bb335;
}
@media screen and (max-width: 767px) {
  section.cta#cta01 .cta_art {
    margin-top: 16px;
  }
}

footer.footer {
  overflow: clip;
  padding: 100px 0 32px;
  background: #5b5b5b;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  footer.footer {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer.footer {
    padding-bottom: 30px;
  }
}
footer.footer a {
  color: inherit;
}
footer.footer .footer_access_grid {
  display: grid;
  grid-template-columns: minmax(0, 580px) minmax(0, 1fr);
  align-items: start;
  gap: 42px;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_access_grid {
    gap: max(20px, 20px + 22 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer_access_grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}
footer.footer .footer_map {
  height: 510px;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_map {
    height: max(280px, 280px + 230 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer_map {
    height: 280px;
  }
}
footer.footer .footer_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
footer.footer .footer_access_content {
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer_access_content {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer_access_content {
    max-width: none;
  }
}
footer.footer .footer_clinic_name {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
footer.footer .footer_clinic_name p {
  color: #ffffff;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
footer.footer .footer_clinic_name p:first-child {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_clinic_name p:first-child {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
footer.footer .footer_clinic_name p:last-child {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_clinic_name p:last-child {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
footer.footer .footer_address {
  margin-top: 16px;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_address {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer_address {
    margin-top: 10px;
  }
}
footer.footer .footer_hours {
  margin-top: 24px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_hours {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer_hours {
    margin-top: 12px;
    padding: 15px;
  }
}
footer.footer .footer_hours table {
  width: 100%;
  table-layout: fixed;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_hours table {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
footer.footer .footer_hours table .footer_hours_time {
  width: 110px;
}
@media screen and (max-width: 767px) {
  footer.footer .footer_hours table .footer_hours_time {
    width: 90px;
  }
}
footer.footer .footer_hours table thead tr,
footer.footer .footer_hours table tbody tr:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
footer.footer .footer_hours table th,
footer.footer .footer_hours table td {
  height: 39px;
  padding: 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  footer.footer .footer_hours table th,
  footer.footer .footer_hours table td {
    height: 32px;
  }
}
footer.footer .footer_hours table thead th {
  height: 34px;
  padding-bottom: 10px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer.footer .footer_hours table thead th {
    height: 30px;
  }
}
footer.footer .footer_hours table tbody tr:first-child > th,
footer.footer .footer_hours table tbody tr:first-child > td {
  padding-top: 20px;
}
footer.footer .footer_hours table tbody tr:not(:first-child) > th,
footer.footer .footer_hours table tbody tr:not(:first-child) > td {
  padding-top: 16px;
}
footer.footer .footer_hours table tbody tr:last-child > th,
footer.footer .footer_hours table tbody tr:last-child > td {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer.footer .footer_hours table tbody tr:first-child > th,
  footer.footer .footer_hours table tbody tr:first-child > td,
  footer.footer .footer_hours table tbody tr:not(:first-child) > th,
  footer.footer .footer_hours table tbody tr:not(:first-child) > td {
    padding-top: 10px;
  }
  footer.footer .footer_hours table tbody tr:last-child > th,
  footer.footer .footer_hours table tbody tr:last-child > td {
    padding-bottom: 10px;
  }
}
footer.footer .footer_hours table tbody th {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
footer.footer .footer_hours table tbody td {
  font-weight: 700;
}
footer.footer .footer_hours > p {
  margin-top: 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0;
}
footer.footer .footer_access_detail {
  position: relative;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  row-gap: 13px;
  margin-top: 24px;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_access_detail {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer_access_detail {
    grid-template-columns: 76px minmax(0, 1fr);
    row-gap: 10px;
    margin-top: 12px;
  }
}
footer.footer .footer_access_detail::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 84px;
  width: 1px;
  background: rgba(255, 255, 255, 0.75);
  content: "";
}
@media screen and (max-width: 767px) {
  footer.footer .footer_access_detail::before {
    left: 76px;
  }
}
footer.footer .footer_access_detail dt {
  font-weight: 500;
}
footer.footer .footer_access_detail dd {
  min-width: 0;
  padding-left: 20px;
  font-weight: 400;
  line-height: 1.4;
}
footer.footer .footer_access_logo {
  width: 326px;
  height: 75px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_access_logo {
    width: max(250px, 250px + 76 * (100vw - 390px) / 1049);
    height: auto;
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
footer.footer .footer_menu {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  footer.footer .footer_menu {
    margin-top: 30px;
  }
}
footer.footer .footer_menu_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_menu_inner {
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer_menu_inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
footer.footer .footer_menu_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer_menu_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer_menu_grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
}
footer.footer .footer_menu_grid h2 {
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  footer.footer .footer_menu_grid h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
footer.footer .footer_clinic {
  padding-right: 40px;
}
footer.footer .footer_clinic dl {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  row-gap: 10px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_clinic dl {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer_clinic dl {
    font-size: 16px;
  }
}
footer.footer .footer_clinic dl dt {
  font-weight: 700;
  line-height: 2;
}
footer.footer .footer_clinic dl dd {
  min-width: 0;
  line-height: 2;
}
footer.footer .footer_nav ul {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_nav ul {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer_nav ul {
    font-size: 16px;
  }
}
footer.footer .footer_nav ul li {
  padding-left: 1em;
  line-height: 2;
  text-indent: -1em;
}
footer.footer .footer_nav ul li::before {
  content: "› ";
}
footer.footer .footer_banner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 58px;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_banner {
    gap: max(5px, 5px + 15 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 28 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer_banner {
    gap: 5px;
  }
}
footer.footer .footer_banner a,
footer.footer .footer_banner img {
  display: block;
  width: 100%;
}
footer.footer .footer_copyright {
  margin-top: 48px;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  footer.footer .footer_copyright {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer.footer .footer_copyright {
    margin-top: 30px;
  }
}
