@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*スマホファーストの書き方*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

body {
  background-color: #E4ECF0;
  font-family: "Noto Sans JP", sans-serif;
  color: #164559;
  line-height: 1.6;
  letter-spacing: 0.02em;
  position: relative;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.inner {
  width: 92%;
  max-width: 1080px;
  margin: 0 auto;
}

.inner_small {
  width: 92%;
  max-width: 880px;
  margin: 0 auto;
}

.en {
  font-family: "Jost", sans-serif;
}

.pagetop {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 2;
}
.pagetop img {
  vertical-align: sub;
}
@media (min-width: 1024px) {
  .pagetop {
    bottom: 20px;
  }
}

.sp {
  display: block;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.header {
  position: fixed;
  padding: 0 4%;
  top: 8px;
  left: 4%;
  right: 4%;
  z-index: 9;
}
@media (min-width: 1024px) {
  .header {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    padding: 0;
    background-color: #fff;
    padding: 8px 32px 20px 32px;
    border-radius: 0px 0px 32px 32px;
  }
}

.header.is_active {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  animation: header;
  animation-duration: 0.5s;
}

@keyframes header {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.header_logo {
  max-width: 162px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .header_logo {
    margin-top: 0;
    max-width: 180px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1024px) {
  .header_logo_wrap {
    display: flex;
    justify-content: space-between;
  }
}

.header_desc {
  display: none;
}
@media (min-width: 1024px) {
  .header_desc {
    display: block;
    font-size: 10px;
    text-align: right;
  }
}

.header_inner {
  padding-top: 70px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  transform: translateX(120%);
  transition: transform 0.3s linear;
  background-color: #E4ECF0;
}
@media (min-width: 1024px) {
  .header_inner {
    position: static !important;
    transform: translateX(0);
    overflow-y: visible;
    padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
    background-color: transparent;
  }
}

.header_nav {
  width: 92%;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px 40px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .header_nav {
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .header_nav_list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.header_nav_item {
  margin-bottom: 16px;
  color: #477186;
}
@media (min-width: 1024px) {
  .header_nav_item {
    margin-bottom: 0;
    color: #164559;
  }
}

.header_nav_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #CBDEE4;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .header_nav_item a {
    border-bottom: none;
    font-size: 15px;
    padding: 0 20px;
    letter-spacing: 0;
    border-right: 1px solid #CBDEE4;
    white-space: nowrap;
  }
}
.header_nav_item a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../../assets/img/icon/arrow_right_alt.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1024px) {
  .header_nav_item a::after {
    display: none;
  }
}
.header_nav_item a:hover {
  opacity: 0.7;
}

.header_nav_item:last-child {
  margin-bottom: 0;
}
.header_nav_item:last-child > a {
  border-bottom: none;
}
@media (min-width: 1024px) {
  .header_nav_item:last-child > a {
    border-right: none;
  }
}

.header_nav_item.menu_item_nolink {
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.header_subnav {
  display: none;
}

.js-qa__parent.is-open .crossBar::before {
  opacity: 0;
}

.menu_item_nolink_text {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CBDEE4;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .menu_item_nolink_text {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 15px;
    padding: 0 20px;
    letter-spacing: 0;
    border-right: 1px solid #CBDEE4;
    white-space: nowrap;
  }
}

.menu_item_nolink_text::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../../assets/img/icon/add.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1024px) {
  .menu_item_nolink_text::after {
    display: none;
  }
}

.header_nav_item.menu_item_nolink.active .menu_item_nolink_text::after {
  background-image: url(../../assets/img/icon/remove.svg);
}
@media (min-width: 1024px) {
  .header_nav_item.menu_item_nolink.active .menu_item_nolink_text::after {
    background-image: none;
  }
}

.header_subnav a {
  padding-top: 16px;
  text-indent: 1em;
  font-size: 17px;
}

@media (min-width: 1024px) {
  .header_nav_item.menu_item_nolink:hover .header_subnav {
    display: block;
    position: absolute;
    padding: 24px 28px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header_nav_item.menu_item_nolink:hover .header_subnav_item.menu_item a {
    border-right: none;
    padding: 0;
    font-size: 15px;
    color: #477186;
  }
  .header_nav_item.menu_item_nolink:hover .header_subnav_item.menu_item a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/icon/arrow_right_alt.svg);
    background-repeat: no-repeat;
  }
  .header_nav_item.menu_item_nolink:hover .header_subnav_item.menu_item a {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #CBDEE4;
  }
}
.header_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  margin: 20px auto;
}
@media (min-width: 1024px) {
  .header_btns.header_btns_sp {
    display: none;
  }
}

.header_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  border-radius: 4px;
  padding: 12px 8px;
  width: 48.5549132948%;
  color: #fff;
  transition: all 0.3s;
}
.header_btn svg {
  fill: #fff;
  transition: all 0.3s;
}

.header_btn_web {
  background-color: #295258;
  border: 1px solid #295258;
}
.header_btn_web svg {
  fill: #fff;
}
.header_btn_web:hover {
  background-color: #fff;
  color: #295258;
}
.header_btn_web:hover svg {
  fill: #295258 !important;
}

.header_btn_line {
  background-color: #06C755;
}

.header_telBox {
  width: 90.4624277457%;
  margin: 0 auto;
  background-color: #7A9BAB;
  color: #fff;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1024px) {
  .header_telBox {
    display: none;
  }
}

.header_telBox_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header_telBox_inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-bottom: 8px;
}
.header_telBox_inner a span:first-child {
  font-size: 18px;
  font-weight: 500;
}
.header_telBox_inner a .en {
  font-size: 36px;
  font-weight: 500;
}

.header_telBox_item {
  font-size: 14px;
  font-weight: 500;
}
.header_telBox_item span {
  display: inline-block;
  width: 86px;
}
.header_telBox_item:nth-child(2) span {
  letter-spacing: 0.28em;
  white-space: nowrap;
}

.header_btn_tel {
  display: none;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #477186;
  position: relative;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (min-width: 1024px) {
  .header_btn_tel {
    display: flex;
  }
}
.header_btn_tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../assets/img/icon/icon_tel.svg);
}
.header_btn_tel:hover {
  opacity: 0.7;
}

.header_btnWrapper {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.hamburger {
  display: inline-block;
  width: 56px;
  height: auto;
  aspect-ratio: 1;
  background-color: #7A9BAB;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger_inner {
  display: flex;
  flex-direction: column;
  align-items: end;
  row-gap: 10px;
}
.hamburger .hamburger_inner span {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background-color: #E4ECF0;
  transition: all 0.3s;
}
.hamburger .hamburger_inner span:nth-child(2) {
  width: 18px;
}

.active .hamburger span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
}
.active .hamburger span:nth-child(2) {
  opacity: 0;
}
.active .hamburger span:nth-child(3) {
  top: -12px;
  transform: rotate(-45deg);
}
.active .header_inner {
  padding-top: 70px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  transform: translateX(0%);
}

