@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/***********************************
*           変数設定
***********************************/
:root {
  /*    --main-color: brown; */
  --point-color: #f18016;
  --gray-color: #f4f2f0;
  --blue-color: #82c1ea;
  --main-color: #00a1e0;
  --blue-text: #3e85c7;
  --light-blue-color: #ebf6fd;
}

/*82C1EA
--color_main
--color_text
--point-color
*/
body {
  font-family: "Roboto", "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.075em;
  font-size: clamp(14px, 2.8vw, 16px);
}

#content {
  margin-bottom: 0;
}

.post_content .font36 {
  font-size: clamp(24px, 4vw, 36px);
}

.post_content .font24 {
  font-size: 24px;
}

/***********************************
*           共通設定
***********************************/
/*見出し*/
.headline-handwritten {
  font-size: clamp(45px, 10vw, 72px);
  letter-spacing: 0.01em;
  color: lightblue;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.headline-handwritten svg,
.headline-handwritten img {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: var(--svg-width, 100%); /* デフォルト値を 100% に設定 */
  height: auto; /* アスペクト比を保持 */
  color: #000;
}
.headline-handwritten svg .cls-1,
.headline-handwritten img .cls-1 {
  fill: var(--color_text);
}

/*見出し：センター揃えで、英語が大きい*/
.headline-center-en, .post_content .headline-center-en-blue {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.5em;
}
.headline-center-en span, .post_content .headline-center-en-blue span {
  display: block;
  font-size: 200%;
  color: var(--point-color);
  text-transform: uppercase;
}

.post_content .headline-center-en-blue {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
.post_content .headline-center-en-blue span {
  font-size: 280%;
  color: var(--main-color);
  font-weight: 500;
  font-style: normal;
}

/*見出し：センター揃えで、小さいアンダーライン*/
.headline-center-line, .post_content .headline-center-line-left, .post_content .headline-center-line {
  font-size: 28px;
  text-align: center;
  position: relative;
  margin-bottom: 2em;
}
.headline-center-line::after, .post_content .headline-center-line-left::after, .post_content .headline-center-line::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--point-color);
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.post_content .headline-center-line, .post_content .headline-center-line-left {
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.post_content .headline-center-line::after, .post_content .headline-center-line-left::after {
  width: 30px;
  height: 1px;
  background-color: var(--main-color);
  bottom: -0.7em;
}

.post_content .headline-center-line-left {
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.post_content .headline-center-line-left::after {
  width: 30px;
  height: 2px;
  background-color: var(--point-color);
  bottom: -0.7em;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

/*見出し：左揃えで、左ライン*/
.headline-left-line,
.post_content .headline-left-line {
  font-size: 42px;
  font-size: clamp(30px, 3.75vw, 42px);
  text-align: left;
  position: relative;
  margin-top: 80px;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 0.6em;
  letter-spacing: 0.075em;
}
.headline-left-line span,
.post_content .headline-left-line span {
  display: block;
  font-size: 47%;
  font-weight: 400;
  color: var(--point-color);
  text-transform: uppercase;
  text-align: left;
  margin-top: 0.2em;
}
.headline-left-line::after,
.post_content .headline-left-line::after {
  content: "";
  width: 4px;
  height: 42px;
  background-color: var(--point-color);
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .headline-left-line,
  .post_content .headline-left-line {
    font-size: clamp(24px, 6.4vw, 30px);
  }
}

/*見出し：丸数字とタイトル*/
.is-style-section_ttl.headline-num-title {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  margin-bottom: 1.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 62px;
}
.is-style-section_ttl.headline-num-title .num {
  color: var(--point-color);
  background-color: var(--gray-color);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*スラッシュ付き数字*/
.post_content .slash-numbers {
  font-size: clamp(22px, 2.75vw, 32px);
  color: var(--blue-text);
  display: flex;
  gap: 26px;
  margin-bottom: 0.7em;
  white-space: nowrap;
}
.post_content .slash-numbers .num {
  color: var(--point-color);
  position: relative;
  margin-top: -26px;
}
.post_content .slash-numbers .num::after {
  content: "";
  background-color: var(--point-color);
  position: absolute;
  top: 0px;
  left: 30px;
  width: 2px;
  height: 75px;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.post_content .slash-numbers .small {
  font-size: clamp(14px, 1.75vw, 16px);
  margin-left: -26px;
  margin-top: 15px;
}
@media screen and (max-width: 1100px) {
  .post_content .slash-numbers .num {
    margin-top: -20px;
  }
  .post_content .slash-numbers .num::after {
    left: 23px;
    height: 60px;
  }
}

/*見出し：左に四角*/
.headline-square,
.post_content .headline-square {
  font-size: clamp(24px, 3.4285714286vw, 32px);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
  margin-bottom: 10px;
}
.headline-square::before,
.post_content .headline-square::before {
  content: "";
  width: 18px;
  height: 10px;
  background-color: var(--blue-color);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 550px) {
  .headline-square,
  .post_content .headline-square {
    font-size: clamp(18px, 4.1860465116vw, 24px);
  }
}

/*共通ボタン*/
.common-button-gray,
.common-button-blue,
.common-button-white,
.common-button-orange {
  display: block;
  color: #fff;
  border-radius: 50px;
  padding: 16px 30px;
  width: 340px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s;
}
.common-button-gray::before, .common-button-gray::after,
.common-button-blue::before,
.common-button-blue::after,
.common-button-white::before,
.common-button-white::after,
.common-button-orange::before,
.common-button-orange::after {
  content: "";
  position: absolute;
  top: 50%;
}
.common-button-gray::before,
.common-button-blue::before,
.common-button-white::before,
.common-button-orange::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common-button-gray::after,
.common-button-blue::after,
.common-button-white::after,
.common-button-orange::after {
  right: 28px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .common-button-gray,
  .common-button-blue,
  .common-button-white,
  .common-button-orange {
    font-size: 17px;
    width: 280px;
    padding: 16px 26px;
  }
}
@media screen and (max-width: 600px) {
  .common-button-gray,
  .common-button-blue,
  .common-button-white,
  .common-button-orange {
    font-size: 16px;
    width: 250px;
    padding: 14px 26px;
  }
}

.common-button-gray {
  background-color: #454545;
}
.common-button-gray::after {
  border-top: 2px solid #454545;
  border-right: 2px solid #454545;
}

.common-button-blue {
  background-color: var(--blue-color);
}
.common-button-blue::after {
  border-top: 2px solid var(--blue-color);
  border-right: 2px solid var(--blue-color);
}
.common-button-blue:hover {
  background-color: var(--blue-text);
}

.common-button-white {
  color: #000;
  background-color: #fff;
}
.common-button-white::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.common-button-white::before {
  background-color: var(--point-color);
}
.common-button-white:hover {
  background-color: #ffecdb;
}

.common-button-orange {
  background-color: var(--point-color);
  text-align: center;
}
.common-button-orange::after {
  border-top: 2px solid var(--point-color);
  border-right: 2px solid var(--point-color);
}
.common-button-orange:hover {
  background-color: #ffecdb;
  background-color: var(--blue-text);
}
.common-button-orange:hover::after {
  border-top: 2px solid var(--blue-text);
  border-right: 2px solid var(--blue-text);
}

.nav-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--point-color);
  border-radius: 50px;
  font-size: 16px;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 700;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  max-width: 148px;
  width: 10.4vw;
  height: 42px;
  letter-spacing: 0.02em;
  transition: 0.3s;
}
.nav-entry:hover {
  background-color: #ffecdb;
  background-color: var(--blue-text);
}

/* 共通：影付きの角丸BOX */
.common-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* 共通：影付きのBOX */
.common-box2 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* 共通：イメージ画像ラウンド */
.img-round img {
  border-radius: 20px;
}

.flex {
  display: flex;
}

/* 丸の矢印 */
.common-arrow {
  position: relative;
}
.common-arrow::before, .common-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
}
.common-arrow::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--point-color);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common-arrow::after {
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/*見出し下のテキスト*/
.under-heading-text1 {
  font-size: clamp(22px, 2.8683181226vw, 24px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.under-heading-text1 .orange {
  color: var(--point-color);
}
.under-heading-text1 .blue {
  color: var(--blue-text);
}

.under-heading-text2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}

.hr {
  background-color: #d1cfcd;
  height: 1px;
  width: 100%;
  border: none;
}

.work-broken-box {
  margin-bottom: 5em;
}
.work-broken-box .wp-block-media-text__content {
  background-color: #fff;
  padding: 2em 3em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.work-broken-box .wp-block-heading {
  padding-left: 0;
}
.work-broken-box .wp-block-heading .mininote {
  text-transform: uppercase;
  color: var(--main-color);
}
@media screen and (max-width: 768px) and (min-width: 601px) {
  .work-broken-box figure {
    height: 100%;
  }
  .work-broken-box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.table-padding td,
.table-padding th {
  padding: 1.5em 0.75em;
}
@media screen and (max-width: 959px) {
  .table-padding tr th {
    max-width: 100% !important;
  }
}

/***********************************
*           トップページ
***********************************/
.top #content {
  padding-top: 0;
}

.fv {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
.fv .fv-bg {
  aspect-ratio: 1440/700;
  width: 100%;
  height: auto;
}
.fv .fv-copy {
  position: absolute;
  top: 19%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 56.5%;
}
.fv .fv-staff {
  position: absolute;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 83%;
}
.fv .svg-wrap {
  position: absolute;
  width: 37%;
  top: 24%;
  left: 42%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .fv .fv-copy {
    width: 80%;
  }
  .fv .svg-wrap {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv-copy {
    width: 82%;
  }
  .fv .fv-bg {
    aspect-ratio: 375/400;
    width: 100%;
    height: auto;
  }
  .fv .fv-staff {
    width: 100%;
    bottom: 0;
  }
}

.fv {
  position: relative;
  overflow: hidden;
  /* フェードイン + ぼかし効果 */
  /* 拡大しながらフェードイン */
  /* 軽く回転しながらフェードイン */
}
.fv .fv-bg,
.fv .fv-staff,
.fv .fv-copy,
.fv .svg-wrap {
  opacity: 0;
}
.fv .fv-bg {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation: fadeInBlur 1s ease-out forwards;
          animation: fadeInBlur 1s ease-out forwards;
}
.fv .fv-staff {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation: fadeInBlur 1.2s ease-out forwards;
          animation: fadeInBlur 1.2s ease-out forwards;
}
.fv .fv-copy {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation: fadeInBlur 1s ease-out forwards;
          animation: fadeInBlur 1s ease-out forwards;
}
.fv .svg-wrap {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation: fadeInScale 1s ease-out forwards;
          animation: fadeInScale 1s ease-out forwards;
}
@-webkit-keyframes fadeInBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-5deg) translateX(-50%);
            transform: rotate(-5deg) translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
  }
}
@keyframes fadeInRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-5deg) translateX(-50%);
            transform: rotate(-5deg) translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0) translateX(-50%);
            transform: rotate(0) translateX(-50%);
  }
}

.top-introduction {
  padding-bottom: 70px;
  position: relative;
}
.top-introduction .svg-wrap {
  max-width: 653px;
  width: 90%;
  margin: 0 auto 50px;
}
.top-introduction .svg-wrap svg .cls-1 {
  fill: var(--color_text);
}
.top-introduction .wrap-text {
  position: relative;
  z-index: 1;
}
.top-introduction .wrap-text p {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 1em;
  font-size: 16px;
}
.top-introduction .fluff1,
.top-introduction .fluff2,
.top-introduction .fluff3,
.top-introduction .fluff4,
.top-introduction .fluff5 {
  background: url("./images/top/fluff-orange.png") no-repeat center center/contain;
  position: absolute;
  width: 96px;
  height: 96px;
  z-index: 0;
}
.top-introduction .fluff2,
.top-introduction .fluff4,
.top-introduction .fluff5 {
  background: url("./images/top/fluff-blue.png") no-repeat center center/contain;
}
.top-introduction .fluff1 {
  top: 11%;
  left: 16%;
}
.top-introduction .fluff2 {
  top: 35%;
  right: 10%;
}
.top-introduction .fluff3 {
  width: 122px;
  height: 122px;
  top: 50%;
  right: 10%;
}
.top-introduction .fluff4 {
  top: 65%;
  left: 15%;
}
.top-introduction .fluff5 {
  top: 2%;
  left: 26%;
}
@media screen and (max-width: 650px) {
  .top-introduction .wrap-text p {
    text-align: left;
  }
  .top-introduction .wrap-text p br {
    display: none;
  }
}

