@charset "UTF-8";
body {
  font-family: "Montserrat", "Noto Sans JP", var(--_base-font-family, system-ui, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ W3", sans-serif) !important;
}

.br-sp {
  display: none;
}
@media (max-width: 639px) {
  .br-sp {
    display: block;
  }
}

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

.c-meta__item.c-meta__item--author {
  display: none;
}

.page .l-contents__inner {
  padding-bottom: 0 !important;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.fade-in-up.appear {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.fade-in-left.appear {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.fade-in-right.appear {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.fade-in-down.appear {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.text-mask-animation {
  color: transparent !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.text-mask-animation::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
  background-color: #00a0e9;
}
.text-mask-animation.appear {
  color: #00a0e9 !important;
}
.text-mask-animation.appear::before {
  -webkit-animation: text-mask-animation 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: text-mask-animation 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
.text-mask-animation--bk::before {
  background-color: #333;
}
.text-mask-animation--bk.appear {
  color: #333 !important;
}
@-webkit-keyframes text-mask-animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@keyframes text-mask-animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  40%, 60% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

.bg-text-animation {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  color: transparent !important;
  position: relative;
  overflow: hidden;
}
.bg-text-animation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
}
.bg-text-animation.appear {
  color: #fff !important;
}
.bg-text-animation.appear::before {
  -webkit-animation: bg-text-animation 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
          animation: bg-text-animation 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
@-webkit-keyframes bg-text-animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    background-color: transparent;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-color: #00a0e9;
  }
}
@keyframes bg-text-animation {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    background-color: transparent;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-color: #00a0e9;
  }
}

.text-up-animation {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: inline-block;
}
.text-up-animation.appear {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.image-mask-animation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00a0e9;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          transition-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.image-mask-animation.appear::after {
  -webkit-transform: scale(0, 100%);
          transform: scale(0, 100%);
}

.line-animation {
  width: 0;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          transition-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.line-animation.appear {
  width: 100%;
}

.c-hamburger-btn {
  margin-right: 1.5rem !important;
}
.c-hamburger-btn .c-hamburger-btn__bars .c-hamburger-btn__bar {
  height: 2px;
}
.c-hamburger-btn .c-hamburger-btn__bars .c-hamburger-btn__bar:first-of-type {
  right: -20%;
}
.c-hamburger-btn .c-hamburger-btn__bars .c-hamburger-btn__bar:nth-last-of-type(2) {
  right: 10%;
}
.c-hamburger-btn .c-hamburger-btn__bars .c-hamburger-btn__bar:last-of-type {
  right: 40%;
}
.c-hamburger-btn .c-hamburger-btn__label {
  display: none;
}
.c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:first-of-type, .c-hamburger-btn[aria-expanded=true] > .c-hamburger-btn__bars > .c-hamburger-btn__bar:last-of-type {
  right: 0;
}

.btn {
  padding: 0.5rem;
  text-align: center;
  line-height: 1.4;
}
.btn:not(:last-of-type) {
  margin-bottom: 1rem;
}
.btn a {
  text-decoration: none;
}
.btn a span {
  display: block;
  font-size: 0.9rem;
  font-weight: normal;
}
.btn--entry {
  color: #fff;
  background-color: #00a0e9;
  font-size: 1.6rem;
  font-weight: 900;
}
.btn--phone {
  border: 1px solid #333;
  font-size: 1.2rem;
  line-height: 1.8;
}
.btn--phone .fa-phone-volume {
  margin-right: 0.5rem;
}
.btn--main {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.btn--main a {
  border: 1px solid #333;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  font-size: min(1.5rem, 5vw);
  font-weight: bold;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.btn--main:hover a {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.loaded-animation__slide {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.loaded-animation__slide.loaded {
  opacity: 1;
}
.loaded-animation__background::before {
  width: 0 !important;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
          transition-timing-function: cubic-bezier(0.8, 0, 0.17, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.loaded-animation__background.loaded::before {
  width: calc(100% - 100px) !important;
}
@media (max-width: 639px) {
  .loaded-animation__background.loaded::before {
    width: calc(100% - 50px) !important;
  }
}
.loaded-animation__text {
  color: transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0;
          transition-duration: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}
.loaded-animation__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
}
.loaded-animation__text.loaded {
  color: #fff;
}
.loaded-animation__text.loaded::before {
  -webkit-animation: text-mask-animation 1.2s 2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: text-mask-animation 1.2s 2s cubic-bezier(0.8, 0, 0.17, 1);
}
.loaded-animation__text--nb-white::before {
  background-color: #fff;
}
.loaded-animation__text--b-white {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.loaded-animation__text--b-white::before {
  background-color: #fff;
}
.loaded-animation__text--b-white span {
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  display: inline-block;
}
.loaded-animation__text--b-white.loaded {
  color: #333;
}
.loaded-animation__text--b-white.loaded::before {
  -webkit-animation: bg-text-animation-loaded 1.2s 2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
          animation: bg-text-animation-loaded 1.2s 2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
.loaded-animation__text--b-white.loaded span {
  color: #00a0e9;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes bg-text-animation-loaded {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes bg-text-animation-loaded {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.original-heading {
  overflow: hidden;
  position: relative;
  padding: 0 2em;
  text-align: center;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-size: min(2rem, 2.4vw);
}
@media (max-width: 639px) {
  .original-heading {
    padding: 0.5em 1em;
    font-size: min(2rem, 4.4vw);
    line-height: 1.6;
  }
}
.original-heading::before, .original-heading::after {
  position: absolute;
  content: "";
}
.original-heading::after {
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
}
.original-heading::before {
  right: 0;
  bottom: 0;
  width: 1.5em;
  height: 1.5em;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
.original-heading--r::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.original-heading--r::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.original-heading .en {
  font-size: 1.8em;
  margin: 0 0.5rem;
  color: #00a0e9;
  font-weight: 900;
}
.original-heading--simple .en {
  font-weight: 700;
}

.triangle {
  max-width: 800px;
  height: 80px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: rgba(0, 160, 233, 0.5);
}
@media (max-width: 1023px) {
  .triangle {
    max-width: 500px;
    height: 60px;
  }
}
@media (max-width: 639px) {
  .triangle {
    max-width: 300px;
    height: 40px;
  }
}

.header-contents ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contents ul li a {
  font-weight: bold;
  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;
  height: 70.516px;
  line-height: calc(1.0320261438 + var(--_half-leading, 0.4) * 2);
  padding: calc(var(--_space, 1.8rem) * 0.75);
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  text-decoration: none;
  color: #fff;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.header-contents ul li a .fa-envelope,
.header-contents ul li a .fa-phone-volume {
  font-size: 1.5em;
  margin-right: 0.5rem;
}
.header-contents ul li a:hover {
  opacity: 0.8;
}
.header-contents__entry {
  background-color: #00a0e9;
}
.header-contents__tel {
  background-color: #333;
  font-size: 0.8rem;
}

.works-card {
  padding-left: min(2vw, 2.5rem) !important;
  padding-right: min(2vw, 2.5rem) !important;
}
.works-card .smb-panels__item__body {
  padding: 0;
}
.works-card__figure {
  position: relative;
}
.works-card__image {
  padding: 0 !important;
}
.works-card__image-text {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.works-card__type, .works-card__title {
  color: #fff;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em 0.4em;
  line-height: 1.4;
}
.works-card__type {
  font-size: min(2rem, 2.5vw);
}
@media (max-width: 639px) {
  .works-card__type {
    font-size: 5vw;
  }
}
.works-card__title {
  margin-top: 0.5em;
  font-size: min(2.5rem, 3vw);
}
@media (max-width: 639px) {
  .works-card__title {
    font-size: 6vw;
  }
}
.works-card__treatment {
  margin-top: 0 !important;
  padding: 1em;
  text-align: center;
  line-height: 1.2;
  font-size: min(1.75rem, 2.5vw);
}
@media (max-width: 639px) {
  .works-card__treatment {
    font-size: 4vw;
  }
}
.works-card__treatment p {
  overflow: hidden;
}
.works-card__treatment p .en {
  font-size: 2em;
  color: #00a0e9;
  font-weight: 700;
  margin: 0 0.5rem;
}

.cover-entry {
  color: #fff;
}
.cover-entry .smb-section__title {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.cover-entry .smb-section__title::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.cover-entry .smb-section__lede-wrapper {
  margin-top: 0 !important;
}
.cover-entry__text {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 639px) {
  .cover-entry__text {
    font-size: 1.25rem;
  }
}

.c-entry__header .c-entry__title,
.c-entry__header .c-entry__subtitle {
  color: transparent !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.c-entry__header .c-entry__title::before,
.c-entry__header .c-entry__subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(-101%, 0);
          transform: translate(-101%, 0);
  background-color: #333;
}
.c-entry__header .c-entry__title.loaded,
.c-entry__header .c-entry__subtitle.loaded {
  color: #333 !important;
}
.c-entry__header .c-entry__title.loaded::before,
.c-entry__header .c-entry__subtitle.loaded::before {
  -webkit-animation: text-mask-animation 1.2s cubic-bezier(0.8, 0, 0.17, 1);
          animation: text-mask-animation 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
.c-entry__header .c-entry__title {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .c-entry__header .c-entry__title {
    font-size: 4rem;
  }
}
@media (max-width: 639px) {
  .c-entry__header .c-entry__title {
    font-size: 2.8rem;
  }
}
.c-entry__header .c-entry__subtitle {
  margin-top: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .c-entry__header .c-entry__subtitle {
    font-size: 1.5;
  }
}
@media (max-width: 639px) {
  .c-entry__header .c-entry__subtitle {
    font-size: 1rem;
  }
}

.c-entry__page-figure {
  margin-top: 3rem !important;
}
@media (max-width: 1023px) {
  .c-entry__page-figure {
    margin-top: 2rem !important;
  }
}
@media (max-width: 639px) {
  .c-entry__page-figure {
    margin-top: 1rem !important;
  }
}

.c-entry__text {
  margin-top: 3rem !important;
  font-size: 1.2rem;
}
@media (max-width: 1023px) {
  .c-entry__text {
    margin-top: 1rem !important;
    font-size: 1rem;
  }
}
@media (max-width: 639px) {
  .c-entry__text {
    font-size: 0.8rem;
  }
}

.smb-section__title {
  font-size: min(4rem, 8vw);
}

.smb-section__lede-wrapper {
  margin-top: 0 !important;
}

.smb-section__lede {
  font-size: min(1.5rem, 4vw);
}

.contact {
  background-color: #fcfcfc;
  -webkit-box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
          box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.contact .contact-form {
  padding: 2rem;
}
@media (max-width: 1023px) {
  .contact .contact-form {
    padding: 2rem 0;
  }
}
.contact .contact-form .required {
  margin-left: 0.2rem;
  color: #00a0e9;
}
.contact .contact-form button,
.contact .contact-form input[type=text],
.contact .contact-form input[type=tel],
.contact .contact-form input[type=email],
.contact .contact-form select,
.contact .contact-form textarea {
  color: #333;
  font-size: 1rem;
  line-height: calc(1 + var(--_half-leading, 0.4) * 2);
  background-color: #fff;
  border: 1px solid var(--_form-control-border-color, var(--_light-color-gray, #ccc));
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
  padding: calc(var(--_space, 1.8rem) * 0.25) calc(var(--_space, 1.8rem) * 0.5);
  -webkit-transition: border var(--_transition-duration, 0.2s) var(--_transition-function-timing, ease-out);
  transition: border var(--_transition-duration, 0.2s) var(--_transition-function-timing, ease-out);
  min-height: 2.8em;
  width: 100%;
  max-width: 100%;
}
.contact .contact-form button:focus, .contact .contact-form button:focus-visible, .contact .contact-form button:active,
.contact .contact-form input[type=text]:focus,
.contact .contact-form input[type=text]:focus-visible,
.contact .contact-form input[type=text]:active,
.contact .contact-form input[type=tel]:focus,
.contact .contact-form input[type=tel]:focus-visible,
.contact .contact-form input[type=tel]:active,
.contact .contact-form input[type=email]:focus,
.contact .contact-form input[type=email]:focus-visible,
.contact .contact-form input[type=email]:active,
.contact .contact-form select:focus,
.contact .contact-form select:focus-visible,
.contact .contact-form select:active,
.contact .contact-form textarea:focus,
.contact .contact-form textarea:focus-visible,
.contact .contact-form textarea:active {
  border: 1px solid #00a0e9 !important;
  outline: 0;
}
.contact .contact-form button:hover,
.contact .contact-form input[type=text]:hover,
.contact .contact-form input[type=tel]:hover,
.contact .contact-form input[type=email]:hover,
.contact .contact-form select:hover,
.contact .contact-form textarea:hover {
  border-color: var(--_form-control-border-color-hover, var(--_color-gray, #999));
}
.contact .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}
@media (max-width: 639px) {
  .contact .contact-form__row {
    display: block;
  }
}
.contact .contact-form__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16em;
          flex: 0 0 16em;
  max-width: 16rem;
  font-weight: bold;
  font-size: 1.1em;
  text-align: left;
  padding: 0.2rem 1.8rem 0;
}
@media (max-width: 1023px) {
  .contact .contact-form__heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14em;
            flex: 0 0 14em;
    max-width: 14rem;
    padding: 0.6rem 1rem 0;
  }
}
@media (max-width: 639px) {
  .contact .contact-form__heading {
    max-width: none;
    padding: 0.6rem 0 0;
  }
}
.contact .contact-form__data {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 16em);
          flex: 1 1 calc(100% - 16em);
  max-width: calc(100% - 16em);
}
@media (max-width: 1023px) {
  .contact .contact-form__data {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 14em);
            flex: 1 1 calc(100% - 14em);
    max-width: calc(100% - 14em);
  }
}
@media (max-width: 639px) {
  .contact .contact-form__data {
    max-width: 100% !important;
  }
}
.contact .contact-form__name input[type=text], .contact .contact-form__furigana input[type=text], .contact .contact-form__tel input[type=text] {
  width: 300px;
}
.contact .contact-form__category select, .contact .contact-form__reason select, .contact .contact-form__time select {
  width: 200px;
}
.contact .contact-form__zip input[type=tel] {
  width: 100px;
}
.contact .contact-form__age select {
  width: 100px;
}
.contact__btn {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__btn input {
  background-color: #fff;
  color: #00a0e9;
  border: 1px solid #00a0e9;
  padding: 1rem;
  width: 200px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.contact__btn input:first-child {
  background-color: #00a0e9;
  color: #fff;
}
.contact__btn input:hover {
  background-color: #00a0e9;
  color: #fff;
  cursor: pointer;
}
.contact__btn input:hover:first-child {
  background-color: #fff;
  color: #00a0e9;
}

.mw_wp_form_confirm .contact-form__row--confirm {
  display: none;
}

.welfare-item {
  margin-bottom: 4rem !important;
}
.welfare-item.wp-block-columns {
  gap: 4rem !important;
}
@media (max-width: 1023px) {
  .welfare-item.wp-block-columns {
    gap: 2rem !important;
  }
}
@media (max-width: 639px) {
  .welfare-item.wp-block-columns {
    gap: 1rem !important;
  }
}
.welfare-item:nth-of-type(2n) .welfare-item__contents {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 781px) {
  .welfare-item:nth-of-type(2n) .welfare-item__contents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.welfare-item:nth-of-type(2n) .welfare-item__figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 781px) {
  .welfare-item:nth-of-type(2n) .welfare-item__figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.welfare-item__heading {
  border-bottom: 5px solid #00a0e9;
}
@media (max-width: 639px) {
  .welfare-item__heading.wp-block-columns {
    gap: 1rem !important;
  }
}
.welfare-item__heading-figure {
  -ms-flex-preferred-size: 150px !important;
      flex-basis: 150px !important;
}
@media (max-width: 1023px) {
  .welfare-item__heading-figure {
    -ms-flex-preferred-size: 120px !important;
        flex-basis: 120px !important;
  }
}
@media (max-width: 639px) {
  .welfare-item__heading-figure {
    -ms-flex-preferred-size: 80px !important;
        flex-basis: 80px !important;
  }
}
.welfare-item__heading-icon {
  background-color: #00a0e9;
  border-radius: 50%;
  padding: 2rem;
  height: 150px;
  width: 150px;
  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;
}
@media (max-width: 1023px) {
  .welfare-item__heading-icon {
    height: 120px;
    width: 120px;
    padding: 1.75rem;
  }
}
@media (max-width: 639px) {
  .welfare-item__heading-icon {
    padding: 1rem !important;
    height: 80px;
    width: 80px;
  }
  .welfare-item__heading-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.welfare-item__heading-text {
  color: #00a0e9;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  font-size: min(3rem, 3.5vw);
  position: relative;
  overflow: hidden;
}
.welfare-item__heading-text .en {
  font-size: 2em;
  margin: 0 1rem;
  font-style: italic;
  font-weight: 900;
}
@media (max-width: 781px) {
  .welfare-item__heading-text {
    font-size: min(3rem, 6.5vw);
  }
}
.welfare-item__title {
  font-size: min(2rem, 2.4vw);
  margin-left: 0 !important;
}
@media (max-width: 781px) {
  .welfare-item__title {
    font-size: min(2rem, 5.4vw);
  }
}
@media (max-width: 639px) {
  .welfare-item__text {
    font-size: 0.9rem;
  }
}
@media (max-width: 359px) {
  .welfare-item__text {
    font-size: 0.8rem;
  }
}
.welfare-item__image {
  padding: 0 !important;
  position: relative;
  width: 100%;
}
.welfare-item__image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.welfare-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jobs-item {
  margin-bottom: 6rem !important;
}
.jobs-item:first-of-type {
  margin-top: 100px !important;
}
@media (max-width: 781px) {
  .jobs-item:first-of-type {
    margin-top: 50px !important;
  }
}
.jobs-item:nth-of-type(2n) .jobs-item__contents {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 781px) {
  .jobs-item:nth-of-type(2n) .jobs-item__contents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.jobs-item:nth-of-type(2n) .jobs-item__figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 781px) {
  .jobs-item:nth-of-type(2n) .jobs-item__figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.jobs-item.wp-block-columns {
  gap: 4rem !important;
}
@media (max-width: 781px) {
  .jobs-item.wp-block-columns {
    gap: 2rem !important;
  }
}
.jobs-item__image {
  position: relative;
  width: 100%;
}
.jobs-item__image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.jobs-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jobs-item__heading {
  margin-left: 0 !important;
  font-weight: bold;
  line-height: 1;
  font-size: min(2.8rem, 3.2vw);
  position: relative;
}
@media (max-width: 781px) {
  .jobs-item__heading {
    font-size: min(3rem, 6.5vw);
  }
}
.jobs-item__heading .en {
  margin-right: 0.2em;
  font-weight: 900;
  font-size: 2em;
  font-style: italic;
}
.jobs-item__underline {
  margin-left: 0 !important;
  background-color: #333;
  height: 2px;
  margin-top: 0 !important;
}
.jobs-item__title {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
  margin-top: 0.75em !important;
  font-size: min(2rem, 2.6vw);
  font-weight: bold;
  line-height: 1;
  padding: 0.2em 0.4em;
}
@media (max-width: 781px) {
  .jobs-item__title {
    font-size: min(2rem, 5vw);
  }
}
.jobs-item__salary, .jobs-item__time {
  line-height: 1.4;
  font-size: min(1.25rem, 1.5vw);
  overflow: hidden;
}
.jobs-item__salary::before, .jobs-item__time::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin: 0 0.5em;
  font-size: 1.5em;
}
@media (max-width: 781px) {
  .jobs-item__salary, .jobs-item__time {
    font-size: min(1.25rem, 3.5vw);
  }
}
.jobs-item__salary .en, .jobs-item__time .en {
  color: #00a0e9;
  font-weight: 700;
  font-size: 2em;
  margin-right: 0.1em;
  margin-left: 0.1em;
}
.jobs-item__salary {
  margin-top: 1em !important;
}
.jobs-item__salary::before {
  content: "\f51e";
}
.jobs-item__time {
  margin-top: 0 !important;
}
.jobs-item__time::before {
  content: "\f017";
  font-weight: 400;
}
.jobs-item__text {
  font-size: min(1.1rem, 2vw);
}
@media (max-width: 781px) {
  .jobs-item__text {
    font-size: min(1.1rem, 3.8vw);
  }
}

.works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media (max-width: 1023px) {
  .works-item {
    gap: 2rem;
  }
}
@media (max-width: 781px) {
  .works-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.works-item:nth-of-type(2n) .works-item__figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 781px) {
  .works-item:nth-of-type(2n) .works-item__figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.works-item:nth-of-type(2n) .works-item__contents {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 781px) {
  .works-item:nth-of-type(2n) .works-item__contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.works-item__figure {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  width: 100%;
}
@media (max-width: 1023px) {
  .works-item__figure {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 781px) {
  .works-item__figure {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.works-item__image {
  position: relative;
  width: 100%;
}
.works-item__image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.works-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-item__contents {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  width: 100%;
}
@media (max-width: 1023px) {
  .works-item__contents {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (max-width: 781px) {
  .works-item__contents {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.works-item__title {
  margin-left: 0;
  line-height: 1.5;
  font-size: min(2rem, 3.5vw);
}
@media (max-width: 781px) {
  .works-item__title {
    font-size: min(2rem, 5.6vw);
  }
}
.works-item__subtitle {
  margin-top: 0.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(1.5rem, 2.5vw);
  font-weight: bold;
  line-height: 1;
  padding: 0.2em 0.4em;
}
@media (max-width: 781px) {
  .works-item__subtitle {
    font-size: min(1.5rem, 4.5vw);
  }
}
.works-item__table {
  margin-top: 1em;
}
.works-item__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
  font-size: min(1.1rem, 2vw);
}
@media (max-width: 781px) {
  .works-item__table-row {
    font-size: min(1.1rem, 3.8vw);
  }
}
.works-item__table-row:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.works-item__table-head {
  padding: 0 0.5em;
  min-width: min(160px, 18vw);
  font-weight: bold;
}
@media (max-width: 781px) {
  .works-item__table-head {
    min-width: min(160px, 30vw);
  }
}
.works-item__table-data {
  padding: 0 0.5em;
}

.flow-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
}
.flow-item:first-of-type {
  padding-top: 0;
}
.flow-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.flow-item__contents {
  position: relative;
}
.flow-item__step {
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #00a0e9;
  color: #fff;
  display: inline-block;
  padding: 0.2em 1.5em;
  border-radius: 2.9em;
}
@media (max-width: 781px) {
  .flow-item__step {
    font-size: min(1.5rem, 4.5vw);
  }
}
.flow-item__title {
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
  margin-top: 0.5em !important;
  margin-bottom: 0.2em !important;
  padding: 0 !important;
  font-size: min(3rem, 5vw);
  line-height: 1;
}
.flow-item__title .sme-font-size.has-sm-small-font-size {
  margin-left: 10px;
  font-size: min(1.5rem, 2.5vw) !important;
}
@media (max-width: 781px) {
  .flow-item__title {
    font-size: min(3rem, 9vw);
  }
  .flow-item__title .sme-font-size.has-sm-small-font-size {
    font-size: min(1.5rem, 4vw) !important;
  }
}
.flow-item__subtitle {
  margin-left: 0 !important;
  font-weight: 700;
  font-size: min(2rem, 3vw);
  line-height: 1.2;
}
@media (max-width: 781px) {
  .flow-item__subtitle {
    font-size: min(2rem, 5.5vw);
  }
}
.flow-item__text {
  font-size: min(1.1rem, 2vw);
}
@media (max-width: 781px) {
  .flow-item__text {
    font-size: min(1.1rem, 3.8vw);
  }
}
.flow-item__no {
  position: absolute !important;
  bottom: 0;
  right: 0;
  font-weight: 900;
  font-size: min(15rem, 20vw);
  line-height: 1;
  color: #eee;
  z-index: -1;
}
@media (max-width: 781px) {
  .flow-item__no {
    font-size: min(15rem, 35vw);
    top: 0;
    bottom: auto;
  }
}
.flow-item__image {
  position: relative;
  width: 100%;
}
.flow-item__image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.flow-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
.flow-item__padding {
  margin-left: 3rem !important;
}
@media (max-width: 781px) {
  .flow-item__padding {
    margin-left: 1.5rem !important;
  }
}

.l-header .l-1row-header__content {
  padding: 0;
}
.l-header .c-fluid-container {
  padding-right: 0;
}
.l-header .c-navbar .menu-item a {
  padding-left: 0.75vw !important;
  padding-right: 0.75vw !important;
  font-size: min(0.875rem, 1.28vw);
}

.c-drawer {
  background-color: transparent !important;
}
.c-drawer::before {
  content: "";
  position: fixed;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  top: 43.172px;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-drawer .c-drawer__inner {
  color: #333;
  background-color: #eee;
  -webkit-box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 0 2px 1px rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
}
.c-drawer .bl_drawer-logo img {
  width: 200px;
}
.c-drawer .c-drawer__menu .menu-item {
  padding: 0.6rem 0;
  border-bottom: 1px solid #333;
  position: relative;
}
.c-drawer .c-drawer__menu .menu-item::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-drawer__after-contents {
  margin-top: 1rem;
}

.front-top {
  position: relative;
}
.front-top::before {
  content: "";
  position: absolute;
  top: 5%;
  width: calc(100% - 100px);
  bottom: -300px;
  background-color: #00a0e9;
}
@media (max-width: 639px) {
  .front-top::before {
    width: calc(100% - 50px);
  }
}
.front-top__contents {
  position: absolute;
  top: 50%;
  left: min(100px, 5vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1023px) {
  .front-top__contents {
    top: auto;
    bottom: 5%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 639px) {
  .front-top__contents {
    bottom: 0;
  }
}
.front-top__title {
  font-weight: bold;
  font-size: min(8rem, 9vw);
  line-height: 1.15;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .front-top__title {
    font-size: min(6rem, 15vw);
  }
}
.front-top__subtitle {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: min(2.2rem, 2.5vw);
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  .front-top__subtitle {
    font-size: min(2rem, 4.5vw);
  }
}
@media (max-width: 639px) {
  .front-top__subtitle {
    margin-bottom: 1.5rem;
  }
}
.front-top__text {
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0.5rem !important;
  font-size: min(1.5rem, 2vw);
  padding: 0.2rem 0.5rem;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 1023px) {
  .front-top__text {
    font-size: min(1.5rem, 2.5vw);
  }
}
@media (max-width: 639px) {
  .front-top__text {
    font-size: 4vw;
    padding: 0.2rem 0.3rem;
  }
}
.front-top__text::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.front-top__text span {
  margin: 0 0.25rem;
  font-size: 1.5em;
}
@media (max-width: 639px) {
  .front-top__text span {
    font-size: 1em;
  }
}
.front-top__slider {
  margin-top: 0;
}
.front-top__slider .swiper-slide .slide img {
  width: 80%;
  height: 80vh;
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 7s;
          transition-duration: 7s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.front-top__slider .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.front-top__slider .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.05);
  left: 10%;
  top: 2%;
}
.front-top__scroll {
  display: inline-block;
  position: absolute;
  font-weight: bold;
  right: 2%;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
@media (max-width: 639px) {
  .front-top__scroll {
    display: none;
  }
}
.front-top__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  -webkit-animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.front-feature {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.front-feature__card {
  padding: 0 0.5rem;
}
@media (max-width: 639px) {
  .front-feature__card:not(:last-of-type) {
    padding-bottom: calc(var(--_space, 1.8rem) * 1 * var(--_margin-scale, 1));
    border-bottom: 1px solid var(--_lighter-color-gray, #eee);
  }
}
.front-feature__card-title {
  color: #aaa;
  line-height: 1.2;
  font-weight: 900;
  font-size: 2rem;
  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;
  text-align: center;
}
@media (max-width: 1023px) {
  .front-feature__card-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 639px) {
  .front-feature__card-title {
    font-size: 7vw;
  }
}
.front-feature__card-icon {
  background-color: #00a0e9;
  border-radius: 50%;
  padding: 1.8rem;
  height: 150px;
  width: 150px;
  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;
}
@media (max-width: 1023px) {
  .front-feature__card-icon {
    padding: 1.5rem;
    height: 120px;
    width: 120px;
  }
}
@media (max-width: 639px) {
  .front-feature__card-icon {
    padding: 1.2rem;
    height: 100px;
    width: 100px;
  }
}
.front-feature__card-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.6;
  font-weight: 900;
  font-size: min(2rem, 2.4vw);
}
@media (max-width: 1023px) {
  .front-feature__card-message {
    font-size: 2.1vw;
  }
}
@media (max-width: 639px) {
  .front-feature__card-message {
    font-size: 6.5vw;
  }
}

.front-video {
  position: relative;
  max-width: 800px;
}
.front-video .wp-block-embed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
  background-size: cover;
  z-index: 3;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.front-video .wp-block-embed .wp-block-embed__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/../../wp-content/uploads/2023/01/thumbnail.jpg);
  background-color: rgba(51, 51, 51, 0.5);
  background-size: cover;
  z-index: 2;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.front-video__play {
  position: absolute;
  margin-top: 0;
  top: 45%;
  right: 10%;
  z-index: 4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.front-video__play-icon {
  width: 125px;
  height: 125px;
  border: 1px solid #fff;
  border-radius: 50%;
  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: 2rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  cursor: pointer;
}
@media (max-width: 639px) {
  .front-video__play-icon {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
  }
}
.front-video__play-icon:hover {
  background-color: #eee;
  color: #00a0e9;
  border: 1px solid #00a0e9;
}
.front-video__play-text {
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 639px) {
  .front-video__play-text {
    margin-top: 0;
    font-size: 1rem;
  }
}
.front-video.clicked .wp-block-embed::before {
  opacity: 0;
  visibility: hidden;
}
.front-video.clicked .wp-block-embed .wp-block-embed__wrapper::before {
  opacity: 0;
  visibility: hidden;
}
.front-video.clicked .front-video__play {
  opacity: 0;
  visibility: hidden;
}

.front-message {
  text-align: center;
  min-height: 200px !important;
}
@media (max-width: 1023px) {
  .front-message {
    min-height: 150px !important;
  }
}
@media (max-width: 639px) {
  .front-message {
    min-height: 100px !important;
  }
}

.front-appeal {
  text-align: center;
  padding-bottom: 6rem;
}
@media (max-width: 1023px) {
  .front-appeal {
    padding-bottom: 3rem;
  }
}
.front-appeal__title {
  margin-top: 3rem !important;
  margin-bottom: 3rem;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
@media (max-width: 639px) {
  .front-appeal__title {
    margin-top: 2rem !important;
    margin-bottom: 2rem;
    font-size: min(2rem, 8vw) !important;
  }
}
.front-appeal__bubbles {
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.front-appeal__bubble {
  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;
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: relative;
}
@media (max-width: 1023px) {
  .front-appeal__bubble {
    width: 200px;
    height: 200px;
    font-size: 1.2rem;
  }
}
@media (max-width: 639px) {
  .front-appeal__bubble {
    width: 150px;
    height: 150px;
    font-size: 0.9rem;
  }
}
.front-appeal__bubble::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  border: 25px solid transparent;
  border-left: 25px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1023px) {
  .front-appeal__bubble::before {
    border: 20px solid transparent;
    border-left: 20px solid #fff;
  }
}
@media (max-width: 639px) {
  .front-appeal__bubble::before {
    border: 15px solid transparent;
    border-left: 15px solid #fff;
  }
}
.front-appeal__bubble .en {
  font-size: 1.5em;
  color: #00a0e9;
  font-weight: 700;
}

.front-greeting {
  position: relative;
}
.front-greeting__images {
  max-width: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.front-greeting__images .c-row {
  height: 100%;
}
@media (max-width: 1023px) {
  .front-greeting__images .c-row {
    height: 50%;
  }
}
.front-greeting__image {
  margin-bottom: 0 !important;
  height: 100%;
}
.front-greeting__image .smb-items__banner {
  height: 100%;
}
.front-greeting__image .smb-items__banner .smb-items__banner__figure {
  height: 100%;
}
.front-greeting__image .smb-items__banner .smb-items__banner__figure:hover {
  -webkit-filter: none;
          filter: none;
}
.front-greeting__image .smb-items__banner .smb-items__banner__figure .smb-items__banner__figure__mask {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAABxJREFUGFdjZGBgSGNgYJjFAAWMMAY2AbBKDBUAUh4CBcDUwmcAAAAASUVORK5CYII=);
  background-repeat: repeat;
  background-blend-mode: overlay;
}
.front-greeting__contents {
  color: #fff;
  max-width: 700px !important;
  margin: 0 auto !important;
  padding: 6rem 0 3rem;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media (max-width: 639px) {
  .front-greeting__contents {
    padding: 3rem 0 1.5rem;
  }
}
.front-greeting__text {
  font-size: 1.25rem;
  font-weight: 500;
}
@media (max-width: 639px) {
  .front-greeting__text {
    font-size: 1rem;
  }
}
.front-greeting__name {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 639px) {
  .front-greeting__name {
    font-size: 1rem;
  }
}

.front-works-story__woman .smb-section__title {
  font-size: min(3.5rem, 5vw);
}
@media (max-width: 1023px) {
  .front-works-story__woman .smb-section__title {
    font-size: min(3.5rem, 8vw);
  }
}
.front-works-story__woman .smb-section__body {
  margin-top: 1em;
}
.front-works-story__woman-text {
  font-size: min(1.75rem, 2vw);
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.5rem;
}
@media (max-width: 1023px) {
  .front-works-story__woman-text {
    font-size: min(2rem, 3.5vw);
  }
}
.front-works-story__woman-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #00a0e9;
}
.front-works-story__woman-treatment {
  text-align: center;
  line-height: 1.2;
  font-size: min(1.75rem, 2.5vw);
}
@media (max-width: 639px) {
  .front-works-story__woman-treatment {
    font-size: 4vw;
    margin-top: 1.2rem !important;
  }
}
.front-works-story__woman-treatment p {
  overflow: hidden;
}
.front-works-story__woman-treatment p .en {
  font-size: 2em;
  color: #00a0e9;
  font-weight: 700;
  margin: 0 0.5rem;
}
@media (max-width: 1023px) {
  .front-works-story__story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-works-story__story-contents {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
  margin: 0 auto !important;
}
@media (max-width: 1023px) {
  .front-works-story__story-contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 2rem 1rem;
    margin-top: -8rem !important;
  }
}
@media (max-width: 639px) {
  .front-works-story__story-contents {
    margin-top: -5rem !important;
  }
}
.front-works-story__story-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(1.8rem, 2vw);
  font-weight: bold;
  color: #00a0e9;
  position: relative;
}
@media (max-width: 1023px) {
  .front-works-story__story-title {
    font-size: min(1.6rem, 6vw);
  }
}
@media (max-width: 639px) {
  .front-works-story__story-title {
    line-height: 1.4;
  }
}
.front-works-story__story-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00a0e9;
  width: 100%;
  height: 2px;
}
.front-works-story__story-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 639px) {
  .front-works-story__story-text {
    font-size: 0.875rem;
  }
}
.front-works-story__story-figures {
  margin-left: -10rem !important;
}
@media (max-width: 1023px) {
  .front-works-story__story-figures {
    margin-left: auto !important;
    margin-right: auto !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 800px;
  }
}
.front-works-story__story-figures img {
  width: 100%;
}
.front-works-story__story-image1 {
  margin-top: 2rem !important;
  margin-right: 3rem !important;
}
@media (max-width: 1023px) {
  .front-works-story__story-image1 {
    margin-top: 0 !important;
    margin-right: 6rem !important;
    margin-left: -2rem !important;
  }
}
@media (max-width: 639px) {
  .front-works-story__story-image1 {
    margin-right: 2rem !important;
  }
}
.front-works-story__story-image2 {
  margin-left: 3rem !important;
}
@media (max-width: 1023px) {
  .front-works-story__story-image2 {
    margin-left: 6rem !important;
    margin-right: -2rem !important;
    margin-top: -6rem !important;
  }
}
@media (max-width: 639px) {
  .front-works-story__story-image2 {
    margin-left: 2rem !important;
    margin-top: -3rem !important;
  }
}

@media (max-width: 639px) {
  .front-merit .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.front-merit .smb-section__header {
  position: relative;
}
.front-merit .smb-section__header .smb-section__subtitle {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: min(8rem, 20vw);
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  color: #eee;
}
.front-merit .smb-section__header .smb-section__title {
  font-size: min(3rem, 5.8vw);
  white-space: nowrap;
}
.front-merit__item {
  border-bottom: 5px solid #00a0e9;
  margin-bottom: 4rem !important;
}
@media (max-width: 781px) {
  .front-merit__item {
    padding-bottom: 1rem;
    margin-bottom: 2rem !important;
    border-bottom: 3px solid #00a0e9;
  }
  .front-merit__item:last-child {
    border-bottom: none;
  }
}
.front-merit__item:nth-of-type(2n) {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.front-merit__item:nth-of-type(2n) .front-merit__figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 781px) {
  .front-merit__item:nth-of-type(2n) .front-merit__figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.front-merit__item:nth-of-type(2n) .front-merit__contents {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 781px) {
  .front-merit__item:nth-of-type(2n) .front-merit__contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.front-merit__figure {
  background-color: #00a0e9;
  max-width: 200px;
}
@media (max-width: 781px) {
  .front-merit__figure {
    margin: 0 auto !important;
  }
}
.front-merit__heading {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}
.front-merit__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  background-color: #fff;
  width: 80%;
  height: 3px;
}
.front-merit__heading .en {
  font-size: 1.5em;
  font-style: italic;
  font-weight: 900;
  margin: 0 0.5rem;
}
.front-merit__icon {
  margin: 0 auto !important;
  padding: 1.5rem;
  height: 150px;
  width: 150px;
  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;
}
@media (max-width: 1023px) {
  .front-merit__icon {
    height: 120px;
    width: 120px;
  }
}
@media (max-width: 639px) {
  .front-merit__icon {
    padding: 0.75rem 0 !important;
    height: 100px;
    width: 100px;
  }
  .front-merit__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.front-merit__title {
  font-size: min(2rem, 2.7vw);
  line-height: 1.4;
  font-weight: bold;
  margin-left: 0 !important;
}
@media (max-width: 781px) {
  .front-merit__title {
    text-align: center;
    font-size: min(1.25rem, 5vw);
    margin-left: auto !important;
  }
}
.front-merit__text {
  line-height: 1.4;
  font-size: min(1.25rem, 2vw);
  margin-bottom: 1rem;
}
@media (max-width: 781px) {
  .front-merit__text {
    font-size: min(0.875rem, 3.2vw);
  }
}

.front-media .c-row__col:first-of-type {
  padding-right: 2rem;
}
.front-media .smb-media-text__title {
  font-size: 2rem;
  position: relative;
}
@media (max-width: 639px) {
  .front-media .smb-media-text__title {
    font-size: 1.25rem;
  }
}
.front-media .smb-media-text__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00a0e9;
  width: 80%;
  height: 2px;
}
.front-media .smb-media-text__body {
  font-size: 1rem;
}
@media (max-width: 639px) {
  .front-media .smb-media-text__body {
    font-size: 0.8rem;
  }
}
.front-media .smb-media-text__figure {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.front-media .wp-block-embed a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.front-media .wp-block-embed .wp-oembed-blog-card__title {
  font-size: 0.9rem;
}
.front-media .wp-block-embed .wp-oembed-blog-card__description {
  display: none;
}
.front-media .wp-block-embed .wp-oembed-blog-card__domain {
  margin-top: 0;
}
.front-media__books {
  margin-top: 5rem !important;
}
.front-media__book-title {
  position: relative;
  z-index: 1;
  padding: 0.25em 1em !important;
  line-height: 1.4;
  min-height: 80px;
  margin-left: 0 !important;
  border-bottom: none !important;
  font-size: min(1.5rem, 2.2vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 781px) {
  .front-media__book-title {
    font-size: 1.25rem;
  }
}
.front-media__book-image {
  padding: 0 !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.front-media__book-image img {
  width: 100%;
}
.front-media__book-image--first {
  background-color: #fff;
}
@media (max-width: 781px) {
  .front-media__book-image--second {
    width: 60%;
  }
}

.jobs__video {
  max-width: 800px;
}

.entry-information__cards {
  margin-top: 5rem !important;
}
.entry-information__card {
  background-color: #fdfdfd;
}
@media (max-width: 639px) {
  .entry-information__card:last-of-type {
    margin-top: 2rem;
  }
}
.entry-information__card-title {
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .entry-information__card-title {
    font-size: 3.5vw;
  }
}
@media (max-width: 639px) {
  .entry-information__card-title {
    font-size: 6.5vw;
  }
}
.entry-information__card-heading {
  margin-top: 0.4em !important;
  line-height: 1;
  font-size: min(3.5rem, 8vw);
  font-weight: 900;
  text-align: center;
  color: rgba(0, 160, 233, 0.2);
}
@media (max-width: 1023px) {
  .entry-information__card-heading {
    font-size: 4.7vw;
  }
}
@media (max-width: 639px) {
  .entry-information__card-heading {
    font-size: 9vw;
  }
}
.entry-information__card-icon {
  background-color: #00a0e9;
  border-radius: 50%;
  padding: 1.8rem;
  height: 150px;
  width: 150px;
  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;
}
@media (max-width: 1023px) {
  .entry-information__card-icon {
    padding: 1.5rem;
    height: 120px;
    width: 120px;
  }
}
@media (max-width: 639px) {
  .entry-information__card-icon {
    padding: 1.2rem;
    height: 100px;
    width: 100px;
  }
}
.entry-information__card-text {
  font-size: min(1rem, 1.8vw);
}
@media (max-width: 639px) {
  .entry-information__card-text {
    font-size: min(1rem, 3.5vw);
  }
}

.entry-person .smb-information__item {
  padding: 2rem 1rem;
}
.entry-person .smb-information__item:not(:first-child) {
  border-top: 1px solid #eee;
  margin-top: 0;
}
.entry-person .smb-information__item__label {
  font-weight: bold;
}

.l-footer {
  background-color: #333;
  border-top: none !important;
}
.l-footer .l-footer-widget-area {
  color: #fff;
}
.l-footer .l-footer-widget-area .menu-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer .l-footer-widget-area .menu-item:hover a {
  text-decoration: none;
  color: #00a0e9;
}
.l-footer .l-footer-widget-area .c-widget__title {
  display: block;
  border-bottom: 1px solid #999;
  font-size: 1.5rem;
  position: relative;
}
@media (max-width: 639px) {
  .l-footer .l-footer-widget-area .c-widget__title {
    font-size: 1.25rem;
  }
}
.l-footer .l-footer-widget-area .c-widget__title::before {
  display: none;
}
.l-footer .l-footer-widget-area .c-widget__title::after {
  display: none;
}
.l-footer .l-footer-widget-area .menu-sh-group-container .menu-item a::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.5em;
}
.l-footer .c-copyright {
  background-color: transparent;
}
/*# sourceMappingURL=style.css.map */