@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/Montserrat-VariableFont_wght.woff2") format("woff2"); }

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 100 900;
  src: url("/fonts/Overpass-VariableFont_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: 500;
  src: url("/fonts/NotoSansJP-Medium.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: 200;
  src: url("/fonts/NotoSerifJP-ExtraLight.woff2") format("woff2"); }

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

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

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

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

#home .masthead {
  display: none; }

#home main {
  max-width: unset; }

.header-links {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (min-width: 768px) {
    .header-links {
      gap: 0 1rem; } }
  @media only screen and (max-width: 1200px) {
    .header-links {
      gap: 0 clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    .header-links {
      gap: 0 clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem); } }
  @media only screen and (max-width: 767px) {
    .header-links {
      margin-right: 3.5rem; } }
  .header-links .header-phone {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center; }
    .header-links .header-phone p {
      display: flex;
      align-items: center; }
      .header-links .header-phone p a {
        pointer-events: none;
        display: inline-flex;
        color: #fe6f59;
        justify-content: center;
        align-items: center;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .header-links .header-phone p a {
            pointer-events: auto; } }
        .header-links .header-phone p a span {
          display: flex;
          align-items: center;
          align-self: stretch; }
    @media only screen and (min-width: 768px) {
      .header-links .header-phone .icon-phone svg {
        width: 1.75rem; } }
    @media only screen and (max-width: 1200px) {
      .header-links .header-phone .icon-phone svg {
        width: clamp(1.25rem, calc(0.36rem + 1.85vw), 1.75rem); } }
    @media only screen and (max-width: 767px) {
      .header-links .header-phone .icon-phone svg {
        width: clamp(1rem, calc(0.88rem + 0.78vw), 1.25rem); } }
    @media only screen and (min-width: 768px) {
      .header-links .header-phone .icon-phone svg {
        height: 1.75rem; } }
    @media only screen and (max-width: 1200px) {
      .header-links .header-phone .icon-phone svg {
        height: clamp(1.25rem, calc(0.36rem + 1.85vw), 1.75rem); } }
    @media only screen and (max-width: 767px) {
      .header-links .header-phone .icon-phone svg {
        height: clamp(1rem, calc(0.88rem + 0.78vw), 1.25rem); } }
    .header-links .header-phone .number {
      font-family: "Overpass";
      padding-top: .125rem; }
      @media only screen and (min-width: 768px) {
        .header-links .header-phone .number {
          padding-top: .25rem; } }
      @media only screen and (max-width: 1200px) {
        .header-links .header-phone .number {
          padding-top: clamp(0.125rem, calc(-0.10rem + 0.46vw), 0.25rem); } }
      @media only screen and (max-width: 767px) {
        .header-links .header-phone .number {
          padding-top: .125rem; } }
      @media only screen and (min-width: 768px) {
        .header-links .header-phone .number {
          font-size: 2rem; } }
      @media only screen and (max-width: 1200px) {
        .header-links .header-phone .number {
          font-size: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }
      @media only screen and (max-width: 767px) {
        .header-links .header-phone .number {
          font-size: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }
    .header-links .header-phone .reservations-preferred {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: .5rem;
      border: 1px solid #fe6f59; }
      @media only screen and (min-width: 768px) {
        .header-links .header-phone .reservations-preferred {
          padding: .25rem .5rem; } }
      @media only screen and (max-width: 1200px) {
        .header-links .header-phone .reservations-preferred {
          padding: clamp(0.125rem, calc(-0.10rem + 0.46vw), 0.25rem) clamp(0.25rem, calc(-0.19rem + 0.93vw), 0.5rem); } }
      @media only screen and (max-width: 767px) {
        .header-links .header-phone .reservations-preferred {
          padding: clamp(0.125rem, calc(0.13rem + 0.00vw), 0.125rem) clamp(0.25rem, calc(0.25rem + 0.00vw), 0.25rem); } }
    .header-links .header-phone .hours {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media only screen and (min-width: 768px) {
        .header-links .header-phone .hours {
          font-size: 1rem; } }
      @media only screen and (max-width: 1200px) {
        .header-links .header-phone .hours {
          font-size: clamp(0.9rem, calc(0.72rem + 0.37vw), 1rem); } }
      @media only screen and (max-width: 767px) {
        .header-links .header-phone .hours {
          font-size: clamp(0.8rem, calc(0.75rem + 0.31vw), 0.9rem); } }
      .header-links .header-phone .hours:before {
        content: "(";
        padding-bottom: .125rem; }
      .header-links .header-phone .hours:after {
        content: ")";
        padding-bottom: .125rem; }
  @media only screen and (min-width: 768px) {
    .header-links .icon-line svg {
      width: 3rem; } }
  @media only screen and (max-width: 1200px) {
    .header-links .icon-line svg {
      width: clamp(2.5rem, calc(1.61rem + 1.85vw), 3rem); } }
  @media only screen and (max-width: 767px) {
    .header-links .icon-line svg {
      width: clamp(2rem, calc(1.75rem + 1.56vw), 2.5rem); } }
  @media only screen and (min-width: 768px) {
    .header-links .icon-line svg {
      height: 3rem; } }
  @media only screen and (max-width: 1200px) {
    .header-links .icon-line svg {
      height: clamp(2.5rem, calc(1.61rem + 1.85vw), 3rem); } }
  @media only screen and (max-width: 767px) {
    .header-links .icon-line svg {
      height: clamp(2rem, calc(1.75rem + 1.56vw), 2.5rem); } }

.header-top {
  caret-color: transparent;
  display: flex;
  max-width: 1200px;
  align-items: center; }
  @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.08rem + 2.78vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .header-top {
      margin: 0 auto clamp(0.5rem, calc(0.13rem + 2.34vw), 1.25rem) 0.125rem; } }
  .header-top .current {
    color: #fe6f59;
    font-weight: 600;
    pointer-events: none; }
  .header-top .header-logo {
    display: flex;
    margin: 0 .25rem; }
    .header-top .header-logo p {
      margin: 0;
      display: flex; }
      @media only screen and (min-width: 768px) {
        .header-top .header-logo p {
          gap: 1rem; } }
      @media only screen and (max-width: 1200px) {
        .header-top .header-logo p {
          gap: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem); } }
      @media only screen and (max-width: 767px) {
        .header-top .header-logo p {
          gap: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem); } }
    .header-top .header-logo:hover {
      opacity: .5; }
    .header-top .header-logo svg {
      width: auto; }
      @media only screen and (min-width: 768px) {
        .header-top .header-logo svg {
          height: 4rem; } }
      @media only screen and (max-width: 1200px) {
        .header-top .header-logo svg {
          height: clamp(2.5rem, calc(-0.17rem + 5.56vw), 4rem); } }
      @media only screen and (max-width: 767px) {
        .header-top .header-logo svg {
          height: clamp(2rem, calc(1.75rem + 1.56vw), 2.5rem); } }
  @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 .header-menu {
    flex: 1 1 0px;
    display: flex;
    margin: 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.39rem + 1.85vw), 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 (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.79rem + 0.28vw), 1.125rem); } }
        @media only screen and (max-width: 1200px) {
          .header-top .header-menu .menu-contents ul {
            font-size: clamp(0.8rem, calc(0.44rem + 0.74vw), 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;
          flex: 0 1 0px;
          list-style: none;
          text-wrap: nowrap; }
          .header-top .header-menu .menu-contents ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 120%;
            border-left: 1px solid gray; }
            @media only screen and (max-width: 767px) {
              .header-top .header-menu .menu-contents ul li:before {
                display: none; } }
          @media only screen and (min-width: 768px) {
            .header-top .header-menu .menu-contents ul li {
              padding: 0 1.5rem; } }
          @media only screen and (max-width: 1200px) {
            .header-top .header-menu .menu-contents ul li {
              padding: 0 clamp(0.8rem, calc(-0.44rem + 2.59vw), 1.5rem); } }
          @media only screen and (max-width: 767px) {
            .header-top .header-menu .menu-contents ul li {
              padding: 0; } }
          .header-top .header-menu .menu-contents ul li:last-child:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 120%;
            border-right: 1px solid gray; }
            @media only screen and (max-width: 767px) {
              .header-top .header-menu .menu-contents ul li:last-child:after {
                display: none; } }
          @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 .menu-icon {
    display: none;
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: #fe6f59; }
    @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); }

@media only screen and (max-width: 767px) {
  .main-visual {
    display: flex;
    justify-content: flex-end; } }

