@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*
Theme Name: Eyestones
Theme URI: #
Author: the Gkv or Zn team
Author URI: https://gkv.vn/
Description: #!
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.0.1
License: #
License URI: #
Text Domain: gkv
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
html {
  font-size: 0.521vw; }
  @media (max-width: 1000px) 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: "游明朝体", "Yu Mincho", "Noto Serif JP", serif; }

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

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

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

p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 178%;
  letter-spacing: .05rem;
  color: #333333; }

#page_top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  opacity: 0;
  border: #FFF solid .1rem;
  background: #003e9a url(assets/img/page-top.svg) no-repeat center;
  border-radius: 100%;
  background-size: 2.1rem;
  cursor: pointer;
  outline: none;
  z-index: 50; }
  #page_top.show {
    opacity: 1; }
    #page_top.show:hover {
      opacity: 0.8; }
  @media (max-width: 960px) {
    #page_top {
      right: 1.5rem;
      bottom: 1.5rem;
      width: 5rem;
      height: 5rem;
      position: fixed; }
      #page_top.fixed {
        bottom: 9rem; } }
  @media (max-width: 767px) {
    #page_top {
      bottom: 12rem; } }

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

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

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

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

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

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

  p {
    letter-spacing: .042rem;
    line-height: 185%;
    text-align: justify; } }
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[class*="dflex"] {
  display: flex;
  flex-wrap: wrap !important; }

[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*="jcfs"] {
  justify-content: flex-start; }

[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); }

.is_none {
  display: none !important; }

[class*="grid"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.grid-1020 {
  max-width: 105rem; }

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

.grid-1600 {
  max-width: 163rem; }

.grid-1500 {
  max-width: 153rem; }

body,
html {
  height: 100%; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  overflow-clip-margin: inherit; }

a,
button {
  color: inherit;
  text-decoration: none; }

input,
textarea,
button,
select {
  outline: none;
  resize: none; }

.hv-o {
  transition: ease all 0.5s; }
  .hv-o:hover {
    opacity: 0.8; }

.ho-main,
.os-main {
  overflow: hidden; }

.os-y-hidden {
  overflow-y: hidden; }

.os-section {
  position: relative; }

.os-align-center {
  text-align: center; }

.u-center {
  text-align: center; }

.u-right {
  text-align: right; }

.u-sp {
  display: none; }

ul,
ol {
  list-style: none; }

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

  .u-sp {
    display: block; } }
.mb-15 {
  margin-bottom: 1.5rem; }

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

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

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

@media (max-width: 1000px) {
  .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--30 {
  margin-top: -3rem; }

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

@media (min-width: 1000.5px) {
  .mt-pc--30 {
    margin-top: -3rem; } }
@media (max-width: 1280px) and (min-width: 961px) {
  .grid-1500 {
    max-width: 180rem; } }
.wp-block-header {
  width: 100%;
  height: 9rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  padding-left: 4rem;
  transition: ease all 0.35s;
  background: #FFFFFF; }
  .wp-block-header .site-logo,
  .wp-block-header .site-logo a,
  .wp-block-header .site-logo img {
    line-height: 100%;
    vertical-align: top;
    display: inline-block; }
  .wp-block-header .site-logo img {
    width: 29.2rem; }
  .wp-block-header .site-logo a {
    position: relative; }
    .wp-block-header .site-logo a .logo-01 {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
  .wp-block-header--item:first-child {
    width: 40rem; }
  .wp-block-header--item:last-child {
    width: calc(100% - 40rem); }
  .wp-block-header-right--item:nth-child(1) {
    width: calc(100% - 12rem);
    color: #333;
    font-size: 1.8rem;
    line-height: 150%; }
  .wp-block-header-right--item:nth-child(2) {
    width: 12rem;
    height: 9rem;
    background-color: #003e9a; }
  .wp-block-header-right--menu {
    width: calc(100% - 28.4rem);
    transition: all 0.35s; }
  .wp-block-header-right--tel {
    width: 28.4rem;
    padding: 0 3rem; }
    @media (min-width: 1000.5px) {
      .wp-block-header-right--tel {
        padding-top: .9rem; } }
  .wp-block-header.active-01, .wp-block-header.active {
    background-color: #ffffff;
    box-shadow: 0rem 0.1rem 2rem rgba(0, 0, 0, 0.25); }

.wp-block-menu {
  width: 100%;
  margin-bottom: -0.2rem; }
  .wp-block-menu > li {
    width: calc((100% - 0.605rem) / 4);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem; }
    @media (max-width: 1280px) {
      .wp-block-menu > li {
        margin-right: 1px;
        margin-bottom: 1px; } }
    .wp-block-menu > li:nth-child(4n), .wp-block-menu > li:last-child {
      margin-right: 0; }
    .wp-block-menu > li > a {
      width: 100%;
      height: 4.4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fc8128;
      padding: 0.5rem 1.5rem;
      transition: ease all 0.35s;
      color: #ffffff;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0; }
      .wp-block-menu > li > a:hover {
        background-color: #48270e; }
    .wp-block-menu > li:hover .sub-menu.active {
      left: 50%;
      opacity: 1; }

.wp-block-tel {
  padding-left: 2.8rem;
  color: #333333;
  font-size: 3rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.12rem;
  display: block;
  position: relative;
  border-top: #333333 solid .1rem;
  margin-top: .4rem; }
  .wp-block-tel::before {
    content: "";
    position: absolute;
    width: 1.7rem;
    height: 2.2rem;
    -webkit-mask: url(assets/img/icon_tel.svg) center/100% no-repeat;
    mask: url(assets/img/icon_tel.svg) center/100% no-repeat;
    background: #333333;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

#menu {
  display: block;
  position: relative;
  top: .5rem; }
  #menu > .chane-x {
    width: 8rem;
    height: 3.6rem;
    position: relative;
    display: flex; }
  #menu > .chane-text {
    display: block;
    font-family: "Roboto", sans-serif;
    margin-top: .8rem;
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.1rem; }
  #menu span {
    background-color: #ffffff;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    position: absolute;
    width: 100%;
    height: .6rem;
    border-radius: .6rem;
    -webkit-transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s;
    transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s, -webkit-transform 0.3s ease; }
    #menu span:nth-child(1) {
      top: .3rem; }
    #menu span:nth-child(2) {
      top: 50%; }
    #menu span:nth-child(3) {
      bottom: -0.2rem; }
  #menu .change {
    width: 6rem; }
    #menu .change span {
      -webkit-transition: top 0.1s ease, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
      transition: top 0.1s ease, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
      transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease;
      transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease, -webkit-transform 0.3s ease 0.1s; }
      #menu .change span:nth-child(1) {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(315deg);
        transform: translateY(-50%) rotate(315deg); }
      #menu .change span:nth-child(2) {
        -webkit-transform: translateY(-50%) rotate(405deg);
        transform: translateY(-50%) rotate(405deg);
        display: none; }
      #menu .change span:nth-child(3) {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(405deg);
        transform: translateY(-50%) rotate(405deg); }

.chane-x {
  display: inline-block;
  position: relative;
  cursor: pointer; }

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

