@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(15 / 375 * 100vw);
  }
}

body {
  color: #121212;
  background: #FBFBFB;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  -webkit-padding-before: 5.625rem;
          padding-block-start: 5.625rem;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-main {
    -webkit-padding-before: 3.75rem;
            padding-block-start: 3.75rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: inherit;
  padding: 0 7.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 375px;
    padding: 0 0.9375rem;
  }
}

.l-inner__narrow {
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner__narrow {
    padding: 0 0.9375rem;
    max-width: 345px;
  }
}

.page-title__privacy-policy {
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
}
@media screen and (max-width: 767px) {
  .page-title__privacy-policy {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.625rem;
  padding-inline: 4rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .header {
    padding-inline: 0.9375rem;
    height: 3.75rem;
  }
}

.header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 12.5rem 1fr;
  padding-block: 0.875rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header__inner {
    grid-template-columns: 8.875rem 1fr;
    padding-block: 0.5rem;
  }
}

.header__logo {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__logo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 5.125rem;
     -moz-column-gap: 5.125rem;
          column-gap: 5.125rem;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.header__list li a {
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .header__list li a {
    font-size: 0.875rem;
  }
}

.header__item--menu {
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
}
.header__item--menu:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8125rem;
  height: auto;
  aspect-ratio: 13/7;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__item--menu:hover > a {
  color: #1E839F;
}
.header__item--menu:hover::after {
  background-image: url(../img/arrow-down-accent.svg);
}

.header__sublist-wrap {
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  padding-top: 1.375rem;
  left: -15%;
  -webkit-box-shadow: -6px 10px 8.5px 0px rgba(154, 154, 154, 0.15);
          box-shadow: -6px 10px 8.5px 0px rgba(154, 154, 154, 0.15);
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 0 0 0.625rem 0.625rem;
}

.header__sublist {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  background: #FFFFFF;
  position: relative;
  padding-inline: 0.625rem;
  padding-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.875rem;
}
.header__sublist li a {
  color: #121212;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__sublist li a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #1E839F;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 1.5rem;
  right: 1.9375rem;
  width: 0.85625rem;
  height: 0.8125rem;
}
.drawer__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #1E839F;
  border-radius: 50%;
  z-index: 103;
}
@media (min-width: 768px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  position: relative;
  z-index: 104;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 6px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -6px;
}

.drawer {
  position: fixed;
  z-index: 99;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #FFFFFF;
}

.drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding-block: 88px 40px;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 22px;
  margin-bottom: 45px;
  width: 100%;
  padding-inline: 34.5px;
  max-width: 400px;
  margin-inline: auto;
}
.drawer__list > li > a {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .drawer__list > li > a {
    font-size: 1rem;
  }
}
.drawer__list > li {
  padding-bottom: 0.9375rem;
  border-bottom: 1px dashed #444444;
  text-align: left;
}

.drawer__item--menu > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer__item--menu > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 7px;
  background-image: url(../img/arrow-down-accent.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.drawer__item--menu > a.is-open::after {
  rotate: 180deg;
  translate: 0 -6px;
}

.drawer__sublist {
  display: none;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
  margin-top: 0.375rem;
  padding-left: 1.375rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drawer__sublist li a {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: normal;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .drawer__sublist li a {
    font-size: 0.875rem;
  }
}
.drawer__sublist li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background: #121212;
}
.drawer__sublist.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drawer__sublist.is-open .drawer__item--menu > a::after {
  rotate: 180deg;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__btn {
  display: inline-block;
  padding: 0.34375rem 2.4375rem;
  background: #1E839F;
  border: 1px solid #1E839F;
  color: #FFFFFF;
  font-size: max(1rem, 12.8px);
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.1875em;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .drawer__btn {
    font-size: 1rem;
  }
}
.drawer__btn:hover {
  background: #FFFFFF;
  color: #1E839F;
}

.drawer__item--menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.drawer__item--menu-toggle {
  width: 84px;
  height: 37px;
  cursor: pointer;
  padding-block: 0.0625rem 1.625rem;
  padding-inline: 2.9375rem 0rem;
}
.drawer__item--menu-toggle img {
  width: 100%;
  height: 100%;
}
.drawer__item--menu-toggle.is-open {
  rotate: 180deg;
  padding-right: 2.9375rem;
  padding-left: 0rem;
}

.drawer__item--menu-link {
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .drawer__item--menu-link {
    font-size: 1rem;
  }
}

.footer {
  position: relative;
}

.footer__inner {
  padding: 5rem 7.5625rem 6.875rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding-inline: 1.5625rem 1.125rem;
    padding-block: 2.9375rem 3.75rem;
    max-width: 500px;
  }
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 3.25rem;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2.9375rem;
  }
}

.footer__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer__info-wrap {
    width: 100%;
  }
}

.footer__logo {
  width: 12.5rem;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin-inline: auto;
    width: 10.4375rem;
    -webkit-margin-before: -1.125rem;
            margin-block-start: -1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo a {
    width: 100%;
  }
}
.footer__logo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer__address {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: 4.75rem;
  }
}

.footer__address-title {
  color: #FFFFFF;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer__address-title {
    font-size: 1rem;
  }
}

.footer__address-number {
  margin-top: 0.1875rem;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .footer__address-number {
    font-size: 0.875rem;
  }
}

.footer__address-text {
  margin-top: 0.125rem;
  color: #FFFFFF;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .footer__address-text {
    font-size: 0.875rem;
  }
}

.footer__tel {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    margin-top: 1.125rem;
  }
}

.footer__tel-title {
  color: #FFFFFF;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer__tel-title {
    font-size: 1rem;
  }
}

.footer__tel-text {
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
  margin-top: 0.1875rem;
  color: #FFFFFF;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5714285714;
  cursor: pointer;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .footer__tel-text {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav-wrap {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__nav-item > a {
  color: #FFFFFF;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 2;
  font-size: max(1.125rem, 12px);
}
@media screen and (max-width: 767px) {
  .footer__nav-item > a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-item > a {
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__nav-item > a {
    font-size: 1rem;
  }
}
.footer__nav-item:first-child {
  margin-right: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-item:first-child {
    margin-right: 0;
  }
}
.footer__nav-item:nth-child(2) {
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-item:nth-child(2) {
    margin-right: 0;
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
  }
}
.footer__nav-item:nth-child(3) {
  margin-right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-item:nth-child(3) {
    margin-right: 0;
    -webkit-margin-before: 2.8125rem;
            margin-block-start: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-item:nth-child(4) {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__nav-list > li > a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #FFFFFF;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer__sublist {
    margin-top: 0rem;
    padding-left: 1.6875rem;
    gap: 0.375rem;
  }
}
.footer__sublist > li > a {
  color: #FFFFFF;
  font-size: max(0.75rem, 9.6px);
  font-weight: 500;
  line-height: 1.8333333333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__sublist > li > a {
    font-size: 0.75rem;
  }
}
.footer__sublist > li > a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #FFFFFF;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__copyright {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 1.125rem;
  }
}

.footer__copyright-text {
  color: #FFFFFF;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__copyright-text {
    font-size: 0.875rem;
  }
}

.footer__sns {
  width: 3.5625rem;
  height: auto;
  position: absolute;
  bottom: 0.5625rem;
  right: 0.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    bottom: 1.3125rem;
    right: 0.1875rem;
  }
}
.footer__sns a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__sns a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  aspect-ratio: 1440/537;
}
@media screen and (max-width: 767px) {
  .footer__bg {
    aspect-ratio: 375/1022;
  }
}
.footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 36, 39, 0.8)), to(rgba(35, 36, 39, 0.8)));
  background: linear-gradient(0deg, rgba(35, 36, 39, 0.8) 0%, rgba(35, 36, 39, 0.8) 100%);
}