.main-visual .messages {
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  text-orientation: mixed;
  white-space: nowrap;
  padding: 0 0 0 2rem;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .main-visual .messages {
      margin: 4rem auto; } }
  @media only screen and (max-width: 1200px) {
    .main-visual .messages {
      margin: clamp(3rem, calc(1.22rem + 3.70vw), 4rem) auto; } }
  @media only screen and (max-width: 767px) {
    .main-visual .messages {
      margin: clamp(2rem, calc(1.50rem + 3.13vw), 3rem) auto; } }
  @media only screen and (max-width: 767px) {
    .main-visual .messages {
      margin: auto 2rem 2rem;
      padding: 0; } }
  .main-visual .messages p {
    margin: 0 0 auto 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid gray; }
    @media only screen and (max-width: 767px) {
      .main-visual .messages p {
        margin: 0 auto .5rem 3rem; } }
    @media only screen and (min-width: 768px) {
      .main-visual .messages p {
        font-size: 1.75rem; } }
    @media only screen and (max-width: 1200px) {
      .main-visual .messages p {
        font-size: clamp(1.35rem, calc(0.64rem + 1.48vw), 1.75rem); } }
    @media only screen and (max-width: 767px) {
      .main-visual .messages p {
        font-size: clamp(1.125rem, calc(1.01rem + 0.70vw), 1.35rem); } }
    @media only screen and (min-width: 768px) {
      .main-visual .messages p {
        padding: 1rem .25rem; } }
    @media only screen and (max-width: 1200px) {
      .main-visual .messages p {
        padding: clamp(0.5rem, calc(-0.39rem + 1.85vw), 1rem) clamp(0.125rem, calc(-0.10rem + 0.46vw), 0.25rem); } }
    @media only screen and (max-width: 767px) {
      .main-visual .messages p {
        padding: clamp(0.125rem, calc(0.06rem + 0.39vw), 0.25rem) 0.5rem; } }
    .main-visual .messages p.noborder {
      padding: 0;
      z-index: 1;
      border: none; }
      @media only screen and (min-width: 768px) {
        .main-visual .messages p.noborder {
          margin-left: calc(-1 * 1rem); } }
      @media only screen and (max-width: 1200px) {
        .main-visual .messages p.noborder {
          margin-left: calc(-1 * clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem)); } }
      @media only screen and (max-width: 767px) {
        .main-visual .messages p.noborder {
          margin-left: .5rem; } }
      @media only screen and (max-width: 767px) {
        .main-visual .messages p.noborder {
          position: absolute; } }
      .main-visual .messages p.noborder img {
        height: auto; }
        @media only screen and (min-width: 768px) {
          .main-visual .messages p.noborder img {
            width: 6rem; } }
        @media only screen and (max-width: 1200px) {
          .main-visual .messages p.noborder img {
            width: clamp(5rem, calc(3.22rem + 3.70vw), 6rem); } }
        @media only screen and (max-width: 767px) {
          .main-visual .messages p.noborder img {
            width: clamp(4rem, calc(3.50rem + 3.13vw), 5rem); } }
        @media only screen and (max-width: 767px) {
          .main-visual .messages p.noborder img {
            max-height: calc(100vw * (525 / 768) * (3 / 4));
            width: auto; } }
    .main-visual .messages p.nobackground {
      background-color: unset; }

@media only screen and (min-width: 768px) {
  .divergent {
    margin-bottom: 3rem; } }

@media only screen and (max-width: 1200px) {
  .divergent {
    margin-bottom: clamp(2rem, calc(0.22rem + 3.70vw), 3rem); } }

@media only screen and (max-width: 767px) {
  .divergent {
    margin-bottom: clamp(1rem, calc(0.50rem + 3.13vw), 2rem); } }

.divergent .contents {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  justify-content: center; }
  .divergent .contents .gallery {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap; }
    .divergent .contents .gallery .part {
      display: flex;
      justify-content: center;
      flex-direction: column;
      background-color: white;
      box-sizing: border-box; }
      @media only screen and (min-width: 768px) {
        .divergent .contents .gallery .part {
          min-width: 15rem; } }
      @media only screen and (max-width: 1200px) {
        .divergent .contents .gallery .part {
          min-width: clamp(10rem, calc(1.11rem + 18.52vw), 15rem); } }
      @media only screen and (max-width: 767px) {
        .divergent .contents .gallery .part {
          min-width: clamp(10rem, calc(5.00rem + 31.25vw), 20rem); } }
      @media only screen and (min-width: 768px) {
        .divergent .contents .gallery .part {
          padding: 0 1rem; } }
      @media only screen and (max-width: 1200px) {
        .divergent .contents .gallery .part {
          padding: 0 clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem); } }
      @media only screen and (max-width: 767px) {
        .divergent .contents .gallery .part {
          padding: 0 clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem); } }
      .divergent .contents .gallery .part picture {
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25); }
        .divergent .contents .gallery .part picture img {
          object-fit: contain; }
      .divergent .contents .gallery .part p {
        text-align: center; }
      .divergent .contents .gallery .part a {
        display: flex;
        justify-content: center;
        padding: .5rem 0;
        line-height: 1.25; }
      .divergent .contents .gallery .part .title {
        color: dimgray;
        font-weight: 500;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        @media only screen and (min-width: 768px) {
          .divergent .contents .gallery .part .title {
            font-size: 1.125rem; } }
        @media only screen and (max-width: 1200px) {
          .divergent .contents .gallery .part .title {
            font-size: clamp(1rem, calc(0.78rem + 0.46vw), 1.125rem); } }
        @media only screen and (max-width: 767px) {
          .divergent .contents .gallery .part .title {
            font-size: clamp(0.85rem, calc(0.78rem + 0.47vw), 1rem); } }
        .divergent .contents .gallery .part .title:after {
          content: "＞";
          margin-left: .25rem; }
          @media only screen and (min-width: 768px) {
            .divergent .contents .gallery .part .title:after {
              font-size: .85rem; } }
          @media only screen and (max-width: 1200px) {
            .divergent .contents .gallery .part .title:after {
              font-size: clamp(0rem, calc(-1.51rem + 3.15vw), 0.85rem); } }
          @media only screen and (max-width: 767px) {
            .divergent .contents .gallery .part .title:after {
              font-size: clamp(0.65rem, calc(0.60rem + 0.31vw), 0.75rem); } }
      .divergent .contents .gallery .part .meta {
        justify-content: flex-start;
        font-family: "Noto Sans";
        font-weight: 300;
        color: dimgray; }
        @media only screen and (min-width: 768px) {
          .divergent .contents .gallery .part .meta {
            font-size: 1rem; } }
        @media only screen and (max-width: 1200px) {
          .divergent .contents .gallery .part .meta {
            font-size: clamp(0.8rem, calc(0.44rem + 0.74vw), 1rem); } }
        @media only screen and (max-width: 767px) {
          .divergent .contents .gallery .part .meta {
            font-size: clamp(0.65rem, calc(0.58rem + 0.47vw), 0.8rem); } }
      .divergent .contents .gallery .part .button {
        font-weight: 500;
        padding: .5rem 2rem .75rem;
        display: inline-flex;
        color: white; }
        @media only screen and (min-width: 768px) {
          .divergent .contents .gallery .part .button {
            margin: 1rem 0 0; } }
        @media only screen and (max-width: 1200px) {
          .divergent .contents .gallery .part .button {
            margin: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem) 0 0; } }
        @media only screen and (max-width: 767px) {
          .divergent .contents .gallery .part .button {
            margin: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem) 0 0; } }

@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.61rem + 1.85vw), 2rem); } }

@media only screen and (max-width: 767px) {
  .gallery .textarea {
    margin-top: clamp(1rem, calc(0.75rem + 1.56vw), 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.72rem + 0.37vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    .textarea {
      font-size: clamp(0.8rem, calc(0.75rem + 0.31vw), 0.9rem); } }

main {
  max-width: 1200px; }
  @media only screen and (min-width: 768px) {
    main {
      margin: 0 auto 2rem; } }
  @media only screen and (max-width: 1200px) {
    main {
      margin: 0 auto clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    main {
      margin: 0 auto clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }

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

@media only screen and (max-width: 1200px) {
  footer {
    padding: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem) 0 1rem; } }

@media only screen and (max-width: 767px) {
  footer {
    padding: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem) 0 1rem; } }

@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.61rem + 1.85vw), 2rem) clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem); } }

