/*---------------------------------------------------------
Theme Name: Onebox
Description: Theme for Onebox
Author: Onebox
---------------------------------------------------------*/
@charset "UTF-8";

:root {
  --link-color: #23a9fb;
  --main-color: #0385fe;
  --text-color: #222;
  --bg-color: #edf6ff;
  /* --delivery-main-color: #3f81f9;
  --delivery-bg-color: #edf6ff;
  --delivery-text-color: #333;
  --delivery-bg-color-cta: #fef6f1; */
}

/*--------------------------------
  全体
---------------------------------*/
body {
  /* font-family: "Montserrat", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif; */
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--text-color);
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
}

a {
  color: var(--link-color);
}

.js-animation-text .char {
  translate: 0 90%;
  display: inline-block;
  background: linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.js-animation-text.no-gradation .char {
  background: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.js-animation-text span {
  overflow: hidden;
}

.js-fadeUp {
  opacity: 0;
  /* translate: 0 100%; */
}

/*--------------------------------
 レイアウト
---------------------------------*/
.container {
  /* max-width: 1170px; */
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

.container-sm {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}

.container-xs {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 50px;
}

.section {
  /* padding: 90px 0; */
  padding: 100px 0;
}

.section:first-of-type {
  /* padding-top: 32px; */
}

.section__heading {
  /* margin-bottom: 56px; */
  padding: 80px 50px;
  background: linear-gradient(126deg, #E6F5FF 0%, #EAFFFA 100%);
}

.section__heading-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.page-contents {
  /* padding: 80px 0 60px 0; */
  padding: 100px 0 60px 0;
}

@media (max-width:1024px) {
  .u-pc-inline {
    display: inline;
  }
}

@media (max-width: 899px) {
  .u-tab-inline {
    display: inline;
  }
}

.u-sp-inline {
  display: inline;
}
@media (min-width:768px) {
  .u-sp-inline {
    display: none;
  }
}

/*--------------------------------
 ボタン / リンク
---------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  width: 260px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  transition: all 0.3s;
  padding: 22px 10px;
  border-radius: 50px;
  background-color: var(--main-color);
}

.btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(./img/chevron_right.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.btn--center {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.btn:hover {
  transform: scale(1.03);
  background-color: #0095ff;
}

.btn .material-icons-round {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 0.3em;
}

.btn--contact {
  font-size: 13px;
  width: 150px;
  padding: 12px 0;
}

.btn--contact:after {
  display: none;
}

.home-link {
  text-align: center;
}

.new-link-btn {
  display: inline-block;
  max-width: 280px;
  width: 100%;
  border-radius: 40px;
  border: 1.5px solid #C2C2C2;
  background: #fff;
  padding: 16.5px 10px 16.5px 40px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  text-align: left;
  color: var(--main-color);
  /* font-size: 18px; */
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  transition: background 0.3s ease;
}

.new-link-btn__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  transition: right 0.3s ease;
}

.new-link-btn__icon._recruit {
  width: 17.3px;
  height: 17.3px;
  right: 18px;
}

@media (any-hover: hover) {
  .new-link-btn:hover {
    border: 1.5px solid transparent;
    background: 
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%) border-box;
  }
  .new-link-btn:hover .new-link-btn__icon {
    right: 12px;
  }
  .new-link-btn:hover .new-link-btn__icon._recruit {
    right: 18px;
  }
}

/*--------------------------------
 テーブル
---------------------------------*/
.table-type01 {
  font-size: 15px;
  line-height: 1.5;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-type01 tr {
  border-bottom: solid 1px #ddd;
}

.table-type01 th,
.table-type01 td {
  text-align: left;
  padding: 28px 20px;

}

.table-type01 th {
  width: 25%;
}

.table-type01 td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width:768px) {
  .table-type01 td {
    font-size: 14px;
  }
}

.table-type01 p:not(:last-child) {
  margin-bottom: 10px;
}

.table-type01 ul {
  margin-left: 20px;
}

.table-type01--history th {
  /* width: 14%; */
  width: 13%;
  color: var(--main-color);
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width:768px) {
  .table-type01--history th {
    font-size: 14px;
  }
}

/* .table-type01__border-bottom {
  border-bottom: solid 1px #ddd;
} */

/*--------------------------------
 見出し
---------------------------------*/
.heading-primary {
  /* font-size: 62px;
  line-height: 1;
  font-weight: bold; */
}

.heading-primary__en {
  font-size: 74px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(120deg, var(--main-color) 9.49%, #00E4A1 90.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-primary__subtitle {
  display: block;
  font-size: 21px;
  /* font-weight: bold; */
  font-weight: 500;
  line-height: 1.3;
  color: var(--main-color);
  /* margin-top: 10px; */
}

.section-heading {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.section-heading._fontWhite .section-heading__en,
.section-heading._fontWhite .section-heading__jp {
  color: #fff;
}

.section-heading._fontWhite .section-heading__en {
  background: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.section-heading__en {
  display: inline-block;
  background: linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* font-size: 56px; */
  /* 40 56 */
  font-size: clamp(2.5rem, 2.148rem + 1.5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width:768px) {
  .section-heading__en {
    /* font-size: 40px; */
  }
}

.section-heading__jp {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width:768px) {
  .section-heading__jp {
    font-size: 14px;
  }
}

.section-content {
  /* margin-top: 60px; */
  display: flex;
  justify-content: space-between;
}
@media (max-width:768px) {
  .section-content {
    /* margin-top: 30px; */
  }
}

.section-content._news {
  margin-top: 60px;
  flex-direction: column;
  justify-content: initial;
}

@media (max-width:900px) {
  .section-content._service {
    flex-direction: column;
  }
}

.section-lead {
  /* 20->16 48->38 */
  /* font-size: clamp(1.25rem, 0.634rem + 2.63vw, 3rem); */
  font-size: clamp(1.125rem, 0.685rem + 1.88vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}

.page-heading {
  width: fit-content;
  margin-inline: auto;
  /* 34->48*/
  font-size: clamp(1.875rem, 1.479rem + 1.69vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  /* height: 90px; */
  height: 100px;
  transition: 0.3s;
  z-index: 100;
  /* padding: 0 30px; */
  padding: 0 40px;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.header__logo {
  line-height: 1;
  position: relative;
  z-index: 999;
}

/* .header__logo-img {
  width: 174px;
} */

.header__main-btn {
  display: inline-block;
  max-width: 160px;
  width: 100%;
  padding: 15px 8px;
  text-align: center;
  font-family: "Lato", sans-serif;
  color: var(--main-color);
  /* font-size: 16px; */
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 48px;
  border: 1.5px solid #C2C2C2;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  transition: color 0.3s ease;
}
.header__main-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 48px;
  background: linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .header__main-btn:hover {
    border: 1px solid transparent;
    color: #fff;
  }
  .header__main-btn:hover::before {
    opacity: 1;
  }
}

.header--active {
  background-color: #fff;
}

.header__nav {
  display: flex;
  align-items: center;
  /* column-gap: 24px; */
  column-gap: 40px;
}

.header__contact {
  flex: 0 0 160px;
}

.header__contact-text {
  display: block;
  font-size: 10px;
  color: #4f545a;
  margin-top: 6px;
}

/*--------------------------------
 グローバルナビ
---------------------------------*/
.gnav__list {
  position: relative;
  display: flex;
  /* column-gap: 25px; */
  column-gap: 40px;
  align-items: center;
  justify-content: center;
}

.gnav__list li {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}

.gnav__list li:hover .gnav__sublist-wrap {
  opacity: 1;
  visibility: visible;
}

.gnav__list li:hover a.has-chevron::after {
  transform: translateY(-3px) rotate(180deg);
}

.gnav__list li a {
  display: inline-block;
  padding: 11.5px 0;
  /* font-size: 18px; */
  /* font-size: 14px; */
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.3s;
}

.gnav__list li a::before {
  content: "";
  position: absolute;
  bottom: 8.5px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0385FE 50%, #00E4A1 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.gnav__list li a:hover::before {
  transform: scaleX(1);
}
@media (max-width:900px) {
  .gnav__list li a:hover::before {
    transform: scaleX(0);
  }
}

.gnav__list li a.has-chevron {
  /* padding-right: 9px; */
  position: relative;
}

.gnav__list li a.has-chevron::after {
  content: "";
  position: absolute;
  right: -12px;
  bottom: 14.5px;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(./img/icon_chevron-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: transform 0.3s ease;
}
@media (max-width:900px) {
  .gnav__list li a.has-chevron::after {
    content: none;
  }
}


/* icon_chevron-down.svg */

.gnav__list li a:hover {
  /* color: var(--main-color); */
}

.gnav__list li.btn {
  font-size: 13px;
  width: 150px;
  padding: 0;
}

.btn-menu {
  display: none;
}

/* 2026/6/23追記 */
.gnav__sublist-wrap {
  position: absolute;
  margin-top: 13.4px;
  bottom: auto;
  left: -23px;
  padding: 32px 32px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width:900px) {
  .gnav__sublist-wrap {
    margin-top: 24px;
    position: static;
    padding: 0 0 0 10px;
    bottom: initial;
    left: initial;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
}

.gnav__sublist {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width:900px) {
  .gnav__sublist {
    margin-top: 0;
    gap: 12px;
  }
}

.gnav__sublist-title {
  color: #222;
  font-family: "Noto Sans JP";
  /* font-size: 16px; */
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1375;
  letter-spacing: 0.75px;
}
@media (max-width:900px) {
  .gnav__sublist-title {
    display: none;
  }
}

.gnav__list .gnav__sublist li a {
  display: inline-block;
  padding: 0;
  min-width: 200px;
  color: #2B2B2B;
  font-family: "Noto Sans JP";
  /* font-size: 14px; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.7px;
}
@media (max-width:900px) {
  .gnav__list .gnav__sublist li a {
    font-weight: 400;
  }
}

.gnav__sublist li a::before {
  content: none;
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv {
  position: relative;
  /* height: 74vh; */
  /* margin: 100px auto 0; */
  margin: 140px auto 0;
  /* padding-top: 83px; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  /* height: 500px; */
  height: 660px;
}
@media (max-width:900px) {
  .mv {
    height: auto;
  }
}

.mv__titleArea {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* max-width: 1146px; */
  /* width: 100%; */
  /* transform: translateY(-30%); */
  /* transform: translate(-50%,-50%); */
  /* z-index: 2; */
  /* animation: 0.5s fadeInTitleArea 1s forwards; */
  /* opacity: 0; */
  /* flex: 1 1 auto; */
}
@media screen and (max-width:1240px) {
  .mv__titleArea {
    /* padding-left: 50px; */
  }
}
@media screen and (max-width:1024px) {
  .mv__titleArea {
    /* padding-left: 30px; */
  }
}
@media screen and (max-width:900px) {
  .mv__titleArea {
    /* padding-left: 20px; */
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .mv__titleArea {
    /* padding-left: 20px; */
  }
}

/* @keyframes fadeInTitleArea {
  0% {
    left: 9%;
  }
  100% {
    left: 10%;
    opacity: 1;
  }
} */

.mv__titleArea-inner {
  /* max-width: 1146px; */
  /* margin-inline: auto; */
  /* position: relative; */
}

.mv__title {
  /* width: 100%; */
  /* font-size: clamp(34px, 6vw, 58px); */
  /* text-align: left; */
  color: #000000;
  /* 32 100->64 */
  font-size: clamp(2.125rem, 1.465rem + 2.82vw, 4rem);
  /* line-height: 1.36; */
  line-height: 1.3;
  /* font-weight: 900; */
  font-weight: 700;
  letter-spacing: 1.28px;
  /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); */
  /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); */
  /* margin-bottom: 40px; */
}
@media screen and (max-width:900px) {
  .mv__title {
    /* padding-left: 20px; */
    width: 100%;
    text-align: center;
  }
}

.mv__title span.lg {
  /* font-size: 1.1em; */
  /* color: var(--main-color); */
  /* margin-right: 0.08em; */
  font-size: 58px;
}

.mv__title span.sm {
  font-size: 38px;
}

.mv__text {
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 2;
}

.mv__underline {
  position: absolute;
  bottom: -21%;
  left: -21px;
  width: 50%;
  z-index: -1;
}

.mv__slider .swiper-slide {
  /* height: 74vh; */
  width: 890px;
  height: 100%;
  border-radius: 50px 0 0 50px;
}

.mv__slider .swiper-slide img {
  /* height: 74vh; */
  border-radius: 50px 0 0 50px;
  height: 100%;
}

.mv__img {
  /* position: relative; */
  flex: 0 0 890px;
  width: 890px;
  height: 100%;
}
@media (min-width:1500px) {
  .mv__img {
    flex: 0 0 70%;
    width: 70%;
  }
}
@media (min-width:1900px) {
  .mv__img {
    flex: 0 0 75%;
    width: 75%;
  }
}
@media (max-width: 1300px) {
  .mv__img {
    flex: 0 0 61.8055%;
    width: 61.8055%;
  }
}
@media (max-width: 900px) {
  .mv__img {
    flex: 0 0 94.6666%;
    width: 94.6666%;
    margin-left: auto;
  }
}
@media (max-width:768px) {
  .mv__img {
    /* max-width: 355px; */
    /* width: 100%; */
  }
}

.mv__img .swiper {
  height: 100%;
}

.mv__img img {
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  /* width: 58%; */
  /* animation: 0.5s fadeInMvImg 0.2s forwards; */
  /* opacity: 0; */
  /* z-index: -1; */
  /* border-radius: 0 0 0 20px; */
  width: 100%;
  /* height: 74vh; */
  object-fit: cover;
}

/* @keyframes fadeInMvImg {
  100% {
    opacity: 1;
  }
} */

.mv__scroll {
  position: absolute;
  bottom: 32px;
  right: 41px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #0385FE;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  z-index: 2;
}
@media (max-width:768px) {
  .mv__scroll {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }
}

.mv__scrolldown-text {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.64px;
}
@media (max-width:768px) {
  .mv__scrolldown-text {
    font-size: 10px;
    line-height: 1.725;
  }
}

.mv__scrolldown-bar {
  position: relative;
}

.mv__scrolldown-bar span {
  display: inline-block;
}

.mv__scrolldown-bar .bar {
  width: 2px;
  height: 40px;
  background: #FFF;
}
@media (max-width:768px) {
  .mv__scrolldown-bar .bar {
    height: 29px;
  }
}

.mv__scrolldown-bar .circle {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 7px;
  height: auto;
  aspect-ratio: 1;
  background: #FFF;
  border-radius: 50%;
  animation: 2.0s ease-in-out backwards infinite scrollDown;
}
@media (max-width:768px) {
  .mv__scrolldown-bar .circle {
    width: 5px;
    animation: 2.0s ease-in-out backwards infinite scrollDownSP;
  }
}

@keyframes scrollDown {
  0% {
    top: 0;
    opacity: 1;
  }
  80% {
    top: 40px;
    opacity: 1;
  }
  95% {
    top: 40px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 0;
  }
}

@keyframes scrollDownSP {
  0% {
    top: 0;
    opacity: 1;
  }
  80% {
    top: 29px;
    opacity: 1;
  }
  95% {
    top: 29px;
    opacity: 0;
  }
  100% {
    top: 29px;
    opacity: 0;
  }
}

/*--------------------------------
 ミッション
---------------------------------*/
.top-mission {
  padding: 100px 0 50px;
}
@media (max-width:768px) {
  .top-mission {
    padding: 50px 0 50px;
  }
}

.top-mission__content {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  gap: 5.6666%;
}
@media (max-width:900px) {
  .top-mission__content {
    flex-direction: column;
    row-gap: 30px;
  }
}

.top-mission__img {
  flex: 0 0 652px;
}
@media (max-width:1240px) {
  .top-mission__img {
    flex: 0 0 50.1538%;
  }
}
@media (max-width:900px) {
  .top-mission__img {
    flex: initial;
  }
}

.top-mission__img img {
  width: 100%;
  object-fit: cover;
}

.top-mission__textarea {
  margin-top: 132px;
}
@media (max-width:900px) {
  .top-mission__textarea {
    margin-top: 0;
  }
}

.top-mission__text {
  font-size: clamp(0.875rem, 0.655rem + 0.94vw, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
}

.top-mission__btn-wrap {
  margin-top: 72px;
}
@media (max-width:900px) {
  .top-mission__btn-wrap {
    margin-top: 20px;
  }
}

/*--------------------------------
 私たちの想い
---------------------------------*/
/* トップ */
.top-about {}

/* ミッション */
.about {
  padding-top: 100px;
}
@media (max-width:900px) {
  .about {
    padding-top: 60px;
  }
}

.about__mission {
  /* 50 100 */
  padding: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem) 0;
  overflow-x: hidden;
}

.about__mission-title {
  /* 24->38 */
  font-size: clamp(1.5rem, 1.192rem + 1.31vw, 2.375rem);
  font-weight: 700;
  line-height: 1.5;
}

.about__mission-body {
  margin-top: 11px;
}
@media (max-width: 1024px) {
  .about__mission-body {
    margin-top: 0;
  }
}

.about__mission-textarea {
  margin-top: 21px;
}

.about__mission-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width:768px) {
  .about__mission-text {
    font-size: 14px;
  }
}

.about__mission-text + .about__mission-text {
  margin-top: 1em;
}

.about__mission-content {
  margin-top: 73px;
  display: flex;
  justify-content: space-between;
}
@media (max-width:1024px) {
  .about__mission-content {
    flex-direction: column;
    justify-content: initial;
  }
}
@media (max-width:900px) {
  .about__mission-content {
    margin-top: 30px;
    gap: 20px;
  }
}

.about__mission-img {
  flex: 0 0 638px;
  aspect-ratio: 638/479;
  margin-right: -82px;
  margin-bottom: -55px;
}
@media (max-width:1240px) {
  .about__mission-img {
    flex: 0 0 50%;
    aspect-ratio: initial;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width:1024px) {
  .about__mission-img {
    flex: initial;
  }
}

.about__mission-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width:1240px) {
  .about__mission-img img {
    height: auto;
  }
}

.about__value {
  /* 50 100 / 60 120 */
  padding: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem) 0 clamp(3.75rem, 2.43rem + 5.63vw, 7.5rem);
}

/* バリュー */
.about__value-content {
  margin-top: 60px;
}
@media (max-width:900px) {
  .about__value-content {
    margin-top: 30px;
  }
}

.about__value-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width:768px) {
  .about__value-items {
    gap: 30px;
  }
}

.about__value-item {
  padding-bottom: 40px;
  display: flex;
  gap: 60px;
}
.about__value-item:not(:last-of-type) {
  border-bottom: 1px solid #C2C2C2;
}
@media (max-width:1240px) {
  .about__value-item {
    gap: 20px;
  }
}
@media (max-width:900px) {
  .about__value-item {
    gap: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width:900px) {
  .about__value-item {
    flex-direction: column;
  }
}

.about__value-header {
  /* flex: 0 0 336px; */
  flex: 0 0 28%;
}
@media (max-width:900px) {
  .about__value-header {
    flex: initial;
  }
}

.about__value-body {
  flex: 1 1 auto;
}

.about__value-title {
  /* 24->22 40->30 */
  /* font-size: clamp(1.5rem, 1.148rem + 1.5vw, 2.5rem); */
  font-size: clamp(1.375rem, 1.199rem + 0.75vw, 1.875rem);
  font-weight: 700;
  line-height: 1.5;
}

.about__value-text {
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width:900px) {
  .about__value-text {
    font-size: 13px;
  }
}

/*--------------------------------
サービス
---------------------------------*/
.top-service {
  /* background: linear-gradient(126deg, #E6F5FF 0%, #EAFFFA 100%); */
  padding: 50px 0 150px;
}
@media (max-width:900px) {
  .top-service {
    padding: 50px 0 125px;
  }
}

.top-service__img {
  flex: 0 0 734px;
}
@media (max-width:1240px) {
  .top-service__img {
    flex: 0 0 56.4615%;
  }
}
@media (max-width:900px) {
  .top-service__img {
    flex: initial;
  }
}

.top-service__body {
  margin-top: 85px;
}
@media (max-width:900px) {
  .top-service__body {
    display: contents;
  }
}

.top-service__textarea {
  margin-top: 80px;
}
@media (max-width:900px) {
  .top-service__textarea {
    order: 2;
    margin-top: 0;
  }
}

.top-service__text {
  /* 14 - 24 */
  font-size: clamp(0.875rem, 0.655rem + 0.94vw, 1.5rem);
  font-weight: 700;
  line-height: calc(40/24);
  letter-spacing: 0.64px;
}

.top-service__img img {
  width: 100%;
  object-fit: cover;
}
@media (max-width:900px) {
  .top-service__img img {
    order: 1;
  }
}

.top-service__btn-wrap {
  margin-top: 72px;
}
@media (max-width:900px) {
  .top-service__btn-wrap {
    order: 3;
    margin-top: 20px;
  }
}

.top-service-list {
  display: grid;
  /* gap: 120px; */
  gap: 20px;
}

.service-box {
  display: flex;
  /* align-items: center; */
  /* column-gap: 56px; */
  /* flex-direction: row-reverse; */
  padding-bottom: 20px;
}
@media (any-hover: hover) {
  .service-box:hover .service-box__btn {
    border: 1.5px solid transparent;
    background: 
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%) border-box;
  }
}

.service-box:not(:last-of-type) {
  border-bottom: 1px solid #C2C2C2;
}

.service-box:nth-child(even) {
  /* flex-direction: row; */
}

.service-box__img-wrapper {
  /* flex: 0 1 50%; */
}

.service-box__header {
  flex: 0 0 296px;
  padding: 40px 0;
}

.service-box__img {
  border-radius: 10px;
}

.service-box__desc {
  flex: 1;
  display: grid;
  align-items: center;
  grid-template-columns: 186px 1fr 60px;
  column-gap: 40px;
  padding: 40px 40px;
}

.service-box__desc-text {
  color: var(--text-color);
  /* font-size: 18px; */
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.service-box__title {
  /* margin-bottom: 20px; */
  /* font-size: 32px; */
  /* font-size: 40px; */
  /* 28 32 */
  font-size: clamp(1.75rem, 1.662rem + 0.38vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-color);
}

.service-box__text {
  font-size: 16px;
  line-height: 1.8;
}

.service-box__btn {
  /* margin-top: 30px; */
  width: 60px;
  height: 60px;
  border-radius: 18px;
  border: 1.5px solid #C2C2C2;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  display: grid;
  place-items: center;
  transition: background 0.3s ease, border 0.3s ease;
}
/* @media (any-hover: hover) {
  .service-box__btn:hover {
    border: 1.5px solid transparent;
    background: 
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%) border-box;
  }
} */

.service {
  margin-top: 100px;
}
@media (max-width:900px) {
  .service {
    margin-top: 60px;
  }
}

.service__section {
  /* 60->120 100->200 */
  padding:120px 0 200px;
}
@media (max-width:900px) {
  .service__section {
    padding: 60px 0 100px;
  }
}

.service__lead {
  padding: 137px 0 52px;
}
@media (max-width:900px) {
  .service__lead {
    padding: 64px 0 10px;
  }
}

.service__lead-container {
  max-width: calc(1198px + (50px * 2));
  margin-inline: auto;
  padding: 0 50px;
}
@media (max-width:900px) {
  .service__lead-container {
    padding: 0 20px;
  }
}

.service__lead-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width:900px) {
  .service__lead-content {
    flex-direction: column;
    justify-content: initial;
    gap: 32px;
  }
}

.service__lead-img {
  flex: 0 0 449px;
}
@media (max-width:1240px) {
  .service__lead-img {
    flex: 0 0 35.2987%;
  }
}
@media (max-width:900px) {
  .service__lead-img {
    flex: initial;
  }
}

.service__lead-img img {
  width: 100%;
  object-fit: cover;
}

.service__lead-body {
  margin-top: 48px;
}
@media (max-width:900px) {
  .service__lead-body {
    margin-top: 0;
  }
}

.service__lead-text {
  /* font-size: 48px; */
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
}
@media (max-width:900px) {
  .service__lead-text {
    font-size: 24px;
  }
}

/*--------------------------------
採用情報ページ 2026/4 ページ新規作成
---------------------------------*/
.recruitment {
  padding-top: 100px;
}
@media (max-width:900px) {
  .recruitment {
    margin-top: 60px;
  }
}

.recruitment__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
@media (max-width:900px) {
  .recruitment__cards {
    grid-template-columns: 1fr;
  }
}

.recruitment__card {
  padding: 40px 40px;
  display: flex;
  gap: 40px;
}
@media (max-width:900px) {
  .recruitment__card {
    padding: 32px 10px;
    gap: 32px;
  }
}

.recruitment__card-img {
  flex: 0 0 70px;
}

.recruitment__card-img img {
  width: 100%;
  object-fit: cover;
}

.recruitment__card-body {
  flex: 1 1 auto;
}

.recruitment__card-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width:900px) {
  .recruitment__card-title {
    font-size: 18px;
  }
}

.recruitment__card-textarea {
  margin-top: 8px;
}

.recruitment__card-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width:900px) {
  .recruitment__card-text {
    font-size: 12px;
  }
}

.recruitment__message {
  padding: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem) 0;
}

.recruitment__message-content {
  margin-top: 60px;
  position: relative;
}
@media (max-width:900px) {
  .recruitment__message-content {
    margin-top: 30px;
  }
}

.recruitment__message-content::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -67px;
  display: block;
  /* 1005px */
  width: 83.75%;
  height: 494px;
  border-radius: 109px;
  background: linear-gradient(120deg, rgba(3, 133, 254, 0.07) 9.49%, rgba(0, 228, 161, 0.07) 90.48%);
  filter: blur(100px);
}
@media (max-width:900px) {
  .recruitment__message-content::after {
    transform: translate(-50%,-50%);
    bottom: initial;
    top: 50%;
    height: 400px;
  }
}

.recruitment__message-container {
  display: flex;
  align-items: center;
}
@media (max-width:900px) {
  .recruitment__message-container {
    flex-direction: column;
    align-items: center;
  }
}

.recruitment__message-body {
  flex: 1 1 auto;
}
@media (max-width:900px) {
  .recruitment__message-body {
    flex: initial;
  }
}

.recruitment__message-text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width:768px) {
  .recruitment__message-text {
    font-size: 14px;
  }
}

