/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

.mainslide.slick-initialized.slick-slider.slick-dotted {
  margin: 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* --------------------------------  MIX IN  -------------------------------- */
/* --------------------------------  MIX IN  -------------------------------- */
html {
  margin: 0 !important;
  padding: 0;
  font-size: 10px !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  position: relative;
  background-color: #0B143F;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  overflow-x: hidden;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-style: normal;
}

main {
  width: 100%;
  overflow-x: hidden;
}

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

.page-width {
  max-width: 1384px;
  padding: 0 24px;
  margin: 0 auto;
}

.bold {
  font-weight: 700;
}

section {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}
section:first-of-type {
  padding: 196px 0;
}
@media screen and (max-width: 1024px) {
  section:first-of-type {
    padding: 80px 0 80px 0;
  }
}

.medium_title {
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .medium_title {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
}

.back_icon {
  background-color: #A4945E;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .back_icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .back_icon {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .back_icon img {
    max-width: 24px;
    width: 100%;
  }
}

.icon_title_wrap {
  display: flex;
  gap: 16px;
  align-items: center;
}
.icon_title_wrap .icon_title_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .icon_title_wrap .icon_title_text {
    gap: 8px;
  }
}
.icon_title_wrap .icon_title_text h3 {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .icon_title_wrap .icon_title_text h3 {
    font-size: 3.2rem;
  }
}
.icon_title_wrap .icon_title_text .icon_subtitle {
  font-weight: 600;
  color: #BFB592;
}

.number_title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .number_title {
    margin-bottom: 32px;
    gap: 8px;
  }
}
.number_title img {
  display: block;
}
.number_title .num_img {
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .number_title .num_img {
    margin-right: 16px;
    max-width: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .number_title .num_img {
    margin-right: 8px;
  }
}
.number_title p {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .number_title p {
    font-size: 2.4rem;
  }
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lang-switcher_label {
  font-size: 12px;
  color: #ffffff;
}

.lang-switcher_box {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  color: #ffffff;
  width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .lang-switcher_box {
    width: 100px;
    min-width: 100px;
  }
}

.lang-switcher_toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #ffffff;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 768px) {
  .lang-switcher_toggle {
    padding: 6px 0;
    gap: 8px;
  }
}
.lang-switcher_toggle:hover, .lang-switcher_toggle:focus-visible {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  outline: none;
}

.lang-switcher_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .lang-switcher_wrap {
    font-size: 1rem;
    gap: 8px;
  }
}

.lang-switcher_icon,
.lang-switcher_arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .lang-switcher_icon,
  .lang-switcher_arrow {
    width: 12px;
    height: 13px;
  }
}

.lang-switcher_arrow {
  margin-left: auto;
  transition: transform 0.2s ease;
}

.lang-switcher_value {
  flex: 1;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lang-switcher_dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 4px;
  display: none;
  z-index: 10;
  background-color: #ffffff;
}

.lang-switcher_link {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #11244F;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .lang-switcher_link {
    padding: 6px 8px;
  }
}
.lang-switcher_link.is-active {
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.12);
}
.lang-switcher_link:hover, .lang-switcher_link:focus-visible {
  background-color: rgba(255, 255, 255, 0.18);
  outline: none;
}

.lang-switcher_box.is-open .lang-switcher_dropdown {
  display: block;
}
.lang-switcher_box.is-open .lang-switcher_arrow {
  transform: rotate(180deg);
}

.header {
  padding: 48px 80px;
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}
.header.header--solid {
  background-color: rgba(11, 20, 63, 0.3);
}
@media screen and (max-width: 1400px) {
  .header {
    padding: 32px 40px;
  }
}
.header .contact_sp {
  display: none;
}

.header_inner {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1201;
}

.header_logo {
  margin: 0;
  flex-shrink: 0;
}
.header_logo img {
  display: block;
  max-width: 211px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .header_logo img {
    max-width: 160px;
  }
}

.header_nav {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header_nav_toggle {
  display: none;
}

.header_burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: auto;
}
.header_burger span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 3px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header_burger span + span {
  margin-top: 2px;
}

.header_overlay {
  display: none;
  z-index: 1100;
}
.header_overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.header_nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: auto;
}
@media screen and (max-width: 1400px) {
  .header_nav_list {
    gap: 16px;
  }
}

.header_nav_item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 2rem;
}
@media screen and (max-width: 1500px) {
  .header_nav_item a {
    font-size: 1.4rem;
  }
}

.header_nav_lang {
  margin-left: auto;
  max-width: 100px;
}
@media screen and (max-width: 1024px) {
  .header_nav_lang {
    margin-left: 0;
  }
}

