@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 0.521vw; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      font-size: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-1200 {
  max-width: 1230px; }

.is-group-content > div {
  width: 100%;
  max-width: 121rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .115rem;
  color: #333333; }

p.has-text-align-center {
  text-align: center; }

#page_top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 9rem;
  height: 9rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #FFFFFF url(assets/img/page-top-02.png) no-repeat center;
  border-radius: 1rem;
  background-size: 3.5rem;
  border: #0071d7 solid 1px;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      bottom: 7.5rem;
      width: 5rem;
      height: 5rem;
      position: fixed;
      background-size: 1.8rem; }
      #page_top.fixed {
        bottom: 14rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 13.5rem; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  body,
  p {
    font-size: 2rem; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: .022rem;
    line-height: 175%;
    text-align: justify;
    font-size: 1.4rem; } }
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0; }

[class*="dflex"] {
  display: flex;
  flex-wrap: wrap; }

[class*="aic"] {
  align-items: center; }

[class*="aie"] {
  align-items: flex-end; }

[class*="ais"] {
  align-items: flex-start; }

[class*="jcc"] {
  justify-content: center; }

[class*="jcsb"] {
  justify-content: space-between; }

[class*="jcfe"] {
  justify-content: flex-end; }

[class*="fcolumn"] {
  flex-flow: column; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }
  @media (max-width: 1024px) {
    a[href^="tel:"] {
      cursor: pointer;
      pointer-events: all; } }

.p-fixed {
  position: fixed;
  left: var(--fixed-left);
  top: var(--fixed-top); }

