@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.swell-block-button__link {
  border: 2px solid transparent;
  transition: all 0.3s ease !important;
}
@media (any-hover: hover) {
  .swell-block-button__link:hover {
    background: #fff;
    color: #18b1b1;
    border-color: #18b1b1;
  }
}

/******************************************
    ヘッダー
******************************************/
.l-header .menu-item a,
.l-fixHeader .menu-item a {
  font-size: 14px;
  font-weight: 700;
}

.l-header__inner.l-container {
  height: 84px;
}
@media (max-width: 767px) {
  .l-header__inner.l-container {
    height: 70px;
  }
}

.l-fixHeader .l-fixHeader__inner {
  height: 70px;
}

.header__btn a {
  box-shadow: none;
  padding-block: 10px;
}
.header__btn a svg {
  translate: 2px 1.5px;
}

@media (max-width: 600px) {
  .l-content {
    margin-bottom: 48px !important;
  }
}

/******************************************
    フッター
******************************************/
#footer {
  border-radius: 32px 32px 0 0;
}

.w-footer__box {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .footer__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.footer__logo figure {
  margin-right: 0 !important;
}
@media (max-width: 600px) {
  .footer__logo figure {
    width: 158px;
  }
}

.l-footer__widgetArea {
  padding-top: 48px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .l-footer__widgetArea {
    padding-top: 32px;
    padding-bottom: 0;
  }
}

.l-footer__foot {
  padding-bottom: 48px;
}
@media (max-width: 600px) {
  .l-footer__foot {
    padding-top: 8px;
    padding-bottom: 32px;
  }
}

.l-footer .copyright {
  text-align: left;
}
@media (max-width: 600px) {
  .l-footer .copyright {
    font-size: 10px;
    text-align: center;
  }
}

.footer__column {
  margin-bottom: 24px;
}
.footer__column .swell-block-columns__inner {
  column-gap: 24px;
}
.footer__column .swell-block-column {
  width: fit-content;
}
.footer__column .swell-block-column p {
  line-height: 1.7;
}
@media (max-width: 600px) {
  .footer__column {
    display: none;
  }
}

.footer__info {
  display: none;
  font-size: 12px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .footer__info {
    display: block;
  }
}

@media (max-width: 600px) {
  .footer__service {
    display: none;
  }
}
.footer__service a {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__service a:hover {
    opacity: 0.7;
  }
}

.l-footer__nav {
  justify-content: flex-start;
  column-gap: 32px;
  margin-bottom: 16px;
}
.l-footer__nav a {
  border: none;
  padding: 0 !important;
  transition: all 0.3s ease;
}
.l-footer__nav a:first-child {
  border: none !important;
}
@media (max-width: 600px) {
  .l-footer__nav a {
    font-size: 12px;
    font-weight: 700;
  }
}
@media (any-hover: hover) {
  .l-footer__nav a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media (max-width: 600px) {
  .l-footer__nav {
    justify-content: center;
    column-gap: 8px;
    margin-bottom: 10px;
  }
}

.footer__service-list {
  display: none;
}
@media (max-width: 600px) {
  .footer__service-list {
    display: block;
  }
}
.footer__service-list .swell-block-columns__inner,
.footer__service-list .swell-block-column {
  margin-left: 0;
}
.footer__service-list .swell-block-columns__inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 312px;
  margin-inline: auto;
}
.footer__service-list .swell-block-column {
  font-size: 12px;
}
.footer__service-list .swell-block-column:first-child {
  flex: 0 0 80px;
}
.footer__service-list .swell-block-column:nth-child(2) {
  margin-top: -2px;
}
.footer__service-list a {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .footer__service-list a:hover {
    opacity: 0.7;
  }
}

/******************************************
    トップページ
******************************************/
.home .l-content.l-container {
  padding-top: 0 !important;
}

/******************************************
    fv
******************************************/
#top-fv {
  position: relative;
  margin-bottom: 0;
  padding-block: 96px !important;
}
@media (max-width: 600px) {
  #top-fv {
    padding-block: 72px !important;
  }
}

.top__lead {
  border-radius: 20px;
  width: 80%;
  margin-inline: auto;
  margin-bottom: 48px !important;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 20px !important;
  position: relative;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
@media (any-hover: hover) {
  .top__lead:hover {
    opacity: 0.7;
  }
  .top__lead:hover::before {
    opacity: 1;
  }
}
.top__lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  translate: 0 -50%;
  background: transparent url(../img/speaker.png) no-repeat center center/contain;
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.top__lead::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  background: transparent url(../img/radio_cm.png) no-repeat center center/contain;
  width: 16px;
  height: auto;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .top__lead::after {
    width: 14px;
    right: 15px;
  }
}
@media (max-width: 600px) {
  .top__lead {
    font-size: 16px;
  }
}

.top__audio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

/* 再生中のクラスで回転アニメーション追加 */
.audio-playing.top__lead::before {
  opacity: 1;
  animation: spin 4s linear infinite;
}