.header_btns.header_btns_pc {
  display: none;
}
@media (min-width: 1024px) {
  .header_btns.header_btns_pc {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    width: 72px;
    width: min(5vw, 72px);
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
  }
  .header_btns.header_btns_pc > a {
    writing-mode: vertical-lr;
    text-orientation: upright;
    width: 100%;
    padding: 24px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 8px 0 0 8px;
  }
}

.header_btns.header_btns_sp.btn_fixe {
  width: 100%;
  justify-content: center;
  column-gap: 4px;
  position: fixed;
  bottom: 0;
  z-index: 3;
  display: flex !important;
}
.header_btns.header_btns_sp.btn_fixe .header_btn_acc {
  background-color: #7A9BAB;
  outline: 1px solid #fff;
}
.header_btns.header_btns_sp.btn_fixe .header_btn_acc svg {
  fill: #fff;
  transition: all 0.3s;
}
.header_btns.header_btns_sp.btn_fixe .header_btn_acc:hover {
  background-color: #fff;
  color: #7A9BAB;
  outline: 1px solid #7A9BAB;
}
.header_btns.header_btns_sp.btn_fixe .header_btn_acc:hover svg {
  fill: #7A9BAB;
}
.header_btns.header_btns_sp.btn_fixe a {
  height: 54px;
  width: 31.4666666667%;
  column-gap: 4px;
  box-shadow: 0px 4px 10px 0px rgba(48, 66, 72, 0.1);
}
.header_btns.header_btns_sp.btn_fixe a svg {
  width: 20.3389830508%;
}
@media (min-width: 1024px) {
  .header_btns.header_btns_sp.btn_fixe {
    display: none !important;
  }
}

.header_btn.header_btn_line.menu_item {
  transition: all 0.3s;
}
.header_btn.header_btn_line.menu_item:hover {
  background-color: #fff;
  color: #06C755;
}
.header_btn.header_btn_line.menu_item:hover svg {
  fill: #fff;
}
.header_btn.header_btn_line.menu_item:hover path {
  fill: white;
}
.header_btn.header_btn_line.menu_item:hover path:first-child {
  fill: #06C755;
}

.header_btn.header_btn_web.page_btn_web {
  display: none;
}
@media (min-width: 1024px) {
  .header_btn.header_btn_web.page_btn_web {
    display: flex;
    width: 240px;
    margin-left: auto;
    margin-top: 8px;
    margin-bottom: 16px;
  }
}

.header_btns.header_btns_pc {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.header_btns.header_btns_pc.active {
  visibility: visible;
  opacity: 1;
}

.footer {
  background-color: #7A9BAB;
  padding-top: 80px;
  overflow: hidden;
  padding-bottom: 90px;
}
@media (min-width: 1024px) {
  .footer {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 200px;
  }
}

@media (min-width: 1024px) {
  .footer_top {
    display: flex;
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .footer_textArea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 37.037037037%;
    max-width: 400px;
  }
}

.footer_logo {
  max-width: 205px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .footer_logo {
    max-width: 240px;
    margin: initial;
    margin-bottom: 32px;
  }
}

.footer_map {
  width: 100vw;
  aspect-ratio: 375/240;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .footer_map {
    display: none;
  }
}
.footer_map.pc {
  display: none;
}
@media (min-width: 1024px) {
  .footer_map.pc {
    display: block;
    width: 47.4305555556vw;
    aspect-ratio: 683/350;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}

.footer_add {
  display: block;
  color: #fff;
  font-size: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #9BB4C0;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .footer_add {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}
.footer_add > .pc {
  display: none;
}
@media (min-width: 1024px) {
  .footer_add > .pc {
    display: block;
    margin-top: 14px;
  }
}

.footer .schedule_table {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .footer .schedule_table {
    width: 400px;
  }
}
.footer .schedule_table thead {
  background-color: #F9F6F0;
  color: #477186;
}
.footer .schedule_table tbody {
  color: #485C5E;
}
.footer .schedule_table tbody th {
  background-color: #F3F6F7;
}
.footer .schedule_table tbody td {
  background-color: #fff;
}

.footer .schedule_caption {
  color: #164559;
  padding: 3px 13px;
  /*width: fit-content;*/
  border-radius: 20px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 24px;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .footer .schedule_caption {
    color: #fff;
    width: 100%;
    padding: 0;
    padding-left: 4px;
    background-color: transparent;
    margin: initial;
  }
}
.footer .schedule_caption svg {
  fill: #164559;
}
@media (min-width: 1024px) {
  .footer .schedule_caption svg {
    fill: #fff;
  }
}

.footer_tel.sp {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .footer_tel.sp {
    display: none;
  }
}
.footer_tel.sp span {
  font-size: 40px;
}

.footer_btns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #9BB4C0;
  margin-bottom: 40px;
}
.footer_btns .header_btn_web {
  width: 100%;
  border: 3px solid #fff;
  font-size: 26px;
  border-radius: 8px;
  margin-top: 10px;
}
.footer_btns .header_btn_web svg {
  fill: #fff;
}
.footer_btns .header_btn_web:hover {
  border-color: #295258;
}
.footer_btns .header_btn_web:hover svg {
  fill: #295258;
}
.footer_btns .header_btn_line {
  width: calc(100% - 82px);
  border: 3px solid #fff;
  font-size: 26px;
  border-radius: 8px;
  margin-top: 10px;
}
.instagram {
  width: 72px;
  border: 3px solid #fff;
  font-size: 26px;
  border-radius: 8px;
  margin-top: 10px;
  margin-left: 10px;
}
@media (min-width: 768px) {
.footer_btns .header_btn_web {
  width: 100%;
  border: 3px solid #fff;
  font-size: 26px;
  border-radius: 8px;
  margin: 10px 0;
}
.footer_btns .header_btn_line {
  margin: 10px 0;
}
.instagram {
  margin: 10px 0;
    }}
.footer_btns .header_btn_line svg {
  fill: #06C755;
  transition: all 0.3s;
}
.footer_btns .header_btn_line path:first-child {
  fill: #fff;
}
.footer_btns .header_btn_line:hover {
  border-color: #06C755;
  background-color: #fff;
  color: #06C755;
}
.footer_btns .header_btn_line:hover svg {
  fill: #fff;
}
.footer_btns .header_btn_line:hover path {
  fill: white;
}
.footer_btns .header_btn_line:hover path:first-child {
  fill: #06C755;
}

@media (min-width: 1024px) {
  .footer_btns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer_btns .footer_btn {
    width: 46.2962962963%;
    max-width: 500px;
    font-size: 28px;
    border: 3px solid #fff;
    border-radius: 8px
  }
.instagram {
    width: 75px;
    border: 3px solid #fff;
    border-radius: 8px
}
}
@media (min-width: 1024px) {
  .footer_btns .header_btn_line {
    display: flex;
      width: 40%
  }
}

.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 16px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .footer_nav_list {
    justify-content: center;
    padding-bottom: 64px;
  }
}

.footer_nav_item {
  width: 50%;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 1024px) {
  .footer_nav_item {
    width: auto;
  }
  .footer_nav_item a {
    display: inline-block;
    padding: 0 24px;
    font-size: 15px;
    letter-spacing: 0;
    border-right: 1px solid #CBDEE4;
    transition: all 0.3s;
  }
  .footer_nav_item a:hover {
    opacity: 0.7;
  }
  .footer_nav_item:last-child a {
    border-right: none;
  }
}

.footer_copy {
  text-align: center;
  font-size: 10px;
  padding: 8px 0;
  border-top: 1px solid #F3F6F7;
  color: #fff;
}
@media (min-width: 1024px) {
  .footer_copy {
    padding-bottom: 40px;
    border-top: none;
  }
}

.contentWrap {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F3F6F7;
  margin-top: -4.1666666667vw;
  margin-bottom: -4.1666666667vw;
  border-radius: 0 0 20px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .contentWrap {
    margin-top: -50px;
    padding-top: 190px;
    padding-bottom: 190px;
    margin-top: -70px;
    margin-bottom: -70px;
    border-radius: 0 0 64px 64px;
  }
}
.contentWrap .inner {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .contentWrap .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.contentWrap p {
  color: #485C5E;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .contentWrap p {
    margin-bottom: 40px;
  }
}

.btn_large {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  width: 100%;
  max-width: 240px;
  height: 60px;
  border: 3px solid #477186;
  border-radius: 4px;
  background-color: #F9F6F0;
  color: #477186;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: auto;
  box-shadow: 0px 4px 10px 0px rgba(48, 66, 72, 0.1), inset 0px -2px 0px 0px rgb(76, 125, 149);
  margin-top: min(4.4444444444vw, 64px);
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
}
.btn_large:hover {
  top: 2px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .btn_large {
    font-size: 20px;
    max-width: 390px;
    height: 80px;
    column-gap: 32px;
    padding-left: 10px;
    padding-bottom: 3px;
  }
}

.btn_brown {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 6px 6px 80px;
  width: 90%;
  max-width: 373px;
  border-radius: 50px;
  border: 2px solid #D2BC8F;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  box-shadow: 0px 3px 0px 0px rgb(210, 188, 143), 0px 0px 10px 0px rgba(30, 46, 51, 0.1);
  position: relative;
  top: 0;
  transition: 0.2s ease-in-out;
}
.btn_brown:hover {
  top: 3px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .btn_brown {
    font-size: 22px;
    max-width: 373px;
  }
}
.btn_brown span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #D2BC8F;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  margin-left: auto;
}
.btn_brown span svg {
  width: 12px;
}
@media (min-width: 768px) {
  .btn_brown span svg {
    width: auto;
  }
}
@media (min-width: 768px) {
  .btn_brown span {
    width: 60px;
  }
}