.header__menu-btn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 20px 24px;
  }
  .header_inner {
    align-items: center;
    gap: 12px;
  }
  .header_logo img {
    max-width: 100%;
  }
  .header_burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    z-index: 1100;
  }
  .header_nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #333F69;
    padding: 48px 24px 24px 16px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.25);
    flex: 0;
    z-index: 1100;
    align-items: flex-start;
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 32px;
    max-width: 187px;
    width: 100%;
  }
  .header_nav_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-left: 0;
  }
  .header_nav_item a {
    font-size: 1.6rem;
    display: block;
  }
  .lang-switcher {
    margin-left: 0;
    z-index: 1100;
  }
  .header_overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1080;
  }
  .header {
    padding: 16px;
  }
  .header.header--open .header_nav {
    transform: translateX(0);
  }
  .header.header--open .header_overlay {
    opacity: 1;
    pointer-events: auto;
  }
  .header.header--open .header_burger span:nth-child(1) {
    transform: translateY(9px) rotate(35deg);
  }
  .header.header--open .header_burger span:nth-child(2) {
    opacity: 0;
  }
  .header.header--open .header_burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-35deg);
  }
  .header .contact_sp {
    display: block;
  }
  .header .contact_sp .contact_sp_title {
    font-size: 1.4rem;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .header .contact_sp .contact_sns {
    display: inline-flex;
    width: 100%;
    background-color: #B69863;
    color: #ffffff;
    padding: 16px;
    border-radius: 0 40px 40px 0;
    margin-left: -16px;
    width: 100%;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
  }
  .header .contact_sp .contact_sns img {
    max-width: 16px;
    width: calc(100% + 16px);
  }
  .header .contact_sp .contact_sns p {
    font-size: 1.4rem;
  }
}
.mainvisual {
  background-image: url("../images/main-visual.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 100vh;
  max-height: 1080px;
  font-style: normal;
  font-family: "source-han-sans-simplified-c", sans-serif;
  position: relative;
  background-position: 20%;
}
@media screen and (max-width: 1919px) {
  .mainvisual {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual {
    flex-direction: column-reverse;
    background-image: none;
    background-color: #11244F;
    padding-bottom: 80px;
    justify-content: flex-end;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    gap: 24px;
  }
}
.mainvisual .contact_wrap {
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 500;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .mainvisual .contact_wrap {
    display: none;
  }
}
.mainvisual .contact_wrap .doctor_image {
  position: absolute;
  z-index: 1;
  bottom: -16px;
  max-width: 290px;
}
@media screen and (max-width: 1200px) {
  .mainvisual .contact_wrap .doctor_image {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .contact_wrap .doctor_image {
    max-width: 160px;
  }
}
.mainvisual .contact_wrap .contact_us {
  position: relative;
  z-index: 510;
  background-color: #B69863;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 0 40px 40px 0;
  font-size: 1.4rem;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .mainvisual .contact_wrap .contact_us {
    padding: 8px 12px;
  }
}
.mainvisual .contact_wrap .contact_us .contact_title {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mainvisual .contact_wrap .contact_us .contact_title {
    margin-bottom: 4px;
  }
}
.mainvisual .contact_wrap .contact_us .contact_sns_wrap {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .mainvisual .contact_wrap .contact_us .contact_sns_wrap {
    gap: 8px;
  }
}
.mainvisual .contact_wrap .contact_us .contact_sns_wrap .contact_sns {
  display: flex;
  gap: 8px;
  align-items: center;
}
.mainvisual .contact_wrap .contact_us .contact_sns_wrap .contact_sns img {
  max-width: 16px;
}
.mainvisual .mainvisual_left {
  background-image: url("../images/white_back.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #0B143F;
  padding: 30px 64px 30px 104px;
  max-width: 646px;
  width: 100%;
  margin-left: 124px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .mainvisual .mainvisual_left {
    margin-left: 24px;
    padding: 24px 54px 24px 80px;
    border-radius: 8px;
    max-width: 588px;
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual .mainvisual_left {
    margin-left: 0;
    background-color: #11244F;
    background-image: none;
    color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_left {
    padding: 0 16px;
  }
}
.mainvisual .mainvisual_left .mainvisual_subtitle {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1500px) {
  .mainvisual .mainvisual_left .mainvisual_subtitle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_left .mainvisual_subtitle {
    font-size: 2rem;
  }
}
.mainvisual .mainvisual_left .mainvisual_subtitle_en {
  font-size: 2.4rem;
}
@media screen and (max-width: 1500px) {
  .mainvisual .mainvisual_left .mainvisual_subtitle_en {
    font-size: 2rem;
  }
}
.mainvisual .mainvisual_left .mainvisual_subtitle_ja {
  font-size: 2.8rem;
}
.mainvisual .mainvisual_left .mainvisual_text {
  margin-bottom: 48px;
}
@media screen and (max-width: 1200px) {
  .mainvisual .mainvisual_left .mainvisual_text {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_left .mainvisual_text {
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
}
.mainvisual .mainvisual_left .mainvisual_text_en {
  font-size: 1.4rem;
}
@media screen and (max-width: 1500px) {
  .mainvisual .mainvisual_left .mainvisual_text_en {
    font-size: 1.2rem;
  }
}
.mainvisual .mainvisual_left .mainvisual_panels {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .mainvisual .mainvisual_left .mainvisual_panels {
    justify-content: center;
    gap: 16px;
  }
}
@media screen and (max-width: 375px) {
  .mainvisual .mainvisual_left .mainvisual_panels {
    flex-direction: column;
    align-items: center;
  }
}
.mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel {
    max-width: 200px;
    width: 100%;
  }
}
.mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_title {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 8px 8px;
  background-color: #ffffff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 176px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  min-height: 40px;
}
.mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_title.mainvisual_panel_title_left {
  color: #0B143F;
  border: solid 1px #0B143F;
}
@media screen and (max-width: 1200px) {
  .mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_title.mainvisual_panel_title_left {
    color: #ffffff;
    border: solid 1px #ffffff;
    background-color: #11244F;
  }
}
.mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_title.mainvisual_panel_title_right {
  color: #B69863;
  border: solid 1px #B69863;
}
@media screen and (max-width: 1200px) {
  .mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_title.mainvisual_panel_title_right {
    color: #ffffff;
    border: solid 1px #ffffff;
    background-color: #B69863;
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_title {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 16px 8px;
    max-width: 100%;
    min-height: 44px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 375px) {
  .mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_title {
    font-size: 1.2rem;
  }
}
.mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_title_en {
  font-size: 1rem;
  min-height: 44px;
}
@media screen and (max-width: 1200px) {
  .mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_title_en {
    min-height: 62px;
  }
}
.mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_text {
  padding: 27px 16px 16px 16px;
  color: #ffffff;
  border-radius: 4px;
  max-width: 224px;
  font-size: 1.4rem;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  .mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_text {
    font-size: 1.4rem;
  }
}
.mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_text.mainvisual_panel_text_left {
  background-color: #0B143F;
}
.mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_text.mainvisual_panel_text_right {
  background-color: #B69863;
}
@media screen and (max-width: 1200px) {
  .mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_text {
    display: none;
  }
}
.mainvisual .mainvisual_left .mainvisual_panels .mainvisual_panel .mainvisual_panel_text_en {
  font-size: 1rem;
}
.mainvisual .mainvisual_right {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1919px) {
  .mainvisual .mainvisual_right {
    background-size: contain;
    background-position: center right;
    min-height: 680px;
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual .mainvisual_right {
    background-image: url("../images/mainvisual_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_right {
    max-height: 800px;
  }
}
@media screen and (max-width: 540px) {
  .mainvisual .mainvisual_right {
    min-height: 400px;
  }
}
.mainvisual .mainvisual_right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-top: 80px solid #11244F;
  pointer-events: none;
}
.mainvisual .mainvisual_right .mainvisual_text_wrap {
  position: absolute;
  right: clamp(24px, 8vw, 80px);
  bottom: clamp(40px, 20vh, 240px);
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .mainvisual .mainvisual_right .mainvisual_text_wrap {
    left: 40px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.mainvisual .mainvisual_right .mainvisual_text_wrap .mainvisual_main_sub {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_right .mainvisual_text_wrap .mainvisual_main_sub {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.mainvisual .mainvisual_right .mainvisual_text_wrap .mainvisual_main_tltle {
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
@media screen and (max-width: 1500px) {
  .mainvisual .mainvisual_right .mainvisual_text_wrap .mainvisual_main_tltle {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_right .mainvisual_text_wrap .mainvisual_main_tltle {
    font-size: 2rem;
  }
}
.mainvisual .scroll_down_wrap {
  position: absolute;
  bottom: 80px;
  right: 80px;
  display: flex;
  gap: 16px;
  z-index: 500;
  transition: opacity 0.2s ease;
}
.mainvisual .scroll_down_wrap.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .mainvisual .scroll_down_wrap {
    bottom: 16px;
    right: 16px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .scroll_down_wrap {
    gap: 8px;
  }
}
.mainvisual .scroll_down_wrap .scroll_down_text {
  font-family: "arial", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .mainvisual .scroll_down_wrap .scroll_down_text {
    font-size: 1rem;
  }
}
.mainvisual .scroll_down_wrap .scroll_icon {
  --size: 40px;
  --triangle-width: 10px;
  --triangle-height: 6px;
  --circle-color: #fff;
  --triangle-color: #b28b55;
  width: var(--size);
  height: var(--size);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mainvisual .scroll_down_wrap .scroll_icon {
    --size: 24px;
    --triangle-width: 8px;
    --triangle-height: 4px;
  }
}
.mainvisual .scroll_down_wrap .scroll_icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--circle-color);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.mainvisual .scroll_down_wrap .scroll_icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -35%);
  width: var(--triangle-width);
  height: var(--triangle-height);
  background: var(--triangle-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#section01 {
  background-image: url("../images/clinical_back.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #section01 {
    margin-top: 80px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  #section01 {
    margin-top: 0;
  }
}
#section01 .clinical_wrap {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #section01 .clinical_wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #section01 .clinical_wrap {
    flex-direction: column;
  }
}
#section01 .clinical_wrap .clinical_title {
  font-family: "arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.4rem;
  color: #BFB592;
  letter-spacing: 0.08em;
  padding-top: 16px;
}
@media screen and (max-width: 1024px) {
  #section01 .clinical_wrap .clinical_title {
    font-size: 4rem;
  }
}
#section01 .clinical_wrap .clinical_desc {
  max-width: 670px;
  width: 100%;
}
#section01 .clinical_wrap .clinical_desc .clinical_desc_top {
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  padding-left: 100px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  #section01 .clinical_wrap .clinical_desc .clinical_desc_top {
    font-size: 2rem;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #section01 .clinical_wrap .clinical_desc .clinical_desc_top {
    font-size: 1.8rem;
  }
}
#section01 .clinical_wrap .clinical_desc .clinical_desc_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background: #ffffff;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #section01 .clinical_wrap .clinical_desc .clinical_desc_top::before {
    width: 30px;
  }
}
#section01 .clinical_wrap .clinical_desc .clinical_desc_middle {
  font-size: 3.2rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  #section01 .clinical_wrap .clinical_desc .clinical_desc_middle {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
#section01 .clinical_wrap .clinical_desc .clinical_desc_middle .clinical_cases_number {
  font-size: 4.8rem;
  font-weight: 700;
  color: #B69863;
  font-family: "arial", sans-serif;
}
@media screen and (max-width: 1024px) {
  #section01 .clinical_wrap .clinical_desc .clinical_desc_middle .clinical_cases_number {
    font-size: 3.2rem;
  }
}
#section01 .clinical_wrap .clinical_desc .clinical_desc_middle .clinical_cases_unit {
  color: #B69863;
}
#section01 .clinical_wrap .clinical_desc .clinical_approach {
  font-size: 1.8rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #section01 .clinical_wrap .clinical_desc .clinical_approach {
    margin-bottom: 16px;
  }
}
#section01 .clinical_wrap .clinical_desc .clinical_services .clinical_services_title {
  margin-bottom: 16px;
}
#section01 .clinical_wrap .clinical_desc .clinical_services .clinical_services_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #section01 .clinical_wrap .clinical_desc .clinical_services .clinical_services_list {
    justify-content: center;
  }
}
#section01 .clinical_wrap .clinical_desc .clinical_services .clinical_services_list .clinical_service_item {
  background-color: #ffffff;
  color: #0B143F;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 300;
  width: calc(25% - 6px);
}
@media screen and (max-width: 768px) {
  #section01 .clinical_wrap .clinical_desc .clinical_services .clinical_services_list .clinical_service_item {
    width: calc(33.3333333333% - 6px);
  }
}
@media screen and (max-width: 540px) {
  #section01 .clinical_wrap .clinical_desc .clinical_services .clinical_services_list .clinical_service_item {
    width: calc(50% - 6px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#section01 .clinical_wrap .clinical_desc .clinical_services .clinical_services_list .clinical_service_item.clinical_service_item_en {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  #section01 .clinical_wrap .clinical_desc .clinical_services .clinical_services_list .clinical_service_item.clinical_service_item_en {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #section01 .clinical_wrap .clinical_desc .clinical_services .clinical_services_list .clinical_service_item.clinical_service_item_en {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  #section01 .clinical_wrap .clinical_desc .clinical_services .clinical_services_list .clinical_service_item.clinical_service_item_en {
    white-space: wrap;
    min-height: 50px;
  }
}

