@charset "UTF-8";
/**
 * Theme Name: Atsumaru Custom Fabric Theme
 * Version: 0.0.1
 * Template: arkhe
 */
:root {
  --fabric--demo-content--display: flex;
}

.en03 {
  font-family: "din-condensed", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

/** ==========================================================================
*
*  other
*
========================================================================== **/
.justify-content__center {
  justify-content: center;
}

.justify-content__between {
  justify-content: space-between;
}

@media (max-width: 760px) {
  .sp-text-align__left {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .sp-text-align__center {
    text-align: center;
  }
}

.is-visible-sp {
  display: none;
}
@media (max-width: 760px) {
  .is-visible-sp {
    display: block;
  }
}

.is-hidden-sp {
  display: block;
}
@media (max-width: 760px) {
  .is-hidden-sp {
    display: none;
  }
}

/** ==========================================================================
*
* ヘッダー
*
========================================================================== **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .l-header__right {
    display: none;
  }
  .l-header__left {
    display: block !important;
  }
  .l-gnav.qms4__mega-menu {
    display: none;
  }
  .l-header__drawerBtn {
    display: block !important;
  }
  .sp-only .l-header__drawerBtn {
    display: none !important;
  }
}
.l-header a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-header a:hover {
  opacity: 0.7;
}

.l-header__center {
  grid-area: left;
  justify-self: start;
  width: 153px;
  padding: 12px 0 10px;
}
@media (max-width: 760px) {
  .l-header__center {
    width: 31.0256410256vw;
    padding: 8px 0 6px;
  }
}
.l-header__left {
  grid-area: center;
  width: 240px;
  font-size: 12px;
  line-height: 1.4;
  margin-left: 24px;
  color: #151515;
  font-weight: 500;
  padding: 21px 0 18px;
  display: block;
}
@media (max-width: 760px) {
  .l-header__left {
    margin-left: 4.358974359vw;
    font-size: 11px;
    font-size: 2.8205128205vw;
    width: auto;
    line-height: 1.36;
    font-weight: 400;
    padding: 0;
  }
}
@media (max-width: 760px) {
  .l-header__left .pc {
    display: block;
  }
}

.l-header__right {
  margin-left: 15px;
}

.l-header__body {
  height: 90px;
}
@media (max-width: 760px) {
  .l-header__body {
    height: 16.6666666667vw;
  }
}
@media (min-width: 761px) {
  .l-header__body.l-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 27px;
    padding-right: 26px;
    max-width: 100%;
  }
}
@media not all and (min-width: 1000px) {
  .l-header__body.l-container {
    grid-template-columns: 0 153px auto 0 var(--ark-drawerW);
  }
}
@media (max-width: 760px) {
  .l-header__body.l-container {
    grid-template-columns: 0 31.0256410256vw auto 0 var(--ark-drawerW);
  }
}

.l-header__right .ark-block-columns__inner {
  flex-wrap: nowrap;
}
.l-header__right .qms4__mega-menu {
  margin-right: 16px;
}
.l-header__right .qms4__mega-menu__item:hover .qms4__mega-menu__item__label {
  background: #fff;
}
.l-header__right .qms4__mega-menu__item .qms4__mega-menu__item__label a,
.l-header__right .qms4__mega-menu__item .qms4__mega-menu__item__label span, .l-header__right .qms4__mega-menu__item[data-show-submenu=true] .qms4__mega-menu__item__label a, .l-header__right .qms4__mega-menu__item[data-show-submenu=true] .qms4__mega-menu__item__label span {
  padding-left: 15px;
  padding-right: 15px;
}
.l-header__right .qms4__mega-menu__item .qms4__mega-menu__item__label a:after,
.l-header__right .qms4__mega-menu__item .qms4__mega-menu__item__label span:after, .l-header__right .qms4__mega-menu__item[data-show-submenu=true] .qms4__mega-menu__item__label a:after, .l-header__right .qms4__mega-menu__item[data-show-submenu=true] .qms4__mega-menu__item__label span:after {
  content: none;
}
.l-header__right .qms4__mega-menu__item .qms4__mega-menu__item__content {
  background: #fff;
  padding: 20px;
  width: calc(100% + 170px);
}
.l-header__right .qms4__mega-menu__item .l-mega-menu__list .p-item__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 4px;
}
.l-header__right .qms4__mega-menu__item .l-mega-menu__list .p-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.l-header__right .qms4__mega-menu__item .l-mega-menu__list .p-item__title {
  font-size: 14px;
  font-weight: 500;
}
.l-header__right .qms4__mega-menu__item .l-mega-menu__list a:hover {
  opacity: 1;
}
.l-header__right .qms4__mega-menu__item .l-mega-menu__list a:hover img {
  opacity: 1;
  transform: scale(1.04);
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a {
  border: none;
  border-radius: 18px;
  padding-right: 5px;
  width: 146px;
  padding: 7px 0;
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::before {
  display: none;
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a::after {
  display: none;
}
.l-header__right .is-style-outline.is-style-outline.is-style-outline.is-style-outline.is-style-outline a:hover {
  background-color: #FECD2E !important;
}

.sp-only .l-header__drawerBtn {
  display: none;
}

@media (min-width: 761px) {
  [data-drawer-move=fade][data-drawer=opened] .l-header__drawerBtn .c-iconBtn__icon {
    color: #242424;
  }
}

.l-header__left {
  z-index: 10;
}

.l-header__center {
  z-index: 10;
}

[data-drawer=opened] .l-header__center {
  pointer-events: inherit;
}

/** ==========================================================================
*
* フッター
*
========================================================================== **/
.l-footer-contact {
  padding: 62px 0 84px;
  align-items: flex-start;
}
@media (max-width: 760px) {
  .l-footer-contact {
    padding: 13.3333333333vw 5.1282051282vw 20vw;
  }
}
.l-footer-contact .en {
  font-size: 55px;
  font-family: "hanken-grotesk", sans-serif;
  color: #FB7E51;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  .l-footer-contact .en {
    font-size: 40px;
    font-size: 10.2564102564vw;
    line-height: 1;
  }
}
.l-footer-contact .ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 22px;
}
@media (max-width: 760px) {
  .l-footer-contact .ttl {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1;
    margin-bottom: 7.4358974359vw;
  }
}
.l-footer-contact .txt {
  font-size: 15px;
  line-height: 2.1;
  margin-bottom: 35px;
}
@media (max-width: 760px) {
  .l-footer-contact .txt {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.73;
    margin-bottom: 6.4102564103vw;
  }
}
.l-footer-contact .ark-block-columns__inner {
  justify-content: center;
}
@media (max-width: 760px) {
  .l-footer-contact .ark-block-columns__inner {
    row-gap: 5.1282051282vw;
  }
}
.l-footer-contact .ark-block-column {
  width: 489px;
  height: 140px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 760px) {
  .l-footer-contact .ark-block-column {
    width: 100%;
    height: 31.0256410256vw;
  }
}
.l-footer-contact .ark-block-column.is-tel {
  background-color: rgba(255, 255, 255, 0.92);
  color: #2B2B2B;
  cursor: default;
  pointer-events: none;
}
.l-footer-contact .ark-block-column.is-tel .btn-txt {
  font-size: 44px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-footer-contact .ark-block-column.is-tel .btn-txt {
    font-size: 38px;
    font-size: 9.7435897436vw;
  }
}
.l-footer-contact .ark-block-column.is-tel img {
  position: relative;
  left: -13px;
}
@media (max-width: 760px) {
  .l-footer-contact .ark-block-column.is-tel img {
    width: 7.4358974359vw !important;
    height: 7.4358974359vw;
    left: -0.7692307692vw;
  }
}
@media (max-width: 760px) {
  .l-footer-contact .ark-block-column.is-tel {
    pointer-events: all;
    cursor: pointer;
  }
}
.l-footer-contact .ark-block-column.is-web {
  position: relative;
  background-color: #FB7E51;
  color: #fff;
  padding-left: 100px;
  transition: all 300ms;
}
@media (max-width: 760px) {
  .l-footer-contact .ark-block-column.is-web {
    padding-left: 20.2564102564vw;
  }
}
.l-footer-contact .ark-block-column.is-web:hover {
  opacity: 1;
  background-color: #FECD2E;
}
.l-footer-contact .ark-block-column.is-web:hover img {
  opacity: 1;
}
.l-footer-contact .ark-block-column.is-web .btn-txt {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .l-footer-contact .ark-block-column.is-web .btn-txt {
    font-size: 25px;
    font-size: 6.4102564103vw;
  }
}
.l-footer-contact .ark-block-column.is-web .btn-txt img {
  position: absolute;
  top: 50%;
  left: 54px;
  transform: translateY(-50%);
}
@media (max-width: 760px) {
  .l-footer-contact .ark-block-column.is-web .btn-txt img {
    width: 17.4358974359vw !important;
    height: 11.2820512821vw;
    left: 7.1794871795vw;
  }
}
.l-footer-contact .ark-block-column.is-web .btn-ttl {
  letter-spacing: 0.05em;
}
@media (max-width: 760px) {
  .l-footer-contact .ark-block-column.is-web .btn-ttl {
    margin-bottom: 0;
  }
}
.l-footer-contact .btn-ttl {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .l-footer-contact .btn-ttl {
    font-size: 18px;
    font-size: 4.6153846154vw;
    margin-bottom: 1.2820512821vw;
  }
}