/* 回転アニメーション定義 */
@keyframes spin {
  0% {
    scale: 0.8;
  }
  25% {
    scale: 1;
  }
  50% {
    scale: 0.8;
  }
  75% {
    scale: 1;
  }
  100% {
    scale: 0.8;
  }
}
.fv__img {
  display: block;
  margin-bottom: 64px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .fv__img {
    margin-bottom: 32px;
  }
}
.fv__img img {
  opacity: 0;
  translate: 0 200px;
  animation-name: fadeUP__fv;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-direction: normal;
  animation-timing-function: ease;
}
@keyframes fadeUP__fv {
  0% {
    opacity: 0;
    translate: 0 200px;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}

.fv__text {
  font-size: 32px;
  line-height: 1.44;
  opacity: 0;
  translate: 0 20px;
  transition: all 0.3s ease;
  animation-name: fadeUP__fv;
  animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-iteration-count: finite;
  animation-delay: 1.5s;
  animation-direction: normal;
  animation-timing-function: ease;
}
@keyframes fadeUP__fv {
  0% {
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    opacity: 1;
    translate: 0;
  }
}
@media (max-width: 600px) {
  .fv__text {
    font-size: 5.33vw;
  }
}

/******************************************
    サービス
******************************************/
#top-service {
  padding-block: 48px !important;
  margin-bottom: 106px;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top-service {
    margin-bottom: 20px !important;
  }
}
#top-service .swell-block-columns__inner {
  display: grid;
  column-gap: 5.8%;
  row-gap: 48px;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
}
@media (max-width: 960px) {
  #top-service .swell-block-columns__inner {
    row-gap: 32px;
  }
}
@media (max-width: 767px) {
  #top-service .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
}
#top-service .swell-block-columns {
  --swl-clmn-mrgn--x: 0 !important;
}
#top-service .swell-block-column {
  margin-left: 0 !important;
}

#top-service__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 0;
}

.top-service__text {
  line-height: 2 !important;
}
@media (max-width: 600px) {
  .top-service__text {
    font-size: 3.6vw;
  }
}

.top-service__btn {
  margin-bottom: 64px;
}

.top-service__btn a {
  font-size: 18px;
  padding-right: 1em;
}
.top-service__btn a .swl-inline-icon::after {
  top: 1px;
}

.top-service__banner figure {
  height: auto !important;
  aspect-ratio: 518/307;
}
@media (max-width: 767px) {
  .top-service__banner figure {
    aspect-ratio: 335/158;
  }
}

.top-service__banner .c-bannerLink {
  mix-blend-mode: multiply;
}

.top-service__banner .c-bannerLink__title {
  color: #FFF;
  text-shadow: 0px 1px 5.1px rgba(0, 0, 0, 0.5);
  font-size: 32px;
}
@media (max-width: 960px) {
  .top-service__banner .c-bannerLink__title {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  .top-service__banner .c-bannerLink__title {
    font-size: 20px;
  }
}
.top-service__banner .c-bannerLink__title .swl-inline-icon::after {
  margin-top: 2px;
  width: 24px;
}
@media (max-width: 960px) {
  .top-service__banner .c-bannerLink__title .swl-inline-icon::after {
    width: 2.8vw;
  }
}
@media (max-width: 767px) {
  .top-service__banner .c-bannerLink__title .swl-inline-icon::after {
    width: 20px;
  }
}

@media (max-width: 600px) {
  .topPage__btn a {
    width: fit-content;
    padding-block: 8px;
    padding-inline: 24px 18px;
    text-align: center;
    font-size: 14px;
  }
}

@media (any-hover: hover) {
  .topPage__btn .swell-block-button__link:hover {
    color: #211815;
    border-color: #211815;
  }
}

/******************************************
    company
******************************************/
#top-company {
  padding-block: 48px 94px !important;
}
@media (max-width: 767px) {
  #top-company {
    padding-block: 32px 34px !important;
  }
}
#top-company .mediaText {
  width: calc(100% + 48px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #B8B8B8;
  background: #FFF;
  column-gap: 48px;
}
@media (max-width: 960px) {
  #top-company .mediaText {
    width: 100%;
    column-gap: 24px;
  }
}
@media (max-width: 767px) {
  #top-company .mediaText {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 0;
  }
}
#top-company .mediaText .wp-block-media-text__media {
  height: 100%;
}
#top-company .mediaText .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  #top-company .mediaText .wp-block-media-text__media {
    width: 100%;
  }
}
#top-company .mediaText .wp-block-media-text__content {
  padding-left: 48px;
  padding-block: 20px;
}
@media (max-width: 960px) {
  #top-company .mediaText .wp-block-media-text__content {
    padding-left: 10%;
  }
}
@media (max-width: 767px) {
  #top-company .mediaText .wp-block-media-text__content {
    padding: 32px;
  }
}
@media (max-width: 600px) {
  #top-company .mediaText .wp-block-media-text__content {
    padding-inline: 16px !important;
    padding-block: 32px !important;
  }
}
#top-company .mediaText .wp-block-heading,
#top-company .mediaText p {
  margin-bottom: 12%;
}
@media (max-width: 960px) {
  #top-company .mediaText .wp-block-heading,
  #top-company .mediaText p {
    margin-bottom: 28px;
  }
}
#top-company .mediaText .wp-block-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 960px) {
  #top-company .mediaText .wp-block-heading {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  #top-company .mediaText .swell-block-columns__inner {
    flex-direction: column;
    row-gap: 24px;
    align-items: center;
  }
}
#top-company .mediaText .swell-block-columns__inner .swell-block-column {
  width: fit-content;
}
#top-company .mediaText .swell-block-columns__inner .swell-block-button {
  text-align-last: left;
  width: fit-content;
  margin: 0;
}
#top-company .mediaText .swell-block-columns__inner .swell-block-button a {
  width: 172px;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #top-company .mediaText .swell-block-columns__inner .swell-block-button a {
    width: fit-content;
    padding-block: 8px;
    padding-inline: 24px 18px;
    text-align: center;
    font-size: 14px;
  }
}
#top-company .mediaText .swell-block-columns__inner .swell-block-button a .swl-inline-icon::after {
  top: 1px;
}