#section02 {
  padding-right: 24px;
}
@media screen and (max-width: 1024px) {
  #section02 {
    padding-left: 24px;
  }
}
#section02 .policy_wrap {
  max-width: 1630px;
  width: 100%;
  display: flex;
  gap: 48px;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #section02 .policy_wrap {
    flex-direction: column;
    gap: 24px;
  }
}
#section02 .policy_wrap img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  #section02 .policy_wrap img {
    max-width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  #section02 .policy_wrap img {
    max-width: 500px;
  }
}
#section02 .policy_wrap .policy_text h2 {
  font-size: 4.8rem;
  font-weight: 600;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #section02 .policy_wrap .policy_text h2 {
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
}
#section02 .policy_wrap .policy_text .policy_lead {
  font-size: 3.2rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  #section02 .policy_wrap .policy_text .policy_lead {
    font-size: 2.4rem;
  }
}
#section02 .policy_wrap .policy_text .policy_goal {
  font-size: 3.2rem;
  color: #B69863;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  #section02 .policy_wrap .policy_text .policy_goal {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
#section02 .policy_wrap .policy_text .policy_goal .policy_goal_highlight {
  font-family: "arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  color: #B69863;
}
@media screen and (max-width: 1024px) {
  #section02 .policy_wrap .policy_text .policy_goal .policy_goal_highlight {
    font-size: 3.2rem;
  }
}
#section02 .policy_wrap .policy_text .policy_body {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #section02 .policy_wrap .policy_text .policy_body {
    font-size: 1.8rem;
  }
}
#section02 .approach_wrap .approach_items {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #section02 .approach_wrap .approach_items {
    flex-direction: column;
    gap: 24px;
  }
}
#section02 .approach_wrap .approach_items .approach_item_list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
  #section02 .approach_wrap .approach_items .approach_item_list {
    flex-direction: column;
    gap: 24px;
  }
}
#section02 .approach_wrap .approach_items .approach_item_list .approach_item {
  max-width: calc(50% - 16px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
@media screen and (max-width: 540px) {
  #section02 .approach_wrap .approach_items .approach_item_list .approach_item {
    max-width: 100%;
  }
}
#section02 .approach_wrap .approach_items .approach_item_list .approach_item .approach_item_title {
  font-size: 2.4rem;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  #section02 .approach_wrap .approach_items .approach_item_list .approach_item .approach_item_title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #section02 .approach_wrap .approach_items .approach_item_list .approach_item .approach_item_title {
    font-size: 1.8rem;
  }
}
#section02 .approach_wrap .approach_items .approach_item_list .approach_item .approach_item_body {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  #section02 .approach_wrap .approach_items .approach_item_list .approach_item .approach_item_body {
    font-size: 1.6rem;
  }
}

