@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.serif {
  font-family: "Noto Serif JP", serif; }

html {
  font-size: 0.521vw; }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }
  @media (max-width: 960px) {
    .anchor_fixtop {
      top: -8rem; } }

.grid-1200 {
  max-width: 123rem; }

.is-group-content > div {
  width: 100%;
  max-width: 121rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .115rem;
  color: #333333; }

p.has-text-align-center {
  text-align: center; }

#page_top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #fd8a5e url(assets/img/page-top.svg) no-repeat center;
  border-radius: 100%;
  background-size: 2.1rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      bottom: 7rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      #page_top.fixed {
        bottom: 14rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 14rem; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  body,
  p {
    font-size: 2rem; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: .022rem;
    line-height: 185%;
    text-align: justify;
    font-size: 1.5rem; } }
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0; }

[class*="dflex"] {
  display: flex;
  flex-wrap: wrap; }

[class*="aic"] {
  align-items: center; }

[class*="aie"] {
  align-items: flex-end; }

[class*="ais"] {
  align-items: flex-start; }

[class*="jcc"] {
  justify-content: center; }

[class*="jcsb"] {
  justify-content: space-between; }

[class*="jcfe"] {
  justify-content: flex-end; }

[class*="fcolumn"] {
  flex-flow: column; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }
  @media (max-width: 1024px) {
    a[href^="tel:"] {
      cursor: pointer;
      pointer-events: all; } }

.p-fixed {
  position: fixed;
  left: var(--fixed-left);
  top: var(--fixed-top); }

