@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=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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=Noto+Sans+JP:wght@100..900&display=swap");
.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif; }

html {
  font-size: 0.521vw; }
  @media (max-width: 1440px) and (min-width: 961px) {
    html {
      font-size: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -19rem;
  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: 185%;
  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: #a49268 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: 7rem; } }

.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;
    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-1300 {
  max-width: 133rem; }

.grid-1272 {
  max-width: 130.2rem; }

.grid-1260 {
  max-width: 129rem; }

.grid-1440 {
  max-width: 147rem; }

.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: 16.5rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  z-index: 60;
  padding-bottom: 2rem;
  transition: all 0.35s; }
  .header-gp-item {
    padding: 0 1.7rem; }
    .header-gp-item:first-child {
      padding-left: 3rem;
      padding-top: 1.6rem; }
    .header-gp-item:last-child {
      padding-top: 0;
      transition: all 0.35s; }
  .header-gp .logo img {
    width: 18rem;
    transition: all 0.35s; }
  .header-btn-gp {
    background: #a49268;
    margin-bottom: 1rem; }
    .header-btn-gp li {
      border-right: #FFFFFF solid 1px;
      height: 8rem;
      display: flex;
      align-items: center; }
      .header-btn-gp li:last-child {
        border-right: 0; }
      .header-btn-gp li .instagram {
        padding: 0 2.8rem; }
        .header-btn-gp li .instagram a {
          font-size: 0;
          width: 5.4rem;
          height: 5.4rem;
          display: block;
          -webkit-mask: url(assets/img/instagram-01.svg) center/100% no-repeat;
          mask: url(assets/img/instagram-01.svg) center/100% no-repeat;
          background: #FFFFFF; }
      .header-btn-gp li.txt {
        flex-flow: column;
        justify-content: center; }
        .header-btn-gp li.txt .location {
          border-top: #FFFFFF solid 1px;
          padding: 0.6rem 1.5rem 0.6rem 4rem;
          position: relative;
          transition: all 0.35s; }
          .header-btn-gp li.txt .location::before {
            content: "";
            position: absolute;
            width: 1.6rem;
            height: 2.4rem;
            top: 0.8rem;
            transition: all 0.35s;
            left: 1.7rem;
            background: url(assets/img/icon-location.png) no-repeat center;
            background-size: contain; }
        .header-btn-gp li.txt .tel a {
          font-family: "Plus Jakarta Sans", sans-serif;
          font-size: 2.2rem;
          letter-spacing: .25rem;
          transition: all 0.35s; }
        .header-btn-gp li.txt * {
          color: #FFFFFF;
          font-size: 1.7rem;
          font-weight: 700;
          line-height: 175%;
          letter-spacing: 0.03rem; }
      .header-btn-gp li .link_order {
        padding: 0 2.5rem; }
        .header-btn-gp li .link_order a {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-flow: column; }
          .header-btn-gp li .link_order a span {
            color: #FFFFFF;
            font-size: 2rem;
            font-weight: 700;
            line-height: 175%;
            letter-spacing: 0.2rem;
            font-family: "Zen Maru Gothic", sans-serif; }
            .header-btn-gp li .link_order a span:last-child {
              position: relative;
              padding-right: 2.8rem;
              letter-spacing: 0; }
              .header-btn-gp li .link_order a span:last-child::before {
                content: "";
                position: absolute;
                width: 1.8rem;
                height: 1.7rem;
                background: url(assets/img/icon-01.png) no-repeat center;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                background-size: contain; }
  .header-menu {
    position: relative; }
    .header-menu li {
      padding: 0 2rem;
      border-right: #007a50 solid 1px; }
      .header-menu li:first-child {
        border-left: #007a50 solid 1px; }
      .header-menu li a {
        position: relative;
        display: block; }
        .header-menu li a::before {
          content: "";
          position: absolute;
          width: 1.5rem;
          height: 1.3rem;
          bottom: -1.4rem;
          left: 50%;
          transform: translateX(-50%);
          background: #f6ad3c;
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          opacity: 0;
          transition: all 0.35s; }
        .header-menu li a span {
          color: #5c2e03;
          font-size: 1.6rem;
          font-weight: 900;
          line-height: 175%;
          letter-spacing: 0;
          display: block;
          text-align: center; }
          .header-menu li a span:last-child {
            margin-bottom: 0;
            color: #f6ad3c;
            font-size: 1.5rem; }
        .header-menu li a:hover::before {
          opacity: 1; }
      .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: 100%;
          padding-top: 1.5rem;
          transition: all 0.35s;
          min-width: 76rem;
          width: 100%;
          padding: 3rem 1.5rem; }
          .header-menu li .sub-menu::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: calc(100% - 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: #009944;
                transition: all 0.35s; }
              .header-menu li .sub-menu li a:hover {
                padding-left: 1rem; }
                .header-menu li .sub-menu li a:hover::before {
                  background: #009944; }
                .header-menu li .sub-menu li a:hover::after {
                  width: 100%; }
            .header-menu li .sub-menu li.current_page_item a {
              color: #009944; }
              .header-menu li .sub-menu li.current_page_item a::before {
                background: #009944; }
        .header-menu li:hover .sub-menu {
          opacity: 1;
          pointer-events: auto; }
        .header-menu li:hover.menu-item-has-children > a::before {
          opacity: 1; } }

@media (min-width: 960.5px) {
  .home header {
    height: auto; }
  .home .header {
    background: transparent;
    position: absolute; }
    .home .header.active {
      background: #FFFFFF;
      position: fixed; }
      .home .header.active .header-gp .logo img {
        width: 18rem; }
      .home .header.active .header-gp-item:last-child {
        padding-top: 0; }
      .home .header.active .header-btn-gp li {
        height: 8rem; }
        .home .header.active .header-btn-gp li.txt .tel {
          padding-bottom: 0; }
          .home .header.active .header-btn-gp li.txt .tel a {
            font-size: 2.2rem; }
        .home .header.active .header-btn-gp li.txt .location {
          padding: 0.6rem 1.5rem 0.6rem 4rem; }
          .home .header.active .header-btn-gp li.txt .location::before {
            top: 0.8rem; }
      .home .header.active .header-menu.vz-01 {
        opacity: 1;
        pointer-events: all; }
    .home .header-gp .logo img {
      width: 24rem; }
    .home .header-gp-item:last-child {
      padding-top: 2.1rem; }
    .home .header-btn-gp li {
      height: 11rem; }
      .home .header-btn-gp li.txt .location {
        padding: 1.2rem 1.5rem 1.3rem 4rem; }
        .home .header-btn-gp li.txt .location::before {
          top: 1.4rem; }
      .home .header-btn-gp li.txt .tel {
        padding-bottom: .4rem; }
        .home .header-btn-gp li.txt .tel a {
          font-size: 2.8rem; }
    .home .header-menu.vz-01 {
      opacity: 0;
      transition: all 0.35s;
      pointer-events: none; } }
@media (max-width: 960px) {
  header {
    height: 6rem; }

  .header {
    padding-bottom: 0; }
    .header-gp .logo img {
      width: 8rem; }
    .header-gp-item:first-child {
      padding: 0;
      display: flex;
      width: 100%;
      padding-left: 1.5rem;
      justify-content: space-between;
      align-items: center; }
    .header-gp-item:last-child {
      display: none;
      padding: 0 1.5rem 15rem;
      height: calc(100vh - 6rem);
      overflow-y: scroll;
      width: 100%; }
    .header-menu {
      background: transparent;
      margin-bottom: 3rem; }
      .header-menu.vz-01 {
        display: none; }
      .header-menu.u-sp {
        display: block; }
      .header-menu li {
        border-bottom: #1c181a solid 1px;
        margin-left: 0;
        padding: 0;
        border-right: 0; }
        .header-menu li:first-child {
          border-left: 0; }
        .header-menu li a {
          color: #333333;
          font-size: 1.5rem;
          height: auto;
          display: flex;
          padding: 1rem 0;
          justify-content: flex-start;
          width: 100%;
          line-height: 175%;
          position: relative; }
          .header-menu li a::before {
            clip-path: inherit; }
        .header-menu li.current-menu-item a {
          background: transparent;
          color: #009944; }
      .header-menu .menu > li:not(.item-has-children) a::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: auto;
        right: 1rem;
        width: 1rem;
        aspect-ratio: 1 / 1;
        z-index: 1;
        -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
        mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
        background: #333333;
        transform: translateY(-50%);
        border: 0;
        opacity: 1;
        height: 1rem; }
      .header-menu .menu > li.current-menu-item a::before {
        background: #009944; }
    .header-btn-gp {
      justify-content: center;
      display: none; }
      .header-btn-gp li {
        height: auto;
        justify-content: center;
        width: 100%;
        border-right: 0;
        border-bottom: #FFFFFF solid 1px; }
        .header-btn-gp li:last-child {
          border-bottom: 0; }
        .header-btn-gp li .link_order {
          padding: 1.5rem; }
        .header-btn-gp li.txt * {
          font-size: 1.5rem;
          letter-spacing: 0; }
        .header-btn-gp li.txt .tel {
          padding-top: 1.5rem;
          padding-bottom: 1.5rem; }
        .header-btn-gp li.txt .location {
          padding: 1.5rem 1.5rem 1.5rem 4rem; }
          .header-btn-gp li.txt .location::before {
            top: 1.6rem; }
        .header-btn-gp li .instagram {
          padding: 1.5rem; }

  .nav-menu {
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
    background: #009944;
    width: 6rem;
    height: 6rem;
    z-index: 10; }
    .nav-menu-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 1.5rem; }
      .nav-menu-item span {
        background: #fff;
        display: block;
        height: 1px;
        transition: transform 0.3s;
        width: 100%;
        transform-origin: center;
        position: relative; }
      .nav-menu-item.active span:first-child {
        transform: rotate(45deg);
        margin-bottom: 0;
        top: .9rem; }
      .nav-menu-item.active span:nth-child(2) {
        display: none; }
      .nav-menu-item.active span:nth-child(3) {
        transform: rotate(135deg);
        top: -0.6rem; }

  .menu-title {
    font-size: 2.4rem;
    color: #171717;
    margin-top: 4rem; } }
@media (max-width: 767px) {
  .header-btn-gp li.txt .location {
    width: 100%; } }
.footer {
  padding: 13.5rem 0;
  background: url(assets/img/footer-bg-01.jpg) no-repeat center;
  background-size: cover; }
  .footer-title-01 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFFFFF;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.2rem;
    margin-bottom: 1.4rem; }
  .footer-wrap {
    border-radius: 2rem;
    padding: 0 7.8rem;
    background: rgba(137, 102, 52, 0.6); }
  .footer-gp {
    margin-bottom: 7.2rem; }
    .footer-gp-box:first-child {
      width: calc(100% - 66.7rem);
      padding-right: 7rem;
      padding-top: 4.8rem; }
    .footer-gp-box:last-child {
      width: 66.7rem;
      margin-top: 7.7rem;
      position: relative; }
      .footer-gp-box:last-child::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -2.5rem;
        left: 2.5rem;
        border: #FFFFFF solid 1px;
        border-radius: 1.5rem;
        pointer-events: none; }
    .footer-gp-box .logo {
      position: relative;
      z-index: 0;
      padding-right: 7.5rem;
      padding-bottom: 4rem;
      text-align: center;
      margin-bottom: 3.6rem; }
      .footer-gp-box .logo::before {
        content: "";
        position: absolute;
        width: calc(100% + 7.8rem);
        height: calc(100% + 4.8rem);
        top: -4.8rem;
        left: -7.8rem;
        z-index: -1;
        background: #FFFFFF;
        border-radius: 2rem 0 2rem 0; }
      .footer-gp-box .logo img {
        width: 44rem; }
      .footer-gp-box .logo p {
        color: #000000;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.27rem; }
    .footer-gp-box iframe {
      width: 100%;
      height: 71.5rem;
      vertical-align: top;
      border: 0;
      border-radius: 1.5rem; }
  .footer-menu {
    margin-bottom: 6.4rem; }
    .footer-menu-item {
      width: 66.7rem; }
      .footer-menu-item:first-child {
        width: calc(100% - 66.7rem); }
    .footer-menu-list li {
      width: 50%;
      margin-bottom: 1.4rem; }
      .footer-menu-list li a {
        color: #FFFFFF;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0;
        position: relative;
        padding-left: 2.4rem; }
        .footer-menu-list li a::before {
          content: "";
          position: absolute;
          width: 1.5rem;
          height: 1.5rem;
          top: .7rem;
          left: 0;
          border-radius: 100%;
          background: #FFFFFF; }
    .footer-menu-list.vs-02 li {
      width: calc(100% / 3); }
  .footer-btn-gp {
    margin-top: 2.3rem;
    margin-bottom: 1.5rem;
    flex-wrap: nowrap; }
  .footer-btn-item {
    margin-right: 1.8rem; }
    .footer-btn-item:last-child {
      margin-right: 0; }
    .footer-btn-item a {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: #009944;
      height: 7.5rem;
      border-radius: 1rem;
      color: #FFFFFF;
      font-size: 2.3rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.03rem; }
    .footer-btn-item.reserve a {
      background: #8bc26b;
      min-width: 19.5rem;
      position: relative;
      padding-left: 4rem; }
      .footer-btn-item.reserve a::before {
        content: "";
        position: absolute;
        width: 3.9rem;
        height: 3.7rem;
        top: 50%;
        transform: translateY(-50%);
        left: 2.7rem;
        background: url(assets/img/icon-calendar.png) no-repeat center;
        background-size: contain; }
      .footer-btn-item.reserve a span {
        display: block;
        font-size: 2rem;
        line-height: 100%; }
        .footer-btn-item.reserve a span:last-child {
          font-size: 1.6rem;
          font-weight: 500; }
    .footer-btn-item.tel a {
      font-family: "Plus Jakarta Sans", sans-serif;
      min-width: 26.5rem; }
  .footer-list-01 {
    margin-bottom: 4rem; }
    .footer-list-01 li {
      color: #FFFFFF;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.13rem;
      margin-bottom: 2rem;
      position: relative;
      padding-left: 4.7rem; }
      .footer-list-01 li::before {
        content: "";
        position: absolute;
        width: 3.2rem;
        height: 3.2rem;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background: url(assets/img/icon-03.png) no-repeat center;
        background-size: contain; }
      .footer-list-01 li:nth-child(2)::before {
        width: 2.9rem;
        height: 2.5rem;
        background-image: url(assets/img/icon-04.png); }
      .footer-list-01 li:last-child {
        margin-bottom: 0; }
        .footer-list-01 li:last-child::before {
          width: 2.9rem;
          height: 3.9rem;
          background-image: url(assets/img/icon-05.png); }

.copyright {
  border-top: #FFFFFF solid 1px;
  padding: 4.7rem 0; }
  .copyright-item.logo {
    border-right: #FFFFFF solid 1px;
    margin-right: 4rem;
    padding: .25rem 4rem 0.25rem 0; }
    .copyright-item.logo img {
      width: 20rem; }
  .copyright-item.txt p {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0; }

.table-calendar table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2rem; }
  .table-calendar table td {
    border-bottom: #FFFFFF solid 1px;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.15rem;
    padding: 1.6rem 0;
    width: 4.5rem; }
    .table-calendar table td:first-child {
      width: 17.5rem;
      padding-left: 1.5rem;
      font-size: 1.8rem; }
  .table-calendar table tr:first-child td {
    border-top: #FFFFFF solid 1px; }
    .table-calendar table tr:first-child td:first-child {
      font-size: 1.6rem; }
.table-calendar p {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.15rem; }
.table-calendar.vz-02 {
  background: #FFFFFF;
  padding: 3rem 2.2rem 2.5rem;
  margin-bottom: 4.7rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.7rem 0.7rem; }
  .table-calendar.vz-02 td {
    background: rgba(0, 153, 68, 0.2);
    color: #171717;
    border-bottom: 0;
    padding-top: .9rem;
    padding-bottom: .9rem; }
    .table-calendar.vz-02 td:first-child {
      padding-left: 2.4rem;
      width: 15.5rem; }
  .table-calendar.vz-02 tr:first-child td {
    border-top: 0;
    background: #009944;
    color: #FFFFFF;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem; }
  .table-calendar.vz-02 tr:nth-child(2) td {
    padding-top: 2.2rem; }
  .table-calendar.vz-02 tr:last-child td {
    padding-bottom: 2.7rem; }
  .table-calendar.vz-02 p {
    color: #171717; }

.fix_recruit {
  position: absolute;
  bottom: 25.5rem;
  right: 6.8rem;
  transition: all 0.35s; }
  .fix_recruit.active {
    opacity: 0;
    pointer-events: none; }
  .fix_recruit img {
    width: 30.2rem; }
  .fix_recruit .close {
    position: absolute;
    top: 1.6rem;
    right: 3.6rem;
    width: 3rem;
    height: 3rem;
    background: url(assets/img/icon-close.png) no-repeat center;
    background-size: contain;
    cursor: pointer; }

@media (max-width: 960px) {
  .table-calendar table td {
    font-size: 1.5rem; }
  .table-calendar p {
    font-size: 1.5rem;
    line-height: 185%; }
  .table-calendar.vz-02 {
    padding: 1.5rem; }
    .table-calendar.vz-02 td:first-child {
      padding-left: 1rem; }

  .footer {
    padding: 8rem 0; }
    .footer-wrap {
      padding: 0 1.5rem; }
    .footer-menu {
      display: none; }
    .footer-gp {
      margin-bottom: 3rem; }
      .footer-gp-box:first-child {
        width: 100%;
        padding-right: 0; }
      .footer-gp-box:last-child {
        width: 100%;
        margin-top: 5rem; }
        .footer-gp-box:last-child::before {
          top: -1rem;
          left: 1rem; }
      .footer-gp-box .logo {
        padding-right: 0; }
        .footer-gp-box .logo::before {
          left: -1.5rem;
          width: calc(100% + 3rem);
          border-radius: 2rem 2rem 0 0; }
        .footer-gp-box .logo p {
          font-size: 1.5rem;
          text-align: center; }
        .footer-gp-box .logo img {
          width: 30rem; }
      .footer-gp-box iframe {
        height: 30rem; }
    .footer-btn-gp {
      flex-wrap: wrap;
      justify-content: center; }
    .footer-list-01 li {
      font-size: 1.5rem; }
    .footer_fix-menu {
      display: flex;
      position: fixed;
      z-index: 5;
      bottom: 0;
      left: 0;
      width: 100%; }
      .footer_fix-menu li {
        width: calc(100% / 4);
        border-right: #FFFFFF solid 1px; }
        .footer_fix-menu li:last-child {
          border-right: 0; }
        .footer_fix-menu li a {
          background: #036d32;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 6rem;
          color: #FFFFFF;
          font-size: 1.5rem;
          letter-spacing: 0;
          line-height: 150%;
          font-weight: 500; }
          .footer_fix-menu li a.img {
            font-size: 0;
            background-repeat: no-repeat;
            background-position: center; }
            .footer_fix-menu li a.img.location {
              background-image: url(assets/img/icon-location.png);
              background-size: 1.6rem; }
            .footer_fix-menu li a.img.instagram {
              position: relative; }
              .footer_fix-menu li a.img.instagram::before {
                content: "";
                position: absolute;
                width: 3rem;
                height: 3rem;
                -webkit-mask: url(assets/img/instagram-01.svg) center/100% no-repeat;
                mask: url(assets/img/instagram-01.svg) center/100% no-repeat;
                background: #FFFFFF; }

  .fix_recruit {
    bottom: 10rem;
    right: 1.5rem;
    display: none; }
    .fix_recruit .close {
      right: 0;
      width: 2rem;
      height: 2rem; }
    .fix_recruit img {
      width: 12rem; }

  .copyright {
    padding: 2.7rem 0 2.5rem; }
    .copyright-item.logo {
      margin-right: 2rem;
      padding: .25rem 2rem 0.25rem 0; } }
@media (max-width: 767px) {
  .footer-btn-gp {
    justify-content: center; }
  .footer-btn-item {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .footer-btn-item:last-child {
      margin-bottom: 0; }
    .footer-btn-item.reserve a {
      min-width: 26.5rem; }
      .footer-btn-item.reserve a::before {
        left: 5.7rem; }

  .fix_recruit {
    bottom: 4.5rem; }

  .copyright-item.logo {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: #FFFFFF solid 1px; }
    .copyright-item.logo img {
      width: 14rem; }
  .copyright-item.txt p {
    text-align: center; } }
.group-title-01 :is(h2, h3, h4, h5, h6) {
  text-align: center;
  width: 100%;
  display: block;
  color: #026F2E;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.1rem;
  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: 9rem;
    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: #026F2E; }

.group-title-02 :is(h2, h3, h4, h5, h6) {
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  padding: 2rem;
  background-color: #026F2E; }

.group-title-03 :is(h2, h3, h4, h5, h6) {
  width: 100%;
  display: block;
  color: #026F2E;
  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: 2.2rem;
    padding-bottom: 1.8rem; }
    .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; }

  .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; }

.t-center {
  text-align: center; }

@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; }

.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: #333333;
    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; }
.block-table-01 tr:first-child td:first-child {
  border-top: #026F2E solid 1px; }
.block-table-01 tr:last-child td:first-child {
  border-bottom: #026F2E solid 1px; }
.block-table-01 td {
  border-top: #026F2E solid 1px;
  border-bottom: #026F2E solid 1px;
  padding: 0.9rem 1.5rem; }
  .block-table-01 td:first-child {
    width: 15rem;
    color: #ffffff;
    font-weight: bold;
    padding-right: 0;
    background-color: #026F2E;
    border-top: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px; }
  .block-table-01 td:last-child {
    padding-right: 0; }
.block-table-02 table {
  table-layout: fixed; }
  .block-table-02 table.middle td,
  .block-table-02 table.middle th {
    vertical-align: middle; }
.block-table-02 tr:last-child td:first-child {
  border-bottom: #026F2E solid 1px; }
.block-table-02 th,
.block-table-02 td {
  padding: 1.5rem 1rem;
  border: #026F2E solid 1px;
  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.no-bg,
  .block-table-02 td.no-bg {
    background-color: transparent !important; }
    .block-table-02 th.no-bg:first-child,
    .block-table-02 td.no-bg:first-child {
      color: #333333 !important;
      font-weight: 500 !important;
      text-align: center !important;
      border: #026F2E solid 1px !important; }
.block-table-02 th,
.block-table-02 td:first-child {
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: bold !important;
  color: #ffffff !important;
  border-right: #ffffff solid 1px;
  border-bottom: #ffffff solid 1px;
  background-color: #026F2E; }
.block-table-02 th:last-child {
  border-right: #026F2E solid 1px; }
.block-table-02 .vs-02 td {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left !important;
  padding-left: 4rem; }
.block-table-02 .tbl-compare th:first-child,
.block-table-02 .tbl-compare td:first-child {
  width: 30rem; }
.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: 40rem; }

.column-default-30 {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .column-default-30 .item {
    width: calc((100% - 4.001rem) / 3);
    margin-right: 2rem;
    margin-bottom: 4rem; }
    .column-default-30 .item:nth-child(3n) {
      margin-right: 0; }
    .column-default-30 .item img {
      border-radius: 1rem;
      width: 100%;
      aspect-ratio: 4 / 2.8;
      object-fit: cover;
      margin-bottom: 2.5rem; }

.main_page > .grid-1200 {
  padding-left: 0;
  padding-right: 0; }
.main_page #toc_container {
  left: 1.5rem;
  position: relative; }
@media (max-width: 960px) and (max-width: 767px) {
  .main_page #toc_container {
    width: calc(100% - 3rem) !important; } }

.main_page ol,
.main_page ul {
  display: flex;
  flex-wrap: wrap;
  border: .2rem solid #026F2E;
  padding: 2rem 3rem 1.5rem;
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .main_page ol,
    .main_page ul {
      border: .2rem solid #026F2E; } }
  .main_page ol li,
  .main_page ul li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 2.4rem;
    position: relative;
    font-size: 1.8rem;
    color: #333333;
    font-weight: 500;
    line-height: 185%;
    letter-spacing: .115rem; }
    .main_page ol li::before,
    .main_page ul li::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      top: 1rem;
      left: 0;
      background: #026F2E; }
    .main_page ol li:nth-child(2n),
    .main_page ul li:nth-child(2n) {
      margin-right: 0; }
    .main_page ol li.last,
    .main_page ul li.last {
      padding-left: 0; }
      .main_page ol li.last::before,
      .main_page ul li.last::before {
        content: none; }
    @media (min-width: 960.5px) {
      .main_page ol li:nth-last-child(2), .main_page ol li:last-child,
      .main_page ul li:nth-last-child(2),
      .main_page ul li:last-child {
        margin-bottom: 0; } }
  .main_page ol.vs-02 li,
  .main_page ul.vs-02 li {
    padding-left: 2.5rem; }
    .main_page ol.vs-02 li::before,
    .main_page ul.vs-02 li::before {
      width: 2rem;
      height: 2rem;
      top: .4rem;
      -webkit-mask: url(assets/img/check.svg) center/100% no-repeat;
      mask: url(assets/img/check.svg) center/100% no-repeat; }
    .main_page ol.vs-02 li.last,
    .main_page ul.vs-02 li.last {
      padding-left: 0; }

.block-event {
  width: 100%;
  position: relative; }
  .block-event--item {
    width: 100%;
    padding: 3rem 3rem 3rem 6rem;
    background-color: rgba(2, 111, 46, 0.2);
    position: relative; }
    .block-event--item:not(:last-child) {
      margin-bottom: 2rem; }
  .block-event .num {
    background: #026F2E;
    padding: 0.3rem 1rem;
    display: inline-block;
    color: #ffffff;
    border-radius: 0rem;
    position: absolute;
    left: 0rem;
    top: 0rem; }
  .block-event strong {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0.5rem; }
  .block-event .num,
  .block-event strong {
    font-size: 2rem;
    font-weight: 600;
    line-height: 185%;
    letter-spacing: .1rem; }

.btn-default-01 a.vs-0930 {
  font-size: 2.5rem;
  letter-spacing: .2rem; }

.block-title-one {
  color: #026F2E;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 165%;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  position: relative; }
  .block-title-one::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5rem;
    height: .2rem;
    background-color: #026F2E; }

.block-title-two {
  color: #026F2E;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 165%;
  padding-bottom: 2rem;
  position: relative;
  margin-top: 2rem;
  letter-spacing: .2rem;
  text-align: right; }

p.copy {
  color: #007032;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: .1rem; }

@media (max-width: 960px) {
  .mb-70 {
    margin-bottom: 5rem; }

  .mb-100 {
    margin-bottom: 7rem; }

  .main_page p:not(:last-child) {
    margin-bottom: 1rem; }
  .main_page p.copy {
    font-size: 1.7rem;
    letter-spacing: .05rem; }

  .block-event--item {
    padding: 4rem 2rem 1.5rem 2rem; }
    .block-event--item:not(:last-child) {
      margin-bottom: 1.5rem; }
  .block-event .num,
  .block-event strong {
    font-size: 1.7rem;
    letter-spacing: .05rem; }
  .block-event strong {
    margin-bottom: 0; }

  .main_page ol,
  .main_page ul {
    border: .2rem solid #026F2E;
    padding: 1.5rem 1.5rem 1.5rem;
    margin-bottom: 3rem; } }
  @media (max-width: 960px) and (max-width: 767px) {
    .main_page ol,
    .main_page ul {
      border: 1px solid #026F2E; } }
@media (max-width: 960px) {
    .main_page ol li,
    .main_page ul li {
      width: 100%;
      margin-right: 0rem;
      margin-bottom: 1rem;
      padding-left: 2.2rem;
      font-size: 1.5rem;
      letter-spacing: .08rem; }
      .main_page ol li::before,
      .main_page ul li::before {
        content: "";
        position: absolute;
        width: 1.2rem;
        height: 1.2rem;
        top: 0.8rem; }
      .main_page ol li:nth-child(2n),
      .main_page ul li:nth-child(2n) {
        margin-right: 0; }
      .main_page ol li.last,
      .main_page ul li.last {
        padding-left: 0; }
        .main_page ol li.last::before,
        .main_page ul li.last::before {
          content: none; } }
    @media (max-width: 960px) and (min-width: 960.5px) {
      .main_page ol li:nth-last-child(2), .main_page ol li:last-child,
      .main_page ul li:nth-last-child(2),
      .main_page ul li:last-child {
        margin-bottom: 0; } }
    @media (max-width: 960px) and (max-width: 767px) {
      .main_page ol li,
      .main_page ul li {
        margin-bottom: 0.8rem; }
        .main_page ol li:last-child,
        .main_page ul li:last-child {
          margin-bottom: 0; } }
@media (max-width: 960px) {
    .main_page ol.vs-02 li,
    .main_page ul.vs-02 li {
      padding-left: 2.5rem; }
      .main_page ol.vs-02 li::before,
      .main_page ul.vs-02 li::before {
        width: 2rem;
        height: 2rem;
        top: .4rem;
        -webkit-mask: url(assets/img/check.svg) center/100% no-repeat;
        mask: url(assets/img/check.svg) center/100% no-repeat; }
      .main_page ol.vs-02 li.last,
      .main_page ul.vs-02 li.last {
        padding-left: 0; }

  .block-title-two--sp {
    position: absolute;
    left: 1.5rem;
    bottom: 2.3rem;
    margin-bottom: 0;
    padding: 1.1rem 2rem 1.5rem 2rem;
    width: 100%;
    margin-top: 0;
    text-align: left;
    background: #FFFFFF;
    font-size: 1.8rem;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 90%); }

  .block-title-one {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem; }

  .colums-block p:not(:last-child) {
    margin-bottom: 1rem; }
  .colums-block .item {
    width: 100% !important;
    position: relative; }
    .colums-block .item:first-child {
      padding-left: 0rem !important;
      padding-right: 0rem !important; }
    .colums-block .item:last-child {
      padding-left: 0rem !important;
      padding-right: 0rem !important; }
    .colums-block .item img {
      border-radius: 0.7rem; }
    .colums-block .item.left:first-child {
      order: 1;
      margin-top: 1.5rem; }
    .colums-block .item.right:last-child {
      order: 0; }
    .colums-block .item.right:first-child {
      order: 1;
      margin-top: 1.5rem; }
    .colums-block .item.left:last-child {
      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 th,
  .block-table table td {
    font-size: 1.5rem;
    line-height: 185%;
    color: #333333;
    font-weight: 500;
    letter-spacing: .115rem;
    vertical-align: top;
    text-align: justify;
    font-family: "Zen Maru Gothic", sans-serif; }
  .block-table-01 {
    margin-top: 1.5rem; }
    .block-table-01 th,
    .block-table-01 td {
      width: 100% !important;
      float: left; }
    .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: 100% !important; }
    .block-table-01 tr td {
      border: 0 !important; }
    .block-table-01 td {
      border: 0 !important;
      padding: 1.2rem 1.5rem !important; }
      .block-table-01 td:last-child {
        padding: 1rem 0rem 2rem 0rem !important; }
  .block-table-02 table {
    border: 1px solid #026F2E; }
  .block-table-02 tbody {
    display: block;
    width: 100%; }
  .block-table-02 tr {
    display: flex;
    border-bottom: 1px solid #026F2E; }
    .block-table-02 tr:last-child {
      border-bottom: none; }
  .block-table-02 th,
  .block-table-02 td {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    padding: 0.8rem 0;
    letter-spacing: 0;
    vertical-align: middle !important; }
    .block-table-02 th:not(:first-child),
    .block-table-02 td:not(:first-child) {
      border-left: 1px solid #026F2E;
      width: calc((100% - 12.55rem) / 6) !important; }
    .block-table-02 th:first-child,
    .block-table-02 td:first-child {
      width: 8rem;
      text-align: left !important;
      border: none;
      font-feature-settings: 'palt';
      letter-spacing: -0.02rem; }
    .block-table-02 th:last-child,
    .block-table-02 td:last-child {
      width: 4.55rem !important; }
  .block-table-02 th,
  .block-table-02 td:first-child {
    padding: 0.8rem 0; }
  .block-table-02 .vs-01 tr:not(:last-child) td:first-child {
    border-bottom: 1px solid #ffffff !important; }
  .block-table-02 .vs-01 th:first-child,
  .block-table-02 .vs-01 td:first-child {
    width: 18rem;
    padding-left: 1.5rem;
    justify-content: flex-start; }
  .block-table-02 .vs-01 th:last-child,
  .block-table-02 .vs-01 td:last-child {
    width: calc(100% - 18rem) !important; }
  .block-table-02 table.vs-02 tr {
    display: block; }
    .block-table-02 table.vs-02 tr th,
    .block-table-02 table.vs-02 tr td {
      width: 100% !important;
      float: left !important;
      text-align: left;
      justify-content: flex-start;
      padding: 1.5rem 2rem !important;
      font-size: 1.5rem !important;
      border: 0px solid #026F2E !important; }
  .block-table-02.sp-scrollx {
    overflow-x: auto; }
  .block-table-02 .tbl-compare {
    width: 75rem; }
    .block-table-02 .tbl-compare th:first-child,
    .block-table-02 .tbl-compare td:first-child {
      width: 18rem;
      text-align: center !important; }
    .block-table-02 .tbl-compare th:not(:first-child),
    .block-table-02 .tbl-compare td:not(:first-child) {
      width: calc((100% - 18rem) / 3) !important; }
    .block-table-02 .tbl-compare td:not(:first-child) {
      line-height: 175%; }
  .block-table-03 th,
  .block-table-03 td {
    padding: 1rem;
    text-align: left !important; }

  .block-maps iframe {
    height: 25rem; }

  .column-default-30 {
    margin-top: 3rem;
    margin-bottom: -3rem; }
    .column-default-30 .item {
      width: calc((100% - 1.51rem) / 2);
      margin-right: 1.5rem;
      margin-bottom: 3rem; }
      .column-default-30 .item:nth-child(3n) {
        margin-right: 1.5rem; }
      .column-default-30 .item:nth-child(2n) {
        margin-right: 0 !important; }
      .column-default-30 .item.sp-full {
        width: 100% !important;
        margin-right: 0 !important; }
      .column-default-30 .item img {
        border-radius: 0.5rem;
        aspect-ratio: 3 / 2;
        margin-bottom: 1rem; }
        .column-default-30 .item img + p {
          margin-bottom: 0; }
      .column-default-30 .item .group-title-03 {
        margin-bottom: 0.5rem; }
        .column-default-30 .item .group-title-03.sp-minheight {
          min-height: 7.2rem; }
      .column-default-30 .item p {
        letter-spacing: 0;
        line-height: 165%;
        font-size: 1.4rem; } }
.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; }
  .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: "Zen Maru Gothic", 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 {
  padding-left: 16.5rem;
  position: relative;
  margin-bottom: 4rem; }
  .title-default-01::before {
    content: "";
    position: absolute;
    width: 13.9rem;
    height: 12.1rem;
    bottom: .5rem;
    left: 0;
    background: url(assets/img/logo-01.png) no-repeat center;
    background-size: contain; }
  .title-default-01 p {
    color: #007032;
    font-size: 5rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.9rem;
    font-family: "Noto Serif JP", serif; }
  .title-default-01 h3 {
    color: #3a1c16;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0; }
.title-default-02 h3 {
  color: #3a1c16;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.6rem;
  writing-mode: vertical-lr;
  width: 5rem;
  padding-top: 2rem; }
.title-default-02 p {
  width: calc(100% - 5rem);
  padding-bottom: 1.3rem;
  color: #007032;
  font-size: 5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2rem;
  font-family: "Noto Serif JP", serif;
  border-bottom: #009944 solid 0.5rem; }
.title-default-03 {
  color: #036d32;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 170%;
  letter-spacing: 0.25rem;
  line-height: 150%;
  margin-bottom: 2.7rem; }
.title-default-04 {
  position: relative;
  padding-bottom: 10rem;
  margin-bottom: 7rem; }
  .title-default-04::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 7rem;
    bottom: 0;
    left: 0;
    background: url(assets/img/icon-08.png) no-repeat center;
    background-size: contain; }
  .title-default-04 p {
    color: #009944;
    font-size: 10rem;
    font-weight: 900;
    line-height: 135%;
    letter-spacing: 1.2rem;
    background: linear-gradient(81deg, rgba(88, 181, 48, 0.9) 0%, rgba(0, 153, 68, 0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .title-default-04 h3 {
    color: #3a1c16;
    font-size: 2rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.1rem; }
.title-default-05 {
  margin-left: auto;
  width: 100%;
  max-width: 61rem;
  display: flex;
  align-items: center;
  margin-right: 2.5rem;
  margin-bottom: 3rem; }
  .title-default-05 p {
    color: #FFFFFF;
    font-size: 6rem;
    font-weight: 600;
    line-height: 167%;
    letter-spacing: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 10rem;
    text-align: center;
    border-radius: 1rem;
    background: #b0cf01 linear-gradient(90deg, rgba(88, 181, 48, 0.9) 0%, rgba(0, 153, 68, 0.9) 100%); }
  .title-default-05 h4 {
    padding-left: 2.5rem;
    width: calc(100% - 10rem);
    color: #02833b;
    font-size: 3rem;
    font-weight: 900;
    line-height: 170%;
    letter-spacing: 0.25rem; }
.title-default-06 {
  color: #02833b;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.1rem;
  text-align: center;
  border-bottom: #333333 solid 1px;
  padding-bottom: 1.8rem;
  margin-bottom: 1.5rem; }
.title-default-07 {
  text-align: center;
  position: relative;
  padding-top: 8.6rem;
  margin-bottom: 9.3rem; }
  .title-default-07::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 7rem;
    top: 0;
    left: 0;
    background: url(assets/img/logo-01.png) no-repeat center;
    background-size: contain; }
  .title-default-07 span {
    color: #036d32;
    font-size: 5rem;
    font-weight: 900;
    line-height: 170%;
    letter-spacing: 0.4rem; }
    .title-default-07 span .number {
      font-size: 10rem;
      line-height: 110%; }
    .title-default-07 span.item:last-child {
      position: relative; }
      .title-default-07 span.item:last-child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 9.6rem;
        background: #3a1c16;
        top: -2.4rem;
        left: -9.2rem;
        transform: rotate(-45deg); }
      .title-default-07 span.item:last-child::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 9.6rem;
        background: #3a1c16;
        top: -2.4rem;
        right: -9.2rem;
        transform: rotate(45deg); }

.btn-default-01 a {
  color: #036d32;
  font-size: 2rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  border: #036d32 solid 1px;
  background: #FFFFFF;
  width: 32rem;
  height: 7.3rem;
  transition: all 0.35s; }
  .btn-default-01 a:hover {
    background: #036d32;
    color: #FFFFFF; }
.btn-default-01.vz-02 a {
  width: 26rem; }
.btn-default-02 {
  margin-top: -2.5rem;
  margin-bottom: 5.8rem; }
  .btn-default-02 a {
    color: #171717;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0;
    position: relative;
    padding-right: 4rem; }
    .btn-default-02 a::before {
      content: "+";
      position: absolute;
      right: 0;
      top: 0;
      font-size: 2rem; }
.btn-default-03 a {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  background: #58B530;
  background: linear-gradient(90deg, rgba(88, 181, 48, 0.9) 0%, rgba(0, 153, 68, 0.9) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  width: 100%;
  max-width: 30rem;
  height: 6.8rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0; }
  .btn-default-03 a::before {
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    background: #FFFFFF;
    z-index: -1;
    border-radius: 1rem;
    opacity: 0;
    transition: all 0.35s; }
  .btn-default-03 a:hover {
    color: #009944; }
    .btn-default-03 a:hover::before {
      opacity: 1; }
.btn-default-03.vz-02 a {
  max-width: 40rem;
  height: 9rem; }
  .btn-default-03.vz-02 a::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 2px;
    top: 50%;
    right: .5rem;
    background: #FFFFFF;
    transition: all 0.35s; }
  .btn-default-03.vz-02 a:hover::after {
    background: #009944; }

.btn-gp-01 {
  padding: 3rem 2.8rem 0; }
  .btn-gp-01 > div {
    width: calc((100% - 2.001rem) / 2);
    margin-right: 2rem; }
    .btn-gp-01 > div:nth-child(2n) {
      margin-right: 0; }

.block-table-01.vz-02 {
  margin-bottom: 4.3rem; }
  .block-table-01.vz-02 td {
    padding: 2.2rem 0; }
    .block-table-01.vz-02 td:first-child {
      width: 12rem;
      color: #171717;
      padding-left: 0;
      background: transparent;
      border-bottom-color: #007032; }
    .block-table-01.vz-02 td:last-child {
      border-bottom-color: #171717;
      padding-left: 3rem; }

.mv {
  position: relative;
  z-index: 0; }
  .mv::before {
    content: "";
    position: absolute;
    width: 20.2rem;
    height: 17.6rem;
    bottom: 16.7rem;
    left: 1.5rem;
    background: url(assets/img/logo-01.png) no-repeat center;
    background-size: contain;
    z-index: 1;
    pointer-events: none; }
  .mv::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 25.7rem;
    bottom: -7.5rem;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: url(assets/img/bg-line-01.png) no-repeat center;
    background-size: contain; }
  .mv-view {
    position: relative;
    z-index: 0; }
    .mv-view::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      pointer-events: none;
      background: url(assets/img/mv-bg.png) no-repeat center;
      background-size: cover; }
    .mv-view .slick-slide img {
      width: 100%; }
  .mv-cont {
    position: absolute;
    padding: 0 8.8rem;
    top: 43.4%;
    transform: translateY(-50%); }
    .mv-cont h2 {
      margin-bottom: 7.5rem; }
      .mv-cont h2 span {
        color: #007a50;
        font-size: 4rem;
        font-weight: 900;
        line-height: 123%;
        letter-spacing: 0; }
        .mv-cont h2 span.big {
          font-size: 8rem;
          font-weight: 700;
          position: relative;
          z-index: 0; }
          .mv-cont h2 span.big::before {
            content: "";
            position: absolute;
            width: 100%;
            height: calc(100% - 5.1rem);
            bottom: .6rem;
            left: 0;
            background: #fff600;
            z-index: -1;
            border-radius: .5rem; }
        .mv-cont h2 span.small {
          text-shadow: 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF; }
    .mv-cont p {
      color: #FFFFFF;
      font-size: 3rem;
      font-weight: 700;
      line-height: 135%;
      letter-spacing: 0;
      text-shadow: .2rem .2rem 0 #000; }
  .mv-menu {
    position: relative;
    margin-top: -6.5rem;
    margin-bottom: 10rem;
    z-index: 2; }
    .mv-menu .header-menu li {
      padding: 0 7.1rem; }

.icon {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .icon-01 {
    width: 32.3rem;
    height: 28.2rem;
    background-image: url(assets/img/icon-07.png); }
  .icon-02 {
    background-image: url(assets/img/logo-01.png);
    width: 16.8rem;
    height: 14.7rem; }
    .icon-02.vz-02 {
      width: 23.6rem;
      height: 20.3rem; }
  .icon-03 {
    background-image: url(assets/img/icon-18.png);
    width: 18.6rem;
    height: 15.3rem; }
    .icon-03.vz-02 {
      width: 11.6rem;
      height: 9.5rem; }
    .icon-03.vz-03 {
      width: 9rem;
      height: 7.4rem; }
  .icon-04 {
    background-image: url(assets/img/icon-20.png);
    width: 34rem;
    height: 16.7rem; }
  .icon-05 {
    background-image: url(assets/img/icon-21.png);
    width: 42.4rem;
    height: 10.6rem; }
  .icon-06 {
    background-image: url(assets/img/icon-22.png);
    width: 12.9rem;
    height: 16.7rem; }
  .icon-07 {
    background-image: url(assets/img/icon-23.png);
    width: 53.5rem;
    height: 26.2rem; }
  .icon-08 {
    background-image: url(assets/img/icon-24.png);
    width: 52.8rem;
    height: 26.3rem; }

.top_desc {
  width: calc(100% - 3rem);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto; }
  .top_desc p {
    text-align: center;
    color: #F00;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 185%;
    letter-spacing: 0.1rem; }

.top_news {
  background: url(assets/img/bg-top-01.jpg) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 18.5rem;
  position: relative;
  z-index: 0; }
  .top_news::before {
    content: "";
    position: absolute;
    width: 34rem;
    height: 38.1rem;
    top: -13rem;
    right: -17rem;
    background: url(assets/img/icon-06.png) no-repeat center;
    background-size: contain; }
  .top_news::after {
    content: "";
    position: absolute;
    width: 34rem;
    height: 38.1rem;
    top: 30.5%;
    left: -15.4rem;
    background: url(assets/img/icon-06.png) no-repeat center;
    background-size: contain; }
  .top_news .icon-01 {
    bottom: 0;
    right: 0;
    z-index: -1; }
  .top_news-item {
    width: calc((100% - 8rem) / 2);
    margin-right: 8rem; }
    .top_news-item:first-child {
      padding-top: 2.2rem; }
    .top_news-item:nth-child(2n) {
      margin-right: 0;
      box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.26);
      background: #FFFFFF;
      padding: 4.5rem 7rem 6.8rem; }

.news-list li {
  margin-bottom: 1.8rem; }
  .news-list li:last-child {
    margin-bottom: 0; }
  .news-list li a {
    background: #ccebda;
    display: block;
    border-radius: .5rem;
    padding: 1.2rem 2rem;
    position: relative; }
    .news-list li a::before {
      content: "";
      position: absolute;
      width: 1.6rem;
      height: 1.6rem;
      top: 50%;
      transform: translateY(-50%);
      right: 2.3rem;
      -webkit-mask: url(assets/img/arrow-right.svg) center/100% no-repeat;
      mask: url(assets/img/arrow-right.svg) center/100% no-repeat;
      background: #171717;
      transition: all 0.35s; }
    .news-list li a span {
      display: block;
      color: #171717;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 160%;
      letter-spacing: 0.15rem; }
      .news-list li a span.date {
        font-family: "Plus Jakarta Sans", sans-serif;
        letter-spacing: .25rem; }
    .news-list li a:hover::before {
      right: 1.5rem; }
  .news-list li:nth-child(2n-1) a {
    background: #009944; }
    .news-list li:nth-child(2n-1) a span {
      color: #FFFFFF; }
    .news-list li:nth-child(2n-1) a::before {
      background: #FFFFFF; }

.greeting {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12.7rem; }
  .greeting::before {
    content: "";
    position: absolute;
    width: 30.1rem;
    height: 37rem;
    bottom: 0;
    left: 0;
    background: url(assets/img/icon-11.png) no-repeat center;
    background-size: contain; }
  .greeting::after {
    content: "";
    position: absolute;
    width: 52.7rem;
    height: 47rem;
    bottom: 0;
    right: 0;
    background: url(assets/img/icon-12.png) no-repeat center;
    background-size: contain; }
  .greeting-title-01 {
    position: absolute;
    top: 18rem;
    left: 7.8rem; }
    .greeting-title-01 img {
      width: 14.5rem; }
  .greeting-title-02 {
    position: absolute;
    top: 23.5rem;
    right: 0;
    transform: rotate(32deg); }
    .greeting-title-02 img {
      width: 33.8rem; }
  .greeting-gp {
    margin-bottom: 2.8rem; }
    .greeting-gp-box {
      width: calc((100% - 5.501rem) / 2);
      margin-right: 5.5rem;
      position: relative; }
      .greeting-gp-box:nth-child(2n) {
        margin-right: 0;
        border-radius: 2rem;
        margin-top: 14rem;
        padding: 6rem 6.5rem;
        z-index: 0;
        background: rgba(0, 153, 68, 0.5); }
        .greeting-gp-box:nth-child(2n)::before {
          z-index: -1;
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background: #FFFFFF;
          top: .9rem;
          left: .7rem;
          border-radius: 2rem;
          box-shadow: 2px 2px 2px #428b98; }
      .greeting-gp-box .name {
        position: absolute;
        bottom: 1.7rem;
        left: 4.8rem; }
      .greeting-gp-box .img img {
        border-radius: 2rem;
        width: 100%; }
      .greeting-gp-box .desc {
        margin-bottom: 4rem; }
        .greeting-gp-box .desc p {
          color: #171717;
          font-size: 1.8rem;
          font-weight: 500;
          line-height: 195%;
          letter-spacing: 0.2rem;
          margin-bottom: 3.4rem; }
          .greeting-gp-box .desc p:last-child {
            margin-bottom: 0; }
    .greeting-gp .author::before {
      content: "";
      position: absolute;
      width: calc(100% - .8rem);
      height: 100%;
      top: 2.3rem;
      left: 2.9rem;
      border: #007430 solid 1px;
      border-radius: 2rem; }
  .greeting-list .item {
    margin-right: 5rem;
    position: relative; }
    .greeting-list .item:nth-child(2n) {
      margin-top: 5.5rem; }
    .greeting-list .item:last-child {
      margin-right: 0; }
    .greeting-list .item .img img {
      border-radius: 1rem; }
    .greeting-list .item .title {
      position: absolute;
      writing-mode: vertical-lr;
      padding: 1.4rem .75rem;
      top: 1rem;
      left: 1rem;
      height: 100%;
      background: url(assets/img/bg-top-02.png) no-repeat center;
      background-size: cover;
      color: #FFFFFF;
      font-size: 1.6rem;
      font-weight: 900;
      line-height: 175%;
      letter-spacing: 0; }

.symptoms {
  padding-top: 10.7rem;
  padding-bottom: 25rem;
  z-index: 2;
  background: url(assets/img/bg-top-03-2.png) no-repeat center bottom;
  background-size: cover;
  position: relative; }
  .symptoms::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 14.9rem;
    top: -7.8rem;
    left: 0;
    background: url(assets/img/icon-10.png) no-repeat center;
    background-size: contain; }
  .symptoms-wrap {
    background: #FFFFFF;
    padding: 8.5rem 5rem 7rem;
    border-radius: 2rem;
    box-shadow: #009944 1rem 1rem 0;
    position: relative; }
    .symptoms-wrap .icon-02 {
      top: -8rem;
      right: 5rem; }
      .symptoms-wrap .icon-02.vz-02 {
        top: auto;
        right: auto;
        bottom: -1px;
        left: 5rem; }
  .symptoms-list li {
    width: calc((100% - (1.5rem * 4)) / 5);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 960.5px) {
      .symptoms-list li:nth-child(5n) {
        margin-right: 0; } }
    .symptoms-list li:nth-child(3n) a::before {
      background: #574128; }
    .symptoms-list li:nth-child(3n-1) a::before {
      background: #53c3da; }
    .symptoms-list li a {
      position: relative;
      display: block;
      border-radius: 1.5rem;
      overflow: hidden;
      z-index: 0; }
      .symptoms-list li a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background: #009944;
        opacity: 0.85;
        transition: all 0.35s; }
      .symptoms-list li a .txt {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        text-align: center;
        color: #FFFFFF;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 125%;
        letter-spacing: 0.1rem; }
        .symptoms-list li a .txt::before {
          content: "";
          position: absolute;
          width: 5rem;
          height: 1.4rem;
          bottom: 1.9rem;
          right: 1.3rem;
          background: url(assets/img/icon-09.png) no-repeat center;
          background-size: contain; }
      .symptoms-list li a .img img {
        width: 100%; }
      .symptoms-list li a:hover::before {
        opacity: 0.95; }

.medical {
  margin-top: -5.5rem;
  padding-bottom: 18rem;
  background: url(assets/img/bg-top-05.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .medical::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 11.8rem;
    bottom: -6rem;
    left: 0;
    background: url(assets/img/icon-15.png) no-repeat center;
    background-size: contain; }
  .medical-head {
    padding-top: 17rem;
    padding-bottom: 17.4rem;
    background: url(assets/img/bg-top-04.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    margin-bottom: 11rem; }
    .medical-head::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 10rem;
      bottom: 0;
      left: 0;
      background: url(assets/img/icon-14.png) no-repeat center;
      background-size: cover; }
  .medical-list-01 {
    margin-bottom: 10rem; }
    .medical-list-01 li {
      margin-right: 3rem; }
      .medical-list-01 li:last-child {
        margin-right: 0; }
      .medical-list-01 li a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        width: 51rem;
        height: 15.5rem;
        border-radius: 2rem;
        background: #007430;
        position: relative; }
        .medical-list-01 li a::before {
          content: "";
          position: absolute;
          width: 22px;
          height: 22px;
          left: 50%;
          bottom: -11px;
          transform: translateX(-50%) rotate(45deg);
          background: #fff;
          box-shadow: rgba(23, 23, 23, 0.7) 0.2rem 0.2rem 0.2rem;
          z-index: 0;
          opacity: 0; }
        .medical-list-01 li a::after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: 0;
          height: 1.4rem;
          width: 5rem;
          transform: translateX(-50%);
          background: #fff;
          z-index: 1;
          opacity: 0; }
        .medical-list-01 li a span {
          color: #FFFFFF;
          font-size: 2rem;
          font-weight: 700;
          line-height: 175%;
          letter-spacing: 0.1rem; }
          .medical-list-01 li a span.en {
            font-size: 1.6rem;
            font-weight: 400;
            font-family: "Plus Jakarta Sans", sans-serif;
            margin-top: .8rem;
            letter-spacing: .25rem; }
        .medical-list-01 li a.active {
          background: #FFFFFF;
          box-shadow: rgba(23, 23, 23, 0.7) 0 0.2rem 0.2rem; }
          .medical-list-01 li a.active span {
            color: #007430; }
          .medical-list-01 li a.active::before {
            opacity: 1; }
          .medical-list-01 li a.active::after {
            opacity: 1; }
  .medical-list-02 {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
    transition: all 0.5s ease; }
    .medical-list-02 li {
      width: calc((100% - 6.001rem) / 4);
      margin-right: 2rem;
      margin-bottom: 2rem; }
      .medical-list-02 li:nth-child(4n) {
        margin-right: 0; }
      .medical-list-02 li:nth-child(2n) a::before {
        background: #a46912; }
      .medical-list-02 li a {
        border-radius: 1.5rem;
        overflow: hidden;
        display: block;
        position: relative; }
        .medical-list-02 li a::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: #719d1a;
          opacity: 0.8;
          transition: all 0.35s; }
        .medical-list-02 li a::after {
          content: "";
          position: absolute;
          width: 5rem;
          height: 1.4rem;
          bottom: 1.8rem;
          right: 1.9rem;
          background: url(assets/img/icon-09.png) no-repeat center;
          background-size: contain;
          z-index: 2; }
        .medical-list-02 li a .title {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-flow: column;
          padding-bottom: 1.7rem; }
          .medical-list-02 li a .title span {
            color: #FFFFFF;
            font-size: 1.8rem;
            font-weight: 700;
            line-height: 175%;
            letter-spacing: 0.1rem; }
            .medical-list-02 li a .title span.m-icon {
              margin-bottom: 1.5rem; }
              .medical-list-02 li a .title span.m-icon img {
                height: 9.5rem; }
            .medical-list-02 li a .title span.en {
              font-family: "Plus Jakarta Sans", sans-serif;
              font-size: 1.6rem;
              font-weight: 400;
              letter-spacing: .2rem;
              margin-top: .8rem; }
        .medical-list-02 li a .cont {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          padding: 1.5rem 2.5rem;
          opacity: 0;
          transition: all 0.35s;
          color: #FFFFFF;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 132%;
          letter-spacing: 0.08rem; }
          .medical-list-02 li a .cont .txt {
            display: block;
            margin-bottom: 2.2rem; }
            .medical-list-02 li a .cont .txt:last-child {
              margin-bottom: 0; }
        .medical-list-02 li a .img img {
          width: 100%; }
        .medical-list-02 li a:hover::before {
          opacity: 1;
          z-index: 2; }
        .medical-list-02 li a:hover .cont {
          opacity: 1; }
    .medical-list-02.vz-02 li a::before {
      background: #a46912; }
    .medical-list-02.vz-02 li:nth-child(2n) a::before {
      background: #719d1a; }
  .medical-wrap {
    padding: 8rem 5.4rem 7.5rem;
    background: #FFFFFF;
    border-radius: 2rem;
    position: relative;
    box-shadow: 0.4rem 0.2rem 0 #009944; }
    .medical-wrap .icon-02 {
      left: 4rem;
      bottom: 3rem; }
  .medical-gp {
    display: none;
    transition: all 0.35s;
    min-height: 40rem; }
    .medical-gp.active {
      display: block; }
      .medical-gp.active .medical-list-02 {
        animation: fade_in_0 500ms 500ms ease-in-out;
        animation-fill-mode: forwards; }

.feature {
  padding-top: 20.8rem;
  padding-bottom: 25rem;
  background: url(assets/img/bg-top-06.png) no-repeat center;
  background-size: cover;
  position: relative; }
  .feature-gp {
    margin-bottom: 10.5rem;
    position: relative;
    z-index: 0; }
    .feature-gp:last-child {
      margin-bottom: 0; }
    .feature-gp::before {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 12.7rem - 5.5rem);
      bottom: 5.5rem;
      left: 0;
      z-index: -1;
      background: var(--bg-icon) no-repeat center;
      background-size: cover;
      border-radius: 2rem 0 0 2rem; }
    .feature-gp::after {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 12.7rem - 5.5rem);
      bottom: 5.5rem;
      left: 0;
      border-radius: 2rem 0 0 2rem;
      z-index: -1;
      background: #5b330d;
      opacity: 0.3; }
    .feature-gp-box:first-child {
      padding-top: 6rem;
      width: calc(100% - 89.7rem); }
    .feature-gp-box:last-child {
      width: 89.7rem; }
      .feature-gp-box:last-child img {
        width: 100%; }
    .feature-gp-box .item {
      background: #FFFFFF;
      border-radius: 1.5rem;
      max-width: 57.7rem;
      margin-left: auto;
      margin-right: 6rem;
      padding: 3.4rem 6.4rem 4rem; }
    .feature-gp-box .desc {
      margin-bottom: 3.8rem; }
      .feature-gp-box .desc p {
        color: #171717;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 155%;
        letter-spacing: 0;
        margin-bottom: 2.5rem; }
        .feature-gp-box .desc p:last-child {
          margin-bottom: 0; }
      @media (min-width: 960.5px) {
        .feature-gp-box .desc.vz-02 {
          margin-bottom: 6.5rem; } }
    .feature-gp.vz-02::before, .feature-gp.vz-02::after {
      border-radius: 0 2rem 2rem 0; }
    .feature-gp.vz-02 .title-default-05 {
      margin-left: 6rem;
      margin-right: auto; }
    .feature-gp.vz-02 .feature-gp-box:first-child {
      order: 1;
      margin-left: 0;
      margin-right: auto; }
    .feature-gp.vz-02 .feature-gp-box .item {
      margin-left: 6rem;
      margin-right: auto; }
    .feature-gp.vz-03 {
      margin-bottom: 0; }
      .feature-gp.vz-03::after {
        content: none; }
      .feature-gp.vz-03 .feature-gp-box {
        width: calc((100% - 4.001rem) / 2);
        margin-right: 4rem;
        position: relative;
        z-index: 0; }
        .feature-gp.vz-03 .feature-gp-box::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 54.5rem;
          top: 6.7rem;
          left: 0;
          background: var(--bg-icon) no-repeat center;
          background-size: cover;
          z-index: -1;
          border-radius: 0 2rem 2rem 0; }
        .feature-gp.vz-03 .feature-gp-box::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 54.5rem;
          top: 6.7rem;
          left: 0;
          z-index: -1;
          background: #5b330d;
          opacity: 0.3;
          border-radius: 0 2rem 2rem 0; }
        .feature-gp.vz-03 .feature-gp-box:first-child {
          padding-top: 0;
          margin-top: 12.8rem; }
        .feature-gp.vz-03 .feature-gp-box:nth-child(2n) {
          margin-right: 0;
          padding: 0 2rem; }
        .feature-gp.vz-03 .feature-gp-box .item {
          margin-right: 2.5rem;
          padding: 3.4rem 2.4rem 4rem; }
        .feature-gp.vz-03 .feature-gp-box.vz-02::before, .feature-gp.vz-03 .feature-gp-box.vz-02::after {
          border-radius: 2rem 0 0 2rem; }
        .feature-gp.vz-03 .feature-gp-box.vz-02 .title-default-05 h4 {
          letter-spacing: 0; }
        .feature-gp.vz-03 .feature-gp-box.vz-02 .feature-gp-field:first-child {
          order: 1;
          width: 34.2rem;
          padding-left: 0;
          padding-right: 0; }
        .feature-gp.vz-03 .feature-gp-box.vz-02 .feature-gp-field:last-child {
          width: calc(100% - 34.2rem); }
      .feature-gp.vz-03 .feature-gp-field:first-child {
        width: 41rem;
        padding-left: 1.2rem;
        padding-top: 41rem;
        padding-right: 1.4rem; }
      .feature-gp.vz-03 .feature-gp-field:last-child {
        width: calc(100% - 41rem); }
      .feature-gp.vz-03 .feature-gp-field img {
        border-radius: 2rem;
        width: 100%; }
  .feature .btn-default-03.vz-02 {
    margin-top: -14rem; }

.top_slide {
  position: relative;
  z-index: 0;
  padding-top: 8rem;
  padding-bottom: 12.6rem;
  background: rgba(136, 200, 82, 0.2); }
  .top_slide .icon-03.vz-021 {
    bottom: -2.4rem;
    left: 41rem; }
  .top_slide .icon-03.vz-022 {
    bottom: .9rem;
    right: 24rem; }
  .top_slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12rem;
    top: -7.8rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/icon-16.png) no-repeat center;
    background-size: cover; }
  .top_slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 9.9rem;
    bottom: -7.8rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/icon-17.png) no-repeat center;
    background-size: cover; }
  .top_slide-gp {
    display: flex;
    width: max-content; }
  .top_slide-list {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 43rem 43rem 43rem 43rem 43rem 43rem;
    backface-visibility: hidden; }
    .top_slide-list.vz-01 {
      animation: loopSlide1 160s -80s linear infinite; }
    .top_slide-list.vz-02 {
      animation: loopSlide2 160s linear infinite; }
    .top_slide-list li {
      margin-right: 4.5rem;
      position: relative; }
      .top_slide-list li::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 1.8rem;
        left: 1.8rem;
        border-radius: 1rem;
        border: #86a966 solid 1px; }
      .top_slide-list li img {
        border-radius: 1rem; }
      .top_slide-list li:nth-child(2n-1) {
        margin-top: 5rem; }

@keyframes loopSlide1 {
  0% {
    transform: translate(100%); }
  to {
    transform: translate(-100%); } }
@keyframes loopSlide2 {
  0% {
    transform: translate(0); }
  to {
    transform: translate(-200%); } }
.recruit {
  background: url(assets/img/bg-top-07.jpg) no-repeat center;
  background-size: cover;
  padding-top: 15rem;
  padding-bottom: 5rem; }
  .recruit .title-default-04 p {
    line-height: 120%; }
  .recruit .desc p {
    color: #171717;
    font-size: 2rem;
    font-weight: 900;
    line-height: 175%;
    letter-spacing: 0;
    text-align: center;
    margin-top: -1.5rem;
    margin-bottom: 6rem; }

.benefits {
  position: relative;
  padding-top: 9rem; }
  .benefits .icon-03.vz-021 {
    top: 2.2rem;
    right: 5.3rem; }
  .benefits .icon-03.vz-022 {
    top: 12rem;
    left: 5.5rem; }
  .benefits .icon-04.vz-01 {
    top: 30.4rem;
    left: 0; }
  .benefits .icon-04.vz-02 {
    top: 30.4rem;
    right: 0; }
  .benefits .icon-05 {
    left: 39.6%;
    top: 40.4rem;
    z-index: 1; }
  .benefits::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 7.9rem;
    top: -5.2rem;
    left: 0;
    background: url(assets/img/icon-19.png) no-repeat center;
    background-size: cover; }
  .benefits-gp-box {
    width: calc((100% - 2.001rem) / 2);
    margin-right: 2rem;
    margin-bottom: 2rem;
    position: relative; }
    .benefits-gp-box:nth-child(2n) {
      margin-right: 0; }
    .benefits-gp-box .item {
      position: absolute;
      display: block;
      width: calc(100% - 6rem);
      bottom: 3rem;
      left: 3rem;
      padding: 3rem 4.5rem 3.2rem;
      background: url(assets/img/bg-top-08.png) no-repeat center;
      background-size: cover;
      border-radius: 1.5rem; }
      .benefits-gp-box .item .number {
        position: absolute;
        top: -6rem;
        right: 6.5rem;
        min-width: 11.5rem;
        text-align: center;
        color: #FFFFFF;
        font-size: 7rem;
        font-weight: 700;
        line-height: 155%;
        letter-spacing: 0.3rem;
        font-family: "Plus Jakarta Sans", sans-serif;
        background: linear-gradient(90deg, #d1c84d 0%, #3fa87b 100%);
        border-radius: 1.5rem; }
      .benefits-gp-box .item .title {
        display: block;
        color: #006c30;
        font-size: 2.5rem;
        font-weight: 900;
        line-height: 175%;
        letter-spacing: 0.13rem;
        margin-bottom: .8rem; }
      .benefits-gp-box .item .desc {
        color: #000000;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        letter-spacing: 0.17rem; }

.top_instagram {
  background: url(assets/img/bg-top-09.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 12rem;
  padding-left: 3.5rem;
  padding-bottom: 39.7rem;
  position: relative; }
  .top_instagram::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30rem;
    bottom: 0;
    left: 0;
    background: url(assets/img/icon-25.png) no-repeat center;
    background-size: cover; }
  .top_instagram .icon-02 {
    bottom: 25rem;
    right: 4.4rem; }
  .top_instagram-item:first-child {
    width: calc(100% - 26rem);
    background: #FFFFFF;
    padding: 4rem 3.5rem .3rem;
    border-radius: 2rem;
    position: relative; }
    .top_instagram-item:first-child::before {
      content: "";
      position: absolute;
      width: 25rem;
      height: 25rem;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #FFFFFF url(assets/img/instagram-02.svg) no-repeat center;
      background-size: 9rem;
      border-radius: 100%; }
  .top_instagram-item:last-child {
    width: 26rem;
    margin-top: -1.3rem;
    padding-left: 3.3rem; }
    .top_instagram-item:last-child img {
      width: 14.2rem; }
  .top_instagram-list li {
    width: calc((100% - 13.501rem) / 4);
    margin-right: 4.5rem;
    margin-bottom: 4.5rem; }
    .top_instagram-list li:nth-child(4n) {
      margin-right: 0; }
  .top_instagram .btn-default-02 {
    margin-top: -13.4rem;
    margin-bottom: 0; }
    .top_instagram .btn-default-02 a {
      writing-mode: vertical-lr;
      padding-right: 0;
      padding-bottom: 3.2rem;
      font-size: 3rem;
      letter-spacing: .7rem; }
      .top_instagram .btn-default-02 a::before {
        font-size: 3rem;
        top: auto;
        bottom: 0; }

.top_column {
  margin-top: -4rem;
  padding-bottom: 14.8rem;
  position: relative; }
  .top_column .icon-03.vz-021 {
    top: -5rem;
    right: 23.5rem; }
  .top_column .icon-03.vz-022 {
    bottom: 28rem;
    left: 5.3rem; }
  .top_column .icon-06 {
    top: 9rem;
    left: 14rem; }
  .top_column .icon-07 {
    left: 0;
    bottom: 0; }
  .top_column .icon-08 {
    right: 0;
    bottom: 0; }

.column-list {
  display: flex;
  flex-wrap: wrap; }
  .column-list li {
    width: calc((100% - 10.5rem) / 4);
    margin-right: 3.5rem;
    margin-bottom: 7.5rem; }
    .column-list li:nth-child(4n) {
      margin-right: 0; }
    .column-list li .img {
      margin-bottom: 3rem; }
      .column-list li .img img {
        width: 100%; }
    .column-list li .cate-item {
      margin-right: 2rem; }
      .column-list li .cate-item a {
        background: #734e39;
        border-radius: .2rem;
        color: #FFFFFF;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 175%;
        letter-spacing: 0;
        padding: .4rem 1rem; }
    .column-list li .cate-gp {
      margin-bottom: 1.8rem; }
    .column-list li .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: #727171;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 165%;
      letter-spacing: 0; }
.column-title-01 {
  color: #171717;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem; }

.top_maps iframe {
  width: 100%;
  height: 55rem;
  border: 0;
  vertical-align: top; }

.loading {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
  width: 100%;
  height: 100vh;
  z-index: 99999; }

.loading .txt,
.loading .logo {
  position: absolute;
  z-index: 1; }

.loading .txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  text-align: center; }

.loading .txt-jp {
  display: flex;
  margin-bottom: 3.3rem; }

.loading .txt-jp > div {
  transform-origin: center bottom;
  opacity: 0;
  font-size: 3rem;
  font-weight: 700;
  color: #896634;
  margin-right: 0.5rem; }

.loading .txt-en {
  opacity: 0;
  font-size: 1.4rem;
  color: #171717;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%; }

.loading .logo {
  bottom: 5rem;
  left: 50%;
  width: 12rem;
  margin-left: -4.8rem;
  opacity: 0; }

.loading .logo img {
  width: 100%;
  height: auto; }

.loading .bar-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E7E4DA;
  width: 1rem;
  height: 100%;
  z-index: 1; }

.loading .bar {
  background-color: #007a50;
  width: 100%;
  height: 0; }

.loading .cover1,
.loading .cover2 {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%; }

.loading .cover1 {
  background-color: #007a50;
  z-index: 2; }

.loading .cover2 {
  background-color: #719d1a;
  z-index: 3; }

@media (max-width: 1440px) and (min-width: 960.5px) {
  .title-default-05 p {
    width: 7rem;
    font-size: 4rem; }
  .title-default-05 h4 {
    width: calc(100% - 7rem); }

  .btn-gp-01 {
    padding: 0; }

  .icon-07 {
    width: 31rem;
    height: 15.2rem; }
  .icon-08 {
    width: 30.8rem;
    height: 15.3rem; }

  .mv-menu .header-menu li {
    padding: 0 5rem; }

  .top_news-item {
    width: calc((100% - 3rem) / 2);
    margin-right: 3rem; }
    .top_news-item:nth-child(2n) {
      padding: 3rem; }

  .greeting::before {
    width: 17rem;
    height: 21rem; }
  .greeting::after {
    width: 30rem;
    height: 27rem; }
  .greeting-title-02 {
    top: 9.5rem; }

  .feature-gp-box:first-child {
    width: calc(100% - 65rem); }
  .feature-gp-box:last-child {
    width: 65rem; }
  .feature-gp.vz-03 .feature-gp-box {
    width: calc((100% - 3.001rem) / 2);
    margin-right: 3rem; }
    .feature-gp.vz-03 .feature-gp-box.vz-02 .feature-gp-field:first-child {
      width: 24rem; }
    .feature-gp.vz-03 .feature-gp-box.vz-02 .feature-gp-field:last-child {
      width: calc(100% - 24rem); }
  .feature-gp.vz-03 .feature-gp-field:first-child {
    width: 24rem;
    padding-right: 1rem; }
  .feature-gp.vz-03 .feature-gp-field:last-child {
    width: calc(100% - 24rem); }
  .feature .btn-default-03.vz-02 {
    margin-top: 0; }

  .top_column .icon-03.vz-022 {
    bottom: 20rem; }

  .benefits-gp-box .item .number {
    font-size: 5rem;
    min-width: 9rem;
    right: 3rem; }
  .benefits-gp-box .item .desc {
    letter-spacing: 0; }

  .top_instagram-item:last-child img {
    width: 11rem; } }
@media (max-width: 960px) {
  .icon-01 {
    width: 15rem;
    height: 13.2rem; }
  .icon-02 {
    width: 7rem;
    height: 5.7rem; }
    .icon-02.vz-02 {
      width: 7rem;
      height: 6.1rem; }
  .icon-03 {
    width: 7rem;
    height: 5.8rem; }
    .icon-03.vz-02 {
      width: 7rem;
      height: 5.8rem; }
    .icon-03.vz-03 {
      width: 5rem;
      height: 4.1rem; }
  .icon-04 {
    width: 9rem;
    height: 4.4rem; }
  .icon-05 {
    width: 12rem;
    height: 3rem; }
  .icon-06 {
    width: 5rem;
    height: 6.5rem; }
  .icon-07 {
    width: 18rem;
    height: 8.8rem; }
  .icon-08 {
    width: 17rem;
    height: 8.5rem; }

  .title-default-01 {
    padding-left: 0; }
    .title-default-01 p {
      text-align: center;
      font-size: 3rem;
      letter-spacing: .2rem;
      padding-bottom: .5rem; }
    .title-default-01 h3 {
      text-align: center;
      font-size: 1.5rem; }
    .title-default-01::before {
      width: 8rem;
      height: 7rem; }
  .title-default-02 h3 {
    font-size: 2rem;
    width: 3rem;
    padding-top: 1rem; }
  .title-default-02 p {
    width: calc(100% - 3rem);
    font-size: 3rem;
    letter-spacing: .2rem;
    border-bottom-width: .3rem; }
  .title-default-03 {
    font-size: 2.5rem; }
  .title-default-04 {
    padding-bottom: 3rem;
    margin-bottom: 4rem; }
    .title-default-04::before {
      height: 3rem; }
    .title-default-04 p {
      font-size: 4rem;
      letter-spacing: .3rem;
      text-align: center; }
    .title-default-04 h3 {
      font-size: 1.5rem; }
  .title-default-05 {
    margin-right: 0;
    margin-bottom: 2rem;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    .title-default-05 p {
      font-size: 3rem;
      width: 6rem; }
    .title-default-05 h4 {
      font-size: 2rem;
      padding-left: 1.5rem;
      width: 100%; }
  .title-default-06 {
    font-size: 1.8rem; }
  .title-default-07 {
    padding-top: 4.6rem;
    margin-bottom: 5rem; }
    .title-default-07::before {
      height: 4rem; }
    .title-default-07 span {
      font-size: 1.8rem; }
      .title-default-07 span .number {
        font-size: 4rem; }
      .title-default-07 span.item:last-child::before {
        height: 4rem;
        top: 0;
        left: -3rem; }
      .title-default-07 span.item:last-child::after {
        top: 0;
        height: 4rem;
        right: -3rem; }

  .btn-default-01 a {
    font-size: 1.5rem;
    width: 100%;
    height: 6rem; }
  .btn-default-01.vz-02 a {
    width: 100%; }
  .btn-default-02 {
    margin-bottom: 3.5rem; }
    .btn-default-02 a {
      font-size: 1.5rem; }
      .btn-default-02 a::before {
        font-size: 1.5rem;
        top: -0.2rem; }
  .btn-default-03 a {
    font-size: 1.5rem;
    height: 6rem; }
  .btn-default-03.vz-02 a {
    height: 7rem;
    max-width: 30rem; }
    .btn-default-03.vz-02 a::after {
      width: 3rem;
      height: 1px; }
  .btn-gp-01 {
    padding: 0; }
    .btn-gp-01 > div {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .btn-gp-01 > div:last-child {
        margin-bottom: 0; }
  .btn-gp-02 li {
    width: 100%;
    margin-bottom: 1.5rem; }
    .btn-gp-02 li:last-child {
      margin-bottom: 0; }

  .block-table-01.vz-02 {
    margin-bottom: 0; }
    .block-table-01.vz-02 td:first-child {
      background: #009944;
      color: #FFFFFF; }

  .home header, .home footer {
    display: block !important; }

  .mv-view .slick-slide img {
    height: 40rem;
    object-fit: cover; }
  .mv-cont {
    padding: 0 1.5rem 7rem; }
    .mv-cont h2 {
      margin-bottom: 1rem; }
      .mv-cont h2 span {
        font-size: 1.8rem; }
        .mv-cont h2 span.big {
          font-size: 3rem; }
          .mv-cont h2 span.big::before {
            height: calc(100% - 2rem); }
    .mv-cont p {
      font-size: 1.5rem;
      line-height: 185%;
      text-shadow: .1rem .1rem 0 #000; }
  .mv-menu {
    display: none; }
  .mv::before {
    content: none;
    width: 10rem;
    height: 8.6rem;
    bottom: 10rem; }
  .mv::after {
    height: 10.4rem;
    margin-bottom: -2px;
    bottom: 0; }

  .top_desc p {
    font-size: 1.5rem; }

  .top_news {
    padding-bottom: 12.5rem; }
    .top_news::before, .top_news::after {
      content: none; }
    .top_news-item {
      width: 100%;
      margin-right: 0; }
      .top_news-item:first-child {
        padding-top: 0;
        order: 1; }
      .top_news-item:nth-child(2n) {
        margin-bottom: 4rem;
        padding: 1.5rem; }

  .news-list li a {
    padding: 1rem 2.5rem 1rem 1.5rem; }
    .news-list li a::before {
      right: 1rem;
      width: 1.2rem;
      height: 1.2rem; }
    .news-list li a span {
      font-size: 1.5rem; }

  .greeting {
    padding-top: 6rem; }
    .greeting::before {
      width: 10rem;
      height: 12rem; }
    .greeting::after {
      width: 16rem;
      height: 14.3rem; }
    .greeting-title-01 {
      position: relative;
      top: 0;
      left: 1.5rem;
      margin-bottom: 2rem; }
      .greeting-title-01 img {
        width: 26rem; }
    .greeting-title-02 {
      top: 62.5rem;
      transform: inherit;
      width: 100%;
      text-align: center; }
      .greeting-title-02 img {
        width: 26rem; }
    .greeting-gp {
      margin-bottom: 4rem; }
      .greeting-gp-box {
        width: 100%;
        margin-right: 0; }
        .greeting-gp-box:nth-child(2n) {
          padding: 2.5rem 1.5rem 2.5rem 2.5rem; }
        .greeting-gp-box .desc p {
          font-size: 1.5rem; }
        .greeting-gp-box .name {
          left: 1.8rem; }
      .greeting-gp .author::before {
        top: 1rem;
        left: 1rem;
        width: 100%; }
    .greeting-list .item {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem; }
      .greeting-list .item:nth-child(2n) {
        margin-right: 0;
        margin-top: 1.5rem; }
      .greeting-list .item .title {
        font-size: 1.5rem;
        height: calc(100% - 2rem); }
      .greeting-list .item .img img {
        width: 100%; }

  .symptoms {
    padding-top: 6rem;
    padding-bottom: 9rem;
    background-size: contain; }
    .symptoms::after {
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 10rem);
      top: 0;
      left: 0;
      background: url(assets/img/bg-top-03.jpg) repeat;
      background-size: contain;
      z-index: -2; }
    .symptoms-wrap {
      padding: 6rem 1.5rem; }
      .symptoms-wrap .icon-02 {
        top: -5rem;
        right: 1.5rem; }
        .symptoms-wrap .icon-02.vz-02 {
          left: 1.5rem; }
    .symptoms-list li {
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .symptoms-list li:nth-child(2n) {
        margin-right: 0; }
      .symptoms-list li:last-child {
        margin-bottom: 0; }
      .symptoms-list li:nth-child(2n) {
        margin-right: 0; }
      .symptoms-list li a {
        border-radius: .5rem; }
        .symptoms-list li a .txt {
          font-size: 1.5rem;
          letter-spacing: 0; }
          .symptoms-list li a .txt::before {
            width: 3rem;
            height: .9rem; }

  .medical {
    padding-bottom: 8rem; }
    .medical-head {
      padding-top: 10rem;
      padding-bottom: 7rem;
      margin-bottom: 6rem; }
      .medical-head::before {
        height: 4rem;
        background-size: contain; }
    .medical-list-01 {
      margin-bottom: 4rem; }
      .medical-list-01 li {
        width: calc((100% - 1.501rem) / 2);
        margin-right: 1.5rem; }
        .medical-list-01 li:nth-child(2n) {
          margin-right: 0; }
        .medical-list-01 li a {
          width: 100%;
          height: 10rem;
          border-radius: 1rem; }
          .medical-list-01 li a span {
            text-align: center; }
            .medical-list-01 li a span.en {
              font-size: 1.2rem;
              margin-top: 0;
              letter-spacing: 0; }
    .medical-list-02 li {
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .medical-list-02 li:nth-child(2n) {
        margin-right: 0; }
      .medical-list-02 li a {
        border-radius: .5rem; }
        .medical-list-02 li a .title span {
          font-size: 1.5rem;
          line-height: 130%;
          letter-spacing: 0;
          text-align: center; }
          .medical-list-02 li a .title span.en {
            font-size: 1rem;
            margin-top: .5rem; }
          .medical-list-02 li a .title span.m-icon {
            margin-bottom: 0; }
            .medical-list-02 li a .title span.m-icon img {
              height: 3.5rem; }
        .medical-list-02 li a .cont {
          display: none; }
        .medical-list-02 li a::after {
          width: 3rem;
          height: .9rem;
          bottom: 1rem;
          right: 1rem; }
        .medical-list-02 li a:hover::before {
          opacity: 0.8;
          z-index: 0; }
    .medical-wrap {
      padding: 1.5rem 1.5rem 6rem; }
    .medical-gp {
      min-height: 30rem; }

  .feature {
    padding-top: 7rem;
    padding-bottom: 9rem; }
    .feature-gp {
      margin-bottom: 6rem; }
      .feature-gp::before, .feature-gp::after {
        content: none; }
      .feature-gp-box:first-child {
        width: 100%;
        order: 1;
        padding-top: 0;
        margin-top: -3rem; }
      .feature-gp-box:last-child {
        width: 100%; }
      .feature-gp-box .item {
        padding: 1.5rem;
        margin-right: 0;
        max-width: 100%; }
      .feature-gp-box .desc {
        margin-bottom: 2rem; }
        .feature-gp-box .desc p {
          font-size: 1.5rem;
          margin-bottom: 1.5rem; }
      .feature-gp.vz-02 .title-default-05 {
        margin-left: 0; }
      .feature-gp.vz-02 .feature-gp-box .item {
        margin-left: 0; }
      .feature-gp.vz-03 .feature-gp-box {
        width: 100%;
        margin-right: 0; }
        .feature-gp.vz-03 .feature-gp-box:first-child {
          margin-top: 0; }
        .feature-gp.vz-03 .feature-gp-box .item {
          padding: 1.5rem;
          margin-right: 0; }
        .feature-gp.vz-03 .feature-gp-box.vz-02 .feature-gp-field:first-child {
          width: 100%;
          order: 0; }
        .feature-gp.vz-03 .feature-gp-box.vz-02 .feature-gp-field:last-child {
          width: 100%; }
        .feature-gp.vz-03 .feature-gp-box:nth-child(2n) {
          padding: 0 0 6rem; }
        .feature-gp.vz-03 .feature-gp-box::before, .feature-gp.vz-03 .feature-gp-box::after {
          content: none; }
      .feature-gp.vz-03 .feature-gp-field:first-child {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; }
      .feature-gp.vz-03 .feature-gp-field:last-child {
        width: 100%;
        margin-top: -3rem; }
    .feature-wrap {
      padding: 0 1.5rem; }
    .feature .btn-default-03.vz-02 {
      margin-top: 5rem; }

  .benefits::before {
    height: 3.2rem;
    background-size: contain;
    top: -3.1rem; }
  .benefits .icon-03.vz-021 {
    right: 1.5rem; }
  .benefits .icon-03.vz-022 {
    left: 1.5rem;
    top: 4rem; }
  .benefits .icon-04 {
    display: none; }
    .benefits .icon-04.vz-01 {
      top: 23.4rem; }
    .benefits .icon-04.vz-02 {
      top: 23.4rem; }
  .benefits .icon-05 {
    left: 37.6%;
    top: 25.4rem;
    display: none; }
  .benefits-gp {
    padding: 0 1.5rem; }
    .benefits-gp-box {
      width: 100%;
      margin-right: 0; }
      .benefits-gp-box .item {
        width: 100%;
        left: 0;
        padding: 2.5rem 0;
        position: relative;
        bottom: 0; }
        .benefits-gp-box .item .number {
          font-size: 3rem;
          min-width: 5.5rem;
          right: 1.5rem;
          top: -2.5rem;
          border-radius: 0.5rem; }
        .benefits-gp-box .item .title {
          font-size: 1.8rem; }
        .benefits-gp-box .item .desc {
          font-size: 1.5rem; }
        .benefits-gp-box .item::before {
          width: 3rem;
          height: .9rem;
          right: 0;
          bottom: .8rem; }

  .top_slide {
    padding-bottom: 10rem; }
    .top_slide::before {
      height: 5rem;
      top: -2.8rem; }
    .top_slide::after {
      height: 4rem;
      background-size: contain;
      bottom: -2.9rem; }
    .top_slide .icon-03.vz-021 {
      left: 1rem;
      bottom: 0; }
    .top_slide .icon-03.vz-022 {
      right: 1rem; }
    .top_slide-list {
      grid-template-columns: 30rem 30rem 30rem 30rem 30rem 30rem; }
      .top_slide-list li {
        margin-right: 2.5rem; }
        .top_slide-list li::before {
          top: 1rem;
          left: 1rem; }
        .top_slide-list li:nth-child(2n-1) {
          margin-top: 3rem; }

  .recruit {
    padding-top: 7rem; }
    .recruit .desc p {
      font-size: 1.5rem;
      margin-bottom: 3rem; }

  .top_instagram {
    padding: 6rem 1.5rem 14rem; }
    .top_instagram .icon-02 {
      bottom: 7rem;
      right: 1.5rem; }
    .top_instagram .btn-default-02 {
      margin-top: -1.8rem;
      text-align: right;
      margin-bottom: 2rem; }
    .top_instagram::before {
      height: 12rem;
      background-size: contain;
      bottom: -1px; }
    .top_instagram-item:first-child {
      width: 100%;
      order: 1;
      padding: 1.5rem; }
      .top_instagram-item:first-child::before {
        width: 5rem;
        height: 5rem;
        background-size: 3rem; }
    .top_instagram-item:last-child {
      width: 100%;
      margin-top: 0;
      padding-left: 0; }
      .top_instagram-item:last-child img {
        width: 28rem; }
    .top_instagram-list li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .top_instagram-list li:nth-child(2n) {
        margin-right: 0; }
    .top_instagram .btn-default-02 a {
      font-size: 1.3rem;
      writing-mode: inherit;
      padding-bottom: 0;
      padding-right: 2rem;
      letter-spacing: 0; }
      .top_instagram .btn-default-02 a::before {
        font-size: 1.3rem;
        bottom: -0.2rem; }

  .top_column {
    margin-top: 3rem; }
    .top_column .icon-03.vz-021 {
      right: .5rem; }
    .top_column .icon-03.vz-022 {
      bottom: 8rem; }
    .top_column .icon-06 {
      top: 0;
      left: 1.5rem; }
    .top_column .column-list {
      margin-bottom: 2rem; }

  .column-list li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    .column-list li:nth-child(2n) {
      margin-right: 0; }
    .column-list li .cate-item a {
      font-size: 1.5rem; }
    .column-list li .cate-gp {
      margin-bottom: 0.8rem; }
    .column-list li .img {
      margin-bottom: 1rem; }
    .column-list li p {
      font-size: 1.3rem;
      line-height: 185%; }
  .column-title-01 {
    font-size: 1.5rem; }

  .loading .txt-jp {
    margin-bottom: 1rem; }
    .loading .txt-jp > div {
      font-size: 2rem; } }
@media (max-width: 767px) {
  .mv::before {
    bottom: 5rem; }
  .mv::after {
    height: 5.1rem; }

  .top_desc {
    margin-bottom: 4rem; }

  .top_slide-list {
    grid-template-columns: 25rem 25rem 25rem 25rem 25rem 25rem; }

  .top_maps iframe {
    height: 30rem; }

  .greeting-list .item {
    width: 100%;
    margin-right: 0; }

  .medical-head {
    padding-top: 8rem;
    padding-bottom: 2rem; }
    .medical-head::before {
      height: 2rem; }

  .top_slide::before {
    height: 3rem;
    top: -1.8rem; }
  .top_slide::after {
    height: 2rem;
    bottom: -1.9rem; }

  .benefits::before {
    height: 1.6rem;
    top: -1.5rem; }
  .benefits .icon-04.vz-01 {
    top: 28.4rem; }
  .benefits .icon-04.vz-02 {
    top: 28.4rem; }
  .benefits .icon-05 {
    top: 29.4rem; }

  .top_instagram::before {
    height: 6rem; } }
.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: #009944;
  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: #009944;
      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: #009944; }

.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: #009944 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: #009944;
        color: #FFFFFF; }

.archive-gp {
  border: #009944 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: #009944;
  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: #009944; }

.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: #009944 solid 0.1rem;
  border-radius: 3.3rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #FFF; }
.nextpre_area-item span {
  opacity: 0.5; }
.nextpre_area-item a:hover {
  color: #FFF;
  background: #009944; }

.nextpre_area.vs-02 .nextpre_area-item a,
.nextpre_area.vs-02 .nextpre_area-item span {
  border-color: #009944; }
.nextpre_area.vs-02 .nextpre_area-item a:hover {
  background: #009944; }

.single-title-01 {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0; }

.column-gp {
  padding: 5.5rem 0 6rem; }

.wp-column {
  padding: 2.4rem 0 4rem; }

.column-gp-01 {
  margin-bottom: 5rem; }
  .column-gp-01 li {
    width: calc((100% - 4.501rem) / 4);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2); }
    .column-gp-01 li:nth-child(4n) {
      margin-right: 0; }
    .column-gp-01 li .img {
      margin-bottom: 1.5rem; }
      .column-gp-01 li .img img {
        width: 100%;
        aspect-ratio: 4 / 2.8;
        object-fit: cover; }
    .column-gp-01 li h4 {
      color: #333;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0;
      margin-bottom: .7rem; }
      .column-gp-01 li h4 a {
        display: block;
        display: -webkit-box;
        max-width: 100%;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
    .column-gp-01 li p {
      color: #333;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 170%;
      letter-spacing: 0; }

.column-cate-list {
  margin-bottom: 3rem; }
  .column-cate-list li {
    margin-right: 1.7rem;
    margin-bottom: 1.7rem; }
    .column-cate-list li a {
      background: #FFFFFF;
      display: block;
      padding: .9rem 3.2rem;
      font-size: 1.2rem;
      color: #777777;
      transition: all 0.35s;
      border: #3b4148 solid .1rem; }
      .column-cate-list li a.active, .column-cate-list li a:hover {
        background: #3b4148;
        color: #FFFFFF; }

.main_page #toc_container {
  margin-top: 5rem;
  width: 50%;
  padding: 2rem;
  margin-bottom: 8rem;
  background: rgba(0, 153, 68, 0.1);
  border-color: #009944; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    color: #009944; }
  .main_page #toc_container a {
    font-size: 1.8rem; }
  .main_page #toc_container .toc_list {
    border: 0;
    display: block; }
    .main_page #toc_container .toc_list li {
      width: 100%; }
      .main_page #toc_container .toc_list li::before {
        content: none; }

.catalogue {
  margin-top: 2.5rem;
  margin-bottom: 10rem; }
  .catalogue-title {
    display: none; }
  .catalogue-gp {
    max-width: 120.001rem; }
    .catalogue-gp:not(.style-4button) {
      padding: 2rem 5rem 3.9rem;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 1rem;
      border: 1px solid #353535;
      box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
  .catalogue-list ul {
    display: flex;
    flex-wrap: wrap; }
    .catalogue-list ul li {
      margin-right: 3rem; }
      .catalogue-list ul li:last-child {
        margin-right: 0; }
      .catalogue-list ul li a {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 175%;
        color: #353535;
        letter-spacing: .1rem;
        transition: ease all 500ms;
        position: relative;
        padding-top: 1.1rem;
        padding-bottom: 0.9rem;
        display: block;
        letter-spacing: 0;
        border-bottom: #353535 solid .1rem;
        padding-right: 3rem; }
        .catalogue-list ul li a::before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          right: 1rem;
          width: 1.1rem;
          aspect-ratio: 1/1;
          z-index: 5;
          -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
          background: #333;
          transform: translateY(-50%); }
        .catalogue-list ul li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          pointer-events: none;
          background: #896634;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 1rem;
          color: #896634;
          font-weight: bold; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both;
            background: #009944; }
          .catalogue-list ul li a:hover::after {
            width: 100%; }
  .catalogue-list.style-1columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-2columns li {
    width: calc((100% - 3.001rem) / 2); }
    .catalogue-list.style-2columns li:nth-child(2n) {
      margin-right: 0; }
  .catalogue-list.style-3columns li {
    width: calc((100% - 6.001rem) / 3); }
    .catalogue-list.style-3columns li:nth-child(3n) {
      margin-right: 0; }
  .catalogue-list.style-4button ul {
    justify-content: center;
    margin-bottom: -1.5rem; }
    .catalogue-list.style-4button ul li {
      margin-bottom: 1.5rem;
      margin-right: 1.5rem; }
      .catalogue-list.style-4button ul li:last-child {
        margin-right: 0; }
      .catalogue-list.style-4button ul li.current-menu-item a, .catalogue-list.style-4button ul li:hover a {
        background: #009944;
        color: #ffffff;
        font-weight: 500; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        color: #009944;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        background: rgba(0, 153, 68, 0.1);
        border: #009944 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; } }

.step_gp-box {
  display: flex;
  margin-bottom: 7.5rem;
  padding: 5rem;
  border-radius: 1.5rem;
  background: rgba(2, 111, 46, 0.1);
  position: relative; }
  .step_gp-box::before {
    content: "";
    position: absolute;
    width: 10rem;
    height: 3rem;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    background: #026F2E;
    clip-path: polygon(100% 0, 0 0, 50% 100%); }
  .step_gp-box:last-child {
    margin-bottom: 0; }
    .step_gp-box:last-child::before {
      content: none; }
.step_gp-item:first-child {
  padding-right: 3rem;
  width: calc(100% - 25rem);
  display: flex;
  align-items: flex-start; }
  .step_gp-item:first-child .number {
    border-right: #026F2E solid 1px;
    padding-right: 2rem; }
    .step_gp-item:first-child .number span {
      display: block;
      text-align: center;
      color: #026F2E;
      position: relative;
      top: -0.6rem; }
      .step_gp-item:first-child .number span:first-child {
        font-size: 1.4rem; }
      .step_gp-item:first-child .number span:last-child {
        font-size: 5rem; }
.step_gp-item:last-child {
  width: 25rem; }
.step_gp-item img {
  border-radius: 1rem; }
.step_gp-item h4 {
  font-size: 3rem;
  padding-left: 2rem;
  color: #026F2E;
  position: relative;
  padding-top: 1.7rem; }

@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; }

  .step_gp-box {
    flex-wrap: wrap;
    padding: 1.5rem;
    margin-bottom: 5rem; }
    .step_gp-box::before {
      width: 7rem;
      height: 2rem;
      bottom: -2rem; }
  .step_gp-item:last-child {
    width: 100%; }
  .step_gp-item:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.5rem;
    align-items: center; }
  .step_gp-item h4 {
    font-size: 2rem;
    padding-top: 0; }

  .step_gp-item:first-child .number span:last-child {
    font-size: 4rem; } }
@media (max-width: 767px) {
  .sitemap-list li {
    width: 100%;
    margin-right: 0; }
    .sitemap-list li:last-child {
      margin-bottom: 0; }

  .wp-news-gp {
    flex-wrap: wrap !important; }
    .wp-news-gp-item:first-child {
      width: 100%;
      margin-bottom: 5rem; }
    .wp-news-gp-item:last-child {
      width: 100%;
      padding-left: 0; }

  .nextpre_area-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .nextpre_area-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
      margin-top: 1.5rem;
      order: 1; }
    .nextpre_area-item:nth-child(3n) {
      margin-right: 0; }
    .nextpre_area-item a,
    .nextpre_area-item span {
      width: 100%;
      height: 5rem; }

  .column-gp-01 li {
    width: 100%;
    margin-right: 0; }
    .column-gp-01 li:last-child {
      margin-bottom: 0; }

  .main_page #toc_container {
    width: 100%; }

  .wp_clinic_img li {
    width: 100%;
    margin-right: 0; }
    .wp_clinic_img li p {
      font-size: 1.8rem; }
      .wp_clinic_img li p::before {
        top: 1rem;
        width: 1.6rem;
        height: 1.6rem; }

  .catalogue-list.style-2columns li, .catalogue-list.style-3columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-4button ul {
    margin-bottom: -1rem; }
    .catalogue-list.style-4button ul li {
      width: calc((100% - 1.01rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .catalogue-list.style-4button ul li:nth-child(2n) {
        margin-right: 0; }
      .catalogue-list.style-4button ul li a {
        font-size: 1.5rem; } }

/*# sourceMappingURL=style.css.map */