.section__title {
  font-family: "Hanken Grotesk";
  font-size: 48px !important;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section__title {
    text-align: center !important;
  }
}
.section__title.--mt {
  margin-top: 96px;
}
@media (max-width: 767px) {
  .section__title.--mt {
    margin-top: 60px;
  }
}

.section__lead {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 767px) {
  .section__lead {
    display: block;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 24px !important;
  }
}
.section__lead::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  translate: 0 -50%;
  background: #18b1b1;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}

/******************************************
    recruit
******************************************/
.top-recruit__contents .swell-block-fullWide__inner {
  max-width: 1196px;
  padding-inline: 48px !important;
  width: 100%;
  padding: 0;
  display: flex;
  column-gap: 96px;
}
@media (max-width: 960px) {
  .top-recruit__contents .swell-block-fullWide__inner {
    column-gap: 32px;
  }
}
@media (max-width: 767px) {
  .top-recruit__contents .swell-block-fullWide__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    padding-inline: 20px !important;
  }
}
.top-recruit__contents .top-recruit__column01 {
  flex: 0 0 434px;
}
@media (max-width: 960px) {
  .top-recruit__contents .top-recruit__column01 {
    flex: 0 0 340px;
  }
}
@media (max-width: 767px) {
  .top-recruit__contents .top-recruit__column01 {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    height: 100%;
    margin-bottom: 60px;
  }
}
.top-recruit__contents .top-recruit__column01 .swell-block-columns__inner {
  flex-wrap: nowrap;
  height: 100%;
}
.top-recruit__contents .top-recruit__img:nth-child(2) {
  margin-left: 16px !important;
}
@media (max-width: 600px) {
  .top-recruit__contents .top-recruit__img:nth-child(2) {
    margin-left: 12px !important;
  }
}
.top-recruit__contents .top-recruit__img figure {
  height: 100%;
}
.top-recruit__contents .top-recruit__img img {
  display: block;
  border-radius: 16px;
  width: 209px;
  height: 252px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .top-recruit__contents .top-recruit__img img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 600px) {
  .top-recruit__contents .top-recruit__img {
    width: calc((100% - 12px) / 2);
  }
}
.top-recruit__contents .wp-block-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media (max-width: 960px) {
  .top-recruit__contents .wp-block-heading {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .top-recruit__contents .wp-block-heading {
    margin-bottom: 24px;
  }
}
.top-recruit__contents p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .top-recruit__contents p {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

/******************************************
    news
******************************************/
#top-news {
  padding-top: 64px !important;
}
@media (max-width: 767px) {
  #top-news {
    padding-top: 32px !important;
  }
}