.header_btn_web svg {
  fill: #fff;
}
.header_btn_web:hover {
  border-color: #295258;
}
.header_btn_web:hover svg {
  fill: #295258;
}

.header_btn_line {
  border: 1px solid #06C755;
}
.header_btn_line svg {
  fill: #06C755;
  transition: all 0.3s;
}
.header_btn_line path:first-child {
  fill: #fff;
}
.header_btn_line:hover {
  border-color: #06C755;
  background-color: #fff;
  color: #06C755;
}
.header_btn_line:hover svg {
  fill: #fff;
}
.header_btn_line:hover path {
  fill: white;
}
.header_btn_line:hover path:first-child {
  fill: #06C755;
}

.box_bgBlue {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #E4ECF0;
  border-radius: 20px;
  margin-top: -4.1666666667vw;
  margin-bottom: -4.1666666667vw;
  position: relative;
}
@media (min-width: 768px) {
  .box_bgBlue {
    margin-top: -50px;
    border-radius: 64px;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: -70px;
    margin-bottom: -70px;
  }
}

.mt_120 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mt_120 {
    margin-top: 120px;
  }
}

.box:not(:last-child) {
  margin-bottom: min(1.6666666667vw, 24px);
}

.box_beige {
  background-color: #F9F6F0;
  border-radius: 16px;
  padding: 16px;
}
@media (min-width: 768px) {
  .box_beige {
    padding: min(1.6666666667vw, 24px);
  }
}

.box_right {
  background-color: #FCFBF8;
  border: 4px solid #F9F6F0;
  border-radius: 16px;
  padding: 16px;
}
@media (min-width: 768px) {
  .box_right {
    padding: min(1.6666666667vw, 24px);
  }
}

.box_dark {
  background-color: #F9F9F9;
  border: 4px solid #F3F6F7;
  border-radius: 16px;
  padding: 16px;
}
@media (min-width: 768px) {
  .box_dark {
    padding: min(1.6666666667vw, 24px);
  }
}

.title_top {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.25em;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 4px;
}

.title_top::before {
  content: attr(data-en);
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 68px;
  letter-spacing: 0.02em;
  margin-top: -52px;
  text-transform: uppercase;
  font-weight: 400;
  z-index: -1;
}

.title_top::after {
  display: none;
}

.title_page_wrap {
  position: relative;
  z-index: 1;
}

.title_page_wrap_bg {
  width: 90vw;
  border-radius: 24px 0 0 24px;
  overflow: hidden;
  margin-left: auto;
  margin-top: -4.3055555556vw;
  height: 240px;
}
.title_page_wrap_bg img {
  height: 100%;
}
@media (min-width: 768px) {
  .title_page_wrap_bg {
    width: 70.4861111111vw;
    height: auto;
  }
}

.title_page_inner {
  position: absolute;
  top: 66%;
  width: 100%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .title_page_inner {
    top: 55%;
  }
}

.title_page_text {
  text-align: left;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(27px, 2.7777777778vw, 40px);
  letter-spacing: 0.25em;
  line-height: 1.6;
  text-shadow: 0px 0px 2px rgb(255, 255, 255);
}
.title_page_text span {
  display: block;
  color: rgba(245, 248, 249, 0.6);
  font-size: 6.9444444444vw;
  margin-top: -4.8611111111vw;
  position: relative;
  z-index: -1;
  text-shadow: none;
}
.title_page_text .en {
  font-weight: 400;
  letter-spacing: 0.08em;
}

.title_page_noimg {
  width: 100%;
  padding-top: 103px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .title_page_noimg {
    padding-top: 103px;
    padding-bottom: 135px;
  }
}

.title_page_noimg_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 28px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .title_page_noimg_text {
    font-size: 40px;
  }
}
.title_page_noimg_text .en {
  display: block;
  color: rgba(245, 248, 249, 0.6);
  font-size: 6.1111111111vw;
  margin-top: -4.8611111111vw;
  position: relative;
  z-index: -1;
  text-shadow: none;
  font-weight: 400;
  letter-spacing: 0.12em;
}