[class*="grid"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.grid-1520 {
  max-width: 155rem; }

.grid-1440 {
  max-width: 147rem; }

.grid-1375 {
  max-width: 140.5rem; }

.grid-1300 {
  max-width: 133rem; }

.grid-1090 {
  max-width: 112rem; }

.grid-1272 {
  max-width: 130.2rem; }

.grid-1260 {
  max-width: 129rem; }

.grid-1240 {
  max-width: 127rem; }

.grid-1080 {
  max-width: 111rem; }

body,
html {
  height: 100%; }

p {
  font-family: "Zen Maru Gothic", sans-serif; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  overflow-clip-margin: inherit; }

a,
button {
  color: inherit;
  text-decoration: none; }

input,
textarea,
button,
select {
  outline: none;
  resize: none; }

.hv-o {
  transition: ease all 0.5s; }
  .hv-o:hover {
    opacity: 0.8; }

.ho-main,
.os-main {
  overflow: hidden; }

.os-y-hidden {
  overflow-y: hidden; }

.os-section {
  position: relative; }

.os-align-center {
  text-align: center; }

.u-center {
  text-align: center; }

.u-right {
  text-align: right; }

.u-sp {
  display: none; }

ul,
ol {
  list-style: none; }

@media (max-width: 960px) {
  .u-pc {
    display: none; }

  .u-sp {
    display: block; } }
header {
  height: 10.4rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
  background: #FFFFFF;
  padding: 1.6rem 3rem;
  transition: all 0.35s; }
  .header-gp-item {
    transition: all 0.35s; }
    .header-gp-item .logo img {
      width: 39.3rem; }
  .header-menu {
    margin-right: 0.9rem;
    position: relative; }
    .header-menu li a {
      color: #333333;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0;
      position: relative;
      padding: 0 3.4rem; }
      .header-menu li a::before {
        content: "";
        position: absolute;
        width: 1.6rem;
        height: 1.8rem;
        top: -1.4rem;
        left: 50%;
        transform: translateX(-50%);
        background: url(assets/img/icon-01.png) no-repeat center;
        background-size: contain;
        opacity: 0;
        transition: all 0.35s; }
      .header-menu li a::after {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 1rem);
        top: 55%;
        left: 0;
        transform: translateY(-50%);
        background: #333333; }
      .header-menu li a:hover::before {
        opacity: 1; }
    .header-menu li.current-menu-parent a::before {
      opacity: 1; }
    .header-menu li:first-child {
      margin-left: 0;
      padding-left: 0; }
      .header-menu li:first-child::before {
        content: none; }
      .header-menu li:first-child a::after {
        content: none; }
    .header-menu li.current_page_item a::before {
      opacity: 1; }
    @media (min-width: 961px) {
      .header-menu li .sub-menu {
        pointer-events: none;
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        z-index: 0;
        opacity: 0;
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 120rem;
        top: 4rem;
        padding-top: 1.5rem;
        transition: all 0.35s;
        min-width: 76rem;
        width: 100%;
        padding: 3rem 1.5rem; }
        .header-menu li .sub-menu::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: -1;
          width: 100%;
          height: calc(100% - 1.8rem);
          background: #FFFFFF;
          filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.15));
          border-radius: 2rem; }
        .header-menu li .sub-menu li {
          border-bottom: #d9e3f0 .1rem solid;
          width: calc((100% - 3.001rem) / 2);
          margin-right: 3rem;
          margin-left: 0;
          border-left: 0;
          border-right: 0;
          padding: 0; }
          .header-menu li .sub-menu li:nth-child(2n) {
            margin-right: 0; }
          .header-menu li .sub-menu li a {
            display: block;
            padding: 1.7rem 0 1rem;
            border-right: 0;
            color: #333333;
            position: relative;
            transition: all 0.35s; }
            .header-menu li .sub-menu li a::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 0;
              left: auto;
              width: 1rem;
              height: 1rem;
              clip-path: inherit;
              -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
              mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
              background: #333333; }
            .header-menu li .sub-menu li a::after {
              content: "";
              position: absolute;
              bottom: -0.1rem;
              left: 0;
              width: 0;
              height: .1rem;
              background: #fd8a5e;
              transition: all 0.35s;
              top: auto;
              transform: inherit; }
            .header-menu li .sub-menu li a:hover {
              padding-left: 1rem; }
              .header-menu li .sub-menu li a:hover::before {
                background: #fd8a5e; }
              .header-menu li .sub-menu li a:hover::after {
                width: 100%; }
          .header-menu li .sub-menu li.current_page_item a {
            color: #fd8a5e; }
            .header-menu li .sub-menu li.current_page_item a::before {
              background: #fd8a5e; }
      .header-menu li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto; }
      .header-menu li:hover.menu-item-has-children > a::before {
        opacity: 1; } }

.nav_header {
  position: fixed;
  top: 10.4rem;
  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: #fd8a5e;
    font-size: 3rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0;
    margin-bottom: 1rem; }
    .nav_header-title.vs-02 {
      color: #3fa1b0; }
  .nav_header.active {
    right: 0; }
  .nav_header .menu {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 3rem; }
    .nav_header .menu:last-child {
      margin-bottom: 0; }
    .nav_header .menu li {
      width: 47%;
      color: #333333;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
      .nav_header .menu li:last-child {
        margin-bottom: 0; }
      .nav_header .menu li a {
        position: relative;
        padding-left: 1.5rem;
        transition: all 0.35s; }
        .nav_header .menu li a:hover {
          opacity: 0.8; }
        .nav_header .menu li a::before {
          content: "";
          position: absolute;
          width: 0.6rem;
          height: 0.6rem;
          background: #fd8a5e;
          border-radius: 100%;
          left: 0;
          top: 1rem; }
        .nav_header .menu li a:hover {
          color: #fd8a5e; }
      .nav_header .menu li.current_page_item a {
        color: #fd8a5e; }
    .nav_header .menu.vs-02 li a::before {
      background: #3fa1b0; }

.nav-menu {
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
  background: #fd8a5e;
  width: 7rem;
  height: 7rem;
  border-radius: 2rem;
  z-index: 10; }
  .nav-menu-item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.5rem 1rem;
    cursor: pointer; }
    .nav-menu-item span {
      background: #fff;
      display: block;
      height: 1px;
      transition: transform 0.3s;
      width: 100%;
      transform-origin: center;
      position: relative; }
      .nav-menu-item span:first-child {
        width: 3rem; }
      .nav-menu-item span:last-child {
        width: 3rem;
        margin-left: auto; }
    .nav-menu-item.active span:first-child {
      transform: rotate(45deg);
      margin-bottom: 0;
      top: 1.1rem;
      width: 100%; }
    .nav-menu-item.active span:nth-child(2) {
      display: none; }
    .nav-menu-item.active span:nth-child(3) {
      transform: rotate(135deg);
      top: -0.9rem;
      width: 100%; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .header {
    padding: 1.5rem; }
    .header-menu {
      margin-right: 2rem; } }
@media (min-width: 960.5px) {
  .home header {
    height: auto; }
  .home .header {
    background: transparent; }
    .home .header::before {
      content: "";
      position: absolute;
      width: 45.2rem;
      height: 14rem;
      top: 0;
      left: 0;
      background: #FFFFFF;
      z-index: -1;
      border-radius: 0 0 2rem 0;
      transition: all 0.35s; }
    .home .header-gp-item:last-child {
      background: #FFFFFF;
      border-radius: 1.5rem;
      padding: 1.7rem 2rem 1.7rem 0.5rem; }
    .home .header.active {
      background: #FFFFFF; }
      .home .header.active::before {
        opacity: 0; }
      .home .header.active .header-gp-item:last-child {
        padding: 0; } }
@media (max-width: 960px) {
  header {
    height: 7rem; }

  .header {
    padding: .5rem; }
    .header-gp-item .logo img {
      width: 25rem; }
    .header-menu.vz-01 {
      display: none; }

  .nav-menu {
    width: 6rem;
    height: 6rem;
    border-radius: 1rem; }
    .nav-menu-item.active span:first-child {
      top: .7rem; }

  .nav_header {
    top: 7rem;
    height: calc(100vh - 13rem);
    width: 100%;
    right: -100%;
    padding: 1.5rem 1.5rem 13rem; }
    .nav_header .menu {
      margin-left: 0; }
      .nav_header .menu li {
        font-size: 1.5rem; } }
@media (max-width: 767px) {
  .nav_header .menu li {
    width: 100%; } }
.footer {
  position: relative;
  z-index: 0; }
  .footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 33rem);
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/footer_bg-01.jpg) no-repeat center;
    background-size: cover; }
  .footer-maps {
    margin-bottom: 8.5rem; }
    .footer-maps iframe {
      width: 100%;
      height: 66rem;
      border: 0;
      vertical-align: top; }
  .footer-gp {
    background: rgba(66, 51, 51, 0.9);
    padding: 8rem 4rem 4.4rem;
    margin-bottom: 8.5rem; }
    .footer-gp-box .logo {
      margin-bottom: 6.5rem; }
      .footer-gp-box .logo img {
        width: 39.3rem; }
    .footer-gp-box:first-child {
      width: 49rem; }
    .footer-gp-box:last-child {
      width: calc(100% - 49rem);
      padding-left: 11rem; }
    .footer-gp-item:first-child {
      width: 32rem; }
    .footer-gp-item:last-child {
      width: calc(100% - 32rem); }
  .footer-list-01 {
    margin-bottom: 2.4rem; }
    .footer-list-01 li {
      margin-bottom: 1.5rem; }
      .footer-list-01 li:last-child {
        margin-bottom: 0; }
      .footer-list-01 li * {
        padding-left: 7.2rem;
        position: relative; }
        .footer-list-01 li *::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
      .footer-list-01 li .location {
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 165%;
        letter-spacing: 0.05rem;
        display: block; }
        .footer-list-01 li .location::before {
          width: 5.3rem;
          height: 6rem;
          background-image: url(assets/img/icon-location.png); }
      .footer-list-01 li .tel {
        color: #FFFFFF;
        font-size: 6rem;
        font-weight: 500;
        line-height: 165%;
        letter-spacing: 0.15rem; }
        .footer-list-01 li .tel::before {
          width: 5rem;
          height: 5.1rem;
          top: 56%;
          background-image: url(assets/img/icon-tel-01.png); }
  .footer-title-01 {
    color: #FFFFFF;
    font-size: 6rem;
    font-weight: 500;
    line-height: 165%;
    letter-spacing: 0.2rem;
    font-family: "Montserrat", sans-serif;
    margin-bottom: .6rem; }
  .footer-menu li {
    margin-bottom: .7rem; }
    .footer-menu li:last-child {
      margin-bottom: 0; }
    .footer-menu li a {
      color: #FFFFFF;
      font-size: 2rem;
      font-weight: 500;
      line-height: 165%;
      letter-spacing: 0.2rem;
      transition: all 0.35s;
      padding-left: 2rem;
      position: relative; }
      .footer-menu li a::before {
        content: "";
        position: absolute;
        width: 1.1rem;
        height: 1.1rem;
        top: 1rem;
        left: 0;
        background: #FFFFFF;
        border-radius: 100%; }
      .footer-menu li a:hover {
        opacity: 0.8; }
  .footer-menu.vs-02 li:nth-child(2n-1) {
    width: 30.8rem; }

.table-calendar table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2.4rem; }
  .table-calendar table td {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 165%;
    letter-spacing: 0;
    border-bottom: #FFFFFF solid 1px;
    width: 4.9rem;
    padding: 1.1rem 0; }
    .table-calendar table td:first-child {
      text-align: center;
      width: 15rem; }
.table-calendar p {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.18rem; }

.copyright {
  background: #423333;
  padding: 1.6rem;
  border-top: #FFFFFF solid 2px; }
  .copyright .logo {
    border-right: #FFFFFF solid 0.1rem;
    padding: .4rem 4rem;
    text-align: right; }
    .copyright .logo img {
      width: 18rem; }
  .copyright .txt {
    padding-left: 4rem; }
    .copyright .txt p {
      font-size: 1.4rem;
      color: #ffffff !important;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 150%; }

.menu_right_fix {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%); }
  .menu_right_fix li {
    margin-bottom: 1.2rem; }
    .menu_right_fix li:last-child {
      margin-bottom: 0; }
    .menu_right_fix li a {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #893312;
      width: 6rem;
      height: 19rem;
      border-radius: 1.5rem 0 0 1.5rem;
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 150%;
      letter-spacing: 0.15rem;
      position: relative; }
      .menu_right_fix li a::before {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 2.5rem;
        left: calc(50% - 1.25rem); }
      .menu_right_fix li a.tel {
        line-height: 100%;
        padding-top: 2.4rem; }
        .menu_right_fix li a.tel::before {
          background-image: url(assets/img/icon-tel-02.png);
          height: 2.5rem;
          top: 2.3rem; }
    .menu_right_fix li .web a {
      writing-mode: vertical-lr;
      background: #fd8a5e;
      padding-top: 3rem; }
      .menu_right_fix li .web a::before {
        background-image: url(assets/img/icon-email.png);
        height: 1.8rem;
        top: 4rem; }

@media (max-width: 960px) {
  .footer::before {
    height: calc(100% - 14rem); }
  .footer-gp {
    margin-bottom: 3rem;
    padding: 1.5rem; }
    .footer-gp-box:first-child {
      width: 100%; }
    .footer-gp-box:last-child {
      display: none; }
    .footer-gp-box .logo {
      margin-bottom: 2.5rem; }
      .footer-gp-box .logo img {
        width: 25rem; }
  .footer-list-01 {
    margin-bottom: .5rem; }
    .footer-list-01 li {
      margin-bottom: 0; }
      .footer-list-01 li * {
        padding-left: 4.5rem; }
      .footer-list-01 li .location {
        font-size: 1.5rem;
        letter-spacing: 0; }
        .footer-list-01 li .location::before {
          width: 3rem;
          height: 3.4rem; }
      .footer-list-01 li .tel {
        font-size: 4rem; }
        .footer-list-01 li .tel::before {
          width: 3rem;
          height: 3.1rem; }
  .footer-maps {
    margin-bottom: 3rem; }
    .footer-maps iframe {
      height: 30rem; }

  .menu_right_fix {
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 10;
    transform: inherit;
    display: flex;
    width: 100%;
    position: fixed;
    border-top: #FFF solid 1px; }
    .menu_right_fix li {
      width: 50%;
      margin-bottom: 0;
      border-right: #FFFFFF solid 1px; }
      .menu_right_fix li:last-child {
        border-right: 0; }
      .menu_right_fix li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 6rem;
        width: 100%;
        font-size: 1.5rem;
        border-radius: 0; }
        .menu_right_fix li a br {
          display: none; }
        .menu_right_fix li a.tel::before {
          top: .8rem;
          width: 2rem; }
      .menu_right_fix li .web a {
        writing-mode: inherit;
        padding-top: 2.4rem; }
        .menu_right_fix li .web a::before {
          top: 1rem; }

  .table-calendar table td {
    font-size: 1.5rem; }
    .table-calendar table td:first-child {
      text-align: left; }
    .table-calendar table td:last-child {
      width: 5.5rem; }
  .table-calendar p {
    font-size: 1.5rem; }

  .copyright {
    padding: 1.5rem .5rem 7.5rem; }
    .copyright .txt p {
      font-size: 1rem; } }
@media (max-width: 767px) {
  .copyright .logo {
    padding-left: 0;
    padding-right: 1rem; }
    .copyright .logo img {
      width: 14rem; }
  .copyright .txt {
    padding-left: 1rem; } }
.group-title-01 :is(h2, h3, h4, h5, h6) {
  text-align: center;
  width: 100%;
  display: block;
  color: #7f5c44;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  padding-bottom: 2.1rem; }
  .group-title-01 :is(h2, h3, h4, h5, h6)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    width: 7rem;
    height: .6rem;
    transform: translateX(-50%);
    -webkit-mask: url(assets/img/under_ic.png) center/auto repeat;
    mask: url(assets/img/under_ic.png) center/auto repeat;
    background: #7f5c44; }

.group-title-02 :is(h2, h3, h4, h5, h6) {
  width: 100%;
  display: block;
  color: #7f5c44;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  padding: 2rem 0; }
  .group-title-02 :is(h2, h3, h4, h5, h6)::before, .group-title-02 :is(h2, h3, h4, h5, h6)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: .4rem;
    left: 0;
    bottom: 0; }
  .group-title-02 :is(h2, h3, h4, h5, h6)::after {
    --color: #bea18d;
    background: -webkit-repeating-linear-gradient(-45deg, var(--color), var(--color) 10%, #fff 10%, #fff 30%, var(--color) 30%, var(--color) 70%, #fff 70%, #fff 90%, var(--color) 90%, var(--color) 100%);
    background: repeating-linear-gradient(-45deg, var(--color), var(--color) 10%, #fff 10%, #fff 30%, var(--color) 30%, var(--color) 70%, #fff 70%, #fff 90%, var(--color) 90%, var(--color) 100%);
    background-size: .6rem .4rem; }
  .group-title-02 :is(h2, h3, h4, h5, h6)::before {
    width: 10rem;
    z-index: 1;
    background-color: #bea18d; }
.group-title-02.vs-02 :is(h2, h3, h4, h5, h6) {
  color: #ffffff;
  background-color: #7f5c44;
  padding-left: 2rem;
  padding-right: 2rem; }
  .group-title-02.vs-02 :is(h2, h3, h4, h5, h6)::before, .group-title-02.vs-02 :is(h2, h3, h4, h5, h6)::after {
    content: none; }

.group-title-03 :is(h2, h3, h4, h5, h6) {
  width: 100%;
  display: block;
  color: #7f5c44;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative; }

@media (max-width: 960px) {
  .group-title-01 :is(h2, h3, h4, h5, h6) {
    font-size: 2rem;
    padding-bottom: 1.8rem;
    letter-spacing: 0.2rem; }
    .group-title-01 :is(h2, h3, h4, h5, h6)::before {
      width: 5rem; }

  .group-title-02 :is(h2, h3, h4, h5, h6) {
    font-size: 1.8rem;
    padding: 1.5rem 0;
    letter-spacing: .05rem; }
    .group-title-02 :is(h2, h3, h4, h5, h6)::before, .group-title-02 :is(h2, h3, h4, h5, h6)::after {
      height: .2rem; }

  .group-title-03 :is(h2, h3, h4, h5, h6) {
    font-size: 1.6rem;
    letter-spacing: 0; } }
:root {
  --px-11px: 1.1rem;
  --px-13px: 1.3rem;
  --px-15px: 1.5rem;
  --px-16px: 1.6rem;
  --px-18px: 1.8rem;
  --px-20px: 2rem;
  --px-22px: 2.2rem;
  --px-25px: 2.5rem;
  --px-30px: 3rem;
  --px-32px: 3.2rem;
  --px-41px: 4.1rem;
  --px-50px: 5rem;
  --px-60px: 6rem;
  --px-77px: 7.7rem;
  --px-102px: 10.2rem;
  --px-110px: 11.0rem;
  --px-111px: 11.1rem;
  --px-120px: 12.0rem;
  --px-131px: 13.1rem;
  --px-137px: 13.7rem;
  --px-140px: 14rem;
  --px-205px: 20.5rem;
  --px-250px: 25rem;
  --px-422px: 42.2rem;
  --px--5px: -0.5rem;
  --px--27px: -2.7rem;
  --px--30px: -3rem;
  --main-color: #90785f; }
  @media (max-width: 960px) {
    :root {
      --px-140px: 8rem;
      --px-50px: 2.5rem;
      --px-20px: 1.8rem;
      --px-110px: 8rem;
      --px-102px: 7.5rem;
      --px-32px: 2.2rem; } }

.mg-b-30 {
  margin-bottom: 3rem !important; }

.mb-15 {
  margin-bottom: 1.5rem; }

.mb-30 {
  margin-bottom: 3rem; }

.mb-50 {
  margin-bottom: 5rem; }

.mb-60 {
  margin-bottom: 6rem; }

.mb-70 {
  margin-bottom: 7rem; }

.mb-100 {
  margin-bottom: 10rem; }

.mb-143 {
  margin-bottom: 14.3rem !important; }

.mb-150 {
  margin-bottom: 15rem !important; }

.pt-50 {
  padding-top: var(--px-50px); }

.pb-70 {
  padding-bottom: 7rem; }

@media (max-width: 960px) {
  .mb-50 {
    margin-bottom: 3rem; }

  .mb-sp-100 {
    margin-bottom: 10rem !important; }

  .mb-sp-92 {
    margin-bottom: 9.2rem !important; }

  .mb-sp-72 {
    margin-bottom: 7.2rem !important; }

  .mb-sp-65 {
    margin-bottom: 6.5rem !important; }

  .mb-sp-25 {
    margin-bottom: 2.5rem !important; }

  .mt-sp-10 {
    margin-top: 1rem !important; }

  .mb-60 {
    margin-bottom: 3rem; } }
.mt--30 {
  margin-top: -3rem; }

.mt-15 {
  margin-top: 1.5rem; }

.mt-20 {
  margin-top: 2rem; }

.mt-30 {
  margin-top: 3rem; }

@media (min-width: 1000.5px) {
  .mt-pc--30 {
    margin-top: -3rem; } }
.noimg {
  border: 1px solid #eeeeee; }

.section-hr {
  padding-bottom: 12rem;
  border-bottom: 1px solid rgba(127, 92, 68, 0.2); }

.wrap-img {
  position: relative;
  display: inline-block;
  margin-top: 1.5rem; }
  .wrap-img::after, .wrap-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid #bea18d;
    border-radius: 1rem;
    z-index: 1;
    opacity: 0;
    transition: ease all 0.35s; }
  .wrap-img::after {
    left: 0rem;
    top: 0rem;
    animation: imgAfter 0.35s 0.85s linear forwards; }
  .wrap-img::before {
    right: 0rem;
    top: 0rem;
    z-index: -1;
    border: 0;
    background-color: rgba(190, 161, 141, 0.2);
    animation: imgBefore 0.35s 0.5s linear forwards; }

@keyframes imgBefore {
  0% {
    right: 0rem;
    top: 0rem;
    opacity: 0; }
  100% {
    right: -1.5rem;
    top: 1.5rem;
    opacity: 1; } }
@keyframes imgAfter {
  0% {
    left: 0rem;
    top: 0rem;
    opacity: 0; }
  100% {
    left: -1.5rem;
    top: -1.5rem;
    opacity: 1; } }
.colums-block p {
  text-align: justify;
  letter-spacing: .08rem; }
  .colums-block p:not(:last-child) {
    margin-bottom: 1.5rem; }
.colums-block .item {
  width: 50%; }
  .colums-block .item:first-child {
    padding-right: 5rem; }
  .colums-block .item img {
    border-radius: 1rem;
    overflow: hidden; }
  .colums-block .item.left:first-child {
    width: 65%;
    padding-right: 5rem; }
  .colums-block .item.right:last-child {
    width: 35%; }
  .colums-block .item.right:first-child {
    width: 65%;
    padding-left: 5rem;
    padding-right: 0;
    order: 1; }
  .colums-block .item.left:last-child {
    width: 35%;
    order: 0; }
.colums-block-02 .item.left:first-child {
  width: 75%;
  padding-right: 5rem; }
.colums-block-02 .item.right:last-child {
  width: 25%; }
.colums-block-02 .item.right:first-child {
  width: 75%; }
.colums-block-02 .item.left:last-child {
  width: 25%; }

.block-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .block-table table th,
  .block-table table td {
    font-size: 1.8rem;
    line-height: 185%;
    color: #171717;
    font-weight: 500;
    letter-spacing: .115rem;
    vertical-align: top;
    text-align: justify;
    font-family: "Zen Maru Gothic", sans-serif; }
.block-table-01.td-width-50 td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .block-table-01.td-width-50 td:first-child {
    width: 30rem !important; }
@media (min-width: 960.5px) {
  .block-table-01 tr:nth-child(even) td {
    background-color: rgba(190, 161, 141, 0.2); } }
.block-table-01 tr:first-child td {
  border-top: 1px solid rgba(190, 161, 141, 0.2); }
.block-table-01 tr:last-child td {
  border-bottom: 1px solid rgba(190, 161, 141, 0.2); }
.block-table-01 td {
  padding: 1.5rem 2rem; }
  .block-table-01 td:first-child {
    width: 15rem;
    padding-right: 0; }
  .block-table-01 td:last-child {
    padding-right: 0; }
.block-table-02 table {
  table-layout: fixed;
  border: 0 !important; }
.block-table-02 th,
.block-table-02 td {
  padding: 1.5rem 1rem;
  border: rgba(190, 161, 141, 0.8) solid 1px !important;
  vertical-align: middle; }
  .block-table-02 th:not(:first-child),
  .block-table-02 td:not(:first-child) {
    text-align: center;
    width: calc((100% - 40rem) / 7); }
  .block-table-02 th:first-child,
  .block-table-02 td:first-child {
    width: 40rem; }
.block-table-02 th,
.block-table-02 td:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: bold !important;
  color: #7f5c44 !important;
  background-color: rgba(190, 161, 141, 0.2); }
.block-table-03 th,
.block-table-03 td {
  border: 1px solid #007032;
  vertical-align: middle !important;
  padding: 1.5rem; }
.block-table-03 th {
  background-color: rgba(0, 112, 50, 0.2); }

.block-maps iframe {
  vertical-align: top;
  width: 100% !important;
  height: 31rem;
  border: 0 !important; }

.block-list ul,
.block-list ol {
  width: 100%;
  padding: 3rem 3rem 2.3rem 3rem;
  border: 2px solid #7f5c44; }
  .block-list ul *,
  .block-list ol * {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: .115rem;
    color: #333333; }
  .block-list ul li,
  .block-list ol li {
    padding-left: 3.5rem;
    position: relative;
    margin-bottom: 1rem; }
    .block-list ul li:nth-child(2n-1),
    .block-list ol li:nth-child(2n-1) {
      padding-right: 5rem; }
    .block-list ul li::before,
    .block-list ol li::before {
      content: "";
      width: 2.6rem;
      height: 2.6rem;
      position: absolute;
      left: 0;
      top: 7px;
      background-color: #7f5c44;
      -webkit-mask: url("assets/img/circle-check.svg") no-repeat center;
      -webkit-mask-size: contain;
      mask: url("assets/img/circle-check.svg") no-repeat center;
      mask-size: contain; }
    .block-list ul li.hide,
    .block-list ol li.hide {
      padding-left: 0; }
      .block-list ul li.hide::before,
      .block-list ol li.hide::before {
        content: none; }
.block-list .vs-50 {
  display: flex;
  flex-wrap: wrap; }
  .block-list .vs-50 li {
    width: 50%; }
  .block-list .vs-50 strong {
    color: #61432f;
    font-weight: bold;
    display: block; }

.t-center {
  text-align: center !important; }

.group--boxc0 {
  padding: 5rem;
  background-color: #eeeeee; }
  .group--boxc0 > div {
    position: relative; }
  .group--boxc0 .bg-w {
    background-color: #ffffff;
    padding: 3rem;
    display: block; }
  .group--boxc0 .bg-white {
    background-color: #ffffff; }
  .group--boxc0 .box-num {
    position: absolute;
    left: -5rem;
    top: 0rem;
    background-color: #7f5c44;
    color: #ffffff;
    width: 13.4rem;
    text-align: center;
    font-size: 3rem;
    padding: 10px 0;
    line-height: 100%; }
    .group--boxc0 .box-num.w204 {
      width: 20.4rem; }
  .group--boxc0 .group-title-02.pt-50 {
    padding-top: 5rem; }

.item {
  position: relative; }

.block--namedoctor {
  position: absolute;
  left: 2rem;
  bottom: 0;
  z-index: 2;
  background-color: rgba(127, 92, 68, 0.9);
  line-height: 120%;
  padding: 1rem 2rem 1rem 3rem;
  border-top-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem; }
  .block--namedoctor p {
    color: #ffffff; }
  .block--namedoctor .company {
    font-size: 1.6rem;
    margin-bottom: 0 !important; }
  .block--namedoctor .name {
    font-size: 3rem;
    letter-spacing: .7rem; }
    .block--namedoctor .name strong {
      font-size: 1.8rem; }

.page-doctors-02 .block--namedoctor {
  bottom: -4rem; }

@media (max-width: 960px) {
  .colums-block p:not(:last-child) {
    margin-bottom: 1rem; }
  .colums-block .item {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .colums-block .item img {
      border-radius: 0.5rem; }
    .colums-block .item.left:first-child {
      margin-top: 3rem;
      order: 1; }
    .colums-block .item.right:last-child {
      order: 0; }
    .colums-block .item.right:first-child {
      margin-top: 3rem; }
  .colums-block-02 .item.left:first-child {
    width: 75%;
    padding-right: 5rem; }
  .colums-block-02 .item.right:last-child {
    width: 25%; }
  .colums-block-02 .item.right:first-child {
    width: 75%; }
  .colums-block-02 .item.left:last-child {
    width: 25%; }

  .wrap-img {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    display: block; } }
  @media (max-width: 960px) and (max-width: 767px) {
    .wrap-img {
      max-width: 33rem; } }
@media (max-width: 960px) {
    .wrap-img::after, .wrap-img::before {
      border-radius: 0.5rem; }

  @keyframes imgBefore {
    0% {
      right: 0rem;
      top: 0rem;
      opacity: 0; }
    100% {
      right: -0.8rem;
      top: 0.8rem;
      opacity: 1; } }
  @keyframes imgAfter {
    0% {
      left: 0rem;
      top: 0rem;
      opacity: 0; }
    100% {
      left: -0.8rem;
      top: -0.8rem;
      opacity: 1; } }
  .section-hr {
    padding-bottom: 8rem; }

  .block-table table th,
  .block-table table td {
    font-size: 1.5rem;
    letter-spacing: .115rem; }
  .block-table-01 {
    margin-top: 1rem; }
    .block-table-01.td-width-50 td {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .block-table-01.td-width-50 td:first-child {
        width: 30rem !important; }
    .block-table-01 td {
      width: 100% !important;
      float: left;
      padding: 1.3rem 1.5rem; }
      .block-table-01 td:first-child {
        background-color: rgba(190, 161, 141, 0.6);
        padding-right: 1.5rem; }
      .block-table-01 td:last-child {
        padding-right: 1.5rem; }
  .block-table-02 table {
    table-layout: auto; }
  .block-table-02 th,
  .block-table-02 td {
    font-size: 1.4rem !important;
    padding: 0.8rem 0.3rem;
    border: rgba(190, 161, 141, 0.8) solid 1px !important;
    vertical-align: middle; }
    .block-table-02 th:not(:first-child),
    .block-table-02 td:not(:first-child) {
      text-align: center;
      width: calc((100% - 11rem) / 7); }
    .block-table-02 th:first-child,
    .block-table-02 td:first-child {
      width: 11rem; }
  .block-table-02 th,
  .block-table-02 td:first-child {
    padding-left: 0.3rem;
    padding-right: 0.3rem; }
  .block-table-02 td:first-child {
    text-align: center; }
  .block-table-03 th,
  .block-table-03 td {
    border: 1px solid #007032;
    vertical-align: middle !important;
    padding: 1.5rem; }
  .block-table-03 th {
    background-color: rgba(0, 112, 50, 0.2); }

  .block-maps {
    border-radius: 0.5rem;
    overflow: hidden; }
    .block-maps iframe {
      height: 22rem; }

  .block-list ul,
  .block-list ol {
    padding: 2rem 1.5rem 1.3rem 1.5rem;
    border: 1px solid #7f5c44; }
    .block-list ul *,
    .block-list ol * {
      font-size: 1.5rem;
      line-height: 185%; }
    .block-list ul li,
    .block-list ol li {
      width: 100%;
      padding-left: 2.5rem;
      margin-bottom: 0.6rem; }
      .block-list ul li:nth-child(2n-1),
      .block-list ol li:nth-child(2n-1) {
        padding-right: 0rem; }
      .block-list ul li::before,
      .block-list ol li::before {
        width: 2rem;
        height: 2rem;
        top: .5rem; }
  .block-list .vs-50 li {
    width: 100%;
    text-align: justify; }

  .mb-100 {
    margin-bottom: 7.5rem; }

  .mb-150 {
    margin-bottom: 10rem !important; }

  .mb-70 {
    margin-bottom: 4rem; }

  .mb-30 {
    margin-bottom: 2rem; }

  .page-clinic-02 .colums-block .item.left:first-child {
    order: 0;
    margin-top: 0;
    margin-bottom: 2.5rem; }
  .page-clinic-02 .colums-block .item.right:last-child {
    order: 1;
    margin-bottom: 1rem; }

  .block--namedoctor {
    bottom: 2.5rem;
    padding: 1rem 2rem 1rem 3rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem; }
    .block--namedoctor p {
      color: #ffffff; }
    .block--namedoctor .company {
      font-size: 1.25rem; }
    .block--namedoctor .name {
      font-size: 2rem; }
      .block--namedoctor .name strong {
        font-size: 1.5rem; }

  .page-doctors,
  .page-interview-01 {
    margin-top: 2rem; }

  .page-doctors-02 .block--namedoctor {
    bottom: 2.5rem; }

  .group--boxc0 {
    padding: 2rem;
    margin-top: 4rem; }
    .group--boxc0 .bg-w {
      padding: 1.5rem; }
    .group--boxc0 .bg-white {
      background-color: #ffffff; }
    .group--boxc0 .box-num {
      left: -2rem;
      width: 7.4rem;
      font-size: 2rem;
      padding: 1rem 0; }
      .group--boxc0 .box-num.w204 {
        width: 11.4rem; }
    .group--boxc0 .group-title-02.pt-50 {
      padding-top: 4rem; }

  .mb-15 {
    margin-bottom: 1rem; } }
.banner {
  width: calc(100% - var(--banner-width-xrem));
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; }
  .banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35); }
  .banner-images img {
    width: 100%;
    height: var(--banner-img-height-xrem);
    object-fit: cover;
    aspect-ratio: auto; }
  .banner-title {
    position: absolute;
    z-index: 3;
    left: var(--banner-title-left-xrem);
    right: var(--banner-title-right-xrem);
    top: var(--banner-title-top-xrem);
    bottom: var(--banner-title-bottom-xrem);
    transform: translate(var(--banner-title-translateX-xrem), var(--banner-title-translateY-xrem));
    text-align: center;
    border-top-left-radius: var(--banner-border-radius-xrem);
    border-top-right-radius: var(--banner-border-radius-xrem);
    letter-spacing: 0.3rem;
    height: var(--banner-title-height-xrem);
    padding: var(--banner-title-pdtop-xrem) var(--banner-title-pdleftright-xrem) var(--banner-title-pdbottom-xrem);
    min-width: var(--banner-title-minwidth-xrem);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; }
    .banner-title::before, .banner-title::after {
      content: var(--banner-title-before-xrem);
      position: absolute;
      width: 4rem;
      height: 2rem;
      border: 4px double var(--banner-title-color-xrem); }
    .banner-title::before {
      left: 0.5rem;
      top: 0.5rem;
      border-bottom: 0;
      border-right: 0; }
    .banner-title::after {
      right: 0.5rem;
      bottom: 0.5rem;
      border-top: 0;
      border-left: 0; }
    .banner-title .ja {
      font-size: var(--banner-title-fzja-xrem);
      line-height: 120%;
      font-weight: bold;
      font-family: "Outfit", sans-serif;
      color: var(--banner-title-color-xrem); }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.breadcrumbs {
  width: 100%;
  text-align: var(--breadcrumb-text-align-xrem);
  position: relative;
  padding: 0 var(--breadcrumb-padding-lr-xrem); }
  .breadcrumbs-content {
    text-align: var(--breadcrumb-content-text-align-xrem);
    display: inline-block;
    width: 100%;
    max-width: 120.001rem;
    margin-top: var(--breadcrumb-padding-top-xrem);
    margin-bottom: var(--breadcrumb-padding-bottom-xrem);
    margin-left: auto;
    margin-right: auto; }
    .breadcrumbs-content li {
      position: relative;
      display: inline; }
      .breadcrumbs-content li:not(:last-child) {
        padding-right: 1.5rem;
        margin-right: 1.5rem; }
        .breadcrumbs-content li:not(:last-child)::before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 0.8rem;
          aspect-ratio: 1 / 1;
          transform: translateY(-47%) rotate(45deg);
          position: absolute;
          content: "";
          border-top: 1px solid #353535;
          border-right: 1px solid #353535; }
      .breadcrumbs-content li a {
        transition: ease all 0.35s; }
        .breadcrumbs-content li a:hover {
          opacity: 0.7; }

.title-default-01 h3 {
  color: #fd8a5e;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1rem; }
.title-default-01 p {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0; }
.title-default-02 {
  margin-bottom: 4.3rem; }
  .title-default-02 h3 {
    text-align: center;
    color: #fd8a5e;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.1rem; }
  .title-default-02 p {
    text-align: center;
    color: #333333;
    font-size: 10rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.3rem;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1.5rem; }
.title-default-03 {
  color: #fd8a5e;
  font-size: 3rem;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 1.2rem; }

.btn-more-01 a {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  position: relative;
  padding-right: 3.5rem; }
  .btn-more-01 a::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    background: url(assets/img/arrow-right-01.png) no-repeat center;
    transition: all 0.35s;
    background-size: contain;
    top: calc(50% - 1.2rem);
    right: 0; }
  .btn-more-01 a:hover::before {
    right: -1rem; }
.btn-default-01 a {
  color: #fd8a5e;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 28rem;
  height: 7rem;
  border-radius: 7rem;
  margin-left: auto;
  margin-right: auto;
  border: #fd8a5e solid 2px;
  position: relative;
  transition: all 0.35s;
  background: #FFFFFF; }
  .btn-default-01 a::before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    top: 50%;
    right: 2.2rem;
    background: #fd8a5e;
    -webkit-mask: url(assets/img/arrow-right-01.png) center/100% no-repeat;
    mask: url(assets/img/arrow-right-01.png) center/100% no-repeat;
    transform: translateY(-50%);
    transition: all 0.35s; }
  .btn-default-01 a:hover {
    background: #fd8a5e;
    color: #FFFFFF; }
    .btn-default-01 a:hover::before {
      background: #FFFFFF; }
.btn-gp-01 {
  padding-right: 4.5rem; }
.btn-gp-02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .btn-gp-02 > div {
    width: 28rem;
    margin-right: 1.5rem; }
    .btn-gp-02 > div:last-child {
      margin-right: 0; }

.mv {
  position: relative; }
  .mv-view {
    position: relative;
    z-index: 0; }
    .mv-view::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 1;
      background: rgba(0, 0, 0, 0.4); }
    .mv-view .icon-27 {
      z-index: 1; }
      .mv-view .icon-27.vz-01 {
        top: 19.8rem;
        left: 26.1rem; }
      .mv-view .icon-27.vz-02 {
        left: 15rem;
        bottom: 45.3rem;
        width: 9.8rem;
        height: 9.8rem;
        transform: rotate(-48deg); }
      .mv-view .icon-27.vz-03 {
        top: 28.2rem;
        right: 23.4rem;
        transform: rotate(-40deg); }
      .mv-view .icon-27.vz-04 {
        bottom: 28.1rem;
        right: 28.5rem;
        transform: rotate(51deg); }
  .mv-cont {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .mv-cont h2 {
      color: #FFFFFF;
      font-size: 6rem;
      font-weight: 500;
      line-height: 122%;
      letter-spacing: 0;
      font-family: "Noto Serif JP", serif;
      text-align: center;
      margin-bottom: 2.5rem; }
    .mv-cont p {
      text-align: center;
      font-family: "Noto Serif JP", serif;
      color: #FFFFFF;
      font-size: 3rem;
      font-weight: 700;
      line-height: 122%;
      letter-spacing: 0; }
  .mv-news {
    position: absolute;
    bottom: 13.2rem;
    left: 5rem;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    max-width: 86rem;
    padding: 2rem 4rem; }
    .mv-news-item:first-child {
      width: 22rem;
      padding: 1.7rem 0 2.1rem; }
    .mv-news-item:last-child {
      width: calc(100% - 22rem); }

.news-list li {
  border-bottom: #333333 solid 1px; }
  .news-list li:last-child {
    border-bottom: 0; }
  .news-list li a {
    color: #333333;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0;
    position: relative;
    padding: 2.2rem 0;
    display: flex; }
    .news-list li a::before {
      content: "";
      position: absolute;
      width: 0.8rem;
      height: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
      right: 1.5rem;
      background: url(assets/img/arrow-right-02.png) no-repeat center;
      background-size: contain;
      transition: all 0.35s; }
    .news-list li a .date {
      width: 11rem; }
    .news-list li a .txt {
      width: calc(100% - 11rem);
      padding-right: 2.2rem; }
    .news-list li a:hover::before {
      right: .5rem; }

.home .desc p {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.05rem; }

.icon {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .icon-01 {
    width: 22.9rem;
    height: 21.1rem;
    background-image: url(assets/img/icon-02.png); }
  .icon-02 {
    width: 16.2rem;
    height: 21.3rem;
    background-image: url(assets/img/icon-03.png); }
  .icon-03 {
    width: 12.8rem;
    height: 13.1rem;
    background-image: url(assets/img/icon-04.png); }
  .icon-04 {
    width: 13.9rem;
    height: 26.3rem;
    background-image: url(assets/img/icon-05.png); }
  .icon-05 {
    width: 8.9rem;
    height: 7.9rem;
    background-image: url(assets/img/icon-06.png); }
  .icon-06 {
    width: 15rem;
    height: 27.3rem;
    background-image: url(assets/img/icon-07.png); }
  .icon-07 {
    width: 15.1rem;
    height: 15rem;
    background-image: url(assets/img/icon-12.png); }
  .icon-08 {
    width: 33.6rem;
    height: 33.3rem;
    background-image: url(assets/img/icon-13.png); }
  .icon-09 {
    width: 20.4rem;
    height: 8.5rem;
    background-image: url(assets/img/icon-14.png); }
  .icon-10 {
    width: 37.8rem;
    height: 21.7rem;
    background-image: url(assets/img/icon-15.png); }
  .icon-11 {
    width: 42.9rem;
    height: 10.9rem;
    background-image: url(assets/img/icon-16.png); }
  .icon-12 {
    width: 12.6rem;
    height: 8.3rem;
    background-image: url(assets/img/icon-17.png); }
  .icon-13 {
    width: 54.4rem;
    height: 34.9rem;
    background-image: url(assets/img/icon-18.png); }
  .icon-14 {
    width: 16.5rem;
    height: 10.2rem;
    background-image: url(assets/img/icon-19.png); }
  .icon-15 {
    width: 24.8rem;
    height: 16.9rem;
    background-image: url(assets/img/icon-20.png); }
  .icon-16 {
    width: 23.4rem;
    height: 30.7rem;
    background-image: url(assets/img/icon-21.png); }
  .icon-17 {
    width: 25.1rem;
    height: 43rem;
    background-image: url(assets/img/icon-22.png); }
  .icon-18 {
    width: 14.4rem;
    height: 12.6rem;
    background-image: url(assets/img/icon-24.png); }
  .icon-19 {
    width: 15.6rem;
    height: 21.2rem;
    background-image: url(assets/img/icon-25.png); }
  .icon-20 {
    width: 25.3rem;
    height: 59.6rem;
    background-image: url(assets/img/icon-26.png); }
  .icon-21 {
    width: 31.8rem;
    height: 30.7rem;
    background-image: url(assets/img/icon-27.png); }
  .icon-22 {
    width: 17.2rem;
    height: 19.6rem;
    background-image: url(assets/img/icon-28.png); }
  .icon-23 {
    width: 20.9rem;
    height: 23rem;
    background-image: url(assets/img/icon-29.png); }
  .icon-24 {
    width: 36rem;
    height: 29.7rem;
    background-image: url(assets/img/icon-30.png); }
  .icon-25 {
    width: 27.7rem;
    height: 28.7rem;
    background-image: url(assets/img/icon-32.png); }
  .icon-26 {
    width: 13.6rem;
    height: 58.5rem;
    background-image: url(assets/img/icon-33.png); }
  .icon-27 {
    width: 13.5rem;
    height: 13.5rem;
    background-image: url(assets/img/icon-34.png); }

.message {
  position: relative;
  padding-top: 12rem;
  z-index: 1;
  padding-bottom: 6.8rem;
  background: url(assets/img/icon-08.png) repeat top left;
  background-size: 1rem; }
  .message .icon-mask {
    width: 100%;
    height: 14.5rem;
    top: -14.4rem; }
    .message .icon-mask::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      -webkit-mask: url(assets/img/line-01.png) center/100% no-repeat;
      mask: url(assets/img/line-01.png) center/100% no-repeat;
      background: url(assets/img/icon-08.png) repeat left bottom 1px #FFF;
      background-size: 1rem; }
    .message .icon-mask::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: .4rem;
      left: 0;
      -webkit-mask: url(assets/img/line-01.png) center/100% no-repeat;
      mask: url(assets/img/line-01.png) center/100% no-repeat;
      background: #fd8a5e;
      background-size: 1rem;
      z-index: -1; }
    .message .icon-mask-02 {
      width: 100%;
      height: 14rem;
      bottom: -13.9rem; }
      .message .icon-mask-02::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        -webkit-mask: url(assets/img/line-02.png) center/100% no-repeat;
        mask: url(assets/img/line-02.png) center/100% no-repeat;
        background: url(assets/img/icon-08.png) repeat left bottom 1px #FFF;
        background-size: 1rem; }
      .message .icon-mask-02::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: -0.4rem;
        left: 0;
        -webkit-mask: url(assets/img/line-02.png) center/100% no-repeat;
        mask: url(assets/img/line-02.png) center/100% no-repeat;
        background: #fd8a5e;
        background-size: 1rem;
        z-index: -1; }
  .message .icon-01 {
    top: 36rem;
    left: 7.7rem; }
  .message .icon-03 {
    top: 2.4rem;
    right: 10rem; }
  .message .icon-04 {
    bottom: -4.6rem;
    z-index: 1;
    left: 5.2rem; }
  .message .icon-06 {
    bottom: 6.2rem;
    right: 10rem; }
  .message-wrap {
    background: #FFFFFF;
    position: relative;
    padding: 9rem 10rem; }
    .message-wrap::before {
      content: "";
      position: absolute;
      width: 25rem;
      height: 25rem;
      top: 0;
      left: 0;
      border-top: #fd8a5e solid 0.4rem;
      border-left: #fd8a5e solid 0.4rem; }
    .message-wrap::after {
      content: "";
      position: absolute;
      width: 25rem;
      height: 25rem;
      bottom: 0;
      right: 0;
      border-right: #fd8a5e solid 0.4rem;
      border-bottom: #fd8a5e solid 0.4rem; }
    .message-wrap .desc {
      margin-bottom: 3.7rem; }
      .message-wrap .desc p {
        text-align: center;
        line-height: 330%;
        background-image: repeating-linear-gradient(0deg, #fd8a5e, #fd8a5e 1px, #fff 1px, #fff 6rem); }
    @media (min-width: 960.5px) {
      .message-wrap .title-default-02 p {
        margin-bottom: 0; } }
    .message-wrap .icon-02 {
      top: 6.2rem;
      left: 8rem; }
    .message-wrap .icon-05 {
      right: 7.7rem;
      bottom: 19.2rem; }

.how_your {
  padding-top: 26rem;
  padding-bottom: 24.4rem;
  background: url(assets/img/how_your_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .how_your::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.7); }
  .how_your::after {
    content: "";
    position: absolute;
    width: 40.4rem;
    height: 28.5rem;
    top: 4.6rem;
    right: 0;
    background: url(assets/img/icon-11.png) no-repeat center;
    background-size: contain; }
  .how_your .icon-05 {
    width: 14rem;
    height: 12.5rem;
    opacity: 0.5;
    left: 10rem;
    top: 53%;
    transform: scaleX(-1); }
  .how_your .icon-07 {
    left: 7rem;
    top: 14rem; }
  .how_your .icon-08 {
    left: 7rem;
    bottom: 35rem; }
  .how_your .title-default-02 {
    margin-bottom: 5.5rem; }
  .how_your-list-01 {
    position: relative;
    margin-bottom: 8.5rem; }
    .how_your-list-01::before {
      content: "";
      position: absolute;
      width: 11.3rem;
      height: 8.9rem;
      top: -0.8rem;
      left: -0.5rem;
      z-index: 1;
      background: url(assets/img/icon-09.png) no-repeat center;
      background-size: contain; }
    .how_your-list-01::after {
      content: "";
      position: absolute;
      width: 13.8rem;
      height: 11rem;
      bottom: -5.5rem;
      right: 0.5rem;
      z-index: 1;
      background: url(assets/img/icon-10.png) no-repeat center;
      background-size: contain; }
    .how_your-list-01 li {
      width: 40rem;
      height: 40rem; }
      .how_your-list-01 li a {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        z-index: 0;
        box-shadow: 0.5rem 0.5rem 0 #fd8a5e; }
        .how_your-list-01 li a::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: -1;
          background: rgba(51, 51, 51, 0.5);
          transition: all 0.35s; }
        .how_your-list-01 li a::after {
          content: "";
          position: absolute;
          width: 36.8rem;
          height: 37rem;
          top: 50%;
          left: 50%;
          z-index: -1;
          transform: translate(-50%, -50%);
          background: url(assets/img/line-03.png) no-repeat center;
          background-size: contain; }
        .how_your-list-01 li a .img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: -2; }
          .how_your-list-01 li a .img img {
            width: 100%; }
        .how_your-list-01 li a .txt {
          color: #FFFFFF;
          font-size: 2.4rem;
          font-weight: 500;
          line-height: 175%;
          letter-spacing: 0.05rem; }
        .how_your-list-01 li a:hover::before {
          background: rgba(51, 51, 51, 0.7); }
  .how_your-list-02 {
    padding: 0 4.5rem; }
    .how_your-list-02 li {
      width: calc((100% - 6.001rem) / 4);
      margin-right: 2rem;
      margin-bottom: 4.5rem; }
      .how_your-list-02 li:nth-child(4n) {
        margin-right: 0; }
      .how_your-list-02 li a {
        position: relative;
        z-index: 0;
        display: block;
        width: 100%;
        height: 100%;
        box-shadow: 0.4rem 0.4rem 0 #fd8a5e; }
        .how_your-list-02 li a::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: #333333;
          z-index: 1;
          opacity: 0.5;
          pointer-events: none;
          transition: all 0.35s; }
        .how_your-list-02 li a::after {
          content: "";
          position: absolute;
          width: 4rem;
          height: 4rem;
          bottom: .5rem;
          right: .5rem;
          background: #FFFFFF;
          z-index: 1;
          pointer-events: none;
          clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
        .how_your-list-02 li a .txt {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: 100%;
          text-align: center;
          z-index: 1;
          color: #FFFFFF;
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 145%;
          letter-spacing: 0; }
        .how_your-list-02 li a .img img {
          width: 100%; }
        .how_your-list-02 li a:hover::before {
          opacity: 0.7; }

.medical {
  position: relative;
  padding-top: 8.7rem;
  z-index: 0; }
  .medical .icon-mask {
    width: 100%;
    height: 14.5rem;
    top: -14.4rem; }
    .medical .icon-mask::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      -webkit-mask: url(assets/img/line-01.png) center/100% no-repeat;
      mask: url(assets/img/line-01.png) center/100% no-repeat;
      background: #FFF; }
    .medical .icon-mask::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: .4rem;
      left: 0;
      -webkit-mask: url(assets/img/line-01.png) center/100% no-repeat;
      mask: url(assets/img/line-01.png) center/100% no-repeat;
      background: #fd8a5e;
      background-size: 1rem;
      z-index: -1; }
  .medical-head {
    padding-bottom: 3.6rem;
    position: relative;
    z-index: 1; }
    .medical-head .icon-09 {
      left: 24.5rem;
      top: -15.6rem; }
    .medical-head .icon-10 {
      left: 0;
      bottom: -0.8rem; }
    .medical-head .icon-11 {
      left: 46.2rem;
      bottom: -4rem; }
    .medical-head .icon-12 {
      top: -19.6rem;
      right: 31.5%; }
    .medical-head .icon-13 {
      right: 5.3rem;
      bottom: -4.2rem; }
    .medical-head .icon-14 {
      top: -19rem;
      right: 3rem; }
  .medical-main {
    padding: 8rem 0;
    background: url(assets/img/medical-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0; }
    .medical-main .icon-15 {
      top: 6.5rem;
      left: 0; }
    .medical-main .icon-16 {
      left: 0;
      bottom: 20.5rem; }
    .medical-main .icon-17 {
      right: 0;
      bottom: 36.2%;
      z-index: -1; }
  .medical-gp {
    background: #FFFFFF;
    margin-bottom: 8rem;
    border-radius: 3rem;
    box-shadow: 0.5rem 0.4rem 0.4rem rgba(216, 216, 216, 0.5);
    padding: 4rem 5rem; }
    .medical-gp:last-child {
      margin-bottom: 0; }
    .medical-gp-box img {
      border-radius: 1.5rem; }
    .medical-gp-box:first-child {
      width: 70.4rem; }
    .medical-gp-box:last-child {
      padding-top: 1.2rem;
      padding-left: 6.2rem;
      width: calc(100% - 70.4rem); }
    .medical-gp-box .desc p {
      font-size: 2rem;
      margin-bottom: 3rem;
      letter-spacing: -0.10rem;
      font-feature-settings: 'palt'; }
    .medical-gp-box .btn-default-01 a {
      margin-left: 0; }
    @media (min-width: 960.5px) {
      .medical-gp:nth-child(2n-1) .medical-gp-box:first-child {
        order: 1; }
      .medical-gp:nth-child(2n-1) .medical-gp-box:last-child {
        padding-left: 0;
        padding-right: 6.2rem; } }

.treatment {
  padding-top: 8rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 1; }
  .treatment::before {
    content: "";
    position: absolute;
    width: 160rem;
    height: 54.9rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/line-05.png);
    background-size: contain; }
  .treatment::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 35.4rem;
    bottom: -12.8rem;
    z-index: -1;
    left: 0;
    background: url(assets/img/line-06.png);
    background-size: cover; }
  .treatment-title-01 {
    background: #fd8a5e;
    border-radius: 1.5rem;
    text-align: center;
    margin-bottom: 7.5rem;
    position: relative; }
    .treatment-title-01::before {
      content: "";
      position: absolute;
      width: 2rem;
      height: 1.5rem;
      bottom: -4.5rem;
      left: 50%;
      transform: translateX(-50%);
      background: #fd8a5e;
      clip-path: polygon(100% 0, 0 0, 50% 100%); }
    .treatment-title-01 span {
      color: #FFFFFF;
      font-size: 6rem;
      font-weight: 700;
      line-height: 167%;
      letter-spacing: 0;
      position: relative;
      top: -0.2rem;
      padding-left: 7.5rem; }
      .treatment-title-01 span::before {
        content: "";
        position: absolute;
        width: 6rem;
        height: 5.5rem;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: url(assets/img/icon-23.png) no-repeat center;
        background-size: contain; }
  .treatment-list-01 li {
    width: 10rem; }
    .treatment-list-01 li a {
      border: #fd8a5e solid 1px;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: flex-start;
      border-radius: 0 0 .5rem .5rem;
      height: 100%;
      position: relative; }
      .treatment-list-01 li a::before {
        content: "";
        position: absolute;
        width: 2.4rem;
        height: 2.4rem;
        bottom: 1.8rem;
        left: 50%;
        transform: translateX(-50%);
        background: url(assets/img/arrow-right-01.png);
        background-size: contain;
        transition: all 0.35s; }
      .treatment-list-01 li a .img {
        background: #fd8a5e;
        width: 9.4rem;
        height: 9.4rem;
        display: flex;
        margin-top: .2rem;
        align-items: center;
        justify-content: center; }
        .treatment-list-01 li a .img img {
          height: 4rem; }
      .treatment-list-01 li a .txt {
        padding-top: 4rem;
        padding-bottom: 5rem;
        writing-mode: vertical-lr;
        color: #333333;
        font-size: 3rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 1.5rem; }
      .treatment-list-01 li a:hover::before {
        left: 55%; }

.feature {
  position: relative;
  z-index: 0;
  padding-top: 21rem;
  padding-bottom: 19rem; }
  .feature::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 119.5rem;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(assets/img/feature-bg.jpg) no-repeat center;
    background-size: cover; }
  .feature::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 119.5rem;
    top: 0;
    left: 0;
    background: #000000;
    z-index: -1;
    opacity: 0.5; }
  .feature .icon-19 {
    top: 104rem;
    left: .8rem; }
  .feature .icon-20 {
    top: 23.1rem;
    right: 0; }
  .feature .icon-21 {
    top: 123.5rem;
    right: 3.2rem; }
  .feature .icon-22 {
    top: 144rem;
    left: 34.3%; }
  .feature .icon-23 {
    bottom: 68rem;
    left: 45%; }
  .feature .icon-24 {
    bottom: -8.3rem;
    left: 26.8%; }
  .feature .title-default-02 {
    margin-bottom: 7rem; }
    .feature .title-default-02 p, .feature .title-default-02 h3 {
      color: #FFFFFF; }
  .feature-gp-item:last-child {
    padding-left: 4rem; }
  .feature-gp img {
    width: 100%; }
  .feature-gp.vz-01 {
    margin-bottom: 8rem; }
    .feature-gp.vz-01 .icon-18.vz-01 {
      top: 0;
      left: -3rem; }
    .feature-gp.vz-01 .icon-18.vz-02 {
      bottom: -2.2rem;
      right: -4.7rem;
      transform: scaleX(-1); }
    .feature-gp.vz-01 .feature-gp-box {
      position: relative; }
      .feature-gp.vz-01 .feature-gp-box:first-child {
        z-index: 1;
        width: 100rem;
        margin-left: auto;
        margin-right: auto; }
      .feature-gp.vz-01 .feature-gp-box:last-child {
        padding: 6rem 10rem 0;
        z-index: 0; }
        .feature-gp.vz-01 .feature-gp-box:last-child::before {
          content: "";
          position: absolute;
          width: 100%;
          height: calc(100% + 14.5rem);
          bottom: 0;
          left: 0;
          z-index: -1;
          background: #FFFFFF; }
    .feature-gp.vz-01 .feature-gp-item:first-child {
      width: 10rem; }
    .feature-gp.vz-01 .feature-gp-item:last-child {
      width: calc(100% - 10rem); }
  .feature-gp.vz-02 {
    margin-bottom: 8rem; }
    .feature-gp.vz-02 .feature-gp-box:first-child {
      padding-left: 18.5rem;
      width: calc(100% - 75.5rem); }
    .feature-gp.vz-02 .feature-gp-box:last-child {
      width: 75.5rem; }
    .feature-gp.vz-02 .feature-gp-item:first-child {
      width: 17.2rem; }
    .feature-gp.vz-02 .feature-gp-item:last-child {
      width: calc(100% - 17.2rem); }
  .feature-gp.vz-021 .feature-gp-box:first-child {
    order: 1;
    padding-left: 5rem; }
  .feature-gp.vz-03 .feature-gp-box:first-child .feature-gp-field:last-child {
    padding-left: 3.5rem; }
  .feature-gp.vz-03 .feature-gp-box:first-child .feature-gp-item:first-child {
    width: 17.4rem; }
  .feature-gp.vz-03 .feature-gp-box:first-child .feature-gp-item:last-child {
    width: calc(100% - 17.4rem); }
  .feature-gp.vz-03 .feature-gp-box:last-child .feature-gp-item:first-child {
    width: 17.1rem; }
  .feature-gp.vz-03 .feature-gp-box:last-child .feature-gp-item:last-child {
    width: calc(100% - 17.1rem); }
  .feature-gp.vz-03 .feature-gp-box:last-child .feature-gp-field {
    width: 82.5rem; }
    .feature-gp.vz-03 .feature-gp-box:last-child .feature-gp-field:first-child {
      width: 75rem;
      margin-left: auto; }
  .feature-gp-field:first-child {
    width: 75.5rem;
    margin-bottom: 6.5rem; }
  .feature-gp .desc {
    margin-bottom: 3rem; }
  .feature .btn-default-01 a {
    margin-left: 0; }
  .feature .title-default-03 {
    font-size: 3.6rem;
    letter-spacing: .1rem; }

.greeting {
  position: relative;
  padding-bottom: 32rem;
  background: url(assets/img/greeting-bg.jpg) no-repeat center bottom;
  background-size: cover; }
  .greeting::after {
    content: "";
    position: absolute;
    width: 15.4rem;
    height: 11.6rem;
    top: -13.2rem;
    right: 0;
    background: url(assets/img/icon-31.png) no-repeat center right -0.5rem;
    background-size: contain; }
  .greeting .icon-mask {
    width: 100%;
    height: 14.5rem;
    top: -14.4rem;
    z-index: 0; }
    .greeting .icon-mask::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0;
      left: 0;
      -webkit-mask: url(assets/img/line-01.png) center/100% no-repeat;
      mask: url(assets/img/line-01.png) center/100% no-repeat;
      background: url(assets/img/line-07.png) no-repeat center bottom #FFF; }
    .greeting .icon-mask::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: .7rem;
      left: 0;
      -webkit-mask: url(assets/img/line-01.png) center/100% no-repeat;
      mask: url(assets/img/line-01.png) center/100% no-repeat;
      background: #fd8a5e;
      background-size: 1rem;
      z-index: -1; }
  .greeting .icon-25 {
    top: -7.8rem;
    left: 0; }
  .greeting .icon-26 {
    left: 6.8rem;
    top: 31rem; }
  .greeting-gp {
    padding-top: 11rem; }
    .greeting-gp-item:first-child {
      width: calc(100% - 51.5rem);
      padding-bottom: 4.5rem; }
    .greeting-gp-item:last-child {
      width: 51.5rem;
      position: relative; }
      .greeting-gp-item:last-child .img {
        position: absolute;
        bottom: -10rem;
        right: -18.5rem; }
    .greeting-gp .btn-default-01 a {
      width: 28rem;
      padding-right: 3rem;
      letter-spacing: 0; }
    .greeting-gp .desc {
      margin-bottom: 4.2rem; }
      .greeting-gp .desc p {
        letter-spacing: 0; }
    .greeting-gp .doctor {
      position: relative; }
      .greeting-gp .doctor img {
        width: 100%; }
      .greeting-gp .doctor .name {
        position: absolute;
        top: 2rem;
        right: 2rem; }
        .greeting-gp .doctor .name img {
          width: 6.7rem; }
  .greeting .title-default-02 {
    margin-bottom: 2.5rem; }
    .greeting .title-default-02 h3 {
      color: #333333;
      text-align: left;
      display: inline-block;
      position: relative;
      padding-right: 13.3rem; }
      .greeting .title-default-02 h3::before {
        content: "";
        position: absolute;
        width: 10rem;
        height: 0.2rem;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: #333333; }
    .greeting .title-default-02 p {
      text-align: left;
      color: #9f670d; }

.top_column {
  position: relative;
  z-index: 0;
  padding-top: 6.7rem;
  padding-bottom: 18rem; }
  .top_column::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 16rem;
    top: -15.9rem;
    left: 0;
    background: url(assets/img/line-08.png) no-repeat center;
    background-size: cover; }
  .top_column::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 33.2rem);
    bottom: -33.2rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/column-bg.jpg) no-repeat center;
    background-size: cover; }
  .top_column .title-default-02 {
    margin-bottom: 5.3rem; }

.column-list {
  margin-bottom: 1.7rem; }
  .column-list li {
    width: calc((100% - 10.5rem) / 4);
    margin-right: 3.5rem;
    margin-bottom: 5.2rem; }
    .column-list li:nth-child(4n) {
      margin-right: 0; }
    .column-list li .img {
      margin-bottom: 2.7rem; }
      .column-list li .img img {
        width: 100%; }
    .column-list li .cate-item a {
      background: #fd8a5e;
      color: #FFFFFF;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0;
      border-radius: .2rem;
      display: inline-block;
      padding: .25rem 1rem;
      margin-right: 2rem; }
    .column-list li .cate-gp {
      margin-bottom: 1.5rem; }
      .column-list li .cate-gp .date {
        color: #171717;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 175%;
        letter-spacing: 0;
        font-family: "Plus Jakarta Sans", sans-serif; }
    .column-list li p {
      color: #171717;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0.07rem; }

.column-title-01 {
  color: #171717;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.07rem;
  margin-bottom: .7rem; }

.home .os-main {
  overflow: inherit; }

@media (max-width: 960px) {
  .title-default-01 h3 {
    font-size: 2.4rem; }
  .title-default-01 p {
    font-size: 1.5rem; }
  .title-default-02 {
    margin-bottom: 1.5rem; }
    .title-default-02 p {
      font-size: 3rem;
      letter-spacing: 0;
      margin-bottom: .5rem; }
    .title-default-02 h3 {
      font-size: 1.5rem; }
  .title-default-03 {
    font-size: 2rem; }

  .btn-default-01 a {
    font-size: 1.5rem;
    height: 6rem;
    max-width: 24rem; }
  .btn-more-01 a {
    font-size: 1.5rem; }
  .btn-gp-01 {
    padding-right: 0;
    justify-content: center; }
    .btn-gp-01 .btn-default-01 {
      margin-right: 1.5rem; }
      .btn-gp-01 .btn-default-01:last-child {
        margin-right: 0; }
  .btn-gp-02 > div {
    width: 24rem; }

  .home .desc p {
    font-size: 1.5rem;
    line-height: 185%; }

  .mv {
    margin-bottom: 7rem; }
    .mv-cont {
      top: 15rem;
      left: 0;
      transform: inherit;
      width: 100%; }
      .mv-cont h2 {
        font-size: 2.4rem;
        margin-bottom: 1rem; }
      .mv-cont p {
        font-size: 1.5rem; }
    .mv-view .icon-27.vz-01 {
      top: 3.8rem;
      left: 10.1rem; }
    .mv-view .icon-27.vz-02 {
      left: 9rem;
      bottom: 5.3rem;
      width: 4rem;
      height: 4rem; }
    .mv-view .icon-27.vz-03 {
      top: 6.2rem;
      right: 11.4rem; }
    .mv-view .icon-27.vz-04 {
      bottom: 5.1rem;
      right: 10.5rem; }
    .mv-news {
      position: relative;
      bottom: 0;
      left: 0;
      padding: 1.5rem; }
      .mv-news-item:first-child {
        width: 100%;
        flex-flow: inherit;
        align-items: center;
        padding: 1.5rem 0; }
      .mv-news-item:last-child {
        width: 100%; }

  .news-list li a {
    font-size: 1.5rem;
    padding: 1.5rem 0; }
    .news-list li a::before {
      right: 0; }
    .news-list li a:hover::before {
      right: 0; }
    .news-list li a .date {
      width: 7.5rem; }
    .news-list li a .txt {
      width: calc(100% - 7.5rem);
      padding-right: 2.5rem; }

  .message {
    padding-top: 7rem; }
    .message-wrap {
      padding: 3rem 1.5rem; }
      .message-wrap::before, .message-wrap::after {
        width: 10rem;
        height: 10rem;
        border-width: 2px; }
      .message-wrap .icon-02 {
        display: none; }
      .message-wrap .desc p {
        background-image: repeating-linear-gradient(0deg, #fd8a5e, #fd8a5e 1px, #fff 1px, #fff 4.5rem);
        line-height: 300%;
        letter-spacing: 0; }
    .message .icon-mask {
      height: 6rem;
      top: -5.9rem; }
      .message .icon-mask::after {
        bottom: .2rem; }
      .message .icon-mask-02 {
        height: 6rem;
        bottom: -5.8rem; }
        .message .icon-mask-02::after {
          bottom: -0.2rem; }
    .message .icon-01, .message .icon-03, .message .icon-04, .message .icon-05, .message .icon-06 {
      display: none; }

  .medical-head .icon-11 {
    display: none; }
  .medical-gp {
    margin-bottom: 5rem; }
    .medical-gp-box .desc p {
      letter-spacing: 0; }
    .medical-gp-box .btn-default-01 a {
      margin-left: auto; }
  .medical-main .icon-16, .medical-main .icon-17 {
    display: none; }

  .how_your {
    padding-top: 10rem;
    padding-bottom: 4rem; }
    .how_your::after {
      width: 10rem;
      height: 7.5rem;
      top: 2.1rem; }
    .how_your-list-01::before {
      width: 8rem;
      height: 6.3rem; }
    .how_your-list-01::after {
      width: 8rem;
      height: 6.3rem;
      bottom: 0; }
    .how_your-list-01 li {
      width: 23.5rem;
      height: 23.5rem;
      margin-bottom: 3rem; }
      .how_your-list-01 li:last-child {
        margin-bottom: 0; }
      .how_your-list-01 li a {
        box-shadow: 0.25rem 0.25rem 0 #fd8a5e; }
        .how_your-list-01 li a::after {
          width: 21.8rem;
          height: 22rem; }
        .how_your-list-01 li a .txt {
          font-size: 1.5rem; }
    .how_your-list-02 {
      padding: 0; }
      .how_your-list-02 li {
        width: calc((100% - 1.501rem) / 2);
        margin-right: 1.5rem; }
        .how_your-list-02 li:nth-child(2n) {
          margin-right: 0; }
        .how_your-list-02 li a .txt {
          font-size: 1.5rem;
          padding: 0 .5rem; }
        .how_your-list-02 li a::after {
          width: 2rem;
          height: 2rem; }
    .how_your .icon-07 {
      left: 1rem;
      top: 5rem; }
    .how_your .icon-08 {
      left: 0; }

  .icon-07 {
    width: 7rem;
    height: 7rem; }
  .icon-08 {
    width: 20rem; }
  .icon-09 {
    width: 10.4rem;
    height: 4.5rem; }
  .icon-10 {
    width: 14.8rem;
    height: 8.7rem; }
  .icon-11 {
    width: 30rem; }
  .icon-13 {
    width: 12rem;
    height: 7.9rem; }
  .icon-14 {
    width: 8.5rem;
    height: 5.2rem; }
  .icon-18 {
    width: 6.4rem;
    height: 5.6rem; }
  .icon-24 {
    width: 20rem;
    height: 16.7rem; }
  .icon-25 {
    width: 10.7rem;
    height: 11.7rem; }
  .icon-27 {
    width: 4rem;
    height: 4rem; }

  .medical {
    padding-top: 4.7rem; }
    .medical .icon-mask {
      height: 6rem;
      top: -5.9rem; }
      .medical .icon-mask::after {
        bottom: 0.2rem; }
    .medical-head .icon-09 {
      left: 1rem;
      top: -6rem; }
    .medical-head .icon-12 {
      display: none; }
    .medical-head .icon-13 {
      right: 1rem;
      bottom: -1.2rem; }
    .medical-head .icon-14 {
      top: -6rem; }
    .medical-main .icon-15 {
      display: none; }
    .medical-gp {
      padding: 1.5rem; }
      .medical-gp-box:first-child {
        width: 100%; }
      .medical-gp-box:last-child {
        width: 100%;
        padding-left: 0; }

  .treatment {
    padding-bottom: 1rem; }
    .treatment::before {
      width: 57rem;
      height: 20.9rem; }
    .treatment::after {
      height: 14.4rem; }
    .treatment-title-01 {
      margin-bottom: 3rem; }
      .treatment-title-01::before {
        bottom: -2.5rem; }
      .treatment-title-01 span {
        font-size: 3rem;
        padding-left: 3.5rem; }
        .treatment-title-01 span::before {
          width: 3rem;
          height: 2.8rem; }
    .treatment-list-01 li {
      width: 6rem;
      margin-bottom: 1rem; }
      .treatment-list-01 li a .img {
        width: 5.4rem;
        height: 5.4rem; }
      .treatment-list-01 li a .txt {
        font-size: 1.8rem;
        letter-spacing: 1rem;
        padding-top: 2rem; }

  .feature {
    padding-top: 11rem;
    padding-bottom: 14rem; }
    .feature::before, .feature::after {
      height: 73.5rem; }
    .feature .icon-19 {
      display: none; }
    .feature .icon-20, .feature .icon-21, .feature .icon-22, .feature .icon-23 {
      display: none; }
    .feature .icon-24 {
      left: 20%; }
    .feature .title-default-02 {
      margin-bottom: 3rem; }
    .feature .title-default-03 {
      font-size: 2rem;
      letter-spacing: 0; }
    .feature-gp-field:first-child {
      width: 100%;
      margin-bottom: 1.5rem; }
    .feature-gp-item:last-child {
      padding-left: 1.5rem; }
    .feature-gp.vz-01 {
      margin-bottom: 5rem; }
      .feature-gp.vz-01 .icon-18.vz-01 {
        left: 0; }
      .feature-gp.vz-01 .icon-18.vz-02 {
        right: 0; }
      .feature-gp.vz-01 .feature-gp-item:first-child {
        width: 3rem; }
      .feature-gp.vz-01 .feature-gp-item:last-child {
        width: calc(100% - 3rem); }
      .feature-gp.vz-01 .feature-gp-box:first-child {
        width: 100%;
        padding: 0 1.5rem; }
      .feature-gp.vz-01 .feature-gp-box:last-child {
        padding: 1.5rem; }
    .feature-gp.vz-02 {
      margin-bottom: 5rem; }
      .feature-gp.vz-02 .feature-gp-box:first-child {
        width: 100%;
        order: 1;
        padding: 0 1.5rem; }
      .feature-gp.vz-02 .feature-gp-box:last-child {
        width: 100%;
        margin-bottom: 1.5rem; }
      .feature-gp.vz-02 .feature-gp-item:first-child {
        width: 5.2rem; }
      .feature-gp.vz-02 .feature-gp-item:last-child {
        width: calc(100% - 5.2rem); }
    .feature-gp.vz-03 .feature-gp-box:first-child {
      margin-bottom: 6.5rem; }
      .feature-gp.vz-03 .feature-gp-box:first-child .feature-gp-item:first-child {
        width: 5.3rem; }
      .feature-gp.vz-03 .feature-gp-box:first-child .feature-gp-item:last-child {
        width: calc(100% - 5.3rem); }
      .feature-gp.vz-03 .feature-gp-box:first-child .feature-gp-field:last-child {
        padding: 0 1.5rem; }
    .feature-gp.vz-03 .feature-gp-box:last-child .feature-gp-field {
      width: 100%;
      padding: 0 1.5rem; }
      .feature-gp.vz-03 .feature-gp-box:last-child .feature-gp-field:first-child {
        width: 100%; }
    .feature-gp.vz-03 .feature-gp-box:last-child .feature-gp-item:first-child {
      width: 5.2rem; }
    .feature-gp.vz-03 .feature-gp-box:last-child .feature-gp-item:last-child {
      width: calc(100% - 5.2rem); }

  .greeting {
    padding-bottom: 9rem; }
    .greeting .icon-mask {
      height: 6rem;
      top: -5.9rem; }
      .greeting .icon-mask::after {
        bottom: .4rem; }
    .greeting::after {
      width: 6.4rem;
      height: 5.6rem;
      top: -5.2rem; }
    .greeting-gp {
      padding-top: 6rem; }
      .greeting-gp-item:first-child {
        width: 100%;
        order: 1;
        padding-bottom: 0; }
      .greeting-gp-item:last-child {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 36rem;
        margin-bottom: 4rem; }
        .greeting-gp-item:last-child .img {
          display: none; }
      .greeting-gp .doctor .name img {
        width: 4rem; }
    .greeting .title-default-02 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: column; }
      .greeting .title-default-02 h3 {
        padding-right: 7rem; }
        .greeting .title-default-02 h3::before {
          width: 6rem; }
    .greeting .icon-25 {
      top: -2.8rem;
      z-index: 1; }
    .greeting .icon-26 {
      display: none; }

  .top_column {
    padding-top: 5rem;
    padding-bottom: 8rem; }
    .top_column::before {
      height: 6.4rem;
      top: -6.3rem; }
    .top_column .title-default-02 {
      margin-bottom: 3rem; }

  .column-list li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 1rem;
    margin-bottom: 3rem; }
    .column-list li .img {
      margin-bottom: 1.5rem; }
    .column-list li:nth-child(2n) {
      margin-right: 0; }
    .column-list li p {
      font-size: 1.3rem; }
    .column-list li .cate-item a, .column-list li .cate-gp .date {
      font-size: 1.4rem; }

  .column-title-01 {
    font-size: 1.5rem; } }
@media (max-width: 767px) {
  .icon-27 {
    width: 3rem;
    height: 3rem; }

  .btn-gp-01 .btn-default-01 {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-gp-01 .btn-default-01:last-child {
      margin-bottom: 0; }

  .btn-gp-02 > div {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-gp-02 > div:last-child {
      margin-bottom: 0; }

  .mv {
    margin-bottom: 3rem; }
    .mv-cont {
      top: 5rem; }
    .mv-view .icon-27.vz-01 {
      top: 1.2rem;
      left: 1rem; }
    .mv-view .icon-27.vz-02 {
      left: 1rem;
      bottom: 1.5rem;
      width: 3rem;
      height: 3rem; }
    .mv-view .icon-27.vz-03 {
      top: 1.5rem;
      right: 1.5rem; }
    .mv-view .icon-27.vz-04 {
      bottom: 1.5rem;
      right: 1.5rem; }

  .news-list li a {
    flex-wrap: wrap; }
    .news-list li a .date {
      width: 100%; }
    .news-list li a .txt {
      width: 100%;
      padding-right: 1rem; }
    .news-list li a::before {
      top: calc(50% + 1.3rem); }

  .message .icon-mask {
    height: 2.9rem;
    top: -2.8rem; }
    .message .icon-mask-02 {
      height: 3rem;
      bottom: -2.9rem; }
      .message .icon-mask-02::after {
        bottom: -0.2rem; }

  .how_your::after {
    top: .6rem; }
  .how_your-list-01 {
    justify-content: center; }
    .how_your-list-01 li {
      width: 33rem;
      height: 33rem; }
      .how_your-list-01 li a::after {
        width: 30.8rem;
        height: 31rem; }

  .medical .icon-mask {
    height: 3rem;
    top: -2.8rem; }

  .treatment::before {
    width: 30rem;
    height: 10.9rem; }
  .treatment::after {
    height: 6.8rem;
    bottom: -6.7rem; }

  .feature .btn-default-01 a {
    margin-left: auto; }
  .feature-gp.vz-01 .feature-gp-item:first-child {
    margin-bottom: 1rem;
    margin-top: -6.1rem; }
  .feature-gp.vz-01 .feature-gp-item:last-child {
    width: 100%;
    padding-left: 0; }
  .feature-gp.vz-01 .feature-gp-box:first-child::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -6.7rem;
    left: 0;
    z-index: -1;
    background: #FFFFFF; }
  .feature-gp.vz-01 .feature-gp-box:last-child {
    z-index: 1; }
    .feature-gp.vz-01 .feature-gp-box:last-child::before {
      height: calc(100% - 4rem); }
  .feature-gp.vz-02 .feature-gp-item {
    margin-bottom: 1.5rem; }
    .feature-gp.vz-02 .feature-gp-item:first-child {
      margin-top: -6.1rem; }
    .feature-gp.vz-02 .feature-gp-item:last-child {
      width: 100%;
      padding-left: 0; }
  .feature-gp.vz-03 .feature-gp-box:first-child .feature-gp-item:first-child {
    margin-bottom: 1.5rem;
    margin-top: -6.1rem; }
  .feature-gp.vz-03 .feature-gp-box:first-child .feature-gp-item:last-child {
    width: 100%;
    padding-left: 0; }
  .feature-gp.vz-03 .feature-gp-box:last-child .feature-gp-item:first-child {
    margin-bottom: 1.5rem;
    margin-top: -6.1rem; }
  .feature-gp.vz-03 .feature-gp-box:last-child .feature-gp-item:last-child {
    width: 100%;
    padding-left: 0; }

  .greeting .icon-mask {
    height: 3rem;
    top: -2.8rem; }
  .greeting::after {
    top: -3.2rem; }

  .top_column::before {
    height: 3.1rem;
    top: -3rem; } }
.mt-60 {
  margin-top: 6rem; }

.mt-50 {
  margin-top: 5rem; }

.mb70 {
  margin-bottom: 7rem; }

.mb100, .mb-101,
.mb101 {
  margin-bottom: 10rem; }

.mb150 {
  margin-bottom: 15rem; }

.sitemap-wrap {
  padding: 6.5rem 0 8.5rem; }
.sitemap-title {
  color: #fd8a5e;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 3.5rem; }
.sitemap-list {
  margin-bottom: 8.5rem; }
  .sitemap-list li {
    width: calc((100% - 3rem) / 3);
    margin-right: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2rem; }
    .sitemap-list li::before {
      content: "";
      position: absolute;
      top: 1.2rem;
      left: 0;
      width: .6rem;
      height: .6rem;
      background: #fd8a5e;
      border-radius: 100%; }
    @media (min-width: 960.5px) {
      .sitemap-list li:nth-child(3n) {
        margin-right: 0; } }
    .sitemap-list li a {
      color: #333;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0;
      transition: all 0.35s; }
      .sitemap-list li a:hover {
        color: #fd8a5e; }

.news-gp {
  padding: 5.5rem 0 6rem; }
  .news-gp-item:first-child {
    width: calc(100% - 30rem); }
  .news-gp-item:last-child {
    width: 30rem;
    padding-left: 5rem; }
  .news-gp .news-list {
    margin-bottom: 6rem;
    width: 100%; }
    .news-gp .news-list li a {
      font-size: 1.6rem; }

.pagenavi-wrap {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .pagenavi-wrap ul {
    display: flex;
    justify-content: center; }
    .pagenavi-wrap ul li {
      margin: 0 .8rem; }
      .pagenavi-wrap ul li * {
        height: 4rem;
        border: #fd8a5e solid 0.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1.55rem;
        color: #727272;
        transition: all 0.35s; }
      .pagenavi-wrap ul li .current, .pagenavi-wrap ul li a:hover {
        background: #fd8a5e;
        color: #FFFFFF; }

.archive-gp {
  border: #fd8a5e solid 0.1rem;
  margin-bottom: 5rem; }
  .archive-gp:last-child {
    margin-bottom: 0; }
.archive-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #fd8a5e;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  position: relative; }
  .archive-title::before {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 0.8rem;
    height: .8rem;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    content: "";
    border-top: .1rem solid #FFFFFF;
    border-right: .1rem solid #FFFFFF;
    transition: all 0.35s; }
  .archive-title.active::before {
    transform: translateY(-50%) rotate(315deg); }
.archive-list {
  padding: 0 1.5rem;
  max-height: 32rem;
  overflow: auto; }
  .archive-list li {
    border-bottom: #333 solid .1rem; }
    .archive-list li:last-child {
      border-bottom: 0; }
    .archive-list li a {
      color: #333;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      display: block;
      padding: 1.3rem;
      transition: all 0.35s; }
      .archive-list li a:hover {
        color: #fd8a5e; }

.single-gp .date {
  margin-bottom: 2.8rem; }
.single-gp .image {
  margin-bottom: 1.5rem; }
.single-wrap :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  color: #000000; }
.single-wrap :is(h1, h2, h3, h4, h5, h6, p, ul, ol, .wp-block-image) {
  margin-bottom: 1.5rem; }
.single-wrap ul li {
  position: relative;
  padding-left: 1.5rem; }
  .single-wrap ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background: #00c0ff; }
    @media (max-width: 960px) {
      .single-wrap ul li::before {
        top: .75rem; } }
.single-wrap a {
  color: #233b5b;
  text-decoration: underline;
  transition: all 0.35s; }
  .single-wrap a:hover {
    text-decoration: none; }
.single-wrap ol {
  padding-left: 1.5rem; }
  .single-wrap ol li {
    list-style: decimal; }
.single-wrap blockquote {
  background: #EEEEEE;
  padding: 5rem;
  border-radius: 1.5rem;
  position: relative;
  margin: 5rem 0; }
  .single-wrap blockquote::before {
    content: "";
    width: 3.4rem;
    height: 3rem;
    position: absolute;
    left: 2rem;
    top: -1.2rem;
    background-image: url(assets/img/quote.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain; }
  .single-wrap blockquote p:last-child {
    margin-bottom: 0; }
.single-wrap :is(p, li, blockquote) {
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0;
  color: #000000;
  font-weight: 500; }
.single-wrap h1 {
  font-size: 3.2rem; }
.single-wrap h2 {
  font-size: 2.4rem; }
.single-wrap h3 {
  font-size: 2.2rem; }
.single-wrap h4 {
  font-size: 2rem; }
.single-wrap h5 {
  font-size: 1.8rem; }
.single-wrap h6 {
  font-size: 1.6rem; }

.nextpre_area-item a,
.nextpre_area-item span {
  transition: all 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.5rem;
  font-size: 1.6rem;
  color: #262c34;
  height: 6.5rem;
  border: #fd8a5e solid 0.1rem;
  border-radius: 3.3rem;
  font-family: "Outfit", sans-serif;
  background: #FFF; }
.nextpre_area-item span {
  opacity: 0.5; }
.nextpre_area-item a:hover {
  color: #FFF;
  background: #fd8a5e; }

.nextpre_area.vs-02 .nextpre_area-item a,
.nextpre_area.vs-02 .nextpre_area-item span {
  border-color: #fd8a5e; }
.nextpre_area.vs-02 .nextpre_area-item a:hover {
  background: #fd8a5e; }

.single-title-01 {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0; }

.column-gp {
  padding: 5.5rem 0 6rem; }

.wp-column {
  padding: 2.4rem 0 4rem; }

.column-gp-01 {
  margin-bottom: 5rem; }
  .column-gp-01 li {
    width: calc((100% - 4.501rem) / 4);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
    .column-gp-01 li:nth-child(4n) {
      margin-right: 0; }
    .column-gp-01 li .img {
      margin-bottom: 1.5rem; }
      .column-gp-01 li .img img {
        width: 100%;
        aspect-ratio: 4 / 2.8;
        object-fit: cover; }
    .column-gp-01 li h4 {
      color: #333;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0;
      margin-bottom: .7rem; }
      .column-gp-01 li h4 a {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .column-gp-01 li p {
      color: #333;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0; }

.column-cate-list {
  margin-bottom: 3rem; }
  .column-cate-list li {
    margin-right: 1.7rem;
    margin-bottom: 1.7rem; }
    .column-cate-list li a {
      background: #FFFFFF;
      display: block;
      padding: .9rem 3.2rem;
      font-size: 1.2rem;
      color: #777777;
      transition: all 0.35s;
      border: #3b4148 solid .1rem; }
      .column-cate-list li a.active, .column-cate-list li a:hover {
        background: #3b4148;
        color: #FFFFFF; }

.catalogue {
  margin-top: 2.5rem;
  margin-bottom: 10rem; }
  .catalogue-title {
    display: none; }
  .catalogue-gp {
    max-width: 120.001rem; }
    .catalogue-gp:not(.style-4button) {
      padding: 2rem 5rem 3.9rem;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 1rem;
      border: 1px solid #353535;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
  .catalogue-list ul {
    display: flex;
    flex-wrap: wrap; }
    .catalogue-list ul li {
      margin-right: 3rem; }
      .catalogue-list ul li:last-child {
        margin-right: 0; }
      .catalogue-list ul li a {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        color: #fd8a5e;
        letter-spacing: .1rem;
        transition: ease all 500ms;
        position: relative;
        padding-top: 1.1rem;
        padding-bottom: 0.9rem;
        display: block;
        letter-spacing: 0;
        border-bottom: #353535 solid .1rem;
        padding-right: 3rem; }
        .catalogue-list ul li a::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1rem;
          width: 1.1rem;
          aspect-ratio: 1/1;
          z-index: 5;
          -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          background: #333;
          transform: translateY(-50%); }
        .catalogue-list ul li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          pointer-events: none;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 1rem;
          font-weight: bold; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both; }
          .catalogue-list ul li a:hover::after {
            width: 100%; }
  .catalogue-list.style-1columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-2columns li {
    width: calc((100% - 3.001rem) / 2); }
    .catalogue-list.style-2columns li:nth-child(2n) {
      margin-right: 0; }
  .catalogue-list.style-3columns li {
    width: calc((100% - 6.001rem) / 3); }
    .catalogue-list.style-3columns li:nth-child(3n) {
      margin-right: 0; }
  .catalogue-list.style-4button ul {
    justify-content: center;
    margin-bottom: -1.5rem; }
    .catalogue-list.style-4button ul li {
      margin-bottom: 1.5rem;
      margin-right: 1.5rem; }
      .catalogue-list.style-4button ul li:last-child {
        margin-right: 0; }
      .catalogue-list.style-4button ul li.current-menu-item a, .catalogue-list.style-4button ul li:hover a {
        color: #ffffff;
        font-weight: 500;
        background: #fd8a5e; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(253, 138, 94, 0.1);
        border: #fd8a5e solid 1px; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (max-width: 767px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            height: 100%;
            padding: 1rem; } }

.main_page #toc_container {
  width: calc(100% - 3rem);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5rem;
  padding: 2rem;
  margin-bottom: 8rem;
  background: transparent;
  border: 0; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    color: #fd8a5e; }
  .main_page #toc_container a {
    font-size: 1.8rem; }
.main_page .toc_list, .main_page .toc_title {
  width: 50%; }
.main_page .toc_list {
  position: relative; }
  .main_page .toc_list::before {
    content: "";
    position: absolute;
    width: calc(100% + 2rem);
    height: calc(100% + 9rem);
    top: -7rem;
    left: -2rem;
    background: rgba(253, 138, 94, 0.1);
    border: #fd8a5e solid 1px;
    z-index: -1; }

.contact_form {
  margin-bottom: 10rem; }
  .contact_form table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
    .contact_form table td {
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 200%;
      letter-spacing: .1rem;
      color: #333333;
      padding: 1.5rem;
      border-bottom: #CCC solid 1px;
      position: relative; }
      .contact_form table td:first-child {
        width: 40rem; }
      .contact_form table td .required {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 1.2rem;
        color: #FFFFFF;
        background: #fd8a5e;
        line-height: 170%;
        padding: 0 .6rem; }
  .contact_form-btn {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .contact_form-btn-item {
      margin-right: 1.5rem; }
      .contact_form-btn-item:last-child {
        margin-right: 0; }
      .contact_form-btn-item * {
        color: #fd8a5e;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: 0.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 28rem;
        height: 7rem;
        border-radius: 7rem;
        border: #fd8a5e solid 2px;
        position: relative;
        transition: all 0.35s;
        background: #FFFFFF;
        cursor: pointer; }
        .contact_form-btn-item *::before {
          content: "";
          position: absolute;
          width: 2.4rem;
          height: 2.4rem;
          top: 50%;
          right: 2.2rem;
          background: #fd8a5e;
          -webkit-mask: url(assets/img/arrow-right-01.png) center/100% no-repeat;
          mask: url(assets/img/arrow-right-01.png) center/100% no-repeat;
          transform: translateY(-50%);
          transition: all 0.35s; }
        .contact_form-btn-item *:hover {
          background: #fd8a5e;
          color: #FFFFFF; }
          .contact_form-btn-item *:hover::before {
            background: #FFFFFF; }
  .contact_form .input-item {
    width: 100%;
    height: 5rem;
    border-radius: 0;
    border: #333333 solid 1px;
    padding: 1.5rem;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", sans-serif; }
  .contact_form textarea.input-item {
    height: 20rem; }

.mw_wp_form_confirm .contact_form-btn-item.vz-reset {
  display: none; }

.contact-txt .required {
  color: #FFFFFF;
  background: #fd8a5e;
  line-height: 170%;
  padding: .2rem .6rem;
  margin-right: 1.5rem;
  font-size: 1.2rem; }
.contact-info {
  margin-top: 6rem;
  padding: 4rem;
  border: 2px solid #fd8a5e; }
  .contact-info p {
    color: #fd8a5e;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem; }
  .contact-info .tel {
    text-align: center; }
  .contact-info a {
    color: #fd8a5e;
    font-size: 3.8rem;
    text-align: center;
    padding-left: 3.6rem;
    background: url(assets/img/inquiry-tel.svg) no-repeat top 1rem left;
    background-size: 2.5rem; }

@media (max-width: 960px) {
  .mb-101 {
    margin-bottom: 7rem; }

  .mb70 {
    margin-bottom: 3rem; }

  .sitemap-wrap {
    padding: 1rem 0 5.6rem; }
  .sitemap-list {
    margin-bottom: 2.7rem; }
    .sitemap-list li {
      width: calc((100% - 1.501rem) / 2);
      margin-bottom: 1rem; }
      .sitemap-list li:nth-child(2n) {
        margin-right: 0; }
      .sitemap-list li a {
        font-size: 1.5rem; }

  .news-gp-item:first-child {
    width: 100%; }
  .news-gp-item:last-child {
    padding-left: 0;
    width: 100%; }

  .archive-gp {
    margin-bottom: 3rem; }

  .nextpre_area-item a,
  .nextpre_area-item span {
    width: 20rem; }

  .single-title-01 {
    font-size: 2.2rem;
    text-align: justify;
    display: block;
    margin-bottom: 1rem; }

  .single-wrap {
    margin-bottom: 5.4rem; }
    .single-wrap h1 {
      font-size: 2.2rem; }
    .single-wrap h2 {
      font-size: 2.0rem; }
    .single-wrap h3 {
      font-size: 1.8rem; }
    .single-wrap h4 {
      font-size: 1.6rem; }
    .single-wrap h5 {
      font-size: 1.4rem; }
    .single-wrap h6 {
      font-size: 1.3rem; }
    .single-wrap :is(p, li, blockquote) {
      font-size: 1.5rem;
      line-height: 175%; }
    .single-wrap blockquote {
      padding: 2rem;
      margin: 3rem 0; }
      .single-wrap blockquote::before {
        top: -0.5rem;
        width: 2rem;
        height: 1.8rem; }
  .single-title-01 {
    font-size: 2.2rem;
    text-align: justify;
    margin-bottom: 1rem; }

  .nextpre_area-item a,
  .nextpre_area-item span {
    width: 20rem; }

  .column-gp {
    padding-bottom: 0; }

  .wp-column {
    padding: 0 0 1rem; }

  .column-gp-01 {
    margin-bottom: 3rem; }
    .column-gp-01 li {
      width: calc((100% - 1.501rem) / 2); }
      .column-gp-01 li:nth-child(2n) {
        margin-right: 0; }

  .column-cate-list li {
    margin-right: 1.5rem;
    margin-bottom: 1rem; }
    .column-cate-list li a {
      padding: .9rem 1.5rem; }

  .main_page #toc_container a {
    font-size: 1.5rem; }

  .contact_form {
    margin-bottom: 6rem; }
    .contact_form-btn-item * {
      font-size: 1.5rem;
      height: 6rem;
      max-width: 24rem; }
    .contact_form .input-item {
      height: 4.5rem; }
    .contact_form table td {
      font-size: 1.5rem; }
      .contact_form table td:first-child {
        width: 25rem; }
    .contact_form textarea.input-item {
      height: 14rem; }

  .contact-info p {
    font-size: 2rem; } }
@media (max-width: 767px) {
  .sitemap-list li {
    width: 100%;
    margin-right: 0; }
    .sitemap-list li:last-child {
      margin-bottom: 0; }

  .wp-news-gp {
    flex-wrap: wrap !important; }
    .wp-news-gp-item:first-child {
      width: 100%;
      margin-bottom: 5rem; }
    .wp-news-gp-item:last-child {
      width: 100%;
      padding-left: 0; }

  .nextpre_area-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .nextpre_area-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
      margin-top: 1.5rem;
      order: 1; }
    .nextpre_area-item:nth-child(3n) {
      margin-right: 0; }
    .nextpre_area-item a,
    .nextpre_area-item span {
      width: 100%;
      height: 5rem; }

  .column-gp-01 li {
    width: 100%;
    margin-right: 0; }
    .column-gp-01 li:last-child {
      margin-bottom: 0; }

  .main_page #toc_container {
    padding: 1.5rem; }
  .main_page .toc_list::before {
    left: -1.5rem;
    width: calc(100% + 3rem); }
  .main_page .toc_list, .main_page .toc_title {
    width: 100%; }

  .wp_clinic_img li {
    width: 100%;
    margin-right: 0; }
    .wp_clinic_img li p {
      font-size: 1.8rem; }
      .wp_clinic_img li p::before {
        top: 1rem;
        width: 1.6rem;
        height: 1.6rem; }

  .catalogue-list.style-2columns li, .catalogue-list.style-3columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-4button ul {
    margin-bottom: -1rem; }
    .catalogue-list.style-4button ul li {
      width: calc((100% - 1.01rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .catalogue-list.style-4button ul li:nth-child(2n) {
        margin-right: 0; }
      .catalogue-list.style-4button ul li a {
        font-size: 1.5rem; }

  .contact-info {
    padding: 2rem 1rem; }
    .contact-info p {
      font-size: 1.6rem;
      margin-bottom: 2rem; }
    .contact-info a {
      font-size: 2rem;
      background-size: 1.6rem;
      padding-left: 2.5rem;
      background-position: top .2rem left; }

  .contact_form-btn-item {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .contact_form-btn-item:last-child {
      margin-bottom: 0; }
  .contact_form table td {
    float: left;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 0; }
    .contact_form table td:first-child {
      width: 100%;
      padding-bottom: 0; } }

/*# sourceMappingURL=style.css.map */
