@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
/*
Theme Name: Amakusa
Theme URI: #
Author: the Gkv or Zn team
Author URI: https://gkv.vn/
Description: #!
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.0.1
License: #
License URI: #
Text Domain: gkv
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
html {
  font-size: 10px; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      font-size: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Sans JP", serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-1200 {
  max-width: 1230px; }

.is-group-content > div {
  width: 100%;
  max-width: 121rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: .1rem;
  color: #3e3b39; }

main {
  background-position: top center;
  background-repeat: repeat;
  background-size: auto; }

#page_top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 8rem;
  height: 8rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #5bb4c2 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: 6rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 11rem; } }

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

.is-hidden {
  display: none !important; }

@media (max-width: 1200px) and (min-width: 961px) {
  body,
  p {
    font-size: 14px; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.4rem; }

  p {
    text-align: justify; } }
: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; }

.has-black-color {
  color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-color {
  color: var(--wp--preset--color--white) !important; }

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important; }

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important; }

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important; }

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important; }

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important; }

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important; }

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important; }

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important; }

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important; }

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important; }

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important; }

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important; }

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important; }

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important; }

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important; }

[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-680 {
  max-width: 71rem; }

.grid-820 {
  max-width: 85rem; }

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

.grid-1180 {
  max-width: 121rem; }

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

body,
html {
  height: 100%; }

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) {
  .menu.u-pc {
    display: none; } }
@media (max-width: 767px) {
  .u-pc {
    display: none; }

  .u-sp {
    display: block; } }
.btn-default-01 {
  width: 100%;
  max-width: 23.5rem;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem; }
  .btn-default-01:last-child {
    margin-right: 0; }
  .btn-default-01 a {
    color: #ed9c66;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0;
    display: block;
    border: #f1cfb9 solid .1rem;
    padding: 1.3rem 1.5rem 1.3rem 5rem;
    border-radius: 3rem;
    width: 100%;
    text-align: center;
    position: relative;
    transition: all 0.35s; }
    .btn-default-01 a::before {
      content: "";
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 50%;
      left: 2.5rem;
      transform: translateY(-50%);
      border-radius: 100%;
      background: #f29a63;
      transition: all 0.35s; }
    .btn-default-01 a::after {
      content: "";
      position: absolute;
      width: 1rem;
      height: 0.9rem;
      top: 50%;
      left: 3.5rem;
      transform: translateY(-50%);
      border-radius: 100%;
      transition: all 0.35s;
      -webkit-mask: url(assets/img/icon-arrow-right-03.svg) center/100% no-repeat;
      mask: url(assets/img/icon-arrow-right-03.svg) center/100% no-repeat;
      background: #FFF; }
    .btn-default-01 a:hover {
      background: #f29a63;
      color: #FFF; }
      .btn-default-01 a:hover::before {
        background: #FFF; }
      .btn-default-01 a:hover::after {
        background: #f29a63; }
.btn-default-02 a {
  color: #3fa1b0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic Antique", serif;
  border: #a9dbde solid .1rem;
  min-width: 20.3rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  border-radius: 2.3rem;
  position: relative;
  text-align: center;
  justify-content: center;
  padding-left: 4.8rem;
  padding-right: .8rem;
  transition: all 0.35s; }
  .btn-default-02 a::before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 50%;
    left: .8rem;
    transform: translateY(-50%);
    background: #3fa1b0;
    border-radius: 100%;
    transition: all 0.35s; }
  .btn-default-02 a::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.35s;
    left: 1.8rem;
    -webkit-mask: url(assets/img/icon-arrow-right-03.svg) center/100% no-repeat;
    mask: url(assets/img/icon-arrow-right-03.svg) center/100% no-repeat;
    background: #FFF; }
  .btn-default-02 a:hover {
    background: #3fa1b0;
    color: #FFF; }
    .btn-default-02 a:hover::before {
      background: #FFFFFF; }
    .btn-default-02 a:hover::after {
      background: #3fa1b0; }
.btn-default-02.vs-02 {
  margin-left: auto;
  margin-right: auto; }
  .btn-default-02.vs-02 a {
    color: #94785e;
    border-color: #d3c6ba; }
    .btn-default-02.vs-02 a::before {
      background: #a18162; }
    .btn-default-02.vs-02 a:hover {
      background: #94785e;
      color: #FFF; }
      .btn-default-02.vs-02 a:hover::before {
        background: #FFF; }
      .btn-default-02.vs-02 a:hover::after {
        background: #94785e; }
.btn-default-02.vs-03 a {
  min-width: 23.6rem;
  height: 5.5rem;
  border-radius: 3rem;
  background: #f29a63;
  color: #FFFFFF;
  border-color: #f29a63; }
  .btn-default-02.vs-03 a::before {
    background: #FFFFFF; }
  .btn-default-02.vs-03 a::after {
    background: #f29a63; }
  .btn-default-02.vs-03 a:hover {
    color: #f29a63;
    background: #FFF; }
    .btn-default-02.vs-03 a:hover::before {
      background: #f29a63; }
    .btn-default-02.vs-03 a:hover::after {
      background: #FFFFFF; }
.btn-default-02.vs-04 {
  width: 100%; }
  .btn-default-02.vs-04 a {
    background: #FFF;
    border-color: #f29a63;
    color: #f29a63; }
    .btn-default-02.vs-04 a::before {
      background: #f29a63; }
    .btn-default-02.vs-04 a:hover {
      background: #f29a63;
      color: #FFF; }
      .btn-default-02.vs-04 a:hover::before {
        background: #FFF; }
      .btn-default-02.vs-04 a:hover::after {
        background: #f29a63; }

header {
  height: 12rem;
  margin-bottom: .8rem; }

.wp-block-header {
  width: 100%;
  padding: 2.2rem 5rem;
  background: #FFF;
  z-index: 10; }
  .wp-block-header_box--item:first-child {
    padding-left: 1rem; }
  .wp-block-header.active {
    box-shadow: 0.4rem 0 0.4rem rgba(59, 65, 82, 0.12); }
  .wp-block-header .site-logo img {
    width: 30rem; }

.wp-header-right-access p {
  margin-right: 3rem;
  color: #f29a63; }
.wp-header-right-access a {
  color: #3e3b39;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0;
  padding-left: 3.5rem;
  display: inline-block;
  position: relative; }
  .wp-header-right-access a::before {
    content: "TEL";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem; }

.menu {
  position: relative; }
  .menu > li {
    margin-left: 3.2rem;
    position: relative; }
    .menu > li:first-child {
      margin-left: 0; }
    .menu > li > a {
      display: block; }
    .menu > li.current-menu-item::before, .menu > li:hover::before, .menu > li.current-menu-parent::before {
      opacity: 1; }
    .menu > li::before {
      top: -0.3rem;
      left: 50%;
      opacity: 0;
      transition: all 0.35s;
      transform: translateX(-50%);
      content: "";
      position: absolute;
      width: 0.6rem;
      height: 0.6rem;
      background: #f29a63;
      border-radius: 100%; }
    .menu > li a {
      display: block;
      position: relative;
      z-index: 1;
      color: #3e3b39;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 180%;
      letter-spacing: 0;
      transition: all 0.35s; }
      .menu > li a .menu-image-title-after.menu-image-title {
        display: block;
        padding-left: 0; }
      .menu > li a.menu-image-title-after.menu-image-not-hovered img {
        display: block;
        padding-right: 0;
        height: 4rem;
        object-fit: scale-down;
        margin: 0 auto; }
    @media (min-width: 961px) {
      .menu > li > a::before {
        content: "";
        position: absolute;
        bottom: -1.1rem;
        left: 48%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        opacity: 0;
        border-left: .7rem solid transparent;
        border-right: .7rem solid transparent;
        border-bottom: .7rem solid #FFF;
        z-index: 1; }
      .menu > li .sub-menu {
        pointer-events: none;
        position: fixed;
        display: flex;
        flex-wrap: wrap;
        z-index: 0;
        opacity: 0;
        right: 10rem;
        top: 9.7rem;
        padding-top: 1.5rem;
        transition: all 0.35s;
        min-width: 76rem;
        width: 76rem;
        padding: 3rem 3.5rem; }
        .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; }
        .menu > li .sub-menu li {
          border-bottom: #d9e3f0 .1rem solid;
          width: calc((100% - 3.001rem) / 2);
          margin-right: 3rem; }
          .menu > li .sub-menu li:nth-child(2n) {
            margin-right: 0; }
          .menu > li .sub-menu li.current-menu-item a {
            color: #f29a63; }
            .menu > li .sub-menu li.current-menu-item a::before, .menu > li .sub-menu li.current-menu-item a::after {
              background: #f29a63; }
          .menu > li .sub-menu li a {
            display: block;
            padding: 1.4rem 0;
            position: relative; }
            .menu > li .sub-menu li a::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 0;
              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: #57463a; }
            .menu > li .sub-menu li a::after {
              content: "";
              position: absolute;
              bottom: -0.1rem;
              left: 0;
              width: 0;
              height: .1rem;
              background: #57463a;
              transition: all 0.35s; }
            .menu > li .sub-menu li a:hover {
              padding-left: 1rem; }
              .menu > li .sub-menu li a:hover::after {
                width: 100%; }
      .menu > li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto; }
      .menu > li:hover.menu-item-has-children > a::before {
        opacity: 1; } }
  .menu-02 {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 3rem; }
    .menu-02:last-child {
      margin-bottom: 0; }
    .menu-02 li {
      width: 47%;
      color: #3e3b39;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
      .menu-02 li:last-child {
        margin-bottom: 0; }
      .menu-02 li a {
        position: relative;
        padding-left: 1.5rem;
        transition: all 0.35s; }
        .menu-02 li a:hover {
          opacity: 0.8; }
        .menu-02 li a::before {
          content: "";
          position: absolute;
          width: 0.6rem;
          height: 0.6rem;
          background: #f29a63;
          border-radius: 100%;
          left: 0;
          top: 1rem; }
    .menu-02.vs-02 li a::before {
      background: #3fa1b0; }

.nav-menu {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  margin-left: 6.5rem; }
  .nav-menu span {
    background: #5c5245;
    display: block;
    height: 2px;
    transition: transform 0.3s;
    width: 100%;
    transform-origin: center;
    position: relative; }
  .nav-menu.active span:first-child {
    transform: rotate(45deg);
    margin-bottom: 0;
    top: .8rem; }
  .nav-menu.active span:nth-child(2) {
    display: none; }
  .nav-menu.active span:nth-child(3) {
    transform: rotate(135deg);
    top: -0.7rem; }

.nav_header {
  position: fixed;
  top: 11.8rem;
  width: 65rem;
  right: -65rem;
  background: #FFF;
  z-index: 60;
  padding: 1.5rem 5rem;
  transition: all 0.35s;
  overflow-y: auto;
  height: calc(100vh - 8rem);
  padding-bottom: 10rem; }
  .nav_header-title {
    color: #f29a63;
    font-size: 3rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0;
    margin-bottom: 1rem; }
    .nav_header-title.vs-02 {
      color: #3fa1b0; }
  .nav_header.active {
    right: 0; }

body.no_scroll {
  overflow: hidden; }

@media (max-width: 1200px) and (min-width: 961px) {
  .menu > li a, .menu-02 li {
    font-size: 14px; }

  .nav_header {
    padding: 1.5rem 3rem; } }
@media (max-width: 960px) {
  .wp-block-header {
    padding: 1.5rem;
    height: 7rem; }
    .wp-block-header_box--item:first-child {
      padding-left: 0; }
    .wp-block-header .site-logo img {
      width: 23rem; }

  header {
    height: 7rem;
    margin-bottom: 0; }

  .nav_header {
    top: 7rem;
    padding: 2rem;
    height: calc(100vh - 7rem); }

  .menu-02 {
    margin-left: 0; }
    .menu-02 li {
      font-size: 1.4rem; }

  .wp-header-right-access {
    display: none; } }
@media (max-width: 767px) {
  .btn-default-01 {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-default-01:last-child {
      margin-bottom: 0; }

  .nav_header {
    right: -100%;
    width: 100%;
    padding-bottom: 10rem; }
    .nav_header.active {
      right: 0; }

  .menu-02 li {
    width: 100%; } }
.footer {
  position: relative;
  z-index: 0;
  background: url(assets/img/footer-bg-02.jpg) no-repeat center;
  background-size: cover;
  padding-top: 19rem;
  padding-bottom: 3.5rem; }
  .footer-gp {
    margin-bottom: 11.4rem; }
  .footer-wrap {
    margin-bottom: 8.8rem;
    border-radius: 2rem;
    overflow: hidden; }
    .footer-wrap iframe {
      width: 100%;
      border: 0;
      height: 45rem;
      vertical-align: top; }
    .footer-wrap-gp {
      background: #FFF; }
    .footer-wrap-item {
      width: 50%; }
      .footer-wrap-item iframe {
        height: 55rem; }
      .footer-wrap-item p {
        color: #3e3b39;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0;
        margin-bottom: 1.8rem; }
      .footer-wrap-item:first-child p {
        margin-bottom: 0; }
      .footer-wrap-item .logo {
        margin-bottom: 2rem; }
      .footer-wrap-item:last-child {
        padding-top: 5.5rem;
        padding-left: 7.5rem;
        padding-right: 5.5rem; }
        .footer-wrap-item:last-child img {
          width: 30.2rem; }

.copyright * {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 115%;
  letter-spacing: 0; }
.copyright-item {
  border-right: #FFFFFF solid .1rem;
  padding-right: .8rem;
  margin-right: .8rem; }
  .copyright-item img {
    width: 20rem; }
  .copyright-item:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0; }

.menu-f {
  width: 29.5rem; }
  .menu-f:last-child {
    width: 23rem; }
  .menu-f li {
    margin-bottom: 1.4rem; }
    .menu-f li:last-child {
      margin-bottom: 0; }
    .menu-f li a {
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.1rem;
      transition: all 0.35s; }
      .menu-f li a:hover {
        opacity: 0.8; }
    .menu-f li.menu-item-has-children > a {
      font-size: 0;
      line-height: 0;
      position: absolute; }
    .menu-f li.menu-item-has-children .sub-menu {
      display: flex; }
      .menu-f li.menu-item-has-children .sub-menu li {
        margin-bottom: 0;
        position: relative;
        padding-right: 1.6rem; }
        .menu-f li.menu-item-has-children .sub-menu li::before {
          content: "・";
          position: absolute;
          top: 0;
          right: 0;
          color: #FFF; }
        .menu-f li.menu-item-has-children .sub-menu li:last-child {
          padding-right: 0; }
          .menu-f li.menu-item-has-children .sub-menu li:last-child::before {
            content: none; }

.table_schedule {
  width: 100%;
  border-spacing: 0;
  margin-bottom: .7rem; }
  .table_schedule td {
    color: #3e3b39;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.1rem;
    padding: 1.5rem 0;
    border-top: #c1c1c1 solid .2rem;
    text-align: center; }
    .table_schedule td:first-child {
      width: 17rem;
      text-align: center; }
    .table_schedule td:last-child {
      width: 7rem; }
    .table_schedule td span {
      display: block;
      font-size: 0;
      margin-left: auto;
      margin-right: auto; }
      .table_schedule td span.sub {
        font-size: 1.4rem;
        line-height: 100%;
        margin-top: -0.4rem; }
      .table_schedule td span.dots {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 100%;
        background: #d9d9d9; }
      .table_schedule td span.lines {
        width: .1rem;
        height: 1.6rem;
        background: #d9d9d9;
        transform: rotate(45deg); }
  .table_schedule tr:nth-child(3) td {
    border-top: 0; }
  .table_schedule tr:last-child td:first-child {
    text-align: left;
    padding-left: 1.8rem;
    width: 20rem;
    padding-top: .3rem; }

.menu_right_fix {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10; }
  .menu_right_fix li {
    margin-bottom: 1.1rem; }
    .menu_right_fix li:last-child {
      margin-bottom: 0; }
    .menu_right_fix li:nth-child(2) a {
      flex-flow: column; }
    .menu_right_fix li a {
      background: #FFF;
      width: 6.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      writing-mode: tb;
      border-radius: .3rem;
      padding: 2.2rem 0;
      letter-spacing: .1rem;
      color: #FFF;
      line-height: 140%; }
      .menu_right_fix li a span {
        writing-mode: tb; }
        .menu_right_fix li a span .en {
          writing-mode: initial;
          width: 2rem;
          line-height: 100%;
          font-size: 1.8rem;
          word-break: break-all;
          margin-bottom: .3rem; }
      .menu_right_fix li a.tel {
        background-color: #96cbce;
        font-size: 1.8rem;
        letter-spacing: .5rem;
        padding-top: 5.8rem;
        padding-bottom: 3.5rem;
        background-image: url(assets/img/icon-tel.png);
        background-repeat: no-repeat;
        background-position: center top 2.6rem;
        background-size: 2rem; }
      .menu_right_fix li a.schedule {
        background: #ed9c66 url(assets/img/icon-schedule.svg) no-repeat center top 1.7rem;
        padding-top: 5.2rem;
        background-size: 1.8rem; }
      .menu_right_fix li a.instagram img {
        width: 2.4rem; }
      .menu_right_fix li a.order-online {
        background: #af9984; }

@media (max-width: 1200px) and (min-width: 961px) {
  .footer-wrap-item p, .table_schedule td, .menu-f li a, .menu_right_fix li a.tel {
    font-size: 14px; }

  .table_schedule td span.sub {
    font-size: 12px; }
  .table_schedule td:first-child {
    width: 165px; }

  .footer-wrap-item:last-child {
    padding-left: 40px; }

  .copyright * {
    font-size: 12px; }

  .menu-f:last-child {
    width: 24rem; }

  .grid-820 {
    max-width: 88rem; } }
@media (max-width: 960px) {
  .footer {
    padding-top: 6rem;
    padding-bottom: 8rem; }
    .footer-wrap {
      margin-bottom: 2.3rem; }
      .footer-wrap-item {
        width: 100%; }
        .footer-wrap-item:last-child {
          padding: 4rem 1.5rem 6rem; }
          .footer-wrap-item:last-child img {
            width: 20rem; }
        .footer-wrap-item p {
          font-size: 1.4rem; }
      .footer-wrap iframe {
        height: 25rem; }
    .footer-gp {
      display: none; }

  .home .footer {
    padding-top: 15.5rem; }

  .table_schedule td {
    font-size: 1.4rem;
    letter-spacing: 0;
    width: 3.3rem; }
    .table_schedule td:last-child {
      width: 5rem; }
  .table_schedule tr:last-child td:first-child {
    padding-left: 7.5rem; }

  .menu_right_fix {
    top: auto;
    bottom: 0;
    transform: initial;
    width: 100%;
    display: flex; }
    .menu_right_fix li {
      margin-bottom: 0;
      width: calc((100% - 6rem) / 3);
      height: 6rem; }
      .menu_right_fix li a {
        height: 100%;
        width: 100%;
        padding: 0;
        border-radius: 0;
        letter-spacing: 0;
        writing-mode: initial; }
        .menu_right_fix li a.tel {
          font-size: 1.4rem;
          padding-top: 0;
          padding-bottom: 0;
          background-position: center left 6.5rem; }
        .menu_right_fix li a.schedule {
          padding-top: 0;
          background-position: center left 5.5rem;
          padding-left: 1.7rem; }
        .menu_right_fix li a > span {
          display: block; }
        .menu_right_fix li a span {
          writing-mode: initial; }
          .menu_right_fix li a span .en {
            font-size: 1.4rem; }
      .menu_right_fix li:last-child {
        width: 6rem; }

  .copyright * {
    font-size: 1.2rem; }
  .copyright-item img {
    width: 15rem; } }
@media (max-width: 767px) {
  .table_schedule tr:last-child td:first-child {
    padding-left: 0;
    text-align: center; }

  .menu_right_fix li a.tel {
    background-position: center left 1rem;
    padding-left: 2.5rem; }
  .menu_right_fix li a.schedule {
    background-position: center left 1rem;
    padding-left: 3.2rem;
    padding-right: 1.2rem; } }
.wp-block-banner__title {
  color: #3e3b39;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic Antique", serif;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #ffffff;
  min-width: 60rem;
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  letter-spacing: .3rem; }
.wp-block-banner__content {
  padding: 0 4rem;
  position: relative; }
.wp-block-banner__images img {
  width: 100%;
  height: 56rem;
  border-radius: 1.2rem;
  object-fit: cover; }

.wp-block-list__menu_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 6rem; }
  .wp-block-list__menu_box li {
    width: calc((100% - 4.501rem) / 4);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    .wp-block-list__menu_box li:last-child {
      margin-right: 0; }
    @media (min-width: 961px) {
      .wp-block-list__menu_box li:nth-child(4n) {
        margin-right: 0; } }
    .wp-block-list__menu_box li:hover a, .wp-block-list__menu_box li.active a {
      color: #f29a63;
      border: 1px solid #f29a63; }
  .wp-block-list__menu_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0.3rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #3e3b39;
    position: relative;
    border: 1px solid #3e3b39;
    transition: ease all 500ms;
    font-family: "Zen Kaku Gothic Antique", serif; }
    .wp-block-list__menu_box a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }

@media (max-width: 1200px) and (min-width: 961px) {
  .wp-block-list__menu_box a {
    font-size: 14px; } }
@media (max-width: 960px) {
  .wp-block-banner__title {
    min-width: 30rem;
    font-size: 1.6rem;
    padding-top: 1.9rem;
    padding-bottom: 1.6rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }
  .wp-block-banner__content {
    padding: 0 1.5rem; }
  .wp-block-banner__images img {
    height: 24rem; }

  .wp-block-list__menu_box {
    margin-bottom: 3rem; }
    .wp-block-list__menu_box li {
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .wp-block-list__menu_box li:nth-child(2n) {
        margin-right: 0; }
      .wp-block-list__menu_box li a {
        padding: 1.3rem 0;
        font-size: 1.4rem; } }
@media (max-width: 767px) {
  .wp-block-banner__images img {
    height: 20rem; } }
.wp-block-breadcrumbs__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 108rem;
  margin-top: 1.7rem;
  margin-bottom: 2.3rem;
  margin-left: auto;
  margin-right: auto; }
  .wp-block-breadcrumbs__content > span {
    position: relative;
    font-weight: bold;
    letter-spacing: .1rem;
    color: #3e3b39; }
    .wp-block-breadcrumbs__content > span:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .wp-block-breadcrumbs__content > span: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 #3e3b39;
        border-right: 1px solid #3e3b39; }
    .wp-block-breadcrumbs__content > span a {
      transition: ease all 0.35s; }
      .wp-block-breadcrumbs__content > span a:hover {
        opacity: 0.7; }

@media (max-width: 960px) {
  .wp-block-breadcrumbs {
    padding: 0 1.5rem; } }
@media (max-width: 767px) {
  .wp-block-breadcrumbs__content {
    margin-bottom: 1.3rem; } }
.is-layout-flex {
  display: flex;
  flex-wrap: wrap !important; }

.mb30 {
  margin-bottom: 3rem; }

.btn-more-01 {
  margin-right: 1rem; }
  .btn-more-01 a {
    color: #f29a63;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: 0;
    padding-right: 5rem;
    background: url(assets/img/icon-arrow-right-01.svg) no-repeat center right;
    transition: all 0.35s;
    background-size: 2.9rem; }
    .btn-more-01 a:hover {
      opacity: 0.8; }
  .btn-more-01.vs-02 a {
    color: #3fa1b0;
    background-image: url(assets/img/icon-arrow-right-02.svg); }

.menu-list-01 {
  margin-bottom: 4.8rem; }
  .menu-list-01 li {
    width: calc((100% - 4.801rem) / 2);
    margin-right: 4.8rem;
    border-bottom: #e1dfdb solid .2rem; }
    .menu-list-01 li:nth-child(2n) {
      margin-right: 0; }
    .menu-list-01 li:last-child {
      margin-right: 0; }
    .menu-list-01 li a {
      display: block;
      padding: 1.6rem .8rem;
      color: #3e3b39;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.15rem;
      transition: all 0.35s;
      background: url(assets/img/icon-arrow-right-04.svg) no-repeat center right 3.7rem;
      background-size: 3.3rem; }
      .menu-list-01 li a:hover {
        opacity: 0.8; }
.menu-list-02 {
  border: #3fa1b0 solid 1rem;
  padding: 4rem 5rem 4.5rem; }
  .menu-list-02 li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 3rem; }
    .menu-list-02 li:nth-child(2n) {
      margin-right: 0; }
    .menu-list-02 li:last-child, .menu-list-02 li:nth-last-child(2) {
      margin-bottom: 0; }
    .menu-list-02 li::before {
      content: "";
      position: absolute;
      width: 0.8rem;
      height: 2rem;
      display: block;
      border: solid #3fa1b0;
      border-width: 0 .3rem .3rem 0;
      transform: rotate(45deg);
      position: absolute;
      left: .6rem;
      top: .2rem; }
  .menu-list-02.vs-01 {
    border-color: #f29a63; }
    .menu-list-02.vs-01 li::before {
      border-color: #f29a63; }
  .menu-list-02.vs-03 {
    border-color: #af9984; }
    .menu-list-02.vs-03 li::before {
      border-color: #af9984; }
  .menu-list-02.vz-02 li::before {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background: #3fa1b0;
    top: .8rem; }
.menu-list-03 {
  margin: 3rem 0; }
  .menu-list-03 li {
    color: #3e3b39;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1.5rem; }
    .menu-list-03 li:last-child {
      margin-bottom: 0; }
    .menu-list-03 li::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      top: .7rem;
      left: 0;
      -webkit-mask: url(assets/img/icon-check.svg) center/100% no-repeat;
      mask: url(assets/img/icon-check.svg) center/100% no-repeat;
      background: #3fa1b0; }
  .menu-list-03.vs-01 li::before {
    background: #f29a63; }
  .menu-list-03.vs-03 li::before {
    background: #af9984; }
  .menu-list-03.vz-02 li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .menu-list-03.vz-02 li:nth-child(2n) {
      margin-right: 0; }

.mv {
  padding: 0 4rem;
  position: relative;
  margin-bottom: 9.4rem; }
  .mv-slide .wp-block-image {
    position: relative;
    border-radius: 1.2rem;
    overflow: hidden; }
    .mv-slide .wp-block-image::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 40rem;
      bottom: 0;
      left: 0;
      background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.8; }
    .mv-slide .wp-block-image.no-bg::before {
      content: none; }
  .mv-slide img {
    width: 100%;
    height: 71.5rem;
    object-fit: cover;
    border-radius: 1.2rem; }
  .mv .wp-block-group {
    position: absolute;
    width: 92rem;
    padding-bottom: 0;
    padding-right: 6rem;
    bottom: 4%;
    right: 0;
    color: #FFF;
    font-family: "Zen Kaku Gothic Antique", serif; }
    .mv .wp-block-group .wp-block-heading {
      font-size: 5.2rem;
      font-weight: 500;
      line-height: 155%;
      margin-bottom: 2rem;
      text-shadow: #4d4136 0 0 2.4rem; }
    .mv .wp-block-group p {
      color: #FFF;
      font-size: 3.5rem;
      font-weight: 500;
      text-shadow: #4d4136 0 0 2.4rem; }

.wp-news {
  margin-bottom: 8.6rem;
  position: relative; }
  .wp-news::before {
    content: "";
    position: absolute;
    width: 27.9rem;
    height: 54.8rem;
    bottom: -11rem;
    right: 0;
    background: url(assets/img/icon-05.png) no-repeat center;
    background-size: contain; }
  .wp-news::after {
    content: "";
    position: absolute;
    width: 37.3rem;
    height: 78.3rem;
    bottom: -11rem;
    left: 0;
    background: url(assets/img/icon-06.png) no-repeat center;
    background-size: contain; }

.news-wrap-item {
  width: calc((100% - 6.401rem) / 2);
  margin-right: 6.4rem; }
  .news-wrap-item:nth-child(2n) {
    margin-right: 0; }
  .news-wrap-item .wp-block-columns {
    margin-bottom: 3.7rem; }

.news-list-01 li {
  display: flex;
  flex-wrap: wrap;
  border-top: #f4f1ef solid .2rem;
  padding: 1rem 0;
  color: #57463a;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.05rem; }
  .news-list-01 li:last-child {
    border-bottom: #f4f1ef solid .2rem; }
  .news-list-01 li a {
    order: 1;
    width: calc(100% - 11.5rem);
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.35s;
    padding-right: 3rem; }
    .news-list-01 li a:hover {
      opacity: 0.8; }
  .news-list-01 li time {
    width: 11.5rem;
    color: #f1bb99;
    font-size: 1.7rem;
    font-family: "Nunito", serif; }
.news-list-01.vs-02 li {
  border-top-color: #e5f0f2; }
  .news-list-01.vs-02 li:last-child {
    border-bottom-color: #e5f0f2; }
  .news-list-01.vs-02 li time {
    color: #8cc4cd; }

.wp-medical {
  background: url(assets/img/medical-bg.png) no-repeat center top 0;
  background-size: cover;
  padding-top: 12.7rem;
  padding-bottom: 5.5rem;
  position: relative;
  z-index: 1; }

.box-list-01 .wp-block-column {
  width: calc((100% - 12rem) / 4);
  margin-right: 4rem;
  margin-bottom: 4.5rem;
  border-radius: 1.5rem;
  position: relative;
  transition: all 0.35s; }
  .box-list-01 .wp-block-column:nth-child(4n) {
    margin-right: 0; }
  .box-list-01 .wp-block-column:last-child {
    margin-right: 0; }
  .box-list-01 .wp-block-column .item-img {
    position: relative;
    border-radius: 2rem;
    z-index: 0;
    padding: .4rem;
    overflow: hidden; }
    .box-list-01 .wp-block-column .item-img::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #f29a63;
      z-index: -1;
      border-radius: 2rem; }
    .box-list-01 .wp-block-column .item-img a {
      display: block;
      transition: all 0.35s; }
      .box-list-01 .wp-block-column .item-img a:hover {
        opacity: 0.8; }
    .box-list-01 .wp-block-column .item-img img {
      aspect-ratio: 3 / 3.5;
      object-fit: cover;
      border-radius: 2rem; }
    .box-list-01 .wp-block-column .item-img:hover .wp-block-heading {
      background: #FFFFFF;
      color: #f29a63; }
      .box-list-01 .wp-block-column .item-img:hover .wp-block-heading::before {
        background: #f29a63; }
      .box-list-01 .wp-block-column .item-img:hover .wp-block-heading::after {
        background: #FFFFFF; }
  .box-list-01 .wp-block-column .wp-block-heading {
    text-align: center;
    position: absolute;
    bottom: .4rem;
    left: .4rem;
    width: calc(100% - .78rem);
    padding: 0.8rem 3.9rem 0.8rem 0;
    background: #f29a63;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    font-family: "Zen Kaku Gothic Antique", serif;
    pointer-events: none;
    transition: all 0.35s;
    border-radius: 0 0 1.5rem 1.5rem; }
    .box-list-01 .wp-block-column .wp-block-heading::before {
      content: "";
      position: absolute;
      width: 3rem;
      height: 3rem;
      top: 50%;
      right: .8rem;
      transform: translateY(-50%);
      background: #FFFFFF;
      border-radius: 100%;
      transition: all 0.35s; }
    .box-list-01 .wp-block-column .wp-block-heading::after {
      content: "";
      position: absolute;
      width: 1rem;
      height: 0.9rem;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.35s;
      right: 1.8rem;
      -webkit-mask: url(assets/img/icon-arrow-right-03.svg) center/100% no-repeat;
      mask: url(assets/img/icon-arrow-right-03.svg) center/100% no-repeat;
      background: #f29a63; }
  .box-list-01 .wp-block-column p {
    color: #3e3b39;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: -0.05rem;
    margin-top: 2.4rem;
    margin-bottom: 1.5rem;
    text-align: center; }
    .box-list-01 .wp-block-column p span {
      color: #ed9c66; }
.box-list-02 {
  border-radius: 2.4rem;
  overflow: hidden; }
  .box-list-02 .wp-block-column {
    width: calc((100% - .801rem) / 3);
    margin-right: .4rem;
    position: relative; }
    .box-list-02 .wp-block-column:nth-child(3n) {
      margin-right: 0; }
    .box-list-02 .wp-block-column .wp-block-image {
      width: 100%;
      overflow: hidden; }
      .box-list-02 .wp-block-column .wp-block-image a {
        position: relative;
        z-index: 0;
        display: block;
        height: 100%;
        transition: all 0.35s; }
        .box-list-02 .wp-block-column .wp-block-image a::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 1;
          background: #f6fdfd;
          opacity: 0.85;
          transition: all 0.35s; }
        .box-list-02 .wp-block-column .wp-block-image a:hover::before {
          opacity: 0.7; }
      .box-list-02 .wp-block-column .wp-block-image img {
        width: 100%; }
    .box-list-02 .wp-block-column .wp-block-group {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      text-align: center;
      pointer-events: none; }
      .box-list-02 .wp-block-column .wp-block-group::before {
        content: "";
        position: absolute;
        width: 3rem;
        height: 3rem;
        bottom: -3.8rem;
        left: 50%;
        transform: translateX(-50%);
        background: #3fa1b0;
        border-radius: 100%; }
      .box-list-02 .wp-block-column .wp-block-group::after {
        content: "";
        position: absolute;
        width: 1rem;
        height: 0.9rem;
        bottom: -2.8rem;
        transform: translateX(-50%);
        transition: all 0.35s;
        left: 50%;
        -webkit-mask: url(assets/img/icon-arrow-right-03.svg) center/100% no-repeat;
        mask: url(assets/img/icon-arrow-right-03.svg) center/100% no-repeat;
        background: #FFF; }

.wp-breast {
  background: #a9dbde;
  padding: 10rem 0 9.6rem;
  position: relative;
  z-index: 0; }
  .wp-breast > .is-layout-constrained {
    position: relative; }
    .wp-breast > .is-layout-constrained::before {
      content: "";
      position: absolute;
      width: 31.9rem;
      height: 32.4rem;
      top: 27.5rem;
      left: -1.6rem;
      background: url(assets/img/icon-04.png) no-repeat center;
      background-size: contain; }
  .wp-breast::before {
    content: "";
    position: absolute;
    width: 31.9rem;
    height: 32.1rem;
    right: 0;
    top: 43%;
    background: url(assets/img/icon-02.png) no-repeat center;
    background-size: contain; }
  .wp-breast::after {
    content: "";
    position: absolute;
    width: 88rem;
    height: 71.1rem;
    left: -24rem;
    bottom: -21rem;
    background: url(assets/img/icon-03.png) no-repeat center;
    background-size: contain;
    z-index: -1; }
  .wp-breast-wrap {
    background: #FFF url(assets/img/breast-bg-01.png) no-repeat center bottom;
    border-radius: 3.5rem;
    padding: 4.2rem 9rem 8rem; }
    .wp-breast-wrap-01 p {
      margin-bottom: 3.2rem;
      letter-spacing: 0; }
    .wp-breast-wrap-01 .title-default-02 {
      margin-bottom: 2.5rem; }
    .wp-breast-wrap-02 {
      margin-bottom: 9rem; }
    .wp-breast-wrap-03 {
      max-width: 90rem;
      margin-left: auto;
      margin-right: auto; }
      .wp-breast-wrap-03 .title-default-02 {
        margin-bottom: 1rem; }
  .wp-breast .title-default-02-gp .wp-block-image img {
    width: 24.2rem; }

.btn-gp-02 {
  margin-bottom: 3.6rem; }
.btn-gp-03 .wp-block-column {
  margin-bottom: 2.5rem; }

.wp-features {
  background: url(assets/img/features-bg.png) no-repeat center top;
  background-size: 100vw;
  padding-top: 7.8rem;
  padding-bottom: 6.8rem; }
  .wp-features-01 {
    margin-bottom: 13.5rem; }

.features-gp-01 .wp-block-column {
  width: calc((100% - 8.801rem) / 5);
  margin-right: 2.2rem;
  margin-bottom: 2rem; }
  .features-gp-01 .wp-block-column:nth-child(5n) {
    margin-right: 0; }
  .features-gp-01 .wp-block-column img {
    width: 100%; }

.point-gp {
  margin-bottom: 9.5rem; }
  .point-gp:last-child {
    margin-bottom: 0; }
  .point-gp > .wp-block-column {
    position: relative; }
    .point-gp > .wp-block-column:first-child {
      width: 63.5rem; }
    .point-gp > .wp-block-column:last-child {
      width: calc(100% - 63.5rem);
      padding-left: 6rem;
      padding-top: 4.5rem; }
    .point-gp > .wp-block-column img {
      border-radius: 3rem;
      aspect-ratio: 4 / 2.65;
      object-fit: cover; }
    .point-gp > .wp-block-column p {
      font-weight: 400; }
    .point-gp > .wp-block-column .wp-block-group p {
      font-weight: 900;
      color: #ed9c66;
      font-family: "Zen Kaku Gothic Antique", serif;
      margin-bottom: 1rem; }
    .point-gp > .wp-block-column .btn-gp .wp-block-column {
      margin-right: 1.5rem; }
      .point-gp > .wp-block-column .btn-gp .wp-block-column:last-child {
        margin-right: 0; }
  .point-gp.img-right > .wp-block-column:first-child {
    width: calc(100% - 63.5rem);
    padding-top: 4.5rem; }
    .point-gp.img-right > .wp-block-column:first-child p {
      padding-right: 6rem; }
  .point-gp.img-right > .wp-block-column:last-child {
    width: 63.5rem;
    padding-left: 0;
    padding-top: 0; }

.icon {
  position: absolute;
  z-index: 1; }
  .icon-01::before {
    bottom: -3rem;
    left: 10.6rem;
    content: "";
    position: absolute;
    width: 12.2rem;
    height: 11.6rem;
    background: url(assets/img/icon-01.png) no-repeat center;
    background-size: contain; }

.wp-greetings {
  padding-top: 9.4rem;
  position: relative;
  z-index: 1; }
  .wp-greetings::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 11.4rem);
    bottom: 11.4rem;
    left: 0;
    background: #fbf0de url(assets/img/greetings-bg-01.jpg) no-repeat center bottom -7.5rem;
    background-size: cover;
    z-index: -1; }
  .wp-greetings-gp {
    margin-bottom: 12rem; }
    .wp-greetings-gp > .wp-block-column:first-child {
      width: 58rem;
      padding-top: .9rem; }
    .wp-greetings-gp > .wp-block-column .wp-block-image {
      position: relative; }
      .wp-greetings-gp > .wp-block-column .wp-block-image::before {
        content: "";
        position: absolute;
        width: 22.6rem;
        height: 15.9rem;
        bottom: -8.5rem;
        left: -5rem;
        background: url(assets/img/icon-logo.png) no-repeat center;
        background-size: contain; }
      .wp-greetings-gp > .wp-block-column .wp-block-image::after {
        content: "";
        position: absolute;
        width: 6.8rem;
        height: 25.9rem;
        top: 2.7rem;
        left: 5rem;
        background: url(assets/img/greetings-txt-01.png) no-repeat center;
        background-size: contain; }
    .wp-greetings-gp > .wp-block-column img {
      border-radius: 3rem; }
    .wp-greetings-gp > .wp-block-column:last-child {
      width: calc(100% - 58rem);
      padding-left: 13.5rem; }
    .wp-greetings-gp > .wp-block-column p {
      font-size: 1.8rem;
      letter-spacing: .1rem;
      line-height: 200%;
      margin-bottom: 6.7rem; }
    .wp-greetings-gp .title-default-02-gp {
      text-align: left; }
  .wp-greetings .btn-default-02.vs-03 a {
    min-width: 25.6rem; }

.slide-gp {
  margin-bottom: -11.4rem;
  position: relative;
  z-index: 1; }
  .slide-gp .slick-slide {
    margin: 0 1.3rem; }
    .slide-gp .slick-slide img {
      width: 100%;
      border-radius: 2rem;
      aspect-ratio: 4/3.065;
      object-fit: cover; }

.wp-department-gp {
  margin-bottom: 6rem; }
  .wp-department-gp .title-default-04 {
    margin: 0; }
  .wp-department-gp .wp-block-columns {
    margin-bottom: 3.5rem; }
  .wp-department-gp .wp-block-column {
    flex-basis: initial !important;
    position: relative;
    padding-bottom: 1rem; }
    .wp-department-gp .wp-block-column::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.2rem;
      bottom: 0;
      left: 0;
      background: #cae9ee;
      z-index: -1; }
    .wp-department-gp .wp-block-column:first-child {
      width: 22rem; }
      .wp-department-gp .wp-block-column:first-child::before {
        content: "";
        position: absolute;
        width: 10rem;
        height: 0.2rem;
        bottom: 0;
        left: 0;
        background: #3fa1b0;
        z-index: 0; }
    .wp-department-gp .wp-block-column:last-child {
      width: calc(100% - 22rem); }
    .wp-department-gp .wp-block-column .title-default-04 {
      padding-bottom: 0; }
      .wp-department-gp .wp-block-column .title-default-04::before, .wp-department-gp .wp-block-column .title-default-04::after {
        content: none; }

.mt20 {
  margin-top: 2rem; }

.mt30 {
  margin-top: 3rem; }

.mb30 {
  margin-bottom: 3rem; }

@media (max-width: 1200px) and (min-width: 961px) {
  .grid-1080, .grid-1260 {
    max-width: 135rem; }

  .grid-680 {
    max-width: 90rem; }

  .mv .wp-block-group {
    width: 450px; }
    .mv .wp-block-group p {
      font-size: 14px; }

  .btn-more-01 a, .news-list-01 li a, .box-list-01 .wp-block-column p, .btn-default-02 a, .menu-list-01 li a, .wp-greetings-gp > .wp-block-column p {
    font-size: 14px; }

  .menu-list-03 li {
    font-size: 14px; }

  .news-list-01 li time {
    font-size: 13px; }

  .btn-default-02 a {
    min-width: 150px;
    height: 36px;
    border-radius: 20px; }
  .btn-default-02.vs-03 a {
    min-width: 170px; }

  .wp-greetings-gp > .wp-block-column:last-child {
    padding-left: 50px; }

  .wp-greetings .btn-default-02.vs-03 a {
    min-width: 27.5rem; }

  .wp-medical {
    background-position: center top; } }
@media (max-width: 960px) {
  .btn-more-01 a {
    font-size: 1.5rem; }

  .btn-default-02 {
    min-width: 22rem; }

  .mv {
    padding: 0 1.5rem;
    margin-bottom: 5rem; }
    .mv .wp-block-group {
      width: 100%;
      padding: 0 3rem;
      top: 50%;
      transform: translateY(-50%);
      bottom: auto; }
      .mv .wp-block-group .wp-block-heading {
        font-size: 2.8rem;
        margin-bottom: 0;
        text-shadow: #4d4136 0 0 2.4rem, #4d4136 0 0 2.4rem; }
      .mv .wp-block-group p {
        font-size: 1.9rem; }
    .mv-slide .wp-block-image::before {
      background: #000;
      opacity: 0;
      height: 48rem; }

  .mv-slide img {
    height: 48rem; }

  .wp-news {
    margin-bottom: 3.3rem; }
    .wp-news::after {
      z-index: -1; }
    .wp-news::before {
      z-index: -1; }

  .news-list-01 li {
    font-size: 1.5rem; }
    .news-list-01 li time {
      width: 10rem; }
    .news-list-01 li a {
      width: calc(100% - 10rem);
      padding-right: 1.5rem; }

  .news-wrap-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 5rem; }
    .news-wrap-item:last-child {
      margin-bottom: 0; }
    .news-wrap-item .wp-block-columns {
      margin-bottom: 2rem; }

  .wp-medical {
    padding: 8.2rem 0 6rem;
    background-position: center top; }

  .point-gp {
    margin-bottom: 5.5rem; }
    .point-gp > .wp-block-column:first-child {
      width: 35rem; }
    .point-gp > .wp-block-column:last-child {
      width: calc(100% - 35rem);
      padding-left: 1.5rem;
      padding-top: 0; }
      .point-gp > .wp-block-column:last-child p {
        padding-right: 0; }
    .point-gp.img-right > .wp-block-column:first-child {
      width: calc(100% - 35rem);
      padding-top: 0;
      padding-right: 1.5rem; }
      .point-gp.img-right > .wp-block-column:first-child p {
        padding-right: 0; }
    .point-gp.img-right > .wp-block-column:last-child {
      width: 35rem; }

  .wp-breast {
    padding: 6rem 0; }
    .wp-breast::after {
      width: 55rem;
      height: 40rem; }
    .wp-breast-wrap {
      padding: 4.7rem 1.5rem 6rem; }
      .wp-breast-wrap .grid-680 {
        padding-left: 0;
        padding-right: 0; }
      .wp-breast-wrap-01 p {
        margin-bottom: 2.4rem; }
      .wp-breast-wrap-02 {
        margin-bottom: 4.8rem; }

  .box-list-01 .wp-block-column {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    .box-list-01 .wp-block-column:nth-child(2n) {
      margin-right: 0; }
    .box-list-01 .wp-block-column p {
      text-align: center; }
  .box-list-02 .wp-block-column p {
    text-align: center; }
  .box-list-02 .wp-block-column .wp-block-group {
    top: 40%; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .box-list-02 .wp-block-column .title-default-03.vs-02 {
    padding-bottom: 1.2rem;
    top: 39%; } }

@media (max-width: 960px) {
  .wp-greetings {
    padding-top: 6rem; }
    .wp-greetings-gp {
      margin-bottom: 6rem; }
      .wp-greetings-gp > .wp-block-column:first-child {
        width: 100%;
        padding-top: 0;
        margin-bottom: 3.8rem; }
        .wp-greetings-gp > .wp-block-column:first-child img {
          width: 100%; }
      .wp-greetings-gp > .wp-block-column:last-child {
        width: 100%;
        padding-left: 0; }
      .wp-greetings-gp > .wp-block-column p {
        font-size: 1.5rem;
        margin-bottom: 3rem; }
      .wp-greetings-gp > .wp-block-column .wp-block-image::before {
        left: 0;
        width: 10rem;
        bottom: -6.5rem; }
    .wp-greetings .btn-gp-03 {
      max-width: 53rem; }

  .btn-gp-01 {
    justify-content: center; }
  .btn-gp-02 {
    margin-bottom: 5.3rem; }
    .btn-gp-02 .wp-block-column {
      margin-bottom: 1.5rem; }
      .btn-gp-02 .wp-block-column:last-child {
        margin-bottom: 0; }
  .btn-gp-03 {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto; }
    .btn-gp-03 .wp-block-column {
      margin-bottom: 1.5rem; }
      .btn-gp-03 .wp-block-column:last-child {
        margin-left: 0;
        margin-right: 0; }

  .menu-list-01 {
    margin-bottom: 3rem; }
    .menu-list-01 li a {
      background-position: center right;
      background-size: 2.5rem; }
  .menu-list-02 {
    padding: 2rem; }
    .menu-list-02 li {
      margin-bottom: 1.5rem; }
      .menu-list-02 li:nth-last-child(2) {
        margin-bottom: 1.5rem; }

  .icon-01::before {
    left: 4.6rem;
    width: 7.2rem;
    height: 7.6rem; }

  .wp-features {
    padding: 3.8rem 0 4.5rem; }
    .wp-features-01 {
      margin-bottom: 2.5rem; }
    .wp-features .title-default-02-gp .wp-block-image img {
      width: 18.5rem; }

  .features-gp-01 .wp-block-column {
    width: calc((100% - 6.001rem) / 5);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }

  .menu-list-02.vz-02 li::before {
    width: 1.2rem;
    height: 1.2rem; }
  .menu-list-03 li {
    font-size: 1.4rem; } }
@media (max-width: 767px) {
  .btn-default-02 {
    margin-left: auto;
    margin-right: auto; }

  .btn-gp-02, .btn-gp-03 {
    justify-content: center; }
  .btn-gp-03 .wp-block-column:last-child {
    margin-bottom: 0; }

  .mv-slide .wp-block-image {
    border-radius: 1.2rem; }
    .mv-slide .wp-block-image::before {
      height: 50rem; }
  .mv-slide img {
    border-radius: 1.2rem; }
  .mv .wp-block-image img {
    height: 50rem;
    object-fit: cover; }
  .mv .wp-block-group {
    padding: 1.5rem 3rem;
    bottom: 0;
    top: initial;
    transform: initial;
    border-radius: 0 0 1.2rem 1.2rem; }
    .mv .wp-block-group .wp-block-heading, .mv .wp-block-group p {
      text-shadow: #333 0 0 1rem, #333 0 0 1rem; }
    .mv .wp-block-group p {
      font-size: 1.4rem; }

  .wp-news::before, .wp-news::after {
    content: none; }

  .news-list-01 li a {
    padding-right: 0; }

  .news-wrap-item {
    width: 100%;
    margin-right: 0; }

  .box-list-01 .wp-block-column {
    width: 100%;
    margin-right: 0; }
    .box-list-01 .wp-block-column:last-child {
      margin-bottom: 0; }
    .box-list-01 .wp-block-column p {
      text-align: center; }
  .box-list-02 .wp-block-column {
    width: 100%;
    margin-bottom: 1.5rem;
    margin-right: 0; }
    .box-list-02 .wp-block-column:last-child {
      margin-bottom: 0; }

  .wp-breast::before, .wp-breast::after {
    content: none; }
  .wp-breast > .is-layout-constrained::before {
    content: none; }

  .menu-list-01 li {
    width: 100%;
    margin-right: 0; }
    .menu-list-01 li a {
      font-size: 1.4rem; }
  .menu-list-02 li {
    width: 100%;
    margin-right: 0; }

  .point-gp > .wp-block-column:first-child {
    width: 100%;
    margin-bottom: 1.2rem; }
  .point-gp > .wp-block-column:last-child {
    width: 100%;
    padding-left: 0; }
  .point-gp > .wp-block-column .btn-gp .wp-block-column {
    margin-right: auto;
    margin-left: auto; }
    .point-gp > .wp-block-column .btn-gp .wp-block-column:last-child {
      margin-right: auto; }
  .point-gp.img-right > .wp-block-column:first-child {
    width: 100%;
    order: 1;
    margin-bottom: 0;
    padding-right: 0; }
  .point-gp.img-right > .wp-block-column:last-child {
    width: 100%;
    margin-bottom: 1.2rem; }

  .features-gp-01 {
    justify-content: center; }
    .features-gp-01 .wp-block-column {
      width: calc((100% - 3.001rem) / 3); }
      .features-gp-01 .wp-block-column:nth-child(3n), .features-gp-01 .wp-block-column:last-child {
        margin-right: 0; }

  .wp-greetings-gp > .wp-block-column .wp-block-image::after {
    top: 1rem;
    left: 1rem; }

  .wp-department-gp .wp-block-column:first-child {
    width: 14rem; }
  .wp-department-gp .wp-block-column:last-child {
    width: calc(100% - 14rem); } }
.wp-sitemap {
  padding-top: 4.5rem;
  padding-bottom: 8.5rem; }
  .wp-sitemap .title-default-02 {
    text-align: left; }
    .wp-sitemap .title-default-02::before {
      left: 0;
      transform: initial; }
  .wp-sitemap-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem; }
    .wp-sitemap-list:last-child {
      margin-bottom: 0; }
    .wp-sitemap-list li {
      width: calc((100% - 3.001rem) / 3);
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      @media (min-width: 961px) {
        .wp-sitemap-list li:nth-child(3n) {
          margin-right: 0; } }
      .wp-sitemap-list li a {
        color: #3e3b39;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 170%;
        letter-spacing: 0;
        transition: all 0.35s;
        position: relative;
        padding-left: 2rem; }
        .wp-sitemap-list li a:hover {
          opacity: 0.8; }
        .wp-sitemap-list li a::before {
          content: "";
          position: absolute;
          width: 0.6rem;
          height: 0.6rem;
          top: 1rem;
          left: 0;
          background: #f29a63;
          border-radius: 100%; }
    .wp-sitemap-list.vs-02 li a::before {
      background: #3fa1b0; }

.archive-gp {
  border: #f29a63 solid .1rem;
  margin-bottom: 5rem; }
.archive-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #f29a63;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  position: relative; }
  .archive-title::before {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    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; }
  .archive-list li {
    border-bottom: #f29a63 solid .1rem; }
    .archive-list li:last-child {
      border-bottom: 0; }
    .archive-list li a {
      color: #3e3b39;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      display: block;
      padding: 1.3rem; }
    .archive-list li.active a {
      color: #f29a63; }

.category-column .archive-list li {
  border-bottom-color: #3fa1b0; }
  .category-column .archive-list li.active a {
    color: #3fa1b0; }
.category-column .archive-title {
  background: #3fa1b0; }
.category-column .archive-gp {
  border-color: #3fa1b0; }
.category-column .wp-block-pagenavi .page-numbers {
  border-color: #3fa1b0; }
  .category-column .wp-block-pagenavi .page-numbers:hover, .category-column .wp-block-pagenavi .page-numbers.current {
    background: #3fa1b0; }

.news-layout {
  padding-top: 2.4rem;
  padding-bottom: 12rem; }
  .news-layout .news-list-01 {
    margin-bottom: 5rem; }
.news-gp-item:first-child {
  width: calc(100% - 30rem); }
.news-gp-item:last-child {
  width: 30rem;
  padding-left: 5rem; }

.category-news .archive-list li.news a {
  color: #f29a63; }

.category-column .archive-list li.column a {
  color: #3fa1b0; }

.wp-block-pagenavi .next, .wp-block-pagenavi .prev, .wp-block-pagenavi .dots {
  display: none !important; }
.wp-block-pagenavi .page-numbers {
  padding: .3rem 1.4rem 0 1.4rem;
  margin: 0 .8rem;
  height: 4rem;
  display: flex;
  align-items: center;
  border: #f29a63 solid .1rem;
  transition: all 0.35s;
  background: #FFFFFF;
  font-family: "Nunito", serif; }
  .wp-block-pagenavi .page-numbers:hover, .wp-block-pagenavi .page-numbers.current {
    background: #f29a63;
    color: #FFFFFF; }

.single-gp {
  padding: 2.6rem 0 10rem; }
  .single-gp .date {
    margin-bottom: 2.8rem; }
  .single-gp .image {
    margin-bottom: 1.5rem; }
.single-wrap {
  margin-bottom: 10rem; }
  .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: .9rem;
      width: 1rem;
      height: 1rem;
      border-radius: 100%;
      background: #233b5b; }
      @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: #f29a63 solid .1rem;
  border-radius: 3.3rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  background: #FFF; }
.nextpre_area-item span {
  opacity: 0.5; }
.nextpre_area-item a:hover {
  color: #FFF;
  background: #f29a63; }

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

.single-title-01 {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0; }

.wp-block-group__catalogue {
  margin-bottom: 10.2rem; }
  .wp-block-group__catalogue > div {
    padding: 3.6rem 4rem 3.9rem;
    border: .2rem solid #3e3b39;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08);
    border-radius: 1rem; }
  .wp-block-group__catalogue .wp-block-heading__title-01 {
    display: none; }

.wp-block-heading__title-01 {
  padding-bottom: 1.8rem;
  border-bottom: .2rem solid #3e3b39;
  font-size: 2.4rem;
  font-weight: bold;
  color: #3e3b39;
  letter-spacing: .1rem; }

.wp-block-list__catalogue {
  display: flex;
  flex-wrap: wrap; }
  .wp-block-list__catalogue li {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    color: #3e3b39;
    letter-spacing: .1rem;
    width: calc((100% - 3.001rem) / 2);
    margin-right: 3rem; }
    .wp-block-list__catalogue li:nth-child(2n) {
      margin-right: 0; }
    .wp-block-list__catalogue li a {
      transition: ease all 500ms;
      position: relative;
      display: block;
      border-bottom: .1rem solid #353535;
      padding-right: 3rem;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .wp-block-list__catalogue 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: #aa9669;
        transform: translateY(-50%); }
      .wp-block-list__catalogue li a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        z-index: 1;
        pointer-events: none;
        background: #aa9669;
        transition: 0.5s; }
      .wp-block-list__catalogue li a:hover {
        padding-left: 1rem;
        color: #aa9669; }
        .wp-block-list__catalogue li a:hover::before {
          animation: arrowMove 0.6s ease 0s 1 both; }
        .wp-block-list__catalogue li a:hover::after {
          width: 100%; }

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%); }
  50% {
    opacity: 0;
    transform: translate(120%, -50%); }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%); }
  100% {
    opacity: 1;
    transform: translate(0%, -50%); } }
[class*="clinic-information"] {
  margin-bottom: 10.5rem; }

.clinic-information-03 iframe {
  width: 100%;
  height: 30rem;
  vertical-align: top;
  border: 0;
  margin-bottom: 3rem; }

.column-default-01 {
  align-items: center; }
  .column-default-01 .wp-block-column:first-child {
    padding-right: 5rem; }
  .column-default-01 .wp-block-column img {
    border-radius: 1.5rem;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08);
    aspect-ratio: 4 / 2.8;
    width: 100%;
    object-fit: cover; }
  .column-default-01.img-left .wp-block-column:first-child {
    padding-right: 0; }
  .column-default-01.img-left .wp-block-column:last-child {
    padding-left: 5rem; }
  .column-default-01.img-left .btn-gp .wp-block-column:first-child {
    margin-right: 1.5rem; }
  .column-default-01.img-left .btn-gp .wp-block-column:last-child {
    padding-left: 0; }
.column-default-02 .wp-block-column {
  width: calc((100% - 3.001rem) / 3);
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative; }
  .column-default-02 .wp-block-column a {
    position: relative;
    display: block; }
    .column-default-02 .wp-block-column a::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.8);
      transition: all 0.35s; }
    .column-default-02 .wp-block-column a img {
      aspect-ratio: 4 / 2.8;
      object-fit: cover; }
    .column-default-02 .wp-block-column a:hover::before {
      opacity: 0.6; }
  .column-default-02 .wp-block-column:nth-child(3n) {
    margin-right: 0; }
  .column-default-02 .wp-block-column p {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    transform: translateY(-50%);
    color: #3e3b39;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    pointer-events: none; }
.column-default-03 {
  border-radius: 3rem;
  box-shadow: 0.3rem 0.3rem 0 #f29a63, 0 0 0.7rem rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 3rem;
  margin-bottom: 5rem;
  align-items: center; }
  .column-default-03:last-child {
    margin-bottom: 0; }
  .column-default-03.vs-02 {
    box-shadow: 0.3rem 0.3rem 0 #3fa1b0, 0 0 0.7rem rgba(0, 0, 0, 0.5); }
  .column-default-03.vs-03 {
    box-shadow: 0.3rem 0.3rem 0 #af9984, 0 0 0.7rem rgba(0, 0, 0, 0.5); }
  .column-default-03.img-right .wp-block-column:first-child {
    padding-right: 3rem; }
  .column-default-03.img-right .wp-block-column:last-child {
    padding-left: 0; }
  .column-default-03 .wp-block-column img {
    border-radius: 1.5rem;
    width: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover; }
  .column-default-03 .wp-block-column:last-child {
    padding-left: 3rem; }
  .column-default-03 .wp-block-column .title-default-05 {
    margin-bottom: .5rem; }
  .column-default-03.col-01 .wp-block-column {
    flex-basis: 100% !important; }
    .column-default-03.col-01 .wp-block-column:last-child {
      padding-left: 0; }
.column-default-04 .wp-block-column {
  width: calc((100% - 6.001rem) / 2);
  margin-right: 6rem;
  position: relative; }
  .column-default-04 .wp-block-column::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -3rem;
    width: 2rem;
    height: 6rem;
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: translate(50%, -50%);
    background: #ff6600; }
  .column-default-04 .wp-block-column:nth-child(2n) {
    margin-right: 0; }
  .column-default-04 .wp-block-column:last-child::before {
    content: none; }
  .column-default-04 .wp-block-column img {
    width: 100%;
    border-radius: .5rem; }
.column-default-04.vs-02 .wp-block-column::before {
  content: none; }
.column-default-05 {
  border-radius: 3rem;
  box-shadow: 0.3rem 0.3rem 0 #f29a63, 0 0 0.7rem rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 3rem;
  margin-bottom: 5rem;
  align-items: center; }

.wp-visitors-01 {
  margin-bottom: 10rem; }
.wp-visitors-02 {
  margin-bottom: 12rem; }
  .wp-visitors-02 .menu-list-02 {
    margin: 3rem 0 5rem; }
  .wp-visitors-02 p.note {
    margin-top: 1.5rem; }
  .wp-visitors-02 .btn-default-02 {
    margin: 3rem 0 1rem; }

.block-quote-01 {
  border-radius: 3rem;
  padding: 3rem;
  margin-bottom: 5rem;
  border: #f29a63 solid .5rem; }
  .block-quote-01.vs-02 {
    border-color: #3fa1b0; }
  .block-quote-01.vs-03 {
    border-color: #af9984; }

.wp-doctor-01, .wp-doctor-02 {
  margin-bottom: 10.5rem; }
.wp-doctor-03 {
  margin-bottom: 12rem; }
  .wp-doctor-03 .title-default-04 {
    margin-top: 0; }
  .wp-doctor-03 .column-default-01 {
    margin-bottom: 10rem; }
.wp-doctor-info {
  align-items: center; }
  .wp-doctor-info .wp-block-column:first-child {
    width: 48rem;
    position: relative; }
    .wp-doctor-info .wp-block-column:first-child .wp-block-heading {
      position: absolute;
      bottom: .1rem;
      left: .1rem;
      margin-bottom: 0;
      padding: 2rem;
      border-radius: 3rem 0;
      background: #FFF;
      box-shadow: 0 0 0.3rem 0.1rem rgba(0, 0, 0, 0.5);
      color: #f29a63; }
  .wp-doctor-info .wp-block-column:last-child {
    width: calc(100% - 48rem);
    padding-left: 5rem; }
  .wp-doctor-info .wp-block-column img {
    border-radius: 3rem; }
  .wp-doctor-info .title-default-04 {
    margin-top: 0;
    margin-bottom: 4rem; }
    .wp-doctor-info .title-default-04.vz-02::before, .wp-doctor-info .title-default-04.vz-02::after {
      content: none; }

.wp-staff-01 {
  margin-bottom: 10rem; }
  .wp-staff-01 .wp-block-image {
    margin-bottom: 3rem; }
.wp-staff-02 {
  margin-bottom: 10.5rem; }
  .wp-staff-02 .wp-block-image {
    margin-bottom: 3rem; }
.wp-staff-03 {
  margin-bottom: 12rem; }

.wp-surgery-01, .wp-surgery-02, .wp-surgery-03, .wp-surgery-04, .wp-surgery-05 {
  margin-bottom: 10rem; }

[class*="wp-screening"] {
  margin-bottom: 10rem; }

.wp-screening-02 .menu-list-02 {
  margin: 3rem 0; }
@media (min-width: 961px) {
  .wp-screening-03 .wp-block-table td[colspan="2"] {
    text-align: center; } }

[class*="outpatient"] {
  margin-bottom: 10rem; }

.wp-outpatient-03 .menu-list-02 {
  margin-bottom: 3rem; }

[class*="lymphedema"] {
  margin-bottom: 10rem; }

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

[class*="appearance"] {
  margin-bottom: 10rem; }

.wp-appearance-02 blockquote {
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
.wp-appearance-02 .column-first {
  margin-top: 5rem; }
.wp-appearance-04 p.title-default-05 {
  margin-top: 3rem; }

.appearance-block-01 {
  margin-bottom: 5rem; }

[class*="permanent"] {
  margin-bottom: 10rem; }

.wp-permanent-07 .menu-list-02 {
  margin-top: 3rem; }

[class*="consultation"] {
  margin-bottom: 10rem; }

.wp-consultation-06 .menu-list-02 {
  margin-bottom: 3rem; }

[class*="about-breast"] {
  margin-bottom: 10rem; }
  [class*="about-breast"] .column-default-01 {
    margin-bottom: 3rem; }
    [class*="about-breast"] .column-default-01:last-child {
      margin-bottom: 0; }

.wp-about-breast-06 .column-default-03.item-first {
  margin-top: 3rem; }

[class*="self-check"] {
  margin-bottom: 10rem; }

[class*="hereditary"] {
  margin-bottom: 10rem; }

.wp-hereditary-03 .block-quote-01 {
  margin-top: 3rem; }
.wp-hereditary-05 .wp-block-table.basic {
  margin-top: 3rem; }

[class*="disease"] {
  margin-bottom: 10rem; }

[class*="mammography"] {
  margin-bottom: 10rem; }

[class*="examination"] {
  margin-bottom: 10rem; }

[class*="pathological"] {
  margin-bottom: 10rem; }
  [class*="pathological"] .title-default-05 {
    margin-top: 3rem; }

.wp-mammography-04 .column-default-03.item-first {
  margin-top: 3rem; }

.wp-faq {
  margin: 10rem auto 12rem; }

.wp-faq-gp {
  border: #CCC solid .1rem;
  border-radius: .5rem;
  margin-bottom: 3rem;
  padding: 2rem 3rem; }
  .wp-faq-gp:last-child {
    margin-bottom: 0; }
  .wp-faq-gp .wp-block-heading {
    padding-left: 3.5rem;
    padding-right: 3rem;
    color: #3e3b39;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    cursor: pointer; }
    .wp-faq-gp .wp-block-heading::before {
      content: "Q";
      position: absolute;
      top: 0;
      left: 0;
      color: #f29a63; }
    .wp-faq-gp .wp-block-heading::after {
      content: "＋";
      position: absolute;
      top: 0;
      right: 0; }
    .wp-faq-gp .wp-block-heading.active::after {
      content: "－"; }
  .wp-faq-gp .wp-block-group {
    margin-top: 1.5rem;
    padding: 2rem 0 0 3.5rem;
    position: relative;
    display: none;
    border-top: #CCC solid .1rem; }
    .wp-faq-gp .wp-block-group::before {
      content: "A";
      position: absolute;
      font-size: 2.4rem;
      left: 0;
      top: 2rem;
      color: #3fa1b0; }
  .wp-faq-gp:first-child .wp-block-group {
    display: block; }

.clinic-information-10 .wp-block-list {
  padding-left: 4rem;
  margin-bottom: 1.5rem; }
  .clinic-information-10 .wp-block-list li {
    list-style-type: disc; }

@media (max-width: 1200px) and (min-width: 961px) {
  .wp-sitemap-list li a {
    font-size: 14px; }

  .wp-block-list__catalogue li {
    font-size: 14px; }

  .single-wrap :is(p, li, blockquote),
  .nextpre_area-item a,
  .nextpre_area-item span {
    font-size: 14px; }

  .wp-consultation-04 .wp-block-table.basic td:first-child {
    width: 28rem; } }
@media (max-width: 960px) {
  .news-list-01 li time {
    width: 100%; }
  .news-list-01 li a {
    width: 100%; }

  .news-gp-item:first-child {
    width: calc(100% - 25rem); }
  .news-gp-item:last-child {
    width: 25rem;
    padding-left: 2rem; }

  .wp-sitemap {
    padding-top: 2.5rem;
    padding-bottom: 5.5rem; }
    .wp-sitemap-list {
      margin-bottom: 4rem; }
      .wp-sitemap-list li {
        width: calc((100% - 1.501rem) / 2);
        margin-bottom: 1rem; }
        .wp-sitemap-list li:nth-child(2n) {
          margin-right: 0; }
        .wp-sitemap-list li a {
          font-size: 1.4rem; }

  .wp-block-breadcrumbs__content {
    margin-top: 1.4rem;
    margin-bottom: 1.5rem; }
    .wp-block-breadcrumbs__content span:not(:last-child)::before {
      width: 0.6rem; }
  .wp-block-breadcrumbs a,
  .wp-block-breadcrumbs .current-item {
    font-size: 1.4rem; }

  .single-gp {
    padding: 2.6rem 0 6rem; }

  .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.4rem;
      line-height: 175%; }
    .single-wrap blockquote {
      padding: 2rem;
      margin: 3rem 0; }
      .single-wrap blockquote::before {
        top: -0.5rem;
        width: 2rem;
        height: 1.8rem; }

  .nextpre_area-item a,
  .nextpre_area-item span {
    width: 20rem; }

  .wp-block-group__catalogue {
    margin-bottom: 4.7rem; }
    .wp-block-group__catalogue > div {
      padding: 1.5rem; }

  .wp-block-heading__title-01 {
    font-size: 1.8rem; }

  .wp-block-list__catalogue li {
    font-size: 1.4rem;
    padding-left: .3rem; }

  [class*="clinic-information"] {
    margin-bottom: 2.4rem; }

  .clinic-information-02 {
    margin-bottom: 4rem; }
  .clinic-information-03, .clinic-information-05, .clinic-information-06 {
    margin-bottom: 4.8rem; }
    .clinic-information-03 iframe, .clinic-information-05 iframe, .clinic-information-06 iframe {
      height: 25rem; }
  .clinic-information-04, .clinic-information-07, .clinic-information-08 {
    margin-bottom: 4.2rem; }
  .clinic-information-09 {
    margin-bottom: 5.5rem; }

  .column-default-01 .wp-block-column:first-child {
    padding-right: 1.5rem; }
  .column-default-01.img-left .wp-block-column:last-child {
    padding-left: 1.5rem; }
  .column-default-01.img-left .btn-gp .btn-default-02.vs-03 a {
    min-width: 22rem; }
  .column-default-02 .wp-block-column p {
    font-size: 2rem; }
  .column-default-02 .wp-block-column:last-child p {
    letter-spacing: -0.1rem; }
  .column-default-03 {
    padding: 1.5rem;
    margin-bottom: 3rem;
    border-radius: 1.5rem; }
    .column-default-03 .wp-block-column:last-child {
      padding-left: 1.5rem; }
    .column-default-03.img-right .wp-block-column:first-child {
      padding-right: 1.5rem; }
  .column-default-05 {
    padding: 1.5rem;
    margin-bottom: 3rem;
    border-radius: 1.5rem; }

  .wp-visitors-01 {
    margin-bottom: 4rem; }
  .wp-visitors-02 {
    margin-bottom: 6rem; }
    .wp-visitors-02 .btn-default-02 {
      margin: 1rem 0; }

  .block-quote-01 {
    padding: 1.5rem;
    border-radius: 1.5rem; }

  .wp-doctor-info .wp-block-column:first-child {
    width: 32rem; }
    .wp-doctor-info .wp-block-column:first-child .wp-block-heading {
      padding: 1rem 2rem;
      border-radius: 2rem 0;
      font-size: 2rem; }
  .wp-doctor-info .wp-block-column:last-child {
    width: calc(100% - 32rem);
    padding-left: 1.5rem; }
  .wp-doctor-info .title-default-04 {
    margin-bottom: 2rem; }
    .wp-doctor-info .title-default-04.vz-02 {
      margin-bottom: 0; }
  .wp-doctor-01 {
    margin-bottom: 2.5rem; }
  .wp-doctor-02 {
    margin-bottom: 5rem; }
  .wp-doctor-03 {
    margin-bottom: 5.5rem; }
    .wp-doctor-03 .column-default-01 {
      margin-bottom: 4.5rem; }

  .wp-staff-01 {
    margin-bottom: 4.2rem; }
    .wp-staff-01 .wp-block-image {
      margin-bottom: 2.5rem; }
  .wp-staff-02 {
    margin-bottom: 5rem; }
  .wp-staff-03 {
    margin-bottom: 6rem; }
    .wp-staff-03 .title-default-04 {
      margin-top: 0; }

  .wp-surgery-01, .wp-surgery-02, .wp-surgery-03, .wp-surgery-04, .wp-surgery-05 {
    margin-bottom: 4.2rem; }
    .wp-surgery-01 .title-default-04, .wp-surgery-02 .title-default-04, .wp-surgery-03 .title-default-04, .wp-surgery-04 .title-default-04, .wp-surgery-05 .title-default-04 {
      margin-top: 5.5rem; }
  .wp-surgery-03 .wp-block-group:nth-child(2) .title-default-04 {
    margin-top: 0; }

  [class*="wp-screening"] {
    margin-bottom: 4.2rem; }

  .wp-screening-03 .wp-block-group:nth-child(2) .title-default-04 {
    margin-top: 0; }

  [class*="outpatient"] {
    margin-bottom: 4.2rem; }

  .wp-outpatient-05 {
    margin-bottom: 5.5rem; }

  [class*="lymphedema"] {
    margin-bottom: 4.2rem; }

  .wp-lymphedema-03 {
    margin-bottom: 5.5rem; }

  [class*="appearance"] {
    margin-bottom: 4.2rem; }

  .wp-appearance-02 .title-default-02 {
    letter-spacing: -0.15rem; }
  .wp-appearance-02 .block-quote-01 .menu-list-03 {
    margin: 0; }
  .wp-appearance-05 {
    margin-bottom: 5.5rem; }

  [class*="permanent"] {
    margin-bottom: 4.2rem; }
    [class*="permanent"]:last-child {
      margin-bottom: 5.5rem; }

  [class*="self-check"] {
    margin-bottom: 4.2rem; }
    [class*="self-check"]:last-child {
      margin-bottom: 5.5rem; }

  .wp-self-check-02, .wp-self-check-04, .wp-self-check-05 {
    margin-bottom: 5.2rem; }

  .wp-permanent-03 .title-default-02, .wp-permanent-04 .title-default-02 {
    letter-spacing: -0.15rem; }

  [class*="consultation"] {
    margin-bottom: 4.2rem; }
    [class*="consultation"]:last-child {
      margin-bottom: 5.5rem; }

  [class*="about-breast"] {
    margin-bottom: 4.2rem; }
    [class*="about-breast"]:last-child {
      margin-bottom: 5.5rem; }

  [class*="hereditary"] {
    margin-bottom: 4.2rem; }
    [class*="hereditary"]:last-child {
      margin-bottom: 5.5rem; }

  [class*="mammography"] {
    margin-bottom: 4.2rem; }
    [class*="mammography"]:last-child {
      margin-bottom: 5.5rem; }

  .wp-mammography-04 {
    margin-bottom: 5.2rem; }

  [class*="examination"] {
    margin-bottom: 4.2rem; }
    [class*="examination"]:last-child {
      margin-bottom: 5.5rem; }

  .wp-examination-04 {
    margin-bottom: 5.2rem; }

  [class*="disease"] {
    margin-bottom: 5.2rem; }
    [class*="disease"]:last-child {
      margin-bottom: 6.3rem; }

  [class*="pathological"] {
    margin-bottom: 4.2rem; }
    [class*="pathological"]:last-child {
      margin-bottom: 5.5rem; }

  .wp-faq {
    margin: 6rem 0; }
    .wp-faq-gp {
      padding: 2rem 0; }
      .wp-faq-gp .wp-block-heading {
        font-size: 1.8rem; }
        .wp-faq-gp .wp-block-heading::before {
          left: 1rem; }
        .wp-faq-gp .wp-block-heading::after {
          right: 1rem; }
      .wp-faq-gp .wp-block-group {
        padding-right: 1.5rem; }
        .wp-faq-gp .wp-block-group::before {
          font-size: 1.8rem;
          left: 1rem; } }
@media (max-width: 767px) {
  .wp-block-list__catalogue li {
    width: 100%;
    margin-right: 0; }

  .wp-sitemap-list li {
    width: 100%;
    margin-right: 0; }
    .wp-sitemap-list li:last-child {
      margin-bottom: 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-default-01 .wp-block-column {
    flex-basis: 100% !important; }
    .column-default-01 .wp-block-column:first-child {
      padding-right: 0;
      order: 1; }
    .column-default-01 .wp-block-column:last-child {
      margin-bottom: 3rem; }
  .column-default-01.img-left .wp-block-column:first-child {
    order: 0;
    margin-bottom: 3rem; }
  .column-default-01.img-left .wp-block-column:last-child {
    padding-left: 0;
    margin-bottom: 0; }
  .column-default-01.img-left .btn-gp .wp-block-column:first-child {
    margin-right: 0; }
  .column-default-01.img-left .btn-gp .btn-default-02 {
    margin-left: auto;
    margin-right: auto; }
  .column-default-02 .wp-block-column {
    width: 100%;
    margin-right: 0; }
    .column-default-02 .wp-block-column:last-child {
      margin-bottom: 0; }
  .column-default-03 .wp-block-column {
    flex-basis: 100% !important; }
    .column-default-03 .wp-block-column:first-child {
      margin-bottom: 1.5rem; }
    .column-default-03 .wp-block-column:last-child {
      padding-left: 0; }
  .column-default-03.img-right .wp-block-column:first-child {
    padding-right: 0;
    order: 1;
    margin-bottom: 0; }
  .column-default-03.img-right .wp-block-column:last-child {
    margin-bottom: 1.5rem; }
  .column-default-04 .wp-block-column {
    flex-basis: 100% !important;
    margin-right: 0;
    margin-bottom: 5rem; }
    .column-default-04 .wp-block-column:last-child {
      margin-bottom: 0; }
    .column-default-04 .wp-block-column::before {
      top: auto;
      right: 50%;
      bottom: -2.5rem;
      transform: translate(50%, 50%);
      width: 5rem;
      height: 1.5rem;
      clip-path: polygon(100% 0, 0 0, 50% 100%); }

  .wp-doctor-info .wp-block-column:first-child, .wp-doctor-info .wp-block-column:last-child {
    width: 100%; }
  .wp-doctor-info .wp-block-column:first-child {
    margin-bottom: 1.5rem; }
  .wp-doctor-info .wp-block-column:last-child {
    padding-left: 0; }

  .wp-staff-01 .title-default-02 br {
    display: none; }

  .wp-consultation-05 .title-default-02, .wp-about-breast-06 .title-default-02 {
    letter-spacing: -0.15rem; }

  .wp-hereditary-03 .title-default-02, .wp-hereditary-04 .title-default-02 {
    letter-spacing: -0.1rem; }

  .page-id-42 .wp-block-list__menu_box li:nth-child(5) a, .page-id-38 .wp-block-list__menu_box li:nth-child(5) a, .page-id-40 .wp-block-list__menu_box li:nth-child(5) a, .page-id-56 .wp-block-list__menu_box li:nth-child(5) a, .page-id-58 .wp-block-list__menu_box li:nth-child(5) a, .page-id-60 .wp-block-list__menu_box li:nth-child(5) a {
    letter-spacing: -0.1rem; }

  .wp-mammography-01 .title-default-02 {
    letter-spacing: -0.15rem; }

  .archive-gp {
    margin-bottom: 0;
    margin-top: 3rem; }

  .news-gp-item:first-child {
    width: 100%; }
  .news-gp-item:last-child {
    width: 100%;
    padding-left: 0; }
  .news-layout {
    padding-bottom: 6rem; }
    .news-layout .news-list-01 {
      margin-bottom: 3rem; }

  .menu-list-03.vz-02 li {
    width: 100%;
    margin-right: 0; }

  .clinic-information-09 .btn-default-02 a {
    height: 7rem;
    border-radius: 3.5rem; } }
.title-default-01 {
  color: #f29a63;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic Antique", serif; }
  .title-default-01.vs-02 {
    color: #3fa1b0; }
  .title-default-01.vs-03 {
    color: #af9984; }
.title-default-02 {
  color: #f29a63;
  font-size: 4rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic Antique", serif;
  text-align: center;
  padding-bottom: .3rem;
  position: relative;
  margin-bottom: 4.7rem;
  z-index: 0; }
  .title-default-02 span {
    font-size: 4.8rem;
    font-weight: 700; }
  .title-default-02::before {
    content: "";
    position: absolute;
    width: 13.2rem;
    height: 1.8rem;
    bottom: 0;
    left: 49%;
    z-index: -1;
    transform: translateX(-50%);
    background: url(assets/img/icon-title-01.png) no-repeat center;
    background-size: contain; }
  .title-default-02.vs-02 {
    color: #3fa1b0; }
    .title-default-02.vs-02::before {
      width: 13.8rem;
      height: 1.3rem;
      left: calc(50% + .6rem);
      background-image: url(assets/img/icon-title-02.png); }
  .title-default-02.vs-03 {
    color: #af9984;
    padding-bottom: .6rem; }
    .title-default-02.vs-03::before {
      background-image: url(assets/img/icon-title-04.png);
      width: 24.2rem;
      height: 2.2rem; }
  .title-default-02.vs-04 {
    padding-bottom: 1.6rem;
    margin-bottom: 7rem; }
    .title-default-02.vs-04::before {
      width: 30rem;
      height: 2.3rem;
      background-image: url(assets/img/icon-title-05.png); }
  .title-default-02.vs-05 {
    text-align: left;
    margin-bottom: 2.8rem; }
    .title-default-02.vs-05::before {
      left: -1.6rem;
      transform: initial;
      width: 14.6rem;
      height: 1.3rem;
      background-image: url(assets/img/icon-title-06.png); }
  .title-default-02.u-left::before {
    left: 0; }
.title-default-03 {
  color: #3fa1b0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 3.2rem;
  font-family: "Zen Kaku Gothic Antique", serif; }
  .title-default-03.vs-02 {
    background: url(assets/img/icon-title-03.png) no-repeat center bottom;
    background-size: 6.9rem;
    padding-bottom: 2.2rem;
    margin-bottom: 0; }
  .title-default-03.vs-03 {
    text-align: left;
    font-weight: 500;
    color: #ed9c66;
    line-height: 120%; }
  .title-default-03.vs-04 {
    text-align: left;
    color: #FFF;
    background: #3fa1b0;
    display: inline-block;
    padding: .5rem 1.5rem;
    min-width: 30rem; }
.title-default-04 {
  color: #3e3b39;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 1.5rem;
  margin: 8rem 0 4.5rem;
  font-family: "Zen Kaku Gothic Antique", serif; }
  .title-default-04::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.2rem;
    bottom: 0;
    left: 0;
    background: #ffdcc4; }
  .title-default-04::after {
    content: "";
    position: absolute;
    width: 9rem;
    height: 0.2rem;
    bottom: 0;
    left: 0;
    background: #ff6600; }
  .title-default-04.vs-02::before {
    background: #cae9ee; }
  .title-default-04.vs-02::after {
    background: #3fa1b0; }
  .title-default-04.vs-03::before {
    background: #f4ede9; }
  .title-default-04.vs-03::after {
    background: #af9984; }
.title-default-05 {
  color: #f29a63;
  font-size: 2rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  margin-bottom: 2rem;
  font-family: "Zen Kaku Gothic Antique", serif; }
  .title-default-05.vs-02 {
    color: #3fa1b0; }
  .title-default-05.vs-03 {
    color: #af9984; }

.title-default-02::before {
  content: none; }
.title-default-02-gp {
  text-align: center;
  margin-bottom: 4.7rem; }
  .title-default-02-gp > div {
    display: inline-block; }
  .title-default-02-gp .title-default-02 {
    margin-bottom: 0;
    padding-bottom: 0; }
  .title-default-02-gp .wp-block-image {
    line-height: 0; }
    .title-default-02-gp .wp-block-image::before, .title-default-02-gp .wp-block-image::after {
      content: none !important; }
    .title-default-02-gp .wp-block-image img {
      width: 100%; }

@media (max-width: 1200px) and (min-width: 961px) {
  .title-default-05 {
    font-size: 16px; } }
@media (max-width: 960px) {
  .title-default-01 {
    font-size: 2.4rem; }
  .title-default-02 {
    font-size: 2.4rem; }
    .title-default-02 span {
      font-size: 4rem; }
    .title-default-02::before {
      width: 10rem;
      height: 1.4rem; }
    .title-default-02.vs-02::before {
      left: 50%;
      width: 11rem;
      height: 1rem; }
    .title-default-02.vs-04::before {
      width: 24rem;
      height: 1.9rem; }
    .title-default-02.vs-05 {
      text-align: center; }
      .title-default-02.vs-05::before {
        left: 50%;
        transform: translateX(-50%); }
    .title-default-02.u-left::before {
      left: 0; }
  .title-default-03 {
    font-size: 1.9rem;
    margin-bottom: 2.5rem; }
    .title-default-03.vs-03 {
      margin-bottom: 1rem; }
  .title-default-04 {
    font-size: 2rem;
    margin: 2.5rem 0; }
  .title-default-05 {
    margin-bottom: .5rem;
    font-size: 1.8rem; } }
.wp-block-table,
table.has-fixed-layout {
  width: 100%;
  position: relative; }

.wp-block-table table {
  border-spacing: 0px;
  border-collapse: collapse; }
.wp-block-table.basic table {
  table-layout: fixed; }
.wp-block-table.basic tr:first-child td {
  border-top: 1px solid #c2c0bd; }
  .wp-block-table.basic tr:first-child td:first-child {
    border-top: 1px solid #f29a63; }
.wp-block-table.basic td {
  padding: 1.7rem;
  border-bottom: 1px solid #c2c0bd;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .1rem;
  color: #3e3b39;
  word-break: break-all; }
  .wp-block-table.basic td:first-child {
    width: 25rem;
    font-weight: bold;
    border-bottom: 1px solid #f29a63; }
  .wp-block-table.basic td a[target="_blank"] {
    color: #3fa1b0;
    transition: all 0.35s; }
    .wp-block-table.basic td a[target="_blank"]:hover {
      opacity: 0.8; }
.wp-block-table.basic.vs-02 td:first-child {
  border-bottom-color: #3fa1b0; }
.wp-block-table.basic.vs-02 tr:first-child td:first-child {
  border-top-color: #3fa1b0; }
.wp-block-table.basic.vs-03 td:first-child {
  border-bottom-color: #af9984; }
.wp-block-table.basic.vs-03 tr:first-child td:first-child {
  border-top-color: #af9984; }
.wp-block-table.basic.history {
  margin-bottom: 5rem; }
  .wp-block-table.basic.history td:first-child {
    width: 15rem; }
.wp-block-table.schedule {
  margin-bottom: 1.5rem; }
  .wp-block-table.schedule td {
    border: solid .1rem #c3c3c3;
    color: #3e3b39;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0;
    text-align: center;
    padding: 1rem .5rem;
    width: 9.5rem; }
    .wp-block-table.schedule td:first-child {
      width: 41.4rem;
      background: #fad2b8; }
  .wp-block-table.schedule tr:first-child td {
    background: #f29a63;
    color: #FFF; }
.wp-block-table.table-50 {
  margin-top: 1.5rem; }
  .wp-block-table.table-50 td {
    border: solid .1rem #3fa1b0;
    padding: 1rem 3rem;
    width: 50%;
    color: #3e3b39;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0; }
    .wp-block-table.table-50 td:first-child {
      background: rgba(63, 161, 176, 0.1); }
  .wp-block-table.table-50.vs-03 td {
    border-color: #af9984; }
    .wp-block-table.table-50.vs-03 td:first-child {
      background: rgba(175, 153, 132, 0.1); }
.wp-block-table.staff {
  margin-bottom: 5rem; }
  .wp-block-table.staff td {
    border: #f29a63 solid .1rem;
    color: #3e3b39;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0;
    padding: 1rem 1.5rem; }
  .wp-block-table.staff tr:first-child td {
    background: #f29a63;
    color: #FFF;
    border-color: #FFF;
    border-bottom-width: 0;
    border-top-width: 0;
    text-align: center; }
    .wp-block-table.staff tr:first-child td:first-child {
      border-left-color: #f29a63;
      width: 15rem; }
    .wp-block-table.staff tr:first-child td:nth-child(2) {
      width: 19rem; }
    .wp-block-table.staff tr:first-child td:last-child {
      border-right-color: #f29a63; }
  .wp-block-table.staff.vs-02 td {
    border-color: #3fa1b0; }
  .wp-block-table.staff.vs-02 tr:first-child td {
    background: #3fa1b0; }
    .wp-block-table.staff.vs-02 tr:first-child td:first-child {
      border-left-color: #3fa1b0; }
    .wp-block-table.staff.vs-02 tr:first-child td:last-child {
      border-right-color: #3fa1b0; }
.wp-block-table.job td, .wp-block-table.job th {
  color: #3e3b39;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  padding: 1rem 1.5rem;
  border: #f29a63 solid .1rem; }
.wp-block-table.job th {
  width: 30%;
  text-align: left;
  background: rgba(242, 154, 99, 0.1); }

.table-price td {
  color: #3e3b39;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  width: calc(100% / 4);
  border: solid .1rem #af9984;
  padding: 1.7rem .6rem; }
.table-price tr:nth-child(2n-1) td {
  background: rgba(175, 153, 132, 0.1); }

@media (max-width: 1200px) and (min-width: 961px) {
  .wp-block-table.basic td, .wp-block-table.table-50 td, .wp-block-table.schedule td, .wp-block-table.staff td, .wp-block-table.job td, .wp-block-table.job th {
    font-size: 14px; }

  .wp-block-table.basic.history td:first-child {
    width: 18rem; } }
@media (max-width: 960px) {
  .wp-block-table.basic td {
    float: left;
    width: 100%;
    border-bottom: 0;
    font-size: 1.4rem; }
    .wp-block-table.basic td:first-child {
      width: 100%;
      border-bottom: 0;
      background: #f29a63;
      color: #FFF; }
  .wp-block-table.basic tr:first-child td {
    border-top: 0; }
  .wp-block-table.basic.vs-02 td:first-child {
    background: #3fa1b0; }
  .wp-block-table.basic.history {
    margin-bottom: 0; }
    .wp-block-table.basic.history td:first-child {
      width: 100%; }
  .wp-block-table.basic.vs-03 td:first-child {
    background: #af9984; }
  .wp-block-table.table-50 td {
    width: 100%;
    float: left;
    border-top-width: 0;
    min-height: 4.8rem;
    padding: 1rem 1.5rem; }
  .wp-block-table.table-50 tr:first-child td:first-child {
    border-top-width: .1rem; }
  .wp-block-table.schedule td {
    width: 6.5rem;
    font-size: 1.4rem; }
  .wp-block-table.staff td {
    font-size: 1.4rem;
    padding: 1rem; }
  .wp-block-table.staff tr:first-child td:first-child {
    width: 12rem; }
  .wp-block-table.staff tr:first-child td:nth-child(2) {
    width: 15rem; }
  .wp-block-table.job td, .wp-block-table.job th {
    font-size: 1.4rem;
    padding: 1rem; }
  .wp-block-table.job th {
    width: 39%; }

  .table-price td {
    font-size: 1.4rem; } }
@media (max-width: 767px) {
  .wp-block-table.staff {
    overflow: auto; }
    .wp-block-table.staff table {
      width: 60rem; } }

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