#section03 .treatment_menu_wrap .medium_title {
  margin-bottom: 64px;
}
#section03 .treatment_menu_wrap .treatment_menu_content {
  display: flex;
  gap: 48px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #section03 .treatment_menu_wrap .treatment_menu_content {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
    align-items: center;
  }
}
#section03 .treatment_menu_wrap .treatment_menu_content .endoscopy_section {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  #section03 .treatment_menu_wrap .treatment_menu_content .endoscopy_section {
    gap: 24px;
  }
}
#section03 .treatment_menu_wrap .treatment_menu_content .endoscopy_body {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1500px) {
  #section03 .treatment_menu_wrap .treatment_menu_content .spine_img {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #section03 .treatment_menu_wrap .treatment_menu_content .spine_img {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  #section03 .treatment_menu_wrap .treatment_menu_content .spine_img {
    max-width: 600px;
  }
}
#section03 .treatment_menu_wrap .treatment_benefits {
  margin-bottom: 56px;
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_title {
  font-size: 3.2rem;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items {
    gap: 16px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items {
    flex-direction: column;
    align-items: center;
  }
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item {
  max-width: 33.3333333333%;
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item {
    max-width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item {
    max-width: 270px;
    min-height: 270px;
    justify-content: center;
  }
}
@media screen and (max-width: 540px) {
  #section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item {
    max-width: 70%;
    min-height: auto;
    aspect-ratio: 1/1;
  }
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 0;
  height: 0;
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item.treatment_benefit_item_time {
  background-color: #B69863;
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item.treatment_benefit_item_time::before {
  border-top: 64px solid #DFD3C6;
  border-right: 64px solid transparent;
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item.treatment_benefit_item_blood {
  background-color: #333F69;
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item.treatment_benefit_item_blood::before {
  border-top: 64px solid #0B143F;
  border-right: 64px solid transparent;
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item.treatment_benefit_item_runman {
  background-color: #B69863;
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item.treatment_benefit_item_runman::before {
  border-top: 64px solid #DFD3C6;
  border-right: 64px solid transparent;
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item img {
  max-width: 64px;
  margin-bottom: 24px;
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item .title {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}
#section03 .treatment_menu_wrap .treatment_benefits .treatment_benefits_items .treatment_benefit_item .caution {
  margin-top: 8px;
  font-size: 1.4rem;
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap {
  margin-bottom: 56px;
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches {
    flex-direction: column;
    align-items: center;
  }
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item {
  display: flex;
  flex-direction: column;
  max-width: calc(50% - 12px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item {
    max-width: 100%;
  }
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item .procedure_approach_title {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item .procedure_approach_title {
    font-size: 2.4rem;
  }
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item .procedure_approach_method {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item .procedure_approach_method {
    margin-bottom: 24px;
  }
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item .procedure_approach_img {
  margin-bottom: 24px;
  max-width: 654px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item .procedure_approach_img {
    margin-bottom: 16px;
    max-width: 100%;
  }
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item .procedure_approach_desc {
  margin-bottom: 16px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item .procedure_approach_desc {
    font-size: 1.8rem;
  }
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item .procedure_approach_time {
  display: flex;
  align-items: center;
  gap: 16px;
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap .procedure_approaches .procedure_approach_item .procedure_approach_time p {
  font-size: 1.8rem;
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap_single {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .procedures_section .procedures_wrap_single {
    flex-direction: column;
    align-items: flex-start;
  }
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap_single .procedures_single_title {
  font-size: 3.2rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .procedures_section .procedures_wrap_single .procedures_single_title {
    font-size: 2.4rem;
  }
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap_single .procedures_single_method {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .procedures_section .procedures_wrap_single .procedures_single_method {
    margin-bottom: 24px;
  }
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap_single .procedures_single_desc {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .procedures_section .procedures_wrap_single .procedures_single_desc {
    font-size: 1.8rem;
  }
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap_single .procedures_single_time {
  display: flex;
  align-items: center;
  gap: 16px;
}
#section03 .treatment_menu_wrap .procedures_section .procedures_wrap_single .procedures_single_time p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #section03 .treatment_menu_wrap .procedures_section .procedures_wrap_single .procedures_single_image_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

#section04 .syringe_content {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #section04 .syringe_content {
    margin-bottom: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #section04 .syringe_content {
    flex-direction: column;
    align-items: center;
  }
}
#section04 .syringe_content p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  #section04 .syringe_content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  #section04 .syringe_content img {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #section04 .syringe_content img {
    max-width: 400px;
  }
}
#section04 .syringe_types h3 {
  font-size: 3.2rem;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #section04 .syringe_types h3 {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
#section04 .syringe_types .syringe_type_items {
  display: flex;
}
@media screen and (max-width: 1200px) {
  #section04 .syringe_types .syringe_type_items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  #section04 .syringe_types .syringe_type_items {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  #section04 .syringe_types .syringe_type_items {
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 496px;
    gap: 16px;
    margin: 0 auto;
    width: 100%;
    gap: 16px;
  }
}
@media screen and (max-width: 540px) {
  #section04 .syringe_types .syringe_type_items {
    justify-content: center;
  }
}
#section04 .syringe_types .syringe_type_items .syringe_type_item {
  max-width: 14.2857142857%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 32px 16px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #section04 .syringe_types .syringe_type_items .syringe_type_item {
    max-width: 100%;
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  #section04 .syringe_types .syringe_type_items .syringe_type_item {
    max-width: 220px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #section04 .syringe_types .syringe_type_items .syringe_type_item {
    max-width: calc(25% - 12px);
    width: 100%;
    aspect-ratio: 1;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #section04 .syringe_types .syringe_type_items .syringe_type_item {
    max-width: 240px;
    width: 100%;
    min-height: 240px;
  }
}
@media screen and (max-width: 540px) {
  #section04 .syringe_types .syringe_type_items .syringe_type_item {
    max-width: 70%;
    min-height: auto;
    aspect-ratio: 1/1;
    gap: 24px;
  }
}
#section04 .syringe_types .syringe_type_items .syringe_type_item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 0;
  height: 0;
}
#section04 .syringe_types .syringe_type_items .syringe_type_item.syringe_type_item_even {
  background-color: #B69863;
}
#section04 .syringe_types .syringe_type_items .syringe_type_item.syringe_type_item_even::before {
  border-top: 40px solid #DFD3C6;
  border-right: 40px solid transparent;
}
@media screen and (max-width: 540px) {
  #section04 .syringe_types .syringe_type_items .syringe_type_item.syringe_type_item_even::before {
    border-top: 64px solid #DFD3C6;
    border-right: 64px solid transparent;
  }
}
#section04 .syringe_types .syringe_type_items .syringe_type_item.syringe_type_item_odd {
  background-color: #333F69;
}
#section04 .syringe_types .syringe_type_items .syringe_type_item.syringe_type_item_odd::before {
  border-top: 40px solid #0B143F;
  border-right: 40px solid transparent;
}
@media screen and (max-width: 540px) {
  #section04 .syringe_types .syringe_type_items .syringe_type_item.syringe_type_item_odd::before {
    border-top: 64px solid #DFD3C6;
    border-right: 64px solid transparent;
  }
}
@media screen and (max-width: 540px) {
  #section04 .syringe_types .syringe_type_items .syringe_type_item img {
    max-width: 64px;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #section05 {
    padding: 60px 24px;
  }
}
#section05 .medium_title {
  margin-bottom: 64px;
}
@media screen and (max-width: 1024px) {
  #section05 .medium_title {
    margin-bottom: 40px;
  }
}
#section05 .flow_desc {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #section05 .flow_desc {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #section05 .flow_desc {
    font-size: 1.8rem;
  }
}
#section05 .flow_images {
  text-align: center;
}
#section05 .flow_images .flow_image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
#section05 .flow_images .flow_image_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #section05 .flow_images .flow_image_pc {
    display: none;
  }
  #section05 .flow_images .flow_image_sp {
    display: block;
  }
}