@media only screen and (max-width: 767px) {
  .section {
    padding: clamp(1rem, calc(0.11rem + 1.85vw), 1.5rem) clamp(0.5rem, calc(0.38rem + 0.78vw), 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.08rem + 2.78vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .headline h2 {
      font-size: clamp(1.125rem, calc(0.81rem + 1.95vw), 1.75rem); } }

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

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

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

.vertical {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl; }
  @media only screen and (max-width: 767px) {
    .vertical {
      writing-mode: unset; } }

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

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

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

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

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

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

@media only screen and (max-width: 1200px) {
  .margin-bottom {
    margin-bottom: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }

@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }

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

@media only screen and (max-width: 1200px) {
  .padding-top {
    padding-top: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }

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

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

@media only screen and (max-width: 1200px) {
  .padding-bottom {
    padding-bottom: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }

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

.line-height-175 {
  line-height: 1.75; }

@media only screen and (min-width: 768px) {
  .section-message {
    font-size: 1.5rem; } }

@media only screen and (max-width: 1200px) {
  .section-message {
    font-size: clamp(1.25rem, calc(0.81rem + 0.93vw), 1.5rem); } }

@media only screen and (max-width: 767px) {
  .section-message {
    font-size: clamp(1rem, calc(0.88rem + 0.78vw), 1.25rem); } }

.section-solution {
  background-color: #398ceb; }

.baloons {
  gap: 1rem; }

.baloon {
  color: #fe6f59;
  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.36rem + 1.85vw), 1.75rem); } }
  @media only screen and (max-width: 767px) {
    .baloon {
      font-size: clamp(0.8rem, calc(0.58rem + 1.41vw), 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.31rem + 0.93vw), 1rem) solid transparent; } }
    @media only screen and (max-width: 767px) {
      .baloon:after {
        border: clamp(0.5rem, calc(0.38rem + 0.78vw), 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.31rem + 0.93vw), 1rem) solid white; } }
    @media only screen and (max-width: 767px) {
      .baloon:after {
        border-top: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem) solid white; } }

.catch {
  color: white; }
  @media only screen and (min-width: 768px) {
    .catch {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 1200px) {
    .catch {
      font-size: clamp(1.75rem, calc(0.42rem + 2.78vw), 2.5rem); } }
  @media only screen and (max-width: 767px) {
    .catch {
      font-size: clamp(1rem, calc(0.63rem + 2.34vw), 1.75rem); } }
  @media only screen and (min-width: 768px) {
    .catch {
      margin: 1rem 1rem 0 .25rem; } }
  @media only screen and (max-width: 1200px) {
    .catch {
      margin: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem) clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem) 0 clamp(0.125rem, calc(-0.10rem + 0.46vw), 0.25rem); } }
  @media only screen and (max-width: 767px) {
    .catch {
      margin: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem) clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem) 0 0.125rem; } }
  .catch em {
    color: #ffff32;
    text-decoration: underline; }

.lead {
  color: white;
  font-weight: 500; }
  @media only screen and (min-width: 768px) {
    .lead {
      font-size: 3rem; } }
  @media only screen and (max-width: 1200px) {
    .lead {
      font-size: clamp(2rem, calc(0.22rem + 3.70vw), 3rem); } }
  @media only screen and (max-width: 767px) {
    .lead {
      font-size: clamp(1rem, calc(0.50rem + 3.13vw), 2rem); } }

