@charset "UTF-8";
/* ===========================================================
   # DEFAULTS
=========================================================== */
/* = SETTING
----------------------------------------------------------- */
body {
  background: var(--wp--preset--color--sm-sub-accent);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  font-size: clamp(16px, 0.972rem + 0.12vw, 17px);
}
body .inner {
  padding-left: var(--_container-margin-left);
  padding-right: var(--_container-margin-right);
}
body .en {
  font-family: "Mulish", sans-serif;
}
body .transAll {
  transition: all 300ms 0s ease;
}
body .noSP, body .onPC, body .onPCm, body .onPCl,
body .noSP.flex, body .onPC.flex {
  display: none;
}
body .sme-font-size {
  display: inline;
}
body .hasAnchor {
  margin-top: calc(var(--_margin1) * var(--_margin-top) - 200px);
  padding-top: 200px;
}
@media (min-width: 640px) {
  body .onSP {
    display: none !important;
  }
  body .noSP {
    display: initial;
  }
}
@media (min-width: 1024px) {
  body .noPC {
    display: none !important;
  }
  body .onPC {
    display: initial;
  }
}
@media (min-width: 1280px) {
  body .onPCm {
    display: initial;
  }
}
@media (min-width: 1536px) {
  body .onPCl {
    display: initial;
  }
}

/* = HEAD
----------------------------------------------------------- */
.l-header {
  background: var(--wp--preset--color--sm-sub-accent);
}
.l-header__content {
  padding: clamp(14px, 3vw, 15px) 0;
}
.l-header .l-1row-header__branding {
  padding-top: 0;
  padding-bottom: 0;
}
.l-header__drop-nav .c-site-branding__title .custom-logo {
  max-width: 280px;
}

/* HAMBURGER */
.c-hamburger-btn__bars {
  height: 10px;
  width: 31px;
  margin: 0 0 1px;
}
.c-hamburger-btn__bar {
  height: 1px;
}
.c-hamburger-btn__bar:nth-of-type(2) {
  display: none;
  top: 10px;
}
.c-hamburger-btn__bar:nth-of-type(3) {
  top: 8px;
}
.c-hamburger-btn__label {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
}
.c-hamburger-btn[aria-expanded=true] {
  color: #333;
  margin: 9px -5px 0 0;
}
.c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bar:first-of-type {
  background: #333;
  top: 3px !important;
  transform: rotate(15deg) !important;
}
.c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__bar:nth-of-type(3) {
  background: #333;
  top: 3px !important;
  transform: rotate(-15deg) !important;
}
.c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__label {
  font-size: 0;
}
.c-hamburger-btn[aria-expanded=true] .c-hamburger-btn__label::after {
  content: "close";
  font-size: 12px;
}

.c-page-header {
  aspect-ratio: 5/2;
  background: #5AADDE;
}
.c-page-header[data-has-image=true] {
  height: auto;
}
.c-page-header[data-has-image=true] img {
  height: auto;
  width: 60%;
  margin: auto 0;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
          mask-image: linear-gradient(to right, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0));
  -o-object-fit: initial;
     object-fit: initial;
  -o-object-position: 0 0;
     object-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.page-id-20 .c-page-header[data-has-image=true] img {
  top: auto;
}
.page-id-22 .c-page-header[data-has-image=true] img {
  bottom: auto;
}
.c-page-header .c-container {
  z-index: 1;
}
.c-page-header .c-container h1 {
  color: var(--wp--preset--color--white);
  font-size: clamp(26px, 5vw, 50px);
  font-weight: 700;
  padding-right: 1em;
}
@media (min-width: 1024px) {
  .c-page-header {
    aspect-ratio: 5/1;
  }
  .c-page-header[data-has-image=true] img {
    width: 50%;
  }
}
/* = NAVI
----------------------------------------------------------- */
.c-navbar .menu-item a {
  font-size: clamp(13px, -0.278rem + 1.7vw, 16px);
  letter-spacing: 0;
  padding: 0.6em;
}
.c-navbar .menu-item.inq a {
  background: var(--wp--preset--color--sm-accent) url(./img/ico_mail.png) 1.5em 50%/1.5em no-repeat;
  border-radius: 3em;
  color: var(--wp--preset--color--sm-sub-accent);
  margin-left: 1em;
  padding-left: 3.5em;
  padding-right: 1.5em;
}

/* SP */
nav#drawer-nav {
  background: #fef7ee;
  color: #222;
  padding-top: 0;
}
nav#drawer-nav li {
  font-size: 20px;
  font-weight: 500;
  padding: 0.5em 0;
  text-align: center;
}