#section06 {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #section06 {
    padding-bottom: 60px;
  }
}
#section06 .price-table-wrap {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  margin-bottom: 24px;
}
#section06 .price-table {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
  font-size: 1.6rem;
  color: #0B143F;
}
#section06 .price-table th {
  padding: 32px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  border: 2px solid #0B143F;
}
@media screen and (max-width: 768px) {
  #section06 .price-table th {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #section06 .price-table th {
    padding: 24px;
  }
}
#section06 .price-table td {
  border: 2px solid #0B143F;
  text-align: left;
  vertical-align: middle;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  #section06 .price-table td {
    padding: 16px;
  }
}
#section06 .price-table .price-head {
  background-color: #333F69;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
#section06 .price-table .price-head-accent {
  background-color: #B69863;
  color: #ffffff;
}
#section06 .price-table .head-item {
  width: 536px;
}
#section06 .price-table .head-price {
  width: 320px;
}
#section06 .price-table .head-content {
  width: 478px;
}
#section06 .price-table .price-row-alt {
  background-color: #f0f0f0;
}
#section06 .price-table .price-item {
  background-color: #EEEEEE;
  width: 260px;
}
#section06 .price-table .price-item.price-item-spacer {
  background-color: transparent;
}
#section06 .price-table .item_left {
  width: 267px;
}
#section06 .price-table .price-amount {
  font-weight: 700;
  color: #0B143F;
  background-color: #ffffff;
}
#section06 .price-table .price-amount span {
  font-size: 2.8rem;
}
#section06 .price-table .price-amount .unit {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #section06 .price-table .price-amount .unit {
    font-size: 1.8rem;
  }
}
#section06 .price-table .price-desc {
  font-weight: 400;
  background-color: #ffffff;
}
#section06 .price_notes p {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 8px;
}
#section06 .price_notes p:last-of-type {
  margin-bottom: 0;
}

