@charset "UTF-8";
@font-face {
  font-family: "Mobo";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/MOBO.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2"); }

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  src: url("/fonts/Inter-Italic-VariableFont_opsz,wght.woff2") format("woff2"); }

/* Noto Sans */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NotoSansJP-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NotoSansJP-Bold.woff2") format("woff2"); }

/* Noto Serif */
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/NotoSerifJP-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/NotoSerifJP-Bold.woff2") format("woff2"); }

/* Lato - Normal */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/Lato-Thin.woff2") format("woff2"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/Lato-Light.woff2") format("woff2"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Lato-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Lato-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/Lato-Black.woff2") format("woff2"); }

html[lang="ja"] {
  font-family: "Noto Sans";
  font-weight: 400; }

a {
  color: dimgray;
  text-decoration: none; }

em {
  text-decoration: none;
  font-style: normal;
  color: #00a875;
  font-weight: 500; }

#home .masthead {
  display: none; }

#home main {
  max-width: unset; }

header {
  position: relative; }
  @media only screen and (max-width: 1200px) {
    header {
      height: auto; } }
  @media only screen and (max-width: 767px) {
    header {
      height: auto; } }

.header-top {
  caret-color: transparent;
  display: flex;
  align-items: center;
  gap: 1rem; }
  @media only screen and (min-width: 768px) {
    .header-top {
      margin: 0 auto 2rem; } }
  @media only screen and (max-width: 1200px) {
    .header-top {
      margin: 0 auto clamp(1.25rem, calc(0.13rem + 2.34vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .header-top {
      margin: 0 auto clamp(0.5rem, calc(-0.04rem + 2.68vw), 1.25rem) 0.125rem; } }
  @media only screen and (min-width: 768px) {
    .header-top {
      padding: 1rem; } }
  @media only screen and (max-width: 1200px) {
    .header-top {
      padding: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    .header-top {
      padding: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem); } }
  .header-top .current {
    color: #00a875;
    font-weight: 600;
    pointer-events: none; }
  .header-top .header-logo {
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .header-top .header-logo {
        gap: 1rem; } }
    @media only screen and (max-width: 1200px) {
      .header-top .header-logo {
        gap: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem); } }
    @media only screen and (max-width: 767px) {
      .header-top .header-logo {
        gap: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem); } }
    .header-top .header-logo .logo-sk {
      line-height: 1; }
      .header-top .header-logo .logo-sk svg {
        width: auto; }
        @media only screen and (min-width: 768px) {
          .header-top .header-logo .logo-sk svg {
            height: 4rem; } }
        @media only screen and (max-width: 1200px) {
          .header-top .header-logo .logo-sk svg {
            height: clamp(3.5rem, calc(2.75rem + 1.56vw), 4rem); } }
        @media only screen and (max-width: 767px) {
          .header-top .header-logo .logo-sk svg {
            height: clamp(2.5rem, calc(1.79rem + 3.57vw), 3.5rem); } }
    .header-top .header-logo .logo {
      line-height: 1; }
      .header-top .header-logo .logo svg {
        width: auto; }
        @media only screen and (min-width: 768px) {
          .header-top .header-logo .logo svg {
            height: 2.5rem; } }
        @media only screen and (max-width: 1200px) {
          .header-top .header-logo .logo svg {
            height: clamp(2rem, calc(1.25rem + 1.56vw), 2.5rem); } }
        @media only screen and (max-width: 767px) {
          .header-top .header-logo .logo svg {
            height: clamp(1.25rem, calc(0.71rem + 2.68vw), 2rem); } }
    .header-top .header-logo .type {
      line-height: 1.25; }
  @media only screen and (max-width: 767px) {
    .header-top:has(.menu-toggle:checked) .header-menu {
      position: fixed;
      margin: 0;
      padding: 1rem;
      display: flex;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 2; }
      .header-top:has(.menu-toggle:checked) .header-menu ul li:first-child {
        display: list-item; }
      .header-top:has(.menu-toggle:checked) .header-menu ul li:last-child {
        display: list-item; }
    .header-top .header-contact {
      display: none; } }
  .header-top .header-menu {
    flex: 1 1 0px;
    display: flex;
    z-index: 1;
    margin: 0 1rem 0 0;
    gap: 1rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .header-top .header-menu {
        display: none; } }
    @media only screen and (max-width: 1200px) {
      .header-top .header-menu {
        margin: 0 clamp(0.5rem, calc(-0.25rem + 1.56vw), 1rem); } }
    .header-top .header-menu a {
      display: inline-block; }
    .header-top .header-menu .menu-contents {
      flex: 1 1 0px;
      align-items: center;
      max-width: 1440px; }
      .header-top .header-menu .menu-contents ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        flex-wrap: wrap; }
        @media only screen and (min-width: 768px) {
          .header-top .header-menu .menu-contents ul {
            gap: 1rem 2rem; } }
        @media only screen and (max-width: 1200px) {
          .header-top .header-menu .menu-contents ul {
            gap: 1rem clamp(1rem, calc(-0.50rem + 3.13vw), 2rem); } }
        @media only screen and (max-width: 767px) {
          .header-top .header-menu .menu-contents ul {
            gap: 1rem; } }
        @media only screen and (max-width: 767px) {
          .header-top .header-menu .menu-contents ul {
            flex-direction: column;
            justify-content: center; } }
        @media only screen and (min-width: 768px) {
          .header-top .header-menu .menu-contents ul {
            font-size: clamp(1rem, calc(0.75rem + 0.31vw), 1.125rem); } }
        @media only screen and (max-width: 1200px) {
          .header-top .header-menu .menu-contents ul {
            font-size: clamp(0.8rem, calc(0.50rem + 0.63vw), 1rem); } }
        @media only screen and (max-width: 767px) {
          .header-top .header-menu .menu-contents ul {
            font-size: 1rem; } }
        .header-top .header-menu .menu-contents ul li {
          position: relative;
          padding: 0;
          flex: 0 1 0px;
          list-style: none;
          text-wrap: nowrap; }
          @media only screen and (max-width: 767px) {
            .header-top .header-menu .menu-contents ul li {
              padding: .5rem 0; } }
          .header-top .header-menu .menu-contents ul li a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            cursor: pointer; }
            .header-top .header-menu .menu-contents ul li a:hover {
              color: gray; }
            @media only screen and (max-width: 767px) {
              .header-top .header-menu .menu-contents ul li a {
                flex-direction: row; } }
            .header-top .header-menu .menu-contents ul li a span.sep {
              display: none; }
              @media only screen and (max-width: 767px) {
                .header-top .header-menu .menu-contents ul li a span.sep {
                  display: flex; } }
          .header-top .header-menu .menu-contents ul li.exception-home {
            display: none; }
            @media only screen and (max-width: 767px) {
              .header-top .header-menu .menu-contents ul li.exception-home {
                display: inline-block; } }
          .header-top .header-menu .menu-contents ul li:first-child {
            display: none; }
          .header-top .header-menu .menu-contents ul li:last-child {
            display: none; }
  .header-top .menu-icon {
    display: none;
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: #00a875; }
    @media only screen and (max-width: 767px) {
      .header-top .menu-icon {
        display: flex; } }
    .header-top .menu-icon .menu-toggle {
      display: none; }
    .header-top .menu-icon .humberger {
      width: 50%;
      height: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      background-color: tranceparent; }
      .header-top .menu-icon .humberger span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: white;
        position: absolute;
        transition: transform 0.3s, opacity 0.3s; }
        .header-top .menu-icon .humberger span:nth-child(1) {
          top: 0; }
        .header-top .menu-icon .humberger span:nth-child(2) {
          top: 50%; }
        .header-top .menu-icon .humberger span:nth-child(3) {
          bottom: 0; }
    .header-top .menu-icon .menu-toggle:checked + .humberger span {
      margin-top: calc(50% - 2px / 2); }
    .header-top .menu-icon .menu-toggle:checked + .humberger span:nth-child(1) {
      transform: rotate(45deg); }
    .header-top .menu-icon .menu-toggle:checked + .humberger span:nth-child(2) {
      transform: scale(0); }
    .header-top .menu-icon .menu-toggle:checked + .humberger span:nth-child(3) {
      bottom: none;
      top: 0;
      transform: rotate(-45deg); }

.header-contact {
  z-index: 1; }
  .header-contact p a {
    font-family: Inter;
    font-weight: 700;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #88ccc0, #00a775);
    border-radius: .25rem;
    line-height: 1; }
    @media only screen and (min-width: 768px) {
      .header-contact p a {
        font-size: 1.75rem; } }
    @media only screen and (max-width: 1200px) {
      .header-contact p a {
        font-size: clamp(1.5rem, calc(1.13rem + 0.78vw), 1.75rem); } }
    @media only screen and (max-width: 767px) {
      .header-contact p a {
        font-size: clamp(1.25rem, calc(1.07rem + 0.89vw), 1.5rem); } }
    @media only screen and (min-width: 768px) {
      .header-contact p a {
        padding: .75rem 1.5rem; } }
    @media only screen and (max-width: 1200px) {
      .header-contact p a {
        padding: clamp(0.5rem, calc(0.13rem + 0.78vw), 0.75rem) clamp(1.25rem, calc(0.88rem + 0.78vw), 1.5rem); } }
    @media only screen and (max-width: 767px) {
      .header-contact p a {
        padding: clamp(0.25rem, calc(0.07rem + 0.89vw), 0.5rem) clamp(1rem, calc(0.82rem + 0.89vw), 1.25rem); } }
    @media only screen and (min-width: 768px) {
      .header-contact p a {
        letter-spacing: .125rem; } }
    @media only screen and (max-width: 1200px) {
      .header-contact p a {
        letter-spacing: clamp(0.1125rem, calc(0.09rem + 0.04vw), 0.125rem); } }
    @media only screen and (max-width: 767px) {
      .header-contact p a {
        letter-spacing: clamp(0, sp, 0.1125rem); } }
    .header-contact p a span {
      transform: translate(0, 5%); }

