@charset "UTF-8";
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  border: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 767.999px) {
  html {
    font-size: 2.6041666667vw;
  }
}

body.top {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  word-break: break-all;
  min-height: 100dvh;
  overflow: visible;
}
@media screen and (max-width: 767.999px) {
  body.top {
    font-weight: 400;
  }
}

body.top main {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", "Roboto", "Inter", sans-serif;
  color: #333333;
}

body#header {
  height: auto;
  overflow-y: visible;
}

header,
header * {
  font-family: "Noto Sans JP", "Roboto", "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.footer_re,
.footer_re * {
  font-family: "Noto Sans JP", "Roboto", "Inter", sans-serif !important;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

a {
  transition: 0.3s;
  color: #333333;
}
a:hover {
  color: #333333;
  cursor: pointer;
}

ul li {
  list-style: none;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  max-width: 100% !important;
  width: 100% !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt1r {
  margin-top: 1rem !important;
}

.mt2r {
  margin-top: 2rem !important;
}

.mt3r {
  margin-top: 3rem !important;
}

.mt4r {
  margin-top: 4rem !important;
}

.mt5r {
  margin-top: 5rem !important;
}

.mt6r {
  margin-top: 6rem !important;
}

.mt7r {
  margin-top: 7rem !important;
}

.mt8r {
  margin-top: 8rem !important;
}

.mt9r {
  margin-top: 9rem !important;
}

.mt10r {
  margin-top: 10rem !important;
}

.mb1r {
  margin-bottom: 1rem !important;
}

.mb2r {
  margin-bottom: 2rem !important;
}

.mb3r {
  margin-bottom: 3rem !important;
}

.mb4r {
  margin-bottom: 4rem !important;
}

.mb5r {
  margin-bottom: 5rem !important;
}

.mb6r {
  margin-bottom: 6rem !important;
}

.mb7r {
  margin-bottom: 7rem !important;
}

.mb8r {
  margin-bottom: 8rem !important;
}

.mb9r {
  margin-bottom: 9rem !important;
}

.mb10r {
  margin-bottom: 10rem !important;
}

.ml1r {
  margin-left: 1rem !important;
}

.ml2r {
  margin-left: 2rem !important;
}

.ml3r {
  margin-left: 3rem !important;
}

.ml4r {
  margin-left: 4rem !important;
}

.ml5r {
  margin-left: 5rem !important;
}

.ml6r {
  margin-left: 6rem !important;
}

.ml7r {
  margin-left: 7rem !important;
}

.ml8r {
  margin-left: 8rem !important;
}

.ml9r {
  margin-left: 9rem !important;
}

.ml10r {
  margin-left: 10rem !important;
}

.mr1r {
  margin-right: 1rem !important;
}

.mr2r {
  margin-right: 2rem !important;
}

.mr3r {
  margin-right: 3rem !important;
}

.mr4r {
  margin-right: 4rem !important;
}

.mr5r {
  margin-right: 5rem !important;
}

.mr6r {
  margin-right: 6rem !important;
}

.mr7r {
  margin-right: 7rem !important;
}

.mr8r {
  margin-right: 8rem !important;
}

.mr9r {
  margin-right: 9rem !important;
}

.mr10r {
  margin-right: 10rem !important;
}

.pl1em {
  padding-left: 1em;
}

.pl2em {
  padding-left: 2em;
}

.pl3em {
  padding-left: 3em;
}

.ind1 {
  text-indent: -1em !important;
  margin-left: 1em !important;
}

.ind2 {
  text-indent: -2em !important;
  margin-left: 2em !important;
}

.ind3 {
  text-indent: -3em !important;
  margin-left: 3em !important;
}

.ind4 {
  text-indent: -4em !important;
  margin-left: 4em !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mauto {
  margin: auto;
}

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

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

.fade-target {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

header {
  position: fixed;
  top: 1.2rem;
  width: 100%;
  max-width: 140rem;
  z-index: 100;
  background-color: #FFFFFF;
  padding: 2.2rem 4rem 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100vh;
}
@media screen and (max-width: 767.999px) {
  header {
    width: 98%;
    padding: 0.8rem 1.6rem 0.8rem 2.7rem;
    top: 1.5rem;
  }
}
header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-container .header-logo {
  max-width: 36rem;
}
@media screen and (max-width: 767.999px) {
  header .header-container .header-logo {
    max-width: 25.2rem;
  }
}
header .header-container .header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
header .header-wrapper {
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
@media screen and (max-width: 767.999px) {
  header .header-wrapper {
    gap: 0;
  }
}
header .header-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 3.2rem;
  border-radius: 100vmax;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out, opacity 0.2s ease-out;
  will-change: transform;
  transform: translate(0, 0);
}
header .header-btn:hover {
  transform: translate(0.2rem, 0.2rem);
  opacity: 0.8;
}
@media screen and (max-width: 767.999px) {
  header .header-btn {
    font-size: 1.1rem;
    padding: 0.6rem 1rem;
  }
}
header #nav-btn {
  display: none;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  header #nav-btn {
    display: block;
    width: 5rem;
    height: 4.6rem;
    background: linear-gradient(135deg, #16BFB2 0%, #15D438 100%);
    border-radius: 0.4rem;
    overflow: hidden;
  }
}
header .btn-open {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
header .btn-open span {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.8rem;
  height: 0.2rem;
  background-color: #FFFFFF;
  border-radius: 100vmax;
  transition: transform 0.3s, top 0.3s, opacity 0.3s;
}
header .btn-open span:nth-of-type(1) {
  top: 1.6rem;
}
header .btn-open span:nth-of-type(2) {
  top: 2.3rem;
}
header .btn-open span:nth-of-type(3) {
  top: 3rem;
}
header #header-nav {
  visibility: visible;
  opacity: 1;
  position: static;
  width: auto;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 767.999px) {
  header #header-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    margin-top: 5rem;
    padding: 4rem 1.4rem;
    overflow-y: auto;
    z-index: 100;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
header #header-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav .nav-list {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    max-width: 100rem;
    margin-inline: auto;
  }
}
header #header-nav .nav-list li {
  background-color: transparent;
  width: auto;
}
@media screen and (max-width: 767.999px) {
  header #header-nav .nav-list li {
    width: 100%;
    max-width: 31rem;
    border-bottom: 0.1rem solid #FFFFFF;
  }
  header #header-nav .nav-list li:last-of-type {
    border-bottom: none;
    width: 70%;
    padding-top: 3rem;
    margin-inline: auto;
    display: block;
  }
}
header #header-nav .nav-list li a {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
header #header-nav .nav-list li a:hover {
  opacity: 0.8;
  transform: translateY(-0.4rem);
}
@media screen and (max-width: 767.999px) {
  header #header-nav .nav-list li a {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 2rem;
    text-align: center;
    height: 100%;
    font-size: 1.6rem;
    min-height: 5rem;
  }
  header #header-nav .nav-list li a:hover {
    transform: translateY(-0.4rem);
  }
}
header #header-nav .nav-list li.btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 16rem;
  padding: 1.2rem 3rem 1.2rem 4.5rem;
  border-radius: 100vmax;
  background: linear-gradient(90deg, #16BFB2 0%, #15D438 100%);
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transition: opacity 0.3s, background-image 0.3s, box-shadow 0.3s;
}
header #header-nav .nav-list li.btn a:hover {
  opacity: 0.9;
  transform: translateY(0);
}
header #header-nav .nav-list li.btn a:hover::before {
  left: 4rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav .nav-list li.btn a {
    font-size: 1.5rem;
    padding: 1rem 2.5rem 1rem 3.5rem;
    width: 100%;
    border: 0.1rem solid #FFFFFF;
  }
}
header #header-nav .nav-list li.btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.5rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: left 0.25s ease-out;
}
@media screen and (max-width: 767.999px) {
  header #header-nav .nav-list li.btn a::before {
    left: 1.8rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
header.active .btn-open span {
  top: 50% !important;
  left: 50% !important;
  margin-top: -0.1rem;
}
header.active .btn-open span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}
header.active .btn-open span:nth-of-type(2) {
  opacity: 0 !important;
}
header.active .btn-open span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
@media screen and (max-width: 767.999px) {
  header.active #header-nav {
    visibility: visible !important;
    opacity: 1 !important;
    top: 7rem;
    margin-top: 0;
    background-color: rgba(22, 191, 178, 0.95);
    padding: 2rem 2rem 3rem;
    height: fit-content;
  }
}