#section07 {
  background-color: #ffffff;
  color: #0B143F;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #section07 {
    padding: 60px 0;
  }
}
#section07 .medium_title {
  margin-bottom: 72px;
}
@media screen and (max-width: 1024px) {
  #section07 .medium_title {
    margin-bottom: 40px;
  }
}
#section07 .doctor_lead {
  font-size: 3.2rem;
  margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #section07 .doctor_lead {
    font-size: 2.4rem;
  }
}
#section07 .philosophy_text {
  padding: 0 16px;
  margin: 0 auto;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #section07 .philosophy_text {
    margin-bottom: 32px;
  }
}
#section07 .philosophy_text p {
  font-size: 3.2rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #A4945E;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #section07 .philosophy_text p {
    font-size: 2.4rem;
    padding: 4px;
  }
}
@media screen and (max-width: 768px) {
  #section07 .philosophy_text p {
    display: block;
  }
}
#section07 .philosophy_text .philosophy_highlight {
  font-family: "arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5.6rem;
}
@media screen and (max-width: 1200px) {
  #section07 .philosophy_text .philosophy_highlight {
    font-size: 4rem;
  }
}
#section07 .doctor_content {
  display: flex;
  gap: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #section07 .doctor_content {
    gap: 24px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  #section07 .doctor_content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #section07 .doctor_content .doctor_profile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#section07 .doctor_content .doctor_profile img {
  max-width: 378px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  #section07 .doctor_content .doctor_profile img {
    max-width: 300px;
  }
}
#section07 .doctor_content .doctor_profile p {
  font-size: 1.6rem;
  text-align: center;
}
#section07 .doctor_content .doctor_details .doctor_message {
  font-size: 1.6rem;
  margin-bottom: 24px;
  padding-bottom: 40px;
  border-bottom: solid 1px #EEEEEE;
}
@media screen and (max-width: 768px) {
  #section07 .doctor_content .doctor_details .doctor_message {
    margin-bottom: 16px;
    padding-bottom: 32px;
  }
}
#section07 .doctor_content .doctor_details .list_title {
  font-size: 2.4rem;
  margin-bottom: 16px;
  position: relative;
  padding-left: 24px;
}
#section07 .doctor_content .doctor_details .list_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #B69863;
  border-radius: 50%;
  transform: translateY(-50%);
}
#section07 .doctor_content .doctor_details .list_items li {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 540px) {
  #section07 .doctor_content .doctor_details .list_items li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