/* = MAIN
----------------------------------------------------------- */
.l-contents__inner:last-child {
  padding-bottom: 0;
}
.single .l-contents__body {
  padding-top: 8em;
}
[data-has-sidebar=true] .l-contents__main {
  background: var(--wp--preset--color--white);
  border-radius: clamp(1em, 4vw, 3em);
  padding: clamp(1em, 4vw, 3em) 1em;
}
@media (min-width: 640px) {
  .l-contents__container {
    padding-top: 1em;
  }
  .single .l-contents__body {
    padding-top: 7em;
  }
  [data-has-sidebar=true] .l-contents__main {
    padding: 0 clamp(3em, 5vw, 5em);
  }
}
@media (min-width: 1024px) {
  .single .l-contents__body {
    padding-top: 5em;
  }
  .l-contents .l-contents__inner {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  .l-contents__container {
    padding-top: 2em;
  }
}
/* = SIDE
----------------------------------------------------------- */
.l-contents__sidebar {
  padding-bottom: clamp(2.5em, 10vw, 6em);
}
.l-contents__sidebar .c-widget {
  line-height: 1.4;
}
/* = FOOT
----------------------------------------------------------- */
.l-footer {
  border: none;
}
.l-footer * {
  padding: 0;
}
.l-footer .l-footer-widget-area {
  padding-top: 0;
}
.l-footer .c-row__col {
  margin-bottom: 0;
}
.l-footer .c-row__col .c-widget {
  font-size: inherit;
}
.l-footer .cover {
  padding-top: clamp(3em, 11vw, 10em);
  padding-bottom: 2em;
}
.l-footer .cover .wp-block-cover__image-background {
  -o-object-position: 10% 100%;
     object-position: 10% 100%;
}
.l-footer .cover .blockTtl {
  font-size: clamp(1.125rem, 0.727rem + 1.7vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.l-footer .cover .blockTtl .en {
  font-size: clamp(2.125rem, 0.932rem + 5.09vw, 4.75rem);
  font-weight: 800;
  letter-spacing: 0.07em;
}
.l-footer .cover .link .item {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.l-footer .cover .link .item .ttl {
  font-size: clamp(16px, 3vw, 18px);
  width: 90%;
  line-height: 3em;
  margin: -1.5em 0 0.5em;
  position: relative;
}
.l-footer .cover .link .item .ttl::before, .l-footer .cover .link .item .ttl::after {
  background: var(--wp--preset--color--white);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 7px;
  width: 12px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  z-index: 2;
}
.l-footer .cover .link .item .ttl::after {
  background: #144c75;
  height: 10px;
  width: 18px;
  bottom: -10px;
  z-index: 1;
}
.l-footer .cover .link .item .tel {
  display: flex;
  gap: 0.3em;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 800;
}
.l-footer .cover .link .item .tel::before {
  aspect-ratio: 1/1;
  background: url(./img/ico_tel.png) 0 0/contain no-repeat;
  content: "";
  width: 1em;
}
.l-footer .cover .link .item.row {
  font-size: clamp(16px, 2vw, 22px);
  padding: 1em 1em 1em 1.5em;
  position: relative;
}
.l-footer .cover .link .item.row a {
  color: inherit;
  text-decoration: none;
}
.l-footer .cover .link .item.row a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.l-footer .cover .link .item.row .ico {
  height: clamp(52px, 8vw, 76px);
  width: 59px;
}
.l-footer .cover .link .item.row .ico img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  height: 100%;
  width: 100%;
}
.l-footer .cover .link .item.row .arrow {
  padding-left: 2em;
}
.l-footer .cover .wrap {
  padding-top: clamp(6em, 20vw, 16em);
}
.l-footer .cover .wrap .body .info {
  white-space: nowrap;
}
.l-footer .cover .wrap .body .nav {
  gap: clamp(2em, 4vw, 3em);
  font-size: clamp(13px, 1vw, 14px);
  letter-spacing: 0;
  width: 100%;
}
.l-footer .cover .wrap .body .nav .noFoot {
  display: none;
}
@media (min-width: 640px) {
  .l-footer .cover .wp-block-cover__image-background {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
  .l-footer .cover .wrap .body .nav {
    justify-content: flex-end;
  }
}
.l-footer .spInfo {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 2em;
}
.l-footer .c-copyright {
  background-color: transparent;
  color: inherit;
  font-size: clamp(11px, 2vw, 16px);
  font-weight: 500;
  letter-spacing: 0;
  padding: 1em 0;
}

#page-top {
  height: clamp(3em, 6vw, 4em);
  width: clamp(3em, 6vw, 4em);
  right: 1em;
  bottom: 1em;
  transition: all 500ms 0s ease;
}
#page-top:hover {
  transform: translateY(-0.5em);
}
#page-top .svg-inline--fa {
  height: clamp(1em, 3vw, 2em);
}

.pageNav.wp-block-query-pagination {
  gap: 0;
}
.pageNav.wp-block-query-pagination a {
  color: inherit;
  text-decoration: none;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.5em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  font-weight: 500;
  width: 2em;
  height: 2em;
}
.pageNav.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background: var(--wp--preset--color--white);
  border-radius: 50%;
}