.main-visual {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .main-visual {
      padding: 0 4rem clamp(1rem, calc(0.00rem + 1.25vw), 1.5rem); } }
  @media only screen and (max-width: 1200px) {
    .main-visual {
      padding: 0 clamp(2rem, calc(-1.00rem + 6.25vw), 4rem) clamp(0.5rem, calc(-0.25rem + 1.56vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    .main-visual {
      padding: 0 clamp(0rem, calc(-1.43rem + 7.14vw), 2rem) clamp(0.25rem, calc(0.07rem + 0.89vw), 0.5rem); } }
  .main-visual .contents {
    position: relative;
    display: flex;
    z-index: -2; }
    @media only screen and (min-width: 768px) {
      .main-visual .contents {
        gap: 2rem; } }
    @media only screen and (max-width: 1200px) {
      .main-visual .contents {
        gap: clamp(1rem, calc(-0.50rem + 3.13vw), 2rem); } }
    @media only screen and (max-width: 767px) {
      .main-visual .contents {
        gap: clamp(0.25rem, calc(-0.29rem + 2.68vw), 1rem); } }
  .main-visual .visual {
    flex: 7 1 0px;
    background-image: url("/wp-content/uploads/main-visual-1500.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 768px) {
      .main-visual .visual {
        border-radius: 0 4rem 0 4rem; } }
    @media only screen and (max-width: 1200px) {
      .main-visual .visual {
        border-radius: 0 clamp(2.5rem, calc(0.25rem + 4.69vw), 4rem) 0 clamp(2.5rem, calc(0.25rem + 4.69vw), 4rem); } }
    @media only screen and (max-width: 767px) {
      .main-visual .visual {
        border-radius: 0 clamp(1rem, calc(-0.07rem + 5.36vw), 2.5rem) 0 clamp(1rem, calc(-0.07rem + 5.36vw), 2.5rem); } }
  .main-visual .bisou {
    flex: 1 1 0px;
    width: 11vw;
    height: auto;
    display: flex; }
    @media only screen and (min-width: 768px) {
      .main-visual .bisou {
        padding: 0 1rem; } }
    @media only screen and (max-width: 1200px) {
      .main-visual .bisou {
        padding: 0 clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem); } }
    @media only screen and (max-width: 767px) {
      .main-visual .bisou {
        padding: 0 clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem); } }
    .main-visual .bisou svg {
      width: auto;
      height: 100%;
      display: block;
      aspect-ratio: 190 / 785;
      fill: #e8f7da; }

@keyframes rise_fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .main-visual .messages {
    font-family: Mobo;
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate(0, -12%);
    opacity: 0;
    animation: rise_fade_in 3s ease-out forwards;
    will-change: transform, opacity;
    text-shadow: 0.125rem 0.125rem 0.25rem white, 0.25rem 0.25rem 0.5rem rgba(255, 255, 255, 0.75), 0.5rem 0.5rem 1rem rgba(255, 255, 255, 0.5), 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.5); }
    @media only screen and (min-width: 768px) {
      .main-visual .messages {
        padding: 0 2rem; } }
    @media only screen and (max-width: 1200px) {
      .main-visual .messages {
        padding: 0 clamp(1rem, calc(-0.50rem + 3.13vw), 2rem); } }
    @media only screen and (max-width: 767px) {
      .main-visual .messages {
        padding: 0 clamp(0.25rem, calc(-0.29rem + 2.68vw), 1rem); } }
    @media only screen and (min-width: 768px) {
      .main-visual .messages {
        font-size: 4rem; } }
    @media only screen and (max-width: 1200px) {
      .main-visual .messages {
        font-size: clamp(2.5rem, calc(0.25rem + 4.69vw), 4rem); } }
    @media only screen and (max-width: 767px) {
      .main-visual .messages {
        font-size: clamp(1.5rem, calc(0.79rem + 3.57vw), 2.5rem); } }
    .main-visual .messages span {
      color: #00a875; }
    .main-visual .messages .en {
      margin: 1.5rem 0 0;
      line-height: 1.25;
      font-family: Inter;
      font-weight: 600; }
      @media only screen and (min-width: 768px) {
        .main-visual .messages .en {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 1200px) {
        .main-visual .messages .en {
          font-size: clamp(1rem, calc(0.63rem + 0.78vw), 1.25rem); } }
      @media only screen and (max-width: 767px) {
        .main-visual .messages .en {
          font-size: clamp(0.7rem, calc(0.49rem + 1.07vw), 1rem); } }

.background-movie {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  opacity: .4; }
  @media only screen and (max-width: 767px) {
    .background-movie {
      display: none; } }
  .background-movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 60%, rgba(0, 0, 0, 0) 100%); }

@media only screen and (min-width: 768px) {
  .gallery .textarea {
    margin-top: 2rem; } }

@media only screen and (max-width: 1200px) {
  .gallery .textarea {
    margin-top: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }

@media only screen and (max-width: 767px) {
  .gallery .textarea {
    margin-top: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }

.textarea {
  line-height: 1.75;
  color: dimgray; }
  @media only screen and (min-width: 768px) {
    .textarea {
      font-size: 1rem; } }
  @media only screen and (max-width: 1200px) {
    .textarea {
      font-size: clamp(0.9rem, calc(0.75rem + 0.31vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    .textarea {
      font-size: clamp(0.8rem, calc(0.73rem + 0.36vw), 0.9rem); } }

body:not(#home) header .background-movie {
  display: none; }

body:not(#home) .header-top {
  position: relative; }

@keyframes fade-breathe {
  from {
    opacity: .1; }
  to {
    opacity: 1; } }
  body:not(#home) .header-top:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    animation-name: fade-breathe;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-image: url("/wp-content/uploads/main-visual.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  body:not(#home) .header-top .menu-contents ul li a {
    color: black;
    text-shadow: 0.125rem 0.125rem 0.25rem white, 0.25rem 0.25rem 0.5rem rgba(255, 255, 255, 0.75), 0.5rem 0.5rem 1rem rgba(255, 255, 255, 0.5), 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.5); }

body:not(#home) main {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    body:not(#home) main .section {
      padding: 2rem 0; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) main .section {
      padding: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem) 0; } }
  @media only screen and (max-width: 767px) {
    body:not(#home) main .section {
      padding: clamp(1rem, calc(0.25rem + 1.56vw), 1.5rem) 0; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) main {
      margin: 0 1rem; } }
  @media only screen and (max-width: 767px) {
    body:not(#home) main {
      margin: 0 .5rem; } }
  body:not(#home) main .background-movie {
    opacity: .2; }
  body:not(#home) main .headline {
    text-align: left; }
    body:not(#home) main .headline h2 {
      line-height: 1.5;
      margin: 2rem 0 1rem;
      background-color: #f7f9f4;
      color: black;
      border-bottom: 2px solid #00a875; }
      @media only screen and (min-width: 768px) {
        body:not(#home) main .headline h2 {
          font-size: 1.75rem; } }
      @media only screen and (max-width: 1200px) {
        body:not(#home) main .headline h2 {
          font-size: clamp(1.5rem, calc(1.13rem + 0.78vw), 1.75rem); } }
      @media only screen and (max-width: 767px) {
        body:not(#home) main .headline h2 {
          font-size: clamp(1.25rem, calc(1.07rem + 0.89vw), 1.5rem); } }
      @media only screen and (min-width: 768px) {
        body:not(#home) main .headline h2 {
          padding: .5rem 0 .75rem 1rem; } }
      @media only screen and (max-width: 1200px) {
        body:not(#home) main .headline h2 {
          padding: clamp(0.25rem, calc(-0.13rem + 0.78vw), 0.5rem) 0 clamp(0.5rem, calc(0.13rem + 0.78vw), 0.75rem) 1rem; } }
      @media only screen and (max-width: 767px) {
        body:not(#home) main .headline h2 {
          padding: clamp(0.125rem, calc(0.04rem + 0.45vw), 0.25rem) 0 clamp(0.25rem, calc(0.07rem + 0.89vw), 0.5rem) 0.75rem; } }
    body:not(#home) main .headline h3 {
      display: flex;
      align-items: center;
      gap: .5rem;
      margin: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem) 0 clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem);
      background-color: #f7f9f4;
      color: black; }
      @media only screen and (min-width: 768px) {
        body:not(#home) main .headline h3 {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 1200px) {
        body:not(#home) main .headline h3 {
          font-size: clamp(1.25rem, calc(0.88rem + 0.78vw), 1.5rem); } }
      @media only screen and (max-width: 767px) {
        body:not(#home) main .headline h3 {
          font-size: clamp(1.125rem, calc(1.04rem + 0.45vw), 1.25rem); } }
      @media only screen and (min-width: 768px) {
        body:not(#home) main .headline h3 {
          padding: .25rem 0 .5rem .75rem; } }
      @media only screen and (max-width: 1200px) {
        body:not(#home) main .headline h3 {
          padding: 0.25rem 0 clamp(0.5rem, calc(0.13rem + 0.78vw), 0.75rem) 0.75rem; } }
      @media only screen and (max-width: 767px) {
        body:not(#home) main .headline h3 {
          padding: .25rem 0 .35rem .75rem; } }
    body:not(#home) main .headline h4 {
      color: white;
      background-color: #00a875;
      margin: clamp(1rem, calc(0.25rem + 1.56vw), 1.5rem) 0 clamp(0.5rem, calc(0.13rem + 0.78vw), 0.75rem); }
      @media only screen and (min-width: 768px) {
        body:not(#home) main .headline h4 {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 1200px) {
        body:not(#home) main .headline h4 {
          font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
      @media only screen and (max-width: 767px) {
        body:not(#home) main .headline h4 {
          font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }
      @media only screen and (min-width: 768px) {
        body:not(#home) main .headline h4 {
          padding: .25rem 0 .5rem .75rem; } }
      @media only screen and (max-width: 1200px) {
        body:not(#home) main .headline h4 {
          padding: 0.25rem 0 clamp(0.5rem, calc(0.13rem + 0.78vw), 0.75rem) 0.75rem; } }
      @media only screen and (max-width: 767px) {
        body:not(#home) main .headline h4 {
          padding: .25rem 0 .35rem .75rem; } }
  @media only screen and (min-width: 768px) {
    body:not(#home) main .gallery {
      gap: 2rem; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) main .gallery {
      gap: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    body:not(#home) main .gallery {
      gap: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }
  @media only screen and (min-width: 768px) {
    body:not(#home) main .infographic {
      gap: 2rem; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) main .infographic {
      gap: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    body:not(#home) main .infographic {
      gap: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }
  @media only screen and (min-width: 768px) {
    body:not(#home) main .infographic .textarea {
      margin-top: calc(-1 * .5rem); } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) main .infographic .textarea {
      margin-top: calc(-1 * clamp(0.25rem, calc(-0.13rem + 0.78vw), 0.5rem)); } }
  @media only screen and (max-width: 767px) {
    body:not(#home) main .infographic .textarea {
      margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    body:not(#home) main .infographic .image {
      text-align: center; } }
  @media only screen and (min-width: 768px) {
    body:not(#home) main .textarea {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) main .textarea {
      font-size: clamp(1rem, calc(0.63rem + 0.78vw), 1.25rem); } }
  @media only screen and (max-width: 767px) {
    body:not(#home) main .textarea {
      font-size: 1rem; } }
  @media only screen and (min-width: 768px) {
    body:not(#home) main .textarea {
      line-height: 1.75; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) main .textarea {
      line-height: 1.75; } }
  @media only screen and (max-width: 767px) {
    body:not(#home) main .textarea {
      line-height: 1.5; } }
  body:not(#home) main .gallery .textarea {
    margin-top: .5rem; }

body:not(#home) form .fieldset {
  border-radius: .5rem;
  display: flex;
  align-items: center;
  background-color: #e8f7da; }
  @media only screen and (min-width: 768px) {
    body:not(#home) form .fieldset {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) form .fieldset {
      font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
  @media only screen and (max-width: 767px) {
    body:not(#home) form .fieldset {
      font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }
  @media only screen and (min-width: 768px) {
    body:not(#home) form .fieldset {
      margin: 1rem 0; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) form .fieldset {
      margin: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem) 0; } }
  @media only screen and (max-width: 767px) {
    body:not(#home) form .fieldset {
      margin: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem) 0; } }
  @media only screen and (min-width: 768px) {
    body:not(#home) form .fieldset {
      gap: 2rem; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) form .fieldset {
      gap: clamp(1rem, calc(-0.50rem + 3.13vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    body:not(#home) form .fieldset {
      gap: .25rem; } }
  @media only screen and (max-width: 767px) {
    body:not(#home) form .fieldset {
      flex-direction: column;
      align-items: flex-start; } }
  @media only screen and (min-width: 768px) {
    body:not(#home) form .fieldset {
      padding: 1rem; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) form .fieldset {
      padding: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    body:not(#home) form .fieldset {
      padding: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem); } }
  body:not(#home) form .fieldset.required .legend {
    display: flex;
    position: relative;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      body:not(#home) form .fieldset.required .legend {
        gap: .75rem; } }
    @media only screen and (max-width: 1200px) {
      body:not(#home) form .fieldset.required .legend {
        gap: clamp(0.5rem, calc(0.13rem + 0.78vw), 0.75rem); } }
    @media only screen and (max-width: 767px) {
      body:not(#home) form .fieldset.required .legend {
        gap: clamp(0.25rem, calc(0.07rem + 0.89vw), 0.5rem); } }
    body:not(#home) form .fieldset.required .legend:after {
      content: "※必須";
      color: #00a875;
      position: absolute;
      right: 0; }
      @media only screen and (min-width: 768px) {
        body:not(#home) form .fieldset.required .legend:after {
          font-size: 1rem; } }
      @media only screen and (max-width: 1200px) {
        body:not(#home) form .fieldset.required .legend:after {
          font-size: clamp(0.9rem, calc(0.75rem + 0.31vw), 1rem); } }
      @media only screen and (max-width: 767px) {
        body:not(#home) form .fieldset.required .legend:after {
          font-size: clamp(0.8rem, calc(0.73rem + 0.36vw), 0.9rem); } }
      @media only screen and (max-width: 767px) {
        body:not(#home) form .fieldset.required .legend:after {
          position: relative; } }

body:not(#home) form .fieldset-submit {
  background-color: transparent;
  display: flex;
  justify-content: center; }
  body:not(#home) form .fieldset-submit input {
    background-color: #00a875;
    color: white;
    border: none;
    width: auto; }
    @media only screen and (min-width: 768px) {
      body:not(#home) form .fieldset-submit input {
        padding: .75rem 2rem; } }
    @media only screen and (max-width: 1200px) {
      body:not(#home) form .fieldset-submit input {
        padding: clamp(0.5rem, calc(0.13rem + 0.78vw), 0.75rem) clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
    @media only screen and (max-width: 767px) {
      body:not(#home) form .fieldset-submit input {
        padding: clamp(0.25rem, calc(0.07rem + 0.89vw), 0.5rem) clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }

@media only screen and (min-width: 768px) {
  body:not(#home) form .field {
    width: calc(100% - 1rem); } }

@media only screen and (max-width: 1200px) {
  body:not(#home) form .field {
    width: calc(100% - 2 * clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem)); } }

@media only screen and (max-width: 767px) {
  body:not(#home) form .field {
    width: calc(100% - 2 * clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem)); } }

@media only screen and (min-width: 768px) {
  body:not(#home) form textarea {
    padding: .5rem; } }

@media only screen and (max-width: 1200px) {
  body:not(#home) form textarea {
    padding: clamp(0.25rem, calc(-0.13rem + 0.78vw), 0.5rem); } }

@media only screen and (max-width: 767px) {
  body:not(#home) form textarea {
    padding: clamp(0.125rem, calc(0.04rem + 0.45vw), 0.25rem); } }

@media only screen and (min-width: 768px) {
  body:not(#home) form textarea {
    font-size: 1.25rem; } }

@media only screen and (max-width: 1200px) {
  body:not(#home) form textarea {
    font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }

@media only screen and (max-width: 767px) {
  body:not(#home) form textarea {
    font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }

@media only screen and (min-width: 768px) {
  body:not(#home) form textarea {
    width: calc(100% - 2 * .5rem); } }

@media only screen and (max-width: 1200px) {
  body:not(#home) form textarea {
    width: calc(100% - 2 * clamp(0.25rem, calc(-0.13rem + 0.78vw), 0.5rem)); } }

@media only screen and (max-width: 767px) {
  body:not(#home) form textarea {
    width: calc(100% - 2 * clamp(0.125rem, calc(0.04rem + 0.45vw), 0.25rem)); } }

@media only screen and (min-width: 768px) {
  body:not(#home) form input {
    padding: .5rem; } }

@media only screen and (max-width: 1200px) {
  body:not(#home) form input {
    padding: clamp(0.25rem, calc(-0.13rem + 0.78vw), 0.5rem); } }

@media only screen and (max-width: 767px) {
  body:not(#home) form input {
    padding: clamp(0.125rem, calc(0.04rem + 0.45vw), 0.25rem); } }

@media only screen and (min-width: 768px) {
  body:not(#home) form input {
    font-size: 1.25rem; } }

@media only screen and (max-width: 1200px) {
  body:not(#home) form input {
    font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }

@media only screen and (max-width: 767px) {
  body:not(#home) form input {
    font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }

@media only screen and (min-width: 768px) {
  body:not(#home) form input {
    width: calc(100% - 2 * .5rem); } }

@media only screen and (max-width: 1200px) {
  body:not(#home) form input {
    width: calc(100% - 2 * clamp(0.25rem, calc(-0.13rem + 0.78vw), 0.5rem)); } }

@media only screen and (max-width: 767px) {
  body:not(#home) form input {
    width: calc(100% - 2 * clamp(0.125rem, calc(0.04rem + 0.45vw), 0.25rem)); } }

body:not(#home) form .legend {
  min-width: 14rem; }
  @media only screen and (min-width: 768px) {
    body:not(#home) form .legend {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) form .legend {
      font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
  @media only screen and (max-width: 767px) {
    body:not(#home) form .legend {
      font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }
  @media only screen and (max-width: 767px) {
    body:not(#home) form .legend {
      min-width: 0; } }

body:not(#home) form ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    body:not(#home) form ul {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 1200px) {
    body:not(#home) form ul {
      font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
  @media only screen and (max-width: 767px) {
    body:not(#home) form ul {
      font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }
  body:not(#home) form ul li input {
    width: auto; }

@media only screen and (min-width: 768px) {
  .section {
    padding: 2rem 1rem; } }

@media only screen and (max-width: 1200px) {
  .section {
    padding: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem) clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem); } }

@media only screen and (max-width: 767px) {
  .section {
    padding: clamp(1rem, calc(0.25rem + 1.56vw), 1.5rem) clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem); } }

.headline {
  display: flex;
  justify-content: center;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .headline h2 {
      font-size: 2rem; } }
  @media only screen and (max-width: 1200px) {
    .headline h2 {
      font-size: clamp(1.25rem, calc(0.13rem + 2.34vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .headline h2 {
      font-size: clamp(1.125rem, calc(0.68rem + 2.23vw), 1.75rem); } }

.serif {
  font-family: "Noto Serif"; }

.sans {
  font-family: "Noto Sans"; }

.weight-200 {
  font-weight: 200; }

.weight-400 {
  font-weight: 400; }

.weight-600 {
  font-weight: 600; }

.weight-700 {
  font-weight: 700; }

.align-items-center {
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.baloon {
  color: #00a875;
  background-color: white;
  padding: .5rem 1.25rem .75rem;
  font-weight: 500;
  position: relative;
  border-radius: 1rem; }
  @media only screen and (min-width: 768px) {
    .baloon {
      font-size: 1.75rem; } }
  @media only screen and (max-width: 1200px) {
    .baloon {
      font-size: clamp(1.25rem, calc(0.50rem + 1.56vw), 1.75rem); } }
  @media only screen and (max-width: 767px) {
    .baloon {
      font-size: clamp(0.8rem, calc(0.48rem + 1.61vw), 1.25rem); } }
  .baloon:after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0) scaleX(70%);
    position: absolute;
    content: "";
    width: 0;
    height: 0; }
    @media only screen and (min-width: 768px) {
      .baloon:after {
        border: 1rem  solid transparent; } }
    @media only screen and (max-width: 1200px) {
      .baloon:after {
        border: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem) solid transparent; } }
    @media only screen and (max-width: 767px) {
      .baloon:after {
        border: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem) solid transparent; } }
    @media only screen and (min-width: 768px) {
      .baloon:after {
        border-top: 1rem solid white; } }
    @media only screen and (max-width: 1200px) {
      .baloon:after {
        border-top: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem) solid white; } }
    @media only screen and (max-width: 767px) {
      .baloon:after {
        border-top: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem) solid white; } }

.section-home-reason {
  position: relative; }
  .section-home-reason:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 1280;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.6) 70%), url("/wp-content/uploads/background-reason.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1; }
  .section-home-reason .head {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-home-reason .head h2 {
      color: white;
      font-family: Mobo;
      margin: 1rem 0 0; }
      @media only screen and (min-width: 768px) {
        .section-home-reason .head h2 {
          font-size: 4rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-reason .head h2 {
          font-size: clamp(3rem, calc(1.50rem + 3.13vw), 4rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-reason .head h2 {
          font-size: clamp(2rem, calc(1.29rem + 3.57vw), 3rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-reason .head h2 {
          margin: 0; } }
    .section-home-reason .head h3 {
      color: #00a875;
      font-family: Inter;
      text-shadow: 0.125rem 0.125rem 0.25rem rgba(255, 255, 255, 0.5), 0.25rem 0.25rem 0.5rem rgba(255, 255, 255, 0.25), 0.5rem 0.5rem 1rem rgba(255, 255, 255, 0.125); }
      @media only screen and (max-width: 767px) {
        .section-home-reason .head h3 {
          margin: .5rem; } }
      @media only screen and (min-width: 768px) {
        .section-home-reason .head h3 {
          letter-spacing: .25rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-reason .head h3 {
          letter-spacing: clamp(0.125rem, calc(-0.06rem + 0.39vw), 0.25rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-reason .head h3 {
          letter-spacing: clamp(0rem, calc(-0.09rem + 0.45vw), 0.125rem); } }
      @media only screen and (min-width: 768px) {
        .section-home-reason .head h3 {
          font-size: 2rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-reason .head h3 {
          font-size: clamp(1.75rem, calc(1.38rem + 0.78vw), 2rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-reason .head h3 {
          font-size: clamp(1.25rem, calc(0.89rem + 1.79vw), 1.75rem); } }
    .section-home-reason .head p {
      line-height: 1.75;
      color: white; }
      @media only screen and (max-width: 767px) {
        .section-home-reason .head p {
          line-height: 1.5;
          margin: 0; } }
      @media only screen and (min-width: 768px) {
        .section-home-reason .head p {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-reason .head p {
          font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-reason .head p {
          font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }
  .section-home-reason ol {
    list-style: none;
    counter-reset: reason;
    background-color: white;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      .section-home-reason ol {
        margin: 4rem 0 2rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-reason ol {
        margin: clamp(2rem, calc(-1.00rem + 6.25vw), 4rem) 0 1rem; } }
    @media only screen and (max-width: 767px) {
      .section-home-reason ol {
        margin: clamp(1rem, calc(0.29rem + 3.57vw), 2rem) 0 1rem; } }
    @media only screen and (min-width: 768px) {
      .section-home-reason ol {
        padding: 2rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-reason ol {
        padding: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-reason ol {
        padding: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }
    @media only screen and (min-width: 768px) {
      .section-home-reason ol {
        gap: 2rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-reason ol {
        gap: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-reason ol {
        gap: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }
    @media only screen and (min-width: 768px) {
      .section-home-reason ol {
        border-radius: 1rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-reason ol {
        border-radius: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-reason ol {
        border-radius: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem); } }
    .section-home-reason ol li {
      counter-increment: reason;
      display: flex; }
      .section-home-reason ol li:nth-child(even) {
        flex-direction: row-reverse; }
        @media only screen and (max-width: 767px) {
          .section-home-reason ol li:nth-child(even) {
            flex-direction: column; } }
      @media only screen and (max-width: 767px) {
        .section-home-reason ol li {
          flex-direction: column; } }
      @media only screen and (min-width: 768px) {
        .section-home-reason ol li {
          gap: 2rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-reason ol li {
          gap: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-reason ol li {
          gap: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }
      .section-home-reason ol li h3 {
        font-family: Lato;
        font-weight: 900; }
        @media only screen and (min-width: 768px) {
          .section-home-reason ol li h3 {
            font-size: 2.5rem; } }
        @media only screen and (max-width: 1200px) {
          .section-home-reason ol li h3 {
            font-size: clamp(2rem, calc(1.25rem + 1.56vw), 2.5rem); } }
        @media only screen and (max-width: 767px) {
          .section-home-reason ol li h3 {
            font-size: clamp(1.5rem, calc(1.14rem + 1.79vw), 2rem); } }
        @media only screen and (min-width: 768px) {
          .section-home-reason ol li h3 {
            margin: 0 0 2rem; } }
        @media only screen and (max-width: 1200px) {
          .section-home-reason ol li h3 {
            margin: 0 0 clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
        @media only screen and (max-width: 767px) {
          .section-home-reason ol li h3 {
            margin: 0 0 clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }
      .section-home-reason ol li .text {
        flex: 1 1 0px;
        position: relative; }
        .section-home-reason ol li .text:before {
          content: "0" counter(reason);
          font-family: Mobo;
          color: #00a875;
          display: block; }
          @media only screen and (min-width: 768px) {
            .section-home-reason ol li .text:before {
              font-size: 4rem; } }
          @media only screen and (max-width: 1200px) {
            .section-home-reason ol li .text:before {
              font-size: clamp(3rem, calc(1.50rem + 3.13vw), 4rem); } }
          @media only screen and (max-width: 767px) {
            .section-home-reason ol li .text:before {
              font-size: clamp(2rem, calc(1.29rem + 3.57vw), 3rem); } }
        .section-home-reason ol li .text p {
          line-height: 1.75; }
          @media only screen and (min-width: 768px) {
            .section-home-reason ol li .text p {
              font-size: 1.25rem; } }
          @media only screen and (max-width: 1200px) {
            .section-home-reason ol li .text p {
              font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
          @media only screen and (max-width: 767px) {
            .section-home-reason ol li .text p {
              font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }
      .section-home-reason ol li .image {
        flex: 1 1 0px;
        display: flex;
        justify-content: center; }
        .section-home-reason ol li .image picture {
          display: block; }
        .section-home-reason ol li .image img {
          width: 100%;
          height: auto; }
          @media only screen and (min-width: 768px) {
            .section-home-reason ol li .image img {
              border-radius: 1rem; } }
          @media only screen and (max-width: 1200px) {
            .section-home-reason ol li .image img {
              border-radius: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem); } }
          @media only screen and (max-width: 767px) {
            .section-home-reason ol li .image img {
              border-radius: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem); } }
          @media only screen and (max-width: 767px) {
            .section-home-reason ol li .image img {
              width: 75%;
              height: auto;
              margin: 0 auto;
              display: block; } }

.section-home-support .block-home-support a {
  display: flex;
  flex-direction: column;
  color: white;
  position: relative;
  background-image: linear-gradient(to right, rgba(0, 32, 64, 0.5) 0%, rgba(0, 64, 32, 0.6) 70%);
  border-radius: 1rem; }
  @media only screen and (min-width: 768px) {
    .section-home-support .block-home-support a {
      padding: 3.5rem; } }
  @media only screen and (max-width: 1200px) {
    .section-home-support .block-home-support a {
      padding: clamp(2.5rem, calc(1.00rem + 3.13vw), 3.5rem); } }
  @media only screen and (max-width: 767px) {
    .section-home-support .block-home-support a {
      padding: clamp(1.5rem, calc(0.79rem + 3.57vw), 2.5rem); } }
  .section-home-support .block-home-support a:hover {
    color: black;
    background-image: none; }
  .section-home-support .block-home-support a:before {
    content: "";
    background-image: url("/wp-content/uploads/background-support.webp");
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: 0;
    left: 25%;
    right: 0;
    bottom: 0;
    position: absolute; }
  .section-home-support .block-home-support a h2 {
    font-family: Lato;
    font-weight: 900; }
    @media only screen and (min-width: 768px) {
      .section-home-support .block-home-support a h2 {
        margin: 0 0 1rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-support .block-home-support a h2 {
        margin: 0 0 clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-support .block-home-support a h2 {
        margin: 0 0 clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem); } }
    @media only screen and (min-width: 768px) {
      .section-home-support .block-home-support a h2 {
        font-size: 3rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-support .block-home-support a h2 {
        font-size: clamp(2.5rem, calc(1.75rem + 1.56vw), 3rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-support .block-home-support a h2 {
        font-size: clamp(2rem, calc(1.64rem + 1.79vw), 2.5rem); } }
  @media only screen and (min-width: 768px) {
    .section-home-support .block-home-support a p {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 1200px) {
    .section-home-support .block-home-support a p {
      font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
  @media only screen and (max-width: 767px) {
    .section-home-support .block-home-support a p {
      font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }
  .section-home-support .block-home-support a .link-button {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem 0 0 0; }
    @media only screen and (min-width: 768px) {
      .section-home-support .block-home-support a .link-button {
        width: 4rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-support .block-home-support a .link-button {
        width: clamp(3rem, calc(1.50rem + 3.13vw), 4rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-support .block-home-support a .link-button {
        width: clamp(2rem, calc(1.29rem + 3.57vw), 3rem); } }
    @media only screen and (min-width: 768px) {
      .section-home-support .block-home-support a .link-button {
        height: 4rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-support .block-home-support a .link-button {
        height: clamp(3rem, calc(1.50rem + 3.13vw), 4rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-support .block-home-support a .link-button {
        height: clamp(2rem, calc(1.29rem + 3.57vw), 3rem); } }
    .section-home-support .block-home-support a .link-button span {
      display: flex;
      justify-content: center;
      align-items: center; }
    .section-home-support .block-home-support a .link-button svg {
      transform: translate(10%, 0);
      width: 1.5rem; }
      @media only screen and (min-width: 768px) {
        .section-home-support .block-home-support a .link-button svg {
          width: 1.5rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-support .block-home-support a .link-button svg {
          width: clamp(1.25rem, calc(0.88rem + 0.78vw), 1.5rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-support .block-home-support a .link-button svg {
          width: clamp(1rem, calc(0.82rem + 0.89vw), 1.25rem); } }
      @media only screen and (min-width: 768px) {
        .section-home-support .block-home-support a .link-button svg {
          height: 1.5rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-support .block-home-support a .link-button svg {
          height: clamp(1.25rem, calc(0.88rem + 0.78vw), 1.5rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-support .block-home-support a .link-button svg {
          height: clamp(1rem, calc(0.82rem + 0.89vw), 1.25rem); } }

.section-home-service {
  position: relative;
  position: relative; }
  .section-home-service .background {
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .section-home-service .background {
        top: 10rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-service .background {
        top: clamp(8rem, calc(5.00rem + 6.25vw), 10rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-service .background {
        top: clamp(6rem, calc(4.57rem + 7.14vw), 8rem); } }
    .section-home-service .background p svg {
      fill: #f9faf5;
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .section-home-service .background p svg {
          fill: rgba(255, 255, 255, 0.5); } }
  .section-home-service .head {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-home-service .head h3 {
      font-family: Mobo;
      color: #00a875;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .section-home-service .head h3 {
          font-size: 4rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-service .head h3 {
          font-size: clamp(3rem, calc(1.50rem + 3.13vw), 4rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-service .head h3 {
          font-size: clamp(2rem, calc(1.29rem + 3.57vw), 3rem); } }
    .section-home-service .head h2 {
      font-family: Lato;
      font-weight: 900;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .section-home-service .head h2 {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-service .head h2 {
          font-size: clamp(2rem, calc(1.25rem + 1.56vw), 2.5rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-service .head h2 {
          font-size: clamp(1.5rem, calc(1.14rem + 1.79vw), 2rem); } }
    @media only screen and (min-width: 768px) {
      .section-home-service .head p {
        margin: 2rem 0; } }
    @media only screen and (max-width: 1200px) {
      .section-home-service .head p {
        margin: clamp(1.25rem, calc(0.13rem + 2.34vw), 2rem) 0; } }
    @media only screen and (max-width: 767px) {
      .section-home-service .head p {
        margin: clamp(0.5rem, calc(-0.04rem + 2.68vw), 1.25rem) 0; } }
    @media only screen and (min-width: 768px) {
      .section-home-service .head p {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-service .head p {
        font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-service .head p {
        font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }
  .section-home-service .contents {
    display: flex; }
    @media only screen and (min-width: 768px) {
      .section-home-service .contents {
        gap: 4rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-service .contents {
        gap: clamp(3rem, calc(1.50rem + 3.13vw), 4rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-service .contents {
        gap: 1rem; } }
    @media only screen and (max-width: 767px) {
      .section-home-service .contents {
        flex-direction: column; } }
    .section-home-service .contents .text {
      flex: 1 1 0px; }
      .section-home-service .contents .text ul {
        padding: 0; }
        @media only screen and (max-width: 767px) {
          .section-home-service .contents .text ul {
            padding: 0 .5rem; } }
        .section-home-service .contents .text ul li p.link {
          margin: 1rem 0 0;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
        .section-home-service .contents .text ul li p a {
          color: white;
          position: relative;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          background: linear-gradient(to right, #88ccc0, #00a775); }
          @media only screen and (min-width: 768px) {
            .section-home-service .contents .text ul li p a {
              padding: 1rem 4rem; } }
          @media only screen and (max-width: 1200px) {
            .section-home-service .contents .text ul li p a {
              padding: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem) 4rem; } }
          @media only screen and (max-width: 767px) {
            .section-home-service .contents .text ul li p a {
              padding: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem) 4rem; } }
          .section-home-service .contents .text ul li p a .text {
            transform: translate(0, -10%); }
          .section-home-service .contents .text ul li p a .icon {
            position: absolute;
            top: 50%;
            right: .75rem;
            transform: translate(0, -50%); }
            .section-home-service .contents .text ul li p a .icon svg {
              fill: white;
              width: 1rem;
              height: 1rem; }
              .section-home-service .contents .text ul li p a .icon svg path {
                fill: white; }
    .section-home-service .contents .image {
      z-index: -2;
      position: relative;
      flex: 1 1 0px; }
      @media only screen and (max-width: 767px) {
        .section-home-service .contents .image {
          position: absolute;
          inset: 0;
          opacity: .2; } }
      .section-home-service .contents .image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-image: url("/wp-content/uploads/image-service.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        aspect-ratio: 60 / 65; }
        @media only screen and (max-width: 767px) {
          .section-home-service .contents .image:before {
            mask-image: linear-gradient(to bottom, black 0%, black 60%, rgba(0, 0, 0, 0) 100%); } }
        @media only screen and (min-width: 768px) {
          .section-home-service .contents .image:before {
            border-radius: 0 3rem 0 0; } }
        @media only screen and (max-width: 1200px) {
          .section-home-service .contents .image:before {
            border-radius: 0 clamp(2.5rem, calc(1.75rem + 1.56vw), 3rem) 0 0; } }
        @media only screen and (max-width: 767px) {
          .section-home-service .contents .image:before {
            border-radius: 0; } }
  .section-home-service ul {
    list-style: none; }
    .section-home-service ul li {
      padding: 0;
      border-bottom: 1px solid gray; }
      @media only screen and (max-width: 767px) {
        .section-home-service ul li {
          background-color: rgba(255, 255, 255, 0.5); } }
      .section-home-service ul li:first-child {
        border-top: 1px solid gray; }
      @media only screen and (min-width: 768px) {
        .section-home-service ul li details {
          padding: 1rem 0; } }
      @media only screen and (max-width: 1200px) {
        .section-home-service ul li details {
          padding: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem) 0; } }
      @media only screen and (max-width: 767px) {
        .section-home-service ul li details {
          padding: .75rem 1rem .5rem; } }
      .section-home-service ul li details summary {
        display: flex;
        align-items: center;
        font-family: Lato;
        font-weight: 900;
        list-style: none;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          .section-home-service ul li details summary {
            gap: .5rem; } }
        @media only screen and (max-width: 1200px) {
          .section-home-service ul li details summary {
            gap: clamp(0.25rem, calc(-0.13rem + 0.78vw), 0.5rem); } }
        @media only screen and (max-width: 767px) {
          .section-home-service ul li details summary {
            gap: clamp(0.25rem, calc(0.25rem + 0.00vw), 0.25rem); } }
        @media only screen and (min-width: 768px) {
          .section-home-service ul li details summary {
            font-size: 1.75rem; } }
        @media only screen and (max-width: 1200px) {
          .section-home-service ul li details summary {
            font-size: clamp(1.5rem, calc(1.13rem + 0.78vw), 1.75rem); } }
        @media only screen and (max-width: 767px) {
          .section-home-service ul li details summary {
            font-size: clamp(1.25rem, calc(1.07rem + 0.89vw), 1.5rem); } }
        .section-home-service ul li details summary:after {
          content: "▼";
          font-size: .7rem; }
      @media only screen and (max-width: 767px) {
        .section-home-service ul li details[open] {
          background-color: rgba(255, 255, 255, 0.5); } }
      .section-home-service ul li details[open] summary {
        color: #00a875; }
        @media only screen and (min-width: 768px) {
          .section-home-service ul li details[open] summary {
            font-size: 2rem; } }
        @media only screen and (max-width: 1200px) {
          .section-home-service ul li details[open] summary {
            font-size: clamp(1.75rem, calc(1.38rem + 0.78vw), 2rem); } }
        @media only screen and (max-width: 767px) {
          .section-home-service ul li details[open] summary {
            font-size: clamp(1.5rem, calc(1.32rem + 0.89vw), 1.75rem); } }
        .section-home-service ul li details[open] summary:after {
          content: "▲"; }
  @media only screen and (min-width: 768px) {
    .section-home-service .foot {
      margin: 2rem 0 0; } }
  @media only screen and (max-width: 1200px) {
    .section-home-service .foot {
      margin: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem) 0 0; } }
  @media only screen and (max-width: 767px) {
    .section-home-service .foot {
      margin: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem) 0 0; } }
  .section-home-service .foot p {
    display: flex;
    justify-content: center;
    align-items: center; }
  .section-home-service .foot a {
    display: inline-flex;
    position: relative;
    background: linear-gradient(to right, #88ccc0, #00a775); }
    @media only screen and (min-width: 768px) {
      .section-home-service .foot a {
        padding: 1.25rem 6rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-service .foot a {
        padding: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem) 6rem; } }
    @media only screen and (max-width: 767px) {
      .section-home-service .foot a {
        padding: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem) 5rem; } }
    .section-home-service .foot a span {
      display: flex;
      justify-content: center;
      align-items: center; }
    .section-home-service .foot a .text {
      color: white; }
      @media only screen and (min-width: 768px) {
        .section-home-service .foot a .text {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-service .foot a .text {
          font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-service .foot a .text {
          font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }
    .section-home-service .foot a .icon {
      position: absolute;
      top: 50%;
      right: .75rem;
      transform: translate(0, -50%); }
      .section-home-service .foot a .icon svg {
        fill: white; }
        .section-home-service .foot a .icon svg path {
          fill: white; }
  .section-home-service .foot .text {
    line-height: 1;
    transform: translate(0, -10%); }
  .section-home-service .foot .icon svg {
    height: auto; }
    @media only screen and (min-width: 768px) {
      .section-home-service .foot .icon svg {
        width: 1.25rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-service .foot .icon svg {
        width: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-service .foot .icon svg {
        width: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }
  .section-home-service .background-movie {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    opacity: .1; }
    @media only screen and (max-width: 767px) {
      .section-home-service .background-movie {
        display: none; } }
    .section-home-service .background-movie video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 50%, rgba(0, 0, 0, 0) 100%); }

.section-home-works {
  background-color: #e8f7da; }
  @media only screen and (min-width: 768px) {
    .section-home-works {
      padding: 2rem .5rem; } }
  @media only screen and (max-width: 1200px) {
    .section-home-works {
      padding: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem) 0.5rem; } }
  @media only screen and (max-width: 767px) {
    .section-home-works {
      padding: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem) 0.5rem; } }
  .section-home-works .head {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .section-home-works .head h3 {
      font-family: Mobo;
      color: #00a875;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .section-home-works .head h3 {
          font-size: 4rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-works .head h3 {
          font-size: clamp(3rem, calc(1.50rem + 3.13vw), 4rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-works .head h3 {
          font-size: clamp(2rem, calc(1.29rem + 3.57vw), 3rem); } }
    .section-home-works .head h2 {
      font-family: Lato;
      font-weight: 900;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .section-home-works .head h2 {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-works .head h2 {
          font-size: clamp(2rem, calc(1.25rem + 1.56vw), 2.5rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-works .head h2 {
          font-size: clamp(1.5rem, calc(1.14rem + 1.79vw), 2rem); } }
  @media only screen and (min-width: 768px) {
    .section-home-works .gallery {
      gap: 2rem; } }
  @media only screen and (max-width: 1200px) {
    .section-home-works .gallery {
      gap: clamp(1rem, calc(-0.50rem + 3.13vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .section-home-works .gallery {
      gap: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }
  @media only screen and (min-width: 768px) {
    .section-home-works .service-name {
      margin: .75rem 0; } }
  @media only screen and (max-width: 1200px) {
    .section-home-works .service-name {
      margin: clamp(0.5rem, calc(0.13rem + 0.78vw), 0.75rem) 0; } }
  @media only screen and (max-width: 767px) {
    .section-home-works .service-name {
      margin: .5rem 0; } }
  .section-home-works .service-name span {
    background-color: #00a875;
    color: white;
    font-family: Lato;
    font-weight: 600;
    padding: .25rem .5rem; }
    @media only screen and (min-width: 768px) {
      .section-home-works .service-name span {
        font-size: 1rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-works .service-name span {
        font-size: clamp(0.9rem, calc(0.75rem + 0.31vw), 1rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-works .service-name span {
        font-size: 1rem; } }
  .section-home-works .a-picture picture {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    width: 100%;
    display: block; }
    .section-home-works .a-picture picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  @media only screen and (min-width: 768px) {
    .section-home-works .title {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 1200px) {
    .section-home-works .title {
      font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
  @media only screen and (max-width: 767px) {
    .section-home-works .title {
      font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }

.section-home-company-and-recruit .block-home-company-and-recruit {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .section-home-company-and-recruit .block-home-company-and-recruit {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .section-home-company-and-recruit .block-home-company-and-recruit {
      gap: 3rem; } }
  @media only screen and (max-width: 1200px) {
    .section-home-company-and-recruit .block-home-company-and-recruit {
      gap: clamp(2rem, calc(0.50rem + 3.13vw), 3rem); } }
  @media only screen and (max-width: 767px) {
    .section-home-company-and-recruit .block-home-company-and-recruit {
      gap: clamp(1rem, calc(0.29rem + 3.57vw), 2rem); } }
  .section-home-company-and-recruit .block-home-company-and-recruit a {
    border-radius: .5rem;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 768px) {
      .section-home-company-and-recruit .block-home-company-and-recruit a {
        padding: 8rem 0; } }
    @media only screen and (max-width: 1200px) {
      .section-home-company-and-recruit .block-home-company-and-recruit a {
        padding: clamp(6rem, calc(3.00rem + 6.25vw), 8rem) 0; } }
    @media only screen and (max-width: 767px) {
      .section-home-company-and-recruit .block-home-company-and-recruit a {
        padding: clamp(4rem, calc(2.57rem + 7.14vw), 6rem) 0; } }
    @media only screen and (max-width: 767px) {
      .section-home-company-and-recruit .block-home-company-and-recruit a {
        width: 80%;
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      .section-home-company-and-recruit .block-home-company-and-recruit a {
        gap: 1rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-company-and-recruit .block-home-company-and-recruit a {
        gap: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-company-and-recruit .block-home-company-and-recruit a {
        gap: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem); } }
    .section-home-company-and-recruit .block-home-company-and-recruit a .link-button {
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 1rem 0 0 0; }
      @media only screen and (min-width: 768px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a .link-button {
          width: 4rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a .link-button {
          width: clamp(3rem, calc(1.50rem + 3.13vw), 4rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a .link-button {
          width: clamp(2rem, calc(1.29rem + 3.57vw), 3rem); } }
      @media only screen and (min-width: 768px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a .link-button {
          height: 4rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a .link-button {
          height: clamp(3rem, calc(1.50rem + 3.13vw), 4rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a .link-button {
          height: clamp(2rem, calc(1.29rem + 3.57vw), 3rem); } }
      .section-home-company-and-recruit .block-home-company-and-recruit a .link-button span {
        display: flex;
        justify-content: center;
        align-items: center; }
      .section-home-company-and-recruit .block-home-company-and-recruit a .link-button svg {
        transform: translate(10%, 0);
        width: 1.5rem; }
        @media only screen and (min-width: 768px) {
          .section-home-company-and-recruit .block-home-company-and-recruit a .link-button svg {
            width: 1.5rem; } }
        @media only screen and (max-width: 1200px) {
          .section-home-company-and-recruit .block-home-company-and-recruit a .link-button svg {
            width: clamp(1.25rem, calc(0.88rem + 0.78vw), 1.5rem); } }
        @media only screen and (max-width: 767px) {
          .section-home-company-and-recruit .block-home-company-and-recruit a .link-button svg {
            width: clamp(1rem, calc(0.82rem + 0.89vw), 1.25rem); } }
        @media only screen and (min-width: 768px) {
          .section-home-company-and-recruit .block-home-company-and-recruit a .link-button svg {
            height: 1.5rem; } }
        @media only screen and (max-width: 1200px) {
          .section-home-company-and-recruit .block-home-company-and-recruit a .link-button svg {
            height: clamp(1.25rem, calc(0.88rem + 0.78vw), 1.5rem); } }
        @media only screen and (max-width: 767px) {
          .section-home-company-and-recruit .block-home-company-and-recruit a .link-button svg {
            height: clamp(1rem, calc(0.82rem + 0.89vw), 1.25rem); } }
    .section-home-company-and-recruit .block-home-company-and-recruit a h3 {
      font-family: Inter;
      font-weight: 700;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a h3 {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a h3 {
          font-size: clamp(1.25rem, calc(0.88rem + 0.78vw), 1.5rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a h3 {
          font-size: clamp(1rem, calc(0.82rem + 0.89vw), 1.25rem); } }
    .section-home-company-and-recruit .block-home-company-and-recruit a h2 {
      font-family: Lato;
      font-weight: 900;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a h2 {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a h2 {
          font-size: clamp(2rem, calc(1.25rem + 1.56vw), 2.5rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-company-and-recruit .block-home-company-and-recruit a h2 {
          font-size: clamp(1.5rem, calc(1.14rem + 1.79vw), 2rem); } }
  .section-home-company-and-recruit .block-home-company-and-recruit .company {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%), url("/wp-content/uploads/background-company.webp"); }
  .section-home-company-and-recruit .block-home-company-and-recruit .recruit {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%), url("/wp-content/uploads/background-recruit.webp");
    background-position: center 75%;
    background-size: 125%; }
    @media only screen and (max-width: 767px) {
      .section-home-company-and-recruit .block-home-company-and-recruit .recruit {
        background-size: 110%; } }

.section-home-contact {
  position: relative;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%), url("/wp-content/uploads/background-contact.webp");
  background-position: center 70%;
  background-repeat: no-repeat;
  margin: 0; }
  .section-home-contact .head {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; }
    @media only screen and (min-width: 768px) {
      .section-home-contact .head {
        margin: 2rem 0 10rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-contact .head {
        margin: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem) 0 clamp(8rem, calc(5.00rem + 6.25vw), 10rem); } }
    @media only screen and (max-width: 767px) {
      .section-home-contact .head {
        margin: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem) 0 clamp(6rem, calc(4.57rem + 7.14vw), 8rem); } }
    .section-home-contact .head h3 {
      margin: 0;
      font-family: Mobo; }
      @media only screen and (min-width: 768px) {
        .section-home-contact .head h3 {
          font-size: 3rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-contact .head h3 {
          font-size: clamp(2.5rem, calc(1.75rem + 1.56vw), 3rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-contact .head h3 {
          font-size: clamp(2rem, calc(1.64rem + 1.79vw), 2.5rem); } }
    .section-home-contact .head h2 {
      margin: 0;
      font-family: Lato;
      font-weight: 900; }
      @media only screen and (min-width: 768px) {
        .section-home-contact .head h2 {
          font-size: 2rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-contact .head h2 {
          font-size: clamp(1.75rem, calc(1.38rem + 0.78vw), 2rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-contact .head h2 {
          font-size: clamp(1.5rem, calc(1.32rem + 0.89vw), 1.75rem); } }

.section-home-contact-link {
  position: absolute;
  left: 0;
  right: 0;
  justify-content: center; }
  .section-home-contact-link .flex {
    margin: -10rem 0 -4rem;
    width: calc(100% - 4rem);
    max-width: calc(1200px - 4rem);
    background-color: white;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .section-home-contact-link .flex {
        width: calc(100% - 2rem); } }
    @media only screen and (min-width: 768px) {
      .section-home-contact-link .flex {
        margin: -10rem 0 -4rem; } }
    @media only screen and (max-width: 1200px) {
      .section-home-contact-link .flex {
        margin: calc(-1 * clamp(8rem, calc(5.00rem + 6.25vw), 10rem)) 0 calc(-1 * clamp(3rem, calc(1.50rem + 3.13vw), 4rem)); } }
    @media only screen and (max-width: 767px) {
      .section-home-contact-link .flex {
        margin: calc(-1 * clamp(6rem, calc(4.57rem + 7.14vw), 8rem)) 0 calc(-1 * clamp(2rem, calc(1.29rem + 3.57vw), 3rem)); } }
    @media only screen and (max-width: 767px) {
      .section-home-contact-link .flex {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .section-home-contact-link .flex {
        padding: 2rem 0; } }
    @media only screen and (max-width: 1200px) {
      .section-home-contact-link .flex {
        padding: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem) 0; } }
    @media only screen and (max-width: 767px) {
      .section-home-contact-link .flex {
        padding: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem) 0; } }
  .section-home-contact-link .messages {
    flex: 1 1 0px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-home-contact-link .messages div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 1rem;
      padding: 1rem 0 1rem 1rem; }
      @media only screen and (max-width: 767px) {
        .section-home-contact-link .messages div {
          gap: .5rem; } }
      .section-home-contact-link .messages div h4 {
        margin: 0;
        font-family: Lato;
        font-weight: 900; }
        @media only screen and (min-width: 768px) {
          .section-home-contact-link .messages div h4 {
            font-size: 1.75rem; } }
        @media only screen and (max-width: 1200px) {
          .section-home-contact-link .messages div h4 {
            font-size: clamp(1.25rem, calc(0.50rem + 1.56vw), 1.75rem); } }
        @media only screen and (max-width: 767px) {
          .section-home-contact-link .messages div h4 {
            font-size: clamp(1.125rem, calc(0.86rem + 1.34vw), 1.5rem); } }
      @media only screen and (min-width: 768px) {
        .section-home-contact-link .messages div p {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 1200px) {
        .section-home-contact-link .messages div p {
          font-size: clamp(0.8rem, calc(0.13rem + 1.41vw), 1.25rem); } }
      @media only screen and (max-width: 767px) {
        .section-home-contact-link .messages div p {
          font-size: clamp(0.7rem, calc(0.31rem + 1.96vw), 1.25rem); } }
  .section-home-contact-link .link {
    flex: 1 1 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .section-home-contact-link .link p {
      display: flex; }
      @media only screen and (max-width: 767px) {
        .section-home-contact-link .link p {
          width: 100%; } }
      .section-home-contact-link .link p a {
        position: relative;
        color: white;
        background: linear-gradient(to right, #88ccc0, #00a775);
        border-radius: 50vmax;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (min-width: 768px) {
          .section-home-contact-link .link p a {
            padding: 1rem 6rem; } }
        @media only screen and (max-width: 1200px) {
          .section-home-contact-link .link p a {
            padding: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem) clamp(5rem, calc(3.50rem + 3.13vw), 6rem); } }
        @media only screen and (max-width: 767px) {
          .section-home-contact-link .link p a {
            padding: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem) 0; } }
        @media only screen and (max-width: 767px) {
          .section-home-contact-link .link p a {
            width: calc(100% - 2rem);
            margin: 0 auto; } }
        .section-home-contact-link .link p a .text {
          display: flex;
          align-items: center;
          font-family: Mobo;
          transform: translate(0, -10%); }
          @media only screen and (min-width: 768px) {
            .section-home-contact-link .link p a .text {
              font-size: 2rem; } }
          @media only screen and (max-width: 1200px) {
            .section-home-contact-link .link p a .text {
              font-size: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
          @media only screen and (max-width: 767px) {
            .section-home-contact-link .link p a .text {
              font-size: clamp(1.25rem, calc(1.07rem + 0.89vw), 1.5rem); } }
        .section-home-contact-link .link p a .icon {
          position: absolute;
          display: flex;
          align-items: center;
          top: 0;
          bottom: 0;
          right: .75rem; }
          .section-home-contact-link .link p a .icon svg {
            width: 1rem;
            height: 1rem;
            fill: white; }
            .section-home-contact-link .link p a .icon svg path {
              fill: white; }

@media only screen and (min-width: 768px) {
  #home .section-footer {
    padding: 8rem 0 2rem; } }

@media only screen and (max-width: 1200px) {
  #home .section-footer {
    padding: clamp(7rem, calc(5.50rem + 3.13vw), 8rem) 0 clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }

@media only screen and (max-width: 767px) {
  #home .section-footer {
    padding: 8rem 0 clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }

.section-footer {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .section-footer {
      padding: 4rem 0 2rem; } }
  @media only screen and (max-width: 1200px) {
    .section-footer {
      padding: clamp(2rem, calc(-1.00rem + 6.25vw), 4rem) 0 clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .section-footer {
      padding: 2rem 0 clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }
  .section-footer .background-movie {
    opacity: 1; }
    @media only screen and (max-width: 767px) {
      .section-footer .background-movie {
        display: none; } }
    .section-footer .background-movie video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      mask-image: linear-gradient(to bottom, black 0%, black 60%, black 100%); }
  .section-footer:after {
    position: absolute;
    content: "";
    inset: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%), url("/wp-content/uploads/background-footer.webp");
    z-index: -2; }
  .section-footer .block-footer {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .section-footer .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .section-footer .logomark {
    display: flex;
    align-items: center;
    gap: .5rem; }
    .section-footer .logomark .sk-mono svg {
      width: auto; }
      @media only screen and (min-width: 768px) {
        .section-footer .logomark .sk-mono svg {
          height: 3rem; } }
      @media only screen and (max-width: 1200px) {
        .section-footer .logomark .sk-mono svg {
          height: clamp(2.5rem, calc(1.75rem + 1.56vw), 3rem); } }
      @media only screen and (max-width: 767px) {
        .section-footer .logomark .sk-mono svg {
          height: clamp(2rem, calc(1.64rem + 1.79vw), 2.5rem); } }
    .section-footer .logomark .log svg {
      width: auto; }
      @media only screen and (min-width: 768px) {
        .section-footer .logomark .log svg {
          height: 2rem; } }
      @media only screen and (max-width: 1200px) {
        .section-footer .logomark .log svg {
          height: clamp(1.75rem, calc(1.38rem + 0.78vw), 2rem); } }
      @media only screen and (max-width: 767px) {
        .section-footer .logomark .log svg {
          height: clamp(1.5rem, calc(1.32rem + 0.89vw), 1.75rem); } }
  .section-footer .cleaning-service {
    margin: 1rem 0;
    text-align: center;
    font-family: Inter;
    font-weight: 600; }
    @media only screen and (min-width: 768px) {
      .section-footer .cleaning-service {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 1200px) {
      .section-footer .cleaning-service {
        font-size: clamp(1.125rem, calc(0.94rem + 0.39vw), 1.25rem); } }
    @media only screen and (max-width: 767px) {
      .section-footer .cleaning-service {
        font-size: clamp(1rem, calc(0.91rem + 0.45vw), 1.125rem); } }
  .section-footer .menu-contents {
    display: flex;
    justify-content: center; }
  .section-footer ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .section-footer ul {
        gap: 2rem; } }
    @media only screen and (max-width: 1200px) {
      .section-footer ul {
        gap: clamp(1.25rem, calc(0.13rem + 2.34vw), 2rem); } }
    @media only screen and (min-width: 768px) {
      .section-footer ul {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 1200px) {
      .section-footer ul {
        font-size: clamp(1rem, calc(0.63rem + 0.78vw), 1.25rem); } }
    @media only screen and (max-width: 767px) {
      .section-footer ul {
        display: none;
        gap: 0 1rem;
        font-size: clamp(0.9rem, calc(0.38rem + 1.09vw), 1.25rem); }
        .section-footer ul li {
          text-align: center;
          flex-basis: calc((100% - 6rem) / 5); }
          .section-footer ul li:nth-child(n + 4) {
            flex-basis: 26%; } }
  .section-footer .name-and-address {
    margin: 1rem;
    width: calc(100% - 2rem);
    display: flex;
    justify-content: center;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray; }
    @media only screen and (min-width: 768px) {
      .section-footer .name-and-address {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 1200px) {
      .section-footer .name-and-address {
        font-size: clamp(1rem, calc(0.63rem + 0.78vw), 1.25rem); } }
    @media only screen and (max-width: 767px) {
      .section-footer .name-and-address {
        font-size: clamp(0.8rem, calc(0.66rem + 0.71vw), 1rem); } }
    .section-footer .name-and-address p {
      display: flex;
      align-items: center;
      margin: .75rem 0; }
      @media only screen and (min-width: 768px) {
        .section-footer .name-and-address p {
          gap: 1rem; } }
      @media only screen and (max-width: 1200px) {
        .section-footer .name-and-address p {
          gap: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem); } }
      @media only screen and (max-width: 767px) {
        .section-footer .name-and-address p {
          gap: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem); } }
    .section-footer .name-and-address .zip {
      display: flex;
      align-items: center; }
      .section-footer .name-and-address .zip:before {
        content: "〒"; }
  .section-footer copy {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter; }
  .section-footer .c {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .9rem;
    height: .9rem;
    border-radius: 50vmax;
    border: 1px solid black;
    margin-right: .25rem; }
    .section-footer .c:before {
      content: "c";
      display: flex;
      align-items: center;
      justify-content: center;
      transform: translate(0, -10%); }

.list-categories-in-category .categories {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .list-categories-in-category .categories {
      gap: 2rem; } }
  @media only screen and (max-width: 1200px) {
    .list-categories-in-category .categories {
      gap: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .list-categories-in-category .categories {
      gap: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }
  @media only screen and (max-width: 767px) {
    .list-categories-in-category .categories {
      flex-direction: column; } }
  .list-categories-in-category .categories .category {
    flex: 1 1 34%; }
  .list-categories-in-category .categories:after {
    content: "";
    width: 0;
    height: 0;
    flex: 1 1 34%; }
  @media only screen and (min-width: 768px) {
    .list-categories-in-category .categories .category-title {
      margin: 1rem 0; } }
  @media only screen and (max-width: 1200px) {
    .list-categories-in-category .categories .category-title {
      margin: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem) 0; } }
  @media only screen and (max-width: 767px) {
    .list-categories-in-category .categories .category-title {
      margin: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem) 0; } }
  @media only screen and (min-width: 768px) {
    .list-categories-in-category .categories .category-description {
      line-height: 1.75rem; } }
  @media only screen and (max-width: 1200px) {
    .list-categories-in-category .categories .category-description {
      line-height: clamp(1.5rem, calc(1.13rem + 0.78vw), 1.75rem); } }
  @media only screen and (max-width: 767px) {
    .list-categories-in-category .categories .category-description {
      line-height: clamp(1.25rem, calc(1.07rem + 0.89vw), 1.5rem); } }
  @media only screen and (min-width: 768px) {
    .list-categories-in-category .categories .category-description {
      margin: 1rem 0; } }
  @media only screen and (max-width: 1200px) {
    .list-categories-in-category .categories .category-description {
      margin: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem) 0; } }
  @media only screen and (max-width: 767px) {
    .list-categories-in-category .categories .category-description {
      margin: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem) 0; } }

.list-posts-in-category .posts {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 768px) {
    .list-posts-in-category .posts {
      gap: 2rem; } }
  @media only screen and (max-width: 1200px) {
    .list-posts-in-category .posts {
      gap: clamp(1.5rem, calc(0.75rem + 1.56vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .list-posts-in-category .posts {
      gap: clamp(1rem, calc(0.64rem + 1.79vw), 1.5rem); } }
  @media only screen and (max-width: 767px) {
    .list-posts-in-category .posts {
      flex-direction: column; }
      .list-posts-in-category .posts img {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto; } }
  .list-posts-in-category .posts .post {
    flex: 1 1 34%; }
  .list-posts-in-category .posts:after {
    content: "";
    width: 0;
    height: 0;
    flex: 1 1 34%; }
  @media only screen and (min-width: 768px) {
    .list-posts-in-category .posts .post-title {
      margin: 1rem 0; } }
  @media only screen and (max-width: 1200px) {
    .list-posts-in-category .posts .post-title {
      margin: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem) 0; } }
  @media only screen and (max-width: 767px) {
    .list-posts-in-category .posts .post-title {
      margin: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem) 0; } }
  @media only screen and (min-width: 768px) {
    .list-posts-in-category .posts .post-excerpt {
      line-height: 1.75rem; } }
  @media only screen and (max-width: 1200px) {
    .list-posts-in-category .posts .post-excerpt {
      line-height: clamp(1.5rem, calc(1.13rem + 0.78vw), 1.75rem); } }
  @media only screen and (max-width: 767px) {
    .list-posts-in-category .posts .post-excerpt {
      line-height: clamp(1.25rem, calc(1.07rem + 0.89vw), 1.5rem); } }
  @media only screen and (min-width: 768px) {
    .list-posts-in-category .posts .post-excerpt {
      margin: 1rem 0; } }
  @media only screen and (max-width: 1200px) {
    .list-posts-in-category .posts .post-excerpt {
      margin: clamp(0.75rem, calc(0.38rem + 0.78vw), 1rem) 0; } }
  @media only screen and (max-width: 767px) {
    .list-posts-in-category .posts .post-excerpt {
      margin: clamp(0.5rem, calc(0.32rem + 0.89vw), 0.75rem) 0; } }