#section07 .doctor_content .doctor_details .list_items li:last-of-type {
  margin-bottom: 0;
}
#section07 .doctor_content .doctor_details .list_items li span {
  font-size: 2.4rem;
  font-family: "arial", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
#section07 .doctor_content .doctor_details .list_items li.item_line {
  position: relative;
  padding-left: 24px;
}
#section07 .doctor_content .doctor_details .list_items li.item_line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background-color: #A5ADBE;
  transform: translateY(-50%);
}
#section07 .doctor_content .doctor_details .list_items li p {
  font-size: 1.4rem;
}
#section07 .doctor_content .doctor_details .doctor_career {
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: solid 1px #EEEEEE;
}
@media screen and (max-width: 768px) {
  #section07 .doctor_content .doctor_details .doctor_career {
    margin-bottom: 16px;
    padding-bottom: 32px;
  }
}
#section07 .doctor_content .doctor_details .doctor_qualifications {
  display: flex;
  gap: 24px;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: solid 1px #EEEEEE;
}
@media screen and (max-width: 1024px) {
  #section07 .doctor_content .doctor_details .doctor_qualifications {
    flex-direction: column;
  }
}
#section07 .doctor_content .doctor_details .doctor_qualifications .left {
  max-width: 445px;
  width: 100%;
}
#section07 .doctor_certificates {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #section07 .doctor_certificates {
    flex-wrap: wrap;
  }
}
#section07 .doctor_certificates .doctor_certificate_item {
  max-width: calc(33.3333333333% - 12px);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section07 .doctor_certificates .doctor_certificate_item {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#section07 .doctor_certificates .doctor_certificate_item p {
  margin-top: 16px;
  font-size: 1.4rem;
}