.recruitment__message-text + .recruitment__message-text {
  margin-top: 1.5em;
}

.recruitment__message-text .strong {
  color: #3F82F9;
  font-weight: 700;
}

.recruitment__message-img {
  /* flex: 0 0 515px; */
  flex: 0 0 43%;
  transform: translateX(-88px);
}
@media (max-width:1240px) {
  .recruitment__message-img {
    transform: none;
  }
}
@media (max-width:900px) {
  .recruitment__message-img {
    flex: initial;
  }
}

.recruitment__message-img img {
  width: 100%;
  object-fit: cover;
}

.recruitment__env {
  padding: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem) 0;
  background: var(--Linear, linear-gradient(126deg, #E6F5FF 0%, #EAFFFA 100%));
}

.recruitment__env-container {
  margin-top: 60px;
}
@media (max-width:768px) {
  .recruitment__env-container {
    margin-top: 30px;
  }
}

.recruitment__env-content {
  margin-top: 60px;
}
@media (max-width:768px) {
  .recruitment__env-content {
    margin-top: 30px;
  }
}

.recruitment__env-lead {
  width: fit-content;
  margin-inline: auto;
}

.recruitment__env-lead .text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (max-width:768px) {
  .recruitment__env-lead .text {
    font-size: 15px;
  }
}

.recruitment__welfare {
  padding: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem) 0;
}

.recruitment__welfare-content {
  margin-top: 60px;
}
@media (max-width:768px) {
  .recruitment__welfare-content {
    margin-top: 30px;
  }
}

.recruitment__job {
  padding: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem) 0;
  background: var(--Linear, linear-gradient(126deg, #E6F5FF 0%, #EAFFFA 100%));
}

.recruitment__job-content {
  margin-top: 60px;
}
@media (max-width:768px) {
  .recruitment__job-content {
    margin-top: 30px;
  }
}

.recruitment__job-textarea {
  width: fit-content;
  margin-inline: auto;
}

.recruitment__job-text {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width:768px) {
  .recruitment__job-text {
    font-size: 14px;
  }
}

.recruitment__job-btn {
  text-align: center;
  margin-top: 60px;
}
@media (max-width:768px) {
  .recruitment__job-btn {
    margin-top: 30px;
  }
}

.recruitment__faq {
  padding: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem) 0;
}

.recruitment__faq-content {
  margin-top: 60px;
}
@media (max-width:768px) {
  .recruitment__faq-content {
    margin-top: 30px;
  }
}

.recruitment__faq-item {
  padding: 40px 20px;
  border-bottom: 1px solid #C2C2C2;
}

.recruitment__faq-term {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 33px;
  cursor: pointer;
  position: relative;
}

.recruitment__faq-term .question,
.recruitment__faq-term .text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width:768px) {
  .recruitment__faq-term .question,
  .recruitment__faq-term .text {
    font-size: 14px;
  }
}

.recruitment__faq-term::before,
.recruitment__faq-term::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  display: inline-block;
  width: 18px;
  height: 1.5px;
  background-color: #2B2B2B;
  transition: transform 0.4s ease;
}

.recruitment__faq-term::after {
  transform: rotate(90deg);
}

.recruitment__faq-term.is-open::after {
  transform: rotate(0deg);
}

.recruitment__faq-term .question {
  flex: 0 0 1em;
}

.recruitment__faq-term .text {
  flex: 1 1 auto;
}

.recruitment__faq-desc {
  display: none;
}

.recruitment__faq-desc .desc-inner {
  padding-top: 28px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.recruitment__faq-desc .answer,
.recruitment__faq-desc .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width:768px) {
  .recruitment__faq-desc .answer,
  .recruitment__faq-desc .text {
    font-size: 13px;
  }
}