h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  font-size: 24px;
  font-weight: bold;
  color: #477186;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 38px;
    row-gap: 12px;
    margin-bottom: 64px;
  }
}
h2 .en {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #BFCFD7;
}
@media (min-width: 768px) {
  h2 .en {
    font-size: 20px;
  }
}
h2::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 3.3333333333vw;
  max-height: 48px;
  min-height: 24px;
  border-radius: 5px;
  background-image: linear-gradient(180deg, rgb(127, 162, 179), rgb(76, 125, 149));
}

h3 {
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  column-gap: 4px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
    column-gap: 4px;
    margin-bottom: 24px;
  }
}
h3::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 4px;
  background-image: linear-gradient(180deg, rgb(127, 162, 179), rgb(76, 125, 149));
  margin-top: 8px;
}
@media (min-width: 768px) {
  h3::before {
    width: 24px;
    border-radius: 8px;
    margin-top: 12px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
h4 span {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, #CBDEE4 70%);
}

h5 {
  font-size: 16px;
  font-weight: 500;
  color: #164559;
  margin-bottom: 16px;
}
h5 span {
  padding-bottom: 3px;
  background-image: linear-gradient(to right, #CBDEE4, #CBDEE4 3px, transparent 3px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

.schedule_table {
  width: 100%;
  max-width: 400px;
}
.schedule_table thead {
  height: 40px;
}
.schedule_table thead th {
  width: 120px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-radius: 2px 0 0 0;
}
.schedule_table thead td {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.schedule_table thead td:last-child {
  border-radius: 0 2px 0 0;
}
.schedule_table tbody tr {
  height: 32px;
}
.schedule_table tbody th {
  font-size: 14px;
  width: 120px;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
.schedule_table tbody td {
  text-align: center;
}
.schedule_table tbody td svg {
  vertical-align: middle;
}
.schedule_table tbody tr:first-child {
  border-bottom: 1px solid #CBDEE4;
}
.schedule_table tbody tr:last-child th {
  border-radius: 0 0 0 2px;
}
.schedule_table tbody tr:last-child td:last-child {
  border-radius: 0 0 2px 0;
}

.schedule_caption {
  display: flex;
  align-items: center;
  column-gap: 4px;
  padding-left: 8px;
  font-size: 14px;
}
.schedule_caption span {
  display: flex;
  align-items: center;
}
.schedule_caption span:nth-child(2) {
  margin-right: 16px;
}
.schedule_caption svg {
  vertical-align: middle;
}

.table_blue {
  width: 100%;
  max-width: 800px;
  border: 1px solid #CBDEE4;
  margin-bottom: 24px;
}
.table_blue > div {
  display: flex;
}
.table_blue > div:nth-child(2), .table_blue > div:nth-child(3), .table_blue > div:nth-child(4), .table_blue > div:nth-child(5), .table_blue > div:nth-child(6), .table_blue > div:nth-child(7), .table_blue > div:nth-child(8), .table_blue > div:nth-child(9), .table_blue > div:nth-child(10), .table_blue > div:nth-child(11), .table_blue > div:nth-child(12) {
  border-bottom: 1px solid #CBDEE4;
}

.table_blue dt {
	width: 60%;
}
.table_blue dd {
	width: 40%;
}
.table_blue dt,
.table_blue dd {
  padding: 10px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 14px;
}
@media (min-width: 768px) {
  .table_blue dt,
  .table_blue dd {
    font-size: 16px;
  }
}
.table_blue dt span,
.table_blue dd span {
  font-weight: bold;
  color: #477186;
}
@media (min-width: 768px) {
  .table_blue dt {
    padding-left: 84px;
  }
}
.table_blue dd {
  text-align: center;
}
.table_blue .table_blue_head {
  background-color: #F3F6F7;
}
.table_blue .table_blue_head dt,
.table_blue .table_blue_head dd {
  font-weight: bold;
  text-align: center;
  padding: 8px;
  line-height: 1;
  letter-spacing: 0.3em;
  font-size: 16px;
}
@media (min-width: 768px) {
  .table_blue .table_blue_head dt,
  .table_blue .table_blue_head dd {
    font-size: 18px;
  }
}
.table_blue .table_blue_head dt {
  border-right: 2px solid #fff;
}

.list_dot li {
  position: relative;
  color: #485C5E;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 16px;
  color: #485C5E;
  padding-left: 18px;
}
@media (min-width: 768px) {
  .list_dot li {
    font-size: 18px;
  }
}
.list_dot li::before {
  content: "";
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #7A9BAB;
  position: absolute;
  left: 0;
  top: 9px;
}
@media (min-width: 768px) {
  .list_dot li::before {
    top: 11px;
  }
}
.list_dot li:not(:last-child) {
  margin-bottom: 16px;
}
.list_dot li > p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.list_dot li a {
  transition: all 0.3s;
  border-bottom: 1px solid #485C5E;
}
.list_dot li a:hover {
  opacity: 0.7;
}

.list_dot.list_row {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.list_dot.list_row li {
  margin-bottom: 0;
}

.caution_list li {
  position: relative;
  padding-left: 16px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .caution_list li {
    padding-left: 16px;
  }
}
.caution_list li::before {
  content: "※";
  position: absolute;
  display: inline-block;
  left: 0;
}

.list_check_blue li {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .list_check_blue li {
    font-size: 20px;
    padding-left: 26px;
  }
}
.list_check_blue li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(../../../assets/img/icon/check_circle_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (min-width: 768px) {
  .list_check_blue li::before {
    width: 20px;
    height: 20px;
    top: 7px;
  }
}

.list_2col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .list_2col {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* ===============================================",
 MV
"=============================================== */
.mv_list {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2vw;
  position: relative;
  top: -13px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .mv_list {
    justify-content: flex-start;
    margin-left: 12vw;
    margin-top: -10vw;
    column-gap: 1vw;
  }
}

.mv_list_item {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 29.0666666667%;
  max-width: 160px;
  border: 1.34px solid #fff;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(122, 155, 171, 0.2);
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media (min-width: 1024px) {
  .mv_list_item {
    width: 11.1111111111vw;
    max-width: 160px;
    min-width: 140px;
    font-size: 16px;
  }
}
.mv_list_item span {
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .mv_list_item span {
    font-size: 14px;
  }
}

.mv {
  height: 100%;
  position: relative;
  padding-top: 70px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .mv {
    margin-bottom: 80px;
    height: 90vh;
    margin-bottom: 40px;
  }
}

.mv_img {
  height: 100%;
  width: 90%;
  margin: auto;
}
@media (min-width: 768px) {
  .mv_img {
    width: 100%;
  }
}

.mv_img_wrapper {
  width: 90%;
}
@media (min-width: 768px) {
  .mv_img_wrapper {
    width: 100%;
    height: 90%;
  }
  .mv_img_wrapper .swiper-slide img {
    object-fit: cover;
  }
}

.mv_text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: absolute;
  left: 10vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .mv_text {
    left: 14vw;
    top: 40%;
  }
}
.mv_text span {
  display: inline-block;
  background-color: #fff;
  border-radius: 7px;
  font-size: 20px;
  padding: 7px 3px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .mv_text span {
    font-size: 24px;
    letter-spacing: 0.08em;
  }
}
.mv_text span:first-child {
  margin-left: 16px;
}

.mv_img .swiper-slide {
  transform: scale(0.8);
  transition: transform 1.5s;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .mv_img .swiper-slide {
    border-radius: 36px;
  }
}

.mv_img .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.mv_schedule.pc {
  display: none;
}
@media (min-width: 1024px) {
  .mv_schedule.pc {
    display: block;
    width: 42vw;
    background-color: rgba(253, 253, 253, 0.8);
    padding: 24px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .mv_schedule.pc .schedule_table thead tr {
    background-color: #7A9BAB;
    color: #fff;
  }
  .mv_schedule.pc .schedule_table tbody tr {
    background-color: #fff;
  }
  .mv_schedule.pc .schedule_table tbody tr th {
    background-color: #F7F7F8;
  }
}
@media (min-width: 1024px) {
  .mv_schedule.pc .schedule_caption {
    margin-top: 4px;
    /*margin-bottom: 13px;*/
  }
  .mv_schedule.pc .schedule_caption svg {
    fill: #485C5E;
  }
}
.mv_schedule.pc .mv_btns {
  display: flex;
  column-gap: 16px;
}
.mv_schedule.pc .mv_btns .mv_btn {
  max-width: 192px;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  z-index: 2;
  left: 9%;
  bottom: 58%;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .scroll {
    bottom: 50%;
  }
}

span.scroll_text {
  position: absolute;
  top: 180px;
  right: -3px;
  text-transform: uppercase;
  color: #477186;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 12px;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #94A8AA;
  top: -100%;
  content: "";
  height: 240px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 22px;
  width: 1px;
  z-index: 2;
}

/* 線の背景色 */
.scroll::after {
  background-color: #ccc;
  top: -100%;
  content: "";
  height: 240px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 22px;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
.top_news {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 15px;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 1024px) {
  .top_news {
    margin: auto;
    padding: 64px 0 200px;
    background-color: transparent;
    padding-top: 64px;
    padding-bottom: 200px;
  }
  .top_news::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 40px;
    min-width: 1200px;
    width: 91.6666666667vw;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 64px 0 0 0;
    z-index: -1;
  }
}

.top_news_alert {
  border-radius: 8px;
  border: solid 2px #164559;
  padding: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .top_news_alert {
    max-width: 1080px;
    margin-bottom: 40px;
    background-color: #F9F9F9;
  }
}

.top_news_alert_title {
  display: flex;
  align-items: center;
  font-size: 18px;
  column-gap: 16px;
  margin-bottom: 8px;
}

.top_news_alert_date {
  font-weight: 500;
}

.top_news_alert_title_text {
  font-weight: bold;
}

.top_news_alert_text {
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .top_news_alert_text {
    font-size: 18px;
  }
}

.top_news_box {
  background-color: #D2BC8F;
  padding: 16px;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .top_news_box {
    max-width: 1080px;
    display: flex;
    padding: 40px;
    column-gap: 11.1111111111%;
  }
}
.top_news_box .title_top::before {
  color: #D9C6A0;
}
@media (min-width: 1024px) {
  .top_news_box .title_top {
    align-items: flex-start;
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  .top_news_list {
    flex: 1;
  }
}

.top_news_item {
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .top_news_item {
    padding: 24px;
  }
}
.top_news_item:not(:last-child) {
  margin-bottom: 8px;
}

.top_news_titleArea {
  display: flex;
  column-gap: 2px;
  width: 100%;
}

.top_news_titleArea::after {
  content: "";
  width: 14px;
  height: 10px;
  display: inline;
  background-image: url(../../../assets/img/icon/arow_news.svg);
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
}

.top_news_item.open .top_news_titleArea::after {
  transform: rotate(180deg);
}

.top_news_date {
  font-size: 13px;
  font-weight: 500;
  color: #485C5E;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 6px;
}
@media (min-width: 1024px) {
  .top_news_date {
    font-size: 18px;
  }
}

.top_news_title {
  font-size: 16px;
  margin-right: 16px;
  font-weight: bold;
  color: #164559;
  flex: 1;
}
.top_news_title:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .top_news_title {
    font-size: 18px;
  }
}

.top_news_text {
  color: #485C5E;
  font-size: 14px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
@media (min-width: 1024px) {
  .top_news_text {
    font-size: 16px;
    margin-top: 8px;
  }
}

.top_news .top_news_item .top_news_text .subtitle {
	margin: 5px;
	font-weight: 600;
}

.top_news_item.open .top_news_text {
  height: auto;
}

.top_service {
  position: relative;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .top_service {
    margin-top: -120px;
  }
}
.top_service::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #7A9BAB;
  height: 100%;
  width: 96vw;
  left: 0;
  top: 0;
  border-radius: 0 32px 32px 0;
}
@media (min-width: 1024px) {
  .top_service::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #7A9BAB;
    height: 100%;
    width: 87.5vw;
    position: absolute;
  }
}

.top_service .inner {
  padding: 56px 15px;
  position: relative;
}
@media (min-width: 1024px) {
  .top_service .inner::after {
    content: "service";
    display: inline-block;
    font-family: "Jost", sans-serif;
    color: #82A1B0;
    text-transform: uppercase;
    font-size: 155px;
    position: absolute;
    left: calc(50% - 50vw);
    transform: rotate(90deg) translate(0, 50%);
    top: 180px;
  }
}
.top_service .inner .title_top {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .top_service .inner .title_top {
    margin-bottom: 80px;
    font-size: 32px;
    letter-spacing: 6px;
  }
}
.top_service .inner .title_top::before {
  color: #82A1B0;
}
@media (min-width: 1024px) {
  .top_service .inner .title_top::before {
    display: none;
  }
}

.top_service_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 120px);
  gap: 20px 48px;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .top_service_list {
    grid-template-columns: repeat(auto-fit, 136px);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

.top_service_item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  padding-bottom: 16px;
  transition: all 0.3s;
}
.top_service_item a:hover {
  opacity: 0.8;
}

.top_service_item_img {
  padding: 24px;
  aspect-ratio: 1;
  background-color: #F3F6F7;
  border-radius: 50%;
  width: 100%;
}

.top_service_item_title {
  min-height: 52px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.top_feature {
  padding: 64px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top_feature {
    position: relative;
    padding: 120px 0;
  }
}
.top_feature .title_top {
  color: #477186;
}
@media (min-width: 768px) {
  .top_feature .title_top {
    margin-bottom: 80px;
    font-size: 36px;
    letter-spacing: 6px;
  }
}
.top_feature .title_top::before {
  color: #EBF2F4;
  text-transform: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .top_feature .title_top::before {
    position: absolute;
    font-size: 160px;
    top: -90px;
    right: -260px;
  }
}

.feature_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  padding-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .feature_item {
    padding-bottom: 80px;
  }
}
.feature_item::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-image: url(../../../assets/img/Line.svg);
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 49.7%;
  z-index: -1;
}
@media (min-width: 768px) {
  .feature_item::before {
    width: 6px;
    background-size: 100% 100%;
  }
}

.feature_item_num {
  font-size: 24px;
  width: 48px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #F3F6F7;
  color: #485C5E;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature_item_title {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .feature_item_title {
    font-size: 30px;
  }
}
.feature_item_title span {
  display: inline-block;
  padding: 0 16px;
  background-color: #fff;
}

.feature_item_title::before {
  display: none;
}

.feature_item_text {
  margin-left: 4vw;
  background-color: rgba(228, 236, 240, 0.8);
  font-size: 14px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .feature_item_text {
    margin-left: 0;
    padding: 8px 16px;
    font-size: 16px;
  }
}

.feature_item_textArea {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .feature_item_textArea {
    flex-basis: 38.8888888889vw;
    margin-top: auto;
    margin-left: -40px;
  }
}

.feature_item:nth-child(odd) .feature_item_inner {
  margin-left: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .feature_item:nth-child(odd) .feature_item_inner {
    display: flex;
    align-items: center;
  }
}

.feature_item:nth-child(even) .feature_item_inner {
  margin-right: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .feature_item:nth-child(even) .feature_item_inner {
    display: flex;
    flex-direction: row-reverse;
  }
}
.feature_item:nth-child(even) .feature_item_title {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .feature_item:nth-child(even) .feature_item_title {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .feature_item:nth-child(even) .feature_item_textArea {
    margin-left: auto;
    margin-right: -40px;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .feature_item_img {
    flex-basis: 44.4444444444vw;
  }
}

.lifeStage {
  background-color: #F9F6F0;
  padding: 56px 0;
  border-radius: 40px;
  margin-bottom: -40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .lifeStage {
    padding-top: 120px;
    padding-bottom: 380px;
    margin-bottom: -100px;
  }
}
.lifeStage .title_top {
  color: #477186;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .lifeStage .title_top {
    font-size: 36px;
    letter-spacing: 6px;
  }
}
.lifeStage .title_top::before {
  color: #FCFBF8;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .lifeStage .title_top::before {
    font-size: min(12.5vw, 180px);
    margin-top: -130px;
  }
}

.lifeStage .inner {
  max-width: 1200px;
}

.lifeStage_item_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 253px;
  font-size: 18px;
  row-gap: 8px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  background-color: #D2BC8F;
  border-radius: 16px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .lifeStage_item_title {
    max-width: 176px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
}
.lifeStage_item_title span {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.lifeStage_item_inner {
  background-color: #fff;
  padding: 72px 24px 16px;
  border-radius: 16px;
  margin-top: -50px;
  width: 100%;
  /*height: 100%;*/
  aspect-ratio: 320/262;
}
@media (min-width: 768px) {
  .lifeStage_item_inner {
    aspect-ratio: auto;
    margin-top: 12px;
    padding: 16px;
  }
}
.lifeStage_item_inner li {
  font-size: 18px;
  font-weight: 500;
  color: #485C5E;
  padding-left: 30px;
  position: relative;
}
.lifeStage_item_inner li:not(:last-child) {
  margin-bottom: 8px;
}
.lifeStage_item_inner li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../../../assets/img/icon/check_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.lifeStage_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .lifeStage_item {
    flex: 1;
  }
}
.lifeStage_item .lifeStage_list_img {
  position: absolute;
}

.lifeStage_item:nth-child(4) .lifeStage_item_inner,
.lifeStage_item:nth-child(5) .lifeStage_item_inner {
  aspect-ratio: 320/210;
}
@media (min-width: 768px) {
  .lifeStage_item:nth-child(4) .lifeStage_item_inner,
  .lifeStage_item:nth-child(5) .lifeStage_item_inner {
    aspect-ratio: auto;
  }
}

.lifeStage_list {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 95%;
  margin: auto;
  max-width: 320px;
}
@media (min-width: 768px) {
  .lifeStage_list {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    column-gap: 1.5%;
  }
}

.lifeStage_item:nth-child(1) .lifeStage_list_img {
  width: 60px;
  bottom: -40px;
  right: -12px;
}
@media (min-width: 768px) {
  .lifeStage_item:nth-child(1) .lifeStage_list_img {
    width: 92px;
    bottom: -230px;
    right: min(5.4166666667vw, 78px);
  }
}

.lifeStage_item:nth-child(2) .lifeStage_list_img {
  width: 56px;
  bottom: -40px;
  left: -14px;
}
@media (min-width: 768px) {
  .lifeStage_item:nth-child(2) .lifeStage_list_img {
    width: 86px;
    bottom: -140px;
    left: min(10.1388888889vw, 146px);
  }
}

.lifeStage_item:nth-child(4) .lifeStage_list_img {
  width: 50px;
  top: -100px;
  right: -14px;
}
@media (min-width: 768px) {
  .lifeStage_item:nth-child(4) .lifeStage_list_img {
    width: 94px;
    top: initial;
    bottom: -150px;
    right: 116px;
    right: min(8.0555555556vw, 116px);
  }
}

.lifeStage_item:nth-child(5) .lifeStage_list_img {
  width: 30px;
  top: -40px;
  left: -14px;
}
@media (min-width: 768px) {
  .lifeStage_item:nth-child(5) .lifeStage_list_img {
    width: 52px;
    top: initial;
    bottom: -230px;
    left: 136px;
    left: min(9.4444444444vw, 136px);
  }
}

@media (min-width: 768px) {
  .lifeStage_item:nth-child(even) {
    top: 90px;
  }
}

.message {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F3F6F7;
  margin-top: -3.4722222222vw;
}
@media (min-width: 768px) {
  .message {
    padding-top: 170px;
    padding-bottom: 170px;
  }
}
.message .inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .message .inner {
    flex-direction: row;
    justify-content: center;
    column-gap: 4.537037037%;
  }
}
.message .message_text {
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: 16px;
}
@media (min-width: 768px) {
  .message .message_text {
    flex-basis: 52.1296296296%;
  }
}
.message .message_img {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .message .message_img {
    flex-basis: 42.962962963%;
    font-size: 20px;
  }
}

.visit .inner {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 40px;
}
@media (min-width: 768px) {
  .visit .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.visit_inner:not(:last-child) {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .visit_inner:not(:last-child) {
    padding-bottom: 160px;
  }
}

.visit_content p {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .visit_content p {
    font-size: 18px;
  }
}
.visit_content p:not(:last-child) {
  margin-bottom: 16px;
}
.visit_content .list_dot {
  margin-bottom: 24px;
}

.visit_content_item:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .visit_content_item:not(:last-child) {
    margin-bottom: 80px;
  }
}

.item_border_bottom {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .item_border_bottom {
    margin-bottom: 32px;
  }
}
.item_border_bottom::after {
  background: radial-gradient(circle farthest-side, #CBDEE4, #CBDEE4 30%, transparent 30%, transparent);
  background-size: 11px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .item_border_bottom::after {
    margin-top: 32px;
  }
}

.ginecology_wrap:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .ginecology_wrap:not(:last-child) {
    margin-bottom: 80px;
  }
}

.daysurgery .contentWrap {
  padding-bottom: 0;
}

.recovery {
  margin-top: 24px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .recovery {
    margin-top: min(2.7777777778vw, 40px);
    margin-bottom: min(7.2916666667vw, 105px);
  }
}
.recovery p {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .recovery p {
    font-size: 18px;
    text-align: center;
  }
}

.recovery_rooms {
  display: flex;
  justify-content: center;
  gap: min(2.7777777778vw, 40px);
  flex-direction: column;
  max-width: 688px;
  margin: auto;
}
@media (min-width: 768px) {
  .recovery_rooms {
    flex-direction: row;
  }
}

.recovery_room {
  border-radius: 16px;
  overflow: hidden;
}

.daysurgery_content_list .title_page_secondary {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .daysurgery_content_list .title_page_secondary {
    margin-bottom: 24px;
  }
}

.daysurgery_content_item .caution_list {
  margin-top: 16px;
}

.daysurgery .box_bgBlue .inner {
  background-color: transparent;
}

.step_title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1;
  padding-bottom: 0px;
  position: relative;
  border-bottom: 1px solid #CBDEE4;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .step_title {
    font-size: 28px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}
.step_title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 88px;
  height: 1px;
  background-color: #164559;
}

.step_item_inner p {
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: 16px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .step_item_inner p {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.flowDay_inner {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .flowDay_inner {
    font-size: 20px;
    flex-direction: row;
    column-gap: 24px;
  }
}
.flowDay_inner dt {
  font-weight: bold;
  color: #477186;
}
@media (min-width: 768px) {
  .flowDay_inner dt {
    width: 61px;
    text-align: end;
  }
}
.flowDay_inner dd {
  font-weight: 500;
  color: #485C5E;
}
.flowDay_inner:not(:last-child) {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .flowDay_inner:not(:last-child) {
    margin-bottom: 8px;
  }
}

.step {
  width: 85vw;
  max-width: 1000px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .step {
    width: 69.4444444444vw;
    margin: auto;
  }
}

.step_item {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .step_item {
    padding: min(2.7777777778vw, 40px);
    flex-direction: row;
    column-gap: 16px;
  }
}
.step_item:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .step_item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.step_item .list_check_blue {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .step_item .list_check_blue {
    margin-top: 40px;
  }
}
.step_item .caution_list {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .step_item .caution_list {
    margin-top: 16px;
  }
}
.step_item .box_beige {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .step_item .box_beige {
    margin-top: 40px;
  }
}
.step_item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #7A9BAB;
  background-color: #fff;
  position: absolute;
  left: -6.5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .step_item::before {
    width: 24px;
    height: 24px;
    left: -7vw;
  }
}
.step_item::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: calc(100% + 40px);
  background: radial-gradient(circle, #CBDEE4 30%, transparent 30%);
  background-size: 6px 20px;
  background-repeat: repeat-y;
  left: -6vw;
  top: 0;
  transform: translateX(50%);
}
@media (min-width: 768px) {
  .step_item::after {
    left: -6.6vw;
  }
}

.step_item:first-child::before,
.step_item:last-child::before {
  background-color: #7A9BAB;
}

.step_item:first-child::after {
  height: calc(50% + 40px);
  top: 50%;
}

.step_item:last-child::after {
  height: 50%;
}

@media (min-width: 768px) {
  .step_textArea {
    flex: 1;
  }
}

.step_img {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .step_img {
    width: 34.100877193vw;
    max-width: 311px;
  }
}

@media (min-width: 768px) {
  .step_text {
    font-size: 18px;
  }
}

.prenatalcare .contentWrap {
  padding-bottom: 0;
}

.prenatalcare_content_box {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .prenatalcare_content_box {
    margin-top: 80px;
  }
}

.prenatalcare_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  column-gap: 80px;
  row-gap: 16px;
  position: relative;
  top: -24px;
}
@media (min-width: 768px) {
  .prenatalcare_btns {
    flex-direction: row;
    top: -56px;
  }
}

.medical_examination_list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 4.5454545455%;
  row-gap: 68px;
}
@media (min-width: 768px) {
  .medical_examination_list {
    flex-direction: row;
  }
}

.medical_examination_item {
  flex: 1;
  position: relative;
}
@media (min-width: 768px) {
  .medical_examination_item {
    flex-basis: 47.7272727273%;
    padding: 32px 40px;
  }
}
.medical_examination_item:last-child {
  flex: 1;
}
@media (min-width: 768px) {
  .medical_examination_item:nth-child(2), .medical_examination_item:nth-child(3) {
    min-height: 228px;
  }
}

p.medical_examination_item_title {
  display: inline-block;
  background-color: #D2BC8F;
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 0 24px;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-100%);
}
p.medical_examination_item_title span {
  display: inline-block;
  margin-right: 4px;
}
@media (min-width: 768px) {
  p.medical_examination_item_title span {
    font-size: 20px;
  }
}

.ultrasonography_images {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .ultrasonography_images {
    margin-top: 40px;
    flex-direction: row;
    column-gap: 80px;
  }
}

.ultrasonography_img {
  border-radius: 16px;
  overflow: hidden;
}

.prenatalcare_nipt_inner {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .prenatalcare_nipt_inner {
    flex-direction: row;
    column-gap: 40px;
  }
}

.prenatalcare_nipt_img {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .prenatalcare_nipt_img {
    width: 47.0454545455%;
  }
}
.prenatalcare_nipt_img img {
  height: 100%;
}

.prenatalcare_nipt_textArea {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .prenatalcare_nipt_textArea {
    width: 48.4090909091%;
  }
}
.prenatalcare_nipt_textArea .btn_large {
  max-width: none;
}

.about .contentWrap {
  padding-bottom: 0;
/*
  overflow-y: hidden;
*/
}
.about .box_bgBlue {
  padding-bottom: 0;
}

.greeting {
  width: 80%;
  max-width: 1080px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  column-gap: min(7.6923076923%, 80px);
  row-gap: 16px;
  color: #485C5E;
}
@media (min-width: 768px) {
  .greeting {
    position: relative;
    z-index: 1;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .greeting.flex_reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .greeting_text {
    width: 52.3076923077%;
	  /*width: 80%;*/
  }
}

@media (min-width: 768px) {
  .greeting_img {
    width: 40%;
  }
}

.greeting_name {
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
  color: #164559 !important;
}
@media (min-width: 768px) {
  .greeting_name {
    font-size: 26px;
    text-align: right;
  }
}

.inner.greeting_wrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .inner.greeting_wrap {
    background-color: transparent;
  }
  .inner.greeting_wrap::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 91.6666666667vw;
    height: 100%;
    background-color: #fff;
  }
}
.inner.greeting_wrap:first-of-type {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .inner.greeting_wrap:first-of-type {
    margin-bottom: 120px;
  }
  .inner.greeting_wrap:first-of-type::after {
    left: calc(50% - 50vw);
    border-radius: 0 40px 40px 0;
  }
}
.inner.greeting_wrap:first-of-type .greeting {
  margin: auto;
}
@media (min-width: 768px) {
  .inner.greeting_wrap:nth-last-of-type(2)::after {
    right: calc(51% - 50vw);
    border-radius: 40px 0px 0px 40px;
  }
}
.inner.greeting_wrap:nth-last-of-type(2) .greeting {
  margin: auto;
}