.l-footer__foot {
  background-color: #222;
  padding: 20px 0 21px;
}
@media (max-width: 760px) {
  .l-footer__foot {
    padding: 5.1282051282vw 0 25.641025641vw;
  }
}
.l-footer .c-copyright {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.069em;
  color: #fff;
}
@media (max-width: 760px) {
  .l-footer .c-copyright {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}

.l-footer-main {
  padding: 58px 20px 50px !important;
}
@media (max-width: 760px) {
  .l-footer-main {
    padding: 13.8461538462vw 5.1282051282vw 6.6666666667vw !important;
  }
}
.l-footer-main .logo {
  width: 209px;
  margin: 0 auto 28px;
  position: relative;
  left: -16px;
}
@media (max-width: 760px) {
  .l-footer-main .logo {
    width: 53.5897435897vw;
    margin: 0 auto 7.1794871795vw;
  }
}
.l-footer-main .map {
  font-size: 13px;
}
@media (max-width: 760px) {
  .l-footer-main .map {
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
}
.l-footer-main .map a {
  text-decoration: none;
}
.l-footer-main .map a:hover {
  text-decoration: underline;
}
@media (max-width: 760px) {
  .l-footer-main .heading p {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.l-footer-main .p-address {
  margin-top: 18px;
  padding: 20px 0 15px;
  border-top: 1px solid rgba(88, 88, 88, 0.45);
  border-bottom: 1px solid rgba(88, 88, 88, 0.45);
  gap: 26px;
}
@media (max-width: 760px) {
  .l-footer-main .p-address {
    flex-direction: column;
    gap: 2.3076923077vw;
    padding: 3.8461538462vw 0;
  }
}
.l-footer-main .p-address .txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.057em;
}
@media (max-width: 760px) {
  .l-footer-main .p-address .txt {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.l-footer-main .p-address .wp-block-group {
  gap: 18px;
}
@media (max-width: 760px) {
  .l-footer-main .p-address .wp-block-group {
    gap: 1.0256410256vw;
  }
}

.l-footer-sitemap .ark-block-columns__inner {
  justify-content: center;
}
.l-footer-sitemap .ark-block-column {
  width: auto;
}
.l-footer-sitemap a {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}
.l-footer-sitemap a:hover {
  text-decoration: underline;
}
.l-footer-sitemap a[target=_blank] {
  position: relative;
  padding-right: 14px;
}
.l-footer-sitemap a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background: url(images/icon_blank.svg) no-repeat center/contain;
}

.l-fixed-footer {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  background: rgba(34, 34, 34, 0.8);
  padding: 3.0769230769vw 3.3333333333vw 3.3333333333vw;
  transform: translateY(20.5128205128vw);
  transition: transform 300ms;
}
.l-fixed-footer .l-fixed-footer__item {
  position: relative;
}
.l-fixed-footer .l-fixed-footer__item p {
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 2.0512820513vw;
  font-size: 14px;
  font-size: 3.5897435897vw;
}
.l-fixed-footer .l-fixed-footer__item a {
  position: relative;
  padding: 3vw 0;
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 1.2;
  font-weight: 500;
}
.l-fixed-footer .l-fixed-footer__item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.l-fixed-footer .l-fixed-footer__item.is-web a {
  padding-left: 16.5vw;
}
.l-fixed-footer .l-fixed-footer__item.is-web img {
  width: 10.7692307692vw !important;
  left: 3.5vw;
}
.l-fixed-footer .l-fixed-footer__item.is-tel a {
  padding-left: 14.5vw;
}
.l-fixed-footer .l-fixed-footer__item.is-tel img {
  width: 6.1538461538vw !important;
  left: 5vw;
}
.l-fixed-footer .l-fixed-footer__item.is-recruit p {
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

[data-scrolled=true] .l-fixed-footer {
  transform: translateY(0);
}

.l-footer__widgets {
  padding: 0;
}

.p-fixBtnWrap {
  display: none !important;
}

/** ==========================================================================
*
* SPメニュー
*
========================================================================== **/
@media (max-width: 760px) {
  .p-drawer__close.c-modalClose.u-flex--aic {
    display: none;
  }
}

.p-drawer {
  background: #fff;
  color: #111;
  padding-bottom: 0.5rem;
}

[data-drawer-move=fade] .p-drawer__inner {
  max-width: inherit;
}

.p-drawer__body {
  padding: 0;
}
.p-drawer__body .w-drawerBottom {
  margin-top: 0;
}
.p-drawer__body .c-widget + .c-widget {
  margin-top: 0;
}
.p-drawer__body .l-drawer__info {
  margin-bottom: 0;
  padding: 0.4rem 0 0.6rem;
}
.p-drawer__body .p-tel {
  font-weight: 500;
  padding-right: 0.8rem;
}
.p-drawer__body .p-tel a::before {
  content: "";
  width: 27px;
  height: 18px;
  display: inline-block;
  background: url(images/icon_tel.png) no-repeat center/contain;
  margin-right: 3px;
}
@media (max-width: 760px) {
  .p-drawer__body .p-tel a::before {
    width: 39px;
    height: 25px;
  }
}

.qms4__panel-menu__item__label {
  font-size: 14px;
}

.qms4__panel-menu {
  padding-bottom: 7rem;
}

.qms4__panel-menu__front .qms4__panel-menu__item-list a,
.qms4__panel-menu__front .qms4__panel-menu__item-list span,
.qms4__panel-menu__front .qms4__panel-menu__subitem a {
  padding: 16px 26px 16px 12px;
}

.qms4__panel-menu__item[data-show-submenu=false] .qms4__panel-menu__item__label:after {
  content: "";
  width: 11px;
  height: 3px;
  display: block;
  background: url(images/icon_arrow_drawer_btn_white.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.qms4__panel-menu__front .qms4__panel-menu__subitem {
  position: relative;
  font-size: 14px;
}

.qms4__panel-menu__front .qms4__panel-menu__subitem:after {
  content: "";
  width: 11px;
  height: 3px;
  display: block;
  background: url(images/icon_arrow_drawer_btn_black.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.qms4__panel-menu__front .qms4__panel-menu__item:last-child {
  border-bottom: 1px solid #c9c9c9;
}

/** ==========================================================================
*
* TOP
*
========================================================================== **/
.l-top-mv {
  position: relative;
  padding: 0 20px;
}
@media (max-width: 760px) {
  .l-top-mv {
    padding: 0 3.3333333333vw;
  }
}
.l-top-mv .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 630px;
  height: 108px;
  background: rgba(255, 255, 255, 0.97);
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  .l-top-mv .ttl {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100% !important;
    height: 13.5897435897vw;
    padding-top: 1.5384615385vw;
  }
}
.l-top-mv .txt {
  font-size: 29px;
  line-height: 1;
  color: #535353;
}
@media (max-width: 760px) {
  .l-top-mv .txt {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
  .l-top-mv .txt span {
    letter-spacing: 0.03em;
  }
}
.l-top-mv .en {
  color: #ADADAD;
  font-size: 16px;
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 760px) {
  .l-top-mv .en {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.l-top-mv figure {
  border-radius: 11px;
  overflow: hidden;
}
.l-top-mv img {
  pointer-events: none;
  width: 100%;
  aspect-ratio: 53/36;
  object-fit: cover;
}
.l-top-mv video {
  pointer-events: none;
  width: 100%;
  aspect-ratio: 53/36;
  object-fit: cover;
}
@media (max-width: 760px) {
  .l-top-mv .ark-block-column {
    margin-left: 2.3076923077vw;
    width: calc(33.33% - 2.3076923077vw);
  }
  .l-top-mv .ark-block-column.sp-none {
    display: none;
  }
  .l-top-mv .ark-block-column.sp-order-01 {
    order: 1;
  }
  .l-top-mv .ark-block-column.sp-order-02 {
    order: 2;
  }
  .l-top-mv .ark-block-column.sp-order-03 {
    order: 3;
  }
  .l-top-mv .ark-block-column.sp-order-04 {
    order: 4;
  }
  .l-top-mv .ark-block-column.sp-order-05 {
    order: 5;
  }
  .l-top-mv .ark-block-column.sp-order-06 {
    order: 6;
  }
  .l-top-mv .ark-block-column.sp-order-07 {
    order: 7;
  }
  .l-top-mv .ark-block-column.sp-order-08 {
    order: 8;
  }
  .l-top-mv .ark-block-column.sp-order-09 {
    order: 9;
  }
  .l-top-mv .ark-block-column.sp-order-10 {
    order: 10;
  }
  .l-top-mv .ark-block-column.sp-order-11 {
    order: 11;
  }
  .l-top-mv .ark-block-column.sp-order-12 {
    order: 12;
  }
  .l-top-mv .ark-block-column.sp-order-13 {
    order: 13;
  }
  .l-top-mv .ark-block-column.sp-order-14 {
    order: 14;
  }
  .l-top-mv .ark-block-column.sp-order-15 {
    order: 15;
  }
  .l-top-mv .ark-block-column.sp-order-16 {
    order: 16;
  }
  .l-top-mv .ark-block-column.sp-order-17 {
    order: 17;
  }
  .l-top-mv .ark-block-column.sp-order-18 {
    order: 18;
  }
  .l-top-mv .ark-block-column.sp-order-19 {
    order: 19;
  }
  .l-top-mv .ark-block-column.sp-order-20 {
    order: 20;
  }
  .l-top-mv .ark-block-column.sp-order-21 {
    order: 21;
  }
}
@media (max-width: 760px) {
  .l-top-mv .ark-block-columns__inner {
    row-gap: 2.5641025641vw;
    margin-left: -2.3076923077vw;
  }
}

.top-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.75;
}
@media (max-width: 760px) {
  .top-txt {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 2.5;
  }
}

#l-top-news {
  background-color: rgba(193, 162, 62, 0.05);
}
#l-top-news .wp-block-cover__inner-container {
  max-width: 1080px;
  padding: 0 20px;
  box-sizing: content-box;
}
@media (max-width: 760px) {
  #l-top-news .wp-block-cover__inner-container {
    padding: 0 5.1282051282vw;
  }
}
#l-top-news .wp-block-cover__background {
  background-color: transparent;
  opacity: 1;
}
#l-top-news .en {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 500;
  font-size: 55px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  #l-top-news .en {
    font-size: 40px;
    font-size: 10.2564102564vw;
  }
}
#l-top-news h2 {
  color: #525252;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 760px) {
  #l-top-news h2 {
    font-size: 16px;
    font-size: 4.1025641026vw;
    margin-bottom: 2.8205128205vw;
  }
}
#l-top-news .qms4__post-list__list {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  gap: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 760px) {
  #l-top-news .qms4__post-list__list {
    padding-top: 0.5128205128vw;
    padding-bottom: 0.5128205128vw;
  }
}
#l-top-news .qms4__post-list__list-item {
  border-top: 2px dotted #E2E2E2;
  padding: 0 56px;
}
@media (max-width: 760px) {
  #l-top-news .qms4__post-list__list-item {
    padding: 0 2.3076923077vw;
  }
}
#l-top-news .qms4__post-list__list-item:first-child {
  border-top: none;
}
#l-top-news .qms4__post-list__list-item a {
  display: flex;
  align-items: center;
  padding: 24px 0;
}
@media (max-width: 760px) {
  #l-top-news .qms4__post-list__list-item a {
    padding: 20px 0;
  }
}
#l-top-news .qms4__post-list__post-date {
  width: auto;
  font-size: 14px;
  font-weight: 400;
  width: 140px;
}
@media (max-width: 760px) {
  #l-top-news .qms4__post-list__post-date {
    font-size: 14px;
    font-size: 3.5897435897vw;
    width: auto;
  }
}
#l-top-news .qms4__post-list__terms {
  margin-top: 0;
  margin-right: 16px;
}
@media (max-width: 760px) {
  #l-top-news .qms4__post-list__terms {
    height: 4.8717948718vw;
  }
}
#l-top-news .qms4__post-list__post-title {
  width: auto;
  font-size: 15px;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 761px) {
  #l-top-news .qms4__post-list__post-title {
    flex: 1;
  }
}
@media (max-width: 760px) {
  #l-top-news .qms4__post-list__post-title {
    font-size: 15px;
    font-size: 3.8461538462vw;
    width: 100%;
    margin-top: 3.0769230769vw;
    line-height: 1.6;
  }
}
#l-top-news .wp-block-button__link {
  width: 271px;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 0;
}
@media (max-width: 760px) {
  #l-top-news .wp-block-button__link {
    font-size: 15px;
    font-size: 3.8461538462vw;
    width: 69.4871794872vw;
    border-radius: 6.4102564103vw;
  }
}
#l-top-news .wp-block-button__link::after {
  width: 5.23px;
  height: 6.48px;
  background: url(images/icon_arrow_btn_03_white.svg) no-repeat center/contain;
}
@media (max-width: 760px) {
  #l-top-news .wp-block-button__link::after {
    width: 1.341025641vw;
    height: 1.6615384615vw;
  }
}
#l-top-news .wp-block-button__link:hover::after {
  background: url(images/icon_arrow_btn_03_gray.svg) no-repeat center/contain;
}