.side {
  position: fixed;
  top: 48%;
  right: 0.5rem;
  transform: translateY(-50%);
  z-index: 100;
  width: 15rem;
}
@media screen and (max-width: 767.999px) {
  .side {
    top: auto;
    bottom: 0.2rem;
    width: 100%;
    padding-inline: 0.6rem;
    right: 50%;
    transform: translateX(50%);
  }
}
.side .side_list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (max-width: 767.999px) {
  .side .side_list {
    flex-direction: row;
    gap: 0.3rem;
  }
}
.side .side_item {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.side .side_item:hover {
  transform: translateX(-0.8rem);
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.15);
}
.side .side_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.999px) {
  .side .side_item a {
    font-size: 1.2rem;
    padding: 0.6rem;
  }
}
.side .side_item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.side .side_item.tel {
  background-color: #68C15B;
}
.side .side_item.tel a::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/common/f-tel.png);
  background-size: contain;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
.side .side_item.tel::after {
  display: none;
}
.side .side_item.reserve {
  background-color: #69C2D0;
}
.side .side_item.reserve::after {
  background-image: url("../images/common/f-reserve.png");
}
.side .side_item.time {
  background-color: #B190DD;
}
.side .side_item.time::after {
  background-image: url("../images/common/f-time.png");
}
.side .side_item.access {
  background-color: #f48fb1;
}
.side .side_item.access::after {
  background-image: url("../images/common/f-access.png");
}

#top_footer {
  padding-block: 10rem 5.8rem;
  background: #16BFB2;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media screen and (max-width: 767.999px) {
  #top_footer {
    padding-block: 4rem 4rem;
  }
}
#top_footer .footer_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top_footer .footer_list {
  width: 100%;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.5);
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.999px) {
  #top_footer .footer_list {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 4rem 0 4rem;
  }
}
#top_footer .footer_item {
  width: 20%;
  display: flex;
  flex-direction: column;
}
#top_footer .footer_item:first-child {
  width: 10%;
  padding-left: 0;
}
#top_footer .footer_item:first-child .footer_item-heading {
  padding-left: 0;
}
@media screen and (max-width: 767.999px) {
  #top_footer .footer_item:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 767.999px) {
  #top_footer .footer_item {
    width: 100%;
    gap: 1rem;
  }
}
#top_footer .footer_item-heading {
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 3rem;
  min-height: 6.2rem;
  width: 100%;
  text-decoration: none;
}
#top_footer .footer_item-heading:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767.999px) {
  #top_footer .footer_item-heading {
    min-height: 4rem;
  }
}
#top_footer .footer_item-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767.999px) {
  #top_footer .footer_item-heading {
    font-size: 1.6rem;
  }
}
#top_footer .footer_item:nth-child(2) .footer_item-heading::before {
  background-image: url(../images/common/footer_01.png);
}
#top_footer .footer_item:nth-child(3) .footer_item-heading::before {
  background-image: url(../images/common/footer_02.png);
}
#top_footer .footer_item:nth-child(4) .footer_item-heading::before {
  background-image: url(../images/common/footer_03.png);
}
#top_footer .footer_item:nth-child(5) .footer_item-heading::before {
  background-image: url(../images/common/footer_04.png);
}
#top_footer .footer_list-under {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767.999px) {
  #top_footer .footer_list-under {
    gap: 1rem;
  }
}
#top_footer .footer_item-under a {
  font-size: 1.4rem;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.2s;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
  padding-block: 0.8rem;
  display: block;
  width: 100%;
}
#top_footer .footer_item-under a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767.999px) {
  #top_footer .footer_item-under a {
    font-size: 1.3rem;
    padding-top: 0.6rem;
  }
}
#top_footer .footer_sns {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0 auto;
  display: flex;
  gap: 1.6rem;
  border: none;
}
@media screen and (max-width: 767.999px) {
  #top_footer .footer_sns {
    margin: 4rem auto 0;
  }
}
#top_footer .footer_sns .footer_sns-item a {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: transform 0.2s;
  padding: 1.2rem;
}
#top_footer .footer_sns .footer_sns-item a:hover {
  transform: scale(1.1);
}
#top_footer .footer_sns .footer_sns-item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#top_footer small {
  display: block;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Roboto", sans-serif;
  margin: 1.5rem 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  #top_footer small {
    font-size: 1rem;
    margin: 2.5rem auto 0 auto;
  }
}

.c-section {
  padding-inline: 2%;
}

