@charset "UTF-8";
@import url("assets/fonts/stylesheet.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&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; }

* {
  word-wrap: break-word; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Sans JP", 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: 123rem; }

.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: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #043a94 url(assets/img/page-top.svg) no-repeat center;
  border-radius: 100%;
  background-size: 2.1rem;
  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: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      #page_top.fixed {
        bottom: 14rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 12rem; } }

.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: 185%;
    text-align: justify;
    font-size: 1.5rem; } }
: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-1460 {
  max-width: 149rem; }

.grid-1400 {
  max-width: 143rem; }

.grid-1355 {
  max-width: 138.5rem; }

.grid-1272 {
  max-width: 130.2rem; }

.grid-1260 {
  max-width: 129rem; }

.grid-1240 {
  max-width: 127rem; }

.grid-1080 {
  max-width: 111rem; }

body,
html {
  height: 100%; }

p {
  font-family: "Noto Sans JP", 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;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  transition: all 0.35s;
  z-index: 60; }
  .header-gp-item:first-child {
    padding-left: 2.5rem;
    transition: all 0.35s; }
  .header-box-item:first-child {
    margin-right: 3.5rem;
    padding-top: .6rem; }
  .header-box-item .maps {
    margin-bottom: 2.5rem; }
    .header-box-item .maps p {
      color: #020202;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 125%;
      letter-spacing: 0.2rem;
      position: relative;
      padding-left: 3.2rem; }
      .header-box-item .maps p::before {
        content: "";
        position: absolute;
        width: 2.2rem;
        height: 3.4rem;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-mask: url(assets/img/icon-map.png) center/100% no-repeat;
        mask: url(assets/img/icon-map.png) center/100% no-repeat;
        background: #020202; }
  .header-menu {
    position: relative; }
    .header-menu li {
      margin-left: 4rem; }
      .header-menu li:first-child {
        margin-left: 0; }
      .header-menu li a {
        color: #020202;
        font-size: 1.7rem;
        font-weight: 500;
        line-height: 125%;
        letter-spacing: 0;
        transition: all 0.35s; }
        .header-menu li a:hover {
          color: #043a94; }
      .header-menu li.current_page_item a, .header-menu li.current-menu-parent a {
        color: #043a94; }
      @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: #020202;
              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: #020202; }
              .header-menu li .sub-menu li a::after {
                content: "";
                position: absolute;
                bottom: -0.1rem;
                left: 0;
                width: 0;
                height: .1rem;
                background: #043a94;
                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: #043a94; }
                .header-menu li .sub-menu li a:hover::after {
                  width: 100%; }
            .header-menu li .sub-menu li.current_page_item a {
              color: #043a94; }
              .header-menu li .sub-menu li.current_page_item a::before {
                background: #043a94; }
        .header-menu li:hover .sub-menu {
          opacity: 1;
          pointer-events: auto; }
        .header-menu li:hover.menu-item-has-children > a::before {
          opacity: 1; } }
  .header .logo img {
    width: 30.5rem; }
  .header .btn-tel a {
    background: #043a94;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 12rem;
    width: 30rem; }
    .header .btn-tel a span {
      color: #FFFFFF;
      font-size: 3.2rem;
      font-weight: 400;
      line-height: 145%;
      letter-spacing: 0.15rem;
      font-family: "Guess Sans", sans-serif; }
      .header .btn-tel a span:first-child {
        position: relative;
        padding-left: 3.6rem; }
        .header .btn-tel a span:first-child::before {
          content: "";
          position: absolute;
          width: 2.4rem;
          height: 2.4rem;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          -webkit-mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
          mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
          background: #FFFFFF; }
      .header .btn-tel a span:last-child {
        font-size: 1.5rem;
        letter-spacing: .08rem;
        padding-left: 4rem; }

@media (min-width: 960.5px) {
  .home header {
    height: auto; }
  .home .header {
    background: transparent; }
    .home .header.active {
      background: #FFFFFF; }
      .home .header.active .header-gp-item:first-child {
        padding-left: 2.5rem; }
      .home .header.active .header-menu {
        padding-right: 0; }
    .home .header-gp {
      position: relative;
      z-index: 0; }
      .home .header-gp-item:first-child {
        padding-left: 4rem; }
      .home .header-gp::before {
        content: "";
        position: absolute;
        width: 41rem;
        height: 12rem;
        top: 0;
        left: 0;
        z-index: -1;
        background: #FFFFFF;
        border-radius: 0 0 1rem 0; }
    .home .header-box-item .maps {
      margin-bottom: 0.9rem; }
    .home .header-menu {
      background: #FFFFFF;
      padding: 1.85rem 4rem;
      border-radius: 1rem;
      transition: all 0.35s; }
      .home .header-menu li .sub-menu {
        top: calc(100% - 2.2rem); } }
@media (max-width: 1440px) and (min-width: 960.5px) {
  .header-menu li {
    margin-left: 2rem; }
  .header-box-item:first-child {
    margin-right: 2rem; }
  .header .logo img {
    width: 26rem; }
  .header .btn-tel a {
    width: 28rem; }

  .home .header-menu {
    padding: 1.85rem 2rem; }
  .home .header-gp::before {
    width: 32rem; } }
@media (max-width: 960px) {
  header {
    height: 6rem; }

  .header-gp-item:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1.5rem; }
  .header-gp-item:last-child {
    display: none;
    padding: 0 1.5rem 15rem;
    height: calc(100vh - 6rem);
    overflow-y: scroll;
    width: 100%; }
  .header-box {
    justify-content: center;
    align-items: center; }
  .header-menu {
    display: none;
    background: transparent;
    margin-bottom: 3rem; }
    .header-menu.u-sp {
      display: block; }
    .header-menu li {
      border-bottom: #1c181a solid 1px;
      margin-left: 0; }
      .header-menu li a {
        color: #020202;
        font-size: 1.5rem;
        height: auto;
        display: flex;
        padding: 1rem 0;
        justify-content: flex-start;
        width: 100%;
        line-height: 175%;
        position: relative; }
      .header-menu li.current-menu-item a {
        background: transparent;
        color: #324e99; }
    .header-menu .menu > li:not(.item-has-children) a::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: auto;
      right: 1rem;
      width: 1rem;
      aspect-ratio: 1 / 1;
      z-index: 1;
      -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
      mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
      background: #020202;
      transform: translateY(-50%);
      border: 0;
      opacity: 1;
      height: 1rem; }
    .header-menu .menu > li.current-menu-item a::before {
      background: #324e99; }
  .header .btn-tel a {
    height: 9rem; }
  .header .logo img {
    width: 20rem; }

  .menu-title {
    font-size: 2.4rem;
    color: #020202;
    margin-top: 4rem; }

  .nav-menu {
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
    background: #324e99;
    width: 6rem;
    height: 6rem;
    z-index: 10; }
    .nav-menu-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 1.5rem; }
      .nav-menu-item span {
        background: #fff;
        display: block;
        height: 1px;
        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: .9rem; }
      .nav-menu-item.active span:nth-child(2) {
        display: none; }
      .nav-menu-item.active span:nth-child(3) {
        transform: rotate(135deg);
        top: -0.6rem; } }
@media (max-width: 767px) {
  .header-box-item:first-child {
    margin-right: 0; } }
.no_scroll {
  overflow: hidden; }

.footer {
  background: url(assets/img/bg_footer.jpg) no-repeat center;
  background-size: cover; }
  .footer .logo {
    margin-bottom: 3rem; }
    .footer .logo img {
      width: 38.2rem; }
  .footer-title-01 {
    color: #043a94;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.15rem;
    font-family: "Guess Sans", sans-serif;
    margin-bottom: .5rem; }
  .footer-gp {
    padding: 14.5rem 0 13.5rem; }
    .footer-gp-box {
      width: 50%;
      border-radius: 3rem;
      box-shadow: 0 0 0.9rem rgba(50, 78, 153, 0.3); }
      .footer-gp-box:first-child {
        padding: 6rem 5rem 4.2rem;
        position: relative;
        background: #FFFFFF; }
        .footer-gp-box:first-child::before {
          content: "";
          position: absolute;
          width: 8.3rem;
          height: 8.3rem;
          top: 2.1rem;
          left: 2.6rem;
          background: url(assets/img/icon-01.png);
          background-size: contain; }
        .footer-gp-box:first-child::after {
          content: "";
          position: absolute;
          width: 8.3rem;
          height: 8.3rem;
          bottom: 4.3rem;
          right: 3.4rem;
          background: url(assets/img/icon-01.png);
          background-size: contain; }
      .footer-gp-box:last-child {
        width: 59.5rem; }
    .footer-gp-item {
      background: #FFFFFF;
      border-radius: 3rem;
      margin-bottom: 2rem;
      padding-top: 2.3rem;
      padding-left: 5rem;
      padding-bottom: 3.3rem; }
      .footer-gp-item:last-child {
        margin-bottom: 0; }
  .footer-tel {
    margin-bottom: 3.2rem; }
    .footer-tel a {
      display: flex;
      flex-flow: column;
      align-items: center;
      border: #043a94 solid 2px;
      position: relative;
      padding: 1rem 1rem 1.8rem 7.3rem;
      border-radius: 1rem; }
      .footer-tel a::before {
        content: "";
        position: absolute;
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
        top: .5rem;
        left: .5rem;
        border: #043a94 solid 2px;
        border-radius: .5rem; }
      .footer-tel a::after {
        content: "";
        position: absolute;
        width: 4rem;
        height: 4rem;
        top: 50%;
        left: 8.4rem;
        transform: translateY(-50%);
        -webkit-mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
        mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
        background: #324e99; }
      .footer-tel a span {
        color: #043a94;
        font-size: 5.2rem;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0.35rem;
        font-family: "Guess Sans", sans-serif; }
        .footer-tel a span:last-child {
          font-size: 1.8rem;
          letter-spacing: .13rem; }
  .footer-field-box {
    width: 29rem; }
    .footer-field-box:last-child {
      width: 22rem; }
    .footer-field-box.vs-02 {
      width: 100%; }
      .footer-field-box.vs-02 .menu-footer li .sub-menu {
        display: flex;
        flex-wrap: wrap; }
        .footer-field-box.vs-02 .menu-footer li .sub-menu li {
          width: 29rem; }
          .footer-field-box.vs-02 .menu-footer li .sub-menu li:nth-child(2n) {
            width: 22rem; }

.copyright {
  background: #324e99;
  padding: 4.6rem 0; }
  .copyright .logo {
    border-right: #FFFFFF solid 1px;
    padding-right: 4.2rem;
    margin-right: 4.2rem;
    padding-top: .25rem;
    padding-bottom: 0.25rem; }
    .copyright .logo img {
      width: 20rem; }
  .copyright .txt p {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0; }

.table-calendar table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2.3rem; }
  .table-calendar table td {
    border-bottom: #929292 solid 1px;
    width: 5.7rem;
    color: #043a94;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.1rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    padding: 1.65rem 0; }
    .table-calendar table td:first-child {
      width: 21.3rem;
      color: #010101; }
    .table-calendar table td:last-child {
      width: 4.8rem; }
    .table-calendar table td .sub {
      font-size: 1.6rem; }
  .table-calendar table tr:first-child td {
    border-top: #929292 solid 1px;
    color: #010101; }
  .table-calendar table.vz-01 tr:nth-child(3) td {
    width: 100%;
    text-align: center;
    color: #043a94; }
.table-calendar p {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.08rem;
  margin-bottom: 2.4rem; }
  .table-calendar p:last-child {
    margin-bottom: 0; }
  .table-calendar p strong {
    font-size: 1.8rem;
    font-weight: 700; }

.menu-footer li {
  margin-bottom: 1.7rem; }
  .menu-footer li:last-child {
    margin-bottom: 0; }
  .menu-footer li a {
    color: #000000;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    position: relative;
    padding-left: 2.7rem;
    transition: all 0.35s; }
    .menu-footer li a[href="#"] {
      pointer-events: none; }
    .menu-footer li a:hover {
      opacity: 0.8; }
  .menu-footer li .sub-menu {
    margin-top: .8rem;
    padding-left: 2.7rem; }
    .menu-footer li .sub-menu li {
      margin-bottom: .7rem; }
      .menu-footer li .sub-menu li:last-child {
        margin-bottom: 0; }
      .menu-footer li .sub-menu li a {
        font-size: 1.6rem;
        padding-left: 2rem; }
        .menu-footer li .sub-menu li a::before {
          content: "■";
          position: absolute;
          top: -0.2rem;
          left: 0; }
.menu-footer > li > a::before {
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(assets/img/icon-02.png) no-repeat center;
  background-size: cover; }

@media (max-width: 960px) {
  .footer-gp {
    padding: 6rem 0; }
    .footer-gp-box {
      width: 100%;
      border-radius: 1.5rem; }
      .footer-gp-box:last-child {
        display: none; }

  .table-calendar table td {
    font-size: 1.5rem; }
    .table-calendar table td .sub {
      font-size: 1.4rem; }

  .copyright {
    padding: 2rem 0 8rem; }
    .copyright .logo {
      margin-right: 2rem;
      padding-right: 2rem; }
      .copyright .logo img {
        width: 14rem; }

  .menu_fix_right {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    background: #043a94;
    z-index: 2;
    width: 100%;
    height: 6rem;
    align-items: center; }
    .menu_fix_right li {
      width: 50%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      height: 100%;
      border-right: #FFFFFF solid 1px;
      color: #FFFFFF;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 145%;
      letter-spacing: 0; }
      .menu_fix_right li:last-child {
        border-right: 0; }
      .menu_fix_right li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .menu_fix_right li a span {
          position: relative; }
          .menu_fix_right li a span::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background-position: center;
            background-size: contain;
            background: #FFFFFF; }
        .menu_fix_right li a.tel span {
          padding-left: 2.5rem; }
          .menu_fix_right li a.tel span::before {
            width: 2rem;
            height: 2rem;
            -webkit-mask: url(assets/img/icon-tel.svg) center/100% no-repeat;
            mask: url(assets/img/icon-tel.svg) center/100% no-repeat; }
        .menu_fix_right li a.location span {
          padding-left: 2.2rem; }
          .menu_fix_right li a.location span::before {
            width: 1.6rem;
            height: 2.5rem;
            -webkit-mask: url(assets/img/icon-map.png) center/100% no-repeat;
            mask: url(assets/img/icon-map.png) center/100% no-repeat; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .table-calendar table td .u-pc {
    display: block; } }
@media (max-width: 767px) {
  .footer-gp-box:first-child {
    padding: 1.5rem; }
  .footer-tel a {
    padding: 1.2rem 1rem 1.6rem 5rem; }
    .footer-tel a::after {
      left: 3rem;
      width: 3rem;
      height: 3rem; }
    .footer-tel a span {
      font-size: 2.5rem; }
      .footer-tel a span:last-child {
        font-size: 1.5rem; }
  .footer .logo img {
    width: 20rem; }

  .table-calendar table td .sub {
    display: block; }
  .table-calendar table.vz-02 td {
    width: 4.7rem; }
    .table-calendar table.vz-02 td:first-child {
      width: 21.3rem; }
    .table-calendar table.vz-02 td:last-child {
      width: 5.8rem; } }
.title-default-01 {
  text-align: center;
  margin-bottom: 4rem; }
  .title-default-01 p {
    color: #043a94;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.6rem;
    font-family: "Guess Sans", sans-serif; }
  .title-default-01 h3 {
    color: #333333;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 145%;
    letter-spacing: 0.2rem; }
.title-default-02 {
  text-align: center;
  position: relative;
  padding-bottom: 3.2rem;
  margin-bottom: 4rem; }
  .title-default-02::before {
    content: "";
    position: absolute;
    width: 13.5rem;
    height: 2.4rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-mask: url(assets/img/icon-05.png) center/100% no-repeat;
    mask: url(assets/img/icon-05.png) center/100% no-repeat;
    background: #020202; }
  .title-default-02 h4 {
    color: #043a94;
    font-size: 3rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.55rem; }
.title-default-03 {
  text-align: center;
  margin-bottom: 5.4rem; }
  .title-default-03 h3 {
    color: #043a94;
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.4rem; }
  .title-default-03 p {
    color: #000000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.25rem;
    font-family: "Guess Sans", sans-serif; }
  .title-default-03.vs-02 {
    text-align: left;
    padding-left: 3.6rem;
    margin-bottom: 4rem; }
    .title-default-03.vs-02 h3 {
      letter-spacing: .8rem; }
    .title-default-03.vs-02 p {
      text-shadow: 0 0 16px #FFF, 0px 0px 16px #FFF; }
.title-default-04 {
  color: #FFFFFF;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 2.3rem; }
  .title-default-04.vs-02 {
    color: #1c4c9e;
    letter-spacing: -0.1rem; }

.btn-default-01 a {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 145%;
  letter-spacing: 0.2rem;
  width: 100%;
  max-width: 30rem;
  height: 7rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background: #043a94;
  border-radius: 7rem;
  padding: 0 3.8rem;
  position: relative;
  transition: all 0.35s;
  border: #043a94 solid 1px; }
  .btn-default-01 a::before {
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    top: 50%;
    right: 3.6rem;
    transform: translateY(-50%);
    -webkit-mask: url(assets/img/arrow-right-01.svg) center/100% no-repeat;
    mask: url(assets/img/arrow-right-01.svg) center/100% no-repeat;
    background: #FFFFFF;
    transition: all 0.35s; }
  .btn-default-01 a:hover {
    background: #FFFFFF;
    color: #043a94; }
    .btn-default-01 a:hover::before {
      background: #043a94; }
.btn-default-01.vs-02 a {
  font-size: 1.6rem;
  letter-spacing: .15rem;
  background: rgba(255, 255, 255, 0.9);
  color: #043a94;
  padding: 0 2rem; }
  .btn-default-01.vs-02 a::before {
    background: #043a94;
    right: 2rem; }
  .btn-default-01.vs-02 a:hover {
    background: #043a94;
    color: #FFFFFF; }
    .btn-default-01.vs-02 a:hover::before {
      background: #FFFFFF; }
.btn-default-01.vs-03 a {
  justify-content: center;
  font-weight: 700; }
  .btn-default-01.vs-03 a::before {
    content: none; }
.btn-default-02 {
  margin-top: 3.2rem; }
  .btn-default-02 a {
    color: #043a94;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0;
    font-family: "Guess Sans", sans-serif;
    border: #043a94 solid 1px;
    display: block;
    width: 15rem;
    padding: 1.1rem 0 .7rem;
    text-align: center;
    transition: all 0.35s; }
    .btn-default-02 a:hover {
      background: #043a94;
      color: #FFFFFF; }

.btn-gp-01 {
  width: 100%;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto; }
  .btn-gp-01 li {
    width: calc((100% - 1.601rem) / 2);
    margin-right: 1.6rem; }
    .btn-gp-01 li:nth-child(2n) {
      margin-right: 0; }
.btn-gp-02 li {
  margin-bottom: 2rem; }
  .btn-gp-02 li:last-child {
    margin-bottom: 0; }
  .btn-gp-02 li:nth-child(2n-1) a {
    color: #FFFFFF;
    justify-content: flex-end; }
  .btn-gp-02 li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 21.7rem;
    color: #fd06c7;
    font-size: 3rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0;
    position: relative;
    padding: 0 5.2rem;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .btn-gp-02 li a::before {
      content: "";
      position: absolute;
      width: calc(100% - 2rem);
      height: calc(100% - 2rem);
      top: 1rem;
      left: 1rem;
      z-index: -1;
      border: 0.2rem solid rgba(255, 255, 255, 0.5); }

.table-gp-01-item:first-child {
  width: 19.5rem; }
.table-gp-01-item:last-child {
  width: calc(100% - 19.5rem); }
.table-gp-01-item .item {
  margin-left: 2.5rem; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .title-default-04 {
    font-size: 3rem; } }
@media (max-width: 960px) {
  .title-default-01 {
    margin-bottom: 2.5rem; }
    .title-default-01 p {
      text-align: center;
      font-size: 3rem; }
    .title-default-01 h3 {
      font-size: 1.6rem; }
  .title-default-02 h4 {
    font-size: 2.5rem; }
  .title-default-03 h3 {
    font-size: 3.5rem;
    text-align: center; }
  .title-default-03 p {
    text-align: center; }
  .title-default-03.vs-02 {
    padding-left: 0;
    margin-bottom: 2.2rem; }
  .title-default-04 {
    font-size: 2.5rem; }

  .btn-default-01 a {
    height: 6rem; }
  .btn-default-01.vs-02 a {
    font-size: 1.5rem; }
  .btn-default-02 {
    margin-top: .9rem; }
    .btn-default-02 a {
      font-size: 1.5rem;
      width: 10rem;
      padding: .9rem 0 .5rem; }

  .btn-gp-02 li a {
    font-size: 2rem;
    padding: 0 2rem;
    justify-content: center;
    background-position: center right;
    height: 14rem; }
    .btn-gp-02 li a::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #fbcdf1;
      opacity: 0.4;
      z-index: -2; }
  .btn-gp-02 li:nth-child(2n-1) a {
    justify-content: center;
    background-position: center left; }
    .btn-gp-02 li:nth-child(2n-1) a::after {
      background: #1046a0; } }
@media (max-width: 767px) {
  .table-gp-01-item:first-child {
    width: 100%;
    margin-bottom: 2rem; }
  .table-gp-01-item:last-child {
    width: 100%; }

  .btn-gp-01 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-gp-01 li:last-child {
      margin-bottom: 0; } }
: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; }

.mb200 {
  margin-bottom: 20rem; }

@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; }

.mt-100 {
  margin-top: 10rem; }

@media (min-width: 1000.5px) {
  .mt-pc--30 {
    margin-top: -3rem; } }
.noimg {
  border: 1px solid #eeeeee; }

.title__type_01 :is(h3, h4, h5, h6) {
  font-size: 2.6rem;
  line-height: 150%;
  letter-spacing: 0.2rem;
  font-weight: 900;
  color: #043a94;
  padding: 2rem 2rem 3.5rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  background-image: url(./assets/img/line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto; }

.title__type_02 :is(h3, h4, h5, h6) {
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 0.15rem;
  font-weight: 600;
  color: #fff;
  padding: 2rem 2rem 2.4rem;
  position: relative;
  background-color: rgba(4, 58, 148, 0.85);
  font-family: "Noto Serif JP", serif; }
  .title__type_02 :is(h3, h4, h5, h6)::before {
    content: "";
    position: absolute;
    left: 1%;
    bottom: .6rem;
    z-index: 1;
    width: 98%;
    height: 1px;
    border-bottom: 1px dashed #fff; }

.title__type_03 :is(h3, h4, h5, h6) {
  font-size: 2.2rem;
  line-height: 150%;
  letter-spacing: 0.15rem;
  font-weight: 600;
  color: #043a94;
  padding: 0rem 0rem 1rem 3rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  border-bottom: 4px double #043a94; }
  .title__type_03 :is(h3, h4, h5, h6)::before {
    content: "";
    position: absolute;
    left: 0;
    top: .7rem;
    width: 2rem;
    height: 2rem;
    background-color: #043a94;
    border-radius: 100%; }

.faq__item {
  border-radius: 1rem;
  padding-bottom: 6rem;
  margin-bottom: 6.4rem;
  border-bottom: 1px solid #eeeeee; }
  .faq__item:last-child {
    border-bottom: 0; }
.faq__question {
  color: #043a94;
  font-weight: 600;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: .1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 4px double #043a94;
  position: relative;
  padding-left: 3rem; }
  .faq__question::before {
    content: "";
    position: absolute;
    left: 0;
    top: .6rem;
    width: 2rem;
    height: 2rem;
    background-color: #043a94;
    border-radius: 100%; }
.faq__answer {
  color: #171717;
  line-height: 1.8;
  font-size: 1rem;
  border-radius: 1rem; }

.group_box_colums {
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative; }
  .group_box_colums--item {
    width: 100%; }
    .group_box_colums--item.pl-50 {
      padding-left: 6rem !important; }
    .group_box_colums--item.nobefore::before {
      content: none !important; }
    .group_box_colums--item.left:first-child {
      width: calc(100% - 50rem);
      padding-right: 9rem;
      text-align: justify; }
    .group_box_colums--item.right:last-child {
      width: 50rem;
      position: relative; }
      .group_box_colums--item.right:last-child::before {
        content: "";
        position: absolute;
        width: 25rem;
        height: 25rem;
        opacity: 0.2;
        left: -5rem;
        bottom: -5rem;
        z-index: -1;
        border-radius: 1.5rem;
        background-color: rgba(4, 58, 148, 0.8); }
      .group_box_colums--item.right:last-child::after {
        content: "";
        position: absolute;
        width: 15rem;
        height: 15rem;
        opacity: 0.2;
        right: -5rem;
        top: -5rem;
        z-index: 1;
        border-radius: 1.5rem;
        background-color: rgba(4, 58, 148, 0.3); }
    .group_box_colums--item.left:last-child {
      text-align: justify;
      order: 0;
      position: relative;
      width: 50rem; }
      .group_box_colums--item.left:last-child::before {
        content: "";
        position: absolute;
        width: 25rem;
        height: 25rem;
        opacity: 0.2;
        right: -5rem;
        bottom: -5rem;
        z-index: -1;
        border-radius: 1.5rem;
        background-color: rgba(4, 58, 148, 0.8); }
      .group_box_colums--item.left:last-child::after {
        content: "";
        position: absolute;
        width: 15rem;
        height: 15rem;
        opacity: 0.2;
        left: -5rem;
        top: -5rem;
        z-index: 1;
        border-radius: 1.5rem;
        background-color: rgba(4, 58, 148, 0.3); }
    .group_box_colums--item.right:first-child {
      order: 1;
      width: calc(100% - 50rem);
      position: relative;
      padding-left: 9rem; }
    .group_box_colums--item img {
      border-radius: 1.5rem;
      overflow: hidden; }
  .group_box_colums p {
    text-align: justify; }
    .group_box_colums p:not(:last-child) {
      margin-bottom: 2rem; }
  .group_box_colums .btn-gp-01 {
    max-width: 100%; }
  .group_box_colums.vs-02 .left::after, .group_box_colums.vs-02 .left::before,
  .group_box_colums.vs-02 .right::after,
  .group_box_colums.vs-02 .right::before {
    content: none; }
  .group_box_colums.vs-02 .right:first-child {
    padding-left: 5rem; }
  .group_box_colums.vs-02 .left:first-child {
    padding-right: 5rem; }
.group_box table {
  width: 100%;
  position: relative; }
  .group_box table.vs-01 th,
  .group_box table.vs-01 td {
    width: 50%;
    padding: 1rem 1.5rem; }
  .group_box table.vs-01 th {
    background-color: #043a94;
    color: #ffffff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .group_box table.vs-01 td {
    background-color: #eeeeee; }
  .group_box table.vs-01 tr:nth-child(odd) td {
    background-color: rgba(4, 58, 148, 0.3); }
  .group_box table.vs-01 th:first-child,
  .group_box table.vs-01 td:first-child {
    text-align: left; }
  .group_box table.vs-01 th:last-child,
  .group_box table.vs-01 td:last-child {
    text-align: right; }
  .group_box table.vs-02 {
    margin-bottom: 2rem;
    border-collapse: collapse; }
    .group_box table.vs-02 th,
    .group_box table.vs-02 td {
      padding: 1rem 1.5rem;
      border: 1px solid #171717;
      text-align: center; }
    .group_box table.vs-02 th:first-child,
    .group_box table.vs-02 td:first-child {
      width: 20rem; }
    .group_box table.vs-02 td {
      text-align: left; }
    .group_box table.vs-02.custom-02 th {
      width: 30rem; }
    .group_box table.vs-02.custom-02 td:not(:first-child) {
      text-align: center; }
    @media (max-width: 960px) {
      .group_box table.vs-02.custom-02 td,
      .group_box table.vs-02.custom-02 th {
        width: 30rem !important;
        float: inherit;
        text-align: center; }
        .group_box table.vs-02.custom-02 td:first-child,
        .group_box table.vs-02.custom-02 th:first-child {
          text-align: left;
          width: 27rem !important; }
        .group_box table.vs-02.custom-02 td:nth-child(2),
        .group_box table.vs-02.custom-02 th:nth-child(2) {
          width: 15rem; }
        .group_box table.vs-02.custom-02 td:not(:last-child),
        .group_box table.vs-02.custom-02 th:not(:last-child) {
          border-right: 1px solid rgba(4, 58, 148, 0.2) !important; }
      .group_box table.vs-02.custom-02 td {
        border-bottom: 1px solid rgba(4, 58, 148, 0.2) !important; } }
    .group_box table.vs-02.cutom-center td,
    .group_box table.vs-02.cutom-center th {
      text-align: center; }
    .group_box table.vs-02.bg-color th {
      background-color: rgba(4, 58, 148, 0.2); }
  .group_box table.vs-03 {
    margin-bottom: 2rem;
    border-collapse: collapse;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto; }
    .group_box table.vs-03 th,
    .group_box table.vs-03 td {
      padding: 1.5rem 2rem;
      border-top: 1px solid #043a94;
      border-bottom: 1px solid #043a94; }
    .group_box table.vs-03 th:first-child,
    .group_box table.vs-03 td:first-child {
      width: 20rem; }
    .group_box table.vs-03 td:first-child {
      width: 30rem;
      background-color: rgba(4, 58, 148, 0.2);
      font-weight: bold; }
  .group_box table.vs-04 {
    border-collapse: collapse; }
    .group_box table.vs-04 tr:first-child {
      border-top: 1px solid #000; }
    .group_box table.vs-04 td {
      padding: 2rem 1.5rem;
      border-bottom: 1px solid #000; }
      .group_box table.vs-04 td:first-child {
        font-weight: bold;
        padding-left: 0;
        padding-right: 0;
        width: 10rem; }
      .group_box table.vs-04 td:last-child {
        padding-right: 0; }
.group_box ul.vs-01 {
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  border-radius: 1rem;
  padding: 3rem 3rem 1.6rem;
  border: .2rem solid #043a94; }
  .group_box ul.vs-01 li {
    width: 50%;
    position: relative;
    padding-left: 4.5rem;
    margin-bottom: 1.5rem; }
    .group_box ul.vs-01 li:nth-child(2n), .group_box ul.vs-01 li:last-child {
      margin-right: 0; }
    .group_box ul.vs-01 li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 3.5rem;
      height: 3.5rem;
      background-color: #043a94;
      -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23e3e3e3"><path d="M480.13-120q-74.67 0-140.41-28.34-65.73-28.34-114.36-76.92-48.63-48.58-76.99-114.26Q120-405.19 120-479.87q0-74.67 28.35-140.41 28.35-65.73 76.95-114.36 48.6-48.63 114.3-76.99Q405.3-840 480-840q61.41 0 116.2 19 54.8 19 99.95 53l-28.77 29.77q-39.53-29.39-86.98-45.58Q532.96-800 480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-24.15-3.54-47.38-3.54-23.22-10.61-45.16l31.92-32.69q11 29.69 16.61 60.93Q840-513.07 840-480q0 74.7-28.34 140.4t-76.92 114.3q-48.58 48.6-114.26 76.95Q554.81-120 480.13-120Zm-57.67-203.69L280.15-466l28.31-28.31 114 114 389.23-389.46L840-741.46 422.46-323.69Z"/></svg>') no-repeat center;
      mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23e3e3e3"><path d="M480.13-120q-74.67 0-140.41-28.34-65.73-28.34-114.36-76.92-48.63-48.58-76.99-114.26Q120-405.19 120-479.87q0-74.67 28.35-140.41 28.35-65.73 76.95-114.36 48.6-48.63 114.3-76.99Q405.3-840 480-840q61.41 0 116.2 19 54.8 19 99.95 53l-28.77 29.77q-39.53-29.39-86.98-45.58Q532.96-800 480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160q133 0 226.5-93.5T800-480q0-24.15-3.54-47.38-3.54-23.22-10.61-45.16l31.92-32.69q11 29.69 16.61 60.93Q840-513.07 840-480q0 74.7-28.34 140.4t-76.92 114.3q-48.58 48.6-114.26 76.95Q554.81-120 480.13-120Zm-57.67-203.69L280.15-466l28.31-28.31 114 114 389.23-389.46L840-741.46 422.46-323.69Z"/></svg>') no-repeat center;
      -webkit-mask-size: cover;
      mask-size: cover; }
  .group_box ul.vs-01 li,
  .group_box ul.vs-01 a {
    display: flex;
    align-items: center;
    line-height: 185%;
    font-weight: 400;
    letter-spacing: .115rem;
    color: #333333;
    font-size: 1.8rem; }
  .group_box ul.vs-01 li.no-icon {
    padding-left: 0.5rem; }
    .group_box ul.vs-01 li.no-icon::before {
      content: none; }
  .group_box ul.vs-01.citem-3 li {
    width: 33.33%; }
    .group_box ul.vs-01.citem-3 li:nth-child(3n), .group_box ul.vs-01.citem-3 li:last-child {
      margin-right: 0; }
  .group_box ul.vs-01.full-width li {
    width: 100%;
    margin-right: 0; }
.group_box ul.process {
  margin-left: 4rem;
  position: relative; }
  .group_box ul.process::before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 5rem;
    width: 1px;
    height: calc(100% - 10rem);
    background-color: #043a94; }
  .group_box ul.process li {
    padding: 3rem 5rem;
    color: #171717;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 175%;
    background-color: rgba(4, 58, 148, 0.2);
    position: relative; }
    .group_box ul.process li:not(:last-child) {
      margin-bottom: 4rem; }
    .group_box ul.process li::before {
      counter-increment: number;
      content: counter(number);
      width: 5rem;
      height: 5rem;
      background-color: #043a94;
      position: absolute;
      left: -4rem;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      color: #ffffff;
      font-weight: 500; }

body {
  counter-reset: number; }

.colum_box-3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -3rem;
  flex-wrap: wrap; }
  .colum_box-3 a {
    width: 30rem;
    max-width: 100%;
    margin: 0 0 3rem 0; }
    .colum_box-3 a:not(:last-child) {
      margin-right: 1.5rem; }
    .colum_box-3 a.w36 {
      width: 36rem; }

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

@media (max-width: 960px) {
  .title__type_01 :is(h3, h4, h5, h6) {
    font-size: 2.2rem;
    padding: 0rem 0rem 2.5rem;
    background-size: 8.5rem; }

  .title__type_02 :is(h3, h4, h5, h6) {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    padding: 1.5rem 1.5rem 1.8rem; }
    .title__type_02 :is(h3, h4, h5, h6)::before {
      left: 2%;
      bottom: .4rem;
      width: 96%; }

  .title__type_03 :is(h3, h4, h5, h6) {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
    padding-left: 2.5rem; }
    .title__type_03 :is(h3, h4, h5, h6)::before {
      top: .7rem;
      width: 1.5rem;
      height: 1.5rem; }

  .mb-30 {
    margin-bottom: 2rem; }

  .mt-100 {
    margin-top: 7rem; }

  .faq__item {
    padding-bottom: 4rem;
    margin-bottom: 4.4rem; }

  .faq__question {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
    padding-left: 2.5rem; }
    .faq__question::before {
      top: .7rem;
      width: 1.5rem;
      height: 1.5rem; }

  .group_box_colums {
    flex-wrap: wrap; }
    .group_box_colums--item {
      width: 100%; }
      .group_box_colums--item.pl-50 {
        padding-left: 0 !important; }
      .group_box_colums--item.left:first-child {
        width: 100%;
        padding-right: 0;
        order: 1;
        padding-top: 2rem !important; }
      .group_box_colums--item.right:last-child {
        width: 100%;
        order: 0; }
        .group_box_colums--item.right:last-child::before {
          width: 100%;
          height: 100%;
          opacity: 0.4;
          left: -0.8rem;
          bottom: -0.8rem;
          border-radius: 0.5rem; }
        .group_box_colums--item.right:last-child::after {
          content: none; }
      .group_box_colums--item.left:last-child {
        text-align: justify;
        order: 0;
        position: relative;
        width: 100%; }
        .group_box_colums--item.left:last-child::before {
          width: 100%;
          height: 100%;
          opacity: 0.4;
          right: -0.8rem;
          bottom: -0.8rem;
          border-radius: 0.5rem; }
        .group_box_colums--item.left:last-child::after {
          content: none; }
      .group_box_colums--item.right:first-child {
        width: 100%;
        padding-left: 0;
        padding-top: 2rem; }
      .group_box_colums--item img {
        border-radius: 0.5rem; }
    .group_box_colums p:not(:last-child) {
      margin-bottom: 1rem; }
    .group_box_colums p.t-center {
      text-align: left !important; }
    .group_box_colums .btn-gp-01 {
      max-width: 100%; }
    .group_box_colums.vs-02 .left::after, .group_box_colums.vs-02 .left::before,
    .group_box_colums.vs-02 .right::after,
    .group_box_colums.vs-02 .right::before {
      content: none; }
    .group_box_colums.vs-02 .right:first-child {
      padding-left: 0; }
    .group_box_colums.vs-02 .left:first-child {
      padding-right: 0; }
  .group_box table.vs-01 th,
  .group_box table.vs-01 td {
    width: 50%;
    padding: 1rem 1.5rem; }
  .group_box table.vs-01 th {
    background-color: #043a94;
    color: #ffffff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .group_box table.vs-01 td {
    background-color: #eeeeee; }
  .group_box table.vs-01 tr:nth-child(odd) td {
    background-color: rgba(4, 58, 148, 0.3); }
  .group_box table.vs-01 th:first-child,
  .group_box table.vs-01 td:first-child {
    text-align: left; }
  .group_box table.vs-01 th:last-child,
  .group_box table.vs-01 td:last-child {
    text-align: right; }
  .group_box table.vs-02 {
    margin-bottom: 2rem;
    border-collapse: collapse; }
    .group_box table.vs-02 th,
    .group_box table.vs-02 td {
      padding: 1rem 1.5rem;
      border: 1px solid #171717;
      text-align: center; }
    .group_box table.vs-02 th:first-child,
    .group_box table.vs-02 td:first-child {
      width: 20rem; }
    .group_box table.vs-02 td {
      text-align: left; }
    .group_box table.vs-02.custom-02 th {
      width: 30rem; }
    .group_box table.vs-02.custom-02 td:not(:first-child) {
      text-align: center; } }
  @media (max-width: 960px) and (max-width: 960px) {
    .group_box table.vs-02.custom-02 td,
    .group_box table.vs-02.custom-02 th {
      width: 30rem !important;
      float: inherit;
      text-align: center; }
      .group_box table.vs-02.custom-02 td:first-child,
      .group_box table.vs-02.custom-02 th:first-child {
        text-align: left;
        width: 27rem !important; }
      .group_box table.vs-02.custom-02 td:nth-child(2),
      .group_box table.vs-02.custom-02 th:nth-child(2) {
        width: 15rem; }
      .group_box table.vs-02.custom-02 td:not(:last-child),
      .group_box table.vs-02.custom-02 th:not(:last-child) {
        border-right: 1px solid rgba(4, 58, 148, 0.2) !important; }
    .group_box table.vs-02.custom-02 td {
      border-bottom: 1px solid rgba(4, 58, 148, 0.2) !important; } }
@media (max-width: 960px) {
    .group_box table.vs-02.cutom-center td,
    .group_box table.vs-02.cutom-center th {
      text-align: center; }
    .group_box table.vs-02.bg-color th {
      background-color: rgba(4, 58, 148, 0.2); }
  .group_box table.vs-03 {
    margin-bottom: 2rem;
    max-width: 100rem; }
    .group_box table.vs-03 th,
    .group_box table.vs-03 td {
      width: 100%;
      float: left;
      padding: 1.5rem 1.5rem;
      border-top: 0px solid #043a94;
      border-bottom: 0px solid #043a94; }
    .group_box table.vs-03 th:first-child,
    .group_box table.vs-03 td:first-child {
      width: 100%; }
    .group_box table.vs-03 td:first-child {
      width: 100%;
      background-color: rgba(4, 58, 148, 0.2);
      font-weight: bold; }
    .group_box table.vs-03 td:last-child {
      padding-left: 0;
      padding-right: 0; }
  .group_box table.vs-04 {
    border-collapse: collapse; }
    .group_box table.vs-04 tr:first-child {
      border-top: 1px solid #000; }
    .group_box table.vs-04 td {
      padding: 2rem 1.5rem;
      border-bottom: 1px solid #000; }
      .group_box table.vs-04 td:first-child {
        font-weight: bold;
        padding-left: 0;
        padding-right: 0;
        width: 10rem; }
      .group_box table.vs-04 td:last-child {
        padding-right: 0; }
  .group_box ul.vs-01 {
    flex-wrap: wrap;
    border-radius: 0.5rem;
    padding: 2rem 2rem;
    border: .1rem solid #043a94; }
    .group_box ul.vs-01 li {
      padding-left: 3rem;
      margin-bottom: 1rem; } }
    @media (max-width: 960px) and (max-width: 767px) {
      .group_box ul.vs-01 li {
        width: 100%; } }
@media (max-width: 960px) {
      .group_box ul.vs-01 li:last-child {
        margin-bottom: 0; }
      .group_box ul.vs-01 li:nth-child(2n), .group_box ul.vs-01 li:last-child {
        margin-right: 0; }
      .group_box ul.vs-01 li::before {
        top: .2rem;
        width: 2.5rem;
        height: 2.5rem; }
    .group_box ul.vs-01 li,
    .group_box ul.vs-01 a {
      letter-spacing: .115rem;
      font-size: 1.5rem; }
    .group_box ul.vs-01 li.no-icon {
      padding-left: 0.5rem; }
      .group_box ul.vs-01 li.no-icon::before {
        content: none; } }
  @media (max-width: 960px) and (max-width: 767px) {
    .group_box ul.vs-01.citem-3 li {
      width: 100%; } }
@media (max-width: 960px) {
    .group_box ul.vs-01.full-width li {
      width: 100%;
      margin-right: 0; }
  .group_box ul.process {
    margin-left: 2rem; }
    .group_box ul.process::before {
      left: -1rem;
      top: 1rem;
      height: calc(100% - 5rem); }
    .group_box ul.process li {
      padding: 1.5rem 1.5rem 1.5rem 3rem;
      font-size: 1.5rem;
      line-height: 185%; }
      .group_box ul.process li:not(:last-child) {
        margin-bottom: 2rem; }
      .group_box ul.process li::before {
        width: 4rem;
        height: 4rem;
        left: -2rem;
        top: 1rem;
        transform: translateY(0%);
        font-size: 1.6rem; }
  .group_box .btn-gp-01 {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    .group_box .btn-gp-01 li:last-child {
      margin-right: 0; }

  .mb100,
  .mb101 {
    margin-bottom: 7rem !important; }

  .mb200 {
    margin-bottom: 10rem; }

  .colum_box-3 {
    margin-bottom: -2rem; }
    .colum_box-3 a {
      margin: 0 0 2rem 0; } }
@media (max-width: 960px) and (max-width: 767px) {
  .colum_box-3 a:not(:last-child) {
    margin-right: 0; }

  .colum_box-3 {
    margin-bottom: 0; }
    .colum_box-3 a {
      margin-bottom: 1.5rem; }
      .colum_box-3 a:last-child {
        margin-bottom: 0; } }
@media (max-width: 960px) {
  p.t-center {
    text-align: left !important; }

  .mt--30 {
    margin-top: -1.5rem; }

  #toc_container {
    margin-top: 2rem !important;
    margin-bottom: 4rem !important; }

  .toc_list li:not(:last-child) {
    margin-bottom: 1rem !important; }

  ul.wp_clinic_img.dflex.gapsp {
    flex-wrap: nowrap;
    gap: 0.5rem; }

  .wp_clinic_img.gapsp li img {
    border-radius: 0.5rem; }

  .slick-slide img {
    height: 40rem !important;
    object-fit: cover; } }
.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 Serif JP", 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 {
  position: relative;
  margin-bottom: 12rem; }
  .mv-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .mv-btn {
    position: absolute;
    bottom: 6.6rem;
    right: 6.2rem; }
    .mv-btn li {
      margin-right: 4.5rem; }
      .mv-btn li:last-child {
        margin-right: 0; }
      .mv-btn li img {
        width: 30rem; }
  .mv-desc {
    position: absolute;
    padding-bottom: 3.8rem;
    top: 0;
    left: 0;
    width: 98rem;
    height: 100%;
    z-index: 0;
    background: rgba(4, 58, 148, 0.5);
    clip-path: polygon(29.2rem 0%, 100% 0, calc(100% - 34.7rem) 100%, 0% 100%); }
    .mv-desc .detail {
      width: 53.5rem;
      margin-left: -7rem; }
      .mv-desc .detail p {
        color: #FFFFFF;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 185%;
        letter-spacing: 0.2rem;
        font-family: "M PLUS 1p", sans-serif; }
        .mv-desc .detail p:last-child {
          text-align: right; }
    .mv-desc::before {
      content: "";
      position: absolute;
      width: 15.1rem;
      height: 14.9rem;
      background: url(assets/img/icon-04.png) no-repeat center;
      background-size: contain;
      top: 17rem;
      z-index: -1;
      left: 49.4rem; }
    .mv-desc::after {
      content: "";
      position: absolute;
      width: 15.1rem;
      height: 14.9rem;
      background: url(assets/img/icon-04.png) no-repeat center;
      background-size: contain;
      bottom: 20rem;
      z-index: -1;
      left: 19rem; }
    .mv-desc .icon-01 {
      width: 15.1rem;
      height: 14.9rem;
      background: url(assets/img/icon-04.png) no-repeat center;
      background-size: contain;
      bottom: 4rem;
      right: 37.5rem;
      position: absolute; }
  .mv-title {
    margin-bottom: 3rem; }
    .mv-title p {
      color: #FFFFFF;
      font-size: 6rem;
      font-weight: 700;
      line-height: 130%;
      letter-spacing: 0.7rem;
      font-family: "Guess Sans", sans-serif; }
    .mv-title h2 {
      color: #FFFFFF;
      font-size: 5rem;
      font-weight: 700;
      line-height: 130%;
      letter-spacing: 0.07rem;
      font-family: "M PLUS 1p", sans-serif; }

.top_news {
  margin-bottom: 12rem; }
  .top_news-gp-box {
    width: calc((100% - 5.501rem) / 2);
    margin-right: 5.5rem;
    background: rgba(232, 208, 226, 0.25);
    border-radius: 2rem;
    position: relative; }
    .top_news-gp-box:nth-child(2n) {
      margin-right: 0;
      background: rgba(4, 58, 148, 0.25); }
    .top_news-gp-box.vs-01 {
      padding: 3rem 2.5rem 0; }
      .top_news-gp-box.vs-01::before {
        content: "";
        position: absolute;
        width: 8.3rem;
        height: 8.3rem;
        top: 5.4rem;
        left: 3.4rem;
        background: url(assets/img/icon-04.png) no-repeat center;
        background-size: contain; }
      .top_news-gp-box.vs-01::after {
        content: "";
        position: absolute;
        width: 8.3rem;
        height: 8.3rem;
        bottom: 3rem;
        right: 3.2rem;
        background: url(assets/img/icon-04.png) no-repeat center;
        background-size: contain; }
    .top_news-gp-box.vs-02 {
      padding: 2.3rem 3.4rem; }
      .top_news-gp-box.vs-02::before {
        content: "";
        position: absolute;
        width: 8.3rem;
        height: 8.3rem;
        top: 5.4rem;
        left: 3.4rem;
        -webkit-mask: url(assets/img/icon-04.png) center/100% no-repeat;
        mask: url(assets/img/icon-04.png) center/100% no-repeat;
        background: #043a94;
        z-index: -1; }
      .top_news-gp-box.vs-02::after {
        content: "";
        position: absolute;
        width: 8.3rem;
        height: 8.3rem;
        bottom: 3rem;
        right: 3rem;
        -webkit-mask: url(assets/img/icon-04.png) center/100% no-repeat;
        mask: url(assets/img/icon-04.png) center/100% no-repeat;
        background: #043a94;
        z-index: -1; }
    .top_news-gp-box .table-calendar {
      background: rgba(255, 255, 255, 0.9);
      padding: 2.5rem 4.5rem;
      border-radius: 1rem;
      margin-bottom: 2.2rem; }
      .top_news-gp-box .table-calendar table td {
        padding: 1.05rem 0;
        width: 5.2rem; }
        .top_news-gp-box .table-calendar table td:first-child {
          width: 19.5rem; }
        .top_news-gp-box .table-calendar table td:last-child {
          width: 2.4rem; }
      .top_news-gp-box .table-calendar table tr:first-child td {
        padding: 1.3rem 0; }

.news-list {
  opacity: 0.8;
  margin-bottom: 4.5rem; }
  .news-list li {
    margin-bottom: 1.6rem; }
    .news-list li:last-child {
      margin-bottom: 0; }
    .news-list li a {
      background: #FFFFFF;
      display: flex;
      border-radius: .8rem;
      padding: 1.4rem 3rem; }
      .news-list li a span {
        color: #000000;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.2rem; }
        .news-list li a span.date {
          width: 11.7rem;
          font-family: "Guess Sans", sans-serif;
          letter-spacing: .25rem; }
        .news-list li a span.txt {
          width: calc(100% - 11.7rem); }
    .news-list li:nth-child(2n-1) a {
      background: rgba(4, 58, 148, 0.8); }
      .news-list li:nth-child(2n-1) a span {
        color: #FFFFFF; }

.top_medical {
  padding-top: 10.6rem;
  padding-bottom: 14rem;
  background: url(assets/img/medical-bg-01.jpg) no-repeat center;
  background-size: cover; }
  .top_medical-wrap {
    padding: 5rem 9.7rem 6rem;
    background: #FFFFFF;
    border-radius: 1.5rem;
    margin-bottom: 9rem; }
  .top_medical-list-01 li {
    width: calc((100% - 4.001rem) / 2);
    margin-right: 4rem; }
    .top_medical-list-01 li:nth-child(2n) {
      margin-right: 0; }
    .top_medical-list-01 li a {
      text-align: center;
      background-repeat: no-repeat;
      display: block;
      width: 100%;
      position: relative;
      padding: 8rem 3.5rem 9.3rem;
      z-index: 0;
      border-radius: 1.5rem;
      overflow: hidden;
      background-position: center left -7rem;
      background-size: cover; }
      .top_medical-list-01 li a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: rgba(28, 76, 158, 0.7);
        transition: all 0.35s; }
      .top_medical-list-01 li a::after {
        content: "";
        position: absolute;
        width: 6rem;
        height: 6rem;
        bottom: 1.5rem;
        right: 1.5rem;
        background: #FFFFFF;
        opacity: 0.5;
        clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
      .top_medical-list-01 li a:hover::before {
        background: rgba(28, 76, 158, 0.9); }
  .top_medical-list-01 .title {
    text-align: center;
    position: relative;
    display: block;
    padding-top: 11.7rem;
    padding-bottom: 3.3rem;
    margin-bottom: 2.3rem; }
    .top_medical-list-01 .title::before {
      content: "";
      position: absolute;
      width: 11.5rem;
      height: 7.1rem;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-mask: var(--data-bg) center/100% no-repeat;
      mask: var(--data-bg) center/100% no-repeat;
      background: #FFFFFF; }
    .top_medical-list-01 .title::after {
      content: "";
      position: absolute;
      width: 13.5rem;
      height: 2.4rem;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-mask: url(assets/img/icon-05.png) center/100% no-repeat;
      mask: url(assets/img/icon-05.png) center/100% no-repeat;
      background: #FFFFFF; }
    .top_medical-list-01 .title * {
      display: block; }
    .top_medical-list-01 .title.vs-02::before {
      width: 7.5rem;
      height: 7.7rem; }
  .top_medical-list-01 .title_h {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.55rem;
    font-family: "Kosugi Maru", sans-serif; }
  .top_medical-list-01 .title_p {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.2rem;
    font-family: "Guess Sans", sans-serif; }
  .top_medical-list-01 .desc {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 245%;
    letter-spacing: 0.12rem;
    text-align: center; }
  .top_medical-list-02 {
    margin-bottom: 5.5rem; }
    .top_medical-list-02 li {
      width: calc((100% - 3.8rem) / 2);
      margin-right: 3.8rem; }
      .top_medical-list-02 li:nth-child(2n) {
        margin-right: 0; }
      .top_medical-list-02 li a {
        display: flex;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 33.5rem;
        border-radius: 1.5rem;
        padding: 2rem 3.8rem 1rem; }
      .top_medical-list-02 li .title_h {
        color: #FFFFFF;
        font-size: 3rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.4rem;
        font-family: "Kosugi Maru", sans-serif;
        writing-mode: vertical-lr; }
      .top_medical-list-02 li .title_p {
        margin-top: 4rem;
        color: #FFFFFF;
        font-size: 2rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0.05rem;
        writing-mode: vertical-lr;
        font-family: "Kosugi Maru", sans-serif; }
  .top_medical-list-03 li {
    width: calc((100% - 11.001rem) / 3);
    margin-right: 5.5rem; }
    .top_medical-list-03 li:nth-child(3n) {
      margin-right: 0; }
    .top_medical-list-03 li a {
      display: block;
      position: relative; }
      .top_medical-list-03 li a .txt {
        opacity: 0;
        position: absolute;
        background: rgba(32, 49, 121, 0.9);
        width: calc(100% - 4rem);
        height: calc(100% - 4rem);
        top: 2rem;
        left: 2rem;
        display: block;
        border-radius: 1rem;
        color: #FFFFFF;
        font-size: 2rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0;
        padding: 1.8rem 2.5rem;
        pointer-events: none;
        transition: all 0.35s; }
        .top_medical-list-03 li a .txt .item {
          display: block;
          margin-bottom: 3.5rem; }
          .top_medical-list-03 li a .txt .item:last-child {
            margin-bottom: 0; }
      .top_medical-list-03 li a:hover .txt {
        opacity: 1;
        pointer-events: all; }
      .top_medical-list-03 li a img {
        width: 100%; }
  .top_medical .title-default-01 {
    margin-bottom: 8rem; }

.top_trouble {
  padding: 13.2rem 0 15rem; }
  .top_trouble-list-01 {
    margin-bottom: 4rem; }
    .top_trouble-list-01 li {
      width: calc((100% - 3.8rem) / 2);
      margin-right: 3.8rem; }
      .top_trouble-list-01 li:nth-child(2n) {
        margin-right: 0; }
      .top_trouble-list-01 li a {
        display: flex;
        width: 100%;
        height: 14rem;
        align-items: center;
        justify-content: center;
        border-radius: 2rem;
        background: #335ca7;
        border: #335ca7 solid .4rem;
        font-family: "M PLUS 1p", sans-serif;
        color: #FFFFFF;
        font-size: 3rem;
        font-weight: 700;
        line-height: 175%;
        letter-spacing: 0;
        transition: all 0.35s; }
        .top_trouble-list-01 li a.vs-02 {
          border-color: rgba(255, 0, 200, 0);
          background: rgba(255, 0, 200, 0.6); }
        .top_trouble-list-01 li a:hover, .top_trouble-list-01 li a.active {
          background: transparent;
          color: #335ca7; }
          .top_trouble-list-01 li a:hover.vs-02, .top_trouble-list-01 li a.active.vs-02 {
            border-color: #ff00c8;
            color: #ff00c8; }
  .top_trouble-list-02 {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
    transition: all 0.5s ease; }
    .top_trouble-list-02 li {
      width: calc((100% - 10.001rem) / 3);
      margin-right: 5rem;
      margin-bottom: 5rem;
      position: relative; }
      .top_trouble-list-02 li::before {
        content: "";
        position: absolute;
        width: 4.3rem;
        height: 4.2rem;
        top: 50%;
        transform: translateY(-50%);
        left: 2.5rem;
        -webkit-mask: url(assets/img/icon-04.png) center/100% no-repeat;
        mask: url(assets/img/icon-04.png) center/100% no-repeat;
        background: #FFFFFF;
        z-index: 1;
        pointer-events: none;
        transition: all 0.35s; }
      @media (min-width: 960.5px) {
        .top_trouble-list-02 li:nth-child(3n) {
          margin-right: 0; } }
      .top_trouble-list-02 li:hover::before {
        background: #1d4c9e; }
      .top_trouble-list-02 li a {
        background: #1d4c9e;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 10rem;
        position: relative;
        transition: all 0.35s;
        color: #FFFFFF;
        font-size: 2rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0;
        z-index: 0; }
        .top_trouble-list-02 li a::before {
          content: "";
          position: absolute;
          width: calc(100% - 1rem);
          height: calc(100% - 1rem);
          border: solid 1px #FFFFFF;
          top: .5rem;
          left: .5rem;
          z-index: -1;
          transition: all 0.35s; }
        .top_trouble-list-02 li a::after {
          content: "";
          position: absolute;
          width: 3.1rem;
          height: 1.2rem;
          bottom: 1.3rem;
          right: 1rem;
          -webkit-mask: url(assets/img/arrow-right.svg) center/100% no-repeat;
          mask: url(assets/img/arrow-right.svg) center/100% no-repeat;
          background: #FFFFFF; }
        .top_trouble-list-02 li a:hover {
          color: #1d4c9e; }
          .top_trouble-list-02 li a:hover::before {
            background: #FFFFFF; }
          .top_trouble-list-02 li a:hover::after {
            background: #1d4c9e; }
  .top_trouble-gp {
    border: #1d4c9e solid 0.3rem;
    border-radius: 2rem;
    padding: 5rem 4.8rem 0;
    display: none;
    position: relative; }
    .top_trouble-gp::before {
      content: "";
      position: absolute;
      width: 3rem;
      height: 2.8rem;
      top: -2.8rem;
      left: 32.2rem;
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
      background: #043a94; }
    .top_trouble-gp::after {
      content: "";
      position: absolute;
      width: 3rem;
      height: 2.8rem;
      top: -2.3rem;
      left: 32.2rem;
      background: #fff;
      clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
    .top_trouble-gp.active {
      display: block; }
      .top_trouble-gp.active .top_trouble-list-02 {
        animation: fade_in_0 500ms 500ms ease-in-out;
        animation-fill-mode: forwards; }
    .top_trouble-gp.vs-02 {
      border-color: #ff00c8; }
      .top_trouble-gp.vs-02::before {
        left: auto;
        right: 32.2rem;
        background: #ff00c8; }
      .top_trouble-gp.vs-02::after {
        left: auto;
        right: 32.2rem; }
      .top_trouble-gp.vs-02 .top_trouble-list-02 li:hover::before {
        background: rgba(255, 0, 200, 0.6); }
      .top_trouble-gp.vs-02 .top_trouble-list-02 li a {
        background: rgba(255, 0, 200, 0.6); }
        .top_trouble-gp.vs-02 .top_trouble-list-02 li a:hover {
          color: #ff00c8; }
          .top_trouble-gp.vs-02 .top_trouble-list-02 li a:hover::after {
            background: #ff00c8; }

.top_feature {
  position: relative;
  z-index: 0;
  padding-top: 17rem; }
  .top_feature::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(28, 76, 158, 0.1); }
  .top_feature::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80.8rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/icon-09.png) no-repeat center bottom;
    background-size: cover; }
  .top_feature-gp {
    width: calc(100% - 3rem);
    max-width: 135rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-right: 2.3rem;
    padding-bottom: 5.5rem;
    z-index: 0;
    margin-bottom: 10.5rem; }
    .top_feature-gp::before {
      content: "";
      position: absolute;
      width: calc(100% + 28.4rem);
      height: calc(100% - 5.3rem);
      bottom: 0;
      left: -28.4rem;
      z-index: -1;
      background: var(--data-bg) no-repeat center;
      background-size: cover; }
    .top_feature-gp-box:first-child {
      padding-top: 7rem;
      padding-right: 7.5rem;
      width: calc(100% - 63.6rem); }
    .top_feature-gp-box:last-child {
      width: 63.6rem; }
      .top_feature-gp-box:last-child img {
        width: 100%; }
    .top_feature-gp.vs-02 {
      padding-left: 12.5rem;
      max-width: 143rem; }
      .top_feature-gp.vs-02::before {
        left: auto;
        right: -24.5rem;
        width: calc(100% + 24.5rem); }
      .top_feature-gp.vs-02 .top_feature-gp-box:first-child {
        order: 1;
        padding-left: 6rem;
        padding-right: 0;
        width: calc(100% - 61rem); }
      .top_feature-gp.vs-02 .top_feature-gp-box:last-child {
        width: 61rem; }
    .top_feature-gp:last-child {
      margin-bottom: 0; }
  .top_feature-title-01 {
    margin-bottom: 1.2rem; }
    .top_feature-title-01 p {
      color: #FFFFFF;
      font-size: 2.4rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.3rem;
      font-family: "Guess Sans", sans-serif;
      display: inline-block; }
      .top_feature-title-01 p:last-child {
        font-size: 6rem;
        font-style: italic;
        margin-left: .8rem; }
    .top_feature-title-01.vs-02 p {
      color: #1c4c9e; }
  .top_feature .desc {
    margin-bottom: 4.4rem; }
    .top_feature .desc p {
      color: #FFFFFF;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 172%;
      letter-spacing: 0.15rem;
      margin-bottom: 2.8rem;
      font-feature-settings: 'palt'; }
      .top_feature .desc p:last-child {
        margin-bottom: 0; }
    .top_feature .desc.vs-02 {
      margin-bottom: 4.5rem; }
      .top_feature .desc.vs-02 p {
        color: #000000;
        letter-spacing: .1rem; }
  .top_feature .btn-gp-01 {
    margin-left: 0; }
  .top_feature .title-default-01 {
    margin-bottom: 9.8rem; }

.feature-field {
  background: var(--data-bg);
  padding-top: 14rem;
  padding-bottom: 16rem;
  margin-bottom: 10rem; }
  .feature-field-wrap {
    max-width: 156.3rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3rem); }
  .feature-field-item {
    width: calc((100% - 8.001rem) / 2);
    margin-right: 8rem;
    background: #FFFFFF;
    padding: 6.4rem 5rem 3rem;
    border-radius: 1.5rem;
    min-height: 92rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0 0 1rem; }
    .feature-field-item:nth-child(2n) {
      margin-right: 0;
      margin-top: 10rem; }
.feature-list-01 {
  margin-bottom: 4.5rem; }
  .feature-list-01 li {
    width: calc((100% - 10.001rem) / 3);
    margin-right: 5rem; }
    .feature-list-01 li:nth-child(3n) {
      margin-right: 0; }
    .feature-list-01 li img {
      width: 100%; }

.greeting {
  padding-top: 12rem;
  padding-bottom: 12.5rem;
  position: relative;
  z-index: 0; }
  .greeting::before {
    content: "";
    position: absolute;
    width: 87.1rem;
    height: 73.9rem;
    bottom: -2.5rem;
    right: 0;
    background: url(assets/img/icon-10.png) no-repeat center top;
    background-size: contain; }
  .greeting::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/img/greeting_bg_01.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
    opacity: 0.1; }
  .greeting-gp-item:first-child {
    width: calc(100% - 55.4rem); }
  .greeting-gp-item:last-child {
    width: 55.4rem;
    padding-top: 2.4rem; }
  .greeting-gp-item .doctor {
    position: relative; }
    .greeting-gp-item .doctor-01 img {
      width: 100%;
      border-radius: 3rem;
      box-shadow: rgba(4, 58, 148, 0.4) 0.8rem 0.8rem 0; }
    .greeting-gp-item .doctor-02 {
      position: absolute;
      top: 2.3rem;
      right: 1.6rem; }
      .greeting-gp-item .doctor-02 img {
        border-radius: 2rem;
        width: 11.3rem; }
  .greeting-gp-item .img {
    position: relative;
    margin-top: -11.5rem;
    margin-left: -26rem; }
    .greeting-gp-item .img img {
      width: 37.5rem;
      border-radius: 1.5rem; }
  .greeting-gp-box {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3rem;
    padding: 6rem 8rem 8rem 3.5rem; }
    .greeting-gp-box p {
      color: #000000;
      font-size: 2rem;
      font-weight: 400;
      line-height: 230%;
      letter-spacing: 0.2rem;
      font-feature-settings: 'palt';
      margin-bottom: 4.2rem; }

.top_slide {
  display: flex;
  width: max-content;
  margin-bottom: 14rem; }
  .top_slide-list {
    display: grid;
    grid-template-columns: 40rem 40rem 40rem 40rem;
    backface-visibility: hidden; }
    .top_slide-list.vs-01 {
      animation: loopSlide1 160s -80s linear infinite; }
    .top_slide-list.vs-02 {
      animation: loopSlide2 160s linear infinite; }

@keyframes loopSlide1 {
  0% {
    transform: translate(100%); }
  to {
    transform: translate(-100%); } }
@keyframes loopSlide2 {
  0% {
    transform: translate(0); }
  to {
    transform: translate(-200%); } }
.top_column {
  padding-bottom: 12rem;
  position: relative; }
  .top_column::before {
    content: "";
    position: absolute;
    width: 87.1rem;
    height: 73.9rem;
    bottom: -5.8rem;
    right: -2.6rem;
    background: url(assets/img/icon-10.png) no-repeat center top;
    background-size: contain; }
  .top_column-gp-item:first-child {
    padding-right: 8rem;
    width: calc(100% - 54.7rem); }
  .top_column-gp-item:last-child {
    width: 54.7rem;
    padding-top: 13.3rem; }
  .top_column .title-default-01 {
    text-align: left; }

.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 3rem;
    position: relative;
    z-index: 0; }
    .column-list li a::before {
      content: "";
      position: absolute;
      width: 8.2rem;
      height: 8.2rem;
      top: 2rem;
      right: 2rem;
      -webkit-mask: url(assets/img/icon-04.png) center/100% no-repeat;
      mask: url(assets/img/icon-04.png) center/100% no-repeat;
      background: rgba(4, 58, 148, 0.1); }
    .column-list li a::after {
      content: "";
      position: absolute;
      width: 5.2rem;
      height: 5.2rem;
      bottom: 0.5rem;
      left: 22rem;
      -webkit-mask: url(assets/img/icon-04.png) center/100% no-repeat;
      mask: url(assets/img/icon-04.png) center/100% no-repeat;
      background: rgba(4, 58, 148, 0.1); }
    .column-list li a .img {
      width: 16.4rem; }
      .column-list li a .img img {
        width: 100%;
        box-shadow: -0.6rem .6rem 0 #3661a9; }
    .column-list li a .cont {
      width: calc(100% - 16.4rem);
      padding-left: 2.5rem; }
      .column-list li a .cont * {
        color: #043a94;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.08rem;
        font-feature-settings: 'palt'; }
    .column-list li a .date {
      display: block;
      font-size: 1.4rem;
      font-weight: 700;
      color: #080808;
      font-family: "Guess Sans", sans-serif; }

.top_maps iframe {
  width: 100%;
  height: 66rem;
  border: 0;
  vertical-align: top; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .mv-btn li img {
    width: 24rem; }

  .mv-desc::after {
    bottom: 10rem; }

  .mv-desc::before {
    width: 11.1rem;
    height: 11.9rem;
    top: 15rem; }

  .feature-field-item {
    min-height: 85rem; } }
@media (max-width: 960px) {
  .mv {
    margin-bottom: 6rem; }
    .mv-desc {
      clip-path: polygon(0 0%, 70% 0, calc(100% - 34.7rem) 100%, 0% 100%);
      width: 100%;
      padding-left: 1.5rem;
      align-items: flex-start; }
      .mv-desc::before {
        width: 10rem;
        height: 10rem;
        top: 1rem;
        left: 40rem; }
      .mv-desc::after {
        width: 10rem;
        height: 10rem;
        left: 3rem;
        bottom: 5rem; }
      .mv-desc .icon-01 {
        width: 10rem;
        height: 10rem;
        right: 3.5rem;
        bottom: 4rem; }
      .mv-desc .detail {
        margin-left: 0; }
        .mv-desc .detail p {
          font-size: 1.8rem;
          letter-spacing: 0; }
          .mv-desc .detail p:last-child {
            text-align: left; }
    .mv-title p {
      font-size: 4rem; }
    .mv-title h2 {
      font-size: 3.5rem;
      letter-spacing: 0; }
    .mv-btn {
      bottom: 1.5rem;
      right: 1.5rem; }
      .mv-btn li {
        margin-right: 1.5rem; }
        .mv-btn li img {
          width: 14rem; }

  .top_news {
    margin-bottom: 6rem; }
    .top_news-gp-box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .top_news-gp-box:last-child {
        margin-bottom: 0; }
      .top_news-gp-box.vs-01 {
        padding-bottom: 3rem; }

  .top_medical {
    padding-top: 5rem;
    padding-bottom: 6rem; }
    .top_medical-wrap {
      padding: 1.5rem;
      margin-bottom: 3rem; }
    .top_medical-list-01 .desc {
      font-size: 1.5rem;
      line-height: 175%; }
    .top_medical-list-01 li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem; }
      .top_medical-list-01 li a {
        padding: 1.5rem;
        height: 100%;
        background-position: center left -5rem; }
        .top_medical-list-01 li a::after {
          width: 2rem;
          height: 2rem; }
    .top_medical-list-01 .title {
      padding-top: 6.5rem; }
      .top_medical-list-01 .title::before {
        width: 8rem;
        height: 5.2rem; }
      .top_medical-list-01 .title.vs-02::before {
        width: 5rem;
        height: 5.2rem; }
    .top_medical-list-01 .title_h {
      font-size: 2.4rem; }
    .top_medical-list-02 li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .top_medical-list-02 li:last-child {
        margin-bottom: 0; }
      .top_medical-list-02 li a {
        padding: 1.5rem; }
      .top_medical-list-02 li .title_p {
        font-size: 1.5rem; }
      .top_medical-list-02 li .title_h {
        font-size: 2.5rem; }
    .top_medical-list-03 li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .top_medical-list-03 li:last-child {
        margin-bottom: 0; }
      .top_medical-list-03 li a .txt {
        opacity: 1;
        pointer-events: auto;
        font-size: 1.5rem;
        padding: 1.5rem;
        width: calc(100% - 28rem);
        height: calc(100% - 28rem);
        top: auto;
        bottom: 2rem;
        left: auto;
        right: 2rem; }
    .top_medical .title-default-01 {
      margin-bottom: 3.5rem; }

  .top_trouble {
    padding: 4.7rem 0 6rem; }
    .top_trouble-gp {
      padding: 4rem 1.5rem 0;
      border-radius: 0;
      border: 0 !important;
      clip-path: polygon(21.5% 5%, 23.5% 0, 25.5% 5%, 100% 5%, 100% 100%, 0 100%, 0 5%);
      background-color: #1d4c9e; }
      .top_trouble-gp::before {
        width: calc(100% - .4rem);
        height: calc(100% - .4rem);
        background: #FFFFFF;
        content: none;
        top: .2rem;
        left: .2rem; }
      .top_trouble-gp::after {
        content: none; }
      .top_trouble-gp.vs-02 {
        background-color: #ff00c8;
        clip-path: polygon(calc(100% - 21.5%) 5%, calc(100% - 23.5%) 0, calc(100% - 25.5%) 5%, 100% 5%, 100% 100%, 0 100%, 0 5%); }
        .top_trouble-gp.vs-02::before {
          right: 15.7rem; }
        .top_trouble-gp.vs-02 .top_trouble-list-02 li a {
          color: #ff00c8;
          background: #FFFFFF; }
          .top_trouble-gp.vs-02 .top_trouble-list-02 li a::before {
            border-color: #ff00c8; }
          .top_trouble-gp.vs-02 .top_trouble-list-02 li a::after {
            background: #ff00c8; }
        .top_trouble-gp.vs-02 .top_trouble-list-02 li::before {
          background: #ff00c8; }
    .top_trouble-list-01 li a {
      font-size: 2.4rem;
      height: 10rem; }
    .top_trouble-list-02 li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .top_trouble-list-02 li:nth-child(2n) {
        margin-right: 0; }
      .top_trouble-list-02 li::before {
        width: 3rem;
        height: 2.9rem;
        left: 1.5rem;
        background: #043a94; }
      .top_trouble-list-02 li a {
        font-size: 1.6rem;
        height: 8rem;
        background: #FFFFFF;
        color: #043a94; }
        .top_trouble-list-02 li a::before {
          border-color: #043a94; }
        .top_trouble-list-02 li a::after {
          background: #043a94; }

  .top_feature {
    padding-top: 5rem; }
    .top_feature-gp {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%;
      margin-bottom: 0; }
      .top_feature-gp-box:first-child {
        width: 100%;
        order: 1;
        padding-right: 0;
        padding-top: 2.2rem; }
      .top_feature-gp-box:last-child {
        width: 100%; }
      .top_feature-gp::before {
        left: 0;
        width: 100%; }
      .top_feature-gp:last-child {
        padding-bottom: 1.2rem; }
      .top_feature-gp.vs-02 {
        padding-left: 1.5rem;
        margin-bottom: 6rem; }
        .top_feature-gp.vs-02::before {
          right: 0;
          width: 100%; }
        .top_feature-gp.vs-02 .top_feature-gp-box:first-child {
          width: 100%;
          padding-left: 0; }
        .top_feature-gp.vs-02 .top_feature-gp-box:last-child {
          width: 100%; }
    .top_feature .desc p {
      font-size: 1.5rem;
      line-height: 185%; }
    .top_feature-title-01 p {
      font-size: 1.8rem; }
      .top_feature-title-01 p:last-child {
        font-size: 4rem; }
    .top_feature .btn-gp-01 {
      margin-left: auto; }
    .top_feature .title-default-01 {
      margin-bottom: 3.8rem; }

  .feature-field {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-bottom: 6rem; }
    .feature-field-item {
      width: 100%;
      margin-right: 0;
      padding: 1.5rem 1.5rem 6rem;
      min-height: auto; }
      .feature-field-item:nth-child(2n) {
        margin-top: 6rem; }

  .greeting {
    padding-top: 3rem;
    padding-bottom: 6rem; }
    .greeting::after {
      opacity: 0.5; }
    .greeting-gp {
      padding: 1.5rem; }
      .greeting-gp-box {
        padding: 3rem; }
        .greeting-gp-box p {
          font-size: 1.5rem;
          line-height: 185%;
          margin-bottom: 2.2rem; }
      .greeting-gp-item:first-child {
        width: 100%;
        order: 1; }
      .greeting-gp-item:last-child {
        width: 100%;
        margin-bottom: 4.4rem; }
      .greeting-gp-item .img {
        margin-left: 0;
        display: none; }
    .greeting::before {
      width: 44rem;
      height: 37.9rem; }

  .top_slide {
    margin-bottom: 5rem; }
    .top_slide-list {
      grid-template-columns: 30rem 30rem 30rem 30rem; }

  .top_column {
    padding-bottom: 6rem; }
    .top_column-gp-item:first-child {
      width: 100%;
      padding-right: 0; }
    .top_column-gp-item:last-child {
      width: 100%;
      padding-top: 6rem; } }
@media (max-width: 767px) {
  .mv-desc {
    clip-path: inherit;
    padding-bottom: 0; }
    .mv-desc .icon-01 {
      display: none; }
    .mv-desc::after {
      content: none; }
  .mv-title {
    margin-bottom: 1rem; }
    .mv-title p {
      font-size: 3rem; }
    .mv-title h2 {
      font-size: 2.5rem; }
  .mv-btn {
    display: none; }

  .top_news-gp-box.vs-01 {
    padding: 1.5rem 1.5rem 3rem; }
    .top_news-gp-box.vs-01::after {
      width: 5rem;
      height: 4.9rem;
      bottom: 8rem;
      z-index: -1; }
  .top_news-gp-box.vs-02 {
    padding: 1.5rem; }
  .top_news-gp-box .table-calendar {
    padding: 1.5rem; }

  .news-list li a {
    padding: 1rem 1.5rem; }
    .news-list li a span {
      font-size: 1.5rem; }
      .news-list li a span.date {
        width: 8.5rem; }
      .news-list li a span.txt {
        width: calc(100% - 8.5rem); }

  .top_medical-list-01 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .top_medical-list-01 li:last-child {
      margin-bottom: 0; }
  .top_medical-list-02 li .title_p {
    margin-top: 0; }
  .top_medical-list-02 li a {
    height: 27.5rem; }
  .top_medical-list-03 li a .txt {
    width: calc(100% - 10rem);
    height: calc(100% - 14rem);
    padding: 1rem;
    bottom: 1rem;
    right: 1rem; }
    .top_medical-list-03 li a .txt .item {
      margin-bottom: 0; }

  .top_trouble-gp {
    clip-path: polygon(21.5% 2%, 23.5% 0, 25.5% 2%, 100% 2%, 100% 100%, 0 100%, 0 2%); }
    .top_trouble-gp.vs-02 {
      clip-path: polygon(calc(100% - 21.5%) 2%, calc(100% - 23.5%) 0, calc(100% - 25.5%) 2%, 100% 2%, 100% 100%, 0 100%, 0 2%); }
  .top_trouble-list-01 {
    margin-bottom: 2rem; }
    .top_trouble-list-01 li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem; }
      .top_trouble-list-01 li a {
        font-size: 1.8rem;
        height: 7rem;
        border-radius: 1rem;
        border-width: 2px; }
  .top_trouble-list-02 li {
    width: 100%;
    margin-right: 0; }

  .top_feature-gp {
    margin-bottom: 0; }
    .top_feature-gp::before {
      height: calc(100% - 1.5rem); }

  .feature-list-01 li {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1.5rem; }

  .greeting-gp {
    padding: 0; }
    .greeting-gp-box {
      padding: 1.5rem 1.5rem 3rem;
      background: #FFFFFF; }
      .greeting-gp-box p {
        margin-bottom: 1.8rem; }
    .greeting-gp-item .doctor-02 img {
      width: 7rem; }
    .greeting-gp-item .img {
      margin-top: 0; }
      .greeting-gp-item .img img {
        width: 17rem; }

  .top_slide-list {
    grid-template-columns: 20rem 20rem 20rem 20rem; }

  .column-list li a {
    padding: 1.5rem;
    flex-wrap: wrap; }
    .column-list li a .img {
      width: 100%;
      margin-bottom: 3rem; }
    .column-list li a .cont {
      width: 100%;
      padding-left: 0; }

  .top_maps iframe {
    height: 28rem; }

  .top_medical-list-01 .title::after,
  .title-default-02::before {
    width: 10rem; }

  .top_medical-list-01 .desc {
    text-align: justify;
    padding-bottom: 2rem;
    letter-spacing: 0;
    display: block; } }
.mt-60 {
  margin-top: 6rem; }

.mt-50 {
  margin-top: 5rem; }

.mb70 {
  margin-bottom: 7rem; }

.mb100, .mb-101,
.mb101 {
  margin-bottom: 10rem; }

.mb150 {
  margin-bottom: 15rem; }

.sitemap-wrap {
  padding: 6.5rem 0 8.5rem; }
.sitemap-title {
  color: #335ca7;
  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: #335ca7;
      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: #335ca7; }

.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: #043a94 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: #043a94;
        color: #FFFFFF; }

.archive-gp {
  border: #043a94 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: #043a94;
  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: #043a94; }

.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: #043a94 solid 0.1rem;
  border-radius: 3.3rem;
  font-family: "Noto Serif JP", serif;
  background: #FFF; }
.nextpre_area-item span {
  opacity: 0.5; }
.nextpre_area-item a:hover {
  color: #FFF;
  background: #043a94; }

.nextpre_area.vs-02 .nextpre_area-item a,
.nextpre_area.vs-02 .nextpre_area-item span {
  border-color: #043a94; }
.nextpre_area.vs-02 .nextpre_area-item a:hover {
  background: #043a94; }

.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; }

.main_page #toc_container {
  margin-top: 5rem;
  width: 50%;
  padding: 2rem;
  margin-bottom: 6rem;
  background: rgba(4, 58, 148, 0.1);
  border-color: #043a94; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    color: #043a94; }
  .main_page #toc_container a {
    font-size: 1.6rem; }

.cl-f00 {
  color: #F00; }

.wp_clinic_img li {
  display: block;
  width: calc( (100% - 3rem) / 3 );
  margin-right: 1.5rem;
  margin-bottom: 4rem;
  padding: 0; }
  .wp_clinic_img li:nth-child(3n), .wp_clinic_img li:last-child {
    margin-right: 0; }
  .wp_clinic_img li img {
    border-radius: 1rem;
    width: 100%;
    aspect-ratio: 4 / 2.67;
    object-fit: cover; }
  .wp_clinic_img li p {
    display: block;
    width: 100%;
    font-weight: bold;
    color: #043a94;
    font-size: 2rem;
    margin-top: 1rem;
    position: relative;
    padding-left: 2.5rem; }
    .wp_clinic_img li p::before {
      content: "";
      position: absolute;
      left: 0;
      top: 1.1rem;
      width: 1.8rem;
      height: 1.8rem;
      border-radius: 100%;
      background-color: #043a94; }

.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: #324e99;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 1rem;
          color: #324e99;
          font-weight: bold; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both;
            background: #324e99; }
          .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: #324e99;
        color: #ffffff;
        font-weight: 500; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        color: #324e99;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(50, 78, 153, 0.1);
        border: #324e99 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;
            width: 100%;
            height: 100%;
            padding: 1rem; } }

@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; } }
@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%; }

  .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(50, 78, 153, 0.1);
      border: #324e99 solid 1px; }
      .catalogue-list.style-4button ul li:nth-child(2n) {
        margin-right: 0; }
      .catalogue-list.style-4button ul li a {
        font-size: 1.5rem; } }

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