#section08 {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #section08 {
    padding: 60px 0;
  }
}
#section08 .access_wrap .medium_title {
  margin-bottom: 16px;
}
#section08 .access_wrap .access_address {
  text-align: center;
  margin-bottom: 40px;
}
#section08 .access_wrap .map_wrap {
  margin-bottom: 40px;
  width: 100%;
}
#section08 .access_wrap .map_wrap iframe {
  width: 100%;
  height: 440px;
}
#section08 .access_wrap .access_details_wrap {
  display: flex;
  gap: 24px;
  margin-bottom: 120px;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  #section08 .access_wrap .access_details_wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }
}
#section08 .access_wrap .access_details_wrap .access_details {
  background-color: #ffffff;
  padding: 40px;
  color: #0B143F;
  flex: 1;
}
@media screen and (max-width: 1500px) {
  #section08 .access_wrap .access_details_wrap .access_details {
    padding: 24px;
  }
}
@media screen and (max-width: 1200px) {
  #section08 .access_wrap .access_details_wrap .access_details {
    width: 100%;
  }
}
#section08 .access_wrap .access_details_wrap .access_details .access_detail_item {
  margin-bottom: 16px;
}
#section08 .access_wrap .access_details_wrap .access_details .access_detail_item:last-of-type {
  margin-bottom: 0;
}
#section08 .access_wrap .access_details_wrap .access_details .access_detail_item .access_detail_title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 600;
  color: #B69863;
}
@media screen and (max-width: 768px) {
  #section08 .access_wrap .access_details_wrap .access_details .access_detail_item .access_detail_title {
    font-size: 1.8rem;
  }
}
#section08 .access_wrap .access_details_wrap .access_details .access_detail_item .access_detail_train {
  display: flex;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
#section08 .access_wrap .access_details_wrap .access_details .access_detail_item .access_detail_train .train_icons {
  display: flex;
  align-items: center;
  gap: 4px;
}
#section08 .access_wrap .access_details_wrap .access_details .access_detail_item .metro-route {
  color: #B69863;
}
#section08 .access_wrap .access_details_wrap .access_video {
  flex: 1;
  display: flex;
  align-items: stretch;
}
#section08 .access_wrap .access_details_wrap .access_video iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: none;
}
@media screen and (max-width: 1200px) {
  #section08 .access_wrap .access_details_wrap .access_video {
    width: 100%;
  }
  #section08 .access_wrap .access_details_wrap .access_video iframe {
    height: 320px;
  }
}
#section08 .access_map_legend {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  #section08 .access_map_legend {
    flex-wrap: wrap;
    gap: 24px;
  }
}
#section08 .access_map_legend .map_illust {
  max-width: 1072px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  #section08 .access_map_legend .map_illust {
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  #section08 .access_map_legend .map_illust {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #section08 .access_map_legend .access_map_legend_items {
    max-width: 160px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #section08 .access_map_legend .access_map_legend_items {
    max-width: 100%;
  }
}
#section08 .access_map_legend .access_map_legend_items .legend_title {
  font-size: 4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  #section08 .access_map_legend .access_map_legend_items .legend_title {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
}
#section08 .access_map_legend .access_map_legend_items .access_map_legend_item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  #section08 .access_map_legend .access_map_legend_items .access_map_legend_item {
    margin-bottom: 0;
  }
}
#section08 .access_map_legend .access_map_legend_items .access_map_legend_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #section08 .access_map_legend .access_map_legend_items .map_ping {
    display: flex;
    gap: 8px 24px;
    flex-wrap: wrap;
    align-items: baseline;
  }
}

#section09 {
  background-image: url("../images/footer_back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 177px 0;
}
#section09 .hours_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section09 .hours_wrap .hours_title {
  font-size: 3.2rem;
  color: #ffffff;
  background-color: #0B143F;
  padding: 16px 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section09 .hours_wrap .hours_title {
    font-size: 2.4rem;
  }
}
#section09 .hours_wrap .hours_subtitle {
  font-size: 1.8rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}

footer {
  padding: 64px 80px;
  background-color: #11244F;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 64px 24px;
  }
}
footer .footer_logo {
  margin: 0 auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  footer .footer_logo {
    margin-bottom: 40px;
  }
}
footer .footer_cta .footer_social_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
footer .footer_cta .footer_cta_text {
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  footer .footer_cta .footer_cta_text {
    margin-bottom: 40px;
  }
}
footer .footer_nav {
  padding-bottom: 48px;
  border-bottom: 1px solid #333F69;
  margin-bottom: 24px;
}
footer .footer_nav .footer_nav_list {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .footer_nav .footer_nav_list {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer_nav .footer_nav_list .footer_nav_item a {
  font-size: 2rem;
}
footer .footer_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  footer .footer_info {
    flex-wrap: wrap;
  }
}
footer .footer_info .footer_payment {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  color: #ffffff;
}
footer .footer_info .footer_payment .payment_title {
  font-weight: 500;
  display: inline-block;
  margin-right: 16px;
}
footer .footer_info .footer_copyright {
  font-family: "arial", sans-serif;
  font-size: 1.4rem;
  color: #A5ADBE;
}