.recruitment__contact {
  padding: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem) 0;
  background: linear-gradient(126deg, #E6F5FF 0%, #EAFFFA 100%);
}

.recruitment__inner {
  max-width: calc(800px + ());
}

.recruitment__contact-content {
  margin-top: 20px;
}
@media (max-width:768px) {
  .recruitment__contact-content {
    margin-top: 0;
  }
}

/*--------------------------------
採用情報
---------------------------------*/
.recruit {
  /* max-width: 1400px; */
  /* margin: 0 auto; */
  background-color: #071D2A;
}

.recruit__container {
  max-width: 1440px;
  margin-inline: auto;
}

.recruit-box {
  /* position: relative; */
  display: flex;
  align-items: center;
  /* gap: 80px; */
  gap: clamp(1.25rem, -0.07rem + 5.63vw, 5rem);
}

.recruit-box__img-wrapper {
  /* width: 65%; */
  /* flex: 0 0 792px; */
  flex: 0 0 55%;
}
@media screen and (max-width:1240px) {
  .recruit-box__img-wrapper {
    flex: 0 0 50%
  }
}

.recruit-box__img {
  /* border-radius: 10px; */
  width: 100%;
  object-fit: cover;
}

.recruit-box__desc {
  /* flex: 1 1 auto; */
  display: flex;
  flex-direction: column;
  max-width: 448px;
  width: 100%;
  margin-left: auto;
  padding-left: 20px;
  /* align-items: flex-end; */
  /* position: absolute; */
  /* top: 24%; */
  /* right: 0; */
  /* width: 42%; */
  /* margin: 0; */
  /* padding: 5%; */
  /* border-radius: 10px 0 0 0; */
  /* background-color: #fff; */
}

.recruit-box__subtitle {
  font-size: 24px;
  color: var(--main-color);
  margin-bottom: 20px;
}

.recruit-box__text-title {
  margin-top: 40px;
  /* font-size: 22px; */
  /* font-size: 32px; */
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  /* margin-bottom: 15px; */
  margin-bottom: 20px;
}
@media screen and (max-width:1240px) {
  .recruit-box__text-title {
    margin-top: 20px;
  }
}

.recruit-box__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

.recruit-box__msg {
  /* font-size: 16px; */
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width:768px) {
  .recruit-box__msg {
    font-size: 12px;
  }
}

.recruit-box__btn {
  /* margin-top: 30px; */
  margin-top: 40px;
}
@media screen and (max-width:1240px) {
  .recruit-box__btn {
    margin-top: 20px;
  }
}

.underline-path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 29;
}

.recruit-box__bg-text {
  position: absolute;
  top: -28%;
  right: 7%;
  width: 66%;
  transform: rotate(-9deg);
}

.joinus-path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 22;
}

/*--------------------------------
 ニュース
---------------------------------*/
.news._single {
  padding-bottom: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem);
}

.news__content {
  margin-top: 60px;
}

.page-news {
  padding-top: 100px;
}
@media (max-width:900px) {
  .page-news {
    padding-top: 60px;
  }
}

.news__contents {
  padding: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem) 0;
}

.news-list {
  display: grid;
  /* column-gap: 30px; */
  column-gap: 48px;
  /* row-gap: 40px; */
  row-gap: 48px;
  grid-template-columns: repeat(3, 1fr);
}

.news-list__btn {
  /* margin-top: 40px; */
  margin-top: 60px;
  text-align: right;
}
@media (max-width:768px) {
  .news-list__btn {
    text-align: center;
    margin-top: 50px;
  }
}

.news-item__link {
  display: block;
  min-height: 370px;
  color: var(--text-color);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
  border-radius: 24px;
  border: 1.5px solid transparent;
  overflow: hidden;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .news-item__link:hover {
    background: 
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%) border-box;
  }
}

.news-item__thumb {
  /* margin-bottom: 15px; */
  margin-bottom: 20px;
  max-height: 240px;
  min-height: 240px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  /* aspect-ratio: 368 / 207; */
  /* border: 1px solid #ebebeb; */
}

.news-item__body {
  padding: 0 24px 24px;
}

.news-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  border-radius: 24px 24px 0 0;
  /* aspect-ratio: 800 / 534; */
}

.news-item__label {
  display: flex;
  flex-direction: row-reverse;
  /* column-gap: 15px; */
  /* margin-bottom: 8px; */
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}

.news-item__cat {
  /* font-size: 11px; */
  /* font-size: 14px; */
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  /* width: 110px; */
  width: 128px;
  text-align: center;
  color: var(--text-color);
  padding: 3.5px 8px;
  /* border-radius: 3px; */
  border-radius: 20px;
  /* background-color: #ebebeb; */
  background-color: #EEF8FD;
}

.news-item__date {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  /* font-size: 16px; */
  font-weight: 700;
  line-height: 1.5;
  color: #7A7A7A;
}

.news-item__title {
  /* font-size: 14px; */
  /* font-size: 16px; */
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.news__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-cat-list {
  max-width: 1300px;
  margin-inline: auto;
  display: flex;
  column-gap: 20px;
  align-items: center;
  margin-bottom: 60px;
  padding: 0 50px;
}
.news-cat-list._single {
  margin-top: 60px;
}

.news-cat-list li {
  font-size: 13px;
}

.news-cat-list li a {
  display: inline-block;
  color: #7A7A7A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 11.5px 10px;
  position: relative;
}
@media (any-hover: hover) {
  .news-cat-list li a:hover::after {
    opacity: 1;
  }
}

.news-cat-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #232323;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* .news-cat-list li a:hover {
  color: var(--main-color);
} */

.news-cat-list li.active a,
.news-cat-list li.current a {
  color: #232323;
}

.news-cat-list li.active a::after,
.news-cat-list li.current a::after {
  opacity: 1;
}

/* 記事 */
.article {
  max-width: 760px;
  margin: 0 auto;
}

.post-header {
  margin-bottom: 50px;
}

.post-header__label {
  display: flex;
  column-gap: 20px;
  margin-bottom: 10px;
  align-items: center;
}

.post-header__cat {
  font-size: 14px;
  width: 150px;
  text-align: center;
  color: var(--text-color);
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.post-header__date {
  font-size: 15px;
}

.post-header__title {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
}

.post-body p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.post-body a {
  text-decoration: underline;
  color: var(--link-color);
}

.post-body h2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 22px 22px 22px 25px;
  border-left: 8px solid var(--main-color);
  border-radius: 3px;
  background-color: #f7f7f7;
}

.post-body h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--main-color);
}

.post-body h3:first-of-type {
  margin-top: 0;
}

.post-body ul,
.post-body ol {
  font-size: 15px;
  margin-bottom: 30px;
  padding-left: 0.8em;
}

.post-body li {
  line-height: 1.5;
  margin-bottom: 0.8em;
  margin-left: 1em;
  list-style: disc;
}

.post-body ul > li {
  list-style: disc;
}

.post-body ol > li {
  list-style: decimal;
}

.post-body .map iframe {
  width: 100%;
  height: 450px;
}

.post__home-link {
  margin-top: 50px;
}

/* パンくず */
.breadcrumb {
  font-size: 12px;
  margin-bottom: 10px;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb-inner {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.breadcrumb ul {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb .material-icons-round {
  font-size: 15px;
  vertical-align: -2px;
  margin-right: 0.1em;
}

/* ページネーション */
.pagination {
  display: flex;
  text-align: center;
  row-gap: 10px;
  margin-top: 106px;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-numbers {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  border-radius: 14.4px;
  border: 1.2px solid #C2C2C2;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
  font-family: "Montserrat", sans-serif;
  /* font-size: 22px; */
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--text-color);
  background: linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
}
@media (max-width:768px) {
  .pagination .page-numbers {
    margin: 0 5px;
  }
}
.pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 14.4px;
  background: linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .pagination a.page-numbers:hover {
    background: transparent;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #fff;
  }
  .pagination a.page-numbers:hover::before {
    opacity: 1;
  }
  .pagination a.page-numbers.prev:hover::after,
  .pagination a.page-numbers.next:hover::after {
    background: #fff;
  }
}

.pagination .page-numbers.current {
  /* background: transparent; */
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #fff;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  display: grid;
  place-items: center;
  position: relative;
}

.pagination .page-numbers.prev {
  margin-right: 50px;
}
@media (max-width:768px) {
  .pagination .page-numbers.prev {
    margin-right: 0;
  }
}

.pagination .page-numbers.next {
  margin-left: 50px;
}
@media (max-width:768px) {
  .pagination .page-numbers.next {
    margin-left: 0;
  }
}

.pagination .page-numbers.prev::after,
.pagination .page-numbers.next::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: cover;
  background: linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%);
}

.pagination .page-numbers.prev::after {
  mask-image: url(./img/icon_pagination-left.png);
}

.pagination .page-numbers.next::after {
  mask-image: url(./img/icon_pagination-right.png);
}

/*--------------------------------
 会社概要
---------------------------------*/
/* 50 100/ 60 120 */
.company__vision {
  padding: clamp(3.125rem, 1.585rem + 6.57vw, 7.5rem) 0;
}

.company__outline {
  padding: clamp(3.125rem, 1.585rem + 6.57vw, 7.5rem) 0 clamp(3.75rem, 2.43rem + 5.63vw, 7.5rem);
}

.company__history {
  padding: clamp(3.125rem, 1.585rem + 6.57vw, 7.5rem) 0 clamp(3.75rem, 2.43rem + 5.63vw, 7.5rem);
}

.company-table {
  max-width: 800px;
  margin: 0 auto;
}

/*--------------------------------
 お問い合わせ
---------------------------------*/
.page-contact {
  padding-top: 100px;
}
@media (max-width:900px) {
  .page-contact {
    padding-top: 60px;
  }
}

.contact__contents {
  padding: 44px 0 82px;
}
@media (max-width:900px) {
  .contact__contents {
    padding: 0 0 32px;
  }
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.contact__body {
  margin-top: 56px;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  /* color: #fff; */
  color: #2B2B2B;
  padding: 64px 0 30px 0;
  background-color: #F3F3F3;
  /* background-color: #222; */
}

.footer .container {
  max-width: 1460px;
}

.footer-inner {
  display: flex;
  column-gap: 50px;
  margin-bottom: 80px;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__logo-img {
  /* width: 120px; */
  width: 174px;
}

.footer-contents {
  max-width: 719px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  /* column-gap: 48px; */
  justify-content: space-between;
}

.footer-nav__block:not(:last-of-type) {
  margin-bottom: 18px;
}

.footer-nav__title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  padding-left: 10px;
  position: relative;
}

.footer-nav__title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 4px;
  height: 18px;
  background-color: #2B2B2B;
}

.footer-nav__subtitle {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.footer-nav__list {
  display: grid;
  row-gap: 18px;
}
.footer-nav__list._short {
  row-gap: 8px;
}

.footer-nav__item {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: fit-content;
  position: relative;
}

.footer-nav__link {
  text-decoration: none;
  color: #2B2B2B;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.footer-nav__link--exlink::after {
  position: absolute;
  content: "";
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(img/icon_external-link-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.footer__copyright-wrap {
  padding-top: 40px;
  border-top: 1px solid #2B2B2B;
}

.footer__copyright {
  text-align: center;
  /* font-size: 11px; */
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 10;
}

.page-top__link {
  display: flex;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.page-top__icon {
  font-size: 32px;
  color: var(--main-color);
}

.page-top__link:hover {
  opacity: 0.8;
}

/*--------------------------------
 404
---------------------------------*/
.not-found {
  display: flex;
  height: 32vh;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.not-found__text {
  font-size: 24px;
  line-height: 1.5;
}

/*--------------------------------
事業内容
---------------------------------*/
.service-list {
  display: grid;
  /* gap: 120px; */
  gap: 160px;
}
@media (max-width:900px) {
  .service-list {
    /* gap: 40px; */
  }
}
@media (max-width:768px) {
  .service-list {
    gap: 80px;
  }
}

.service__body {
  /* margin-top: 6em; */
  /* counter-reset: service-number 0; */
}

.service-detail {
  display: flex;
  padding-bottom: 20px;
}
.service-detail:not(:last-of-type) {
  border-bottom: 1px solid #C2C2C2;
}
@media (max-width: 900px) {
  .service-detail {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .service-detail {
    padding-bottom: 40px;
  }
}

.service-detail-heading {
  /* margin-bottom: 2em; */
  /* flex: 0 0 305px; */
  display: flex;
  flex-direction: column;
  /* gap: 21px; */
}
@media (max-width: 900px) {
  .service-detail-heading {
    /* flex: initial; */
  }
}

.service-detail-heading__title {
  /* font-size: 64px; */
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media (max-width:768px) {
  .service-detail-heading__title {
    font-size: 26px;
  }
}

.service-detail-heading__title:before {
  /* position: absolute;
  top: -0.6em;
  left: 0;
  content: "0" counter(service-number);
  counter-increment: service-number;
  opacity: 0.2;
  display: inline-block;
  border-radius: 50%;
  font-size: 100px; */
}

.service-detail-heading__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
}
@media (max-width:900px) {
  .service-detail-heading__text {
    font-size: 14px;
  }
}

.service-detail__body {
  margin-top: 52px;
}
@media (max-width:900px) {
  .service-detail__body {
    margin-top: 32px;
  }
}

.service-detail__body + .service-detail__body {
  margin-top: 45px;
}
@media (max-width:900px) {
  .service-detail__body + .service-detail__body {
    margin-top: 24px;
  }
}

.service-detail__h3 {
  display: flex;
  flex-direction: column;
}

.service-detail__h3 .desc {
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5465;
  letter-spacing: 0.64px;
}
@media (max-width:900px) {
  .service-detail__h3 .desc {
    font-size: 14px;
    line-height: 1.8;
  }
}

.service-detail__h3 .en {
  color: var(--main-color);
  /* font-size: 48px; */
  font-size: 38px;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0.64px;
}
@media (max-width:900px) {
  .service-detail__h3 .en {
    /* font-size: 30px; */
    font-size: 24px;
  }
}

.service-detail__h3 .jp {
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
}
@media (max-width:900px) {
  .service-detail__h3 .jp {
    font-size: 14px;
  }
}

.service-detail-item__body {
  /* flex: 1 1 auto; */
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  /* gap: 40px; */
}
@media (max-width: 1240px) {
  .service-detail-item__body {
    /* gap: 20px; */
  }
}
@media (max-width: 768px) {
  .service-detail-item__body {
    /* flex-direction: column;
    gap: 10px; */
  }
}

.service-detail-item__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width:900px) {
  .service-detail-item__wrap {
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
    gap: 5px;
  }
}

.service-detail-heading__desc {
  font-size: 14px;
  line-height: 1.8;
  margin-left: 3em;
}

.service-detail-list {
  margin-top: 45px;
  flex: 1 1 auto;
  display: grid;
  row-gap: 16px;
}
@media (max-width:768px) {
  .service-detail-list {
    margin-top: 24px;
  }
}

.service-detail-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #C2C2C2;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .service-detail-item {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 12px;
  }
}

@media (any-hover: hover) {
  .service-detail-item:hover {
    opacity: 0.7;
  }
}

.service-detail-item__figure {
  /* flex: 0 0 36%; */
  flex: 0 0 20.57522%;
  min-width: 186px;
}
@media (max-width:768px) {
  .service-detail-item__figure {
    flex: initial;
    max-width: 186px;
  }
}

.service-detail-item__figure img {
  width: 100%;
  object-fit: cover;
}

.service-detail-item__title {
  /* font-size: 20px; */
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #2B2B2B;
}
@media (max-width:900px) {
  .service-detail-item__title {
    font-size: 14px;
  }
}

.service-detail-item__desc {
  max-width: 602px;
  width: 100%;
  padding-left: 26px;
  position: relative;
}
@media (max-width:900px) {
  .service-detail-item__desc {
    padding-left: 16px;
  }
}

.service-detail-item__desc::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 6px;
  height: 12px;
  background-image: url(img/icon_service-chevron-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;

}

.service-detail-item__desc p {
  color: #2B2B2B;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width:768px) {
  .service-detail-item__desc p {
    font-size: 13px;
  }
}

/* .service-detail-item__desc p:not(:last-of-type) {
  margin-bottom: 1em;
} */

.service-detail-item__link {
  /* margin-top: 2em; */
  /* text-align: center; */
  flex: 0 0 60px;
  height: 60px;
  border-radius: 18px;
}
@media (max-width:768px) {
  .service-detail-item__link {
    /* display: none; */
    align-self: end;
    flex: initial;
    width: 60px;
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }
}

.service-detail-item__link .button {
  border: 1.5px solid #C2C2C2;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  display: grid;
  place-items: center;
  transition: border 0.3s ease;
}
@media (max-width:768px) {
  .service-detail-item__link .button {
    border-radius: 12px;
  }
}

.service-detail-item__link .button img {
  width: 17.3px;
  height: 17.3px;
  object-fit: contain;
}
@media (max-width:768px) {
  .service-detail-item__link .button img {
    width: 15px;
    height: 15px;
  }
}

/*--------------------------------
会社情報
---------------------------------*/
.company {
  margin-top: 100px;
}
@media (max-width:900px) {
  .company {
    margin-top: 60px;
  }
}

.company__body {
  /* display: grid;
  row-gap: 120px; */
}

.company-block {
  /* max-width: 640px; */
  /* margin: 0 auto; */
  margin-top: 60px;
}
@media (max-width:900px) {
  .company-block {
    margin-top: 30px;
  }
}

.company-block__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}

/* .company-block__body p {
  font-size: 18px;
  line-height: 1.8;
} */

.company__vision-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.company__vision-sign {
  margin-top: 45px;
  text-align: right;
}
@media (max-width:768px) {
  .company__vision-sign {
    margin: 24px;
  }
}

.company-block__body p.company__vision-sign-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width:768px) {
  .company-block__body p.company__vision-sign-text {
    font-size: 15px;
  }
}

.company-block__body p .highlight {
  color: var(--main-color);
}

.company__outline-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width:900px) {
  .company__outline-list {
    gap: 20px;
  }
}