@media (max-width: 760px) {
  #l-top-company {
    padding: 0 5.1282051282vw !important;
  }
}
#l-top-company .wp-block-cover__inner-container {
  box-sizing: content-box;
  width: 83%;
  max-width: inherit;
}
@media (max-width: 760px) {
  #l-top-company .wp-block-cover__inner-container {
    width: 100%;
  }
}
#l-top-company .ark-block-columns {
  left: 0;
  width: auto;
}
#l-top-company .en {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 500;
  font-size: 55px;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}
@media (max-width: 760px) {
  #l-top-company .en {
    font-size: 40px;
    font-size: 10.2564102564vw;
  }
}
#l-top-company h2 {
  color: #525252;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 760px) {
  #l-top-company h2 {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
#l-top-company .heading {
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  #l-top-company .heading {
    margin-bottom: 10vw;
  }
}
#l-top-company .ttl {
  font-size: 20px;
  font-weight: 500;
  margin-top: 16px;
}
@media (max-width: 760px) {
  #l-top-company .ttl {
    font-size: 20px;
    font-size: 5.1282051282vw;
    margin-top: 3.0769230769vw;
  }
}
@media (max-width: 760px) {
  #l-top-company .ark-block-column {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 760px) {
  #l-top-company .ark-block-columns__inner {
    row-gap: 8.4615384615vw;
    flex-direction: column;
    margin-left: 0;
  }
}
#l-top-company figure {
  position: relative;
  aspect-ratio: 365/262;
  overflow: hidden;
  border-radius: 0.83vw;
}
@media (max-width: 760px) {
  #l-top-company figure {
    border-radius: 2.0512820513vw;
  }
}
#l-top-company figure::after {
  position: absolute;
  right: 14px;
  bottom: 13px;
  width: 19px;
  height: 19px;
  background: url(images/icon_arrow_btn_white_02.png) no-repeat center/cover;
  content: "";
  pointer-events: none;
}
@media (max-width: 760px) {
  #l-top-company figure::after {
    width: 4.8717948718vw;
    height: 4.8717948718vw;
  }
}
#l-top-company figure img {
  transition: transform 300ms;
}
#l-top-company a:hover {
  opacity: 1;
}
#l-top-company a:hover img {
  transform: scale(1.04);
  opacity: 1;
}
@media (max-width: 760px) {
  #l-top-company a:hover img {
    transform: scale(1);
  }
}