.section-compass {
  position: relative;
  margin-bottom: 0; }
  .section-compass .headline {
    font-family: "Noto Serif";
    justify-content: center;
    text-align: center;
    display: none; }
    @media only screen and (max-width: 767px) {
      .section-compass .headline {
        display: flex; } }
  @media only screen and (max-width: 767px) {
    .section-compass .infographic {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .section-compass .infographic h2 {
    font-family: "Noto Serif"; }
    @media only screen and (max-width: 767px) {
      .section-compass .infographic h2 {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .section-compass .infographic h2 {
        font-size: 2rem; } }
    @media only screen and (max-width: 1200px) {
      .section-compass .infographic h2 {
        font-size: clamp(1.75rem, calc(1.31rem + 0.93vw), 2rem); } }
  .section-compass .infographic .image {
    display: flex;
    align-items: center;
    margin: auto;
    flex: 1 1 0px; }
    .section-compass .infographic .image img {
      max-width: 16rem;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .section-compass .infographic .image img {
          max-width: 10rem; } }
  .section-compass .infographic .textarea {
    flex: 2 1 0px;
    line-height: 2; }
    @media only screen and (min-width: 768px) {
      .section-compass .infographic .textarea {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 1200px) {
      .section-compass .infographic .textarea {
        font-size: clamp(0.8rem, calc(0.00rem + 1.67vw), 1.25rem); } }
    @media only screen and (max-width: 767px) {
      .section-compass .infographic .textarea {
        font-size: .8rem; } }
    @media only screen and (max-width: 767px) {
      .section-compass .infographic .textarea {
        display: inline-flex;
        justify-content: center;
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    .section-compass {
      padding-bottom: 4rem; } }
  @media only screen and (max-width: 1200px) {
    .section-compass {
      padding-bottom: clamp(3rem, calc(1.22rem + 3.70vw), 4rem); } }
  @media only screen and (max-width: 767px) {
    .section-compass {
      padding-bottom: clamp(2rem, calc(1.50rem + 3.13vw), 3rem); } }
  .section-compass:after {
    content: "";
    position: absolute;
    display: flex;
    left: 50%;
    bottom: 0;
    aspect-ratio: 1 / 1;
    background: url("/wp-content/uploads/arrow-down.svg") no-repeat center/contain;
    height: auto;
    transform: translate(-50%, 50%); }
    @media only screen and (min-width: 768px) {
      .section-compass:after {
        width: 4rem; } }
    @media only screen and (max-width: 1200px) {
      .section-compass:after {
        width: clamp(3rem, calc(1.22rem + 3.70vw), 4rem); } }
    @media only screen and (max-width: 767px) {
      .section-compass:after {
        width: clamp(2rem, calc(1.50rem + 3.13vw), 3rem); } }

.section-reason .gallery picture {
  display: flex; }

.section-reason .gallery img {
  margin: auto;
  max-width: 32rem;
  height: auto; }

@media only screen and (min-width: 768px) {
  .section-reason .textarea {
    font-size: 1.25rem; } }

@media only screen and (max-width: 1200px) {
  .section-reason .textarea {
    font-size: clamp(1.125rem, calc(0.90rem + 0.46vw), 1.25rem); } }

@media only screen and (max-width: 767px) {
  .section-reason .textarea {
    font-size: clamp(1rem, calc(0.94rem + 0.39vw), 1.125rem); } }

.section-reason .background-network {
  position: relative;
  z-index: 0; }
  .section-reason .background-network:before {
    font-family: "Overpass";
    font-weight: 600;
    content: "Network";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 10rem;
    background-image: radial-gradient(#000 1px, transparent 1px);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.5;
    pointer-events: none;
    z-index: -1;
    white-space: nowrap; }
    @media only screen and (min-width: 768px) {
      .section-reason .background-network:before {
        font-size: 16rem; } }
    @media only screen and (max-width: 1200px) {
      .section-reason .background-network:before {
        font-size: clamp(10rem, calc(-0.67rem + 22.22vw), 16rem); } }
    @media only screen and (max-width: 767px) {
      .section-reason .background-network:before {
        font-size: clamp(4rem, calc(1.00rem + 18.75vw), 10rem); } }
    @media only screen and (min-width: 768px) {
      .section-reason .background-network:before {
        background-size: .4rem .4rem; } }
    @media only screen and (max-width: 1200px) {
      .section-reason .background-network:before {
        background-size: clamp(0.3rem, calc(0.12rem + 0.37vw), 0.4rem) clamp(0.3rem, calc(0.12rem + 0.37vw), 0.4rem); } }
    @media only screen and (max-width: 767px) {
      .section-reason .background-network:before {
        background-size: clamp(0.2rem, calc(0.15rem + 0.31vw), 0.3rem) clamp(0.2rem, calc(0.15rem + 0.31vw), 0.3rem); } }
    @media only screen and (max-width: 767px) {
      .section-reason .background-network:before {
        opacity: .25; } }

.section-reason em {
  color: #398ceb; }

@media only screen and (min-width: 768px) {
  .infographic {
    gap: 2rem; } }

@media only screen and (max-width: 1200px) {
  .infographic {
    gap: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }

@media only screen and (max-width: 767px) {
  .infographic {
    gap: 0; } }

.section-cases .headline h2 {
  display: inline-flex;
  width: auto;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .section-cases .headline h2 {
      margin: 2rem auto 1.5rem; } }
  @media only screen and (max-width: 1200px) {
    .section-cases .headline h2 {
      margin: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem) auto; } }
  @media only screen and (max-width: 767px) {
    .section-cases .headline h2 {
      margin: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem) auto; } }
  @media only screen and (min-width: 768px) {
    .section-cases .headline h2 {
      font-size: 2rem; } }
  @media only screen and (max-width: 1200px) {
    .section-cases .headline h2 {
      font-size: clamp(1.75rem, calc(1.31rem + 0.93vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .section-cases .headline h2 {
      font-size: clamp(1.25rem, calc(1.00rem + 1.56vw), 1.75rem); } }
  .section-cases .headline h2:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 120%;
    border-left: 1px solid gray; }
    @media only screen and (min-width: 768px) {
      .section-cases .headline h2:before {
        left: calc(-1 * 1rem); } }
    @media only screen and (max-width: 1200px) {
      .section-cases .headline h2:before {
        left: calc(-1 * clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem)); } }
    @media only screen and (max-width: 767px) {
      .section-cases .headline h2:before {
        left: calc(-1 * clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem)); } }
  .section-cases .headline h2:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 120%;
    border-right: 1px solid gray; }
    @media only screen and (min-width: 768px) {
      .section-cases .headline h2:after {
        right: calc(-1 * 1rem); } }
    @media only screen and (max-width: 1200px) {
      .section-cases .headline h2:after {
        right: calc(-1 * clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem)); } }
    @media only screen and (max-width: 767px) {
      .section-cases .headline h2:after {
        right: calc(-1 * clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem)); } }

.section-cases h4 {
  font-weight: 500;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .section-cases h4 {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 1200px) {
    .section-cases h4 {
      font-size: clamp(1.25rem, calc(0.81rem + 0.93vw), 1.5rem); } }
  @media only screen and (max-width: 767px) {
    .section-cases h4 {
      font-size: clamp(1.125rem, calc(1.06rem + 0.39vw), 1.25rem); } }

@media only screen and (max-width: 767px) {
  .section-cases .infographic {
    display: flex;
    gap: 1rem; } }

.section-cases .infographic h2 {
  color: #398ceb;
  border-bottom: 1px solid #398ceb; }
  @media only screen and (min-width: 768px) {
    .section-cases .infographic h2 {
      font-size: 1.75rem; } }
  @media only screen and (max-width: 1200px) {
    .section-cases .infographic h2 {
      font-size: clamp(1.5rem, calc(1.06rem + 0.93vw), 1.75rem); } }
  @media only screen and (max-width: 767px) {
    .section-cases .infographic h2 {
      font-size: clamp(1.25rem, calc(1.13rem + 0.78vw), 1.5rem); } }

.section-cases .infographic.service {
  background-color: #e9f2fd;
  align-items: center; }
  .section-cases .infographic.service h2 {
    color: black;
    font-size: 1rem;
    border-bottom: none; }
  .section-cases .infographic.service ul li {
    line-height: 1.125;
    display: flex;
    align-items: center;
    margin-right: 1rem; }
    @media only screen and (min-width: 768px) {
      .section-cases .infographic.service ul li {
        font-size: 1.125rem; } }
    @media only screen and (max-width: 1200px) {
      .section-cases .infographic.service ul li {
        font-size: clamp(1rem, calc(0.78rem + 0.46vw), 1.125rem); } }
    @media only screen and (max-width: 767px) {
      .section-cases .infographic.service ul li {
        font-size: clamp(0.75rem, calc(0.63rem + 0.78vw), 1rem); } }
    .section-cases .infographic.service ul li:before {
      content: "●";
      color: #398ceb; }
  @media only screen and (min-width: 768px) {
    .section-cases .infographic.service {
      padding: 2rem; } }
  @media only screen and (max-width: 1200px) {
    .section-cases .infographic.service {
      padding: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .section-cases .infographic.service {
      padding: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }
  @media only screen and (max-width: 767px) {
    .section-cases .infographic.service {
      flex-direction: column-reverse; } }
  .section-cases .infographic.service .image {
    flex: 1 1 0px; }
  .section-cases .infographic.service .textarea {
    flex: 2 1 0px; }

.parity .item {
  display: flex; }
  .parity .item:nth-child(odd) {
    flex-direction: row; }
    @media only screen and (max-width: 767px) {
      .parity .item:nth-child(odd) {
        flex-direction: column; } }
  .parity .item:nth-child(even) {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 767px) {
      .parity .item:nth-child(even) {
        flex-direction: column; } }

.grid-columns {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0; }

.section-consultation .headline {
  justify-content: center; }
  .section-consultation .headline h2 {
    margin-bottom: 0; }
  .section-consultation .headline:after {
    content: "";
    display: flex;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    background: url("/wp-content/uploads/arrow-down.svg") no-repeat center/contain;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .section-consultation .headline:after {
        width: 4rem; } }
    @media only screen and (max-width: 1200px) {
      .section-consultation .headline:after {
        width: clamp(3rem, calc(1.22rem + 3.70vw), 4rem); } }
    @media only screen and (max-width: 767px) {
      .section-consultation .headline:after {
        width: clamp(2rem, calc(1.50rem + 3.13vw), 3rem); } }
    @media only screen and (min-width: 768px) {
      .section-consultation .headline:after {
        margin-top: calc(-1* 1rem); } }
    @media only screen and (max-width: 1200px) {
      .section-consultation .headline:after {
        margin-top: calc(-1* clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem)); } }
    @media only screen and (max-width: 767px) {
      .section-consultation .headline:after {
        margin-top: calc(-1* clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem)); } }

.section-consultation .gallery .textarea {
  justify-content: center;
  align-items: center;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .section-consultation .gallery .textarea {
      padding: 1rem; } }
  @media only screen and (max-width: 1200px) {
    .section-consultation .gallery .textarea {
      padding: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    .section-consultation .gallery .textarea {
      padding: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem); } }

.section-consultation .textarea {
  display: flex; }
  .section-consultation .textarea > div {
    display: flex;
    flex-direction: column;
    flex: 3 1 0px; }
    .section-consultation .textarea > div:last-child {
      flex: 2 1 0px; }

.section-consultation .left {
  position: relative;
  overflow: hidden;
  padding: 2rem 0; }
  .section-consultation .left .textarea {
    flex-direction: column; }
  .section-consultation .left:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("/wp-content/uploads/background-consulting-left.webp") center center/100% auto no-repeat;
    transform: scaleX(-1);
    z-index: -1; }
  @media only screen and (min-width: 768px) {
    .section-consultation .left .num {
      font-size: 4rem; } }
  @media only screen and (max-width: 1200px) {
    .section-consultation .left .num {
      font-size: clamp(1.5rem, calc(-2.94rem + 9.26vw), 4rem); } }
  @media only screen and (max-width: 767px) {
    .section-consultation .left .num {
      font-size: clamp(1.5rem, calc(0.25rem + 7.81vw), 4rem); } }

.section-consultation .right {
  background: linear-gradient(to right, rgba(57, 140, 235, 0.7), rgba(57, 140, 235, 0.5)), url("/wp-content/uploads/background-consulting-right.webp") center center/100% auto no-repeat;
  overflow: hidden; }

.section-consultation .wrapper {
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.section-consultation .label {
  color: white;
  font-weight: 500;
  padding-bottom: .25rem; }
  @media only screen and (min-width: 768px) {
    .section-consultation .label {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 1200px) {
    .section-consultation .label {
      font-size: clamp(0.9rem, calc(0.28rem + 1.30vw), 1.25rem); } }
  @media only screen and (max-width: 767px) {
    .section-consultation .label {
      font-size: clamp(1rem, calc(0.94rem + 0.39vw), 1.125rem); } }

.section-consultation .content {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.25; }
  @media only screen and (min-width: 768px) {
    .section-consultation .content {
      padding: 1rem; } }
  @media only screen and (max-width: 1200px) {
    .section-consultation .content {
      padding: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    .section-consultation .content {
      padding: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem); } }
  @media only screen and (min-width: 768px) {
    .section-consultation .content {
      margin-right: .5rem; } }
  @media only screen and (max-width: 1200px) {
    .section-consultation .content {
      margin-right: clamp(0.25rem, calc(-0.19rem + 0.93vw), 0.5rem); } }
  @media only screen and (max-width: 767px) {
    .section-consultation .content {
      margin-right: clamp(0.125rem, calc(0.06rem + 0.39vw), 0.25rem); } }

.section-consultation .pentagon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* 上の要素との操作干渉を防ぐ */ }
  .section-consultation .pentagon .st0 {
    fill: none;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
    filter: drop-shadow(0 0 0.25rem white) drop-shadow(0 0 0.5rem white); }

.section-consultation .note {
  color: white;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .section-consultation .note {
      font-size: .8rem; } }
  @media only screen and (max-width: 1200px) {
    .section-consultation .note {
      font-size: clamp(0.5rem, calc(-0.03rem + 1.11vw), 0.8rem); } }
  @media only screen and (max-width: 767px) {
    .section-consultation .note {
      font-size: clamp(0.5rem, calc(0.35rem + 0.94vw), 0.8rem); } }
  @media only screen and (min-width: 768px) {
    .section-consultation .note {
      margin-top: calc(-1 * .5rem); } }
  @media only screen and (max-width: 1200px) {
    .section-consultation .note {
      margin-top: calc(-1 * clamp(0.25rem, calc(-0.19rem + 0.93vw), 0.5rem)); } }
  @media only screen and (max-width: 767px) {
    .section-consultation .note {
      margin-top: calc(-1 * clamp(0.125rem, calc(0.06rem + 0.39vw), 0.25rem)); } }

.section-consultation .graph {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .section-consultation .graph p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .section-consultation .graph svg {
    width: 100%;
    height: auto; }
  .section-consultation .graph span {
    display: flex;
    justify-content: center;
    align-items: center; }

.section-consultation .num {
  font-family: Overpass;
  font-weight: 800;
  color: white;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  @media only screen and (min-width: 768px) {
    .section-consultation .num {
      font-size: 3rem; } }
  @media only screen and (max-width: 1200px) {
    .section-consultation .num {
      font-size: clamp(1.5rem, calc(-1.17rem + 5.56vw), 3rem); } }
  @media only screen and (max-width: 767px) {
    .section-consultation .num {
      font-size: clamp(1.5rem, calc(0.75rem + 4.69vw), 3rem); } }

.section-consultation sub {
  font-family: Overpass;
  font-weight: 800;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  @media only screen and (min-width: 768px) {
    .section-consultation sub {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 1200px) {
    .section-consultation sub {
      font-size: clamp(1rem, calc(0.11rem + 1.85vw), 1.5rem); } }
  @media only screen and (max-width: 767px) {
    .section-consultation sub {
      font-size: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }

.section-consultation .blur {
  text-shadow: 0 0 0.25rem #398ceb, 0 0 0.5rem #398ceb; }

.section-schedule .text {
  background-color: #e9f2fd; }
  @media only screen and (min-width: 768px) {
    .section-schedule .text {
      padding: 1rem 2rem; } }
  @media only screen and (max-width: 1200px) {
    .section-schedule .text {
      padding: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem) clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .section-schedule .text {
      padding: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem) clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }

.section-schedule .list {
  width: 100%; }

.section-schedule ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none; }

.section-schedule li {
  display: flex;
  border-top: 1px solid #398ceb; }
  .section-schedule li:last-child {
    border-bottom: 1px solid #398ceb; }
  .section-schedule li a {
    width: 100%;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .section-schedule li a {
        padding: 1rem 2rem; } }
    @media only screen and (max-width: 1200px) {
      .section-schedule li a {
        padding: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem) clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }
    @media only screen and (max-width: 767px) {
      .section-schedule li a {
        padding: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem) clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }

.section-schedule .sp-left {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .section-schedule .sp-left {
      flex-direction: column; } }

.section-schedule .sp-right {
  margin-left: auto; }

.section-schedule .datetime {
  display: flex;
  white-space: nowrap;
  align-items: center; }

.section-schedule .index {
  color: #398ceb; }
  @media only screen and (min-width: 768px) {
    .section-schedule .index {
      font-size: .9rem; } }
  @media only screen and (max-width: 1200px) {
    .section-schedule .index {
      font-size: clamp(0.8rem, calc(0.62rem + 0.37vw), 0.9rem); } }
  @media only screen and (max-width: 767px) {
    .section-schedule .index {
      font-size: clamp(0.7rem, calc(0.65rem + 0.31vw), 0.8rem); } }
  @media only screen and (min-width: 768px) {
    .section-schedule .index {
      margin-right: 2rem; } }
  @media only screen and (max-width: 1200px) {
    .section-schedule .index {
      margin-right: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .section-schedule .index {
      margin-right: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }

.section-schedule .date {
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .section-schedule .date {
      margin-right: .5rem; } }
  @media only screen and (max-width: 1200px) {
    .section-schedule .date {
      margin-right: clamp(0.25rem, calc(-0.19rem + 0.93vw), 0.5rem); } }
  @media only screen and (max-width: 767px) {
    .section-schedule .date {
      margin-right: clamp(0.125rem, calc(0.06rem + 0.39vw), 0.25rem); } }
  .section-schedule .date:before {
    content: "["; }

.section-schedule .time {
  display: flex;
  align-items: center;
  white-space: nowrap; }
  .section-schedule .time:after {
    content: "]"; }
  @media only screen and (min-width: 768px) {
    .section-schedule .time {
      margin-right: 1rem; } }
  @media only screen and (max-width: 1200px) {
    .section-schedule .time {
      margin-right: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    .section-schedule .time {
      margin-right: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem); } }

.section-schedule .icon {
  margin-left: auto; }

@media only screen and (min-width: 768px) {
  .section-report .list-lambda {
    gap: 2rem; } }

@media only screen and (max-width: 1200px) {
  .section-report .list-lambda {
    gap: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }

@media only screen and (max-width: 767px) {
  .section-report .list-lambda {
    gap: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }

.section-report .part {
  display: flex;
  flex-direction: column; }

.section-report .title {
  font-weight: 500;
  display: inline-flex;
  line-height: 1.25; }
  @media only screen and (min-width: 768px) {
    .section-report .title {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 1200px) {
    .section-report .title {
      font-size: clamp(1rem, calc(0.56rem + 0.93vw), 1.25rem); } }
  @media only screen and (max-width: 767px) {
    .section-report .title {
      font-size: clamp(1rem, calc(0.94rem + 0.39vw), 1.125rem); } }
  @media only screen and (min-width: 768px) {
    .section-report .title {
      margin: .75rem 0 .5rem; } }
  @media only screen and (max-width: 1200px) {
    .section-report .title {
      margin: clamp(0.5rem, calc(0.06rem + 0.93vw), 0.75rem) 0 clamp(0.25rem, calc(-0.19rem + 0.93vw), 0.5rem); } }
  @media only screen and (max-width: 767px) {
    .section-report .title {
      margin: clamp(0.25rem, calc(0.13rem + 0.78vw), 0.5rem) 0 clamp(0.125rem, calc(0.06rem + 0.39vw), 0.25rem); } }

.section-report .meta {
  display: inline-flex;
  line-height: 1.25; }
  @media only screen and (min-width: 768px) {
    .section-report .meta {
      font-size: 1rem; } }
  @media only screen and (max-width: 1200px) {
    .section-report .meta {
      font-size: clamp(0.6rem, calc(-0.11rem + 1.48vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    .section-report .meta {
      font-size: clamp(0.5rem, calc(0.35rem + 0.94vw), 0.8rem); } }

.section-report .textarea {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }

.section-report .slider {
  width: calc(100% - 1rem);
  margin: 0 auto; }

.section-report .slider-buttons {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .section-report .slider-buttons .button {
    background-color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .section-report .slider-buttons .button {
        padding: 1rem .5rem; } }
    @media only screen and (max-width: 1200px) {
      .section-report .slider-buttons .button {
        padding: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem) clamp(0.25rem, calc(-0.19rem + 0.93vw), 0.5rem); } }
    @media only screen and (max-width: 767px) {
      .section-report .slider-buttons .button {
        padding: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem) clamp(0.125rem, calc(0.06rem + 0.39vw), 0.25rem); } }
    .section-report .slider-buttons .button svg {
      display: block;
      width: 1rem;
      height: auto;
      fill: white; }
      .section-report .slider-buttons .button svg path {
        fill: white; }

.section-report .link-wrapper {
  background-color: white;
  border: 1px solid gray; }

.section-voice .infographic {
  border: 1px solid gray;
  background: #f7f7f2; }
  @media only screen and (min-width: 768px) {
    .section-voice .infographic {
      padding: 1.25rem; } }
  @media only screen and (max-width: 1200px) {
    .section-voice .infographic {
      padding: clamp(1rem, calc(0.56rem + 0.93vw), 1.25rem); } }
  @media only screen and (max-width: 767px) {
    .section-voice .infographic {
      padding: clamp(0.5rem, calc(0.25rem + 1.56vw), 1rem); } }
  .section-voice .infographic .image {
    flex: 0 1 0px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .section-voice .infographic .image img {
      background: white;
      border-radius: 50%;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .section-voice .infographic .image img {
          width: 10rem; } }
      @media only screen and (max-width: 1200px) {
        .section-voice .infographic .image img {
          width: clamp(8rem, calc(4.44rem + 7.41vw), 10rem); } }
      @media only screen and (max-width: 767px) {
        .section-voice .infographic .image img {
          width: clamp(6rem, calc(5.00rem + 6.25vw), 8rem); } }
  .section-voice .infographic .textarea {
    flex: 1 1 0px; }
    @media only screen and (min-width: 768px) {
      .section-voice .infographic .textarea h2 {
        margin: 0 0 1rem; } }
    @media only screen and (max-width: 1200px) {
      .section-voice .infographic .textarea h2 {
        margin: 0 0 clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem); } }
    @media only screen and (max-width: 767px) {
      .section-voice .infographic .textarea h2 {
        margin: 0 0 clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem); } }

.section-specialist {
  background-color: #398ceb;
  position: relative; }
  .section-specialist h2 {
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white; }
    @media only screen and (min-width: 768px) {
      .section-specialist h2 {
        margin: 2rem auto 1.5rem; } }
    @media only screen and (max-width: 1200px) {
      .section-specialist h2 {
        margin: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem) auto; } }
    @media only screen and (max-width: 767px) {
      .section-specialist h2 {
        margin: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem) auto; } }
    @media only screen and (min-width: 768px) {
      .section-specialist h2 {
        font-size: 2rem; } }
    @media only screen and (max-width: 1200px) {
      .section-specialist h2 {
        font-size: clamp(1.75rem, calc(1.31rem + 0.93vw), 2rem); } }
    @media only screen and (max-width: 767px) {
      .section-specialist h2 {
        font-size: clamp(1.25rem, calc(1.00rem + 1.56vw), 1.75rem); } }
    .section-specialist h2:before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 120%;
      border-left: 1px solid white; }
      @media only screen and (min-width: 768px) {
        .section-specialist h2:before {
          left: calc(-1 * 3rem); } }
      @media only screen and (max-width: 1200px) {
        .section-specialist h2:before {
          left: calc(-1 * clamp(1rem, calc(-2.56rem + 7.41vw), 3rem)); } }
      @media only screen and (max-width: 767px) {
        .section-specialist h2:before {
          left: calc(-1 * clamp(0.5rem, calc(0.25rem + 1.56vw), 1rem)); } }
    .section-specialist h2:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 120%;
      border-right: 1px solid white; }
      @media only screen and (min-width: 768px) {
        .section-specialist h2:after {
          right: calc(-1 * 3rem); } }
      @media only screen and (max-width: 1200px) {
        .section-specialist h2:after {
          right: calc(-1 * clamp(1rem, calc(-2.56rem + 7.41vw), 3rem)); } }
      @media only screen and (max-width: 767px) {
        .section-specialist h2:after {
          right: calc(-1 * clamp(0.5rem, calc(0.25rem + 1.56vw), 1rem)); } }
  .section-specialist .textarea {
    color: white; }
  .section-specialist:after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    content: "";
    width: 0;
    height: 0; }
    @media only screen and (min-width: 768px) {
      .section-specialist:after {
        border: 3rem  solid transparent; } }
    @media only screen and (max-width: 1200px) {
      .section-specialist:after {
        border: clamp(2rem, calc(1.11rem + 1.85vw), 2.5rem) solid transparent; } }
    @media only screen and (max-width: 767px) {
      .section-specialist:after {
        border: clamp(1.5rem, calc(1.25rem + 1.56vw), 2rem) solid transparent; } }
    @media only screen and (min-width: 768px) {
      .section-specialist:after {
        border-top: 1rem solid #398ceb; } }
    @media only screen and (max-width: 1200px) {
      .section-specialist:after {
        border-top: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem) solid #398ceb; } }
    @media only screen and (max-width: 767px) {
      .section-specialist:after {
        border-top: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem) solid #398ceb; } }

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

@media only screen and (max-width: 1200px) {
  .section-staff .gallery {
    gap: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }

@media only screen and (max-width: 767px) {
  .section-staff .gallery {
    gap: 2rem; } }

.section-staff .gallery .part {
  border: 1px solid gray; }
  @media only screen and (min-width: 768px) {
    .section-staff .gallery .part {
      padding: 2rem; } }
  @media only screen and (max-width: 1200px) {
    .section-staff .gallery .part {
      padding: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }
  @media only screen and (max-width: 767px) {
    .section-staff .gallery .part {
      padding: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }

.section-staff .gallery picture {
  display: flex;
  justify-content: center; }

.section-staff .gallery img {
  width: 80%; }

.section-staff h3 {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .section-staff h3 {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 1200px) {
    .section-staff h3 {
      font-size: clamp(1.25rem, calc(0.81rem + 0.93vw), 1.5rem); } }
  @media only screen and (max-width: 767px) {
    .section-staff h3 {
      font-size: clamp(1.125rem, calc(1.06rem + 0.39vw), 1.25rem); } }
  @media only screen and (min-width: 768px) {
    .section-staff h3 {
      margin: 1rem 0; } }
  @media only screen and (max-width: 1200px) {
    .section-staff h3 {
      margin: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem) 0; } }
  @media only screen and (max-width: 767px) {
    .section-staff h3 {
      margin: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem) 0; } }

.section-staff h4 {
  display: flex;
  align-items: center;
  color: #398ceb;
  line-height: 1.25; }
  @media only screen and (min-width: 768px) {
    .section-staff h4 {
      margin: .85rem 0;
      font-size: 0.95rem; } }
  @media only screen and (max-width: 1200px) {
    .section-staff h4 {
      margin: clamp(0.5rem, calc(0.06rem + 0.93vw), 0.75rem) 0; } }
  @media only screen and (max-width: 767px) {
    .section-staff h4 {
      margin: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem) 0; } }
  .section-staff h4:before {
    content: "■"; }

.section-staff hr {
  height: 1px;
  width: 2rem;
  border: none;
  background-color: gray; }

.background-lightgray {
  background-color: #f7f7f2; }

.white {
  color: white; }

.direction-column {
  flex-direction: column; }

.direction-row {
  flex-direction: row; }

.section-link-contactus .block-link-contactus {
  text-align: center; }
  .section-link-contactus .block-link-contactus .link-wrapper {
    background-color: #fe6f59; }
    @media only screen and (min-width: 768px) {
      .section-link-contactus .block-link-contactus .link-wrapper {
        padding: 1.5rem 4rem; } }
    @media only screen and (max-width: 1200px) {
      .section-link-contactus .block-link-contactus .link-wrapper {
        padding: clamp(1.25rem, calc(0.81rem + 0.93vw), 1.5rem) clamp(3rem, calc(1.22rem + 3.70vw), 4rem); } }
    @media only screen and (max-width: 767px) {
      .section-link-contactus .block-link-contactus .link-wrapper {
        padding: clamp(1rem, calc(0.88rem + 0.78vw), 1.25rem) clamp(2rem, calc(1.50rem + 3.13vw), 3rem); } }
    .section-link-contactus .block-link-contactus .link-wrapper .link {
      color: white; }
      @media only screen and (min-width: 768px) {
        .section-link-contactus .block-link-contactus .link-wrapper .link {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 1200px) {
        .section-link-contactus .block-link-contactus .link-wrapper .link {
          font-size: clamp(1.25rem, calc(0.81rem + 0.93vw), 1.5rem); } }
      @media only screen and (max-width: 767px) {
        .section-link-contactus .block-link-contactus .link-wrapper .link {
          font-size: clamp(1rem, calc(0.88rem + 0.78vw), 1.25rem); } }
    .section-link-contactus .block-link-contactus .link-wrapper svg {
      fill: white; }

.link-wrapper {
  width: auto;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .link-wrapper {
      margin-top: 1.5rem; } }
  @media only screen and (max-width: 1200px) {
    .link-wrapper {
      margin-top: clamp(1rem, calc(0.11rem + 1.85vw), 1.5rem); } }
  @media only screen and (max-width: 767px) {
    .link-wrapper {
      margin-top: clamp(0.5rem, calc(0.25rem + 1.56vw), 1rem); } }
  .link-wrapper .link {
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .25rem; }
    @media only screen and (min-width: 768px) {
      .link-wrapper .link {
        padding: .75rem 6rem; } }
    @media only screen and (max-width: 1200px) {
      .link-wrapper .link {
        padding: clamp(0.5rem, calc(0.06rem + 0.93vw), 0.75rem) clamp(5rem, calc(3.22rem + 3.70vw), 6rem); } }
    @media only screen and (max-width: 767px) {
      .link-wrapper .link {
        padding: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem) clamp(4rem, calc(3.50rem + 3.13vw), 5rem); } }
  .link-wrapper .icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%); }

.section-faq {
  background-color: #f7f7f2; }
  @media only screen and (min-width: 768px) {
    .section-faq .block-faq {
      margin-top: calc(-1 * 4rem); } }
  @media only screen and (max-width: 1200px) {
    .section-faq .block-faq {
      margin-top: calc(-1 * clamp(3rem, calc(1.22rem + 3.70vw), 4rem)); } }
  @media only screen and (max-width: 767px) {
    .section-faq .block-faq {
      margin-top: 0; } }
  .section-faq .block-faq > div {
    display: flex;
    align-items: stretch; }
    @media only screen and (min-width: 768px) {
      .section-faq .block-faq > div {
        gap: 0 2rem; } }
    @media only screen and (max-width: 1200px) {
      .section-faq .block-faq > div {
        gap: 0 clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }
    @media only screen and (max-width: 767px) {
      .section-faq .block-faq > div {
        gap: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }
  .section-faq .baloons {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .section-faq .baloons .background {
      text-align: center; }
      .section-faq .baloons .background svg {
        width: 85%;
        height: auto; }
  .section-faq .baloon-content {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .section-faq .baloon-content h3 {
      text-decoration: underline; }
      @media only screen and (min-width: 768px) {
        .section-faq .baloon-content h3 {
          font-size: 2rem; } }
      @media only screen and (max-width: 1200px) {
        .section-faq .baloon-content h3 {
          font-size: clamp(1.75rem, calc(1.31rem + 0.93vw), 2rem); } }
      @media only screen and (max-width: 767px) {
        .section-faq .baloon-content h3 {
          font-size: clamp(1.5rem, calc(1.38rem + 0.78vw), 1.75rem); } }
      @media only screen and (min-width: 768px) {
        .section-faq .baloon-content h3 {
          margin: 0 0 .5rem; } }
      @media only screen and (max-width: 1200px) {
        .section-faq .baloon-content h3 {
          margin: 0 0 clamp(0.25rem, calc(-0.19rem + 0.93vw), 0.5rem); } }
      @media only screen and (max-width: 767px) {
        .section-faq .baloon-content h3 {
          margin: 0 0 clamp(0.125rem, calc(0.06rem + 0.39vw), 0.25rem); } }
    @media only screen and (min-width: 768px) {
      .section-faq .baloon-content {
        margin: 0 0 2rem; } }
    @media only screen and (max-width: 1200px) {
      .section-faq .baloon-content {
        margin: 0 0 clamp(1.75rem, calc(1.31rem + 0.93vw), 2rem); } }
    @media only screen and (max-width: 767px) {
      .section-faq .baloon-content {
        margin: 0 0 clamp(1.5rem, calc(1.38rem + 0.78vw), 1.75rem); } }
    .section-faq .baloon-content .lines {
      display: flex;
      flex-direction: column;
      align-items: center; }
    @media only screen and (min-width: 768px) {
      .section-faq .baloon-content .line-1 {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 1200px) {
      .section-faq .baloon-content .line-1 {
        font-size: clamp(1.25rem, calc(0.81rem + 0.93vw), 1.5rem); } }
    @media only screen and (max-width: 767px) {
      .section-faq .baloon-content .line-1 {
        font-size: clamp(1.125rem, calc(1.06rem + 0.39vw), 1.25rem); } }
    @media only screen and (min-width: 768px) {
      .section-faq .baloon-content .line-2 {
        font-size: 1.75rem; } }
    @media only screen and (max-width: 1200px) {
      .section-faq .baloon-content .line-2 {
        font-size: clamp(1.5rem, calc(1.06rem + 0.93vw), 1.75rem); } }
    @media only screen and (max-width: 767px) {
      .section-faq .baloon-content .line-2 {
        font-size: clamp(1.25rem, calc(1.13rem + 0.78vw), 1.5rem); } }
  .section-faq .services {
    background-color: white; }
    @media only screen and (min-width: 768px) {
      .section-faq .services {
        padding: 1rem; } }
    @media only screen and (max-width: 1200px) {
      .section-faq .services {
        padding: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem); } }
    @media only screen and (max-width: 767px) {
      .section-faq .services {
        padding: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem); } }
    .section-faq .services h4 {
      display: flex;
      flex-direction: column;
      align-items: center;
      line-height: 1.125; }
      @media only screen and (min-width: 768px) {
        .section-faq .services h4 {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 1200px) {
        .section-faq .services h4 {
          font-size: clamp(1.125rem, calc(0.90rem + 0.46vw), 1.25rem); } }
      @media only screen and (max-width: 767px) {
        .section-faq .services h4 {
          font-size: clamp(1rem, calc(0.94rem + 0.39vw), 1.125rem); } }
      @media only screen and (min-width: 768px) {
        .section-faq .services h4 {
          margin: 1.5rem 0 .5rem; } }
      @media only screen and (max-width: 1200px) {
        .section-faq .services h4 {
          margin: clamp(1.25rem, calc(0.81rem + 0.93vw), 1.5rem) 0 clamp(0.25rem, calc(-0.19rem + 0.93vw), 0.5rem); } }
      @media only screen and (max-width: 767px) {
        .section-faq .services h4 {
          margin: clamp(1rem, calc(0.88rem + 0.78vw), 1.25rem) 0 clamp(0.125rem, calc(0.06rem + 0.39vw), 0.25rem); } }
      .section-faq .services h4:after {
        content: "▼"; }
    .section-faq .services .content p {
      display: flex;
      justify-content: center;
      align-items: center;
      color: white; }
      @media only screen and (min-width: 768px) {
        .section-faq .services .content p {
          padding: .5rem; } }
      @media only screen and (max-width: 1200px) {
        .section-faq .services .content p {
          padding: clamp(0.4rem, calc(0.22rem + 0.37vw), 0.5rem); } }
      @media only screen and (max-width: 767px) {
        .section-faq .services .content p {
          padding: clamp(0.3rem, calc(0.25rem + 0.31vw), 0.4rem); } }
    .section-faq .services .content ul {
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: .75rem; }
      @media only screen and (min-width: 768px) {
        .section-faq .services .content ul {
          font-size: 1rem; } }
      @media only screen and (max-width: 1200px) {
        .section-faq .services .content ul {
          font-size: clamp(0.8rem, calc(0.44rem + 0.74vw), 1rem); } }
      @media only screen and (max-width: 767px) {
        .section-faq .services .content ul {
          font-size: clamp(0.8rem, calc(0.70rem + 0.63vw), 1rem); } }
      @media only screen and (min-width: 768px) {
        .section-faq .services .content ul {
          padding: 1rem 2rem; } }
      @media only screen and (max-width: 1200px) {
        .section-faq .services .content ul {
          padding: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem) 2rem; } }
      @media only screen and (max-width: 767px) {
        .section-faq .services .content ul {
          padding: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem) 2rem; } }
      .section-faq .services .content ul.grid {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(6, auto);
        gap: 1rem;
        padding: 0;
        margin: 0; }

.heir .lines {
  color: #398ceb; }

.heir .services {
  border: 1px solid #398ceb; }

.heir .content p {
  background-color: #398ceb; }

.heir .content ul {
  background-color: #e9f2fd; }

.testator .lines {
  color: #fe6f59; }

.testator .services {
  border: 1px solid #fe6f59; }

.testator .content p {
  background-color: #fe6f59; }

.testator .content ul {
  background-color: #fff1ed; }

.testator svg .st3 {
  fill: #fe6f59; }

.section-footer {
  background-color: #f7f7f2; }
  .section-footer .block-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2rem; }
  .section-footer .footer-logo {
    display: flex;
    margin: 0 .25rem; }
    @media only screen and (min-width: 768px) {
      .section-footer .footer-logo {
        gap: .75rem; } }
    @media only screen and (max-width: 1200px) {
      .section-footer .footer-logo {
        gap: clamp(0.5rem, calc(0.06rem + 0.93vw), 0.75rem); } }
    @media only screen and (max-width: 767px) {
      .section-footer .footer-logo {
        gap: clamp(0.25rem, calc(0.13rem + 0.78vw), 0.5rem); } }
    .section-footer .footer-logo p {
      margin: 0;
      display: flex; }
      @media only screen and (min-width: 768px) {
        .section-footer .footer-logo p {
          gap: 1rem; } }
      @media only screen and (max-width: 1200px) {
        .section-footer .footer-logo p {
          gap: clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem); } }
      @media only screen and (max-width: 767px) {
        .section-footer .footer-logo p {
          gap: clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem); } }
    .section-footer .footer-logo:hover {
      opacity: .5; }
    .section-footer .footer-logo svg {
      width: auto; }
      @media only screen and (min-width: 768px) {
        .section-footer .footer-logo svg {
          height: 3rem; } }
      @media only screen and (max-width: 1200px) {
        .section-footer .footer-logo svg {
          height: clamp(2rem, calc(0.22rem + 3.70vw), 3rem); } }
      @media only screen and (max-width: 767px) {
        .section-footer .footer-logo svg {
          height: clamp(1.5rem, calc(1.25rem + 1.56vw), 2rem); } }
  .section-footer .footer-links {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end; }
    @media only screen and (min-width: 768px) {
      .section-footer .footer-links {
        gap: 0 1rem; } }
    @media only screen and (max-width: 1200px) {
      .section-footer .footer-links {
        gap: 0 clamp(0.75rem, calc(0.31rem + 0.93vw), 1rem); } }
    @media only screen and (max-width: 767px) {
      .section-footer .footer-links {
        gap: 0 clamp(0.5rem, calc(0.38rem + 0.78vw), 0.75rem); } }
    .section-footer .footer-links .footer-phone {
      max-width: 1200px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .section-footer .footer-links .footer-phone {
          align-items: flex-end; } }
      .section-footer .footer-links .footer-phone .number {
        color: #fe6f59; }
      .section-footer .footer-links .footer-phone .reservations-preferred {
        color: #fe6f59; }
      .section-footer .footer-links .footer-phone > a {
        display: flex;
        align-items: center; }
      .section-footer .footer-links .footer-phone p {
        display: flex;
        align-items: center; }
        .section-footer .footer-links .footer-phone p a {
          pointer-events: none;
          display: inline-flex;
          color: #fe6f59;
          justify-content: center;
          align-items: center;
          line-height: 1; }
          @media only screen and (max-width: 767px) {
            .section-footer .footer-links .footer-phone p a {
              pointer-events: auto; } }
          .section-footer .footer-links .footer-phone p a span {
            display: flex;
            align-items: center;
            align-self: stretch; }
      .section-footer .footer-links .footer-phone .icon-phone {
        display: flex;
        align-items: center; }
        @media only screen and (min-width: 768px) {
          .section-footer .footer-links .footer-phone .icon-phone svg {
            width: 1.75rem; } }
        @media only screen and (max-width: 1200px) {
          .section-footer .footer-links .footer-phone .icon-phone svg {
            width: clamp(1.25rem, calc(0.36rem + 1.85vw), 1.75rem); } }
        @media only screen and (max-width: 767px) {
          .section-footer .footer-links .footer-phone .icon-phone svg {
            width: clamp(1rem, calc(0.88rem + 0.78vw), 1.25rem); } }
        @media only screen and (min-width: 768px) {
          .section-footer .footer-links .footer-phone .icon-phone svg {
            height: 1.75rem; } }
        @media only screen and (max-width: 1200px) {
          .section-footer .footer-links .footer-phone .icon-phone svg {
            height: clamp(1.25rem, calc(0.36rem + 1.85vw), 1.75rem); } }
        @media only screen and (max-width: 767px) {
          .section-footer .footer-links .footer-phone .icon-phone svg {
            height: clamp(1rem, calc(0.88rem + 0.78vw), 1.25rem); } }
      .section-footer .footer-links .footer-phone .number {
        font-family: "Overpass";
        padding-top: .125rem; }
        @media only screen and (min-width: 768px) {
          .section-footer .footer-links .footer-phone .number {
            padding-top: .25rem; } }
        @media only screen and (max-width: 1200px) {
          .section-footer .footer-links .footer-phone .number {
            padding-top: clamp(0.125rem, calc(-0.10rem + 0.46vw), 0.25rem); } }
        @media only screen and (max-width: 767px) {
          .section-footer .footer-links .footer-phone .number {
            padding-top: .125rem; } }
        @media only screen and (min-width: 768px) {
          .section-footer .footer-links .footer-phone .number {
            font-size: 2rem; } }
        @media only screen and (max-width: 1200px) {
          .section-footer .footer-links .footer-phone .number {
            font-size: clamp(1.5rem, calc(0.61rem + 1.85vw), 2rem); } }
        @media only screen and (max-width: 767px) {
          .section-footer .footer-links .footer-phone .number {
            font-size: clamp(1rem, calc(0.75rem + 1.56vw), 1.5rem); } }
      .section-footer .footer-links .footer-phone .reservations-preferred {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: .5rem;
        background-color: white;
        border: 1px solid #fe6f59; }
        @media only screen and (min-width: 768px) {
          .section-footer .footer-links .footer-phone .reservations-preferred {
            padding: .25rem .5rem; } }
        @media only screen and (max-width: 1200px) {
          .section-footer .footer-links .footer-phone .reservations-preferred {
            padding: clamp(0.125rem, calc(-0.10rem + 0.46vw), 0.25rem) clamp(0.25rem, calc(-0.19rem + 0.93vw), 0.5rem); } }
        @media only screen and (max-width: 767px) {
          .section-footer .footer-links .footer-phone .reservations-preferred {
            padding: clamp(0.125rem, calc(0.13rem + 0.00vw), 0.125rem) clamp(0.25rem, calc(0.25rem + 0.00vw), 0.25rem); } }
        @media only screen and (max-width: 767px) {
          .section-footer .footer-links .footer-phone .reservations-preferred {
            font-size: clamp(0.6rem, calc(0.50rem + 0.63vw), 0.8rem); } }
      .section-footer .footer-links .footer-phone .hours {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        @media only screen and (min-width: 768px) {
          .section-footer .footer-links .footer-phone .hours {
            font-size: 1rem; } }
        @media only screen and (max-width: 1200px) {
          .section-footer .footer-links .footer-phone .hours {
            font-size: clamp(0.9rem, calc(0.72rem + 0.37vw), 1rem); } }
        @media only screen and (max-width: 767px) {
          .section-footer .footer-links .footer-phone .hours {
            font-size: clamp(0.8rem, calc(0.75rem + 0.31vw), 0.9rem); } }
        .section-footer .footer-links .footer-phone .hours:before {
          content: "(";
          padding-bottom: .125rem; }
        .section-footer .footer-links .footer-phone .hours:after {
          content: ")";
          padding-bottom: .125rem; }
    @media only screen and (min-width: 768px) {
      .section-footer .footer-links .icon-line svg {
        width: 3rem; } }
    @media only screen and (max-width: 1200px) {
      .section-footer .footer-links .icon-line svg {
        width: clamp(2.5rem, calc(1.61rem + 1.85vw), 3rem); } }
    @media only screen and (max-width: 767px) {
      .section-footer .footer-links .icon-line svg {
        width: clamp(1.5rem, calc(1.25rem + 1.56vw), 2rem); } }
    @media only screen and (min-width: 768px) {
      .section-footer .footer-links .icon-line svg {
        height: 3rem; } }
    @media only screen and (max-width: 1200px) {
      .section-footer .footer-links .icon-line svg {
        height: clamp(2.5rem, calc(1.61rem + 1.85vw), 3rem); } }
    @media only screen and (max-width: 767px) {
      .section-footer .footer-links .icon-line svg {
        height: clamp(1.5rem, calc(1.25rem + 1.56vw), 2rem); } }
  .section-footer .footer-menu {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .section-footer .footer-menu .top {
      display: none; }
    @media only screen and (max-width: 767px) {
      .section-footer .footer-menu {
        display: none; } }
    .section-footer .footer-menu .menu-contents {
      position: relative; }
      .section-footer .footer-menu .menu-contents p {
        display: flex; }
      .section-footer .footer-menu .menu-contents .label {
        width: 100%;
        font-size: 1.125rem;
        text-align: right;
        font-family: "Overpass";
        font-weight: 500; }
      .section-footer .footer-menu .menu-contents .line-contents {
        position: absolute; }
      .section-footer .footer-menu .menu-contents svg {
        width: 100%;
        height: auto;
        preserveAspectRatio: none; }
        .section-footer .footer-menu .menu-contents svg .st0 {
          vector-effect: non-scaling-stroke; }
    .section-footer .footer-menu ul {
      font-size: .8rem;
      line-height: 1.75;
      padding: 0 0 0 1rem;
      margin: .75rem 0 0;
      list-style: none; }
      .section-footer .footer-menu ul li {
        display: flex;
        align-items: center; }
        .section-footer .footer-menu ul li:before {
          content: "－"; }

.copyright {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .copyright {
      font-size: 1rem; } }
  @media only screen and (max-width: 1200px) {
    .copyright {
      font-size: clamp(0.8rem, calc(0.44rem + 0.74vw), 1rem); } }
  @media only screen and (max-width: 767px) {
    .copyright {
      font-size: clamp(0.6rem, calc(0.50rem + 0.63vw), 0.8rem); } }

@media only screen and (min-width: 768px) {
  body:not(#home) > .headline {
    position: relative; }
    body:not(#home) > .headline:before {
      content: "";
      position: absolute;
      width: 540px;
      height: 100%;
      top: 0;
      left: calc(-1 * (540px + .5rem));
      background-image: radial-gradient(circle, gray 1px, transparent 1px);
      background-size: 0.4rem 0.4rem;
      background-repeat: repeat;
      background-position: 0 0;
      pointer-events: none; } }

@media only screen and (max-width: 1200px) {
  body:not(#home) > .headline {
    padding: 0 .5rem; } }

@media only screen and (max-width: 767px) {
  body:not(#home) > .headline {
    padding: 0 .25rem; } }