.company__outline-item {
  display: flex;
  padding-bottom: 28px;
  border-bottom: 1px solid #C2C2C2;
}
@media (max-width:900px) {
  .company__outline-item {
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
  }
}

.company__outline-term {
  flex: 0 0 330px;
  color: #7A7A7A;
  /* font-size: 18px; */
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width:900px) {
  .company__outline-term {
    flex: initial;
    font-size: 14px;
  }
}

.company__outline-desc {
  flex: 1 1 auto;
}
@media (max-width:900px) {
  .company__outline-desc {
    flex: initial;
  }
}

.company__outline-desc .text {
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width:768px) {
  .company__outline-desc .text {
    font-size: 14px;
  }
}

.company-block .map {
  margin-top: 43px;
  /* padding-right: 40px; */
  aspect-ratio: 984/298;
}
@media (max-width:900px) {
  .company-block .map {
    margin-top: 24px;
    aspect-ratio: 16/9;
  }
}

.company-block .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*media Queries 1025px以下
----------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
  .container-sm {
    padding: 0 30px;
  }
  .container-xs {
    padding: 0 30px;
  }
  .section {
    padding: 50px 0;
  }
  .btn {
    font-size: 14px;
    width: 250px;
  }
  .header {
    padding: 0 20px;
  }
  .header__nav {
    column-gap: 20px;
  }
  .gnav__list {
    /* column-gap: 20px; */
  }
  .heading-primary {
    /* font-size: 48px; */
  }
  .heading-primary__en {
    font-size: 48px;
  }
  .mv__img img {
    /* width: 51%; */
  }
  .recruit {
    padding: 40px 0;
  }
  .recruit-box {
    flex-direction: column;
  }
  .recruit-box__img-wrapper {
    flex: initial;
  }
  .recruit-box__desc {
    /* top: 10%; */
    max-width: initial;
    margin-left: initial;
    padding-right: 20px;
  }
  .news__heading {
    display: block;
  }
  .news-list {
    column-gap: 24px;
  }
  .news-cat-list {
    margin-top: 25px;
    padding: 0 20px;
  }
}

/*media Queries 768以下
----------------------------------------------------*/
@media screen and (max-width: 900px) {
  body {
    font-size: 15px;
  }

  /* レイアウト */
  .container {
    padding: 0 20px;
  }

  .container-sm {
    padding: 0 20px;
  }

  .container-xs {
    padding: 0 10px;
  }

  .section {
    padding: 40px 0;
  }

  .page-contents {
    padding: 60px 0 60px 0;
  }

  .main-contents._single-column {
    padding-top: 170px;
  }

  /* テーブル */
  .table-type01 {
    font-size: 13px;
  }

  .table-type01 th {
    width: 30%;
  }

  .table-type01 th,
  .table-type01 td {
    padding: 20px 10px;
  }

  /* ボタン */
  .btn {
    font-size: 14px;
    padding: 18px;
  }

  .btn:hover {
    transform: scale(1);
    background-color: var(--main-color);
  }

  .btn--center {
    max-width: 360px;
  }

  .btn .material-icons-round {
    font-size: 18px;
  }

  /* 見出し */
  .heading-primary {
    /* font-size: 48px; */
  }
  .heading-primary__en {
    font-size: 48px;
  }

  .heading-primary__subtitle {
    font-size: 14px;
    margin-top: 6px;
  }

  .section__heading {
    margin-bottom: 30px;
  }

  /* ヘッダー */
  .header {
    height: 60px;
    padding: 0 20px;
    background-color: #fff;
  }

  .header__logo-img {
    width: 100px;
  }

  /* グローバルナビ */
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    /* width: 210px; */
    width: 100%;
    height: 100%;
    z-index: 10;
    box-shadow: -10px 0 35px -20px rgb(0 0 0 / 25%);
    background-color: #fff;
  }

  .header__contact {
    /* text-align: center; */
    margin-left: 30px;
  }

  .header__nav .btn {
    font-size: 13px;
    width: 150px;
    padding: 15px 0;
  }

  .gnav__list {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    /* width: 210px; */
    /* row-gap: 25px; */
    row-gap: 32px;
    /* padding: 90px 20px 20px 20px; */
    padding: 105px 20px 80px 30px;
  }

  .gnav__list li a {
    color: var(--text-color);
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.75px;
  }

  .gnav__list li a:hover {
    color: var(--text-color);
  }

  .gnav__list li a--active {
    opacity: 0.6;
  }

  .gnav__list li .btn {
    font-size: 13px;
    width: 150px;
    padding: 15px 0;
  }

  .btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 60px;
    height: 60px;
    text-align: center;
    z-index: 100;
    padding: 21px 16px;
    outline: none;
    border: none;
    background: none;
    background-color: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    appearance: none;
  }

  .btn-menu__line {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    transition: all 0.4s;
    border-radius: 4px;
    background-color: var(--main-color);
  }

  .btn-menu__line::before,
  .btn-menu__line::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    transition: inherit;
    border-radius: 4px;
    background-color: var(--main-color);
  }

  .btn-menu__line::before {
    top: -7px;
  }

  .btn-menu__line::after {
    top: 7px;
  }

  .btn-menu.active .btn-menu__line {
    background-color: transparent;
  }

  .btn-menu.active .btn-menu__line::before,
  .btn-menu.active .btn-menu__line::after {
    top: 0;
    background-color: var(--main-color);
  }

  .btn-menu.active .btn-menu__line::before {
    transform: rotate(45deg);
  }

  .btn-menu.active .btn-menu__line::after {
    transform: rotate(-45deg);
  }

  /* メインビジュアル */
  .mv {
    /* position: relative; */
    /* display: flex; */
    /* height: auto; */
    margin: 60px auto 30px;
    /* padding: 0; */
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
  }

  .mv__titleArea {
    /* margin-top: 30px; */
    /* position: static; */
    /* transform: translateY(0); */
    /* transform: initial; */
    /* left: initial; */
    /* top: initial; */
    /* padding: 0 30px; */
  }

  .mv__title {
    /* font-size: max(8vw, 30px); */
    /* text-align: left; */
    /* color: #2B2B2B; */
    /* text-shadow: none; */
  }

  .mv__text {
    /* font-size: max(2.4vw, 15px); */
    /* line-height: 1.8; */
  }

  .mv__img {
    flex: initial;
  }

  .mv__img img {
    /* position: static;
    width: 100%;
    height: 40vh;
    z-index: -1;
    margin-bottom: 30px;
    border-radius: 0; */
  }

  /* サービス（TOP） */
  .top-service-list {
    gap: 30px;
  }

  .service-box {
    /* display: flex; */
    /* row-gap: 30px; */
    flex-direction: column;
  }

  .service-box__header {
    flex: initial;
    padding: 0;
  }

  .service-box__title {
    font-size: 22px;
  }

  .service-box__img-wrapper {
    /* margin-top: 0; */
  }

  .service-box__logo-img {
    width: 160px;
  }

  .service-box__text {
    font-size: 14px;
    line-height: 1.7;
  }

  .service-box__btn {
    /* text-align: center; */
  }

  /* 記事 */
  .post-header {
    margin-bottom: 20px;
  }

  .post-header__cat {
    font-size: 12px;
    width: 120px;
  }

  .post-header__date {
    font-size: 12px;
  }

  .post-header__title {
    font-size: 22px;
    line-height: 1.6;
  }

  .post-body p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .post-body h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .post-body h3 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .post__home-link {
    margin-top: 30px;
  }

  .single-post .post__article,
  .single-case .post__article {
    padding: 16px;
  }

  .single-post .media > .container,
  .single-case .media > .container {
    padding: 0;
  }

  /* .single-post .breadcrumb-wrapper,
.single-case .breadcrumb-wrapper {
  padding: 16px;
} */

  .post-wrapper {
    flex-direction: column;
    row-gap: 24px;
  }

  .post__title {
    font-size: 20px;
  }

  .post__info {
    margin-top: 8px;
  }

  .post__date {
    font-size: 12px;
  }

  .post__header {
    margin-bottom: 24px;
  }

  .post__body p {
    font-size: 15px;
    line-height: 1.8;
  }

  .rtoc-mokuji-content .rtoc-mokuji.level-1 {
    font-size: 14px;
  }

  /* .rtoc-mokuji-content .rtoc-mokuji.level-2 {
    display: none;
  } */

  .post__body h2 {
    font-size: 18px;
    border-radius: 4px;
  }

  .post__body h2:before {
    border-radius: 4px 0 0 4px;
  }

  .post__body h3 {
    font-size: 16px;
    padding-top: 1.5em;
  }

  .post__body h4 {
    font-size: 16px;
  }

  .post__header--case .post__title {
    font-size: 20px;
  }

  .post__company {
    font-size: 16px;
  }

  .post-company-info__item {
    font-size: 16px;
  }

  .post-company-info__item-label {
    font-size: 13px;
  }

  /* 著者プロフィール */
  .post-profile {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .post-profile__name {
    text-align: center;
  }

  .post-solution-box {
    padding: 16px;
  }

  .post-solution-box__inner::before {
    left: 28px;
  }

  .post-solution-box__title {
    font-size: 12px;
    width: 60px;
    height: 60px;
  }

  .post-solution-box__body {
    font-size: 14px;
    line-height: 1.4;
  }

  .post-solution-box__item::before {
    left: 27px;
  }

  .wp-block-image figcaption {
    font-size: 11px;
  }

  .ad-yaritori {
    padding: 24px;
  }

  .ad-yaritori__title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .ad-yaritori__subtitle {
    font-size: 14px;
    line-height: 1.5;
  }

  .ad-yaritori__links {
    flex-direction: column;
  }

  .post-pager__list {
    flex-direction: column;
    row-gap: 8px;
  }

  .post-pager__body {
    padding: 12px;
  }

  /* パターン */
  .pattern-cta {
    padding: 24px;
  }

  .pattern-cta .wp-block-button__link:hover {
    transform: none;
  }

  .pattern-cta-media-text {
    padding: 24px;
    row-gap: 16px;
  }

  .pattern-related {
    padding: 24px;
  }

  /* パターン 追従ページ内リンク */
  .pattern-sticky-link {
    background-color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
  }

  .pattern-sticky-link.is-fixed {
    position: fixed;
    top: 57px;
    width: 100%;
    z-index: 9999;
  }

  .post__body .pattern-sticky-link > .wp-block-column {
    flex-basis: unset !important;
    flex: 1 !important;
    text-align: center;
  }

  .post__body .pattern-sticky-link > .wp-block-column a {
    text-decoration: none;
    color: var(--text-color);
    display: block;
    transition: none;
    padding: 8px 0;
  }

  .pattern-sticky-link a.is-active {
    border-bottom: 3px solid var(--main-color);
  }

  .pattern-sticky-link p {
    margin-bottom: 0 !important;
  }

  /* サイドバー */
  .side-section {
    margin-bottom: 32px;
  }
  .side-sticky {
    display: none !important;
    opacity: none;
  }

  .side-banner {
    text-align: center;
  }

  /* 404 */
  .not-found__text {
    font-size: 15px;
  }

  /* ウェビナー詳細 */
  .logo__inner {
    padding: 30px 30px 40px;
  }

  .event-contents__title {
    font-size: calc((100vw - 415px) / 627 * 5 + 20px);
  }

  /* メディア */
  .media-cat {
    margin-bottom: 32px;
  }

  .media-cat__item a {
    /* font-size: 13px; */
    /* padding: 0 10px; */
  }

  .media-box__heading {
    margin-bottom: 16px;
  }

  .media-box__title {
    font-size: 18px;
  }

  .media-cards {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 24px;
  }

  .media-cards--col3 {
    grid-template-columns: 1fr;
  }

  .media-box-wrapper {
    row-gap: 40px;
  }

  /* .media-card__link:hover {
    opacity: 1;
  } */

  .media-card__thumb {
    margin-bottom: 8px;
  }

  .media-card__title {
    font-size: 13px;
  }

  .media-card__date {
    font-size: 11px;
  }

  /* 採用情報 */
  .recruit {
    /* overflow-x: hidden; */
  }

  .recruit-box {
    /* display: flex; */
    /* flex-direction: column-reverse; */
  }

  .recruit-box__img-wrapper {
    /* width: 100%; */
    flex: 0 0 55%;
  }

  .recruit-box__desc {
    /* position: static; */
    /* width: 100%; */
    margin-bottom: 20px;
    /* padding: 0; */
  }

  .recruit-box__btn {
    margin-top: 30px;
  }

  .recruit-box__text-title {
    margin-top: 30px;
    font-size: 20px;
  }

  .recruit-box__text {
    font-size: 14px;
    line-height: 1.7;
  }

  .recruit-box__btn {
    text-align: center;
  }

  .recruit-box__bg-text {
    top: 5%;
    right: 1%;
    width: 46%;
  }

  /* ニュース */
  .news-list {
    grid-template-columns: 1fr;
  }

  .breadcrumb {
    font-size: 11px;
  }

  /* フッター */
  .footer {
    padding: 50px 0 20px 0;
  }

  .footer-inner {
    margin-bottom: 60px;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .footer__logo-img {
    /* width: 80px; */
    width: 140px;
  }

  .footer-contents {
    flex-direction: column;
  }

  .footer-nav {
    margin-bottom: 50px;
  }

  .footer-nav__list {
    row-gap: 20px;
  }

  .footer-nav__item {
    font-size: 12px;
    line-height: 1.5;
  }

  .page-top__link {
    width: 40px;
    height: 40px;
  }

  .page-top__icon {
    font-size: 24px;
  }

  /* 404 */
  .not-found__text {
    font-size: 16px;
    line-height: 1.5;
  }

  /* 会社情報 */
  .company__body {
    /* row-gap: 48px; */
  }

  .company-block__title {
    font-size: 18px;
  }

  .company-block__body p {
    font-size: 15px;
  }

  .table-type01--history th {
    width: 16%;
  }

  /* 事業内容 */
  .service__body {
    /* margin-top: 4em; */
  }

  .service-detail-heading__title {
    /* font-size: 34px; */
  }

  /* .service-detail-heading__title:before {
    font-size: 64px;
  } */

  .service-detail-heading__desc {
    margin-left: 0;
  }
}

/* 2026/02/21追記 */
/*--------------------------------
メディア
---------------------------------*/
.page-media {
  padding-top: 100px;
}
@media (max-width:900px) {
  .page-media {
    padding-top: 60px;
  }
}

.media__contents {
  padding: clamp(3.125rem, 2.025rem + 4.69vw, 6.25rem) 0;
}

.media-cat {
  margin-bottom: 56px;
}

.media-cat__list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  justify-content: start;
  column-gap: 20px;
  row-gap: 8px;
}