#l-top-business {
  background-color: rgba(193, 162, 62, 0.05);
}
#l-top-business .wp-block-cover__inner-container {
  width: 83%;
  box-sizing: content-box;
  max-width: inherit;
}
@media (max-width: 760px) {
  #l-top-business .wp-block-cover__inner-container {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
}
#l-top-business .alignfull {
  left: 0;
  width: auto;
}
#l-top-business .wp-block-cover__background {
  background-color: transparent;
  opacity: 1;
}
#l-top-business .en {
  font-family: "hanken-grotesk", sans-serif;
  font-weight: 500;
  font-size: 55px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media (max-width: 760px) {
  #l-top-business .en {
    font-size: 40px;
    font-size: 10.2564102564vw;
  }
}
#l-top-business h2 {
  color: #525252;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 760px) {
  #l-top-business h2 {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
#l-top-business .heading {
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  #l-top-business .heading {
    margin-bottom: 8.4615384615vw;
  }
}
#l-top-business .page-nav {
  margin-bottom: 96px;
}
@media (max-width: 760px) {
  #l-top-business .page-nav {
    margin-bottom: 16.6666666667vw;
  }
}
#l-top-business .page-nav .ark-block-columns__inner {
  justify-content: center;
}
#l-top-business .page-nav .ark-block-column {
  width: 169px;
  height: 169px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #FB7E51;
  gap: 5px;
}
@media (max-width: 760px) {
  #l-top-business .page-nav .ark-block-column {
    width: 39.4871794872vw;
    height: 39.4871794872vw;
    gap: 0;
  }
}
#l-top-business .page-nav .number {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: rgba(251, 126, 81, 0.41);
  letter-spacing: 0.01em;
  line-height: 1;
}
@media (max-width: 760px) {
  #l-top-business .page-nav .number {
    position: relative;
    top: -2.5641025641vw;
    font-size: 40px;
    font-size: 10.2564102564vw;
  }
}
#l-top-business .page-nav .ttl {
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.27;
}
@media (max-width: 760px) {
  #l-top-business .page-nav .ttl {
    position: relative;
    top: -1.0256410256vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
    line-height: 1.3;
  }
}
#l-top-business .wp-block-columns {
  gap: 0 !important;
  margin-bottom: 90px;
}
@media (max-width: 760px) {
  #l-top-business .wp-block-columns {
    margin-bottom: 25.641025641vw;
  }
}
#l-top-business .wp-block-columns .wp-block-column {
  flex-basis: auto;
}
#l-top-business .wp-block-columns .body {
  width: 50%;
  box-sizing: border-box;
  padding-left: 48px;
  padding-top: 26px;
}
@media (max-width: 760px) {
  #l-top-business .wp-block-columns .body {
    width: 100%;
    padding-left: 0;
  }
}
#l-top-business .wp-block-columns .img {
  width: 50%;
  flex-shrink: 0;
  border-radius: 0.83vw;
  overflow: hidden;
}
@media (max-width: 760px) {
  #l-top-business .wp-block-columns .img {
    border-radius: 3.0769230769vw;
  }
}
#l-top-business .wp-block-columns .img img {
  transition: transform 300ms;
}
#l-top-business .wp-block-columns .img a:hover {
  opacity: 1;
}
#l-top-business .wp-block-columns .img a:hover img {
  transform: scale(1.04);
  opacity: 1;
}
@media (max-width: 760px) {
  #l-top-business .wp-block-columns .img a:hover img {
    transform: scale(1);
  }
}
#l-top-business .wp-block-columns.is-revers {
  flex-direction: row-reverse;
}
#l-top-business .wp-block-columns.is-revers .body {
  padding-left: 0;
  padding-right: 48px;
}
@media (max-width: 760px) {
  #l-top-business .wp-block-columns.is-revers .body {
    width: 100%;
    padding-right: 0;
  }
}
#l-top-business .col-en {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "hanken-grotesk", sans-serif;
  line-height: 1;
}
@media (max-width: 760px) {
  #l-top-business .col-en {
    font-size: 38px;
    font-size: 9.7435897436vw;
  }
}
#l-top-business .col-ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  padding-bottom: 13px;
  border-bottom: 1px solid #FB7E51;
}
@media (max-width: 760px) {
  #l-top-business .col-ttl {
    font-size: 18px;
    font-size: 4.6153846154vw;
    margin-top: 2.5641025641vw;
    padding-bottom: 3.3333333333vw;
  }
}
#l-top-business .col-txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
}
@media (max-width: 760px) {
  #l-top-business .col-txt {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
#l-top-business .col-btn {
  margin-top: 35px;
}
@media (max-width: 760px) {
  #l-top-business .col-btn {
    margin-top: 6.6666666667vw;
  }
}
#l-top-business .col-btn .wp-block-button__link {
  width: 271px;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 0;
}
@media (max-width: 760px) {
  #l-top-business .col-btn .wp-block-button__link {
    font-size: 15px;
    font-size: 3.8461538462vw;
    width: 69.4871794872vw;
    border-radius: 6.4102564103vw;
  }
}
#l-top-business .col-btn .wp-block-button__link::after {
  width: 5.23px;
  height: 6.48px;
  background: url(images/icon_arrow_btn_03_white.svg) no-repeat center/contain;
}
@media (max-width: 760px) {
  #l-top-business .col-btn .wp-block-button__link::after {
    width: 1.341025641vw;
    height: 1.6615384615vw;
  }
}
#l-top-business .col-btn .wp-block-button__link:hover::after {
  background: url(images/icon_arrow_btn_03_gray.svg) no-repeat center/contain;
}

