@charset "UTF-8";
@media (min-width: 1024px) {
  .c-section {
    padding-top: 0;
  }
  .top-fv {
    padding-top: 0;
    padding-right: 160px;
  }
}
.top-fv .top-fv__title {
  text-align: right;
  display: inline;
  width: fit-content;
  --animation-delay: var(--delay, 1.6s);
  --animation-duration: var(--duration, 1s);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  font-size: max(52px, min(4.5vw, 60px));
}
@media screen and (max-width: 780px) {
  .top-fv .top-fv__title {
    font-size: max(20px, 7vw);
  }
}
.top-fv .top-fv__title {
  line-height: 1.5;
  animation-name: clipText;
  color: #ffffff;
  white-space: nowrap;
  backface-visibility: hidden;
}
.top-fv .top-fv__title,
.top-fv .top-fv__title::after {
  animation-delay: var(--animation-delay, 3s);
  animation-iteration-count: var(--iterations, 1);
  animation-duration: var(--duration, 1s);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
}
.top-fv .top-fv__title::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: textRevealer;
  backface-visibility: hidden;
}
.top-fv .smb-section-with-bgimage__bgimage {
  animation-name: showImage;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.26, 0.06, 0, 1);
  backface-visibility: hidden;
}
.top-fv figure {
  display: block;
  margin: 40px 0 0 auto;
  max-width: 320px;
  width: 100%;
}
.top-fv figure img {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 780px) {
  .top-fv figure {
    margin: 32px auto 0;
    max-width: clamp(180px, 60vw, 280px);
  }
}

@keyframes showImage {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes clipText {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes textRevealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.top-section-ourvision h2#our-vision {
  margin-bottom: 0;
}
.top-section-ourvision .wp-block-columns {
  max-width: fit-content;
}
@media screen and (min-width: 781px) {
  .top-section-ourvision .wp-block-columns .wp-block-column:nth-child(1) {
    max-width: 320px;
  }
  .top-section-ourvision .wp-block-columns .wp-block-column:nth-child(2) {
    min-width: 375px;
    max-width: 400px;
    margin-left: 60px;
  }
  .top-section-ourvision .wp-block-columns .wp-block-column p {
    margin-left: 0;
    margin-right: 0;
  }
}
.top-section-ourvision .button-arrow {
  display: inline-block;
  margin-top: 60px;
}

.top-section-zhieniusvalues h2#zhienius-values {
  font-size: 56px;
}
@media screen and (max-width: 780px) {
  .top-section-zhieniusvalues h2#zhienius-values {
    font-size: 48px;
  }
}
.top-section-zhieniusvalues .values-images {
  max-width: 320px;
  max-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 780px) {
  .top-section-zhieniusvalues .values-images {
    margin: 40px 20px;
  }
}
@media screen and (min-width: 781px) {
  .top-section-zhieniusvalues .values-images {
    margin: 20px 40px 20px 0;
  }
}
.top-section-zhieniusvalues .values-images .zhienius-logo {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-section-zhieniusvalues .values-images .zhienius-logo-rotate img {
  animation: rotateAnime 30s linear infinite;
}
@keyframes rotateAnime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 780px) {
  .top-section-zhieniusvalues .wp-block-group {
    margin-bottom: 40px;
  }
}
.top-section-zhieniusvalues .wp-block-column h3 {
  font-size: 40px;
  font-feature-settings: "palt" 1;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .top-section-zhieniusvalues .wp-block-column h3 {
    font-size: 32px;
  }
}
.top-section-zhieniusvalues .wp-block-column p {
  font-size: 22px;
}
@media screen and (max-width: 780px) {
  .top-section-zhieniusvalues .wp-block-column p {
    font-size: 18px;
  }
}

.top-section-whatwedo h2#what-we-do {
  font-size: 56px;
}
@media screen and (max-width: 780px) {
  .top-section-whatwedo h2#what-we-do {
    font-size: 48px;
  }
}
.top-section-whatwedo {
  text-align: center;
}
.top-section-whatwedo .wp-block-columns {
  margin-top: 60px;
}
.top-section-whatwedo .wp-block-columns .wp-block-column {
  margin-bottom: 12px;
}

