@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("assets/font/stylesheet.css");
html {
  font-size: 0.521vw; }
  @media (max-width: 1280px) and (min-width: 960.5px) {
    html {
      font-size: 0.694444vw; } }
  @media (max-width: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

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

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif; }

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

.grid-1200 {
  max-width: 123rem; }

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

p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .115rem;
  color: #333333; }

p.has-text-align-center {
  text-align: center; }

#page_top {
  position: relative;
  display: block;
  margin-left: auto;
  bottom: 0;
  right: 0;
  width: 7.8rem;
  height: 7.8rem;
  opacity: 1;
  border: 0;
  background: #3a7f00;
  border-radius: 0 0 0 1.5rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-mask: url(assets/img/arrow-up.svg) center/100% no-repeat;
    mask: url(assets/img/arrow-up.svg) center/100% no-repeat;
    background: #FFFFFF;
    top: 50%;
    transform: translate(-50%, -50%); }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 0;
      bottom: 0;
      width: 6rem;
      height: 6rem;
      position: fixed;
      border-radius: 0; }
      #page_top.fixed {
        bottom: 14rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 0; } }

.wow_custom {
  opacity: 0;
  -webkit-transform: translate(0, 35px);
  transform: translate(0, 35px);
  transition: all 0.5s ease; }
  .wow_custom.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
    .wow_custom.show.wow_vz_02 {
      animation: fade_in_0 500ms 500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_03 {
      animation: fade_in_0 500ms 1000ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_04 {
      animation: fade_in_0 500ms 1500ms linear;
      animation-fill-mode: forwards; }
    .wow_custom.show.wow_vz_05 {
      animation: fade_in_0 500ms 2000ms linear;
      animation-fill-mode: forwards; }

@keyframes fade_in_0 {
  0% {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_in_1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_in {
  0% {
    opacity: 0;
    position: relative;
    top: 100px; }
  100% {
    position: relative;
    top: 0px;
    opacity: 1; } }
@keyframes fade_left {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fade_right {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translateZ(0); } }
.fade-left.show {
  animation: fade_left 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

.fade-right.show {
  animation: fade_right 300ms 200ms ease-in-out;
  animation-fill-mode: forwards; }

[data-animation="fade-in"].show {
  animation: fade_in_1 500ms 1s ease-in-out;
  animation-fill-mode: forwards; }

.wow_custom_no {
  opacity: 0;
  position: relative;
  z-index: 1; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  body,
  p {
    font-size: 2rem; } }
@media (max-width: 960px) {
  body,
  p {
    font-size: 1.5rem; }

  p {
    letter-spacing: .022rem;
    line-height: 175%;
    text-align: justify;
    font-size: 1.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-1600 {
  max-width: 163rem; }
.grid-1440 {
  max-width: 147rem; }
.grid-1300 {
  max-width: 133rem; }
.grid-1280 {
  max-width: 131rem; }
.grid-1220 {
  max-width: 125rem; }

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 !important; }

ul,
ol {
  list-style: none; }

@media (max-width: 960px) {
  .u-pc {
    display: none; }

  .u-sp {
    display: block !important; } }
header {
  height: 12.8rem; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 10;
  padding: 1rem 2.2rem;
  transition: all 0.35s; }
  .header-btn-gp .btn a {
    background: #ffac00;
    margin-left: 1.5rem;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    height: 6rem;
    border-radius: 1.5rem;
    padding-left: 7.8rem;
    padding-right: 3.5rem;
    position: relative;
    transition: all 0.35s; }
    .header-btn-gp .btn a span {
      color: #ffffff;
      font-size: 2.6rem;
      font-weight: 700;
      line-height: 105%;
      letter-spacing: 0.15rem; }
      .header-btn-gp .btn a span:last-child {
        font-size: 1.6rem; }
    .header-btn-gp .btn a::before {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      top: 50%;
      transform: translateY(-50%); }
    .header-btn-gp .btn a:hover {
      background: #8bc26b; }
  .header-btn-gp .btn.calendar a {
    background: #8bc26b; }
    .header-btn-gp .btn.calendar a::before {
      content: "";
      position: absolute;
      width: 4.4rem;
      height: 4.3rem;
      left: 3.5rem;
      -webkit-mask: url(assets/img/calendar.svg) center/100% no-repeat;
      mask: url(assets/img/calendar.svg) center/100% no-repeat;
      background: #FFFFFF; }
    .header-btn-gp .btn.calendar a:hover {
      background: #ffac00; }
  .header-btn-gp .btn.endoscopy a::before {
    content: "";
    position: absolute;
    width: 4rem;
    height: 3.7rem;
    left: 2.7rem;
    background-image: url(assets/img/icon-01.png); }
  .header-btn-gp .txt * {
    color: #3a7f00;
    font-size: 2rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0; }
  .header-btn-gp .maps {
    margin-right: 4rem;
    padding-left: 4.8rem;
    position: relative; }
    .header-btn-gp .maps::before {
      content: "";
      position: absolute;
      width: 4.4rem;
      height: 5rem;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background: url(assets/img/map-pin.png) no-repeat center;
      background-size: cover; }
  .header-btn-gp .tel {
    margin-right: 1rem; }
    .header-btn-gp .tel a {
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center; }
    .header-btn-gp .tel span {
      line-height: 110%; }
      .header-btn-gp .tel span:first-child {
        font-weight: 500; }
      .header-btn-gp .tel span:last-child {
        padding-left: 3.5rem;
        font-size: 3.5rem;
        position: relative; }
        .header-btn-gp .tel span:last-child::before {
          content: "";
          position: absolute;
          width: 3.1rem;
          height: 3.4rem;
          bottom: 0;
          left: 0;
          background: url(assets/img/phone.png) no-repeat center;
          background-size: cover; }
  .header-gp {
    margin-bottom: .5rem; }
    .header-gp-item .logo img {
      width: 22rem; }
  .header-menu {
    background: #3a7f00;
    position: relative;
    z-index: 1; }
    .header-menu li:first-child {
      border-left: #FFFFFF solid 1px; }
    .header-menu li a {
      color: #FFFFFF;
      font-size: 2rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0;
      font-family: "Noto Sans JP", sans-serif;
      border-right: #FFFFFF solid 1px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      width: 18rem;
      height: 9rem;
      transition: all 0.35s; }
    .header-menu li.current_page_item a {
      background: #ffac00; }
    @media (min-width: 960.5px) {
      .header-menu li .sub-menu {
        pointer-events: none;
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        z-index: 0;
        opacity: 0;
        right: 50%;
        transform: translateX(50%);
        top: 100%;
        padding-top: 1.5rem;
        transition: all 0.35s;
        max-width: 108rem;
        width: 100%;
        padding: 3rem 2.5rem; }
        .header-menu li .sub-menu::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: -1;
          width: 100%;
          height: calc(100% - 1rem);
          background: #FFFFFF;
          filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.15));
          border-radius: 1rem; }
        .header-menu li .sub-menu li {
          border-bottom: #d9e3f0 1px solid;
          width: calc((100% - 3.001rem) / 2);
          margin-right: 3rem;
          margin-left: 0; }
          .header-menu li .sub-menu li:nth-child(2n) {
            margin-right: 0; }
          .header-menu li .sub-menu li a {
            display: block;
            padding: 1.7rem 0 1rem;
            border-right: 0;
            text-align: left;
            color: #333333;
            width: auto;
            height: auto;
            position: relative; }
            .header-menu li .sub-menu li a::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 0;
              left: auto;
              width: 1rem;
              height: 1rem;
              -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
              mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
              background: #333333; }
            .header-menu li .sub-menu li a::after {
              content: "";
              position: absolute;
              bottom: -1px;
              left: 0;
              width: 0;
              height: 1px;
              background: #ffac00;
              transition: all 0.35s; }
            .header-menu li .sub-menu li a:hover {
              color: #ffac00;
              padding-left: 2rem; }
              .header-menu li .sub-menu li a:hover::before {
                background: #ffac00; }
              .header-menu li .sub-menu li a:hover::after {
                width: 100%; }
          .header-menu li .sub-menu li.current_page_item a {
            color: #ffac00; }
            .header-menu li .sub-menu li.current_page_item a::before {
              background: #ffac00; }
      .header-menu li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto; }
      .header-menu li:hover.menu-item-has-children > a::before {
        opacity: 1; } }
    .header-menu-item > li > a:hover {
      background: #ffac00; }
    .header-menu.vs-01 {
      background: #FFFFFF; }
      .header-menu.vs-01 li a {
        color: #3a7f00;
        height: auto;
        width: auto;
        border-right: 0;
        padding: .5rem 4.5rem;
        font-size: 1.8rem; }
      .header-menu.vs-01 li.current_page_item > a, .header-menu.vs-01 li.current-menu-parent > a {
        background: transparent;
        color: #ffac00; }
      .header-menu.vs-01 li.current_page_item a {
        background: transparent; }
      .header-menu.vs-01 .header-menu-item > li > a {
        position: relative; }
        .header-menu.vs-01 .header-menu-item > li > a::before {
          content: "";
          position: absolute;
          width: 1px;
          height: 1.8rem;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          background: #3a7f00; }
      .header-menu.vs-01 .header-menu-item > li > a:hover {
        background: transparent;
        color: #ffac00; }

@media (min-width: 960.5px) {
  .header-menu.vs-01 li .sub-menu {
    right: 14.2rem;
    transform: initial;
    max-width: 70rem; }

  .home header {
    height: auto; }
  .home .header {
    padding: 1.6rem 2.2rem;
    background: transparent; }
    .home .header::before {
      content: "";
      position: absolute;
      width: 38rem;
      height: 16rem;
      top: 0;
      left: 0;
      z-index: -1;
      background: #FFFFFF;
      border-radius: 0 0 2rem 0;
      transition: all 0.35s; }
    .home .header-menu.vs-01 {
      position: absolute;
      top: -5rem;
      right: 2.2rem; }
    .home .header-gp-item:first-child a {
      position: relative;
      top: 2.2rem;
      left: 1.5rem;
      transition: all 0.35s; }
    .home .header-gp-item .logo img {
      width: 29.8rem; }
    .home .header-btn-gp .btn a {
      height: 7.5rem; }
    .home .header-btn-gp .txt * {
      color: #000000;
      text-shadow: 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF; }
    .home .header-btn-gp .maps::before {
      background-image: url(assets/img/map-pin-02.png); }
    .home .header-btn-gp .tel span:last-child {
      font-size: 4.5rem;
      padding-left: 4.2rem; }
      .home .header-btn-gp .tel span:last-child::before {
        background-image: url(assets/img/phone-02.png);
        width: 4.1rem;
        height: 4.4rem; }
    .home .header.active {
      background: #FFFFFF;
      padding: 1rem 2.2rem; }
      .home .header.active::before {
        opacity: 0; }
      .home .header.active .header-gp-item:first-child a {
        top: 0;
        left: 0; }
      .home .header.active .header-gp-item .logo img {
        width: 22rem; }
      .home .header.active .header-btn-gp .maps::before {
        background-image: url(assets/img/map-pin.png); }
      .home .header.active .header-btn-gp .tel span:last-child {
        font-size: 3.5rem;
        padding-left: 3.5rem; }
        .home .header.active .header-btn-gp .tel span:last-child::before {
          background-image: url(assets/img/phone.png);
          width: 3.1rem;
          height: 3.4rem; }
      .home .header.active .header-btn-gp .txt * {
        color: #3a7f00; }
      .home .header.active .header-btn-gp .btn a {
        height: 6rem; }
      .home .header.active .header-menu.vs-01 {
        position: relative;
        top: 0;
        right: 0; } }
@media (max-width: 1280px) and (min-width: 960.5px) {
  .header-gp-item .logo img {
    width: 24rem; }
  .header-btn-gp .tel span:last-child {
    font-size: 3rem; }
    .header-btn-gp .tel span:last-child::before {
      width: 3.1rem;
      height: 3rem; }
  .header-btn-gp .maps {
    margin-right: 2rem; }
  .header-btn-gp .btn a {
    padding-right: 2.5rem; }
  .header-menu li a {
    width: 23rem; }

  .home .header::before {
    width: 30rem;
    height: 13rem; }
  .home .header-gp-item:first-child a {
    top: 1.2rem; }
  .home .header-gp-item .logo img {
    width: 24rem; }
  .home .header-btn-gp .tel span:last-child {
    font-size: 3rem;
    padding-left: 3.5rem; }
    .home .header-btn-gp .tel span:last-child::before {
      width: 3.1rem;
      height: 3rem; } }
@media (max-width: 960px) {
  header {
    height: 6rem; }

  .header {
    padding: 0; }
    .header-gp {
      margin-bottom: 0; }
      .header-gp-item:first-child {
        padding-left: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
      .header-gp-item:last-child {
        display: none;
        padding: 0 1.5rem 15rem;
        height: calc(100vh - 6rem);
        overflow-y: scroll; }
      .header-gp-item .logo img {
        width: 14rem; }
    .header-menu {
      display: none;
      background: transparent;
      margin-bottom: 3rem; }
      .header-menu li {
        border-bottom: #1c181a solid 1px; }
        .header-menu li a {
          color: #333333;
          font-size: 1.5rem;
          height: auto;
          padding: 1rem 0;
          justify-content: flex-start;
          width: 100%;
          position: relative; }
        .header-menu li.current-menu-item a {
          background: transparent;
          color: #3a7f00; }
      .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: #3a7f00; }
      .header-menu.u-sp {
        display: block; }
    .header-btn-gp {
      justify-content: center; }
      .header-btn-gp li {
        margin-bottom: 1.5rem;
        width: 100%; }
        .header-btn-gp li:first-child {
          width: auto; }
      .header-btn-gp .txt * {
        font-size: 1.5rem; }
      .header-btn-gp .maps {
        margin-right: 0;
        padding-left: 3.5rem; }
        .header-btn-gp .maps::before {
          width: 3.2rem;
          height: 3rem; }
      .header-btn-gp .btn a {
        margin-left: 0; }
      .header-btn-gp .tel span:last-child {
        font-size: 3rem;
        padding-left: 3rem; }
        .header-btn-gp .tel span:last-child::before {
          width: 3rem;
          height: 2.4rem;
          bottom: .3rem; }

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

  .nav-menu {
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
    background: #3a7f00;
    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_right_fix {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9;
  transform: translateY(-50%);
  border-radius: 1.5rem 0 0 1.5rem;
  border-right: 0; }
  .menu_right_fix li:last-child {
    line-height: 100%; }
  .menu_right_fix .info {
    border: #3a7f00 solid 2px;
    border-radius: 1.5rem 0 0 0;
    background: #FFF;
    position: relative;
    right: -2px; }
    .menu_right_fix .info:hover {
      border-radius: 1.5rem 0 0 1.5rem;
      background: #3a7f00; }
      .menu_right_fix .info:hover .table {
        margin-right: 0; }
      .menu_right_fix .info:hover .title {
        color: #FFFFFF; }
        .menu_right_fix .info:hover .title::before {
          background: #FFFFFF; }
  .menu_right_fix .title {
    padding: 7.2rem 1.6rem 3.6rem;
    border-radius: 1.5rem 0 0 0;
    color: #3a7f00;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.3rem;
    writing-mode: vertical-lr;
    position: relative;
    transition: all 0.35s; }
    .menu_right_fix .title::before {
      content: "";
      position: absolute;
      width: 2.4rem;
      height: 2.4rem;
      top: 4rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-mask: url(assets/img/clock.svg) center/100% no-repeat;
      mask: url(assets/img/clock.svg) center/100% no-repeat;
      background: #3a7f00; }
  .menu_right_fix .table {
    padding: 2.2rem 1.6rem 1rem;
    width: 56.4rem;
    transition: all 0.35s;
    margin-right: -56.4rem;
    background: #FFF; }
    .menu_right_fix .table table {
      width: 100%;
      border-spacing: 0;
      border-collapse: collapse;
      margin-bottom: .6rem; }
      .menu_right_fix .table table td {
        border-bottom: #929292 solid 1px;
        color: #3a7f00;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 175%;
        letter-spacing: 0.15rem;
        width: 5.7rem;
        padding: .7rem 0; }
        .menu_right_fix .table table td:first-child {
          color: #010101;
          width: 17rem;
          padding-left: .5rem; }
        .menu_right_fix .table table td:last-child {
          width: 2.5rem; }
      .menu_right_fix .table table tr:first-child td {
        border-top: #929292 solid 1px;
        color: #010101; }
    .menu_right_fix .table p {
      color: #000000;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      font-family: "Noto Sans JP", sans-serif;
      text-align: right; }

.copyright {
  background: #8ab39a;
  border-top: #FFFFFF solid 1px;
  padding: 4.7rem; }
  .copyright .logo {
    padding-right: 4.2rem;
    padding-top: .3rem;
    padding-bottom: .2rem;
    border-right: #FFFFFF solid 1px;
    margin-right: 4rem; }
    .copyright .logo img {
      width: 20rem; }
  .copyright .txt p {
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif; }
    .copyright .txt p span {
      font-weight: 500; }

.footer-wrap {
  background: url(assets/img/footer-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 12rem 0; }
  .footer-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(115, 166, 136, 0.9);
    z-index: -1; }
.footer-title-01 {
  color: #3a7f00;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0;
  font-family: "Guess Sans", sans-serif; }
.footer-gp {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 7rem 7.7rem; }
  .footer-gp-box {
    width: 60rem; }
    .footer-gp-box .tel a {
      color: #000000;
      font-size: 4rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0.15rem;
      font-family: "Plus Jakarta Sans", sans-serif; }
    .footer-gp-box .table {
      margin-bottom: 4rem; }
  .footer-gp-item {
    box-shadow: 1px 1px 0.6rem rgba(0, 0, 0, 0.2);
    border-radius: 1.5rem;
    margin-bottom: 2.2rem;
    padding: 1.7rem 5rem; }
    .footer-gp-item:last-child {
      margin-bottom: 0; }
  .footer-gp .logo {
    margin-bottom: 1.2rem; }
    .footer-gp .logo img {
      width: 24rem; }
  .footer-gp p {
    color: #000000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.23rem;
    margin-bottom: 3.6rem; }
    .footer-gp p:last-child {
      margin-bottom: 0; }
.footer-field-item {
  width: 29rem; }
  .footer-field-item:nth-child(2n) {
    width: calc(100% - 29rem); }
.footer-field .menu-footer > li {
  width: 100%;
  margin-right: 0; }
  .footer-field .menu-footer > li:nth-child(2n) {
    width: 100%; }
.footer-maps iframe {
  width: 100%;
  height: 68rem;
  vertical-align: top;
  border: 0; }
.footer-contact {
  padding-top: 24rem;
  padding-bottom: 26.5rem;
  background: url(assets/img/contact-bg-01.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .footer-contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 15.7rem;
    content: none;
    top: -1px;
    left: 0;
    z-index: -1;
    background: url(assets/img/examination-bg-02.png) no-repeat center;
    background-size: contain; }
  .footer-contact-gp {
    padding: 3.7rem 5.7rem 3.6rem 4rem;
    background: #FFFFFF;
    border-radius: 2rem;
    box-shadow: 1rem 1rem 0 #8bc26b; }
  .footer-contact-item {
    width: 50%; }
    .footer-contact-item:last-child {
      padding-left: 6.6rem; }
    .footer-contact-item p {
      color: #000000;
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.1rem;
      text-align: center; }

.home .footer-contact::before {
  content: ""; }

.menu-footer {
  display: flex;
  flex-wrap: wrap; }
  .menu-footer li a {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    transition: all 0.35s; }
    .menu-footer li a:hover {
      opacity: 0.8; }
  .menu-footer > li {
    width: 29rem;
    margin-bottom: 1.1rem; }
    .menu-footer > li > a {
      position: relative;
      padding-left: 2.5rem; }
      .menu-footer > li > a::before {
        content: "";
        position: absolute;
        width: 1.3rem;
        height: 1.3rem;
        top: .5rem;
        left: 0;
        background: #3a7f00;
        border-radius: 100%; }
    .menu-footer > li:nth-child(2n) {
      width: calc(100% - 29rem); }
    .menu-footer > li .sub-menu {
      padding-left: 2.7rem;
      margin-top: 1.1rem; }
      .menu-footer > li .sub-menu li a {
        position: relative;
        padding-left: 2.4rem; }
        .menu-footer > li .sub-menu li a::before {
          content: "";
          position: absolute;
          width: 1.3rem;
          height: 1.3rem;
          top: .5rem;
          left: 0;
          background: #575757; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .footer-contact::before {
    height: 11.8rem; } }
@media (max-width: 960px) {
  .footer-title-01 {
    font-size: 2.4rem; }
  .footer-gp {
    padding: 1.5rem; }
    .footer-gp-box {
      width: 100%;
      margin-bottom: 4rem; }
      .footer-gp-box:last-child {
        margin-bottom: 0;
        display: none; }
      .footer-gp-box .tel a {
        font-size: 3rem; }
      .footer-gp-box .table {
        margin-bottom: 2.5rem; }
    .footer-gp-item {
      padding: 1.5rem; }
    .footer-gp p {
      font-size: 1.5rem;
      margin-bottom: 1.5rem; }
  .footer-field-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 1.1rem; }
    .footer-field-item:last-child {
      margin-bottom: 0; }
    .footer-field-item:nth-child(2n) {
      margin-right: 0;
      width: calc((100% - 1.501rem) / 2); }
  .footer-contact {
    padding: 7rem 0 6.5rem; }
    .footer-contact::before {
      height: 6.3rem; }
    .footer-contact-gp {
      padding: 1.5rem;
      border-radius: 1rem;
      box-shadow: .6rem .6rem 0 #8bc26b; }
    .footer-contact-item {
      width: 100%; }
      .footer-contact-item:last-child {
        padding-left: 0; }
      .footer-contact-item p {
        font-size: 1.5rem;
        letter-spacing: 0;
        margin-bottom: 1.4rem; }
  .footer-maps iframe {
    height: 27rem; }
  .footer-wrap {
    padding: 6rem 0; }

  .menu-footer {
    width: 100%; }
    .menu-footer li a {
      font-size: 1.5rem; }
    .menu-footer > li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem; }
      .menu-footer > li:last-child {
        margin-bottom: 0; }
      .menu-footer > li:nth-child(2n) {
        margin-right: 0;
        width: calc((100% - 1.501rem) / 2); }
      .menu-footer > li .sub-menu {
        padding-left: 2rem; }
        .menu-footer > li .sub-menu li a {
          font-size: 1.4rem;
          padding-left: 1.8rem; }
          .menu-footer > li .sub-menu li a::before {
            width: 1.2rem;
            height: 1.2rem;
            top: .5rem; }
      .menu-footer > li > a {
        padding-left: 2rem; }
        .menu-footer > li > a::before {
          top: .6rem;
          width: 1.2rem;
          height: 1.2rem; }

  .menu_right_fix {
    top: auto;
    bottom: 0;
    transform: initial;
    width: 100%; }
    .menu_right_fix .title {
      writing-mode: initial;
      width: 100%;
      text-align: center;
      padding: .6rem; }
      .menu_right_fix .title::before {
        top: 1.8rem;
        left: 40%; }
    .menu_right_fix .table {
      width: 100%;
      padding: 0 1.5rem;
      margin-right: 0;
      margin-bottom: -24rem;
      position: relative;
      bottom: -0.3rem; }
      .menu_right_fix .table p {
        text-align: left; }
    .menu_right_fix .info {
      right: 0;
      border-radius: 0;
      border-width: .2rem; }
      .menu_right_fix .info:hover {
        border-radius: 0; }
        .menu_right_fix .info:hover .table {
          margin-bottom: 0;
          padding-bottom: 6rem;
          padding-top: 1.5rem; }

  .copyright {
    padding: .8rem 1.5rem 7rem; }
    .copyright .logo {
      padding-right: 2rem;
      margin-right: 2rem; }
      .copyright .logo img {
        width: 14rem; } }
@media (max-width: 767px) {
  .footer-contact::before {
    height: 3.2rem; }
  .footer-field-item {
    width: 100%;
    margin-right: 0; }

  .menu-footer > li {
    width: 100%;
    margin-right: 0; }
    .menu-footer > li:nth-child(2n) {
      width: 100%; }

  .menu_right_fix .title::before {
    left: 30%; } }
.title-default-01 {
  text-align: center;
  margin-bottom: 5.4rem; }
  .title-default-01 p {
    color: #FFFFFF;
    font-size: 6rem;
    font-weight: 700;
    line-height: 155%;
    letter-spacing: 0.7rem;
    font-family: "Guess Sans", sans-serif;
    text-align: center; }
  .title-default-01 h3 {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.2rem; }
.title-default-02 {
  margin-bottom: 5rem; }
  .title-default-02 p {
    color: #3a7f00;
    font-size: 6rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.8rem;
    font-family: "Guess Sans", sans-serif;
    opacity: 0.3; }
  .title-default-02 h3 {
    color: #000000;
    font-size: 4rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.15rem;
    margin-top: -4.2rem; }
  .title-default-02.vs-02 {
    text-align: center;
    margin-bottom: 6.8rem; }
    .title-default-02.vs-02 p {
      opacity: 1; }
    .title-default-02.vs-02 h3 {
      font-size: 2rem;
      margin-top: 1.3rem; }
    .title-default-02.vs-02-02 h3, .title-default-02.vs-02-02 p {
      color: #FFFFFF; }
.title-default-03 {
  color: #3a7f00;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 138%;
  letter-spacing: 0;
  margin-bottom: 4.6rem;
  text-shadow: 0 0 6px #FFFFFF, 0 0 6px #FFFFFF, 0 0 6px #FFFFFF, 0 0 6px #FFFFFF, 0 0 6px #FFFFFF, 0 0 6px #FFFFFF; }
.title-default-04 {
  text-align: center;
  margin-bottom: 1.8rem; }
  .title-default-04 h4 {
    color: #FFFFFF;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0.45rem;
    margin-bottom: .5rem; }
  .title-default-04 p {
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.45rem; }
.title-default-05 {
  color: #3a7f00;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.2rem;
  margin-bottom: 2.8rem; }
.title-default-left {
  color: #3a7f00;
  font-size: 10rem;
  font-weight: 700;
  line-height: 116%;
  letter-spacing: 2.8rem;
  font-family: "Guess Sans", sans-serif;
  opacity: 0.5;
  writing-mode: vertical-lr;
  position: absolute;
  top: 5.5rem;
  word-break: break-all;
  left: 0; }
  .title-default-left.vs-right {
    left: auto;
    right: 0; }

.table-01 table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 1.4rem; }
  .table-01 table td {
    color: #3a7f00;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.15rem;
    border-bottom: #3a7f00 solid 1px;
    padding: 1.75rem 0;
    width: 5.7rem; }
    .table-01 table td:first-child {
      width: 20.5rem;
      padding-left: 4rem; }
  .table-01 table tr:first-child td {
    background: #3a7f00;
    color: #FFFFFF; }
.table-01 p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #2e2e2e; }
.table-01.vs-02 {
  padding: 3rem 3.5rem 1.5rem;
  background: #8bc26b;
  border-radius: 2rem; }
  .table-01.vs-02 table td {
    border-bottom-color: #FFFFFF;
    color: #FFFFFF;
    padding-top: 0.94rem;
    padding-bottom: 0.94rem; }
    .table-01.vs-02 table td:first-child {
      padding-left: .5rem;
      width: 17rem; }
    .table-01.vs-02 table td:last-child {
      width: 2.3rem; }
  .table-01.vs-02 table tr:first-child td {
    background: transparent;
    border-top: #FFFFFF solid 1px; }

.btn-default-01 a {
  display: flex;
  align-items: center;
  background: #ffac00;
  width: 29rem;
  height: 7.5rem;
  position: relative;
  border-radius: 1.5rem;
  transition: all 0.35s; }
  .btn-default-01 a span {
    color: #FFFFFF;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.2rem; }
    .btn-default-01 a span:last-child {
      font-size: 1.6rem; }
  .btn-default-01 a:hover {
    background: #8bc26b; }
.btn-default-01.vs-01 a {
  background: #8bc26b;
  padding-left: 8.2rem; }
  .btn-default-01.vs-01 a::before {
    content: "";
    position: absolute;
    width: 3.9rem;
    height: 3.8rem;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    -webkit-mask: url(assets/img/calendar.svg) center/100% no-repeat;
    mask: url(assets/img/calendar.svg) center/100% no-repeat;
    background: #FFFFFF; }
  .btn-default-01.vs-01 a:hover {
    background: #ffac00; }
.btn-default-01.vs-02 a {
  padding-left: 10.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start; }
  .btn-default-01.vs-02 a::before {
    content: "";
    position: absolute;
    width: 4rem;
    height: 3.7rem;
    top: 50%;
    left: 5rem;
    transform: translateY(-50%);
    background: url(assets/img/icon-01.png) no-repeat center;
    background-size: cover; }
.btn-default-01.vs-03 a {
  background: #3a7f00;
  flex-flow: column;
  justify-content: center;
  height: 11.5rem; }
  .btn-default-01.vs-03 a span {
    font-size: 4.5rem; }
    .btn-default-01.vs-03 a span:first-child {
      font-family: "Plus Jakarta Sans", sans-serif;
      position: relative;
      padding-left: 4rem; }
      .btn-default-01.vs-03 a span:first-child::before {
        content: "";
        position: absolute;
        width: 3.5rem;
        height: 3.5rem;
        top: 53%;
        left: 0;
        transform: translateY(-50%);
        -webkit-mask: url(assets/img/phone.svg) center/100% no-repeat;
        mask: url(assets/img/phone.svg) center/100% no-repeat;
        background: #FFFFFF; }
    .btn-default-01.vs-03 a span:last-child {
      font-size: 1.8rem; }
.btn-default-02 a {
  color: #3a7f00;
  font-size: 2rem;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  padding: 0 3.3rem;
  width: 32rem;
  height: 7.3rem;
  border: #3a7f00 solid 2px;
  background: #FFFFFF;
  border-radius: 7.3rem;
  position: relative;
  transition: all 0.35s; }
  .btn-default-02 a::before {
    content: "";
    position: absolute;
    width: 3.1rem;
    height: 0.9rem;
    top: 44%;
    right: 2.1rem;
    transition: all 0.35s;
    -webkit-mask: url(assets/img/arrow-right-02.png) center/100% no-repeat;
    mask: url(assets/img/arrow-right-02.png) center/100% no-repeat;
    background: #3a7f00; }
  .btn-default-02 a:hover {
    background: #3a7f00;
    color: #FFFFFF; }
    .btn-default-02 a:hover::before {
      background: #FFFFFF; }
.btn-default-03 {
  margin-bottom: 1.3rem; }
  .btn-default-03:last-child {
    margin-bottom: 0; }
  .btn-default-03 a {
    background: #FFFFFF;
    color: #2f6401;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    display: flex;
    width: 30rem;
    height: 6rem;
    border-radius: 6rem;
    border: #357300 solid 2px;
    margin-left: auto;
    margin-right: auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.35s; }
    .btn-default-03 a::before {
      content: "";
      position: absolute;
      width: 3.1rem;
      height: 0.9rem;
      top: 46%;
      right: 2.5rem;
      transition: all 0.35s;
      -webkit-mask: url(assets/img/arrow-right-02.png) center/100% no-repeat;
      mask: url(assets/img/arrow-right-02.png) center/100% no-repeat;
      background: #3a7f00; }
    .btn-default-03 a span {
      font-size: 1.2rem;
      line-height: 140%; }
    .btn-default-03 a:hover {
      background: #357300;
      color: #FFFFFF; }
      .btn-default-03 a:hover::before {
        background: #FFFFFF; }
  .btn-default-03.vs-02 a {
    border-color: #8bc26b;
    background: #8bc26b;
    color: #FFFFFF; }
    .btn-default-03.vs-02 a::before {
      background: #FFFFFF; }
    .btn-default-03.vs-02 a:hover {
      border-color: #3a7f00;
      background: #FFFFFF;
      color: #3a7f00; }
      .btn-default-03.vs-02 a:hover::before {
        background: #3a7f00; }
.btn-default-04 a {
  width: 19rem;
  height: 5rem;
  border-radius: 5rem;
  border: #357300 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f6401;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.1rem;
  transition: all 0.35s; }
  .btn-default-04 a:hover {
    background: #357300;
    color: #FFFFFF; }
.btn-default-04.vs-02 a {
  width: 21rem; }

.btn-02-gp .btn-default-01.vs-01 a {
  width: 23rem;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-02-gp .btn-default-01.vs-01 a span:last-child {
    padding-left: 2.3rem; }
.btn-02-gp .btn-default-01.vs-02 a {
  width: 25rem;
  padding-left: 8rem; }
  .btn-02-gp .btn-default-01.vs-02 a::before {
    left: 2.7rem; }
.btn-02-gp .btn-default-01.vs-03 a {
  width: 100%; }
.btn-02-gp li.vs-01 {
  width: 100%;
  margin-bottom: 1.8rem; }

.btn-gp-03 {
  margin-top: 6rem; }
  .btn-gp-03 li {
    margin-right: 3rem; }
    .btn-gp-03 li:nth-child(2n) {
      margin-right: 0; }
.btn-gp-04 li {
  margin-right: 1.5rem; }
  .btn-gp-04 li:last-child {
    margin-right: 0; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .title-default-left {
    font-size: 6rem; } }
@media (max-width: 960px) {
  .title-default-01 {
    margin-bottom: 3.5rem; }
  .title-default-02 {
    text-align: center;
    margin-bottom: 2rem; }
    .title-default-02 h3 {
      margin-top: 0;
      font-size: 2rem; }
    .title-default-02 p {
      text-align: center;
      font-size: 4rem;
      letter-spacing: .4rem; }
    .title-default-02.vs-02 {
      margin-bottom: 3.8rem; }
  .title-default-03 {
    font-size: 2.5rem;
    margin-bottom: 1.8rem; }
  .title-default-04 h4 {
    font-size: 2.4rem; }
  .title-default-04 p {
    text-align: center;
    font-size: 1.5rem; }
  .title-default-05 {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: .7rem; }
  .title-default-left {
    writing-mode: initial;
    font-size: 4rem;
    letter-spacing: .5rem;
    display: none; }

  .btn-default-01.vs-01 a::before {
    left: 3.7rem; }
  .btn-default-01.vs-02 a {
    align-items: center;
    padding-left: 0; }
    .btn-default-01.vs-02 a::before {
      left: 3rem; }
  .btn-default-01.vs-03 a {
    height: 9rem; }
    .btn-default-01.vs-03 a span {
      font-size: 3rem; }
  .btn-default-02 a {
    font-size: 1.5rem;
    height: 6rem; }
  .btn-default-03 a {
    font-size: 1.5rem; }

  .btn-01-gp {
    justify-content: center; }
    .btn-01-gp li {
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .btn-01-gp li:nth-child(2n) {
        margin-right: 0; }
      .btn-01-gp li:last-child {
        margin-bottom: 0; }

  .btn-02-gp li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    .btn-02-gp li:nth-child(2n-1) {
      margin-right: 0; }
    .btn-02-gp li:last-child {
      margin-bottom: 0; }
  .btn-02-gp .btn-default-01.vs-01 a {
    width: 100%;
    padding-left: 0;
    align-items: center; }
    .btn-02-gp .btn-default-01.vs-01 a::before {
      left: 5.5rem; }
    .btn-02-gp .btn-default-01.vs-01 a span:last-child {
      padding-left: 0; }
  .btn-02-gp .btn-default-01.vs-02 a {
    width: 100%;
    padding-left: 0; }
    .btn-02-gp .btn-default-01.vs-02 a::before {
      left: 4rem; }

  .btn-gp-03 {
    margin-top: 3.5rem;
    justify-content: center; }
  .btn-gp-04 {
    justify-content: center; }

  .table-01 table td {
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .table-01 table td:first-child {
      padding-left: 1rem; }
  .table-01 table tr:first-child td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .table-01.vs-02 {
    padding: 1.5rem;
    border-radius: 1rem; } }
@media (max-width: 767px) {
  .btn-default-01 a {
    width: 100%; }
  .btn-default-01.vs-02 a::before {
    left: 4rem; }
  .btn-default-02 a {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .btn-default-03 a {
    width: 100%; }

  .btn-01-gp li {
    width: 100%;
    margin-right: 0; }

  .btn-02-gp li {
    width: 100%;
    margin-right: 0; }
  .btn-02-gp .btn-default-01.vs-01 a::before {
    left: 5.5rem; }
  .btn-02-gp .btn-default-01.vs-02 a::before {
    left: 4rem; }

  .btn-gp-03 li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1.5rem; }
    .btn-gp-03 li:last-child {
      margin-bottom: 0; }

  .btn-gp-04 li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 1.5rem; }
    .btn-gp-04 li:last-child {
      margin-bottom: 0; } }
:root {
  --px-11px: 1.1rem;
  --px-13px: 1.3rem;
  --px-15px: 1.5rem;
  --px-16px: 1.6rem;
  --px-18px: 1.8rem;
  --px-20px: 2rem;
  --px-22px: 2.2rem;
  --px-25px: 2.5rem;
  --px-30px: 3rem;
  --px-32px: 3.2rem;
  --px-41px: 4.1rem;
  --px-50px: 5rem;
  --px-60px: 6rem;
  --px-77px: 7.7rem;
  --px-102px: 10.2rem;
  --px-110px: 11.0rem;
  --px-111px: 11.1rem;
  --px-120px: 12.0rem;
  --px-131px: 13.1rem;
  --px-137px: 13.7rem;
  --px-140px: 14rem;
  --px-205px: 20.5rem;
  --px-250px: 25rem;
  --px-422px: 42.2rem;
  --px--5px: -0.5rem;
  --px--27px: -2.7rem;
  --px--30px: -3rem;
  --main-color: #90785f; }
  @media (max-width: 960px) {
    :root {
      --px-140px: 8rem;
      --px-50px: 2.5rem;
      --px-20px: 1.8rem;
      --px-110px: 8rem;
      --px-102px: 7.5rem;
      --px-32px: 2.2rem; } }

.mg-b-30 {
  margin-bottom: 3rem !important; }

.mb-15 {
  margin-bottom: 1.5rem; }

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

.mb-50 {
  margin-bottom: 5rem; }

.mb-60 {
  margin-bottom: 6rem; }

.mb-143 {
  margin-bottom: 14.3rem !important; }

.mb-150 {
  margin-bottom: 15rem !important; }

.pt-50 {
  padding-top: var(--px-50px); }

.pb-70 {
  padding-bottom: 7rem; }

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

.group-block-faq {
  width: 100%;
  position: relative; }

.wp-title-main_02 {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .wp-title-main_02::before {
    content: "";
    position: absolute;
    width: 15rem;
    height: 15rem;
    background-image: url(assets/img/page-19-2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .wp-title-main_02 * {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: .1rem;
    color: #3a7f00;
    display: inline-block; }

.wp-title-main_03 {
  background-color: #3a7f00;
  padding: 1.5rem 2rem;
  position: relative; }
  .wp-title-main_03::before {
    content: "";
    position: absolute;
    left: 0.5rem;
    bottom: -0.5rem;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(58, 127, 0, 0.5); }

.wp-title-main_03 {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  color: #ffffff;
  margin-bottom: 1rem; }
  .wp-title-main_03 * {
    line-height: 150%; }

.wp-title-main_04 {
  width: 100%;
  position: relative;
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #3a7f00; }
  .wp-title-main_04 * {
    font-size: 2rem;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: .1rem;
    color: #3a7f00;
    display: inline-block;
    padding-left: 2.5rem;
    position: relative; }
    .wp-title-main_04 *::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 1.5rem;
      background-color: #3a7f00;
      left: 0;
      top: 0.8rem; }

.group-block-faq .desc {
  margin-top: 3rem;
  padding: 3rem 3rem 2.5rem;
  background-color: rgba(58, 127, 0, 0.15);
  position: relative;
  border-radius: 1rem; }
  .group-block-faq .desc::before {
    content: "";
    width: 2rem;
    height: 2rem;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: rgba(58, 127, 0, 0.1);
    position: absolute;
    top: -1.99rem;
    left: 3rem; }
  .group-block-faq .desc::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    bottom: -0.5rem;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 1rem;
    border: 1px solid rgba(58, 127, 0, 0.5); }
  .group-block-faq .desc p {
    line-height: 175%; }
  .group-block-faq .desc a {
    display: inline-block;
    color: #f00; }

.main_page p {
  line-height: 185%;
  font-weight: 400;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif !important; }
  .main_page p:not(:last-child) {
    margin-bottom: 1.5rem; }

.group_box_colums {
  width: 100%;
  display: flex;
  align-items: flex-start;
  position: relative; }
  .group_box_colums--item {
    width: 100%; }
    .group_box_colums--item.pl-50 {
      padding-left: 6rem !important; }
    .group_box_colums--item.nobefore::before {
      content: none !important; }
    .group_box_colums--item.left:first-child {
      width: calc(100% - 50rem);
      padding-right: 9rem;
      text-align: justify; }
    .group_box_colums--item.right:last-child {
      width: 50rem;
      position: relative; }
      .group_box_colums--item.right:last-child::before {
        content: "";
        position: absolute;
        width: 25rem;
        height: 25rem;
        background-color: #3a7f00;
        opacity: 0.2;
        left: -5rem;
        bottom: -5rem;
        z-index: -1;
        border-radius: 1.5rem; }
    .group_box_colums--item.left:last-child {
      text-align: justify;
      order: 0;
      position: relative;
      width: 50rem; }
      .group_box_colums--item.left:last-child::before {
        content: "";
        position: absolute;
        width: 25rem;
        height: 25rem;
        background-color: #3a7f00;
        opacity: 0.2;
        right: -5rem;
        bottom: -5rem;
        z-index: -1;
        border-radius: 1.5rem; }
    .group_box_colums--item.right:first-child {
      order: 1;
      width: calc(100% - 50rem);
      position: relative;
      padding-left: 9rem; }
    .group_box_colums--item img {
      border-radius: 1.5rem;
      overflow: hidden; }

.group_box .wp-title-main_03 {
  margin-bottom: 3rem; }

.wp_clinic_img {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -4rem; }
  .wp_clinic_img li {
    display: block !important;
    width: calc( (100% - 3rem) / 3 );
    margin-right: 1.5rem;
    margin-bottom: 4rem !important;
    padding: 0 !important; }
    .wp_clinic_img li:nth-child(3n), .wp_clinic_img li:last-child {
      margin-right: 0; }
    .wp_clinic_img li img {
      border-radius: 1rem !important; }
    .wp_clinic_img li p {
      display: block;
      width: 100%;
      font-weight: bold;
      color: #3a7f00;
      font-size: 2rem;
      margin-top: 1rem;
      position: relative;
      padding-left: 2.5rem; }
      .wp_clinic_img li p::before {
        content: "";
        position: absolute;
        left: 0;
        top: 1.1rem;
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 100%;
        background-color: #3a7f00; }

.group_box iframe {
  width: 100%;
  height: 50rem;
  border: 0;
  vertical-align: top; }
.group_box .wp_img {
  display: flex;
  flex-wrap: wrap; }
  .group_box .wp_img li {
    width: 100%;
    padding: 0; }
    .group_box .wp_img li:not(:first-child) {
      margin-right: 1.5rem;
      margin-bottom: 0;
      width: calc((100% - 1.5rem) / 2); }
      .group_box .wp_img li:not(:first-child) img {
        width: 100%;
        height: 13.8rem;
        object-fit: cover; }
    .group_box .wp_img li:last-child {
      margin-right: 0; }
    .group_box .wp_img li:first-child img {
      width: 100%;
      height: 22rem;
      object-fit: cover; }
    .group_box .wp_img li img {
      border-radius: 1rem; }
.group_box .table-scroll {
  width: 100%; }
  @media (max-width: 960px) {
    .group_box .table-scroll {
      overflow-x: auto; }
      .group_box .table-scroll table {
        width: 80rem;
        max-width: 80rem !important; } }
.group_box table {
  width: 100%;
  position: relative; }
  .group_box table.vs-01 th,
  .group_box table.vs-01 td {
    padding: 1rem 1.5rem;
    font-weight: 700; }
    .group_box table.vs-01 th:first-child,
    .group_box table.vs-01 td:first-child {
      width: 90rem; }
  .group_box table.vs-01 th {
    background-color: #3a7f00;
    color: #ffffff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .group_box table.vs-01 td {
    background-color: #eeeeee;
    text-align: center; }
  .group_box table.vs-01 tr:nth-child(odd) td {
    background-color: rgba(58, 127, 0, 0.3); }
  .group_box table.vs-02 {
    margin-bottom: 2rem;
    border-collapse: collapse; }
    .group_box table.vs-02 th,
    .group_box table.vs-02 td {
      padding: 1rem 1.5rem;
      border: 1px solid #171717;
      text-align: center; }
    .group_box table.vs-02 th:first-child,
    .group_box table.vs-02 td:first-child {
      width: 20rem; }
    .group_box table.vs-02 td {
      text-align: left; }
    .group_box table.vs-02.custom-02 th {
      width: 30rem; }
    .group_box table.vs-02.custom-02 td:not(:first-child) {
      text-align: center; }
    @media (max-width: 960px) {
      .group_box table.vs-02.custom-02 td,
      .group_box table.vs-02.custom-02 th {
        width: 30rem !important;
        float: inherit;
        text-align: center; }
        .group_box table.vs-02.custom-02 td:first-child,
        .group_box table.vs-02.custom-02 th:first-child {
          text-align: left;
          width: 27rem !important; }
        .group_box table.vs-02.custom-02 td:nth-child(2),
        .group_box table.vs-02.custom-02 th:nth-child(2) {
          width: 15rem; }
        .group_box table.vs-02.custom-02 td:not(:last-child),
        .group_box table.vs-02.custom-02 th:not(:last-child) {
          border-right: 1px solid rgba(58, 127, 0, 0.2) !important; }
      .group_box table.vs-02.custom-02 td {
        border-bottom: 1px solid rgba(58, 127, 0, 0.2) !important; } }
    .group_box table.vs-02.cutom-center td,
    .group_box table.vs-02.cutom-center th {
      text-align: center; }
    .group_box table.vs-02.bg-color th {
      background-color: rgba(58, 127, 0, 0.2); }
  .group_box table.vs-03 {
    margin-bottom: 2rem;
    border-collapse: collapse;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto; }
    .group_box table.vs-03 th,
    .group_box table.vs-03 td {
      padding: 1.5rem 2rem;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
    .group_box table.vs-03 th:first-child,
    .group_box table.vs-03 td:first-child {
      width: 20rem; }
    .group_box table.vs-03 td:first-child {
      width: 30rem;
      background-color: rgba(58, 127, 0, 0.2);
      font-weight: bold; }
  .group_box table.vs-04 {
    border-collapse: collapse; }
    .group_box table.vs-04 tr:first-child {
      border-top: 1px solid #000; }
    .group_box table.vs-04 td {
      padding: 2rem 1.5rem;
      border-bottom: 1px solid #000;
      font-family: "Noto Sans JP", sans-serif; }
      .group_box table.vs-04 td:first-child {
        font-weight: bold;
        padding-left: 0;
        padding-right: 0;
        width: 10rem; }
      .group_box table.vs-04 td:last-child {
        padding-right: 0; }
.group_box th,
.group_box td {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: .115rem;
  color: #333333;
  line-height: 185%;
  font-family: "Noto Sans JP", sans-serif; }
.group_box th {
  font-weight: bold; }
.group_box ul {
  width: 100%;
  align-items: flex-start; }
  .group_box ul.vs-01 {
    display: flex;
    flex-wrap: wrap; }
    .group_box ul.vs-01 li {
      width: 25%; }
      .group_box ul.vs-01 li:nth-child(4n), .group_box ul.vs-01 li:last-child {
        margin-right: 0; }
  .group_box ul.vs-02 {
    border: .2rem solid #3a7f00;
    padding: 3rem 3rem 2rem;
    border-radius: 1rem; }
    .group_box ul.vs-02 li {
      width: 33%; }
      .group_box ul.vs-02 li:nth-child(3n), .group_box ul.vs-02 li:last-child {
        margin-right: 0; }
  .group_box ul.vs-03 {
    border: .2rem solid #3a7f00;
    padding: 3rem 3rem 2rem;
    border-radius: 1rem; }
    .group_box ul.vs-03 li {
      width: 50%; }
      .group_box ul.vs-03 li:nth-child(2n), .group_box ul.vs-03 li:last-child {
        margin-right: 0; }
  .group_box ul svg {
    width: 3rem;
    height: 3rem;
    fill: #3a7f00;
    display: inline-block;
    margin-right: 1rem; }
  .group_box ul li {
    margin-bottom: 1.5rem;
    padding-right: 2rem;
    padding-left: 4rem;
    position: relative; }
    .group_box ul li svg {
      position: absolute;
      left: 0;
      top: .2rem; }
  .group_box ul li,
  .group_box ul a {
    display: flex;
    align-items: center;
    line-height: 185%;
    font-weight: 400;
    letter-spacing: .115rem;
    color: #333333;
    font-size: 1.8rem;
    font-family: "Noto Sans JP", sans-serif; }
  .group_box ul .btn-default-02 a {
    color: #3a7f00;
    font-weight: 700; }
    .group_box ul .btn-default-02 a:hover {
      color: #FFFFFF; }

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

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

.btn-default-02 a.vs-01 {
  width: 40rem; }

.group-link-site {
  display: flex; }
  .group-link-site li {
    margin-right: 2.5rem;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .group-link-site .link-site-01 {
    color: #ffac00;
    font-weight: 500; }

.link-site-01 {
  color: #ffac00 !important;
  font-weight: 500;
  border-bottom: 1px solid #ffac00; }

@media (max-width: 1100px) and (min-width: 960.5px) {
  .main_page li,
  .main_page a,
  .main_page th,
  .main_page td,
  .main_page p {
    font-weight: 500 !important; } }
@media (max-width: 960px) {
  .sitemap-title {
    margin-bottom: 1.5rem !important; }

  .group-block-faq .desc {
    padding: 2rem 2rem 2.5rem; }

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

  .main_page p {
    font-weight: 500;
    letter-spacing: .05rem; }
    .main_page p:not(:last-child) {
      margin-bottom: 1rem; }

  .wp-title-main_02 {
    margin-bottom: 2rem;
    padding-top: 3.4rem;
    padding-bottom: 3.4rem; }
    .wp-title-main_02::before {
      width: 10rem;
      height: 10rem; }
    .wp-title-main_02 * {
      font-size: 2.2rem; }

  .wp-title-main_03 {
    font-size: 2rem;
    padding: 1rem 1.5rem; }
    .wp-title-main_03 * {
      font-weight: 500; }

  .group_box_colums {
    flex-wrap: wrap; }
    .group_box_colums--item img {
      width: 100%;
      border-radius: 0.5rem; }
    .group_box_colums--item.left:first-child {
      width: 100%;
      padding-right: 0;
      order: 1;
      margin-top: 4rem; }
    .group_box_colums--item.right:last-child {
      width: 100%;
      order: 0; }
      .group_box_colums--item.right:last-child::before {
        width: 100%;
        height: 100%;
        left: -1.5rem;
        bottom: -1.5rem;
        border-radius: 0.5rem; }
    .group_box_colums--item.left:last-child {
      text-align: justify;
      order: 0;
      position: relative;
      width: 100%; }
      .group_box_colums--item.left:last-child::before {
        width: 100%;
        height: 100%;
        right: -1.5rem;
        bottom: -1.5rem;
        border-radius: 0.5rem; }
    .group_box_colums--item.right:first-child {
      width: 100%;
      padding-left: 0;
      margin-top: 4rem; }

  .group_box .wp-title-main_03 {
    margin-bottom: 2rem; }

  .mt--40 {
    margin-top: -2rem !important; }

  .mt-50 {
    margin-top: 3rem !important; }

  .group_box .btn-default-02 {
    width: 100%; }
  .group_box ul {
    flex-wrap: wrap; }
    .group_box ul.vs-01 {
      display: flex;
      flex-wrap: wrap; }
      .group_box ul.vs-01 li {
        width: 100% !important;
        padding-right: 0;
        margin-right: 0; }
        .group_box ul.vs-01 li:last-child {
          margin-bottom: 0 !important; }
    .group_box ul.vs-02 {
      border: .1rem solid #3a7f00;
      padding: 1.5rem 1.5rem 1.5rem;
      border-radius: 1rem; }
    .group_box ul.vs-03 {
      border: .1rem solid #3a7f00;
      padding: 1.5rem 1.5rem 1.5rem;
      border-radius: 1rem; }
    .group_box ul svg {
      width: 2rem;
      height: 2rem; }
    .group_box ul li {
      margin-bottom: 0.5rem;
      padding-right: 2rem;
      padding-left: 3rem; }
      .group_box ul li svg {
        top: .4rem; }
    .group_box ul li,
    .group_box ul a {
      font-weight: 500;
      font-size: 1.5rem; }
  .group_box table {
    width: 100%;
    position: relative; }
    .group_box table.vs-01 th,
    .group_box table.vs-01 td {
      width: 50%;
      padding: 1rem 1.5rem; }
    .group_box table.vs-01 th {
      background-color: #3a7f00;
      color: #ffffff;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
    .group_box table.vs-01 td {
      background-color: #eeeeee; }
    .group_box table.vs-01 tr:nth-child(odd) td {
      background-color: rgba(58, 127, 0, 0.3); }
    .group_box table.vs-01 th:first-child,
    .group_box table.vs-01 td:first-child {
      text-align: left; }
    .group_box table.vs-01 th:last-child,
    .group_box table.vs-01 td:last-child {
      text-align: right; }
    .group_box table.vs-02 {
      max-width: 100%;
      border: 1px solid rgba(58, 127, 0, 0.2); }
      .group_box table.vs-02 th {
        text-align: left;
        background-color: rgba(58, 127, 0, 0.2); }
      .group_box table.vs-02 td {
        text-align: left;
        font-weight: 500; }
      .group_box table.vs-02.vs-02-sp {
        border: 1px solid rgba(23, 23, 23, 0.5) !important; }
        .group_box table.vs-02.vs-02-sp th {
          border-bottom: 1px solid rgba(23, 23, 23, 0.5) !important; }
        .group_box table.vs-02.vs-02-sp tr:last-child td:last-child {
          border-bottom: 0px solid rgba(23, 23, 23, 0.5) !important; }
        .group_box table.vs-02.vs-02-sp td[data-sp="right"] {
          text-align: right;
          position: relative;
          border-bottom: 1px solid rgba(23, 23, 23, 0.5) !important;
          padding-left: 13rem !important; }
          .group_box table.vs-02.vs-02-sp td[data-sp="right"]::before {
            content: attr(data-title-sp);
            position: absolute;
            left: 0;
            width: 100px;
            height: 100%;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: rgba(58, 127, 0, 0.2) !important;
            border-right: 1px solid rgba(23, 23, 23, 0.5) !important; }
    .group_box table.vs-03 {
      max-width: 100%;
      border: 1px solid rgba(58, 127, 0, 0.2); }
      .group_box table.vs-03 th {
        background-color: rgba(58, 127, 0, 0.2);
        font-weight: bold;
        text-align: left; }
      .group_box table.vs-03 td {
        font-weight: 500; }
        .group_box table.vs-03 td:first-child {
          font-weight: bold !important; }
    .group_box table th,
    .group_box table td {
      width: 100% !important;
      float: left;
      border: 0 !important;
      font-size: 1.5rem;
      line-height: 185%;
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important; }
    .group_box table td {
      font-weight: 500 !important; } }
.banner {
  width: calc(100% - var(--banner-width-xrem));
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; }
  .banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35); }
  .banner-images img {
    width: 100%;
    height: var(--banner-img-height-xrem);
    object-fit: cover;
    aspect-ratio: auto; }
  .banner-title {
    position: absolute;
    z-index: 3;
    left: var(--banner-title-left-xrem);
    right: var(--banner-title-right-xrem);
    top: var(--banner-title-top-xrem);
    bottom: var(--banner-title-bottom-xrem);
    transform: translate(var(--banner-title-translateX-xrem), var(--banner-title-translateY-xrem));
    text-align: center;
    border-top-left-radius: var(--banner-border-radius-xrem);
    border-top-right-radius: var(--banner-border-radius-xrem);
    letter-spacing: 0.3rem;
    height: var(--banner-title-height-xrem);
    padding: var(--banner-title-pdtop-xrem) var(--banner-title-pdleftright-xrem) var(--banner-title-pdbottom-xrem);
    min-width: var(--banner-title-minwidth-xrem);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff; }
    .banner-title::before, .banner-title::after {
      content: var(--banner-title-before-xrem);
      position: absolute;
      width: 4rem;
      height: 2rem;
      border: 4px double var(--banner-title-color-xrem); }
    .banner-title::before {
      left: 0.5rem;
      top: 0.5rem;
      border-bottom: 0;
      border-right: 0; }
    .banner-title::after {
      right: 0.5rem;
      bottom: 0.5rem;
      border-top: 0;
      border-left: 0; }
    .banner-title .ja {
      font-size: var(--banner-title-fzja-xrem);
      line-height: 120%;
      font-weight: bold;
      color: var(--banner-title-color-xrem); }

.grits_meta_h1 {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none; }

.breadcrumbs {
  width: 100%;
  text-align: var(--breadcrumb-text-align-xrem);
  position: relative;
  padding: 0 var(--breadcrumb-padding-lr-xrem); }
  .breadcrumbs-content {
    text-align: var(--breadcrumb-content-text-align-xrem);
    display: inline-block;
    width: 100%;
    max-width: 120.001rem;
    margin-top: var(--breadcrumb-padding-top-xrem);
    margin-bottom: var(--breadcrumb-padding-bottom-xrem);
    margin-left: auto;
    margin-right: auto; }
    .breadcrumbs-content li {
      position: relative;
      display: inline; }
      .breadcrumbs-content li:not(:last-child) {
        padding-right: 1.5rem;
        margin-right: 1.5rem; }
        .breadcrumbs-content li:not(:last-child)::before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 0.8rem;
          aspect-ratio: 1 / 1;
          transform: translateY(-47%) rotate(45deg);
          position: absolute;
          content: "";
          border-top: 1px solid #353535;
          border-right: 1px solid #353535; }
      .breadcrumbs-content li a {
        transition: ease all 0.35s; }
        .breadcrumbs-content li a:hover {
          opacity: 0.7; }

.mv {
  position: relative; }
  .mv-view {
    position: relative;
    z-index: 0; }
    .mv-view::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background: #FFFFFF;
      opacity: 0.2;
      pointer-events: none; }
  .mv-cont {
    position: absolute;
    top: 37.5%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .mv-cont h2 {
      text-align: center;
      color: #3a7f00;
      font-size: 7rem;
      font-weight: 700;
      line-height: 135%;
      letter-spacing: 0.6rem;
      text-shadow: 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF, 0 0 4px #FFF;
      margin-bottom: 1.2rem; }
    .mv-cont p {
      text-align: center;
      color: #000000;
      font-size: 3rem;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 0.3rem;
      font-family: "Noto Sans JP", sans-serif;
      text-shadow: 0 0 6px #FFFFFF, 0 0 6px #FFFFFF, 0 0 6px #FFFFFF; }
  .mv-news {
    padding-top: 2rem;
    padding-bottom: 2.2rem;
    position: absolute;
    bottom: 2.8rem;
    left: 2rem;
    border: 2px #9bbf7e solid;
    border-radius: 1.5rem;
    background: url(assets/img/news-bg-01.png) no-repeat center;
    background-size: cover;
    width: 100%;
    max-width: 91.5rem; }
    .mv-news-item:first-child {
      width: 19.5rem;
      padding-left: 2rem;
      padding-top: 1.2rem; }
    .mv-news-item:last-child {
      padding-right: 5.6rem;
      width: calc(100% - 19.5rem); }
    .mv-news-item p {
      color: #3a7f00;
      font-size: 6rem;
      font-weight: 700;
      line-height: 115%;
      letter-spacing: 0.8rem;
      font-family: "Guess Sans", sans-serif;
      opacity: 0.5;
      writing-mode: vertical-lr; }
    .mv-news-item h3 {
      color: #3a7f00;
      font-size: 4rem;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: 0.6rem;
      writing-mode: vertical-lr;
      position: relative;
      top: -0.6rem; }
    .mv-news-more {
      text-align: right;
      margin-top: 2rem; }
      .mv-news-more a {
        color: #3a7f00;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 170%;
        letter-spacing: 0.4rem;
        position: relative;
        padding-right: 3.2rem; }
        .mv-news-more a::before {
          content: "+";
          position: absolute;
          top: 50%;
          right: 0;
          letter-spacing: 0;
          transform: translateY(-50%);
          font-size: 2rem; }

.news-list li {
  padding: 1.2rem 0;
  border-bottom: #8ab39a solid 1px; }
  .news-list li a {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .news-list li a::before {
      content: "";
      position: absolute;
      width: 1.6rem;
      height: 1.4rem;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%);
      -webkit-mask: url(assets/img/arrow-right.svg) center/100% no-repeat;
      mask: url(assets/img/arrow-right.svg) center/100% no-repeat;
      background: #333; }
    .news-list li a * {
      color: #333333;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.15rem;
      font-family: "Plus Jakarta Sans", sans-serif; }
    .news-list li a .date {
      width: 17rem; }
    .news-list li a .txt {
      width: calc(100% - 17rem);
      padding-right: 3rem; }

.top_message {
  background: rgba(124, 164, 102, 0.15);
  position: relative;
  padding-top: 8.3rem;
  overflow: hidden; }
  .top_message-gp-item:first-child {
    width: calc(100% - 53rem);
    padding-top: 3.2rem;
    padding-left: 1.8rem;
    padding-bottom: 11rem; }
  .top_message-gp-item:last-child {
    width: 53rem;
    position: relative; }
    .top_message-gp-item:last-child .img img {
      width: 53rem; }
    .top_message-gp-item:last-child .author {
      position: absolute;
      top: 14.4rem;
      right: 2.2rem; }
      .top_message-gp-item:last-child .author img {
        width: 8.5rem; }
  .top_message-gp .desc {
    max-width: 70rem; }
    .top_message-gp .desc p {
      color: #333333;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 175%;
      letter-spacing: 0.15rem;
      margin-bottom: 3rem;
      font-family: "Noto Sans JP", sans-serif; }

.icon-01 {
  position: absolute;
  top: 2.4rem;
  left: 45.6%;
  width: 23.7rem;
  height: 23.4rem;
  opacity: 0.2;
  background: url(assets/img/polygon-01.png) no-repeat center;
  background-size: contain; }

.icon-02 {
  position: absolute;
  bottom: 1.2rem;
  left: 17.8rem;
  width: 23.3rem;
  height: 23.8rem;
  opacity: 0.2;
  background: url(assets/img/polygon-02.png) no-repeat center;
  background-size: contain; }

.icon-03 {
  position: absolute;
  bottom: 2.6rem;
  right: -7.5rem;
  width: 36rem;
  height: 35.7rem;
  opacity: 0.2;
  background: url(assets/img/polygon-03.png) no-repeat center;
  background-size: contain; }

.top_medical {
  position: relative;
  padding-top: 20.7rem;
  padding-bottom: 8.5rem; }
  .top_medical .title-default-left {
    top: 12rem; }
  .top_medical-list {
    counter-reset: section; }
    .top_medical-list li {
      width: calc((100% - 3.901rem) / 4);
      margin-right: 1.3rem;
      margin-bottom: 4.5rem; }
      .top_medical-list li:nth-child(4n) {
        margin-right: 0; }
      .top_medical-list li a {
        display: flex;
        flex-wrap: wrap;
        border-radius: 1.5rem;
        border: #3a7f00 solid 0.4rem;
        height: 45rem;
        overflow: hidden;
        position: relative; }
        .top_medical-list li a::before {
          content: "";
          position: absolute;
          width: 3.8rem;
          height: 3.8rem;
          bottom: .8rem;
          right: .8rem;
          background: rgba(53, 115, 0, 0.8);
          z-index: 1;
          pointer-events: none;
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          border-radius: 0 0 .8rem 0;
          opacity: 0;
          transition: all 0.35s; }
        .top_medical-list li a .cont {
          position: relative;
          width: 100%;
          z-index: 1; }
          .top_medical-list li a .cont::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 19.5rem;
            top: 0;
            left: 0;
            background: #FFFFFF;
            transition: all 0.35s;
            border-radius: 1rem; }
        .top_medical-list li a .head {
          width: 100%;
          display: block;
          text-align: center;
          position: relative;
          padding-top: 9.2rem;
          margin-bottom: 4rem;
          z-index: 1; }
          .top_medical-list li a .head::before {
            content: "";
            position: absolute;
            width: 6rem;
            height: 6rem;
            top: 2.3rem;
            left: 50%;
            transform: translateX(-50%);
            background: #357300;
            border-radius: 100%;
            counter-increment: section;
            content: counter(section,decimal-leading-zero);
            font-size: 3.5rem;
            color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center; }
          .top_medical-list li a .head .item {
            display: block;
            color: #357300;
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 150%;
            letter-spacing: 0.4rem; }
            .top_medical-list li a .head .item:last-child {
              font-size: 1.6rem;
              letter-spacing: .5rem;
              font-family: "Guess Sans", sans-serif; }
        .top_medical-list li a .txt {
          position: relative;
          z-index: 1;
          padding: 0 1.7rem;
          display: block;
          color: #333333;
          font-size: 1.8rem;
          font-weight: 400;
          line-height: 175%;
          letter-spacing: 0.1rem;
          font-family: "Noto Sans JP", sans-serif;
          margin-top: -3rem;
          opacity: 0;
          transition: all 0.35s; }
        .top_medical-list li a .img {
          position: absolute;
          z-index: 0;
          width: 100%;
          bottom: 0;
          left: 0; }
          .top_medical-list li a .img::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: #75b88f;
            opacity: 0.8;
            z-index: 1;
            transition: all 0.35s; }
          .top_medical-list li a .img::after {
            content: "";
            position: absolute;
            width: 11.4rem;
            height: 13rem;
            bottom: 6.2rem;
            left: 50%;
            transform: translateX(-50%);
            background-image: var(--bg-icon);
            z-index: 2;
            -webkit-mask: var(--bg-icon) center/100% no-repeat;
            mask: var(--bg-icon) center/100% no-repeat;
            background: #FFFFFF; }
          .top_medical-list li a .img img {
            height: 25.4rem;
            object-fit: cover;
            width: 100%;
            object-position: center bottom; }
        .top_medical-list li a:hover::before {
          opacity: 1; }
        .top_medical-list li a:hover .txt {
          opacity: 1; }
        .top_medical-list li a:hover .img::before {
          background: #FFFFFF;
          opacity: 1; }
        .top_medical-list li a:hover .img::after {
          background: #357300;
          opacity: 0.1; }
      .top_medical-list li.vs-02 a .img::after {
        width: 12.2rem; }
      .top_medical-list li.vs-03 a .img::after {
        width: 12.6rem;
        height: 11rem; }
      .top_medical-list li.vs-04 a .img::after {
        width: 12.6rem;
        height: 12.6rem; }
      .top_medical-list li.vs-05 a .img::after, .top_medical-list li.vs-06 a .img::after, .top_medical-list li.vs-07 a .img::after, .top_medical-list li.vs-08 a .img::after, .top_medical-list li.vs-09 a .img::after, .top_medical-list li.vs-11 a .img::after {
        width: 13rem; }
      .top_medical-list li.vs-07 a .img::after {
        height: 12.8rem; }
      .top_medical-list li.vs-10 a .img::after {
        width: 10.4rem; }
      .top_medical-list li.vs-11 a .img::after {
        height: 12.9rem; }

.top_examination {
  padding-top: 21rem;
  padding-bottom: 23.5rem;
  background: url(assets/img/examination-bg-01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .top_examination::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 15.7rem;
    top: -1px;
    left: 0;
    z-index: -1;
    background: url(assets/img/examination-bg-02.png) no-repeat center;
    background-size: contain; }
  .top_examination::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 15.7rem;
    bottom: -0.1rem;
    left: 0;
    z-index: -1;
    background: url(assets/img/examination-bg-02.png) no-repeat center;
    background-size: contain;
    transform: scale(-1); }
  .top_examination .title-default-left {
    letter-spacing: .9rem;
    color: #fefffe;
    top: 17.5rem; }
  .top_examination-wrap {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1.5rem;
    padding: 6.5rem 4.5rem; }
  .top_examination-gp {
    margin-bottom: 4rem; }
    .top_examination-gp-box {
      width: calc((100% - 8.001rem) / 3);
      margin-right: 4rem;
      background: #91ba7f;
      border-radius: 1rem;
      padding: 2rem 2rem 3rem; }
      .top_examination-gp-box:nth-child(3n) {
        margin-right: 0; }
      .top_examination-gp-box .img {
        margin-bottom: 1.2rem; }
        .top_examination-gp-box .img img {
          width: 100%;
          border-radius: 1rem; }
  .top_examination .desc {
    margin-bottom: 1.5rem; }
    .top_examination .desc p {
      color: #FFFFFF;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 175%;
      letter-spacing: 0;
      font-family: "Noto Sans JP", sans-serif;
      font-feature-settings: 'palt'; }
  .top_examination-list li {
    width: calc((100% - 8.001rem) / 3);
    margin-right: 4rem;
    background: #91ba7f;
    border-radius: 1rem;
    position: relative;
    z-index: 0; }
    .top_examination-list li:nth-child(3n) {
      margin-right: 0; }
    .top_examination-list li::before {
      content: "";
      position: absolute;
      width: calc(100% - 1.8rem);
      height: calc(100% - 1.8rem);
      top: 50%;
      left: 50%;
      z-index: -1;
      border: #FFFFFF solid 1px;
      transform: translate(-50%, -50%);
      border-radius: 1rem;
      z-index: -1;
      transition: all 0.35s; }
    .top_examination-list li a {
      display: flex;
      align-items: center;
      width: 100%;
      height: 15.3rem;
      position: relative;
      z-index: 0;
      color: #FFFFFF;
      font-size: 2.3rem;
      font-weight: 700;
      line-height: 175%;
      letter-spacing: 0.1rem;
      justify-content: center; }
      .top_examination-list li a::before {
        content: "";
        position: absolute;
        width: 7rem;
        height: 7rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-mask: url(assets/img/medical-icon-12.png) center/100% no-repeat;
        mask: url(assets/img/medical-icon-12.png) center/100% no-repeat;
        background: #FFFFFF;
        opacity: 0.3;
        z-index: -1; }
      .top_examination-list li a::after {
        content: "";
        position: absolute;
        width: 3.1rem;
        height: 0.9rem;
        transition: all 0.35s;
        bottom: 2.2rem;
        right: 2.4rem;
        -webkit-mask: url(assets/img/arrow-right-02.png) center/100% no-repeat;
        mask: url(assets/img/arrow-right-02.png) center/100% no-repeat;
        background: #FFFFFF; }
    .top_examination-list li.vs-02 a::before {
      -webkit-mask: url(assets/img/medical-icon-13.png) center/100% no-repeat;
      mask: url(assets/img/medical-icon-13.png) center/100% no-repeat;
      height: 7.4rem; }
    .top_examination-list li.vs-03 a::before {
      -webkit-mask: url(assets/img/medical-icon-14.png) center/100% no-repeat;
      mask: url(assets/img/medical-icon-14.png) center/100% no-repeat;
      height: 7.4rem; }
    .top_examination-list li:hover::before {
      background: #3a7f00; }

.top_trouble {
  position: relative;
  padding-top: 11.7rem;
  padding-bottom: 16rem; }
  .top_trouble-list-01 {
    margin-top: 8.5rem;
    margin-bottom: 3.3rem; }
    .top_trouble-list-01 li {
      margin-right: 4.5rem; }
      .top_trouble-list-01 li:last-child {
        margin-right: 0; }
      .top_trouble-list-01 li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 33rem;
        height: 7.5rem;
        background: #fbd089;
        border-radius: .7rem;
        transition: all 0.35s;
        color: #252324;
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: 0.1rem;
        position: relative; }
        .top_trouble-list-01 li a::before {
          content: "";
          position: absolute;
          bottom: -1rem;
          left: 50%;
          transform: translateX(-50%);
          width: 2.9rem;
          height: 1.7rem;
          background: #fbd089;
          clip-path: polygon(100% 0, 0 0, 50% 100%);
          transition: all 0.35s;
          opacity: 0; }
        .top_trouble-list-01 li a.vs-01 {
          background: #6c853e;
          color: #FFFFFF; }
          .top_trouble-list-01 li a.vs-01::before {
            background: #6c853e; }
          .top_trouble-list-01 li a.vs-01.active::before {
            opacity: 1; }
        .top_trouble-list-01 li a.vs-02.active::before {
          opacity: 1; }
        .top_trouble-list-01 li a:hover {
          opacity: 0.8; }
          .top_trouble-list-01 li a:hover::before {
            opacity: 1; }
  .top_trouble-list-02 li {
    width: calc((100% - 4.001rem) / 3);
    margin-right: 2rem;
    margin-bottom: 2.5rem;
    position: relative; }
    .top_trouble-list-02 li a {
      background: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 18rem;
      width: 100%;
      border-radius: 1rem;
      color: #3a7f00;
      font-size: 2rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.1rem;
      position: relative;
      z-index: 0;
      transition: all 0.35s; }
      .top_trouble-list-02 li a::before {
        content: "";
        position: absolute;
        width: 20.7rem;
        height: 16.4rem;
        left: 0;
        top: .8rem;
        background: url(assets/img/icon-02.png) no-repeat center;
        background-size: cover;
        z-index: -1; }
      .top_trouble-list-02 li a::after {
        content: "";
        position: absolute;
        width: 2.6rem;
        height: 2.6rem;
        bottom: 1.4rem;
        right: 1.4rem;
        background: url(assets/img/icon-03.svg) no-repeat center;
        background-size: contain; }
      .top_trouble-list-02 li a .txt {
        color: #171717;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 158%;
        letter-spacing: 0;
        position: absolute;
        pointer-events: none;
        font-family: "Noto Sans JP", sans-serif;
        opacity: 0;
        transition: all 0.35s;
        width: calc(100% - 2rem);
        height: calc(100% - 2rem);
        padding: 1.2rem 1.5rem 1.2rem 1.2rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(253, 231, 196, 0.9);
        border-radius: 1rem; }
      .top_trouble-list-02 li a:hover .txt {
        opacity: 1; }
    .top_trouble-list-02 li:hover p {
      opacity: 1; }
    @media (min-width: 960.5px) {
      .top_trouble-list-02 li:nth-child(3n) {
        margin-right: 0; } }
  .top_trouble-gp {
    display: none;
    transition: all 0.35s;
    padding: 5rem 4.8rem 0;
    background: rgba(145, 186, 127, 0.5);
    border-radius: 1.5rem; }
    .top_trouble-gp.active {
      display: block; }
    .top_trouble-gp.vs-02.active {
      background: rgba(251, 208, 137, 0.5); }
    .top_trouble-gp.vs-02 .top_trouble-list-02 li a {
      color: #fb9d02; }
      .top_trouble-gp.vs-02 .top_trouble-list-02 li a::before {
        background-image: url(assets/img/icon-04.png); }
      .top_trouble-gp.vs-02 .top_trouble-list-02 li a::after {
        background-image: url(assets/img/icon-05.svg); }

.top_feature {
  position: relative;
  padding-top: 13.6rem;
  padding-bottom: 10rem;
  background: url(assets/img/feature_bg.png) no-repeat center;
  background-size: cover; }
  .top_feature-gp {
    padding-left: 10rem;
    margin-bottom: 7rem; }
    .top_feature-gp:last-child {
      margin-bottom: 0; }
    .top_feature-gp-item:first-child {
      width: 55rem;
      margin-right: 0;
      position: relative;
      z-index: 1;
      background: #FFFFFF;
      border-radius: 1rem;
      margin-top: 9.4rem;
      box-shadow: rgba(169, 169, 169, 0.5) 0 0 1.5rem;
      padding: 2.6rem 4rem 3.8rem 4.5rem; }
    .top_feature-gp-item:last-child {
      width: calc(100% - 55rem + 23.5rem);
      margin-right: -23.5rem; }
      .top_feature-gp-item:last-child img {
        border-radius: 1rem;
        width: 100%; }
    .top_feature-gp-item .number {
      position: absolute;
      top: -5.2rem;
      right: 2.6rem; }
      .top_feature-gp-item .number img {
        height: 8.1rem; }
    .top_feature-gp-item .desc {
      margin-bottom: 2.3rem; }
      .top_feature-gp-item .desc p {
        color: #333333;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.07rem;
        font-family: "Noto Sans JP", sans-serif;
        font-feature-settings: 'palt';
        margin-bottom: 1rem; }
        .top_feature-gp-item .desc p:last-child {
          margin-bottom: 0; }
    .top_feature-gp:nth-child(2n) {
      padding-left: 0;
      padding-right: 10rem; }
      .top_feature-gp:nth-child(2n) .top_feature-gp-item:first-child {
        order: 1; }
      .top_feature-gp:nth-child(2n) .top_feature-gp-item:last-child {
        margin-left: -23.5rem;
        margin-right: 0; }

.top_slide {
  padding: 1rem 0;
  display: flex;
  width: max-content; }
  .top_slide-gp {
    display: grid;
    grid-template-columns: 40.6rem 40.6rem 40.6rem 40.6rem 40.6rem;
    backface-visibility: hidden; }
    .top_slide-gp.vs-01 {
      animation: loopSlide1 160s -80s linear infinite; }
    .top_slide-gp.vs-02 {
      animation: loopSlide2 160s linear infinite; }
  .top_slide-item {
    margin-right: 1rem; }
    .top_slide-item img {
      width: 100%; }

@keyframes loopSlide1 {
  0% {
    transform: translate(100%); }
  to {
    transform: translate(-100%); } }
@keyframes loopSlide2 {
  0% {
    transform: translate(0); }
  to {
    transform: translate(-200%); } }
.top_access {
  position: relative;
  background: rgba(233, 233, 233, 0.5);
  padding-top: 14rem;
  padding-bottom: 15rem;
  position: relative;
  z-index: 0; }
  .top_access::before {
    content: "";
    position: absolute;
    width: 66.4rem;
    height: 52.8rem;
    top: .3rem;
    left: 0;
    background: url(assets/img/access_bg-01.png) no-repeat center;
    background-size: cover;
    z-index: -1; }
  .top_access-gp-item {
    width: 50%; }
    .top_access-gp-item:first-child {
      padding-right: 4rem; }
    .top_access-gp-item:last-child img {
      width: 100%;
      border-radius: 1.5rem; }
  .top_access-gp .logo {
    margin-bottom: .8rem; }
    .top_access-gp .logo img {
      width: 24rem; }
  .top_access-gp p {
    color: #000000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.2rem;
    margin-bottom: 4.3rem; }
  .top_access-gp .table p {
    color: #FFFFFF;
    font-size: 1.4rem;
    text-align: right;
    font-weight: 400;
    line-height: 165%;
    margin-bottom: 0;
    margin-top: 1.8rem; }

.top_column {
  position: relative;
  padding-top: 15.2rem;
  padding-bottom: 12.5rem; }
  .top_column .title-default-left {
    color: #767676; }

.column-list {
  margin-bottom: 3rem; }
  .column-list li {
    width: calc((100% - 10.801rem) / 4);
    margin-right: 3.6rem;
    margin-bottom: 5.8rem; }
    .column-list li:nth-child(4n) {
      margin-right: 0; }
    .column-list li .img {
      position: relative;
      margin-bottom: 1.4rem; }
      .column-list li .img .date {
        position: absolute;
        bottom: 1.2rem;
        left: 2rem;
        width: 10rem;
        height: 3.2rem;
        background: #3a7f00;
        color: #FFFFFF;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0;
        font-family: "Guess Sans", sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.2rem; }
      .column-list li .img img {
        width: 100%; }
    .column-list li p {
      color: #727171;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 165%;
      letter-spacing: 0;
      font-family: "Noto Sans JP", sans-serif; }

.column-title-01 {
  color: #2d6300;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: 0.07rem;
  margin-bottom: 1.2rem; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .mv-cont h2 {
    font-size: 5rem; }
  .mv-cont p {
    font-size: 2.5rem; }

  .top_examination::before, .top_examination::after {
    height: 11.8rem; }

  .top_feature-gp-item:last-child {
    width: calc(100% - 55rem + 2rem);
    margin-right: -2rem; }
    .top_feature-gp-item:last-child img {
      height: 48rem;
      object-fit: cover; }
  .top_feature-gp:nth-child(2n) .top_feature-gp-item:last-child {
    margin-left: -2rem; } }
@media (max-width: 960px) {
  .mv {
    margin-bottom: 5rem; }
    .mv-cont {
      width: 100%;
      position: relative;
      padding: 1.5rem;
      top: 0;
      left: 0;
      transform: initial;
      margin-top: -10rem; }
      .mv-cont h2 {
        font-size: 2.5rem;
        margin-bottom: 3.2rem; }
    .mv-news {
      position: relative;
      bottom: 0;
      left: 0;
      width: calc(100% - 3rem);
      margin-left: auto;
      margin-right: auto;
      padding: 1.5rem; }
      .mv-news-item:first-child {
        width: 100%;
        padding-left: 0;
        padding-top: 0; }
      .mv-news-item:last-child {
        width: 100%;
        padding-right: 0; }
      .mv-news-item h3 {
        width: 100%;
        writing-mode: initial;
        font-size: 2.5rem; }
      .mv-news-item p {
        writing-mode: initial;
        font-size: 4rem; }
      .mv-news-more a {
        font-size: 1.5rem;
        padding-right: 2rem; }
        .mv-news-more a::before {
          font-size: 1.6rem; }

  .news-list li a * {
    font-size: 1.5rem;
    letter-spacing: 0; }
  .news-list li a::before {
    width: 1.2rem;
    height: 1.2rem;
    right: 0; }
  .news-list li a .date {
    width: 100%; }
  .news-list li a .txt {
    width: 100%;
    padding-right: 2rem; }

  .top_message {
    padding-top: 0; }
    .top_message-gp-item:first-child {
      width: 100%;
      padding-left: 0;
      order: 1; }
    .top_message-gp-item:last-child {
      width: 100%; }
      .top_message-gp-item:last-child .img {
        text-align: center; }
        .top_message-gp-item:last-child .img img {
          width: 35rem; }
      .top_message-gp-item:last-child .author {
        top: 10rem;
        right: 22rem; }
        .top_message-gp-item:last-child .author img {
          width: 5rem; }
    .top_message-gp .desc {
      max-width: 100%; }
      .top_message-gp .desc p {
        font-size: 1.5rem;
        margin-bottom: 1.2rem; }

  .icon-01 {
    width: 12rem;
    height: 11.8rem; }

  .icon-02 {
    left: 1.5rem;
    width: 16rem;
    height: 15.9rem; }

  .icon-03 {
    width: 20rem;
    height: 19.8rem; }

  .top_medical {
    padding-top: 7.2rem;
    padding-bottom: 5.5rem; }
    .top_medical-list li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem;
      margin-bottom: 2rem; }
      .top_medical-list li:nth-child(2n) {
        margin-right: 0; }
      .top_medical-list li:last-child {
        margin-bottom: 0; }
      .top_medical-list li a .txt {
        font-size: 1.5rem;
        display: none; }
      .top_medical-list li a:hover .img::before {
        background: #75b88f;
        opacity: 0.8; }
      .top_medical-list li a:hover .img::after {
        background: #FFFFFF;
        opacity: 1; }
      .top_medical-list li a:hover::before {
        opacity: 0; }

  .top_examination {
    padding-top: 8rem;
    padding-bottom: 9rem; }
    .top_examination-wrap {
      padding: 1.5rem; }
    .top_examination-gp-box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem;
      padding: 1.5rem; }
      .top_examination-gp-box:last-child {
        margin-bottom: 0; }
    .top_examination-list li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .top_examination-list li:last-child {
        margin-bottom: 0; }
      .top_examination-list li a {
        letter-spacing: 0;
        font-size: 2rem; }
    .top_examination::before, .top_examination::after {
      height: 6.3rem; }
    .top_examination .desc p {
      font-size: 1.5rem; }

  .top_trouble {
    padding-top: 5rem;
    padding-bottom: 8rem; }
    .top_trouble-gp {
      padding: 1.5rem; }
    .top_trouble-list-01 {
      margin-top: 0;
      margin-bottom: 2rem; }
      .top_trouble-list-01 li {
        margin-right: 1.5rem;
        margin-bottom: 2rem; }
        .top_trouble-list-01 li:last-child {
          margin-bottom: 0; }
        .top_trouble-list-01 li a {
          height: 6rem;
          font-size: 1.8rem; }
    .top_trouble-list-02 li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .top_trouble-list-02 li:nth-child(2n) {
        margin-right: 0; }
      .top_trouble-list-02 li a {
        font-size: 1.8rem;
        height: auto;
        min-height: 17.3rem;
        padding: 1rem; }
        .top_trouble-list-02 li a::before {
          width: 15rem;
          height: 12rem; }
        .top_trouble-list-02 li a .txt {
          position: relative;
          top: 0;
          left: 0;
          transform: initial;
          padding: 1rem;
          width: 100%;
          height: 100%;
          display: none; }
        .top_trouble-list-02 li a .link {
          position: absolute;
          width: 100%;
          text-align: center;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }

  .top_feature {
    padding-top: 7rem;
    padding-bottom: 8rem; }
    .top_feature-gp {
      padding-left: 0;
      margin-bottom: 4rem; }
      .top_feature-gp-item:first-child {
        width: 100%;
        margin-right: 0;
        padding: 1.5rem;
        margin-top: 5.4rem;
        order: 1; }
      .top_feature-gp-item:last-child {
        width: 100%; }
      .top_feature-gp-item .desc p {
        line-height: 175%;
        font-size: 1.5rem; }
      .top_feature-gp-item .number {
        top: -3.2rem; }
        .top_feature-gp-item .number img {
          height: 5rem; }
      .top_feature-gp .btn-default-04 a {
        margin-left: auto;
        margin-right: auto; }
      .top_feature-gp:nth-child(2n) {
        padding-right: 0; }
        .top_feature-gp:nth-child(2n) .top_feature-gp-item:last-child {
          margin-left: 0; }

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

  .top_access {
    padding-top: 7rem;
    padding-bottom: 8rem; }
    .top_access-gp-item {
      width: 100%; }
      .top_access-gp-item:first-child {
        padding-right: 0;
        margin-bottom: 1.5rem; }
    .top_access-gp p {
      font-size: 1.5rem;
      margin-bottom: 2.5rem; }
    .top_access-gp .table p {
      text-align: left; }
    .top_access::before {
      width: 27rem;
      height: 21.6rem; }

  .top_column {
    padding-top: 7rem;
    padding-bottom: 5.7rem; }

  .column-list li {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem;
    margin-bottom: 3.5rem; }
    .column-list li:nth-child(2n) {
      margin-right: 0; }
    .column-list li:last-child {
      margin-bottom: 0; }
    .column-list li .img .date {
      font-size: 1.3rem;
      width: 8rem;
      height: 2.5rem;
      left: 1.2rem; }
    .column-list li p {
      font-size: 1.5rem; }

  .column-title-01 {
    font-size: 1.8rem; }

  .mv-view {
    margin-bottom: 5rem; }
    .mv-view img {
      height: 82vh;
      object-fit: cover; }
    .mv-view ~ .mv-cont {
      position: absolute;
      margin-top: 0;
      left: 0;
      top: 27rem; }
      .mv-view ~ .mv-cont h2 {
        line-height: 155%;
        text-align: left;
        margin-bottom: 2rem; }
      .mv-view ~ .mv-cont p {
        font-size: 1.6rem;
        letter-spacing: 0;
        font-weight: 500;
        text-align: left; } }
@media (max-width: 767px) {
  .mv-view img {
    height: 45vh; }
  .mv-view ~ .mv-cont {
    top: 6rem; }

  .top_message-gp-item:last-child .author {
    right: 0; }

  .top_medical-list li {
    width: calc((100% - .501rem) / 2);
    margin-right: .5rem;
    margin-bottom: .5rem; }
    .top_medical-list li a {
      border-width: 2px;
      height: 29rem;
      border-radius: 0.8rem; }
      .top_medical-list li a .head {
        padding-top: 6.2rem; }
        .top_medical-list li a .head .item {
          font-size: 1.8rem; }
          .top_medical-list li a .head .item:last-child {
            font-size: 1.2rem;
            letter-spacing: 0; }
        .top_medical-list li a .head::before {
          font-size: 2rem;
          width: 4rem;
          height: 4rem;
          top: 1rem; }
      .top_medical-list li a .cont::before {
        height: 12rem; }
      .top_medical-list li a .img img {
        height: 15.4rem; }
      .top_medical-list li a .img::after {
        bottom: 1.2rem;
        width: 6.4rem; }
    .top_medical-list li.vs-02 a .img::after {
      width: 7.2rem; }
    .top_medical-list li.vs-03 a .img::after, .top_medical-list li.vs-04 a .img::after {
      width: 7.6rem; }
    .top_medical-list li.vs-05 a .img::after, .top_medical-list li.vs-06 a .img::after, .top_medical-list li.vs-07 a .img::after, .top_medical-list li.vs-08 a .img::after, .top_medical-list li.vs-09 a .img::after, .top_medical-list li.vs-10 a .img::after, .top_medical-list li.vs-11 a .img::after {
      width: 6rem; }

  .top_examination::before, .top_examination::after {
    height: 3.2rem; }

  .top_trouble-gp {
    padding: 1rem; }
  .top_trouble-list-01 li {
    width: calc((100% - 1.001rem) / 2);
    margin-right: 1rem; }
    .top_trouble-list-01 li:nth-child(2n) {
      margin-right: 0; }
    .top_trouble-list-01 li a {
      width: 100%; }
  .top_trouble-list-02 li {
    width: calc((100% - .501rem) / 2);
    margin-right: 0.5rem;
    margin-bottom: .5rem; }
    .top_trouble-list-02 li:last-child {
      margin-bottom: 0; }
    .top_trouble-list-02 li a {
      padding: .5rem;
      font-size: 1.4rem;
      letter-spacing: 0;
      min-height: 10rem;
      text-align: center; }
      .top_trouble-list-02 li a::before {
        width: 8rem;
        height: 7.2rem; }
      .top_trouble-list-02 li a::after {
        width: 2rem;
        height: 2rem;
        bottom: .7rem;
        right: .7rem; }

  .column-title-01 {
    font-size: 1.6rem;
    letter-spacing: 0; }

  .column-list li p {
    font-size: 1.3rem; } }
.mt--20 {
  margin-top: -2rem; }

.mt--40 {
  margin-top: -4rem; }

.mt-60 {
  margin-top: 6rem; }

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

.mb50 {
  margin-bottom: 5rem; }

.mb70 {
  margin-bottom: 7rem; }

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

.mb150 {
  margin-bottom: 15rem; }

.main_page table.profile {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .main_page table.profile tr:last-child td:first-child::before {
    height: 60%; }
  .main_page table.profile td {
    padding: 1rem 2rem;
    font-size: 1.6rem;
    line-height: 185%;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0;
    vertical-align: middle;
    position: relative;
    border: 0; }
    .main_page table.profile td:first-child {
      letter-spacing: .1rem;
      font-weight: bold;
      width: 12rem !important;
      text-align: center;
      background-color: transparent;
      padding-left: 0; }
      .main_page table.profile td:first-child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 125%;
        background-color: rgba(58, 127, 0, 0.3);
        right: 0rem;
        top: 40%; }
    .main_page table.profile td:last-child {
      padding-left: 3rem !important;
      padding-right: 0;
      width: calc(100% - 12rem) !important; }
      .main_page table.profile td:last-child::before {
        content: "";
        position: absolute;
        width: 1.5rem;
        height: 1.5rem;
        background-color: #3a7f00;
        border-radius: 100%;
        left: -0.8rem;
        top: 50%;
        transform: translateY(-50%); }
.main_page #toc_container {
  margin-top: 5rem;
  width: 50%;
  padding: 2rem;
  background: rgba(58, 127, 0, 0.1);
  border-color: #3a7f00; }
  .main_page #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 1rem;
    color: #3a7f00; }
  .main_page #toc_container a {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif; }
.main_page .style-2columns #toc_container {
  width: 100%; }
  .main_page .style-2columns #toc_container .toc_list {
    display: flex;
    flex-wrap: wrap; }
    .main_page .style-2columns #toc_container .toc_list li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem; }
      .main_page .style-2columns #toc_container .toc_list li:nth-child(2n) {
        margin-right: 0; }

.group_box ul.vs-04 li {
  position: relative;
  padding-left: 2.5rem; }
  .group_box ul.vs-04 li::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: .9rem;
    left: 0;
    border-radius: 100%;
    background: #3a7f00; }

.main_page .inchou {
  display: block;
  text-align: right;
  font-size: 2rem;
  font-weight: 700;
  color: #3a7f00;
  line-height: 150%;
  margin-top: 1.5rem; }

.sitemap-wrap {
  padding: 6.5rem 0 8.5rem; }
.sitemap-title {
  color: #3a7f00;
  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: #3a7f00;
      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: #73a688; }

.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-bottom: 6rem; }
  .pagenavi-wrap ul {
    display: flex;
    justify-content: center; }
    .pagenavi-wrap ul li {
      margin: 0 .8rem; }
      .pagenavi-wrap ul li * {
        height: 4rem;
        border: #3a7f00 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: #3a7f00;
        color: #FFFFFF; }

.archive-gp {
  border: #3a7f00 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: #3a7f00;
  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: #ffac00; }

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

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

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

.group_box_colums.vs-02 .group_box_colums--item.left:last-child {
  width: 30rem; }
.group_box_colums.vs-02 .group_box_colums--item.right:first-child {
  width: calc(100% - 30rem); }

.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: #3a7f00;
          transition: 0.5s; }
        .catalogue-list ul li a:hover {
          padding-left: 1rem;
          color: #3a7f00;
          font-weight: bold; }
          .catalogue-list ul li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both;
            background: #3a7f00; }
          .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: #3a7f00;
        color: #ffffff;
        font-weight: 500; }
      .catalogue-list.style-4button ul li a {
        border-bottom: 0;
        color: #3a7f00;
        position: relative;
        transition: all 0.35s;
        padding: 1rem 2rem;
        font-family: "Noto Sans JP", sans-serif;
        background: rgba(58, 127, 0, 0.1);
        border: #3a7f00 solid 1px; }
        .catalogue-list.style-4button ul li a::before, .catalogue-list.style-4button ul li a::after {
          content: none; }
        @media (max-width: 767px) {
          .catalogue-list.style-4button ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            padding: 1rem; } }

@media (max-width: 960px) {
  .mb-100, .mb-101 {
    margin-bottom: 6rem; }

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

  .group_box ul.vs-04 li {
    width: 50%;
    padding-left: 2rem; }
    .group_box ul.vs-04 li::before {
      width: 1.2rem;
      height: 1.2rem;
      top: .8rem; }
  .group_box_colums.vs-02 .group_box_colums--item.right:first-child {
    padding-left: 3rem; }

  .main_page table.profile td {
    font-size: 1.5rem; }
    .main_page table.profile td:first-child {
      width: 10rem !important; }
    .main_page table.profile td:last-child {
      width: calc(100% - 10rem) !important; }
      .main_page table.profile td:last-child::before {
        width: 1.2rem;
        height: 1.2rem;
        left: -0.7rem; }
  .main_page .inchou {
    text-align: center; }

  .group_box table.vs-04 td {
    border-bottom: 1px solid #000 !important; }
    .group_box table.vs-04 td:first-child {
      width: 10rem !important;
      font-weight: 700 !important; }
    .group_box table.vs-04 td:last-child {
      width: calc(100% - 10rem) !important; }
  .group_box table.vs02 th, .group_box table.vs02 td {
    float: initial;
    width: auto !important;
    padding: 1rem 0 !important; }
    .group_box table.vs02 th:first-child, .group_box table.vs02 td:first-child {
      width: 20rem !important; }

  .group_box_colums.vs-03 .group_box_colums--item.right:first-child {
    padding-left: 0 !important; }

  .wp_clinic_img li p {
    font-size: 1.8rem; }
    .wp_clinic_img li p::before {
      top: 1rem;
      width: 1.6rem;
      height: 1.6rem; }

  .group_box .wp_img li {
    margin-bottom: 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; } }
@media (max-width: 767px) {
  .catalogue-list.style-2columns li, .catalogue-list.style-3columns li {
    width: 100%;
    margin-right: 0; }
  .catalogue-list.style-4button ul {
    margin-bottom: -1rem; }
    .catalogue-list.style-4button ul li {
      width: calc((100% - 1.01rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem;
      background: rgba(58, 127, 0, 0.1);
      border: #3a7f00 solid 1px; }
      .catalogue-list.style-4button ul li:nth-child(2n) {
        margin-right: 0; }
      .catalogue-list.style-4button ul li a {
        font-size: 1.5rem; }

  .sitemap-list li {
    width: 100%;
    margin-right: 0; }
    .sitemap-list li:last-child {
      margin-bottom: 0; }

  .main_page #toc_container {
    width: 100%; }
    .main_page #toc_container a {
      font-size: 1.5rem; }
  .main_page .style-2columns #toc_container .toc_list li {
    width: 100%;
    margin-right: 0; }
  .main_page table.profile td {
    padding-top: .5rem;
    padding-bottom: .5rem; }
    .main_page table.profile td:first-child {
      text-align: left;
      width: 100% !important;
      padding-bottom: 0;
      padding-left: 2rem !important;
      padding-right: 0 !important; }
      .main_page table.profile td:first-child::before {
        right: auto;
        left: -0.2rem;
        top: 0;
        height: 100%; }
    .main_page table.profile td:last-child {
      padding-left: 2rem !important;
      width: 100% !important; }
      .main_page table.profile td:last-child::before {
        top: -1.3rem; }
      .main_page table.profile td:last-child::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: rgba(58, 127, 0, 0.3);
        left: -0.2rem;
        top: 0%; }
  .main_page table.profile tr:last-child td:first-child::before {
    height: 100%; }

  .group_box iframe {
    height: 27rem; }
  .group_box ul.vs-04 li {
    width: 100%; }
  .group_box_colums.vs-02 .group_box_colums--item.left:last-child {
    width: 100%; }
  .group_box_colums.vs-02 .group_box_colums--item.right:first-child {
    width: 100%;
    padding-left: 0; }

  .group_box table.vs02 th:first-child, .group_box table.vs02 td:first-child {
    width: 12rem !important; }
  .group_box table.vs-04 {
    border: 1px solid rgba(58, 127, 0, 0.2); }
    .group_box table.vs-04 td {
      border-bottom: 0 !important;
      padding: 1.5rem; }
      .group_box table.vs-04 td:first-child {
        width: 100% !important;
        background: rgba(58, 127, 0, 0.2); }
      .group_box table.vs-04 td:last-child {
        width: 100% !important; }
    .group_box table.vs-04 tr:first-child {
      border-top: 0; }

  .wp_clinic_img li {
    width: 100%;
    margin-right: 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; } }

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