.media-cat__item:not(:last-child) {
  /* border-right: 1px solid #eee; */
}

.media-cat__item a {
  display: inline-block;
  color: #7A7A7A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 11.5px 10px;
  position: relative;
}
@media (any-hover: hover) {
  .media-cat__item a:hover::after {
    opacity: 1;
  }
}

.media-cat__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #232323;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.media-cat__item--current a {
  color: #232323;
}

.media-cat__item--current a::after {
  opacity: 1;
}

.media-box-wrapper {
  display: grid;
  row-gap: 56px;
}

.media-box__heading {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.media-box__title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 1em;
}

.media-box__subtitle {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 1em;
}

.media-box__all-link {
  font-size: 14px;
  color: var(--main-color);
}

.media-box__bottom-btn {
  margin-top: 24px;
  text-align: center;
}

.media-box__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--main-color);
  content: "";
}

.media-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 24px;
}

.media-cards--col3 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 24px;
}

.media-card__link {
  display: block;
  min-height: 370px;
  color: var(--text-color);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
  border-radius: 24px;
  border: 1.5px solid transparent;
  overflow: hidden;
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .media-card__link:hover {
    background: 
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, #0385FE 9.49%, #00E4A1 90.48%) border-box;
  }
}

/* .media-card__link:hover {
  opacity: 0.8;
} */

.media-card__thumb {
  aspect-ratio: 16 / 9;
  margin-bottom: 16px;
}

.media-card__thumb > img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  border: 1px solid #eee;
}

.media-card__title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.media-card__body {
  padding: 0 24px 24px;
}

.media-card__date {
  display: inline-block;
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #7A7A7A;
}

.media-card__company {
  margin-top: 4px;
  font-size: 12px;
}

.media-card__tags {
  margin-top: 8px;
}

.media-card__tags:not(:has(.tag-list__item)) {
  display: none;
}

/*--------------------------------
ページネーション
---------------------------------*/
/* .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  text-align: center;

  column-gap: 10px;
  row-gap: 10px;
} */

/* .pagination .page-numbers {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 40px;
  color: #333;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  text-decoration: none;
} */

/* .pagination .current {
  font-weight: bold;
  font-weight: normal;
  color: #fff;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  font-size: 13px;
  width: 60px;
} */

/*--------------------------------
記事ページ
---------------------------------*/
.main-contents._single-column {
  /* padding-top: 90px; */
  padding-top: 210px;
  background-color: #dbedff;
}

.single-post .main-contents,
.single-case .main-contents {
  background-color: #dbedff;
}

.single-post .post__article,
.single-case .post__article {
  background-color: #fff;
  padding: 4% 5%;
  border-radius: 16px;
}

.single-post .container,
.single-case .container,
.single-column .container {
  max-width: 1320px;
}

.post-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 32px;
  margin-bottom: 32px;
}

.post-wrapper._single-column {
  margin-bottom: 0;
  padding-bottom: 32px;
}

.post__article {
  flex: 1;
  padding-bottom: 56px;
}

.post__article._single-column {
  background-color: #fff;
  padding: 4% 5%;
  border-radius: 16px;
}

.sidebar {
  flex: 0 0 348px;
  position: relative;
}

.post__header {
  margin-bottom: 32px;
  /* padding: 0 20px; */
}

.post__header--case .post__title {
  font-size: 28px;
  line-height: 1.5;
}

.post__title {
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
}

.post__company {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
}

.post-company-info {
  margin-top: 24px;
  display: flex;
  column-gap: 24px;
}

.post-company-info__item {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 18px;
  font-weight: bold;
}

.post-company-info__item-label {
  display: block;
  font-weight: bold;
  color: var(--main-color);
  background-color: var(--bg-color);
  padding: 8px 12px;
  font-size: 15px;
  border-radius: 4px;
}

.post-solution-box {
  margin-bottom: 32px;
  display: grid;
  border-radius: 8px;
  background-color: #f7f7f7;
  padding: 24px 32px;
  overflow: hidden;
}

.post-solution-box__inner {
  position: relative;
}

/* .post-solution-box__inner::before {
  border-left: 6px solid #e2e2e2;
  content: "";
  display: block;
  height: 100%;
  left: 38px;
  position: absolute;
  top: 0;
  width: 0;
} */

.post-solution-box__item {
  display: flex;
  align-items: stretch;
  column-gap: 16px;
  position: relative;
  padding-bottom: 16px;
  /* padding: 8px 0; */
}

.post-solution-box__item::before {
  border-left: 8px solid #e2e2e2;
  content: "";
  display: block;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  width: 0;
}

.post-solution-box__item:last-child::before {
  border-left: none;
}

/* .post-solution-box__item:first-child {
  padding-top: 0;
} */

.post-solution-box__item:last-child {
  padding-bottom: 0;
}

.post-solution-box__title {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: #595959;
  color: #fff;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.post-solution-box__title--solution {
  background-color: #fff;
  color: var(--main-color);
}

.post-solution-box__title--result {
  background-color: var(--main-color);
  color: #fff;
}

.post-solution-box__body {
  flex: 1;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.post-solution-box__body ul {
  list-style: disc;
  padding-left: 1.2em;
}

.post-solution-box__body li:not(:last-child) {
  margin-bottom: 4px;
}

.post-solution-box__body a {
  text-decoration: underline;
  color: var(--link-color);
}

/* .post-solution-box__cover-top {
  display: block;
  width: 80px;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  top: -50%;
  transform: translateY(25%);
}

.post-solution-box__cover-bottom {
  display: block;
  width: 80px;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-25%);
} */

.post__info {
  margin-top: 16px;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.post__date {
  display: block;
}

.post__eyecatch {
  margin-bottom: 24px;
  text-align: center;
}

.post__eyecatch > img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

.post__related {
  margin-bottom: 40px;
}

.post__body {
  /* background-color: #fcfcfc; */
  /* padding: 20px; */
  margin-bottom: 32px;
}

.post__body p {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 1.5em;
}

.post__body p > a {
  text-decoration: underline;
}

.post__body h2 {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 2.5em;
  padding: 0.8em 0.8em 0.8em 1.4em;
  margin-bottom: 1.2em;
  background-color: var(--bg-color);
  border-radius: 6px;
}

.post__body h2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 6px 0 0 6px;
  background-color: var(--main-color);
  content: "";
}

.post__body h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding-top: 2.5em;
  padding-bottom: 0.6em;
  margin-bottom: 1.2em;
}

.post__body h4 {
  margin-top: 2em;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1em;
}

.post__body img {
  max-width: 100%;
  height: auto;
}

.post__body ul,
.post__body ol {
  list-style: auto;
  padding-left: 1.3em;
  margin-bottom: 1em;
}

.post__body ul {
  list-style: disc;
}

.post__body ul li,
.post__body ol li {
  line-height: 1.7;
  margin-bottom: 0.2em;
}

.post__sns {
  margin-top: 16px;
  margin-bottom: 24px;
}

.sns-btn__list {
  display: flex;
  justify-content: right;
  column-gap: 8px;
}

.btn-sns {
  display: block;
  padding: 8px 12px 8px 8px;
  background-color: #0b66ff;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  column-gap: 4px;
  height: 34px;
}

.btn-sns--twitter {
  background-color: #000;
  color: #fff;
  border-radius: 4px;
}

.btn-sns:hover {
  opacity: 0.8;
}

.btn-sns__icon {
  width: 18px;
  height: 18px;
}

.btn-sns__icon--twitter {
  width: 16px;
  height: 16px;
}

.post__tag {
  border: 1px solid #ccc;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 4px;
}

.post__tag:not(:has(.tag-list__item)) {
  display: none;
}

/* 著者プロフィール */

/* 2026/5/3追記 */
.post-profile-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.post-profile {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #f8fbff;
  border: 2px solid #ecf3ff;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.post-profile._type02 {
  margin-bottom: 0;
}

.post-profile__body {
  flex: 1 1 auto;
}

.post-profile__figure {
  flex: 0 0 auto;
  max-width: 150px;
  width: 100%;
  position: relative;
}

.post-profile__figure img {
  width: 100%;
  object-fit: cover;
}

.post-profile__role {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #ed7e00;
  padding: 4px 8px;
  border-radius: 4px;
}

/* 2026/5/3 追記 */
.post-profile__figure._type02 {
  flex: 0 0 150px;
}
@media (max-width:900px) {
  .post-profile__figure._type02 {
    flex: 0 0 auto;
  }
}

.post-profile__img {
  width: 100%;
  border-radius: 50%;
}

.post-profile__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.post-profile__desc {
  font-size: 14px;
  line-height: 1.5;
}

.post-profile__desc p:not(:last-child) {
  margin-bottom: 0.5em;
}

.post-profile__desc a {
  text-decoration: underline;
}

.wp-block-button__link {
  text-decoration: none !important;
}

.wp-block-image figcaption {
  font-size: 14px;
}

hr {
  border: 0;
}

.wp-block-separator {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post__body .wp-block-image {
  margin: 0 auto 1.5rem;
}

.post__body .wp-block-image img {
  display: block;
  margin: 0 auto;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.list[class*="category-"] .post_links {
  margin-bottom: 2rem;
  border-bottom: none;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.wp-block-table tr,
.wp-block-table td {
  font-size: 16px;
  line-height: 2;
  border: 1px solid #000;
}

.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
  margin-top: 16px;
  text-align: center;
  display: block;
}

.wp-block-button__link {
  /* 2026/5/11 カラーパレットから指定のため削除 */
  /* background-color: var(--main-color); */
}

#rtoc-mokuji-wrapper {
  margin-top: 32px;
}

.single-news .rtoc-mokuji-content,
.single-report .rtoc-mokuji-content {
  display: none;
}

.function-secbox__inner {
  margin-bottom: 20px;
}
li.rtoc-item {
  text-indent: 0;
}

/* パターン */
.pattern-cta {
  margin-bottom: 1.5em;
  padding: 32px;
  border-radius: 16px;
  background-color: #fff6f1;
  border: 2px solid #ffe3d7;
}

.pattern-cta .wp-block-button__link {
  position: relative;
  font-size: 14px !important;
  font-weight: bold;
  width: 260px;
  padding: 1.2em;
  color: #fff;
  line-height: 1.4;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  border-radius: 50px;
  background-color: #f25816;
  box-shadow: 0px 8px 32px 0px rgba(242, 88, 22, 0.4);
}

.pattern-cta .wp-block-button__link:hover {
  text-decoration: none;
  transform: scale(0.96);
}

.pattern-cta .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
}

.pattern-cta-media-text {
  border: solid 2px #eae8e4;
  border-radius: 16px;
  padding: 32px;
  column-gap: 32px;
  margin-bottom: 1.5em;
}

.pattern-cta-media-text p {
  font-size: 15px;
  margin-bottom: 0.5em;
}

.pattern-cta-media-text p:last-child {
  margin-bottom: 0;
}

.pattern-cta-media-text .wp-block-heading {
  border-bottom: none;
  color: var(--text-color);
  font-size: 16px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0.5em;
}

.pattern-cta-media-text .wp-block-media-text__content {
  padding: 0;
}

.pattern-related {
  padding: 32px;
  background-color: #f9f5ed;
  border-radius: 16px;
  margin-bottom: 1.5em;
}

.pattern-related p:last-child {
  margin-bottom: 0;
}

/* パターン 追従ページ内リンク */
.pattern-sticky-link {
  display: none !important;
}

/* 2026/5/11 追加 */
.pattern-anchor-list {}

.pattern-anchor-list .pattern-anchor-list__title {
  margin-bottom: 0 !important;
  font-weight: bold;
  background-color: #717171;
  padding: 0.5em 1em;
  border-radius: 50px;
  text-align: center;
  position: relative;
  color: #fff;
  margin-bottom: 1.5em !important;
}
@media (max-width:768px) {
  .pattern-anchor-list .pattern-anchor-list__title {
    /* display: none; */
    font-size: 14px;
  }
}

.pattern-anchor-list .pattern-anchor-list__title::before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background-color: #717171;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width:768px) {
  .pattern-anchor-list .pattern-anchor-list__title::before {
    /* content: none; */
  }
}

.pattern-anchor-list__body {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px;
  margin-top: 0 !important;
}

.pattern-anchor-list__body .wp-block-buttons > .wp-block-button {
  display: block;
}

.pattern-anchor-list__body .wp-block-buttons.is-layout-flex {
  display: block;
}