.c-inner {
  max-width: 110rem;
  width: 100%;
  margin-inline: auto;
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 31rem;
  min-height: 3rem;
  padding: 2rem 5.8rem 2rem 2.5rem;
  background-color: #16BFB2;
  border-radius: 100vmax;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.999px) {
  .c-btn {
    padding-block: 1.6rem;
  }
}
.c-btn:hover {
  opacity: 0.9;
  text-decoration: none;
}
.c-btn:hover .c-btn_arrow {
  transform: translateY(-50%) translateX(0.5rem);
}
.c-btn .c-btn_text {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767.999px) {
  .c-btn .c-btn_text {
    font-size: 1.4rem;
  }
}
.c-btn .c-btn_arrow {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: transform 0.25s ease-out;
}
.c-btn .c-btn_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 0.15rem;
  background-color: #16BFB2;
}
.c-btn .c-btn_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #16BFB2;
  border-right: 0.2rem solid #16BFB2;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.999px) {
  .c-btn .c-btn_arrow {
    width: 3.4rem;
    height: 3.4rem;
    right: 1.5rem;
  }
  .c-btn .c-btn_arrow::before {
    left: 1rem;
    width: 1.4rem;
    height: 0.2rem;
  }
  .c-btn .c-btn_arrow::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.c-news_content {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  padding: 2.4rem 4rem 2.4rem 5.6rem;
  display: flex;
  gap: 9rem;
}
@media screen and (max-width: 767.999px) {
  .c-news_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2.5rem 2rem;
  }
}
.c-news_content .c-news_heading {
  font-weight: bold;
  color: #F41114;
  margin: 0;
  white-space: nowrap;
}
.c-news_content .c-news_wrapper {
  flex-grow: 1;
  width: 100%;
  max-width: 77rem;
}
.c-news_content .c-news_list {
  width: 100%;
}
.c-news_content .c-news_item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 3rem;
  padding-block: 1.6rem;
  border-bottom: 0.1rem solid #DFDFDF;
}
.c-news_content .c-news_item:first-of-type {
  padding-top: 0;
}
.c-news_content .c-news_item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.c-news_content .c-news_item dl {
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 4rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  .c-news_content .c-news_item dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    padding-right: 3rem;
  }
}
.c-news_content .c-news_item dt {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-right: 3rem;
  white-space: nowrap;
}
@media screen and (max-width: 767.999px) {
  .c-news_content .c-news_item dt {
    margin-right: 0;
  }
}
.c-news_content .c-news_item dd a {
  text-decoration: underline;
}
.c-news_content .c-news_item dd a:hover {
  opacity: 0.75;
  transition: opacity 0.2s;
}
.c-news_content .c-news_item dd .strong {
  color: #F41114;
  font-size: 130%;
  font-weight: bold;
}
.c-news_content .c-news_item .date {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.999px) {
  .c-news_content .c-news_item .date {
    font-size: 1.2rem;
  }
}
.c-news_content .c-news_item .category {
  font-size: 1.4rem;
  color: #FFFFFF;
  background-color: #F41114;
  padding: 0.4rem 1.8rem;
  border-radius: 100vmax;
}
@media screen and (max-width: 767.999px) {
  .c-news_content .c-news_item .category {
    font-size: 1.2rem;
  }
}
.c-news_content .c-news_item .category.red {
  background-color: #F41114;
}
.c-news_content .c-news_item .category.green {
  background-color: #16BFB2;
}
.c-news_content .c-news_item .category.gray {
  background-color: #898989;
}
.c-news_content .c-news_item .title {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767.999px) {
  .c-news_content .c-news_item .title {
    font-size: 1.4rem;
  }
}
.c-news_content .c-news_item dl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url("../images/common/ico_blank.png") no-repeat center/contain;
}