.top-news__column .swell-block-columns__inner {
  column-gap: 32px;
}
@media (max-width: 767px) {
  .top-news__column .swell-block-columns__inner {
    display: block;
    margin-left: 0;
  }
}
.top-news__column .swell-block-columns__inner .swell-block-column:first-child {
  flex: 0 0 162px;
}
@media (max-width: 767px) {
  .top-news__column .swell-block-columns__inner .swell-block-column:first-child {
    width: 100%;
    margin-bottom: 32px;
    margin-left: 0;
  }
}
.top-news__column .swell-block-columns__inner .swell-block-column {
  flex: 1;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .top-news__column .swell-block-columns__inner .swell-block-column {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .top-news__column .p-postList__link {
    padding-block: 16px;
  }
}
.top-news__column .p-postList__body {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media (max-width: 600px) {
  .top-news__column .p-postList__body {
    display: block;
  }
}
.top-news__column .p-postList__body .p-postList__meta {
  margin-bottom: 0;
  flex: 0 0 100px;
}
@media (max-width: 600px) {
  .top-news__column .p-postList__body .p-postList__meta {
    justify-content: center;
    margin-bottom: 16px;
  }
}
.top-news__column .p-postList__body .c-postTimes__posted {
  background: #18b1b1;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-inline: 10px;
  border-radius: 50px;
  margin-bottom: 0;
}
.top-news__column .p-postList__body .c-postTimes__posted::before {
  content: none;
}
.top-news__column .p-postList__body .p-postList__title {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.555;
}
@media (max-width: 600px) {
  .top-news__column .p-postList__body .p-postList__title {
    font-size: 14px;
    line-height: 2;
  }
}

/******************************************
    スマホメニュー
******************************************/
/* ===================
ハンバーガーメニュー
====================== */
/* メニューアイコン（デフォルト時） */
.-menuBtn .c-iconBtn__icon {
  width: 24px;
  height: 2px;
  background-color: #333;
  display: grid;
  place-items: center;
  transition: transform 0.3s;
}
.-menuBtn .c-iconBtn__icon::before, .-menuBtn .c-iconBtn__icon::after {
  grid-area: 1/1;
  content: "";
  display: block;
  inset: 0;
  width: 24px;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s;
}
.-menuBtn .c-iconBtn__icon::before {
  transform: translateY(-8px);
}
.-menuBtn .c-iconBtn__icon::after {
  transform: translateY(8px);
}

/* メニューアイコン（オープン時） */
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::before {
  transform: rotate(45deg);
  background-color: #fff;
}
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon {
  background-color: transparent;
}
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::after {
  transform: rotate(-45deg);
  background-color: #fff;
}

/* ボタンラベル */
.l-header__menuBtn .c-iconBtn::after,
.p-spMenu__closeBtn .c-iconBtn::after {
  font-size: 10px;
  line-height: 10px;
  transform: translateY(12px);
}

/* メニュー */
.p-spMenu__inner {
  width: 100%;
  height: 100%;
  transform: translateX(0) !important;
  opacity: 0;
  transition: opacity 0.5s ease-out !important;
}

/* メニュー（オープン時） */
[data-spmenu=opened] .p-spMenu__inner {
  opacity: 1;
}
[data-spmenu=opened] .p-spMenu__inner .p-spMenu__closeBtn {
  right: 5px;
  top: 18px;
}

[data-spmenu=opened] .c-headLogo__img {
  opacity: 0;
}

/* 背景色をぼかす */
.p-spMenu__inner::before {
  background: rgba(0, 0, 0, 0.5);
}

/* メニューをフェードイン */
.p-spMenu__body {
  opacity: 0;
  transform: translateY(20px);
}

[data-spmenu=opened] .p-spMenu__body {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-in, transform 0.7s ease-out;
}

/* 既存のメニューを削除 */
.c-widget__title.-spmenu,
.p-spMenu__nav {
  display: none;
}

/* リンクリストメニュー余白 */
.p-spMenu__body .swell-block-linkList {
  gap: 50px;
}

/* リンクリストメニュー中央寄せ */
.p-spMenu__body .swell-block-linkList__text {
  margin-inline: auto;
}

.drawer__logo {
  position: fixed;
  top: 5px;
  left: 20px;
  z-index: 1;
}
@media (max-width: 600px) {
  .drawer__logo {
    width: 38.66vw;
  }
}

.drawer__menu {
  padding-top: 60px;
  padding-bottom: 28px;
}

.drawer__menu li a {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 600px) {
  .drawer__menu li a {
    font-size: 14px;
  }
}

.p-spMenu__inner {
  padding-top: 20px;
}

/******************************************
    下層ページ
******************************************/
.page__title {
  font-size: 48px !important;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 1.4 !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page__title {
    font-size: 32px !important;
    line-height: 1.7 !important;
  }
}

.pageTop__contents {
  padding-block: 48px !important;
}
@media (max-width: 767px) {
  .pageTop__contents {
    padding-block: 32px !important;
  }
}
.pageTop__contents .media__text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .pageTop__contents .media__text {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
}
.pageTop__contents .media__text .wp-block-media-text__content {
  align-self: auto;
  padding: 40px 0 0 0 !important;
}
.pageTop__contents .media__text .wp-block-media-text__content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .pageTop__contents .media__text .wp-block-media-text__content h2 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.pageTop__contents .media__text .wp-block-media-text__content p {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .pageTop__contents .media__text .wp-block-media-text__content p {
    font-size: 16px;
    line-height: 2;
  }
}
.pageTop__contents .media__text .wp-block-media-text__media {
  width: 100%;
  height: auto;
  aspect-ratio: 526/329;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.pageTop__contents .media__text .wp-block-media-text__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#breadcrumb {
  background: #F2F2F2;
}

/******************************************
    サービス紹介
******************************************/
.service-point {
  padding-block: 64px !important;
}
@media (max-width: 767px) {
  .service-point {
    padding-block: 32px !important;
  }
}

.service-point__lead {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  background: #18b1b1;
  text-align: center;
  padding: 16px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .service-point__lead {
    font-size: 20px;
    padding: 12px;
    margin-bottom: 40px;
  }
}

.service-point__title {
  margin-top: 0 !important;
  margin-bottom: 48px !important;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .service-point__title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 24px !important;
  }
}
.service-point__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #18b1b1;
}
.service-point__title strong {
  display: inline-block;
  font-size: 48px;
  line-height: 36px;
  color: #18b1b1;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .service-point__title strong {
    font-size: 32px;
    margin-right: 16px;
  }
}

.column2 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .column2 {
    margin-bottom: 32px;
  }
}
.column2 .swell-block-columns__inner,
.column2 .swell-block-column {
  margin-left: 0;
}
.column2 .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 64px;
}
@media (max-width: 767px) {
  .column2 .swell-block-columns__inner {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.column2 .swell-block-column {
  width: 100%;
}
.column2 figure {
  margin-bottom: 24px !important;
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .column2 figure {
    margin-bottom: 12px !important;
  }
}
.column2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column2 .service-point__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .column2 .service-point__item-title {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px;
  }
}
.column2 .service-point__item-text {
  font-size: 18px;
  line-height: 1.777;
}
@media (max-width: 600px) {
  .column2 .service-point__item-text {
    font-size: 14px;
    line-height: 2;
  }
}

.achievement {
  padding-block: 48px 32px !important;
  padding-inline: 48px !important;
}
@media (max-width: 767px) {
  .achievement {
    padding-inline: 24px !important;
  }
}
@media (max-width: 600px) {
  .achievement {
    padding-inline: 16px !important;
  }
}
.achievement .swell-block-fullWide__inner {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding: 48px;
  background: #F2F2F2;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .achievement .swell-block-fullWide__inner {
    padding: 32px 16px;
  }
}