.pattern-anchor-list__btn-wrapper a {
  border: 1px solid #717171;
  border-radius: 50px;
  padding: 1em;
  font-size: 16px;
  line-height: 1.3;
  color: #717171;
  text-decoration: none !important;
  background-color: transparent;
  background-image: url(img/icon_arrow-down-gray.svg);
  background-repeat: no-repeat;
  background-position: right 5% center;
  background-size: 12px;
  padding-right: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== 目次 ===== */
#rtoc-mokuji-wrapper {
  position: relative;
  margin-top: 32px;
  background-color: #f5f5f5;
  padding: 32px;
  border-radius: 8px 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
  max-height: 150px; /* ←初期状態は一部だけ表示 */
  overflow: hidden; /* 残りは隠す */
  transition: max-height 0.3s ease;
}

#rtoc-mokuji-wrapper.expanded {
  max-height: 4000px; /* ←展開後は十分大きくする */
}

#rtoc-mokuji-wrapper #rtoc-mokuji-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#rtoc-mokuji-wrapper.rtoc-mokuji-content .rtoc-mokuji li > a {
  color: #7a7a7a;
  border-bottom: 1px solid #e7e7e7;
  padding: 4px 0;
  display: block;
  font-size: 14px;
}

/* ===== 目次の下部フェード（続きがある気配を出す） ===== */
#rtoc-mokuji-wrapper .mokuji-fader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; /* 枠の最下部に被せる */
  height: 60px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(247, 247, 247, 0) 0%,
    rgba(247, 247, 247, 1) 100%
  );
}
/* 展開時はフェードを消す */
#rtoc-mokuji-wrapper.expanded .mokuji-fader {
  display: none;
}

/* ===== 目次のボタン ===== */
.mokuji-toggle {
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 8px 14px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  background-color: #f5f5f5;
}

/* SVGアイコンのサイズ＆回転アニメーション */
.mokuji-toggle .toggle-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.25s ease;
}

/* 展開時は下向きシェブロンを上向きに（隣接兄弟セレクタで制御） */
#rtoc-mokuji-wrapper.expanded + .mokuji-toggle .toggle-icon {
  transform: rotate(180deg);
}

.rtoc-mokuji-content.frame1 {
  border: none !important;
}

/*--------------------------------
ページャー
---------------------------------*/
.post-pager__list {
  margin-top: 32px;
  margin-bottom: 20px;
  display: flex;
  column-gap: 16px;
}

.post-pager__item {
  border-radius: 5px;
  line-height: 1.6;
  overflow: hidden;
  flex: 0 0 47%;
}

.post-pager__link {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
}

.post-pager__link .post-pager__icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.post-pager__item--prev .post-pager__link {
  border-left: 20px solid var(--main-color);
}

.post-pager__item--prev .post-pager__icon {
  left: -19px;
  background-image: url(img/icon_pager-arrow-left-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.post-pager__item--next .post-pager__link {
  border-right: 20px solid var(--main-color);
}

.post-pager__item--next .post-pager__icon {
  right: -19px;
  background-image: url(img/icon_pager-arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.post-pager__item--next .post-pager__link {
  flex-direction: row-reverse;
}

.post-pager__body {
  display: flex;
  flex: 1;
}
.post-pager__title {
  font-size: 12px;
  word-break: break-all;
}

.post-pager__body {
  padding: 15px;
}

.post-pager__img {
  flex: 0 0 40%;
}

.post-pager__img {
  height: 100%;
}

.post-pager__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-pager__bottom-btn {
  margin-top: 24px;
  text-align: center;
}

/*--------------------------------
記事内バナー
---------------------------------*/
.ad-yaritori {
  margin-top: 2em;
  margin-bottom: 40px;
  padding: 30px;
  border: 3px solid var(--main-color);
  border-radius: 10px;
  background-color: #edf6ff;
}

.ad-yaritori__title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
}

.ad-yaritori__title span {
  color: var(--main-color);
}

.ad-yaritori__subtitle {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.ad-yaritori__subtitle span {
  color: var(--main-color);
}

.ad-yaritori__links {
  display: flex;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
}

/*--------------------------------
サイドバー
---------------------------------*/
.side-section {
  margin-bottom: 16px;
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
}
.side-sticky {
  position: fixed;
  top: 96px;
  display: none;
  max-width: 348px;
  z-index: 1;
}
.side-sticky .side-banner:not(:last-child) {
  margin-bottom: 24px;
}

.side-sticky.bottom {
  position: absolute;
  top: auto;
  bottom: 10px;
}

.side-section__title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}

.side-section__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--main-color);
  content: "";
}

.article-list__item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
}

.article-list__item:last-child {
  margin-bottom: 0;
}

.article-list__link {
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
}

.article-list__thumb {
  flex: 0 1 100px;
}

.article-list__thumb > img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  border: 1px solid #eee;
}

.article-list__body {
  flex: 1;
}

.article-list__title {
  font-size: 13px;
  line-height: 1.5;
}

.article-list__title--line2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.article-list__company {
  font-size: 12px;
  margin-top: 4px;
}

.side-cat__list {
  padding-left: 1.5em;
  list-style: inherit;
  display: grid;
  row-gap: 8px;
}

.side-cat__item {
  font-size: 15px;
  line-height: 1.4;
}

.side-cat__item a:hover {
  color: var(--main-color);
}

.side-section__btn {
  text-align: center;
  margin-top: 16px;
}

.side-section__btn > .btn {
  width: 100%;
}

.tag-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.label-tag {
  display: block;
  font-weight: bold;
  color: var(--main-color);
  background-color: var(--bg-color);
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 4px;
}

.label-tag--sm {
  padding: 6px 8px;
  font-size: 10px;
}

/*--------------------------------
ラベル
---------------------------------*/
.label {
  display: inline-block;
  font-size: 12px;
  /* width: 100px; */
  text-align: center;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: var(--main-color);
}

.label-news {
  font-size: 12px;
  width: 120px;
  text-align: center;
  color: var(--text-color);
  padding: 5px;
  border-radius: 2px;
  background-color: #f4f4f4;
}

.label-article {
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 6px;
  border-radius: 4px;
  background-color: var(--main-color);
}

@media screen and (max-width:768px) {
  /* レイアウト */
  .main-contents._single-column {
    padding-top: 110px;
  }

  /* ボタン */
  .new-link-btn {
    max-width: 250px;
    font-size: 14px;
  }

  /* MV */
  .mv__title {
    /* font-size: 30px; */
  }

  .mv__title span.lg {
    /* font-size: 30px; */
  }

  .mv__title span.sm {
    /* font-size: 30px; */
  }

  /* メディア */
  .media-cat {
    /* margin-bottom: 32px; */
    margin-bottom: 50px;
  }

  .media-cat__item a {
    font-size: 13px;
    /* padding: 0 10px; */
  }

  .media-box__heading {
    margin-bottom: 16px;
  }

  .media-box__title {
    font-size: 18px;
  }

  .media-cards {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 1fr;
    /* column-gap: 16px;
    row-gap: 24px; */
  }

  .media-cards--col3 {
    grid-template-columns: 1fr;
  }

  .media-box-wrapper {
    row-gap: 40px;
  }

  /* .media-card__link:hover {
    opacity: 1;
  } */

  .media-card__thumb {
    margin-bottom: 8px;
  }

  .media-card__title {
    font-size: 13px;
  }

  .media-card__date {
    font-size: 11px;
  }

  /* ラベル */
  .label {
    font-size: 11px;
    padding: 4px 12px;
  }

  .label-news {
    font-size: 11px;
  }

  .label-article {
    font-size: 11px;
    padding: 4px 12px;
  }

  .service-box__desc {
    grid-template-columns: 1fr 45px;
    grid-template-rows: repeat(2, auto);
    column-gap: 10px;
    padding: 20px 0 0 0;
  }

  .service-box__title {
    text-align: center;
  }

  .service-box__desc img {
    max-width: 300px;
    width: 100%;
    grid-column: 1/3;
    grid-row: 1/2;
    justify-self: center;
  }

  .service-box__desc-text {
    margin-top: 20px;
    grid-column: 1/2;
    grid-row: 2/3;
    font-size: 13px;
  }

  .service-box__btn {
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: end;
    justify-self:end;
    border-radius: 12px;
  }

  .service-box__btn {
    width: 45px;
    height: 45px;
  }
}

/* 2026/5/3追記 ブロックエディタ */
.marker {
  background: linear-gradient(to bottom, #fff176 0%, #ffeb3b 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.5em;
  background-position: 0 100%;
}

.u-inline-block {
  display: inline-block;
}

/* =========================================================
  共通ヘッダー・フッター（2026年改修）
========================================================= */
.site-header,
.site-footer {
  --site-blue: #0385fe;
  --site-green: #00e4a1;
  --site-ink: #222;
  --site-bg-blue: #e6f5ff;
  --site-bg-green: #eafffa;
  --site-gradient: linear-gradient(120deg, #0385fe 9.49%, #00e4a1 90.48%);
  box-sizing: border-box;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

.site-header *,
.site-header *::before,
.site-header *::after,
.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}

.site-skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 1200;
  padding: 12px 18px;
  border-radius: 8px;
  color: #fff;
  background: #071d2a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: top 0.2s ease;
}

.site-skip-link:focus {
  top: 12px;
}

.site-content {
  scroll-margin-top: 96px;
}

.site-content:focus {
  outline: none;
}

/* Match legacy lower-page offsets to the renewed fixed header. */
body:not(.home) .about,
body:not(.home) .recruitment,
body:not(.home) .page-news,
body:not(.home) .page-contact,
body:not(.home) .page-media,
body:not(.home) .page-contents {
  padding-top: 80px;
}

body:not(.home) .service,
body:not(.home) .company {
  margin-top: 80px;
}

body:not(.home) .recruitment {
  margin-top: 0;
}

#mission,
#value,
#message,
#outline,
#history,
#media,
#support,
#saas {
  scroll-margin-top: 100px;
}

/* Click feedback
--------------------------------------------------------- */
.click-fx {
  position: fixed;
  z-index: 9999;
  border: 1px solid var(--fx, #8a9299);
  border-radius: 53% 47% 56% 44% / 48% 55% 45% 52%;
  pointer-events: none;
  translate: -50% -50%;
  animation: click-pop 2.8s cubic-bezier(.1, .55, .18, 1) forwards;
}

@keyframes click-pop {
  0% {
    width: 8px;
    height: 8px;
    border-radius: 53% 47% 56% 44% / 48% 55% 45% 52%;
    opacity: .4;
    transform: rotate(0deg);
  }

  40% {
    opacity: .2;
  }

  100% {
    width: 180px;
    height: 180px;
    border-radius: 45% 55% 48% 52% / 55% 44% 56% 45%;
    opacity: 0;
    transform: rotate(40deg);
  }
}

/* Header
--------------------------------------------------------- */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 48px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.06);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-feature-settings: normal;
  letter-spacing: normal;
}

.site-header__logo {
  position: relative;
  z-index: 3;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0;
  color: var(--site-ink);
  text-decoration: none;
}

.site-header__logo-img {
  display: block;
  width: 172px;
  max-width: none;
  height: 40px;
}

.site-header__logo:focus-visible,
.site-nav__link:focus-visible,
.site-nav__submenu-link:focus-visible,
.site-nav__contact:focus-visible,
.site-menu-toggle:focus-visible,
.site-footer__logo:focus-visible,
.site-footer__nav-link:focus-visible {
  outline: 3px solid rgba(3, 133, 254, 0.42);
  outline-offset: 4px;
}

.site-header__nav {
  display: flex;
  align-items: center;
}

.site-nav__list,
.site-nav__submenu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 36px;
}