.c-title {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.c-title .c-title_en {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #16BFB2;
}
@media screen and (max-width: 767.999px) {
  .c-title .c-title_en {
    font-size: 1.4rem;
  }
}
.c-title .c-title_main {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767.999px) {
  .c-title .c-title_main {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

.c-title_text {
  margin-top: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  .c-title_text {
    font-size: 1.4rem;
    margin-top: 2.4rem;
  }
}

.c-menu_list {
  display: flex;
  gap: 4rem;
  justify-content: center;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (max-width: 767.999px) {
  .c-menu_list {
    flex-direction: column;
    gap: 2rem;
    padding-inline: 1.5rem;
    margin-top: 4rem;
  }
}
.c-menu_list .c-menu_item {
  width: calc((100% - 4rem) / 2);
  max-width: 53rem;
  background-color: #FFFFFF;
  border-radius: 1.2rem;
  border: 0.1rem solid #DFDFDF;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-menu_list .c-menu_item:hover {
  transform: translateY(0.3rem);
}
.c-menu_list .c-menu_item:hover .c-menu_item-arrow::before {
  transform: translateY(-50%) translateX(0.4rem);
}
.c-menu_list .c-menu_item:hover .c-menu_item-arrow::after {
  transform: translateY(-90%) rotate(45deg) translateX(0.4rem);
}
@media screen and (max-width: 767.999px) {
  .c-menu_list .c-menu_item {
    width: 100%;
    max-width: 100%;
  }
}
.c-menu_list .c-menu_item-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.c-menu_list .c-menu_item-img {
  width: 17rem;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
}
@media screen and (max-width: 767.999px) {
  .c-menu_list .c-menu_item-img {
    width: 13rem;
  }
}
.c-menu_list .c-menu_item-wrapper {
  flex-grow: 1;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.999px) {
  .c-menu_list .c-menu_item-wrapper {
    padding: 1rem;
  }
}
.c-menu_list .c-menu_item-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
}
@media screen and (max-width: 767.999px) {
  .c-menu_list .c-menu_item-title {
    gap: 0;
  }
}
.c-menu_list .c-menu_item-title .sub {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #16BFB2;
}
@media screen and (max-width: 767.999px) {
  .c-menu_list .c-menu_item-title .sub {
    font-size: 1rem;
  }
}
.c-menu_list .c-menu_item-title .main {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767.999px) {
  .c-menu_list .c-menu_item-title .main {
    font-size: 1.4rem;
  }
}
.c-menu_list .c-menu_item-arrow {
  position: relative;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background-color: #16BFB2;
  border-radius: 50%;
}
@media screen and (max-width: 767.999px) {
  .c-menu_list .c-menu_item-arrow {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.c-menu_list .c-menu_item-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 0.1rem;
  background-color: #FFFFFF;
  transition: transform 0.25s ease-out;
}
@media screen and (max-width: 767.999px) {
  .c-menu_list .c-menu_item-arrow::before {
    width: 1.2rem;
  }
}
.c-menu_list .c-menu_item-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.1rem solid #FFFFFF;
  border-right: 0.1rem solid #FFFFFF;
  transition: transform 0.25s ease-out;
}
@media screen and (max-width: 767.999px) {
  .c-menu_list .c-menu_item-arrow::after {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.c-link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  .c-link_list {
    flex-direction: column;
    padding-inline: 1.5rem;
    gap: 1rem;
  }
}
.c-link_list .c-link_item {
  width: calc((100% - 5rem) / 3);
  background-color: #FFFFFF;
  border-radius: 1.2rem;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 767.999px) {
  .c-link_list .c-link_item {
    width: 100%;
  }
}
.c-link_list .c-link_item:hover {
  transform: translateY(0.2rem);
}
.c-link_list .c-link_item:hover .arrow::before {
  transform: translateY(-50%) translateX(0.4rem);
}
.c-link_list .c-link_item:hover .arrow::after {
  transform: translateY(-90%) rotate(45deg) translateX(0.4rem);
}
.c-link_list .c-link_item::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 3.5rem;
  height: 3.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  .c-link_list .c-link_item::before {
    width: 5rem;
    height: 5rem;
  }
}
.c-link_list.col-4 .c-link_item {
  width: calc((100% - 7.5rem) / 4);
}
@media screen and (max-width: 767.999px) {
  .c-link_list.col-4 .c-link_item {
    width: 100%;
  }
}
.c-link_list.col-4 .c-link_item::before {
  top: 1.6rem;
  left: 1.6rem;
  width: 2.6rem;
  height: 2.6rem;
}
@media screen and (max-width: 767.999px) {
  .c-link_list.col-4 .c-link_item::before {
    width: 5rem;
    height: 5rem;
  }
}
.c-link_list .c-link_item-link {
  display: block;
  width: 100%;
  padding: 1.6rem;
  position: relative;
}
.c-link_list .c-link_item-link:hover {
  text-decoration: none;
}
.c-link_list .c-link_item-img {
  display: block;
  width: 19rem;
  height: 100%;
  margin-left: auto;
  object-fit: cover;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767.999px) {
  .c-link_list .c-link_item-img {
    width: 22rem;
  }
}
.c-link_list .c-link_item-wrapper {
  margin-top: 0.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.c-link_list .c-link_item-wrapper .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 767.999px) {
  .c-link_list .c-link_item-wrapper .title {
    font-size: 1.6rem;
  }
}
.c-link_list .c-link_item-wrapper .arrow {
  position: relative;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background-color: #16BFB2;
  border-radius: 50%;
  bottom: -0.05rem;
  right: -0.05rem;
}
@media screen and (max-width: 767.999px) {
  .c-link_list .c-link_item-wrapper .arrow {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.c-link_list .c-link_item-wrapper .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 0.1rem;
  background-color: #FFFFFF;
  transition: transform 0.25s ease-out;
}
@media screen and (max-width: 767.999px) {
  .c-link_list .c-link_item-wrapper .arrow::before {
    right: 1.1rem;
    width: 1.1rem;
  }
}
.c-link_list .c-link_item-wrapper .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #FFFFFF;
  border-right: 0.1rem solid #FFFFFF;
  transition: transform 0.25s ease-out;
}
@media screen and (max-width: 767.999px) {
  .c-link_list .c-link_item-wrapper .arrow::after {
    right: 1.1rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}

.c-blur-circle {
  width: 84rem;
  height: 84rem;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -20%;
  background: linear-gradient(180deg, #16BFB2 0%, #C8E2C1 100%);
  filter: blur(8rem);
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  .c-blur-circle {
    width: 35rem;
    height: 35rem;
    top: 5%;
    right: -10%;
    filter: blur(5rem);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-target {
  opacity: 0;
  transform: translateY(2rem);
}
.fade-target.is-visible {
  animation: fadeInUp 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.main_content {
  margin-top: 12rem;
}
@media screen and (max-width: 767.999px) {
  .main_content {
    margin-top: 9rem;
  }
}

.top_wrapper {
  overflow-x: hidden;
  width: 100%;
  min-height: 100dvh;
}

#mv {
  position: relative;
  display: block !important;
}
#mv .mv_deco {
  width: 23rem;
  height: 23rem;
  border-radius: 50%;
  position: absolute;
  top: -8%;
  left: -6%;
  background: linear-gradient(180deg, #16BFB2 0%, #16BFB2 100%);
  filter: blur(3rem);
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_deco {
    left: -16%;
    top: -10%;
  }
}
#mv .mv_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#mv .mv_wrapper .bx-wrapper {
  margin-bottom: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
#mv .mv_wrapper .slider img {
  width: 100%;
  height: 83rem;
  object-fit: cover;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_wrapper .slider img {
    height: 85vh;
    object-position: center;
  }
}
#mv .mv_wrapper .mv_heading-wrapper {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 80%;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_wrapper .mv_heading-wrapper {
    left: 5%;
    top: auto;
    bottom: 5%;
    max-width: 90%;
  }
}
#mv .mv_wrapper .mv_heading-main {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_wrapper .mv_heading-main {
    font-size: 3.2rem;
    font-weight: 900;
  }
}
#mv .mv_wrapper .mv_heading-main span {
  background-color: #FFFFFF;
  padding-inline: 0.6rem;
  border-radius: 0.4rem;
}
#mv .mv_wrapper .mv_heading-main span.point {
  color: #16BFB2;
}
#mv .mv_wrapper .mv_heading-sub {
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_wrapper .mv_heading-sub {
    font-size: 1.8rem;
  }
}
#mv .mv_wrapper .mv_heading-sub span {
  background-color: #FFFFFF;
  padding-inline: 1rem;
}
#mv .mv_wrapper .mv_sub-text {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  position: absolute;
  bottom: 20rem;
  right: 19rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_wrapper .mv_sub-text {
    display: none;
  }
}
#mv .mv_bottom {
  position: relative;
  z-index: 20;
  margin-top: -8.8rem;
}
#mv .mv_bottom::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #16BFB2;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_bottom {
    margin-top: -3rem;
  }
}
#mv .mv_bottom .mv_bottom-wrapper {
  background-color: #F7F4EA;
  border-radius: 6rem;
  max-width: 144rem;
  margin-inline: auto;
  padding: 6rem 4rem 7rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_bottom .mv_bottom-wrapper {
    padding: 4rem 2rem 3rem;
    border-radius: 2.5rem;
  }
}
#mv .mv_bottom .mv_card-list {
  width: 66%;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0 0 4rem 0;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.999px) {
  #mv .mv_bottom .mv_card-list {
    width: 95%;
    gap: 0.6rem;
  }
}
#mv .mv_bottom .mv_card-item {
  width: 100%;
  max-width: 30rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  position: relative;
  transition: transform 0.3s ease;
}
#mv .mv_bottom .mv_card-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 4rem 2rem 5rem;
  height: 100%;
  gap: 2rem;
}
#mv .mv_bottom .mv_card-link:hover .mv_card-btn span {
  transform: translateX(0.3rem);
}
@media screen and (max-width: 767.999px) {
  #mv .mv_bottom .mv_card-link {
    padding: 1rem 1rem 4rem;
    gap: 1rem;
  }
}
#mv .mv_bottom .mv_card-icon {
  width: 12rem;
  height: 12rem;
  background-color: #F7F4EA;
  border-radius: 50%;
  padding: 2.5rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_bottom .mv_card-icon {
    width: 8rem;
    height: 8rem;
    padding: 2rem;
  }
}
#mv .mv_bottom .mv_card-icon img {
  object-fit: contain;
}
#mv .mv_bottom .mv_card-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_bottom .mv_card-title {
    font-size: 1.2rem;
    min-height: 4rem;
    display: flex;
    align-items: center;
  }
}
#mv .mv_bottom .mv_card-btn {
  position: absolute;
  bottom: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 6.7rem;
  height: 6.7rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 0.6rem solid #F7F4EA;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_bottom .mv_card-btn {
    bottom: -3.2rem;
  }
}
#mv .mv_bottom .mv_card-btn span {
  display: block;
  width: 2rem;
  height: 1.2rem;
  position: relative;
  transition: transform 0.25s ease-out;
}
#mv .mv_bottom .mv_card-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 0.15rem;
  background-color: #333333;
}
#mv .mv_bottom .mv_card-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #333333;
  border-right: 0.2rem solid #333333;
}
#mv .mv_bottom .mv_bottom-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 21rem;
}
@media screen and (max-width: 767.999px) {
  #mv .mv_bottom .mv_bottom-text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 14rem;
  }
}
#mv .mv_bottom .mv_bottom-text span {
  color: #16BFB2;
}