/* トップ：私たちを知る */
.top-section-about, .top-section-recruit {
  padding: 70px 0 70px;
  background-color: #f4f2f0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top-section-about .text, .top-section-recruit .text {
  margin: 40px 0;
}
.top-section-about .wrap, .top-section-recruit .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-section-about .wrap .box-text, .top-section-recruit .wrap .box-text {
  width: 50%;
}
.top-section-about .wrap .box-button, .top-section-recruit .wrap .box-button {
  padding-top: 30px;
}
.top-section-about .wrap-link, .top-section-recruit .wrap-link {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.top-section-about .wrap-link a, .top-section-recruit .wrap-link a {
  max-width: 267px;
  width: 24%;
}
@media screen and (max-width: 950px) {
  .top-section-about .wrap-link a, .top-section-recruit .wrap-link a {
    padding: 15px 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .top-section-about .wrap-link, .top-section-recruit .wrap-link {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .top-section-about .wrap-link a, .top-section-recruit .wrap-link a {
    max-width: 358px;
    width: 48%;
  }
}
@media screen and (max-width: 700px) {
  .top-section-about, .top-section-recruit {
    padding: 40px 0 50px;
  }
  .top-section-about .wrap, .top-section-recruit .wrap {
    flex-direction: column;
    gap: 10px;
  }
  .top-section-about .wrap .box-text, .top-section-recruit .wrap .box-text,
  .top-section-about .wrap .box-button,
  .top-section-recruit .wrap .box-button {
    width: 100%;
  }
  .top-section-about .wrap .text, .top-section-recruit .wrap .text {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .top-section-about .wrap-link, .top-section-recruit .wrap-link {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }
  .top-section-about .wrap-link a, .top-section-recruit .wrap-link a {
    width: 47%;
    padding: 16px;
    font-size: clamp(14px, 3.7333333333vw, 16px);
  }
  .top-section-about .wrap .text, .top-section-recruit .wrap .text {
    margin: 26px 0 0;
  }
}

/* トップ：画像セクション */
.top-section-img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top-section-img .wrap {
  display: flex;
  justify-content: space-between;
}
.top-section-img .wrap img {
  width: 25%;
}
@media screen and (max-width: 750px) {
  .top-section-img .wrap {
    overflow-x: auto;
  }
  .top-section-img .wrap img {
    width: 50%;
  }
}

/* トップ：成長環境を知る */
.top-section-growth {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.top-section-growth .wrap {
  display: flex;
  position: relative;
}
.top-section-growth .wrap::before {
  content: "";
  background: url("./images/top/top-growth.jpg") no-repeat center center/cover;
  background-position-x: right;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.top-section-growth .box-text {
  padding: 60px 0 70px;
  padding-left: calc((100vw - 1080px) / 2);
  width: 50%;
  line-height: 1.96;
  position: relative;
  z-index: 1;
}
.top-section-growth .box-text .text {
  margin-top: 40px;
  margin-bottom: 40px;
}
.top-section-growth .box-text ul {
  margin-bottom: 40px;
}
.top-section-growth .box-img {
  width: 50%;
  max-width: 1200px;
}
.top-section-growth .box-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .top-section-growth .wrap::before {
    background-position-x: 72%;
  }
  .top-section-growth .box-text {
    padding-left: var(--swl-pad_container, 0);
    padding-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-section-growth .box-img {
    display: none;
  }
  .top-section-growth .box-text {
    padding: 30px var(--swl-pad_container, 0) 70px;
    width: 80%;
  }
  .top-section-growth .wrap::before {
    background-image: url("./images/top/top-growth-sp.jpg");
    background-size: cover;
    background-position: 40%;
  }
}
@media screen and (max-width: 600px) {
  .top-section-growth .wrap::before {
    background-position: 50%;
  }
}

/* トップ：働く環境環境を知る */
.top-section-works {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 95px 0 73px;
  background-color: #ebf6fd;
}
.top-section-works .headline-handwritten {
  margin: auto;
}
.top-section-works .headline-handwritten svg,
.top-section-works .headline-handwritten img {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-section-works .text {
  margin: 40px auto 42px;
  line-height: 1.9;
  text-align: center;
}
.top-section-works .common-button-blue {
  margin: auto;
}
.top-section-works .flex {
  gap: 5%;
  justify-content: center;
  margin-bottom: 45px;
  position: relative;
}
.top-section-works .flex .box {
  width: 30%;
  height: auto;
  padding: 25px 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.top-section-works .flex .box img {
  display: block;
  margin: auto;
}
.top-section-works .flex .box .title {
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 600;
  color: var(--color_text);
  text-align: center;
}
.top-section-works .flex .box:hover {
  background-color: #faf7f7;
}
.top-section-works .flex::before, .top-section-works .flex::after {
  content: "";
  position: absolute;
  height: auto;
  z-index: 0;
}
.top-section-works .flex::before {
  background: url("./images/top/top-works-staff1.png") no-repeat center center/contain;
  top: -280px;
  left: 0px;
  width: 170px;
  aspect-ratio: 323/530;
}
.top-section-works .flex::after {
  background: url("./images/top/top-works-staff3.png") no-repeat center center/contain;
  top: -260px;
  right: 0px;
  width: 135px;
  aspect-ratio: 270/530;
}
@media screen and (max-width: 1024px) {
  .top-section-works .flex {
    gap: 2vw;
    padding: 0;
  }
  .top-section-works .flex .box {
    padding: 25px 20px;
  }
  .top-section-works .flex .box .title {
    text-align: left;
    padding-left: 10px;
  }
  .top-section-works .flex::before {
    top: -250px;
    left: 11px;
    width: 160px;
  }
  .top-section-works .flex::after {
    top: -230px;
    right: 10px;
    width: 125px;
  }
}
@media screen and (max-width: 900px) {
  .top-section-works {
    overflow-y: hidden;
  }
  .top-section-works .flex {
    gap: 2vw 1.5vw;
  }
  .top-section-works .flex .box {
    padding: 15px 10px;
    width: 32%;
    position: relative;
    z-index: 1;
  }
  .top-section-works .flex .box .title {
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
    font-size: clamp(14px, 2.3333333333vw, 16px);
  }
  .top-section-works .flex .box img {
    width: 47%;
  }
  .top-section-works .flex::before {
    top: 78%;
    left: 0;
    width: 95px;
    z-index: 2;
  }
  .top-section-works .flex::after {
    top: 78%;
    right: 0;
    width: 80px;
    z-index: 2;
  }
}
@media screen and (max-width: 620px) {
  .top-section-works {
    padding: 40px 0 50px;
  }
  .top-section-works .text {
    text-align: left;
    margin: 30px auto 16px;
  }
  .top-section-works .text br {
    display: none;
  }
  .top-section-works .flex {
    flex-wrap: wrap;
  }
  .top-section-works .flex .box {
    width: 49%;
  }
  .top-section-works .flex::before {
    top: 87%;
    width: 100px;
  }
  .top-section-works .flex::after {
    top: 89%;
    width: 80px;
  }
}

/* トップ：働く仲間を知る */
.top-section-staff {
  position: relative;
}
.top-section-staff .wrap {
  display: flex;
  overflow: hidden;
}
.top-section-staff .box-text {
  padding: 95px 0 90px;
  width: 48%;
}
.top-section-staff .bx-wrapper {
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  margin-top: -50px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.top-section-staff .staff-slider-wrapper {
  width: 52%;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  height: 600px;
  padding-right: 90px;
}
.top-section-staff .staff-list {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.top-section-staff .text {
  margin: 55px 0 38px;
}
.top-section-staff .common-button-blue {
  margin-bottom: 28px;
}
.top-section-staff .fluff1 {
  background: url("./images/top/fluff-group1.png") no-repeat center center/contain;
  position: absolute;
  width: 193px;
  height: 356px;
  position: absolute;
  top: 10%;
  left: 35%;
}
.top-section-staff .fluff2 {
  background: url("./images/top/fluff-group2.png") no-repeat center center/contain;
  position: absolute;
  width: 171px;
  height: 208px;
  position: absolute;
  top: 62%;
  right: -20px;
}
@media screen and (max-width: 1024px) {
  .top-section-staff .staff-slider-wrapper {
    width: 55%;
    padding-right: 70px;
  }
}
@media screen and (max-width: 900px) {
  .top-section-staff .wrap {
    flex-direction: column;
  }
  .top-section-staff .box-text {
    padding: 40px 0 0;
    width: 100%;
  }
  .top-section-staff .staff-slider-wrapper {
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 64vw;
    padding-left: 30px;
    overflow-y: hidden;
    padding-right: unset;
  }
  .top-section-staff .fluff1 {
    width: 24vw;
    top: 43%;
    left: 5%;
  }
  .top-section-staff .fluff2 {
    width: 22vw;
    top: 75%;
    right: 0px;
  }
  .top-section-staff .text {
    margin: 40px 0 38px;
  }
}

/* トップ：会社を知る */
.top-section-office {
  background-color: #f4f2f0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 70px 0 70px;
  position: relative;
}
.top-section-office .headline-handwritten svg,
.top-section-office .headline-handwritten img {
  width: 70%;
  bottom: 10px;
}
.top-section-office .wrap {
  display: flex;
}
.top-section-office .box-text {
  width: 50%;
  line-height: 1.96;
}
.top-section-office .box-text .text {
  margin: 40px 0;
}
.top-section-office .box-img {
  width: 50%;
}
.top-section-office::before {
  content: "";
  background: url("./images/top/office-staff.png") no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: calc((100vw - 1080px) / 2);
  width: 159px;
  height: 205px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(69, 69, 69, 0.1411764706));
          filter: drop-shadow(5px 5px 5px rgba(69, 69, 69, 0.1411764706));
}
@media screen and (max-width: 1200px) {
  .top-section-office .wrap {
    align-items: center;
  }
  .top-section-office .box-text {
    padding-left: var(--swl-pad_container, 0);
    padding-right: 20px;
  }
  .top-section-office::before {
    right: 1vw;
  }
}
@media screen and (max-width: 750px) {
  .top-section-office .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-section-office .box-text,
  .top-section-office .box-img {
    display: contents;
  }
  .top-section-office .box-text img,
  .top-section-office .box-img img {
    width: 70%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .top-section-office {
    padding: 40px 0 120px;
  }
  .top-section-office .box-img img {
    width: 90%;
  }
}

/*トップ：採用情報*/
.top-section-recruit {
  /* 方眼紙模様スタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)) !important;
  background-size: 16px 16px !important;
  background-repeat: repeat !important;
  background-position: center center !important;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-section-recruit {
    padding: 40px 0 60px !important;
  }
}

/*トップ：SNS情報*/
.top-section-sns {
  padding: 60px 0 110px;
}
.top-section-sns .wrap {
  display: flex;
  gap: 50px;
}
.top-section-sns .wrap .title-facebook,
.top-section-sns .wrap .title-instagram {
  position: relative;
  font-size: 36px;
  line-height: 1;
  padding-left: 50px;
  margin-bottom: 38px;
}
.top-section-sns .wrap .title-facebook::before,
.top-section-sns .wrap .title-instagram::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
}
.top-section-sns .wrap .title-facebook::before {
  content: "";
  background: url("./images/common/icon-facebook.png") no-repeat center center/contain;
}
.top-section-sns .wrap .title-instagram::before {
  content: "";
  background: url("./images/common/icon-instagram.png") no-repeat center center/contain;
}
.top-section-sns .wrap .box {
  width: calc(50% - 25px);
}
.top-section-sns .wrap .box .inner {
  box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 0px;
  max-width: 500px;
}
.top-section-sns .wrap .box .inner-instagram {
  overflow-y: auto;
  height: 535px;
  padding: 0 10px;
}
.top-section-sns .wrap .box iframe {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .top-section-sns .wrap {
    gap: 10px;
  }
  .top-section-sns .wrap .box {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .top-section-sns {
    padding: 60px 0 60px;
  }
  .top-section-sns .wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .top-section-sns .wrap .title-facebook,
  .top-section-sns .wrap .title-instagram {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .top-section-sns .wrap .box {
    width: 100%;
  }
  .top-section-sns .wrap .box iframe {
    width: 100%;
  }
}

/*********************
* 	エントリーセクション（共通）
*********************/
.cta-entry {
  background-color: #82c1ea;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  padding: 80px 0 0;
}
.cta-entry .txt-entry {
  font-size: 128px;
  font-weight: 900;
  line-height: 1;
  color: #454545;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cta-entry .text {
  text-align: center;
  line-height: 1.96;
  letter-spacing: 0.086em;
  color: #fff;
  margin-bottom: 40px;
  padding: 0 1em;
}
.cta-entry .text span {
  display: inline-block;
}
.cta-entry .common-button-orange {
  margin: auto;
}
.cta-entry .box-img {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}
.cta-entry::after {
  content: "";
  background: url("./images/common/entry-foot.png") no-repeat center center/contain;
  position: absolute;
  bottom: -9vw;
  left: 0px;
  width: 100vw;
  height: auto;
  aspect-ratio: 2879/493;
  z-index: 0;
}
.cta-entry .svg-wrap {
  max-width: 715px;
  width: 100%;
  margin: 0 auto 35px;
  padding: 0 1.5em;
}
@media screen and (max-width: 767px) {
  .cta-entry {
    padding: 50px 0 0;
  }
  .cta-entry::after {
    bottom: -1vw;
  }
}

/*********************
		募集職種一覧ページ
**********************/
.post-type-archive-job .location-taxonomy-list ul,
.tax-location .location-taxonomy-list ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.post-type-archive-job .location-taxonomy-list ul .button-blue,
.tax-location .location-taxonomy-list ul .button-blue {
  display: block;
  min-width: 200px;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
  color: var(--blue-color);
  border: solid 2px var(--blue-color);
  text-align: center;
  transition: 0.3s;
}
.post-type-archive-job .location-taxonomy-list ul .button-blue:hover,
.tax-location .location-taxonomy-list ul .button-blue:hover {
  background-color: #f1f1f1;
}
.post-type-archive-job .location-taxonomy-list ul .current .button-blue,
.tax-location .location-taxonomy-list ul .current .button-blue {
  background-color: var(--blue-color);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-job .location-taxonomy-list ul .button-blue,
  .tax-location .location-taxonomy-list ul .button-blue {
    width: 20%;
    min-width: 150px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-job .location-taxonomy-list ul,
  .tax-location .location-taxonomy-list ul {
    flex-wrap: wrap;
    margin: 0 auto 40px;
  }
  .post-type-archive-job .location-taxonomy-list ul .button-blue,
  .tax-location .location-taxonomy-list ul .button-blue {
    width: 20%;
    min-width: 150px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  .post-type-archive-job .location-taxonomy-list ul,
  .tax-location .location-taxonomy-list ul {
    margin: 0 auto 0;
    gap: 5px;
  }
  .post-type-archive-job .location-taxonomy-list ul .button-blue,
  .tax-location .location-taxonomy-list ul .button-blue {
    width: 20%;
    min-width: 110px;
    padding: 8px 10px;
    font-size: 13px;
  }
}
.post-type-archive-job .text,
.tax-location .text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .post-type-archive-job .text,
  .tax-location .text {
    text-align: left;
  }
}

.tax-location small.c-pageTitle__subTitle.u-fz-14 {
  display: none;
}

.wrap-job-openings .box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 50px 50px;
  transition: 0.3s ease-in;
}
.wrap-job-openings .box a {
  color: var(--color_text);
}
.wrap-job-openings .box:hover {
  -webkit-filter: brightness(0.98);
          filter: brightness(0.98);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 18px;
}
.wrap-job-openings .box:hover {
  background-color: #faf7f7;
}
.wrap-job-openings .title {
  font-size: 24px;
  position: relative;
  margin-bottom: 1em;
}
.wrap-job-openings .title::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: var(--blue-color);
  position: absolute;
  bottom: -10px;
  left: 0;
}
.wrap-job-openings .detail {
  margin-bottom: 0.2em;
}
.wrap-job-openings .detail .label {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .wrap-job-openings {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 500px) {
  .wrap-job-openings .box {
    padding: 40px 30px;
  }
  .wrap-job-openings .box .title {
    width: 98%;
  }
}

.wrap-job-tag {
  display: flex;
  gap: 5px;
  margin-top: 0.5em;
  flex-wrap: wrap;
}
.wrap-job-tag .tag {
  font-size: 14px;
  background-color: var(--blue-color);
  color: #fff;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/***************************
		募集職種：シングルページ
****************************/
.single-job .l-content {
  padding-top: 2em;
}
.single-job .headline-square {
  margin-top: 0;
}
.single-job .headline-left-line {
  margin-top: 30px;
}
.single-job h1.c-postTitle__ttl {
  display: flex;
  flex-direction: column;
  font-size: clamp(24px, 6.4vw, 34px);
  position: relative;
}
.single-job h1.c-postTitle__ttl span.job-location {
  font-size: 60%;
  padding-top: 20px;
}
.single-job h1.c-postTitle__ttl::after {
  content: "";
  width: 130px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 40px;
  left: 0;
  visibility: visible;
}
.single-job .l-topTitleArea__body {
  margin-top: 0;
}
.single-job time.c-postTitle__date.u-thin,
.single-job .p-articleMetas.-top {
  display: none;
}
.single-job .text-wrap {
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2.6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 30px auto 80px;
  padding: 50px 50px;
}
.single-job .table {
  margin-bottom: 70px;
  width: 100%;
}
.single-job .table th:first-child {
  width: 260px;
  text-align: left;
  font-weight: bold;
}
.single-job .table tr:first-child {
  border-top: solid 1px #ddd;
}
.single-job .table tr {
  border-bottom: solid 1px #ddd;
}
.single-job .table tr th,
.single-job .table tr td {
  padding: 30px 3em;
}
@media screen and (max-width: 767px) {
  .single-job .table th:first-child {
    width: 110px;
    padding: 24px 1em;
  }
  .single-job .table tr td {
    padding: 24px 0 24px 1.5em;
  }
}

/***************************
		私たちについてページ
****************************/
.page-about .l-content {
  padding-top: 0;
}
.page-about .wrap-about-link {
  justify-content: space-between;
  gap: 5px;
}
.page-about .wrap-about-link .swell-block-button {
  width: 24%;
}
.page-about .wrap-about-link .swell-block-button a {
  max-width: 250px;
  width: 100%;
  height: 50px;
  padding: 5px;
}
.page-about .wrap-about-link .swell-block-button a .swl-fz {
  font-size: clamp(15px, 1.6666666667vw, 18px) !important;
}
@media screen and (max-width: 900px) {
  .page-about .wrap-about-link svg {
    width: 17px;
  }
}
@media screen and (max-width: 760px) {
  .page-about .wrap-about-link {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 0;
  }
  .page-about .wrap-about-link .swell-block-button {
    width: 40%;
    min-width: 180px;
  }
  .page-about .wrap-about-link .swell-block-button a {
    min-width: 180px;
  }
}
@media screen and (max-width: 760px) and (max-width: 410px) {
  .page-about .wrap-about-link {
    gap: 10px 6px;
  }
  .page-about .wrap-about-link .swell-block-button {
    width: 48.5%;
    min-width: 140px;
  }
  .page-about .wrap-about-link .swell-block-button a {
    min-width: 140px;
  }
  .page-about .wrap-about-link .swell-block-button a .swl-fz {
    font-size: 13px !important;
  }
}
.page-about .inner-box {
  background-color: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 100%;
}
.page-about .inner-box .is-style-border_left {
  border-left: 5px solid var(--light-blue-color);
  padding-left: 10px;
}
.page-about .swell-block-button .swell-block-button__link[data-has-icon] {
  justify-content: space-around;
}
.page-about .section-promise {
  padding-bottom: 100px !important;
  position: relative;
}
.page-about .section-promise::before {
  content: "";
  background: url("./images/common/bg-oval.png") no-repeat center center/contain;
  position: absolute;
  top: -240px;
  left: 0px;
  width: 100vw;
  height: auto;
  aspect-ratio: 2881/2401;
}
.page-about .section-promise .slash-numbers {
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .page-about .section-promise::before {
    top: -150px;
  }
}
@media screen and (max-width: 900px) {
  .page-about .section-promise {
    margin-top: 3em !important;
  }
}
@media screen and (max-width: 781px) {
  .page-about .section-promise {
    margin-top: -2em !important;
    background-color: #ebf6fd;
  }
  .page-about .section-promise .headline-left-line {
    margin-bottom: 40px;
  }
  .page-about .section-promise .wp-block-columns {
    gap: 50px !important;
  }
  .page-about .section-promise::before {
    top: -170px;
    width: 135vw;
  }
}
.page-about .section-reception {
  position: relative;
}
.page-about .section-reception img {
  border-radius: 20px 0 0 20px;
  margin-left: auto;
  display: block;
  width: 75vw;
}
.page-about .section-reception::before {
  content: "";
  background: url("./images/common/bg-gray-bottom.png") no-repeat center center/contain;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: auto;
  aspect-ratio: 2881/940;
}
.page-about .section-growth .is-style-border_left {
  border-left: 5px solid var(--gray-color);
  margin-left: 56px;
  padding-left: 1.2em;
  line-height: 1.75;
}
.page-about .section-growth .slash-numbers {
  margin-top: 2em;
  gap: 34px;
}
@media (max-width: 700px) {
  .page-about .headline-left-line {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  .page-about .post_content .font36 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-about .section-reception img {
    width: 88vw;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 10%;
       object-position: 10%;
  }
}
@media (max-width: 500px) {
  .page-about .section-growth .is-style-border_left {
    margin-left: 30px;
  }
  .page-about .section-reception img {
    height: 300px;
  }
}

/************************
			成長支援を知る
*************************/
.page-growth .l-content {
  padding-top: 0;
}

/************************
				データでみる 		
*************************/
.pc-none {
  display: none;
}
@media screen and (max-width: 500px) {
  .pc-none {
    display: block;
  }
}

.pc-none2 {
  display: none;
}
@media screen and (max-width: 450px) {
  .pc-none2 {
    display: block;
    margin-top: 5px;
  }
}

.page-data #breadcrumb,
.page-data #content {
  /* 方眼紙模様スタイル */
  /* 方眼紙模様スタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)) !important;
  background-size: 16px 16px !important;
  background-repeat: repeat !important;
  background-position: center center !important;
  background-color: #ebf6fd !important;
}
.page-data #breadcrumb {
  padding-bottom: 24px;
}
.page-data #content {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
.page-data h2.headline-square {
  margin-top: 60px;
  margin-bottom: 20px;
}
.page-data .data {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 45px 10px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .page-data .data {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .page-data .data {
    padding: 28px 30px 26px;
  }
}
.page-data .wrap-flex2 {
  display: flex;
  gap: 28px;
  justify-content: center;
}
.page-data .wrap-flex2 .data {
  width: calc((100% - 28px) / 2);
}
@media screen and (max-width: 700px) {
  .page-data .wrap-flex2 {
    gap: 16px;
  }
}
.page-data .wrap-column1 {
  flex-direction: column;
  gap: 0;
  position: relative;
}
.page-data .wrap-column1 .staff {
  position: absolute;
  bottom: 25px;
  left: 65%;
}
@media screen and (max-width: 767px) {
  .page-data .wrap-column1 .staff {
    width: 155px;
  }
}
@media screen and (max-width: 500px) {
  .page-data .wrap-column1 .staff {
    width: 130px;
  }
}
.page-data .wrap-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 30px;
  grid-row-gap: 0;
}
.page-data .wrap-grid3 .data1 {
  grid-area: 1/1/2/2;
}
.page-data .wrap-grid3 .data2 {
  grid-area: 2/1/3/2;
}
.page-data .wrap-grid3 .data3 {
  grid-area: 1/2/3/4;
}
.page-data .wrap-grid3 .box-base .inner {
  display: flex;
  justify-content: space-between;
}
.page-data .wrap-grid3 .box-base .inner .text {
  color: var(--blue-text);
  font-size: clamp(15px, 2.5vw, 20px);
}
@media screen and (max-width: 700px) {
  .page-data .wrap-grid3 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 16px;
  }
  .page-data .wrap-grid3 .data {
    padding: 28px 10px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-data .wrap-grid3 .data1 {
    grid-area: 1/1/2/2;
  }
  .page-data .wrap-grid3 .data2 {
    grid-area: 1/2/2/3;
  }
  .page-data .wrap-grid3 .data3 {
    grid-area: 2/1/4/3;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page-data .wrap-grid3 .data3 .inner {
    justify-content: center;
    gap: 50px;
    margin-top: 28px;
  }
}
.page-data .wrap-business-scale .box-base {
  padding-left: 30px;
}
.page-data .wrap-business-scale .box-base .inner .box-text {
  width: 45%;
  position: relative;
  z-index: 1;
}
.page-data .wrap-business-scale .box-base .inner .box-text .text {
  white-space: nowrap;
}
.page-data .wrap-business-scale .box-base .inner .box-img {
  width: 55%;
  position: relative;
  z-index: 0;
}
.page-data .wrap-business-scale .box-base .inner .box-img img {
  margin: auto;
  display: block;
}
@media screen and (max-width: 500px) {
  .page-data .wrap-business-scale .data2 {
    padding-top: 34px;
  }
}
.page-data .wrap-gender-ratio {
  padding-left: 30px;
  padding-right: 30px;
}
.page-data .wrap-gender-ratio ul {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.page-data .wrap-gender-ratio ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(18px, 3vw, 24px);
}
.page-data .wrap-gender-ratio ul li span {
  margin-right: 15px;
}
.page-data .wrap-gender-ratio ul .man span {
  color: var(--blue-text);
}
.page-data .wrap-gender-ratio ul .woman span {
  color: var(--point-color);
}
@media screen and (max-width: 600px) {
  .page-data .wrap-gender-ratio ul {
    margin-bottom: 0;
  }
  .page-data .wrap-gender-ratio ul li span {
    margin-right: 5px;
  }
}
.page-data .wrap-gender-ratio img {
  width: 90%;
  margin: auto;
  display: block;
}
.page-data .wrap-benfits {
  width: 66%;
  margin-left: auto;
  position: relative;
}
.page-data .wrap-benfits .heading {
  margin-bottom: 25px;
}
.page-data .wrap-benfits .data {
  padding: 45px 30px 30px;
}
.page-data .wrap-benfits .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
.page-data .wrap-benfits .inner .box {
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #ebf6fd;
  color: var(--blue-text);
  height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-data .wrap-benfits .inner .box p {
  font-size: clamp(16px, 2.6666666667vw, 24px);
}
.page-data .wrap-benfits .inner .box .small {
  font-size: 14px;
}
.page-data .wrap-benfits .staff {
  position: absolute;
  bottom: 0;
  left: -210px;
}
@media screen and (max-width: 750px) {
  .page-data .wrap-benfits {
    width: 76%;
  }
  .page-data .wrap-benfits .inner .box {
    height: 130px;
  }
  .page-data .wrap-benfits .staff {
    left: -150px;
    width: 110px;
  }
}
@media screen and (max-width: 600px) {
  .page-data .wrap-benfits .data {
    padding: 26px 18px 30px;
  }
  .page-data .wrap-benfits .inner {
    display: flex;
    flex-direction: column;
  }
  .page-data .wrap-benfits .inner .box {
    width: 100%;
    height: auto;
    padding: 20px 8px;
  }
  .page-data .wrap-benfits .staff {
    left: -100px;
    width: 90px;
  }
}
.page-data .wrap-qualified {
  width: 66%;
  position: relative;
}
.page-data .wrap-qualified .data {
  padding-left: 10px;
  padding-right: 10px;
}
.page-data .wrap-qualified .inner {
  display: flex;
  justify-content: space-between;
}
.page-data .wrap-qualified .inner .box {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
}
.page-data .wrap-qualified .inner .box1,
.page-data .wrap-qualified .inner .box2 {
  border-right: solid #d1cfcd 1px;
}
.page-data .wrap-qualified .staff {
  position: absolute;
  bottom: 0;
  right: -180px;
}
@media screen and (max-width: 750px) {
  .page-data .wrap-qualified {
    width: 76%;
  }
  .page-data .wrap-qualified .inner .box1 img {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .page-data .wrap-qualified {
    width: 100%;
  }
  .page-data .wrap-qualified .staff {
    width: 20vw;
    min-width: 90px;
    right: 0;
    bottom: -130px;
    z-index: 1;
  }
}
.page-data .wrap-previous-industry .data {
  padding-left: 20px;
  padding-right: 20px;
}
.page-data .wrap-previous-industry .inner {
  display: flex;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
}
.page-data .wrap-previous-industry .inner .numeric {
  color: #fff;
  font-size: clamp(18px, 3.4vw, 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 100%;
  text-align: center;
  margin-bottom: 0;
}
.page-data .wrap-previous-industry .inner .numeric span {
  font-size: 190%;
}
.page-data .wrap-previous-industry .inner .numeric .js-count {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .page-data .wrap-previous-industry .inner .numeric {
    font-size: clamp(16px, 2.0860495437vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .page-data .wrap-previous-industry .inner {
    flex-direction: column;
    height: auto;
    max-width: 450px;
    margin: auto;
  }
  .page-data .wrap-previous-industry .inner .numeric {
    font-size: clamp(16px, 4vw, 20px);
    gap: 10px;
  }
  .page-data .wrap-previous-industry .inner .inner01,
  .page-data .wrap-previous-industry .inner .inner02,
  .page-data .wrap-previous-industry .inner .inner03 {
    width: 100%;
    padding: 25px 10px;
  }
}
.page-data .wrap-previous-industry .inner01 {
  width: 30%;
  position: relative;
  box-sizing: border-box;
  background: var(--blue-text) url(./images/data/icon10.png) no-repeat center center;
}
.page-data .wrap-previous-industry .inner02 {
  width: 20%;
  background: var(--main-color) url(./images/data/icon11.png) no-repeat center center;
}
.page-data .wrap-previous-industry .inner03 {
  width: 16%;
  background: var(--blue-color) url(./images/data/icon12.png) no-repeat center center;
}
.page-data .wrap-previous-industry .inner02 .numeric .js-count,
.page-data .wrap-previous-industry .inner03 .numeric .js-count {
  font-size: 150%;
}
.page-data .wrap-previous-industry .inner02 .numeric .ps,
.page-data .wrap-previous-industry .inner03 .numeric .ps {
  font-size: clamp(16px, 3.4vw, 30px);
}
@media screen and (max-width: 1024px) {
  .page-data .wrap-previous-industry .inner02 .numeric .js-count,
  .page-data .wrap-previous-industry .inner03 .numeric .js-count {
    font-size: 125%;
  }
}
@media screen and (max-width: 767px) {
  .page-data .wrap-previous-industry .inner02 .numeric,
  .page-data .wrap-previous-industry .inner03 .numeric {
    font-size: clamp(16px, 4vw, 20px);
  }
  .page-data .wrap-previous-industry .inner02 .numeric span,
  .page-data .wrap-previous-industry .inner03 .numeric span {
    font-size: 190%;
  }
  .page-data .wrap-previous-industry .inner02 .numeric .js-count,
  .page-data .wrap-previous-industry .inner03 .numeric .js-count {
    font-size: 190%;
  }
}
.page-data .wrap-previous-industry .inner04 {
  width: 34%;
}
.page-data .wrap-previous-industry .inner04 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.page-data .wrap-previous-industry .inner04 ul .numeric {
  font-size: 14px;
  gap: 5px;
}
.page-data .wrap-previous-industry .inner04 ul .numeric span {
  font-size: 160%;
}
@media screen and (max-width: 1024px) {
  .page-data .wrap-previous-industry .inner04 ul .numeric {
    font-size: clamp(12px, 1.5645371578vw, 14px);
  }
  .page-data .wrap-previous-industry .inner04 ul .numeric span {
    font-size: 150%;
  }
}
@media screen and (max-width: 767px) {
  .page-data .wrap-previous-industry .inner04 ul .numeric {
    font-size: clamp(15px, 3.75vw, 18px);
  }
}
.page-data .wrap-previous-industry .inner04 ul li {
  height: 120px;
  background-color: rgba(84, 123, 139, 0.7882352941);
  border: solid 1px rgba(255, 255, 255, 0.2235294118);
}
.page-data .wrap-previous-industry .inner04 ul li:nth-child(1) {
  grid-area: 1/1/2/2;
}
.page-data .wrap-previous-industry .inner04 ul li:nth-child(2) {
  grid-area: 1/2/2/3;
}
.page-data .wrap-previous-industry .inner04 ul li:nth-child(3) {
  grid-area: 1/3/2/4;
}
.page-data .wrap-previous-industry .inner04 ul li:nth-child(4) {
  grid-area: 2/1/3/2;
}
.page-data .wrap-previous-industry .inner04 ul li:nth-child(5) {
  grid-area: 2/2/3/3;
}
.page-data .wrap-previous-industry .inner04 ul li:nth-child(6) {
  grid-area: 2/3/3/4;
}
@media screen and (max-width: 767px) {
  .page-data .wrap-previous-industry .inner04 {
    width: 100%;
  }
  .page-data .wrap-previous-industry .inner04 ul li {
    height: auto;
    padding: 20px 10px;
  }
}
.page-data .text {
  font-size: clamp(17px, 2vw, 24px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .page-data .text {
    font-size: 14px;
  }
}
.page-data .box-with-icon {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 45px 4% 30px;
}
.page-data .box-with-icon .icon {
  position: absolute;
  bottom: 60px;
  right: 50px;
}
@media screen and (max-width: 985px) {
  .page-data .box-with-icon .icon {
    bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .page-data .box-with-icon .icon {
    bottom: 35px;
    right: 20px;
    width: 22%;
    min-width: 50px;
  }
}
@media screen and (max-width: 630px) {
  .page-data .box-with-icon .pc-none {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .page-data .box-with-icon .icon {
    top: 30px;
    bottom: unset;
    right: 20px;
    width: 22%;
    min-width: 50px;
  }
}
@media screen and (max-width: 450px) {
  .page-data .box-with-icon .icon {
    right: 10px;
    width: 20%;
  }
}
@media screen and (max-width: 460px) {
  .page-data .box-icon-none {
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
  }
  .page-data .box-icon-none .icon {
    display: none;
  }
}
.page-data .heading {
  font-size: clamp(18px, 3vw, 24px);
  text-align: center;
  margin-bottom: 10px;
}
.page-data .numeric {
  font-size: clamp(34px, 3.4vw, 42px);
  color: var(--blue-text);
  text-align: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-data .numeric span {
  font-size: 170%;
  margin-right: 8px;
  margin-left: 8px;
}
.page-data .numeric span.small {
  font-size: clamp(34px, 3.4vw, 42px);
}
@media screen and (max-width: 1000px) {
  .page-data .numeric {
    font-size: clamp(20px, 2.6666666667vw, 28px);
  }
  .page-data .numeric span {
    font-size: 200%;
    margin-right: 4px;
    margin-left: 4px;
  }
  .page-data .numeric span.small {
    font-size: clamp(20px, 2.6666666667vw, 28px);
  }
}
@media screen and (max-width: 600px) {
  .page-data .numeric {
    font-size: clamp(16px, 4.2666666667vw, 20px);
  }
  .page-data .numeric span {
    font-size: 250%;
    margin-right: 2px;
    margin-left: 2px;
  }
  .page-data .numeric span.small {
    font-size: clamp(16px, 4.2666666667vw, 20px);
  }
}
@media screen and (max-width: 500px) {
  .page-data .numeric2 {
    text-align: left;
    width: 100%;
  }
  .page-data .numeric2 span.small {
    display: block;
    margin-top: 2px;
    margin-left: auto;
    text-align: right;
  }
}
.page-data .kome {
  margin-bottom: 50px;
}

/*****************
	わたしたちの仕事
*****************/
.page-work .l-content {
  padding-top: 0;
}
.page-work .our-business-box {
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.page-work .our-business-box h4 {
  color: var(--main-color);
  margin-bottom: 10px !important;
}
.page-work .our-business-box .wp-block-group {
  height: 100%;
}
@media screen and (max-width: 640px) {
  .page-work .our-business-box .wp-block-group {
    padding: 1.2em;
  }
}
.page-work .section-our-business {
  /* 方眼紙模様スタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)) !important;
  background-size: 16px 16px !important;
  background-repeat: repeat !important;
  background-position: center center !important;
  background-color: #ebf6fd !important;
  margin-bottom: 0;
}

.culture-office-box .wp-block-group,
.wp-block-group-outer .wp-block-group {
  height: 100%;
}

.value-box li {
  margin: 0.5em 0;
}

/*****************
	わたしたちの価値観
*****************/
.page-values {
  /*	@include grid-paper;
  background-color: #ebf6fd !important;*/
}
.page-values .l-content {
  padding-top: 0;
}
.page-values .section-value {
  margin-bottom: 0;
}
.page-values .section-value li::marker {
  color: var(--point-color);
}
@media screen and (max-width: 781px) {
  .page-values .section-value h3 br {
    display: none;
  }
}
.page-values .section-philosophy {
  padding-bottom: 0 !important;
}
.page-values .section-philosophy h3.font36 {
  margin: 30px 0;
}
.page-values .section-promise {
  padding-bottom: 100px !important;
  position: relative;
}
.page-values .section-promise::before {
  content: "";
  background: url("./images/common/bg-oval.png") no-repeat center center/contain;
  position: absolute;
  top: -240px;
  left: 0px;
  width: 100vw;
  height: auto;
  aspect-ratio: 2881/2401;
}
.page-values .section-promise h2 {
  margin-bottom: 50px;
}
.page-values .section-promise .slash-numbers {
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .page-values .section-promise::before {
    top: -150px;
  }
}
@media screen and (max-width: 900px) {
  .page-values .section-promise {
    margin-top: 3em !important;
  }
}
@media screen and (max-width: 781px) {
  .page-values .section-promise {
    margin-top: -2em !important;
    background-color: #ebf6fd;
  }
  .page-values .section-promise .headline-left-line {
    margin-bottom: 40px;
  }
  .page-values .section-promise .wp-block-columns {
    gap: 50px !important;
  }
  .page-values .section-promise::before {
    top: -170px;
    width: 135vw;
  }
}
.page-values .post_content .slash-numbers {
  font-size: clamp(22px, 2.8683181226vw, 32px);
  margin-top: 2em;
  white-space: wrap;
  text-align: left;
}
.page-values .headline-square {
  font-size: clamp(18px, 2.5714285714vw, 24px);
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-values .wp-block-group {
  border-radius: 20px;
}
.page-values .text-big {
  font-size: clamp(26px, 3.3898305085vw, 38px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-values .text-big {
    font-size: clamp(22px, 5.1162790698vw, 25px);
  }
}

/*****************
	わたしたちの文化
*****************/
.page-culture .l-content {
  padding-top: 0;
}
.page-culture .common-box img {
  border-radius: 16px;
}
.page-culture .section-dialogue,
.page-culture .section-himeji {
  /* 方眼紙模様スタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)) !important;
  background-size: 16px 16px !important;
  background-repeat: repeat !important;
  background-position: center center !important;
  background-color: #ebf6fd !important;
}
.page-culture .culture-office-box {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .page-culture .post_content .headline-center-en-blue span {
    font-size: clamp(28px, 7.4666666667vw, 50px);
    margin-bottom: 5px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .page-culture .post_content .headline-center-en-blue span {
    margin-bottom: 10px;
  }
}

/************************
			働く環境を知る
*************************/
.page-works {
  /* 方眼紙模様スタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)) !important;
  background-size: 16px 16px !important;
  background-repeat: repeat !important;
  background-position: center center !important;
  background-color: #fff;
}
.page-works .common-box {
  padding: 50px 46px;
}
.page-works .common-box ul {
  padding-left: 16px;
}
@media screen and (max-width: 980px) {
  .page-works .common-box {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .page-works .common-box {
    padding: 30px 18px;
  }
}
.page-works .h100 {
  height: 100%;
}
.page-works .section-image {
  position: relative;
}
.page-works .section-image .img-staff img {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 17% !important;
}
@media screen and (max-width: 980px) {
  .page-works .section-image .no-overtime img {
    width: 70% !important;
    margin-left: 3vw;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .page-works .section-image .no-overtime img {
    width: 80% !important;
    margin-left: 2vw;
  }
  .page-works .section-image .img-staff img {
    width: 100px !important;
    bottom: -70px;
    right: 4vw;
  }
}
@media screen and (max-width: 460px) {
  .page-works .section-image .img-staff img {
    width: 80px !important;
    bottom: -50px;
    right: 4vw;
  }
}
.page-works .section-works-women {
  margin-bottom: 0;
}
.page-works .section-works-women .works-women-img {
  position: relative;
  height: 716px;
}
.page-works .section-works-women .works-women-img::before {
  content: "";
  background: url("./images/works/works-women.jpg") no-repeat center center/cover;
  position: absolute;
  bottom: 0px;
  left: 6.5vw;
  width: 43.5vw;
  height: auto;
  aspect-ratio: 1255/756;
  border-radius: 20px 0 0 20px;
}
.page-works .section-works-women .empowerment {
  display: inline-block;
  width: 140px;
}
@media screen and (max-width: 1024px) {
  .page-works .section-works-women {
    padding-bottom: 50px !important;
  }
  .page-works .section-works-women .works-women-img {
    height: 716px;
  }
}
@media screen and (max-width: 781px) {
  .page-works .section-works-women .works-women-img {
    height: 45vw;
    margin-right: -50px !important;
  }
  .page-works .section-works-women .works-women-img::before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    aspect-ratio: 1255/756;
    border-radius: 20px 0 0 20px;
  }
}
.page-works .bg {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 50px;
  background-color: #fff;
}
.page-works .bg::after {
  content: "";
  background: url("./images/common/bg-gray2.png") no-repeat top center/cover;
  position: absolute;
  bottom: -25vw;
  left: 0px;
  width: 100vw;
  height: auto;
  aspect-ratio: 2881/832;
}
@media screen and (max-width: 781px) {
  .page-works .bg::after {
    bottom: -100px;
  }
}
@media screen and (max-width: 500px) {
  .page-works .bg::after {
    bottom: -50px;
  }
}
.page-works .title-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.page-works .title-box > .cap_box_ttl {
  border-radius: 20px 20px 0 0;
  height: 64px;
}
.page-works .title-box > .cap_box_ttl span {
  font-size: clamp(22px, 3.6666666667vw, 28px);
}
.page-works .title-box > .cap_box_content {
  border-radius: 0 0 20px 20px;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 767px) {
  .page-works .title-box > .cap_box_ttl {
    height: 58px;
  }
  .page-works .title-box > .cap_box_content {
    padding: 10px 20px 20px;
  }
}
.page-works .inner-title-box {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
}
.page-works .inner-title-box .cap_box_ttl {
  border-radius: 5px;
  width: 240px;
  display: block;
  margin: auto;
}
.page-works .inner-title-box .cap_box_ttl span {
  font-size: 24px;
  font-size: clamp(18px, 3vw, 24px);
}
.page-works .inner-title-box .cap_box_content {
  border-radius: 20px;
  background-color: #fff;
  height: 390px;
  padding-top: 40px;
}
@media screen and (max-width: 781px) {
  .page-works .inner-title-box .cap_box_content {
    height: auto;
    padding-top: 30px;
  }
  .page-works .inner-title-box .cap_box_content .logo-mykomon {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .page-works .inner-title-box .cap_box_content p {
    font-size: 13px;
  }
}
.page-works .inner-title-box2 .cap_box_ttl {
  background-color: #3e85c7;
}
.page-works .section-digital {
  margin-bottom: 0;
}
.page-works .section-digital .common-box {
  padding: 40px 30px;
  position: relative;
}
.page-works .section-digital .common-box ul {
  padding-left: 2px;
}
.page-works .section-digital .common-box ul.is-style-index li {
  padding-left: 0.8em;
}
.page-works .section-digital .common-box ul.is-style-index li:before {
  height: 4px;
  width: 4px;
}
.page-works .section-digital .common-box .icon {
  position: absolute;
  bottom: 50px;
  right: 9.4%;
}
@media screen and (max-width: 1024px) {
  .page-works .section-digital {
    padding-top: 100px !important;
  }
  .page-works .section-digital .p-tool br {
    display: none;
  }
  .page-works .section-digital ul.is-style-index li span {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 781px) {
  .page-works .section-digital {
    padding-bottom: 90px !important;
  }
  .page-works .section-digital .common-box {
    height: auto;
  }
  .page-works .section-digital .common-box p {
    white-space: wrap;
  }
  .page-works .section-digital .common-box .wp-block-image .alignright {
    float: left;
  }
}
@media screen and (max-width: 500px) {
  .page-works .section-digital {
    padding-top: 70px !important;
  }
  .page-works .section-digital .common-box2 .icon {
    width: 20%;
    bottom: 40px;
    right: 3%;
  }
}
@media screen and (max-width: 450px) {
  .page-works .section-digital .common-box2 .icon {
    bottom: 20px;
  }
}
.page-works .section-atmosphere .environment,
.page-works .section-env .environment {
  height: 90px;
}
@media screen and (max-width: 781px) {
  .page-works .section-atmosphere,
  .page-works .section-env {
    padding-bottom: 0 !important;
  }
  .page-works .section-atmosphere .environment,
  .page-works .section-env .environment {
    height: auto;
  }
}
@media screen and (max-width: 781px) {
  .page-works .section-slider {
    padding-bottom: 5px !important;
  }
}
.page-works .headline-num-title .kome {
  display: block;
  font-size: 57%;
}
@media screen and (max-width: 1100px) {
  .page-works .spacer1 {
    height: 50px !important;
  }
}
.page-works .wp-block-columns.box-environment {
  margin-top: 50px;
}
@media screen and (max-width: 781px) {
  .page-works .wp-block-columns.box-environment {
    gap: 50px !important;
  }
}

/*事務所の雰囲気、職場内の雰囲気のスライダー*/
.parts-slider .bx-wrapper {
  box-shadow: none;
  border: 0;
  max-width: 100vw !important;
}
.parts-slider .bx-wrapper img {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 20px;
  height: 100%;
  vertical-align: top;
}

/*採用フローの見出し*/
.step-num-headline {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 28px;
  color: var(--main-color);
}
.step-num-headline .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
}
.step-num-headline .step::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--main-color);
  position: absolute;
  top: 0;
  right: -15px;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
}
.step-num-headline .num {
  font-size: 250%;
  font-weight: 400;
}
.step-num-headline .title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
}

/************************
			採用プロセス
*************************/
.page-process .value-box {
  margin-bottom: 80px;
  border-radius: 10px;
  position: relative;
}
.page-process .value-box img {
  border-radius: 6px;
}
.page-process .value-box::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.page-process .value-box-last::before {
  content: none;
}

/************************
			よくある質問
*************************/
.page-faq .l-content {
  padding-top: 2em;
}
.page-faq .headline-center-en, .page-faq .post_content .headline-center-en-blue, .post_content .page-faq .headline-center-en-blue {
  margin-top: 50px;
}
.page-faq .headline-center-en span, .page-faq .post_content .headline-center-en-blue span, .post_content .page-faq .headline-center-en-blue span {
  color: var(--blue-color);
}
.page-faq .box-faq-link a {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.page-faq .box-faq-link a span {
  font-size: 15px;
}
.page-faq .box-faq,
.page-faq .box-faq2 {
  background-color: #fff;
  padding: 1.5vw;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}
@media screen and (max-width: 599px) {
  .page-faq .box-faq-link {
    margin-bottom: 20px !important;
  }
  .page-faq .box-faq-link .swell-block-columns__inner {
    row-gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .page-faq .box-faq-link a span {
    font-size: 13px;
  }
  .page-faq .box-faq-link .swell-block-columns .swell-block-column {
    margin: 0 0 0 5px;
  }
  .page-faq .box-faq-link .swell-block-button .__icon {
    width: 17px;
  }
}

/***************************	
		エントリーページ
****************************/
.page-entry .birth-ymd p {
  display: flex;
  gap: 16px;
  align-items: center;
}
.page-entry button,
.page-entry input:not([type=radio]):not([type=checkbox]),
.page-entry select,
.page-entry textarea {
  height: 48px;
}
.page-entry .wrap-contact {
  padding: 50px;
}
@media screen and (max-width: 500px) {
  .page-entry .wrap-contact {
    padding: 10px;
  }
}
.page-entry .box-contact {
  margin-bottom: 20px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: solid 1px #efefef;
}
.page-entry .box-contact label {
  display: flex;
  align-items: center;
}
.page-entry .box-contact .haveto {
  font-size: 11px;
  line-height: 1.5;
  color: #fff;
  background-color: var(--point-color);
  padding: 2px 5px;
  margin-left: 10px;
  display: block;
}
.page-entry .box-contact br {
  display: none;
}
.page-entry .box-contact .kome {
  display: block;
  font-size: 80%;
}
.page-entry .box-contact input,
.page-entry .box-contact textarea {
  width: 100%;
}
.page-entry .box-contact select {
  width: 60%;
}
@media screen and (max-width: 500px) {
  .page-entry .box-contact select {
    width: 100%;
  }
}
.page-entry .box-contact textarea {
  height: 180px;
}
.page-entry .box-contact input[type=checkbox],
.page-entry .box-contact input[type=radio] {
  width: 40px;
  height: 20px;
  accent-color: var(--main-color);
  cursor: pointer;
}
.page-entry .box-contact input[type=checkbox]:checked,
.page-entry .box-contact input[type=radio]:checked {
  background-color: var(--main-color);
}
.page-entry .box-contact .wrap-input {
  flex-grow: 1;
}
.page-entry .box-contact .wrap-input span {
  display: inline-block;
  width: 100%;
}
.page-entry .box-contact .wrap-location .wpcf7-form-control {
  display: flex;
}
.page-entry .box-contact .wrap-location .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 1050px) {
  .page-entry .box-contact .wrap-location .wpcf7-form-control {
    flex-wrap: wrap;
  }
  .page-entry .box-contact .wrap-location .wpcf7-form-control .wpcf7-list-item {
    width: 45%;
    min-width: 130px;
  }
}
.page-entry .box-contact .wrap-sex .wpcf7-form-control {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.page-entry .box-contact .wrap-sex .wpcf7-form-control .wpcf7-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page-entry .box-contact {
    flex-direction: column;
    gap: 10px;
  }
}
.page-entry .box-contact > :first-child {
  width: 250px;
}
@media screen and (max-width: 990px) {
  .page-entry .box-contact > :first-child {
    width: 200px;
  }
  .page-entry .box-contact > :first-child .kome {
    display: block;
  }
  .page-entry .box-contact > :first-child .label-other {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .page-entry .box-contact > :first-child {
    width: 100%;
  }
}
.page-entry .box-contact-birth {
  display: flex;
  margin-bottom: 20px;
}
.page-entry .box-contact-birth .haveto {
  font-size: 11px;
  line-height: 1.5;
  color: #fff;
  background-color: var(--point-color);
  padding: 2px 5px;
  margin-left: 10px;
  display: inline-block;
}
.page-entry .box-contact-birth br {
  display: none;
}
.page-entry .box-contact-birth p label {
  width: 250px;
  display: block;
}
@media screen and (max-width: 990px) {
  .page-entry .box-contact-birth .label-birth {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .page-entry .box-contact-birth {
    flex-direction: column;
    gap: 10px;
  }
}
.page-entry .wrap-submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 20px;
}
.page-entry .wrap-submit .wpcf7-form-control-wrap {
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-entry .wrap-submit .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
.page-entry input#formbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: var(--blue-text);
  border-radius: 50px;
  width: 340px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 16px;
}

.section-training {
  /*	padding-bottom: 50px !important;
  	position: relative;
  	&::before {
  		content: "";
  		background: url("./images/common/bg-oval.png") no-repeat center center / contain;
  		position: absolute;
  		top: 100px;
  		left: 0px;
  		width: 100vw;
  		height: auto;
  		aspect-ratio: 2881/2401;
  	}
  */
}
.section-training .training-img {
  position: relative;
}
.section-training .training-img::before {
  content: "";
  background: url("./images/growth/img-training.jpg") no-repeat center center/cover;
  position: absolute;
  top: 0px;
  left: 6.5vw;
  width: 43.5vw;
  height: auto;
  aspect-ratio: 1254/755;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 1900px) {
  .section-training {
    overflow: hidden;
  }
}
@media screen and (max-width: 1200px) {
  .section-training .training-img::before {
    left: 0;
    width: 55vw;
  }
  .section-training::before {
    background-size: cover;
    width: 100vw;
    height: 90%;
    aspect-ratio: 2881/2401;
  }
}
@media screen and (max-width: 781px) {
  .section-training {
    padding-bottom: 100px !important;
  }
  .section-training .wp-block-columns {
    gap: 50px !important;
  }
  .section-training .training-img {
    height: 48vw;
  }
  .section-training .training-img::before {
    top: 0;
    width: 90vw;
    right: -5vw;
    left: unset;
  }
  .section-training::before {
    background-size: cover;
    height: 800px;
  }
}

/*共通化されたOJT制度*/
.section-ojt .headline-left-line {
  margin-bottom: 50px;
}

.box-ojt-program {
  height: 128px;
  border-bottom: 1px solid #d1cfcd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.box-ojt-program .wp-block-column:first-child {
  background-image: url("./images/common/stripe.png");
  background-size: cover;
  padding: 45px 10px 38px 40px;
}
.box-ojt-program .wp-block-column:last-child {
  padding: 15px;
}
@media screen and (max-width: 781px) {
  .box-ojt-program {
    height: auto;
    gap: 15px !important;
    padding-bottom: 30px;
  }
  .box-ojt-program .wp-block-column:first-child {
    padding: 30px 10px 25px 20px;
  }
}

.box-ojt-program1 {
  position: relative;
}
.box-ojt-program1::before {
  content: "";
  background-color: #d1cfcd;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -15px;
  left: 0;
}

/************************
			会社概要
*************************/
.page-company .section-company {
  padding-top: 80px !important;
}
.page-company .section-company .table-company .wp-block-columns.is-not-stacked-on-mobile {
  gap: 15px !important;
}
.page-company .section-company .table-company .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
  min-width: 80px;
}
@media screen and (max-width: 425px) {
  .page-company .section-company .table-company .wp-block-columns.is-not-stacked-on-mobile {
    gap: 5px !important;
  }
}
.page-company .section-office {
  padding-bottom: 80px !important;
}
.page-company .section-office .address-space {
  margin-left: 101px;
}
.page-company .slash-numbers {
  font-size: clamp(22px, 2.5581395349vw, 28px);
  text-align: left;
  line-height: 1.4;
  height: 78px;
  height: 2.5em;
  white-space: wrap;
}
.page-company .slash-numbers .num {
  font-size: 114%;
}
@media screen and (max-width: 900px) {
  .page-company .slash-numbers br {
    display: none;
  }
}
@media screen and (max-width: 781px) {
  .page-company .slash-numbers {
    height: auto;
    margin-top: 20px;
  }
}
.page-company .office-name {
  border-radius: 20px;
  overflow: hidden;
}
.page-company .office-name .c-bannerLink__text {
  padding-left: 10%;
  padding-right: 10%;
}
.page-company .office-name .c-bannerLink__title {
  position: relative;
  text-align: left;
  padding-left: 20px;
}
.page-company .office-name .c-bannerLink__title::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.page-company .office-name .c-bannerLink__title span.swl-inline-icon {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .page-company .section-company {
    padding-top: 50px !important;
  }
  .page-company .h2-2 {
    margin-top: 0;
  }
  .page-company .bx-wrapper {
    margin-bottom: 0;
  }
  .page-company .bx-viewport {
    height: 30vw !important;
  }
  .page-company .spacer1 {
    height: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .page-company .address-space {
    margin-left: 94px;
  }
}

/***************************	
		採用情報
****************************/
.page-recruit .l-content {
  padding-top: 0;
}
.page-recruit .heading-en-center {
  font-size: clamp(28px, 3.6505867014vw, 36px);
  font-size: clamp(30px, 3.75vw, 42px);
  margin: 80px auto 1em;
}
.page-recruit .heading-en-center .mininote {
  font-size: 55%;
  font-weight: 400;
}
.page-recruit .section-mind {
  padding-bottom: 80px !important;
  /*		position: relative;
  &::before {
  	content: "";
  	background: url("./images/common/bg-gray-top.png") no-repeat center center / contain;
  	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	width: 100vw;
  	height: auto;
  	aspect-ratio: 2881/1200;
  }*/
}
.page-recruit .section-mind .mind-text {
  font-size: clamp(22px, 2.4444444444vw, 28px);
  font-weight: bold;
}
.page-recruit .section-mind .mind-text .values-detail {
  margin-top: 15px;
}
.page-recruit .section-mind .mind-img {
  position: relative;
}
.page-recruit .section-mind .mind-img::before {
  content: "";
  background: url("./images/about/img-mind.jpg") no-repeat center center/cover;
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 50vw;
  max-height: 370px;
  height: auto;
  aspect-ratio: 1254/755;
  border-radius: 20px 0 0 20px;
}
.page-recruit .section-mind .swell-block-box-menu.is-style-default .swell-block-box-menu__item {
  border: NONE;
}
.page-recruit .section-mind .swell-block-box-menu__figure > img {
  width: 48px;
  height: auto;
}
.page-recruit .section-mind .swell-block-box-menu__link {
  padding: 0.6em;
}
@media screen and (max-width: 1200px) {
  .page-recruit .section-mind {
    padding-top: 50px !important;
  }
  .page-recruit .section-mind .mind-img::before {
    top: unset;
  }
}
@media screen and (max-width: 781px) {
  .page-recruit .section-mind .mind-img {
    height: 61vw;
  }
  .page-recruit .section-mind .mind-img::before {
    top: 0;
    width: 100vw;
    max-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit .section-mind .swell-block-box-menu__figure > img {
    width: 40px;
  }
  .page-recruit .section-mind .swell-block-box-menu[data-direction=horizontal] .swell-block-box-menu__figure {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 500px) {
  .page-recruit .section-mind .mind-text {
    font-size: 18px;
  }
  .page-recruit .section-mind .swell-block-box-menu__figure > img {
    width: 32px;
  }
  .page-recruit .section-mind .swell-block-box-menu__link {
    padding: 0.5em;
  }
}
.page-recruit .box-recruit .swell-block-column {
  display: flex;
  flex-direction: column;
}
.page-recruit .box-recruit .c-bannerLink__text {
  padding-left: 60px;
}
.page-recruit .box-recruit .c-bannerLink__title {
  border-left: solid 3px #fff;
  padding-left: 20px;
}
.page-recruit .box-recruit .c-bannerLink__title span {
  font-size: clamp(20px, 1.6666666667vw, 24px);
}
.page-recruit .box-recruit a.swell-block-button__link {
  width: 243px;
  justify-content: space-around;
}
.page-recruit .box-recruit .swell-block-button.is-style-btn_normal {
  margin-right: 0;
  margin-top: auto;
}
@media screen and (max-width: 480px) {
  .page-recruit .box-recruit .c-bannerLink__text {
    padding-left: 30px;
  }
}
.page-recruit .msg-box {
  border-radius: 20px;
}
.page-recruit .msg-box .cap_box_ttl {
  border-radius: 20px 20px 0 0;
}
.page-recruit .msg-box .cap_box_content {
  border-radius: 0 0 20px 20px;
}

/**************************
	 		福利厚生
***************************/
.page-benefits .post-content .mt0 {
  margin-top: 0;
}
.page-benefits .post_content .headline-square {
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 20px;
}
.page-benefits .post_content .headline-square::before {
  width: 10px;
  height: 6px;
}
.page-benefits .benefits-box .swell-block-column {
  background-color: #fff;
  border-radius: 20px;
  height: 400px;
  padding: 30px 20px;
}
.page-benefits .benefits-box figure.wp-block-image {
  margin-bottom: 5px;
}
.page-benefits .section-benefits {
  padding-top: 30px !important;
}
.page-benefits .section-benefits h2 {
  font-size: clamp(26px, 4vw, 36px);
  margin-bottom: 1em;
}
.page-benefits .section-benefits .text {
  font-size: clamp(16px, 2.4615384615vw, 18px);
}
.page-benefits .section-benefits .benefits-left {
  display: inline-block;
  margin-left: 14px;
}
.page-benefits .section-benefits .benefits-right {
  display: inline-block;
}
.page-benefits .section-supportment {
  padding-bottom: 2vw !important;
}
.page-benefits .section-holiday {
  position: relative;
  margin-top: 0;
  padding-top: 10px !important;
}
.page-benefits .section-holiday .img-feature {
  position: absolute;
  top: 100px;
  right: calc((100vw - 1080px) / 2 * -1);
}
.page-benefits .section-holiday .img-feature img {
  border-radius: 20px 0 0 20px;
  width: 30vw;
  height: auto;
  aspect-ratio: 627/378;
}
.page-benefits .section-feature {
  position: relative;
  margin-top: 0;
  padding-top: 10px !important;
}
.page-benefits .section-feature .img-feature {
  position: absolute;
  top: -8vw;
  right: calc((100vw - 1080px) / 2 * -1);
}
.page-benefits .section-feature .img-feature img {
  border-radius: 20px 0 0 20px;
  width: 30vw;
  height: auto;
  aspect-ratio: 627/378;
}
.page-benefits .section-feature::before {
  content: "";
  background: url("./images/common/bg-gray2.png") no-repeat center center/contain;
  position: absolute;
  top: -12vw;
  left: 0px;
  width: 100vw;
  height: auto;
  aspect-ratio: 2881/369;
}
@media screen and (max-width: 1060px) {
  .page-benefits .benefits-box .swell-block-column {
    height: 430px;
  }
  .page-benefits .benefits-box .swell-block-column .wp-block-columns {
    gap: 10px !important;
  }
  .page-benefits .section-holiday {
    padding-bottom: 20px !important;
  }
  .page-benefits .section-holiday .img-feature {
    top: 27vw;
    right: 0;
  }
  .page-benefits .section-holiday .img-feature img {
    width: 25vw;
  }
  .page-benefits .section-holiday .holiday-text {
    width: 100%;
    flex-basis: 100% !important;
  }
  .page-benefits .section-holiday .holiday-empty {
    flex-basis: 0 !important;
  }
  .page-benefits .section-supportment {
    padding-bottom: 27vw !important;
  }
  .page-benefits .section-feature .img-feature {
    top: -5vw;
    right: 0;
  }
  .page-benefits .section-feature .img-feature img {
    width: 25vw;
  }
}
@media screen and (max-width: 959px) {
  .page-benefits .section-holiday {
    padding-bottom: 30px !important;
  }
  .page-benefits .section-holiday .swell-block-fullWide__inner {
    display: flex;
    flex-direction: column;
  }
  .page-benefits .section-holiday .img-feature {
    position: unset;
    order: 3;
    margin: 30px -40px 0 auto !important;
  }
  .page-benefits .section-holiday .img-feature img {
    width: 55vw;
  }
  .page-benefits .section-supportment {
    padding-bottom: 40vw !important;
  }
  .page-benefits .section-feature .img-feature {
    top: -40vw;
    right: 0;
  }
  .page-benefits .section-feature .img-feature img {
    width: 55vw;
  }
  .page-benefits .section-feature::before {
    top: -12vw;
  }
}
@media screen and (max-width: 599px) {
  .page-benefits .benefits-box .swell-block-column {
    height: auto;
    min-height: 260px;
  }
  .page-benefits .section-supportment {
    padding-bottom: 70vw !important;
  }
  .page-benefits .section-holiday .img-feature img {
    width: 90%;
  }
  .page-benefits .section-feature .img-feature {
    top: -68vw;
    right: -10%;
  }
  .page-benefits .section-feature .img-feature img {
    width: 90%;
  }
}

/**************************
			スタッフ一覧
***************************/
.post-type-archive-staffs .l-topTitleArea,
.post-type-archive-job .l-topTitleArea {
  align-items: center;
  display: flex;
  margin: 0;
  min-height: 11em;
  overflow: hidden;
  padding: 1.5em 0;
  position: relative;
  width: 100%;
}
@media (min-width: 600px) {
  .post-type-archive-staffs .l-topTitleArea,
  .post-type-archive-job .l-topTitleArea {
    min-height: 240px;
    padding: 1em 0;
  }
}
.post-type-archive-staffs .l-topTitleArea__body,
.post-type-archive-job .l-topTitleArea__body {
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
}

/**************************
			スタッフ一覧
***************************/
.post-type-archive-staffs .staff-list {
  display: flex;
  gap: 45px 24px;
  flex-wrap: wrap;
}
.post-type-archive-staffs .staff-item {
  width: calc((100% - 72px) / 4);
  position: relative;
}
.post-type-archive-staffs .staff-item img {
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.post-type-archive-staffs .staff-item .thumbnail-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.post-type-archive-staffs .staff-item .thumbnail-hover:hover {
  opacity: 1;
}
.post-type-archive-staffs .staff-item .staff-prof {
  font-size: 12px;
  margin-top: 10px;
}
.post-type-archive-staffs .staff-item .staff-name {
  font-size: 20px;
  font-weight: bold;
}
.post-type-archive-staffs .line {
  margin: 60px 0;
  background: #d1cfcd;
  height: 1px;
  border: none;
}
.post-type-archive-staffs .common-link-menu {
  margin-top: 80px;
}
.post-type-archive-staffs .staff-list-interview .staff-interview-item {
  display: flex;
  gap: 40px;
  margin-bottom: 22px;
}
.post-type-archive-staffs .staff-list-interview .staff-interview-item .main-image {
  width: 50%;
  aspect-ratio: 520/252;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(160, 160, 160, 0.1) 0px 4px 5px;
}
.post-type-archive-staffs .staff-list-interview .staff-interview-item .main-image img {
  /*					width: 120%;
  max-width: 120%;
  height: auto;*/
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2881/1280;
  -o-object-position: 10% 20%;
     object-position: 10% 20%;
}
.post-type-archive-staffs .staff-list-interview .staff-interview-item .box-text {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 40px 10px;
}
.post-type-archive-staffs .staff-list-interview .staff-interview-item .box-text .en-name {
  font-size: 28px;
  color: var(--blue-text);
  text-transform: uppercase;
  font-weight: bold;
}
.post-type-archive-staffs .staff-list-interview .staff-interview-item .box-text .jp-name {
  font-size: 15px;
  font-weight: 500;
}
.post-type-archive-staffs .staff-list-interview .staff-interview-item .box-text .common-button-blue {
  width: 243px;
  font-size: 16px;
  padding: 11px 25px;
  margin-top: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .post-type-archive-staffs .staff-list {
    gap: 16px 24px;
  }
  .post-type-archive-staffs .staff-item {
    width: calc((100% - 48px) / 3);
  }
  .post-type-archive-staffs .staff-list-interview .staff-interview-item {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
  }
  .post-type-archive-staffs .staff-list-interview .staff-interview-item .main-image {
    width: 100%;
  }
  .post-type-archive-staffs .staff-list-interview .staff-interview-item .box-text {
    padding: 0px 10px;
    width: 100%;
  }
  .post-type-archive-staffs .staff-list-interview .staff-interview-item .box-text .common-button-blue {
    min-width: 210px;
  }
}
@media screen and (max-width: 600px) {
  .post-type-archive-staffs .staff-list {
    gap: 10px 16px;
  }
  .post-type-archive-staffs .staff-item {
    width: calc((100% - 16px) / 2);
  }
}

/**************************
	共通：ページ遷移時にふわっと表示 
***************************/
#content,
#top_title_area {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in forwards;
          animation: fadeIn 0.5s ease-in forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**************************
	 		スタッフインタビュー 
***************************/
.single-staffs #top_title_area {
  display: none;
}
.single-staffs #content {
  max-width: 100vw;
}
.single-staffs .l-sidebar {
  display: none;
}
.single-staffs main {
  width: 100%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.single-staffs > .p-breadcrumb {
  display: none;
}
.single-staffs .p-toc.-double {
  display: none;
}
.single-staffs .l-content {
  padding-top: 0;
}
.single-staffs #breadcrumb {
  padding-left: 0;
  background: none;
  box-shadow: none;
  margin-left: calc((100vw - 1240px) / 2) !important;
}
@media screen and (max-width: 1200px) {
  .single-staffs #breadcrumb {
    margin-left: 0 !important;
  }
}
.single-staffs .font24 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.single-staffs .wrap-main-image {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  height: 640px;
  /*		.jp-name {
  	position: absolute;
  	top: 70%;
  	right: -10px;
  	height: 62px;
  	width: auto;
  }*/
}
.single-staffs .wrap-main-image .main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin: auto;
  display: block;
}
.single-staffs .wrap-main-image .en-name {
  position: absolute;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: var(--blue-text);
  top: 21.8%;
  top: 29%;
  left: calc((100vw - 1080px) / 2);
}
.single-staffs .wrap-main-image .en-name::after {
  content: "";
  width: 128px;
  height: 2px;
  background-color: var(--blue-text);
  position: absolute;
  left: 0;
  bottom: -53px;
  bottom: -10px;
}
.single-staffs .wrap-main-image .wrap-staff-info {
  position: absolute;
  left: calc((100vw - 1080px) / 2);
  bottom: 24%;
  top: 50%;
}
.single-staffs .wrap-main-image .wrap-staff-info .box {
  display: flex;
}
.single-staffs .wrap-main-image .wrap-staff-info dt {
  width: 90px;
}
@media screen and (max-width: 1300px) {
  .single-staffs .wrap-main-image .wrap-staff-info dd {
    background-color: rgba(255, 255, 255, 0.262745098);
  }
}
@media screen and (max-width: 1110px) {
  .single-staffs .wrap-main-image {
    height: 500px;
  }
  .single-staffs .wrap-main-image .en-name {
    font-size: 50px;
    top: 15%;
    left: 7vw;
  }
  .single-staffs .wrap-main-image .en-name::after {
    width: 128px;
  }
  .single-staffs .wrap-main-image .wrap-staff-info {
    left: 7vw;
    top: 38%;
    width: 85%;
  }
}
@media screen and (max-width: 750px) {
  .single-staffs .wrap-main-image {
    height: 450px;
    /*			.jp-name {
    	top: 70%;
    	right: -10px;
    	height: 50px;
    }*/
  }
  .single-staffs .wrap-main-image .en-name {
    font-size: 40px;
    left: 7vw;
  }
  .single-staffs .wrap-main-image .en-name::after {
    width: 128px;
  }
  .single-staffs .wrap-main-image .wrap-staff-info {
    font-size: 15px;
    left: 7vw;
  }
  .single-staffs .wrap-main-image .wrap-staff-info dt {
    min-width: 90px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 520px) {
  .single-staffs .wrap-main-image {
    height: 340px;
    /*.jp-name {
    	top: 70%;
    	right: -10px;
    	height: 40px;
    }*/
  }
  .single-staffs .wrap-main-image .main-image {
    -o-object-position: 62%;
       object-position: 62%;
  }
  .single-staffs .wrap-main-image .en-name {
    font-size: clamp(26px, 6.9333333333vw, 30px);
    left: 6vw;
  }
  .single-staffs .wrap-main-image .en-name::after {
    width: 90px;
  }
  .single-staffs .wrap-main-image .wrap-staff-info {
    font-size: 13px;
    left: 6vw;
  }
  .single-staffs .wrap-main-image .wrap-staff-info dt {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.single-staffs .interview-title {
  font-size: clamp(26px, 3.3898305085vw, 32px);
  font-weight: bold;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .single-staffs .interview-title {
    font-size: clamp(20px, 5vw, 26px);
  }
}
@media screen and (max-width: 520px) {
  .single-staffs .interview-title br {
    display: none;
  }
}
.single-staffs .section-office {
  margin-top: 70px;
  position: relative;
  position: relative;
}
.single-staffs .section-office .headline-square {
  font-size: clamp(20px, 4.4444444444vw, 24px);
  color: var(--blue-text);
}
.single-staffs .section-office .headline-square::before {
  background-color: var(--point-color);
}
.single-staffs .section-office p {
  letter-spacing: 0.066em;
}
.single-staffs .section-office .box-office-image img {
  position: absolute;
  width: 45vw;
  left: 60%;
  border-radius: 20px 0 0 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .single-staffs .section-office .box-office-image img {
    width: 50vw;
    left: 50%;
  }
}
@media screen and (max-width: 781px) {
  .single-staffs .section-office .box-office-image img {
    position: unset;
    width: 80vw;
    margin-right: -32vw;
  }
}
.single-staffs .section-office::before {
  content: "";
  background: url("./images/staff/bg-staff-single.png") no-repeat center center/contain;
  position: absolute;
  top: -10vw;
  left: 0px;
  width: 100vw;
  height: auto;
  aspect-ratio: 2880/316;
  z-index: -1;
}
.single-staffs .font24 {
  font-size: clamp(20px, 4.4444444444vw, 24px);
  text-align: center;
  color: var(--blue-text);
}
.single-staffs .headline-square {
  font-size: clamp(20px, 4.4444444444vw, 24px);
}
.single-staffs .wrap-private {
  background-size: 150%;
  color: #fff;
}
.single-staffs .wrap-private::before {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
.single-staffs .wrap-private .headline-square::before {
  background-color: #fff;
}
.single-staffs .wrap-private .wp-block-columns.inner {
  margin-bottom: 0 !important;
}
.single-staffs .wrap-private .wp-block-columns.inner .box-text {
  margin-left: 25px !important;
}
@media screen and (max-width: 781px) {
  .single-staffs .wrap-private {
    background-size: 200%;
  }
}
.single-staffs .section-message {
  position: relative;
  /* 方眼紙模様スタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(130, 193, 234, 0.3294117647) calc(100% - 1px)) !important;
  background-size: 16px 16px !important;
  background-repeat: repeat !important;
  background-position: center center !important;
  background-color: #ebf6fd !important;
  padding: 60px 0 70px !important;
}
.single-staffs .section-message h2 {
  font-size: clamp(20px, 4.4444444444vw, 24px);
  color: var(--blue-text) !important;
}
.single-staffs .section-message p {
  line-height: 1.75;
}
.single-staffs .section-message .swell-block-fullWide__inner {
  position: unset;
}
.single-staffs .cutout-image img {
  position: absolute;
  bottom: 0;
  right: calc((100vw - 1080px) / 2);
  aspect-ratio: 1/1;
  width: 252px;
  height: auto;
}
.single-staffs .wrap-slider {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 30px 0 70px;
}
.single-staffs .bx-wrapper {
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
  max-width: 100% !important;
}
.single-staffs .bx-wrapper img {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 20px;
}

/**********************************
*       リンクボタン（下の方）
**********************************/
.post_content .common-link-menu {
  padding: 0;
}

.common-link-menu {
  display: flex;
  gap: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  list-style: none;
  /********* 画像設定 *********/
}
.common-link-menu li {
  width: 25%;
  max-height: 225px;
  height: 16vw;
  background-size: cover;
  margin: 0;
}
.common-link-menu li:hover .arrow {
  margin-left: 6px;
}
.common-link-menu li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, 2vw, 24px);
  font-weight: bold;
  transition: 0.3s;
}
.common-link-menu li .arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202.4%202.4%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%82%B3%E3%83%B3%E3%83%86%E3%83%B3%E3%83%84%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%86%E3%83%B3%E3%83%84%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.2%2C0C.54%2C0%2C0%2C.54%2C0%2C1.2s.54%2C1.2%2C1.2%2C1.2%2C1.2-.54%2C1.2-1.2S1.86%2C0%2C1.2%2C0ZM1.03%2C1.7s-.04.03-.07.03-.05%2C0-.07-.03c-.04-.04-.04-.1%2C0-.14l.37-.37-.37-.37s-.04-.1%2C0-.14c.04-.04.1-.04.14%2C0l.5.5-.5.5Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .common-link-menu li .arrow {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 600px) {
  .common-link-menu {
    flex-wrap: wrap;
  }
  .common-link-menu li {
    width: 50%;
    height: 23vw;
  }
}
.common-link-menu .about {
  background-image: url("./images/link/link-about.jpg");
}
.common-link-menu .values {
  background-image: url("./images/link/link-values.jpg");
}
.common-link-menu .work {
  background-image: url("./images/link/link-work.jpg");
}
.common-link-menu .culture {
  background-image: url("./images/link/link-culture.jpg");
}
.common-link-menu .data {
  background-image: url("./images/link/link-data.jpg");
}
.common-link-menu .growth {
  background-image: url("./images/link/link-growth.jpg");
}
.common-link-menu .works {
  background-image: url("./images/link/link-works.jpg");
}
.common-link-menu .staff {
  background-image: url("./images/link/link-staff.jpg");
}
.common-link-menu .company {
  background-image: url("./images/link/link-company.jpg");
}
.common-link-menu .recruit {
  background-image: url("./images/link/link-recruit.jpg");
}

/**********************************
*           H1タイトル設定
**********************************/
.l-topTitleArea__body {
  margin-top: -2em;
}

.c-pageTitle {
  font-size: clamp(26px, 4.3333333333vw, 42px);
  letter-spacing: 0.075em;
  position: relative;
}
.c-pageTitle::after {
  content: "";
  width: 128px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -12px;
  left: 0;
  visibility: visible;
}

.c-page-slug {
  display: block;
  position: absolute;
  top: unset;
  bottom: -3em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: clamp(15px, 2.5vw, 20px);
}

/**********************************
*           ヘッダー
**********************************/
.c-gnav > .menu-item > a .ttl {
  font-size: clamp(13px, 1.1818181818vw, 16px);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.c-smallNavTitle {
  color: var(--blue-color);
  font-weight: 500;
  margin-top: 0.6em;
  top: 0px;
  font-size: clamp(12px, 1.0909090909vw, 14px);
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
@media screen and (max-width: 959px) {
  .c-smallNavTitle {
    font-size: 10px;
  }
}

.l-header__inner.l-container {
  max-width: 1360px;
  padding: 0 1em;
}

img.c-headLogo__img {
  min-width: 220px;
}

.-series .c-headLogo {
  margin-right: 0;
}

@media (min-width: 960px) {
  .-series-right .w-header {
    margin-left: 2vw;
  }
}
/*ワイドメニュー*/
.menu-box-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.3s, visibility 0.3s;
  top: 110px;
  left: 4vw;
  width: 25vw;
  min-width: 310px;
  max-width: 370px;
  z-index: 10;
  transition: 0.3s;
  background: #fff;
  border-radius: 20px;
}
.menu-box-img:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.menu-box-img:hover p::before {
  right: 18px;
}
.menu-box-img:hover p::after {
  right: 25px;
}
.menu-box-img img {
  border-radius: 20px 20px 0 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  aspect-ratio: 328/140;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-box-img p {
  background-color: #fff;
  font-size: clamp(16px, 1.2307692308vw, 18px);
  height: 60px;
  text-align: left;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  width: 90%;
}
.menu-box-img p::before, .menu-box-img p::after {
  position: absolute;
  content: "";
  transition: 0.3s;
}
.menu-box-img p::before {
  width: 18px;
  height: 18px;
  right: 10px;
  border-radius: 50%;
  background: var(--blue-color);
}
.menu-box-img p::after {
  right: 17px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-box-img::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d1cfcd;
  position: absolute;
  right: -40px;
  top: 0;
}
@media screen and (min-width: 1700px) {
  .menu-box-img {
    left: 70px;
  }
}
@media screen and (max-width: 1300px) {
  .menu-box-img::after {
    right: -20px;
  }
}

.menu-item-has-children .sub-menu {
  /*	&::before {
  	background-color: #f4f2f0;
  	left: 0;
  	width: 130vw;
  }*/
}
.menu-item-has-children .sub-menu a .ttl {
  font-size: clamp(14px, 1.0769230769vw, 16px);
  white-space: nowrap;
}

.c-gnav > .menu-about > .sub-menu,
.c-gnav > .menu-recruit > .sub-menu,
.c-gnav > .menu-staffs > .sub-menu {
  top: 100%;
  -webkit-transform: unset;
          transform: unset;
  display: flex;
  top: 72px;
  width: 100vw;
  height: 300px;
  padding-left: 50%;
  padding-left: 37vw;
  padding-top: 70px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 1600px;
  margin: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-gnav > .menu-about > .sub-menu a,
.c-gnav > .menu-recruit > .sub-menu a,
.c-gnav > .menu-staffs > .sub-menu a {
  padding-left: 1em;
  padding-right: 2em;
}
.c-gnav > .menu-about > .sub-menu a::before,
.c-gnav > .menu-recruit > .sub-menu a::before,
.c-gnav > .menu-staffs > .sub-menu a::before {
  left: 87%;
  color: var(--blue-text);
}
@media screen and (min-width: 1700px) {
  .c-gnav > .menu-about > .sub-menu,
  .c-gnav > .menu-recruit > .sub-menu,
  .c-gnav > .menu-staffs > .sub-menu {
    padding-left: 630px;
  }
}

.c-gnav .menu-about,
.c-gnav .menu-recruit,
.c-gnav .menu-staffs {
  position: unset !important;
}

.c-gnav .sub-menu {
  background: #f4f2f0;
}

/* ホバー時に表示 */
.menu-item-has-children:hover .menu-box-img {
  opacity: 1;
  visibility: visible;
}

.c-gnav .menu-staffs {
  /* li 要素のスタイル */
}
.c-gnav .menu-staffs .sub-menu {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr); /* 4列表示 */
  gap: 0 20px;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 140px;
  padding-right: 8vw;
}
.c-gnav .menu-staffs .sub-menu li.menu-item {
  padding-top: 0;
}
@media (max-width: 1100px) {
  .c-gnav .menu-staffs .sub-menu {
    grid-template-columns: repeat(3, 1fr); /* タブレットで2列 */
    padding-right: 2vw;
  }
}

/*追従メニュー*/
.l-fixHeader__gnav .c-gnav .sub-menu {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 1600px;
  margin: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-fixHeader__gnav .c-gnav .menu-box-img {
  top: 110px;
  left: -1vw;
}
@media screen and (min-width: 1700px) {
  .l-fixHeader__gnav .c-gnav .menu-box-img {
    left: -60px;
  }
}
@media screen and (max-width: 1300px) {
  .l-fixHeader__gnav .c-gnav .menu-box-img {
    left: 40px;
  }
}

/**********************************
*           フッター
**********************************/
.l-footer {
  background-color: #f2f2f2;
  padding: 40px 0 0;
}

.wrap-footer-menu {
  display: flex;
  justify-content: space-between;
  padding: 35px 10% 35px 0;
}
.wrap-footer-menu .menu-item > a {
  margin: 0 0 0.5em;
  display: inline-block;
}
.wrap-footer-menu .menu-item > a {
  list-style: none;
  font-size: 16px;
  font-size: clamp(14px, 2.3333333333vw, 16px);
  font-weight: 600;
}
.wrap-footer-menu .menu-item > a::before {
  content: "";
  background-color: var(--blue-color);
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}
.wrap-footer-menu .sub-menu .menu-item > a {
  font-weight: 400;
  margin-left: 0.2em;
}
.wrap-footer-menu .sub-menu .menu-item > a::before {
  content: "-";
  background-color: transparent;
  margin: 0;
}

.wrap-footer-bottom {
  padding: 20px 0;
}

.footer-bottom-menu {
  display: flex;
  justify-content: space-evenly;
  margin-left: -20px;
  gap: 40px;
}
.footer-bottom-menu a {
  display: inline-block;
  position: relative;
  font-size: clamp(13px, 1.3vw, 16px);
}
.footer-bottom-menu a::after {
  content: "";
  background: url("./images/common/icon-link.png") no-repeat center center/contain;
  position: absolute;
  top: 4px;
  right: -20px;
  width: 16px;
  height: 16px;
}

.l-footer__inner {
  background-color: #454545;
  color: #fff;
}

@media screen and (max-width: 850px) {
  .footer-bottom-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 32px;
    padding: 0 1em;
    margin: auto;
  }
  .footer-bottom-menu li:nth-child(1) {
    order: 5;
  }
  .footer-bottom-menu li:nth-child(6) {
    order: 6;
  }
  .footer-bottom-menu li {
    width: 20%;
    white-space: nowrap;
  }
  .wrap-footer-menu {
    padding: 35px 1em 35px 1em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px; /* 要素間のスペース調整 */
  }
  .wrap-footer-menu > div {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* グリッドエリアの配置 */
  .footer-menu1 {
    grid-column: 1;
    grid-row: 1;
  }
  .footer-menu3 {
    grid-column: 2;
    grid-row: 1;
  }
  /*	.footer-menu4 {
  		grid-column: 3;
  		grid-row: 1;
  	}
  */
  .footer-menu2 {
    grid-column: 1/span 2;
    grid-row: 2;
    margin-top: -46px;
  }
  .footer-menu5 {
    grid-column: 3;
    grid-row: 1;
  }
}
@media (max-width: 680px) {
  .footer-bottom-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 10px; /* 要素間のスペース調整 */
  }
  /* 各要素の表示順を指定 */
  .footer-bottom-menu li:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  } /* 1番目: 1 (右上) */
  .footer-bottom-menu li:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  } /* 2番目: 2 (左上) */
  .footer-bottom-menu li:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  } /* 3番目: 3 */
  .footer-bottom-menu li:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  } /* 4番目: 4 */
  .footer-bottom-menu li:nth-child(5) {
    grid-column: 1;
    grid-row: 4;
  } /* 5番目: 5 */
  .footer-bottom-menu li:nth-child(6) {
    grid-column: 2;
    grid-row: 2;
  } /* 6番目: 6 (右中) */
}
@media (max-width: 600px) {
  .l-footer {
    padding: 10px 0 0;
  }
  .wrap-footer-menu {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .footer-menu1 {
    grid-column: 1;
    grid-row: 1;
  }
  /*	.footer-menu4 {
  		grid-column: 2;
  		grid-row: 1;
  	}
  */
  .footer-menu2 {
    grid-column: 1;
    grid-row: 2;
    margin-top: -25px;
  }
  .footer-menu5 {
    grid-column: 2;
    grid-row: 2;
    grid-column: 1;
    grid-row: 3;
  }
  .footer-menu3 {
    grid-column: 1;
    grid-row: 3;
    grid-column: 2;
    grid-row: 1;
  }
}
/**********************************
*           ページネーション
**********************************/
.pagination {
  display: flex;
  gap: 0;
  justify-content: center;
}
.pagination .page-numbers {
  margin: 3px;
  height: 34px;
}
.pagination .prev,
.pagination .next {
  min-width: 56px;
}

/**********************************
*           404ページ
**********************************/
.error404 #content {
  margin-bottom: 80px;
}

/**********************************
*   アニメーション（フッターの上のCTA）
**********************************/
.fade-in-ani {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: opacity 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out;
}

.fade-in-ani.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* SVG要素を最初は確実に非表示にする */
.svg-ani {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  /* important付きで確実に非表示にする */
  visibility: hidden !important;
}

.svg-ani.visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  /* visibleクラスが付いたら表示する */
  visibility: visible !important;
}

/**********************************
*   追記
**********************************/
@media screen and (min-width: 600px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 601px) {
  .pc-only {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */