.top_greeting .loopText li@charset "UTF-8";
.header {
  width: 100%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header .header_logo {
  line-height: 1;
}
.header .header_logo .type_white,
.header .header_logo .type_normal {
  position: absolute;
  top: 27px;
  left: 40px;
}
@media (min-width: 768px) {
  .header .header_logo .type_white,
  .header .header_logo .type_normal {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacitys 0.3s ease, visibility 0.3s ease;
    transition: opacitys 0.3s ease, visibility 0.3s ease;
  }
}
.header .header_logo a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header .header_logo .type_white,
  .header .header_logo .type_normal {
    left: 10px;
    top: 16.5px;
    width: 315px;
  }
}
.header.header_scrolled {
  background: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.header .type_white.visible, .header:not(.header_scrolled) .header_logo .type_white, .header.header_scrolled .header_logo .type_white.type_normal {
  opacity: 1;
  visibility: visible;
}
.header .type_normal.visible, .header:not(.header_scrolled) .header_logo .type_normal.type_white, .header.header_scrolled .header_logo .type_normal {
  opacity: 1;
  visibility: visible;
}
.header.header_scrolled .header_logo .type_white {
  opacity: 0;
  visibility: hidden;
}
.header:not(.header_scrolled) .header_logo .type_normal {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .header {
    height: 92px;
  }
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header_logo {
    margin-left: 20px;
    max-width: 26%;
  }
  .header .header_info {
    margin-left: auto;
  }
  .header .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .row .header_list:not(:first-child) {
    margin-left: 20px;
  }
  .header .row .header_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .header .row .header_list > ul > li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  body.home header .type_white {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  body.home header .type_normal {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

@media (min-width: 768px) {
  .pc_horizon {
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .pc_horizon .global_nav,
  .pc_horizon .header_menu {
    width: auto;
  }
  .pc_horizon .global_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    position: initial;
  }
  .pc_horizon .global_nav .menu-item > .sub-menu_wrap {
    top: 68%;
  }
  .pc_horizon .header_menu.container {
    max-width: none;
    width: auto;
    margin-right: 2px;
    margin-bottom: 0;
  }
  .pc_horizon .header_menu > li {
    width: auto;
  }
  .hdr_contaier {
    margin-right: 39px;
  }
  .hdr_contaier .hdr_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 0 5px;
  }
  .hdr_contaier .hdr_info li.c-tel {
    color: var(--Text-Blue);
    font-family: "Nanum Myeongjo";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-right: 24px;
    padding-top: 6px;
  }
  .hdr_contaier .hdr_info li.c-tel .num {
    color: var(--Text-Blue, #004687);
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
  }
  .hdr_contaier .hdr_info li.c-bg a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px 6px 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid var(--Blue-70);
    background: var(--Text-White);
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .hdr_contaier .hdr_info li.c-bg a:hover {
    background: var(--Blue-95);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .hdr_contaier .hdr_info li.c-bg:not(:last-child) {
    margin-right: 7px;
  }
  .hdr_contaier .hdr_info li.c-bg .ic {
    color: var(--Text-Blue);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    position: relative;
    padding-left: 20px;
  }
  .hdr_contaier .hdr_info li.c-bg .ic:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 16px;
  }
  .hdr_contaier .hdr_info li.c-bg .ic.access:before {
    background: url(../img/common/ic_map.svg) no-repeat center/cover;
  }
  .hdr_contaier .hdr_info li.c-bg .ic.online:before {
    background: url(../img/common/ic_online.svg) no-repeat center/cover;
  }
}
@media (max-width: 767px) {
  .sp_horizon {
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 0;
  }
  .sp_horizon .container {
    max-width: 100%;
  }
  .sp_horizon .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px;
  }
  .sp_horizon .header_logo {
    margin-left: 15px;
  }
  .sp_horizon .header_logo img {
    max-width: 93.5%;
  }
  .sp_horizon .sp_nav {
    position: inherit;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header_hover_item_wrap {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .header_hover_item {
    margin-right: -220px;
    z-index: 30;
    -webkit-transition: margin-right 0.5s;
    transition: margin-right 0.5s;
  }
  .header_hover_item.active {
    margin-right: 0;
  }
}
.section {
  background: var(--Blue-97);
}
.section:not(:last-child) {
  border-bottom: 1px solid var(--Blue-Gray-80);
}
.section h3:first-child {
  margin-bottom: 24px;
}
.section hr {
  margin-bottom: 60px;
  margin-top: 60px;
  max-width: 1280px;
}
@media (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.box_bg {
  background: #fff;
  padding: clamp(24px, 3.33vw, 40px);
}

.box_border {
  background: #fff;
  border: 5px solid #f2f8fd;
}

.box_border .box_bg {
  background: #f2f8fd;
}

.section_bg .box_border .box_bg {
  background: #f2f8fd;
}

.box_bg:not(:last-child),
.box_border:not(:last-child) {
  margin-bottom: 80px;
}
.box_bg h4,
.box_border h4 {
  margin-bottom: 16px;
}
.box_bg ul:first-child,
.box_bg ol:first-child,
.box_bg dl:first-child,
.box_bg table:first-child,
.box_bg p:first-child,
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child,
.box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border,
.row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}
.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border,
.row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}
@media (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border,
  .row .col_3 .box_bg,
  .row .col_3 .box_border,
  .row .col_4 .box_bg,
  .row .col_4 .box_border,
  .row .col_5 .box_bg,
  .row .col_5 .box_border,
  .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border,
  .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border,
  .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border,
  .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border,
  .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.googlemap:not(:last-child),
.youtube:not(:last-child) {
  margin-bottom: 1.5em;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.googlemap {
  padding-top: clamp(300px, 33.333vw, 400px);
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .small_image_layout .col:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .small_image_layout {
    display: grid;
    grid-template-columns: 31.73% 63.653%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .small_image_layout.reverse {
    grid-template-columns: 63.653% 31.73%;
  }
  .small_image_layout.reverse .img_area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .small_image_layout.reverse .contents_area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .two_column {
    display: grid;
    grid-template-columns: 46.63% 48.75%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 48px;
  }
  .two_column.reverse .img_area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .two_column.reverse .contents_area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .two_column h4,
  .two_column h5 {
    margin-top: 0;
  }
  .two_column h4 {
    margin-bottom: 23px;
  }
  .two_column p {
    line-height: 200%;
    letter-spacing: 1.28px;
  }
  .two_column p,
  .two_column ul,
  .two_column ol,
  .two_column dl,
  .two_column table {
    margin-bottom: 20px;
  }
}
.card_design {
  padding: clamp(24px, 3.33vw, 40px);
  background: #fff;
}
.card_design:not(:last-child) {
  margin-bottom: clamp(48px, 6.66vw, 80px);
}
.card_design h4,
.card_design h5 {
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .card_design .small_image_layout {
    grid-template-columns: 35.3% 60.52%;
  }
  .card_design .small_image_layout.reverse {
    grid-template-columns: 60.52% 35.3%;
  }
  .card_design .small_image_layout.reverse .img_area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .card_design .small_image_layout.reverse .contents_area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.features_parts .feature-card {
  padding: 36px 64px 49px 64px;
  border-radius: 8px;
  background: var(--bgc-w);
  border-radius: 8px;
}
.features_parts .feature-card:not(:last-child) {
  margin-bottom: 40px;
}
.features_parts .feature-card h3 {
  color: var(--Blue-70);
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.92px;
  padding: 0 0 16px;
  border-top: 0;
  font-family: var(--Shippori-Mincho);
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}
.features_parts .feature-card p {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 1.28px;
}
.features_parts .feature-card p.num {
  color: var(--Blue-70);
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  display: block;
  font-family: "Nanum Myeongjo";
  margin-bottom: 12px;
}
.features_parts .feature-card h5 {
  margin-top: 0;
  margin-bottom: 8px;
}
.features_parts .feature-card .box_bg {
  padding: 32px 40px;
  border-radius: 4px;
  background: var(--Blue-97);
  margin-top: 39px;
}
.features_parts .feature-card .box_bg p {
  line-height: 180%;
  letter-spacing: 1.28px;
}
.features_parts .feature-card .two_column_type_bg .col {
  padding: 32px 40px;
  border-radius: 4px;
  background: var(--Blue-97);
}
@media (max-width: 767px) {
  .features_parts .feature-card .two_column_type_bg .col {
    padding: 24px 24px 32px 24px;
  }
}
.features_parts .box_bg {
  margin-bottom: 48px !important;
}
@media (max-width: 767px) {
  .features_parts .feature-card {
    padding: 34px 32px 37px 32px;
  }
  .features_parts .feature-card:not(:last-child) {
    margin-bottom: 48px;
  }
  .features_parts .feature-card h3 {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 1.44px;
  }
  .features_parts .feature-card p {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 1.12px;
  }
  .features_parts .feature-card p.num {
    margin-bottom: 3px;
  }
  .features_parts .feature-card .two_column .col:not(:last-child) {
    margin-bottom: 25px;
  }
  .features_parts .feature-card .two_column_type_bg .col:not(:last-child) {
    margin-bottom: 48px;
  }
  .features_parts .feature-card .box_bg {
    padding: 24px 24px 32px 24px;
  }
}
@media (min-width: 768px) {
  .features_parts .two_column_type_bg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.flow_parts .flow-card {
  padding: 47px 64px 59px 64px;
  border-radius: 8px;
  background: var(--bgc-w);
  border-radius: 8px;
}
.flow_parts .flow-card > h4 {
  margin-top: 0;
}
.flow_parts .flow-card:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
.flow_parts .flow-card:not(:last-child):after {
  content: "";
  width: 64px;
  height: 24px;
  background: url(../img/common/arrow_flow.svg) no-repeat center/cover;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.flow_parts .flow-card h3, .flow_parts .flow-card h4 {
  color: var(--Blue-70);
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.92px;
  padding: 0px 0px 12px 8px;
  border-top: 0;
  font-family: var(--Shippori-Mincho);
  text-align: left;
  margin-bottom: 23px;
  margin-top: 0;
}
.flow_parts .flow-card h3 .ttl, .flow_parts .flow-card h4 .ttl {
  padding: 8px 0;
}
.flow_parts .flow-card h4:before {
  display: none;
}
.flow_parts .flow-card h3 .num, .flow_parts .flow-card h4 .num {
  color: var(--Blue-70);
  font-family: "Nanum Myeongjo";
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  margin-right: 16px;
  display: inline-block;
}
.flow_parts .flow-card h5 {
  margin-top: 0;
  margin-bottom: 8px;
}
.flow_parts .flow-card .box_bg {
  padding: 32px 40px;
  border-radius: 4px;
  background: var(--Blue-97);
  margin-top: 39px;
}
@media (max-width: 767px) {
  .flow_parts .flow-card .box_bg {
    padding: 24px 24px 32px 24px;
  }
}
.flow_parts .flow-card .box_bg p {
  line-height: 180%;
  letter-spacing: 1.28px;
}
.flow_parts .flow-card .two_column_type_bg .col {
  padding: 32px 40px;
  border-radius: 4px;
  background: var(--Blue-97);
}
.flow_parts .box_bg:not(:last-child) {
  margin-bottom: 48px !important;
}
@media (max-width: 767px) {
  .flow_parts .flow-card {
    padding: 25px 27px 66px 27px;
  }
  .flow_parts .flow-card h3 {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 1.44px;
    padding-bottom: 14px;
    margin-bottom: 18px;
  }
  .flow_parts .flow-card h3 .num {
    display: block;
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .flow_parts .two_column_type_bg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.mce-content-body .link_anchor {
  margin: 0 auto 56px;
}

.link_anchor li a {
  text-decoration: none;
  padding: 8px 25px 8px 8px;
  display: block;
  position: relative;
  border-bottom: solid 1px var(--Blue-Gray-80);
  color: var(--Blue-70);
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 1.4;
}
.link_anchor li a:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/arrow_anchor.svg) no-repeat center/cover;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.link_anchor li a:hover {
  color: var(--Blue-70);
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .link_anchor li:not(:last-child) {
    margin-bottom: 12px;
  }
  .link_anchor li a {
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .link_anchor {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 24px;
  }
  .link_anchor li {
    height: 100%;
  }
  .link_anchor li a {
    height: 100%;
  }
  .link_anchor.link_col_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .link_anchor.link_col_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ul_dot,
.ol_circle {
  margin-bottom: 24px;
}
.ul_dot:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}
.ul_dot li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 17.6px;
  position: relative;
}
.ul_dot li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}
.ul_dot li::before, .ul_dot li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}
.ul_dot li ul:first-child,
.ol_circle li ul:first-child {
  margin-top: 12px;
}
.ul_dot + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.button_list li a {
  background: #fff;
  padding: 16px 16px 16px 34px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.44px;
  position: relative;
  text-decoration: none;
  display: block;
  color: var(--Text-Black);
}
.button_list li a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--Blue-80);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .button_list li a:before {
    bottom: auto;
    top: 27px;
  }
}
.button_list li a:hover {
  color: var(--Blue-70);
}
@media (max-width: 767px) {
  .button_list li:not(:last-child) {
    margin-bottom: 16px;
  }
  .button_list li a {
    font-size: 14px;
    letter-spacing: 1.12px;
    padding: 12px 16px 12px 36px;
  }
}
@media (min-width: 768px) {
  .button_list {
    display: grid;
    gap: 24px 24px;
  }
  .button_list.list_col_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .button_list.list_col_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .button_list.list_col_4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 18px;
  }
}

.page_anchor_list {
  padding: 27px 32px;
  border-radius: 4px;
  background: #fff;
}
.page_anchor_list li a {
  text-decoration: none;
  color: var(--Text-Blue);
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 5px 26px 5px 8px;
  border-bottom: 1px solid var(--Blue-Gray-80);
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page_anchor_list li a:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../img/common/arrow_anchor.svg) no-repeat center/cover;
}
.page_anchor_list li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .page_anchor_list {
    padding: 32px;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
  .page_anchor_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .page_anchor_list li a {
    padding: 8px 30px 8px 8px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .page_anchor_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.ul_circle li,
.ul_check li,
.ul_triangle li {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.44px;
  padding-left: 26px;
  position: relative;
}
@media (max-width: 767px) {
  .ul_circle li,
  .ul_check li,
  .ul_triangle li {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
  .ul_circle li:not(:last-child),
  .ul_check li:not(:last-child),
  .ul_triangle li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .ul_circle,
  .ul_check,
  .ul_triangle {
    display: grid;
    gap: 16px 24px;
  }
  .ul_circle.list_col_2,
  .ul_check.list_col_2,
  .ul_triangle.list_col_2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ul_circle.list_col_3,
  .ul_check.list_col_3,
  .ul_triangle.list_col_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ul_circle.list_col_4,
  .ul_check.list_col_4,
  .ul_triangle.list_col_4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 18px;
  }
}

.ul_circle li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--Blue-80);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
@media (min-width: 768px) {
  .ul_circle li:before {
    bottom: auto;
    top: 9px;
  }
}

.ul_check li:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/ic_check.svg) no-repeat center/cover;
}
@media (min-width: 768px) {
  .ul_check li:before {
    bottom: auto;
    top: 5px;
  }
}
@media (min-width: 768px) {
  .ul_check {
    gap: 19px 24px;
  }
}

.ul_triangle li:before {
  content: "";
  width: 12px;
  height: 10px;
  background-color: var(--Blue-70);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media (max-width: 767px) {
  .ul_triangle li:before {
    bottom: auto;
    top: 9px;
  }
}

.ul_dot li::before {
  border-radius: 50%;
  background: #0f406c;
  height: calc(16px / 3);
  left: 0.5em;
  top: calc(16px * 1.75 / 2 - 16px / 6);
  width: calc(16px / 3);
}

h3 + ol {
  margin-top: 40px;
}

.ol_circle {
  counter-reset: ol_circle;
}
.ol_circle li {
  padding-left: 28px;
  position: relative;
}
.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}
.ol_circle li::before {
  background-color: #0f406c;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: center;
  top: 6px;
  width: 20px;
  position: absolute;
}

ul.ul-before-heading {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  line-height: 1.6;
}
table.table_address, table.table_timetable, table.table {
  margin-bottom: 1em;
}
table.table_address:last-child, table.table_timetable:last-child, table.table:last-child {
  margin-bottom: 0;
}
table.table_address tbody th,
table.table_address tbody td {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1.44px;
  padding: 26px 20px;
  padding-left: 35px;
}
table.table_address tbody th {
  color: var(--Blue-60);
  font-weight: 500;
  border-bottom: 2px solid var(--Blue-70);
  text-align: left;
}
table.table_address tbody td {
  position: relative;
}
table.table_address tbody td:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--Blue-Gray-80);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (max-width: 767px) {
  table.table_address tbody th,
  table.table_address tbody td {
    padding: 24px;
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
table.table th,
table.table td {
  border: 1px solid #ddd;
  font-weight: normal;
  padding: 0.75em 0.35em;
  text-align: center;
}
table.table thead th,
table.table thead td {
  background: #0f406c;
  color: #fff;
  font-weight: bold;
}
table.table tbody th {
  background: #f7f9fc;
}
table.table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  table.table th,
  table.table td {
    padding: 1.3em 1em;
  }
}
table.th_td_left tbody th,
table.th_td_left tbody td {
  text-align: left;
}
table.th_left tbody th {
  text-align: left;
}
table.td_left tbody td {
  text-align: left;
}
table.td_right tbody td {
  text-align: right;
}
table.td_center tbody td {
  text-align: center;
}
table.td_last_right tbody td:last-child {
  text-align: right;
}
table.table_default tbody th,
table.table_default tbody td {
  text-align: left;
}
table.table_default:not(.table_fixed) tbody tr th:first-child {
  width: 32%;
}
@media (min-width: 768px) {
  table.table_default:not(.table_fixed) tbody tr th:first-child {
    width: 25%;
  }
}
table.table_fee tbody th {
  text-align: left;
}
table.table_fee tbody td:last-child {
  text-align: right;
}
table.table_fixed {
  table-layout: fixed;
}
@media (max-width: 767px) {
  table.table_sp_stack, table.table_sp_stack_noborder {
    border-bottom: 1px solid #ddd;
  }
  table.table_sp_stack thead,
  table.table_sp_stack tbody,
  table.table_sp_stack tr,
  table.table_sp_stack th,
  table.table_sp_stack td, table.table_sp_stack_noborder thead,
  table.table_sp_stack_noborder tbody,
  table.table_sp_stack_noborder tr,
  table.table_sp_stack_noborder th,
  table.table_sp_stack_noborder td {
    display: block;
    width: auto;
  }
  table.table_sp_stack th, table.table_sp_stack_noborder th {
    border-bottom: none;
  }
  table.table_sp_stack td, table.table_sp_stack_noborder td {
    border-bottom: none;
  }
  table.table_sp_stack_noborder th {
    border-top-color: #ddd;
    padding-bottom: 0.25em;
  }
  table.table_sp_stack_noborder td {
    border-top: none;
    padding-top: 0.25em;
  }
}

.table_wrapper {
  border-radius: 8px;
  overflow: hidden;
  border: solid 1px var(--Blue-60);
  margin-bottom: clamp(12px, 1.33vw, 16px);
}
.table_wrapper .table_timetable {
  width: 100%;
}
.table_wrapper .table_timetable thead th:first-child {
  width: 151px;
  padding: 2px 0px 4px 26px;
}
@media (max-width: 767px) {
  .table_wrapper .table_timetable thead th:first-child {
    width: 120px;
  }
}
.table_wrapper .table_timetable thead th,
.table_wrapper .table_timetable thead td {
  height: clamp(34px, 3vw, 36px);
  padding: 2px 0px 4px;
  border-bottom: 1px solid var(--Blue-60);
  background: var(--Blue-95);
  color: var(--Blue-60);
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.table_wrapper .table_timetable tbody th {
  background: var(--Blue-60);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  width: 26px;
  vertical-align: middle;
  letter-spacing: 3px;
}
.table_wrapper .table_timetable tbody th .txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
  min-height: 17px;
}
.table_wrapper .table_timetable tbody td {
  padding: 11px 5px;
  color: var(--Text-Blue);
  font-weight: 400;
  line-height: normal;
  text-align: center;
  border-bottom: 1px solid var(--Blue-60);
}
@media (max-width: 767px) {
  .table_wrapper .table_timetable tbody td {
    padding: 14px 5px;
  }
}
.table_wrapper .table_timetable tbody .time {
  width: 125px;
  text-align: center;
  border-right: 1px solid var(--Blue-60);
}
@media (max-width: 767px) {
  .table_wrapper .table_timetable tbody .time {
    width: 94px;
  }
}
.table_wrapper .table_timetable tbody .morning {
  border-bottom: solid 1px #fff;
}
.table_wrapper .table_timetable tbody .afternoon {
  padding-top: 13px;
  padding-bottom: 10px;
}
.table_wrapper .table_timetable tbody tr:last-child th,
.table_wrapper .table_timetable tbody tr:last-child td {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .table_wrapper .table_timetable thead th,
  .table_wrapper .table_timetable thead td,
  .table_wrapper .table_timetable tbody th,
  .table_wrapper .table_timetable tbody td {
    font-size: 14px;
  }
  .table_wrapper .table_timetable .afternoon {
    padding-top: 11px;
    padding-bottom: 10px;
  }
}

.normal_table {
  width: 100%;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  overflow: hidden;
}
.normal_table thead th,
.normal_table thead td {
  background: var(--Blue-60);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.72px;
  padding: 8px 32px;
}
.normal_table tbody th,
.normal_table tbody td {
  padding: 24px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.44px;
}
.normal_table tbody th {
  color: var(--Blue-60);
  border-bottom: 1px solid var(--Blue-Gray-80);
  background: var(--Blue-93);
}
.normal_table tbody th.line {
  border-left: 1px solid var(--Blue-Gray-80);
}
.normal_table tbody .bg {
  background: var(--Blue-60);
  color: #fff;
}
.normal_table tbody td {
  background: var(--bgc-w);
}
.normal_table tbody td:not(:last-child) {
  border-right: 1px solid var(--Blue-Gray-80);
}
.normal_table tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--Blue-Gray-80);
}
@media (max-width: 767px) {
  .normal_table thead th,
  .normal_table thead td {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.56px;
    padding: 12px 32px;
  }
  .normal_table tbody th {
    font-weight: 500;
  }
  .normal_table tbody th,
  .normal_table tbody td {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 1.12px;
    padding: 20px 18px;
  }
}

.table_generic tbody th,
.table_generic tbody td {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1.44px;
  padding: 24px 20px;
  padding-left: 35px;
  border-top: 1px solid var(--Blue-Gray-80, #C9DBE0);
}
.table_generic tbody tr:last-child th,
.table_generic tbody tr:last-child td {
  border-bottom: 1px solid var(--Blue-Gray-80, #C9DBE0);
}
.table_generic tbody tr:nth-child(odd) th,
.table_generic tbody tr:nth-child(odd) td {
  background: #fff;
}
@media (min-width: 768px) {
  .table_generic tbody tr:nth-child(odd) th,
  .table_generic tbody tr:nth-child(odd) td {
    padding-left: 45px;
  }
}
.table_generic tbody th {
  color: var(--Blue-60);
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  .table_generic th {
    font-weight: 500;
  }
  .table_generic th,
  .table_generic td {
    padding: 20px 32px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 1.12px;
  }
}

.table_txt {
  color: var(--Text-Blue);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  text-align: right;
}
@media (max-width: 767px) {
  .table_txt {
    font-size: 14px;
  }
}

.consul {
  color: #0f406c !important;
}

.consul2 {
  color: #5298d6 !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}
.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 768px;
  }
  .js-scrollable table.table_fixed {
    width: 100%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}
.js-scrollable_pc table.table_fixed {
  width: 100%;
}
@media (min-width: 768px) {
  .js-scrollable_pc table {
    min-width: 1300px;
  }
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq:not(:last-child) {
  margin-bottom: 40px;
}
.box_faq .question {
  padding: 13px 0 13px 77px;
  color: var(--Text-Blue);
  border-radius: 4px;
  background: var(--Text-White);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.box_faq .question:before, .box_faq .question:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 53px;
  height: 100%;
}
.box_faq .question:before {
  content: "Q";
  color: #fff;
  left: 0;
  z-index: 1;
  font-family: "Nanum Myeongjo";
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.56px;
  background: var(--Blue-70);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.box_faq .question:after {
  background: var(--Gradation-01);
  left: 0;
  margin: auto;
  height: 100%;
}
.box_faq .question .faq_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.44px;
  padding-right: 68px;
  position: relative;
}
.box_faq .question .faq_title:after {
  content: "";
  width: 18px;
  height: 11px;
  background: url(../img/common/arrow_qa.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.box_faq .question.open .faq_title:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.box_faq .question:hover {
  color: var(--Blue-70);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.box_faq .question:hover:before {
  background: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.box_faq .answer {
  padding: 48px 45px 24px;
  display: none;
}
@media (max-width: 767px) {
  .box_faq:not(:last-child) {
    margin-bottom: 48px;
  }
  .box_faq .question {
    padding: 7px 0 7px 77px;
    color: var(--Text-Black);
  }
  .box_faq .question:before {
    font-size: 28px;
    letter-spacing: 0.56px;
    left: 0;
  }
  .box_faq .question:after {
    width: 48px;
  }
  .box_faq .question .faq_title {
    padding-right: 60px;
    font-size: 14px;
    letter-spacing: 1.12px;
  }
  .box_faq .answer {
    padding: 24px 4px 0 4px;
  }
}

.flow-box {
  margin-bottom: 50px;
}
.flow-box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}

.flow-block {
  border: 5px solid #f2f8fd;
  background: #fff;
  border-radius: 0px;
  margin-top: 82px;
  padding: 50px;
  position: relative;
}
.flow-block:first-child {
  margin-top: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #afcbea;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}
@media (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after, .flow-block.last::after {
  display: none;
}
.section_bg .flow-block {
  background: #fff;
}
.section_bg .flow-block::after {
  border-top-color: #0f406c;
}
.flow-block .title {
  --flow-title-font-size: 18px; /* .flow-block .title の font-size */
  --flow-title-line-height: 1.5; /* .flow-block .title の line-height */
  /**/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  font-size: var(--flow-title-font-size);
  line-height: var(--flow-title-line-height);
  margin-top: 0 !important;
  padding: 0;
  text-align: left;
  border: none;
}
@media (min-width: 768px) {
  .flow-block .title {
    --flow-title-font-size: 24px; /* .flow-block .title の font-size */
  }
}
.flow-block .title::after, .flow-block .title::before {
  display: none;
}
.flow-block .title .num {
  --flow-num-font-percent: 0.83; /* .flow-block .title .num フォントサイズ */
  --flow-num-width: calc( var(--flow-title-line-height) * var(--flow-title-font-size) * var(--flow-num-font-percent) + ( var(--flow-title-font-size) / 6 ) ); /* .flow-block .title .num の width*/
  /**/
  display: block;
  border: #0f406c;
  background: #0f406c;
  margin-right: 0.5em;
  margin-bottom: auto;
  color: #fff;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: calc(var(--flow-title-font-size) * var(--flow-num-font-percent));
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  line-height: var(--flow-num-width);
  width: var(--flow-num-width);
  aspect-ratio: 1;
  -webkit-transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
          transform: translateY(calc(var(--flow-title-font-size) / 6 / 2 - var(--yugo-minus)));
}
@media (min-width: 768px) {
  .flow-block .title {
    font-size: var(--flow-title-font-size);
  }
}

.home .footer {
  border-top: none;
}

.footer {
  padding: 120px 80px 0px 80px;
}
.footer .footer_container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.footer .subject_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  margin: 0;
}
.footer .subject_list li {
  color: var(--Text-White, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  border-radius: 2px;
  background: var(--Blue-60);
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .info .tel {
  color: var(--Blue-60);
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  font-family: "Nanum Myeongjo";
  margin-bottom: 11px;
}
.footer .info .tel a {
  color: var(--Blue-60);
  font-size: 32px;
}
.footer .info .address {
  color: var(--Blue-60);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-bottom: 12px;
}
.footer .info .map a {
  color: var(--Blue-60);
  font-weight: 400;
  line-height: 150%;
  border-bottom: 1px solid var(--Blue-80);
  display: inline-block;
  text-decoration: none;
  padding: 0 4px 4px 22px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .info .map a:before {
  content: "";
  width: 14px;
  height: 18px;
  background: url(../img/common/ic_gmap.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.1px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .info .map a:hover {
  color: var(--Blue-80);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .info .map a:hover:before {
  background: url(../img/common/ic_gmap02.svg) no-repeat center/cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .footer {
    padding: 70px 20px 0;
  }
  .footer .subject_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 8px;
    padding: 30px 0;
  }
  .footer .subject_list li {
    font-size: 14px;
  }
  .footer .info .tel {
    font-size: 20px;
  }
  .footer .info .tel a {
    font-size: 30px;
  }
  .footer .info .address {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
  .footer .info .map a {
    padding: 8px 8px 9px 30px;
    border-radius: 2px;
    border: 1px solid var(--Blue-80);
    font-size: 14px;
  }
  .footer .info .map a:before {
    left: 10px;
  }
  .footer .info_col {
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .footer .footer_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .info_col {
    width: 569px;
  }
  .footer .info_col .subject_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px 3px;
    padding: 24px 0 32px;
  }
  .footer .timetable_col {
    width: 463px;
  }
  .footer .table_wrapper {
    margin-top: 8px;
  }
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0px 40px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: var(--Blue-70);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.96px;
  border-top: 1px solid var(--Blue-70);
  margin-top: 126px;
}
@media (max-width: 767px) {
  .copyright {
    margin-top: 56px;
    padding: 20px 0px 112px;
  }
}

.list_list dd a {
  color: #121212;
  text-decoration: none;
}
.list_list dd a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list_list dt {
    padding: 0.5em 0 0;
  }
  .list_list dd {
    padding: 0 0 0.5em;
  }
}
@media (min-width: 768px) {
  .list_list dt {
    float: left;
  }
  .list_list dd {
    padding-left: 120px;
  }
}

.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 120s linear infinite;
          animation: loopslider 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5808px;
  height: 100%;
}
.loopslider .loopslider_item {
  margin: 0 8px;
  width: 363px;
}
.loopslider .loopslider_item img {
  border-radius: clamp(12px, 1.33vw, 16px);
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2904px);
            transform: translateX(-2904px);
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2904px);
            transform: translateX(-2904px);
  }
}
@media (min-width: 768px) {
  .loopslider {
    -webkit-animation: loopslider 100s linear infinite;
            animation: loopslider 100s linear infinite;
    width: 10432px;
  }
  .loopslider .loopslider_item {
    width: 636px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-5216px);
              transform: translateX(-5216px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-5216px);
              transform: translateX(-5216px);
    }
  }
}
.img_slider {
  margin: auto;
  position: relative;
}

.img_slider img {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .img_slider img {
    border-radius: 4px;
  }
}

.img_slider .img_slide_thumb {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .img_slider .img_slide_thumb {
    margin-top: 24px;
  }
}

.img_slider .img_slide_thumb .slick-slide {
  margin: 0 8px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 36px;
  height: 56px;
  top: calc(50% - 36px);
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  content: "";
  width: 36px;
  height: 56px;
  background: url(../img/common/arrow_slider.svg) no-repeat center/cover;
  position: absolute;
}

.img_slider .img_slide_main .slick-prev {
  left: 0;
  z-index: 1;
}
.img_slider .img_slide_main .slick-prev:before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.img_slider .img_slide_main .slick-next {
  right: 0;
}
.img_slider .img_slide_main .slick-next:before {
  right: 0;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  color: var(--Text-Blue);
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 1.28px;
  display: block;
  margin-top: 12px;
}

@media (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    border-radius: 8px;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 36px;
    height: 56px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }
}
.sec_top {
  margin: 0;
}
.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #121212;
}
.sec_top h2:before, .sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}

.sec00 {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sec00 {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1320px) {
  .sec00 {
    padding: 100px 0;
  }
}

.preparation_text {
  position: relative;
}
.preparation_text:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}
.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.hours_page_table {
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.hours_page_table tbody td {
  background: #fff;
}

.arrow_external {
  position: relative;
  display: inline-block;
  padding-right: clamp(30px, 3.333vw, 40px);
}
.arrow_external:after {
  content: "";
  width: clamp(26px, 3vw, 36px);
  height: clamp(26px, 3vw, 36px);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/common/arrow_external.svg) no-repeat center/cover;
}

@media (min-width: 768px) {
  .home .wrap {
    overflow: visible;
  }
}
.top_archive {
  padding: 95px 0 139px;
  background: -webkit-gradient(linear, left top, left bottom, from(#AADAEE), to(#FEFEFE));
  background: linear-gradient(180deg, #AADAEE 0%, #FEFEFE 100%);
}
.top_archive .container {
  width: 1168px;
}
.top_archive h2 {
  padding: 0;
  color: var(--Blue-60);
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 3.84px;
  text-align: left;
}
.top_archive h2 .en {
  font-family: "Nanum Myeongjo";
  font-size: 56px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.12px;
  display: block;
  padding-bottom: 10px;
}
.top_archive h2:before {
  display: none;
}
@media (max-width: 767px) {
  .top_archive h2 {
    font-size: 16px;
    letter-spacing: 2.56px;
    padding-left: 8px;
    margin-bottom: 31px;
  }
  .top_archive h2 .en {
    font-size: 40px;
    letter-spacing: 0.8px;
    padding-bottom: 7px;
  }
}
.top_archive .btn {
  display: table;
  margin-left: auto;
}
.top_archive .btn a {
  color: var(--Blue-60);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 38px 0 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid var(--Blue-60);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_archive .btn a:after {
  content: "";
  width: 18px;
  height: 6px;
  background: url(../img/common/arrow_archive.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.top_archive .btn a:hover {
  color: var(--Blue-70);
  border-bottom: 1px solid var(--Blue-70);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_archive .btn a:hover:after {
  background: url(../img/common/arrow_archive_h.svg) no-repeat center/cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  right: 0;
}
.top_archive .tab_btn_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 16px;
}
.top_archive .tab_btn {
  display: block;
  text-align: center;
  color: var(--Blue-70);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.08em;
  padding: 12px 8px 11px 8px;
  cursor: pointer;
  border-bottom: 1px solid var(--Blue-80);
  transition: .3s ease;
}
.top_archive .tab_btn.active, .top_archive .tab_btn:hover {
  border-bottom: 4px solid var(--Blue-60);
  color: var(--Blue-60);
  transition: .2s ease;
}
.top_archive .tab_item {
  display: none;
}
.top_archive .tab_item.active {
  display: block;
}
.top_archive .list_list {
  margin-bottom: 28px;
}
.top_archive .list_list dt {
  color: var(--Text-Blue);
  font-family: "Nanum Myeongjo";
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.top_archive .list_list dt .category-slug {
  color: var(--Blue-60);
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.64px;
  min-width: 98px;
  padding: 2px 16px 0px 16px;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  margin-left: 16px;
  text-align: center;
}
.top_archive .list_list dd {
  border-bottom: 1px solid var(--Blue-80);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_archive .list_list dd a {
  color: var(--Text-Black);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.28px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 2px 80px 5px 0;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_archive .list_list dd a:after {
  content: "";
  width: 24px;
  height: 25px;
  background: url(../img/common/arrow.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 17px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_archive .list_list dd:hover {
  border-color: var(--Blue-90);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_archive .list_list dd:hover a {
  text-decoration: none;
  color: var(--Blue-60);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_archive .list_list dd:hover a:after {
  background: url(../img/common/arrow_h.svg) no-repeat center/cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  right: 12px;
}
@media (max-width: 767px) {
  .top_archive .list_list dt {
    padding-bottom: 6px;
  }
  .top_archive .list_list dt .category-slug {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.56px;
    min-width: 74px;
    padding: 2px 8px 0 8px;
    margin-left: 11px;
  }
  .top_archive .list_list dd:not(:last-child) {
    margin-bottom: 7px;
  }
  .top_archive .list_list dd a {
    padding-right: 35px;
  }
  .top_archive .list_list dd a:after {
    right: 1px;
  }
}
@media (max-width: 767px) {
  .top_archive {
    padding: 72px 0 170px;
  }
  .top_archive .tab_btn {
    padding: 12px 8px 13px 8px;
  }
  .top_archive .tab_btn_wrap {
    margin-bottom: 31px;
  }
}
@media (min-width: 768px) {
  .top_archive h2 {
    margin: 0;
    padding-top: 40px;
  }
  .top_archive .archive_container {
    display: grid;
    grid-template-columns: 144px 936px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_archive .list_list dt,
  .top_archive .list_list dd {
    padding: 26px 0 23px;
  }
  .top_archive .list_list dt {
    margin-top: 2px;
  }
  .top_archive .list_list dt .category-slug {
    margin-right: 16px;
  }
}

.top_greeting {
  padding: 178px 0 15px;
  overflow: hidden;
}
.top_greeting .container {
  width: 1134px;
}
.top_greeting .primary_container {
  margin-bottom: 152px;
}
.top_greeting .headline h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 0;
  text-align: left;
  color: var(--Blue-70);
  font-size: 40px;
  font-weight: 500;
  line-height: 155%;
  letter-spacing: 3.5px;
}
.top_greeting .headline h2:before {
  display: none;
}
@media (max-width: 767px) {
  .top_greeting .headline h2 {
    font-size: 28px;
    margin: 0 5vw 32px auto;
    z-index: 0;
  }
  .top_greeting .headline h2:after {
    content: "";
    width: 144px;
    height: 230px;
    background: url(../img/top/top_greeting_img01_sp.jpg) no-repeat center/cover;
    position: absolute;
    right: calc(100% + 46px);
    top: -88px;
    z-index: -1;
    border-radius: 16px;
  }
}
.top_greeting img {
  border-radius: 16px;
}
.top_greeting .btnstyle {
  width: 100%;
}
.top_greeting .btnstyle a {
  width: 100%;
  padding: 14.5px 44px 14.5px 8px;
  font-size: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_greeting .btnstyle a:after {
  width: 40px;
  height: 40px;
  background: url(../img/top/arrow_greeting.svg) no-repeat center/cover;
  top: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_greeting .btnstyle a:hover {
  color: var(--Blue-70);
  border-color: var(--Blue-80);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_greeting .btnstyle a:hover:after {
  background: url(../img/top/arrow_greeting_h.svg) no-repeat center/cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_greeting .doctor_name {
  color: var(--Blue-60);
  font-family: var(--Shippori-Mincho);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.92px;
  font-size: 24px;
  margin-bottom: 14px;
}
.top_greeting .doctor_name small {
  display: block;
  font-size: clamp(14px, 1.333vw, 16px);
  letter-spacing: 1.28px;
  line-height: 23px;
}
.top_greeting .txt_wrap p {
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.28px;
  font-size: clamp(14px, 1.333vw, 16px);
}
.top_greeting .txt_wrap p:not(:last-child) {
  margin-bottom: 26px;
}
.top_greeting .loopWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.top_greeting .loopText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_greeting .loopText li {
  -webkit-animation: marquee-left 32s linear infinite;
          animation: marquee-left 32s linear infinite;
  white-space: nowrap;
  color: #E1F3FA;
  font-family: "Nanum Myeongjo";
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: normal;
  padding: 0 1em 0 0;
}
@media (max-width: 767px) {
  .top_greeting .loopText li {
    font-size: 56px;
    -webkit-animation: marquee-left 25s linear infinite;
            animation: marquee-left 25s linear infinite;
  }
}
@-webkit-keyframes marquee-left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee-left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 767px) {
  .top_greeting {
    padding: 86px 0 29px;
  }
  .top_greeting .container {
    max-width: calc(100% - 60px);
  }
  .top_greeting .primary_container {
    margin-bottom: 40px;
  }
  .top_greeting .headline {
    position: relative;
    z-index: 1;
  }
  .top_greeting .img_box {
    margin-bottom: 18px;
    position: relative;
    z-index: 0;
  }
  .top_greeting .img_box:after {
    content: "";
    width: 390px;
    height: 520px;
    position: absolute;
    bottom: 40%;
    left: -30px;
    background: url(../img/top/top_greeting_bg_sp.svg) no-repeat center/cover;
    z-index: -1;
  }
  .top_greeting .img_box figure {
    text-align: center;
  }
  .top_greeting .txt_box .doctor_name {
    text-align: center;
  }
  .top_greeting .txt_box .doctor_name small {
    line-height: 137%;
  }
  .top_greeting .txt_wrap {
    margin-bottom: 45px;
  }
  .top_greeting .sp_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_greeting .sp_img .img01 {
    margin-top: 152px;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  .top_greeting .sp_img .img02 {
    -webkit-transform: translate(-2px, 0px);
            transform: translate(-2px, 0px);
  }
  .top_greeting .btnstyle {
    width: 320px;
    margin-left: 5px;
    margin-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .top_greeting img {
    border-radius: 20px;
  }
  .top_greeting .container {
    position: relative;
  }
  .top_greeting .container:before, .top_greeting .container:after {
    content: "";
    position: absolute;
    border-radius: 20px;
  }
  .top_greeting .container:before {
    width: 200px;
    height: 160px;
    top: 9px;
    background: url(../img/top/top_greeting_img02.jpg) no-repeat center/cover;
    right: calc(100% + 108px);
  }
  .top_greeting .container:after {
    width: 160px;
    height: 200px;
    top: calc(100% - 140px);
    background: url(../img/top/top_greeting_img03.jpg) no-repeat center/cover;
    right: calc(100% + 119px);
  }
  .top_greeting .primary_container {
    display: grid;
    grid-template-columns: 880px 1fr;
    gap: 78px;
    position: relative;
    z-index: 0;
  }
  .top_greeting .primary_container:before, .top_greeting .primary_container:after {
    content: "";
    position: absolute;
    z-index: -1;
  }
  .top_greeting .primary_container:before {
    width: 200px;
    height: 320px;
    background: url(../img/top/top_greeting_img01.jpg) no-repeat center/cover;
    left: calc(100% + 91px);
    top: -116px;
    border-radius: 20px;
  }
  .top_greeting .primary_container:after {
    width: 644px;
    height: 704px;
    background: url(../img/top/top_greeting_bg.svg) no-repeat center/cover;
    left: calc(100% - 260px);
    bottom: -160px;
  }
  .top_greeting .primary_container .headline {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_greeting .primary_container .contents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 83px;
  }
  .top_greeting .greeting_wrap {
    display: grid;
    grid-template-columns: 360px 448px;
    gap: 0 72px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-bottom: 46px;
  }
  .top_greeting .btnstyle {
    width: 240px;
    margin-left: auto;
  }
}

.top_menu {
  padding: 120px 0 136px;
  position: relative;
  z-index: 0;
}
.top_menu:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #E1F3FA;
  border-radius: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top_menu .menu_container .col {
  border-radius: clamp(8px, 1vw, 12px);
  overflow: hidden;
  position: relative;
}
.top_menu .menu_container .col a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.top_menu .menu_container .col a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/gradation_bg.png) no-repeat center bottom/cover;
  z-index: 1;
}
.top_menu .menu_container .col a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/gradation_bg_h.png) no-repeat center bottom/cover;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 2;
}
.top_menu .menu_container .col a img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .top_menu .menu_container .col a:hover::after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .top_menu .menu_container .col a:hover img {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.top_menu .menu_container .col a .arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.top_menu .menu_container .col a .arrow:after {
  content: "";
  width: clamp(55px, 6.333vw, 76px);
  height: clamp(55px, 6.333vw, 76px);
  background: url(../img/top/arrow_menu.svg) no-repeat center/cover;
  position: absolute;
  bottom: clamp(11px, 1.166vw, 14px);
  right: clamp(11px, 1.166vw, 14px);
  z-index: 3;
}
.top_menu .menu_container .col .title {
  color: #fff;
  font-family: var(--Shippori-Mincho);
  font-size: clamp(20px, 2.333vw, 28px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: clamp(23px, 3.166vw, 38px);
  left: clamp(20px, 2.666vw, 32px);
  z-index: 3;
}
.top_menu .menu_container .col .title .en {
  color: var(--Blue-90);
  font-family: "Nanum Myeongjo";
  font-size: clamp(14px, 1.333vw, 16px);
  font-weight: 600;
  line-height: 100%;
  display: block;
  letter-spacing: normal;
  -webkit-transform: translate(1px, 7px);
          transform: translate(1px, 7px);
}
@media (max-width: 767px) {
  .top_menu .menu_container .col .title .en {
    -webkit-transform: translate(1px, 2px);
            transform: translate(1px, 2px);
  }
}
.top_menu .menu_container .col.medium-bnr .title {
  font-size: clamp(20px, 2vw, 24px);
}
.top_menu .menu_container .col.medium-bnr .title .en {
  font-size: clamp(14px, 1.333vw, 16px);
}
.top_menu .menu_container .col.small-bnr .title {
  font-size: clamp(18px, 1.833vw, 22px);
  bottom: 12px;
  left: 16px;
}
@media (max-width: 767px) {
  .top_menu .menu_container .col.small-bnr .title {
    bottom: 50%;
    left: auto;
    right: 62px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    line-height: 1;
  }
}
.top_menu .menu_container .col.small-bnr .arrow:after {
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  background: url(../img/top/arrow_menu_small.svg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .top_menu .menu_container .col.small-bnr .arrow:after {
    bottom: 0;
    top: 3px;
    margin: auto;
    width: 29px;
    height: 29px;
    right: 13px;
  }
}
.top_menu .primary_block {
  margin-bottom: clamp(30px, 3.333vw, 40px);
}
@media (max-width: 767px) {
  .top_menu {
    padding: 80px 0;
  }
  .top_menu:before {
    border-radius: 24px;
  }
  .top_menu .menu_container .col a:before {
    background: linear-gradient(211deg, rgba(255, 255, 255, 0) 33.08%, #0099D6 92.46%);
  }
  .top_menu .primary_block .col:not(:last-child) {
    margin-bottom: 24px;
  }
  .top_menu .secondary_block .col:not(:last-child) {
    margin-bottom: 16px;
  }
  .top_menu .secondary_block .col a:before {
    background: linear-gradient(99deg, rgba(255, 255, 255, 0) -18.89%, #0099D6 100%);
  }
}
@media (min-width: 768px) {
  .top_menu .primary_block {
    display: grid;
    grid-template-columns: 628px 302px 302px;
    gap: 24px;
  }
  .top_menu .secondary_block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}

.top_features .headline_box {
  position: relative;
  z-index: -1;
}
.top_features .headline_box:after {
  content: "";
  width: 876px;
  height: 889px;
  background: url(../img/top/top_features_bg.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: -20.5vw;
  margin: auto;
  z-index: -2;
}
.top_features h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0;
}
.top_features h2 .ttl {
  padding-top: 10px;
}
.top_features h2 .en {
  text-align: left;
}
.top_features h3 {
  color: var(--Blue-70);
  font-family: var(--Shippori-Mincho);
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08em;
  padding: 0;
  border: 0;
  text-align: left;
  margin-bottom: 39px;
}
.top_features h3 .num {
  display: block;
  font-family: "Nanum Myeongjo";
  font-size: 120px;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 13px;
}
.top_features .contents_box figure img {
  border-radius: 16px;
}
.top_features .one_column_container {
  margin-bottom: 160px;
}
.top_features .one_column_container .txt_wrap {
  margin-bottom: 61px;
}
@media (max-width: 767px) {
  .top_features .one_column_container {
    margin-bottom: 120px;
  }
}
.top_features .last-one_column {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .top_features .last-one_column {
    margin-bottom: 80px;
  }
}
.top_features .two_column_container figure {
  margin-bottom: 24px;
}
.top_features .two_column_container h3 {
  margin: 0 auto 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
  font-size: 28px;
}
.top_features .two_column_container h3 .num {
  padding-bottom: 0;
  font-size: 80px;
}
.top_features .two_column_container .txt_wrap {
  margin-bottom: 32px;
}
.top_features .two_column_container .box {
  padding-left: 7px;
}
.top_features .link_list li:not(:last-child) {
  margin-bottom: 15px;
}
.top_features .link_list li a {
  min-width: 160px;
}
@media (max-width: 767px) {
  .top_features {
    padding-bottom: 120px;
  }
  .top_features .container {
    max-width: 100%;
  }
  .top_features .headline_box {
    height: 351px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_features .headline_box:after {
    background: url(../img/top/top_features_bg_sp.svg) no-repeat center/cover;
    width: 390px;
    height: 844px;
    right: 0;
  }
  .top_features h2 {
    font-size: 28px;
    -webkit-transform: translate(3px, -5px);
            transform: translate(3px, -5px);
  }
  .top_features h2 .en {
    font-size: 16px;
  }
  .top_features .link_list li:not(:last-child) {
    margin-bottom: 23px;
  }
  .top_features .link_list li a {
    min-width: 300px;
  }
  .top_features .one_column_container {
    position: relative;
  }
  .top_features .one_column_container .img_wrap {
    width: 63.5%;
    margin-bottom: 40px;
  }
  .top_features .one_column_container .contents_wrap {
    width: calc(100% - 60px);
    margin: auto;
  }
  .top_features .one_column_container .contents_wrap h3 {
    width: 36.5%;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 1.92px;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
  .top_features .one_column_container .contents_wrap h3 .ttl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .top_features .one_column_container .contents_wrap h3 .num {
    font-size: 72px;
    padding-bottom: 8px;
  }
  .top_features .one_column_container .contents_wrap .txt_wrap {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.56px;
    margin-bottom: 31px;
  }
  .top_features .one_column_container:not(.sp_reverse) .img_wrap img {
    border-radius: 0 16px 16px 0;
  }
  .top_features .one_column_container:not(.sp_reverse) h3 {
    right: 0;
  }
  .top_features .one_column_container.sp_reverse .img_wrap {
    margin-left: auto;
  }
  .top_features .one_column_container.sp_reverse .img_wrap img {
    border-radius: 16px 0 0 16px;
  }
  .top_features .one_column_container.sp_reverse h3 {
    left: 0;
  }
  .top_features .one_column_container.different-size .img_wrap {
    width: 57.4%;
  }
  .top_features .one_column_container.different-size h3 {
    width: 42.6%;
  }
  .top_features .one_column_container.different-size h3 .num {
    padding-bottom: 25px;
  }
  .top_features .two_column_container {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .top_features .two_column_container .col:not(:last-child) {
    margin-bottom: 70px;
  }
  .top_features .two_column_container .box {
    padding: 0 9px;
  }
  .top_features .two_column_container h3 {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: -0.9px;
    gap: 0 16px;
    margin-bottom: 7px;
  }
  .top_features .two_column_container h3 .num {
    font-size: 56px;
  }
  .top_features .two_column_container figure {
    margin-bottom: 13px;
  }
  .top_features .two_column_container .txt_wrap {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.56px;
  }
}
@media (min-width: 768px) {
  .top_features {
    padding: 0 0 160px;
  }
  .top_features .headline_box {
    padding-top: 169px;
    padding-bottom: 50vh;
    position: sticky;
    top: 0;
  }
  .top_features h2 {
    margin: auto;
    padding-left: 14px;
    line-height: 81px;
  }
  .top_features h2 .en {
    letter-spacing: 1.2px;
  }
  .top_features .primary_block {
    display: grid;
    grid-template-columns: 166px 990px;
    gap: 0 124px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top_features .contents_box {
    margin-top: 239px;
  }
  .top_features .one_column_container {
    display: grid;
    grid-template-columns: 480px 446px;
    gap: 64px;
  }
  .top_features .two_column_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 119px 104px;
  }
  .top_features .two_column_container .col:not(:nth-child(odd)) {
    margin-top: 80px;
  }
}

.top_parallax {
  position: relative;
  height: 680px;
}
.top_parallax .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.top_parallax .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/top/parallax_bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 767px) {
  .top_parallax {
    height: 280px;
  }
  .top_parallax .bg {
    background-image: url(../img/top/parallax_bg_sp.jpg);
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .top_parallax .bg {
    width: 200vw;
  }
}

.top_about {
  margin-top: -110px;
  position: relative;
  z-index: 1;
}
.top_about:before {
  content: "";
  width: 100%;
  height: calc(100% - 110px);
  background: linear-gradient(180deg, #FEFEFE 0%, #D5ECF6 100%);
  position: absolute;
  top: 110px;
}
@media (max-width: 767px) {
  .top_about {
    margin-top: -30px;
  }
}
.top_about .container {
  padding: 149px 0 160px;
  width: 1760px;
  background: radial-gradient(247.28% 259.38% at 50% 170.46%, #30BBF2 30.65%, rgba(254, 254, 254, 0) 47.42%, rgba(254, 254, 254, 0) 100%), #fff;
  border-radius: 40px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .top_about .container {
    background: radial-gradient(407.21% 237.77% at 50% 175.46%, #30BBF2 43.4%, rgba(254, 254, 254, 0) 52.31%, rgba(254, 254, 254, 0) 100%), #fff;
  }
}
.top_about .container:before {
  content: "";
  width: 824px;
  height: 584px;
  background: url(../img/top/top_about_bg.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .top_about .container:before {
    background: url(../img/top/top_about_bg_sp.jpg) no-repeat center top/contain;
    top: 0;
    width: 100%;
    border-radius: 24px 24px 0 0;
  }
}
.top_about .inner {
  max-width: 1244px;
  width: 100%;
  margin: auto;
}
.top_about h2 {
  padding: 4px 0px 34px 56px;
  text-align: left;
  border-bottom: 1px solid #0099D6;
  margin-bottom: 54px;
  font-size: clamp(24px, 3.333vw, 40px);
  line-height: 110%;
  letter-spacing: 4.8px;
}
.top_about h2:before {
  display: none;
}
.top_about h2:after {
  content: "";
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0099D6), to(#8DCAE7));
  background: linear-gradient(#0099D6 0%, #8DCAE7 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_about h2 .en {
  color: var(--Blue-90);
  font-family: "Nanum Myeongjo";
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  display: block;
  padding-top: 20px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .top_about h2 {
    padding: 8px 16px 24px 32px;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: normal;
  }
}
.top_about .primary_block {
  max-width: 754px;
  width: 100%;
  margin-bottom: 187px;
}
.top_about .primary_block .txt_wrap {
  color: var(--Text-Blue);
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.62px;
}
.top_about .primary_block .txt_wrap p:not(:last-child) {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .top_about .primary_block .txt_wrap {
    padding-left: 42px;
  }
}
@media (max-width: 767px) {
  .top_about .primary_block {
    max-width: calc(100% - 40px);
    margin: 0 auto 98px;
  }
  .top_about .primary_block h2 {
    padding: 8px 16px 24px 32px;
    margin-bottom: 32px;
  }
  .top_about .primary_block h2:after {
    width: 4px;
  }
  .top_about .primary_block h2 .en {
    font-size: 12px;
    padding-top: 8px;
  }
  .top_about .primary_block .txt_wrap {
    font-size: 16px;
    line-height: 180%;
  }
  .top_about .primary_block .txt_wrap p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.top_about h3 {
  border: 0;
  padding: 0;
  color: var(--Blue-60);
  text-align: center;
  font-family: var(--Shippori-Mincho);
  font-size: 28px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: normal;
  margin-bottom: 58px;
}
.top_about h3 .bg {
  color: var(--Text-White);
  font-weight: 500;
  line-height: 180%;
  color: var(--Text-White, #FFF);
  background: -webkit-gradient(linear, left top, right top, from(#0360ae), to(#0499dd));
  background: linear-gradient(to right, #0360ae 0%, #0499dd 100%);
  padding: 0 3px 3px;
}
.top_about .bnr_list li {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.top_about .bnr_list li:before {
  content: "";
  width: 7px;
  height: 5px;
  -webkit-clip-path: polygon(100% 50%, 0 1%, 0 100%);
          clip-path: polygon(100% 50%, 0 1%, 0 100%);
  background: var(--Text-Blue);
  position: absolute;
  bottom: 17px;
  right: 16px;
  z-index: 3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_about .bnr_list li:hover:before {
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_about .bnr_list li a {
  display: block;
  background: #DCEEF5;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 107, 145, 0.2);
          box-shadow: 0px 0px 40px 0px rgba(0, 107, 145, 0.2);
  padding: 32px 48px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .top_about .bnr_list li a {
    padding: 24px 0 28px;
  }
}
.top_about .bnr_list li a:before, .top_about .bnr_list li a:after {
  content: "";
  border-radius: 24px 0px 0px 0px;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.top_about .bnr_list li a:before {
  background: #fff;
  z-index: 2;
  width: 41px;
  height: 41px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_about .bnr_list li a:after {
  background: var(--Gradation-02, linear-gradient(180deg, #0099D6 0%, #0061B0 100%));
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_about .bnr_list li a .img {
  display: table;
  margin: auto;
}
.top_about .bnr_list li a .img img {
  border-radius: 50%;
  width: 144px;
}
.top_about .bnr_list li a:hover {
  background: var(--Blue-95);
}
.top_about .bnr_list li a:hover img {
  opacity: 1;
}
.top_about .bnr_list li a:hover:before {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_about .bnr_list li a:hover:after {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_about .bnr_list li a .ttl {
  color: var(--Text-Blue);
  font-family: var(--Shippori-Mincho);
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: normal;
  white-space: nowrap;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .top_about .container {
    max-width: 100%;
    padding: 222px 0 78px;
    border-radius: 24px 24px 0 0;
  }
  .top_about h3 {
    font-size: 20px;
    margin-bottom: 45px;
  }
  .top_about .secondary_block {
    margin-left: 24px;
  }
  .top_about .bnr_list li {
    margin-right: 16px;
  }
  .top_about .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    /* width: 216px; */
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .top_about .progress-bar {
    width: calc(100% - 24px);
    height: 4px;
    background-color: #eee;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
  }
  .top_about .progress-bar-fill {
    height: 100%;
    background-color: #0099cc;
    width: 0%;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
}
@media (min-width: 768px) {
  .top_about .bnr_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin: auto;
    max-width: 1056px;
  }
  .top_about .bnr_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
  }
}

.top_disease_symptoms {
  padding: 136px 0 134px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D5ECF6), to(rgba(242, 249, 252, 0)));
  background: linear-gradient(180deg, #D5ECF6 0%, rgba(242, 249, 252, 0) 100%);
}
.top_disease_symptoms h2.top_ttl {
  margin-bottom: 80px;
  color: var(--Text-Blue);
  font-family: var(--Shippori-Mincho);
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px;
  padding-top: 30px;
}
.top_disease_symptoms h2.top_ttl:after {
  content: "";
  width: 33px;
  height: 32px;
  background: url(../img/top/ic_search.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_disease_symptoms h2.top_ttl .en {
  color: var(--Blue-80);
  font-family: "Nanum Myeongjo";
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: normal;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .top_disease_symptoms h2.top_ttl {
    font-size: 24px;
    letter-spacing: 1.92px;
    padding-top: 23px;
    margin-bottom: 57px;
  }
  .top_disease_symptoms h2.top_ttl:after {
    width: 24px;
    height: 24px;
  }
  .top_disease_symptoms h2.top_ttl .en {
    font-size: 12px;
    padding-bottom: 6px;
  }
}
.top_disease_symptoms h3 {
  border: 0;
  padding: 8px 0px 10px 32px;
  color: var(--Text-Blue);
  font-family: var(--Shippori-Mincho);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.6px;
  text-align: left;
  border-bottom: 1px solid #0099D6;
  position: relative;
  margin-bottom: 40px;
}
.top_disease_symptoms h3:before {
  content: "";
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#006CB0), to(#0099D6));
  background: linear-gradient(#006CB0 0%, #0099D6 100%);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .top_disease_symptoms h3 {
    padding: 6px 0px 10px 24px;
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.top_disease_symptoms .link_list + h3 {
  margin-top: 71px;
}
.top_disease_symptoms .link_list {
  display: grid;
  gap: 18px 20px;
}
.top_disease_symptoms .link_list li a {
  text-decoration: none;
  padding: 9px 25px 9px 12px;
  border-radius: 4px;
  background: var(--Blue-95);
  border: solid 1px var(--Blue-95);
  position: relative;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 100%;
  color: #252728;
}
.top_disease_symptoms .link_list li a:after {
  content: "";
  width: 8px;
  height: 7px;
  background-color: var(--Blue-60);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_disease_symptoms .link_list li a:hover {
  border-color: var(--Blue-80);
  background: var(--bgc-w);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.top_disease_symptoms .link_list li a:hover:after {
  right: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .top_disease_symptoms .link_list {
    gap: 10px;
  }
  .top_disease_symptoms .link_list li a {
    line-height: 130%;
    letter-spacing: 0;
    color: var(--Text-Black);
    min-height: 60px;
    padding: 8px 20px 8px 12px;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.56px;
  }
  .top_disease_symptoms .link_list.sp_link_col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .top_disease_symptoms .link_list.link_col_4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .top_disease_symptoms .link_list.link_col_3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .top_disease_symptoms .link_list.link_col_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top_disease_symptoms .tab_wrap {
  max-width: 1116px;
  width: 100%;
  margin: auto;
  -webkit-box-shadow: 0 0 40px rgba(185, 217, 223, 0.16);
          box-shadow: 0 0 40px rgba(185, 217, 223, 0.16);
}
.top_disease_symptoms .tab_btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn {
  text-align: center;
  border-radius: 24px 24px 0px 0px;
  background: var(--Gradation-03);
  color: #fff;
  padding: 24px 8px 16px 8px;
  font-family: var(--Shippori-Mincho);
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: normal;
  display: block;
  cursor: pointer;
  letter-spacing: 0.08em;
  transition: background .3s ease;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn:after {
  content: "";
  background: var(--Text-Blue);
  transition: .3s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn:hover {
  color: #fff!important;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn:hover:after {
  opacity: 1;
  transition: .3s ease;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn .ic {
  position: relative;
  padding-left: 53px;
  z-index: 1;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn .ic:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn .ic.tab1:before {
  width: 40px;
  height: 40px;
  background: url(../img/top/ic_tab1_wh.svg) no-repeat center/cover;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn .ic.tab2:before {
  width: 31px;
  height: 32px;
  background: url(../img/top/ic_tab2_wh.svg) no-repeat center/cover;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn.active {
  color: var(--Text-Blue);
  background: var(--bgc-w);
}
.top_disease_symptoms .tab_btn_wrap .tab_btn.active .ic.tab1:before {
  background: url(../img/top/ic_tab1_blue.svg) no-repeat center/cover;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn.active .ic.tab2:before {
  background: url(../img/top/ic_tab2_blue.svg) no-repeat center/cover;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn:hover .ic.tab1:before {
  background: url(../img/top/ic_tab1_wh.svg) no-repeat center/cover;
}
.top_disease_symptoms .tab_btn_wrap .tab_btn:hover .ic.tab2:before {
  background: url(../img/top/ic_tab2_wh.svg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .top_disease_symptoms .tab_btn_wrap {
    grid-template-columns: 60.54% 37.29%;
    gap: 8px;
    max-width: calc(100% - 20px);
    margin: auto;
  }
  .top_disease_symptoms .tab_btn_wrap .tab_btn {
    font-size: clamp(14px, 3.73vw, 16px);
    padding: 18px 8px 16px 8px;
    border-radius: 12px 12px 0 0;
  }
  .top_disease_symptoms .tab_btn_wrap .tab_btn .ic {
    padding-left: 23px;
  }
  .top_disease_symptoms .tab_btn_wrap .tab_btn .ic.tab1:before {
    width: 24px;
    height: 24px;
  }
  .top_disease_symptoms .tab_btn_wrap .tab_btn .ic.tab2 {
    padding-left: 42px;
  }
  .top_disease_symptoms .tab_btn_wrap .tab_btn .ic.tab2:before {
    width: 24px;
    height: 24px;
  }
}
.top_disease_symptoms .tab_item_wrap {
  background: var(--bgc-w);
  padding: 56px 48px 80px 48px;
}
@media (max-width: 767px) {
  .top_disease_symptoms .tab_item_wrap {
    padding: 32px 20px 105px 20px;
  }
}
.top_disease_symptoms .tab_item {
  display: none;
}
.top_disease_symptoms .tab_item.active {
  display: block;
}
@media (max-width: 767px) {
  .top_disease_symptoms {
    padding: 83px 0 0;
  }
  .top_disease_symptoms .container {
    max-width: 100%;
  }
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}
.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}
.mce-content-body .calendar-caption {
  font-size: 1.2em;
}
.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}
.mce-content-body .monthly-prev-next {
  font-size: 1em;
}
.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}
.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}
.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}
.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}
.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}
.mce-content-body th.day-left {
  line-height: 2.5em;
}
.mce-content-body td.day-right {
  font-size: 1.5em;
}
.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}
.mce-content-body .day-mix-calendar th, .mce-content-body .day-mix-calendar td {
  font-size: 1em;
}
.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}
.mce-content-body .content-form {
  margin-bottom: 1em;
}
.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}
.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}
.mce-content-body .content-form legend {
  font-size: 1.1em;
}
.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}
.mce-content-body .content-form td {
  font-size: 0.9em;
}
.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}
.mce-content-body .content-text.small {
  width: 3em;
}
.mce-content-body .input-number {
  margin-right: 1em;
}
.mce-content-body .content-form .booking-seimei {
  width: 3em;
}
.mce-content-body .bill-details td {
  padding-right: 0.5em;
}
.mce-content-body .bill-total, .mce-content-body .bill-tax {
  padding-right: 1.5em;
}
.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}
.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}
.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}
.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}
.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}
.mce-content-body .subscription-title {
  font-size: 1.2em;
}/*# sourceMappingURL=bond.css.map */