#info {
  background: linear-gradient(180deg, #16BFB2 0%, #ffffff 100%);
  padding: 10rem 2rem 12rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  #info {
    padding: 6rem 1.5rem 10rem;
  }
}
#info .info_wrapper {
  max-width: 110rem;
  margin-inline: auto;
  min-height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#info .info_bg {
  position: absolute;
  top: -2rem;
  left: 3rem;
  font-family: "Roboto", sans-serif;
  font-size: 20rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  opacity: 0.3;
  user-select: none;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  #info .info_bg {
    font-size: 5.5rem;
    top: 25%;
  }
}

#about {
  overflow-x: hidden;
  position: relative;
}
#about::before {
  content: "";
  display: block;
  width: 82.4rem;
  height: 31.7rem;
  background-image: url(../images/top/about_vector01.svg);
  background-size: contain;
  position: absolute;
  top: 5rem;
  left: 0;
}
@media screen and (max-width: 767.999px) {
  #about::before {
    width: 100%;
    height: 20rem;
    top: 0;
  }
}
#about::after {
  content: "";
  display: block;
  width: 52.7rem;
  height: 10rem;
  background-image: url(../images/top/about_vector02.svg);
  background-size: contain;
  background-position: right;
  position: absolute;
  bottom: 26%;
  right: 0;
}
@media screen and (max-width: 767.999px) {
  #about::after {
    width: 100%;
    bottom: 30%;
    z-index: -1;
  }
}
#about .c-blur-circle {
  width: 72rem;
  height: 72rem;
  top: auto;
  right: auto;
  bottom: 20%;
  left: -20%;
}
@media screen and (max-width: 767.999px) {
  #about .c-blur-circle {
    display: none;
  }
}
#about .about_inner {
  padding-bottom: 13rem;
}
@media screen and (max-width: 767.999px) {
  #about .about_inner {
    padding-bottom: 10rem;
  }
}
#about .about_list {
  display: flex;
  flex-direction: column;
  margin-top: 7.7rem;
}
@media screen and (max-width: 767.999px) {
  #about .about_list {
    margin-top: 4.2rem;
    gap: 7.2rem;
  }
}
#about .about_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9rem;
  position: relative;
  width: 100%;
  max-width: 82.3rem;
}
#about .about_item:nth-child(2n) {
  flex-direction: row-reverse;
  margin: -1rem 0 0 auto;
}
@media screen and (max-width: 767.999px) {
  #about .about_item:nth-child(2n) {
    margin: auto;
    flex-direction: column;
  }
}
#about .about_item:nth-child(2n) .about_item-content {
  margin-top: 8rem;
}
@media screen and (max-width: 767.999px) {
  #about .about_item:nth-child(2n) .about_item-content {
    margin-top: 0;
  }
}
#about .about_item:nth-child(2n) .about_item-number {
  left: auto;
  right: 3rem;
}
@media screen and (max-width: 767.999px) {
  #about .about_item:nth-child(2n) .about_item-number {
    right: 1.5rem;
  }
}
#about .about_item:nth-child(3n) {
  margin: 8.4rem auto 0 7.2rem;
}
@media screen and (max-width: 767.999px) {
  #about .about_item:nth-child(3n) {
    margin: auto;
  }
}
#about .about_item:nth-child(3n) .about_item-content {
  margin-top: 8rem;
}
@media screen and (max-width: 767.999px) {
  #about .about_item:nth-child(3n) .about_item-content {
    margin-top: 0;
  }
}
#about .about_item:nth-child(3n) .about_item-number {
  top: 10rem;
  left: -3rem;
}
@media screen and (max-width: 767.999px) {
  #about .about_item:nth-child(3n) .about_item-number {
    bottom: auto;
    top: -2rem;
    left: 1.5rem;
  }
}
@media screen and (max-width: 767.999px) {
  #about .about_item {
    flex-direction: column;
    gap: 3rem;
  }
}
#about .about_item .about_item-number {
  position: absolute;
  bottom: -4rem;
  left: 2rem;
  z-index: 2;
  font-family: "Roboto", sans-serif;
  font-size: 10rem;
  font-weight: bold;
  color: #16BFB2;
  line-height: 1;
  letter-spacing: -0.02em;
}
#about .about_item .about_item-number::before {
  content: "#";
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  margin-right: 0.5rem;
  position: absolute;
  left: -2rem;
  top: 0;
}
@media screen and (max-width: 767.999px) {
  #about .about_item .about_item-number {
    font-size: 7.2rem;
    bottom: auto;
    top: -2rem;
    left: 1.5rem;
  }
  #about .about_item .about_item-number::before {
    font-size: 2.5rem;
  }
}
#about .about_item .about_item-img {
  max-width: 42rem;
  height: auto;
  border-radius: 1.2rem;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 767.999px) {
  #about .about_item .about_item-img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4/3;
  }
}
#about .about_item .about_item-content {
  width: 48%;
  max-width: 31.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767.999px) {
  #about .about_item .about_item-content {
    width: 100%;
  }
}
#about .about_item .about_item-content .heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
  position: relative;
  padding-bottom: 2.1rem;
}
#about .about_item .about_item-content .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 0.1rem;
  background-color: #333333;
}
@media screen and (max-width: 767.999px) {
  #about .about_item .about_item-content .heading {
    font-size: 2rem;
    padding-bottom: 1.6rem;
  }
}
#about .about_item .about_item-content .text {
  line-height: 1.7;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767.999px) {
  #about .about_item .about_item-content .text {
    font-size: 1.4rem;
  }
}
#about .about_item .about_item-content .ex {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  background-color: #F7F4EA;
  border-radius: 1.2rem;
  padding: 0.8rem 3.2rem 0.8rem 2.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.999px) {
  #about .about_item .about_item-content .ex {
    padding-inline: 2rem;
  }
}
#about .about_item .about_item-content .ex span {
  padding-right: 1.2rem;
  border-right: 0.1rem solid #CDC6AE;
}
#about .about_item .about_item-content .ex p {
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767.999px) {
  #about .about_item .about_item-content .ex p {
    font-size: 1.4rem;
  }
}

#search {
  padding-block: 10rem 8rem;
  background-color: #F7F4EA;
  border-radius: 10rem;
  max-width: 144rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #search {
    padding-block: 5rem 4rem;
    border-radius: 3rem;
  }
}
#search::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-image: url(../images/top/search_top.png);
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#search .c-title {
  position: relative;
  z-index: 1;
}
#search .c-title::before {
  content: "SEARCH";
  position: absolute;
  top: 7rem;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Roboto", sans-serif;
  font-size: 20rem;
  font-weight: 100;
  color: #FFFFFF;
  line-height: 1;
  z-index: -1;
  user-select: none;
  width: 100%;
}
@media screen and (max-width: 767.999px) {
  #search .c-title::before {
    font-size: 9rem;
    top: 5rem;
  }
}
#search .search_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 5;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  #search .search_list {
    gap: 1.5rem;
  }
}
#search .search_item {
  width: calc((100% - 6rem) / 4);
  max-width: 26rem;
  aspect-ratio: 13/8;
  background-color: #ccc;
  border-radius: 2rem;
  position: relative;
  transition: transform 0.3s ease;
  overflow: hidden;
}
#search .search_item:hover .search_item-img {
  transform: scale(1.1);
}
#search .search_item:hover .search_item-arrow::before {
  right: 1rem;
}
#search .search_item:hover .search_item-arrow::after {
  right: 1rem;
}
#search .search_item:hover .search_item-link::before {
  opacity: 0.5;
}
@media screen and (max-width: 767.999px) {
  #search .search_item {
    width: calc((100% - 1.5rem) / 2);
    max-width: 100%;
  }
}
#search .search_item-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
#search .search_item-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
  border-radius: 2rem;
}
#search .search_item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 2rem;
  transition: transform 0.3s ease, filter 0.3s ease;
}
#search .search_item-title {
  position: absolute;
  bottom: 1.8rem;
  left: 2rem;
  z-index: 3;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 767.999px) {
  #search .search_item-title {
    bottom: 1.5rem;
    left: 1.5rem;
    font-size: 1.4rem;
  }
}
#search .search_item-arrow {
  position: absolute;
  bottom: -0.05rem;
  right: -0.05rem;
  z-index: 3;
  width: 4.2rem;
  height: 4.2rem;
  background-color: #FFFFFF;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
