@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/century-gothic-paneuropean");
@font-face {
  font-family: 'Gen Jyuu Gothic Bold';
  src: url("assets/fonts/GenJyuuGothic-Bold.eot");
  src: url("assets/fonts/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GenJyuuGothic-Bold.woff2") format("woff2"), url("assets/fonts/GenJyuuGothic-Bold.woff") format("woff"), url("assets/fonts/GenJyuuGothic-Bold.ttf") format("truetype"), url("assets/fonts/GenJyuuGothic-Bold.svg#GenJyuuGothic-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gen Jyuu Gothic Regular';
  src: url("assets/fonts/GenJyuuGothic-Regular.eot");
  src: url("assets/fonts/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GenJyuuGothic-Regular.woff2") format("woff2"), url("assets/fonts/GenJyuuGothic-Regular.woff") format("woff"), url("assets/fonts/GenJyuuGothic-Regular.ttf") format("truetype"), url("assets/fonts/GenJyuuGothic-Regular.svg#GenJyuuGothic-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gen Jyuu Gothic Monospace-Bold';
  src: url("assets/fonts/GenJyuuGothic-Monospace-Bold.eot");
  src: url("assets/fonts/GenJyuuGothic-Monospace-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GenJyuuGothic-Monospace-Bold.woff2") format("woff2"), url("assets/fonts/GenJyuuGothic-Monospace-Bold.woff") format("woff"), url("assets/fonts/GenJyuuGothic-Monospace-Bold.ttf") format("truetype"), url("assets/fonts/GenJyuuGothic-Monospace-Bold.svg#GenJyuuGothic-Monospace-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/*
Theme Name: Hatsukaichi
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: 960px) and (min-width: 768px) {
    html {
      font-size: 1.30208vw; } }
  @media (max-width: 767px) {
    html {
      font-size: 2.66667vw; } }

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

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

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

.grid-940 {
  max-width: 97rem; }
.grid-1145 {
  max-width: 117.5rem; }
.grid-1200 {
  max-width: 123rem; }
.grid-1400 {
  max-width: 140rem; }
.grid-1560 {
  max-width: 159rem; }
.grid-1760 {
  max-width: 179rem; }

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

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

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

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

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

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

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

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

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

  p {
    text-align: justify; } }
[class*="dflex"] {
  display: flex;
  flex-wrap: wrap; }

[class*="aic"] {
  align-items: center; }

[class*="aie"] {
  align-items: flex-end; }

[class*="ais"] {
  align-items: flex-start; }

[class*="jcc"] {
  justify-content: center; }

[class*="jcsb"] {
  justify-content: space-between; }

[class*="jcfe"] {
  justify-content: flex-end; }

[class*="fcolumn"] {
  flex-flow: column; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }
  @media (max-width: 1024px) {
    a[href^="tel:"] {
      cursor: pointer;
      pointer-events: all; } }

.p-fixed {
  position: fixed;
  left: var(--fixed-left);
  top: var(--fixed-top); }

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

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

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

.grid-1040 {
  max-width: 107rem; }

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

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

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

body,
html {
  height: 100%; }

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

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

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

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

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

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

.os-section {
  position: relative;
  z-index: 1; }

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

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

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

.u-sp {
  display: none; }

ul,
ol {
  list-style: none; }

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

  .u-sp {
    display: block; } }
.btn-default-02.vs-01 a {
  background: #fff; }
.btn-default-02.vs a {
  min-width: 55rem; }
.btn-default-02 a {
  color: #333333;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  border: #fe9613 solid .1rem;
  min-width: 46rem;
  height: 8rem;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  position: relative;
  text-align: center;
  justify-content: center;
  padding-left: .8rem;
  padding-right: .8rem;
  transition: all 0.35s;
  box-shadow: 0.2rem 0.2rem 0.5rem #444444;
  font-family: "Gen Jyuu Gothic Regular", "Noto Sans JP", serif; }
  @media (min-width: 960.5px) {
    .btn-default-02 a::before {
      content: "";
      position: absolute;
      width: 2.3rem;
      height: 2.3rem;
      top: 50%;
      right: 2rem;
      transform: translateY(-50%);
      border-radius: 100%;
      background: #fe9613;
      transition: all 0.35s; } }
  .btn-default-02 a:hover {
    background: #fe9613;
    color: #FFF; }
    .btn-default-02 a:hover::before {
      background: #FFFFFF; }
.btn-default-02.vs-02 {
  margin-left: auto;
  margin-right: auto; }
  .btn-default-02.vs-02 a {
    color: #94785e;
    border-color: #d3c6ba; }
    .btn-default-02.vs-02 a::before {
      background: #a18162; }
    .btn-default-02.vs-02 a:hover {
      background: #94785e;
      color: #FFF; }
      .btn-default-02.vs-02 a:hover::before {
        background: #FFF; }
      .btn-default-02.vs-02 a:hover::after {
        background: #94785e; }
.btn-default-02.vs-03 a {
  min-width: 23.6rem;
  height: 5.5rem;
  border-radius: 3rem;
  background: #fe9613;
  color: #FFFFFF;
  border-color: #fe9613; }
  .btn-default-02.vs-03 a::before {
    background: #FFFFFF; }
  .btn-default-02.vs-03 a::after {
    background: #fe9613; }
  .btn-default-02.vs-03 a:hover {
    color: #fe9613;
    background: #FFF; }
    .btn-default-02.vs-03 a:hover::before {
      background: #fe9613; }
    .btn-default-02.vs-03 a:hover::after {
      background: #FFFFFF; }
.btn-default-02.vs-04 {
  width: 100%; }
  .btn-default-02.vs-04 a {
    background: #FFF;
    border-color: #fe9613;
    color: #fe9613; }
    .btn-default-02.vs-04 a::before {
      background: #fe9613; }
    .btn-default-02.vs-04 a:hover {
      background: #fe9613;
      color: #FFF; }
      .btn-default-02.vs-04 a:hover::before {
        background: #FFF; }
      .btn-default-02.vs-04 a:hover::after {
        background: #fe9613; }

header {
  height: 12rem; }

.wp-block-header {
  width: 100%;
  padding: 0.9rem 12rem 0.8rem 12rem;
  background: #FFF;
  z-index: 10; }
  .wp-block-header.active {
    box-shadow: 0.4rem 0 0.4rem rgba(59, 65, 82, 0.12); }
  .wp-block-header .site-logo img {
    width: 21.2rem; }

.wp-header-right .menu {
  padding-top: 0.5rem; }
.wp-header-right-access {
  gap: 2.3rem; }
  .wp-header-right-access .header--tel {
    font-family: "Gen Jyuu Gothic Bold", "Noto Sans JP", serif;
    color: #333333;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0;
    position: relative;
    padding-left: 3.5rem; }
    .wp-header-right-access .header--tel::before {
      content: "";
      position: absolute;
      width: 3rem;
      height: 3.3rem;
      background: url(assets/img/icon-phone.svg) no-repeat center/cover;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .wp-header-right-access .header--gp {
    margin-top: 0.5rem; }
    .wp-header-right-access .header--gp p {
      color: #333333;
      font-size: 1.6rem;
      font-weight: 600;
      line-height: 160%;
      letter-spacing: 0; }
  .wp-header-right-access .header--web {
    width: 20.1rem; }

.menu {
  position: relative; }
  .menu > li {
    margin-left: 6.4rem;
    position: relative; }
    .menu > li:first-child {
      margin-left: 0; }
    .menu > li > a {
      display: block; }
    .menu > li::before {
      top: -0.3rem;
      left: 50%;
      opacity: 0;
      transition: all 0.35s;
      transform: translateX(-50%);
      content: "";
      position: absolute;
      width: 0.6rem;
      height: 0.6rem;
      background: #fe9613;
      border-radius: 100%; }
    .menu > li a {
      display: block;
      position: relative;
      z-index: 1;
      color: #333333;
      font-size: 2.2rem;
      font-weight: 600;
      line-height: 180%;
      letter-spacing: 0;
      transition: all 0.35s; }
      .menu > li a .menu-image-title-after.menu-image-title {
        display: block;
        padding-left: 0; }
      .menu > li a.menu-image-title-after.menu-image-not-hovered img {
        display: block;
        padding-right: 0;
        height: 4rem;
        object-fit: scale-down;
        margin: 0 auto; }
    @media (min-width: 961px) {
      .menu > li.current-menu-item > a, .menu > li:hover > a {
        color: #fe9613; }
      .menu > li > a::before {
        content: "";
        position: absolute;
        bottom: -1.1rem;
        left: 48%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        opacity: 0;
        border-left: .7rem solid transparent;
        border-right: .7rem solid transparent;
        border-bottom: .7rem solid #FFF;
        z-index: 1; }
      .menu > li .sub-menu {
        pointer-events: none;
        position: fixed;
        display: flex;
        flex-wrap: wrap;
        z-index: 0;
        opacity: 0;
        left: auto;
        top: auto;
        padding-top: 1.5rem;
        transition: all 0.35s;
        min-width: 76rem;
        width: 76rem;
        padding: 3rem 3.5rem; }
        .menu > li .sub-menu::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: -1;
          width: 100%;
          height: calc(100% - 1rem);
          background: #FFFFFF;
          filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.15));
          border-radius: 2rem; }
        .menu > li .sub-menu li {
          border-bottom: #d9e3f0 .1rem solid;
          width: calc((100% - 3.001rem) / 2);
          margin-right: 3rem; }
          .menu > li .sub-menu li:nth-child(2n) {
            margin-right: 0; }
          .menu > li .sub-menu li.current-menu-item a {
            color: #fe9613; }
            .menu > li .sub-menu li.current-menu-item a::before, .menu > li .sub-menu li.current-menu-item a::after {
              background: #fe9613; }
          .menu > li .sub-menu li a {
            display: block;
            padding: 1.4rem 0;
            position: relative; }
            .menu > li .sub-menu li a::before {
              content: "";
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 0;
              width: 1rem;
              height: 1rem;
              -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
              mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
              background: #57463a; }
            .menu > li .sub-menu li a::after {
              content: "";
              position: absolute;
              bottom: -0.1rem;
              left: 0;
              width: 0;
              height: .1rem;
              background: #fe9613;
              transition: all 0.35s; }
            .menu > li .sub-menu li a:hover {
              padding-left: 1rem; }
              .menu > li .sub-menu li a:hover::after {
                width: 100%; }
      .menu > li:hover .sub-menu {
        opacity: 1;
        pointer-events: auto; }
      .menu > li:hover.menu-item-has-children > a::before {
        opacity: 1; } }
  .menu-02 {
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 3rem; }
    .menu-02:last-child {
      margin-bottom: 0; }
    .menu-02 li {
      width: 47%;
      color: #333333;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 170%;
      letter-spacing: 0;
      margin-bottom: 1rem; }
      .menu-02 li:last-child {
        margin-bottom: 0; }
      .menu-02 li a {
        position: relative;
        padding-left: 1.5rem;
        transition: all 0.35s; }
        .menu-02 li a:hover {
          opacity: 0.8; }
        .menu-02 li a::before {
          content: "";
          position: absolute;
          width: 0.6rem;
          height: 0.6rem;
          background: #fe9613;
          border-radius: 100%;
          left: 0;
          top: 1rem; }
    .menu-02.vs-02 li a::before {
      background: #fe9613; }

body.no_scroll {
  overflow: hidden; }

@media (max-width: 1200px) and (min-width: 961px) {
  header {
    height: 12rem; }

  .menu > li {
    margin-left: 4.4rem; }

  .menu > li a {
    font-size: 14px; } }
@media (max-width: 960px) {
  .wp-block-header {
    background-color: #ffffff; }
    .wp-block-header_box {
      flex-wrap: nowrap; }
      .wp-block-header_box--item:first-child {
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .wp-block-header .wp-header-right {
      height: calc(100vh - 6.6rem);
      overflow-y: auto;
      position: absolute;
      left: 0;
      top: 6.6rem;
      padding-left: 0;
      padding-right: 0;
      display: none; }
    .wp-block-header-contact {
      margin-right: 3.5rem; }
      .wp-block-header-contact a {
        color: #fff;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0; }

  .menu {
    top: 0;
    padding-top: 0 !important;
    background-color: #ffe8cc; }
    .menu li {
      width: 100%;
      margin: 0; }
      .menu li.current-menu-item > a {
        color: #fff; }
      .menu li:not(:last-child) {
        border-bottom: 1px solid #454545;
        margin-right: 0; }
      .menu li.current_page_item {
        background-color: #fe9613; }
    .menu a {
      display: flex;
      align-items: center;
      padding: 1.5rem 2rem; }
      .menu a span {
        color: #ffffff !important; }
      .menu a .en {
        margin-right: 2rem;
        font-size: 2.4rem; }
      .menu a .ja {
        letter-spacing: 2px; }
      .menu a::before, .menu a::after {
        content: none !important; }
    .menu > li .dropdow {
      position: absolute;
      right: 0;
      top: 0;
      width: 5.9rem;
      height: 5.9rem;
      background-color: transparent;
      z-index: 2; }
      .menu > li .dropdow.active::before {
        content: "一"; }
      .menu > li .dropdow::before {
        content: "十";
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.6rem;
        font-weight: bold;
        color: #fe9613;
        line-height: 100%;
        transition: ease all 0.35s; }

  .sub-menu {
    display: none;
    min-width: 100% !important; }
    .sub-menu > li {
      width: 100%;
      background-color: #ffffff; }
      .sub-menu > li > a {
        font-size: 1.3rem;
        font-weight: 600;
        letter-spacing: 1px; }

  .site-logo img {
    height: 4rem; } }
@media (max-width: 960px) {
  .btn-default-02.vs a {
    min-width: 34rem; }

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

  .wp-block-header {
    padding: 1.5rem;
    height: 7rem; }
    .wp-block-header_box--item:first-child {
      padding-left: 0; }
    .wp-block-header .site-logo img {
      width: 14rem;
      object-fit: contain;
      margin-left: -0.7rem; }

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

  .wp-header-right-access {
    display: none; } }
@media (max-width: 767px) {
  .btn-default-01 {
    margin-right: 0;
    margin-bottom: 1.5rem; }
    .btn-default-01:last-child {
      margin-bottom: 0; } }
.footer-img {
  gap: 1rem; }
.footer-gp {
  margin-bottom: 11.4rem; }
.footer-wrap {
  margin-bottom: 10rem;
  overflow: hidden; }
  .footer-wrap iframe {
    width: 100%;
    height: 100%;
    vertical-align: top; }
  .footer-wrap-gp {
    background: #FFF; }
  .footer-wrap-item .footer-info__address::before {
    width: 1.6rem;
    background: url(assets/img/icon_address.svg) no-repeat center/cover; }
  .footer-wrap-item .footer-info__access::before {
    width: 1.5rem;
    background: url(assets/img/icon_access.svg) no-repeat center/cover; }
  .footer-wrap-item .footer-info__business::before {
    width: 1.9rem;
    background: url(assets/img/icon_business.svg) no-repeat center/cover; }
  .footer-wrap-item .footer-info__regular::before {
    width: 2.8rem;
    background: url(assets/img/icon_regular.svg) no-repeat center/cover; }
  .footer-wrap-item p {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    margin-bottom: 2rem;
    font-family: "Gen Jyuu Gothic Bold", "Noto Sans JP", serif;
    padding-left: 3.5rem;
    position: relative; }
    .footer-wrap-item p::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 2.4rem; }
  .footer-wrap-item .logo {
    margin-bottom: 2.6rem; }
    .footer-wrap-item .logo__link img {
      width: 21.2rem; }
  .footer-wrap__tel-web {
    gap: 1.8rem; }
    .footer-wrap__tel-web img {
      height: 5.7rem;
      width: 20.8rem; }
@media (min-width: 960.5px) {
  .footer {
    position: relative;
    z-index: 0;
    background: url(assets/img/footer-bg-02.jpg) no-repeat center/cover;
    background-size: cover;
    padding-top: 2.5rem;
    padding-bottom: 3.5rem; }
    .footer-gp {
      justify-content: space-between;
      margin-bottom: 3rem; }
      .footer-gp-box .wrap-menu-top-ul > li > a {
        border-bottom: #FFF solid .1rem;
        padding-bottom: .3rem;
        margin-bottom: 1rem; }
      .footer-gp-box li {
        margin-bottom: 2rem; }
        .footer-gp-box li:last-child {
          margin-bottom: 0; }
        .footer-gp-box li a {
          color: #FFFFFF;
          font-size: 2rem;
          font-weight: 400;
          line-height: 150%;
          letter-spacing: 0;
          transition: all 0.35s; }
          .footer-gp-box li a:hover {
            opacity: 0.8; }
        .footer-gp-box li ul {
          margin-top: 1.2rem; }
          .footer-gp-box li ul li {
            margin-bottom: .3rem; }
            .footer-gp-box li ul li:last-child {
              margin-bottom: 0; }
            .footer-gp-box li ul li a {
              position: relative;
              padding-left: 1.8rem;
              font-size: 1.8rem; }
              .footer-gp-box li ul li a::before {
                content: "・";
                position: absolute;
                top: 0;
                left: 0; }
    .footer-img img {
      width: 32rem; }
    .footer-wrap-item:first-child {
      width: 47rem;
      padding-left: 7rem; }
    .footer-wrap-item:last-child {
      width: calc(100% - 47rem);
      padding-left: 5rem; } }

.copyright {
  background: #fe9613;
  border-top: #FFF solid .2rem;
  border-bottom: #FFF solid .2rem;
  padding: 1.7rem; }
  .copyright-item:first-child {
    padding-right: 3rem;
    border-right: #FFF solid .1rem; }
  .copyright-item:last-child {
    padding-left: 3rem; }
  .copyright-item p {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0; }
  .copyright-item img {
    width: 18rem; }

.fixed_banner {
  position: fixed;
  bottom: 15rem;
  right: 1rem;
  z-index: 15;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media (min-width: 767.5px) {
    .fixed_banner-inner {
      opacity: 0;
      visibility: hidden;
      display: flex;
      justify-content: flex-end; }
      .fixed_banner-inner img {
        width: 25rem; }
      .fixed_banner-inner.active {
        opacity: 1;
        visibility: visible; } }
@media (min-width: 767.5px) and (max-width: 960px) and (min-width: 767.5px) {
  .fixed_banner {
    bottom: 12rem; }
    .fixed_banner-inner img {
      width: 21rem;
      height: 18.5rem; } }

  .fixed_banner > div {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  @media (max-width: 767px) {
    .fixed_banner-inner {
      display: none; } }

.footer_nav-contact {
  display: none; }

@media (max-width: 1200px) and (min-width: 961px) {
  .footer-gp-box li a {
    font-size: 2.5rem; }
  .footer-gp-box li ul li a {
    font-size: 2.3rem; }
  .footer-wrap-item p {
    font-size: 14px; }
  .footer-wrap-item .logo__link img {
    width: 35rem; }
  .footer-wrap__tel-web {
    gap: 4.8rem; }
    .footer-wrap__tel-web img {
      height: 9.7rem;
      width: 29.8rem; }
  .footer-img {
    gap: 3rem; }
    .footer-img img {
      width: 48rem; } }
@media (max-width: 960px) {
  footer {
    padding-bottom: 6rem; }

  .copyright-item {
    width: calc(100% / 2); }
    .copyright-item:first-child {
      text-align: right; }

  .footer-img {
    gap: 0; }
    .footer-img a {
      width: calc((100% - 1rem) / 2);
      margin-right: 1rem; }
      .footer-img a:nth-child(2n) {
        margin-right: 0; }
    .footer-img img {
      width: 100%; }
  .footer-wrap {
    margin-bottom: 2.3rem; }
    .footer-wrap-gp {
      gap: 2.3rem; }
    .footer-wrap-item {
      width: 100%; }
      .footer-wrap-item .logo__link {
        margin-bottom: 2rem; }
        .footer-wrap-item .logo__link img {
          width: 25rem; }
      .footer-wrap-item:first-child {
        order: 1; }
      .footer-wrap-item:last-child {
        order: 0; }
      .footer-wrap-item p {
        font-size: 1.4rem; }
    .footer-wrap iframe {
      height: 30rem; }
    .footer-wrap__tel-web {
      gap: 3rem; }
      .footer-wrap__tel-web a img {
        width: 100%;
        object-fit: contain; }
  .footer-gp {
    display: none; }

  .mv-head-tel span:first-child {
    letter-spacing: 0.4rem;
    display: inline-block;
    background: url(assets/img/icon-tel.svg) no-repeat top center !important;
    background-size: 2rem !important; }

  .mv-head-order .item {
    padding-left: 3.8rem;
    background: url(assets/img/icon-schedule.svg) no-repeat center left; }

  .footer_nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fe9613;
    border-top: #FFF solid 1px;
    width: 100%;
    height: 6rem;
    z-index: 10; }
    .footer_nav-contact {
      display: block;
      width: 100%; }
      .footer_nav-contact ul {
        display: flex;
        height: 100%; }
        .footer_nav-contact ul li {
          width: 50%;
          height: 100%; }
          .footer_nav-contact ul li:not(:last-child) {
            border-right: #FFF solid .1rem; }
          .footer_nav-contact ul li a {
            color: #FFFFFF;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            border: 0;
            font-family: "Gen Jyuu Gothic Bold", "Noto Sans JP", serif; }
            .footer_nav-contact ul li a span {
              display: inline-block;
              padding-top: 1.2rem; }
            .footer_nav-contact ul li a.mv-head-tel span {
              padding-left: 0; }
              .footer_nav-contact ul li a.mv-head-tel span.first {
                font-size: 1.6rem;
                position: relative;
                padding-top: 1.7rem;
                letter-spacing: 0.2rem;
                height: 3.72rem;
                background-size: 1.3rem;
                background-position: center top; }
              .footer_nav-contact ul li a.mv-head-tel span.last {
                display: none; }
            .footer_nav-contact ul li a .item {
              padding-left: 0;
              background-position: center top;
              background-size: 1.5rem;
              padding-top: 1.8rem; }
              .footer_nav-contact ul li a .item span:last-child {
                font-size: 1.6rem; }
              .footer_nav-contact ul li a .item span.last {
                padding-top: 0; }
              .footer_nav-contact ul li a .item span.first {
                display: none; } }
@media (max-width: 767px) {
  .footer-wrap__tel-web,
  .logo__link {
    width: 100%; }

  .footer-wrap-item .logo__link img {
    width: 16rem; }
  .footer-wrap__tel-web {
    gap: 1rem; }
    .footer-wrap__tel-web a {
      width: calc((100% - 1rem) / 2); }

  .copyright-item:first-child {
    padding-right: 0;
    border-right: 0;
    border-bottom: #FFF solid .1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.3rem; }
  .copyright-item:last-child {
    padding-left: 0;
    width: 100%; }
  .copyright p {
    text-align: center; }
  .copyright img {
    width: 16rem; } }
.wp-block-banner__title {
  color: #333;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "Gen Jyuu Gothic Bold", "Noto Sans JP", serif;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #ffffff;
  min-width: 60rem;
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  letter-spacing: .3rem; }
.wp-block-banner__content {
  padding: 0 4rem;
  position: relative; }
.wp-block-banner__images img {
  width: 100%;
  height: 56rem;
  border-radius: 1.2rem;
  object-fit: cover; }

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

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

  .wp-block-list__menu_box {
    margin-bottom: 3rem; }
    .wp-block-list__menu_box li {
      width: calc((100% - 1.001rem) / 2);
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .wp-block-list__menu_box li:nth-child(2n) {
        margin-right: 0; }
      .wp-block-list__menu_box li a {
        padding: 1.3rem 0;
        font-size: 1.4rem; } }
@media (max-width: 767px) {
  .wp-block-banner__images img {
    height: 20rem; } }
.wp-block-breadcrumbs__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 120rem;
  margin-top: 2.2rem;
  margin-bottom: 2.3rem;
  margin-left: auto;
  margin-right: auto; }
  .wp-block-breadcrumbs__content > span {
    position: relative;
    font-weight: bold;
    letter-spacing: .1rem;
    color: #3e3b39; }
    .wp-block-breadcrumbs__content > span:not(:last-child) {
      padding-right: 1.5rem;
      margin-right: 1.5rem; }
      .wp-block-breadcrumbs__content > span:not(:last-child)::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 0.8rem;
        aspect-ratio: 1 / 1;
        transform: translateY(-47%) rotate(45deg);
        position: absolute;
        content: "";
        border-top: 1px solid #3e3b39;
        border-right: 1px solid #3e3b39; }
    .wp-block-breadcrumbs__content > span a {
      transition: ease all 0.35s;
      color: #fe9613; }
      .wp-block-breadcrumbs__content > span a:hover {
        opacity: 0.7; }

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

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

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

.txt-default-01 {
  color: #333333;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0; }
.txt-default-02 {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0; }
  .txt-default-02 p {
    font-size: 1.8rem; }
  .txt-default-02 p + p {
    margin-top: 3rem; }

.wp-banner {
  max-width: 180.2rem;
  margin-left: auto;
  overflow: hidden;
  position: relative; }
  @media (min-width: 960.5px) {
    .wp-banner {
      border-radius: 2rem 0 0 2rem; } }
  .wp-banner .slick-list {
    width: 100%; }
  .wp-banner .wp-block-image__banner {
    width: 100% !important;
    max-width: 100% !important; }
    .wp-banner .wp-block-image__banner img {
      max-height: 83rem;
      object-fit: cover !important;
      max-width: 100% !important;
      width: 100%; }
  .wp-banner__content {
    position: absolute;
    left: 0;
    top: 4.5rem;
    overflow: hidden;
    border-radius: 0 2rem 2rem 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 2.8rem 0.5rem 8rem 0.5rem;
    max-width: 72rem; }
    .wp-banner__content-title {
      justify-content: center; }
      .wp-banner__content-title img {
        width: 6.6rem; }
      .wp-banner__content-title-gp {
        display: flex;
        align-items: flex-end;
        justify-content: center; }
        .wp-banner__content-title-gp.vs-01 {
          padding-bottom: 1.7rem; }
          .wp-banner__content-title-gp.vs-01 .wp-block-heading {
            margin-bottom: -2rem; }
      .wp-banner__content-title .wp-block-heading,
      .wp-banner__content-title .wp-block-image {
        display: inline-block; }
    .wp-banner__content .wp-block-heading {
      color: #fe9613;
      font-size: 7.2rem;
      font-weight: bold;
      line-height: 130%;
      letter-spacing: -0.3rem;
      font-family: "Gen Jyuu Gothic Monospace-Bold", "Noto Sans JP", serif;
      text-align: center; }
      .wp-banner__content .wp-block-heading span {
        color: #333333;
        font-size: 6rem; }
    .wp-banner__content-txt {
      padding-top: 2rem;
      max-width: 62.9rem;
      margin-left: auto;
      margin-right: auto;
      font-family: "Century Gothic Paneuropean", "Noto Sans JP", serif;
      font-size: 2.3rem !important; }

.wp-blog {
  background: url(assets/img/blog_bg.png) no-repeat center/cover;
  padding-bottom: 6.5rem; }
  .wp-blog--inner {
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 2rem; }

.wp-block-group__banner {
  margin-bottom: 14rem; }
.wp-block-group__symptoms .title-default.vs-01 {
  padding-bottom: 2rem; }
  .wp-block-group__symptoms .title-default.vs-01 p {
    margin-left: -1rem; }
  .wp-block-group__symptoms .title-default.vs-01 .wp-block-heading {
    letter-spacing: 0.2rem;
    margin-left: -1.2rem; }
@media (min-width: 960.5px) {
  .wp-block-group__symptoms > .wp-block-group__inner-container {
    position: relative; }
    .wp-block-group__symptoms > .wp-block-group__inner-container::after {
      content: "";
      position: absolute;
      width: 75.625%;
      height: 52rem;
      background: #ffe8cc;
      right: 0;
      bottom: 0; } }
@media (min-width: 960.5px) {
  .wp-block-group__symptoms-list {
    gap: 2.5rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-block-group__symptoms-list {
    gap: 1.5rem; } }
@media (max-width: 767px) {
  .wp-block-group__symptoms-list {
    gap: 1.5rem; } }
@media (min-width: 960.5px) {
  .wp-block-group__symptoms-list .wp-block-column {
    width: calc((100% - 12.5rem) / 6); } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-block-group__symptoms-list .wp-block-column {
    width: calc((100% - 3.5rem) / 3); } }
@media (max-width: 767px) {
  .wp-block-group__symptoms-list .wp-block-column {
    width: calc((100% - 1.5rem) / 2); }
    .wp-block-group__symptoms-list .wp-block-column .wp-block-media-text__content * {
      font-size: 1.5rem; } }
.wp-block-group__symptoms-list .wp-block-column > div {
  transition: all 0.35s; }
  .wp-block-group__symptoms-list .wp-block-column > div:hover {
    opacity: 0.8; }
.wp-block-group__symptoms-list .wp-block-column img {
  overflow: hidden;
  border-radius: 1.5rem;
  width: 100%; }
.wp-block-group__symptoms-list .wp-block-media-text {
  border-radius: 2rem 2rem 1.5rem 1.5rem;
  background: #41260d; }
  .wp-block-group__symptoms-list .wp-block-media-text__content * {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
    padding: 0.75rem 0.2rem; }
.wp-block-group__symptoms .wp-block-buttons {
  padding-top: 8rem;
  padding-bottom: 8rem; }
.wp-block-group__symptoms .title-default.vs-01 p {
  color: #ffe8cc; }
.wp-block-group__concept .wp-block-buttons {
  padding-top: 4rem;
  padding-bottom: 2rem; }
.wp-block-group__concept .title-default.vs-01 p {
  color: #f3f3f3;
  margin-left: 0; }
.wp-block-group__concept .title-default.vs-01 .title-default.vs-01 {
  margin-left: -1.2rem; }
.wp-block-group__concept-content * {
  color: #343434;
  font-size: 3rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0; }
  .wp-block-group__concept-content * p + p {
    margin-top: 3rem; }
.wp-block-group__concept-video {
  padding-top: 9rem; }
  .wp-block-group__concept-video iframe {
    width: 100%;
    height: 31.6rem; }
@media (min-width: 960.5px) {
  .wp-block-group__concept-img {
    position: relative; }
    .wp-block-group__concept-img::before {
      content: "";
      position: absolute;
      width: 141rem;
      height: 38.6rem;
      position: absolute;
      left: 0;
      top: 14rem;
      background: #f3f3f3;
      z-index: -1; } }
.wp-block-group__concept-img--gp {
  margin-top: 4rem;
  gap: 2.083vw; }
  .wp-block-group__concept-img--gp .wp-block-column {
    width: calc((100% - 4.167vw) / 3); }
.wp-block-group__reason {
  overflow: hidden;
  padding-top: 10rem; }
  .wp-block-group__reason::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(assets/img/bg_reason-gp.png) repeat center;
    left: 0;
    top: 0; }
  .wp-block-group__reason .title-default.vs-01 p {
    color: #f3f3f3; }
  @media (min-width: 960.5px) {
    .wp-block-group__reason .top__reason-bg {
      padding-bottom: 5rem; }
      .wp-block-group__reason .top__reason-bg > .wp-block-group__inner-container {
        position: relative; }
        .wp-block-group__reason .top__reason-bg > .wp-block-group__inner-container::before {
          content: "";
          position: absolute;
          width: 100%;
          height: calc(100% - 5rem);
          left: 0;
          top: 5rem;
          background: url(assets/img/bg_reason.png) no-repeat center/cover;
          border-radius: 2rem;
          z-index: -1; } }
  .wp-block-group__reason .top__reason-gp {
    padding-bottom: 5rem; }
    .wp-block-group__reason .top__reason-gp .wp-block-image {
      height: 100%; }
      .wp-block-group__reason .top__reason-gp .wp-block-image img {
        width: 100%;
        object-fit: cover;
        height: 100%; }
    .wp-block-group__reason .top__reason-gp.vs-01 .wp-block-group__content:first-child {
      margin-left: -36.5rem;
      width: calc(100% - 74rem + 36.5rem);
      background: #fff; }
    .wp-block-group__reason .top__reason-gp.vs-01 .wp-block-group__content:last-child {
      border-radius: 0 2rem 2rem 0; }
    .wp-block-group__reason .top__reason-gp.vs-02 .wp-block-group__content:first-child {
      border-radius: 2rem 0 0 2rem; }
    .wp-block-group__reason .top__reason-gp.vs-02 .wp-block-group__content:last-child {
      margin-right: -36.5rem;
      width: calc(100% - 74rem + 36.5rem); }
  @media (min-width: 960.5px) {
    .wp-block-group__reason p {
      font-size: 3rem; } }
  .wp-block-group__reason .point__number {
    border-radius: 50%;
    width: 13rem;
    height: 13rem;
    border: 0.1rem solid #343434; }
    .wp-block-group__reason .point__number p {
      font-family: "Century Gothic Paneuropean", "Noto Sans JP", serif; }
      .wp-block-group__reason .point__number p:first-child {
        color: #000000;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 90%;
        letter-spacing: 0.05rem; }
      .wp-block-group__reason .point__number p:last-child {
        color: #fe9613;
        font-size: 7.6rem;
        font-weight: 700;
        line-height: 90%;
        letter-spacing: 0.05rem; }
.wp-block-group__content.vs-01 {
  background: #fff;
  padding: 2.8rem 3rem 4.9rem 2.8rem;
  width: 74rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .wp-block-group__content.vs-01 .content__item-txt {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-bottom: 6.5rem; }

.wp-greetings {
  position: relative;
  overflow: hidden; }
  .wp-greetings .title-default.vs-01 {
    margin-top: -8.5rem;
    background: #fff;
    margin-bottom: 5.5rem;
    padding-bottom: 5rem; }
    .wp-greetings .title-default.vs-01 p {
      color: #f3f3f3; }
  .wp-greetings--item:first-child {
    width: 78rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .wp-greetings--item:first-child .wp-block-buttons {
      padding-left: 6rem;
      padding-bottom: 6rem;
      padding-right: 9rem; }
  .wp-greetings--item:last-child {
    margin-right: -36rem;
    padding-left: 5rem;
    padding-right: 5rem;
    width: calc(100% - 78rem + 36rem); }
  .wp-greetings--item .wp-block-image {
    height: 100%; }
    .wp-greetings--item .wp-block-image img {
      height: 100%;
      object-fit: cover; }
  .wp-greetings .wp__greetings-content {
    padding-left: 6rem;
    padding-bottom: 6rem;
    padding-right: 5rem; }
    .wp-greetings .wp__greetings-content .wp-block-buttons {
      margin-top: 17rem; }
  .wp-greetings .group__button {
    margin-top: 11rem;
    margin-bottom: 13rem; }

.wp-top-news > .wp-block-group__inner-container {
  max-width: 63rem;
  position: absolute;
  width: 100%;
  left: 0.2rem;
  bottom: 4rem;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid #41260d;
  padding: 2rem 1.1rem 1.1rem 2.8rem; }
.wp-top-news .wp-block-heading span.en {
  color: #41260d;
  font-size: 3rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
  font-family: "Gen Jyuu Gothic Bold", "Noto Sans JP", serif;
  text-transform: uppercase; }
.wp-top-news .wp-block-heading span.jp {
  color: #41260d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0; }
.wp-top-news .wp-block-button__link {
  transition: all 0.35s;
  border-radius: 1.5rem;
  border: 0.1rem solid #41260d;
  width: 18rem;
  display: inline-block;
  text-align: center;
  margin-right: 1.3rem;
  font-size: 1.6rem;
  color: #41260d; }
  .wp-top-news .wp-block-button__link:hover {
    color: #fe9613;
    border-color: #fe9613; }

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

.news-list-01 {
  margin-top: 1rem; }
  .news-list-01 li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.8rem 0;
    color: #41260d;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.05rem; }
    .news-list-01 li a {
      display: block;
      display: -webkit-box;
      max-width: 100%;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: all 0.35s; }
      .news-list-01 li a:hover {
        opacity: 0.8; }
    .news-list-01 li .time {
      display: inline-block;
      padding-right: 1.5rem; }

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

.wp-greetings {
  padding-top: 9.4rem;
  padding-bottom: 11rem;
  position: relative;
  z-index: 1; }
  .wp-greetings__gp {
    padding-top: 17rem; }
    @media (min-width: 960.5px) {
      .wp-greetings__gp p {
        font-size: 3rem; } }
  .wp-greetings-gp {
    margin-bottom: 12rem; }
    .wp-greetings-gp > .wp-block-column:first-child {
      width: 58rem;
      padding-top: .9rem; }
    .wp-greetings-gp > .wp-block-column:last-child {
      width: calc(100% - 58rem);
      padding-left: 13.5rem; }
    .wp-greetings-gp > .wp-block-column p {
      font-size: 1.8rem;
      letter-spacing: .1rem;
      line-height: 200%;
      margin-bottom: 6.7rem; }
  .wp-greetings .btn-default-02 a {
    background: #fff; }
    .wp-greetings .btn-default-02 a:hover {
      background: #fe9613; }

.slide-gp {
  position: relative;
  z-index: 1; }
  .slide-gp .slick-slide {
    margin: 0 0.677vw; }
    .slide-gp .slick-slide:nth-child(2n) {
      margin-top: 2.604vw; }
    .slide-gp .slick-slide img {
      width: 100%;
      border-radius: 1.042vw;
      object-fit: cover; }

@media (max-width: 1200px) and (min-width: 961px) {
  .wp-top-news .wp-block-button__link {
    border-radius: 2.5rem; }

  .wp-block-group__symptoms-list .wp-block-media-text__content * {
    font-size: 2.2rem !important; }

  .grid-1040 {
    max-width: 145rem; }
  .grid-1200 {
    max-width: 160rem; }
  .grid-1260 {
    max-width: 135rem; }
  .grid-1560 {
    max-width: 170rem; }

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

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

  .btn-default-02 a {
    height: 40px;
    border-radius: 8px; }
  .btn-default-02.vs-03 a {
    min-width: 170px; }

  .wp-greetings .btn-default-02.vs-03 a {
    min-width: 27.5rem; } }
@media (max-width: 960px) and (min-width: 767.5px) {
  .wp-banner__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
    top: 12%; }
    .wp-banner__content .wp-block-heading {
      font-size: 3.2rem; }
      .wp-banner__content .wp-block-heading span {
        color: #333333;
        font-size: 2.6rem; }
    .wp-banner__content-title img {
      margin-bottom: -1rem;
      width: 3rem; }
    .wp-banner__content-txt {
      font-size: 1.4rem !important;
      max-width: 38rem; } }
@media (max-width: 960px) {
  .wp-banner__gp {
    display: block; }

  .wp-banner .wp-block-image__banner img {
    max-height: 35rem; }

  .txt-default-02 p + p {
    margin-top: 1rem; }

  .wp-top-news {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 5rem; }
    .wp-top-news > .wp-block-group__inner-container {
      position: unset;
      max-width: none; }
    .wp-top-news .top-news-box {
      width: 100%; }

  .wp-block-group__banner {
    margin-bottom: 6rem; }

  .btn-more-01 a {
    font-size: 1.5rem; }

  .btn-default-02 a {
    min-width: 28rem;
    height: 5.6rem;
    padding: 1rem 1.2rem;
    font-size: 1.8rem; }

  .news-list-01 li {
    font-size: 1.5rem; }
    .news-list-01 li time {
      width: 10rem; }

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

  .btn-gp-01 {
    justify-content: center; }
  .btn-gp-02 {
    margin-bottom: 5.3rem; }
    .btn-gp-02 .wp-block-column {
      margin-bottom: 1.5rem; }
      .btn-gp-02 .wp-block-column:last-child {
        margin-bottom: 0; }

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

  .menu-list-02.vz-02 li::before {
    width: 1.2rem;
    height: 1.2rem; }
  .menu-list-03 li {
    font-size: 1.4rem; }

  .wp-blog--inner {
    padding: 1.5rem 0 0.5rem;
    width: 100%;
    max-width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto; }

  .wp-greetings {
    padding-top: 6rem;
    padding-bottom: 6rem; }
    .wp-greetings__gp {
      padding-top: 12rem; }
    .wp-greetings--item {
      width: 100% !important; }
      .wp-greetings--item:first-child .wp-block-buttons {
        margin-top: 6.5rem;
        justify-content: center;
        padding: 0 1.5rem 3rem; }
      .wp-greetings--item:last-child {
        margin: 0;
        padding-left: 0;
        padding-right: 0; }
        .wp-greetings--item:last-child img {
          width: 100%; }
    .wp-greetings .title-default.vs-01 {
      padding-bottom: 4rem;
      margin-bottom: 0; }
    .wp-greetings .wp__greetings-content {
      padding: 1.5rem 1.5rem 0; }
    .wp-greetings .group__button {
      margin-top: 6rem;
      margin-bottom: 6rem; }

  .wp-block-group__symptoms .title-default.vs-01 {
    padding-bottom: 0; }
  .wp-block-group__symptoms .btn-vs-01 .wp-block-buttons {
    padding-bottom: 0; }
  .wp-block-group__symptoms .wp-block-buttons {
    padding-top: 4rem;
    padding-bottom: 6rem; }
  .wp-block-group__concept-video {
    padding-top: 5rem; }
    .wp-block-group__concept-video iframe {
      height: 19rem; }
  .wp-block-group__concept-content * {
    font-size: 2.2rem; }
  .wp-block-group__reason {
    padding-top: 6rem;
    padding-bottom: 6rem; }
    .wp-block-group__reason .grid-1200 {
      padding-left: 0;
      padding-right: 0; }
    .wp-block-group__reason .top__reason-bg:not(:last-child) {
      margin-bottom: 4rem; }
    .wp-block-group__reason .top__reason-gp {
      border-radius: 2rem;
      padding-bottom: 0;
      overflow: hidden; }
      .wp-block-group__reason .top__reason-gp .wp-block-buttons {
        justify-content: center; }
      .wp-block-group__reason .top__reason-gp.vs-01 .wp-block-group__content {
        width: 100% !important; }
        .wp-block-group__reason .top__reason-gp.vs-01 .wp-block-group__content:first-child {
          order: 1;
          margin: 0; }
        .wp-block-group__reason .top__reason-gp.vs-01 .wp-block-group__content:last-child {
          order: 0;
          border-radius: 0; }
      .wp-block-group__reason .top__reason-gp.vs-02 .wp-block-group__content {
        width: 100% !important; }
        .wp-block-group__reason .top__reason-gp.vs-02 .wp-block-group__content:first-child {
          border-radius: 0; }
        .wp-block-group__reason .top__reason-gp.vs-02 .wp-block-group__content:last-child {
          margin: 0; }
      .wp-block-group__reason .top__reason-gp .wp-block-group__content.vs-01 {
        padding: 1.5rem 1.5rem 3rem; } }
@media (max-width: 767px) {
  .wp-banner {
    border-radius: 0; }
    .wp-banner__content {
      position: unset;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 0; }
      .wp-banner__content .wp-block-heading {
        font-size: 3rem; }
        .wp-banner__content .wp-block-heading span {
          color: #333333;
          font-size: 2.4rem; }
      .wp-banner__content .wp-block-image {
        margin-bottom: -1rem; }
      .wp-banner__content-title img {
        width: 3.5rem; }
      .wp-banner__content-txt {
        font-size: 1.3rem !important; }

  .wp-top-news > .wp-block-group__inner-container {
    padding: 0.8rem 1.5rem 0.5rem 1.5rem; }
  .wp-top-news .wp-block-button__link {
    margin-right: 0;
    width: 13rem; }
  .wp-top-news .wp-block-heading span.jp {
    font-size: 1.5rem; }

  .btn-default-02 a {
    min-width: 30rem;
    height: 5rem;
    font-size: 1.6rem; }

  .wp-greetings .group__button {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem; }

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

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

  .wp-greetings--item:first-child .wp-block-buttons {
    margin-top: 3.5rem; }

  .wp-block-group__concept-content * {
    font-size: 1.4rem; }
    .wp-block-group__concept-content * p + p {
      margin-top: 1rem; }
  .wp-block-group__concept-content br {
    display: none; }
  .wp-block-group__concept-video {
    padding-top: 3rem;
    flex-direction: column;
    gap: 1rem; }
    .wp-block-group__concept-video .wp-block-column {
      width: 100%; }
  .wp-block-group__content.vs-01 .content__item-txt {
    padding-left: 0;
    padding-bottom: 3.5rem; }
  .wp-block-group__reason .point__number {
    width: 6rem;
    height: 6rem; }
    .wp-block-group__reason .point__number p:first-child {
      font-size: 1.2rem; }
    .wp-block-group__reason .point__number p:last-child {
      font-size: 3.5rem; }

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

.archive-gp {
  border: #fe9613 solid .1rem;
  margin-bottom: 5rem; }
.archive-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0;
  background: #fe9613;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  position: relative; }
  .archive-title::before {
    content: "";
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    border-top: .1rem solid #FFFFFF;
    border-right: .1rem solid #FFFFFF;
    transition: all 0.35s; }
  .archive-title.active::before {
    transform: translateY(-50%) rotate(315deg); }
.archive-list {
  padding: 0 1.5rem; }
  .archive-list li {
    border-bottom: #fe9613 solid .1rem; }
    .archive-list li:last-child {
      border-bottom: 0; }
    .archive-list li a {
      color: #333;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0;
      display: block;
      padding: 1.3rem; }
    .archive-list li.active a {
      color: #fe9613; }

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

.news-layout {
  padding-top: 2.4rem;
  padding-bottom: 12rem; }
  .news-layout .news-list-01 {
    margin-bottom: 5rem;
    border-radius: 2rem;
    border: .9rem solid #fe9613;
    background-color: #ffffff;
    margin-top: -0.6rem;
    position: relative;
    z-index: 1; }
    .news-layout .news-list-01 li {
      border-bottom: 1px solid #fe9613;
      padding: 2rem 1rem; }
.news-gp-item:first-child {
  width: calc(100% - 30rem); }
.news-gp-item:last-child {
  width: 30rem;
  padding-left: 5rem; }

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

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

.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: #fe9613 solid .1rem;
  transition: all 0.35s;
  background: #FFFFFF;
  font-family: "Century Gothic Paneuropean", "Noto Sans JP", serif; }
  .wp-block-pagenavi .page-numbers:hover, .wp-block-pagenavi .page-numbers.current {
    background: #fe9613;
    color: #FFFFFF; }

.single-gp {
  padding: 2.6rem 0 10rem; }
  .single-gp .date {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    padding-bottom: 1.2rem;
    color: #333;
    border-bottom: 1px solid #333; }
  .single-gp .image {
    margin-bottom: 1.5rem; }
.single-wrap {
  margin-bottom: 10rem; }
  .single-wrap :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    color: #333333; }
  .single-wrap :is(h1, h2, h3, h4, h5, h6, p, ul, ol, .wp-block-image) {
    margin-bottom: 1.5rem; }
  .single-wrap ul li {
    position: relative;
    padding-left: 1.5rem; }
    .single-wrap ul li::before {
      content: '';
      position: absolute;
      left: 0;
      top: .9rem;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 100%;
      background: #fe9613; }
      @media (max-width: 960px) {
        .single-wrap ul li::before {
          top: .75rem; } }
  .single-wrap a {
    color: #fe9613;
    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: #333333;
    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: #333;
  font-weight: 600;
  height: 6.5rem;
  border: #fe9613 solid .1rem;
  border-radius: 3.3rem;
  background: #FFF; }
.nextpre_area-item span {
  opacity: 0.5; }
.nextpre_area-item a:hover {
  color: #FFF;
  background: #fe9613; }

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

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

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

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

.wp-block-list__catalogue {
  display: flex;
  flex-wrap: wrap; }
  .wp-block-list__catalogue li {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    color: #333;
    letter-spacing: .1rem;
    width: calc((100% - 3.001rem) / 2);
    margin-right: 3rem; }
    .wp-block-list__catalogue li:nth-child(2n) {
      margin-right: 0; }
    .wp-block-list__catalogue li a {
      transition: ease all 500ms;
      position: relative;
      display: block;
      border-bottom: .1rem solid #333;
      padding-right: 3rem;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .wp-block-list__catalogue li a::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 1rem;
        width: 1.1rem;
        aspect-ratio: 1/1;
        z-index: 5;
        -webkit-mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
        mask: url(assets/img/icon_arrow.svg) center/100% no-repeat;
        background: #fe9613;
        transform: translateY(-50%); }
      .wp-block-list__catalogue li a::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 1px;
        z-index: 1;
        pointer-events: none;
        background: #fe9613;
        transition: 0.5s; }
      .wp-block-list__catalogue li a:hover {
        padding-left: 1rem;
        color: #fe9613; }
        .wp-block-list__catalogue li a:hover::before {
          animation: arrowMove 0.6s ease 0s 1 both; }
        .wp-block-list__catalogue li a:hover::after {
          width: 100%; }

@keyframes arrowMove {
  0% {
    opacity: 1;
    transform: translate(0%, -50%); }
  50% {
    opacity: 0;
    transform: translate(120%, -50%); }
  64% {
    opacity: 0;
    transform: translate(-120%, -50%); }
  100% {
    opacity: 1;
    transform: translate(0%, -50%); } }
.column-gp-01 {
  gap: 1.5rem; }
  @media (min-width: 960.5px) {
    .column-gp-01 > li {
      width: calc((100% - 4.501rem) / 4); } }
  @media (max-width: 960px) {
    .column-gp-01 > li {
      width: calc((100% - 1.501rem) / 2); } }
  .column-gp-01 > li .img {
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    overflow: hidden; }
    .column-gp-01 > li .img img {
      width: 100%;
      aspect-ratio: 4 / 2.8;
      object-fit: cover; }
    .column-gp-01 > li .img .cate-list {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      .column-gp-01 > li .img .cate-list li {
        margin-right: 1rem;
        margin-bottom: 1rem;
        line-height: 0; }
        .column-gp-01 > li .img .cate-list li:last-child {
          margin-right: 0; }
        .column-gp-01 > li .img .cate-list li a {
          display: inline-block;
          background: #f18500;
          padding: .2rem .9rem;
          color: #FFF;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 150%;
          letter-spacing: 0; }
  .column-gp-01 > li h4 {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    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.4rem;
      transition: all 0.35s;
      border: #fe9613 solid .1rem;
      border-radius: 0.5rem; }
      .column-cate-list li a.active, .column-cate-list li a:hover {
        background: #fe9613;
        color: #FFFFFF; }

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

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

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

.wp-faq-gp {
  border: #fe9613 solid .1rem;
  border-radius: .5rem;
  margin-bottom: 3rem;
  padding: 2rem 3rem; }
  .wp-faq-gp:last-child {
    margin-bottom: 0; }
  .wp-faq-gp .wp-block-heading {
    padding-left: 3.5rem;
    padding-right: 3rem;
    color: #41250d;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    cursor: pointer; }
    .wp-faq-gp .wp-block-heading::before {
      content: "Q";
      position: absolute;
      top: 0;
      left: 0;
      color: #fe9613;
      font-family: "Gen Jyuu Gothic Bold", "Noto Sans JP", 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-group {
    margin-top: 1.5rem;
    padding: 2rem 0 0 3.5rem;
    position: relative;
    display: none;
    border-top: #CCC solid .1rem; }
    .wp-faq-gp .wp-block-group::before {
      content: "A";
      position: absolute;
      font-size: 2.4rem;
      left: 0;
      top: 2rem;
      font-weight: 700;
      color: #41250d;
      font-family: "Gen Jyuu Gothic Bold", "Noto Sans JP", serif; }
  .wp-faq-gp:first-child .wp-block-group {
    display: block; }

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

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

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

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

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

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

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

  .single-title-01 {
    font-size: 2.2rem;
    text-align: justify;
    display: block;
    margin-bottom: 1rem; }

  .single-wrap {
    margin-bottom: 5.4rem; }
    .single-wrap h1 {
      font-size: 2.2rem; }
    .single-wrap h2 {
      font-size: 2.0rem; }
    .single-wrap h3 {
      font-size: 1.8rem; }
    .single-wrap h4 {
      font-size: 1.6rem; }
    .single-wrap h5 {
      font-size: 1.4rem; }
    .single-wrap h6 {
      font-size: 1.3rem; }
    .single-wrap :is(p, li, blockquote) {
      font-size: 1.4rem;
      line-height: 175%; }
    .single-wrap blockquote {
      padding: 2rem;
      margin: 3rem 0; }
      .single-wrap blockquote::before {
        top: -0.5rem;
        width: 2rem;
        height: 1.8rem; }

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

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

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

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

  .column-cate-list li {
    margin-right: 1.5rem;
    margin-bottom: 1rem; }
    .column-cate-list li a {
      padding: .9rem 1.5rem; }

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

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

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

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

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

  .news-gp-item:first-child {
    width: 100%; }
  .news-gp-item:last-child {
    width: 100%;
    padding-left: 0; }
  .news-layout {
    padding-bottom: 6rem; }
    .news-layout .news-list-01 {
      margin-bottom: 3rem; } }
body:not(.home) header {
  margin-bottom: .8rem; }
body:not(.home) .wp-block-image {
  margin-bottom: 2rem; }
  body:not(.home) .wp-block-image img {
    border-radius: 0.5rem; }
body:not(.home) .column-default-30 .wp-block-image {
  margin-bottom: 0; }
body:not(.home) .is-type-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  object-fit: cover;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08);
  margin-bottom: 1.8rem; }
body:not(.home) .wp-block-group p + p {
  margin-top: 1.5rem; }

.wp-block__title-01 {
  width: 100%;
  background-color: #ffe8cc;
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1rem;
  padding: 1.5rem 2rem;
  font-family: "Gen Jyuu Gothic Bold", "Noto Sans JP", serif;
  margin-bottom: 4.5rem;
  position: relative; }
  .wp-block__title-01::before {
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 100%;
    top: 0;
    left: 0;
    background: #fe9613; }
.wp-block__title-02 {
  color: #333;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem; }
  .wp-block__title-02::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.2rem;
    bottom: 0;
    left: 0;
    background: #ffdcc4; }
  .wp-block__title-02::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 0.2rem;
    bottom: 0;
    left: 0;
    background: #fe9613; }
.wp-block__title-03 {
  position: relative;
  color: #fe9613;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem; }
  .wp-block__title-03::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.3rem;
    bottom: 0;
    left: 0;
    background: -webkit-repeating-linear-gradient(-45deg, #c3c3c3, #c3c3c3 10%, #fff 10%, #fff 30%, #c3c3c3 30%, #c3c3c3 70%, #fff 70%, #fff 90%, #c3c3c3 90%, #c3c3c3 100%);
    background: repeating-linear-gradient(-45deg, #c3c3c3, #c3c3c3 10%, #fff 10%, #fff 30%, #c3c3c3 30%, #c3c3c3 70%, #fff 70%, #fff 90%, #c3c3c3 90%, #c3c3c3 100%);
    background-size: .6rem .3rem; }
  .wp-block__title-03::after {
    content: "";
    position: absolute;
    width: 10%;
    height: 0.3rem;
    bottom: 0;
    left: 0;
    background: #fe9613; }
@media (max-width: 767px) {
  .wp-block__title-01 {
    margin-bottom: 2.5rem; } }
.wp-block__space {
  margin-top: 9rem; }
  .wp-block__space-01 {
    margin-top: 5rem; }
.wp-block-desc p:not(:last-child) {
  margin-bottom: 1.8rem; }
.wp-block__gp {
  margin-top: 5rem;
  padding: 5rem;
  border: 1rem solid #fe961326;
  border-radius: 0.5rem; }
  .wp-block__gp-01 {
    background-color: #eee;
    padding: 4rem 5rem;
    border-radius: 1.5rem; }
  @media (max-width: 1000px) {
    .wp-block__gp {
      padding: 1rem; } }
@media (max-width: 767px) {
  .wp-block__space {
    margin-top: 4.5rem; } }

.column-default-30 {
  margin-top: 2rem; }
  .column-default-30 .wp-block-image img {
    aspect-ratio: 3 / 2;
    object-fit: cover; }
@media (min-width: 1000.5px) {
  .column-default-50 .wp-block-image {
    margin-bottom: 0; }
  .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-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 {
    gap: 2rem; }
    .column-default-30 .wp-block-image {
      margin-bottom: 0 !important; }
    .column-default-30 .wp-block-column {
      width: calc((100% - 4.001rem) / 3); } }
@media (max-width: 1000px) {
  .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-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 {
    gap: 1.5rem; }
    .column-default-30 .wp-block-column {
      width: calc((100% - 3.001rem) / 3); } }

body:not(.single) .wp-block-list:not(.wp-block-list__catalogue, .wp-block-list__menu_box) li {
  position: relative;
  padding-left: 2rem; }
  body:not(.single) .wp-block-list:not(.wp-block-list__catalogue, .wp-block-list__menu_box) li:not(.not-list)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    height: 0.8rem;
    background-color: #fe9613;
    border-radius: 100%; }
  body:not(.single) .wp-block-list:not(.wp-block-list__catalogue, .wp-block-list__menu_box) li:not(:last-child) {
    margin-bottom: 0.5rem; }

.wp-block-flow__desc {
  display: flex;
  align-items: flex-start; }
  .wp-block-flow__desc img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    object-fit: cover;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.08);
    width: 100%; }
  .wp-block-flow__desc .wp-block-cover {
    position: relative; }
    .wp-block-flow__desc .wp-block-cover .txt_img {
      position: absolute;
      left: 5px;
      bottom: 5px;
      z-index: 1;
      padding: 1rem 2rem;
      background-color: #ffffff;
      font-size: 2rem;
      color: #fe9613;
      font-weight: bold;
      font-family: "Gen Jyuu Gothic Bold", "Noto Sans JP", serif;
      margin-bottom: 0;
      border-radius: 0.5rem; }
    .wp-block-flow__desc .wp-block-cover img {
      border-radius: 0.5rem;
      height: auto !important; }
  @media (min-width: 960.5px) {
    .wp-block-flow__desc .wp-block-column {
      flex-basis: 40% !important; }
      .wp-block-flow__desc .wp-block-column:last-child {
        flex-basis: calc(100% - 40%) !important;
        padding-left: 5rem; }
      .wp-block-flow__desc .wp-block-column p {
        margin-bottom: 1.4rem; } }
.wp-block-flow__contact {
  gap: 5rem; }
  .wp-block-flow__contact .wp-block-column {
    background: #f7cd9b;
    padding: 3rem;
    border-radius: 1.5rem;
    text-align: center; }
    .wp-block-flow__contact .wp-block-column p {
      color: #fff;
      text-align: center; }
    .wp-block-flow__contact .wp-block-column .site-tel {
      color: #fe9613;
      font-size: 3rem;
      font-weight: 700;
      line-height: 170%;
      letter-spacing: 0.1rem;
      text-align: center; }
  @media (min-width: 767.5px) {
    .wp-block-flow__contact .wp-block-column {
      flex-basis: calc((100% - 5.001rem) / 2) !important; } }
  @media (max-width: 767px) {
    .wp-block-flow__contact {
      gap: 2rem;
      flex-direction: column;
      align-items: center; }
      .wp-block-flow__contact .wp-block-column {
        width: 100%; } }
@media (max-width: 960px) {
  .wp-block-flow__desc .wp-block-column {
    width: 100%; } }

@media (min-width: 960.5px) {
  .wp-block-columns.wp-img-right .wp-block-column {
    order: 1; }
    .wp-block-columns.wp-img-right .wp-block-column:last-child {
      order: 0;
      padding-left: 0;
      padding-right: 5rem; } }
.wp-block-privacy {
  margin-top: 2.6rem; }
  .wp-block-privacy p:not(:last-child) {
    margin-bottom: 1.2rem; }
  @media (max-width: 960px) {
    .wp-block-privacy {
      margin-top: 1.1rem; } }

div#contactWrapper {
  background: #faebd7;
  padding: 5rem 5rem 3rem;
  border-radius: 1rem; }
  @media (max-width: 1000px) {
    div#contactWrapper {
      padding: 2rem 2rem 0rem; } }

.wp-block-contact-01 {
  margin-top: 11rem; }
  .wp-block-contact-01 .wp-block-desc {
    margin-top: -0.5rem; }
    .wp-block-contact-01 .wp-block-desc p {
      text-align: justify;
      line-height: 180%;
      color: #333333;
      letter-spacing: 0; }
      .wp-block-contact-01 .wp-block-desc p:not(:last-child) {
        margin-bottom: 1.5rem; }
      .wp-block-contact-01 .wp-block-desc p a {
        color: #0693e3;
        text-decoration: underline; }
      .wp-block-contact-01 .wp-block-desc p strong {
        color: #cc4646; }
  @media (max-width: 960px) {
    .wp-block-contact-01 {
      margin-top: 6rem;
      margin-bottom: 7.4rem; } }
@media (min-width: 960.5px) {
  .wp-block-contact-02 .wp-img-left {
    flex-wrap: nowrap !important; } }
.wp-block-contact-02 .wp-img-left .wp-block-column {
  background-color: rgba(204, 70, 70, 0.08);
  text-align: center;
  padding: 3rem 1.5rem;
  border-radius: 1.5rem; }
  @media (min-width: 960.5px) {
    .wp-block-contact-02 .wp-img-left .wp-block-column {
      margin-right: 5rem;
      flex-basis: calc((100% - 5.002rem) / 2) !important; }
      .wp-block-contact-02 .wp-img-left .wp-block-column:nth-child(2n), .wp-block-contact-02 .wp-img-left .wp-block-column:last-child {
        margin-right: 0; } }
@media (max-width: 960px) {
  .wp-block-contact-02 {
    margin-bottom: 8rem; }
    .wp-block-contact-02 p {
      text-align: center; } }

.wp-block--form textarea,
.wp-block--form select,
.wp-block--form input[type="email"],
.wp-block--form input[type="text"] {
  width: 100%;
  height: 5.5rem;
  padding: 0 1.5rem;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: .1rem;
  color: #333333;
  vertical-align: top;
  border-radius: 0.6rem; }
.wp-block--form select {
  width: 22.5rem; }
.wp-block--form textarea {
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 20rem; }
.wp-block--form dl {
  display: flex;
  flex-wrap: wrap; }
.wp-block--form dt {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: .1rem;
  position: relative;
  width: 30rem;
  padding-right: 3rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .wp-block--form dt span {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    padding: 0.4rem 1rem;
    display: inline-block;
    color: #fe9613;
    font-size: 1.4rem;
    line-height: 120%;
    letter-spacing: 0;
    border-radius: 0.4rem;
    border: 1px solid #ddd; }
.wp-block--form dd {
  margin-bottom: 2rem;
  width: calc(100% - 30rem);
  font-size: 1.6rem;
  font-weight: 600;
  word-wrap: break-word;
  letter-spacing: .1rem;
  line-height: 180%;
  color: #000; }
.wp-block--form .wp-bottom--submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem; }
.wp-block--form .back,
.wp-block--form .check-submit {
  width: 30rem;
  height: 6rem;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  border-radius: 1rem;
  cursor: pointer;
  transition: ease all 0.35s;
  border: #fe9613 solid .1rem;
  background: #fff; }
  .wp-block--form .back:hover,
  .wp-block--form .check-submit:hover {
    background: #fe9613;
    color: #fff; }
.wp-block--form .back {
  margin-right: 2rem;
  background: #fe9613;
  border: 1px solid #fe9613; }
  .wp-block--form .back:hover {
    background: #ffffff;
    color: #fe9613; }
.wp-block--form .mw_wp_form .error {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.5rem; }
.wp-block--form .mw_wp_form_direct_access_error {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'M PLUS 1p'; }
.wp-block--form span.mwform-zip-field,
.wp-block--form span.mwform-tel-field {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.wp-block--form span.mwform-tel-field {
  width: 35rem; }
.wp-block--form span.mwform-zip-field {
  width: 25rem; }
@media (max-width: 960px) {
  .wp-block--form dt {
    font-size: 1.6rem;
    padding-right: 0;
    margin-bottom: 1.5rem;
    width: 100%; }
    .wp-block--form dt span {
      right: 0; }
  .wp-block--form dd {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    width: 100%; }
  .wp-block--form span.mwform-zip-field,
  .wp-block--form span.mwform-tel-field {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .wp-block--form select,
  .wp-block--form span.mwform-zip-field {
    width: 23.5rem; }
  .wp-block--form textarea,
  .wp-block--form select,
  .wp-block--form input[type="email"],
  .wp-block--form input[type="text"] {
    padding: 0 1.5rem;
    font-size: 1.6rem; }
  .wp-block--form .mw_wp_form .error,
  .wp-block--form .mw_wp_form_direct_access_error {
    font-size: 1.5rem; }
  .wp-block--form .back,
  .wp-block--form .check-submit {
    width: 15rem;
    height: 6rem; } }

.menu-sitemap {
  flex-direction: column; }
  .menu-sitemap + .menu-sitemap {
    margin-top: 2rem; }
  .menu-sitemap > li + li {
    margin-top: 2rem; }
  .menu-sitemap > li > a {
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0;
    width: 100%;
    display: block;
    border: 1px solid #fe9613;
    padding: 0.7rem 2rem 0.8rem;
    transition: 0.7s; }
    @media screen and (max-width: 767px) {
      .menu-sitemap > li > a {
        padding: 2vw 3vw; } }
  .menu-sitemap > li a:hover {
    opacity: 0.9;
    color: #fe9613; }
  .menu-sitemap > li .wp-block-navigation__submenu-container {
    margin-top: 1.5rem;
    margin-left: 2rem;
    margin-bottom: -0.5rem; }
    .menu-sitemap > li .wp-block-navigation__submenu-container li {
      padding-left: 1em;
      position: relative; }
      .menu-sitemap > li .wp-block-navigation__submenu-container li::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #393939; }

@media (max-width: 767px) {
  .wp-block__title-03 {
    font-size: 1.6rem;
    padding-bottom: 0.5rem; } }
.title-default.vs-01 {
  padding-top: 1rem;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 4.8rem; }
  .title-default.vs-01 p {
    display: block;
    font-family: "Century Gothic Paneuropean", "Noto Sans JP", serif;
    margin-bottom: -8.85rem;
    margin-left: -1.2rem;
    color: #838383;
    font-size: 16rem !important;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1rem; }
  .title-default.vs-01 .wp-block-heading {
    color: #fe9613;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.65rem;
    font-family: "Gen Jyuu Gothic Bold", "Noto Sans JP", serif; }
    .title-default.vs-01 .wp-block-heading span {
      color: #333333; }
    .title-default.vs-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; }
.title-default.vs-02 .wp-block-title {
  color: #f2f2f2;
  font-size: 16rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.07rem;
  font-family: "Century Gothic Paneuropean", "Noto Sans JP", serif;
  padding-bottom: 5.5rem; }

.title-default-01 {
  color: #fe9613;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0; }
  .title-default-01.vs-02 {
    color: #fe9613; }
  .title-default-01.vs-03 {
    color: #af9984; }
.title-default-02 {
  color: #fe9613;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
  font-family: "Gen Jyuu Gothic Regular", "Noto Sans JP", serif;
  padding-left: 3.3rem; }
  .title-default-02 span {
    font-size: 3rem;
    color: #333333; }
.title-default-03 {
  color: #fe9613;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 5rem;
  font-family: "Gen Jyuu Gothic Bold", "Noto Sans JP", serif;
  position: relative;
  padding-bottom: 0.5rem; }
  .title-default-03::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10rem;
    height: 0.2rem;
    border-radius: 0.5rem;
    background-color: #fe9613;
    transform: translateX(-50%); }

@media (max-width: 960px) and (min-width: 767.5px) {
  .title-default.vs-01 {
    margin-bottom: 3rem; }
    .title-default.vs-01 p {
      font-size: 8rem !important;
      margin: 0 !important; }
    .title-default.vs-01 .wp-block-heading {
      font-size: 2.5rem;
      margin: 0 !important; }
  .title-default.vs-02 .wp-block-title {
    padding-top: 3rem;
    font-size: 8rem !important;
    padding-bottom: 3rem; } }
@media (max-width: 960px) {
  .title-default-01 {
    font-size: 2.4rem; } }
@media (max-width: 767px) {
  .title-default-02 {
    padding-left: 1rem;
    font-size: 2.2rem; }
    .title-default-02 span {
      font-size: 1.8rem; }
  .title-default-03 {
    font-size: 2.5rem; }
  .title-default.vs-01 {
    margin-bottom: 2rem; }
    .title-default.vs-01 * {
      letter-spacing: 1px !important; }
    .title-default.vs-01 p {
      font-size: 6rem !important;
      margin: 0 !important; }
    .title-default.vs-01 .wp-block-heading {
      letter-spacing: 0 !important;
      font-size: 1.56rem;
      margin: 0 !important; }
  .title-default.vs-02 .wp-block-title {
    font-size: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem; } }
.wp-block-table,
table.has-fixed-layout {
  width: 100%;
  position: relative; }

.wp-block-table table {
  border-spacing: 0px;
  border-collapse: collapse; }
.wp-block-table.basic {
  padding-bottom: 2rem; }
  .wp-block-table.basic.vs-01 {
    padding-top: 2rem; }
  .wp-block-table.basic:not(.vs-01) tr td:nth-child(2) {
    width: 25rem; }
  .wp-block-table.basic table {
    table-layout: fixed; }
  .wp-block-table.basic tr:first-child td {
    border-top: 1px solid #dddddd;
    background: #f7cd9b;
    font-weight: bold; }
    .wp-block-table.basic tr:first-child td:first-child {
      border-top: 1px solid #dddddd; }
  .wp-block-table.basic tr td:last-child {
    border-right: 1px solid #dddddd; }
  .wp-block-table.basic tr td:nth-child(2) {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd; }
  .wp-block-table.basic td {
    padding: 1.7rem;
    border-bottom: 1px solid #dddddd;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .1rem;
    color: #3e3b39;
    word-break: break-all; }
    .wp-block-table.basic td:first-child {
      width: 25rem;
      font-weight: bold;
      background: #faebd7;
      border-bottom: 1px solid #dddddd;
      border-left: 1px solid #dddddd; }
    .wp-block-table.basic td a[target="_blank"] {
      color: #fe9613;
      transition: all 0.35s; }
      .wp-block-table.basic td a[target="_blank"]:hover {
        opacity: 0.8; }
  .wp-block-table.basic.vs-02 td:first-child {
    border-bottom-color: #fe9613; }
  .wp-block-table.basic.vs-02 tr:first-child td:first-child {
    border-top-color: #fe9613; }
.wp-block-table.access table {
  border-spacing: 0px;
  table-layout: fixed; }
.wp-block-table.access tr:first-child td {
  border-top: 1px solid #c2c0bd; }
  .wp-block-table.access tr:first-child td:first-child {
    border-top: 1px solid #fe9613; }
.wp-block-table.access td {
  padding: 1.7rem;
  border-bottom: 1px solid #c2c0bd;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  color: #000000; }
  .wp-block-table.access td:first-child {
    width: 25rem;
    font-weight: bold;
    border-bottom: 1px solid #fe9613; }
  .wp-block-table.access td:last-child {
    text-align: left;
    font-weight: 400; }
@media (max-width: 1000px) {
  .wp-block-table.access td {
    width: 100% !important;
    float: left;
    padding: 1.5rem;
    border-bottom: 0px solid #c2c0bd !important;
    font-size: 1.4rem; }
    .wp-block-table.access td:first-child {
      color: #ffffff;
      background-color: #fe9613;
      font-size: 1.5rem;
      border-bottom: 0px solid #aa9769 !important; }
    .wp-block-table.access td:last-child {
      padding-left: 0;
      padding-right: 0; }
  .wp-block-table.access tr:first-child td {
    border: 0px solid #aa9769 !important; }
  .wp-block-table.access tr:last-child td:last-child {
    border-bottom: 1px solid #fe9613 !important; } }

@media (max-width: 1200px) and (min-width: 961px) {
  .wp-block-table.basic td {
    font-size: 14px; } }
@media (max-width: 960px) {
  .wp-block-table.basic:not(.vs-01, .vs-03) td {
    float: left;
    width: 100%;
    border-bottom: 0;
    font-size: 1.4rem; }
    .wp-block-table.basic:not(.vs-01, .vs-03) td:first-child {
      width: 100%;
      border-bottom: 0;
      background: #fe9613;
      color: #FFF; }
  .wp-block-table.basic:not(.vs-01, .vs-03) tr:first-child td {
    border-top: 0; }
  .wp-block-table.basic:not(.vs-01, .vs-03).vs-02 td:first-child {
    background: #fe9613; }
  .wp-block-table.basic:not(.vs-01, .vs-03).vs-03 td:first-child {
    background: #af9984; }
  .wp-block-table.basic.vs-01 td, .wp-block-table.basic.vs-03 td {
    padding: 1.2rem;
    font-size: 14px; }
    .wp-block-table.basic.vs-01 td:first-child, .wp-block-table.basic.vs-03 td:first-child {
      width: 12rem; }
  .wp-block-table.basic.vs-03 tr td:nth-child(2) {
    width: 9rem; } }

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