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

.inner {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin-inline: auto;
}

.has-scroll-animation .fade-in,
.has-scroll-animation .fade-in-up,
.has-scroll-animation .fade-in-left,
.has-scroll-animation .fade-in-right {
  opacity: 0;
  transition-delay: var(--scroll-animation-delay, 0ms);
}
.has-scroll-animation .fade-in.is-visible,
.has-scroll-animation .fade-in-up.is-visible,
.has-scroll-animation .fade-in-left.is-visible,
.has-scroll-animation .fade-in-right.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.has-scroll-animation .fade-in {
  transition-property: opacity;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.has-scroll-animation .fade-in-up {
  transform: translateY(50px);
  transition: opacity 1.5s ease var(--scroll-animation-delay, 0ms), transform 1.5s ease var(--scroll-animation-delay, 0ms);
}
.has-scroll-animation .fade-in-left {
  transform: translateX(-50px);
  transition: opacity 1.5s ease var(--scroll-animation-delay, 0ms), transform 1.5s ease var(--scroll-animation-delay, 0ms);
}
.has-scroll-animation .fade-in-right {
  transform: translateX(50px);
  transition: opacity 1.5s ease var(--scroll-animation-delay, 0ms), transform 1.5s ease var(--scroll-animation-delay, 0ms);
}

.has-scroll-animation.is-scroll-animation-initializing .fade-in,
.has-scroll-animation.is-scroll-animation-initializing .fade-in-up,
.has-scroll-animation.is-scroll-animation-initializing .fade-in-left,
.has-scroll-animation.is-scroll-animation-initializing .fade-in-right {
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .has-scroll-animation .fade-in,
  .has-scroll-animation .fade-in-up,
  .has-scroll-animation .fade-in-left,
  .has-scroll-animation .fade-in-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
main:not(.top) .page_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 3px solid #b6d7ec;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  main:not(.top) .page_title {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    padding-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main:not(.top) .page_title {
    border-bottom-width: 2px;
  }
}
main:not(.top) .page_title .en {
  color: #43a2dd;
  font-family: "Times New Roman", serif;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  main:not(.top) .page_title .en {
    font-size: max(40px, 40px + 16 * (100vw - 390px) / 1049);
  }
}