#search .search_item-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 0.1rem;
  background-color: #333333;
  transition: right 0.25s ease-out;
}
#search .search_item-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%) rotate(45deg);
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.1rem solid #333333;
  border-right: 0.1rem solid #333333;
  transition: right 0.25s ease-out;
}
@media screen and (max-width: 767.999px) {
  #search .search_item-arrow {
    width: 3rem;
    height: 3rem;
    bottom: -0.05rem;
    right: -0.05rem;
  }
  #search .search_item-arrow::before {
    right: 1rem;
    width: 1.2rem;
  }
  #search .search_item-arrow::after {
    right: 1rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}

#infomation {
  padding-block: 10rem 11rem;
  position: relative;
}
#infomation::after {
  content: "";
  display: block;
  width: 51.8rem;
  height: 11.6rem;
  background-image: url(../images/top/infomation_vector.svg);
  background-size: contain;
  background-position: right;
  position: absolute;
  bottom: 38%;
  right: 0;
}
@media screen and (max-width: 767.999px) {
  #infomation::after {
    width: 80%;
    bottom: 20%;
  }
}
#infomation .c-blur-circle {
  width: 70rem;
  height: 70rem;
  bottom: -10%;
}
@media screen and (max-width: 767.999px) {
  #infomation .c-blur-circle {
    display: none;
  }
}
@media screen and (max-width: 767.999px) {
  #infomation {
    padding-block: 6rem 10rem;
  }
}
#infomation .infomation_list {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 4rem;
}
@media screen and (max-width: 767.999px) {
  #infomation .infomation_list {
    gap: 5rem 1rem;
    margin-top: 4rem;
  }
}
#infomation .infomation_item {
  width: calc((100% - 8rem) / 3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #infomation .infomation_item {
    width: calc((100% - 1rem) / 2);
  }
}
#infomation .infomation_item .infomation_item-img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
  margin-bottom: 2.5rem;
  display: block;
}
#infomation .infomation_item .infomation_item-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #16BFB2;
  line-height: 1.3;
  min-height: 6.2rem;
  width: 29rem;
  height: 6rem;
  background-color: #FFFFFF;
  border-top-right-radius: 2rem;
  position: absolute;
  top: 35rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767.999px) {
  #infomation .infomation_item .infomation_item-title {
    font-size: 1.6rem;
    min-height: auto;
    height: 5rem;
    width: 90%;
    top: 17rem;
    padding-top: 1.4rem;
  }
}
#infomation .infomation_item .infomation_item-text {
  margin-bottom: 2rem;
  flex-grow: 1;
}
@media screen and (max-width: 767.999px) {
  #infomation .infomation_item .infomation_item-text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}

#reha {
  background-color: #F7F4EA;
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
  padding-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #reha {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding-top: 5rem;
  }
}
#reha::after {
  content: "";
  position: absolute;
  top: 80%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
}
#reha .reha_item:nth-child(1)::before {
  background-image: url(../images/top/reha_icon01.png);
}
#reha .reha_item:nth-child(2)::before {
  background-image: url(../images/top/reha_icon02.png);
}
#reha .reha_item:nth-child(3)::before {
  background-image: url(../images/top/reha_icon03.png);
}
#reha .reha_item:nth-child(4)::before {
  background-image: url(../images/top/reha_icon04.png);
}
#reha .movie {
  max-width: 140rem;
  margin-inline: auto 0;
  background-color: #F7F4EA;
  padding: 10rem 4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.999px) {
  #reha .movie {
    padding: 6rem 1.5rem 5rem;
  }
}
#reha .movie::before {
  content: "";
  position: absolute;
  top: 26rem;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #16BFB2;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  #reha .movie::before {
    top: 14rem;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }
}
#reha .movie .movie_inner {
  max-width: 120rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
#reha .movie .movie_top {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 767.999px) {
  #reha .movie .movie_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
}
#reha .movie .movie_top::before {
  content: "MOVIE";
  position: absolute;
  top: -4rem;
  left: 10rem;
  font-family: "Roboto", sans-serif;
  font-size: 14rem;
  font-weight: 100;
  color: #FFFFFF;
  line-height: 1;
  z-index: -1;
  user-select: none;
}
@media screen and (max-width: 767.999px) {
  #reha .movie .movie_top::before {
    font-size: 7rem;
    top: -2rem;
    left: 4rem;
  }
}
#reha .movie .movie_title-wrapper {
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.999px) {
  #reha .movie .movie_title-wrapper {
    padding-bottom: 0;
  }
}
#reha .movie .movie_title-wrapper .movie_title-main {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  color: #16BFB2;
  position: relative;
  z-index: 2;
  margin: 0 0 1rem 0;
  line-height: 1;
}
@media screen and (max-width: 767.999px) {
  #reha .movie .movie_title-wrapper .movie_title-main {
    font-size: 4rem;
  }
}
#reha .movie .movie_title-wrapper .movie_title-sub {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
#reha .movie .movie_list {
  width: 100%;
  max-width: 84rem;
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  #reha .movie .movie_list {
    max-width: 100%;
    gap: 1rem;
    margin-top: 0;
  }
}
#reha .movie .movie_item {
  width: calc((100% - 6rem) / 3);
  max-width: 26rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  #reha .movie .movie_item {
    width: 100%;
    gap: 1rem;
  }
}
#reha .movie .movie_item-content {
  position: relative;
  width: 100%;
  aspect-ratio: 13/9;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
}
#reha .movie .movie_item-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#reha .movie .movie_item-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: background-color 0.3s ease;
}
#reha .movie .movie_item-content:hover img {
  transform: scale(1.05);
}
#reha .movie .movie_item-content:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
#reha .movie .movie_item-content:hover .arrow {
  transform: translate(-50%, -50%) scale(1.1);
}
#reha .movie .movie_item-content .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 7.6rem;
  height: 7.6rem;
  border: 0.1rem solid #FFFFFF;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