#l-top-membership .wp-block-cover__inner-container {
  width: 83%;
  box-sizing: content-box;
  max-width: inherit;
}
@media (max-width: 760px) {
  #l-top-membership .wp-block-cover__inner-container {
    width: 100%;
    padding: 10.2564102564vw 5.1282051282vw 0;
  }
}
#l-top-membership .alignfull {
  left: 0;
  width: auto;
}
#l-top-membership .en {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "hanken-grotesk", sans-serif;
  line-height: 1;
  margin-bottom: 27px;
}
@media (max-width: 760px) {
  #l-top-membership .en {
    text-align: center;
    font-size: 40px;
    font-size: 10.2564102564vw;
    line-height: 1.15;
    margin-bottom: 0;
  }
}
#l-top-membership .ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}
@media (max-width: 760px) {
  #l-top-membership .ttl {
    font-size: 16px;
    font-size: 4.1025641026vw;
    text-align: center;
    margin-top: 2.5641025641vw;
  }
}
@media (max-width: 760px) {
  #l-top-membership .heading {
    order: 1;
    margin-bottom: 6.4102564103vw;
  }
}
#l-top-membership .txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.1;
}
@media (max-width: 760px) {
  #l-top-membership .txt {
    order: 3;
    margin-top: 7.1794871795vw;
  }
}
#l-top-membership .wp-block-columns {
  gap: 0 !important;
}
#l-top-membership .wp-block-columns .wp-block-column {
  flex-basis: auto;
  flex-direction: column;
}
#l-top-membership .wp-block-columns .body {
  width: 50%;
  box-sizing: border-box;
  padding-left: 48px;
  padding-top: 8px;
}
@media (max-width: 760px) {
  #l-top-membership .wp-block-columns .body {
    width: 100%;
    padding-left: 0;
    display: contents;
  }
}
#l-top-membership .wp-block-columns .img {
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 760px) {
  #l-top-membership .wp-block-columns .img {
    order: 2;
    width: 100%;
    border-radius: 3.0769230769vw;
  }
}
#l-top-membership .wp-block-columns .img img {
  transition: transform 300ms;
}
#l-top-membership .wp-block-columns .img a:hover {
  opacity: 1;
}
#l-top-membership .wp-block-columns .img a:hover img {
  transform: scale(1.04);
  opacity: 1;
}
@media (max-width: 760px) {
  #l-top-membership .wp-block-columns .img a:hover img {
    transform: scale(1);
  }
}
#l-top-membership .btn {
  margin-top: 35px;
}
@media (max-width: 760px) {
  #l-top-membership .btn {
    margin: 11.5384615385vw auto 0;
    order: 4;
  }
}
#l-top-membership .btn .wp-block-button__link {
  width: 271px;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 0;
}
@media (max-width: 760px) {
  #l-top-membership .btn .wp-block-button__link {
    font-size: 15px;
    font-size: 3.8461538462vw;
    width: 69.4871794872vw;
    border-radius: 6.4102564103vw;
  }
}
#l-top-membership .btn .wp-block-button__link::after {
  width: 5.23px;
  height: 6.48px;
  background: url(images/icon_arrow_btn_03_white.svg) no-repeat center/contain;
}
@media (max-width: 760px) {
  #l-top-membership .btn .wp-block-button__link::after {
    width: 1.341025641vw;
    height: 1.6615384615vw;
  }
}
#l-top-membership .btn .wp-block-button__link:hover::after {
  background: url(images/icon_arrow_btn_03_gray.svg) no-repeat center/contain;
}
#l-top-membership .is-sp {
  display: none;
}
@media (max-width: 760px) {
  #l-top-membership .is-sp {
    display: block;
  }
}
#l-top-membership .is-pc {
  display: block;
}
@media (max-width: 760px) {
  #l-top-membership .is-pc {
    display: none;
  }
}