.profile {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .profile {
    flex-direction: row;
    margin-top: 80px;
    position: relative;
    z-index: 1;
  }
}

.profile_inner {
  width: 100%;
}
@media (min-width: 768px) {
  .profile_inner {
    width: 50%;
  }
}

.profile_title {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 8px !important;
  color: #164559 !important;
}
@media (min-width: 768px) {
  .profile_title {
    font-size: 24px;
  }
}

.profile_list li {
  color: #485C5E;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .profile_list li {
    font-size: 18px;
  }
}
.profile_list li:not(:last-child) {
  margin-bottom: 8px;
}

.career {
  padding-top: 16px;
  border-top: 1px solid #D7C7A6;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .career {
    border-left: 1px solid #D7C7A6;
    padding-left: 40px;
    margin-top: 0;
    border-top: none;
  }
}

.clinic_slider_item p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .clinic_slider_item p {
    font-size: 20px;
  }
}
.clinic_slider_item img {
  height: 100%;
  border-radius: 24px;
}

.clinic_sliderwpar {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .clinic_sliderwpar {
    padding-bottom: 60px;
  }
}
.clinic_sliderwpar .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.clinic_sliderwpar .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #477186;
}

.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #7A9BAB;
  top: 60%;
}
@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #7A9BAB;
    top: 60%;
  }
}