#reha .movie .movie_item-content .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 1.1rem solid #FFFFFF;
}
@media screen and (max-width: 767.999px) {
  #reha .movie .movie_item-content .arrow {
    width: 4rem;
    height: 4rem;
  }
  #reha .movie .movie_item-content .arrow::after {
    border-top-width: 0.5rem;
    border-bottom-width: 0.5rem;
    border-left-width: 0.8rem;
  }
}
#reha .movie .movie_item-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF;
  padding-bottom: 1.2rem;
  margin: 0;
  width: 100%;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767.999px) {
  #reha .movie .movie_item-title {
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
  }
}

#pre {
  padding-block: 10rem 10rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #pre {
    padding-block: 10rem;
  }
}
#pre::before {
  content: "";
  display: block;
  width: 53rem;
  height: 24rem;
  background-image: url(../images/top/pre_vector.svg);
  background-size: contain;
  background-position: right;
  position: absolute;
  top: 14rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  #pre::before {
    top: 6rem;
    z-index: -1;
  }
}
#pre .pre_bg {
  width: 24rem;
  height: 88rem;
  background: #109D92;
  position: absolute;
  top: 25%;
  left: -10rem;
  filter: blur(15rem);
  z-index: -1;
  transform: rotate(-10deg);
}
#pre .pre_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10rem;
  width: 60rem;
  height: 20rem;
  background: linear-gradient(-40deg, #109D92 0%, rgba(22, 191, 178, 0.5) 60%, transparent 100%);
  border-radius: 0 0 10rem 10rem;
}
#pre .pre_bg::before {
  content: "";
  position: absolute;
  bottom: 10rem;
  left: 5rem;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: #16BFB2;
  filter: blur(4rem);
  z-index: 2;
}
@media screen and (max-width: 767.999px) {
  #pre .pre_bg {
    width: 15rem;
    height: 40rem;
    top: auto;
    bottom: 0;
  }
  #pre .pre_bg::after {
    width: 30rem;
    height: 15rem;
  }
}
#pre .pre_content {
  display: flex;
  align-items: center;
  gap: 10rem;
  width: 100%;
  max-width: 98rem;
  margin-inline: auto;
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  #pre .pre_content {
    flex-direction: column-reverse;
    gap: 3rem;
    margin-top: 4rem;
  }
}
#pre .pre_content-title {
  text-align: left;
}
#pre .pre_content-title .main {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767.999px) {
  #pre .pre_content-title .main {
    font-size: 2.4rem;
  }
}
#pre .pre_content-title .sub {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  color: #D8EBEA;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767.999px) {
  #pre .pre_content-title .sub {
    font-size: 1rem;
  }
}
#pre .pre_content-text {
  font-weight: bold;
  line-height: 2.4;
  margin-block: 4rem;
}
@media screen and (max-width: 767.999px) {
  #pre .pre_content-text {
    margin-block: 2rem 3rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}
#pre .pre_content-img {
  width: 60%;
  max-width: 55rem;
  border-radius: 1.2rem;
}
@media screen and (max-width: 767.999px) {
  #pre .pre_content-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}
@media screen and (max-width: 767.999px) {
  #pre .c-btn {
    margin-inline: auto;
    display: block;
    text-align: center;
  }
}

#medical {
  padding-block: 0 10rem;
}
#medical .medical_title {
  position: relative;
  z-index: 2;
}
#medical .medical_title-bg {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 20rem;
  font-weight: 100;
  position: absolute;
  top: -13rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 767.999px) {
  #medical .medical_title-bg {
    font-size: 10rem;
    top: -9rem;
  }
}
#medical .medical_item {
  border: 0.1rem solid #DFDFDF;
}
#medical .medical_item:nth-child(1)::before {
  background-image: url(../images/top/medical_icon01.png);
}
#medical .medical_item:nth-child(2)::before {
  background-image: url(../images/top/medical_icon02.png);
}
#medical .medical_item:nth-child(3)::before {
  background-image: url(../images/top/medical_icon03.png);
}
#medical .medical_item:nth-child(4)::before {
  background-image: url(../images/top/medical_icon04.png);
}
#medical .medical_btn {
  display: block;
  margin-inline: auto;
  margin-top: 5rem;
}

#flow {
  max-width: 124rem;
  margin-inline: auto;
  padding-block: 7rem;
  border-radius: 10rem;
  background-color: #F7F4EA;
}
@media screen and (max-width: 767.999px) {
  #flow {
    padding-block: 5rem;
    border-radius: 3rem;
  }
}
#flow .flow_inner {
  max-width: 90rem;
  margin-inline: auto;
}
#flow .flow_text {
  text-align: center;
}
#flow .flow_list {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767.999px) {
  #flow .flow_list {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
#flow .flow_item {
  width: calc((100% - 10rem) / 3);
  background-color: #FFFFFF;
  border-radius: 1.2rem;
  padding: 2rem 2rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #flow .flow_item {
    width: 100%;
    max-width: 32rem;
  }
}
#flow .flow_item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 0.1rem;
  background-color: #16BFB2;
  z-index: 2;
}
@media screen and (max-width: 767.999px) {
  #flow .flow_item::before {
    top: auto;
    bottom: -3rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 0.1rem;
    height: 1.6rem;
  }
}
#flow .flow_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-top: 0.1rem solid #16BFB2;
  border-right: 0.1rem solid #16BFB2;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.999px) {
  #flow .flow_item::after {
    top: auto;
    bottom: -3rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(135deg);
  }
}
#flow .flow_item:last-child::before, #flow .flow_item:last-child::after {
  display: none;
}
#flow .flow_item .flow_item-num {
  position: absolute;
  top: 1rem;
  left: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #16BFB2;
}
#flow .flow_item .flow_item-img {
  height: 7.4rem;
  width: auto;
  object-fit: contain;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
#flow .flow_item .flow_item-text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #16BFB2;
  margin: 0 0 1rem 0;
  text-align: center;
}
#flow .flow_item .flow_btn-tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  background-color: #68C15B;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100vmax;
  margin-top: auto;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767.999px) {
  #flow .flow_item .flow_btn-tel {
    font-size: 1.4rem;
  }
}
#flow .flow_item .flow_btn-tel::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/top/flow_tel.png);
  background-size: contain;
  margin-right: 0.8rem;
}
#flow .flow_item .flow_btn-tel:hover {
  opacity: 0.85;
}
#flow .flow_item .c-btn {
  width: 100%;
  min-height: 5rem;
  padding: 1rem 5rem 1rem 2rem;
  margin-top: auto;
}
#flow .flow_item .branch_list {
  list-style: none;
  padding: 0 0 0 2.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  text-align: left;
  align-self: flex-start;
  margin-left: 3rem;
}
#flow .flow_item .branch_list li {
  font-size: 1.6rem;
  font-weight: bold;
  color: #16BFB2;
  line-height: 1.4;
}
#flow .flow_item .branch_list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1rem;
  border-left: 0.1rem solid #16BFB2;
  border-top: 0.1rem solid #16BFB2;
  border-bottom: 0.1rem solid #16BFB2;
}
#flow .flow_item .branch_list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  border-top: 0.1rem solid #16BFB2;
}