.site-nav__item {
  position: relative;
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.site-nav__link {
  position: relative;
  display: inline;
  padding: 6px 0;
  color: var(--site-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  transition: color 0.25s ease;
}

.site-nav__link::before {
  content: none;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
  color: var(--site-blue);
}

.site-nav__link--parent {
  padding-right: 0;
}

.site-nav__link--parent::after {
  content: none;
}

.site-nav__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 4;
  min-width: 190px;
  padding-top: 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

.site-nav__item--has-submenu:hover .site-nav__submenu,
.site-nav__item--has-submenu:focus-within .site-nav__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

@media (min-width: 961px) {
  .site-nav__item--has-submenu.is-submenu-dismissed
    .site-nav__link--parent::after {
    content: none;
  }

  .site-nav__item--has-submenu.is-submenu-dismissed .site-nav__submenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
  }
}

.site-nav__submenu-list {
  display: flex;
  align-items: center;
  gap: 36px;
  min-width: 190px;
  padding: 10px;
  border: 1px solid rgba(3, 133, 254, 0.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(3, 133, 254, 0.14);
}

.site-nav__submenu-link {
  display: block;
  padding: 10px 16px;
  border-radius: 9px;
  color: var(--site-ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.site-nav__submenu-link:hover,
.site-nav__submenu-link:focus-visible {
  color: var(--site-blue);
  background: linear-gradient(
    126deg,
    var(--site-bg-blue),
    var(--site-bg-green)
  );
}

.site-nav__contact {
  position: relative;
  z-index: 0;
  display: inline-block;
  min-width: 0;
  padding: 12px 28px;
  overflow: hidden;
  border-radius: 999px;
  color: #fff;
  background: var(--site-gradient);
  box-shadow: 0 4px 14px rgba(3, 133, 254, 0.25);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.site-nav__contact:hover,
.site-nav__contact:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(3, 133, 254, 0.35);
}

.site-menu-toggle {
  position: relative;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 14px;
  border: 0;
  border-radius: 50%;
  color: var(--site-blue);
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
  appearance: none;
}

.site-menu-toggle__line,
.site-menu-toggle__line::before,
.site-menu-toggle__line::after {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition:
    top 0.3s ease,
    transform 0.3s ease,
    opacity 0.2s ease;
}

.site-menu-toggle__line {
  position: relative;
}

.site-menu-toggle__line::before {
  top: -7px;
}

.site-menu-toggle__line::after {
  top: 7px;
}

.site-menu-toggle.is-open .site-menu-toggle__line {
  background: transparent;
}

.site-menu-toggle.is-open .site-menu-toggle__line::before {
  top: 0;
  transform: rotate(45deg);
}

.site-menu-toggle.is-open .site-menu-toggle__line::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Footer
--------------------------------------------------------- */
.site-footer {
  color: #2b2b2b;
  padding: 64px 0 30px;
  background: #f3f3f3;
}

.site-footer__container {
  width: 100%;
  max-width: 1460px;
  padding: 0 50px;
  margin: 0 auto;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 760px);
  gap: 50px;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 80px;
}

.site-footer__logo {
  display: inline-flex;
  width: fit-content;
  color: #2b2b2b;
  text-decoration: none;
}

.site-footer__logo-img {
  display: block;
  width: 174px;
  max-width: 100%;
  height: 40px;
}

.site-footer__contents {
  display: grid;
  grid-template-columns: minmax(130px, 0.8fr) minmax(220px, 1.35fr) minmax(
      170px,
      1fr
    );
  gap: clamp(32px, 4vw, 64px);
  width: 100%;
}

.site-footer__nav-title {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 20px;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.site-footer__nav-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 18px;
  background: #2b2b2b;
  content: "";
  transform: translateY(-50%);
}

.site-footer__nav-block:not(:last-child) {
  margin-bottom: 18px;
}

.site-footer__nav-subtitle {
  padding: 0;
  margin: 0 0 8px;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.site-footer__nav-list {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__nav-list--short {
  gap: 8px;
}

.site-footer__nav-item {
  position: relative;
  width: fit-content;
  padding: 0;
  margin: 0;
}

.site-footer__nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 1px 0;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.25s ease;
}

.site-footer__nav-link--external::after {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background: url("img/icon_external-link-black.svg") center / contain
    no-repeat;
  content: "";
}

.site-footer__nav-link:hover,
.site-footer__nav-link:focus-visible {
  color: var(--site-blue);
}

.site-footer__copyright-wrap {
  padding-top: 40px;
  border-top: 1px solid #2b2b2b;
}

.site-footer__copyright {
  padding: 0;
  margin: 0;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.site-footer__copyright small {
  font-size: inherit;
}

.site-menu-open {
  position: fixed;
  top: var(--site-menu-scroll-offset, 0);
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 960px) {
  body:not(.home) .about,
  body:not(.home) .recruitment,
  body:not(.home) .page-news,
  body:not(.home) .page-contact,
  body:not(.home) .page-media,
  body:not(.home) .page-contents {
    padding-top: 72px;
  }

  body:not(.home) .service,
  body:not(.home) .company {
    margin-top: 72px;
  }

  #mission,
  #value,
  #message,
  #outline,
  #history,
  #media,
  #support,
  #saas {
    scroll-margin-top: 88px;
  }

  .site-header {
    height: 72px;
    padding: 0 16px 0 20px;
  }

  .site-header__logo-img {
    width: 138px;
    height: auto;
  }

  .site-header__nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: block;
    height: 100dvh;
    padding: 104px 20px 40px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s ease;
  }

  .site-header__nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .site-nav__item {
    width: 100%;
    border-bottom: 1px solid rgba(34, 34, 34, 0.09);
  }

  .site-nav__link {
    display: flex;
    width: 100%;
    padding: 18px 2px;
    font-size: 17px;
    font-weight: 700;
  }

  .site-nav__link::before {
    content: none;
  }

  .site-nav__link--parent {
    padding-right: 20px;
  }

  .site-nav__link--parent::after {
    right: 4px;
    transform: translateY(-70%) rotate(45deg);
  }

  .site-nav__item--has-submenu:hover .site-nav__link--parent::after,
  .site-nav__item--has-submenu:focus-within .site-nav__link--parent::after {
    transform: translateY(-70%) rotate(45deg);
  }

  .site-nav__submenu {
    position: static;
    min-width: 0;
    padding: 0 0 16px 12px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .site-header__nav:not(.is-open) .site-nav__submenu {
    visibility: hidden;
  }

  .site-header__nav.is-open .site-nav__submenu {
    visibility: visible;
  }

  .site-nav__item--has-submenu:hover .site-nav__submenu,
  .site-nav__item--has-submenu:focus-within .site-nav__submenu {
    transform: none;
  }

  .site-nav__submenu-list {
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav__submenu-link {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
  }

  .site-nav__item--contact {
    padding-top: 28px;
    border-bottom: 0;
  }

  .site-nav__contact {
    display: flex;
    width: 100%;
    min-height: 52px;
  }

  .site-menu-toggle {
    display: flex;
  }

  .site-footer {
    padding: 52px 0 24px;
  }

  .site-footer__container {
    padding: 0 28px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 44px;
    margin-bottom: 56px;
  }

  .site-footer__contents {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .site-header__nav {
    top: 46px;
    height: calc(100dvh - 46px);
  }
}

@media (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }

  .admin-bar .site-header__nav {
    top: 32px;
    height: calc(100dvh - 32px);
  }
}

@media (min-width: 961px) {
  .admin-bar .site-header__nav {
    top: auto;
    height: auto;
  }
}

@media (max-width: 640px) {
  body:not(.home) .about,
  body:not(.home) .recruitment,
  body:not(.home) .page-news,
  body:not(.home) .page-contact,
  body:not(.home) .page-media,
  body:not(.home) .page-contents {
    padding-top: 64px;
  }

  body:not(.home) .service,
  body:not(.home) .company {
    margin-top: 64px;
  }

  #mission,
  #value,
  #message,
  #outline,
  #history,
  #media,
  #support,
  #saas {
    scroll-margin-top: 80px;
  }

  .site-header {
    height: 64px;
  }

  .site-header__logo-img {
    width: 124px;
  }

  .site-header__nav {
    padding: 88px 20px 32px;
  }

  .site-menu-toggle {
    width: 48px;
    height: 48px;
  }

  .site-footer__container {
    padding: 0 20px;
  }

  .site-footer__inner {
    gap: 36px;
    margin-bottom: 48px;
  }

  .site-footer__contents {
    gap: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .click-fx {
    display: none;
  }

  .site-skip-link,
  .site-header__nav,
  .site-nav__link,
  .site-nav__link::before,
  .site-nav__link--parent::after,
  .site-nav__submenu,
  .site-nav__submenu-link,
  .site-nav__contact,
  .site-menu-toggle__line,
  .site-menu-toggle__line::before,
  .site-menu-toggle__line::after,
  .site-footer__nav-link {
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }
}

/* =========================================================
  トップページ（2026年改修）
========================================================= */
.renewal-front {
  --renewal-front-blue: #0385fe;
  --renewal-front-blue-text: #0072d8;
  --renewal-front-green: #00e4a1;
  --renewal-front-cyan: #23a9fb;
  --renewal-front-ink: #222;
  --renewal-front-ink-soft: #4f545a;
  --renewal-front-navy: #071d2a;
  --renewal-front-bg-blue: #e6f5ff;
  --renewal-front-bg-green: #eafffa;
  --renewal-front-gradient: linear-gradient(120deg, #0385fe 9.49%, #00e4a1 90.48%);
  --renewal-front-text-gradient: linear-gradient(120deg, #0072d8 9.49%, #007e63 90.48%);
  color: var(--renewal-front-ink);
  overflow: hidden;
  overflow: clip;
  background-color: #fff;
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0;
}

.renewal-front,
.renewal-front *,
.renewal-front *::before,
.renewal-front *::after {
  box-sizing: border-box;
}

.renewal-front img,
.renewal-front svg {
  display: block;
  max-width: 100%;
}

.renewal-front__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1300px);
  margin-inline: auto;
  padding-inline: 50px;
}

.renewal-front__heading {
  display: flex;
  width: fit-content;
  margin: 0;
  flex-direction: column;
  color: var(--renewal-front-ink);
}

.renewal-front__heading-line {
  display: block;
  overflow: hidden;
}

.renewal-front__heading-line--en {
  font-family: "Inter", sans-serif;
  font-size: clamp(2.75rem, 5.6vw, 4.625rem);
  font-weight: 700;
  line-height: 1.2;
}

.renewal-front__heading-line--ja {
  color: var(--renewal-front-blue);
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.3;
}

.renewal-front__heading-text {
  display: inline-block;
}

.renewal-front__heading-line--en .renewal-front__heading-text {
  color: var(--renewal-front-blue);
  background: var(--renewal-front-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.renewal-front__heading--light .renewal-front__heading-line--en .renewal-front__heading-text {
  color: #fff;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.renewal-front__heading--light .renewal-front__heading-line--ja {
  color: #fff;
}

.renewal-front .renewal-front-recruit .renewal-front__heading--light.is-visible
  .renewal-front__heading-line--en .renewal-front__heading-text {
  animation: renewal-front-neon-on 1.8s ease .5s both;
}

@keyframes renewal-front-neon-on {
  0% {
    text-shadow: none;
  }

  8% {
    text-shadow:
      0 0 10px rgba(127, 212, 255, .9),
      0 0 32px rgba(3, 133, 254, .7);
  }

  12% {
    text-shadow: none;
  }

  18% {
    text-shadow:
      0 0 10px rgba(127, 212, 255, .9),
      0 0 32px rgba(3, 133, 254, .7);
  }

  24% {
    text-shadow: 0 0 4px rgba(127, 212, 255, .4);
  }

  32%,
  100% {
    text-shadow:
      0 0 10px rgba(127, 212, 255, .8),
      0 0 32px rgba(3, 133, 254, .6);
  }
}

.renewal-front.is-enhanced [data-renewal-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s cubic-bezier(.25, .46, .45, .94),
    transform 0.9s cubic-bezier(.25, .46, .45, .94);
}

.renewal-front.is-enhanced [data-renewal-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.renewal-front.is-enhanced .renewal-front__heading .renewal-front__heading-text {
  transform: translateY(115%);
  transition: transform 0.9s cubic-bezier(.34, 1.56, .64, 1);
}

.renewal-front.is-enhanced .renewal-front__heading-line--ja .renewal-front__heading-text {
  transition-delay: 0.15s;
}

.renewal-front.is-enhanced .renewal-front__heading.is-visible .renewal-front__heading-text {
  transform: translateY(0);
}

.renewal-front__link-button {
  position: relative;
  display: inline-flex;
  width: min(100%, 280px);
  min-height: 58px;
  padding: 15px 56px 15px 40px;
  align-items: center;
  border: 1.5px solid #c2c2c2;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .05);
  color: var(--renewal-front-blue-text);
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  transition:
    color .3s ease,
    border-color .3s ease,
    box-shadow .3s ease,
    transform .3s ease;
}

.renewal-front__link-button-icon {
  position: absolute;
  top: 50%;
  right: 22px;
  font-family: Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: right .3s ease;
}

.renewal-front__link-button:focus-visible {
  outline: 3px solid #006fcf;
  outline-offset: 4px;
}

@media (any-hover: hover) {
  .renewal-front__link-button:hover {
    border-color: transparent;
    background:
      linear-gradient(#fff, #fff) padding-box,
      var(--renewal-front-gradient) border-box;
    box-shadow: 0 8px 24px rgba(3, 133, 254, .16);
    color: var(--renewal-front-blue-text);
    transform: translateY(-2px);
  }

  .renewal-front__link-button:hover .renewal-front__link-button-icon {
    right: 12px;
  }
}

/* Hero */
.renewal-front .renewal-front-hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.renewal-front .renewal-front-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  will-change: transform;
  animation-play-state: paused;
}

.renewal-front .renewal-front-hero.is-motion-active .renewal-front-hero__blob {
  animation-play-state: running;
}

.renewal-front .renewal-front-hero__blob--one {
  top: -140px;
  left: -180px;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle at 35% 35%, #a8dcff, transparent 65%);
  opacity: .55;
  animation: renewal-front-drift-one 22s ease-in-out infinite;
}

.renewal-front .renewal-front-hero__blob--two {
  right: -160px;
  bottom: -120px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at 60% 60%, #9cf5dc, transparent 65%);
  opacity: .55;
  animation: renewal-front-drift-two 26s ease-in-out infinite;
}

.renewal-front .renewal-front-hero__blob--three {
  top: 58%;
  left: 56%;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle at 50% 50%, #c3e9ff, transparent 65%);
  opacity: .35;
  animation: renewal-front-drift-three 30s ease-in-out infinite;
}

@keyframes renewal-front-drift-one {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(90px, 60px) scale(1.08);
  }
}

@keyframes renewal-front-drift-two {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-80px, -70px) scale(1.1);
  }
}

@keyframes renewal-front-drift-three {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-60px, 40px);
  }
}

.renewal-front .renewal-front-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(3, 133, 254, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 133, 254, .035) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 45%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 45%, #000 30%, transparent 100%);
}

.renewal-front .renewal-front-hero__rings {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(82vw, 780px);
  aspect-ratio: 1;
  opacity: .82;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.renewal-front .renewal-front-hero__rings svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.renewal-front .renewal-front-hero__copy {
  position: relative;
  z-index: 2;
  padding-inline: 24px;
  pointer-events: none;
}

.renewal-front .renewal-front-hero__title {
  margin: 0;
  color: var(--renewal-front-ink);
  font-size: clamp(2.875rem, 7.4vw, 6.5rem);
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1.3;
}

.renewal-front .renewal-front-hero__title-line {
  display: block;
  overflow: hidden;
}

.renewal-front .renewal-front-hero__title-line:nth-child(2) {
  color: var(--renewal-front-blue);
  background: var(--renewal-front-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.renewal-front .renewal-front-hero__character {
  display: inline-block;
}

.renewal-front .renewal-front-hero__title-line:nth-child(2) .renewal-front-hero__character {
  color: var(--renewal-front-blue);
  background: var(--renewal-front-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.renewal-front.is-enhanced .renewal-front-hero__character {
  transform: translateY(105%);
  animation: renewal-front-title-rise 1s cubic-bezier(.19, 1, .22, 1) forwards;
}

@keyframes renewal-front-title-rise {
  to {
    transform: translateY(0);
  }
}

.renewal-front .renewal-front-hero__scroll {
  position: absolute;
  z-index: 2;
  bottom: 36px;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  color: var(--renewal-front-ink-soft);
  font-family: "Inter", sans-serif;
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: .35em;
  transform: translateX(-50%);
}

.renewal-front .renewal-front-hero__scroll-bar {
  position: relative;
  display: block;
  width: 1px;
  height: 56px;
  overflow: hidden;
  background: rgba(34, 34, 34, .15);
}

.renewal-front .renewal-front-hero__scroll-bar::after {
  position: absolute;
  inset: 0;
  background: var(--renewal-front-gradient);
  content: "";
  animation: renewal-front-scroll-drop 2.2s ease-in-out infinite;
  animation-play-state: paused;
}

.renewal-front .renewal-front-hero.is-motion-active .renewal-front-hero__scroll-bar::after {
  animation-play-state: running;
}

@keyframes renewal-front-scroll-drop {
  0% {
    transform: translateY(-100%);
  }

  55%,
  100% {
    transform: translateY(100%);
  }
}

/* Mission */
.renewal-front .renewal-front-mission {
  position: relative;
  padding-block: 100px 50px;
  overflow: hidden;
  background: linear-gradient(
    126deg,
    var(--renewal-front-bg-blue) 0%,
    var(--renewal-front-bg-green) 100%
  );
}

.renewal-front .renewal-front-mission__corner {
  position: absolute;
  z-index: 0;
  opacity: .45;
  pointer-events: none;
  will-change: transform;
}

.renewal-front .renewal-front-mission__corner--top {
  top: -30px;
  right: -30px;
  width: min(420px, 42vw);
}

.renewal-front .renewal-front-mission__corner--bottom {
  bottom: -40px;
  left: -40px;
  width: min(380px, 40vw);
}

.renewal-front .renewal-front-mission__corner svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.renewal-front .renewal-front-mission__streak {
  animation: renewal-front-streak-drift var(--renewal-duration, 8s) ease-in-out
    var(--renewal-delay, 0s) infinite alternate;
  animation-play-state: paused;
}

.renewal-front .renewal-front-mission.is-motion-active .renewal-front-mission__streak {
  animation-play-state: running;
}

@keyframes renewal-front-streak-drift {
  from {
    transform: translate(0, 0);
  }

  to {
    transform: translate(18px, -11px);
  }
}

.renewal-front .renewal-front-mission__content {
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 5.6666%;
}

.renewal-front .renewal-front-mission__field {
  position: relative;
  min-height: 340px;
  flex: 0 0 42%;
}

.renewal-front .renewal-front-mission__particle {
  position: absolute;
  top: var(--renewal-top);
  left: var(--renewal-left);
  display: block;
  width: var(--renewal-width, var(--renewal-size));
  height: var(--renewal-height, var(--renewal-size));
  border-radius: 999px;
  opacity: .45;
  transform: rotate(var(--renewal-rotate, 0deg));
  will-change: transform;
}

.renewal-front .renewal-front-mission__particle--gradient {
  background: var(--renewal-front-gradient);
}

.renewal-front .renewal-front-mission__particle--ring {
  border: 1.5px solid rgba(3, 133, 254, .4);
}

.renewal-front .renewal-front-mission__particle--ring-green {
  border: 1.5px solid rgba(0, 228, 161, .45);
}

.renewal-front .renewal-front-mission__particle--blue {
  background: #a8dcff;
}

.renewal-front .renewal-front-mission__particle--soft-blue {
  background: rgba(3, 133, 254, .25);
}

.renewal-front .renewal-front-mission__particle--green {
  background: #9cf5dc;
}

.renewal-front .renewal-front-mission__body {
  margin-top: 28px;
  margin-inline: auto;
  align-self: flex-start;
}

.renewal-front .renewal-front-mission__text {
  margin: 0 0 48px;
  font-size: clamp(1rem, .7rem + 1.1vw, 1.625rem);
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.9;
}

/* Service */
.renewal-front .renewal-front-service {
  position: relative;
  padding-block: 100px 50px;
  overflow: hidden;
  background: #fff;
}

.renewal-front .renewal-front-service__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.renewal-front .renewal-front-service__body {
  margin-top: 40px;
  flex: 1 1 auto;
}

.renewal-front .renewal-front-service__text {
  margin: 48px 0 0;
  font-size: clamp(1rem, .7rem + 1.1vw, 1.625rem);
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.9;
}

.renewal-front .renewal-front-service__button {
  margin-block: 48px 60px;
}

.renewal-front .renewal-front-service__visual {
  position: relative;
  flex: 0 0 50%;
}

.renewal-front .renewal-front-service__bursts {
  position: absolute;
  z-index: 0;
  inset: -6%;
  pointer-events: none;
}

.renewal-front .renewal-front-service__burst {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0;
  transform: scale(0);
  will-change: transform, opacity;
}

.renewal-front .renewal-front-service__burst--saas {
  top: -2%;
  left: 28%;
  width: 44%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(3, 133, 254, .4), transparent 66%);
}

.renewal-front .renewal-front-service__burst--media {
  top: 41%;
  left: 5%;
  width: 44%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(35, 169, 251, .35), transparent 66%);
}

.renewal-front .renewal-front-service__burst--consulting {
  top: 41%;
  left: 51%;
  width: 44%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(0, 228, 161, .35), transparent 66%);
}

.renewal-front .renewal-front-service__ripples {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.renewal-front .renewal-front-service__diagram {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.renewal-front .renewal-front-service__diagram-title {
  fill: #3e464e;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.renewal-front .renewal-front-service__diagram-copy {
  fill: #5c6974;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10.5px;
}

.renewal-front .renewal-front-service__diagram-core {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
}

/* Recruit */
.renewal-front .renewal-front-recruit {
  position: relative;
  padding-block: 100px 50px;
  overflow: hidden;
  background-color: var(--renewal-front-navy);
}

.renewal-front .renewal-front-recruit__effects {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  mask-image: radial-gradient(
    ellipse 36% 44% at 76% 52%,
    transparent 0%,
    transparent 52%,
    #000 80%
  );
  -webkit-mask-image: radial-gradient(
    ellipse 36% 44% at 76% 52%,
    transparent 0%,
    transparent 52%,
    #000 80%
  );
}

.renewal-front .renewal-front-recruit__trail {
  position: absolute;
  left: 0;
  width: var(--renewal-trail-length, 240px);
  height: var(--renewal-trail-height, 2px);
  border-radius: 3px;
  background:
    linear-gradient(
      90deg,
      transparent,
      var(--renewal-trail-color, #00e4a1) 55%,
      #fff 82%,
      transparent
    );
  filter: drop-shadow(0 0 6px var(--renewal-trail-color, #00e4a1));
  transform: translateX(-360px);
  animation: renewal-front-trail-right var(--renewal-trail-duration, 9s) linear
    var(--renewal-trail-delay, 0s) infinite;
  animation-play-state: paused;
}

.renewal-front .renewal-front-recruit__trail--left {
  background:
    linear-gradient(
      90deg,
      transparent,
      #fff 18%,
      var(--renewal-trail-color, #00e4a1) 45%,
      transparent
    );
  animation-name: renewal-front-trail-left;
}

.renewal-front .renewal-front-recruit.is-motion-active .renewal-front-recruit__trail {
  animation-play-state: running;
}

@keyframes renewal-front-trail-right {
  from {
    transform: translateX(-360px);
  }

  to {
    transform: translateX(110vw);
  }
}

@keyframes renewal-front-trail-left {
  from {
    transform: translateX(110vw);
  }

  to {
    transform: translateX(-360px);
  }
}

.renewal-front .renewal-front-recruit__floor {
  position: absolute;
  right: -20%;
  bottom: -8%;
  left: -20%;
  height: 64%;
  background-image:
    linear-gradient(rgba(0, 228, 161, .22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 133, 254, .2) 1px, transparent 1px);
  background-size: 58px 58px;
  transform: perspective(520px) rotateX(56deg);
  transform-origin: top center;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .8) 16%, #000 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .8) 16%, #000 100%);
}

.renewal-front .renewal-front-recruit__horizon {
  position: absolute;
  right: 6%;
  bottom: 55%;
  left: 6%;
  height: 2px;
  background:
    linear-gradient(
      90deg,
      transparent,
      #0385fe 30%,
      #00e4a1 55%,
      #7fd4ff 75%,
      transparent
    );
  box-shadow:
    0 0 22px rgba(0, 228, 161, .55),
    0 0 60px rgba(3, 133, 254, .35);
  filter: blur(1px);
  opacity: .45;
}

.renewal-front .renewal-front-recruit__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  margin-inline: auto;
}

.renewal-front .renewal-front-recruit__layout {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, -.07rem + 5.63vw, 5rem);
}

.renewal-front .renewal-front-recruit__image-wrap {
  margin: 0;
  border: 1px solid rgba(127, 212, 255, .16);
  box-shadow: 0 14px 44px rgba(0, 0, 0, .45);
  flex: 0 0 55%;
}

.renewal-front .renewal-front-recruit__image {
  width: 100%;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.renewal-front .renewal-front-recruit__body {
  width: 100%;
  max-width: 448px;
  margin-left: auto;
  padding-inline: 20px;
}

.renewal-front .renewal-front-recruit__title {
  margin: 40px 0 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.renewal-front .renewal-front-recruit__text {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
}

.renewal-front .renewal-front-recruit__button {
  margin-top: 40px;
}

/* News */
.renewal-front .renewal-front-news {
  position: relative;
  padding-block: 100px;
  overflow: hidden;
  background: #fff;
}

.renewal-front .renewal-front-news__waves {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.renewal-front .renewal-front-news__list {
  display: grid;
  margin: 56px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 48px;
  row-gap: 48px;
  list-style: none;
}

.renewal-front .renewal-front-news__item:nth-child(2) {
  transition-delay: .13s;
}

.renewal-front .renewal-front-news__item:nth-child(3) {
  transition-delay: .26s;
}

.renewal-front .renewal-front-news__link {
  display: block;
  min-height: 370px;
  overflow: hidden;
  border: 1.5px solid transparent;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  color: var(--renewal-front-ink);
  text-decoration: none;
  transition:
    background .3s ease,
    box-shadow .35s ease,
    transform .35s cubic-bezier(.25, .46, .45, .94);
}

.renewal-front .renewal-front-news__link:focus-visible {
  outline: 3px solid #006fcf;
  outline-offset: 4px;
}

@media (any-hover: hover) {
  .renewal-front .renewal-front-news__link:hover {
    border-color: transparent;
    background:
      linear-gradient(#fff, #fff) padding-box,
      var(--renewal-front-gradient) border-box;
    box-shadow: 0 14px 40px rgba(3, 133, 254, .14);
    color: var(--renewal-front-ink);
    transform: translateY(-6px);
  }

  .renewal-front .renewal-front-news__link:hover .renewal-front-news__thumbnail img {
    transform: scale(1.05);
  }
}

.renewal-front .renewal-front-news__thumbnail {
  display: block;
  height: 240px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.renewal-front .renewal-front-news__thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 24px 24px 0 0;
  object-fit: contain;
  object-position: top;
  transition: transform .6s cubic-bezier(.25, .46, .45, .94);
}

.renewal-front .renewal-front-news__body {
  display: block;
  padding: 0 24px 24px;
}

.renewal-front .renewal-front-news__meta {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.renewal-front .renewal-front-news__category {
  width: 128px;
  padding: 3.5px 8px;
  border-radius: 20px;
  background-color: #eef8fd;
  color: var(--renewal-front-ink);
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.renewal-front .renewal-front-news__date {
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.renewal-front .renewal-front-news__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.renewal-front .renewal-front-news__empty {
  margin: 56px 0 0;
  font-size: 1rem;
}

.renewal-front .renewal-front-news__button {
  margin-top: 60px;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .renewal-front__inner {
    padding-inline: 28px;
  }

  .renewal-front .renewal-front-mission {
    padding-block: 90px 50px;
  }

  .renewal-front .renewal-front-mission__content {
    align-items: stretch;
    flex-direction: column;
    row-gap: 30px;
  }

  .renewal-front .renewal-front-mission__field {
    width: 100%;
    min-height: 320px;
    flex: initial;
  }

  .renewal-front .renewal-front-mission__corner--top {
    width: 56vw;
  }

  .renewal-front .renewal-front-mission__corner--bottom {
    width: 50vw;
  }

  .renewal-front .renewal-front-service {
    padding-block: 50px 125px;
  }

  .renewal-front .renewal-front-service__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .renewal-front .renewal-front-service__body {
    display: contents;
  }

  .renewal-front .renewal-front-service__body .renewal-front__heading {
    order: 0;
  }

  .renewal-front .renewal-front-service__visual {
    order: 1;
    flex: initial;
  }

  .renewal-front .renewal-front-service__text {
    order: 2;
    margin-top: 0;
  }

  .renewal-front .renewal-front-service__button {
    order: 3;
    margin-block: 20px 0;
  }

  .renewal-front .renewal-front-recruit__layout {
    align-items: stretch;
    flex-direction: column;
    gap: 32px;
  }

  .renewal-front .renewal-front-recruit__image-wrap {
    flex: initial;
  }

  .renewal-front .renewal-front-recruit__body {
    max-width: none;
    margin-left: 0;
    padding-inline: 28px;
  }

  .renewal-front .renewal-front-news__list {
    width: min(100%, 720px);
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 32px;
  }

  .renewal-front .renewal-front-news__thumbnail {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .renewal-front .renewal-front-news__thumbnail img {
    object-fit: cover;
  }

  .renewal-front .renewal-front-news__button {
    margin-top: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .renewal-front__inner {
    padding-inline: 20px;
  }

  .renewal-front__heading-line--en {
    font-size: clamp(2.5rem, 13vw, 3.75rem);
  }

  .renewal-front__heading-line--ja {
    font-size: 1.0625rem;
  }

  .renewal-front__link-button {
    min-height: 56px;
    padding-left: 32px;
  }

  .renewal-front .renewal-front-hero {
    padding-top: 64px;
  }

  .renewal-front .renewal-front-hero__copy {
    padding-inline: 20px;
  }

  .renewal-front .renewal-front-hero__title {
    font-size: clamp(2.375rem, 13vw, 3.75rem);
    letter-spacing: .03em;
    line-height: 1.32;
  }

  .renewal-front .renewal-front-hero__rings {
    width: 118vw;
  }

  .renewal-front .renewal-front-hero__grid {
    background-size: 56px 56px;
  }

  .renewal-front .renewal-front-hero__scroll {
    bottom: 26px;
    font-size: .625rem;
    letter-spacing: .28em;
  }

  .renewal-front .renewal-front-hero__scroll-bar {
    height: 44px;
  }

  .renewal-front .renewal-front-mission {
    padding-block: 64px 40px;
  }

  .renewal-front .renewal-front-mission__content {
    row-gap: 24px;
  }

  .renewal-front .renewal-front-mission__body {
    margin-top: 8px;
  }

  .renewal-front .renewal-front-mission__text {
    margin-bottom: 32px;
    font-size: clamp(1.05rem, 4.6vw, 1.3rem);
  }

  .renewal-front .renewal-front-mission__field {
    min-height: 150px;
    opacity: .7;
    transform: scale(.62);
    transform-origin: center top;
  }

  .renewal-front .renewal-front-mission__corner--top {
    top: -16px;
    right: -16px;
    width: 64vw;
  }

  .renewal-front .renewal-front-mission__corner--bottom {
    bottom: -20px;
    left: -20px;
    width: 58vw;
  }

  .renewal-front .renewal-front-service {
    padding-block: 64px 48px;
  }

  .renewal-front .renewal-front-service__inner {
    gap: 24px;
  }

  .renewal-front .renewal-front-service__text {
    font-size: clamp(1.05rem, 4.6vw, 1.3rem);
  }

  .renewal-front .renewal-front-recruit {
    padding-block: 64px 40px;
  }

  .renewal-front .renewal-front-recruit__body {
    padding-inline: 20px;
  }

  .renewal-front .renewal-front-recruit__title {
    margin-top: 32px;
    font-size: 1.3125rem;
  }

  .renewal-front .renewal-front-news {
    padding-block: 56px 72px;
  }

  .renewal-front .renewal-front-news__list {
    margin-top: 40px;
  }

  .renewal-front .renewal-front-news__link {
    min-height: 0;
  }

  .renewal-front .renewal-front-news__thumbnail {
    height: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .renewal-front *,
  .renewal-front *::before,
  .renewal-front *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .renewal-front.is-enhanced [data-renewal-reveal] {
    opacity: 1;
    transform: none;
  }

  .renewal-front.is-enhanced .renewal-front__heading .renewal-front__heading-text,
  .renewal-front.is-enhanced .renewal-front-hero__character {
    transform: none;
  }

  .renewal-front .renewal-front-recruit .renewal-front__heading--light.is-visible
    .renewal-front__heading-line--en .renewal-front__heading-text {
    animation: none !important;
    text-shadow:
      0 0 10px rgba(127, 212, 255, .8),
      0 0 32px rgba(3, 133, 254, .6);
  }
}