.pageSection__title {
  text-align: center;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1;
  padding-bottom: 32px;
  margin-bottom: 48px !important;
  position: relative;
}
@media (max-width: 767px) {
  .pageSection__title {
    font-size: 24px !important;
    padding-bottom: 24px;
    margin-bottom: 32px !important;
  }
}
.pageSection__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
  width: 577px;
  height: 1px;
  background: linear-gradient(90deg, rgba(242, 226, 223, 0.57) 2.5%, #211715 50.5%, rgba(242, 226, 223, 0.57) 100%);
}
@media (max-width: 767px) {
  .pageSection__title::before {
    width: 100%;
  }
}

.achievement__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.777;
  text-align: center;
  margin-bottom: 48px !important;
}
@media (max-width: 767px) {
  .achievement__lead {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 32px !important;
  }
}

.achievement__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1em;
  margin-bottom: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .achievement__name {
    font-size: 20px;
    padding-left: 0.8em;
    margin-bottom: 16px;
  }
}
.achievement__name::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0%;
  translate: 0, -50%;
  background: #18b1b1;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}

.achievement__text {
  font-size: 18px;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .achievement__text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 16px;
  }
}

.achievement__img {
  width: 100%;
  height: auto;
  aspect-ratio: 478/359;
}
.achievement__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achievement__cta {
  margin-bottom: 48px;
  padding-inline: 48px !important;
}
@media (max-width: 767px) {
  .achievement__cta {
    padding-inline: 24px !important;
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .achievement__cta {
    padding-inline: 16px !important;
  }
}
.achievement__cta .swell-block-fullWide__inner {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding: 48px;
  border-radius: 24px;
  border: 1px solid #B8B8B8;
  background: transparent url(../img/achievement-bg.jpg) no-repeat center right 0/contain;
  background-size: 50% 100%;
}
@media (max-width: 767px) {
  .achievement__cta .swell-block-fullWide__inner {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .achievement__cta .swell-block-fullWide__inner {
    background: transparent url(../img/achievement-bg_sp.png) no-repeat center center/cover;
  }
}
.achievement__cta h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .achievement__cta h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.achievement__cta p {
  font-size: 18px;
  line-height: 1.777;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .achievement__cta p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.achievement__cta-text {
  text-shadow: 2px 2px 6px #fff;
}

.achievement__btn {
  width: 172px;
  margin-inline: 0;
}

.introduction {
  padding-block: 48px 96px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .introduction {
    padding-block: 32px !important;
  }
}

.introduction__column {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .introduction__column {
    margin-top: 32px;
  }
}
.introduction__column .swell-block-columns__inner {
  display: grid;
  column-gap: 5.8%;
  row-gap: 48px;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
}
@media (max-width: 960px) {
  .introduction__column .swell-block-columns__inner {
    row-gap: 32px;
  }
}
@media (max-width: 767px) {
  .introduction__column .swell-block-columns__inner {
    grid-template-columns: 1fr;
  }
}
.introduction__column .swell-block-columns {
  --swl-clmn-mrgn--x: 0 !important;
}
.introduction__column .swell-block-column {
  margin-left: 0 !important;
  width: 100%;
}

.cta {
  padding-block: 96px !important;
}
@media (max-width: 767px) {
  .cta {
    padding-block: 72px !important;
  }
}
@media (max-width: 600px) {
  .cta {
    background: transparent url(../img/cta_sp.jpg) no-repeat center center/cover !important;
  }
}

.cta__title {
  color: #FFF;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.5;
  margin-bottom: 24px !important;
}
@media (max-width: 767px) {
  .cta__title {
    font-size: 24px !important;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cta__title {
    font-size: 5.4vw !important;
    margin-bottom: 16px;
  }
}

.cta__text {
  color: #FFF;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.777;
  margin-bottom: 24px !important;
}
@media (max-width: 767px) {
  .cta__text {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cta__text {
    font-size: 14px !important;
    line-height: 2;
    margin-bottom: 16px;
  }
}

.cta__btn a {
  max-width: 370px;
  width: 100%;
  background: #18b1b1;
}
@media (max-width: 767px) {
  .cta__btn a {
    max-width: 240px;
    display: block;
    margin-inline: auto;
  }
}

@media (any-hover: hover) {
  .cta__btn .swell-block-button__link:hover {
    border-color: #18b1b1;
    color: #18b1b1;
  }
}

/******************************************
    足場レンタル事業
******************************************/
.strength {
  padding-block: 64px !important;
}
@media (max-width: 767px) {
  .strength {
    padding-block: 48px !important;
    margin-bottom: 0;
  }
}

.column3 .swell-block-columns__inner,
.column3 .swell-block-column {
  margin-left: 0;
  width: 100%;
}
.column3 .swell-block-columns__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
}
@media (max-width: 767px) {
  .column3 .swell-block-columns__inner {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}

.strength__img {
  margin-block: 24px;
  width: 100%;
}
.strength__img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.strength__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  .strength__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .strength__title {
    text-align: center;
    margin-bottom: 16px;
  }
}

.strength__text {
  font-size: 18px;
  line-height: 1.77;
}
@media (max-width: 600px) {
  .strength__text {
    font-size: 14px;
  }
}

.rentalService {
  padding-block: 64px !important;
}
@media (max-width: 767px) {
  .rentalService {
    padding-block: 48px !important;
    margin-bottom: 0;
  }
}
.rentalService .media__text {
  margin-bottom: 48px;
  grid-template-columns: calc(53.1% - 24px) 46.9%;
  column-gap: 24px;
}
@media (max-width: 767px) {
  .rentalService .media__text {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
}
.rentalService .media__text .wp-block-media-text__content {
  align-self: auto;
  padding: 0 !important;
}
.rentalService .media__text .wp-block-media-text__media {
  width: 100%;
  height: auto;
  aspect-ratio: 516/304;
}
.rentalService .rentalService__title {
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .rentalService .rentalService__title {
    font-size: 20px;
    line-height: 1.6;
    padding-left: 12px;
    margin-bottom: 16px;
  }
}
.rentalService .rentalService__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #18b1b1;
}
.rentalService .rentalService__text {
  font-size: 18px;
  line-height: 1.777;
}
@media (max-width: 600px) {
  .rentalService .rentalService__text {
    font-size: 14px;
    line-height: 2;
  }
}

.relatedPage {
  padding-block: 12px 48px !important;
}

.relatedPage__banner .swell-block-bannerLink {
  aspect-ratio: 350/240;
}
@media (max-width: 767px) {
  .relatedPage__banner .swell-block-bannerLink {
    height: fit-content;
    aspect-ratio: auto;
  }
}
.relatedPage__banner .swell-block-bannerLink .c-bannerLink__figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 350/240;
}
@media (max-width: 767px) {
  .relatedPage__banner .swell-block-bannerLink .c-bannerLink__figure {
    aspect-ratio: 335/158;
  }
}
.relatedPage__banner .swell-block-bannerLink .c-bannerLink__title {
  font-size: 2.5vw;
}
@media (min-width: 1280px) {
  .relatedPage__banner .swell-block-bannerLink .c-bannerLink__title {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .relatedPage__banner .swell-block-bannerLink .c-bannerLink__title {
    font-size: 2.2;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .relatedPage__banner .swell-block-bannerLink .c-bannerLink__title {
    font-size: 20px;
  }
}

/******************************************
        会社概要・アクセス
******************************************/
.overview {
  padding-block: 64px I !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .overview {
    padding-block: 32px !important;
  }
}

.overview__column {
  border-top: 1px solid #BBBBBB;
}
.overview__column .swell-block-columns__inner,
.overview__column .swell-block-column {
  margin-left: 0;
}
.overview__column .swell-block-columns__inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
}
.overview__column .swell-block-column {
  padding: 16px;
  font-size: 18px;
  line-height: 1.777;
}
@media (max-width: 767px) {
  .overview__column .swell-block-column {
    padding: 8px;
  }
}
@media (max-width: 600px) {
  .overview__column .swell-block-column {
    font-size: 14px;
  }
}
.overview__column .swell-block-column:nth-child(odd) {
  width: 264px;
  background: #38352E;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 960px) {
  .overview__column .swell-block-column:nth-child(odd) {
    width: 192px;
  }
}
@media (max-width: 600px) {
  .overview__column .swell-block-column:nth-child(odd) {
    width: 96px;
  }
}
.overview__column .swell-block-column:nth-child(even) {
  width: calc(100% - 264px);
  border-bottom: 1px solid #B8B8B8;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
}
@media (max-width: 960px) {
  .overview__column .swell-block-column:nth-child(even) {
    width: calc(100% - 192px);
  }
}
@media (max-width: 600px) {
  .overview__column .swell-block-column:nth-child(even) {
    width: calc(100% - 96px);
  }
}
.overview__column .swell-block-column iframe {
  margin-inline: 0;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .overview__column .swell-block-column iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 223/150;
  }
}

.overview__text {
  margin-bottom: 12px;
}

.overview__btn {
  margin-bottom: 12px;
}

@media (max-width: 600px) {
  .overview__btn a {
    font-size: 12px;
    padding: 4px 10px 4px 16px;
  }
}

.overview__btn.--mb {
  margin-bottom: 24px;
}

/******************************************
    お客様一覧
******************************************/
.customer {
  padding-block: 64px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .customer {
    padding-block: 32px !important;
  }
}

.customer__table {
  border-top: 2px solid #B8B8B8;
  border-left: 2px solid #B8B8B8;
  margin: 0;
}
@media (max-width: 600px) {
  .customer__table {
    border-width: 1px;
    border-bottom: 1px solid #B8B8B8;
  }
}
.customer__table tr {
  border-bottom: 2px solid #B8B8B8;
  margin: 0;
}
@media (max-width: 600px) {
  .customer__table tr {
    border-width: 1px;
  }
}
.customer__table tr:nth-child(odd) {
  background: #E6E6E6;
}
.customer__table tr:nth-child(even) {
  background: #F2F2F2;
}
.customer__table td {
  border-right: 2px solid #B8B8B8;
  padding: 16px;
  font-size: 18px;
  line-height: 1.777;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .customer__table td {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .customer__table td {
    font-size: 12px;
    padding: 8px;
    border-width: 1px;
  }
}

/******************************************
    プライバシーポリシー
******************************************/
.privacy-policy {
  padding-block: 96px 48px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .privacy-policy {
    padding-block: 32px 0 !important;
  }
}
.privacy-policy .swell-block-fullWide__inner.l-container {
  max-width: 1056px;
}

.privacy-policy__title {
  text-align: center;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.777;
}

.privacy-policy__text {
  font-size: 18px;
  font-weight: 400z;
  line-height: 1.777;
}
@media (max-width: 767px) {
  .privacy-policy__text {
    font-size: 16px;
  }
}

/******************************************
    お問い合わせ
******************************************/
.contact {
  padding-block: 96px !important;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact {
    padding-block: 32px !important;
  }
}

.contact__lead {
  font-size: 18px;
  line-height: 1.777;
}
@media (max-width: 767px) {
  .contact__lead {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .contact__lead {
    font-size: 14px;
    line-height: 2;
  }
}

/******************************************
    コンタクトフォーム
******************************************/
.form__wrapper {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 40px;
  border-top: 1px solid #B8B8B8;
  border-right: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
}
@media (max-width: 767px) {
  .form__wrapper {
    margin-bottom: 24px;
  }
}

.contact__row {
  display: flex;
  align-items: stretch;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  .contact__row {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .contact__row {
    font-size: 14px;
  }
}
.contact__row:last-child .contact__head,
.contact__row:last-child .contact__data {
  border-bottom: none;
}

.contact__head {
  width: 264px;
  background: #38352E;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 16px;
  margin: 0;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .contact__head {
    width: 192px;
  }
}
@media (max-width: 600px) {
  .contact__head {
    width: 96px;
    padding: 8px;
  }
}
.contact__head span {
  color: #F00;
}

.contact__data {
  display: flex;
  align-items: center;
  width: calc(100% - 264px);
  padding: 16px;
  background: #F2F2F2;
  border-bottom: 1px solid #B8B8B8;
  margin: 0;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .contact__data {
    width: calc(100% - 192px);
  }
}
@media (max-width: 600px) {
  .contact__data {
    width: calc(100% - 96px);
    padding: 8px;
  }
}
.contact__data.--column2 {
  display: flex;
  padding: 0;
}
.contact__data .contact__data-item {
  width: 50%;
  padding: 16px;
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.contact__data .contact__data-item:first-child {
  border-right: 1px solid #B8B8B8;
}
@media (max-width: 600px) {
  .contact__data .contact__data-item {
    padding: 8px;
  }
}
.contact__data .wpcf7-form-control-wrap {
  width: 100%;
}
.contact__data input[type=text],
.contact__data input[type=email],
.contact__data select,
.contact__data textarea {
  display: block;
  padding: 4px 8px;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  border: none;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 2;
}
.contact__data input[type=text]::placeholder,
.contact__data input[type=email]::placeholder,
.contact__data select::placeholder,
.contact__data textarea::placeholder {
  color: #9E9E9E;
}
@media (max-width: 767px) {
  .contact__data input[type=text],
  .contact__data input[type=email],
  .contact__data select,
  .contact__data textarea {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .contact__data input[type=text],
  .contact__data input[type=email],
  .contact__data select,
  .contact__data textarea {
    font-size: 14px;
  }
}
.contact__data textarea {
  resize: vertical;
  height: 174px;
}
.contact__data select {
  -webkit-appearance: none;
  appearance: none;
}
.contact__data .contact__select-wrap {
  position: relative;
}
.contact__data input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.contact__data input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.contact__data .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
.contact__data .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.contact__data .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  display: block;
  position: relative;
  padding-left: 37px;
}
@media (max-width: 767px) {
  .contact__data .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    padding-left: 25px;
  }
}
.contact__data .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 25px;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #B8B8B8;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 767px) {
  .contact__data .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
    width: 18px;
  }
}
.contact__data .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4.5px;
  translate: 0 -50%;
  opacity: 0;
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #18b1b1;
}
@media (max-width: 767px) {
  .contact__data .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after {
    width: 10px;
    left: 4px;
  }
}
.contact__data input[type=submit],
.contact__data input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
.contact__data input[type=submit]::-webkit-search-decoration,
.contact__data input[type=button]::-webkit-search-decoration {
  display: none;
}
.contact__data .row.jc-center {
  justify-content: center;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.contact__row.contact__checkbox {
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact__row.contact__checkbox {
    margin-bottom: 24px;
  }
}
.contact__row.contact__checkbox .wpcf7-list-item-label {
  display: inline-block;
  font-size: 18px;
  line-height: normal;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .contact__row.contact__checkbox .wpcf7-list-item-label {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .contact__row.contact__checkbox .wpcf7-list-item-label {
    font-size: 14px;
    padding-left: 24px;
  }
}
.contact__row.contact__checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 4.5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .contact__row.contact__checkbox .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 600px) {
  .contact__row.contact__checkbox .wpcf7-list-item-label::before {
    width: 16px;
    height: 16px;
  }
}
.contact__row.contact__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .contact__row.contact__checkbox .wpcf7-list-item-label::after {
    top: 6px;
    left: 6px;
  }
}
@media (max-width: 600px) {
  .contact__row.contact__checkbox .wpcf7-list-item-label::after {
    width: 5px;
    height: 10px;
  }
}
.contact__row.contact__checkbox .wpcf7-list-item-label a {
  display: inline;
  margin-right: 4px;
  text-decoration: underline;
  color: inherit;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact__submit {
  text-align: center;
  position: relative;
}
.contact__submit input[type=submit] {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.777;
  padding: 8px 20px;
  text-align: center;
  width: 200px;
  background: #38352E;
  border: 2px solid transparent;
  color: #fff;
  border-radius: 80px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .contact__submit input[type=submit]:hover {
    background: #fff;
    border-color: #38352E;
    color: #38352E;
  }
}
.contact__submit .wpcf7-spinner {
  position: absolute;
}

.contact__head-link {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  margin-left: 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .contact__head-link {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .contact__head-link {
    display: none;
  }
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

@media (max-width: 440px) {
  .wpcf7-not-valid-tip {
    font-size: 2.5vw;
  }
}
/******************************************
    足場施工事例
******************************************/
.case-study {
  padding-block: 64px !important;
}
@media (max-width: 767px) {
  .case-study {
    padding-bottom: 48px !important;
  }
}

.case-study__contents {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .case-study__contents {
    grid-template-columns: 1fr;
  }
}

.case-study__thumb {
  margin-bottom: 24px;
}
.case-study__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 526/320;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .case-study__thumb {
    margin-bottom: 16px;
  }
}

.case-study__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #211815;
  padding-left: 14px;
  margin-bottom: 24px;
  position: relative;
}
.case-study__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #18b1b1;
}
@media (max-width: 767px) {
  .case-study__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.case-study__btn {
  display: flex;
  column-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 172px;
  font-size: 18px;
  font-weight: 700;
  background: #38352E;
  color: #fff;
  padding: 12px;
  border-radius: 100px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.case-study__btn svg {
  display: block;
  margin-top: 2px;
}
.case-study__btn svg path {
  stroke: white;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .case-study__btn {
    font-size: 16px;
    width: 132px;
    column-gap: 8px;
    padding-block: 8px;
    padding-left: 14px;
  }
}

@media (any-hover: hover) {
  .case-study__item a:hover .case-study__btn {
    background: #FFF;
    border-color: #38352E;
    color: #38352E;
  }
  .case-study__item a:hover .case-study__btn svg path {
    stroke: #38352E;
  }
}

@media (any-hover: hover) {
  .case-study__btn:hover {
    background: #FFF;
    border-color: #38352E;
    color: #38352E;
  }
  .case-study__btn:hover svg path {
    stroke: #38352E;
  }
}

.page-numbers {
  width: 56px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  font-size: 18px;
  border-radius: 28px;
  border: 1px solid #B8B8B8;
  background: #F2F2F2;
  color: #211815;
}
.page-numbers.current {
  background: #38352E;
  color: #fff;
}
@media (any-hover: hover) {
  .page-numbers:hover {
    background: #38352E;
    color: #fff;
  }
}

/******************************************
    足場施工事例　シングルページ
******************************************/
.single-case-study__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
}
@media (max-width: 767px) {
  .single-case-study__contents {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}

.case-study__info {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.case-study__info-item {
  width: 100%;
  display: flex;
  padding-bottom: 8px;
  border-bottom: 2px solid #18b1b1;
  font-size: 24px;
  font-weight: 700;
}
.case-study__info-item .title {
  width: 50%;
}
.case-study__info-item .value {
  padding-left: 8px;
  width: 50%;
}
@media (max-width: 960px) {
  .case-study__info-item {
    font-size: 20px;
  }
}

.single-case-study__img img {
  display: block;
  border-radius: 16px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .single-case-study__img img {
    aspect-ratio: 335/447;
    object-fit: cover;
  }
}

.single-case-study__bottom {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4.3636%;
}
.single-case-study__bottom img {
  display: block;
  margin-inline: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 334/320;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .single-case-study__bottom {
    margin-top: 32px;
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}

.case-study__btn-wrap {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.c-bannerLink__title {
  position: relative;
  width: fit-content;
}
.c-bannerLink__title span {
  position: absolute;
  left: 100%;
  top: 50%;
  translate: 0 -50%;
}

.target-industry {
  margin-bottom: 64px !important;
}
@media (max-width: 767px) {
  .target-industry {
    margin-top: 6px !important;
    margin-bottom: 24px !important;
  }
}
.target-industry .swell-block-fullWide__inner {
  background: #F2F2F2;
  padding-block: 32px !important;
  max-width: 1100px;
  border-radius: 16px;
}

.target-industry__title {
  font-size: 24px !important;
  margin-bottom: 24px !important;
}
@media (max-width: 767px) {
  .target-industry__title {
    font-size: 20px !important;
  }
}

.target-industry__text {
  font-size: 18px !important;
}
@media (max-width: 600px) {
  .target-industry__text {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .is-sm-not {
    display: none;
  }
}

.is-sm {
  display: none;
}
@media (max-width: 767px) {
  .is-sm {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */