@charset "UTF-8";
html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  word-break: break-word; }

.grecaptcha-badge {
  visibility: hidden; }

.f-os {
  font-family: 'Oswald', sans-serif; }

.f-ra {
  font-family: 'Raleway', sans-serif; }

.f-ro {
  font-family: 'Roboto', sans-serif; }

.SP {
  display: none; }
  @media screen and (max-width: 768px) {
    .SP {
      display: block; } }

.PC {
  display: block; }
  @media screen and (max-width: 768px) {
    .PC {
      display: none; } }

@media screen and (min-width: 768px) {
  a:not(.header-tel-btn)[href^="tel:"] {
    pointer-events: none; } }
@media screen and (max-width: 767px) {
  .sp_text {
    text-align: left; } }
.c-btn01-frame {
  width: fit-content;
  margin-left: auto;
  margin-right: 26px !important;
  position: relative;
  transition: ease .2s; }
  .c-btn01-frame::before {
    content: '';
    width: 16px;
    height: 14px;
    background-image: url(https://estadenkou.com/wp-content/uploads/2023/12/arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 60%;
    right: -26px;
    transform: translateY(-60%);
    transition: ease .2s; }
  .c-btn01-frame .c-btn01 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid #000000;
    transition: ease .2s; }
  .c-btn01-frame:hover .c-btn01 {
    color: #ec5b01;
    border-bottom: 2px solid #ec5b01; }
  .c-btn01-frame:hover::before {
    background-image: url(https://estadenkou.com/wp-content/uploads/2023/12/arrow01.png); }

.c-btn02-frame {
  width: 284px;
  margin-left: 0;
  margin-right: auto;
  border-radius: 0; }
  .c-btn02-frame .c-btn02 {
    font-size: 16px;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0 15px 15px;
    position: relative; }
    .c-btn02-frame .c-btn02::before {
      content: '';
      width: 7.5px;
      height: 11px;
      background-image: url(https://demo07.dotone.asia/wp-content/uploads/2023/08/arrow02-wh.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 31px;
      transform: translateY(-50%);
      z-index: 3; }

.c-btn02-white {
  background: #ffffff;
  transition: ease .2s; }
  .c-btn02-white .c-btn02 {
    border: 1px solid #000000;
    color: #000000; }
    .c-btn02-white .c-btn02::before {
      background-image: url(https://demo07.dotone.asia/wp-content/uploads/2023/08/arrow02.png); }
  .c-btn02-white:hover {
    background: #000000; }
    .c-btn02-white:hover .c-btn02 {
      color: #ffffff; }
      .c-btn02-white:hover .c-btn02::before {
        filter: brightness(0) invert(1); }

.c-btn02-bk {
  background: #000000;
  transition: ease .2s; }
  .c-btn02-bk .c-btn02 {
    border: 1px solid #000000;
    color: #ffffff; }
  .c-btn02-bk:hover {
    background: #ffffff; }
    .c-btn02-bk:hover .c-btn02 {
      color: #000000; }
      .c-btn02-bk:hover .c-btn02::before {
        background-image: url(https://demo07.dotone.asia/wp-content/uploads/2023/08/arrow02.png); }

.c-btn02-wh_bl {
  background: #ffffff;
  transition: ease .2s; }
  .c-btn02-wh_bl .c-btn02 {
    border: 1px solid #ec5b01;
    color: #ec5b01; }
    .c-btn02-wh_bl .c-btn02::before {
      background-image: url(https://demo07.dotone.asia/wp-content/uploads/2023/08/arrow02-wh_bl.png); }
  .c-btn02-wh_bl:hover {
    background: #ec5b01; }
    .c-btn02-wh_bl:hover .c-btn02 {
      color: #ffffff; }
      .c-btn02-wh_bl:hover .c-btn02::before {
        background-image: url(https://demo07.dotone.asia/wp-content/uploads/2023/08/arrow02-wh.png); }

.c-btn02-clear {
  background: unset;
  transition: ease .2s; }
  .c-btn02-clear .c-btn02 {
    border: 1px solid #ffffff;
    color: #ffffff; }
    .c-btn02-clear .c-btn02::before {
      content: '';
      width: 7.5px;
      height: 11px;
      background-image: url(https://demo07.dotone.asia/wp-content/uploads/2023/08/arrow02.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 31px;
      transform: translateY(-50%);
      z-index: 3;
      filter: brightness(0) invert(1); }
  .c-btn02-clear:hover {
    background: #fff; }
    .c-btn02-clear:hover .c-btn02 {
      color: #ec5b01; }
      .c-btn02-clear:hover .c-btn02::before {
        filter: unset; }

.c-btn02-blue {
  width: 284px;
  margin-left: 0;
  margin-right: auto;
  border-radius: 0;
  background: #ec5b01;
  transition: ease .2s; }

.btn-wrap {
  padding-top: 60px; }
  @media screen and (max-width: 1024px) {
    .btn-wrap {
      padding-top: 40px; } }
  .btn-wrap .c-btn02-frame {
    margin: 0 auto; }

.btn-01 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: 240px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #777;
  background-color: rgba(0, 0, 11, 0.6);
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  z-index: 2;
  transition: ease .2s; }

.btnarrow1::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 21px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all .3s; }

.btnarrow1:hover::after {
  right: 16px;
  border-top: 1px solid #1d1d1d;
  border-right: 1px solid #1d1d1d; }

.btn-01:hover {
  border: 1px solid #aeaeae;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1d1d1d; }

.btn.mono {
  text-align: center;
  margin-top: 3rem; }
  .btn.mono .btn-01 {
    border: 1px solid #ec5b01;
    background-color: white;
    color: #ec5b01; }
  .btn.mono .btnarrow1::after {
    border-top: 1px solid #ec5b01;
    border-right: 1px solid #ec5b01; }
  .btn.mono .btnarrow1:hover::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }
  .btn.mono .btn-01:hover {
    background-color: #ec5b01;
    color: #fff; }

.js-fade-up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms; }

.js-fade-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 800ms; }

.js-fade-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 800ms; }

.js-fade-time {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 800ms; }

.js-fade-up02 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms; }

.js-fade-right02 {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 800ms; }

.js-fade-left02 {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 800ms; }

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0); }

@keyframes zoom {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.zoom-animation {
  animation: zoom 5s 0s forwards; }

.scroll-btn-frame {
  width: 20px;
  position: absolute;
  left: 10px;
  bottom: 50px;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .scroll-btn-frame {
      bottom: 10px; } }

.scroll-btn-cover {
  position: relative; }
  .scroll-btn-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background: #ffffff;
    animation: scroll 3s ease-in-out infinite;
    opacity: 0; }
  .scroll-btn-cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 60px;
    background: #ffffff;
    opacity: 0.5; }

.scroll-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: translateY(-60px); }

@keyframes scroll {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 30px;
    opacity: 1; }
  100% {
    height: 0;
    top: 60px;
    opacity: 0; } }
.l-header {
  color: #4f4f4f !important; }

[data-scrolled=false] .page .l-header--sticky-overlay-colored-lg {
  color: var(--overlay-header-text-color, #fff) !important; }

/*
.l-header__content.active{
	.custom-logo{
		width: 46px;
	}
}*/
.c-drawer {
  background: #231815 !important; }
  .c-drawer .l-contact {
    padding: 80px 0;
    color: #ffffff;
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 0;
    position: relative; }
    .c-drawer .l-contact::before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background: rgba(2, 30, 52, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: none; }
    @media screen and (max-width: 1380px) {
      .c-drawer .l-contact {
        padding: 80px 0; } }
    .c-drawer .l-contact .inner {
      width: 100%;
      max-width: 1900px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 2; }
    .c-drawer .l-contact .ttl {
      font-size: 54px;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      text-align: center;
      letter-spacing: 0.05em;
      line-height: 1;
      margin-bottom: 10px; }
    .c-drawer .l-contact .subttl {
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 35px;
      display: block; }
    .c-drawer .l-contact__txt {
      font-size: 16px;
      text-align: center;
      margin-bottom: 45px;
      line-height: 1.5; }
      @media screen and (max-width: 1380px) {
        .c-drawer .l-contact__txt {
          font-size: 16px; } }
    .c-drawer .l-contact__frame {
      display: flex;
      justify-content: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 1380px) {
        .c-drawer .l-contact__frame {
          flex-direction: column;
          margin-bottom: 40px; } }
    .c-drawer .l-contact__tel {
      display: flex;
      align-items: center;
      height: 100px;
      flex: 0 !important; }
      @media screen and (max-width: 1380px) {
        .c-drawer .l-contact__tel {
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 25px; } }
      .c-drawer .l-contact__tel .ttl {
        font-size: 30px;
        font-family: 'Raleway', sans-serif;
        text-align: left;
        font-weight: bold; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel .ttl {
            margin-bottom: 0; } }
      .c-drawer .l-contact__tel .subttl {
        font-size: 15px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 0; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel .subttl {
            margin-left: 5px; } }
      .c-drawer .l-contact__tel-first {
        border-right: 1px solid #ffffff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center !important;
        height: 100%;
        padding-right: 1.5rem; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel-first {
            flex-direction: row;
            border-right: none;
            border-bottom: 1px solid #ffffff;
            width: 100%;
            justify-content: center;
            align-items: flex-end;
            padding-bottom: 10px; } }
      .c-drawer .l-contact__tel-second {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding-left: 30px; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel-second {
            padding-left: 0;
            padding-top: 15px;
            width: 100%; } }
      .c-drawer .l-contact__tel-link {
        font-family: 'Roboto', sans-serif;
        font-size: 38px;
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        letter-spacing: 0.06em;
        line-height: 1;
        margin-bottom: 10px; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel-link {
            font-size: 28px; } }
      .c-drawer .l-contact__tel-open {
        font-size: 12px;
        text-align: center; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__tel-open {
            font-size: 12px; } }
    .c-drawer .l-contact__mail {
      display: flex;
      align-items: center;
      height: 100px;
      flex: 1; }
      @media screen and (max-width: 1380px) {
        .c-drawer .l-contact__mail {
          flex-direction: column;
          align-items: flex-start; } }
      .c-drawer .l-contact__mail .ttl {
        font-size: 30px;
        font-family: 'Raleway', sans-serif;
        text-align: left;
        font-weight: bold; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail .ttl {
            margin-bottom: 0; } }
      .c-drawer .l-contact__mail .subttl {
        font-size: 15px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 0; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail .subttl {
            margin-left: 5px; } }
      .c-drawer .l-contact__mail-first {
        border-right: 1px solid #ffffff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        padding-right: 15px; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail-first {
            flex-direction: row;
            border-right: none;
            border-bottom: 1px solid #ffffff;
            width: 100%;
            justify-content: flex-start;
            align-items: flex-end;
            padding-bottom: 10px; } }
      .c-drawer .l-contact__mail-second {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 70px;
        margin-left: 30px;
        background: #ffffff;
        transition: ease .2s; }
        .c-drawer .l-contact__mail-second:hover {
          background-position: 0; }
          .c-drawer .l-contact__mail-second:hover .l-contact__mail-link {
            max-height: 70px;
            color: #ffffff;
            background: -webkit-linear-gradient(left, #5ac1eb, #003399);
            background: -o-linear-gradient(left, #5ac1eb, #003399);
            background: linear-gradient(to right, #5ac1eb, #003399); }
          .c-drawer .l-contact__mail-second:hover .l-contact__mail-icon {
            filter: brightness(0) invert(1); }
          .c-drawer .l-contact__mail-second:hover .l-contact__mail-arrow {
            filter: brightness(0) invert(1); }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail-second {
            margin-left: 0;
            margin-top: 15px;
            width: 100%;
            height: 60px; } }
      .c-drawer .l-contact__mail-link {
        font-size: 16px;
        color: #ec5b01;
        text-decoration: none;
        display: flex;
        align-items: center;
        padding: 25px; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail-link {
            padding: 15px;
            width: 100%;
            font-size: 14px; } }
      .c-drawer .l-contact__mail-icon {
        width: 17.5px;
        object-fit: contain;
        margin-right: 10px; }
      .c-drawer .l-contact__mail-arrow {
        width: 7px;
        object-fit: contain;
        margin-left: 66px; }
        @media screen and (max-width: 1380px) {
          .c-drawer .l-contact__mail-arrow {
            margin-left: auto; } }

/*sp-nav*/
#drawer-nav {
  background-color: #ec5b01;
  color: #fff; }

.c-drawer__controls .c-hamburger-btn__bar,
.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:nth-of-type(3) {
  background-color: #fff !important; }

.l-header .c-hamburger-btn__bars .c-hamburger-btn__bar {
  background-color: #fff !important; }

.drawer-nav-logo {
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: 0.07em; }

.c-drawer__menu {
  font-size: 0.9rem;
  padding: 20px 4% 0 !important; }

.c-drawer__item {
  font-size: 1rem;
  border-bottom: 1px solid #fff;
  padding: 12px 0 !important; }

.c-drawer__item:first-of-type {
  border-top: 1px solid #fff; }

.sp-nav-logo {
  display: block;
  text-align: center; }

.c-drawer__submenu[aria-hidden=false] {
  margin-top: 0; }

.c-drawer__subitem {
  font-size: 14px;
  padding: 2px 0; }

.c-drawer__subitem > a {
  padding-left: 13px; }

.c-drawer__subitem > a:before {
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg); }

.c-drawer__subitem:last-child {
  padding-bottom: 14px; }

.sp-nav-bottom {
  position: relative;
  padding: 20px 4% 0; }

.sp-contact-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .sp-contact-wrap .header-btn {
    flex-basis: 50%;
    color: #000 !important; }

.sp-contact-wrap .header-btn span {
  display: block;
  margin-top: 35px;
  line-height: 10px;
  font-weight: 300; }

/*sp-navここまで*/
/*sp-nav ハンバーガー*/
@media (max-width: 63.99em) {
  .l-header:not(.l-header--left) .c-row__col.u-invisible-lg-up {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 !important;
    width: 50px;
    height: 50px; }

  .c-hamburger-btn {
    background-color: #231815;
    color: #fff;
    padding: 10px;
    width: 50px;
    height: 50px; }

  .c-hamburger-btn__bars {
    height: 10px; }

  .c-hamburger-btn__bar {
    height: 3px; }

  .c-hamburger-btn__bar:nth-of-type(2) {
    display: none; }

  .c-hamburger-btn__bar:nth-of-type(3) {
    top: auto;
    bottom: 0; }

  .l-header .c-hamburger-btn__bar {
    background-color: #fff; }

  .c-hamburger-btn__label {
    padding-top: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }

  .c-drawer__controls {
    padding: 0 !important;
    right: 0 !important; } }
/*sp-nav ハンバーガーここまで*/
.home .txt {
  margin-bottom: 40px;
  line-height: 2; }

.align-c {
  text-align: center; }

.home .fv {
  position: relative;
  height: 100vh;
  z-index: 10;
  /*
      .fv-layer{
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(36,174,110,0.69);
          clip-path: polygon(0 0, 210% 0, 160% 100%, 0% 100%);
          z-index: 2;
          transition: all 0.8s;
  
          @media screen and (max-width: 1024px) {
              clip-path: polygon(0 0, 0 350%, 350% 0);
          }
  
      }
  
      .fv-layer.active{
          clip-path: polygon(0 0, 50% 0, 10% 100%, 0% 100%);
  
          @media screen and (max-width: 1024px) {
              clip-path: polygon(0 0, 0 50%, 50% 0);
          }
      }
  */ }
  @media screen and (max-width: 1024px) {
    .home .fv {
      height: calc(100vh - 34px); } }
  .home .fv::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(5, 10, 31, 0.2);
    z-index: 1; }
  .home .fv__box {
    position: absolute;
    bottom: 0;
    left: 10%;
    transform: translateY(-10%);
    z-index: 999; }
    @media screen and (max-width: 768px) {
      .home .fv__box {
        left: 55%;
        transform: translate(-50%, -50%);
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        bottom: 2%; } }
    .home .fv__box .e-ttl01 {
      font-size: 15px;
      color: #ec5b01;
      font-weight: bold;
      letter-spacing: 0.03em;
      margin-bottom: 10px;
      line-height: 1;
      font-family: 'Roboto', sans-serif; }
    .home .fv__box .e-ttl02 {
      font-size: 18px;
      display: block;
      color: #ffffff;
      font-weight: bold;
      letter-spacing: 0.16em;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .home .fv__box .e-ttl02 {
          font-size: 15px; } }
    .home .fv__box .e-ttl03 {
      font-size: 120px;
      color: yellow;
      opacity: 0.8;
      font-weight: bold;
      letter-spacing: 0em;
      margin-top: 0;
      margin-bottom: 20px;
      line-height: 1.3; }
      @media screen and (max-width: 768px) {
        .home .fv__box .e-ttl03 {
          font-size: 50px;
          margin-bottom: 10px; } }
    .home .fv__box .ttl {
      font-size: 38px;
      letter-spacing: 0.1em;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: bold;
      color: #ffffff; }
      @media screen and (max-width: 768px) {
        .home .fv__box .ttl {
          font-size: 26fpx; } }
  .home .fv .slider-frame {
    margin-top: 0;
    height: 100%;
    position: relative; }
    .home .fv .slider-frame .slider {
      display: none; }
    .home .fv .slider-frame .slick-initialized {
      display: block; }
  .home .fv .slick-slider {
    height: 100%; }
  .home .fv .slick-list {
    height: 100%; }
  .home .fv .slick-track {
    height: 100%; }
  .home .fv .slick-slide {
    height: 100%; }
    .home .fv .slick-slide div {
      height: 100%; }
      .home .fv .slick-slide div img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.home .news {
  padding: 80px 0;
  background: #f1f5fd;
  margin-top: 0; }
  @media screen and (max-width: 1024px) {
    .home .news {
      padding: 30px 0 60px 0; } }
  .home .news .wp-block-column {
    flex-basis: unset;
    flex-grow: unset; }
  .home .news__group {
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      .home .news__group {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column; } }
  .home .news__box .ttl {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.105em;
    color: #000000;
    margin-bottom: 5px;
    line-height: 1; }
    @media screen and (max-width: 1024px) {
      .home .news__box .ttl {
        font-size: 26px; } }
  .home .news__box .subttl {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    color: #000000;
    line-height: 1; }
  .home .news__content {
    margin-left: 80px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .home .news__content {
        margin-left: 0%; } }
    .home .news__content .c-entry-summary__body {
      display: flex;
      flex-direction: row-reverse;
      width: fit-content; }
      @media screen and (max-width: 1024px) {
        .home .news__content .c-entry-summary__body {
          flex-direction: column-reverse; } }
    .home .news__content .c-entry-summary__meta {
      margin-top: 0;
      margin-right: 50px; }
      .home .news__content .c-entry-summary__meta .c-meta__item--published {
        font-size: 14px;
        font-weight: bold;
        color: #222222;
        margin-right: 70px; }
        @media screen and (max-width: 1024px) {
          .home .news__content .c-entry-summary__meta .c-meta__item--published {
            margin-right: 15px; } }
      @media screen and (max-width: 1024px) {
        .home .news__content .c-entry-summary__meta .c-meta {
          display: flex; } }
    .home .news__content .c-entry-summary {
      padding: 20px 280px 20px 0; }
      @media screen and (max-width: 1024px) {
        .home .news__content .c-entry-summary {
          padding: 25px 0; } }
    .home .news__content .c-btn02-frame {
      position: absolute;
      right: 0; }

.home .intro {
  color: #ffff01;
  font-family: 'Oswald', sans-serif;
  font-size: 110px !important;
  opacity: 0.6;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .home .intro {
      font-size: 32px !important; } }

@media screen and (max-width: 768px) {
  .home .top-recruit .c-row .c-row__col--1-2 {
    max-width: 100% !important; }
  .home .top-recruit h2 span {
    line-height: 1.5rem !important; }
  .home .top-recruit p {
    margin-top: -20px !important; } }

@media screen and (max-width: 768px) {
  .home .interview .sp-fs50 {
    font-size: 50px !important; } }

.home .strength {
  margin-top: 0;
  padding: 130px 0;
  background: #fafafa; }
  @media screen and (max-width: 1024px) {
    .home .strength {
      padding: 70px 0; } }
  .home .strength .txt {
    padding-left: 4rem;
    padding-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      .home .strength .txt {
        padding-left: 0; } }

.home .business {
  margin-top: 0;
  padding: 130px 0;
  background: #edf4f8; }
  @media screen and (max-width: 1024px) {
    .home .business {
      padding: 70px 0; } }
  .home .business .wp-block-columns > .wp-block-column:last-child {
    margin-left: 60px; }
    @media screen and (max-width: 1024px) {
      .home .business .wp-block-columns > .wp-block-column:last-child {
        margin-left: 0;
        padding: 0 5%; } }
  .home .business .ttl {
    font-size: 54px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 10px;
    color: #ec5b01; }
  .home .business .subttl {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 60px;
    color: #ec5b01; }
    @media screen and (max-width: 1024px) {
      .home .business .subttl {
        margin-bottom: 40px; } }
  .home .business .txt {
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      .home .business .txt {
        font-size: 15px;
        line-height: 2; } }
  .home .business .wp-block-image {
    width: 56vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2; }
    @media screen and (max-width: 1480px) {
      .home .business .wp-block-image {
        width: 46fvw; } }
    @media screen and (max-width: 1024px) {
      .home .business .wp-block-image {
        position: static;
        width: 100%; } }
    .home .business .wp-block-image img {
      height: 100%;
      object-fit: cover; }
  @media screen and (max-width: 1024px) {
    .home .business .c-btn02-frame {
      margin-left: auto;
      margin-right: auto; } }
  .home .business .btn {
    text-align: left; }

.home .results h2.section--title {
  color: #ffffff; }
  .home .results h2.section--title::before {
    background: #ffffff; }
.home .results .txt {
  line-height: 2.5;
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .home .results .txt {
      margin-bottom: 40px; } }
.home .results .smb-section-break-the-grid__figure img {
  filter: brightness(65%); }

.home .results.is-layout-flow {
  margin-top: 0; }

.home .works {
  margin-top: 0;
  padding: 130px 0; }
  @media screen and (max-width: 1024px) {
    .home .works {
      padding: 70px 0; } }
  .home .works .c-entry-summary__meta {
    display: none; }

.home .recruit {
  position: relative;
  padding: 40px 0 130px; }
  .home .recruit h2.section--title {
    color: #ffffff; }
    .home .recruit h2.section--title::before {
      background: #ffffff; }
  @media screen and (min-width: 1024px) {
    .home .recruit .smb-section__inner > .c-container {
      max-width: 100%; } }
  .home .recruit .txt {
    line-height: 2.5;
    margin-bottom: 60px; }
    @media screen and (max-width: 1024px) {
      .home .recruit .txt {
        margin-bottom: 40px; } }
  @media screen and (max-width: 1024px) {
    .home .recruit .smb-section-break-the-grid__content--p-l {
      padding: 20px; } }

.l-contact {
  background: #FF5D1C;
  padding: 80px 0;
  color: #ffffff;
  background-image: url(https://estadenkou.com/wp-content/uploads/2023/11/AdobeStock_325146462.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 0 !important;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .l-contact {
      padding: 80px 0;
      background-image: url(https://estadenkou.com/wp-content/uploads/2023/11/AdobeStock_325146462.jpeg); } }
  .l-contact::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(2, 30, 52, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .l-contact .inner {
    width: 90%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .l-contact .inner {
        max-width: 500px; } }
  .l-contact .ttl {
    font-size: 54px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 10px; }
  .l-contact .subttl {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    display: block; }
  .l-contact__txt {
    font-size: 16px;
    text-align: center;
    margin-bottom: 45px;
    line-height: 1.5; }
    @media screen and (max-width: 1024px) {
      .l-contact__txt {
        font-size: 16px; } }
  .l-contact__frame {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 1024px) {
      .l-contact__frame {
        flex-direction: column;
        margin-bottom: 40px; } }
  .l-contact__tel {
    display: flex;
    align-items: center;
    height: 100px; }
    @media screen and (max-width: 1024px) {
      .l-contact__tel {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px; } }
    .l-contact__tel .ttl {
      font-size: 30px;
      font-family: 'Raleway', sans-serif;
      text-align: left;
      font-weight: bold; }
      @media screen and (max-width: 1024px) {
        .l-contact__tel .ttl {
          margin-bottom: 0; } }
    .l-contact__tel .subttl {
      font-size: 15px;
      text-align: left;
      font-weight: bold;
      margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .l-contact__tel .subttl {
          margin-left: 5px; } }
    .l-contact__tel-first {
      border-right: 1px solid #ffffff;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      height: 100%;
      padding-right: 1.5rem; }
      @media screen and (max-width: 1024px) {
        .l-contact__tel-first {
          flex-direction: row;
          border-right: none;
          border-bottom: 1px solid #ffffff;
          width: 100%;
          justify-content: center;
          align-items: flex-end;
          padding-bottom: 10px; } }
    .l-contact__tel-second {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      padding-left: 30px; }
      @media screen and (max-width: 1024px) {
        .l-contact__tel-second {
          padding-left: 0;
          padding-top: 15px;
          width: 100%; } }
    .l-contact__tel-link {
      font-family: 'Roboto', sans-serif;
      font-size: 38px;
      text-decoration: none;
      color: #ffffff;
      font-weight: bold;
      letter-spacing: 0.06em;
      line-height: 1;
      margin-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        .l-contact__tel-link {
          font-size: 28px; } }
    .l-contact__tel-open {
      font-size: 12px; }
      @media screen and (max-width: 1024px) {
        .l-contact__tel-open {
          font-size: 12px; } }
  .l-contact__mail {
    display: flex;
    align-items: center;
    height: 100px;
    flex: 1; }
    @media screen and (max-width: 1024px) {
      .l-contact__mail {
        flex-direction: column;
        align-items: flex-start; } }
    .l-contact__mail .ttl {
      font-size: 30px;
      font-family: 'Raleway', sans-serif;
      text-align: left;
      font-weight: bold; }
      @media screen and (max-width: 1024px) {
        .l-contact__mail .ttl {
          margin-bottom: 0; } }
    .l-contact__mail .subttl {
      font-size: 15px;
      text-align: left;
      font-weight: bold;
      margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .l-contact__mail .subttl {
          margin-left: 5px; } }
    .l-contact__mail-first {
      border-right: 1px solid #ffffff;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      height: 100%;
      padding-right: 15px; }
      @media screen and (max-width: 1024px) {
        .l-contact__mail-first {
          flex-direction: row;
          border-right: none;
          border-bottom: 1px solid #ffffff;
          width: 100%;
          justify-content: center;
          align-items: flex-end;
          padding-bottom: 10px; } }
    .l-contact__mail-second {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 70px;
      margin-left: 30px;
      background: #ffffff;
      transition: ease .2s; }
      .l-contact__mail-second:hover {
        background-position: 0; }
        .l-contact__mail-second:hover .l-contact__mail-link {
          color: #ffffff;
          background: #ec5b01; }
        .l-contact__mail-second:hover .l-contact__mail-icon {
          filter: brightness(0) invert(1); }
        .l-contact__mail-second:hover .l-contact__mail-arrow {
          filter: brightness(0) invert(1); }
      @media screen and (max-width: 1024px) {
        .l-contact__mail-second {
          margin-left: 0;
          margin-top: 15px;
          width: 100%;
          height: 60px; } }
    .l-contact__mail-link {
      font-size: 16px;
      color: #ec5b01;
      text-decoration: none;
      display: flex;
      align-items: center;
      padding: 25px; }
      @media screen and (max-width: 1024px) {
        .l-contact__mail-link {
          padding: 15px;
          width: 100%;
          font-size: 14px; } }
    .l-contact__mail-icon {
      width: 17.5px;
      object-fit: contain;
      margin-right: 10px; }
    .l-contact__mail-arrow {
      width: 10px;
      object-fit: contain;
      margin-left: 66px; }
      @media screen and (max-width: 1024px) {
        .l-contact__mail-arrow {
          margin-left: auto; } }

.single .c-entry__footer {
  margin-left: auto;
  margin-right: auto; }

.single .c-entry__header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px; }

.blog .c-entry__footer {
  margin-left: auto;
  margin-right: auto; }

.blog .c-entry__header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px; }

.archive .c-entry__header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px; }

.snow-monkey-archive-content-body {
  margin-left: auto;
  margin-right: auto; }

.single .l-footer {
  margin-top: 80px; }