#l-top-recruit {
  background-color: rgba(193, 162, 62, 0.05);
}
#l-top-recruit .wp-block-cover__inner-container {
  max-width: 1200px;
  padding: 0 20px;
  box-sizing: content-box;
}
#l-top-recruit .wp-block-cover__background {
  background-color: transparent;
  opacity: 1;
}
#l-top-recruit .is-sp {
  display: none;
}
@media (max-width: 760px) {
  #l-top-recruit .is-sp {
    display: block;
  }
}
#l-top-recruit .is-pc {
  display: block;
}
@media (max-width: 760px) {
  #l-top-recruit .is-pc {
    display: none;
  }
}

.l-top-fixed {
  z-index: 9999;
  position: fixed;
  bottom: 15px;
  right: 25px;
  width: 350px;
  height: 140px;
}
@media screen and (max-width: 760px) {
  .l-top-fixed {
    bottom: 3%;
    right: 5%;
    width: 90%;
    height: auto;
    transition: 0.5s;
    opacity: 1;
  }
}
.l-top-fixed::after {
  z-index: 9999;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  padding: 2px 0 0 7.7px;
  border-radius: 50%;
  background: #525252;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  color: #fff;
  content: "×";
  display: block;
}
@media screen and (hover: none) and (pointer: coarse) {
  .l-top-fixed::after {
    width: 3.4vw;
    height: 3.4vw;
    padding: 0 0 0 0.7vw;
    font-size: 2vw;
  }
}
.l-top-fixed.active {
  display: none;
}
.l-top-fixed a {
  display: block;
}

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