[class*="grid"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.grid-1440 {
  max-width: 147rem; }
.grid-1380 {
  max-width: 141rem; }
.grid-1350 {
  max-width: 138rem; }
.grid-1330 {
  max-width: 136rem; }

body,
html {
  height: 100%; }

p {
  font-family: "Zen Maru Gothic", sans-serif; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  overflow-clip-margin: inherit; }

a,
button {
  color: inherit;
  text-decoration: none; }

input,
textarea,
button,
select {
  outline: none;
  resize: none; }

.hv-o {
  transition: ease all 0.5s; }
  .hv-o:hover {
    opacity: 0.8; }

.ho-main,
.os-main {
  overflow: hidden; }

.os-y-hidden {
  overflow-y: hidden; }

.os-section {
  position: relative; }

.os-align-center {
  text-align: center; }

.u-center {
  text-align: center; }

.u-right {
  text-align: right; }

.u-sp {
  display: none; }

ul,
ol {
  list-style: none; }

@media (max-width: 960px) {
  .u-pc {
    display: none; }

  .u-sp {
    display: block; } }
header {
  height: 12rem; }

.header {
  position: fixed;
  background: #FFFFFF;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%; }
  .header-gp {
    padding: 1.4rem 1.5rem; }
    .header-gp .logo img {
      width: 42rem; }
    .header-gp .location {
      color: #171717;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 167%;
      letter-spacing: 0.18rem;
      position: relative;
      padding-left: 2rem;
      margin-right: 3.5rem; }
      .header-gp .location::before {
        content: "";
        position: absolute;
        width: 1.3rem;
        height: 1.8rem;
        top: .7rem;
        left: 0;
        background: url(assets/img/icon-location-02.png) no-repeat center;
        background-size: contain; }
  .header-box-item:last-child {
    margin-left: 7.8rem; }
  .header-box-field {
    margin-bottom: 1rem;
    position: relative; }
    .header-box-field:last-child {
      margin-bottom: 0; }
  .header-tel a {
    background: #84b6e3;
    display: inline-block;
    padding: 0 2.15rem;
    border-radius: .5rem; }
    .header-tel a span {
      color: #FFFFFF;
      font-size: 3rem;
      font-weight: 700;
      line-height: 167%;
      letter-spacing: 0.4rem;
      position: relative;
      top: -0.2rem; }
      .header-tel a span:first-child {
        font-size: 2rem; }
  .header-menu li {
    margin-left: 4.1rem; }
    .header-menu li:first-child {
      margin-left: 0; }
    .header-menu li a {
      color: #171717;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.15rem;
      transition: all 0.35s; }
      .header-menu li a:hover {
        color: #0071d7; }
    .header-menu li.current_page_item a, .header-menu li.current-menu-parent a {
      color: #0071d7; }
    @media (min-width: 961px) {
      .header-menu li .sub-menu {
        pointer-events: none;
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        z-index: 0;
        opacity: 0;
        right: 0;
        top: 100%;
        padding-top: 1.5rem;
        transition: all 0.35s;
        min-width: 76rem;
        width: 100%;
        padding: 3rem 1.5rem; }
        .header-menu li .sub-menu::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: -1;
          width: 100%;
          height: calc(100% - 1rem);
          background: #FFFFFF;
          filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.15));
          border-radius: 2rem; }
        .header-menu li .sub-menu li {
          border-bottom: #d9e3f0 .1rem solid;
          width: calc((100% - 3.001rem) / 2);
          margin-right: 3rem;
          margin-left: 0; }
          .header-menu li .sub-menu li:nth-child(2n) {
            margin-right: 0; }
          .header-menu li .sub-menu li a {
            display: block;
            padding: 1.7rem 0 1rem;
            border-right: 0;
            color: #171717;
            position: relative; }
            .header-menu li .sub-menu li a::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 0;
              left: auto;
              width: 1rem;
              height: 1rem;
              -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
              mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
              background: #171717; }
            .header-menu li .sub-menu li a::after {
              content: "";
              position: absolute;
              bottom: -0.1rem;
              left: 0;
              width: 0;
              height: .1rem;
              background: #0071d7;
              transition: all 0.35s; }
            .header-menu li .sub-menu li a:hover {
              padding-left: 1rem; }
              .header-menu li .sub-menu li a:hover::before {
                background: #0071d7; }
              .header-menu li .sub-menu li a:hover::after {
                width: 100%; }
          .header-menu li .sub-menu li.current_page_item a {
            color: #0071d7; }
            .header-menu li .sub-menu li.current_page_item a::before {
              background: #0071d7; }
      .header-menu li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto; }
      .header-menu li:hover.menu-item-has-children > a::before {
        opacity: 1; } }

.nav_header {
  position: fixed;
  top: 11.8rem;
  width: 65rem;
  right: -65rem;
  background: #FFF;
  z-index: 60;
  padding: 1.5rem 5rem;
  transition: all 0.35s;
  overflow-y: auto;
  height: calc(100vh - 8rem);
  padding-bottom: 10rem; }
  .nav_header-title {
    color: #0071d7;
    font-size: 3rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0;
    margin-bottom: 1rem; }
    .nav_header-title.vs-02 {
      color: #3fa1b0; }
  .nav_header.active {
    right: 0; }
  .nav_header .menu {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 3rem; }
    .nav_header .menu:last-child {
      margin-bottom: 0; }
    .nav_header .menu li {
      width: 47%;
      color: #171717;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
      .nav_header .menu li:last-child {
        margin-bottom: 0; }
      .nav_header .menu li a {
        position: relative;
        padding-left: 1.5rem;
        transition: all 0.35s; }
        .nav_header .menu li a:hover {
          opacity: 0.8; }
        .nav_header .menu li a::before {
          content: "";
          position: absolute;
          width: 0.6rem;
          height: 0.6rem;
          background: #0071d7;
          border-radius: 100%;
          left: 0;
          top: 1rem; }
    .nav_header .menu.vs-02 li a::before {
      background: #3fa1b0; }

.nav-menu {
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
  background: #84b6e3;
  width: 9rem;
  height: 9rem;
  border-radius: 1rem;
  z-index: 10; }
  .nav-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2.5rem 1.5rem;
    cursor: pointer; }
    .nav-menu-item span {
      background: #fff;
      display: block;
      height: 2px;
      transition: transform 0.3s;
      width: 100%;
      transform-origin: center;
      position: relative; }
    .nav-menu-item.active span:first-child {
      transform: rotate(45deg);
      margin-bottom: 0;
      top: 1.1rem; }
    .nav-menu-item.active span:nth-child(2) {
      display: none; }
    .nav-menu-item.active span:nth-child(3) {
      transform: rotate(135deg);
      top: -0.9rem; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .header-box-item:last-child {
    margin-left: 3rem; }
  .header-menu li {
    margin-left: 2.5rem; } }
@media (max-width: 960px) {
  header {
    height: 6rem; }

  .header-box-item:first-child {
    display: none; }
  .header-gp {
    height: 6rem; }
    .header-gp .logo img {
      width: 17.4rem; }

  .menu-title {
    font-size: 2.4rem;
    color: #171717;
    margin-top: 4rem; }

  .nav_header {
    top: 6rem;
    width: 100%;
    right: -100%;
    height: calc(100vh - 12rem); }

  .nav-menu {
    position: fixed;
    width: 6rem;
    height: 6rem;
    border-radius: 0; }
    .nav-menu-item {
      padding: 1.4rem 1rem; }
      .nav-menu-item.active span:first-child {
        top: .8rem; }
      .nav-menu-item.active span:nth-child(3) {
        top: -0.8rem; } }
@media (max-width: 767px) {
  .header-gp {
    padding: 0; }
    .header-gp-item:first-child {
      padding-left: 1.5rem; }
    .header-gp .logo img {
      width: 22rem; }
  .header-box-item:last-child {
    margin-left: 0; }

  .nav-menu {
    width: 6rem;
    height: 6rem;
    border-radius: 0; }
    .nav-menu-item {
      padding: 1.5rem 1rem; }
  .nav_header {
    width: 100%;
    padding: 1.5rem;
    padding-bottom: 13rem; }
    .nav_header .menu {
      margin-left: 0; }
      .nav_header .menu li {
        width: 100%; } }
.footer {
  background: url(assets/img/footer-bg-01.png) no-repeat center;
  background-size: cover;
  padding: 19rem 0; }
  .footer-title-01 {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.3rem;
    writing-mode: vertical-lr; }
  .footer-wrap {
    background: rgba(59, 138, 211, 0.9);
    border-radius: 2rem;
    padding: 0 10rem;
    position: relative; }
    .footer-wrap::before {
      content: "";
      position: absolute;
      width: 36rem;
      height: 40.4rem;
      top: 21.5rem;
      right: 2.3rem;
      -webkit-mask: url(assets/img/logo-01.svg) center/100% no-repeat;
      mask: url(assets/img/logo-01.svg) center/100% no-repeat;
      background: #FFFFFF;
      opacity: 0.2; }
  .footer-gp {
    margin-bottom: 2.4rem; }
    .footer-gp-box:first-child {
      width: 65rem; }
    .footer-gp-box:last-child {
      width: calc(100% - 65rem);
      padding-top: 8.4rem; }
    .footer-gp-box .logo {
      position: relative;
      z-index: 0;
      padding-top: 8.5rem;
      text-align: center;
      padding-right: 3rem;
      padding-bottom: 4.3rem;
      margin-bottom: 2.7rem; }
      .footer-gp-box .logo::before {
        content: "";
        position: absolute;
        width: calc(100% + 10rem);
        height: 100%;
        border-radius: 2rem 0 2.5rem 0;
        top: -1px;
        left: -10rem;
        z-index: -1;
        background: #FFFFFF; }
      .footer-gp-box .logo-img {
        margin-bottom: 2.7rem; }
      .footer-gp-box .logo img {
        width: 40rem; }
  .footer-maps {
    margin-bottom: 2.7rem; }
    .footer-maps iframe {
      width: 100%;
      height: 27rem;
      border-radius: 1.5rem;
      vertical-align: top;
      border: #0a6dc8 solid 1px; }
  .footer-field {
    margin-bottom: 8rem; }
    .footer-field:last-child {
      margin-bottom: 0; }
    .footer-field-item:first-child {
      width: 13.6rem;
      text-align: right;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start; }
    .footer-field-item:last-child {
      padding-left: 4.4rem;
      padding-bottom: 2.2rem;
      border-left: #FFFFFF solid 1px;
      width: calc(100% - 13.6rem); }
  .footer-menu {
    margin-top: -0.7rem; }
    .footer-menu li {
      width: 25.8rem;
      margin-bottom: 1.9rem; }
      .footer-menu li:nth-child(2n) {
        width: calc(100% - 25.8rem); }
      .footer-menu li a {
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.15rem;
        position: relative;
        padding-left: 1.4rem;
        display: inline-block; }
        .footer-menu li a::before {
          content: "";
          position: absolute;
          width: 0.4rem;
          height: 0.4rem;
          top: 1.3rem;
          left: 0;
          border-radius: 100%;
          background: #FFFFFF; }

.copyright {
  padding: 4.95rem 1.5rem;
  border-top: #FFFFFF solid 1px; }
  .copyright .logo {
    padding: .25rem 4rem .25rem 0;
    text-align: right; }
    .copyright .logo img {
      width: 20rem; }
  .copyright-item {
    border-right: #FFFFFF solid 1px; }
    .copyright-item:last-child {
      border-right: 0; }
  .copyright .txt {
    padding-left: 4rem; }
    .copyright .txt p {
      font-size: 1.4rem;
      color: #ffffff !important;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%; }

.menu_right_fix {
  position: fixed;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem; }
  .menu_right_fix li {
    margin-bottom: 1.5rem; }
    .menu_right_fix li:last-child {
      margin-bottom: 0; }
    .menu_right_fix li a {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 1rem;
      width: 9rem;
      height: 9rem;
      background: #f7a527;
      border-radius: .5rem;
      color: #FFFFFF;
      line-height: 140%;
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
      position: relative;
      top: 1.5rem;
      left: 50%;
      letter-spacing: .1rem;
      transform: translateX(-50%); }
      .menu_right_fix li a::before {
        top: 2rem;
        left: 50%;
        transform: translateX(-50%); }
      .menu_right_fix li a.tel {
        background: #84b6e3;
        height: auto;
        padding-top: 7rem;
        font-size: 2.4rem;
        padding-bottom: 3rem; }
        .menu_right_fix li a.tel::before {
          top: 3rem;
          content: "";
          position: absolute;
          width: 3rem;
          height: 3rem;
          -webkit-mask: url(assets/img/telephone.png) center/100% no-repeat;
          mask: url(assets/img/telephone.png) center/100% no-repeat;
          background: #fff; }
      .menu_right_fix li a.hours::before {
        content: "";
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        -webkit-mask: url(assets/img/clock.png) center/100% no-repeat;
        mask: url(assets/img/clock.png) center/100% no-repeat;
        background: #fff; }
      .menu_right_fix li a.location::before {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        -webkit-mask: url(assets/img/location.png) center/100% no-repeat;
        mask: url(assets/img/location.png) center/100% no-repeat;
        background: #fff; }
      .menu_right_fix li a.instagram {
        background: #FFFFFF;
        padding: 1.8rem; }

@media (max-width: 960px) {
  .footer {
    padding: 6rem 0 7.5rem; }
    .footer-link-fix {
      right: 1.5rem;
      bottom: 6rem; }
    .footer-gp-box:first-child {
      width: 100%; }
    .footer-gp-box:last-child {
      display: none; }
    .footer-gp-box .logo {
      padding: 1.5rem; }
      .footer-gp-box .logo::before {
        width: 100%;
        left: 0;
        border-radius: 1.5rem; }
      .footer-gp-box .logo img {
        width: 32rem; }
    .footer::before {
      width: 30rem;
      height: 41.4rem;
      bottom: -13.6rem; }
    .footer-wrap {
      padding: 1.5rem 1.5rem 0; }

  .menu_right_fix {
    left: 0;
    top: auto;
    bottom: 0;
    z-index: 10;
    transform: inherit;
    display: flex;
    width: 100%;
    position: fixed;
    border-top: #FFF solid 1px; }
    .menu_right_fix li {
      background: #84b6e3;
      width: calc((100% - 6rem) / 4);
      border-right: #FFFFFF solid 1px;
      margin-bottom: 0; }
      .menu_right_fix li:last-child {
        border-right: 0;
        background: #FFF; }
      .menu_right_fix li a {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 6rem;
        width: 100%;
        border-radius: 0;
        background: #0071d7;
        color: #FFFFFF;
        font-size: 1.3rem;
        padding-bottom: .4rem;
        top: 0; }
        .menu_right_fix li a.tel {
          height: 6rem;
          padding-top: 0;
          padding-bottom: .4rem;
          font-size: 1.4rem; }
          .menu_right_fix li a.tel br {
            display: none; }
          .menu_right_fix li a.tel::before {
            width: 2rem;
            height: 2rem;
            top: 1.2rem; }
        .menu_right_fix li a::before {
          top: 1.2rem; }
        .menu_right_fix li a.hours::before {
          width: 1.8rem;
          height: 1.8rem; }
        .menu_right_fix li a.instagram {
          padding: 2.5rem;
          padding: 0;
          align-items: center; }
          .menu_right_fix li a.instagram img {
            width: 3rem; }
        .menu_right_fix li a.location::before {
          width: 2rem;
          height: 2rem; }

  .copyright {
    padding: 1.5rem .5rem; }
    .copyright .logo {
      padding-right: 2rem; }
    .copyright .txt {
      padding-left: 2rem; } }
@media (max-width: 767px) {
  .copyright-item {
    border-right: 0; }
    .copyright-item:first-child {
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: #FFFFFF solid 1px; }
  .copyright .logo {
    padding-left: 0;
    padding-right: 0; }
    .copyright .logo img {
      width: 14rem; }
  .copyright .txt {
    padding-left: 1rem; }
    .copyright .txt p {
      text-align: center; }

  .menu_right_fix li {
    width: calc((100% - 16rem) / 3); }
    .menu_right_fix li:first-child {
      width: 10rem; } }
.title-default-01 h3 {
  color: #0a6dc8;
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.2rem; }
.title-default-01 p {
  color: #0a6dc8;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.28rem; }
.title-default-01.vz-02 {
  display: flex;
  height: 100%; }
  .title-default-01.vz-02 h3 {
    writing-mode: vertical-lr;
    letter-spacing: .45rem; }
  .title-default-01.vz-02 p {
    writing-mode: vertical-lr;
    letter-spacing: .18rem;
    position: relative;
    z-index: 0; }
    .title-default-01.vz-02 p::before {
      z-index: -1;
      left: 1.3rem;
      content: "";
      position: absolute;
      width: 1px;
      height: calc(100% - 4rem);
      background: #0a6dc8; }
    .title-default-01.vz-02 p span {
      background: #FFFFFF;
      padding-bottom: 3.6rem; }
.title-default-01.vz-03 {
  position: relative;
  z-index: 0; }
  .title-default-01.vz-03::before {
    content: "";
    position: absolute;
    width: 13.3rem;
    height: 14.9rem;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-mask: url(assets/img/logo-03.png) center/100% no-repeat;
    mask: url(assets/img/logo-03.png) center/100% no-repeat;
    background: #FFFFFF;
    opacity: 0.2; }
  .title-default-01.vz-03 h3 {
    color: #FFFFFF; }
    .title-default-01.vz-03 h3 .big {
      font-size: 7rem; }
  .title-default-01.vz-03 p {
    color: #FFFFFF; }
.title-default-01.vz-032 h3 {
  color: #0a6dc8; }
.title-default-01.vz-032 p {
  color: #0a6dc8; }
.title-default-01.vz-032::before {
  background: #fb9d02;
  opacity: 0.4;
  -webkit-mask: url(assets/img/logo-04.png) center/100% no-repeat;
  mask: url(assets/img/logo-04.png) center/100% no-repeat; }
.title-default-01.vz-033 h3 {
  color: #0a6dc8; }
.title-default-01.vz-033 p {
  color: #0a6dc8; }
.title-default-01.vz-033::before {
  background: #0a6dc8;
  -webkit-mask: url(assets/img/logo-04.png) center/100% no-repeat;
  mask: url(assets/img/logo-04.png) center/100% no-repeat; }
.title-default-01.vz-04 {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 3rem; }
  .title-default-01.vz-04::before {
    z-index: -1;
    content: "";
    position: absolute;
    width: 6.4rem;
    height: 7.2rem;
    -webkit-mask: url(assets/img/logo-01.svg) center/100% no-repeat;
    mask: url(assets/img/logo-01.svg) center/100% no-repeat;
    background: #fb9d02;
    opacity: 0.2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.title-default-02 {
  margin-bottom: 1.4rem; }
  .title-default-02 h4 {
    color: #0a6dc8;
    font-size: 3rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.05rem; }
  .title-default-02 p {
    color: #0a6dc8;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.35rem; }
.title-default-03 {
  color: #0a6dc8;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 4rem; }
  .title-default-03::before {
    content: "";
    position: absolute;
    width: 6rem;
    height: 0.3rem;
    bottom: 0;
    left: 0;
    background: #0a6dc8; }
  .title-default-03.u-center::before {
    left: 50%;
    transform: translateX(-50%); }
.title-default-04 {
  margin-bottom: 3rem; }
  .title-default-04 * {
    color: #FFFFFF;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    background: #0a6dc8;
    padding: 1.5rem 2rem;
    box-shadow: 5px 5px 0 #87c2f7; }
.title-default-05 {
  border-bottom: #0a6dc8 solid 1px;
  padding-bottom: 1rem;
  margin-bottom: 2rem; }
  .title-default-05 * {
    color: #0a6dc8;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    padding-left: 2.5rem;
    position: relative; }
    .title-default-05 *::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      background-color: #0a6dc8;
      left: 0;
      top: 0.8rem; }
  .title-default-05.vz-03 {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 1rem; }

.btn-default-01 * {
  background: #4b94d7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9.5rem;
  border-radius: 1.5rem;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.3rem;
  position: relative; }
  .btn-default-01 *::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 6.8rem; }
.btn-default-01.tel a {
  font-size: 3.5rem;
  letter-spacing: .1rem; }
  .btn-default-01.tel a::before {
    width: 7rem;
    background-image: url(assets/img/icon-tel.png); }
.btn-default-01.maps span::before {
  width: 5.5rem;
  background-image: url(assets/img/icon-location.png); }
.btn-default-02 {
  text-align: right;
  border-bottom: #0071d7 solid 1px;
  margin-top: 2.7rem;
  padding-bottom: 1.7rem; }
  .btn-default-02 a {
    color: #0a6dc8;
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    padding-right: 3.2rem; }
    .btn-default-02 a::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 2rem;
      top: .5rem;
      right: 0;
      background: url(assets/img/icon-add.svg) no-repeat center;
      background-size: contain; }
.btn-default-03 a {
  width: 100%;
  max-width: 30rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  background: #0085ff;
  margin-left: auto;
  margin-right: auto;
  border: #0085ff solid 2px;
  transition: all 0.35s; }
  .btn-default-03 a::before {
    content: "";
    position: absolute;
    width: 2.1rem;
    height: 2.1rem;
    bottom: .4rem;
    right: .4rem;
    background: #FFFFFF;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all 0.35s; }
  .btn-default-03 a:hover {
    background: #FFFFFF;
    color: #0085ff; }
    .btn-default-03 a:hover::before {
      background: #0085ff; }
.btn-default-03.vz-02 a {
  max-width: 35rem;
  height: 9rem;
  background: #FFFFFF;
  color: #0a6dc8; }
  .btn-default-03.vz-02 a::before {
    background: #0a6dc8; }
  .btn-default-03.vz-02 a:hover {
    background: #0085ff;
    color: #FFFFFF; }
    .btn-default-03.vz-02 a:hover::before {
      background: #FFFFFF; }
.btn-default-04 a, .btn-default-04 button {
  width: 100%;
  max-width: 25rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  background: #0054c2;
  margin-left: auto;
  margin-right: auto;
  border: #0054c2 solid 1px;
  transition: all 0.35s;
  cursor: pointer; }
  .btn-default-04 a::before, .btn-default-04 button::before {
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 1.7rem;
    bottom: .5rem;
    right: .5rem;
    background: #FFFFFF;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all 0.35s; }
  .btn-default-04 a:hover, .btn-default-04 button:hover {
    background: #FFFFFF;
    color: #0054c2; }
    .btn-default-04 a:hover::before, .btn-default-04 button:hover::before {
      background: #0054c2; }
.btn-default-04.vz-02 a, .btn-default-04.vz-02 button {
  max-width: 28rem;
  background: #FFFFFF;
  color: #0a6dc8;
  height: 6rem;
  border: #0085ff solid 2px; }
  .btn-default-04.vz-02 a::before, .btn-default-04.vz-02 button::before {
    background: #0a6dc8;
    bottom: .2rem;
    right: .2rem;
    width: 1.5rem;
    height: 1.5rem; }
  .btn-default-04.vz-02 a:hover, .btn-default-04.vz-02 button:hover {
    background: #0085ff;
    color: #FFFFFF; }
    .btn-default-04.vz-02 a:hover::before, .btn-default-04.vz-02 button:hover::before {
      background: #FFFFFF; }
.btn-default-05 a {
  color: #0a6dc8;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 35rem;
  height: 8.5rem;
  border-radius: 8.5rem;
  background: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  border: #0085ff solid 2px;
  transition: all 0.35s; }
  .btn-default-05 a:hover {
    background: #0085ff;
    color: #FFFFFF; }

.btn-gp-01 > div {
  width: calc((100% - 2.301rem) / 2);
  margin-right: 2.3rem; }
  .btn-gp-01 > div:nth-child(2n) {
    margin-right: 0; }
.btn-gp-02 {
  display: flex;
  justify-content: center;
  flex-flow: column;
  min-height: 11rem; }
  .btn-gp-02 > div {
    margin-bottom: 1rem; }
    .btn-gp-02 > div:last-child {
      margin-bottom: 0; }
.btn-gp-03 > div {
  width: calc((100% - 1.701rem) / 2);
  margin-right: 1.7rem; }
  .btn-gp-03 > div:nth-child(2n) {
    margin-right: 0; }
.btn-gp-04 {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto; }
  .btn-gp-04 > div {
    width: calc((100% - 4.501rem) / 2);
    margin-right: 4.5rem;
    margin-bottom: 3.2rem; }
    .btn-gp-04 > div:nth-child(2n) {
      margin-right: 0; }

.table-calendar table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2rem; }
  .table-calendar table td {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.17rem;
    border-bottom: #FFFFFF solid 1px;
    width: 5.9rem;
    padding: 1.95rem 0px; }
    .table-calendar table td:first-child {
      font-size: 1.8rem;
      padding-left: 3.5rem;
      width: 23rem; }
  .table-calendar table tr:first-child td {
    background: #FFFFFF;
    color: #2278cc;
    border-bottom: 0; }
    .table-calendar table tr:first-child td:first-child {
      border-radius: 1rem 0 0 1rem; }
    .table-calendar table tr:first-child td:last-child {
      border-radius: 0 1rem 1rem 0; }
.table-calendar p {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.18rem; }
.table-calendar .txt-gp p:first-child {
  width: 35rem; }
.table-calendar .txt-gp p:last-child {
  width: calc(100% - 35rem); }
.table-calendar.vz-02 table td {
  color: #171717;
  border-bottom-color: #3b8ad3; }
.table-calendar.vz-02 table tr:first-child td {
  color: #FFFFFF;
  background: rgba(10, 109, 200, 0.8); }
.table-calendar.vz-02 p {
  color: #171717; }
.table-01 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table-01 td {
    color: #171717;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.1rem;
    border-bottom: #0071d7 solid 1px;
    padding: 1.5rem; }
    .table-01 td:first-child {
      font-weight: 700;
      width: 17rem;
      background: rgba(0, 113, 215, 0.1); }
  .table-01 tr:first-child td {
    border-top: #0071d7 solid 1px; }
  .table-01.vz-02 {
    max-width: 73rem;
    margin-left: auto;
    margin-right: auto; }
    .table-01.vz-02 td {
      border: #0071d7 solid 1px;
      width: 50%; }
      .table-01.vz-02 td:first-child {
        background: transparent; }
    .table-01.vz-02 tr:first-child td {
      background: #0071d7;
      color: #FFFFFF; }
      .table-01.vz-02 tr:first-child td:first-child {
        border-right-color: #FFFFFF; }
  .table-01.vz-022 tr:first-child td {
    color: #171717;
    background: transparent; }
    .table-01.vz-022 tr:first-child td:first-child {
      border-right-color: #0071d7; }
  @media (min-width: 767.5px) {
    .table-01.vz-03 td:first-child {
      width: 30rem; } }
.table-02 {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table-02 td {
    color: #171717;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.1rem;
    border: #0071d7 solid 1px;
    width: 6rem;
    text-align: center;
    padding: .5rem 0; }

@media (max-width: 960px) {
  .title-default-01 p {
    text-align: center;
    font-size: 1.5rem; }
  .title-default-01 h3 {
    font-size: 2.4rem; }
  .title-default-01.vz-02 {
    display: block;
    margin-bottom: 1.8rem; }
    .title-default-01.vz-02 h3 {
      writing-mode: inherit;
      text-align: center; }
    .title-default-01.vz-02 p {
      writing-mode: inherit; }
  .title-default-01.vz-03::before {
    width: 10rem;
    height: 9.2rem; }
  .title-default-01.vz-03 h3 .big {
    font-size: 4rem; }
  .title-default-01.vz-032::before {
    height: 11.1rem; }
  .title-default-01.vz-033::before {
    height: 11.1rem; }
  .title-default-02 h4 {
    font-size: 2.2rem;
    letter-spacing: 0; }
  .title-default-02 p {
    text-align: center; }
  .title-default-03 {
    font-size: 2rem;
    margin-bottom: 2rem; }
  .title-default-04 * {
    font-size: 2rem; }
  .title-default-05 * {
    font-size: 1.8rem; }

  .btn-default-01.tel a {
    font-size: 2.5rem; }
    .btn-default-01.tel a::before {
      width: 5rem; }
  .btn-default-01.maps span::before {
    width: 4rem; }
  .btn-default-01 * {
    height: 8rem;
    font-size: 1.5rem;
    letter-spacing: .1rem; }
  .btn-default-02 {
    padding-bottom: .7rem; }
    .btn-default-02 a {
      font-size: 1.5rem; }
      .btn-default-02 a::before {
        top: 0; }
  .btn-default-03 a {
    font-size: 1.5rem;
    height: 6rem;
    max-width: 28rem; }
  .btn-default-03.vz-02 a {
    height: 7rem;
    max-width: 28rem; }
  .btn-default-04 a {
    font-size: 1.5rem; }
  .btn-default-05 a {
    font-size: 1.5rem;
    height: 6rem;
    max-width: 28rem; }

  .table-calendar table td {
    font-size: 1.5rem; }
    .table-calendar table td:first-child {
      font-size: 1.5rem;
      padding-left: 1.5rem;
      letter-spacing: 0; }
  .table-calendar p {
    font-size: 1.5rem;
    line-height: 185%; }
  .table-02 td {
    font-size: 1.5rem; }

  .btn-gp-03 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-gp-03 > div:last-child {
      margin-bottom: 0; } }
@media (max-width: 767px) {
  .title-default-01 p {
    font-size: 1.5rem; }

  .table-calendar .txt-gp p:first-child {
    width: 100%; }
  .table-calendar .txt-gp p:last-child {
    width: 100%; }
  .table-01.vz-022 td {
    padding: 1rem; }

  .btn-gp-01 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-gp-01 > div:last-child {
      margin-bottom: 0; }
  .btn-gp-03 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-gp-03 > div:last-child {
      margin-bottom: 0; }
  .btn-gp-04 > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-gp-04 > div:last-child {
      margin-bottom: 0; }

  .table-gp-01 {
    width: 100%;
    overflow: auto; }
    .table-gp-01 .table-02 {
      width: max-content; }
      .table-gp-01 .table-02 td {
        width: 14rem; } }
:root {
  --px-11px: 1.1rem;
  --px-13px: 1.3rem;
  --px-15px: 1.5rem;
  --px-16px: 1.6rem;
  --px-18px: 1.8rem;
  --px-20px: 2rem;
  --px-22px: 2.2rem;
  --px-25px: 2.5rem;
  --px-30px: 3rem;
  --px-32px: 3.2rem;
  --px-41px: 4.1rem;
  --px-50px: 5rem;
  --px-60px: 6rem;
  --px-77px: 7.7rem;
  --px-102px: 10.2rem;
  --px-110px: 11.0rem;
  --px-111px: 11.1rem;
  --px-120px: 12.0rem;
  --px-131px: 13.1rem;
  --px-137px: 13.7rem;
  --px-140px: 14rem;
  --px-205px: 20.5rem;
  --px-250px: 25rem;
  --px-422px: 42.2rem;
  --px--5px: -0.5rem;
  --px--27px: -2.7rem;
  --px--30px: -3rem;
  --main-color: #90785f; }
  @media (max-width: 960px) {
    :root {
      --px-140px: 8rem;
      --px-50px: 2.5rem;
      --px-20px: 1.8rem;
      --px-110px: 8rem;
      --px-102px: 7.5rem;
      --px-32px: 2.2rem; } }

.mg-b-30 {
  margin-bottom: 3rem !important; }

.mb-15 {
  margin-bottom: 1.5rem; }

.mb-30 {
  margin-bottom: 3rem; }

.mb-50 {
  margin-bottom: 5rem; }

.mb-60 {
  margin-bottom: 6rem; }

.mb-143 {
  margin-bottom: 14.3rem !important; }

.mb-150 {
  margin-bottom: 15rem  !important; }

.pt-50 {
  padding-top: var(--px-50px); }

.pb-70 {
  padding-bottom: 7rem; }

@media (max-width: 960px) {
  .mb-50 {
    margin-bottom: 3rem; }

  .mb-sp-100 {
    margin-bottom: 10rem !important; }

  .mb-sp-92 {
    margin-bottom: 9.2rem !important; }

  .mb-sp-72 {
    margin-bottom: 7.2rem !important; }

  .mb-sp-65 {
    margin-bottom: 6.5rem !important; }

  .mb-sp-25 {
    margin-bottom: 2.5rem !important; }

  .mt-sp-10 {
    margin-top: 1rem !important; }

  .mb-60 {
    margin-bottom: 3rem; } }
.mt--30 {
  margin-top: -3rem; }

.mt-15 {
  margin-top: 1.5rem; }

.mt-20 {
  margin-top: 2rem; }

.mt-30 {
  margin-top: 3rem; }

@media (min-width: 1000.5px) {
  .mt-pc--30 {
    margin-top: -3rem; } }
.noimg {
  border: 1px solid #eeeeee; }

.banner {
  width: calc(100% - var(--banner-width-xrem));
  border-radius: 0 0 2rem 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; }
  .banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35); }
  .banner-images img {
    width: 100%;
    height: var(--banner-img-height-xrem);
    object-fit: cover;
    aspect-ratio: auto; }
  .banner-title {
    position: absolute;
    z-index: 3;
    left: var(--banner-title-left-xrem);
    right: var(--banner-title-right-xrem);
    top: var(--banner-title-top-xrem);
    bottom: var(--banner-title-bottom-xrem);
    transform: translate(var(--banner-title-translateX-xrem), var(--banner-title-translateY-xrem));
    text-align: center;
    border-top-left-radius: var(--banner-border-radius-xrem);
    border-top-right-radius: var(--banner-border-radius-xrem);
    letter-spacing: 0.3rem;
    height: var(--banner-title-height-xrem);
    padding: var(--banner-title-pdtop-xrem) var(--banner-title-pdleftright-xrem) var(--banner-title-pdbottom-xrem);
    min-width: var(--banner-title-minwidth-xrem);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; }
    .banner-title::before, .banner-title::after {
      content: var(--banner-title-before-xrem);
      position: absolute;
      width: 4rem;
      height: 2rem;
      border: 4px double var(--banner-title-color-xrem); }
    .banner-title::before {
      left: 0.5rem;
      top: 0.5rem;
      border-bottom: 0;
      border-right: 0; }
    .banner-title::after {
      right: 0.5rem;
      bottom: 0.5rem;
      border-top: 0;
      border-left: 0; }
    .banner-title .ja {
      font-size: var(--banner-title-fzja-xrem);
      line-height: 120%;
      font-weight: bold;
      font-family: "Noto Sans JP", sans-serif;
      color: var(--banner-title-color-xrem); }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.breadcrumbs {
  width: 100%;
  text-align: var(--breadcrumb-text-align-xrem);
  position: relative;
  padding: 0 var(--breadcrumb-padding-lr-xrem); }
  .breadcrumbs-content {
    text-align: var(--breadcrumb-content-text-align-xrem);
    display: inline-block;
    width: 100%;
    max-width: 120.001rem;
    margin-top: var(--breadcrumb-padding-top-xrem);
    margin-bottom: var(--breadcrumb-padding-bottom-xrem);
    margin-left: auto;
    margin-right: auto; }
    .breadcrumbs-content li {
      position: relative;
      display: inline; }
      .breadcrumbs-content li:not(:last-child) {
        padding-right: 1.5rem;
        margin-right: 1.5rem; }
        .breadcrumbs-content li:not(:last-child)::before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 0.8rem;
          aspect-ratio: 1 / 1;
          transform: translateY(-47%) rotate(45deg);
          position: absolute;
          content: "";
          border-top: 1px solid #353535;
          border-right: 1px solid #353535; }
      .breadcrumbs-content li a {
        transition: ease all 0.35s; }
        .breadcrumbs-content li a:hover {
          opacity: 0.7; }

.mv {
  background: #84b6e3;
  padding: 0 5rem 1.2rem;
  position: relative;
  z-index: 1; }
  .mv-view {
    height: calc(100vh - 12rem); }
    .mv-view .slick-slide img {
      width: 100%;
      border-radius: 2rem; }
    .mv-view video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 2rem; }
  .mv-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    padding-top: 15.3rem;
    padding-bottom: 21.2rem;
    padding-left: 11.4rem; }
    .mv-cont::before {
      content: "";
      position: absolute;
      width: 87rem;
      height: 55.1rem;
      top: 0;
      left: 0;
      z-index: -1;
      background: url(assets/img/banner-bg.png) no-repeat center;
      background-size: cover; }
    .mv-cont h2 {
      color: #0071d7;
      font-size: 4.5rem;
      font-weight: 900;
      line-height: 130%;
      letter-spacing: 0;
      margin-bottom: 2.6rem;
      text-shadow: 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF; }
    .mv-cont p {
      color: #0071d7;
      font-size: 2rem;
      font-weight: 500;
      line-height: 165%;
      letter-spacing: 0;
      text-shadow: 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF; }
  .mv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 11.5rem;
    background: url(assets/img/banner-bg-02.png) no-repeat center;
    background-size: cover;
    bottom: -11.5rem;
    left: 0; }

.icon-07 {
  background-image: url(assets/img/icon-07.png);
  width: 8.8rem;
  height: 10.2rem; }
.icon-09 {
  width: 26.5rem;
  height: 27.8rem;
  background-image: url(assets/img/icon-09.png);
  opacity: 0.8; }
.icon-11 {
  width: 15.5rem;
  height: 16.1rem;
  background-image: url(assets/img/icon-11.png); }
.icon-12 {
  width: 8.8rem;
  height: 10.2rem;
  background-image: url(assets/img/icon-12.png); }
.icon-13 {
  width: 22.9rem;
  height: 25.7rem;
  background-image: url(assets/img/icon-13.png); }
.icon-14 {
  width: 25.5rem;
  height: 24.7rem;
  background-image: url(assets/img/icon-14.png); }

.top_info {
  position: relative;
  padding-top: 25rem;
  padding-bottom: 13.8rem;
  z-index: 0; }
  .top_info::before {
    content: "";
    position: absolute;
    width: 96.3rem;
    height: 42.1rem;
    top: -1.7rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/info-bg-01.png) no-repeat center;
    background-size: contain; }
  .top_info::after {
    content: "";
    position: absolute;
    width: 89.3rem;
    height: 59.6rem;
    background: url(assets/img/info-bg-02.jpg) no-repeat center;
    background-size: contain;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .top_info-gp-item {
    width: 50%; }
    .top_info-gp-item:last-child {
      padding-left: 7rem;
      padding-top: 1.2rem; }
  .top_info-box {
    margin-bottom: 4.5rem; }
    .top_info-box-item:first-child {
      width: 18.7rem; }
    .top_info-box-item:last-child {
      width: calc(100% - 18.7rem); }
    .top_info-box.vz-02 .top_info-box-item:first-child {
      width: 14rem; }
    .top_info-box.vz-02 .top_info-box-item:last-child {
      width: calc(100% - 14rem); }
  .top_info .table-calendar {
    margin-bottom: 3.3rem; }

.news-list li {
  margin-bottom: 2rem; }
  .news-list li:last-child {
    margin-bottom: 0; }
  .news-list li a {
    display: flex;
    align-items: center;
    transition: all 0.35s; }
    .news-list li a * {
      color: #171717;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: -0.15rem; }
    .news-list li a .date {
      width: 16rem;
      height: 6rem;
      display: flex;
      justify-content: center;
      align-items: center;
      background: rgba(10, 109, 200, 0.8);
      border-radius: 1rem;
      color: #FFFFFF;
      font-weight: 700;
      letter-spacing: .25rem; }
    .news-list li a .txt {
      width: calc(100% - 16rem);
      padding-left: 3rem; }
    .news-list li a:hover {
      opacity: 0.8; }
  .news-list li:nth-child(2n) a .date {
    background: rgba(251, 157, 2, 0.8); }

.icon {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1; }
  .icon-01 {
    width: 24.3rem;
    height: 28.5rem;
    background-image: url(assets/img/icon-01.png);
    top: 29.4rem;
    right: -5rem; }
  .icon-02 {
    background-image: url(assets/img/icon-02.png);
    bottom: 16.7rem;
    left: -7rem;
    width: 23.2rem;
    height: 25.9rem; }
  .icon-03 {
    background-image: url(assets/img/icon-03.png);
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 15rem;
    background-size: cover; }

.medical {
  background: rgba(132, 182, 227, 0.7);
  position: relative;
  z-index: 0;
  padding: 16.5rem 0 30.7rem; }
  .medical::before {
    content: "";
    position: absolute;
    width: 95.6rem;
    height: 72rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/medical-bg-01.jpg) no-repeat center;
    background-size: contain; }
  .medical::after {
    content: "";
    position: absolute;
    width: 95.5rem;
    height: 77.2rem;
    bottom: -11.5rem;
    right: 0;
    z-index: -2;
    background: url(assets/img/medical-bg-02.jpg) no-repeat center;
    background-size: contain; }
  .medical-wrap {
    background: #FFFFFF;
    border-radius: 1.5rem;
    box-shadow: 1.6rem 1.6rem 0 rgba(251, 157, 2, 0.5);
    padding: 8.4rem 7rem; }
  .medical-gp-item:first-child {
    width: 15rem; }
  .medical-gp-item:last-child {
    width: calc(100% - 15rem); }
  .medical-list-01 li {
    width: calc((100% - 9.401rem) / 3);
    margin-right: 4.7rem;
    margin-bottom: 4.3rem; }
    .medical-list-01 li a {
      border: #797979 solid 1px;
      display: flex;
      border-radius: 1rem;
      position: relative;
      padding: 2.7rem 2rem 2.7rem 2.7rem;
      min-height: 35.3rem; }
      .medical-list-01 li a::before {
        content: "";
        position: absolute;
        width: 5rem;
        height: 5rem;
        bottom: 1rem;
        right: 1rem;
        background: rgba(251, 157, 2, 0.7);
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        transition: all 0.35s; }
      .medical-list-01 li a:hover::before {
        background: #0071d7; }
    .medical-list-01 li .title {
      display: flex;
      align-items: center;
      width: 9rem; }
      .medical-list-01 li .title span {
        color: #0a6dc8;
        font-size: 3rem;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.6rem;
        writing-mode: vertical-lr; }
        .medical-list-01 li .title span.en {
          color: #000000;
          font-size: 1.6rem;
          letter-spacing: .25rem; }
    .medical-list-01 li .cont {
      width: calc(100% - 9rem);
      margin-top: 1rem;
      display: flex;
      flex-flow: column; }
    .medical-list-01 li .img {
      margin-bottom: 4.8rem; }
    .medical-list-01 li .txt {
      color: #171717;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 160%;
      letter-spacing: 0.25rem; }
    @media (min-width: 767.5px) {
      .medical-list-01 li:nth-child(3n) {
        margin-right: 0; } }

.diagnostic {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding-top: 7.8rem;
  padding-bottom: 15.5rem; }
  .diagnostic .icon-04 {
    background-image: url(assets/img/icon-04.png);
    width: 24.3rem;
    height: 26.4rem;
    left: 12rem;
    top: -5rem; }
  .diagnostic .icon-05 {
    background-image: url(assets/img/icon-05.png);
    width: 8.8rem;
    height: 10.2rem;
    right: 9.4rem;
    top: 22.2rem; }
    .diagnostic .icon-05.vz-02 {
      right: auto;
      left: 3rem;
      top: 81.6rem; }
  .diagnostic .icon-06 {
    background-image: url(assets/img/icon-06.png);
    width: 22.3rem;
    height: 23rem;
    right: -6.7rem;
    top: 47.5%; }
  .diagnostic .icon-07 {
    bottom: 8.4rem;
    right: 36%;
    z-index: 0; }
  .diagnostic-list-01 {
    counter-reset: section;
    margin-bottom: 7.5rem; }
    .diagnostic-list-01 li {
      width: calc((100% - 6.001rem) / 3);
      margin-right: 3rem;
      position: relative; }
      .diagnostic-list-01 li::before {
        content: "";
        position: absolute;
        width: 10rem;
        height: 10rem;
        top: -4rem;
        left: 50%;
        counter-increment: section;
        content: counter(section,decimal-leading-zero);
        transform: translateX(-50%);
        background: #0a6dc8;
        border-radius: 100%;
        font-size: 5rem;
        color: #FFFFFF;
        line-height: 100%;
        letter-spacing: 0;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: .4rem; }
      @media (min-width: 960.5px) {
        .diagnostic-list-01 li:nth-child(3n) {
          margin-right: 0; } }
      .diagnostic-list-01 li .img img {
        border-radius: 1rem;
        width: 100%; }
      .diagnostic-list-01 li .cont {
        padding: 2.7rem 3rem 3rem;
        position: absolute;
        top: 14.5rem;
        width: calc(100% - 4.6rem);
        left: 2.3rem;
        border-radius: 1.5rem;
        background: rgba(255, 255, 255, 0.9); }
      .diagnostic-list-01 li .txt {
        margin-bottom: 2.6rem;
        min-height: 19.6rem; }
        .diagnostic-list-01 li .txt p {
          color: #171717;
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 175%;
          letter-spacing: 0.08rem; }
  .diagnostic-list-02 {
    background: rgba(10, 109, 200, 0.5);
    border-radius: 1rem;
    padding: 9rem 14rem; }
    .diagnostic-list-02 li {
      width: calc((100% - 7.2rem) / 3);
      margin-right: 3.6rem; }
      @media (min-width: 767.5px) {
        .diagnostic-list-02 li:nth-child(3n) {
          margin-right: 0; } }
      .diagnostic-list-02 li a {
        width: 100%;
        height: 15rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 1rem;
        border: #fb9d02 solid 2px;
        color: #171717;
        font-size: 2rem;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.1rem;
        position: relative;
        transition: all 0.35s; }
        .diagnostic-list-02 li a::before {
          content: "";
          position: absolute;
          width: 9.4rem;
          height: 9.6rem;
          top: 50%;
          left: 2rem;
          transform: translateY(-50%);
          -webkit-mask: url(assets/img/logo-02.png) center/100% no-repeat;
          mask: url(assets/img/logo-02.png) center/100% no-repeat;
          background: #fb9d02;
          opacity: 0.2; }
        .diagnostic-list-02 li a::after {
          content: "";
          position: absolute;
          width: 3rem;
          height: 3rem;
          bottom: 1rem;
          right: .7rem;
          background: #fb9d02;
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          transition: all 0.35s; }
        .diagnostic-list-02 li a:hover {
          color: #0071d7;
          border-color: #0071d7; }
          .diagnostic-list-02 li a:hover::after {
            background: #0071d7; }
  .diagnostic::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 177.4rem;
    bottom: -11.4rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/diagnostic-bg-01.png) no-repeat center;
    background-size: contain; }
  .diagnostic .title-default-01 {
    margin-bottom: 11.3rem; }

.feature {
  position: relative;
  z-index: 2;
  padding-top: 24.5rem;
  padding-bottom: 32rem; }
  .feature .icon-07 {
    top: 11.2rem;
    left: 45rem; }
  .feature .icon-11 {
    right: 4.5rem;
    top: 31.55%; }
    .feature .icon-11.vz-02 {
      top: auto;
      bottom: 0;
      right: 17.9rem;
      bottom: -2.7rem; }
  .feature .icon-12 {
    top: 28.5rem;
    right: 38rem; }
  .feature .icon-13 {
    left: -2.7rem;
    top: 15.7rem; }
  .feature .icon-14 {
    top: -10.5rem;
    right: -9.5rem; }
  .feature::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 97rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/feature-bg-01.png) no-repeat center;
    background-size: cover; }
  .feature::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 224.8rem;
    bottom: 0;
    left: 0;
    background: url(assets/img/feature-bg-02.png) no-repeat center;
    background-size: cover;
    z-index: -2; }
  .feature-gp-box {
    width: calc((100% - 8.001rem) / 2);
    margin-right: 8rem;
    margin-top: 10rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: rgba(95, 95, 95, 0.12) 7px 8px 6px; }
    .feature-gp-box:first-child {
      margin-top: 0; }
    .feature-gp-box:nth-child(2n) {
      margin-right: 0; }
    .feature-gp-box:nth-child(3) {
      margin-top: 3.6rem; }
    .feature-gp-box.vs-full {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0;
      box-shadow: inherit;
      overflow: inherit;
      margin-top: 2.2rem; }
      .feature-gp-box.vs-full .img-view {
        width: 63.6rem;
        position: relative;
        z-index: 1; }
      .feature-gp-box.vs-full .cont {
        width: calc(100% - 63.6rem);
        position: relative;
        z-index: 0;
        background: transparent;
        padding-left: 8rem;
        padding-right: 5rem; }
        .feature-gp-box.vs-full .cont::before {
          content: "";
          position: absolute;
          width: calc(100% + 5rem);
          height: 100%;
          top: 0;
          right: 0;
          z-index: -1;
          background: #FFFFFF;
          box-shadow: rgba(95, 95, 95, 0.12) 7px 8px 6px;
          border-radius: 1rem; }
    .feature-gp-box .img-view {
      position: relative; }
    .feature-gp-box .img-item img {
      width: 100%; }
    .feature-gp-box .img-point {
      position: absolute;
      top: 3.8rem;
      left: 4.5rem; }
      .feature-gp-box .img-point img {
        height: 12.5rem; }
    .feature-gp-box .cont {
      padding: 3.6rem 2.7rem 4.8rem;
      background: #FFFFFF; }
      .feature-gp-box .cont p {
        color: #171717;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 195%;
        letter-spacing: 0.03rem;
        margin-bottom: 3.5rem; }
  .feature .title-default-01 {
    margin-bottom: 11.5rem; }
  .feature .title-default-02 {
    margin-bottom: 2rem; }

.greeting {
  padding-top: 9rem;
  padding-bottom: 11rem;
  margin-bottom: -11rem;
  background: url(assets/img/greeting-bg-01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .greeting .icon-09 {
    right: 4.9rem;
    top: 42.9rem;
    background: transparent;
    opacity: 1;
    z-index: 1; }
    .greeting .icon-09::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-mask: url(assets/img/icon-09.png) center/100% no-repeat;
      mask: url(assets/img/icon-09.png) center/100% no-repeat;
      background: #87c2f7;
      opacity: 0.8; }
  .greeting-gp-item:first-child {
    width: calc(100% - 58.3rem + 3rem);
    border-radius: 3rem 0 0 3rem;
    background: #FFFFFF;
    padding: 6.5rem 5rem 5rem 5.4rem;
    margin-right: -3rem; }
  .greeting-gp-item:last-child {
    width: 58.3rem;
    position: relative; }
  .greeting-gp-item p {
    color: #000000;
    font-size: 2rem;
    font-weight: 400;
    line-height: 230%;
    letter-spacing: 0.05rem;
    margin-bottom: 3rem; }
  .greeting-gp .author img {
    width: 100%; }
  .greeting-gp .name {
    position: absolute;
    bottom: 4rem;
    right: 1.6rem;
    z-index: 1; }
    .greeting-gp .name img {
      width: 11.3rem; }
  .greeting .title-default-01 {
    margin-bottom: 10rem; }

.affitiated {
  padding-top: 16.8rem;
  position: relative;
  z-index: 1;
  margin-bottom: 10rem; }
  .affitiated::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 4.3rem);
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/affiliated.png) no-repeat center top;
    background-size: cover; }
  .affitiated-head {
    margin-bottom: 8.4rem; }
    .affitiated-head > p {
      color: #171717;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 190%;
      letter-spacing: 0.04rem; }
  .affitiated-wrap {
    margin-bottom: 18rem; }
  .affitiated-gp {
    margin-bottom: 8.8rem; }
    .affitiated-gp-item:first-child {
      width: 63.5rem; }
      .affitiated-gp-item:first-child img {
        border-radius: 5rem;
        width: 100%; }
    .affitiated-gp-item:last-child {
      padding-top: .5rem;
      padding-left: 5.3rem;
      padding-right: 5.5rem;
      width: calc(100% - 63.5rem); }
    .affitiated-gp-item .block {
      background: #FFFFFF;
      border-radius: 1rem;
      border: #84b6e3 solid .2rem;
      padding: 4.35rem 4rem;
      margin-bottom: 2.2rem; }
      .affitiated-gp-item .block p {
        color: #000000;
        font-size: 2rem;
        font-weight: 500;
        line-height: 170%;
        letter-spacing: 0.05rem; }
    .affitiated-gp-item .desc p {
      padding-right: .5rem;
      color: #171717;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 195%;
      letter-spacing: 0.04rem; }
    .affitiated-gp-box {
      margin-bottom: 8.5rem; }
      .affitiated-gp-box:last-child {
        margin-bottom: 0; }
      .affitiated-gp-box:nth-child(2n) .affitiated-gp-item:first-child {
        order: 1; }
      .affitiated-gp-box:nth-child(2n) .affitiated-gp-item:last-child {
        padding-right: 5.3rem;
        padding-left: 7rem; }
  .affitiated .title-default-01 {
    margin-bottom: 9rem; }
  .affitiated .icon-08 {
    width: 28.6rem;
    height: 28.3rem;
    top: 22.5rem;
    left: -5rem;
    opacity: 0.5;
    background: url(assets/img/icon-08.png) no-repeat center;
    background-size: contain; }
    .affitiated .icon-08.vz-02 {
      width: 36.1rem;
      height: 35.7rem;
      left: auto;
      right: -7.5rem;
      top: 64.4rem; }
    .affitiated .icon-08.vz-03 {
      width: 36.1rem;
      height: 35.7rem;
      top: auto;
      left: 29rem;
      bottom: 59rem;
      opacity: 1;
      background: transparent; }
      .affitiated .icon-08.vz-03::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -4.2rem;
        left: -5.2rem;
        z-index: 1;
        -webkit-mask: url(assets/img/icon-08.png) center/100% no-repeat;
        mask: url(assets/img/icon-08.png) center/100% no-repeat;
        background: rgba(255, 255, 255, 0.5); }
      .affitiated .icon-08.vz-03::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-mask: url(assets/img/icon-08.png) center/100% no-repeat;
        mask: url(assets/img/icon-08.png) center/100% no-repeat;
        background: rgba(57, 157, 255, 0.5); }
  .affitiated .icon-09 {
    top: 3.2rem;
    right: 26rem; }
    .affitiated .icon-09.vz-02 {
      background: transparent;
      opacity: 1;
      top: auto;
      bottom: 58.3rem; }
      .affitiated .icon-09.vz-02::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.8;
        z-index: 1;
        -webkit-mask: url(assets/img/icon-09.png) center/100% no-repeat;
        mask: url(assets/img/icon-09.png) center/100% no-repeat;
        background: #87c2f7; }
      .affitiated .icon-09.vz-02::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -7rem;
        right: -7rem;
        opacity: 0.8;
        -webkit-mask: url(assets/img/icon-09.png) center/100% no-repeat;
        mask: url(assets/img/icon-09.png) center/100% no-repeat;
        background: #FFFFFF; }
  .affitiated .icon-10 {
    width: 38.4rem;
    height: 37.8rem;
    top: 38.7%;
    left: -12rem;
    opacity: 0.8;
    background: url(assets/img/icon-10.png) no-repeat center;
    background-size: contain; }
  .affitiated .icon-11 {
    width: 41.2rem;
    height: 39.9rem;
    top: 38.7%;
    left: -12rem;
    opacity: 0.8;
    background: url(assets/img/icon-11.png) no-repeat center;
    background-size: contain; }

.instagram .title-default-01 {
  margin-bottom: 7rem; }
.instagram-gp {
  padding: 0 3.7rem;
  margin-bottom: 7.5rem; }
  .instagram-gp .item {
    width: calc((100% - 8.001rem) / 5);
    margin-right: 2rem; }
    .instagram-gp .item:nth-child(5n) {
      margin-right: 0; }
    .instagram-gp .item img {
      width: 100%;
      border-radius: 1.5rem; }

.top_column {
  padding-bottom: 15.5rem;
  position: relative;
  z-index: 0; }
  .top_column::before {
    content: "";
    position: absolute;
    width: 134rem;
    height: 96.9rem;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/column-bg-01.jpg) no-repeat center;
    background-size: contain; }
  .top_column-gp-item {
    width: calc((100% - 7.501rem) / 2);
    margin-right: 7.5rem; }
    .top_column-gp-item:nth-child(2n) {
      margin-right: 0;
      padding-top: 1.5rem; }
    .top_column-gp-item iframe {
      width: 100%;
      height: 68rem;
      border-radius: 1.5rem;
      border: #0a6dc8 solid 1px;
      vertical-align: top; }

.column-list li {
  margin-bottom: 2rem; }
  .column-list li:last-child {
    margin-bottom: 0; }
  .column-list li a {
    display: flex;
    align-items: center;
    box-shadow: 0 0.3rem 0.6rem rgba(4, 58, 148, 0.8);
    border-radius: 1rem;
    padding: 2rem 2.3rem;
    position: relative;
    z-index: 0;
    background: rgba(255, 255, 255, 0.8); }
    .column-list li a .img {
      width: 16.5rem; }
      .column-list li a .img img {
        width: 100%;
        box-shadow: 0.4rem 0.4rem 0 #4786d0; }
    .column-list li a .cont {
      width: calc(100% - 16.5rem);
      padding-left: 3.3rem;
      padding-right: 6rem; }
      .column-list li a .cont * {
        color: #043a94;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 160%;
        letter-spacing: 0.08rem; }
    .column-list li a .date {
      display: block;
      font-size: 1.4rem;
      font-weight: 700;
      color: #080808; }

.top_slide {
  position: relative; }
  .top_slide-gp {
    display: flex;
    width: max-content;
    position: relative;
    z-index: 0; }
    .top_slide-gp::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background: #80a6db;
      opacity: 0.5;
      pointer-events: none; }
  .top_slide-list {
    display: grid;
    grid-template-columns: 32rem 32rem 32rem 32rem 32rem 32rem;
    backface-visibility: hidden; }
    .top_slide-list.vs-01 {
      animation: loopSlide1 160s -80s linear infinite; }
    .top_slide-list.vs-02 {
      animation: loopSlide2 160s linear infinite; }
  .top_slide-btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    background: #FFFFFF;
    border-radius: 1rem;
    max-width: 65rem;
    z-index: 0; }
    .top_slide-btn::after {
      content: "";
      position: absolute;
      width: 13.3rem;
      height: 14.9rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: url(assets/img/logo-01.svg) no-repeat center;
      background-size: contain;
      opacity: 0.2;
      z-index: -1; }
    .top_slide-btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      height: 22rem;
      position: relative;
      z-index: 0;
      color: #0a6dc8;
      font-size: 3rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.2rem; }
      .top_slide-btn a::before {
        content: "";
        position: absolute;
        width: calc(100% - 2.4rem);
        height: calc(100% - 2.4rem);
        top: 1.2rem;
        left: 1.2rem;
        z-index: -1;
        border: #fdd78d solid 1px;
        transition: all 0.35s; }
      .top_slide-btn a::after {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        bottom: 1.4rem;
        right: 1.4rem;
        background: #fdd78d;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        transition: all 0.35s; }
      .top_slide-btn a:hover::before {
        border-color: #0071d7; }
      .top_slide-btn a:hover::after {
        background: #0071d7; }

@keyframes loopSlide1 {
  0% {
    transform: translate(100%); }
  to {
    transform: translate(-100%); } }
@keyframes loopSlide2 {
  0% {
    transform: translate(0); }
  to {
    transform: translate(-200%); } }
.title-default-03.vz-02 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  letter-spacing: -0.1rem; }

.title-default-05.vz-02 {
  border-bottom: 0; }
  .title-default-05.vz-02 * {
    padding-left: 0; }
    .title-default-05.vz-02 *::before {
      content: none; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .icon-09 {
    width: 23rem;
    height: 24.8rem; }

  .mv-view video {
    height: 76rem; }

  .top_info-gp-item:first-child {
    width: 52%; }
  .top_info-gp-item:last-child {
    width: 48%;
    padding-left: 4rem; }

  .medical-list-01 li {
    width: calc((100% - 5.001rem) / 3);
    margin-right: 2.5rem;
    margin-bottom: 2.5rem; }

  .diagnostic .icon-05 {
    top: 8rem; }

  .greeting .icon-09 {
    right: -11rem; }

  .affitiated .icon-08 {
    width: 25rem;
    height: 25.3rem; }
    .affitiated .icon-08.vz-02 {
      width: 30rem;
      height: 29.7rem; }
    .affitiated .icon-08.vz-03 {
      width: 25rem;
      height: 24.7rem;
      left: 20rem; }
      .affitiated .icon-08.vz-03::before {
        top: -2.2rem;
        left: -3.2rem; }
  .affitiated .icon-09 {
    right: 12rem; }
    .affitiated .icon-09.vz-02::after {
      top: -4rem;
      right: -4rem; }
  .affitiated .icon-10 {
    width: 23.4rem;
    height: 22.8rem; } }
@media (max-width: 960px) {
  .icon-02 {
    width: 18rem;
    height: 19rem; }
  .icon-03 {
    height: 6rem; }
  .icon-09 {
    width: 17.5rem; }
  .icon-11 {
    width: 10rem;
    height: 11rem; }
  .icon-13 {
    width: 15rem;
    height: 16.7rem; }
  .icon-14 {
    width: 18rem;
    height: 17.7rem; }

  .mv {
    padding: 2rem 2rem 1.2rem; }
    .mv-view {
      height: 100%; }
      .mv-view video {
        height: 45rem; }
    .mv-cont {
      padding-left: 4rem;
      padding-top: 7rem;
      padding-bottom: 8rem; }
      .mv-cont::before {
        width: 62rem;
        height: 38rem; }
      .mv-cont h2 {
        font-size: 3rem; }

  .top_info {
    padding-bottom: 8rem; }
    .top_info-gp-item {
      width: 100%;
      margin-bottom: 3rem; }
      .top_info-gp-item:last-child {
        padding-left: 0;
        margin-bottom: 0; }
    .top_info-box {
      margin-bottom: 2.5rem; }
    .top_info .title-default-01 p {
      text-align: left; }

  .medical {
    padding: 8rem 0 16rem; }
    .medical-wrap {
      padding: 2rem;
      box-shadow: 0.8rem 0.8rem 0 rgba(251, 157, 2, 0.5); }
    .medical-gp-item:first-child {
      width: 100%; }
    .medical-gp-item:last-child {
      width: 100%; }
    .medical-list-01 li {
      width: calc((100% - 3.001rem) / 3);
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .medical-list-01 li a {
        padding: 1.5rem;
        min-height: 25rem; }
        .medical-list-01 li a::before {
          width: 3rem;
          height: 3rem; }
      .medical-list-01 li .title {
        width: 6.5rem; }
        .medical-list-01 li .title span {
          font-size: 2.4rem; }
          .medical-list-01 li .title span.en {
            font-size: 1.5rem;
            letter-spacing: 0; }
      .medical-list-01 li .cont {
        width: calc(100% - 6.5rem);
        margin-top: 0; }
      .medical-list-01 li .txt {
        font-size: 1.5rem;
        letter-spacing: .05rem;
        line-height: 185%; }
      .medical-list-01 li .img {
        margin-bottom: 2rem; }

  .diagnostic {
    padding-bottom: 12rem; }
    .diagnostic .icon-04 {
      width: 11rem;
      height: 12rem;
      left: 1rem; }
    .diagnostic .icon-05 {
      width: 6.8rem;
      height: 8.2rem;
      right: 2.4rem;
      top: 4.2rem; }
    .diagnostic .icon-07 {
      bottom: 1.4rem; }
    .diagnostic .title-default-01 {
      margin-bottom: 6rem; }
    .diagnostic-list-01 {
      justify-content: center;
      margin-bottom: 0; }
      .diagnostic-list-01 li {
        width: calc((100% - 1.501rem) / 2);
        margin-right: 1.5rem;
        margin-bottom: 7rem; }
        .diagnostic-list-01 li:nth-child(2n) {
          margin-right: 0; }
        .diagnostic-list-01 li::before {
          font-size: 3rem;
          width: 7rem;
          height: 7rem; }
        .diagnostic-list-01 li .cont {
          top: 6rem;
          left: 1.5rem;
          padding: 1.5rem;
          width: calc(100% - 3rem); }
        .diagnostic-list-01 li .txt {
          min-height: 18rem; }
          .diagnostic-list-01 li .txt p {
            font-size: 1.5rem;
            letter-spacing: 0;
            line-height: 185%; }
    .diagnostic-list-02 {
      padding: 1.5rem; }
      .diagnostic-list-02 li {
        width: calc((100% - 3.001rem) / 3);
        margin-right: 1.5rem; }
        .diagnostic-list-02 li a {
          height: 13rem; }

  .feature {
    padding-top: 10rem;
    padding-bottom: 13rem;
    background: #fefaf3; }
    .feature::before {
      top: -4rem;
      height: 39rem;
      background-size: contain; }
    .feature::after {
      height: 90rem;
      background-size: contain;
      bottom: -4.3rem; }
    .feature .icon-07 {
      top: 2rem;
      left: 8rem; }
    .feature .icon-11 {
      bottom: 0; }
    .feature .icon-12 {
      top: 8.5rem;
      right: 7rem; }
    .feature .icon-13 {
      top: 8rem; }
    .feature .icon-14 {
      top: -7.5rem; }
    .feature-gp-box {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem;
      margin-top: 5rem; }
      .feature-gp-box .cont {
        padding: 1.5rem; }
        .feature-gp-box .cont p {
          font-size: 1.5rem;
          line-height: 185%; }
      .feature-gp-box.vs-full .img-view {
        width: 100%; }
      .feature-gp-box.vs-full .cont {
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
        .feature-gp-box.vs-full .cont::before {
          width: 100%; }
      .feature-gp-box .img-point {
        top: 1.5rem;
        left: 1.5rem; }
        .feature-gp-box .img-point img {
          height: 5rem; }

  .greeting-gp-item:first-child {
    width: 100%;
    order: 1; }
  .greeting-gp-item:last-child {
    width: 100%; }
  .greeting-gp-item p {
    font-size: 1.5rem;
    line-height: 185%; }

  .affitiated {
    margin-bottom: 5rem; }
    .affitiated::before {
      height: calc(100% - 3rem); }
    .affitiated .icon-08 {
      width: 20rem; }
      .affitiated .icon-08.vz-02 {
        width: 20rem; }
      .affitiated .icon-08.vz-03 {
        width: 15rem;
        left: 4rem;
        height: 20.7rem;
        bottom: 47rem; }
        .affitiated .icon-08.vz-03::before {
          top: -2rem;
          left: -2rem; }
    .affitiated .icon-09 {
      right: -4rem; }
    .affitiated .icon-10 {
      width: 18.4rem; }
    .affitiated .title-default-01 {
      margin-bottom: 5rem; }
    .affitiated-head {
      margin-bottom: 4.5rem; }
      .affitiated-head > p {
        font-size: 1.5rem;
        text-align: center;
        line-height: 185%; }
    .affitiated-wrap {
      margin-bottom: 8rem; }
    .affitiated-gp-item:first-child {
      width: 100%;
      margin-bottom: 2rem; }
      .affitiated-gp-item:first-child img {
        border-radius: 2rem; }
    .affitiated-gp-item:last-child {
      width: 100%; }
    .affitiated-gp-item .block {
      padding: 1.5rem; }
      .affitiated-gp-item .block p {
        font-size: 1.5rem; } }
      @media (max-width: 960px) and (min-width: 767.5px) {
        .affitiated-gp-item .block p .u-sp {
          display: none; } }
@media (max-width: 960px) {
    .affitiated-gp-item .desc p {
      font-size: 1.5rem;
      padding-right: 0; }
    .affitiated-gp-box:nth-child(2n) .affitiated-gp-item:first-child {
      order: 0; }

  .instagram-gp {
    padding: 0 1.5rem;
    margin-bottom: 2.5rem; }
    .instagram-gp .item {
      width: calc((100% - 4.001rem) / 5);
      margin-right: 1rem; }
  .instagram .title-default-01 {
    margin-bottom: 3rem; }

  .top_column-gp-item {
    width: 100%;
    margin-right: 0; }
    .top_column-gp-item iframe {
      height: 40rem; }
  .top_column .title-default-01 p {
    text-align: left; }

  .top_slide-btn {
    width: 35rem; }
    .top_slide-btn::after {
      height: 8rem; }
    .top_slide-btn a {
      height: 15rem;
      font-size: 2rem; }

  .greeting-gp .name img {
    width: 6rem; } }
@media (max-width: 767px) {
  .icon-07 {
    width: 5rem; }
  .icon-12 {
    width: 5rem; }
  .icon-14 {
    width: 15rem; }

  .mv {
    padding: 1.5rem; }
    .mv-cont {
      padding-left: 3rem;
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .mv-cont::before {
        width: 35rem;
        height: 21rem; }
      .mv-cont h2 {
        font-size: 2.2rem;
        margin-bottom: 1.5rem; }
      .mv-cont p {
        font-size: 1.5rem; }
    .mv-view video {
      height: 38rem; }
    .mv::before {
      height: 2.3rem;
      background-size: contain;
      bottom: -2.1rem; }

  .top_info {
    padding-top: 9rem; }
    .top_info::before {
      width: 35rem;
      height: 16rem; }

  .news-list li a {
    flex-wrap: wrap; }
    .news-list li a * {
      font-size: 1.5rem; }
    .news-list li a .date {
      width: 12rem;
      height: 4rem;
      margin-bottom: .5rem; }
    .news-list li a .txt {
      width: 100%;
      padding-left: 0; }

  .medical-list-01 li {
    width: 100%;
    margin-right: 0; }
    .medical-list-01 li:last-child {
      margin-bottom: 0; }

  .diagnostic .icon-04 {
    left: -3rem; }
  .diagnostic .icon-05 {
    top: -3rem; }
  .diagnostic-list-01 li {
    width: 100%;
    margin-right: 0; }
    .diagnostic-list-01 li:nth-child(2) .img img, .diagnostic-list-01 li:nth-child(3) .img img {
      height: 53rem;
      object-fit: cover; }
    .diagnostic-list-01 li:first-child .img img {
      height: 50rem;
      object-fit: cover; }
  .diagnostic-list-02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .diagnostic-list-02 li:last-child {
      margin-bottom: 0; }

  .feature {
    padding-top: 4rem; }
    .feature .icon-07 {
      top: 0;
      left: 0; }
    .feature .icon-12 {
      right: 1rem; }
    .feature .icon-13 {
      left: -9.7rem; }
    .feature::before {
      height: 24rem; }
    .feature .title-default-01 {
      margin-bottom: 3rem; }
    .feature-gp-box {
      width: 100%;
      margin-right: 0; }
      .feature-gp-box .cont {
        padding: 1.5rem; }
      .feature-gp-box.vs-full .cont {
        padding-left: 1.5rem;
        padding-right: 1.5rem; }

  .greeting .icon-09 {
    display: none; }
  .greeting-gp-item:first-child {
    padding: 1.5rem; }

  .affitiated-gp {
    margin-bottom: 3rem; }
    .affitiated-gp-item:last-child {
      padding-left: 0;
      padding-right: 0; }
    .affitiated-gp-box:nth-child(2n) .affitiated-gp-item:last-child {
      padding-left: 0;
      padding-right: 0; }

  .instagram-gp .item {
    width: calc((100% - 2.001rem) / 3);
    margin-right: 1rem;
    margin-bottom: 1.5rem; }
    .instagram-gp .item:nth-child(3n) {
      margin-right: 0; }

  .column-list li a {
    flex-wrap: wrap;
    padding: 1.5rem; }
    .column-list li a .img {
      width: 100%;
      margin-bottom: 1.5rem; }
    .column-list li a .cont {
      width: 100%;
      padding-left: 0; }

  .top_column-gp-item iframe {
    height: 25rem; }

  .top_slide-list {
    grid-template-columns: 25rem 25rem 25rem 25rem 25rem 25rem; }
  .top_slide-btn {
    width: 26rem; }
    .top_slide-btn a {
      height: 12rem;
      font-size: 1.5rem; }
    .top_slide-btn::after {
      height: 6rem; } }
.mt-60 {
  margin-top: 6rem; }

.mt-50 {
  margin-top: 5rem; }

.mb70 {
  margin-bottom: 7rem; }

.mb100, .mb-100,
.mb101, .mb-101 {
  margin-bottom: 10rem; }

.mb150 {
  margin-bottom: 15rem; }

.sitemap-wrap {
  padding: 6.5rem 0 8.5rem; }
.sitemap-title {
  color: #0071d7;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 3.5rem; }
.sitemap-list {
  margin-bottom: 8.5rem; }
  .sitemap-list li {
    width: calc((100% - 3rem) / 3);
    margin-right: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2rem; }
    .sitemap-list li::before {
      content: "";
      position: absolute;
      top: 1.2rem;
      left: 0;
      width: .6rem;
      height: .6rem;
      background: #0071d7;
      border-radius: 100%; }
    @media (min-width: 960.5px) {
      .sitemap-list li:nth-child(3n) {
        margin-right: 0; } }
    .sitemap-list li a {
      color: #333;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      transition: all 0.35s; }
      .sitemap-list li a:hover {
        color: #0071d7; }
      .sitemap-list li a br {
        display: none; }

.news-gp {
  padding: 5.5rem 0 6rem; }
  .news-gp-item:first-child {
    width: calc(100% - 30rem); }
  .news-gp-item:last-child {
    width: 30rem;
    padding-left: 5rem; }
  .news-gp .news-list {
    margin-bottom: 6rem;
    width: 100%; }
    .news-gp .news-list li a {
      font-size: 1.6rem; }

.pagenavi-wrap {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .pagenavi-wrap ul {
    display: flex;
    justify-content: center; }
    .pagenavi-wrap ul li {
      margin: 0 .8rem; }
      .pagenavi-wrap ul li * {
        height: 4rem;
        border: #0071d7 solid 0.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.55rem;
        color: #727272;
        transition: all 0.35s; }
      .pagenavi-wrap ul li .current, .pagenavi-wrap ul li a:hover {
        background: #0071d7;
        color: #FFFFFF; }

.archive-gp {
  border: #0071d7 solid 0.1rem;
  margin-bottom: 5rem; }
  .archive-gp:last-child {
    margin-bottom: 0; }
.archive-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #0071d7;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  position: relative; }
  .archive-title::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 0.8rem;
    height: .8rem;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    content: "";
    border-top: .1rem solid #FFFFFF;
    border-right: .1rem solid #FFFFFF;
    transition: all 0.35s; }
  .archive-title.active::before {
    transform: translateY(-50%) rotate(315deg); }
.archive-list {
  padding: 0 1.5rem;
  max-height: 32rem;
  overflow: auto; }
  .archive-list li {
    border-bottom: #333 solid .1rem; }
    .archive-list li:last-child {
      border-bottom: 0; }
    .archive-list li a {
      color: #333;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      display: block;
      padding: 1.3rem;
      transition: all 0.35s; }
      .archive-list li a:hover {
        color: #0071d7; }

.single-gp .date {
  margin-bottom: 2.8rem; }
.single-gp .image {
  margin-bottom: 1.5rem; }
.single-wrap :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  color: #000000; }
.single-wrap :is(h1, h2, h3, h4, h5, h6, p, ul, ol, .wp-block-image) {
  margin-bottom: 1.5rem; }
.single-wrap ul li {
  position: relative;
  padding-left: 1.5rem; }
  .single-wrap ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #00c0ff; }
    @media (max-width: 960px) {
      .single-wrap ul li::before {
        top: .75rem; } }
.single-wrap a {
  color: #233b5b;
  text-decoration: underline;
  transition: all 0.35s; }
  .single-wrap a:hover {
    text-decoration: none; }
.single-wrap ol {
  padding-left: 1.5rem; }
  .single-wrap ol li {
    list-style: decimal; }
.single-wrap blockquote {
  background: #EEEEEE;
  padding: 5rem;
  border-radius: 1.5rem;
  position: relative;
  margin: 5rem 0; }
  .single-wrap blockquote::before {
    content: "";
    width: 3.4rem;
    height: 3rem;
    position: absolute;
    left: 2rem;
    top: -1.2rem;
    background-image: url(assets/img/quote.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain; }
  .single-wrap blockquote p:last-child {
    margin-bottom: 0; }
.single-wrap :is(p, li, blockquote) {
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #000000;
  font-weight: 500; }
.single-wrap h1 {
  font-size: 3.2rem; }
.single-wrap h2 {
  font-size: 2.4rem; }
.single-wrap h3 {
  font-size: 2.2rem; }
.single-wrap h4 {
  font-size: 2rem; }
.single-wrap h5 {
  font-size: 1.8rem; }
.single-wrap h6 {
  font-size: 1.6rem; }

.nextpre_area-item a,
.nextpre_area-item span {
  transition: all 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.5rem;
  font-size: 1.6rem;
  color: #262c34;
  height: 6.5rem;
  border: #0071d7 solid 0.1rem;
  border-radius: 3.3rem;
  font-family: "Noto Sans JP", sans-serif;
  background: #FFF; }
.nextpre_area-item span {
  opacity: 0.5; }
.nextpre_area-item a:hover {
  color: #FFF;
  background: #0071d7; }

.nextpre_area.vs-02 .nextpre_area-item a,
.nextpre_area.vs-02 .nextpre_area-item span {
  border-color: #0071d7; }
.nextpre_area.vs-02 .nextpre_area-item a:hover {
  background: #0071d7; }

.single-title-01 {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0; }

.column-gp {
  padding: 5.5rem 0 6rem; }

.wp-column {
  padding: 2.4rem 0 4rem; }

.column-gp-01 {
  margin-bottom: 5rem; }
  .column-gp-01 li {
    width: calc((100% - 4.501rem) / 4);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
    .column-gp-01 li:nth-child(4n) {
      margin-right: 0; }
    .column-gp-01 li .img {
      margin-bottom: 1.5rem; }
      .column-gp-01 li .img img {
        width: 100%;
        aspect-ratio: 4 / 2.8;
        object-fit: cover; }
    .column-gp-01 li h4 {
      color: #333;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0;
      margin-bottom: .7rem; }
      .column-gp-01 li h4 a {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .column-gp-01 li p {
      color: #333;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0; }

.column-cate-list {
  margin-bottom: 3rem; }
  .column-cate-list li {
    margin-right: 1.7rem;
    margin-bottom: 1.7rem; }
    .column-cate-list li a {
      background: #FFFFFF;
      display: block;
      padding: .9rem 3.2rem;
      font-size: 1.2rem;
      color: #777777;
      transition: all 0.35s;
      border: #3b4148 solid .1rem; }
      .column-cate-list li a.active, .column-cate-list li a:hover {
        background: #3b4148;
        color: #FFFFFF; }

.column-default-50 {
  display: flex;
  flex-wrap: wrap; }
  .column-default-50 .item {
    width: calc((100% - 3.001rem) / 2);
    margin-right: 3rem; }
    .column-default-50 .item:nth-child(2n) {
      margin-right: 0; }
  .column-default-50.vz-02 .item {
    border: #0071d7 solid 1px;
    margin-bottom: 3rem;
    border-radius: 2rem;
    padding: 2rem; }
    .column-default-50.vz-02 .item .txt {
      margin-bottom: 1.5rem; }
      .column-default-50.vz-02 .item .txt p {
        font-size: 2rem;
        font-weight: 700;
        color: #0a6dc8; }
    .column-default-50.vz-02 .item .price p:first-child {
      width: calc(100% - 20rem); }
    .column-default-50.vz-02 .item .price p:last-child {
      width: 20rem;
      text-align: right;
      font-size: 2rem;
      font-weight: 700;
      color: #0071d7; }
.column-default-30 {
  display: flex;
  flex-wrap: wrap; }
  .column-default-30 li {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    .column-default-30 li:nth-child(3n) {
      margin-right: 0; }
    .column-default-30 li img {
      width: 100%;
      border-radius: 1.5rem; }
  .column-default-30.vz-02 li {
    margin-bottom: 3rem; }
.column-default-box p {
  color: #171717;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 185%;
  letter-spacing: 0.1rem; }
.column-img-right {
  display: flex;
  flex-wrap: wrap; }
  .column-img-right .item:first-child {
    width: calc(100% - 42rem);
    padding-right: 5rem; }
  .column-img-right .item:last-child {
    width: 42rem; }
  .column-img-right .item p {
    color: #171717;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 185%;
    letter-spacing: 0.1rem; }
  .column-img-right .item img {
    width: 100%;
    border-radius: 2rem; }
  .column-img-right .item .inchou p {
    margin-top: 1rem;
    font-size: 2.2rem;
    font-weight: 700;
    color: #0a6dc8; }
.column-img-left {
  display: flex;
  flex-wrap: wrap; }
  .column-img-left .item:first-child {
    width: 42rem; }
  .column-img-left .item:last-child {
    width: calc(100% - 42rem);
    padding-left: 5rem; }
  .column-img-left .item p {
    color: #171717;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.1rem; }
  .column-img-left .item img {
    width: 100%;
    border-radius: 2rem; }
  .column-img-left .item .inchou p {
    margin-top: 1rem;
    font-size: 2.2rem;
    font-weight: 700;
    color: #0a6dc8; }

.main_page .maps iframe {
  width: 100%;
  height: 40rem;
  vertical-align: top;
  border: 0; }
.main_page .list-01 {
  border: #0071d7 solid 0.4rem;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 3rem 1.5rem; }
  .main_page .list-01 li {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
    color: #171717;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    position: relative; }
    @media (min-width: 960.5px) {
      .main_page .list-01 li:nth-child(3n) {
        margin-right: 0; } }
    .main_page .list-01 li::before {
      content: "";
      position: absolute;
      width: 1.2rem;
      height: 1.2rem;
      top: .9rem;
      left: 0;
      border-radius: 100%;
      background: #0071d7; }
    .main_page .list-01 li.last::before {
      content: none; }
  @media (min-width: 767.5px) {
    .main_page .list-01.vz-02 li {
      width: calc((100% - 1.501rem) / 2); }
      .main_page .list-01.vz-02 li:nth-child(3n) {
        margin-right: 1.5rem; }
      .main_page .list-01.vz-02 li:nth-child(2n) {
        margin-right: 0; } }
.main_page .desc p {
  color: #171717;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.1rem; }
.main_page table.profile {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .main_page table.profile tr:last-child td:first-child::before {
    height: 60%; }
  .main_page table.profile td {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: 185%;
    color: #171717;
    font-weight: 500;
    letter-spacing: 0;
    vertical-align: middle;
    position: relative;
    border: 0; }
    .main_page table.profile td:first-child {
      letter-spacing: .1rem;
      font-weight: bold;
      width: 12rem;
      text-align: center;
      background-color: transparent;
      padding-left: 0; }
      .main_page table.profile td:first-child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 125%;
        background-color: rgba(0, 113, 215, 0.3);
        right: 0rem;
        top: 40%; }
    .main_page table.profile td:last-child {
      padding-left: 3rem;
      padding-right: 0;
      width: calc(100% - 12rem); }
      .main_page table.profile td:last-child::before {
        content: "";
        position: absolute;
        width: 1.5rem;
        height: 1.5rem;
        background-color: #0071d7;
        border-radius: 100%;
        left: -0.8rem;
        top: 50%;
        transform: translateY(-50%); }
.main_page .step_gp > div {
  background: rgba(0, 113, 215, 0.2);
  padding: 1.5rem;
  position: relative;
  margin-bottom: 6rem;
  border-radius: 1.5rem; }
  .main_page .step_gp > div:last-child {
    margin-bottom: 0; }
    .main_page .step_gp > div:last-child::before {
      content: none; }
  .main_page .step_gp > div::before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 2rem;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    background: #0071d7;
    clip-path: polygon(100% 0, 0 0, 50% 100%); }
.main_page #toc_container {
  margin-top: 5rem;
  width: 50%;
  padding: 2rem;
  margin-bottom: 8rem;
  background: rgba(0, 113, 215, 0.1);
  border-color: #0071d7; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    color: #0071d7; }
  .main_page #toc_container a {
    font-size: 1.8rem; }

.menu_medical {
  margin-bottom: 5rem; }

.catalogue {
  margin-top: 2.5rem;
  margin-bottom: 10rem; }
  .catalogue-title {
    display: none; }
  .catalogue-gp {
    max-width: 120.001rem; }
    .catalogue-gp:not(.style-4button) {
      padding: 2rem 5rem 3.9rem;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 1rem;
      border: 1px solid #353535;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
  .catalogue-list ul {
    display: flex;
    flex-wrap: wrap; }
    .catalogue-list ul li {
      margin-right: 3rem; }
      .catalogue-list ul li:last-child {
        margin-right: 0; }
      .catalogue-list ul li a {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        color: #353535;
        letter-spacing: .1rem;
        transition: ease all 500ms;
        position: relative;
        padding-top: 1.1rem;
        padding-bottom: 0.9rem;
        display: block;
        letter-spacing: 0;
        border-bottom: #353535 solid .1rem;
        padding-right: 3rem; }
        .catalogue-list ul li a::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1rem;
          width: 1.1rem;
          aspect-ratio: 1/1;
          z-index: 5;
          -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          background: #333;
          transform: translateY(-50%); }
        .catalogue-list ul li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          pointer-events: none;
          background: #fb9d02;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 1rem;
          color: #fb9d02;
          font-weight: bold; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both;
            background: #fb9d02; }
          .catalogue-list ul li a:hover::after {
            width: 100%; }
  .catalogue-list.style-1columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-2columns li {
    width: calc((100% - 3.001rem) / 2); }
    .catalogue-list.style-2columns li:nth-child(2n) {
      margin-right: 0; }
  .catalogue-list.style-3columns li {
    width: calc((100% - 6.001rem) / 3); }
    .catalogue-list.style-3columns li:nth-child(3n) {
      margin-right: 0; }
  .catalogue-list.style-4button ul {
    justify-content: center;
    margin-bottom: -1.5rem; }
    .catalogue-list.style-4button ul li {
      margin-bottom: 1.5rem;
      margin-right: 1.5rem; }
      .catalogue-list.style-4button ul li:last-child {
        margin-right: 0; }
      .catalogue-list.style-4button ul li.current-menu-item a, .catalogue-list.style-4button ul li:hover a {
        background: #0071d7;
        color: #ffffff;
        font-weight: 500; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        color: #0071d7;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(0, 113, 215, 0.1);
        border: #0071d7 solid 1px; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (max-width: 767px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            height: 100%;
            padding: 1rem; } }

.recruit-form {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 6rem; }
  .recruit-form table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
    .recruit-form table td {
      color: #171717;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.1rem;
      position: relative;
      padding: 1rem;
      word-break: break-all; }
      .recruit-form table td:first-child {
        width: 30rem; }
      .recruit-form table td:last-child {
        padding-left: 2.5rem; }
      .recruit-form table td .require {
        position: absolute;
        right: 0;
        font-size: 1.4rem;
        padding: .5rem 1rem;
        color: #fff;
        top: 50%;
        transform: translateY(-50%);
        line-height: 150%;
        background: #f7a527; }
      .recruit-form table td .input-form {
        width: 100%;
        padding: 1.3rem 1.5rem;
        background: #fafafa;
        border: 0;
        color: #171717;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.1rem;
        font-family: "Zen Maru Gothic", sans-serif; }
      .recruit-form table td textarea.input-form {
        height: 15.2rem; }
      .recruit-form table td .date-gp-item {
        margin-right: 2rem;
        position: relative;
        padding-right: 2.5rem; }
        .recruit-form table td .date-gp-item:last-child {
          margin-right: 0; }
        .recruit-form table td .date-gp-item .input-form {
          width: 12rem; }
        .recruit-form table td .date-gp-item .desc {
          position: absolute;
          top: 1.4rem;
          right: 0; }
  .recruit-form .mwform-checkbox-field {
    text-align: center;
    margin-top: 6rem; }
  .recruit-form .block p {
    margin-bottom: 5rem;
    padding: 4rem;
    text-align: center;
    background: rgba(247, 165, 39, 0.2); }
  .recruit-form .mw_wp_form_send_error {
    margin-bottom: 5rem;
    text-align: center; }
  .recruit-form .privacy {
    padding: 4rem;
    background: #fff;
    border: 1px solid #ccc; }
    .recruit-form .privacy .title {
      margin-bottom: 1em;
      font-size: 2rem;
      text-align: center; }
    .recruit-form .privacy li {
      position: relative;
      padding-left: 1.5em; }
      .recruit-form .privacy li::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "・"; }
  .recruit-form .mw_wp_form_preview p:nth-child(2) {
    opacity: 0;
    pointer-events: none; }
  .recruit-form .mw_wp_form_preview table {
    margin-bottom: 3rem; }
    .recruit-form .mw_wp_form_preview table .date-gp-item .desc {
      top: 0; }
.recruit-btn {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto; }
  .recruit-btn-submit {
    max-width: 62rem;
    margin: 0 auto 5rem; }
  .recruit-btn * {
    width: 100%;
    height: 6rem;
    color: #fff;
    font-size: 1.8rem;
    background: #34563c;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    cursor: pointer;
    position: relative; }
    .recruit-btn *:hover {
      opacity: 0.8; }

.form-checkbox .error {
  max-width: 57rem;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 960px) {
  .mb-101 {
    margin-bottom: 7rem; }

  .mb70 {
    margin-bottom: 3rem; }

  .sitemap-wrap {
    padding: 1rem 0 5.6rem; }
  .sitemap-list {
    margin-bottom: 2.7rem; }
    .sitemap-list li {
      width: calc((100% - 1.501rem) / 2);
      margin-bottom: 1rem; }
      .sitemap-list li:nth-child(2n) {
        margin-right: 0; }
      .sitemap-list li a {
        font-size: 1.5rem; }

  .news-gp-item:first-child {
    width: 100%; }
  .news-gp-item:last-child {
    padding-left: 0;
    width: 100%; }

  .archive-gp {
    margin-bottom: 3rem; }

  .nextpre_area-item a,
  .nextpre_area-item span {
    width: 20rem; }

  .single-title-01 {
    font-size: 2.2rem;
    text-align: justify;
    display: block;
    margin-bottom: 1rem; }

  .single-wrap {
    margin-bottom: 5.4rem; }
    .single-wrap h1 {
      font-size: 2.2rem; }
    .single-wrap h2 {
      font-size: 2.0rem; }
    .single-wrap h3 {
      font-size: 1.8rem; }
    .single-wrap h4 {
      font-size: 1.6rem; }
    .single-wrap h5 {
      font-size: 1.4rem; }
    .single-wrap h6 {
      font-size: 1.3rem; }
    .single-wrap :is(p, li, blockquote) {
      font-size: 1.5rem;
      line-height: 175%; }
    .single-wrap blockquote {
      padding: 2rem;
      margin: 3rem 0; }
      .single-wrap blockquote::before {
        top: -0.5rem;
        width: 2rem;
        height: 1.8rem; }
  .single-title-01 {
    font-size: 2.2rem;
    text-align: justify;
    margin-bottom: 1rem; }

  .nextpre_area-item a,
  .nextpre_area-item span {
    width: 20rem; }

  .column-gp {
    padding-bottom: 0; }

  .wp-column {
    padding: 0 0 1rem; }

  .column-gp-01 {
    margin-bottom: 3rem; }
    .column-gp-01 li {
      width: calc((100% - 1.501rem) / 2); }
      .column-gp-01 li:nth-child(2n) {
        margin-right: 0; }

  .column-cate-list li {
    margin-right: 1.5rem;
    margin-bottom: 1rem; }
    .column-cate-list li a {
      padding: .9rem 1.5rem; }

  .main_page #toc_container a {
    font-size: 1.5rem; }
  .main_page .list-01 li {
    width: calc((100% - 1.501rem) / 2);
    font-size: 1.5rem; }
    .main_page .list-01 li:nth-child(2n) {
      margin-right: 0; }
  .main_page .table-01 td {
    font-size: 1.5rem; }
  .main_page .desc p {
    font-size: 1.5rem; }

  .column-default-50 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem; }
    .column-default-50 .item:last-child {
      margin-bottom: 0; }
  .column-default-50.vz-02 .item .txt p {
    font-size: 1.6rem; }
  .column-default-box p {
    font-size: 1.5rem; }
  .column-img-left .item:first-child {
    width: 100%;
    margin-bottom: 2rem; }
  .column-img-left .item:last-child {
    width: 100%;
    padding-left: 0; }
  .column-img-left .item p {
    font-size: 1.5rem; }
  .column-img-right .item:first-child {
    width: 100%;
    padding-right: 0;
    order: 1; }
  .column-img-right .item:last-child {
    width: 100%;
    margin-bottom: 2rem; }
  .column-img-right .item p {
    font-size: 1.5rem; }

  .recruit-form {
    padding: 1.5rem; }
    .recruit-form table td {
      font-size: 1.5rem; }
      .recruit-form table td:first-child {
        width: 26rem; }
      .recruit-form table td:last-child {
        padding-left: 1.5rem; }
      .recruit-form table td .require {
        font-size: 1.2rem; }
      .recruit-form table td .date-gp-item .input-form {
        width: 9.5rem; }

  .recruit-btn {
    margin-bottom: 1.5rem; }
    .recruit-btn:last-child {
      margin-bottom: 0; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .catalogue-list ul li a .u-sp, .column-img-left .item .inchou p .u-sp {
    display: none; }

  .main_page #toc_container {
    width: 60%; } }
@media (max-width: 767px) {
  .sitemap-list li {
    width: 100%;
    margin-right: 0; }
    .sitemap-list li:last-child {
      margin-bottom: 0; }

  .wp-news-gp {
    flex-wrap: wrap !important; }
    .wp-news-gp-item:first-child {
      width: 100%;
      margin-bottom: 5rem; }
    .wp-news-gp-item:last-child {
      width: 100%;
      padding-left: 0; }

  .nextpre_area-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .nextpre_area-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
      margin-top: 1.5rem;
      order: 1; }
    .nextpre_area-item:nth-child(3n) {
      margin-right: 0; }
    .nextpre_area-item a,
    .nextpre_area-item span {
      width: 100%;
      height: 5rem; }

  .column-gp-01 li {
    width: 100%;
    margin-right: 0; }
    .column-gp-01 li:last-child {
      margin-bottom: 0; }

  .main_page #toc_container {
    width: 100%;
    padding: 1.5rem; }
  .main_page .table-01 td {
    float: left;
    width: 100%;
    border-bottom: 0; }
    .main_page .table-01 td:first-child {
      width: 100%; }
  .main_page .table-01 tr:first-child td {
    border-top: 0; }
  .main_page .table-01.vz-02 td {
    float: inherit;
    width: 50%;
    border-bottom: #0071d7 solid 1px; }
    .main_page .table-01.vz-02 td:first-child {
      width: 50%; }
  .main_page .table-01.vz-022 tr:first-child td {
    border-top: #0071d7 solid 1px; }
  .main_page .maps iframe {
    height: 28rem; }
  .main_page .list-01 {
    padding: 2rem; }
    .main_page .list-01 li {
      width: 100%;
      margin-right: 0; }
      .main_page .list-01 li:last-child {
        margin-bottom: 0; }
  .main_page table.profile td {
    padding-top: .5rem;
    padding-bottom: .5rem;
    float: left; }
    .main_page table.profile td:first-child {
      text-align: left;
      width: 100%;
      padding-bottom: 0;
      padding-left: 2rem;
      padding-right: 0; }
      .main_page table.profile td:first-child::before {
        right: auto;
        left: -0.2rem;
        top: 0;
        height: 100%; }
    .main_page table.profile td:last-child {
      padding-left: 2rem;
      width: 100%; }
      .main_page table.profile td:last-child::before {
        top: -1.3rem;
        width: 1.2rem;
        height: 1.2rem; }
      .main_page table.profile td:last-child::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: rgba(0, 113, 215, 0.3);
        left: -0.2rem;
        top: 0%; }
  .main_page table.profile tr:last-child td:first-child::before {
    height: 100%; }

  .wp_clinic_img li {
    width: 100%;
    margin-right: 0; }
    .wp_clinic_img li p {
      font-size: 1.8rem; }
      .wp_clinic_img li p::before {
        top: 1rem;
        width: 1.6rem;
        height: 1.6rem; }

  .catalogue-list.style-2columns li, .catalogue-list.style-3columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-4button ul {
    margin-bottom: -1rem; }
    .catalogue-list.style-4button ul li {
      width: calc((100% - 1.01rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem;
      background: rgba(0, 113, 215, 0.1); }
      .catalogue-list.style-4button ul li:nth-child(2n) {
        margin-right: 0; }
      .catalogue-list.style-4button ul li a {
        font-size: 1.5rem; }

  .column-default-30 li {
    width: calc((100% - 2.001rem) / 3);
    margin-right: 1rem; }
    .column-default-30 li img {
      border-radius: .7rem; }
  .column-default-30.vz-02 li {
    width: calc((100% - 1.001rem) / 2);
    margin-bottom: 2rem; }
    .column-default-30.vz-02 li:nth-child(3n) {
      margin-right: 1rem; }
    .column-default-30.vz-02 li:nth-child(2n) {
      margin-right: 0; }

  .recruit-form table td {
    float: left;
    width: 100%;
    padding: 1rem 0; }
    .recruit-form table td:first-child {
      width: 100%;
      padding-bottom: 0; }
    .recruit-form table td:last-child {
      padding-left: 0; }
    .recruit-form table td .input-form {
      padding: 1rem 1.5rem; }
    .recruit-form table td .date-gp-item {
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .recruit-form table td .date-gp-item:last-child {
        margin-bottom: 0; }
      .recruit-form table td .date-gp-item .input-form {
        width: 16rem; }
  .recruit-form .block p {
    padding: 1.5rem; }
  .recruit-form .privacy {
    padding: 1.5rem; }
  .recruit-form .mwform-checkbox-field {
    margin-top: 2rem; } }

/*# sourceMappingURL=style.css.map */