@media screen and (min-width: 781px) {
  .whatwedo-hover-box .smb-box__background {
    background-color: #ebebeb;
  }
  .whatwedo-hover-box .smb-box__body {
    height: 180px;
    padding: 12px auto;
  }
  .whatwedo-hover-box .box-title {
    height: calc(100% - 24px - 60px);
    color: #333333;
    margin: auto;
  }
  .whatwedo-hover-box .text-hover-visible {
    height: calc(100% - 24px - 60px);
    display: none;
    margin: 0;
  }
  .whatwedo-hover-box .u-aligncenter-wrapper {
    height: 60px;
  }
  .whatwedo-hover-box .u-aligncenter-wrapper .wp-block-image,
  .whatwedo-hover-box .u-aligncenter-wrapper figure,
  .whatwedo-hover-box .u-aligncenter-wrapper img {
    width: 46px;
    height: 46px;
  }
  .whatwedo-hover-box:hover .smb-box__background {
    transition: all 0.3s;
    background-color: #333333;
  }
  .whatwedo-hover-box:hover .box-title {
    transition: all 0.3s;
    display: none;
  }
  .whatwedo-hover-box:hover .text-hover-visible {
    transition: all 0.3s;
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .whatwedo-hover-box .smb-box__background {
    background-color: #333333;
  }
  .whatwedo-hover-box .box-title {
    color: #ffffff !important;
  }
  .whatwedo-hover-box .u-aligncenter-wrapper {
    display: none;
  }
}
.top-section-recruit h2#recruit {
  margin-bottom: 12px;
}
.top-section-recruit .copy {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .top-section-recruit .copy {
    font-size: min(7.5vw, 48px);
  }
}
.top-section-recruit .button-arrow {
  margin-top: 60px;
}

.top-section-news {
  z-index: 10;
}
@media screen and (max-width: 780px) {
  .top-section-news {
    padding: 0 14px;
  }
}
.top-section-news .c-entry-summary__body {
  display: flex;
  flex-direction: column;
}
.top-section-news .c-entry-summary__body .c-entry-summary__header {
  order: 2;
}
.top-section-news .c-entry-summary__body .c-entry-summary__header .c-entry-summary__title {
  height: 24px;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-section-news .c-entry-summary__body .c-entry-summary__meta {
  margin-bottom: 12px;
  order: 1;
}
.top-section-news .c-entry-summary__body .c-entry-summary__meta .c-meta {
  display: flex;
  align-items: center;
}
.top-section-news .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--categories {
  order: 1;
}
.top-section-news .c-entry-summary__body .c-entry-summary__meta .c-meta .c-meta__item--published {
  margin-left: 20px;
  order: 2;
}
.top-section-news .button-arrow {
  margin-top: 60px;
}

@media screen and (max-width: 780px) {
  .about-fv .smb-section-with-bgimage__bgimage {
    max-height: 100vh;
  }
  .about-fv .smb-section-with-bgimage__bgimage img {
    transform: scale(1.3, 1.3);
    object-position: 50% 40%;
  }
}
.about-fv h2.smb-section__title {
  display: inline-block;
  padding: 12px;
  border-bottom: 1px solid white;
}
.about-fv .smb-section__body {
  margin: 20px auto 120px;
}
.about-fv .smb-section__body p:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 780px) {
  .about-fv .smb-section__body .about-message {
    padding: 12px;
    font-size: 12px;
    background-color: rgba(51, 51, 51, 0.5019607843);
  }
  .about-fv .smb-section__body .about-message .wp-block-column:nth-child(2) {
    margin-top: 0;
  }
}
.about-fv .copy {
  font-size: 34px;
}
@media screen and (max-width: 780px) {
  .about-fv .copy {
    font-size: 28px;
  }
}

@media screen and (min-width: 781px) {
  .about-section-style {
    padding-top: 80px !important;
  }
}
.about-section-style {
  text-align: center;
}
.about-section-style h2#style {
  display: inline-block;
  padding: 12px;
  border-bottom: 1px solid #333333;
}
.about-section-style p {
  text-align: center;
  letter-spacing: 2px;
}
.about-section-style .wp-block-column {
  margin-bottom: 12px;
}
.about-section-style .smb-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-section-style .smb-box .smb-box__body h3 {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
}
.about-section-style .smb-box .smb-box__body p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.about-section-zhienius .wp-block-columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .about-section-zhienius .wp-block-columns figure {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 781px) {
  .about-section-zhienius .wp-block-column:nth-child(2) {
    margin-left: 60px !important;
  }
}
.about-section-zhienius .wp-block-column:nth-child(2) p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 24px;
}