.menu {
  position: relative; }
  .menu-01 li {
    width: calc((100% - .8rem) / 5);
    margin-right: .2rem; }
    .menu-01 li:nth-child(5n), .menu-01 li:last-child {
      margin-right: 0; }
    .menu-01 li * {
      color: #FFF;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0; }
    .menu-01 li a {
      background: #003e9a;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      text-align: center;
      height: 9rem;
      transition: all 0.35s; }
      .menu-01 li a span {
        display: block; }
      .menu-01 li a .en {
        font-size: 1.4rem; }
      .menu-01 li a:hover {
        background: #fff;
        color: #003e9a; }
    .menu-01 li .sub-menu {
      position: absolute;
      top: 9rem;
      left: 50%;
      transform: translateX(-50%);
      width: 111rem;
      display: flex;
      pointer-events: none;
      position: absolute;
      display: flex;
      flex-wrap: wrap;
      z-index: 0;
      opacity: 0;
      transition: all 0.35s;
      padding: 3rem 3.5rem; }
      .menu-01 li .sub-menu::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: calc(100% - 1rem);
        background: #FFFFFF;
        filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.15));
        border-radius: 2rem; }
      .menu-01 li .sub-menu li {
        margin-left: 0;
        padding: 0 1rem;
        width: calc((100% - 1.501rem) / 2);
        margin-right: 1.5rem; }
        .menu-01 li .sub-menu li:nth-child(2n) {
          margin-right: 0; }
        .menu-01 li .sub-menu li a {
          color: #333;
          border-bottom: #cec9c6 solid .1rem;
          padding: 1rem;
          display: block;
          position: relative;
          transition: all 0.35s;
          background: transparent;
          width: 100%;
          text-align: left;
          height: auto; }
          .menu-01 li .sub-menu li a::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 1rem;
            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: #472a1e;
            transition: all 0.35s; }
          .menu-01 li .sub-menu li a::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0.1rem;
            transition: all 0.35s;
            bottom: -0.1rem;
            left: 0;
            background: #003e9a; }
          .menu-01 li .sub-menu li a:hover {
            opacity: 0.8;
            padding-left: 1.5rem;
            color: #003e9a; }
            .menu-01 li .sub-menu li a:hover::before {
              right: .5rem;
              background: #003e9a; }
            .menu-01 li .sub-menu li a:hover::after {
              width: 100%; }
          .menu-01 li .sub-menu li a span {
            color: #333333; }
            .menu-01 li .sub-menu li a span.en {
              display: none; }
        .menu-01 li .sub-menu li.current-menu-item a {
          color: #003e9a; }
          .menu-01 li .sub-menu li.current-menu-item a::before {
            background: #003e9a; }
          .menu-01 li .sub-menu li.current-menu-item a::after {
            width: 100%; }
          .menu-01 li .sub-menu li.current-menu-item a span {
            color: #003e9a; }
    .menu-01 li.current-menu-item a, .menu-01 li.current-menu-parent a {
      background: #FFF;
      color: #003e9a; }
      .menu-01 li.current-menu-item a span, .menu-01 li.current-menu-parent a span {
        color: #003e9a; }
  .menu-01 > li > a {
    position: relative; }
    .menu-01 > li > a::before {
      content: "";
      position: absolute;
      width: 1.5rem;
      height: 0.7rem;
      bottom: -1rem;
      z-index: 1;
      left: 50%;
      transform: translateX(-50%);
      background: #FFFFFF;
      clip-path: polygon(50% 0%, 0 100%, 100% 100%);
      opacity: 0; }
    .menu-01 > li > a:hover span {
      color: #003e9a; }
  .menu-01 > li.menu-item-has-children:hover > a::before {
    opacity: 1; }
  .menu-01 > li:hover .sub-menu {
    opacity: 1;
    pointer-events: all; }
  .menu-02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0rem;
    margin-bottom: 0rem;
    background-color: rgba(242, 154, 99, 0.1);
    padding: 2rem; }
    .menu-02:last-child {
      margin-bottom: 0; }
    .menu-02 li {
      width: 47%;
      position: relative;
      color: #3e3b39;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
      .menu-02 li:last-child {
        margin-bottom: 0; }
      .menu-02 li a {
        position: relative;
        padding-left: 1.5rem;
        transition: all 0.35s; }
        .menu-02 li a:hover {
          padding-left: 2rem; }
        .menu-02 li a::before {
          content: "";
          position: absolute;
          width: 0.6rem;
          height: 0.6rem;
          background: #f29a63;
          border-radius: 100%;
          left: 0;
          top: 1rem; }
    .menu-02.vs-02 {
      background-color: rgba(63, 161, 176, 0.1);
      margin-bottom: 3.4rem; }
      .menu-02.vs-02 li a::before {
        background: #3fa1b0; }
    .menu-02 .sub-menu {
      position: relative;
      opacity: 1;
      top: 0;
      left: 0 !important;
      max-width: 100%;
      transform: translateX(0);
      box-shadow: inherit;
      flex-wrap: wrap !important;
      padding: 0 1.5rem 0rem 1.5rem;
      background: transparent;
      z-index: 9; }
      .menu-02 .sub-menu > * {
        pointer-events: all; }
      .menu-02 .sub-menu li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0; }
        .menu-02 .sub-menu li a {
          padding: 0;
          padding-left: 2rem;
          color: #3e3b39;
          background-color: transparent;
          pointer-events: all;
          transition: ease all 0.35s; }
          .menu-02 .sub-menu li a:hover {
            padding-left: 2.5rem; }
          .menu-02 .sub-menu li a::before {
            width: 1rem;
            height: 1px;
            top: 1.3rem; }
          .menu-02 .sub-menu li a:hover {
            background-color: transparent; }

@media (min-width: 1000.5px) {
  .home .wp-block-tel {
    color: #ffffff;
    border-top-color: #FFFFFF; }
    .home .wp-block-tel::before {
      background: #FFFFFF; }
  .home .wp-block-header {
    background: transparent; }
    .home .wp-block-header-right--item:nth-child(1) {
      color: #FFFFFF;
      letter-spacing: -0.05rem; }
    .home .wp-block-header-right--menu {
      opacity: 0;
      pointer-events: none; }
    .home .wp-block-header::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 15rem;
      top: 0;
      left: 0;
      z-index: -1;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, black 70%);
      opacity: 0.5; }
    .home .wp-block-header.active, .home .wp-block-header.active-01 {
      background: #FFFFFF; }
      .home .wp-block-header.active .wp-block-header-right--item:nth-child(1), .home .wp-block-header.active-01 .wp-block-header-right--item:nth-child(1) {
        color: #333; }
      .home .wp-block-header.active .site-logo a .logo-01, .home .wp-block-header.active-01 .site-logo a .logo-01 {
        opacity: 1; }
      .home .wp-block-header.active .site-logo a .logo-02, .home .wp-block-header.active-01 .site-logo a .logo-02 {
        opacity: 0; }
      .home .wp-block-header.active .wp-block-tel, .home .wp-block-header.active-01 .wp-block-tel {
        color: #333;
        border-top-color: #333; }
        .home .wp-block-header.active .wp-block-tel::before, .home .wp-block-header.active-01 .wp-block-tel::before {
          background: #333; }
      .home .wp-block-header.active::before, .home .wp-block-header.active-01::before {
        content: none; }
    .home .wp-block-header.active .wp-block-header-right--menu {
      opacity: 1;
      pointer-events: all;
      border-left: #003e9a solid .1rem; } }
@media (max-width: 1280px) and (min-width: 1000.5px) {
  .menu-01 li * {
    font-size: 2rem; }
  .menu-01 li a .en {
    font-size: 1.8rem; } }
@media (max-width: 1000px) {
  .home header {
    height: 7rem; }

  .wp-block-header {
    height: 7rem;
    padding: 1rem;
    background: #FFF;
    box-shadow: 0rem 0.1rem 2rem rgba(0, 0, 0, 0.25); }
    .wp-block-header::before {
      content: none; }
    .wp-block-header .site-logo,
    .wp-block-header .site-logo a,
    .wp-block-header .site-logo img {
      font-size: 0; }
    .wp-block-header .site-logo img {
      width: 21.5rem; }
    .wp-block-header .site-logo a .logo-01 {
      opacity: 1; }
    .wp-block-header--item:first-child {
      width: calc(100% - 10.5rem); }
    .wp-block-header--item:last-child {
      width: 10.5rem; }
    .wp-block-header-right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: nowrap; }
      .wp-block-header-right--item:nth-child(1) {
        font-size: 0;
        padding-right: .5rem; }
        .wp-block-header-right--item:nth-child(1) .wp-block-tel {
          font-size: 0;
          border-top: 0;
          margin-top: 0;
          padding-left: 0;
          width: 5rem;
          height: 5rem;
          background: #003e9a; }
          .wp-block-header-right--item:nth-child(1) .wp-block-tel::before {
            left: 50%;
            transform: translate(-50%, -50%);
            background: #FFFFFF; }
      .wp-block-header-right--item:nth-child(2) {
        width: 5rem;
        height: 5rem;
        margin-right: 0; }
        .wp-block-header-right--item:nth-child(2) a {
          font-size: 0;
          width: 5rem;
          height: 5rem;
          padding-left: 0;
          background-color: #fc8128; }
          .wp-block-header-right--item:nth-child(2) a.wp-block-tel {
            padding-bottom: 0;
            background-position: center;
            background-size: 2.5rem;
            background-image: url(assets/img/icon-tel-white.svg); }
      .wp-block-header-right--item:nth-child(3) {
        width: 5rem;
        height: 5rem;
        padding-bottom: .4rem; }
      .wp-block-header-right--menu {
        display: none; }
      .wp-block-header-right--tel {
        width: initial;
        padding: 0; }

  #menu {
    top: .3rem; }
    #menu > .chane-x {
      width: 3rem;
      height: 2rem; }
    #menu > .chane-text {
      margin-top: .3rem;
      font-size: 1.2rem;
      letter-spacing: 0; }
    #menu span {
      height: .2rem; }
      #menu span:nth-child(2) {
        top: calc(50% + .2rem); }

  .nav_header {
    top: 7rem;
    width: 100%;
    right: -100%;
    padding: 1.5rem 1.5rem 13rem;
    height: calc(100vh - 7rem); }
    .nav_header-title {
      font-size: 2.8rem; }

  .menu-02 {
    width: 100%;
    flex-direction: column;
    margin-left: 0rem;
    margin-bottom: 0rem;
    padding: 1.5rem 1.5rem; }
    .menu-02:last-child {
      margin-bottom: 0; }
    .menu-02 li {
      width: 100%;
      font-size: 1.5rem;
      margin-bottom: 0.5rem; }
      .menu-02 li a::before {
        top: 0.85rem; } }
.menu_right_fix {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 8rem;
  z-index: 100; }
  .menu_right_fix li a {
    font-size: 1.3rem;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8rem;
    flex-flow: column;
    background: #325a93;
    padding: .7rem; }
    .menu_right_fix li a span {
      display: block;
      margin-top: .5rem; }

.wp-footer--box1 iframe {
  width: 100%;
  height: 55rem;
  vertical-align: top;
  border: 0; }
.wp-footer--box2 {
  background: #2e2e2e url(assets/img/footer-bg-04.png) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0; }
  .wp-footer--box2 .copyright {
    width: 100%;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: .2rem solid #ffffff; }
    .wp-footer--box2 .copyright-item {
      position: relative; }
      .wp-footer--box2 .copyright-item:not(:last-child) {
        margin-right: 2rem;
        padding-right: 2rem; }
        .wp-footer--box2 .copyright-item:not(:last-child)::before {
          content: "";
          position: absolute;
          right: 0;
          width: 1px;
          height: 100%;
          background-color: #ffffff; }
      .wp-footer--box2 .copyright-item:last-child {
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.2rem; }
      .wp-footer--box2 .copyright-item img {
        width: 18rem; }
.wp-footer-wrap {
  padding: 5rem 0 7rem; }
  .wp-footer-wrap-item:first-child {
    width: 33rem;
    padding-top: .8rem; }
  .wp-footer-wrap-item:last-child {
    width: calc(100% - 33rem); }
  .wp-footer-wrap img {
    width: 15.1rem; }
.wp-footer .menu-f:first-child {
  width: 29rem; }
.wp-footer .menu-f:nth-child(2) {
  width: 39rem; }
.wp-footer .menu-f:nth-child(3) {
  width: calc(100% - 68rem); }
.wp-footer .menu-f li a {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: -0.1rem;
  display: inline-block;
  transition: all 0.35s; }
  .wp-footer .menu-f li a:hover {
    opacity: 0.8; }
.wp-footer .menu-f li ul {
  margin-top: 1.2rem; }
  .wp-footer .menu-f li ul li {
    margin-bottom: .3rem; }
    .wp-footer .menu-f li ul li:last-child {
      margin-bottom: 0; }
    .wp-footer .menu-f li ul li a {
      position: relative;
      padding-left: 1.8rem; }
      .wp-footer .menu-f li ul li a::before {
        content: "・";
        position: absolute;
        top: 0;
        left: 0; }
.wp-footer .menu-f > li > a {
  border-bottom: #FFF solid .1rem; }

.slider-auto {
  width: 100%; }
  .slider-auto--item {
    width: 100%;
    height: 26.9rem;
    position: relative;
    display: block;
    background-repeat: repeat-x;
    background-size: 192rem; }
    .slider-auto--item.vs-01 {
      background-image: url(assets/img/top/eyestones-03.jpg);
      -webkit-animation: slide 50s linear infinite;
      animation: slide 50s linear infinite; }
    .slider-auto--item.vs-02 {
      background-image: url(assets/img/top/eyestones-04.jpg);
      -webkit-animation: slide_v2 50s linear infinite;
      animation: slide_v2 50s linear infinite; }

.footer_box1-list {
  display: flex;
  align-items: center;
  justify-content: center; }
  .footer_box1-list li {
    width: 50%;
    height: 14rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fc8128;
    padding-right: 16rem;
    padding-left: 16rem;
    border-bottom: .2rem solid #ffffff; }
    .footer_box1-list li a {
      background-image: url(assets/img/top/icon-tel-white.svg); }
    .footer_box1-list li:nth-child(2) {
      justify-content: flex-start;
      background-color: #ffab6e; }
      .footer_box1-list li:nth-child(2) a {
        background-image: url(assets/img/top/icon-calendar-white.svg); }
  .footer_box1-list a {
    padding-left: 6.5rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5.5rem; }
    .footer_box1-list a span {
      display: block;
      text-align: left; }
    .footer_box1-list a .txt {
      margin-bottom: -0.6rem;
      color: #ffffff;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0.15rem; }
    .footer_box1-list a .num {
      color: #ffffff;
      font-size: 4.68rem;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0.15rem; }

@keyframes slide {
  0% {
    background-position: 192rem 0; }
  100% {
    background-position: 0 0; } }
@keyframes slide_v2 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 192rem 0; } }
@media (max-width: 1000px) {
  .wp-block-footer--box1 {
    width: 100%; }
    .wp-block-footer--box1 .wp-block-heading {
      top: calc(50% - 10rem); }
      .wp-block-footer--box1 .wp-block-heading img {
        width: 9.5rem; }
      .wp-block-footer--box1 .wp-block-heading span {
        font-size: 5rem; }
        .wp-block-footer--box1 .wp-block-heading span.ja {
          font-size: 2rem;
          margin-top: 0rem; }
  .wp-block-footer--box2 .comingsoon {
    height: 50rem; }
  .wp-block-footer--box2 .copyright {
    height: 7rem;
    border-top: 1px solid #ffffff; }
    .wp-block-footer--box2 .copyright-item:not(:last-child) {
      margin-right: 1.5rem;
      padding-right: 1.5rem; }
    .wp-block-footer--box2 .copyright-item:last-child {
      font-size: 1.4rem;
      letter-spacing: 0; }
    .wp-block-footer--box2 .copyright-item img {
      width: 15rem; }

  .slider-auto--item {
    height: 17rem;
    background-size: 121rem; }

  .footer_box1-list {
    flex-wrap: wrap; }
    .footer_box1-list li {
      height: 10rem;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      justify-content: center !important; } }
    @media (max-width: 1000px) and (max-width: 767px) {
      .footer_box1-list li {
        width: 100%;
        border-bottom: 1px solid #ffffff; }
        .footer_box1-list li:first-child {
          border-top: 1px solid #ffffff; } }
@media (max-width: 1000px) {
    .footer_box1-list a {
      background-size: 5rem; }
      .footer_box1-list a .txt {
        margin-bottom: -0.2rem; }
      .footer_box1-list a .num {
        font-size: 3.5rem; }

  .wp-footer--box1 iframe {
    height: 25rem; }
  .wp-footer--box2 {
    padding-bottom: 6rem; }
    .wp-footer--box2 .copyright-item:last-child {
      font-size: 1.4rem;
      letter-spacing: 0; }
    .wp-footer--box2 .copyright-item img {
      width: 15rem; }
  .wp-footer-wrap {
    padding: 6rem 0; }
    .wp-footer-wrap-item:first-child {
      width: 100%;
      padding-top: 0;
      text-align: center;
      margin-bottom: 5rem;
      display: none; }
    .wp-footer-wrap-item:last-child {
      width: 100%; }
  .wp-footer .menu-f {
    margin-bottom: 3rem; }
    .wp-footer .menu-f:last-child {
      margin-bottom: 0; }
    .wp-footer .menu-f:first-child, .wp-footer .menu-f:nth-child(2), .wp-footer .menu-f:nth-child(3) {
      width: 100%; }
    .wp-footer .menu-f li a {
      font-size: 1.5rem; }
    .wp-footer .menu-f li ul li a {
      font-size: 1.5rem; }

  .menu_right_fix {
    top: auto;
    transform: initial;
    width: 100%;
    bottom: 0;
    display: flex; }
    .menu_right_fix li {
      width: calc(100% / 3); }
      .menu_right_fix li a {
        font-size: 1.5rem;
        line-height: 150%;
        padding: 0 2.5rem;
        min-height: 6rem; }
        .menu_right_fix li a img {
          display: none; } }
.wp-title-main_01 {
  position: relative;
  text-align: center;
  margin-bottom: var(--px-50px); }
  .wp-title-main_01 .wp-block-heading {
    font-size: var(--px-32px);
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 0.25em;
    color: #333333; }
  .wp-title-main_01 p {
    display: inline-block;
    position: relative;
    color: #003e9a;
    padding-right: var(--px-60px);
    margin-bottom: .4rem; }
    .wp-title-main_01 p::before {
      content: '';
      width: var(--px-20px);
      height: 1px;
      top: var(--px-16px);
      position: absolute;
      right: var(--px-30px);
      background-color: #003e9a; }
      @media (max-width: 1200px) and (min-width: 1000.5px) {
        .wp-title-main_01 p::before {
          top: 2.1rem;
          right: 3.15rem; } }
      @media (max-width: 1000px) {
        .wp-title-main_01 p::before {
          top: var(--px-13px); } }
    .wp-title-main_01 p::after {
      position: absolute;
      right: 0; }
  @media (max-width: 1000px) {
    .wp-title-main_01 .wp-block-heading {
      letter-spacing: 0.15em; } }
.wp-title-main_02 {
  width: 100%;
  background-color: rgba(0, 62, 154, 0.2);
  padding: 2rem;
  border-radius: .5rem;
  margin-bottom: var(--px-50px);
  color: #003e9a;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0; }
  .wp-title-main_02 + .wp-img-no__full {
    margin-top: -0.8rem; }
  @media (max-width: 1280px) and (min-width: 960.5px) {
    .wp-title-main_02 {
      font-size: 17px; } }
  @media (max-width: 960px) {
    .wp-title-main_02 {
      padding: 1rem 2rem;
      font-size: 1.8rem;
      font-weight: bold; }
      .wp-title-main_02 + .wp-img-no__full {
        margin-top: -0.6rem; } }
.wp-title-main_03 {
  color: #003e9a;
  font-size: 2rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0;
  padding-bottom: var(--px-13px);
  margin-bottom: var(--px-20px);
  border-bottom: 0.2rem solid #003e9a; }
  @media (max-width: 1280px) and (min-width: 960.5px) {
    .wp-title-main_03 {
      font-size: 17px; } }
  @media (max-width: 960px) {
    .wp-title-main_03 {
      font-size: 1.8rem;
      border-bottom: 1px solid #003e9a; } }

.title-default-01 {
  color: #262626;
  font-size: 8.6rem;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: 0.2rem; }
  .title-default-01:first-letter {
    color: #003e9a; }
.title-default-02 {
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0; }
  .title-default-02.vs-02 {
    color: #333333;
    letter-spacing: -0.2rem;
    margin-right: -0.5rem;
    border-bottom: #747474 solid .1rem;
    line-height: 165%;
    padding-bottom: 2.8rem;
    margin-bottom: 3rem; }
.title-default-03 {
  color: #333333;
  font-size: 3rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.15rem;
  margin-bottom: 1.8rem; }
.title-default-04 {
  color: #ffffff;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  background: rgba(0, 62, 154, 0.6);
  text-align: center;
  padding: .3rem .2rem .2rem; }
.title-default-05 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  padding-right: 7.5rem;
  margin-bottom: 1.2rem; }
  .title-default-05::before {
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    right: 0;
    bottom: 1rem;
    font-size: 6rem;
    font-style: italic; }
.title-default-06 {
  position: relative;
  z-index: 0;
  margin-bottom: 3.5rem; }
  .title-default-06::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.2rem;
    top: 3.4rem;
    left: 0;
    background: #003e9a;
    z-index: -1; }
  .title-default-06 * {
    color: #333333;
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.1rem; }
    .title-default-06 * .small {
      font-size: 80%; }
  .title-default-06 .wp-block-heading {
    position: relative;
    background: #FFF;
    display: inline-block;
    padding: 0 8.5rem; }
  .title-default-06 .item {
    display: inline-block; }
    .title-default-06 .item::first-letter {
      color: #003e9a; }
  .title-default-06 p {
    font-size: 2.6rem;
    letter-spacing: 0; }

.title-gp-01 p {
  font-size: 3.6rem;
  color: #262626;
  line-height: 100%; }

.wp-block-button_01 a {
  width: 100%;
  height: 6rem;
  border-radius: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fc8128;
  padding-bottom: .1rem;
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.15rem;
  transition: ease all 0.35s; }
  .wp-block-button_01 a:hover {
    background-color: #48270e; }
@media (max-width: 1000px) {
  .wp-block-button_01 a {
    height: 5rem;
    border-radius: 5rem;
    padding-bottom: .05rem;
    font-size: 1.6rem;
    letter-spacing: normal; } }

.btn-default-01 a {
  color: #003e9a;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  border: #003e9a solid .2rem;
  width: 100%;
  max-width: 32rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 1.3rem;
  border-radius: 3rem;
  position: relative;
  transition: all 0.35s; }
  .btn-default-01 a::before {
    content: "＞";
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    font-size: 2.2rem; }
  .btn-default-01 a:hover {
    background: #003e9a;
    color: #FFF; }
    .btn-default-01 a:hover::before {
      color: #FFF; }
.btn-default-02 a {
  color: #003e9a;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  width: 100%;
  max-width: 42rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  position: relative;
  margin-top: 6rem;
  transition: all 0.35s;
  z-index: 0; }
  .btn-default-02 a::before {
    content: "";
    position: absolute;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: #003e9a solid .1rem;
    transition: all 0.35s;
    z-index: -1; }
  .btn-default-02 a:hover {
    color: #FFF; }
    .btn-default-02 a:hover::before {
      background: #003e9a; }

.btn-gp-01 {
  padding: 0 2.5rem; }
  .btn-gp-01 .wp-block-column {
    width: calc((100% - 7.001rem) / 3);
    margin-right: 3.5rem; }
    .btn-gp-01 .wp-block-column:nth-child(3n) {
      margin-right: 0; }
  .btn-gp-01 .btn-default-02 a {
    box-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.3); }

:where(main) {
  counter-reset: h2-counter 1; }
  :where(main) .wp-title-main_01 .wp-block-heading {
    counter-increment: h2-counter; }
  :where(main) .wp-title-main_01 p:after {
    content: "0" counter(h2-counter); }

@media (max-width: 1000px) {
  .title-default-01 {
    font-size: 4.5rem;
    letter-spacing: 0;
    text-align: center; }
  .title-default-02 {
    font-size: 2rem; }
    .title-default-02.vs-02 {
      letter-spacing: 0;
      margin-right: 0;
      padding-bottom: 1.6rem;
      margin-bottom: 2rem; }
  .title-default-03 {
    font-size: 2.7rem; }
  .title-default-05 {
    font-size: 2rem;
    padding-right: 4.5rem; }
    .title-default-05::before {
      font-size: 3.6rem;
      bottom: .4rem; }
  .title-default-06 {
    margin-bottom: 2.5rem; }
    .title-default-06::before {
      top: 2rem; }
    .title-default-06 * {
      font-size: 3.6rem; }
    .title-default-06 .wp-block-heading {
      padding: 0 1.5rem; }
    .title-default-06 p {
      font-size: 1.8rem;
      text-align: center; }

  .title-gp-01 p {
    font-size: 2rem;
    text-align: center;
    line-height: 130%; }

  .btn-default-01 a {
    font-size: 1.5rem; }
  .btn-default-02 a {
    font-size: 1.5rem;
    height: 7rem;
    margin-top: 4rem; }

  .btn-gp-01 .wp-block-column {
    width: 100%;
    margin-right: 0; }
  .btn-gp-01 .btn-default-02 a {
    margin-top: 1.5rem; } }
.wp-block-table,
table.has-fixed-layout {
  width: 100%;
  position: relative; }

.wp-block-table.basic table {
  border-spacing: 0px;
  table-layout: fixed; }
.wp-block-table.basic tr:first-child td {
  border-top: 1px solid #c2c0bd; }
  .wp-block-table.basic tr:first-child td:first-child {
    border-top: 1px solid #003e9a; }
.wp-block-table.basic td {
  padding: 1.7rem;
  border-bottom: 1px solid #c2c0bd;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .1rem;
  color: #000000; }
  .wp-block-table.basic td:first-child {
    width: 25rem;
    font-weight: bold;
    border-bottom: 1px solid #003e9a; }
  .wp-block-table.basic td:last-child {
    text-align: left; }
.wp-block-table.schedule table {
  border-spacing: .5rem;
  width: calc(100% + 1rem);
  position: relative;
  left: -0.5rem; }
.wp-block-table.schedule tr:first-child td {
  background-color: #003e9a;
  border: 1px solid #003e9a;
  color: #fff;
  padding: 0.8rem 1rem; }
  .wp-block-table.schedule tr:first-child td:not(:first-child) {
    width: 12rem; }
.wp-block-table.schedule tr:not(:first-child) td:first-child {
  font-weight: bold;
  font-size: 1.6rem; }
.wp-block-table.schedule td {
  text-align: center;
  padding: 0.8rem 1rem;
  border: 1px solid #c2c0bd;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 150%;
  letter-spacing: .1rem; }
.wp-block-table.info {
  width: 100%; }
  .wp-block-table.info table {
    border-collapse: collapse;
    table-layout: fixed; }
  .wp-block-table.info td {
    color: #333333;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0rem;
    border-bottom: .2rem solid #003e9a;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem; }
    .wp-block-table.info td:not(:first-child) {
      text-align: center;
      width: calc((100% - 20rem) / 7); }
    .wp-block-table.info td:first-child {
      width: 20rem; }
      .wp-block-table.info td:first-child strong {
        display: block;
        font-size: 1.6rem;
        font-weight: 500; }
.wp-block-table.wp-basic table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .wp-block-table.wp-basic table td {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0; }
.wp-block-table.wp-basic.table-01 td {
  border-bottom: #FFF solid .2rem;
  padding: 1.1rem 0;
  width: 6rem;
  text-align: center; }
  .wp-block-table.wp-basic.table-01 td:first-child {
    width: 20rem;
    text-align: left; }
.wp-block-table.wp-basic.table-01 td:first-child .vz-01{
	font-size: 1.3rem;
}
@media (max-width: 1000px) {
  .wp-block-table.basic td {
    width: 100% !important;
    float: left;
    padding: 1.5rem;
    border-bottom: 0px solid #c2c0bd !important;
    font-size: 1.4rem; }
    .wp-block-table.basic td:first-child {
      color: #ffffff;
      background-color: #003e9a;
      font-size: 1.5rem;
      border-bottom: 0px solid #aa9769 !important; }
    .wp-block-table.basic td:last-child {
      padding-left: 0;
      padding-right: 0; }
  .wp-block-table.basic tr:first-child td {
    border: 0px solid #aa9769 !important; }
  .wp-block-table.basic tr:last-child td:last-child {
    border-bottom: 1px solid #003e9a !important; }
  .wp-block-table.schedule tr:first-child td {
    background-color: #003e9a;
    border: 1px solid #003e9a;
    padding: 0.5rem; }
    .wp-block-table.schedule tr:first-child td:not(:first-child) {
      width: 12rem; }
  .wp-block-table.schedule tr:not(:first-child) td:first-child {
    font-weight: bold;
    font-size: 1.4rem; }
  .wp-block-table.schedule td {
    padding: 0.8rem 0.5rem;
    font-size: 1.4rem; }
    .wp-block-table.schedule td:first-child {
      width: 30rem; }
  .wp-block-table.info td {
    border-bottom: 1px solid #fc8128;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 600; }
    .wp-block-table.info td:first-child strong {
      font-size: 1.4rem; } }
  @media (max-width: 1000px) and (max-width: 767px) {
    .wp-block-table.info td {
      font-size: 1.4rem; }
      .wp-block-table.info td:not(:first-child) {
        text-align: center;
        width: calc((100% - 10rem) / 7); }
      .wp-block-table.info td:first-child {
        width: 10rem; }
        .wp-block-table.info td:first-child strong {
          width: 8rem;
          font-size: 1.2rem;
          font-weight: 600;
          line-height: 120%;
          margin-top: .3rem; } }

@media (max-width: 960px) {
  .wp-block-table.schedule table {
    border-spacing: .2rem;
    width: calc(100% + 0.4rem);
    left: -0.2rem; } }
.wp-block-maps {
  margin-top: 4.4rem;
  margin-bottom: 4rem; }
  .wp-block-maps iframe {
    width: 100%;
    height: 50rem;
    overflow: hidden;
    border-radius: 0rem;
    vertical-align: top; }
  @media (max-width: 960px) {
    .wp-block-maps iframe {
      height: 30rem; } }

@media (max-width: 1000px) {
  .wp-block-table.wp-basic table td {
    font-size: 1.4rem; } }
: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: 1000px) {
    :root {
      --px-140px: 8rem;
      --px-50px: 2.5rem;
      --px-20px: 1.8rem;
      --px-110px: 8rem;
      --px-102px: 7.5rem;
      --px-32px: 2.2rem; } }

.wp-img-right,
.wp-img-left {
  display: flex;
  flex-wrap: wrap !important; }
  .wp-img-right .wp-block-image,
  .wp-img-left .wp-block-image {
    margin-bottom: 0; }
  .wp-img-right .wp-block-column,
  .wp-img-left .wp-block-column {
    flex-basis: 42.2rem !important; }
    .wp-img-right .wp-block-column img,
    .wp-img-left .wp-block-column img {
      width: var(--px-422px);
      object-fit: cover;
      border-radius: .5rem;
      aspect-ratio: 4 / 2.8; }
    .wp-img-right .wp-block-column .aspect-auto img,
    .wp-img-left .wp-block-column .aspect-auto img {
      aspect-ratio: initial; }
    .wp-img-right .wp-block-column:last-child,
    .wp-img-left .wp-block-column:last-child {
      flex-basis: calc(100% - 42.2rem) !important;
      padding-left: var(--px-50px); }
  .wp-img-right_custom,
  .wp-img-left_custom {
    padding: 0 !important;
    margin-top: 1rem;
    margin-bottom: 2rem !important; }
  .wp-img-right.item-50 .wp-block-column,
  .wp-img-left.item-50 .wp-block-column {
    flex-basis: 50% !important; }
    .wp-img-right.item-50 .wp-block-column img,
    .wp-img-left.item-50 .wp-block-column img {
      width: 60rem;
      object-fit: cover;
      border-radius: .5rem; }
    .wp-img-right.item-50 .wp-block-column:last-child,
    .wp-img-left.item-50 .wp-block-column:last-child {
      flex-basis: calc(100% - 50%) !important;
      padding-left: var(--px-50px); }
  .wp-img-right p:not(:last-child),
  .wp-img-left p:not(:last-child) {
    margin-bottom: 1rem; }
  .wp-img-right ul,
  .wp-img-left ul {
    width: 100%; }
    .wp-img-right ul li,
    .wp-img-left ul li {
      position: relative;
      padding-left: 2rem; }
      .wp-img-right ul li:not(:last-child),
      .wp-img-left ul li:not(:last-child) {
        margin-bottom: 1rem; }
      .wp-img-right ul li::before,
      .wp-img-left ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 1rem;
        width: 1rem;
        height: 1rem;
        background-color: #003e9a;
        border-radius: 100%; }
  .wp-img-right .wp-block-cover,
  .wp-img-left .wp-block-cover {
    position: relative; }
    .wp-img-right .wp-block-cover .txt_img,
    .wp-img-left .wp-block-cover .txt_img {
      position: absolute;
      left: 5px;
      bottom: 5px;
      z-index: 1;
      padding: 1rem 2rem;
      background-color: #ffffff;
      font-size: 2rem;
      color: #003e9a;
      font-weight: bold; }
    .wp-img-right .wp-block-cover img,
    .wp-img-left .wp-block-cover img {
      height: auto !important; }
  @media (max-width: 1000px) {
    .wp-img-right .wp-block-column,
    .wp-img-left .wp-block-column {
      flex-basis: 100% !important; }
      .wp-img-right .wp-block-column img,
      .wp-img-left .wp-block-column img {
        width: 100%;
        height: 52rem; } }
    @media (max-width: 1000px) and (max-width: 767px) {
      .wp-img-right .wp-block-column img,
      .wp-img-left .wp-block-column img {
        height: var(--px-250px); } }
  @media (max-width: 1000px) {
      .wp-img-right .wp-block-column:last-child,
      .wp-img-left .wp-block-column:last-child {
        flex-basis: 100% !important;
        margin-top: var(--px-20px);
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .wp-img-right.item-50 .wp-block-column,
    .wp-img-left.item-50 .wp-block-column {
      flex-basis: 100% !important; }
      .wp-img-right.item-50 .wp-block-column img,
      .wp-img-left.item-50 .wp-block-column img {
        width: 100%;
        border-radius: .5rem; }
      .wp-img-right.item-50 .wp-block-column:last-child,
      .wp-img-left.item-50 .wp-block-column:last-child {
        flex-basis: 100% !important;
        padding-left: 0; }
    .wp-img-right ul,
    .wp-img-left ul {
      width: 100%; }
      .wp-img-right ul li:not(:last-child),
      .wp-img-left ul li:not(:last-child) {
        margin-bottom: 0.5rem; }
      .wp-img-right ul li::before,
      .wp-img-left ul li::before {
        top: 0.8rem; } }

.wp-img-right .wp-block-column {
  order: 1; }
  .wp-img-right .wp-block-column:last-child {
    order: 0;
    padding-left: 0;
    padding-right: var(--px-50px); }
@media (max-width: 1000px) {
  .wp-img-right .wp-block-column {
    order: 0; }
    .wp-img-right .wp-block-column:last-child {
      order: 1; } }

.column-default-50 .wp-block-image {
  margin-bottom: 0; }
  .column-default-50 .wp-block-image img {
    border-radius: 1rem; }
.column-default-50 .wp-block-column {
  width: calc((100% - 2rem) / 2);
  margin-right: 2rem; }
  .column-default-50 .wp-block-column:nth-child(2n) {
    margin-right: 0; }
.column-default-40 .wp-block-image {
  margin-bottom: 1.5rem; }
  .column-default-40 .wp-block-image img {
    border-radius: 1rem; }
.column-default-40 .wp-block-column {
  width: calc((100% - 6.001rem) / 4);
  margin-right: 2rem; }
  .column-default-40 .wp-block-column:nth-child(4n) {
    margin-right: 0; }
.column-default-30 .wp-block-image img {
  border-radius: 1rem; }
.column-default-30 .wp-block-column {
  width: calc((100% - 4.001rem) / 3);
  margin-right: 2rem; }
  .column-default-30 .wp-block-column:nth-child(3n) {
    margin-right: 0; }
@media (max-width: 1000px) {
  .column-default-50 .wp-block-image img {
    border-radius: 0.5rem; }
  .column-default-50 .wp-block-column {
    width: calc((100% - 1.02rem) / 2);
    margin-right: 1rem; }
  .column-default-40 {
    flex-wrap: wrap !important;
    margin-bottom: 0 !important; }
    .column-default-40 .wp-block-image {
      margin-bottom: 1.5rem; }
      .column-default-40 .wp-block-image img {
        border-radius: 1rem; }
    .column-default-40 .wp-block-column {
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem;
      margin-bottom: 2rem; }
      .column-default-40 .wp-block-column:nth-child(2n) {
        margin-right: 0; }
    .column-default-40 p {
      font-size: 1.4rem;
      letter-spacing: 0; }
    .column-default-40:last-child .wp-block-column:last-child {
      margin-bottom: 0; }
  .column-default-30 .wp-block-image img {
    border-radius: 0.5rem; }
  .column-default-30 .wp-block-column {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1rem; } }

.wp-block-interview [class*="wp-img-"] {
  margin-bottom: 8rem; }
  .wp-block-interview [class*="wp-img-"] p:not(:last-child) {
    margin-bottom: 1.5rem; }
  @media (max-width: 1000px) {
    .wp-block-interview [class*="wp-img-"] {
      margin-bottom: 5.3rem; }
      .wp-block-interview [class*="wp-img-"] p:not(:last-child) {
        margin-bottom: 1rem; } }

.wp-block-banner {
  margin-top: 12rem; }
  @media (max-width: 1000px) {
    .wp-block-banner {
      margin-top: 8rem; } }

.wp-block-desc {
  width: 100%; }
  .wp-block-desc.fz-vs-18 * {
    text-align: center;
    font-size: 1.8rem; }
  @media (max-width: 1000px) {
    .wp-block-desc.fz-vs-18 * {
      font-size: 1.6rem; } }

.wp-block-contactus {
  padding: 4rem 3rem;
  text-align: center;
  background-color: rgba(0, 62, 154, 0.1); }
  .wp-block-contactus .wp-button-tel {
    margin-top: 1.5rem; }

.wp-button-tel {
  display: inline-block;
  background-color: #003e9a;
  color: #ffffff;
  width: 100%;
  max-width: 25rem;
  padding: 1.5rem 2rem;
  border-radius: .5rem; }

.wp-block-mb {
  margin-bottom: 12rem; }
  @media (max-width: 1000px) {
    .wp-block-mb {
      margin-bottom: 8rem; } }

.wp-block-layout-01 .wp-block-columns:not(:last-child) {
  margin-bottom: 6rem; }
.wp-block-layout-01 .wp-title-main_02 {
  margin-bottom: 3.4rem; }
.wp-block-layout-01 p:not(:last-child) {
  margin-bottom: 1rem; }
@media (max-width: 1000px) {
  .wp-block-layout-01 .wp-block-columns:not(:last-child) {
    margin-bottom: 3rem; }
  .wp-block-layout-01 .wp-title-main_02 {
    margin-bottom: 1.8rem; }
  .wp-block-layout-01 p:not(:last-child) {
    margin-bottom: 0.5rem; } }

.wp-block-bg {
  padding: 5rem;
  border-radius: 1rem;
  background-color: rgba(242, 154, 99, 0.2);
  margin-bottom: -0.9rem; }
  .wp-block-bg p {
    font-weight: bold;
    font-size: 1.8rem; }
    .wp-block-bg p:not(:last-child) {
      margin-bottom: 0.7rem; }

@media (max-width: 1000px) {
  .wp-block-maps {
    margin-top: 2rem;
    margin-bottom: 2.5rem; }

  .wp-block-bg {
    padding: 3rem 2rem; }
    .wp-block-bg p {
      font-size: 1.6rem; } }
.wp-block-lists {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0, 62, 154, 0.1);
  border: .2rem solid #003e9a;
  border-radius: 1rem;
  padding: 5rem 5rem 3.2rem; }
  .wp-block-lists li {
    width: calc( (100% - 4.002rem) / 3 );
    margin-bottom: 1.5rem;
    margin-right: 2rem;
    padding-left: 2.5rem;
    position: relative; }
    .wp-block-lists li:nth-child(3n), .wp-block-lists li:last-child {
      margin-right: 0; }
    .wp-block-lists li::before {
      content: "";
      position: absolute;
      width: 1.7rem;
      height: 2.2rem;
      -webkit-mask: url(assets/img/icon-check.svg) center/100% no-repeat;
      mask: url(assets/img/icon-check.svg) center/100% no-repeat;
      background: #003e9a;
      top: calc(50% - 2px);
      left: 0;
      transform: translateY(-50%); }
  @media (max-width: 1000px) {
    .wp-block-lists {
      padding: 4rem; }
      .wp-block-lists li {
        width: 100%;
        margin-right: 0; }
        .wp-block-lists li:last-child {
          margin-bottom: 0; } }

.wp-block-banner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  width: calc(100% - var(--banner-width-xrem));
  border-radius: var(--banner-border-radius-xrem); }
  .wp-block-banner::before {
    content: var(--banner-before-content-xrem);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .wp-block-banner__images {
    position: relative; }
    .wp-block-banner__images img {
      width: 100%;
      height: var(--banner-img-height-xrem);
      object-fit: cover;
      aspect-ratio: auto; }
  .wp-block-banner__title {
    position: absolute;
    z-index: 3;
    left: var(--banner-title-left-xrem);
    right: var(--banner-title-right-xrem);
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    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);
    padding: 4rem 0 3.5rem;
    min-width: var(--banner-title-minwidth-xrem);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(94deg, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0) 100%); }
    .wp-block-banner__title::before, .wp-block-banner__title::after {
      content: var(--banner-title-before-xrem);
      position: absolute;
      width: 4rem;
      height: 2rem;
      border: 4px double var(--banner-title-color-xrem); }
    .wp-block-banner__title::before {
      left: 0.5rem;
      top: 0.5rem;
      border-bottom: 0;
      border-right: 0; }
    .wp-block-banner__title::after {
      right: 0.5rem;
      bottom: 0.5rem;
      border-top: 0;
      border-left: 0; }
    .wp-block-banner__title .ja {
      font-size: var(--banner-title-fzja-xrem);
      line-height: 150%;
      font-weight: bold;
      color: var(--banner-title-color-xrem); }
  .wp-block-banner-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1; }

@media (max-width: 1000px) {
  .wp-block-banner-menu {
    display: none; }
  .wp-block-banner__title {
    top: 50%;
    transform: translate(-50%, -50%);
    height: 7rem;
    padding: 0; } }
.wp-block-breadcrumbs {
  width: 100%;
  text-align: var(--breadcrumb-text-align-xrem);
  position: relative;
  padding: 0 var(--breadcrumb-padding-lr-xrem); }
  .wp-block-breadcrumbs__content {
    text-align: var(--breadcrumb-content-text-align-xrem);
    display: inline-block;
    width: 100%;
    max-width: 120rem;
    margin-top: var(--breadcrumb-padding-top-xrem);
    margin-bottom: var(--breadcrumb-padding-bottom-xrem);
    margin-left: auto;
    margin-right: auto; }
    .wp-block-breadcrumbs__content > span {
      position: relative; }
      .wp-block-breadcrumbs__content > span:not(:last-child) {
        padding-right: 1.5rem;
        margin-right: 1.5rem; }
        .wp-block-breadcrumbs__content > span:not(:last-child)::before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 0.8rem;
          aspect-ratio: 1 / 1;
          transform: translateY(-47%) rotate(45deg);
          position: absolute;
          content: "";
          border-top: 1px solid #353535;
          border-right: 1px solid #353535; }
      .wp-block-breadcrumbs__content > span a {
        transition: ease all 0.35s; }
        .wp-block-breadcrumbs__content > span a:hover {
          opacity: 0.7; }

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

.wp-block-group__catalogue {
  margin-top: 0rem;
  margin-bottom: 10rem; }
  .wp-block-group__catalogue.mgt-24 {
    margin-top: 2.4rem; }
  .wp-block-group__catalogue > div {
    max-width: 120rem;
    padding: 3.6rem 5rem 3.9rem;
    border: .2rem solid #353535;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08); }
    @media (max-width: 1000px) {
      .wp-block-group__catalogue > div {
        width: calc(100% - 3rem); } }
  .wp-block-group__catalogue.vs-02 > div {
    border-radius: 1rem; }
    @media (min-width: 961px) {
      .wp-block-group__catalogue.vs-02 > div {
        padding: 2rem 5rem 3.9rem; } }
  .wp-block-group__catalogue.vs-02 .wp-block-heading__title-01 {
    display: none; }

.wp-block-list__catalogue {
  list-style: decimal-leading-zero;
  margin-top: 1rem; }
  .wp-block-list__catalogue li {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 175%;
    color: #353535;
    letter-spacing: .1rem;
    padding-left: 1rem;
    border-bottom: 1px dashed #eee;
    margin-left: 3.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media (max-width: 1000px) {
      .wp-block-list__catalogue li {
        padding-left: 0.3rem;
        letter-spacing: .03rem; } }
    .wp-block-list__catalogue li a {
      transition: ease all 500ms;
      border-bottom: 1px solid #fff; }
      .wp-block-list__catalogue li a:hover {
        border-bottom: 1px solid #353535; }
  .wp-block-list__catalogue.vs-02 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 0; }
    .wp-block-list__catalogue.vs-02 li {
      width: calc((100% - 3.001rem) / 2);
      margin-right: 3rem;
      margin-left: 0;
      padding: 0;
      border-bottom: 0; }
      .wp-block-list__catalogue.vs-02 li:nth-child(2n) {
        margin-right: 0; }
      .wp-block-list__catalogue.vs-02 li a {
        transition: ease all 500ms;
        position: relative;
        padding-top: 1.1rem;
        padding-bottom: 0.9rem;
        padding-right: 2.5rem;
        display: block;
        border-bottom: #353535 solid .1rem; }
        .wp-block-list__catalogue.vs-02 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: #003e9a;
          transform: translateY(-50%); }
        .wp-block-list__catalogue.vs-02 li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          pointer-events: none;
          background: #003e9a;
          transition: 0.5s; }
        .wp-block-list__catalogue.vs-02 li a:hover {
          padding-left: 1rem;
          color: #003e9a; }
          .wp-block-list__catalogue.vs-02 li a:hover::before {
            animation: arrowMove 0.6s ease 0s 1 both; }
          .wp-block-list__catalogue.vs-02 li a:hover::after {
            width: 100%; }

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%); }
  50% {
    opacity: 0;
    transform: translate(120%, -50%); }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%); }
  100% {
    opacity: 1;
    transform: translate(0%, -50%); } }
@media (max-width: 1000px) {
  .wp-block-group__catalogue {
    margin-bottom: 5rem; }
    .wp-block-group__catalogue.mgt-24 {
      margin-top: 2rem; }
    .wp-block-group__catalogue > div {
      padding: 1.5rem; }

  .wp-block-list__catalogue li {
    font-size: 1.5rem; } }
.wp-block-heading__title-01 {
  padding-bottom: 1.8rem;
  border-bottom: .2rem solid #353535;
  font-size: 2.4rem;
  font-weight: bold;
  color: #353535;
  letter-spacing: .1rem; }
  .wp-block-heading__title-01.vertical-line {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0rem;
    border-bottom: 0;
    color: #133165; }
    .wp-block-heading__title-01.vertical-line::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: .4rem;
      height: calc(100% - 1.5rem);
      background-color: #133165; }
      @media (max-width: 1000px) {
        .wp-block-heading__title-01.vertical-line::before {
          height: calc(100% - 1.2rem); } }

@media (max-width: 1000px) {
  .wp-block-heading__title-01 {
    font-size: 1.8rem;
    padding-bottom: 1.2rem; } }
.wp-block-list__menu_box {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5rem; }
  .wp-block-list__menu_box li {
    width: calc((100% - 4.501rem) / 4);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    .wp-block-list__menu_box li:last-child {
      margin-right: 0; }
    @media (min-width: 1000.5px) {
      .wp-block-list__menu_box li:nth-child(4n) {
        margin-right: 0; } }
    .wp-block-list__menu_box li:hover a, .wp-block-list__menu_box li.active a {
      color: #ffffff;
      border: 1px solid #003e9a;
      background-color: #003e9a; }
  .wp-block-list__menu_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0.3rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333333;
    position: relative;
    border: 1px solid #333333;
    transition: ease all 500ms; }
    .wp-block-list__menu_box a::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
  .wp-block-list__menu_box.vs-02 li a {
    color: #333; }
  .wp-block-list__menu_box.vs-02 li:hover a, .wp-block-list__menu_box.vs-02 li.active a {
    color: #fff;
    background: #332014;
    border-color: #332014; }

@media (max-width: 1280px) and (min-width: 1000.5px) {
  .wp-block-list__menu_box a {
    font-size: 2rem; } }
@media (max-width: 1000px) {
  .wp-block-list__menu {
    padding: 0 1.5rem; }
    .wp-block-list__menu_box {
      flex-wrap: wrap;
      justify-content: flex-start; }
      .wp-block-list__menu_box li {
        width: calc((100% - 1.001rem) / 2);
        margin-right: 1.0rem;
        margin-bottom: 1.0rem; }
        .wp-block-list__menu_box li:nth-child(2n) {
          margin-right: 0; }
        .wp-block-list__menu_box li:nth-child(2) a {
          letter-spacing: -0.1rem; }
      .wp-block-list__menu_box a {
        font-size: 1.3rem;
        padding: 1.3rem 0;
        font-weight: bold; } }
.sitemap-title-01 {
  color: #21aa3a;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Nunito", serif;
  margin-bottom: 3.5rem; }

.sitemap-title-01 {
  color: #21aa3a;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 3.5rem; }
.sitemap-wrap {
  padding: 6.5rem 0 8.5rem; }
.sitemap-list-01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem; }
  .sitemap-list-01:last-child {
    margin-bottom: 0; }
  .sitemap-list-01 li {
    width: calc((100% - 3.001rem) / 3);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 961px) {
      .sitemap-list-01 li:nth-child(3n) {
        margin-right: 0; } }
    .sitemap-list-01 li a {
      color: #6d4528;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      transition: all 0.35s; }
      .sitemap-list-01 li a:hover {
        opacity: 0.8; }

@media (max-width: 1000px) {
  .sitemap-list-01 {
    margin-bottom: 4.5rem; }
    .sitemap-list-01 li {
      width: calc((100% - 1.501rem) / 2); }
      .sitemap-list-01 li:nth-child(2n) {
        margin-right: 0; }
      .sitemap-list-01 li a {
        font-size: 1.5rem; }
  .sitemap-title-01 {
    margin-bottom: .8rem; } }
@media (max-width: 767px) {
  .wp-block-list__catalogue.vs-02 li {
    width: 100%;
    margin-right: 0; }

  .sitemap-list-01 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem; }
    .sitemap-list-01 li:last-child {
      margin-bottom: 0; }
  .sitemap-wrap {
    padding: 3rem 0 5.5rem; }

  .wp-block-list__menu_box li {
    width: 100%;
    margin-right: 0; } }
.top-eyestones_title-01 {
  width: 100%;
  text-align: center;
  position: relative; }
  .top-eyestones_title-01 .wp-block-heading {
    color: #333333;
    font-size: 8.6rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.15rem; }
    .top-eyestones_title-01 .wp-block-heading strong {
      font-size: 3.6rem;
      display: inline-block;
      line-height: 100%;
      position: relative;
      top: -0.3rem;
      margin-left: -0.9rem;
      font-weight: 500; }
  .top-eyestones_title-01 p {
    display: block;
    text-align: right;
    margin-bottom: -12rem;
    color: rgba(252, 129, 40, 0.1);
    font-size: 15.4rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.07rem; }
  .top-eyestones_title-01.vs-02 p {
    text-align: center;
    padding-left: 5.5rem; }
.top-eyestones_mv {
  position: relative; }
  .top-eyestones_mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 9, 23, 0.5); }
  .top-eyestones_mv .wp-block-image {
    margin-bottom: 0; }
    .top-eyestones_mv .wp-block-image img {
      border-radius: 0; }
  .top-eyestones_mv video {
    height: 100vh;
    object-fit: cover;
    width: 100%;
    vertical-align: top; }
  .top-eyestones_mv .slick-slide img {
    height: 100vh; }
  .top-eyestones_mv--title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    z-index: 10;
    text-align: center; }
    .top-eyestones_mv--title .wp-block-heading,
    .top-eyestones_mv--title p {
      color: #ffffff;
      font-size: 3.6rem;
      font-weight: 600;
      line-height: 110%;
      letter-spacing: 0;
      text-shadow: 0.5rem 0 1rem rgba(0, 0, 0, 0.75); }
    .top-eyestones_mv--title .wp-block-heading {
      font-size: 7.2rem;
      margin-bottom: 2.3rem;
      letter-spacing: -0.25rem; }
      .top-eyestones_mv--title .wp-block-heading strong {
        font-weight: 600;
        letter-spacing: .1rem; }
    .top-eyestones_mv--title p {
      font-weight: 400; }
  .top-eyestones_mv--menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10; }
    .top-eyestones_mv--menu .menu-01 {
      width: 111rem;
      margin: 0 auto; }
  .top-eyestones_mv--logo {
    position: absolute;
    bottom: 4.5rem;
    left: 10.5rem;
    z-index: 10; }
    .top-eyestones_mv--logo img {
      width: 20.1rem; }
    .top-eyestones_mv--logo a {
      transition: all 0.35s; }
      .top-eyestones_mv--logo a:hover {
        opacity: 0.8; }
.top-eyestones_info {
  padding-bottom: 15.5rem; }
  .top-eyestones_info .top-eyestones_info--box {
    margin-top: 1.6rem; }
  .top-eyestones_info .wp-block-tel {
    font-size: 3.6rem;
    padding-left: 4rem;
    background-size: 3.6rem;
    line-height: 150% !important;
    margin-top: -0.4rem;
    background-position: center left -0.4rem; }
  .top-eyestones_info--box {
    width: 100%;
    max-width: 126rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff; }
    .top-eyestones_info--box > div {
      display: flex;
      padding: 3.6rem 3.3rem;
      box-shadow: 0rem 1rem 1.5rem rgba(0, 0, 0, 0.45); }
    .top-eyestones_info--box .wp-block-group:first-child {
      width: calc(100% - 53rem);
      padding-right: 9rem; }
      @media (max-width: 1280px) and (min-width: 1000.5px) {
        .top-eyestones_info--box .wp-block-group:first-child {
          padding-right: 5rem; } }
    .top-eyestones_info--box .wp-block-group:last-child {
      width: 53rem; }
      .top-eyestones_info--box .wp-block-group:last-child iframe {
        width: 100%;
        height: 47.3rem;
        vertical-align: top; }
.top-eyestones_dear {
  padding-bottom: 11.7rem;
  position: relative; }
  .top-eyestones_dear .dear_wrap {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6rem; }
    .top-eyestones_dear .dear_wrap--title {
      margin-bottom: 3.7rem; }
      .top-eyestones_dear .dear_wrap--title .wp-block-heading {
        color: #333333;
        font-size: 3.6rem;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: 0.1rem; }
      .top-eyestones_dear .dear_wrap--title p {
        max-width: 100%;
        margin-bottom: .5rem;
        color: #fc8128;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: 0.1rem; }
    .top-eyestones_dear .dear_wrap--img {
      position: absolute;
      right: 0;
      top: 6rem; }
      .top-eyestones_dear .dear_wrap--img img {
        width: 81.5rem; }
    .top-eyestones_dear .dear_wrap p {
      max-width: 60rem;
      letter-spacing: 0; }
.top-eyestones_trouble {
  background-color: #e2eeec;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url(assets/img/top/eyestones-04.png);
  background-size: 92.3rem;
  padding-top: 3rem;
  padding-bottom: 7rem;
  position: relative; }
  .top-eyestones_trouble::before, .top-eyestones_trouble::after {
    content: "";
    position: absolute;
    left: -8.9rem;
    top: 0;
    width: 30rem;
    height: 100%;
    background-color: rgba(252, 129, 40, 0.2); }
  .top-eyestones_trouble::before {
    clip-path: polygon(100% 0, 0 0, 0 100%); }
  .top-eyestones_trouble::after {
    clip-path: polygon(0 0, 0% 100%, 100% 100%); }
  .top-eyestones_trouble > .is-layout-constrained {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto; }
    .top-eyestones_trouble > .is-layout-constrained::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.5; }
    .top-eyestones_trouble > .is-layout-constrained > .wp-block-group {
      position: relative;
      z-index: 1; }
  .top-eyestones_trouble--title {
    width: 100%;
    position: relative;
    margin-bottom: 4.3rem;
    z-index: 1; }
    .top-eyestones_trouble--title .wp-block-heading {
      color: #fc8128;
      font-size: 8.6rem;
      font-weight: 500;
      line-height: 115%;
      letter-spacing: 0.1rem; }
    .top-eyestones_trouble--title p {
      color: #333333;
      font-size: 3.6rem;
      font-weight: 500;
      line-height: 150%;
      letter-spacing: 0.1rem; }
.top-eyestones_medical {
  padding-bottom: 15rem; }
  .top-eyestones_medical .top-eyestones_title-01 {
    padding-left: 24rem; }
  .top-eyestones_medical .medical_wrap {
    width: 100%;
    max-width: 78.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem; }
    .top-eyestones_medical .medical_wrap .wp-block-columns {
      display: flex;
      margin-bottom: 5.8rem; }
      .top-eyestones_medical .medical_wrap .wp-block-columns .wp-block-image {
        position: relative; }
        .top-eyestones_medical .medical_wrap .wp-block-columns .wp-block-image::before {
          content: "0" counter(column-counter);
          position: absolute;
          left: 1rem;
          bottom: .9rem;
          z-index: 1;
          color: #fc8128;
          font-size: 10.6rem;
          font-weight: 500;
          line-height: 100%;
          letter-spacing: 0.1rem; }
    .top-eyestones_medical .medical_wrap .wp-block-column {
      width: calc((100% - 5.002rem) / 2);
      margin-right: 5rem; }
      .top-eyestones_medical .medical_wrap .wp-block-column:nth-child(2n), .top-eyestones_medical .medical_wrap .wp-block-column:last-child {
        margin-right: 0; }
    .top-eyestones_medical .medical_wrap .wp-block-heading {
      text-align: right;
      margin-top: .3rem;
      color: #333333;
      font-size: 3.6rem;
      font-weight: 600;
      line-height: 150%;
      letter-spacing: 0.1rem; }
    .top-eyestones_medical .medical_wrap p.first {
      text-align: right;
      margin-top: -0.4rem;
      margin-bottom: 1.6rem; }
    .top-eyestones_medical .medical_wrap p.mt-42 {
      margin-top: 4.2rem; }
  .top-eyestones_medical .wp-block-image {
    margin-bottom: 0;
    text-align: center; }
.top-eyestones_feature {
  margin-bottom: 16rem; }
  .top-eyestones_feature .wp-feature-banner {
    width: 100%;
    height: 53.5rem;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(assets/img/top/eyestones-05.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 192rem; }
    .top-eyestones_feature .wp-feature-banner p {
      color: #ffffff;
      font-size: 5.6rem;
      font-weight: 500;
      line-height: 130%;
      letter-spacing: 0.55rem; }
  .top-eyestones_feature .feature_wrap {
    margin-top: 7.4rem; }
    .top-eyestones_feature .feature_wrap .wp-block-columns {
      display: flex; }
      .top-eyestones_feature .feature_wrap .wp-block-columns .wp-block-heading {
        color: #333333;
        font-size: 3.6rem;
        font-weight: 500;
        line-height: 125%;
        letter-spacing: 0.05rem;
        margin-bottom: 4.9rem;
        margin-top: 4.7rem; }
      .top-eyestones_feature .feature_wrap .wp-block-columns p {
        max-width: 42.5rem;
        letter-spacing: normal; }
  .top-eyestones_feature .feature_colums-02 .wp-block-heading {
    margin-bottom: 2.3rem !important;
    margin-top: 0 !important; }
  .top-eyestones_feature .wp_greeting--title-01 {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
  .top-eyestones_feature [class*="feature_colums"] {
    margin-bottom: 8rem; }
.top-eyestones_greeting {
  padding-bottom: 15rem; }
  .top-eyestones_greeting > .is-layout-constrained {
    width: 100%;
    max-width: 167.5rem;
    margin-left: auto;
    margin-right: auto; }
  .top-eyestones_greeting .wp-block-columns {
    display: flex; }
  .top-eyestones_greeting .wp-block-column:first-child {
    width: calc(100% - 85.8rem); }
  .top-eyestones_greeting .wp-block-column:last-child {
    padding-left: 2.5rem;
    width: 85.8rem;
    position: relative; }
    .top-eyestones_greeting .wp-block-column:last-child .wp-block-image {
      text-align: center;
      padding-bottom: 14.3rem; }
      .top-eyestones_greeting .wp-block-column:last-child .wp-block-image img {
        width: 60rem; }
    .top-eyestones_greeting .wp-block-column:last-child .wp-block-columns {
      display: flex;
      position: absolute;
      padding-left: 2.6rem;
      left: 0;
      bottom: 0; }
      .top-eyestones_greeting .wp-block-column:last-child .wp-block-columns .wp-block-column {
        margin-right: 3rem;
        width: calc((100% - 3rem) / 2); }
        .top-eyestones_greeting .wp-block-column:last-child .wp-block-columns .wp-block-column:first-child {
          position: relative;
          bottom: 5.3rem; }
        .top-eyestones_greeting .wp-block-column:last-child .wp-block-columns .wp-block-column:nth-child(2n), .top-eyestones_greeting .wp-block-column:last-child .wp-block-columns .wp-block-column:last-child {
          margin-right: 0;
          padding-left: 0; }
      .top-eyestones_greeting .wp-block-column:last-child .wp-block-columns .wp-block-image {
        margin-bottom: 0;
        padding-bottom: 0 !important; }
        .top-eyestones_greeting .wp-block-column:last-child .wp-block-columns .wp-block-image img {
          width: 100%;
          height: 25rem;
          object-fit: cover; }
  .top-eyestones_greeting .wp_greeting-desc {
    width: 100%;
    max-width: 61rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.1rem; }
    .top-eyestones_greeting .wp_greeting-desc p {
      letter-spacing: .01rem; }
    .top-eyestones_greeting .wp_greeting-desc .wp-block-table {
      margin-top: 3.4rem;
      margin-bottom: 11.3rem; }
      .top-eyestones_greeting .wp_greeting-desc .wp-block-table td {
        vertical-align: middle;
        color: #333333;
        font-size: 3.6rem;
        font-weight: 500;
        line-height: 115%;
        letter-spacing: 0.1rem; }
        .top-eyestones_greeting .wp_greeting-desc .wp-block-table td:first-child {
          width: 11rem;
          font-size: 1.6rem;
          text-align: center;
          border: 1px solid #333333; }
        .top-eyestones_greeting .wp_greeting-desc .wp-block-table td:last-child {
          padding-left: 1.8rem; }
  .top-eyestones_greeting .wp_greeting--button {
    display: flex;
    flex-wrap: wrap !important; }
    .top-eyestones_greeting .wp_greeting--button .wp-block-column {
      width: calc((100% - 3.502rem) / 2);
      margin-right: 3.5rem;
      margin-bottom: 2rem; }
      .top-eyestones_greeting .wp_greeting--button .wp-block-column:nth-child(2n), .top-eyestones_greeting .wp_greeting--button .wp-block-column:last-child {
        margin-right: 0;
        padding-left: 0rem; }
      .top-eyestones_greeting .wp_greeting--button .wp-block-column:last-child {
        width: 100%;
        margin-bottom: 0; }
        .top-eyestones_greeting .wp_greeting--button .wp-block-column:last-child .wp-block-button_01 a {
          width: 28.7rem;
          margin-left: auto;
          margin-right: auto; }
.top-eyestones_blog {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  margin-bottom: 13.5rem;
  background-image: url(assets/img/top/eyestones-02.png), url(assets/img/top/eyestones-01.png);
  background-position: right bottom, left center;
  background-repeat: no-repeat;
  background-size: 53.1rem, cover; }
  .top-eyestones_blog > .is-layout-constrained {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto; }
  .top-eyestones_blog .blog_wrap {
    display: flex;
    z-index: 1;
    position: relative; }
    .top-eyestones_blog .blog_wrap > .wp-block-column {
      width: calc((100% - 8.002rem) / 2);
      margin-right: 8rem;
      background-color: #ffffff;
      box-shadow: 0rem 1rem 1.5rem rgba(0, 0, 0, 0.45); }
      .top-eyestones_blog .blog_wrap > .wp-block-column:last-child, .top-eyestones_blog .blog_wrap > .wp-block-column:nth-child(2n) {
        margin-right: 0; }
  .top-eyestones_blog .title .wp-block-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: .2rem solid #808080;
    padding-left: 3rem;
    padding-right: 2.5rem;
    padding-bottom: .5rem; }
  .top-eyestones_blog .title .wp-block-column:first-child {
    display: flex;
    align-items: center; }
  .top-eyestones_blog .title .wp-block-heading {
    color: #fc8128;
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.1rem; }
  .top-eyestones_blog .title p {
    margin-left: 2.2rem;
    position: relative;
    top: 1.2rem;
    color: #333333;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.1rem; }
  .top-eyestones_blog .title .wp-block-button {
    padding-top: 1.2rem; }
    .top-eyestones_blog .title .wp-block-button a {
      width: 11.3rem;
      height: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fc8128;
      color: #ffffff;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: 0.1rem;
      transition: ease all 0.35s; }
      .top-eyestones_blog .title .wp-block-button a:hover {
        background-color: #48270e; }
  .top-eyestones_blog .wp-block-latest-posts__list {
    padding-left: 2.5rem;
    padding-right: 4.5rem;
    padding-bottom: 5rem; }
    .top-eyestones_blog .wp-block-latest-posts__list li {
      display: flex;
      width: 100%;
      padding-top: 2.1rem;
      padding-bottom: 2.1rem;
      border-bottom: 1px solid #808080; }
      .top-eyestones_blog .wp-block-latest-posts__list li * {
        color: #333333;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 170%;
        letter-spacing: 0 0.5rem; }
    .top-eyestones_blog .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
      order: 0;
      width: 11rem;
      text-align: center; }
    .top-eyestones_blog .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
      order: 1;
      width: calc(100% - 11rem);
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: ease all 0.35s; }
      .top-eyestones_blog .wp-block-latest-posts__list .wp-block-latest-posts__post-title:hover {
        padding-left: 1.5rem;
        color: #fc8128; }
.top-eyestones_info_banner {
  padding-bottom: 9.5rem; }
  .top-eyestones_info_banner .top-eyestones_info--box {
    margin-top: -4rem;
    position: relative;
    z-index: 10; }
  .top-eyestones_info_banner--box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 11rem;
    max-width: 160.6rem;
    margin-left: auto;
    margin-right: auto; }
    .top-eyestones_info_banner--box .wp-block-column {
      width: calc((100% - 6.002rem) / 3);
      height: 16rem;
      margin-right: 3rem;
      border: 2px solid #fc8128;
      position: relative;
      transition: ease all 0.35s; }
      .top-eyestones_info_banner--box .wp-block-column:nth-child(3n), .top-eyestones_info_banner--box .wp-block-column:last-child {
        margin-right: 0; }
      .top-eyestones_info_banner--box .wp-block-column:hover {
        border: 2px solid #014099; }
        .top-eyestones_info_banner--box .wp-block-column:hover p {
          background-color: #014099; }
    .top-eyestones_info_banner--box .wp-block-image {
      margin-bottom: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .top-eyestones_info_banner--box .wp-block-image a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 3rem 3rem; }
        .top-eyestones_info_banner--box .wp-block-image a::before {
          content: "";
          position: absolute;
          left: 1rem;
          top: 1rem;
          width: calc(100% - 2rem);
          height: calc(100% - 2rem);
          background-color: #f7f7f7; }
      .top-eyestones_info_banner--box .wp-block-image.height-46 img {
        height: 4.6rem; }
      .top-eyestones_info_banner--box .wp-block-image img {
        width: auto;
        height: 4.5rem;
        position: relative;
        z-index: 1; }
    .top-eyestones_info_banner--box p {
      position: absolute;
      left: 0;
      bottom: 2rem;
      width: 100%;
      background-color: #fc8128;
      font-size: 1.6rem;
      color: #ffffff;
      font-weight: 500;
      line-height: 150%;
      text-align: center;
      padding-top: .6rem;
      padding-bottom: .6rem;
      pointer-events: none;
      transition: ease all 0.35s; }

.top-first {
  padding: 13rem 0 19rem;
  position: relative;
  z-index: 0; }
  .top-first::before {
    content: "";
    position: absolute;
    width: 103rem;
    height: 80.1rem;
    top: 10.5rem;
    left: 64.9rem;
    background: url(assets/img/first-img-01.png) no-repeat center;
    background-size: contain;
    z-index: -1; }
  .top-first-gp .wp-block-column:first-child {
    width: 86rem;
    padding-right: 5rem;
    margin-left: -31rem; }
  .top-first-gp .wp-block-column:last-child {
    width: calc(100% - 55rem);
    padding-top: 8.6rem; }
  @media (min-width: 1000.5px) {
    .top-first-gp p {
      max-width: 58.5rem;
      letter-spacing: -0.1rem; } }

.top-check {
  padding-top: 3.7rem;
  background-size: 116.4rem;
  position: relative;
  z-index: 0;
  margin-bottom: 10rem; }
  .top-check::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 38.4rem;
    bottom: -10rem;
    left: 0;
    background: linear-gradient(0deg, white 40%, rgba(255, 255, 255, 0) 100%); }
  .top-check::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(assets/img/check-bg-02.png), url(assets/img/check-bg-03.png);
    background-repeat: no-repeat no-repeat;
    background-position: top left, top right;
    background-size: contain, cover;
    z-index: -1; }
  .top-check .title-gp-01 {
    margin-bottom: 4.8rem; }
  .top-check .grid-1200 {
    position: relative;
    padding-bottom: 13.8rem; }
  .top-check-desc {
    bottom: -10rem;
    left: 50%;
    height: 22.5rem;
    width: calc(100% - 3rem);
    padding: 3rem;
    transform: translateX(-50%);
    background: #2d6cca;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10rem), 50% 100%, 0% calc(100% - 10rem));
    position: absolute;
    z-index: 0; }
    .top-check-desc::before {
      z-index: -1;
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 3rem);
      clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10rem), 50% 100%, 0% calc(100% - 10rem));
      top: 0;
      left: 0;
      background: #003e9a; }
    .top-check-desc::after {
      z-index: -1;
      content: "";
      position: absolute;
      width: 100%;
      height: calc(100% - 3rem);
      clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 10rem), 50% 100%, 0% calc(100% - 10rem));
      top: 0;
      left: 0;
      background: linear-gradient(180deg, #cdcdcd 0%, rgba(255, 255, 255, 0) 80%);
      mix-blend-mode: overlay; }

.check-list-01 {
  display: flex;
  flex-wrap: wrap; }
  .check-list-01 .wp-block-column {
    width: calc((100% - 8.101rem) / 4);
    margin-right: 2.7rem;
    margin-bottom: 2.7rem;
    border-radius: 2rem;
    background: #fff;
    position: relative;
    padding: 1.5rem;
    min-height: 16rem;
    z-index: 0;
    box-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.3); }
    .check-list-01 .wp-block-column::before {
      content: "";
      position: absolute;
      width: calc(100% - 1rem);
      height: calc(100% - 1rem);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: #003e9a solid .1rem;
      border-radius: 1.6rem;
      z-index: -1; }
    .check-list-01 .wp-block-column:nth-child(4n) {
      margin-right: 0; }
    .check-list-01 .wp-block-column p {
      padding-top: 5.6rem;
      font-size: 1.8rem;
      background: url(assets/img/check-icon-01.png) no-repeat center top;
      background-size: 4.2rem;
      text-align: center;
      margin-top: 2rem; }

.top-medical {
  padding: 8.3rem 0 15rem; }
  .top-medical-main {
    padding: 6.8rem 0 1.2rem;
    background: url(assets/img/medical-bg-01.jpg) no-repeat center;
    background-size: cover; }

.medical-list-01 {
  display: flex;
  flex-wrap: wrap !important; }
  .medical-list-01 .wp-block-column {
    width: calc((100% - 9.001rem) / 3);
    margin-right: 4.5rem;
    margin-bottom: 4.7rem; }
    .medical-list-01 .wp-block-column:nth-child(3n) {
      margin-right: 0; }
    .medical-list-01 .wp-block-column .wp-block-group {
      position: relative;
      border: #FFF solid .3rem;
      margin-bottom: 1.4rem;
      box-shadow: 0.1rem 0.2rem 0.3rem rgba(0, 0, 0, 0.3); }
      .medical-list-01 .wp-block-column .wp-block-group .wp-block-heading {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
      .medical-list-01 .wp-block-column .wp-block-group img {
        width: 100%; }
    .medical-list-01 .wp-block-column p {
      font-size: 1.4rem;
      color: #343434;
      letter-spacing: -0.05rem; }

.wp-feature {
  margin-bottom: 15rem; }
  .wp-feature-gp {
    counter-reset: section; }
    .wp-feature-gp-box {
      position: relative;
      z-index: 0;
      padding-bottom: 3.5rem;
      margin-bottom: 10rem; }
      .wp-feature-gp-box:last-child {
        margin-bottom: 0; }
      .wp-feature-gp-box::before {
        content: "";
        position: absolute;
        width: calc(120rem + ((100% - 120rem) / 2) + 11.5rem);
        height: calc(100% - 3rem);
        left: 0;
        bottom: 0;
        background: url(assets/img/feature-bg-01.jpg) no-repeat center;
        background-size: cover;
        z-index: -1; }
      .wp-feature-gp-box > div {
        width: calc(100% - 3rem);
        max-width: 120rem;
        margin-left: auto;
        margin-right: auto; }
      .wp-feature-gp-box .wp-block-columns {
        display: flex;
        flex-wrap: wrap !important; }
      .wp-feature-gp-box .wp-block-column {
        width: 50%; }
        .wp-feature-gp-box .wp-block-column:first-child {
          padding-top: 12rem; }
        .wp-feature-gp-box .wp-block-column:last-child {
          padding-left: 7rem; }
          .wp-feature-gp-box .wp-block-column:last-child .wp-block-image img {
            box-shadow: 1rem 1rem 0 #4c4c4c;
            width: 100%; }
      .wp-feature-gp-box .title-default-02 {
        line-height: 130%;
        margin-bottom: 1.8rem; }
      .wp-feature-gp-box p {
        color: #FFF;
        max-width: 55rem;
        letter-spacing: 0;
        margin-bottom: 2.8rem; }
        .wp-feature-gp-box p:last-child {
          margin-bottom: 0; }
      .wp-feature-gp-box .wp-block-gallery {
        display: flex;
        gap: 2.5rem !important;
        margin-top: 7rem; }
      .wp-feature-gp-box:nth-child(2) {
        padding-bottom: 8rem; }
        .wp-feature-gp-box:nth-child(2)::before {
          background-image: url(assets/img/feature-bg-02.jpg); }
      .wp-feature-gp-box:nth-child(2n)::before {
        left: auto;
        right: 0; }
      .wp-feature-gp-box:nth-child(2n) .wp-block-column:first-child {
        order: 1;
        padding-left: 9rem; }
      .wp-feature-gp-box:nth-child(2n) .wp-block-column:last-child {
        padding-left: 0; }
      .wp-feature-gp-box:nth-child(2n) .btn-default-02 a {
        margin-top: 12.8rem; }
      .wp-feature-gp-box:nth-child(3)::before {
        background-image: url(assets/img/feature-bg-03.jpg); }
      .wp-feature-gp-box:nth-child(3) .wp-block-column:first-child {
        width: calc(50% - 7.7rem); }
      .wp-feature-gp-box:nth-child(3) .wp-block-column:last-child {
        margin-right: -0.8rem;
        width: calc(50% + .8rem + 7.7rem);
        padding-left: 0; }
        .wp-feature-gp-box:nth-child(3) .wp-block-column:last-child .wp-block-image img {
          box-shadow: initial; }
      .wp-feature-gp-box:nth-child(3) .title-default-02 {
        letter-spacing: -0.18rem; }
      .wp-feature-gp-box:nth-child(3) p {
        letter-spacing: -0.1rem;
        padding-right: 1rem; }
      .wp-feature-gp-box:nth-child(3) .btn-default-02 a {
        margin-top: 12.7rem; }
      .wp-feature-gp-box:nth-child(4) {
        padding-bottom: 8rem; }
        .wp-feature-gp-box:nth-child(4)::before {
          background-image: url(assets/img/feature-bg-04.jpg); }
        .wp-feature-gp-box:nth-child(4) p {
          letter-spacing: -0.1rem; }
        .wp-feature-gp-box:nth-child(4) .btn-default-02 a {
          margin-top: 15.7rem; }
  .wp-feature .title-gp-01 {
    margin-bottom: 12rem; }
  .wp-feature-slide .wp-block-column {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }

.wp-greeting {
  margin-bottom: 14rem; }
  .wp-greeting-gp {
    position: relative;
    margin-bottom: 2rem; }
    .wp-greeting-gp .wp-block-column:first-child {
      position: relative;
      width: calc(50% + 1rem);
      z-index: 0; }
      .wp-greeting-gp .wp-block-column:first-child::before {
        content: "";
        position: absolute;
        width: 74.6rem;
        height: 51.8rem;
        background: url(assets/img/logo-03.png) no-repeat center;
        background-size: contain;
        z-index: -1;
        top: 11.5rem;
        left: -8.6rem; }
    .wp-greeting-gp .wp-block-column:last-child {
      width: calc(50% - 1rem + 36rem);
      margin-right: -36rem;
      padding-left: 4.7rem; }
      .wp-greeting-gp .wp-block-column:last-child img {
        border-radius: 10rem 0 0 10rem;
        width: 100%; }
      .wp-greeting-gp .wp-block-column:last-child .wp-block-group {
        position: absolute;
        padding: 1.2rem 3.9rem 1.8rem;
        bottom: 3.5rem;
        right: 0;
        background: #ffffff;
        border: #333333 solid .1rem; }
        .wp-greeting-gp .wp-block-column:last-child .wp-block-group p {
          font-size: 1.8rem;
          margin-bottom: .7rem; }
        .wp-greeting-gp .wp-block-column:last-child .wp-block-group .wp-block-heading {
          font-size: 3rem;
          color: #333333; }
    .wp-greeting-gp p {
      letter-spacing: -0.05rem; }
  .wp-greeting .title-gp-01 {
    margin-bottom: 5rem; }

.top-news {
  background: #e2e3ee;
  background: linear-gradient(90deg, #ccd8e9 50%, rgba(255, 255, 255, 0) 100%);
  padding: 7rem 0;
  margin-bottom: 14rem; }
  .top-news-wrap {
    padding: 2.4rem 0 3.2rem;
    background: #FFF;
    box-shadow: 0.5rem 1rem 1.5rem rgba(0, 0, 0, 0.45); }
  .top-news-main {
    padding: 0 3rem; }

.top-banner {
  margin-bottom: 11rem; }
  .top-banner-list .wp-block-column {
    width: calc((100% - 7.401rem) / 3);
    height: 16rem;
    margin-right: 3.7rem;
    border: #003e9a solid .21rem;
    position: relative;
    z-index: 0; }
    .top-banner-list .wp-block-column:nth-child(3n) {
      margin-right: 0; }
    .top-banner-list .wp-block-column a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
      .top-banner-list .wp-block-column a::before {
        content: "";
        position: absolute;
        width: calc(100% - 2rem);
        height: calc(100% - 2rem);
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate(-50%, -50%);
        background: #f7f7f7; }
      .top-banner-list .wp-block-column a img {
        top: 3rem;
        left: 2.8rem;
        height: 4.5rem;
        width: auto; }
    .top-banner-list .wp-block-column img {
      position: absolute;
      pointer-events: none; }
    .top-banner-list .wp-block-column .img {
      right: 1rem;
      bottom: 1rem;
      position: absolute;
      width: 15.9rem;
      height: 14rem;
      pointer-events: none; }
    .top-banner-list .wp-block-column p {
      position: absolute;
      z-index: 1;
      color: #FFF;
      width: 36rem;
      text-align: center;
      padding: .4rem;
      left: -0.1rem;
      bottom: 2rem;
      pointer-events: none; }
      .top-banner-list .wp-block-column p::before {
        content: "";
        position: absolute;
        width: 35rem;
        height: 100%;
        top: 0;
        left: 0;
        background: #003e9a;
        z-index: -1;
        transition: all 0.35s; }
      .top-banner-list .wp-block-column p::after {
        clip-path: polygon(0 0, 100% 0, calc(100% - 1rem) 100%, 0% 100%);
        content: "";
        position: absolute;
        width: 36rem;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: #003e9a; }
    .top-banner-list .wp-block-column:hover p::before {
      width: 50.6rem; }

.top-info {
  position: relative;
  z-index: 0;
  padding-top: 7rem; }
  .top-info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(assets/img/footer-bg-03.png) no-repeat center;
    background-size: cover;
    z-index: -1; }
  .top-info .wp-block-tel {
    color: #ffffff;
    border-top-color: #FFFFFF; }
    .top-info .wp-block-tel::before {
      background: #FFFFFF; }
  .top-info-logo {
    width: calc(100% - 43.5rem);
    margin-left: auto;
    margin-right: 0; }
    .top-info-logo img {
      width: 15.1rem; }
  .top-info .wp-block-columns {
    padding: 5.8rem 0 7rem; }
  .top-info .wp-block-column:first-child {
    width: 43.5rem;
    padding-top: 1rem; }
    .top-info .wp-block-column:first-child p {
      font-size: 2rem;
      line-height: 140%; }
  .top-info .wp-block-column:last-child {
    width: calc(100% - 43.5rem); }
    .top-info .wp-block-column:last-child a {
      transition: all 0.35s; }
      .top-info .wp-block-column:last-child a:hover {
        opacity: 0.8; }
    .top-info .wp-block-column:last-child .wp-block-image {
      margin-bottom: 6rem; }
  .top-info .wp-block-column p {
    color: #FFF; }
  .top-info .wp-block-column .wp-block-group {
    display: inline-block;
    margin-top: 2.5rem; }
    .top-info .wp-block-column .wp-block-group p {
      font-size: 2.7rem;
      text-align: center;
      letter-spacing: -0.1rem; }
    .top-info .wp-block-column .wp-block-group .wp-block-tel {
      font-size: 4.3rem;
      padding-left: 4.5rem;
      margin-top: .1rem;
      letter-spacing: .2rem; }
      .top-info .wp-block-column .wp-block-group .wp-block-tel::before {
        width: 2.5rem;
        height: 3.3rem; }
  .top-info .wp-block-table.wp-basic table td {
    color: #FFF; }

@media (max-width: 1280px) and (min-width: 1000.5px) {
  .medical-list-01 .wp-block-column p {
    font-size: 1.8rem; } }
@media (max-width: 1000px) {
  .top-eyestones_mv--title .wp-block-heading {
    font-size: 2.5rem;
    margin-bottom: 1rem; }
  .top-eyestones_mv--title p {
    font-size: 2rem;
    text-align: center;
    line-height: 150%; }
  .top-eyestones_mv--menu {
    display: none; }
  .top-eyestones_mv .slick-list .wp-block-image img {
    height: 40rem;
    object-fit: cover; }
  .top-eyestones_mv video {
    height: 40rem; }
  .top-eyestones_mv--logo {
    bottom: 1.5rem;
    left: 1.5rem; }
    .top-eyestones_mv--logo img {
      width: 12rem; }

  .top-first-gp .wp-block-column:first-child {
    width: 100%;
    padding-right: 0;
    margin-left: 0; }
  .top-first-gp .wp-block-column:last-child {
    width: 100%;
    padding-top: 6rem; }

  .top-first {
    padding: 8rem 0; }

  .top-check-desc {
    padding: 3rem 1rem;
    height: 17rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 5rem), 50% 100%, 0% calc(100% - 5rem)); }
    .top-check-desc::before, .top-check-desc::after {
      height: calc(100% - 2rem);
      clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 5rem), 50% 100%, 0% calc(100% - 5rem)); }
  .top-check .grid-1200 {
    padding-bottom: 8rem; }
  .top-check::after {
    background-position: bottom 6.5rem left, top right; }

  .check-list-01 {
    flex-wrap: wrap !important; }
    .check-list-01 .wp-block-column {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .check-list-01 .wp-block-column:nth-child(2n) {
        margin-right: 0; }
      .check-list-01 .wp-block-column p {
        font-size: 1.5rem;
        letter-spacing: 0; }

  .top-medical {
    padding: 8rem 0; }
    .top-medical-main {
      padding: 6rem 0; }

  .medical-list-01 .wp-block-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem; }
    .medical-list-01 .wp-block-column:last-child {
      margin-bottom: 0; }
    .medical-list-01 .wp-block-column p {
      letter-spacing: 0; }

  .wp-feature {
    margin-bottom: 6rem; }
    .wp-feature-gp-box {
      padding-bottom: 6rem;
      margin-bottom: 6rem; }
      .wp-feature-gp-box::before {
        width: 100%; }
      .wp-feature-gp-box .wp-block-column {
        width: 100%; }
        .wp-feature-gp-box .wp-block-column:first-child {
          order: 1;
          padding-top: 5.4rem; }
        .wp-feature-gp-box .wp-block-column:last-child {
          padding-left: 0; }
      .wp-feature-gp-box:nth-child(2n) {
        padding-bottom: 6rem; }
        .wp-feature-gp-box:nth-child(2n) .wp-block-column:first-child {
          padding-left: 0; }
        .wp-feature-gp-box:nth-child(2n) .btn-default-02 a {
          margin-top: 4rem; }
      .wp-feature-gp-box:nth-child(3) .wp-block-column:first-child {
        width: 100%; }
      .wp-feature-gp-box:nth-child(3) .wp-block-column:last-child {
        margin-right: 0;
        width: 100%; }
      .wp-feature-gp-box:nth-child(3) .btn-default-02 a {
        margin-top: 4rem; }
      .wp-feature-gp-box .wp-block-gallery {
        margin-top: 3rem;
        gap: 1rem !important; }
      .wp-feature-gp-box p {
        max-width: 100%; }
    .wp-feature .title-gp-01 {
      margin-bottom: 3.6rem; }
    .wp-feature .btn-default-02.u-pc {
      display: none; }
    .wp-feature .btn-default-02.u-sp {
      display: block; }

  .wp-greeting {
    margin-bottom: 6rem; }
    .wp-greeting-gp {
      margin-bottom: 0; }
      .wp-greeting-gp p {
        letter-spacing: 0; }
      .wp-greeting-gp .wp-block-column:first-child {
        width: 100%; }
        .wp-greeting-gp .wp-block-column:first-child::before {
          width: 35rem;
          height: 23.8rem;
          left: 0; }
      .wp-greeting-gp .wp-block-column:last-child {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
        margin-top: 1.5rem; }
        .wp-greeting-gp .wp-block-column:last-child img {
          border-radius: 2rem 0 0 2rem; }
        .wp-greeting-gp .wp-block-column:last-child .wp-block-group {
          padding: 0.6rem 1rem 1rem;
          bottom: 1.5rem; }
          .wp-greeting-gp .wp-block-column:last-child .wp-block-group .wp-block-heading {
            font-size: 2rem; }
          .wp-greeting-gp .wp-block-column:last-child .wp-block-group p {
            font-size: 1.5rem;
            text-align: center;
            margin-bottom: 0; }
    .wp-greeting .title-gp-01 {
      margin-bottom: 2.7rem; }

  .wp-feature-slide .wp-block-column {
    margin-left: 1rem;
    margin-right: 1rem; }

  .top-news {
    margin-bottom: 6rem; }
    .top-news-main {
      padding: 0 1.5rem; }
    .top-news-wrap {
      padding: 3.2rem 0; }

  .top-banner {
    margin-bottom: 6rem; }
    .top-banner-list .wp-block-column {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.5rem; }
      .top-banner-list .wp-block-column:last-child {
        margin-bottom: 0; }
      .top-banner-list .wp-block-column p {
        width: 30rem; }
        .top-banner-list .wp-block-column p::before {
          content: none; }
        .top-banner-list .wp-block-column p::after {
          width: 30rem; }
      .top-banner-list .wp-block-column .img {
        width: 10rem; }
      .top-banner-list .wp-block-column a img {
        height: 3rem;
        left: 2rem; }

  .top-info {
    padding-top: 6rem; }
    .top-info-logo {
      width: 100%;
      text-align: center; }
    .top-info .wp-block-columns {
      padding: 4rem 0 6rem; }
    .top-info .wp-block-column:first-child {
      width: 100%;
      padding-top: 0;
      text-align: center; }
      .top-info .wp-block-column:first-child p {
        font-size: 1.5rem;
        text-align: center; }
    .top-info .wp-block-column:last-child {
      width: 100%; }
      .top-info .wp-block-column:last-child .wp-block-image {
        text-align: center;
        margin-bottom: 2.4rem; }
    .top-info .wp-block-column .wp-block-group {
      margin-bottom: 2rem; }
      .top-info .wp-block-column .wp-block-group .wp-block-tel {
        font-size: 3rem;
        margin-top: 0;
        padding-left: 3rem; }
        .top-info .wp-block-column .wp-block-group .wp-block-tel::before {
          width: 1.8rem;
          height: 2.2rem; }
      .top-info .wp-block-column .wp-block-group p {
        font-size: 2rem; } }
@media (max-width: 767px) {
  .top-eyestones_mv--title {
    top: 40%; } }
.mt65 {
  margin-top: 6.5rem; }

.mt130 {
  margin-top: 13rem; }

.mb70 {
  margin-bottom: 7rem; }

.mb75 {
  margin-bottom: 7.5rem; }

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

.mb145 {
  margin-bottom: 14.5rem; }

.mb160 {
  margin-bottom: 16rem; }

.wp-sitemap {
  padding: 4.5rem 0 10rem; }
  .wp-sitemap .wp-block-heading {
    color: #332014;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 3.5rem; }

.sitemap-list {
  display: flex;
  flex-wrap: wrap !important;
  margin-bottom: 8.5rem; }
  .sitemap-list:last-child {
    margin-bottom: 0; }
  .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: 1rem;
      left: 0;
      width: .6rem;
      height: .6rem;
      background: #332014;
      border-radius: 100%;
      transition: all 0.35S; }
    .sitemap-list li:hover::before {
      background: #003e9a; }
    @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: #003e9a; }

.wp-news {
  padding: 2.4rem 0 12rem; }
  .wp-news .grid-1200 > div, .wp-news .grid-1500 > div {
    padding: 2.4rem 0 7rem;
    box-shadow: 0.5rem 1rem 1.5rem rgba(0, 0, 0, 0.45); }
  .wp-news .news-list-01 {
    margin-bottom: 5rem;
    padding: 0; }
    .wp-news .news-list-01 li {
      margin-bottom: 3rem; }
      .wp-news .news-list-01 li * {
        color: #333; }
  .wp-news-gp {
    padding: 0 3rem; }
    .wp-news-gp-item:first-child {
      width: calc(100% - 30rem); }
    .wp-news-gp-item:last-child {
      width: 30rem;
      padding-left: 5rem; }

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

.archive-gp {
  border: #003e9a 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: #003e9a;
  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.active a {
      color: #003e9a; }
    .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: #003e9a; }

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

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

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

.wp-column {
  padding: 2.4rem 0 12rem; }

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

.wp-faq-gp .wp-block-columns {
  border: #CCC solid .1rem;
  border-radius: .5rem;
  margin-bottom: 3rem;
  padding: 2rem 3rem; }
  .wp-faq-gp .wp-block-columns:first-child .wp-block-column:last-child {
    display: block; }
  .wp-faq-gp .wp-block-columns:last-child {
    margin-bottom: 0; }
  @media (max-width: 960px) {
    .wp-faq-gp .wp-block-columns {
      margin-bottom: 1.5rem; } }
.wp-faq-gp .wp-block-heading {
  padding-left: 3.5rem;
  padding-right: 3rem;
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: .1rem;
  position: relative;
  cursor: pointer; }
  .wp-faq-gp .wp-block-heading::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    color: #003e9a;
    font-size: 2.2rem;
    font-family: "Roboto", sans-serif; }
  .wp-faq-gp .wp-block-heading::after {
    content: "＋";
    position: absolute;
    top: 0;
    right: 0; }
  .wp-faq-gp .wp-block-heading.active::after {
    content: "－"; }
.wp-faq-gp .wp-block-column:last-child {
  margin-top: 1.5rem;
  padding: 2rem 0 0 3.5rem;
  position: relative;
  display: none;
  border-top: #CCC solid .1rem; }
  .wp-faq-gp .wp-block-column:last-child p {
    color: #353535; }
  .wp-faq-gp .wp-block-column:last-child::before {
    content: "A";
    position: absolute;
    font-size: 2.2rem;
    left: 0;
    top: 2rem;
    color: #003e9a;
    font-family: "Roboto", sans-serif; }

.wp-block-group__catalogue__li2 {
  list-style: none;
  margin-bottom: 10rem; }
  .wp-block-group__catalogue__li2 .wp-block-heading__title-01 {
    display: none; }
  .wp-block-group__catalogue__li2 > div {
    max-width: 120rem;
    padding: 2rem 3rem 3.9rem;
    border: .2rem solid #353535;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08);
    border-radius: 1rem; }

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

.news-list-01 {
  display: flex;
  flex-wrap: wrap; }
  .news-list-01 li {
    width: calc((100% - 10rem) / 4);
    margin-right: 3.3rem; }
    .news-list-01 li:nth-child(4n) {
      margin-right: 0; }
    .news-list-01 li a {
      font-size: 2rem;
      font-weight: 400;
      display: inline-block; }
    .news-list-01 li .img {
      margin-bottom: 2rem; }
    .news-list-01 li img {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 4 / 2.77; }
    .news-list-01 li p {
      font-weight: 400;
      line-height: 150%;
      letter-spacing: -0.2rem; }
    .news-list-01 li .date {
      margin-bottom: .4rem;
      letter-spacing: 0; }

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%); }
  50% {
    opacity: 0;
    transform: translate(120%, -50%); }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%); }
  100% {
    opacity: 1;
    transform: translate(0%, -50%); } }
.wp-block-layout-01:not(:last-child) {
  margin-bottom: 7rem; }

.list-default-01 li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem; }
  .list-default-01 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 1rem;
    height: 1rem;
    background-color: #003e9a;
    border-radius: 100%; }
.list-default-01.vs-50 li {
  position: relative; }
  .list-default-01.vs-50 li:last-child {
    margin-bottom: 0; }
  @media (min-width: 1000.5px) {
    .list-default-01.vs-50 li {
      width: calc((100% - 1.501rem) / 2);
      margin-right: 1.5rem; }
      .list-default-01.vs-50 li:nth-child(2n) {
        margin-right: 0; } }

@media (max-width: 1280px) and (min-width: 1000.5px) {
  .sitemap-list li a {
    font-size: 2rem; }
  .sitemap-list li::before {
    top: 1.5rem; }

  .nextpre_area-item a,
  .nextpre_area-item span {
    font-size: 2rem; }

  .single-wrap :is(p, li, blockquote) {
    font-size: 2rem; }

  .column-gp-01 li p {
    font-size: 2rem; }
  .column-gp-01 li h4 {
    font-size: 2.1rem; }

  .wp-block-list__catalogue-02 li {
    font-size: 2rem; } }
@media (max-width: 1000px) {
  .mt65 {
    margin-top: 3.5rem; }

  .mb70 {
    margin-bottom: 4rem; }

  .mb75 {
    margin-bottom: 2.5rem; }

  .mb100 {
    margin-bottom: 4rem; }

  .mb101, .mb160 {
    margin-bottom: 6rem; }

  .mt130 {
    margin-top: 5rem; }

  .mb145 {
    margin-bottom: 6rem; }

  .wp-sitemap {
    padding: 1rem 0 5.6rem; }
    .wp-sitemap .wp-block-heading {
      margin-bottom: 1.5rem; }

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

  .wp-news {
    padding: 3.2rem 0 6rem; }
    .wp-news .grid-1200 > div, .wp-news .grid-1500 > div {
      padding: 2.4rem 0 5rem; }
    .wp-news-gp {
      padding: 0 1.5rem; }
      .wp-news-gp-item:first-child {
        width: calc(100% - 26rem); }
      .wp-news-gp-item:last-child {
        width: 26rem;
        padding-left: 3rem; }
    .wp-news .news-list-01 {
      margin-bottom: 3rem; }

  .news-list-01 li {
    margin-bottom: 3rem;
    width: 100%;
    margin-right: 0; }
    .news-list-01 li:last-child {
      margin-bottom: 0; }
    .news-list-01 li p {
      letter-spacing: 0; }
    .news-list-01 li img, .news-list-01 li .img {
      width: 100%; }
    .news-list-01 li .img {
      margin-bottom: 1rem; }

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

  .archive-list {
    max-height: 31rem; }
    .archive-list li a {
      font-size: 1.5rem; }

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

  .wp-column {
    padding: 3.2rem 0 6rem; }

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

  .wp-block-group__catalogue__li2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 5rem; }
    .wp-block-group__catalogue__li2 > div {
      padding: 1.5rem; }

  .wp-block-list__catalogue-02 li {
    font-size: 1.4rem; }

  .wp-faq-gp .wp-block-columns {
    padding: 2rem 0; }
  .wp-faq-gp .wp-block-column:last-child {
    padding-right: 1.5rem; }
    .wp-faq-gp .wp-block-column:last-child::before {
      left: 1rem;
      font-size: 1.8rem; }
  .wp-faq-gp .wp-block-heading {
    font-size: 1.8rem; }
    .wp-faq-gp .wp-block-heading::before {
      left: 1rem; }
    .wp-faq-gp .wp-block-heading::after {
      right: 1rem; } }
@media (max-width: 767px) {
  .sitemap-list li {
    width: 100%;
    margin-right: 0; }
    .sitemap-list li:last-child {
      margin-bottom: 0; }

  .wp-news-gp {
    flex-wrap: wrap !important; }
    .wp-news-gp-item:first-child {
      width: 100%;
      margin-bottom: 5rem; }
    .wp-news-gp-item:last-child {
      width: 100%;
      padding-left: 0; }

  .nextpre_area-item {
    width: calc((100% - 1.501rem) / 2);
    margin-right: 1.5rem; }
    .nextpre_area-item:nth-child(2) {
      width: 100%;
      margin-right: 0;
      margin-top: 1.5rem;
      order: 1; }
    .nextpre_area-item:nth-child(3n) {
      margin-right: 0; }
    .nextpre_area-item a,
    .nextpre_area-item span {
      width: 100%;
      height: 5rem; }

  .column-gp-01 li {
    width: 100%;
    margin-right: 0; }
    .column-gp-01 li:last-child {
      margin-bottom: 0; }

  .wp-block-list__catalogue-02 li {
    width: 100%;
    margin-right: 0; } }

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