main.error_page .error_page_content {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.error_page .error_page_content {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

.content_list {
  padding: 25px;
  border: 1px solid #43a2dd;
}
@media screen and (max-width: 1439px) {
  .content_list {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
.content_list li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  .content_list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.content_list li::before {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 0.55em;
  border-radius: 999px;
  background: #43a2dd;
  content: "";
}
@media screen and (max-width: 1439px) {
  .content_list li::before {
    width: max(8px, 8px + 2 * (100vw - 390px) / 1049);
    height: max(8px, 8px + 2 * (100vw - 390px) / 1049);
  }
}
.content_list li + li {
  margin-top: 10px;
}

.content_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: #333333;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  .content_table {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .content_table {
    line-height: 1.6;
  }
}
.content_table th,
.content_table td {
  padding: 18px 20px;
  border: 1px solid #c1c1c1;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .content_table th,
  .content_table td {
    padding: max(10px, 10px + 8 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .content_table th,
  .content_table td {
    text-align: left;
  }
}
.content_table td:first-child {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content_table td:first-child {
    text-align: center;
  }
}
.content_table th {
  padding-block: 11px;
  border-color: #ffffff;
  background: #43a2dd;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .content_table th {
    padding-block: max(10px, 10px + 1 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.content_table th:nth-child(1) {
  width: 29.0909%;
}
@media screen and (max-width: 767px) {
  .content_table th:nth-child(1) {
    width: 22.8571%;
  }
}
.content_table th:nth-child(2) {
  width: 29.0909%;
}
@media screen and (max-width: 767px) {
  .content_table th:nth-child(2) {
    width: 32.8571%;
  }
}
.content_table th:nth-child(3) {
  width: 41.8182%;
}
@media screen and (max-width: 767px) {
  .content_table th:nth-child(3) {
    width: 44.2858%;
  }
}

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

body.sub_page {
  overflow-x: visible;
}
@media screen and (max-width: 767px) {
  body.sub_page {
    overflow-x: hidden;
  }
}
body.sub_page #page_content,
body.sub_page #page_style {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  box-sizing: border-box;
}
body.sub_page #page_content > .content-in,
body.sub_page #page_style > .content-in {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}
body.sub_page #main {
  float: none;
  width: 100%;
  margin-inline: auto;
}
body.sub_page #inp01,
body.sub_page #inp02,
body.sub_page #inp03,
body.sub_page #inp04,
body.sub_page #inp05,
body.sub_page #inp06,
body.sub_page #inp07,
body.sub_page #inp08,
body.sub_page #inp09,
body.sub_page #inp10,
body.sub_page #inp11,
body.sub_page #inp12,
body.sub_page #inp13,
body.sub_page .col_01,
body.sub_page .col_02,
body.sub_page .col_03 {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}

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

.pv60 {
  padding-block: 60px;
}
@media screen and (max-width: 1439px) {
  .pv60 {
    padding-block: 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);
  }
}

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

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

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

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

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

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

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

.blur_circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.banner_wrap {
  display: grid;
}
.banner_wrap a,
.banner_wrap picture,
.banner_wrap img {
  display: block;
  width: 100%;
}

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

@media (hover: hover) and (pointer: fine) {
  a {
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.section_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .section_title {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
.section_title .en {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  color: #43a2dd;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .section_title .en {
    margin-bottom: max(9px, 9px + 6 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
.section_title .en::after {
  width: 100%;
  margin-top: 5px;
  border-top: 1px solid #43a2dd;
  content: "";
}
@media screen and (max-width: 1439px) {
  .section_title .en::after {
    margin-top: max(4px, 4px + 1 * (100vw - 390px) / 1049);
  }
}

.content_title {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  .content_title {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}

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

.script_title {
  color: #43a2dd;
  font-family: "Allison", cursive;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 51px;
}
@media screen and (max-width: 1439px) {
  .script_title {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    line-height: max(30px, 30px + 21 * (100vw - 390px) / 1049);
  }
}

.page_btn {
  position: relative;
  width: 250px;
  height: 60px;
  margin-inline: auto;
  background: #43a2dd;
}
@media screen and (max-width: 1439px) {
  .page_btn {
    width: max(210px, 210px + 40 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 10 * (100vw - 390px) / 1049);
  }
}
.page_btn::before {
  position: absolute;
  inset: 5px;
  border: 1px solid #ffffff;
  content: "";
  pointer-events: none;
}
.page_btn::after {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .page_btn::after {
    width: 10px;
    height: 10px;
  }
}
.page_btn a {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  .page_btn a {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}

.top_header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 124px;
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_header {
    height: 55px;
  }
}
.top_header .header_inner {
  display: grid;
  grid-template-columns: minmax(240px, 375px) minmax(0, 1fr);
  width: 100%;
  height: 100%;
  padding: 10px 40px 20px;
}
@media screen and (max-width: 1439px) {
  .top_header .header_inner {
    grid-template-columns: minmax(240px, max(240px, 240px + 135 * (100vw - 768px) / 671)) minmax(0, 1fr);
    padding-right: max(20px, 20px + 20 * (100vw - 768px) / 671);
    padding-left: max(20px, 20px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .top_header .header_inner {
    grid-template-columns: minmax(0, 1fr) 90px 40px;
    gap: 5px;
    padding: 5px;
  }
}
.top_header .header_left {
  min-width: 0;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .top_header .header_left {
    position: relative;
    z-index: 300;
    padding-top: 0;
  }
}
.top_header .header_left .logo h1,
.top_header .header_left .logo .header_site_summary {
  margin-bottom: 10px;
  color: #333333;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top_header .header_left .logo h1,
  .top_header .header_left .logo .header_site_summary {
    height: 16px;
    margin-bottom: 3px;
    overflow: hidden;
    font-size: 6px;
    line-height: 1.4;
  }
}
.top_header .header_left .logo a {
  display: block;
  width: min(263px, 100%);
}
@media screen and (max-width: 767px) {
  .top_header .header_left .logo a {
    width: min(140px, 100%);
  }
}
.top_header .header_left .logo a img {
  width: 100%;
}
.top_header .header_right {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px 180px 180px;
  grid-template-rows: 60px 24px;
  column-gap: 10px;
  row-gap: 10px;
  min-width: 0;
}
@media screen and (max-width: 1439px) {
  .top_header .header_right {
    grid-template-columns: minmax(0, 1fr) clamp(100px, 100px + 70 * (100vw - 768px) / 671, 170px) clamp(110px, 110px + 70 * (100vw - 768px) / 671, 180px) clamp(110px, 110px + 70 * (100vw - 768px) / 671, 180px);
  }
}
@media screen and (max-width: 767px) {
  .top_header .header_right {
    display: contents;
  }
}
.top_header .header_right .header_btn {
  position: relative;
  display: flex;
  grid-row: 1;
  align-items: center;
  justify-content: center;
  gap: clamp(1px, 1px + 2 * (100vw - 768px) / 671, 3px);
  height: 60px;
  background: #43a2dd;
  color: #ffffff;
  font-size: clamp(10px, 10px + 8 * (100vw - 768px) / 671, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_btn {
    grid-row: 1;
    width: 90px;
    height: 40px;
    gap: 1px;
    font-size: 10px;
  }
}
.top_header .header_right .header_btn.header_btn-menu {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_btn.header_btn-menu {
    position: relative;
    z-index: 300;
    grid-column: 2;
  }
}
.top_header .header_right .header_btn.header_btn-periodontal, .top_header .header_right .header_btn.header_btn-implant {
  gap: clamp(1px, 1px + 4 * (100vw - 768px) / 671, 5px);
  border: 1px solid #43a2dd;
  background: #ffffff;
  color: #43a2dd;
  font-size: clamp(8px, 8px + 6 * (100vw - 768px) / 671, 14px);
  letter-spacing: 0;
  line-height: 1.2;
}
.top_header .header_right .header_btn.header_btn-periodontal::before, .top_header .header_right .header_btn.header_btn-implant::before {
  border-color: #43a2dd;
}
.top_header .header_right .header_btn.header_btn-periodontal::after, .top_header .header_right .header_btn.header_btn-implant::after {
  background: #43a2dd;
}
.top_header .header_right .header_btn.header_btn-periodontal {
  grid-column: 3;
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_btn.header_btn-periodontal {
    display: none;
  }
}
.top_header .header_right .header_btn.header_btn-implant {
  grid-column: 4;
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_btn.header_btn-implant {
    display: none;
  }
}
.top_header .header_right .header_btn::before {
  position: absolute;
  inset: 5px;
  border: 1px solid #ffffff;
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_btn::before {
    inset: 2px;
  }
}
.top_header .header_right .header_btn::after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_btn::after {
    right: 2px;
    bottom: 2px;
    width: 5px;
    height: 5px;
  }
}
.top_header .header_right .header_btn .header_btn_icon {
  flex: 0 0 clamp(12px, 12px + 8 * (100vw - 768px) / 671, 20px);
  width: clamp(12px, 12px + 8 * (100vw - 768px) / 671, 20px);
  height: clamp(12px, 12px + 8 * (100vw - 768px) / 671, 20px);
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_btn .header_btn_icon {
    flex-basis: 10px;
    width: 10px;
    height: 10px;
  }
}
.top_header .header_right .header_btn .header_btn_icon-periodontal {
  position: relative;
}
.top_header .header_right .header_btn .header_btn_icon-periodontal img {
  position: absolute;
  display: block;
}
.top_header .header_right .header_btn .header_btn_icon-periodontal img:first-child {
  top: 0;
  left: 9%;
  width: 82%;
  height: 57.7%;
}
.top_header .header_right .header_btn .header_btn_icon-periodontal img:last-child {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46.3%;
}
.top_header .header_right .header_btn .header_btn_icon-pc {
  padding-inline: 2.7px;
}
.top_header .header_right .header_btn .header_btn_icon-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_btn .header_btn_icon-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_btn .header_btn_icon-pc {
    display: none;
  }
}
.top_header .header_right .header_btn div {
  position: relative;
  white-space: nowrap;
}
.top_header .header_right .header_nav {
  --header-nav-gap: clamp(16px, calc(16px + (64 - 16) * ((100vw - 768px) / (1439 - 768))), 64px);
  display: flex;
  grid-column: 1/-1;
  grid-row: 2;
  justify-self: end;
  align-items: center;
  gap: var(--header-nav-gap);
  width: max-content;
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_nav {
    position: fixed;
    z-index: 200;
    inset: 0;
    display: block;
    width: 100%;
    padding: 85px 25px 30px;
    overflow-y: auto;
    background: #f4f9fa;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
}
.top_header .header_right .header_nav li {
  position: relative;
}
.top_header .header_right .header_nav li + li::before {
  position: absolute;
  top: 50%;
  left: calc(var(--header-nav-gap) / -2);
  width: 1px;
  height: 25px;
  background: #b6d7ec;
  content: "";
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_nav li {
    width: min(100%, 340px);
    margin-inline: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1f2fd;
  }
  .top_header .header_right .header_nav li + li::before {
    content: none;
  }
  .top_header .header_right .header_nav li:last-child {
    margin-bottom: 0;
  }
}
.top_header .header_right .header_nav li a {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .top_header .header_right .header_nav li a {
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_nav li a {
    display: block;
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: left;
    white-space: normal;
  }
}
.top_header .header_right .header_nav .header_nav_parent {
  display: contents;
}
.top_header .header_right .header_nav .header_nav_submenu_toggle,
.top_header .header_right .header_nav .header_nav_submenu_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_header .header_right .header_nav .header_nav_parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25px;
  }
  .top_header .header_right .header_nav .header_nav_parent > a {
    flex: 1;
    padding-bottom: 0;
  }
  .top_header .header_right .header_nav .header_nav_submenu_toggle {
    display: grid;
    place-items: center;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .top_header .header_right .header_nav .header_nav_submenu_toggle .header_nav_submenu_icon {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
  }
  .top_header .header_right .header_nav .header_nav_submenu_toggle .header_nav_submenu_icon_bg,
  .top_header .header_right .header_nav .header_nav_submenu_toggle .header_nav_submenu_icon_chevron {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
  }
  .top_header .header_right .header_nav .header_nav_submenu_toggle .header_nav_submenu_icon_bg {
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
  }
  .top_header .header_right .header_nav .header_nav_submenu_toggle .header_nav_submenu_icon_chevron {
    width: 9px;
    height: 6px;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease;
  }
  .top_header .header_right .header_nav .header_nav_submenu_toggle[aria-expanded=true] .header_nav_submenu_icon_chevron {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .top_header .header_right .header_nav .header_nav_submenu_wrap {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    visibility: hidden;
    transition: grid-template-rows 0.25s ease, opacity 0.25s ease, visibility 0s linear 0.25s;
  }
  .top_header .header_right .header_nav .header_nav_submenu_wrap.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .top_header .header_right .header_nav .header_nav_submenu_wrap.is-open .header_nav_submenu {
    padding-top: 10px;
  }
  .top_header .header_right .header_nav .header_nav_submenu {
    min-height: 0;
    padding-top: 0;
    overflow: hidden;
    transition: padding-top 0.25s ease;
  }
  .top_header .header_right .header_nav .header_nav_submenu li {
    width: 100%;
    margin: 0;
    border: 0;
  }
  .top_header .header_right .header_nav .header_nav_submenu li + li::before {
    content: none;
  }
  .top_header .header_right .header_nav .header_nav_submenu li a {
    padding: 5px 0;
    font-size: 12px;
    line-height: 14px;
  }
}
.top_header .header_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_header .header_menu {
    position: relative;
    z-index: 300;
    display: block;
    grid-column: 3;
    grid-row: 1;
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #43a2dd;
    background: #f4f9fa;
    cursor: pointer;
    transition: none;
  }
}
.top_header .header_menu img {
  position: absolute;
  inset: 0;
  width: 40px;
  height: 40px;
  clip-path: inset(1px);
  transition: opacity 0.25s ease;
}
.top_header .header_menu .icon_close {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top_header.is-open {
    background: #f4f9fa;
  }
}
@media screen and (max-width: 767px) {
  .top_header.is-open .header_right .header_nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .top_header.is-open .header_menu {
    position: fixed;
    top: 5px;
    right: 5px;
  }
}
.top_header.is-open .header_menu .icon_open {
  opacity: 0;
}
.top_header.is-open .header_menu .icon_close {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  body.is-menu-open {
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .top_header .header_menu img,
  .top_header .header_right .header_nav,
  .top_header .header_nav_submenu_toggle img,
  .top_header .header_nav_submenu_wrap {
    transition: none;
  }
}
.side_fixed_feature,
.side_fixed_note,
.side_fixed_sp_icon,
.side_fixed_sp_text {
  display: none;
}

.side_fixed {
  position: fixed;
  z-index: 90;
  top: 150px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(7px, 7px + 3 * (100vw - 768px) / 671, 10px);
  width: clamp(48px, 48px + 22 * (100vw - 768px) / 671, 70px);
}
@media screen and (max-width: 767px) {
  .side_fixed {
    display: none;
  }
}
.side_fixed > a {
  display: grid;
  width: clamp(48px, 48px + 22 * (100vw - 768px) / 671, 70px);
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 14px + 4 * (100vw - 768px) / 671, 18px);
  font-weight: 600;
  line-height: 1.1;
}
.side_fixed .side_fixed_top {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
}
.side_fixed .side_fixed_top img {
  width: clamp(21px, 21px + 9 * (100vw - 768px) / 671, 30px);
  height: clamp(21px, 21px + 9 * (100vw - 768px) / 671, 30px);
  object-fit: contain;
}
.side_fixed .side_fixed_text {
  display: grid;
  place-items: center;
  color: #ffffff;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1025px) {
  .side_fixed .side_fixed_text {
    letter-spacing: 0.08em;
  }
}
.side_fixed .side_fixed_tel {
  grid-template-rows: clamp(34px, 34px + 15 * (100vw - 768px) / 671, 49px) clamp(108px, 108px + 51 * (100vw - 768px) / 671, 159px);
  height: clamp(144px, 144px + 66 * (100vw - 768px) / 671, 210px);
  border: 1px solid #43a2dd;
  background: #43a2dd;
}
.side_fixed .side_fixed_tel .side_fixed_top {
  justify-content: center;
}
.side_fixed .side_fixed_web {
  grid-template-rows: clamp(41px, 41px + 19 * (100vw - 768px) / 671, 60px) clamp(81px, 81px + 38 * (100vw - 768px) / 671, 119px);
  height: clamp(124px, 124px + 57 * (100vw - 768px) / 671, 181px);
  border: 1px solid #078cef;
  background: #078cef;
}
.side_fixed .side_fixed_web .side_fixed_top {
  gap: 0;
  padding-top: clamp(7px, 7px + 3 * (100vw - 768px) / 671, 10px);
  color: #078cef;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 10px + 2 * (100vw - 768px) / 671, 12px);
  font-weight: 500;
  line-height: normal;
}
.side_fixed .side_fixed_access {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  height: clamp(76px, 76px + 34 * (100vw - 768px) / 671, 110px);
  padding-top: clamp(10px, 10px + 5 * (100vw - 768px) / 671, 15px);
  border: 1px solid #0a58c1;
  background: #0a58c1;
  color: #ffffff;
}
.side_fixed .side_fixed_access span {
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1025px) {
  .side_fixed .side_fixed_access span {
    letter-spacing: 0.08em;
  }
}
.side_fixed .side_fixed_line {
  grid-template-rows: clamp(44px, 44px + 20 * (100vw - 768px) / 671, 64px) clamp(53px, 53px + 26 * (100vw - 768px) / 671, 79px);
  height: clamp(99px, 99px + 46 * (100vw - 768px) / 671, 145px);
  border: 1px solid #3bae6a;
  background: #3bae6a;
}
.side_fixed .side_fixed_line .side_fixed_top {
  gap: clamp(3px, 3px + 1 * (100vw - 768px) / 671, 4px);
  padding-top: clamp(7px, 7px + 3 * (100vw - 768px) / 671, 10px);
  color: #3bae6a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(11px, 11px + 5 * (100vw - 768px) / 671, 16px);
  font-weight: 500;
  line-height: 1;
}
.side_fixed .side_fixed_line .side_fixed_top img {
  height: auto;
}
.side_fixed .side_fixed_top_link {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: calc(85px + env(safe-area-inset-bottom));
  }
  .side_fixed_feature {
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: calc(55px + env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 180px));
    justify-content: center;
    gap: 10px;
    height: 30px;
  }
  .side_fixed_feature > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    height: 30px;
    border: 0.5px solid #43a2dd;
    background: rgba(255, 255, 255, 0.9);
    color: #43a2dd;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
  }
  .side_fixed_feature .side_fixed_feature_icon {
    position: relative;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    object-fit: contain;
  }
  .side_fixed_feature .side_fixed_feature_icon-periodontal img {
    position: absolute;
    display: block;
  }
  .side_fixed_feature .side_fixed_feature_icon-periodontal img:first-child {
    top: 0;
    left: 9%;
    width: 82%;
    height: 57.7%;
  }
  .side_fixed_feature .side_fixed_feature_icon-periodontal img:last-child {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46.3%;
  }
  .side_fixed {
    position: fixed;
    z-index: 90;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 52px;
    gap: 0;
    width: 100%;
    height: calc(50px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    background: #ffffff;
  }
  .side_fixed > a {
    position: relative;
    display: block;
    width: auto;
    height: 50px;
    border-radius: 0;
    font-weight: 500;
    line-height: normal;
  }
  .side_fixed .side_fixed_top {
    position: static;
    display: block;
    padding: 0;
    background: transparent;
  }
  .side_fixed .side_fixed_top img {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 50%;
    width: 12px;
    height: 12px;
    filter: brightness(0) invert(1);
    object-fit: contain;
    transform: translateX(-50%);
  }
  .side_fixed .side_fixed_note {
    position: absolute;
    top: 1px;
    right: 1px;
    left: 1px;
    display: grid;
    height: 14px;
    place-items: center;
    background: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1;
    white-space: nowrap;
  }
  .side_fixed .side_fixed_pc_note,
  .side_fixed .side_fixed_access_pc {
    display: none;
  }
  .side_fixed .side_fixed_text,
  .side_fixed .side_fixed_sp_text {
    position: absolute;
    top: 35px;
    right: 0;
    left: 0;
    display: block;
    color: #ffffff;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(8px, 8px + 2 * (100vw - 320px) / 70, 10px);
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-orientation: mixed;
    white-space: nowrap;
    writing-mode: horizontal-tb;
  }
  .side_fixed .side_fixed_tel,
  .side_fixed .side_fixed_web,
  .side_fixed .side_fixed_line {
    grid-template-rows: none;
    height: 50px;
  }
  .side_fixed .side_fixed_tel {
    border-color: #43a2dd;
  }
  .side_fixed .side_fixed_tel .side_fixed_note {
    color: #43a2dd;
  }
  .side_fixed .side_fixed_web {
    border-color: #078cef;
  }
  .side_fixed .side_fixed_web .side_fixed_note {
    color: #078cef;
  }
  .side_fixed .side_fixed_web .side_fixed_text {
    font-size: clamp(10px, 10px + 2 * (100vw - 320px) / 70, 12px);
  }
  .side_fixed .side_fixed_access {
    display: block;
    height: 50px;
    padding: 0;
    border-color: #0a58c1;
  }
  .side_fixed .side_fixed_access .side_fixed_note {
    color: #0a58c1;
    text-orientation: mixed;
    writing-mode: horizontal-tb;
  }
  .side_fixed .side_fixed_access .side_fixed_sp_icon {
    position: absolute;
    top: 20px;
    left: 50%;
    display: block;
    width: 10px;
    height: 12px;
    filter: brightness(0) invert(1);
    object-fit: contain;
    transform: translateX(-50%);
  }
  .side_fixed .side_fixed_access .side_fixed_sp_text {
    font-size: clamp(7px, 7px + 2 * (100vw - 320px) / 70, 9px);
    text-orientation: mixed;
    writing-mode: horizontal-tb;
  }
  .side_fixed .side_fixed_line {
    border-color: #3bae6a;
  }
  .side_fixed .side_fixed_line .side_fixed_top {
    padding: 0;
  }
  .side_fixed .side_fixed_line .side_fixed_top img {
    width: 13px;
    height: 12px;
  }
  .side_fixed .side_fixed_line .side_fixed_note {
    color: #3bae6a;
  }
  .side_fixed .side_fixed_line .side_fixed_text {
    font-size: clamp(8px, 8px + 1 * (100vw - 320px) / 70, 9px);
  }
  .side_fixed .side_fixed_top_link {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    border: 1px solid #43a2dd;
    background: #ffffff;
    color: #43a2dd;
    font-family: "Noto Sans JP", sans-serif;
  }
  .side_fixed .side_fixed_top_link img {
    width: 10px;
    height: 5px;
    object-fit: contain;
  }
  .side_fixed .side_fixed_top_link span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1;
  }
}
section.fv {
  position: relative;
  height: calc(100vh - 124px);
  overflow: hidden;
}
@supports (height: 100svh) {
  section.fv {
    height: calc(100svh - 124px);
  }
}
@media screen and (max-width: 767px) {
  section.fv {
    height: calc(100vh - 55px);
    min-height: 680px;
  }
  @supports (height: 100svh) {
    section.fv {
      height: calc(100svh - 55px);
    }
  }
}
section.fv .fv_bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
section.fv .fv_bg picture,
section.fv .fv_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
section.fv .fv_bg img {
  object-fit: cover;
  object-position: center top;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_bg img {
    object-position: 65% top;
  }
}
@media screen and (max-width: 1024px) {
  section.fv .fv_bg img {
    object-position: 80% top;
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_bg img {
    object-position: center top;
  }
}
section.fv .fv_bg.fv-splide .splide__track,
section.fv .fv_bg.fv-splide .splide__list,
section.fv .fv_bg.fv-splide .splide__slide {
  width: 100%;
  height: 100%;
}
section.fv .fv_bg.fv-splide .splide__track {
  overflow: hidden;
}
section.fv .fv_bg.fv-splide .splide__list {
  display: flex;
  margin: 0;
  padding: 0;
}
section.fv .fv_bg.fv-splide .splide__slide {
  flex: 0 0 100%;
}
section.fv .fv_bg.fv-splide .splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
section.fv .fv_bg.fv-splide .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
section.fv .fv_inner {
  position: absolute;
  z-index: 2;
  inset: 50% 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto 1fr;
  column-gap: 30px;
  width: calc(100% - 200px);
  height: 100%;
  max-width: 1240px;
  max-height: 700px;
  margin-inline: auto;
  padding: 125px 0 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  section.fv .fv_inner {
    width: calc(100% - max(40px, 40px + 160 * (100vw - 768px) / 671));
    padding-top: max(80px, 80px + 45 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_inner {
    grid-template-columns: 1fr;
    column-gap: 0;
    width: calc(100% - 40px);
    max-height: 680px;
    padding-top: clamp(139px, 139px + 55 * (100vh - 735px) / 109, 194px);
    padding-bottom: calc(clamp(40px, 125px - (100vh - 735px) / 2, 125px) + env(safe-area-inset-bottom));
  }
  @supports (height: 100svh) {
    section.fv .fv_inner {
      padding-top: clamp(139px, 139px + 55 * (100svh - 735px) / 109, 194px);
      padding-bottom: calc(clamp(40px, 125px - (100svh - 735px) / 2, 125px) + env(safe-area-inset-bottom));
    }
  }
}
section.fv .fv_main_text {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  width: fit-content;
}
section.fv .fv_main_text::after {
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  width: 60px;
  border-top: 1px solid #43a2dd;
  content: "";
}
@media screen and (max-width: 1439px) {
  section.fv .fv_main_text::after {
    top: calc(100% + max(13px, 13px + 12 * (100vw - 768px) / 671));
    width: max(40px, 40px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_main_text::after {
    top: calc(100% + 13px);
    width: 40px;
  }
}
section.fv .fv_main_text h1 {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 180%;
  text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_main_text h1 {
    font-size: max(32px, 32px + 24 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_main_text h1 {
    font-size: 32px;
    text-shadow: 0 0 5px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
  }
}
@media screen and (max-width: 389px) {
  section.fv .fv_main_text h1 {
    font-size: clamp(28px, 28px + 4 * (100vw - 320px) / 69, 32px);
  }
}
section.fv .fv_main_text h1 span {
  color: #43a2dd;
}
section.fv .fv_sub_text {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 2;
  width: 560px;
  margin-top: 65px;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_sub_text {
    width: max(350px, 350px + 210 * (100vw - 768px) / 671);
    max-width: 100%;
    margin-top: max(33px, 33px + 32 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_sub_text {
    width: 100%;
    margin-top: 33px;
  }
}
section.fv .fv_sub_text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 210%;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_sub_text p {
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_sub_text p {
    font-size: 14px;
    line-height: 180%;
  }
}
section.fv .fv_catch_list {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1/-1;
  display: flex;
  align-self: end;
  justify-self: end;
  gap: 25px;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_catch_list {
    gap: max(10px, 10px + 15 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_catch_list {
    grid-column: 1;
    grid-row: 3;
    gap: 10px;
    width: 100%;
  }
}
section.fv .fv_catch_list li {
  display: flex;
  flex: 0 0 200px;
  flex-direction: column;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-top: 24px;
  border: 1px solid #43a2dd;
  border-radius: 50%;
  background: #ffffff;
  color: #43a2dd;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_catch_list li {
    flex-basis: max(110px, 110px + 90 * (100vw - 768px) / 671);
    width: max(110px, 110px + 90 * (100vw - 768px) / 671);
    height: max(110px, 110px + 90 * (100vw - 768px) / 671);
    padding-top: max(14px, 14px + 10 * (100vw - 768px) / 671);
    font-size: max(10px, 10px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_catch_list li {
    flex-basis: 110px;
    width: 110px;
    height: 110px;
    padding-top: 14px;
    font-size: 10px;
  }
}
@media screen and (max-width: 389px) {
  section.fv .fv_catch_list li {
    flex: 1 1 0;
    width: auto;
    max-width: 110px;
    height: auto;
    min-width: 0;
    aspect-ratio: 1;
    padding-top: clamp(10px, 10px + 4 * (100vw - 320px) / 69, 14px);
    font-size: clamp(8px, 8px + 2 * (100vw - 320px) / 69, 10px);
  }
}
section.fv .fv_catch_list li:nth-child(2) {
  border-color: #078cef;
  color: #078cef;
}
section.fv .fv_catch_list li:nth-child(3) {
  border-color: #0a58c1;
  color: #0a58c1;
}
section.fv .fv_catch_list li img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_catch_list li img {
    width: max(30px, 30px + 30 * (100vw - 768px) / 671);
    height: max(30px, 30px + 30 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_catch_list li img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 389px) {
  section.fv .fv_catch_list li img {
    width: clamp(24px, 24px + 6 * (100vw - 320px) / 69, 30px);
    height: clamp(24px, 24px + 6 * (100vw - 320px) / 69, 30px);
  }
}
section.fv .fv_catch_list li div {
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_catch_list li div {
    margin-top: max(3px, 3px + 2 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_catch_list li div {
    margin-top: 3px;
  }
}
@media screen and (max-width: 389px) {
  section.fv .fv_catch_list li div {
    margin-top: clamp(2px, 2px + (100vw - 320px) / 69, 3px);
  }
}
section.fv .fv_catch_list li small {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_catch_list li small {
    font-size: max(10px, 10px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_catch_list li small {
    font-size: 10px;
  }
}
@media screen and (max-width: 389px) {
  section.fv .fv_catch_list li small {
    font-size: clamp(8px, 8px + 2 * (100vw - 320px) / 69, 10px);
  }
}

.js section.fv .fv_catch_list > .fade-in-up {
  opacity: 0;
  transform: translateY(50px);
}

.js section.fv .fv_catch_list > .fade-in-up.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.js section.fv .fv_catch_list.is-first-load-complete > .fade-in-up {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .js section.fv .fv_catch_list > .fade-in-up {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
section.reserve {
  padding: 60px 0;
  background: #f4f9fa;
}
@media screen and (max-width: 767px) {
  section.reserve {
    padding: 50px 0;
  }
}
section.reserve .reserve_box {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
  padding: 39px;
  border: 1px solid #cecfcf;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.05);
}
@media screen and (max-width: 767px) {
  section.reserve .reserve_box {
    margin-top: 30px;
    padding: 19px 14px;
  }
}
section.reserve .reserve_tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 180px));
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  section.reserve .reserve_tabs {
    gap: max(10px, 10px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.reserve .reserve_tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
section.reserve .reserve_tabs button {
  display: grid;
  width: 100%;
  max-width: 180px;
  height: 35px;
  border-radius: 999px;
  background: #c1c1c1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  place-items: center;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 1439px) {
  section.reserve .reserve_tabs button {
    font-size: max(14px, 14px + 2 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.reserve .reserve_tabs button {
    width: 100%;
    height: 25px;
    font-size: 12px;
  }
}
@media screen and (max-width: 389px) {
  section.reserve .reserve_tabs button {
    font-size: clamp(9px, 9px + 3 * (100vw - 320px) / 69, 12px);
    white-space: nowrap;
  }
}
section.reserve .reserve_tabs button.is-active {
  background: #43a2dd;
}
section.reserve .reserve_tabs button:focus-visible {
  outline: 2px solid #0a58c1;
  outline-offset: 2px;
}
section.reserve .reserve_panels {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  section.reserve .reserve_panels {
    margin-top: 12px;
  }
}
section.reserve .reserve_panels [role=tabpanel] {
  width: 100%;
}
section.reserve .reserve_panels [role=tabpanel][hidden] {
  display: none;
}
section.reserve .reserve_panels [role=tabpanel] iframe {
  display: block;
  width: min(100%, 800px);
  height: 210px;
  margin-inline: auto;
  border: 0;
}
section.reserve .reserve_calendar_panel {
  padding-block: 28px 29px;
}
@media screen and (max-width: 767px) {
  section.reserve .reserve_calendar_panel {
    padding-block: 10px;
  }
}
section.reserve .reserve_link_panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding-block: 53px 54px;
}
@media screen and (max-width: 767px) {
  section.reserve .reserve_link_panel {
    gap: 20px;
    padding-block: 20px;
  }
}
section.reserve .reserve_link_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.reserve .reserve_link_text {
    font-size: 14px;
  }
}
section.reserve .reserve_link_btn {
  flex: 0 0 auto;
}
section.reserve .reserve_note {
  width: 100%;
  max-width: 900px;
  margin: 10px auto 0;
  font-size: 20px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  section.reserve .reserve_note {
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reserve .reserve_note {
    font-size: 12px;
  }
}

section.feature {
  background: #ffffff;
}
section.feature .feature_lead {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.feature .feature_lead {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
  }
}
section.feature .feature_keywords {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  section.feature .feature_keywords {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.feature .feature_keywords {
    column-gap: 14px;
  }
}
section.feature .feature_keywords span {
  position: relative;
  padding-bottom: 5px;
}
section.feature .feature_keywords span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid currentColor;
  content: "";
}
section.feature .feature_keywords span:nth-child(1) {
  color: #43a2dd;
}
section.feature .feature_keywords span:nth-child(2) {
  color: #078cef;
}
section.feature .feature_keywords span:nth-child(3) {
  color: #0a58c1;
}
section.feature .feature_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 340px));
  gap: 40px;
  margin-top: 76px;
}
@media screen and (max-width: 1439px) {
  section.feature .feature_list {
    gap: max(20px, 20px + 20 * (100vw - 768px) / 671);
    margin-top: max(30px, 30px + 46 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.feature .feature_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
section.feature .feature_item {
  min-width: 0;
}
section.feature .feature_item:nth-child(1) .feature_number {
  background: radial-gradient(circle at center, rgba(39, 125, 179, 0.9) 0%, rgba(67, 162, 221, 0.9) 100%);
}
section.feature .feature_item:nth-child(1) .feature_title span {
  color: #43a2dd;
}
section.feature .feature_item:nth-child(2) .feature_number {
  background: radial-gradient(circle at center, rgba(24, 110, 174, 0.9) 0%, rgba(7, 140, 239, 0.9) 100%);
}
section.feature .feature_item:nth-child(2) .feature_title span {
  color: #078cef;
}
section.feature .feature_item:nth-child(3) .feature_number {
  background: radial-gradient(circle at center, rgba(17, 57, 112, 0.9) 0%, rgba(10, 88, 193, 0.9) 100%);
}
section.feature .feature_item:nth-child(3) .feature_title span {
  color: #0a58c1;
}
section.feature .feature_image {
  position: relative;
  width: min(280px, 100%);
  height: auto;
  aspect-ratio: 1;
  margin-inline: auto;
}
section.feature .feature_image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
section.feature .feature_number {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  place-items: center;
}
@media screen and (max-width: 767px) {
  section.feature .feature_number {
    top: 20px;
    left: 5px;
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
section.feature .feature_title {
  width: min(100%, 340px);
  margin-top: 24px;
  padding: 5px 10px 6px;
  background-image: linear-gradient(#e1f2fd, #e1f2fd);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 0 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  transition: background-size 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 1439px) {
  section.feature .feature_title {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.feature .feature_title {
    margin-top: 12px;
  }
}
section.feature .feature_item:nth-child(2) .feature_title {
  transition-delay: 0.4s;
}
section.feature .feature_item:nth-child(3) .feature_title {
  transition-delay: 0.8s;
}
section.feature .feature_list.is-highlight-visible .feature_title {
  background-size: 100% 100%;
}
@media (prefers-reduced-motion: reduce) {
  section.feature .feature_title {
    background-size: 100% 100%;
    transition: none;
  }
}
section.feature .feature_text {
  width: min(100%, 340px);
  margin-top: 16px;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1439px) {
  section.feature .feature_text {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.feature .feature_text {
    width: 100%;
    margin-top: 10px;
    line-height: 25px;
  }
}

section.banner {
  background: #f4f9fa;
}
section.banner .banner_wrap {
  grid-template-columns: repeat(2, minmax(0, 530px));
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.banner .banner_wrap {
    gap: max(10px, 10px + 30 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.banner .banner_wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
section.banner .feature_banner_wrap {
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
}
@media screen and (max-width: 767px) {
  section.banner .feature_banner_wrap {
    grid-template-columns: 1fr;
  }
}

section.concept {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  overflow: hidden;
  background: #ffffff;
}
section.concept .concept_bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}
section.concept .concept_bg_item {
  position: absolute;
  display: block;
}
section.concept .concept_bg_item::after {
  position: absolute;
  inset: 0;
  content: "";
}
section.concept .concept_bg_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.concept .concept_bg01 {
  top: 60px;
  left: 0;
  width: 520px;
  height: 700px;
}
section.concept .concept_bg01::after {
  background: linear-gradient(to right, transparent 2%, rgba(255, 255, 255, 0.4) 53%, #ffffff 98%);
}
@media screen and (max-width: 1439px) {
  section.concept .concept_bg01 {
    width: max(180px, 180px + 340 * (100vw - 390px) / 1049);
    height: max(240px, 240px + 460 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.concept .concept_bg01 {
    top: 0;
    width: 180px;
    height: 240px;
  }
}
section.concept .concept_bg02 {
  top: 160px;
  right: 0;
  width: 400px;
  height: 440px;
}
section.concept .concept_bg02::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 2%, rgba(255, 255, 255, 0.4) 53%, transparent 98%);
}
@media screen and (max-width: 1439px) {
  section.concept .concept_bg02 {
    width: max(140px, 140px + 260 * (100vw - 390px) / 1049);
    height: max(155px, 155px + 285 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.concept .concept_bg02 {
    top: 90px;
    width: 140px;
    height: 155px;
  }
}
section.concept .concept_bg03 {
  top: 716px;
  right: 170px;
  width: 300px;
  height: 300px;
}
section.concept .concept_bg03::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 11%, rgba(255, 255, 255, 0.4) 70%, transparent 98%);
}
@media screen and (max-width: 1439px) {
  section.concept .concept_bg03 {
    top: calc(800px + -84 * (100vw - 390px) / 1049);
    right: max(0px, 170px * (100vw - 390px) / 1049);
    width: max(150px, 150px + 150 * (100vw - 390px) / 1049);
    height: max(150px, 150px + 150 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.concept .concept_bg03 {
    top: auto;
    right: 0;
    bottom: 70px;
    width: 150px;
    height: 150px;
  }
}
section.concept .concept_blur {
  display: none;
}
@media screen and (max-width: 767px) {
  section.concept .concept_blur {
    position: absolute;
    top: 60px;
    left: 0;
    display: block;
    width: 250px;
    height: 285px;
    overflow: hidden;
  }
}
section.concept .concept_blur .blur_circle {
  top: 0;
  left: -40px;
  width: 288px;
  height: 285px;
  background: linear-gradient(137deg, rgba(225, 242, 253, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(30px);
  opacity: 0.8;
}
section.concept .concept_inner {
  position: relative;
  z-index: 1;
  width: 650px;
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  section.concept .concept_inner {
    padding-top: max(60px, 60px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.concept .concept_inner {
    width: calc(100% - 40px);
    padding-top: 215px;
  }
}
section.concept .concept_title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  section.concept .concept_title {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.concept .concept_script {
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  section.concept .concept_script {
    margin-top: -9px;
  }
}
section.concept .concept_text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 29px;
}
@media screen and (max-width: 1439px) {
  section.concept .concept_text {
    margin-top: max(12px, 12px + 8 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    line-height: max(25px, 25px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.concept .concept_text {
    line-height: 25px;
  }
}
section.concept .concept_text p {
  font-size: inherit;
  line-height: inherit;
}
section.concept .concept_btn {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.concept .concept_btn {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

section.news {
  background: #f4f9fa;
}
section.news .news_tabs {
  display: grid;
  grid-template-columns: repeat(4, 210px);
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0;
  border-bottom: 1px solid #43a2dd;
}
@media screen and (max-width: 1439px) {
  section.news .news_tabs {
    grid-template-columns: repeat(4, minmax(0, 210px));
    gap: max(10px, 10px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.news .news_tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 389px) {
  section.news .news_tabs {
    gap: clamp(5px, 5px + 5 * (100vw - 320px) / 69, 10px);
  }
}
section.news .news_tabs button {
  display: grid;
  height: 65px;
  border-radius: 5px 5px 0 0;
  background: #e1f2fd;
  color: rgba(67, 162, 221, 0.4);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  place-items: center;
  text-align: center;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  section.news .news_tabs button {
    height: 55px;
    font-size: 14px;
  }
}
@media screen and (max-width: 389px) {
  section.news .news_tabs button {
    height: clamp(50px, 50px + 5 * (100vw - 320px) / 69, 55px);
    font-size: clamp(12px, 12px + 2 * (100vw - 320px) / 69, 14px);
  }
}
section.news .news_tabs button.is-active {
  background: #43a2dd;
  color: #ffffff;
}
section.news .news_tabs button:focus-visible {
  outline: 2px solid #0a58c1;
  outline-offset: -3px;
}
section.news .news_panels {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  section.news .news_panels {
    margin-top: 20px;
  }
}
section.news .news_panel {
  display: grid;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  section.news .news_panel {
    gap: 16px;
  }
}
section.news .news_panel[hidden] {
  display: none;
}
section.news .news_item {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.05);
}
section.news .news_item > a {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 20px;
  width: 100%;
  padding: 25px;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  section.news .news_item > a {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
}
section.news .news_image {
  width: 240px;
  aspect-ratio: 10/7;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.news .news_image {
    width: 100%;
  }
}
section.news .news_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.news .news_body {
  min-width: 0;
  padding-top: 13px;
}
@media screen and (max-width: 767px) {
  section.news .news_body {
    padding-top: 0;
  }
}
section.news .news_body h3 {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  section.news .news_body h3 {
    font-size: 16px;
  }
}
section.news .news_body > p {
  display: -webkit-box;
  margin-top: 24px;
  overflow: hidden;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  section.news .news_body > p {
    margin-top: 12px;
    font-size: 14px;
    -webkit-line-clamp: 5;
  }
}
section.news .news_meta {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 20px;
}
@media screen and (max-width: 767px) {
  section.news .news_meta {
    gap: 5px;
  }
}
section.news .news_meta time {
  color: #a7a7a7;
  font-family: "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: normal;
}
section.news .news_meta span {
  display: grid;
  min-width: 68px;
  height: 20px;
  padding-inline: 10px;
  border-radius: 999px;
  background: #43a2dd;
  color: #ffffff;
  font-size: 12px;
  line-height: normal;
  place-items: center;
}
section.news .news_empty {
  padding: 60px 20px;
  background: #ffffff;
  text-align: center;
}
section.news .news_btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section.news .news_btn {
    margin-top: 30px;
  }
}

section.clinic {
  background: #ffffff;
}
section.clinic .clinic_main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.clinic .clinic_main {
    gap: max(20px, 20px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_main {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}
section.clinic .clinic_exterior {
  display: block;
  aspect-ratio: 53/40;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_exterior {
    aspect-ratio: 7/5;
  }
}
section.clinic .clinic_exterior img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.clinic .clinic_info {
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_info {
    padding-top: 0;
  }
}
section.clinic .clinic_logo {
  width: min(300px, 100%);
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_logo {
    width: 200px;
    margin-bottom: 12px;
  }
}
section.clinic .clinic_hours {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #333333;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_hours {
    font-size: clamp(12px, 12px + 2 * (100vw - 320px) / 69, 14px);
  }
}
section.clinic .clinic_hours th,
section.clinic .clinic_hours td {
  padding: 8px 4px;
  border: 1px solid #43a2dd;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_hours th,
  section.clinic .clinic_hours td {
    padding: 7px 2px;
  }
}
section.clinic .clinic_hours thead th {
  background: #43a2dd;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_hours thead th {
    padding-block: 4.5px;
  }
}
section.clinic .clinic_hours thead th:first-child {
  width: 34%;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_hours thead th:first-child {
    width: 100px;
  }
}
section.clinic .clinic_hours tbody th {
  background: #f4f9fa;
}
section.clinic .clinic_hours tbody th small {
  font-size: 0.75em;
}
section.clinic .clinic_hours tbody td {
  color: #f6a901;
  font-weight: 700;
}
section.clinic .clinic_note {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.clinic .clinic_note {
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_note {
    margin-top: 8px;
    font-size: 12px;
    white-space: normal;
  }
}
section.clinic .clinic_note span {
  color: #f6a901;
}
section.clinic .clinic_details {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  section.clinic .clinic_details {
    font-size: max(14px, 14px + 2 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_details {
    margin-top: 12px;
    font-size: 14px;
  }
}
section.clinic .clinic_details > div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  padding: 12px 0;
  border-bottom: 1px solid #b6d7ec;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_details > div {
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 7px 0;
  }
}
section.clinic .clinic_details > div:first-child {
  padding-top: 0;
}
section.clinic .clinic_details > div:last-child {
  padding-bottom: 0;
}
section.clinic .clinic_details > div:last-child {
  border-bottom: 0;
}
section.clinic .clinic_details dt {
  font-weight: 700;
}
section.clinic .clinic_details dd {
  min-width: 0;
  margin: 0;
}
section.clinic .clinic_details a {
  color: inherit;
  text-decoration: none;
}
section.clinic .clinic_embed {
  aspect-ratio: 106/63;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_embed {
    aspect-ratio: 5/3;
  }
}
section.clinic .clinic_embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
section.clinic .clinic_floor {
  margin-top: 60px;
  padding: 52px 58px 58px;
  border: 2px solid #43a2dd;
}
@media screen and (max-width: 1439px) {
  section.clinic .clinic_floor {
    padding-inline: max(20px, 20px + 38 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_floor {
    margin-top: 30px;
    padding: 16px 18px 18px;
  }
}
section.clinic .clinic_floor h3 {
  padding-bottom: 24px;
  border-bottom: 1px dashed #43a2dd;
  color: #43a2dd;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.clinic .clinic_floor h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_floor h3 {
    padding-bottom: 14px;
  }
}
section.clinic .clinic_floor_content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 20px;
  height: 555px;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  section.clinic .clinic_floor_content {
    grid-template-columns: minmax(0, 1fr) max(100px, 100px + 60 * (100vw - 768px) / 671);
    height: auto;
    min-height: 0;
    aspect-ratio: 98/55.5;
  }
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_floor_content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
    aspect-ratio: auto;
    margin-top: 19px;
  }
}
section.clinic .clinic_floor_main {
  display: grid;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  place-items: center;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_floor_main {
    height: auto;
    aspect-ratio: 3/2;
  }
}
section.clinic .clinic_floor_main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.clinic .clinic_floor_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_floor_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }
}
section.clinic .clinic_floor_list button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  section.clinic .clinic_floor_list button {
    transition: border-color 0.3s ease, opacity 0.3s ease;
  }
  section.clinic .clinic_floor_list button:hover {
    border-color: #43a2dd;
    opacity: 0.75;
  }
}
section.clinic .clinic_floor_list button.is-active, section.clinic .clinic_floor_list button[aria-pressed=true] {
  border-color: #a4a4a4;
}
section.clinic .clinic_floor_list button img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}
section.clinic .clinic_links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 20px;
  width: min(100%, 790px);
  margin-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_links {
    grid-template-columns: 210px;
    gap: 15px;
    margin-top: 30px;
  }
}
section.clinic .clinic_link {
  position: relative;
  display: grid;
  width: 100%;
  height: 60px;
  padding: 0;
  border: 0;
  background: #43a2dd;
  color: #ffffff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
  place-items: center;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_link {
    width: 210px;
    height: 50px;
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  section.clinic .clinic_link {
    transition: opacity 0.3s ease;
  }
  section.clinic .clinic_link:hover {
    opacity: 0.7;
  }
}
section.clinic .clinic_link::before {
  position: absolute;
  inset: 5px;
  border: 1px solid #ffffff;
  content: "";
  pointer-events: none;
}
section.clinic .clinic_link::after {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_link::after {
    width: 10px;
    height: 10px;
  }
}
section.clinic .clinic_access {
  background: #078cef;
}
section.clinic .clinic_reviews {
  background: #0a58c1;
}
section.clinic .clinic_modal[hidden] {
  display: none;
}
section.clinic .clinic_modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  padding: 40px;
  place-items: center;
}
@media screen and (max-width: 767px) {
  section.clinic .clinic_modal {
    padding: 20px;
  }
}
section.clinic .clinic_modal_bg {
  position: absolute;
  inset: 0;
  background: rgba(51, 51, 51, 0.8);
}
section.clinic .clinic_modal_content {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
}
section.clinic .clinic_modal_close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 15px);
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
section.clinic .clinic_modal_close::before, section.clinic .clinic_modal_close::after {
  position: absolute;
  top: 19px;
  left: 4px;
  width: 32px;
  height: 2px;
  background: #ffffff;
  content: "";
}
section.clinic .clinic_modal_close::before {
  transform: rotate(45deg);
}
section.clinic .clinic_modal_close::after {
  transform: rotate(-45deg);
}
section.clinic .clinic_modal_movie {
  aspect-ratio: 16/9;
  background: #333333;
}
section.clinic .clinic_modal_movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

body.is-modal-open {
  overflow: hidden;
}

section.quality {
  background: #f4f9fa;
}
section.quality .quality_box {
  padding: 38px;
  border: 2px solid #43a2dd;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  section.quality .quality_box {
    padding: max(18px, 18px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.quality .quality_box {
    padding: 18px;
  }
}
section.quality .quality_group + .quality_group {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.quality .quality_group + .quality_group {
    margin-top: 20px;
  }
}
section.quality .quality_group > p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.quality .quality_group > p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.quality .quality_group > p {
    margin-top: 12px;
    font-size: 14px;
  }
}
section.quality .quality_heading {
  display: grid;
  min-height: 74px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #43a2dd;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  place-items: center;
}
@media screen and (max-width: 1439px) {
  section.quality .quality_heading {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.quality .quality_heading {
    min-height: 43px;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.quality .quality_heading_large {
    min-height: 66px;
  }
}
section.quality .quality_logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 500px));
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.quality .quality_logos {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }
}
section.quality .quality_logos picture,
section.quality .quality_logos img {
  display: block;
  width: 100%;
  height: 100%;
}
section.quality .quality_logos picture {
  aspect-ratio: 25/6;
}
@media screen and (max-width: 767px) {
  section.quality .quality_logos picture {
    aspect-ratio: 155/38;
  }
}
section.quality .quality_logos img {
  object-fit: fill;
}

section.banner.quality_banner {
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  section.banner.quality_banner {
    padding-top: 30px;
  }
}

section.message {
  position: relative;
  background: #ffffff;
}
section.message .message_intro {
  --message-bg-start: 250px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #ffffff 0, #ffffff var(--message-bg-start), #f4f9fa var(--message-bg-start), #f4f9fa 100%);
}
@media screen and (max-width: 1439px) {
  section.message .message_intro {
    --message-bg-start: max(140px, calc(140px + (250 - 140) * ((100vw - 390px) / (1439 - 390))));
  }
}
@media screen and (max-width: 767px) {
  section.message .message_intro {
    --message-bg-start: 140px;
  }
}
section.message .message_intro_inner {
  position: relative;
  z-index: 1;
}
section.message .message_blur {
  position: absolute;
  top: 358px;
  left: calc(50% + 59px);
  width: 661px;
  height: 647px;
  pointer-events: none;
}
section.message .message_blur img {
  position: absolute;
  top: -15.32%;
  left: -15%;
  width: 130.26%;
  max-width: none;
  height: 130.91%;
}
@media screen and (max-width: 1439px) {
  section.message .message_blur {
    top: max(358px, 371px + -13 * (100vw - 390px) / 1049);
    left: calc(50% + max(-133px, -133px + 192 * (100vw - 390px) / 1049));
    width: max(400px, 400px + 261 * (100vw - 390px) / 1049);
    height: max(391.528px, 391.528px + 255.472 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_blur {
    top: 371px;
    left: calc(50% - 133px);
    width: 400px;
    height: 391.528px;
  }
  section.message .message_blur img {
    top: -15.32%;
    left: -15%;
    width: 127.5%;
    height: 128.1%;
  }
}
section.message .message_profile {
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1439px) {
  section.message .message_profile {
    grid-template-columns: max(190px, 190px + 310 * (100vw - 390px) / 1049) minmax(0, 1fr);
    gap: max(10px, 10px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_profile {
    width: min(100%, 350px);
    margin-inline: auto;
    grid-template-columns: 190px minmax(0, 1fr);
    grid-template-rows: 190px auto;
    gap: 0 10px;
  }
}
@media screen and (max-width: 389px) {
  section.message .message_profile {
    grid-template-columns: clamp(140px, 140px + 50 * (100vw - 320px) / 69, 190px) minmax(0, 1fr);
    grid-template-rows: clamp(140px, 140px + 50 * (100vw - 320px) / 69, 190px) auto;
  }
}
section.message .message_director_image {
  display: block;
  aspect-ratio: 1;
}
section.message .message_director_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  section.message .message_director_image {
    grid-column: 1;
    grid-row: 1;
  }
}
section.message .message_profile_text {
  padding-top: 133px;
}
@media screen and (max-width: 1439px) {
  section.message .message_profile_text {
    padding-top: max(72px, 72px + 61 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_profile_text {
    display: contents;
  }
}
section.message .message_director_name {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
section.message .message_director_name > div {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
section.message .message_director_name span {
  font-size: 24px;
}
section.message .message_director_name strong {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45;
}
section.message .message_director_name p {
  margin-top: 8px;
  padding-left: 68px;
  color: #43a2dd;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.message .message_director_name > div {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
  section.message .message_director_name span {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
  section.message .message_director_name strong {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
  section.message .message_director_name p {
    padding-left: max(42px, 42px + 26 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_director_name {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin-top: 72px;
  }
  section.message .message_director_name > div {
    align-items: center;
    gap: 5px;
  }
  section.message .message_director_name span {
    font-size: 14px;
  }
  section.message .message_director_name strong {
    font-size: 20px;
  }
  section.message .message_director_name p {
    margin-top: 4px;
    padding-left: 33px;
    font-size: 12px;
  }
}
@media screen and (max-width: 389px) {
  section.message .message_director_name {
    margin-top: clamp(55px, 55px + 17 * (100vw - 320px) / 69, 72px);
  }
  section.message .message_director_name > div {
    gap: clamp(3px, 3px + 2 * (100vw - 320px) / 69, 5px);
  }
  section.message .message_director_name span {
    font-size: clamp(12px, 12px + 2 * (100vw - 320px) / 69, 14px);
  }
  section.message .message_director_name strong {
    font-size: clamp(17px, 17px + 3 * (100vw - 320px) / 69, 20px);
  }
  section.message .message_director_name p {
    padding-left: clamp(25px, 25px + 8 * (100vw - 320px) / 69, 33px);
    font-size: clamp(10px, 10px + 2 * (100vw - 320px) / 69, 12px);
  }
}
section.message .message_lead {
  width: fit-content;
  margin-top: 80px;
}
section.message .message_lead .script_title {
  width: fit-content;
  margin-top: -14px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.message .message_lead {
    margin-top: max(10px, 10px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_lead {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 10px;
  }
  section.message .message_lead .script_title {
    margin-top: -6px;
  }
}
section.message .message_content {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 100px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.message .message_content {
    grid-template-columns: max(80px, 80px + 40 * (100vw - 390px) / 1049) minmax(0, 1fr);
    gap: max(30px, 30px + 70 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_content {
    display: block;
    margin-top: 30px;
  }
}
section.message .message_content .section_title {
  align-self: start;
}
section.message .message_content .section_title .en {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.message .message_content .section_title {
    width: fit-content;
    margin-inline: auto;
    white-space: nowrap;
  }
}
section.message .message_text {
  font-size: 16px;
  line-height: 1.8;
}
section.message .message_text p + p {
  margin-top: 1.8em;
}
@media screen and (max-width: 1439px) {
  section.message .message_text {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_text {
    margin-top: 30px;
    font-size: 14px;
  }
}
section.message .message_staff {
  position: relative;
  z-index: 2;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  section.message .message_staff {
    padding-top: 30px;
  }
}
section.message .message_staff_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.message .message_staff_list {
    gap: max(20px, 20px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_staff_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
section.message .message_staff_item {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  section.message .message_staff_item {
    grid-template-columns: minmax(150px, 45.283%) minmax(0, 1fr);
    gap: max(10px, 10px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_staff_item {
    width: min(100%, 500px);
    margin-inline: auto;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 389px) {
  section.message .message_staff_item {
    grid-template-columns: clamp(120px, 120px + 30 * (100vw - 320px) / 69, 150px) minmax(0, 1fr);
  }
}
section.message .message_staff_image {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
section.message .message_staff_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.message .message_staff_body {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  section.message .message_staff_body {
    padding-top: 10px;
  }
}
section.message .message_staff_body h3 {
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.message .message_staff_body h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_staff_body h3 {
    margin-top: 9px;
    font-size: 24px;
  }
}
section.message .message_staff_role {
  padding-bottom: 9px;
  border-bottom: 1px solid #43a2dd;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.message .message_staff_role {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_staff_role {
    padding-bottom: 5px;
    font-size: 14px;
  }
}
section.message .message_staff_en {
  margin-top: 10px;
  color: #43a2dd;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.message .message_staff_en {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_staff_en {
    margin-top: 4px;
    font-size: 14px;
  }
}
section.message .message_staff_interview {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 40px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
section.message .message_staff_interview span {
  position: relative;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e1f2fd;
}
section.message .message_staff_interview span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #43a2dd;
  border-right: 1px solid #43a2dd;
  content: "";
  transform: translate(-65%, -50%) rotate(45deg);
}
@media screen and (max-width: 1439px) {
  section.message .message_staff_interview {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_staff_interview {
    margin-top: 21px;
    font-size: 14px;
  }
  section.message .message_staff_interview span {
    width: 20px;
    height: 20px;
  }
}
section.message .message_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
section.message .message_buttons .page_btn {
  margin-inline: 0;
}
section.message .message_buttons .message_staff_btn {
  background: #078cef;
}
@media screen and (max-width: 767px) {
  section.message .message_buttons {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
  }
}

section.reasons {
  overflow: hidden;
  background: #ffffff;
}
section.reasons .reasons_heading {
  position: relative;
  height: 450px;
  overflow: hidden;
}
section.reasons .reasons_heading picture,
section.reasons .reasons_heading picture::after,
section.reasons .reasons_heading img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
section.reasons .reasons_heading picture {
  overflow: hidden;
}
section.reasons .reasons_heading picture::after {
  background: rgba(255, 255, 255, 0.8);
  content: "";
}
section.reasons .reasons_heading img {
  max-width: none;
  object-fit: cover;
  filter: blur(5px);
  transform: scale(1.02);
}
section.reasons .reasons_heading .section_title {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_heading {
    height: 180px;
  }
  section.reasons .reasons_heading img {
    filter: blur(2.5px);
  }
  section.reasons .reasons_heading .section_title {
    padding-top: 50px;
  }
}
section.reasons .reasons_box {
  position: relative;
  z-index: 2;
  margin-top: -184px;
  margin-bottom: 100px;
  padding: 60px;
  background: #ffffff;
  box-shadow: 10px 10px 30px rgba(62, 58, 57, 0.05);
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_box {
    margin-top: -33px;
    margin-bottom: 50px;
    padding: 30px 20px;
  }
}
section.reasons .reasons_intro {
  display: grid;
  grid-template-columns: 414px minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_intro {
    grid-template-columns: minmax(280px, 42.245%) minmax(0, 1fr);
    gap: max(20px, 20px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_intro {
    display: block;
  }
}
section.reasons .reasons_statement {
  height: 238px;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_statement {
    width: min(414px, 100%);
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1024px) {
  section.reasons .reasons_statement {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_statement {
    width: 238px;
    height: 154px;
    margin-inline: auto;
    font-size: 20px;
  }
}
section.reasons .reasons_statement_first {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
}
section.reasons .reasons_statement_first > span {
  margin-right: 10px;
}
section.reasons .reasons_statement_first strong {
  position: relative;
  z-index: 0;
  font-size: 56px;
  font-weight: 400;
}
section.reasons .reasons_statement_first strong::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 15px;
  background: #e1f2fd;
  content: "";
}
section.reasons .reasons_statement_first i {
  margin-inline: 10px;
  font-style: normal;
}
section.reasons .reasons_statement_first .reasons_anxiety {
  color: #0a58c1;
}
section.reasons .reasons_statement_first .reasons_trust {
  color: #078cef;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_statement_first strong {
    font-size: max(32px, 32px + 24 * (100vw - 768px) / 671);
  }
  section.reasons .reasons_statement_first strong::after {
    bottom: max(2px, 2px + 3 * (100vw - 768px) / 671);
    height: max(8px, 8px + 7 * (100vw - 768px) / 671);
  }
  section.reasons .reasons_statement_first i {
    margin-inline: max(5px, 5px + 5 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1024px) {
  section.reasons .reasons_statement_first {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.reasons .reasons_statement_first > span {
    flex-basis: 100%;
    margin-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_statement_first {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  section.reasons .reasons_statement_first > span {
    flex-basis: auto;
    margin-right: 10px;
    text-align: left;
  }
  section.reasons .reasons_statement_first strong {
    font-size: 32px;
  }
  section.reasons .reasons_statement_first strong::after {
    bottom: 2px;
    height: 8px;
  }
  section.reasons .reasons_statement_first i {
    margin-inline: 10px;
  }
}
@media screen and (max-width: 389px) {
  section.reasons .reasons_statement_first > span {
    margin-right: clamp(5px, 5px + 5 * (100vw - 320px) / 69, 10px);
  }
  section.reasons .reasons_statement_first strong {
    font-size: clamp(28px, 28px + 4 * (100vw - 320px) / 69, 32px);
  }
  section.reasons .reasons_statement_first i {
    margin-inline: clamp(5px, 5px + 5 * (100vw - 320px) / 69, 10px);
  }
}
section.reasons .reasons_statement_support {
  margin-top: 10px;
  margin-left: 143px;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_statement_support {
    margin-left: max(79px, 79px + 64 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1024px) {
  section.reasons .reasons_statement_support {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_statement_support {
    width: fit-content;
    margin-top: 5px;
    margin-inline: auto;
  }
}
section.reasons .reasons_statement_second {
  display: flex;
  align-items: baseline;
  width: fit-content;
  margin-top: 10px;
  margin-inline: auto;
  border-bottom: 15px solid #e1f2fd;
  line-height: 0.8;
}
section.reasons .reasons_statement_second strong {
  color: #43a2dd;
  font-size: 100px;
  font-weight: 400;
  transform: translateY(4px);
}
section.reasons .reasons_statement_second span {
  margin-left: 10px;
  transform: translateY(0);
}
section.reasons .reasons_statement_second b {
  margin-left: 10px;
  font-size: 64px;
  font-weight: 400;
  transform: translateY(-6px);
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_statement_second {
    margin-top: max(5px, 5px + 5 * (100vw - 768px) / 671);
    border-bottom-width: max(8px, 8px + 7 * (100vw - 768px) / 671);
  }
  section.reasons .reasons_statement_second strong {
    font-size: max(64px, 64px + 36 * (100vw - 768px) / 671);
  }
  section.reasons .reasons_statement_second span {
    margin-left: max(5px, 5px + 5 * (100vw - 768px) / 671);
  }
  section.reasons .reasons_statement_second b {
    font-size: max(48px, 48px + 16 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1024px) {
  section.reasons .reasons_statement_second {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_statement_second {
    margin-top: 5px;
    border-bottom-width: 8px;
  }
  section.reasons .reasons_statement_second strong {
    font-size: 64px;
  }
  section.reasons .reasons_statement_second span {
    margin-left: 5px;
  }
  section.reasons .reasons_statement_second b {
    margin-left: 10px;
    font-size: 48px;
    transform: translateY(0);
  }
}
section.reasons .reasons_intro_text {
  color: #3e3a39;
  font-size: 16px;
  line-height: 1.8;
}
section.reasons .reasons_intro_text p + p {
  margin-top: 1.8em;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_intro_text {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_intro_text {
    margin-top: 20px;
    font-size: 14px;
  }
}
section.reasons .reasons_index {
  display: grid;
  grid-template-columns: repeat(6, 160px);
  margin-top: 40px;
}
section.reasons .reasons_index li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  text-align: center;
}
section.reasons .reasons_index li:nth-child(odd) {
  background: rgba(234, 242, 244, 0.8);
  color: #43a2dd;
}
section.reasons .reasons_index li:nth-child(even) {
  background: rgba(226, 232, 241, 0.5);
  color: #0a58c1;
}
section.reasons .reasons_index span {
  color: #a4a4a4;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: normal;
}
section.reasons .reasons_index p {
  margin-top: 6px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.reasons .reasons_index {
    grid-template-columns: repeat(6, calc((100% - 20px) / 6));
  }
  section.reasons .reasons_index li {
    width: calc(100% + 20px);
    height: auto;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 1;
  }
  section.reasons .reasons_index span {
    font-size: max(10px, 10px + 6 * (100vw - 768px) / 671);
  }
  section.reasons .reasons_index p {
    margin-top: max(3px, 3px + 3 * (100vw - 768px) / 671);
    font-size: max(12px, 12px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_index {
    grid-template-columns: repeat(3, 100px);
    grid-template-rows: repeat(2, 100px);
    width: 310px;
    margin-top: 20px;
    margin-inline: auto;
  }
  section.reasons .reasons_index li {
    width: 110px;
    height: 110px;
  }
  section.reasons .reasons_index span {
    font-size: 10px;
  }
  section.reasons .reasons_index p {
    margin-top: 3px;
    font-size: 12px;
  }
}
@media screen and (max-width: 389px) {
  section.reasons .reasons_index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    width: 100%;
  }
  section.reasons .reasons_index li {
    width: 100%;
    height: auto;
    min-width: 0;
    aspect-ratio: 1;
  }
  section.reasons .reasons_index span {
    font-size: clamp(8px, 8px + 2 * (100vw - 320px) / 69, 10px);
  }
  section.reasons .reasons_index p {
    margin-top: clamp(2px, 2px + (100vw - 320px) / 69, 3px);
    font-size: clamp(9px, 9px + 3 * (100vw - 320px) / 69, 12px);
  }
}
section.reasons .reasons_bottom {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
section.reasons .reasons_bottom > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  section.reasons .reasons_bottom > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_bottom > ul {
    grid-template-columns: 1fr;
  }
}
section.reasons .reasons_item {
  position: relative;
  padding: 44px 40px 33px;
  overflow: hidden;
  color: #ffffff;
}
section.reasons .reasons_item::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(100, 168, 211, 0.9);
  content: "";
}
section.reasons .reasons_item:nth-child(even)::after {
  background: rgba(68, 105, 159, 0.9);
}
section.reasons .reasons_item picture,
section.reasons .reasons_item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
section.reasons .reasons_item picture {
  overflow: hidden;
}
section.reasons .reasons_item img {
  max-width: none;
  object-fit: cover;
  filter: blur(2.5px);
  transform: scale(1.02);
}
section.reasons .reasons_item:nth-child(2) img {
  filter: none;
  transform: none;
}
@media screen and (max-width: 1024px) {
  section.reasons .reasons_item {
    padding: 40px 20px;
  }
  section.reasons .reasons_item:nth-child(n)::after {
    background: rgba(68, 105, 159, 0.9);
  }
  section.reasons .reasons_item:nth-child(4n+1)::after, section.reasons .reasons_item:nth-child(4n+4)::after {
    background: rgba(100, 168, 211, 0.9);
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_item {
    padding-top: 42px;
  }
  section.reasons .reasons_item:nth-child(n)::after {
    background: rgba(68, 105, 159, 0.9);
  }
  section.reasons .reasons_item:nth-child(odd)::after {
    background: rgba(100, 168, 211, 0.9);
  }
}
section.reasons .reasons_item_content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}
section.reasons .reasons_item_content > span {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: normal;
  text-align: center;
}
section.reasons .reasons_item_content h3 {
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
section.reasons .reasons_item_content > p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  section.reasons .reasons_item_content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_item_content {
    width: 100%;
    max-width: 350px;
  }
  section.reasons .reasons_item_content > span {
    font-size: 16px;
  }
  section.reasons .reasons_item_content h3 {
    margin-top: 10px;
    font-size: 20px;
  }
  section.reasons .reasons_item_content > p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.reasons .reasons_item:nth-child(2) {
    padding-top: 37px;
  }
  section.reasons .reasons_item:nth-child(3) {
    padding-top: 41px;
  }
  section.reasons .reasons_item:nth-child(4),
  section.reasons .reasons_item:nth-child(5) {
    padding-top: 50px;
  }
  section.reasons .reasons_item:nth-child(6) {
    padding-top: 36px;
  }
}

section.search {
  background: #ffffff;
}
section.search .search_list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px 22px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  section.search .search_list {
    grid-template-columns: repeat(4, minmax(0, 165px));
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  section.search .search_list {
    grid-template-columns: repeat(3, 110px);
    gap: 15px 10px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 389px) {
  section.search .search_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
section.search .search_item,
section.search .search_link {
  min-width: 0;
}
section.search .search_link {
  position: relative;
  display: block;
  aspect-ratio: 1;
  color: #333333;
}
@media screen and (max-width: 767px) {
  section.search .search_link {
    width: 110px;
    height: 110px;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 389px) {
  section.search .search_link {
    width: 100%;
    height: auto;
    min-width: 0;
    aspect-ratio: 1;
  }
}
section.search .search_circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f4f9fa;
}
@media screen and (max-width: 767px) {
  section.search .search_circle {
    top: 10px;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 389px) {
  section.search .search_circle {
    top: 9.091%;
    width: 90.909%;
    height: auto;
    aspect-ratio: 1;
  }
}
section.search .search_item:nth-child(1) .search_circle {
  background: #f4f9fa;
}
section.search .search_item:nth-child(2) .search_circle {
  background: #fff6db;
}
section.search .search_item:nth-child(3) .search_circle {
  background: #eefcf8;
}
section.search .search_item:nth-child(4) .search_circle {
  background: #f9f4fa;
}
section.search .search_item:nth-child(5) .search_circle {
  background: #f1f7fe;
}
section.search .search_item:nth-child(6) .search_circle {
  background: #fff3f3;
}
section.search .search_item:nth-child(7) .search_circle {
  background: #f0fae9;
}
section.search .search_item:nth-child(8) .search_circle {
  background: #ffeff9;
}
section.search .search_item:nth-child(9) .search_circle {
  background: #fffed9;
}
section.search .search_item:nth-child(10) .search_circle {
  background: #f0feff;
}
section.search .search_item:nth-child(11) .search_circle {
  background: #fcf2ed;
}
section.search .search_item:nth-child(12) .search_circle {
  background: #f4f4f4;
}
section.search .search_icon {
  position: absolute;
  top: 21.212%;
  left: 50%;
  width: 30.303%;
  height: 30.303%;
  object-fit: contain;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.search .search_icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 389px) {
  section.search .search_icon {
    width: clamp(24px, 24px + 6 * (100vw - 320px) / 69, 30px);
    height: clamp(24px, 24px + 6 * (100vw - 320px) / 69, 30px);
  }
}
section.search .search_arrow {
  position: absolute;
  right: 0;
  bottom: 3.03%;
  width: 21.212%;
  height: 21.212%;
}
@media screen and (max-width: 767px) {
  section.search .search_arrow {
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 389px) {
  section.search .search_arrow {
    right: 0;
    bottom: 0;
    width: clamp(16px, 16px + 4 * (100vw - 320px) / 69, 20px);
    height: clamp(16px, 16px + 4 * (100vw - 320px) / 69, 20px);
  }
}
section.search .search_label {
  position: absolute;
  top: 57.576%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 1.112vw, 16px);
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.search .search_label {
    font-size: 12px;
  }
}
@media screen and (max-width: 389px) {
  section.search .search_label {
    padding-inline: 2px;
    font-size: clamp(9px, 9px + 3 * (100vw - 320px) / 69, 12px);
  }
}

section.point {
  overflow: hidden;
  background: #ffffff;
}
section.point .point_top_bg {
  display: none;
}
section.point .point_top_content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(20px, 20px + 20 * (100vw - 768px) / 672, 40px);
  margin-top: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section.point .point_top_content {
    display: block;
    margin-top: 0;
    padding-bottom: 10px;
  }
}
section.point .point_specialties {
  position: relative;
  flex: 0 0 clamp(350px, 350px + (580 - 350) * (100vw - 768px) / 672, 580px);
  width: clamp(350px, 350px + (580 - 350) * (100vw - 768px) / 672, 580px);
  height: clamp(322px, 322px + (530 - 322) * (100vw - 768px) / 672, 530px);
}
@media screen and (max-width: 767px) {
  section.point .point_specialties {
    margin-inline: auto;
  }
}
@media screen and (max-width: 389px) {
  section.point .point_specialties {
    width: min(350px, 100%);
    height: auto;
    aspect-ratio: 350/322;
  }
}
section.point .point_specialty {
  position: absolute;
  z-index: 1;
  display: block;
  width: clamp(193px, 193px + (320 - 193) * (100vw - 768px) / 672, 320px);
  height: clamp(193px, 193px + (320 - 193) * (100vw - 768px) / 672, 320px);
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}
section.point .point_specialty span {
  position: absolute;
  font-family: "Times New Roman", serif;
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 768px) / 672, 16px);
  letter-spacing: 0.1em;
  line-height: normal;
  white-space: nowrap;
}
section.point .point_specialty strong {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 20px + (32 - 20) * (100vw - 768px) / 672, 32px);
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 389px) {
  section.point .point_specialty {
    width: 55.143%;
    height: auto;
    aspect-ratio: 1;
  }
  section.point .point_specialty span {
    font-size: clamp(8px, 8px + 2 * (100vw - 320px) / 69, 10px);
  }
  section.point .point_specialty strong {
    font-size: clamp(16px, 16px + 4 * (100vw - 320px) / 69, 20px);
  }
}
section.point .point_specialty-periodontal {
  z-index: 3;
  top: 0;
  left: clamp(78px, 78px + (130 - 78) * (100vw - 768px) / 672, 130px);
  background: rgba(67, 162, 221, 0.8);
}
section.point .point_specialty-periodontal span {
  top: clamp(49px, 49px + (81 - 49) * (100vw - 768px) / 672, 81px);
  left: clamp(34px, 34px + (56 - 34) * (100vw - 768px) / 672, 56px);
}
section.point .point_specialty-periodontal strong {
  top: clamp(66px, 66px + (109 - 66) * (100vw - 768px) / 672, 109px);
  left: clamp(49px, 49px + (81 - 49) * (100vw - 768px) / 672, 81px);
}
@media screen and (max-width: 389px) {
  section.point .point_specialty-periodontal {
    left: 22.286%;
  }
  section.point .point_specialty-periodontal span {
    top: 25.389%;
    left: 17.617%;
  }
  section.point .point_specialty-periodontal strong {
    top: 34.197%;
    left: 25.389%;
  }
}
section.point .point_specialty-implant {
  z-index: 1;
  top: clamp(127px, 127px + (210 - 127) * (100vw - 768px) / 672, 210px);
  left: 0;
  background: rgba(7, 140, 239, 0.8);
}
section.point .point_specialty-implant span {
  top: clamp(72px, 72px + (120 - 72) * (100vw - 768px) / 672, 120px);
  left: clamp(64px, 64px + (106 - 64) * (100vw - 768px) / 672, 106px);
}
section.point .point_specialty-implant strong {
  top: clamp(89px, 89px + (148 - 89) * (100vw - 768px) / 672, 148px);
  left: clamp(30px, 30px + (50 - 30) * (100vw - 768px) / 672, 50px);
  width: clamp(116px, 116px + (192 - 116) * (100vw - 768px) / 672, 192px);
}
@media screen and (max-width: 389px) {
  section.point .point_specialty-implant {
    top: 39.441%;
  }
  section.point .point_specialty-implant span {
    top: 37.306%;
    left: 33.161%;
  }
  section.point .point_specialty-implant strong {
    top: 46.114%;
    left: 15.544%;
    width: 60.104%;
  }
}
section.point .point_specialty-maintenance {
  z-index: 2;
  top: clamp(127px, 127px + (210 - 127) * (100vw - 768px) / 672, 210px);
  left: clamp(157px, 157px + (260 - 157) * (100vw - 768px) / 672, 260px);
  background: rgba(10, 88, 193, 0.8);
}
section.point .point_specialty-maintenance span {
  top: clamp(72px, 72px + (120 - 72) * (100vw - 768px) / 672, 120px);
  left: clamp(65px, 65px + (108 - 65) * (100vw - 768px) / 672, 108px);
}
section.point .point_specialty-maintenance strong {
  top: clamp(89px, 89px + (148 - 89) * (100vw - 768px) / 672, 148px);
  left: clamp(39px, 39px + (64 - 39) * (100vw - 768px) / 672, 64px);
  width: clamp(133px, 133px + (221 - 133) * (100vw - 768px) / 672, 221px);
}
@media screen and (max-width: 389px) {
  section.point .point_specialty-maintenance {
    top: 39.441%;
    left: 44.857%;
  }
  section.point .point_specialty-maintenance span {
    top: 37.306%;
    left: 33.679%;
  }
  section.point .point_specialty-maintenance strong {
    top: 46.114%;
    left: 20.207%;
    width: 68.912%;
  }
}
section.point .point_specialties_logo {
  position: absolute;
  z-index: 4;
  top: clamp(105px, 105px + (175 - 105) * (100vw - 768px) / 672, 175px);
  left: clamp(121px, 121px + (200 - 121) * (100vw - 768px) / 672, 200px);
  display: grid;
  width: clamp(109px, 109px + (180 - 109) * (100vw - 768px) / 672, 180px);
  height: clamp(109px, 109px + (180 - 109) * (100vw - 768px) / 672, 180px);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: clamp(6px, 6px + (10 - 6) * (100vw - 768px) / 672, 10px) clamp(6px, 6px + (10 - 6) * (100vw - 768px) / 672, 10px) clamp(12px, 12px + (20 - 12) * (100vw - 768px) / 672, 20px) rgba(51, 51, 51, 0.1);
  place-items: center;
}
section.point .point_specialties_logo img {
  width: clamp(78px, 78px + (130 - 78) * (100vw - 768px) / 672, 130px);
}
@media screen and (max-width: 389px) {
  section.point .point_specialties_logo {
    top: 32.609%;
    left: 34.571%;
    width: 31.143%;
    height: auto;
    aspect-ratio: 1;
  }
  section.point .point_specialties_logo img {
    width: 71.56%;
  }
}
section.point .point_intro {
  flex: 1 1 0;
  width: auto;
  max-width: 500px;
  min-width: 0;
  margin-top: clamp(152px, 152px + (252 - 152) * (100vw - 768px) / 672, 252px);
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  section.point .point_intro {
    width: 100%;
    max-width: 470px;
    height: auto;
    margin: 10px auto 0;
  }
}
section.point .point_intro_line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 10px;
  font-size: clamp(24px, 24px + (32 - 24) * (100vw - 768px) / 672, 32px);
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.point .point_intro_line {
    gap: 0 clamp(4px, 4px + 4 * (100vw - 320px) / 70, 8px);
    font-size: 20px;
  }
}
section.point .point_intro_line strong {
  position: relative;
  z-index: 0;
  font-size: clamp(40px, 40px + (56 - 40) * (100vw - 768px) / 672, 56px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  section.point .point_intro_line strong {
    font-size: clamp(28px, 28px + 4 * (100vw - 320px) / 70, 32px);
  }
}
section.point .point_intro_line strong::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 15px;
  background: currentcolor;
  content: "";
  opacity: 0.18;
}
@media screen and (max-width: 767px) {
  section.point .point_intro_line strong::after {
    bottom: 2px;
    height: 8px;
  }
}
section.point .point_intro_line .health {
  color: #0a58c1;
}
section.point .point_intro_line .function {
  color: #078cef;
}
section.point .point_intro_line > span:last-child {
  flex-basis: 100%;
  margin-top: 10px;
  margin-left: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.point .point_intro_line > span:last-child {
    margin-left: 0;
    text-align: center;
  }
}
section.point .point_intro_title {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 16px auto 0;
  border-bottom: 15px solid rgba(67, 162, 221, 0.2);
  line-height: 0.8;
}
@media screen and (max-width: 1024px) {
  section.point .point_intro_title {
    margin-top: calc(15px + 1 * (100vw - 768px) / 256);
  }
}
@media screen and (max-width: 767px) {
  section.point .point_intro_title {
    margin-top: 5px;
    border-bottom-width: 8px;
  }
}
section.point .point_intro_title strong,
section.point .point_intro_title span,
section.point .point_intro_title b {
  position: relative;
  z-index: 1;
  font-weight: 400;
}
section.point .point_intro_title strong {
  color: #43a2dd;
  font-size: clamp(80px, 80px + (100 - 80) * (100vw - 768px) / 672, 100px);
  transform: translateY(4px);
}
@media screen and (max-width: 767px) {
  section.point .point_intro_title strong {
    font-size: clamp(54px, 54px + 10 * (100vw - 320px) / 70, 64px);
  }
}
section.point .point_intro_title span {
  margin-left: clamp(5px, 5px + (10 - 5) * (100vw - 768px) / 672, 10px);
  font-size: clamp(24px, 24px + (32 - 24) * (100vw - 768px) / 672, 32px);
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  section.point .point_intro_title span {
    margin-left: 5px;
    font-size: clamp(18px, 18px + 2 * (100vw - 320px) / 70, 20px);
  }
}
section.point .point_intro_title b {
  margin-left: 10px;
  font-size: clamp(48px, 48px + (64 - 48) * (100vw - 768px) / 672, 64px);
  transform: translateY(-6px);
}
@media screen and (max-width: 767px) {
  section.point .point_intro_title b {
    font-size: clamp(40px, 40px + 8 * (100vw - 320px) / 70, 48px);
  }
}
section.point .point_bottom {
  padding-bottom: 0;
}
section.point .point_menu {
  position: relative;
  isolation: isolate;
  background: #ffffff;
}
section.point .point_menu_ellipse {
  position: absolute;
  z-index: 0;
  top: 4px;
  left: calc(50% - 825px);
  display: block;
  width: 750px;
  height: 750px;
  border-radius: 50%;
  background: linear-gradient(142.4deg, rgba(225, 242, 253, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(40px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.point .point_menu_ellipse {
    top: 282px;
    left: calc(50% - 195px);
    width: 300px;
    height: 300px;
    background: linear-gradient(142.4deg, rgba(225, 242, 253, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    filter: blur(30px);
  }
}
section.point .point_menu-implant .point_menu_ellipse {
  right: calc(50% - 843px);
  left: auto;
}
@media screen and (max-width: 767px) {
  section.point .point_menu-implant .point_menu_ellipse {
    top: 310px;
    right: auto;
    left: calc(50% + 195px);
  }
}
section.point .point_menu-maintenance .point_menu_ellipse {
  top: 0;
}
@media screen and (max-width: 767px) {
  section.point .point_menu-maintenance .point_menu_ellipse {
    top: 342px;
    left: calc(50% - 195px);
  }
}
section.point .point_menu_main {
  position: relative;
  z-index: 1;
  min-height: 545px;
}
@media screen and (max-width: 767px) {
  section.point .point_menu_main {
    min-height: 0;
  }
}
section.point .point_menu_bg {
  position: absolute;
  z-index: 0;
  top: -105px;
  right: -170px;
  display: block;
  width: 810px;
  height: 660px;
}
@media screen and (max-width: 767px) {
  section.point .point_menu_bg {
    top: -50px;
    right: auto;
    left: 50%;
    width: 400px;
    height: 332px;
    max-width: none;
    transform: translateX(-50%);
  }
}
section.point .point_menu_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.point .point_menu-periodontal .point_menu_bg {
  right: -300px;
  height: 630px;
}
@media screen and (max-width: 767px) {
  section.point .point_menu-periodontal .point_menu_bg {
    right: auto;
    height: 301px;
  }
}
section.point .point_menu-maintenance .point_menu_bg {
  top: -135px;
  right: -280px;
}
@media screen and (max-width: 767px) {
  section.point .point_menu-maintenance .point_menu_bg {
    top: -80px;
    right: auto;
    height: 340px;
  }
}
section.point .point_menu-implant .point_menu_bg {
  right: auto;
  left: -300px;
}
@media screen and (max-width: 767px) {
  section.point .point_menu-implant .point_menu_bg {
    top: -80px;
    left: 50%;
  }
}
section.point .point_menu_content {
  position: relative;
  z-index: 1;
  width: 640px;
}
@media screen and (max-width: 767px) {
  section.point .point_menu_content {
    width: 100%;
    padding-top: 210px;
  }
}
section.point .point_menu-implant .point_menu_content {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  section.point .point_menu-implant .point_menu_content {
    margin-left: 0;
    padding-top: 220px;
  }
}
@media screen and (max-width: 767px) {
  section.point .point_menu-maintenance .point_menu_content {
    padding-top: 220px;
  }
}
section.point .point_menu_lead,
section.point .point_menu_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
section.point .point_menu_lead {
  font-size: 24px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  section.point .point_menu_lead {
    width: 100%;
    font-size: 20px;
  }
}
section.point .point_menu_title {
  margin-top: 15px;
  font-size: 40px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  section.point .point_menu_title {
    margin-top: 10px;
    font-size: 32px;
  }
}
section.point .point_menu_title span {
  color: #43a2dd;
}
section.point .point_menu-implant .point_menu_title span {
  color: #078cef;
}
section.point .point_menu-maintenance .point_menu_title span {
  color: #0a58c1;
}
section.point .point_menu_text {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  section.point .point_menu_text {
    width: 100%;
    max-width: none;
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: 0;
  }
}
section.point .point_benefits {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section.point .point_benefits {
    margin-top: 20px;
  }
}
section.point .point_benefits li {
  display: flex;
  flex: 0 0 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(39, 125, 179, 0.9) 0%, rgba(67, 162, 221, 0.9) 100%);
  box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.1);
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.point .point_benefits li {
    flex-basis: 125px;
    width: 125px;
    height: 125px;
    font-size: 14px;
    box-shadow: 5px 5px 10px rgba(51, 51, 51, 0.1);
  }
}
@media screen and (max-width: 389px) {
  section.point .point_benefits li {
    flex: 1 1 0;
    width: auto;
    max-width: 125px;
    height: auto;
    min-width: 0;
    aspect-ratio: 1;
    font-size: clamp(11px, 11px + 3 * (100vw - 320px) / 69, 14px);
  }
}
section.point .point_benefits li:nth-child(2) {
  background: radial-gradient(circle at center, rgba(24, 110, 174, 0.9) 0%, rgba(7, 140, 239, 0.9) 100%);
}
section.point .point_benefits li:nth-child(3) {
  background: radial-gradient(circle at center, rgba(17, 57, 112, 0.9) 0%, rgba(10, 88, 193, 0.9) 100%);
}
section.point .point_benefits li + li {
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  section.point .point_benefits li + li {
    margin-left: -12px;
  }
}
section.point .point_benefits li em {
  color: #fffa73;
  font-style: normal;
}
section.point .point_benefits li > span {
  display: block;
  line-height: 1.25;
  white-space: nowrap;
}
section.point .point_case_list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.point .point_case_list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 50px;
  }
}
section.point .point_case {
  min-width: 0;
  min-height: 644px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 767px) {
  section.point .point_case {
    height: auto;
    min-height: 0;
    padding: 20px;
  }
}
section.point .point_case h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.point .point_case h3 {
    font-size: 18px;
  }
}
section.point .beforeAfter {
  position: relative;
  width: 100%;
  height: auto !important;
  aspect-ratio: 470/260;
  margin-top: 16px;
  overflow: hidden;
  background: #a7a7a7;
}
@media screen and (max-width: 767px) {
  section.point .beforeAfter {
    margin-top: 10px;
  }
}
section.point .beforeAfter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.point .twentytwenty-wrapper {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  section.point .twentytwenty-wrapper {
    margin-top: 10px;
  }
}
section.point .twentytwenty-wrapper .beforeAfter {
  margin-top: 0;
}
section.point .twentytwenty-handle {
  touch-action: none;
}
section.point .point_case_data {
  margin-top: 24px;
  border: 1px solid #c1c1c1;
}
@media screen and (max-width: 767px) {
  section.point .point_case_data {
    margin-top: 12px;
  }
}
section.point .point_case_data > div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  min-height: 49px;
}
@media screen and (max-width: 1024px) {
  section.point .point_case_data > div {
    grid-template-columns: 80px minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section.point .point_case_data > div {
    grid-template-columns: 80px minmax(0, 1fr);
    min-height: 40px;
  }
}
section.point .point_case_data > div + div {
  border-top: 1px solid #c1c1c1;
}
section.point .point_case_data dt,
section.point .point_case_data dd {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section.point .point_case_data dt,
  section.point .point_case_data dd {
    font-size: 14px;
    line-height: 20px;
  }
}
section.point .point_case_data dt {
  justify-content: center;
  background: #43a2dd;
  color: #ffffff;
  font-weight: 700;
}
section.point .point_case_data dd {
  background: #ffffff;
  font-weight: 500;
}
section.point .point_detail_btn {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section.point .point_detail_btn {
    margin-top: 30px;
  }
}

section.faq {
  background: #f4f9fa;
}
section.faq .faq_list {
  display: grid;
  gap: 32px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section.faq .faq_list {
    gap: 16px;
    margin-top: 24px;
  }
}
section.faq .faq_item {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}
section.faq summary {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 20px;
  align-items: start;
  gap: 10px;
  min-height: 84px;
  padding: 25px 40px;
  cursor: pointer;
  list-style: none;
}
section.faq summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  section.faq summary {
    grid-template-columns: 25px minmax(0, 1fr) 15px;
    gap: 5px;
    min-height: 55px;
    padding: 15px;
  }
}
section.faq .faq_mark {
  display: grid;
  align-self: start;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #43a2dd;
  color: #ffffff;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 4px;
  place-items: center;
}
@media screen and (max-width: 767px) {
  section.faq .faq_mark {
    width: 25px;
    height: 25px;
    font-size: 16px;
    margin-top: 0;
  }
}
section.faq .faq_question {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  section.faq .faq_question {
    font-size: 16px;
  }
}
section.faq .faq_icon {
  position: relative;
  align-self: start;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  section.faq .faq_icon {
    width: 15px;
    height: 15px;
    margin-top: 5px;
  }
}
section.faq .faq_icon::before, section.faq .faq_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  border-top: 1px solid #43a2dd;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
section.faq .faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
section.faq .faq_answer {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding: 25px 40px;
  background: #43a2dd;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  section.faq .faq_answer {
    grid-template-columns: 25px minmax(0, 1fr);
    gap: 5px;
    padding: 15px;
  }
}
section.faq .faq_answer .faq_mark {
  background: #ffffff;
  color: #43a2dd;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  section.faq .faq_answer .faq_mark {
    margin-top: 0;
  }
}
section.faq .faq_answer p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  section.faq .faq_answer p {
    font-size: 14px;
  }
}
section.faq .faq_item[open] .faq_icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

section.banner_wrap {
  background: #f4f9fa;
}
section.banner_wrap .lower_banner_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 767px) {
  section.banner_wrap .lower_banner_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
section.banner_wrap a,
section.banner_wrap img {
  width: 100%;
}

section.column {
  background: #ffffff;
}
section.column .column_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  section.column .column_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.column .column_list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
}
section.column .column_item {
  min-width: 0;
}
section.column .column_item a {
  display: block;
  color: #333333;
  text-decoration: none;
}
section.column .column_item figure {
  aspect-ratio: 10/7;
  overflow: hidden;
}
section.column .column_item figure,
section.column .column_item img {
  display: block;
  width: 100%;
}
section.column .column_item img {
  height: 100%;
  object-fit: cover;
}
section.column .column_item .column_meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  section.column .column_item .column_meta {
    gap: 5px;
    margin-top: 10px;
  }
}
section.column .column_item .column_meta time {
  color: #a7a7a7;
  font-family: "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: normal;
}
section.column .column_item .column_meta span {
  display: grid;
  min-width: 56px;
  height: 20px;
  padding-inline: 10px;
  border-radius: 999px;
  background: #43a2dd;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  place-items: center;
}
section.column .column_item h3 {
  display: -webkit-box;
  margin-top: 16px;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  section.column .column_item h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 23px;
  }
}
section.column .column_btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section.column .column_btn {
    display: none;
  }
}

section.slider {
  width: 100%;
  overflow: hidden;
}
section.slider .splide__track {
  overflow: hidden;
}
section.slider .splide__list {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
}
section.slider:not(.is-initialized) .splide__list {
  gap: 20px;
}
section.slider .splide__slide {
  flex: 0 0 300px;
  width: 300px;
  height: 210px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section.slider .splide__slide {
    flex-basis: 180px;
    width: 180px;
    height: 126px;
  }
}
section.slider .splide__slide picture,
section.slider .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
section.slider .splide__slide img {
  object-fit: cover;
}

section.about-us {
  position: relative;
  min-height: 812px;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  section.about-us {
    min-height: 706px;
  }
}
section.about-us .about-us_bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
}
section.about-us .about-us_bg picture,
section.about-us .about-us_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
section.about-us .about-us_bg img {
  object-fit: cover;
}
section.about-us .about-us_bg::after {
  position: absolute;
  inset: 0;
  background: rgba(124, 143, 154, 0.7);
  content: "";
}
section.about-us .about-us_inner {
  position: relative;
  z-index: 1;
}
section.about-us .about-us_title {
  color: #ffffff;
}
section.about-us .about-us_title .en {
  color: #ffffff;
}
section.about-us .about-us_title .en::after {
  border-color: #ffffff;
}
section.about-us .about-us_lead {
  margin-top: 60px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.about-us .about-us_lead {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.about-us .about-us_lead {
    margin-top: 30px;
    font-size: 20px;
  }
}
section.about-us .about-us_text {
  width: 650px;
  max-width: 100%;
  margin: 40px auto 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
}
section.about-us .about-us_text p {
  font-size: inherit;
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  section.about-us .about-us_text {
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
    line-height: 25px;
  }
}
section.about-us .page_btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  section.about-us .page_btn {
    margin-top: 30px;
  }
}

main.top {
  font-size: 16px;
  line-height: 180%;
}
@media screen and (max-width: 1439px) {
  main.top {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

.top_footer {
  clear: both;
  font-family: "Noto Sans JP", sans-serif;
}
.top_footer span {
  font-weight: inherit;
}

section.contact {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
section.contact::before, section.contact::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  filter: blur(50px);
  opacity: 0.6;
  pointer-events: none;
}
section.contact::before {
  top: 0;
  left: calc(50% + 129px);
  width: 518px;
  height: 518px;
  background: linear-gradient(137deg, rgba(225, 242, 253, 0.64) 0%, rgba(255, 253, 253, 0.32) 100%);
}
@media screen and (max-width: 1439px) {
  section.contact::before {
    left: calc(50% + max(0px, 129px * (100vw - 390px) / 1049));
    width: max(342px, 342px + 176 * (100vw - 390px) / 1049);
    height: max(342px, 342px + 176 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.contact::before {
    left: 0;
    width: 342px;
    height: 342px;
  }
}
section.contact::after {
  top: 296px;
  left: calc(50% + 437px);
  width: 282px;
  height: 282px;
  background: linear-gradient(137deg, rgba(225, 242, 253, 0.8) 0%, rgba(250, 250, 213, 0.8) 100%);
}
@media screen and (max-width: 1439px) {
  section.contact::after {
    top: max(195px, 195px + 101 * (100vw - 390px) / 1049);
    left: calc(50% + max(8px, 437px * (100vw - 390px) / 1049));
    width: max(186px, 186px + 96 * (100vw - 390px) / 1049);
    height: max(186px, 186px + 96 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.contact::after {
    top: 195px;
    left: 203px;
    width: 186px;
    height: 186px;
  }
}
section.contact .inner {
  position: relative;
  z-index: 1;
}
section.contact .contact_lead {
  margin-top: 54px;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_lead {
    margin-top: max(30px, 30px + 24 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
section.contact .contact_lead span:last-child {
  display: block;
}
@media screen and (max-width: 767px) {
  section.contact .contact_lead span {
    display: block;
  }
}
section.contact .contact_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_list {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_list {
    grid-template-columns: 1fr;
    gap: 40px;
    width: min(100%, 350px);
    margin-inline: auto;
  }
}
section.contact .contact_item {
  position: relative;
  display: grid;
  min-width: 0;
  height: 120px;
  place-items: center;
}
@media screen and (max-width: 767px) {
  section.contact .contact_item {
    height: 90px;
  }
}
section.contact .contact_item + .contact_item::before {
  position: absolute;
  top: 0;
  left: -20px;
  width: 1px;
  height: 120px;
  background: #b6d7ec;
  content: "";
}
@media screen and (max-width: 767px) {
  section.contact .contact_item + .contact_item::before {
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
section.contact .contact_item_inner {
  width: 100%;
  max-width: 240px;
}
section.contact .contact_label {
  position: relative;
  display: grid;
  width: 100%;
  height: 35px;
  max-width: 100%;
  border-radius: 999px;
  place-items: center;
  background: #43a2dd;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
section.contact .contact_label img {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
section.contact .contact_detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  color: #43a2dd;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  section.contact .contact_detail {
    gap: 5px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_detail {
    font-size: 28px;
  }
}
section.contact .contact_detail img {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  object-fit: contain;
}
section.contact .contact_tel .contact_detail {
  font-family: "Times New Roman", serif;
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  section.contact .contact_tel .contact_detail {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_tel .contact_detail {
    font-size: 32px;
  }
}
section.contact .contact_web .contact_label {
  background: #078cef;
}
section.contact .contact_web .contact_detail {
  color: #078cef;
}
section.contact .contact_access .contact_label {
  background: #0a58c1;
}
section.contact .contact_access .contact_detail {
  color: #0a58c1;
}

section.unei {
  background: #f4f9fa;
}
section.unei .unei_box {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 767px) {
  section.unei .unei_box {
    padding: 20px 20px 22px;
  }
}
section.unei .unei_box h2 {
  display: grid;
  height: 60px;
  border-radius: 10px;
  place-items: center;
  background: #43a2dd;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.unei .unei_box h2 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.unei .unei_box h2 {
    height: 40px;
    border-radius: 5px;
  }
}
section.unei .unei_box > p {
  margin-top: 24px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.unei .unei_box > p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.unei .unei_box > p {
    margin-top: 12px;
  }
}
section.unei .unei_box ul {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.unei .unei_box ul {
    margin-top: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.unei .unei_box ul {
    margin-top: 16px;
  }
}
section.unei .unei_box ul li {
  position: relative;
  padding-left: 13px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.unei .unei_box ul li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.unei .unei_box ul li {
    line-height: 1.2;
  }
}
section.unei .unei_box ul li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #43a2dd;
  content: "";
}
@media screen and (max-width: 767px) {
  section.unei .unei_box ul li::before {
    top: 0.25em;
  }
}
section.unei .unei_box ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.unei .unei_box ul li + li {
    margin-top: 9px;
  }
}
section.unei .unei_box ul li a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}

.footer_nav {
  border-top: 1px solid #b6d7ec;
  background: #ffffff;
}
.footer_nav > .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .footer_nav > .inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav > .inner {
    flex-direction: column;
    gap: 20px;
  }
}
.footer_nav .footer_info {
  flex: 0 1 387px;
}
@media screen and (max-width: 1024px) {
  .footer_nav .footer_info {
    flex-basis: 100%;
  }
}
.footer_nav .footer_logo {
  display: block;
  width: 263px;
}
@media screen and (max-width: 767px) {
  .footer_nav .footer_logo {
    width: 180px;
  }
}
.footer_nav .footer_logo img {
  width: 100%;
}
.footer_nav address {
  margin-top: 16px;
  color: #333333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  .footer_nav address {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer_nav address {
    margin-top: 10px;
  }
}
.footer_nav address > p {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .footer_nav address > p {
    display: block;
  }
}
.footer_nav address > p span {
  flex: 0 0 auto;
  font-weight: inherit;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer_nav address > p span {
    display: block;
  }
}
.footer_nav address p {
  color: inherit;
  line-height: inherit;
}
.footer_nav address a {
  color: inherit;
}
.footer_nav .footer_info_detail {
  display: grid;
  gap: 10px;
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .footer_nav .footer_info_detail {
    gap: 5px;
    margin-top: 16px;
  }
}
.footer_nav .footer_info_detail strong {
  font-weight: 500;
}
.footer_nav .footer_nav_lists {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .footer_nav .footer_nav_lists {
    width: 100%;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav .footer_nav_lists {
    display: grid;
    grid-template-columns: 130px 140px;
    justify-content: start;
    gap: 12px 20px;
  }
}
.footer_nav ul.footer_nav_list {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 180px;
}
@media screen and (max-width: 1024px) {
  .footer_nav ul.footer_nav_list {
    flex: 1 0 180px;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list {
    display: contents;
    min-width: 0;
  }
}
.footer_nav ul.footer_nav_list li {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  .footer_nav ul.footer_nav_list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list li {
    min-width: 0;
  }
}
.footer_nav ul.footer_nav_list li a {
  color: inherit;
  text-decoration: underline;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:first-child li {
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:first-child li:nth-child(1) {
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:first-child li:nth-child(2) {
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:first-child li:nth-child(3) {
    grid-row: 3;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:first-child li:nth-child(4) {
    grid-row: 4;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:nth-child(2) li {
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:nth-child(2) li:nth-child(1) {
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:nth-child(2) li:nth-child(2) {
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:nth-child(2) li:nth-child(3) {
    grid-row: 3;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:nth-child(2) li:nth-child(4) {
    grid-row: 4;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:last-child li:first-child {
    grid-column: 1;
    grid-row: 5;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:last-child li:nth-child(2) {
    grid-column: 2;
    grid-row: 5;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav ul.footer_nav_list:last-child li:nth-child(3) {
    grid-column: 2;
    grid-row: 6;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .footer_nav .footer_nav_lists {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    gap: 30px;
    width: 100%;
  }
  .footer_nav ul.footer_nav_list {
    display: grid;
    min-width: 0;
  }
  .footer_nav ul.footer_nav_list li {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

.copyright {
  display: grid;
  min-height: 37px;
  padding: 8px 20px;
  place-items: center;
  background: #43a2dd;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copyright {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 10px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 389px) {
  .copyright {
    font-size: clamp(9px, 9px + (100vw - 320px) / 69, 10px);
  }
}
.copyright p {
  color: inherit;
  line-height: inherit;
}

main.post,
main.single {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}
main.post .post_meta,
main.single .post_meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  main.post .post_meta,
  main.single .post_meta {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.post .post_meta time,
main.single .post_meta time {
  color: #a7a7a7;
  font-family: "Times New Roman", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
}
main.post .post_meta .post_category,
main.single .post_meta .post_category {
  display: grid;
  height: 20px;
  padding-inline: 10px;
  border-radius: 999px;
  place-items: center;
  background: #43a2dd;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

main.post .post_archive {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  main.post .post_archive {
    padding-top: max(45px, 45px + 35 * (100vw - 390px) / 1049);
    padding-bottom: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
main.post .post_filter_nav {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.post .post_filter_nav {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.post .post_filter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  main.post .post_filter {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.post .post_filter li {
  min-width: 0;
}
main.post .post_filter li.is-active a {
  background: #43a2dd;
  color: #ffffff;
}
main.post .post_filter a {
  display: grid;
  min-width: 0;
  height: 60px;
  padding-inline: 8px;
  place-items: center;
  background: #e1f2fd;
  color: rgba(67, 162, 221, 0.4);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  main.post .post_filter a {
    height: max(55px, 55px + 5 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
main.post .post_filter a.is-active {
  background: #43a2dd;
  color: #ffffff;
}
main.post .post_list {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.post .post_list {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.post .post_list article {
  padding-bottom: 24px;
  border-bottom: 1px solid #b6d7ec;
}
@media screen and (max-width: 1439px) {
  main.post .post_list article {
    padding-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.post .post_list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
main.post .post_list article + article {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.post .post_list article + article {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.post .post_list article > a {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: 20px;
  padding-right: 50px;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  main.post .post_list article > a {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding-right: max(0px, 0px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.post .post_list article > a {
    display: block;
    padding-right: 0;
  }
}
main.post .post_list article figure {
  aspect-ratio: 10/7;
  overflow: hidden;
}
main.post .post_list article figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.post .post_body {
  padding-top: 13px;
}
@media screen and (max-width: 1439px) {
  main.post .post_body {
    padding-top: max(10px, 10px + 3 * (100vw - 390px) / 1049);
  }
}
main.post .post_body h2 {
  margin-top: 10px;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  main.post .post_body h2 {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
main.post .post_body > p {
  margin-top: 20px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  main.post .post_body > p {
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.post .post_empty {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.post .post_empty {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.post .post_pagination {
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  main.post .post_pagination {
    margin-top: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
main.post .post_pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  main.post .post_pagination ul {
    gap: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
main.post .post_pagination a,
main.post .post_pagination span {
  display: grid;
  width: 40px;
  height: 40px;
  border: 1px solid #43a2dd;
  place-items: center;
  color: #43a2dd;
  font-family: "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  main.post .post_pagination a,
  main.post .post_pagination span {
    width: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.post .post_pagination a.is-active, main.post .post_pagination a.current,
main.post .post_pagination span.is-active,
main.post .post_pagination span.current {
  background: #43a2dd;
  color: #ffffff;
}
main.post .post_pagination a.pagination_ellipsis,
main.post .post_pagination span.pagination_ellipsis {
  width: auto;
  border: 0;
  color: #43a2dd;
}
main.post .post_pagination a.pagination_prev, main.post .post_pagination a.pagination_next,
main.post .post_pagination span.pagination_prev,
main.post .post_pagination span.pagination_next {
  width: auto;
  padding-inline: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.post .post_pagination a.pagination_prev, main.post .post_pagination a.pagination_next,
  main.post .post_pagination span.pagination_prev,
  main.post .post_pagination span.pagination_next {
    padding-inline: max(10px, 10px + 4 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.post .post_category_nav {
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  main.post .post_category_nav {
    margin-top: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
main.post .post_category_nav h2 {
  color: #333333;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  main.post .post_category_nav h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
main.post .post_category_nav ul {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}
main.post .post_category_nav a {
  color: #078cef;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  main.post .post_category_nav a {
    font-size: max(18px, 18px + 4 * (100vw - 390px) / 1049);
  }
}
main.post .post_category_nav a[aria-current=page] {
  color: #0a58c1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

main.post.column .post_list {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.post.column .post_list {
    margin-top: max(60px, 60px + 40 * (100vw - 390px) / 1049);
  }
}

main.single .single_inner {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  main.single .single_inner {
    padding-top: max(45px, 45px + 35 * (100vw - 390px) / 1049);
    padding-bottom: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}
main.single .single_article {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.single .single_article {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.single .post_meta time {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.single .post_meta time {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.single h1.post_title {
  margin-top: 25px;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  main.single h1.post_title {
    margin-top: max(10px, 10px + 15 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
  }
}
main.single .case_details {
  width: min(100%, 550px);
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 1439px) {
  main.single .case_details {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .case_details {
    padding: 20px;
  }
}
main.single .beforeAfter {
  position: relative;
  width: 100%;
  height: auto !important;
  aspect-ratio: 470/260;
  overflow: hidden;
  background: #a7a7a7;
}
main.single .beforeAfter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.single .twentytwenty-wrapper .beforeAfter {
  margin-top: 0;
}
main.single .twentytwenty-handle {
  touch-action: none;
}
main.single .point_case_data {
  margin-top: 24px;
  border: 1px solid #c1c1c1;
}
@media screen and (max-width: 767px) {
  main.single .point_case_data {
    margin-top: 12px;
  }
}
main.single .point_case_data > div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  min-height: 49px;
}
@media screen and (max-width: 1024px) {
  main.single .point_case_data > div {
    grid-template-columns: 80px minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  main.single .point_case_data > div {
    grid-template-columns: 80px minmax(0, 1fr);
    min-height: 40px;
  }
}
main.single .point_case_data > div + div {
  border-top: 1px solid #c1c1c1;
}
main.single .point_case_data dt,
main.single .point_case_data dd {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.single .point_case_data dt,
  main.single .point_case_data dd {
    font-size: 14px;
    line-height: 20px;
  }
}
main.single .point_case_data dt {
  justify-content: center;
  background: #43a2dd;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
main.single .point_case_data dd {
  min-width: 0;
  background: #ffffff;
  font-weight: 500;
  overflow-wrap: anywhere;
}
main.single .post_content {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.single .post_content > * + * {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content > * + * {
    margin-top: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
main.single .post_content > p {
  line-height: 1.75;
}
main.single .post_content > .content_table,
main.single .post_content > .content_list {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content > .content_table,
  main.single .post_content > .content_list {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.single .post_content > .content_table:first-child,
main.single .post_content > .content_list:first-child {
  margin-top: 0;
}
main.single .post_content > .wp-block-image {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.single .post_content > .wp-block-image {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.single .post_content > .wp-block-image:first-child {
  margin-top: 0;
}
main.single .post_content h2,
main.single .post_content h3,
main.single .post_content h4,
main.single .post_content h5,
main.single .post_content h6 {
  color: #43a2dd;
  line-height: normal;
}
main.single .post_content h2 {
  margin-top: 40px;
  padding: 14px 20px;
  border-left: 2px solid #43a2dd;
  background: #f4f9fa;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h2 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 4 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 8 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h2:first-child {
  margin-top: 0;
}
main.single .post_content h3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h3 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h3::after {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  background: linear-gradient(to right, #43a2dd 40px, #c1c1c1 40px);
  content: "";
}
main.single .post_content h4 {
  margin-top: 40px;
  padding: 15px 10px;
  border-top: 2px solid #b6d7ec;
  border-bottom: 2px solid #b6d7ec;
  background: #f4f9fa;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h4 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding-block: max(6.5px, 6.5px + 8.5 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h5 {
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #43a2dd;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h5 {
    margin-top: max(16px, 16px + 14 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h6 {
  margin-top: 32px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f4f9fa;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h6 {
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    font-size: max(15px, 15px + 1 * (100vw - 390px) / 1049);
  }
}
main.single .post_content h6.bg_none {
  margin-top: 24px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 1439px) {
  main.single .post_content h6.bg_none {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.single .post_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
main.single .post_navigation {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 118px;
}
@media screen and (max-width: 1439px) {
  main.single .post_navigation {
    margin-top: max(62px, 62px + 56 * (100vw - 390px) / 1049);
  }
}
main.single .post_navigation a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-width: 0;
  padding: 26px 20px 19px;
  border: 1px solid #43a2dd;
  background: #f4f9fa;
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  main.single .post_navigation a {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.single .post_navigation a {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 22px 14px 31px;
  }
}
main.single .post_navigation a.next {
  grid-column: 2;
  grid-template-columns: minmax(0, 1fr) minmax(0, 180px);
}
main.single .post_navigation a.next figure {
  order: 2;
}
main.single .post_navigation a.next p {
  order: 1;
}
@media screen and (max-width: 767px) {
  main.single .post_navigation a.next figure {
    order: 1;
  }
  main.single .post_navigation a.next p {
    order: 2;
  }
}
main.single .post_navigation a figure {
  aspect-ratio: 15/11;
  overflow: hidden;
}
main.single .post_navigation a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.single .post_navigation a p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  main.single .post_navigation a p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.single .post_navigation a + a {
  border-left: 0;
}
main.single .post_navigation .post_navigation_label {
  position: absolute;
  top: -18px;
  left: 20px;
  display: grid;
  width: 180px;
  height: 35px;
  border-radius: 999px;
  place-items: center;
  background: #43a2dd;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  main.single .post_navigation .post_navigation_label {
    top: max(-18px, -12px + -6 * (100vw - 390px) / 1049);
    left: max(20px, 28px + -8 * (100vw - 390px) / 1049);
    width: max(120px, 120px + 60 * (100vw - 390px) / 1049);
    height: max(25px, 25px + 10 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 2 * (100vw - 390px) / 1049);
  }
}
main.single .post_navigation .next .post_navigation_label {
  right: 20px;
  left: auto;
}
@media screen and (max-width: 1439px) {
  main.single .post_navigation .next .post_navigation_label {
    right: max(20px, 28px + -8 * (100vw - 390px) / 1049);
  }
}