/* = CONTENT
----------------------------------------------------------- */
body .c-entry__title {
  line-height: 1.4;
}
body .contWrap {
  padding-bottom: clamp(2.5em, 10vw, 6em);
}
body .contWrap:not(:first-child) {
  padding-top: clamp(2.5em, 10vw, 6em);
}
body h2.wp-block-heading {
  color: var(--wp--preset--color--sm-accent);
  font-size: clamp(24px, 4vw, 38px);
}
body h2.wp-block-heading:not(:first-child) {
  margin-top: 3em;
}
body h2.wp-block-heading.has-text-align-center {
  display: flex;
  align-items: center;
  gap: clamp(0.5em, 3vw, 0.8em);
  justify-content: center;
  letter-spacing: 0;
}
body h2.wp-block-heading.has-text-align-center::before, body h2.wp-block-heading.has-text-align-center::after {
  border-bottom: 0.06em solid;
  content: "";
  height: 1px;
  width: clamp(1em, 6vw, 2em);
  transform: translateY(0.08em);
}
body h3.wp-block-heading {
  background: var(--wp--preset--color--white);
  margin-top: clamp(2em, 6vw, 2.5em);
  padding: 0.2em 0.5em;
}
body h3.wp-block-heading + * {
  margin-top: 1em;
}
body h4.wp-block-heading {
  border-bottom: 1px solid;
  margin-top: clamp(2em, 6vw, 2.5em);
}
body h4.wp-block-heading + * {
  margin-top: 1em;
}
body .wp-block-button__link {
  border-radius: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1em, 3vw, 3em);
  min-width: 290px;
  padding: 1.1em clamp(1em, 2vw, 2em) 1.1em clamp(1.5em, 3vw, 3em);
}
body .wp-block-button__link::after {
  content: "●";
  font-size: 0.63em;
}
body .wp-block-button__link:hover {
  color: var(--wp--preset--color--white) !important;
  filter: none !important;
  transform: scale(1.1);
}
body .wp-block-table table tbody tr {
  display: flex;
  flex-direction: column;
}
body .wp-block-table table tbody tr td {
  border: none;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 0.3em 0 1.5em;
}
body .wp-block-table table tbody tr td:first-child {
  border-bottom: 1px solid;
  font-weight: 500;
  padding: 0.3em 0;
  white-space: nowrap;
}
@media (min-width: 640px) {
  body .wp-block-table table {
    background: var(--wp--preset--color--white);
  }
  body .wp-block-table table tbody tr {
    display: table-row;
  }
  body .wp-block-table table tbody tr td {
    border: 2px solid #f6f6f8 !important;
    padding: 1.5em 1.7em !important;
  }
}
body .sme-bg-color {
  padding: 0 0.3em 0.1em;
}
@media (min-width: 640px) {
  body .wp-block-button__link {
    min-width: 234px;
  }
}
/* = HOME
----------------------------------------------------------- */
.homeMov2:not(.block-editor-block-list__block) .mov {
  aspect-ratio: 9/16;
  position: relative;
}
.homeMov2:not(.block-editor-block-list__block) .mov video {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.homeMov2:not(.block-editor-block-list__block) .catch {
  font-size: clamp(16px, 4vw, 30px);
  line-height: 1.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  text-shadow: 0 0 1em rgb(0, 0, 0);
}
.homeMov2:not(.block-editor-block-list__block) .catch .ttl {
  font-size: 2em;
}
@media (min-width: 640px) {
  .homeMov2:not(.block-editor-block-list__block) .mov {
    aspect-ratio: 16/9;
  }
}
.homeMov:not(.block-editor-block-list__block) {
  height: calc(100dvh - var(--header_height));
}
.homeMov:not(.block-editor-block-list__block) .mov {
  height: 100%;
  width: 100%;
  position: relative;
}
.homeMov:not(.block-editor-block-list__block) .mov video {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.homeMov:not(.block-editor-block-list__block) .catch {
  font-size: clamp(16px, 2.6vw, 30px);
  line-height: 1.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  text-shadow: 0 0 1em rgb(0, 0, 0);
}
.homeMov:not(.block-editor-block-list__block) .catch .ttl {
  font-size: 2em;
}
.homeAbout {
  padding-top: clamp(2em, 8vw, 6em);
}
.homeAbout .txt {
  font-size: clamp(15px, 4vw, 16px);
  line-height: clamp(2em, 4vw, 2.5em);
  z-index: 1;
}
.homeAbout .txt .catch {
  font-size: clamp(30px, 6vw, 44px);
  line-height: 1.4;
}
.homeAbout .en {
  font-size: clamp(95px, 16vw, 160px);
  line-height: 1;
  position: absolute;
  right: -0.3em;
  writing-mode: vertical-rl;
}
.homeAbout .slickxxx {
  display: block;
  margin-top: clamp(1em, 5vw, 6em);
}
.homeAbout .slickxxx-track {
  display: flex;
  align-items: center;
}
.homeAbout .slickxxx-track figure {
  max-width: 70vw;
}
.homeAbout .slickxxx.block-editor-block-list__block {
  display: flex;
}
.homeAbout .slick {
  display: block;
  margin-top: 0;
}
.homeAbout .slick-track figure img {
  height: clamp(300px, 50vw, 572px);
  width: auto;
  max-width: none;
}
.homeRolls {
  padding-top: 0;
  padding-bottom: clamp(4em, 8vw, 10em);
}
.homeRolls .txt {
  font-size: clamp(19px, 4vw, 44px);
  letter-spacing: 0;
  z-index: 1;
}
.homeRolls .txt .catch {
  font-size: clamp(28px, 5vw, 40px);
  line-height: clamp(1.6em, 11vw, 1.8em);
}
.homeRolls .en {
  font-size: clamp(95px, 16vw, 160px);
  line-height: 1;
  position: absolute;
  right: -0.2em;
  writing-mode: vertical-rl;
}
@media (min-width: 640px) {
  .homeRolls {
    padding-top: 3em;
  }
  .homeRolls .txt {
    padding: 0 10vw;
  }
  .homeRolls .en {
    right: 0;
  }
}
.homeWork {
  padding-bottom: clamp(4em, 8vw, 10em);
}
.homeWork .list {
  gap: clamp(3em, 10vw, 6em);
}
.homeWork .list .item {
  gap: 0;
}
.homeWork .list .item .wp-block-media-text__media {
  aspect-ratio: 4/7;
  overflow: hidden;
}
.homeWork .list .item .wp-block-media-text__media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: 30% 0%;
     object-position: 30% 0%;
}
.homeWork .list .item .wp-block-media-text__content {
  margin: -2.5em 0 0 1.5em;
}
.homeWork .list .item .wp-block-media-text__content .body {
  border-top-left-radius: 0.8em;
  gap: 1em;
  height: 100%;
  padding: 1em 1.5em;
}
.homeWork .list .item .wp-block-media-text__content .body .en {
  font-size: clamp(58px, 6vw, 70px);
  letter-spacing: 0;
  line-height: 1;
  margin-top: -0.5em;
}
.homeWork .list .item .wp-block-media-text__content .body .ttl {
  color: var(--wp--preset--color--sm-accent);
  font-size: clamp(28px, 5vw, 40px);
}
.homeWork .list .item .wp-block-media-text__content .body .txt {
  font-size: clamp(15px, 2vw, 16px);
  letter-spacing: 0;
}
.homeWork .list .item .wp-block-media-text__content .body .btns {
  margin-top: 1em;
}
@media (min-width: 640px) {
  .homeWork .list .item .wp-block-media-text__media {
    aspect-ratio: 4/5.5;
    border-radius: 1em;
  }
  .homeWork .list .item .wp-block-media-text__content {
    margin: 4em 0 0;
  }
  .homeWork .list .item .wp-block-media-text__content .body {
    border-top-right-radius: 0.8em;
    height: 100%;
    padding: 0 1em 1em clamp(2.5em, 6vw, 7em);
  }
  .homeWork .list .item .wp-block-media-text__content .body .ttl {
    color: #424249;
  }
  .homeWork .list .item:nth-child(odd) {
    grid-template-columns: clamp(19em, 47vw, 41em) auto;
  }
  .homeWork .list .item:nth-child(odd) .wp-block-media-text__content {
    margin-left: calc(clamp(1em, 4vw, 3.5em) * -1);
  }
  .homeWork .list .item:nth-child(even) {
    grid-template-columns: auto clamp(19em, 47vw, 41em);
  }
  .homeWork .list .item:nth-child(even) .wp-block-media-text__content {
    margin-right: calc(clamp(1em, 4vw, 3.5em) * -1);
  }
}
@media (min-width: 1024px) {
  .homeWork .list .item .wp-block-media-text__media {
    aspect-ratio: 33/23;
  }
  .homeWork .list .item .wp-block-media-text__content .body {
    padding-left: clamp(5em, 8vw, 7em);
  }
}
.homeFlow {
  aspect-ratio: 4/7;
  max-width: 100vw !important;
  margin-bottom: 11em;
  overflow: initial;
}
.homeFlow .wp-block-cover__image-background {
  -o-object-position: 70% 0%;
     object-position: 70% 0%;
}
.homeFlow .wp-block-cover__inner-container {
  margin: auto;
  padding-left: 1.5em;
  position: absolute;
  right: 0;
  bottom: -7.5em;
}
.homeFlow .wp-block-cover__inner-container .body {
  border-top-left-radius: 0.8em;
  gap: 1em;
  padding: 1em 1.5em;
}
.homeFlow .wp-block-cover__inner-container .body .en {
  font-size: clamp(58px, 6vw, 70px);
  letter-spacing: 0;
  line-height: 1;
  margin-top: -0.5em;
}
.homeFlow .wp-block-cover__inner-container .body .ttl {
  color: var(--wp--preset--color--sm-accent);
  font-size: clamp(28px, 5vw, 40px);
}
@media (min-width: 640px) {
  .homeFlow {
    aspect-ratio: 16/5;
    margin-bottom: clamp(6em, 14vw, 11em);
  }
  .homeFlow .wp-block-cover__inner-container {
    max-width: 1148px;
    padding-left: 0;
    left: 0;
    bottom: 0;
  }
  .homeFlow .wp-block-cover__inner-container .body {
    border-top-right-radius: 0.8em;
    align-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0 !important;
    padding: 1em clamp(6em, 15vw, 14em) 1em clamp(2em, 5vw, 4em);
  }
  .homeFlow .wp-block-cover__inner-container .body .ttl {
    color: #424249;
  }
}
.homeRecruit .cover {
  background: var(--wp--preset--color--white);
  box-shadow: 0em 0em 1em rgba(15, 60, 93, 0.2);
  overflow: initial;
}
.homeRecruit .cover .wp-block-cover__image-background {
  -o-object-fit: contain;
     object-fit: contain;
}
.homeRecruit .cover .body {
  gap: 0.5em;
  padding: 1em 0 0;
}
.homeRecruit .cover .body .en {
  color: #f3f4f8;
  font-size: clamp(34px, 7vw, 80px);
  line-height: 1;
}
.homeRecruit .cover .body .ttl {
  font-size: clamp(18px, 4vw, 40px);
  line-height: 1;
}
.homeRecruit .cover .body .txt {
  font-size: clamp(15px, 3vw, 16px);
  padding: 1em 0.5em clamp(11em, 22vw, 16em);
}
@media (min-width: 640px) {
  .homeRecruit .cover {
    box-shadow: none;
    width: calc(100% - 2em);
  }
  .homeRecruit .cover .wp-block-cover__image-background {
    border-radius: 1.5em;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homeRecruit .cover .body {
    align-items: flex-start;
    gap: 0.5em;
    margin: 1em 0 0;
    padding: 0 clamp(1em, -1.286rem + 5.71vw, 3em);
  }
  .homeRecruit .cover .body .txt {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .homeRecruit .cover .body .en, .homeRecruit .cover .body .ttl {
    color: #fefefe;
  }
}
.homeNews {
  line-height: 1;
  padding: clamp(3em, 8vw, 5em) 0 5em;
}
.homeNews .body {
  gap: 0.5em;
}
.homeNews .body .en {
  font-size: clamp(34px, 8vw, 100px);
}
.homeNews .body .ttl {
  font-size: clamp(18px, 4vw, 40px);
}
.homeNews .body .btns {
  margin-top: clamp(2em, 5vw, 4em);
}
@media (min-width: 640px) {
  .homeNews .body {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 5em);
  }
  .homeNews .body .en {
    width: 100%;
    text-align: left;
  }
  .homeNews .body .ttl {
    text-align: left;
  }
  .homeNews .body .entryList {
    width: 78%;
  }
  .homeNews .body .btns {
    width: 100%;
  }
}
/* = NEWS, BLOG
----------------------------------------------------------- */
.entryList .list * {
  color: inherit;
  line-height: 1.5;
  margin: 0;
}
.entryList .list .item {
  border-bottom: 1px solid #e2e1e0;
  align-items: stretch;
  flex-direction: column;
  gap: 0.3em 1em;
  padding: 1em 2em;
}
.entryList .list .item .ttl {
  font-size: clamp(15px, 3vw, 16px);
}
@media (min-width: 640px) {
  .entryList .list .item {
    border-bottom: 1px solid #e2e1e0;
    align-items: stretch;
    flex-direction: column;
    gap: 0.3em 1em;
    padding: 1em 0;
  }
  .entryList .list .item .ttl {
    font-size: clamp(15px, 3vw, 16px);
  }
}
.c-entries.c-entries--text {
  border-color: #ccc;
  max-width: 980px;
  margin: auto;
  padding-bottom: clamp(2.5em, 10vw, 6em);
}
.c-entries.c-entries--text li {
  border-color: inherit;
  font-weight: 700;
}
.c-entries.c-entries--text li .c-entry-summary__meta {
  font-size: inherit;
}
.c-entries.c-entries--text li .c-entry-summary__title {
  font-size: inherit;
  font-weight: inherit;
}

body .c-meta {
  justify-content: flex-start !important;
}
body .c-meta__item--author {
  display: none;
}
body .c-entry__footer .c-prev-next-nav {
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
body .c-entry__footer .c-prev-next-nav__item {
  margin: 0;
}
body .c-entry__footer .c-prev-next-nav__item a {
  background: transparent;
  color: inherit;
  font-weight: 500;
  padding: 1em 0 0;
}
body .c-entry__footer .c-prev-next-nav__item-title, body .c-entry__footer .c-prev-next-nav__item-figure {
  display: none;
}
body .c-entry__footer .c-prev-next-nav__item--prev {
  text-align: right;
}

[data-has-sidebar=true] .l-contents__main {
  background: transparent;
  padding-bottom: clamp(2.5em, 10vw, 6em);
}

/* = INQ
----------------------------------------------------------- */
.inq .smb-tabs[data-orientation=horizontal] .smb-tabs__tabs {
  gap: 5px;
  padding-bottom: 1em;
}
.inq .smb-tabs[data-orientation=horizontal] .smb-tabs__tabs .smb-tabs__tab-wrapper {
  flex: 1;
}
.inq .smb-tabs[data-orientation=horizontal] .smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab {
  background: rgba(18, 42, 136, 0.1);
  border: none;
  border-radius: 3px;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  padding: clamp(0.8em, 3vw, 1.5em) 0;
  opacity: 1;
}
.inq .smb-tabs[data-orientation=horizontal] .smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab[aria-selected=true] {
  background: var(--wp--preset--color--sm-accent);
  color: var(--wp--preset--color--white);
  font-weight: 700;
}
.inq .smb-tabs[data-orientation=horizontal] .smb-tabs__tabs .smb-tabs__tab-wrapper .smb-tabs__tab[aria-selected=true]::after {
  background: var(--wp--preset--color--sm-accent);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 0.5em;
  width: 1em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5em;
}
.inq .smb-tabs__body .smb-tab-panel {
  border: none;
  background: transparent;
  padding: clamp(1em, 4vw, 3em) 0;
}
.inqNav {
  gap: 5px;
  padding-bottom: 1em;
}
.inqNav .item {
  flex: 1;
}
.inqNav .item a {
  background: rgba(18, 42, 136, 0.1);
  border-radius: 3px;
  color: inherit;
  display: block;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  padding: clamp(0.8em, 3vw, 1.5em) 0;
  text-decoration: none;
}
.inqNav .item.open a {
  background: var(--wp--preset--color--sm-accent);
  color: var(--wp--preset--color--white);
  font-weight: 700;
  position: relative;
}
.inqNav .item.open a::after {
  background: var(--wp--preset--color--sm-accent);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 0.5em;
  width: 1em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.5em;
}
.inq .wpcf7 {
  margin-top: 0;
  padding: clamp(1em, 4vw, 3em) 0;
}

dl.inqTbl {
  display: grid;
  grid-template-columns: 1fr;
  line-height: 2em;
  margin-top: 0;
  margin-bottom: clamp(1em, 5vw, 3em);
}
dl.inqTbl dt, dl.inqTbl dd {
  width: 100%;
}
dl.inqTbl dt {
  font-weight: 500;
}
dl.inqTbl dt .must {
  background: #c94343;
  border-radius: 0.3em;
  color: var(--wp--preset--color--white);
  display: inline-block;
  font-size: clamp(12px, 2.9vw, 13px);
  font-weight: 600;
  line-height: 1.2;
  padding: 0 0.5em 0.15em;
}
dl.inqTbl dd {
  padding: 0.5em 0 1em;
}
dl.inqTbl dd p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
dl.inqTbl dd p:not(:first-child) {
  padding-top: 0.5em;
}
dl.inqTbl dd p .wpcf7-form-control-wrap:has(.sizeL) {
  width: 100%;
}
dl.inqTbl dd .small {
  font-size: 0.9em;
  line-height: 1.2;
  opacity: 0.7;
}
dl.inqTbl dd .inqTxt {
  font-size: 1.3em;
  font-weight: 300;
  padding-right: 0.5rem;
}
dl.inqTbl dd .inqBlock {
  display: inline-block;
  margin-top: 1rem;
  width: 100%;
}
dl.inqTbl dd .inqBlock.small {
  line-height: 1.3;
  margin-top: 0.5rem;
}
dl.inqTbl dd .wpcf7-not-valid {
  background: rgba(255, 246, 246, 0.5);
  border: 1px solid #c99 !important;
}
dl.inqTbl dd span.wpcf7-not-valid-tip {
  display: none;
}
@media (min-width: 640px) {
  dl.inqTbl {
    background: var(--wp--preset--color--white);
    grid-template-columns: clamp(13em, 26vw, 16em) auto;
    padding-bottom: 3em;
  }
  dl.inqTbl dt, dl.inqTbl dd {
    border-top: 2px solid #f6f6f8;
    padding: 1.2em;
  }
  dl.inqTbl dt {
    border-right: 2px solid #f6f6f8;
    padding-top: 1.3em;
  }
}
/* FORM */
body input[type=text], body input[type=email],
body input[type=tel], body input[type=number],
body input[type=date],
body textarea.wpcf7-textarea {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-bottom: 1px solid #ddd !important;
  border-radius: 0;
  color: inherit;
  padding: 0.5em 1em;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
}
body input.sizeSs {
  width: 8rem;
}
body input.sizeS {
  width: 14rem;
}
body input.sizeL {
  max-width: 60rem;
}
body textarea {
  line-height: 1.3;
  padding: 5px;
  height: 200px;
}
body select {
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  width: 100%;
  padding: 0.5em 5em 0.5em 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
body select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
body .selectWrap span {
  width: 100%;
}
body .selectWrap span:after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
body .inqSend {
  border: none !important;
  padding-top: clamp(2em, 8vw, 3em) !important;
}
body .inqSend p {
  display: block !important;
}
body .inqSend .wpcf7-spinner {
  margin-right: 0;
}
body .inqSend input[type=submit] {
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-size: clamp(1em, 4.2vw, 1.1em);
  font-weight: 500;
  width: min(60vw, 23em);
  line-height: clamp(2em, 6vw, 3em);
  margin-left: 2.5em;
  outline: none;
}
body .inqSend input[type=submit]:hover {
  transform: scale(1.1);
}
@media (min-width: 640px) {
  body input[type=text], body input[type=email],
  body input[type=tel], body input[type=number],
  body textarea.wpcf7-textarea {
    background: #f9f9f9;
  }
  body input.sizeM {
    max-width: 26rem;
  }
  body select {
    background: #f9f9f9;
    width: auto;
  }
  body .selectWrap span {
    width: auto;
  }
  body .inqSend {
    grid-column: 1/3;
  }
}
/* ===========================================================
   # ORG
=========================================================== */
/* = LOADING
----------------------------------------------------------- */
.loadMov, #loadBg {
  display: none;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.loadMov video, #loadBg video {
  min-width: 100%;
  max-width: unset;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 640px) {
  .loadMov, #loadBg {
    display: block;
  }
}
/* = SLICK
----------------------------------------------------------- */
.spider__arrow {
  background: var(--wp--preset--color--white);
}
.spider__arrow[data-direction=prev]::before, .spider__arrow[data-direction=next]::before {
  border-color: var(--wp--preset--color--sm-accent);
  border-width: 2px;
}

/* = HOME, SOIL
----------------------------------------------------------- */
/* FLOW TABLE */
.flowTbl.wp-block-group {
  gap: 0.8em 1em;
  justify-content: center;
  font-size: clamp(18px, 3vw, 22px);
}
.flowTbl.wp-block-group > p:not(:last-child), .flowTbl.wp-block-group .hasBg {
  position: relative;
}
.flowTbl.wp-block-group > p:not(:last-child)::after, .flowTbl.wp-block-group .hasBg::after {
  background: var(--wp--preset--color--sm-accent);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 0.5em;
  width: 0.8em;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6em;
}
.flowTbl.wp-block-group p {
  box-shadow: 0.3em 0.3em 0 rgba(15, 60, 93, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.3em;
  width: 15.5em;
  line-height: 1.4;
  padding: 0;
}
.flowTbl.wp-block-group p span {
  height: 0;
}
.flowTbl.wp-block-group .hasBg {
  box-shadow: 0 0.3em 0 rgba(15, 60, 93, 0.2);
  justify-content: center;
  padding: 1em;
  width: 100%;
}
.flowTbl.wp-block-group .hasBg::before {
  content: "＋";
  font-family: "Mulish", sans-serif;
  font-size: 1.5em;
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translateX(-50%) translateY(-50%);
}
.flowTbl.wp-block-group .hasBg::after {
  bottom: -0.5em;
}
@media (min-width: 640px) {
  .flowTbl.wp-block-group .hasBg {
    flex-direction: row;
  }
  .flowTbl.wp-block-group .hasBg p {
    width: 12em;
  }
}
@media (min-width: 1024px) {
  .flowTbl.wp-block-group {
    flex-direction: row;
    font-size: clamp(17px, 1.6vw, 22px);
  }
  .flowTbl.wp-block-group > p:not(:last-child)::after, .flowTbl.wp-block-group .hasBg::after {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    height: 1.5em;
    width: 1em;
    left: auto;
    right: -1em;
    top: 0;
    bottom: 0;
  }
  .flowTbl.wp-block-group p {
    flex-direction: column;
    height: 6.5em;
    width: 6.5em;
  }
  .flowTbl.wp-block-group .hasBg {
    box-shadow: 0.3em 0.3em 0 rgba(15, 60, 93, 0.2);
    border-radius: 0.8em;
    width: auto;
  }
  .flowTbl.wp-block-group .hasBg::before {
    font-size: 2.5em;
  }
  .flowTbl.wp-block-group .hasBg p {
    border: none;
    border-radius: 50% !important;
    box-shadow: none;
    height: 8em;
    width: 8em;
  }
}
/* SOIL */
.soilIntro.is-layout-flex {
  gap: clamp(2em, 5vw, 3em);
  padding-bottom: clamp(3em, 8vw, 6em);
}
.soilIntro.is-layout-flex .catch {
  display: flex;
  align-items: center;
  font-size: clamp(17px, 3.6vw, 32px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
}
.soilIntro.is-layout-flex .catch::before, .soilIntro.is-layout-flex .catch::after {
  border: 1px solid;
  content: "";
  height: 2.5em;
  width: 1px;
}
.soilIntro.is-layout-flex .catch::before {
  margin-right: 0.6em;
  transform: rotate(-20deg);
}
.soilIntro.is-layout-flex .catch::after {
  transform: rotate(20deg);
}
.soilIntro.is-layout-flex .txt {
  font-size: clamp(16px, 2vw, 18px);
}
@media (min-width: 640px) {
  .soilIntro.is-layout-flex .catch {
    gap: 0.6em;
  }
  .soilIntro.is-layout-flex .txt {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .soilIntro.is-layout-flex .catch br {
    display: none;
  }
  .soilIntro.is-layout-flex .catch::before, .soilIntro.is-layout-flex .catch::after {
    border: 0.05em solid;
    height: 1.4em;
  }
  .soilIntro.is-layout-flex .catch::before {
    margin-right: 0.2em;
    transform: rotate(-30deg);
  }
  .soilIntro.is-layout-flex .catch::after {
    transform: rotate(30deg);
  }
  .soilIntro.is-layout-flex .flowTbl.wp-block-group {
    font-size: clamp(16px, 1.6vw, 19px);
  }
}
.soilSurvey .list.is-layout-flex {
  gap: 2.5em clamp(1em, 3vw, 3em);
}
.soilSurvey .list.is-layout-flex .item {
  gap: 0.6em;
  line-height: 1.5;
}
.soilSurvey .list.is-layout-flex .item .ttl {
  border-bottom: 2px solid;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 800;
  margin-top: 0.3em;
}
.soilSurvey .list.is-layout-flex .item .txt {
  letter-spacing: 0;
}
.soilSurvey .list.is-layout-flex .item .btns {
  gap: 0.8em;
  font-weight: 500;
  padding: 0.5em 0;
}
.soilSurvey .list.is-layout-flex .item .btns a {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
@media (min-width: 640px) {
  .soilSurvey .list.is-layout-flex .item {
    width: calc(50% - clamp(0.8em, 2vw, 2em));
    line-height: 1.8;
  }
}
@media (min-width: 1024px) {
  .soilSurvey .list.is-layout-flex .item {
    width: calc(33.33% - clamp(1em, 2vw, 2em));
  }
}
.soilAnalysis .labCatch {
  line-height: 1.4;
  margin-top: clamp(2em, 8vw, 5em);
}
@media (min-width: 640px) {
  .soilAnalysis .catch {
    text-align: center;
  }
}
/* GAS */
.gasCollection {
  padding-bottom: clamp(2.5em, 10vw, 6em);
}
.gasCollection .item dl {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0;
}
.gasCollection .item dl dt {
  font-weight: 500;
  width: 7.1em;
}
.gasCollection .item dl dd {
  width: calc(100% - 7.1em);
}
@media (min-width: 640px) {
  .gasCollection .item {
    flex-wrap: nowrap;
  }
  .gasCollection .item > * {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .gasCollection .catch {
    text-align: center;
  }
}
.gasLabocar .catch {
  display: flex;
  align-items: center;
  gap: 1.5em;
  justify-content: center;
  font-size: clamp(17px, 3vw, 32px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
}
.gasLabocar .catch::before, .gasLabocar .catch::after {
  border: 1px solid;
  content: "";
  height: 4.5em;
  width: 1px;
}
.gasLabocar .catch::before {
  transform: rotate(-20deg);
}
.gasLabocar .catch::after {
  transform: rotate(20deg);
}
.gasLabocar .item dl {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0;
}
.gasLabocar .item dl dt {
  font-weight: 500;
  width: 7.1em;
}
.gasLabocar .item dl dd {
  width: calc(100% - 7.1em);
}
@media (min-width: 640px) {
  .gasLabocar .catch {
    gap: 1em;
  }
  .gasLabocar .catch br:last-of-type {
    display: none;
  }
  .gasLabocar .catch::before, .gasLabocar .catch::after {
    border: 0.05em solid;
    height: 3em;
  }
  .gasLabocar .catch::before {
    margin-right: 0.4em;
    transform: rotate(-30deg);
  }
  .gasLabocar .catch::after {
    transform: rotate(30deg);
  }
  .gasLabocar .item {
    flex-wrap: nowrap;
  }
  .gasLabocar .item > * {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .gasLabocar .catch {
    gap: 0.5em;
  }
  .gasLabocar .catch br {
    display: none;
  }
  .gasLabocar .catch::before, .gasLabocar .catch::after {
    height: 1.4em;
  }
}
/* EQUIPMENT */
.eqTbl_wrap {
  padding-top: 0.4em;
}
.eqTbl_wrap::after {
  background: var(--wp--preset--color--white);
  border-radius: 3em;
  color: var(--wp--preset--color--sm-accent);
  content: "◀ SCROLL ▶";
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0.2em 0.6em 0.3em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.eqTbl.wp-block-table table {
  font-size: 0.9em;
  min-width: 1170px;
  letter-spacing: 0;
  line-height: 1.4;
}
.eqTbl.wp-block-table table thead {
  border: none;
}
.eqTbl.wp-block-table table thead th {
  background: #5aadde;
  white-space: nowrap;
}
.eqTbl.wp-block-table table tbody tr {
  display: table-row;
}
.eqTbl.wp-block-table table tbody tr td {
  border: 1px solid var(--wp--preset--color--sm-sub-accent) !important;
  text-align: right;
  padding: clamp(0.8em, 3vw, 1em) !important;
}
.eqTbl.wp-block-table table tbody tr td:not(:last-child) {
  white-space: nowrap;
}
.eqTbl.wp-block-table table tbody tr td:first-child, .eqTbl.wp-block-table table tbody tr td:last-child {
  text-align: left;
}
.eqTbl.wp-block-table table tbody tr:first-child td:nth-child(5), .eqTbl.wp-block-table table tbody tr:first-child td:nth-child(6) {
  text-align: center;
}
@media (min-width: 1228px) {
  .eqTbl_wrap::after {
    display: none;
  }
}
.eqList {
  gap: clamp(2em, 6vw, 5em);
}
.eqList .body {
  gap: 2em clamp(1em, 3vw, 3em);
  letter-spacing: 0;
  padding-left: clamp(3em, 10vw, 4em);
  position: relative;
}
.eqList .body .capa {
  font-size: clamp(16px, 2.4vw, 24px);
  line-height: 1;
  width: clamp(6em, 16vw, 8em);
  padding: 1em 0 0.6em;
  position: absolute;
  left: 0;
  top: 0;
}
.eqList .body .capa::after {
  background: var(--wp--preset--color--sm-accent);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  height: 1.5em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.49em;
}
.eqList .body .item {
  margin-top: -100px;
  padding-top: 100px;
}
.eqList .body .item .ttl {
  font-size: clamp(18px, 2.4vw, 24px);
}
@media (min-width: 640px) {
  .eqList .body {
    padding-left: clamp(3em, 8vw, 15em);
  }
  .eqList .body .item {
    max-width: clamp(265px, 36vw, 502px);
  }
}
@media (min-width: 1024px) {
  .eqList .body {
    padding-left: clamp(11em, 18vw, 14em);
  }
}
/* FLOW */
.flow .list .item {
  padding-bottom: clamp(2em, 6vw, 4em);
  position: relative;
}
.flow .list .item:not(:last-child)::after {
  background: var(--wp--preset--color--sm-accent);
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 1.8em;
  z-index: -1;
}
.flow .list .item .step {
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1;
  width: 4em;
}
.flow .list .item .step strong {
  font-size: 2em;
}
.flow .list .item.analysis .step {
  opacity: 0;
}
.flow .list .item .thumb {
  padding-left: 4.5em;
}
.flow .list .item .body {
  width: calc(100% - clamp(3.5em, 11vw, 5em));
  padding: 0.8em 0 1em 1em;
}
.flow .list .item .body .ttl {
  font-size: clamp(18px, 2.4vw, 28px);
}
.flow .list .item .body .btns {
  flex-direction: column;
  gap: 0.5em;
}
.flow .list .item .body .btns a {
  gap: 0.5em;
  font-size: 0.9em;
  min-width: unset;
  letter-spacing: 0;
  padding: 0.3em 1em 0.3em 1em;
}
.flow .list .item .body .add {
  line-height: 1.4;
  padding: 0.5em 1em;
}
.flow .list .item .body .sub {
  line-height: 1.4;
  margin-top: -0.8em;
}
@media (min-width: 1024px) {
  .flow .list .item {
    flex-wrap: nowrap;
    gap: 2em;
  }
  .flow .list .item:not(:last-child)::after {
    left: 2.4em;
  }
  .flow .list .item .step {
    width: 5em;
  }
  .flow .list .item .thumb {
    flex-grow: 1;
    padding-left: 1em;
  }
  .flow .list .item .body {
    width: 45%;
  }
  .flow .list .item .body .btns a {
    gap: 1em;
    font-size: inherit;
    padding: 0.3em 1em 0.3em 1.5em;
  }
}
/* ABOUT */
@media (min-width: 640px) {
  .aboutTbl td:first-child {
    width: 12em;
  }
}
.aboutMap {
  border: 1px solid #ddd;
  aspect-ratio: 3/2;
  background: var(--wp--preset--color--white);
  margin-top: 0;
  position: relative;
}
.aboutMap iframe {
  padding: 0.5em;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 640px) {
  .aboutMap {
    aspect-ratio: 16/9;
    margin-top: 2em;
  }
}
.aboutList.is-layout-flex {
  gap: 1em clamp(1em, 1vw, 2em);
}
.aboutList.is-layout-flex .item {
  padding: 0 clamp(1em, 2vw, 2em) clamp(1em, 2vw, 2em);
}
.aboutList.is-layout-flex .item .btns {
  margin-top: auto;
}
.aboutList.is-layout-flex .item .btns a {
  gap: 1em;
  font-size: 0.9em;
  padding: 0.3em 1em 0.3em 1.5em;
}
@media (min-width: 1024px) {
  .aboutList.is-layout-flex {
    flex-wrap: nowrap;
  }
  .aboutList.is-layout-flex .item {
    flex: 1;
  }
}
/* RECRUIT */
.recruitIntro2 {
  padding-top: clamp(2.5em, 10vw, 6em);
}
.recruitIntro2 .body {
  gap: clamp(2em, 5vw, 3em);
}
.recruitIntro2 .body .catch {
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-size: clamp(20px, 4vw, 32px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.6;
}
.recruitIntro2 .body .catch::before, .recruitIntro2 .body .catch::after {
  border: 1.5px solid;
  content: "";
  height: 3em;
  width: 1px;
}
.recruitIntro2 .body .catch::before {
  margin-right: 0.6em;
  transform: rotate(-30deg);
}
.recruitIntro2 .body .catch::after {
  transform: rotate(30deg);
}
.recruitIntro2 .body .txt {
  background: rgba(255, 255, 255, 0.75);
  padding: clamp(1em, 4vw, 2em);
}
@media (min-width: 1024px) {
  .recruitIntro2 .wrap {
    width: 59vw;
  }
  .recruitIntro2 .body .txt {
    background: var(--wp--preset--color--white);
  }
}
.recruitIntro .body {
  gap: clamp(2em, 5vw, 3em);
}
.recruitIntro .body .catch {
  display: flex;
  align-items: center;
  font-size: clamp(17px, 3.6vw, 32px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
}
.recruitIntro .body .catch::before, .recruitIntro .body .catch::after {
  border: 1px solid;
  content: "";
  height: 2.5em;
  width: 1px;
}
.recruitIntro .body .catch::before {
  margin-right: 0.6em;
  transform: rotate(-20deg);
}
.recruitIntro .body .catch::after {
  transform: rotate(20deg);
}
@media (min-width: 640px) {
  .recruitIntro .body .catch {
    gap: 0.6em;
  }
}
@media (min-width: 1024px) {
  .recruitIntro .body .catch br {
    display: none;
  }
  .recruitIntro .body .catch::before, .recruitIntro .body .catch::after {
    border: 0.05em solid;
    height: 1.4em;
  }
  .recruitIntro .body .catch::before {
    margin-right: 0.2em;
    transform: rotate(-30deg);
  }
  .recruitIntro .body .catch::after {
    transform: rotate(30deg);
  }
}
.recruitSlide .slick img {
  height: clamp(200px, 35vw, 300px);
  width: auto;
}
@media (min-width: 640px) {
  .recruitSummary .howto .txt {
    text-align: center;
  }
  .recruitSummary td:first-child {
    width: 12em;
  }
}
.recruitFaq .list h3.wp-block-heading {
  color: #5aaddf;
  font-size: inherit;
  line-height: 1.2;
  padding: 0.5em 0 0.3em 3em;
  position: relative;
}
.recruitFaq .list h3.wp-block-heading::before {
  aspect-ratio: 1/1;
  background: #5aaddf;
  color: var(--wp--preset--color--white);
  content: "Q";
  height: 2em;
  line-height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.recruitFaq .list h3.wp-block-heading + p {
  border-bottom: 1px solid #ccc;
  line-height: 1.6;
  padding: 0.3em 0 clamp(1.5em, 6vw, 2.5em) 3em;
  position: relative;
}
.recruitFaq .list h3.wp-block-heading + p::before {
  aspect-ratio: 1/1;
  background: rgba(90, 173, 223, 0.3);
  color: #5aaddf;
  content: "A";
  font-weight: 700;
  height: 2em;
  line-height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.recruitFaq .catch {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 3.6vw, 29px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  margin-top: clamp(2em, 9vw, 3em);
}
.recruitFaq .catch::before, .recruitFaq .catch::after {
  border: 1px solid;
  content: "";
  height: 2.5em;
  width: 1px;
}
.recruitFaq .catch::before {
  transform: rotate(-20deg);
}
.recruitFaq .catch::after {
  transform: rotate(20deg);
}
.recruitFaq .inq {
  border-radius: 1em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: clamp(2em, 9vw, 5em);
  padding: clamp(2em, 8vw, 4em) 0;
}
.recruitFaq .inq .txt {
  font-size: clamp(20px, 5vw, 30px);
  font-weight: 900;
}
.recruitFaq .inq .txt .btns a {
  min-width: unset;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .recruitFaq .catch {
    gap: 0.6em;
  }
}
@media (min-width: 1024px) {
  .recruitFaq .catch::before, .recruitFaq .catch::after {
    height: 3em;
  }
  .recruitFaq .catch::before {
    transform: rotate(-30deg);
  }
  .recruitFaq .catch::after {
    transform: rotate(30deg);
  }
}/*# sourceMappingURL=style.css.map */