#under_slider {
  position: relative;
}
#under_slider.under_slider-container {
  width: 100vw;
  max-width: 100%;
  padding-block: 20rem 12rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #under_slider.under_slider-container {
    padding-block: 10rem 5rem;
  }
}
#under_slider .c-blur-circle {
  bottom: auto;
  top: -16rem;
}
@media screen and (max-width: 767.999px) {
  #under_slider .c-blur-circle {
    top: -4rem;
    right: -25%;
  }
}
#under_slider .under_slider-bg-text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-size: 20rem;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  color: #F7F4EA;
  white-space: nowrap;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 767.999px) {
  #under_slider .under_slider-bg-text {
    font-size: 10rem;
  }
}
#under_slider .under_slider-track {
  display: flex;
  width: max-content;
  position: relative;
  z-index: 2;
  animation: scrollLinear 30s linear infinite;
}
#under_slider .under_slider-group {
  display: flex;
  align-items: center;
  padding-inline: 2rem;
}
#under_slider .under_slider-group .img-box {
  flex-shrink: 0;
  border-radius: 1.2rem;
  overflow: hidden;
}
#under_slider .under_slider-group .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#under_slider .under_slider-group .box-01 {
  width: 30.6rem;
  height: 52.8rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767.999px) {
  #under_slider .under_slider-group .box-01 {
    width: 14rem;
    height: 22rem;
    margin-right: 1.5rem;
  }
}
#under_slider .under_slider-group .box-02 {
  width: 58.3rem;
  height: 37.2rem;
  margin-right: -32rem;
  margin-top: 25rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.999px) {
  #under_slider .under_slider-group .box-02 {
    width: 18rem;
    height: 12rem;
    margin-right: -6rem;
    margin-top: 12rem;
  }
}
#under_slider .under_slider-group .box-03 {
  width: 42rem;
  height: 27.3rem;
  margin-right: -3rem;
  margin-top: -48rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.999px) {
  #under_slider .under_slider-group .box-03 {
    width: 24rem;
    height: 16rem;
    margin-right: 1.5rem;
    margin-top: -20rem;
  }
}
#under_slider .under_slider-group .box-04 {
  width: 24.1rem;
  height: 15.9rem;
  margin-right: 2rem;
  margin-top: 30rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767.999px) {
  #under_slider .under_slider-group .box-04 {
    width: 11rem;
    height: 8rem;
    margin-right: 0;
    margin-top: 12rem;
  }
}
#under_slider .under_slider-group .box-05 {
  width: 24.1rem;
  height: 37.9rem;
  margin-top: -6rem;
}
@media screen and (max-width: 767.999px) {
  #under_slider .under_slider-group .box-05 {
    width: 10rem;
    height: 18rem;
    margin-top: -11rem;
  }
}
@keyframes scrollLinear {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#news {
  padding-block: 12rem 10rem;
  position: relative;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767.999px) {
  #news {
    padding-block: 5rem 5rem;
  }
}
#news::before {
  content: "";
  display: block;
  width: 116rem;
  height: 47.7rem;
  background-image: url(../images/top/news_vector.svg);
  background-size: contain;
  background-position: left;
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  #news::before {
    width: 100%;
    height: 20rem;
    top: -5rem;
  }
}
#news .news_inner {
  max-width: 110rem;
}
#news .news_container {
  padding: 6rem 5rem;
  margin-top: 4rem;
  background-color: #FFFFFF;
  border-radius: 4rem;
  box-shadow: 0 0 4rem 0 rgba(26, 92, 87, 0.2);
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #news .news_container {
    padding: 2rem;
  }
}
#news .news_wrapper {
  padding: 4rem 4.5rem 4rem 3rem;
}
@media screen and (max-width: 767.999px) {
  #news .news_wrapper {
    padding: 2rem;
  }
}
#news .news_wrapper.top {
  border: 0.1rem solid #F41114;
}
#news .news_wrapper.bottom {
  border: 0.1rem solid #16BFB2;
}
#news .news_wrapper.bottom .c-news_heading {
  color: #16BFB2;
}

#facility {
  padding-block: 6rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #facility {
    padding-block: 5rem 6rem;
  }
}
#facility::before {
  content: "";
  display: block;
  width: 33.2rem;
  height: 14rem;
  background-image: url(../images/top/facility_vector.svg);
  background-size: contain;
  background-position: right;
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767.999px) {
  #facility::before {
    width: 100%;
    height: 20rem;
    top: 0;
  }
}
#facility .facility_inner {
  max-width: 136rem;
  margin-inline: auto;
  display: flex;
  background-color: #F7F4EA;
  border-radius: 2rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #facility .facility_inner {
    flex-direction: column;
    border-radius: 2.5rem;
  }
}
#facility .facility_img {
  width: 48%;
  max-width: 65.2rem;
  object-fit: cover;
  display: block;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media screen and (max-width: 767.999px) {
  #facility .facility_img {
    width: 100%;
    border-radius: 2rem 2rem 0 0;
  }
}
#facility .facility_wrapper {
  flex-grow: 1;
  width: 52%;
  padding: 9rem 5rem 6rem 9rem;
  position: relative;
  background-image: url(../images/top/facility_02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 70%;
}
@media screen and (max-width: 767.999px) {
  #facility .facility_wrapper {
    width: 100%;
    padding: 4rem 1.5rem;
    background-size: auto 50%;
  }
}
#facility .facility_wrapper .c-title {
  text-align: left;
}
#facility .facility_table {
  width: 90%;
  border-collapse: collapse;
  margin-top: 4rem;
  margin-left: 2.4rem;
}
@media screen and (max-width: 767.999px) {
  #facility .facility_table {
    width: 100%;
    margin: 3rem 0 0 0;
  }
}
#facility .facility_table tr {
  border-top: 0.1rem solid #DFDFDF;
}
#facility .facility_table tr:last-child {
  border-bottom: 0.1rem solid #DFDFDF;
}
#facility .facility_table th, #facility .facility_table td {
  padding-block: 2.5rem;
  text-align: left;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.999px) {
  #facility .facility_table th, #facility .facility_table td {
    padding-block: 1.5rem;
  }
}
#facility .facility_table th {
  font-weight: bold;
  width: 10rem;
  flex-shrink: 0;
  padding-right: 2rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #facility .facility_table th {
    font-size: 1.4rem;
    width: 8rem;
    padding-right: 0;
  }
}
#facility .facility_table th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 5rem;
  border-right: 0.15rem dashed #c8c4b9;
}
#facility .facility_table td {
  font-size: 1.5rem;
  line-height: 1.7;
  padding-left: 3rem;
}
@media screen and (max-width: 767.999px) {
  #facility .facility_table td {
    font-size: 1.35rem;
    padding-left: 1rem;
  }
}
#facility .facility_table td .link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-top: 0.8rem;
  transition: color 0.2s;
}
#facility .facility_table td .link span {
  text-decoration: underline;
}
#facility .facility_table td .link::after {
  content: " >";
  font-size: 1.2rem;
  margin-left: 0.4rem;
}
#facility .facility_table td .link:hover {
  color: #16BFB2;
}
#facility .facility_table td .tel {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
}
#facility .facility_table td .tel::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/top/facility_tel.png);
  background-size: cover;
}
@media screen and (max-width: 767.999px) {
  #facility .facility_table td .tel {
    font-size: 1.4rem;
  }
}