.about-section-whatwedo .wp-block-columns {
  display: flex;
  align-items: center;
}
.about-section-whatwedo .wp-block-columns h2 {
  margin: 0;
  font-size: 59px;
  font-weight: 900;
}
@media screen and (max-width: 780px) {
  .about-section-whatwedo .wp-block-columns h2 {
    font-size: 52px;
  }
}
.about-section-whatwedo .wp-block-columns p {
  font-size: 16px;
  letter-spacing: 1.6px;
}
.about-section-whatwedo .smb-box {
  padding: 30px;
}
.about-section-whatwedo .smb-box .wp-block-image {
  background-image: url("./img/readmore-circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
}
.about-section-whatwedo .smb-box .wp-block-image img {
  display: none;
}

.about-section-values > .wp-block-columns {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.about-section-values .values-images {
  max-width: 320px;
  max-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about-section-values .values-images .zhienius-logo {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-section-values .values-images .zhienius-logo-rotate img {
  animation: rotateAnime 30s linear infinite;
}
@keyframes rotateAnime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 780px) {
  .about-section-values div.value {
    margin-top: 80px !important;
  }
}
@media screen and (min-width: 781px) {
  .about-section-values div.value {
    margin-left: 60px !important;
  }
}
.about-section-values div.value h3 {
  display: inline-block;
  padding: 8px;
  margin-bottom: 16px;
  color: #ffffff;
  background-color: #333333;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.6px;
}
.about-section-values div.value p.value-subtitle {
  position: relative;
  padding-left: 100px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1.76px;
}
.about-section-values div.value p.value-subtitle::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #333333;
}
.about-section-values div.value p.value-content {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.96px;
}

.about-section-profile {
  text-align: center;
}
.about-section-profile h2#corporate-profile {
  display: inline-block;
  padding: 12px;
  font-size: 32px;
  font-weight: 900;
  border-bottom: solid 1px #333333;
}
.about-section-profile {
  z-index: 10;
}
.about-section-profile table td {
  text-align: left;
  border: none;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.68px;
}
.about-section-profile tr:not(:last-child) {
  border-bottom: solid 1px #cccccc;
}

.p-archive {
  max-width: 780px;
}

.post-template-news .l-contents__body {
  margin-top: 120px;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main {
  max-width: 720px;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main * {
  margin: 0 auto;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-entry__header::before {
  content: "News/Blog";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin: auto;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1.92px;
  border-bottom: solid 2px #333333;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-entry__header {
  display: block;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-entry__header .c-entry__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-entry__header .c-meta {
  display: flex;
  justify-content: flex-start;
  margin: 40px 0;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-entry__header .c-meta .c-meta__item--modified,
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-entry__header .c-meta .c-meta__item--author,
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-entry__header .c-meta .c-meta__item--post_tag {
  display: none;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-entry__header .c-meta .c-meta__item--published {
  margin-left: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #808080;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-entry__header .c-meta .c-meta__item--published svg {
  display: none;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-eyecatch {
  margin: 40px 0 60px;
  max-width: 100%;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-entry__content * {
  z-index: 10;
}
.post-template-news .l-contents__body div.u-slim-width .l-contents__main .c-entry__content p {
  width: 100%;
  margin: 20px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.9px;
}
.post-template-news .l-contents__body div.u-slim-width .c-entry__footer,
.post-template-news .l-contents__body div.u-slim-width .p-comments,
.post-template-news .l-contents__body div.u-slim-width .p-trackbacks {
  display: none;
}

.news-section-list {
  z-index: 10;
}
.news-section-list h2.news-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 120px auto 80px;
}
@media screen and (max-width: 780px) {
  .news-section-list h2.news-title {
    margin-top: 40px !important;
  }
}
.news-section-list h2.news-title {
  width: 80px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1.92px;
  border-bottom: solid 2px #333333;
}
.news-section-list .smb-tabs .smb-tabs__tabs {
  flex-wrap: wrap;
}
.news-section-list .smb-tabs .smb-tabs__tabs .smb-tabs__tab-wrapper {
  min-width: 100px;
  width: 16.6666666667%;
  height: 80px;
  margin: 0 !important;
}
.news-section-list .smb-tabs .smb-tabs__tabs .smb-tabs__tab {
  width: 100%;
  height: 100%;
  border: solid 1px #333333 !important;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.news-section-list .smb-tabs .smb-tabs__tabs .smb-tabs__tab:not(:first-child) {
  border-left: none !important;
}
.news-section-list .smb-tabs .smb-tabs__tabs .smb-tabs__tab[aria-selected=true] {
  background-color: #333333 !important;
  color: #ffffff;
  border-radius: 0 !important;
}
.news-section-list .smb-taxonomy-posts h3.c-entry-summary__title {
  font-weight: 600;
}
.news-section-list .smb-taxonomy-posts ul.c-meta {
  display: flex;
  flex-direction: column;
}
.news-section-list .smb-taxonomy-posts li.c-meta__item--published {
  order: 2;
  margin: 4px;
  font-size: 12px;
}
.news-section-list .smb-taxonomy-posts li.c-meta__item--categories {
  order: 1;
  display: flex;
  flex-wrap: wrap;
}
.news-section-list .smb-taxonomy-posts li.c-meta__item--categories > span {
  margin: 4px;
}

.contact-body {
  z-index: 10;
  padding: 200px 0 60px;
}
@media screen and (max-width: 780px) {
  .contact-body {
    padding-top: 80px;
  }
}
.contact-body * {
  color: #333333;
}
.contact-body h2 {
  margin: 180px auto 20px;
  width: 160px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1.92px;
  border-bottom: solid 2px #333333;
}
.contact-body p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.4px;
}
.contact-body .smb-btn {
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 40px;
  background-color: #ebebeb;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 24px;
}
.contact-body .smb-btn::after {
  content: "";
  background-image: url("./img/ic-outer-link.svg");
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-left: 8px;
}
.contact-body .snow-monkey-form {
  margin-top: 60px;
  padding: 60px;
  background-color: #333333;
}
.contact-body .smf-form {
  background-color: #333333;
}
.contact-body .smf-form .smf-item {
  margin: 20px;
  border: none;
  width: calc(100% - 40px);
}
.contact-body .smf-form .smf-item .smf-checkboxes-control__control {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 780px) {
  .contact-body .smf-form .smf-item .smf-checkboxes-control__control {
    justify-content: left;
    flex-wrap: wrap;
  }
}
.contact-body .smf-form .smf-item .smf-checkboxes-control__control {
  align-items: center;
}
.contact-body .smf-form .smf-item .smf-checkboxes-control__control .smf-checkbox-control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 2px;
}
.contact-body .smf-form .smf-item .smf-checkboxes-control__control .smf-checkbox-control input {
  margin: 0;
  margin-right: 8px;
}
.contact-body .smf-form .smf-item .smf-checkboxes-control__control .smf-checkbox-control .smf-checkbox-control__label {
  font-size: 14px;
  font-weight: 600;
}
.contact-body .smf-form .smf-item .smf-checkboxes-control__control input[type=checkbox] {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 0;
  border: solid 1px #ffffff;
  background-color: #333333;
}
.contact-body .smf-form .smf-item .smf-item__col--label {
  padding: 8px 12px;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  border: solid 1px #ffffff;
}
.contact-body .smf-form .smf-item .smf-item__col--label .smf-item__label--text {
  font-size: 16px;
  letter-spacing: 1.6px;
}
.contact-body .smf-form .smf-item .smf-item__col--controls:not(:first-child) {
  padding: 1px;
  border: solid 1px #ffffff;
}
@media screen and (min-width: 640px) {
  .contact-body .smf-form .smf-item .smf-item__col--controls:not(:first-child) {
    border-left: none;
  }
}
.contact-body .smf-form .smf-item .smf-item__col--controls:not(:first-child) {
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 780px) {
  .contact-body .smf-form .smf-item .smf-item__col--controls:not(:first-child) {
    max-width: 100%;
  }
}
.contact-body .smf-form .smf-item .input-text {
  border: solid 1px #ffffff;
}
.contact-body .smf-form .smf-item .input-textarea .smf-item__col {
  border: solid 1px #ffffff;
}
.contact-body .smf-form .smf-item .smf-text-control input,
.contact-body .smf-form .smf-item .smf-textarea-control textarea {
  background-color: #333333;
  border: none;
  width: 100%;
}
.contact-body .smf-form * {
  color: #ffffff;
}
.contact-body .smf-button-control__control {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.8px;
  position: relative;
  display: inline-block;
  padding: 0 1.5rem;
  width: 160px;
  color: #ffffff;
  background: #333333;
  border: none;
  text-decoration: none;
  outline: none;
}
.contact-body .smf-button-control__control::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: all 0.3s;
}
.contact-body .smf-button-control__control:hover::before {
  left: 30px;
}
.contact-body .smf-button-control__control::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 15px;
  height: 1px;
  background: #ffffff;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.contact-body .smf-button-control__control:hover::after {
  right: -33px;
}

@media screen and (max-width: 780px) {
  .contact-body {
    margin-left: 14px;
    margin-right: 14px;
  }
  .contact-body .snow-monkey-form {
    padding: 20px;
  }
}
.policy-body {
  z-index: 10;
  margin-top: 200px !important;
}
@media screen and (max-width: 780px) {
  .policy-body {
    margin-top: 80px !important;
  }
}
.policy-body .policy-title {
  margin: 180px auto 80px;
  max-width: 500px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1.92px;
  border-bottom: solid 2px #333333;
}
.policy-body .policy-subtitle {
  margin: -60px auto 80px;
}
.policy-body h3 {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}
.policy-body p,
.policy-body li {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.4px;
}

/* button-arrow */
.button-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-arrow > a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 1.5rem;
  width: 160px;
  color: #333333;
  text-decoration: none;
  outline: none;
}
.button-arrow > a::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  transition: all 0.3s;
}
.button-arrow > a:hover::before {
  left: 30px;
}
.button-arrow > a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 15px;
  height: 1px;
  background: #333333;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.button-arrow > a:hover::after {
  right: -33px;
}

header.l-header div.l-header__content div.l-1row-header div.c-container div.c-site-branding .c-site-branding__title {
  background-image: url("./img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 108px;
  height: 24px;
}
header.l-header div.l-header__content div.l-1row-header div.c-container div.c-site-branding .c-site-branding__title a.custom-logo-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header.l-header div.l-header__content div.l-1row-header div.c-container div.c-site-branding .c-site-branding__title img {
  display: none;
}
@media screen and (min-width: 1024px) {
  header.l-header div.l-header__content div.l-1row-header div.c-container .menu-item a:hover span {
    transition: all 0.5s;
    border-bottom: solid 2px #333333;
  }
}

@media screen and (max-width: 1023px) {
  .p-section-front-page-content {
    padding-top: 0;
  }
  nav#drawer-nav li.c-drawer__item {
    font-size: 20px;
    font-weight: 900;
  }
  nav#drawer-nav ul.c-drawer__menu:last-child {
    display: none;
  }
}
footer.l-footer--default {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -450px;
}
@media screen and (max-width: 780px) {
  footer.l-footer--default {
    margin-top: 0;
  }
}
footer.l-footer--default {
  border-top: none;
}
footer.l-footer--default .l-footer-widget-area__item,
footer.l-footer--default .l-footer-widget-area {
  margin: 0;
  padding: 0;
  position: relative;
}
footer.l-footer--default .l-footer-widget-area__item .c-fluid-container,
footer.l-footer--default .l-footer-widget-area .c-fluid-container {
  padding: 0;
  width: 100%;
  max-width: none;
  margin: 0;
}
footer.l-footer--default .l-footer-widget-area__item .c-row,
footer.l-footer--default .l-footer-widget-area .c-row {
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: none;
}
footer.l-footer--default .l-footer-widget-area__item .c-row.c-row--margin, footer.l-footer--default .l-footer-widget-area__item .c-row.c-row--lg-margin-l,
footer.l-footer--default .l-footer-widget-area .c-row.c-row--margin,
footer.l-footer--default .l-footer-widget-area .c-row.c-row--lg-margin-l {
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
footer.l-footer--default .l-footer-widget-area__item .c-row__col,
footer.l-footer--default .l-footer-widget-area .c-row__col {
  padding: 0;
  width: 100%;
}
footer.l-footer--default .l-footer-widget-area__item .smb-section,
footer.l-footer--default .l-footer-widget-area .smb-section {
  padding: 0;
}
footer.l-footer--default .l-footer-widget-area__item .smb-section__inner,
footer.l-footer--default .l-footer-widget-area .smb-section__inner {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  max-width: none;
}
footer.l-footer--default .l-footer-widget-area__item .smb-section__inner > .c-container,
footer.l-footer--default .l-footer-widget-area .smb-section__inner > .c-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 781px) {
  footer.l-footer--default .l-footer-widget-area__item .smb-section__inner,
  footer.l-footer--default .l-footer-widget-area .smb-section__inner {
    position: absolute;
    bottom: 60px;
    width: 100%;
  }
}
footer.l-footer--default .l-footer-widget-area__item .smb-section__inner .footer-content,
footer.l-footer--default .l-footer-widget-area .smb-section__inner .footer-content {
  max-width: 900px;
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 780px) {
  footer.l-footer--default .l-footer-widget-area__item .smb-section__inner .footer-content > .wp-block-column:not(:nth-child(2)),
  footer.l-footer--default .l-footer-widget-area .smb-section__inner .footer-content > .wp-block-column:not(:nth-child(2)) {
    min-width: 300px;
  }
}
footer.l-footer--default .l-footer-widget-area__item .smb-section__inner .footer-content .wp-block-column:nth-child(3) .wp-block-column,
footer.l-footer--default .l-footer-widget-area .smb-section__inner .footer-content .wp-block-column:nth-child(3) .wp-block-column {
  margin-left: 0;
  min-width: 140px;
}
footer.l-footer--default .l-footer-widget-area__item .smb-section__inner .footer-content .wp-block-column:nth-child(3) .wp-block-column a,
footer.l-footer--default .l-footer-widget-area .smb-section__inner .footer-content .wp-block-column:nth-child(3) .wp-block-column a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.04px;
  color: #ffffff;
}
footer.l-footer--default .l-footer-widget-area__item .smb-section__inner .footer-content .wp-block-column:nth-child(1) .wp-block-image img,
footer.l-footer--default .l-footer-widget-area .smb-section__inner .footer-content .wp-block-column:nth-child(1) .wp-block-image img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
footer.l-footer--default .l-footer-widget-area__item .smb-section__inner .footer-content .wp-block-column:nth-child(1) .wp-block-columns.are-vertically-aligned-center .wp-block-image img,
footer.l-footer--default .l-footer-widget-area .smb-section__inner .footer-content .wp-block-column:nth-child(1) .wp-block-columns.are-vertically-aligned-center .wp-block-image img {
  width: 30px !important;
  height: auto !important;
}
footer.l-footer--default .c-copyright {
  display: none;
}
@media screen and (max-width: 780px) {
  footer.l-footer--default .smb-section__inner > .c-container {
    padding: 0;
  }
  footer.l-footer--default .footer-content {
    padding: 40px 20px;
    background-color: #333333;
  }
  footer.l-footer--default .footer-content > .wp-block-column:nth-child(2) {
    display: none;
  }
}

footer.l-footer--default .smb-section-with-bgimage__bgimage {
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100vw;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  #cursor {
    pointer-events: none;
    position: fixed;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    background: #000000;
    border-radius: 50%;
    transition: transform 0.2s, width 0.5s, height 0.5s, background-color 0.5s;
    transition-timing-function: ease-out;
    z-index: 99999;
  }
  #cursor.active {
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    transition: 0.5s;
    background: #ffffff;
    mix-blend-mode: difference;
  }
}
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/*全共通*/
.bgextend {
  display: inline-block;
  animation-name: bgextendAnimeBase;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  display: inline-block;
  animation-name: bgextendAnimeSecond;
  animation-duration: 0.7s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  opacity: 0;
  backface-visibility: hidden;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  display: inline-block;
  animation-name: bgLRextendAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.43, 0.05, 0.17, 1);
  backface-visibility: hidden;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #ffffff;
  text-align: center;
  /* Loading画像中央配置　*/
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width: min(50vw, 300px);
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html, body {
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

header.c-entry__header {
  display: none;
}

.p-breadcrumbs-wrapper {
  display: none;
}

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