.swiper-button-prev {
  left: 2vw;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    left: 8vw;
  }
}

.swiper-button-next {
  right: 2vw;
}
@media (min-width: 768px) {
  .swiper-button-next {
    right: 8vw;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12px;
  margin: auto;
  width: 8px;
}

.swiper-button-prev:after {
  background-image: url(../../../assets/img/icon/chevron_prev.svg);
}

.swiper-button-next::after {
  background-image: url(../../../assets/img/icon/chevron_backward.svg);
}

.access .contentWrap {
  padding-top: 60px;
  margin-bottom: -58px;
}
@media (min-width: 768px) {
  .access .contentWrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.access .contentWrap > .inner:first-of-type {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .access .contentWrap > .inner:first-of-type {
    margin-bottom: 80px;
  }
}

.access_schedule {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .access_schedule {
    max-width: 720px;
  }
}
.access_schedule .schedule_table {
  max-width: 720px;
  border: 2px solid #CBDEE4;
  border-collapse: initial;
  border-spacing: 0;
  border-radius: 10px;
}
.access_schedule .schedule_table thead {
  background-color: #7A9BAB;
  color: #fff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .access_schedule .schedule_table thead {
    font-size: 28px;
  }
}
.access_schedule .schedule_table thead th {
  width: 120px;
  border-radius: 8px 0 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .access_schedule .schedule_table thead th {
    width: 218px;
  }
}
.access_schedule .schedule_table thead td:last-child {
  border-radius: 0 8px 0 0;
  overflow: hidden;
}
.access_schedule .schedule_table tbody tr {
  height: 48px;
}
@media (min-width: 768px) {
  .access_schedule .schedule_table tbody tr {
    height: 57px;
  }
}
.access_schedule .schedule_table tbody tr:last-child td {
  border-top: 2px solid #CBDEE4;
}
.access_schedule .schedule_table tbody tr:last-child th {
  border-top: 2px solid #CBDEE4;
  border-radius: 0 0 0 8px;
  overflow: hidden;
}
.access_schedule .schedule_table tbody th {
  font-size: 14px;
  background-color: #F7F7F8;
}
@media (min-width: 768px) {
  .access_schedule .schedule_table tbody th {
    font-size: 25px;
  }
}
.access_schedule .schedule_table tbody td {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .access_schedule .schedule_table tbody td svg {
    width: 22px;
    height: 22px;
  }
}
.access_schedule .schedule_caption {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.access_schedule .schedule_caption .day {
  font-size: 14px;
  color: #477186;
  font-weight: 500;
}
@media (min-width: 768px) {
  .access_schedule .schedule_caption .day {
    font-size: 20px;
  }
}
.access_schedule .schedule_caption .time {
  color: #485C5E;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .access_schedule .schedule_caption .time {
    font-size: 22px;
  }
}
.access_schedule .schedule_caption .time svg {
  fill: #485C5E;
  margin-right: 6px;
}
@media (min-width: 768px) {
  .access_schedule .schedule_caption .time svg {
    width: 14px;
    height: 14px;
  }
}

.access_telBox {
  width: fit-content;
  margin: 0 auto;
  margin-top: 24px;
  padding: 16px;
  border-radius: 12px;
  background-color: #FCFBF8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .access_telBox {
    padding: 40px;
    margin-top: 80px;
  }
}
.access_telBox span {
  font-size: 16px;
  font-weight: 500;
  color: #94A8AA;
  margin-right: 5px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .access_telBox span {
    font-size: 32px;
  }
}
.access_telBox a {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .access_telBox a {
    font-size: 48px;
  }
}

.access_map_item:first-child p {
  margin-bottom: 16px;
}

.access_map_item:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .access_map_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.accesss_mapImage {
  aspect-ratio: 88/32;
  border-radius: 13px;
  overflow: hidden;
}

.co .column_lead {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .co .column_lead {
    margin-bottom: 48px;
  }
}

.column_content:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .column_content:not(:last-child) {
    margin-bottom: 80px;
  }
}

.column_image_medium {
  width: 100%;
  aspect-ratio: 529/296;
  overflow: hidden;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .column_image_medium {
    width: 60.1136363636%;
  }
}
.column_image_medium img {
  height: 100%;
}

.inner.bg_none {
  background-color: transparent;
}

.u-mb24 {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .u-mb24 {
    margin-bottom: 24px;
  }
}

.u-mb16 {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .u-mb16 {
    margin-bottom: 16px;
  }
}


table.tbl01{
    width: 96%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    margin: 0 2% 30px;
}

table.tbl01 th{
	border:1px solid #aaa;
	padding:10px 20px;
	background-color: #7A9BAB;
	color:#fff;
}

table.tbl01 td{
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	padding:10px 20px;
}









/*# sourceMappingURL=styles.css.map */