.header__button {
  display: block;
  padding: 0.34375rem 2.4375rem;
  background: #1E839F;
  border: 1px solid #1E839F;
  color: #FFFFFF;
  font-size: max(1rem, 12.8px);
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.1875em;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 767px) {
  .header__button {
    font-size: 1rem;
  }
}
.header__button:hover {
  background: #FFFFFF;
  color: #1E839F;
}

.single__button {
  -webkit-margin-before: 4.125rem;
          margin-block-start: 4.125rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .single__button {
    -webkit-margin-before: 3.25rem;
            margin-block-start: 3.25rem;
  }
}

.single__button-link {
  display: block;
  padding: 0.59375rem 4.625rem;
  background: #444444;
  color: #FFFFFF;
  font-size: max(1rem, 12.8px);
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.125em;
  border: 1px solid #444444;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 767px) {
  .single__button-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .single__button-link {
    padding: 0.40625rem 4.125rem;
  }
}
.single__button-link:hover {
  background: #E4E2DF;
  color: #444444;
}

.single__tag {
  -webkit-margin-before: 1.75rem;
          margin-block-start: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .single__tag {
    -webkit-margin-before: 0.875rem;
            margin-block-start: 0.875rem;
    gap: 0.5rem;
  }
}

.single__tag-link {
  display: block;
  padding: 0.1875rem 0.4375rem;
  background: #FBFBFB;
  color: #121212;
  font-size: max(0.75rem, 9.6px);
  font-weight: 300;
  line-height: 1.6666666667;
  border: 1px solid #444444;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media screen and (max-width: 767px) {
  .single__tag-link {
    font-size: 0.75rem;
  }
}

.single__contact-button {
  -webkit-margin-before: 0.4375rem;
          margin-block-start: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .single__contact-button {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.single__contact-link {
  display: inline-block;
  padding-block: 0.34375rem;
  padding-inline: 2.4375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #1E839F;
  color: #FFFFFF;
  font-size: max(1rem, 12.8px);
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.15625em;
  border-radius: 1.875rem;
  border: 1px solid #FFFFFF;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 767px) {
  .single__contact-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .single__contact-link {
    padding-inline: 3.4375rem 3.4375rem;
  }
}
.single__contact-link:hover {
  background: #FFFFFF;
  color: #1E839F;
  border: 1px solid #1E839F;
}

.fv__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1875rem;
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width:900px) {
  .fv__button-wrapper {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-margin-before: 8.3125rem;
            margin-block-start: 8.3125rem;
    margin-left: 0rem;
  }
}

.fv__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(1rem, 12.8px);
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.1875em;
  padding: 0.8125rem 3.375rem;
  background: transparent;
  color: #FBFBFB;
  border: 1px solid #FBFBFB;
  border-radius: 1.875rem;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 767px) {
  .fv__button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__button {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: 0.2142857143em;
    padding: 0.75rem 2.5625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fv__button {
    font-size: 0.875rem;
  }
}
.fv__button:hover {
  color: #1E839F;
  border: 1px solid #1E839F;
  background: #FBFBFB;
}

.company__button {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
}
@media screen and (max-width: 767px) {
  .company__button {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    text-align: center;
  }
}

.company__button-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(1rem, 12.8px);
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.1875em;
  padding: 0.8125rem 3.375rem;
  background: #FBFBFB;
  color: #121212;
  border: 1px solid #121212;
  border-radius: 1.875rem;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 767px) {
  .company__button-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .company__button-link {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: 0.2142857143em;
    padding: 0.75rem 2.5625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .company__button-link {
    font-size: 0.875rem;
  }
}
.company__button-link:hover {
  color: #FFFFFF;
  border: 1px solid #1E839F;
  background: #1E839F;
}

.service__button {
  -webkit-margin-before: 3.5rem;
          margin-block-start: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__button {
    -webkit-margin-before: 3.625rem;
            margin-block-start: 3.625rem;
  }
}

.service__button-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(1rem, 12.8px);
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.1875em;
  padding: 0.8125rem 3.375rem;
  background: #FBFBFB;
  border: 1px solid #121212;
  border-radius: 1.875rem;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 767px) {
  .service__button-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .service__button-link {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: 0.2142857143em;
    padding: 0.75rem 2.5625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .service__button-link {
    font-size: 0.875rem;
  }
}
.service__button-link:hover {
  background: #1E839F;
  color: #FFFFFF;
  border: 1px solid #1E839F;
}

.blog__button {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blog__button {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.blog__button-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: max(1rem, 12.8px);
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.1875em;
  padding: 0.8125rem 5.5rem;
  background: #FBFBFB;
  border: 1px solid #121212;
  border-radius: 1.875rem;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
@media screen and (max-width: 767px) {
  .blog__button-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .blog__button-link {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: 0.2142857143em;
    padding: 0.75rem 1.1875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .blog__button-link {
    font-size: 0.875rem;
  }
}
.blog__button-link:hover {
  background: #1E839F;
  color: #FFFFFF;
  border: 1px solid #1E839F;
}

.single {
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .single {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
  }
}

.single__inner {
  padding-inline: 12.5rem;
  margin-inline: auto;
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  .single__inner {
    padding-inline: 0.9375rem;
    max-width: 23.4375rem;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: max(0.625rem, 8px);
    font-weight: 400;
    line-height: 1.6;
    gap: 0.875rem;
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .breadcrumbs {
    font-size: 0.625rem;
  }
}

.single__title {
  width: 67%;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  color: #121212;
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.625;
  font-size: max(2rem, 23px);
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .single__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .single__title {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.9;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .single__title {
    font-size: 1.25rem;
  }
}

.single__category {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5714285714;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .single__category {
    font-size: 0.875rem;
  }
}
.single__category.news {
  background: #1c3a6a;
}
.single__category.case {
  background: #ec6d64;
}
.single__category.info {
  background: #1E839F;
}
.single__category.other {
  background: #444444;
}

.single__date {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  color: #666666;
  font-size: max(0.75rem, 9.6px);
  font-weight: 700;
  line-height: 1.5833333333;
}
@media screen and (max-width: 767px) {
  .single__date {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .single__date {
    margin-top: 1.125rem;
    font-size: max(0.625rem, 8px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .single__date {
    font-size: 0.625rem;
  }
}

.single__content-inner {
  padding-inline: 4.375rem;
}
@media screen and (max-width: 767px) {
  .single__content-inner {
    padding-inline: 0rem;
  }
}

.single__main-image {
  -webkit-margin-before: 6.0625rem;
          margin-block-start: 6.0625rem;
  width: 56.25rem;
  height: auto;
  aspect-ratio: 900/600;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .single__main-image {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    width: 100%;
    aspect-ratio: 345/276;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.single__main-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .single__main-image img {
    width: 100%;
    aspect-ratio: 345/276;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media screen and (max-width: 767px) {
  .single__content {
    padding-inline: 1rem;
  }
}

.wp-block-image {
  -webkit-margin-before: 4.375rem;
          margin-block-start: 4.375rem;
  width: 40.625rem;
  height: auto;
  aspect-ratio: 650/339;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wp-block-image {
    width: 110%;
    aspect-ratio: 345/276;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 0.3125rem;
    margin-inline: -1rem;
    -webkit-margin-before: 2.625rem;
            margin-block-start: 2.625rem;
  }
}
.wp-block-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .wp-block-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 345/276;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.wp-block-image + p {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .wp-block-image + p {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
    margin-left: -0.9375rem;
    letter-spacing: normal !important;
    margin-bottom: 2.8125rem;
  }
}
.wp-block-image + p strong {
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .wp-block-image + p strong {
    font-size: 0.875rem;
  }
}
.single__contact {
  -webkit-margin-before: 4.875rem;
          margin-block-start: 4.875rem;
  padding-block: 3.65625rem 3.46875rem;
  background: #FBF6EF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single__contact {
    -webkit-margin-before: 2.75rem;
            margin-block-start: 2.75rem;
    padding-block: 1.875rem;
  }
}

.single__contact-inner {
  padding-inline: 19.1875rem;
}
@media screen and (max-width: 767px) {
  .single__contact-inner {
    padding-inline: 0.9375rem;
  }
}

.single__contact-title {
  font-family: "Roboto", sans-serif;
  color: #1E839F;
  letter-spacing: normal;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single__contact-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .single__contact-title {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .single__contact-title {
    font-size: 0.875rem;
  }
}

body.single-post h2 {
  -webkit-margin-before: 5.625rem;
          margin-block-start: 5.625rem;
  -webkit-margin-after: 1.6875rem;
          margin-block-end: 1.6875rem;
  color: #121212;
  font-family: "Roboto", sans-serif;
  font-size: max(1.75rem, 22.4px);
  font-weight: 800;
  line-height: 2.2857142857;
  position: relative;
  padding-left: 2rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  body.single-post h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  body.single-post h2 {
    -webkit-margin-before: 4.6875rem;
            margin-block-start: 4.6875rem;
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
    padding-left: 0.6875rem;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body.single-post h2 {
    font-size: 1.25rem;
  }
}
body.single-post h2::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 1.5625rem;
  background: #1E839F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
}
@media screen and (max-width: 767px) {
  body.single-post h2::before {
    top: 6px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 0rem;
  }
}
body.single-post h2 + p {
  letter-spacing: normal;
  padding-inline: 0.75rem 0.0625rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body.single-post h2 + p {
    line-height: 1.5;
  }
}

body.single-post h3 {
  -webkit-margin-before: 2.6875rem;
          margin-block-start: 2.6875rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.single-post h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.single-post h3 {
    -webkit-margin-before: 2.1875rem;
            margin-block-start: 2.1875rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2;
    line-height: inherit;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body.single-post h3 {
    font-size: 1rem;
  }
}
body.single-post h3::before {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1.25rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #666;
  position: absolute;
  bottom: -18px;
  left: 0.625rem;
}
@media screen and (max-width: 767px) {
  body.single-post h3::before {
    bottom: -17px;
  }
}
body.single-post h3:first-of-type {
  -webkit-margin-before: 4.25rem;
          margin-block-start: 4.25rem;
}
@media screen and (max-width: 767px) {
  body.single-post h3:first-of-type {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

body.single-post h4 {
  -webkit-margin-before: 6.8125rem;
          margin-block-start: 6.8125rem;
  font-size: max(1.75rem, 22.4px);
  font-weight: 800;
  line-height: 1.3571428571;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  body.single-post h4 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  body.single-post h4 {
    -webkit-margin-before: 3.3125rem;
            margin-block-start: 3.3125rem;
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.4444444444;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body.single-post h4 {
    font-size: 1.125rem;
  }
}

body.single-post p {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  body.single-post p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body.single-post p {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: 0.1428571429em;
    line-height: 1.6;
    letter-spacing: normal;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  body.single-post p {
    font-size: 0.875rem;
  }
}

body.single-post h3 + p {
  -webkit-margin-before: 1.8125rem;
          margin-block-start: 1.8125rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body.single-post h3 + p {
    -webkit-margin-before: 1.625rem;
            margin-block-start: 1.625rem;
    text-align: left;
    letter-spacing: normal;
    padding-right: 0.625rem;
    line-height: inherit;
  }
}

@media screen and (max-width: 767px) {
  body.single-post h3:nth-of-type(2) + p {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

body.single-post h4 + p {
  -webkit-margin-before: 1.125rem;
          margin-block-start: 1.125rem;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  body.single-post h4 + p {
    -webkit-margin-before: 0.9375rem;
            margin-block-start: 0.9375rem;
    -webkit-margin-after: 0.75rem;
            margin-block-end: 0.75rem;
  }
}

body.single-post p + p {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  body.single-post p + p {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.home {
  -webkit-margin-after: 5.625rem;
          margin-block-end: 5.625rem;
}
@media screen and (max-width: 767px) {
  .home {
    -webkit-margin-after: 5rem;
            margin-block-end: 5rem;
  }
}

.home__fv-img {
  position: relative;
  width: 100vw;
  height: auto;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .home__fv-img {
    width: 100%;
    height: auto;
    aspect-ratio: 375/330;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.home__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.home__title-text {
  text-align: center;
  font-size: max(3.5rem, 44.8px);
  font-weight: 800;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  color: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .home__title-text {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .home__title-text {
    font-size: 32px;
    line-height: 52px;
    font-size: max(2rem, 25.6px);
    font-weight: 800;
    line-height: 1.625;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .home__title-text {
    font-size: 2rem;
  }
}

.home__subtitle-text {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 2;
  color: #FBFBFB;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home__subtitle-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .home__subtitle-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5714285714;
    margin-top: 1.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .home__subtitle-text {
    font-size: 0.875rem;
  }
}

.home__inner {
  padding-inline: 7.5rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .home__inner {
    padding-inline: 1.71875rem;
    max-width: 555px;
  }
}

.home__category-box {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .home__category-box {
    padding-inline: 0.3125rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.home__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .home__category-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0.4375rem;
  }
}

.home__category-link {
  display: inline-block;
  padding: 0.875rem 4.0625rem;
  background-color: #FBF6EF;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  color: #121212;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .home__category-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .home__category-link {
    padding-block: 0.5625rem;
    padding-inline: 0rem;
    width: 9.375rem;
    font-size: 14px;
    line-height: 22px;
  }
}
.home__category-link:hover {
  color: #1E839F;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #1E839F;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-underline-position: from-font;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home__category-link.is-active {
  color: #1E839F;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #1E839F;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .home__category-link.is-active {
    color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-color: #1E839F;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-underline-position: from-font;
  }
}

.home__info-box {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .home__info-box {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.home__info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .home__info-list {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    row-gap: 2.25rem;
  }
}

.home__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home__info-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 2.5rem;
  -webkit-box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home__info-item:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home__info-item:hover .home__info-title,
.home__info-item:hover .home__info-description {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #121212;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home__info-item.case:hover .home__info-link {
  -webkit-box-shadow: 0px 24px 48px -12px rgba(236, 109, 100, 0.16) !important;
          box-shadow: 0px 24px 48px -12px rgba(236, 109, 100, 0.16) !important;
}
.home__info-item.news:hover .home__info-link {
  -webkit-box-shadow: 0px 24px 48px -12px rgba(28, 58, 106, 0.16) !important;
          box-shadow: 0px 24px 48px -12px rgba(28, 58, 106, 0.16) !important;
}
.home__info-item.info:hover .home__info-link {
  -webkit-box-shadow: 0px 24px 48px -12px rgba(30, 131, 159, 0.16) !important;
          box-shadow: 0px 24px 48px -12px rgba(30, 131, 159, 0.16) !important;
}
.home__info-item.other:hover .home__info-link {
  -webkit-box-shadow: 0px 24px 48px -12px rgba(68, 68, 68, 0.16);
          box-shadow: 0px 24px 48px -12px rgba(68, 68, 68, 0.16);
}

.home__info-img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/233;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home__info-img {
    aspect-ratio: 320/200;
  }
}
.home__info-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home__info-body {
  background-color: #FFFFFF;
  padding-block: 1.5rem;
  padding-inline: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .home__info-body {
    padding-block: 1.25rem 3.0625rem;
    padding-inline: 0.8125rem;
  }
}

.home__info-category {
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5714285714;
  color: #FBFBFB;
  text-align: center;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .home__info-category {
    font-size: 0.875rem;
  }
}
.home__info-category.news {
  background: #1c3a6a;
}
.home__info-category.case {
  background: #ec6d64;
}
.home__info-category.info {
  background: #1E839F;
}
.home__info-category.other {
  background: #444444;
}

.home__info-title {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
  color: #121212;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.8;
  height: 5rem;
  max-height: 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .home__info-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .home__info-title {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    line-height: 32px;
    height: 4rem;
    max-height: 4rem;
  }
}

.home__info-description {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2;
  color: #121212;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
  height: 5rem;
  min-height: 5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .home__info-description {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .home__info-description {
    line-height: 1.4;
    height: 2.4375rem;
    max-height: 2.4375rem;
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.home__pagination-box {
  -webkit-margin-before: 4rem;
          margin-block-start: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .home__pagination-box {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.page__number {
  color: #1E839F;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page__number {
    font-size: 1.25rem;
  }
}
.page__number::before, .page__number::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.125rem;
  background-color: #1E839F;
}
.page__number::before {
  left: -1.25rem;
}
.page__number::after {
  right: -1.25rem;
}

.home__pagination {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.home__pagination a {
  color: #121212;
  display: inline-block;
  padding: 0.25rem 0.9375rem;
  background-color: #E4E2DF;
  border-radius: 0.3125rem;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .home__pagination a {
    font-size: 1rem;
  }
}
.home__pagination a:hover {
  color: #FBFBFB;
  background-color: #1E839F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home__pagination .current {
  background-color: #1E839F;
  color: #FBFBFB;
  display: inline-block;
  padding: 0.25rem 0.9375rem;
  border-radius: 0.3125rem;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .home__pagination .current {
    font-size: 1rem;
  }
}
.home__pagination .current:hover {
  color: #121212;
  background-color: #E4E2DF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dots {
  color: #d9d9d9;
}

.aboutFv__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
@media screen and (max-width: 767px) {
  .aboutFv__title-text {
    font-size: 1rem;
  }
}
.about__inner {
  width: min(90rem, 100%);
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 7.5rem;
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding-inline: 0.9375rem;
  }
}

.about__section-list {
  -webkit-margin-before: 2.25rem;
          margin-block-start: 2.25rem;
  -webkit-margin-after: 2.25rem;
          margin-block-end: 2.25rem;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  padding-inline: 13rem;
}
@media screen and (max-width: 767px) {
  .about__section-list {
    grid-template-columns: repeat(2, 1fr);
    padding-inline: 2.03125rem;
    max-width: 375px;
    margin-inline: auto;
    place-content: center;
  }
}
@media screen and (max-width: 767px) {
  .about__section-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about__section-list li > a {
  display: block;
  padding-block: 0.8125rem 0.4375rem;
  padding-inline: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5714285714;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .about__section-list li > a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .about__section-list li > a {
    padding-inline: 0rem;
  }
}
.about__section-list li > a:hover {
  color: #1E839F;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-color: #1E839F;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-underline-position: from-font;
}

.mission {
  padding-block: 5rem 3.8125rem;
  margin-inline: calc(50% - 50vw);
  background: linear-gradient(119deg, rgba(251, 246, 239, 0.3) 26.67%, rgba(244, 226, 202, 0.3) 53.37%, rgba(224, 196, 157, 0.3) 79.56%);
}
@media screen and (max-width: 767px) {
  .mission {
    padding-block: 2.25rem 2.5rem;
  }
}

.mission__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 7.5rem;
}
@media screen and (max-width: 767px) {
  .mission__inner {
    padding-inline: 0.9375rem;
    width: 100%;
    margin-inline: auto;
    max-width: 450px;
    place-content: center;
  }
}

.mission__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4rem;
  -webkit-column-gap: 0rem;
     -moz-column-gap: 0rem;
          column-gap: 0rem;
  grid-template-areas: "img title" "description description";
}
@media screen and (max-width: 767px) {
  .mission__container {
    grid-template-columns: 100%;
    row-gap: 1.5rem;
    grid-template-areas: "title" "img" "description";
    place-content: center;
  }
}

.mission__img {
  grid-area: img;
  width: 38.5rem;
  height: auto;
  aspect-ratio: 616/462;
}
@media screen and (max-width: 767px) {
  .mission__img {
    width: 100%;
    aspect-ratio: 338/254;
  }
}
.mission__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 3.125rem 0 0;
  aspect-ratio: 616/462;
}
@media screen and (max-width: 767px) {
  .mission__img img {
    aspect-ratio: 338/254;
  }
}

.mission__title-wrapper {
  grid-area: title;
  padding: 2rem;
  border-radius: 1.25rem;
  width: 41.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  background-color: #FFFFFF;
  margin-left: -5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .mission__title-wrapper {
    margin-inline: auto;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    padding: 2rem 1rem;
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
    width: 100%;
  }
}

.about-section__title-text {
  color: #121212;
  font-size: max(2.25rem, 28.8px);
  font-weight: 800;
  line-height: 1.7777777778;
  position: relative;
  padding-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .about-section__title-text {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .about-section__title-text {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .about-section__title-text {
    font-size: 1.25rem;
  }
}
.about-section__title-text::before {
  content: "";
  display: block;
  width: 4px;
  height: 25px;
  background: #1E839F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1px));
          transform: translateY(calc(-50% + 1px));
  left: 0;
}

.mission__subtitle-text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.1428571429em;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .mission__subtitle-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .mission__subtitle-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mission__subtitle-text {
    font-size: 0.875rem;
  }
}

.description__wrapper {
  grid-area: description;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .description__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
}

.mission__description {
  grid-area: mission;
  display: block;
  width: 29.125rem;
  height: 100%;
  min-height: 19.75rem;
  background-color: #FFFFFF;
  padding-inline: 2rem;
  padding-block: 1.5rem;
  border-radius: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mission__description {
    width: 100%;
    padding-left: 1rem;
    padding-right: 2rem;
    min-height: unset;
  }
}

.value__description {
  grid-area: value;
  display: block;
  width: 29.125rem;
  height: 100%;
  min-height: 19.75rem;
  background-color: #FFFFFF;
  padding-inline: 2rem;
  padding-block: 1.5rem;
  border-radius: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .value__description {
    width: 100%;
    min-height: unset;
  }
}

.description__title {
  color: #1E839F;
  font-size: max(1.75rem, 22.4px);
  font-weight: 800;
  line-height: 1.3571428571;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .description__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .description__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.5833333333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .description__title {
    font-size: 1.5rem;
  }
}
.description__title::before {
  content: "";
  display: block;
  width: 0.84375rem;
  height: 0.84375rem;
  border-radius: 50%;
  background: #1E839F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.125rem;
}

.mission__description-text {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mission__description-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .mission__description-text {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.8333333333;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mission__description-text {
    font-size: 0.75rem;
  }
}

.value__description-list {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .value__description-list {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .value__description-list {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.8333333333;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .value__description-list {
    font-size: 0.75rem;
  }
}
.value__description-list li {
  list-style: disc;
  list-style-position: outside;
}

.greeting {
  padding-block: 3.9375rem 3.75rem;
  background: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .greeting {
    padding-block: 2.5rem 2.5rem;
  }
}

.greeting__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .greeting__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 450px;
    margin-inline: auto;
  }
}

.greeting__text-container {
  width: 51.8333333333%;
  -webkit-padding-before: 1.5rem;
          padding-block-start: 1.5rem;
  -webkit-padding-after: 3.625rem;
          padding-block-end: 3.625rem;
  padding-inline: 2.25rem 1.5rem;
  padding-left: 2.25rem;
}
@media screen and (max-width: 767px) {
  .greeting__text-container {
    width: 100%;
    padding-inline: 1rem 1rem;
    -webkit-padding-before: 0.6875rem;
            padding-block-start: 0.6875rem;
    -webkit-padding-after: 2.0625rem;
            padding-block-end: 2.0625rem;
  }
}

.greeting__text {
  padding-block: 1.5rem 1.5rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.1428571429em;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .greeting__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting__text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: 0.1428571429em;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    padding-block: 0rem 0rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .greeting__text {
    font-size: 0.875rem;
  }
}
.greeting__text p + p {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .greeting__text p + p {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.greeting__img-container {
  width: min(28.125rem, 100%);
  -ms-flex-item-align: center;
      align-self: center;
}

.greeting__img {
  width: 100%;
  height: auto;
  aspect-ratio: 450/562;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .greeting__img {
    aspect-ratio: 345/419;
  }
}
.greeting__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.3125rem;
}

.greeting__img-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0rem;
  -webkit-margin-before: 1.125rem;
          margin-block-start: 1.125rem;
}
@media screen and (max-width: 767px) {
  .greeting__img-caption {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.caption-text {
  font-size: max(0.75rem, 9.6px);
  font-weight: 800;
  line-height: 2.1666666667;
  letter-spacing: 0.1666666667em;
}
@media screen and (max-width: 767px) {
  .caption-text {
    font-size: 0.75rem;
  }
}

.caption-name {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .caption-name {
    font-size: 1.125rem;
  }
}

.gallery {
  padding-block: 3.75rem 5.5rem;
  margin-inline: calc(50% - 50vw);
  background: #FBF6EF;
}
@media screen and (max-width: 767px) {
  .gallery {
    padding-block: 2.5rem 2.5rem;
  }
}

.gallery__inner {
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .gallery__inner {
    width: 100%;
    margin-inline: auto;
  }
}

.gallery__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.gallery__subtitle-text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2.2857142857;
}
@media screen and (max-width: 767px) {
  .gallery__subtitle-text {
    font-size: 0.875rem;
  }
}

.card__inner {
  margin-inline: auto;
  position: relative;
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .card__inner {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.card__swiper-container {
  overflow: hidden;
  padding-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .card__swiper-container {
    padding-bottom: 2.75rem;
    overflow-x: visible;
    overflow-y: visible;
  }
}

.card__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.card__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19rem;
  height: auto;
  aspect-ratio: 304/304;
}
.card__swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}

.card__swiper-container,
.card__swiper,
.card__swiper-wrapper,
.card__swiper-slide {
  position: relative;
}

/* 位置のreset */
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

/* =============================
   ナビゲーションボタン
============================= */
/* デフォルトのボタンを初期化 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}

/* 各ボタンのカスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  translate: 0 -50%;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    bottom: -4%;
    top: unset;
    translate: 0 0;
  }
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.swiper-button-prev {
  left: -1.875rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 0.25rem;
  }
}

.swiper-button-next {
  right: -1.875rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 0.25rem;
  }
}

/* =============================
   ページネーション
============================= */
/* 位置の設定 (枠組み) */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% - 20px);
}

/* それぞれのページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 0.5625rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #cccccc;
  margin-inline: 0.28125rem;
}

/* activeな部分 */
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #1E839F;
}

.profile {
  padding-block: 3.75rem 3.75rem;
  background: #FBFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .profile {
    padding-block: 2.5rem 2.5rem;
  }
}

.profile__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: -7.5rem;
  max-width: 1280px;
  gap: 3.875rem;
}
@media screen and (max-width: 767px) {
  .profile__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
    max-width: 450px;
    margin-inline: auto;
  }
}

.profile__img {
  width: min(35rem, 100%);
  height: auto;
  aspect-ratio: 560/700;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .profile__img {
    aspect-ratio: 345/345;
    width: 100%;
  }
}
.profile__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  aspect-ratio: 560/700;
}
@media screen and (max-width: 767px) {
  .profile__img img {
    aspect-ratio: 345/345;
  }
}

.profile__text-container {
  -webkit-margin-before: 5.3125rem;
          margin-block-start: 5.3125rem;
  width: 48.3333333333%;
}
@media screen and (max-width:900px) {
  .profile__text-container {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .profile__text-container {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
    width: 100%;
  }
}

.profile__table {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}

table {
  border-collapse: collapse;
  border: 2px solid #E4E2DF;
  width: 100%;
}
table tr {
  border: 2px solid #E4E2DF;
}
table th {
  width: 24.8275862069%;
}
table td {
  width: 100%;
  vertical-align: middle;
}

.table__title {
  background: #f5f6f7;
  text-align: center;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 2;
  padding-block: 0.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .table__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .table__title {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5714285714;
    padding-block: 1.375rem 1.375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .table__title {
    font-size: 0.875rem;
  }
}
.table__title.company-name {
  padding-block: 1.9375rem 1.9375rem;
}
@media screen and (max-width: 767px) {
  .table__title.company-name {
    padding-block: 1.375rem 1.375rem;
  }
}
.table__title.location {
  vertical-align: middle;
}
.table__title.employees {
  vertical-align: middle;
}

.table__zip {
  padding-left: 0.9375rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .table__zip {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .table__zip {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.6666666667;
    padding-left: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .table__zip {
    font-size: 0.75rem;
  }
}

.table__text-list {
  padding-block: 1.4375rem 1.375rem;
}
.table__text-list li {
  padding-left: 0.9375rem;
}

.table__text {
  padding-left: 1rem;
  padding-right: 0.9375rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .table__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .table__text {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .table__text {
    font-size: 0.75rem;
  }
}
.table__text.address {
  padding-left: 0.625rem;
  padding-right: 0rem;
}

.staff {
  padding-block: 3.75rem 3.75rem;
  background: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .staff {
    padding-block: 2.5rem 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .staff__inner {
    max-width: 450px;
    margin-inline: auto;
  }
}

.staff__subtitle-text {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2.2857142857;
}
@media screen and (max-width: 767px) {
  .staff__subtitle-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .staff__subtitle-text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .staff__subtitle-text {
    font-size: 0.875rem;
  }
}

.staff__img-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .staff__img-lists {
    grid-template-columns: repeat(1, 100%);
    row-gap: 2.25rem;
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
  }
}

.staff__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  width: 23rem;
  height: auto;
  aspect-ratio: 368/395;
}
@media screen and (max-width: 767px) {
  .staff__img-list {
    width: 100%;
    aspect-ratio: 1/1;
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
  }
}
.staff__img-list img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
  aspect-ratio: 368/395;
}
@media screen and (max-width: 767px) {
  .staff__img-list img {
    aspect-ratio: 345/367;
  }
}

.staff__img-name {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 2;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .staff__img-name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .staff__img-name {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.staff__img-position {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .staff__img-position {
    font-size: 1rem;
  }
}

.staff__img-description {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2.2857142857;
}
@media screen and (max-width: 767px) {
  .staff__img-description {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .staff__img-description {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.access {
  padding-block: 3.75rem 5.625rem;
  background: #E4E2DF;
  margin-inline: calc(50% - 50vw);
}

.access__inner {
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 1.875rem;
}
@media screen and (max-width: 767px) {
  .access__inner {
    padding-inline: 0.9375rem;
    max-width: 500px;
  }
}

.access__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: max(2.25rem, 28.8px);
  font-weight: 800;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .access__title {
    font-size: 2.25rem;
  }
}

.access__container {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
  padding-block: 1.5rem;
  padding-inline: 1.5rem;
  background: #FBFBFB;
  border-radius: 3.125rem;
}
@media screen and (max-width: 767px) {
  .access__container {
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
    padding-block: 0rem;
    padding-inline: 0.9375rem;
    border-radius: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    background: none;
    margin-inline: auto;
  }
}

.access__map {
  width: 55.1330798479%;
  height: auto;
  aspect-ratio: 580/408;
}
@media screen and (max-width: 767px) {
  .access__map {
    width: 100%;
    aspect-ratio: 325/252;
    background: #FBFBFB;
    padding-inline: 0.59375rem;
    padding-block: 0.9375rem;
    border-radius: 1.25rem;
  }
}
.access__map iframe {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 580/408;
}
@media screen and (max-width: 767px) {
  .access__map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 325/252;
  }
}

.address__wrapper {
  width: 38.9733840304%;
}
@media screen and (max-width: 767px) {
  .address__wrapper {
    width: 100%;
  }
}

.address__table {
  border: none;
}
.address__table th {
  background: none;
  text-align: left;
}
.address__table td {
  background: none;
  padding-left: 0rem;
  padding-right: 0rem;
}
.address__table tr {
  border: none;
}

.address__table-title {
  width: 20.5655526992%;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 2;
  font-size: max(1.125rem, 13.4px) !important;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .address__table-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .address__table-title {
    width: 18.5507246377%;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .address__table-title {
    font-size: 1rem;
  }
}

.address__table-text {
  width: 79.4344473008%;
  letter-spacing: normal;
  padding-left: 0.5rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .address__table-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .address__table-text {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.8333333333;
    width: 74.2028985507%;
    padding-left: 1rem !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .address__table-text {
    font-size: 0.75rem;
  }
}

.announcement-bar {
  padding-block: 0.3125rem 0.3125rem;
  background: #1E839F;
  position: relative;
  top: 5.625rem;
  z-index: 96;
}
@media screen and (max-width: 767px) {
  .announcement-bar {
    padding-block: 0.3125rem 0.3125rem;
    top: 3.75rem;
  }
}

.announcement-bar__text {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 1.4285714286;
  color: #FBFBFB;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .announcement-bar__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .announcement-bar__text {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .announcement-bar__text {
    font-size: 0.75rem;
  }
}

.fv-company-bg {
  position: absolute;
  top: 3.125rem;
  left: 0;
  width: 78.8125rem;
  height: auto;
  aspect-ratio: 1261/1534;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fv-company-bg {
    width: 100%;
    aspect-ratio: 345/1302;
    top: 0rem;
    left: 50%;
    translate: -50%;
    max-width: 550px;
  }
}
.fv-company-bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  position: relative;
}

.fv__inner {
  max-width: 1440px;
  width: min(90rem, 100%);
  margin-inline: auto;
  padding-inline: 4.375rem;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    padding-inline: 0.9375rem;
    max-width: 600px;
  }
}

.fv__img-wrapper {
  position: relative;
  width: 100%;
}

.fv__img {
  position: relative;
  width: 100%;
  height: auto;
}
.fv__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.125rem 3.125rem 0rem 0rem;
}

.fv__text-wrapper {
  position: absolute;
  top: 58.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .fv__text-wrapper {
    top: 54.5%;
    left: 50%;
    translate: calc(-50% - 4px) 0;
    width: 89.8550724638%;
  }
}
.fv__text-wrapper span + span {
  -webkit-margin-before: 0.34375rem;
          margin-block-start: 0.34375rem;
}
@media screen and (max-width: 767px) {
  .fv__text-wrapper span + span {
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}

.fv__title-text {
  display: block;
  font-size: max(3.5rem, 44.8px);
  font-weight: 700;
  line-height: 1.4285714286;
  font-size: max(3.5rem, 36px);
  letter-spacing: normal;
  color: #1E839F;
  padding-block: 0rem;
  padding-inline: 1.5rem 2.25rem;
  background: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fv__title-text {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__title-text {
    font-size: max(2.25rem, 28.8px);
    font-weight: 700;
    line-height: 1.7777777778;
    padding-inline: 0.75rem 1.125rem;
    padding-block: 0.0625rem 0.0625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fv__title-text {
    font-size: 2.25rem;
  }
}

.fv__text {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
  font-size: max(0.875rem, 11.2px);
  font-weight: 800;
  line-height: 1.8571428571;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  width: 38%;
  min-width: 286px;
  text-shadow: -6px 10px 8.5px rgba(154, 154, 154, 0.15);
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .fv__text {
    width: 42.0289855072%;
    min-width: 282px;
    -webkit-margin-before: 2.1875rem;
            margin-block-start: 2.1875rem;
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.1666666667em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fv__text {
    font-size: 0.75rem;
  }
}

.fv__section-inner {
  padding-inline: 7.5rem;
  margin-inline: auto;
  max-width: 1440px;
  width: min(90rem, 100%);
}
@media screen and (max-width: 767px) {
  .fv__section-inner {
    padding-inline: 0.9375rem;
    width: 100%;
    max-width: 450px;
  }
}

.company {
  -webkit-margin-before: 6.375rem;
          margin-block-start: 6.375rem;
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
}
@media screen and (max-width: 767px) {
  .company {
    -webkit-margin-before: 3.75rem;
            margin-block-start: 3.75rem;
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
  }
}

.company__container {
  display: grid;
  grid-template-columns: 1fr 38.5rem;
  -webkit-column-gap: 3.9375rem;
     -moz-column-gap: 3.9375rem;
          column-gap: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .company__container {
    grid-template-columns: 100%;
  }
}

.company__img {
  width: 100%;
  height: auto;
  aspect-ratio: 616/462;
}
@media screen and (max-width: 767px) {
  .company__img {
    width: 95.652173913%;
    height: auto;
    aspect-ratio: 330/220;
    margin-right: -0.9375rem;
    margin-left: auto;
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}
.company__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.125rem 0rem 0rem 0rem;
  -webkit-box-shadow: -6px 10px 8.5px 0px rgba(154, 154, 154, 0.15);
          box-shadow: -6px 10px 8.5px 0px rgba(154, 154, 154, 0.15);
}
@media screen and (max-width: 767px) {
  .company__img img {
    aspect-ratio: 330/220;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.company__text-container {
  -ms-flex-item-align: center;
      align-self: center;
}

.section__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .section__title-wrapper {
    white-space: nowrap;
  }
}

.section__subtitle-text {
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  color: #121212;
  margin-right: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__subtitle-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section__subtitle-text {
    margin-right: 1.5625rem;
    font-size: max(1rem, 12.8px);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__subtitle-text {
    font-size: 1rem;
  }
}
.section__subtitle-text::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 0.125rem;
  rotate: 90deg;
  border-radius: 0.625rem;
  background: #121212;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.75rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section__subtitle-text::after {
    left: calc(100% + 0.25rem);
  }
}

.section__title-text {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #1E839F;
}
@media screen and (max-width: 767px) {
  .section__title-text {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .section__title-text {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 2.1666666667;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__title-text {
    font-size: 1.5rem;
  }
}

.company__text-wrapper {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .company__text-wrapper {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
    width: 100%;
  }
}

.company__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .company__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .company__text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5714285714;
    letter-spacing: normal;
    width: 86.9565217391%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .company__text {
    font-size: 0.875rem;
  }
}

.service {
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
  background: #FBF6EF;
  padding-inline: 2.4375rem;
  border-radius: 2.5rem;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .service {
    -webkit-padding-before: 3.75rem;
            padding-block-start: 3.75rem;
    -webkit-padding-after: 2.5rem;
            padding-block-end: 2.5rem;
    padding-inline: 0.9375rem;
  }
}

.service__container {
  margin-inline: auto;
  max-width: 1440px;
  width: min(70.125rem, 100%);
}
@media screen and (max-width: 767px) {
  .service__container {
    width: 100%;
    max-width: 550px;
  }
}

.service__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .service__text-container {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .service__text-wrapper {
    padding-inline: 1.0625rem;
    letter-spacing: normal;
  }
}

.service__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .service__text {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .service__text {
    font-size: 0.875rem;
  }
}

.service__lists {
  -webkit-margin-before: 4.25rem;
          margin-block-start: 4.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .service__lists {
    grid-template-columns: 1fr;
    -webkit-margin-before: 3.5rem;
            margin-block-start: 3.5rem;
    padding-inline: 0.78125rem;
    gap: 2.9375rem;
    max-width: 450px;
    margin-inline: auto;
  }
}

.service__list {
  text-align: center;
}

.service__list-img {
  padding-inline: 0.9375rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/256;
}
@media screen and (max-width: 767px) {
  .service__list-img {
    padding-inline: 0rem;
  }
}
.service__list-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 320/256;
  border-radius: 1.25rem;
  -webkit-box-shadow: -6px 10px 8.5px 0px rgba(154, 154, 154, 0.15);
          box-shadow: -6px 10px 8.5px 0px rgba(154, 154, 154, 0.15);
}

.service__list-title {
  -webkit-margin-before: 0.6875rem;
          margin-block-start: 0.6875rem;
  font-size: max(1.5rem, 19.2px);
  font-weight: 800;
  line-height: 1.5833333333;
  letter-spacing: 0.03em;
  font-size: max(1.5rem, 16.5px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__list-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .service__list-title {
    -webkit-margin-before: 0.25rem;
            margin-block-start: 0.25rem;
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.03em;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .service__list-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .service__list-title.space {
    line-height: 1.4;
  }
}

.service__list-text {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__list-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .service__list-text {
    -webkit-margin-before: 0rem;
            margin-block-start: 0rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .service__list-text {
    font-size: 0.875rem;
  }
}

.blog {
  -webkit-margin-before: 3.75rem;
          margin-block-start: 3.75rem;
  -webkit-margin-after: 4.0625rem;
          margin-block-end: 4.0625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
  }
}

.blog__bg {
  overflow: visible;
  position: absolute;
  top: -9.5rem;
  right: 0rem;
  width: 68.125rem;
  height: auto;
  aspect-ratio: 1090/990;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .blog__bg {
    width: 100%;
    aspect-ratio: 375/1840;
    top: -4.125rem;
    left: 50%;
    translate: calc(-50% - 20px);
    right: -0.3125rem;
    max-width: 550px;
  }
}
.blog__bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__section-inner {
  max-width: 1440px;
  padding-inline: 7.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .blog__section-inner {
    padding-inline: 0.9375rem;
    width: 100%;
    max-width: 450px;
  }
}

.blog__container {
  margin-inline: auto;
}

.blog__text-container {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.blog__title-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .blog__title-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.blog__text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .blog__text {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 2;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .blog__text {
    font-size: 1rem;
  }
}

.top__blog-list {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .top__blog-list {
    grid-template-columns: 1fr;
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
    row-gap: 1.75rem;
  }
}
.top__blog-list .home__info-item {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
}

.top__blog-img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/233;
}
@media screen and (max-width: 767px) {
  .top__blog-img {
    aspect-ratio: 320/200;
  }
}

.top__blog-base {
  padding-inline: 0.9375rem;
  padding-block: 1.5rem;
  background: #FFFFFF;
  border-radius: 2.5rem;
  height: 100%;
}

/* ================================
   本題のCSS
=============================== */
.faq {
  padding-block: 3.75rem;
  background: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-block: 2.5rem;
  }
}

.faq__text-wrapper {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .faq__text-wrapper {
    -webkit-margin-before: 1.125rem;
            margin-block-start: 1.125rem;
  }
}

.faq__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .faq__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .faq__text {
    letter-spacing: normal;
  }
}

.faq__inner {
  max-width: 1440px;
  padding-inline: 7.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .faq__inner {
    padding-inline: 0.9375rem;
    width: 100%;
    max-width: 450px;
  }
}

.faq__container {
  margin-inline: auto;
  width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .faq__container {
    width: 100%;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.faq__items {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .faq__items {
    -webkit-margin-before: 1.75rem;
            margin-block-start: 1.75rem;
    gap: 1.25rem;
  }
}

.js-summary {
  background-color: #FBF6EF;
  border-radius: 0.25rem;
}

.faq__question {
  position: relative;
  width: 100%;
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #121212;
}
.faq__question::before {
  right: 2.6875rem;
  width: 0.125rem;
  height: 0.875rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq__question::before {
    right: 0.9375rem;
  }
}
.faq__question::after {
  right: 2.3125rem;
  width: 0.875rem;
  height: 0.125rem;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq__question::after {
    right: 0.5625rem;
  }
}
@media (any-hover: hover) {
  .faq__question:hover {
    cursor: pointer;
  }
}

details[open] .faq__question::before {
  rotate: 45deg;
}

details[open] .faq__question::after {
  rotate: 45deg;
}

.faq__question-text {
  list-style: none;
  position: relative;
  padding-block: 1.625rem 1.625rem;
  padding-inline: 5.625rem 3.75rem;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 2;
  font-size: max(1.125rem, 14px);
}
@media screen and (max-width: 767px) {
  .faq__question-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .faq__question-text {
    padding-block: 0.75rem 0.5rem;
    padding-inline: 2.9375rem 2.75rem;
    font-size: max(1rem, 12.8px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq__question-text {
    font-size: 1rem;
  }
}
.faq__question-text::before {
  content: "Q";
  position: absolute;
  top: 50%;
  translate: 0 calc(-50% + 2px);
  left: 2.5rem;
  font-family: Roboto;
  font-size: max(2rem, 25.6px);
  font-weight: 500;
  line-height: 1.625;
  color: #1E839F;
}
@media screen and (max-width: 767px) {
  .faq__question-text::before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .faq__question-text::before {
    font-size: max(1.5rem, 19.2px);
    font-weight: 500;
    line-height: 1.3333333333;
    left: 0.9375rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq__question-text::before {
    font-size: 1.5rem;
  }
}

.faq__answer {
  padding-bottom: 20px;
}

.faq__answer-text {
  list-style: none;
  position: relative;
  padding-inline: 6.375rem 6.125rem;
  padding-block: 1.75rem 1.75rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  background-color: #FFFFFF;
  border-radius: 0 0 0.25rem 0.25rem;
}
@media screen and (max-width: 767px) {
  .faq__answer-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .faq__answer-text {
    padding-inline: 3.75rem 0.375rem;
    padding-block: 1.125rem 1.125rem;
    font-size: max(0.75rem, 9.6px);
    font-weight: 500;
    line-height: 1.5833333333;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq__answer-text {
    font-size: 0.75rem;
  }
}
.faq__answer-text::before {
  content: "A";
  position: absolute;
  top: 50%;
  translate: 0 calc(-50% + 2px);
  left: 2.5rem;
  font-family: Roboto;
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.3333333333;
  color: #1E839F;
}
@media screen and (max-width: 767px) {
  .faq__answer-text::before {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .faq__answer-text::before {
    left: 1.75rem;
    font-size: max(1.125rem, 14.4px);
    font-weight: 500;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq__answer-text::before {
    font-size: 1.125rem;
  }
}

.contact {
  padding-block: 5rem 5.625rem;
  background: #FBF6EF;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .contact {
    padding-block: 2.5rem 3.75rem;
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
  }
}

.contact__title-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__inner {
  width: min(1040px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    width: 100%;
    max-width: 450px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0;
  width: 100%;
  border: 1px solid #121212;
  border-radius: 0.625rem;
  padding: 0.5rem 0.5rem;
  background: #FFFFFF;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    height: 2.375rem;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  color: #a2a2a2;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  color: #a2a2a2;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  color: #a2a2a2;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  color: #a2a2a2;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  color: #a2a2a2;
}
@media screen and (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 1rem;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 1rem;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 1rem;
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.6666666667;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.6666666667;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.6666666667;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.6666666667;
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: max(0.75rem, 9.6px);
    font-weight: 400;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.75rem;
  }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.75rem;
  }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.75rem;
  }
  input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 0.75rem;
  }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=tel]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 0.75rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  outline: none;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

textarea {
  height: 15.0625rem;
  resize: vertical;
  padding-top: 0.875rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  textarea {
    height: 10.75rem;
  }
}

.contact__form {
  -webkit-margin-before: 3.4375rem;
          margin-block-start: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  padding: 4.6875rem 6.25rem 5.625rem 6.25rem;
  border-radius: 3.125rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    -webkit-margin-before: 2.8125rem;
            margin-block-start: 2.8125rem;
    padding: 1.875rem 1.25rem 3.75rem 1.25rem;
  }
}
.contact__form .wpcf7 {
  width: 100%;
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.contact__head {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact__head {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__head {
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.5714285714;
    -webkit-margin-before: 1.9375rem;
            margin-block-start: 1.9375rem;
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contact__head {
    font-size: 0.875rem;
  }
}

form.wpcf7-form.init {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  form.wpcf7-form.init {
    row-gap: 0rem;
  }
}

.contact__data {
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact__data {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__data {
    -webkit-margin-before: 0.375rem;
            margin-block-start: 0.375rem;
  }
}
.contact__data span {
  width: 100%;
}

.contact__acceptance {
  -webkit-margin-before: 0.3125rem;
          margin-block-start: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .contact__acceptance {
    -webkit-margin-before: 1.0625rem;
            margin-block-start: 1.0625rem;
  }
}

.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
}

input[type=checkbox] {
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #121212;
  border-radius: 0.25rem;
}

span.wpcf7-list-item-label {
  cursor: pointer;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.5714285714;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item-label {
    font-size: max(0.75rem, 9.6px);
    font-weight: 700;
    line-height: 1.5833333333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  span.wpcf7-list-item-label {
    font-size: 0.75rem;
  }
}

.wpcf7-list-item {
  margin: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-spinner {
  display: none;
}
.wpcf7-spinner::before {
  display: none;
}

.contact__submit {
  -webkit-margin-before: 3.0625rem;
          margin-block-start: 3.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__submit {
    -webkit-margin-before: 2.25rem;
            margin-block-start: 2.25rem;
  }
}
.contact__submit input[type=submit] {
  display: inline-block;
  background: #1E839F;
  color: #FFFFFF;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1875em;
  padding: 0.8125rem 2.78125rem;
  border-radius: 1.875rem;
  border: 1px solid #1E839F;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
@media screen and (max-width: 767px) {
  .contact__submit input[type=submit] {
    font-size: 1rem;
  }
}
.contact__submit input[type=submit]:hover {
  background: #FFFFFF;
  color: #1E839F;
  border: 1px solid #1E839F;
}

.wpcf7-response-output {
  border: none !important;
  color: #dc3232;
  text-align: center;
}

.service-page__message {
  padding: 18.75rem 1.25rem;
  text-align: center;
  height: 50vh;
}
@media screen and (max-width: 767px) {
  .service-page__message {
    padding: 12.5rem 0.9375rem;
  }
}

.service-page__message-text {
  font-size: max(1.125rem, 14.4px);
  font-weight: 400;
  line-height: 1.5;
  color: #121212;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service-page__message-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .service-page__message-text {
    font-size: max(1rem, 12.8px);
    font-weight: 400;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .service-page__message-text {
    font-size: 1rem;
  }
}

.error-404 {
  padding-block: 7.5rem 7.5rem;
  background: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .error-404 {
    padding-block: 5rem 5rem;
  }
}

.error-404__inner {
  max-width: 50rem;
  margin-inline: auto;
  padding-inline: 7.5rem;
}
@media screen and (max-width: 767px) {
  .error-404__inner {
    padding-inline: 0.9375rem;
    max-width: 23.4375rem;
  }
}

.error-404__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .error-404__content {
    gap: 1rem;
  }
}

.error-404__title {
  font-size: max(7.5rem, 96px);
  font-weight: 800;
  line-height: 0.0083333333;
  color: #1E839F;
  font-family: "Roboto", sans-serif;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .error-404__title {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .error-404__title {
    font-size: max(5rem, 64px);
    font-weight: 800;
    line-height: 0.0125;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .error-404__title {
    font-size: 5rem;
  }
}

.error-404__subtitle {
  font-size: max(2rem, 25.6px);
  font-weight: 700;
  line-height: 1.5;
  color: #121212;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .error-404__subtitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .error-404__subtitle {
    font-size: max(1.25rem, 16px);
    font-weight: 700;
    line-height: 1.6;
    -webkit-margin-before: 0.5rem;
            margin-block-start: 0.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .error-404__subtitle {
    font-size: 1.25rem;
  }
}

.error-404__description {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 2;
  color: #121212;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .error-404__description {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .error-404__description {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.5714285714;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .error-404__description {
    font-size: 0.875rem;
  }
}

.error-404__button-box {
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .error-404__button-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
    width: 100%;
  }
}

.error-404__button {
  display: inline-block;
  padding: 0.8125rem 3.375rem;
  background: #1E839F;
  color: #FFFFFF;
  font-size: max(1rem, 12.8px);
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0.125em;
  border: 1px solid #1E839F;
  border-radius: 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .error-404__button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .error-404__button {
    padding: 0.75rem 2.5625rem;
    font-size: max(0.875rem, 11.2px);
    font-weight: 700;
    line-height: 1.7142857143;
    letter-spacing: 0.1428571429em;
    width: 100%;
    max-width: 18.75rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .error-404__button {
    font-size: 0.875rem;
  }
}
.error-404__button:hover {
  background: #FFFFFF;
  color: #1E839F;
  border: 1px solid #1E839F;
}
.error-404__button--secondary {
  background: #FFFFFF;
  color: #121212;
  border: 1px solid #121212;
}
.error-404__button--secondary:hover {
  background: #1E839F;
  color: #FFFFFF;
  border: 1px solid #1E839F;
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}