@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.orange {
  color: #FF9B43;
}

.blue {
  color: #2C5CED;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
table,
tr,
th,
td,
a,
figure {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #1F0B1D;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: clamp(1.6rem, 1vw, 1vw);
}
@media screen and (max-width: 999px) {
  body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
  color: #1F0B1D;
}

.en {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.yakuhan {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* 共通
--------------------------------------------------*/
body {
  word-break: break-word;
}

a {
  transition-duration: 0.3s;
}

span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

section {
  position: relative;
  z-index: 1;
}

/* 下層KV
--------------------------------------------------*/
.kv_orange {
  position: relative;
  background-color: #FF9B43;
  overflow: hidden;
  margin-bottom: -30px;
}
@media screen and (max-width: 999px) {
  .kv_orange {
    margin-bottom: -20px;
  }
}
.kv_orange:has(.cases > .right) {
  margin-bottom: -130px;
}
@media screen and (max-width: 999px) {
  .kv_orange:has(.cases > .right) {
    margin-bottom: -20px;
  }
}
.kv_orange::before, .kv_orange::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  mix-blend-mode: screen;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .kv_orange::before, .kv_orange::after {
    width: 200%;
  }
}
.kv_orange::before {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgb(255, 124, 53) 0%, rgba(255, 124, 53, 0) 70%);
  z-index: 1;
}
.kv_orange::after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  background: radial-gradient(circle, rgb(255, 124, 53) 0%, rgba(255, 124, 53, 0) 70%);
  opacity: 0.3;
  z-index: 1;
}
.kv_orange #gradient-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --gradient-color-1: #f96b48;
  --gradient-color-2: #2c5ced;
  --gradient-color-3: #ed6c26;
  --gradient-color-4: #ff9838;
  z-index: 0;
}
.kv_orange .wrap_shape_pc {
  position: absolute;
  left: 50%;
  top: -11.22vw;
  transform: translate(-50%, 0);
  display: block;
  width: 64.14vw;
  min-width: 898px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  mix-blend-mode: screen;
}
@media screen and (max-width: 1399px) {
  .kv_orange .wrap_shape_pc {
    top: -157px;
  }
}
@media screen and (max-width: 999px) {
  .kv_orange .wrap_shape_pc {
    display: none;
  }
}
.kv_orange .wrap_shape_pc::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.kv_orange #shape-s {
  width: 100%;
  height: auto;
}
.kv_orange #shape-s #base path {
  fill: url(#gradation);
  visibility: hidden;
}
.kv_orange #shape-s #mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 260px;
  stroke-linecap: bevel;
  stroke-linejoin: round;
}
.kv_orange .wrap_shape {
  display: none;
  position: absolute;
  left: 5vw;
  top: calc(clamp(300px, 233.13px + 8.696vw, 320px) / 2 - 81.915vw);
  width: 90vw;
  height: 163.72vw;
  z-index: 2;
  mix-blend-mode: screen;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .kv_orange .wrap_shape {
    display: block;
  }
}
.kv_orange .wrap_shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.kv_orange .wrap_shape::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.kv_orange #shape-s_sp {
  display: none;
  position: relative;
  pointer-events: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .kv_orange #shape-s_sp {
    display: block;
  }
}
.kv_orange #shape-s_sp #base_sp path {
  fill: url(#gradation_shape-s_sp);
  visibility: hidden;
}
.kv_orange #shape-s_sp #mask_sp path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 160px;
  stroke-linecap: bevel;
  stroke-linejoin: round;
}
.kv_orange .content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
  gap: 56px;
  padding: 165px 0 65px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content {
    padding: 110px 0 40px;
    gap: 50px;
  }
}
.kv_orange .content .kv_title {
  text-align: center;
}
.kv_orange .content .kv_title .sub,
.kv_orange .content .kv_title .main {
  color: #fff;
}
.kv_orange .content .kv_title .sub {
  margin-bottom: 20px;
  font-size: clamp(2rem, 1.25vw, 1.25vw);
  line-height: 1.1;
}
@media screen and (max-width: 999px) {
  .kv_orange .content .kv_title .sub {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 389px) {
  .kv_orange .content .kv_title .sub {
    font-size: 4.1vw;
  }
}
.kv_orange .content .kv_title .main {
  font-size: clamp(6.4rem, 4vw, 4vw);
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .kv_orange .content .kv_title .main {
    font-size: clamp(4.5rem, -5.152px + 6.522vw, 6rem);
  }
}
@media screen and (max-width: 389px) {
  .kv_orange .content .kv_title .main {
    font-size: 11.53vw;
  }
}
@media screen and (max-width: 999px) {
  .kv_orange .content .kv_title .main.small {
    font-size: clamp(4rem, 27.192px + 3.284vw, 6rem);
  }
}
@media screen and (max-width: 389px) {
  .kv_orange .content .kv_title .main.small {
    font-size: 10.25vw;
  }
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases {
    gap: 0;
  }
}
.kv_orange .content.cases:has(.right) {
  display: grid;
  grid-template-columns: auto clamp(404px, 25.36vw, 25.36vw);
  gap: clamp(50px, 3.12vw, 3.12vw);
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases:has(.right) {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.kv_orange .content.cases:has(.right) > .left {
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases:has(.right) > .left {
    padding-bottom: 0;
  }
}
.kv_orange .content.cases > .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  gap: 40px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left {
    display: contents;
  }
}
.kv_orange .content.cases > .left .case_title {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .case_title {
    display: contents;
  }
}
.kv_orange .content.cases > .left .list_cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .list_cat {
    order: 1;
    margin-bottom: 10px;
    gap: 5px;
  }
}
.kv_orange .content.cases > .left .list_cat li {
  line-height: 1.3;
}
.kv_orange .content.cases > .left .list_cat li a {
  display: block;
  padding: 0.2em 0.7em;
  background-color: #fff;
  border-radius: 2px;
  color: #2C5CED;
  line-height: inherit;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .list_cat li a {
    font-size: 1.2rem;
  }
}
.kv_orange .content.cases > .left .list_cat li a:hover {
  background-color: #2C5CED;
  color: #fff;
}
.kv_orange .content.cases > .left .post_ttl {
  font-size: clamp(4.8rem, 3.42vw, 3.42vw);
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .post_ttl {
    font-size: 3rem;
    order: 2;
  }
}
.kv_orange .content.cases > .left .list_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .list_tag {
    gap: 5px 15px;
    order: 3;
    margin-top: 10px;
  }
}
.kv_orange .content.cases > .left .list_tag > li {
  line-height: 1.3;
}
.kv_orange .content.cases > .left .list_tag > li a {
  line-height: inherit;
  color: #fff;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .left .list_tag > li a {
    font-size: 1.2rem;
  }
}
.kv_orange .content.cases > .left .list_tag > li a:hover {
  color: #2C5CED;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases .breadcrumb {
    order: 5;
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .right {
    max-width: 691px;
    order: 4;
    margin-top: 30px;
  }
}
.kv_orange .content.cases > .right .thumb {
  position: relative;
  z-index: 100;
  aspect-ratio: 404/285;
  border-radius: 5px;
}
@media screen and (max-width: 999px) {
  .kv_orange .content.cases > .right .thumb {
    aspect-ratio: 1.618/1;
  }
}

.kv_gray {
  position: relative;
  background-color: #E8ECF3;
  overflow: hidden;
  margin-bottom: -30px;
}
@media screen and (max-width: 999px) {
  .kv_gray {
    margin-bottom: -20px;
  }
}
.kv_gray:has(.cases > .right) {
  margin-bottom: -130px;
}
@media screen and (max-width: 999px) {
  .kv_gray:has(.cases > .right) {
    margin-bottom: -20px;
  }
}
.kv_gray::before, .kv_gray::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  mix-blend-mode: screen;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .kv_gray::before, .kv_gray::after {
    width: 200%;
  }
}
.kv_gray .content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
  gap: 50px;
  padding: 165px 0 65px;
}
@media screen and (max-width: 999px) {
  .kv_gray .content {
    padding: 110px 0 40px;
  }
}
.kv_gray .content .kv_title .sub {
  margin-bottom: 15px;
  line-height: 1.1;
  color: #8892A6;
}
@media screen and (max-width: 999px) {
  .kv_gray .content .kv_title .sub {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 389px) {
  .kv_gray .content .kv_title .sub {
    font-size: 3.56vw;
  }
}
.kv_gray .content .kv_title .main {
  font-size: clamp(4rem, 2.5vw, 2.5vw);
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  .kv_gray .content .kv_title .main {
    font-size: clamp(3rem, 23.596px + 1.642vw, 4rem);
  }
}
@media screen and (max-width: 389px) {
  .kv_gray .content .kv_title .main {
    font-size: 7.69vw;
  }
}
.kv_gray .content .breadcrumb .list_breadcrumb li,
.kv_gray .content .breadcrumb .list_breadcrumb a,
.kv_gray .content .breadcrumb .list_breadcrumb p {
  color: #8892A6;
}
.kv_gray .content .breadcrumb .list_breadcrumb > li::after {
  border-color: #8892A6;
}

body:has(.kv_orange) main,
body:has(.kv_gray) main {
  position: relative;
  z-index: 10;
}
body:has(.kv_orange) main > :first-child,
body:has(.kv_gray) main > :first-child {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (max-width: 999px) {
  body:has(.kv_orange) main > :first-child,
body:has(.kv_gray) main > :first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

/* パンくず
--------------------------------------------------*/
.breadcrumb {
  display: flex;
}
.breadcrumb .list_breadcrumb {
  position: relative;
  width: 100%;
  display: flex;
  gap: 0 25px;
}
.breadcrumb .list_breadcrumb > li {
  position: relative;
}
.breadcrumb .list_breadcrumb > li:last-child {
  margin-right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: text;
}
.breadcrumb .list_breadcrumb > li:last-child::after {
  display: none;
}
.breadcrumb .list_breadcrumb > li::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0.75em;
  display: block;
  width: 5px;
  height: 1px;
  border-top: 1px solid #fff;
}
.breadcrumb .list_breadcrumb > li p,
.breadcrumb .list_breadcrumb > li a {
  display: inline;
  white-space: nowrap;
}
.breadcrumb .list_breadcrumb li,
.breadcrumb .list_breadcrumb p,
.breadcrumb .list_breadcrumb a {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  .breadcrumb .list_breadcrumb li,
.breadcrumb .list_breadcrumb p,
.breadcrumb .list_breadcrumb a {
    font-size: 1rem;
  }
}
.breadcrumb .list_breadcrumb a:hover {
  opacity: 0.6;
}

/* 投稿詳細
--------------------------------------------------*/
.post_common::after {
  content: "";
  display: block;
  clear: both;
}
.post_common > :first-child {
  margin-top: 0 !important;
}
.post_common > :last-child {
  margin-bottom: 0 !important;
}
.post_common * {
  margin-bottom: 30px;
  clear: both;
}
@media screen and (max-width: 999px) {
  .post_common * {
    margin-bottom: 20px;
  }
}
.post_common p,
.post_common ul,
.post_common ol,
.post_common dl,
.post_common li,
.post_common dt,
.post_common dd,
.post_common p,
.post_common div,
.post_common img,
.post_common svg,
.post_common a,
.post_common table,
.post_common tr,
.post_common th,
.post_common td,
.post_common figure {
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
}
@media screen and (max-width: 999px) {
  .post_common p,
.post_common ul,
.post_common ol,
.post_common dl,
.post_common li,
.post_common dt,
.post_common dd,
.post_common p,
.post_common div,
.post_common img,
.post_common svg,
.post_common a,
.post_common table,
.post_common tr,
.post_common th,
.post_common td,
.post_common figure {
    font-size: 1.4rem;
  }
}
.post_common a {
  position: relative;
  color: #FF9B43;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  font-weight: 700;
  opacity: 1;
}
.post_common a:hover {
  opacity: 0.6;
}
.post_common img {
  width: auto;
  max-width: 100%;
}
.post_common img.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.post_common img.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.post_common img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post_common iframe {
  max-width: 100%;
}
.post_common .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.post_common .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post_common .alignright {
  float: right;
}
.post_common .wp-caption {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.post_common .alignleft {
  float: left;
}
.post_common h1,
.post_common h2,
.post_common h3,
.post_common h4,
.post_common h5,
.post_common h6 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
  color: #1F0B1D;
}
.post_common h1 {
  font-size: clamp(3rem, 1.87vw, 1.87vw);
  color: #2C5CED;
  padding-left: 30px;
  border-left: 3px solid #2C5CED;
}
@media screen and (max-width: 999px) {
  .post_common h1 {
    padding-left: 20px;
    font-size: 2.4rem;
  }
}
.post_common h2 {
  position: relative;
  font-size: clamp(2.6rem, 1.62vw, 1.62vw);
  color: #FF9B43;
}
@media screen and (max-width: 999px) {
  .post_common h2 {
    font-size: 2.2rem;
  }
}
.post_common h3 {
  font-size: clamp(2.2rem, 1.37vw, 1.37vw);
  border-bottom: 1px solid #a8b3c8;
  padding-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .post_common h3 {
    font-size: 2rem;
  }
}
.post_common h4 {
  position: relative;
  font-size: clamp(2rem, 1.25vw, 1.25vw);
  padding-left: 1em;
}
@media screen and (max-width: 999px) {
  .post_common h4 {
    font-size: 1.6rem;
  }
}
.post_common h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  line-height: inherit;
  background-color: #2C5CED;
  border-radius: 50%;
}
.post_common h5 {
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  color: #2C5CED;
}
@media screen and (max-width: 999px) {
  .post_common h5 {
    font-size: 1.4rem;
  }
}
.post_common h6 {
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  color: #756973;
}
@media screen and (max-width: 999px) {
  .post_common h6 {
    font-size: 1.4rem;
  }
}
.post_common span {
  text-align: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-style: inherit;
  font-size: inherit;
  white-space: normal;
}
.post_common strong {
  font-weight: 700;
}
.post_common em {
  font-style: italic;
}
.post_common ol,
.post_common ul {
  padding-left: 24px;
}
.post_common ol,
.post_common ul,
.post_common li {
  list-style: revert;
}
.post_common li {
  margin-bottom: 0;
}
.post_common pre {
  overflow-x: auto;
  padding: 0.5em;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 999px) {
  .post_common pre {
    font-size: 1.4rem;
  }
}
.post_common blockquote {
  position: relative;
  margin: 20px 0;
  padding-left: 23px;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
}
@media screen and (max-width: 999px) {
  .post_common blockquote {
    font-size: 1.4rem;
  }
}
.post_common blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #D7DDE9;
}
.post_common div:has(code) {
  margin-bottom: 0;
}
.post_common :not(pre) > code {
  align-items: center;
  background: #E8ECF3;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #000;
  display: inline-flex;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 0.1em 0.5em;
  padding: 0.25em 0.5em;
}
@media screen and (max-width: 999px) {
  .post_common :not(pre) > code {
    font-size: 1.4rem;
  }
}
.post_common table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  max-width: 100%;
  text-align: left;
  width: 100%;
}
.post_common th,
.post_common td {
  border: 1px solid #E8ECF3;
  padding: 0.5em;
}
.post_common hr {
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  border-top: 2px solid #E8ECF3;
}
.post_common figcaption {
  text-align: center;
}
.post_common .is-style-rounded img {
  border-radius: 9999px;
}

/* ページャー
--------------------------------------------------*/
.archive .wp-pagenavi {
  line-height: 1;
  text-align: center;
}
.archive .wp-pagenavi > span,
.archive .wp-pagenavi > a {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  height: clamp(5rem, 3.12vw, 3.12vw);
  width: clamp(5rem, 3.12vw, 3.12vw);
  margin: clamp(5px, 0.31vw, 0.31vw);
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #a8b3c8;
  transform: translateX(0);
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .archive .wp-pagenavi > span,
.archive .wp-pagenavi > a {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
    margin: 3px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
@media screen and (max-width: 389px) {
  .archive .wp-pagenavi > span,
.archive .wp-pagenavi > a {
    width: 10.25vw;
    height: 10.25vw;
    margin: 0.76vw;
    font-size: 4.1vw;
  }
}
.archive .wp-pagenavi > span img,
.archive .wp-pagenavi > a img {
  width: clamp(17px, 1.06vw, 1.06vw);
  height: auto;
  vertical-align: baseline;
}
@media screen and (max-width: 999px) {
  .archive .wp-pagenavi > span img,
.archive .wp-pagenavi > a img {
    width: 40%;
  }
}
.archive .wp-pagenavi > a:hover {
  color: #FF9B43;
  border-color: transparent;
}
.archive .wp-pagenavi .current {
  border-color: #a8b3c8;
  color: #a8b3c8;
}
.archive .wp-pagenavi .previouspostslink,
.archive .wp-pagenavi .nextpostslink {
  background-color: #FF9B43;
  border: none;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.archive .wp-pagenavi .previouspostslink img,
.archive .wp-pagenavi .nextpostslink img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.archive .wp-pagenavi .previouspostslink img.arrow02,
.archive .wp-pagenavi .nextpostslink img.arrow02 {
  transform: translate(-250%, -50%);
}
.archive .wp-pagenavi .previouspostslink {
  transform: rotate(180deg) translateX(0);
}
.archive .wp-pagenavi .previouspostslink:hover .arrow01 {
  transition-duration: 0.6s;
  opacity: 0;
  transform: translate(250%, -50%);
}
.archive .wp-pagenavi .previouspostslink:hover .arrow02 {
  transition-duration: 0.6s;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.archive .wp-pagenavi .nextpostslink {
  transform: translateX(0);
}
.archive .wp-pagenavi .nextpostslink:hover .arrow01 {
  transition-duration: 0.6s;
  opacity: 0;
  transform: translate(250%, -50%);
}
.archive .wp-pagenavi .nextpostslink:hover .arrow02 {
  transition-duration: 0.6s;
  opacity: 1;
  transform: translate(-50%, -50%);
}
.archive .wp-pagenavi .extend {
  width: auto;
  background-color: transparent;
  border: none;
}

/* 追従ボタン
--------------------------------------------------*/
#fixed_circle {
  transition-duration: 0.3s;
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: block;
  width: clamp(150px, 9.375vw, 9.375vw);
  height: clamp(150px, 9.375vw, 9.375vw);
  background-color: #FF9B43;
  border-radius: 50%;
  z-index: 500;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #fixed_circle {
    width: calc(100% - 20px);
    height: 60px;
    right: 10px;
    bottom: 10px;
    border-radius: 60px;
    padding: 0 20px;
  }
}
#fixed_circle.visible {
  opacity: 1;
  pointer-events: all;
}
#fixed_circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background: linear-gradient(90deg, rgb(250, 148, 64) 0%, rgb(255, 185, 87) 33%, rgb(246, 186, 194) 66%, rgb(250, 148, 64) 100%);
  -webkit-animation: moveBackground 8s linear infinite;
          animation: moveBackground 8s linear infinite;
}
@-webkit-keyframes moveBackground {
  0% {
    left: 0;
  }
  50% {
    left: -200%;
  }
  100% {
    left: 0%;
  }
}
@keyframes moveBackground {
  0% {
    left: 0;
  }
  50% {
    left: -200%;
  }
  100% {
    left: 0%;
  }
}
#fixed_circle::after {
  transition-duration: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF9B43;
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 1;
}
#fixed_circle:hover {
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}
#fixed_circle:hover::before {
  right: -100%;
}
#fixed_circle:hover::after {
  opacity: 0.3;
}
#fixed_circle:hover .arrow::before {
  transition-duration: 0.6s;
  opacity: 0;
  transform: translateX(100%) translateY(-50%);
}
#fixed_circle:hover .arrow::after {
  transition-duration: 0.6s;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
#fixed_circle .cont {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #fixed_circle .cont {
    flex-direction: row;
  }
}
#fixed_circle .icon {
  width: clamp(25px, 1.6vw, 1.6vw);
}
@media screen and (max-width: 768px) {
  #fixed_circle .icon {
    width: 20px;
  }
}
@media screen and (max-width: 389px) {
  #fixed_circle .icon {
    width: 5.12vw;
  }
}
#fixed_circle .txt {
  color: #fff;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 389px) {
  #fixed_circle .txt {
    font-size: 4.61vw;
  }
}
#fixed_circle .arrow {
  transition-duration: 0.6s;
  position: relative;
  display: block;
  width: clamp(26px, 1.62vw, 1.62vw);
  aspect-ratio: 26/15;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #fixed_circle .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 389px) {
  #fixed_circle .arrow {
    width: 6.66vw;
  }
}
#fixed_circle .arrow::before, #fixed_circle .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 65%;
  height: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' width='5.793mm' height='1.718mm' version='1.1' viewBox='0 0 16.4211 4.8699'%3E%3C!-- Generator: Adobe Illustrator 29.8.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 2) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.3551,4.8513c-.2319.0843-.4607-.1317-.3899-.368l.4174-1.3932H.0014v-1.3102h10.3812l-.4174-1.3932c-.0708-.2363.158-.4523.3899-.368l5.8699,2.1344c.2633.0957.2633.4681,0,.5638l-5.8699,2.1344Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' width='5.793mm' height='1.718mm' version='1.1' viewBox='0 0 16.4211 4.8699'%3E%3C!-- Generator: Adobe Illustrator 29.8.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 2) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.3551,4.8513c-.2319.0843-.4607-.1317-.3899-.368l.4174-1.3932H.0014v-1.3102h10.3812l-.4174-1.3932c-.0708-.2363.158-.4523.3899-.368l5.8699,2.1344c.2633.0957.2633.4681,0,.5638l-5.8699,2.1344Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #FF9B43;
}
#fixed_circle .arrow::before {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
#fixed_circle .arrow::after {
  left: 50%;
  transform: translateX(-200%) translateY(-50%);
  opacity: 0;
}

/* 404
--------------------------------------------------*/
body.error404 header .contents .contact,
body.contact_error header .contents .contact {
  color: #fff;
}
@media screen and (max-width: 999px) {
  body.error404 header .contents .contact,
body.contact_error header .contents .contact {
    color: #FF9B43;
  }
}
body.error404 header .contents .contact::before,
body.contact_error header .contents .contact::before {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  body.error404 header .contents .contact::before,
body.contact_error header .contents .contact::before {
    opacity: 0;
  }
}
body.error404 header .contents .contact .arrow,
body.contact_error header .contents .contact .arrow {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  body.error404 header .contents .contact .arrow,
body.contact_error header .contents .contact .arrow {
    background-color: #FF9B43;
  }
}
body.error404 header .contents .contact .arrow::before, body.error404 header .contents .contact .arrow::after,
body.contact_error header .contents .contact .arrow::before,
body.contact_error header .contents .contact .arrow::after {
  background-color: #FF9B43;
}
@media screen and (max-width: 999px) {
  body.error404 header .contents .contact .arrow::before, body.error404 header .contents .contact .arrow::after,
body.contact_error header .contents .contact .arrow::before,
body.contact_error header .contents .contact .arrow::after {
    background-color: #fff;
  }
}
body.error404 header .contents #menu-button,
body.contact_error header .contents #menu-button {
  background: linear-gradient(90deg, rgb(255, 155, 67) 0%, rgb(255, 185, 87) 100%);
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
}
body.error404 header .contents #menu-button span:nth-of-type(1), body.error404 header .contents #menu-button span:nth-of-type(2), body.error404 header .contents #menu-button span:nth-of-type(3), body.error404 header .contents #menu-button span:nth-of-type(4),
body.contact_error header .contents #menu-button span:nth-of-type(1),
body.contact_error header .contents #menu-button span:nth-of-type(2),
body.contact_error header .contents #menu-button span:nth-of-type(3),
body.contact_error header .contents #menu-button span:nth-of-type(4) {
  background-color: #fff;
}
body.error404 header .contents #menu-button.active span:nth-of-type(1),
body.contact_error header .contents #menu-button.active span:nth-of-type(1) {
  background: transparent;
}
body.error404 header .contents #menu-button.active span:nth-of-type(3),
body.contact_error header .contents #menu-button.active span:nth-of-type(3) {
  background: transparent;
}
body.error404 header .contents #menu-button.active span:nth-of-type(4),
body.contact_error header .contents #menu-button.active span:nth-of-type(4) {
  background-color: #fff;
}
body.error404 header .logo .change-image_white,
body.contact_error header .logo .change-image_white {
  opacity: 0 !important;
}
body.error404 header .logo .change-image_color,
body.contact_error header .logo .change-image_color {
  opacity: 1 !important;
}
body.error404 .breadcrumb,
body.contact_error .breadcrumb {
  margin-top: 140px;
}
@media screen and (max-width: 999px) {
  body.error404 .breadcrumb,
body.contact_error .breadcrumb {
    margin-top: 90px;
  }
}
body.error404 .breadcrumb .list_breadcrumb > li::after,
body.contact_error .breadcrumb .list_breadcrumb > li::after {
  border-color: #a8b3c8;
}
body.error404 .breadcrumb .list_breadcrumb li,
body.error404 .breadcrumb .list_breadcrumb p,
body.error404 .breadcrumb .list_breadcrumb a,
body.contact_error .breadcrumb .list_breadcrumb li,
body.contact_error .breadcrumb .list_breadcrumb p,
body.contact_error .breadcrumb .list_breadcrumb a {
  color: #a8b3c8;
}
body.error404 #error,
body.contact_error #error {
  padding: 120px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  body.error404 #error,
body.contact_error #error {
    padding: 80px 0 0;
  }
}
body.error404 #error .wrap_title,
body.contact_error #error .wrap_title {
  margin-bottom: 50px;
}
body.error404 #error .title_404,
body.contact_error #error .title_404 {
  font-size: clamp(3.6rem, 2.25vw, 2.25vw);
}
@media screen and (max-width: 999px) {
  body.error404 #error .title_404,
body.contact_error #error .title_404 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 389px) {
  body.error404 #error .title_404,
body.contact_error #error .title_404 {
    font-size: 7.69vw;
  }
}
body.error404 #error .wrap_btn,
body.contact_error #error .wrap_btn {
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  body.error404 #error .wrap_btn,
body.contact_error #error .wrap_btn {
    margin-top: 30px;
  }
}

/* KV
--------------------------------------------------*/
#kv.kv_home {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100svh;
  background-color: #FF9B43;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #kv.kv_home {
    display: flex;
    flex-direction: column;
    height: 100svh;
    min-height: 730px;
  }
}
#kv.kv_home::before, #kv.kv_home::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  mix-blend-mode: screen;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  #kv.kv_home::before, #kv.kv_home::after {
    width: 200%;
  }
}
#kv.kv_home::before {
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgb(255, 124, 53) 0%, rgba(255, 124, 53, 0) 70%);
  z-index: 1;
}
#kv.kv_home::after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  background: radial-gradient(circle, rgb(255, 124, 53) 0%, rgba(255, 124, 53, 0) 70%);
  opacity: 0.3;
  z-index: 1;
}
#kv.kv_home > .left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: calc(7.14vw + 35px + 60px) 5vw 7.14vw 5vw;
}
@media screen and (max-width: 999px) {
  #kv.kv_home > .left {
    flex: 1;
    padding: 110px 5vw 40px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#kv.kv_home > .left > * {
  position: relative;
}
#kv.kv_home > .left #gradient-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --gradient-color-1: #f96b48;
  --gradient-color-2: #2c5ced;
  --gradient-color-3: #ed6c26;
  --gradient-color-4: #ff9838;
  z-index: 0;
}
#kv.kv_home .kv_catch {
  color: #fff;
  font-size: clamp(6rem, 5.28vw, 5.28vw);
  font-weight: 900;
  line-height: 1.5;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #kv.kv_home .kv_catch {
    font-size: clamp(5.3rem, 51.968px + 0.265vw, 5.4rem);
  }
}
@media screen and (max-width: 389px) {
  #kv.kv_home .kv_catch {
    font-size: 13.58vw;
  }
}
#kv.kv_home .kv_catch .anime-up_kv {
  line-height: 1.1;
  display: inline-block;
}
#kv.kv_home .kv_catch .anime-up_kv.displayed span {
  -webkit-animation: showText 1s backwards;
          animation: showText 1s backwards;
  display: inline-block;
}
#kv.kv_home .kv_catch .anime-up_kv.displayed > span {
  overflow: hidden;
}
#kv.kv_home .kv_catch .anime-up_kv.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.5s backwards;
          animation: showTextFromBottom 0.5s backwards;
}
#kv.kv_home .kv_sub-catch {
  margin-top: 7.14vw;
  color: #fff;
  font-size: clamp(1.7rem, 1.42vw, 1.42vw);
  z-index: 10;
  opacity: 0;
  -webkit-animation: kv_sub-catch 0.6s ease 2s forwards;
          animation: kv_sub-catch 0.6s ease 2s forwards;
}
@media screen and (max-width: 768px) {
  #kv.kv_home .kv_sub-catch {
    margin-top: 40px;
    font-size: clamp(1.5rem, 13.968px + 0.265vw, 1.6rem);
  }
}
@media screen and (max-width: 389px) {
  #kv.kv_home .kv_sub-catch {
    font-size: 3.8vw;
  }
}
@-webkit-keyframes kv_sub-catch {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes kv_sub-catch {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#kv.kv_home > .right {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #kv.kv_home > .right {
    min-height: 292px;
  }
}
#kv.kv_home > .right .thumb img {
  transform: scale(1);
  -webkit-animation: kv_img 3.2s ease forwards;
          animation: kv_img 3.2s ease forwards;
}
@-webkit-keyframes kv_img {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes kv_img {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#kv.kv_home #top_shape-s {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: auto;
  height: 100%;
  mix-blend-mode: screen;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  #kv.kv_home #top_shape-s {
    display: none;
  }
}
#kv.kv_home #top_shape-s #base path {
  fill: url(#gradation);
  visibility: hidden;
}
#kv.kv_home #top_shape-s #mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 260px;
  stroke-linecap: bevel;
  stroke-linejoin: round;
}
#kv.kv_home .wrap_shape {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110vh;
  z-index: 2;
  mix-blend-mode: screen;
  transform: translateY(50%) scale(1.1);
}
@media screen and (max-width: 999px) {
  #kv.kv_home .wrap_shape {
    display: block;
  }
}
#kv.kv_home .wrap_shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
#kv.kv_home .wrap_shape::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
#kv.kv_home #top_shape-s_sp {
  display: none;
  position: absolute;
  top: 50%;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  #kv.kv_home #top_shape-s_sp {
    display: block;
  }
}
#kv.kv_home #top_shape-s_sp #base_sp path {
  fill: url(#gradation_shape-s_sp);
  visibility: hidden;
}
#kv.kv_home #top_shape-s_sp #mask_sp path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 160px;
  stroke-linecap: bevel;
  stroke-linejoin: round;
}

/* ニュースリリース
--------------------------------------------------*/
#news {
  background-color: #E8ECF3;
  padding: 120px 0;
}
@media screen and (max-width: 999px) {
  #news {
    padding: 80px 0;
  }
}
#news .wrap_news {
  display: grid;
  grid-template-columns: clamp(300px, 18.75vw, 18.75vw) 1fr;
  gap: 7.14vw;
}
@media screen and (max-width: 999px) {
  #news .wrap_news {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 30px;
  }
}
@media screen and (max-width: 999px) {
  #news .wrap_news > .left {
    display: contents;
  }
}
@media screen and (max-width: 999px) {
  #news .wrap_news > .left .wrap_title {
    order: 1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 389px) {
  #news .wrap_news > .left .wrap_title .title {
    font-size: clamp(2.4rem, 7.69vw, 3rem);
  }
}
#news .wrap_news > .left .btn {
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  #news .wrap_news > .left .btn {
    order: 3;
    margin-top: 0;
  }
}
@media screen and (max-width: 999px) {
  #news .wrap_news > .right {
    order: 2;
  }
}
#news .wrap_news > .right .list_news {
  border-top: 1px solid #8892A6;
}
#news .wrap_news > .right .list_news li {
  border-bottom: 1px solid #8892A6;
}
#news .wrap_news > .right .list_news a {
  position: relative;
  display: grid;
  grid-template-columns: 7.5vw auto;
  gap: 3.57vw;
  padding: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1399px) {
  #news .wrap_news > .right .list_news a {
    grid-template-columns: clamp(100px, 8.57vw, 8.57vw) auto;
  }
}
@media screen and (max-width: 999px) {
  #news .wrap_news > .right .list_news a {
    grid-template-columns: clamp(80px, 59.365px + 5.291vw, 100px) auto;
    padding: 20px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 389px) {
  #news .wrap_news > .right .list_news a {
    grid-template-columns: 20.51vw auto;
  }
}
#news .wrap_news > .right .list_news a > * {
  position: relative;
}
#news .wrap_news > .right .list_news a p {
  transition-duration: 0.3s;
}
#news .wrap_news > .right .list_news a:hover::after {
  opacity: 1;
}
#news .wrap_news > .right .list_news a:hover::before {
  opacity: 1;
  transform: translateX(50%);
}
#news .wrap_news > .right .list_news a:hover p {
  color: #2C5CED;
}
#news .wrap_news > .right .list_news a:hover .cat {
  border-color: #2C5CED;
}
#news .wrap_news > .right .list_news a:hover .arrow::before {
  transition-duration: 0.6s;
  opacity: 0;
  transform: translateX(100%) translateY(-50%);
}
#news .wrap_news > .right .list_news a:hover .arrow::after {
  transition-duration: 0.6s;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
#news .wrap_news > .right .list_news a::after {
  transition-duration: 0.6s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(168, 179, 200, 0.07);
  mix-blend-mode: multiply;
  opacity: 0;
  pointer-events: none;
}
#news .wrap_news > .right .list_news a::before {
  transition-duration: 0.6s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(168, 179, 200, 0) 0%, rgba(168, 179, 200, 0.15) 50%, rgba(168, 179, 200, 0) 100%);
  mix-blend-mode: multiply;
  opacity: 0;
  transform: translateX(-100%);
  pointer-events: none;
}
#news .wrap_news > .right .list_news .thumb {
  position: relative;
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 3/2;
  overflow: hidden;
  z-index: 1;
}
#news .wrap_news > .right .list_news .thumb.noimg {
  background-color: #F9FAFB;
}
#news .wrap_news > .right .list_news .thumb.noimg::before {
  transition-duration: 0.3s;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  width: 50%;
  height: 100%;
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#news .wrap_news > .right .list_news .cont {
  position: relative;
  padding-right: 46px;
}
@media screen and (max-width: 999px) {
  #news .wrap_news > .right .list_news .cont {
    padding-right: 40px;
  }
}
#news .wrap_news > .right .list_news .date_cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  #news .wrap_news > .right .list_news .date_cat {
    gap: 10px;
    margin-bottom: 15px;
  }
}
#news .wrap_news > .right .list_news .date {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-weight: 300;
  font-size: clamp(1.4rem, 0.87vw, 0.87vw);
  line-height: 1;
}
@media screen and (max-width: 999px) {
  #news .wrap_news > .right .list_news .date {
    font-size: 1.2rem;
  }
}
#news .wrap_news > .right .list_news .cat {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #8892A6;
  border-radius: 2px;
  font-size: clamp(1.2rem, 0.75vw, 0.75vw);
  line-height: 1.3;
}
@media screen and (max-width: 999px) {
  #news .wrap_news > .right .list_news .cat {
    font-size: 1.1rem;
  }
}
#news .wrap_news > .right .list_news .post_title {
  max-height: 3.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 999px) {
  #news .wrap_news > .right .list_news .post_title {
    max-height: 5.4em;
    -webkit-line-clamp: 3;
  }
}
#news .wrap_news > .right .list_news .arrow {
  transition-duration: 0.6s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: clamp(26px, 1.62vw, 1.62vw);
  aspect-ratio: 26/15;
  background-color: #FF9B43;
  border-radius: 2px;
  overflow: hidden;
}
#news .wrap_news > .right .list_news .arrow::before, #news .wrap_news > .right .list_news .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 65%;
  height: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' width='5.793mm' height='1.718mm' version='1.1' viewBox='0 0 16.4211 4.8699'%3E%3C!-- Generator: Adobe Illustrator 29.8.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 2) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.3551,4.8513c-.2319.0843-.4607-.1317-.3899-.368l.4174-1.3932H.0014v-1.3102h10.3812l-.4174-1.3932c-.0708-.2363.158-.4523.3899-.368l5.8699,2.1344c.2633.0957.2633.4681,0,.5638l-5.8699,2.1344Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' width='5.793mm' height='1.718mm' version='1.1' viewBox='0 0 16.4211 4.8699'%3E%3C!-- Generator: Adobe Illustrator 29.8.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 2) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.3551,4.8513c-.2319.0843-.4607-.1317-.3899-.368l.4174-1.3932H.0014v-1.3102h10.3812l-.4174-1.3932c-.0708-.2363.158-.4523.3899-.368l5.8699,2.1344c.2633.0957.2633.4681,0,.5638l-5.8699,2.1344Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
#news .wrap_news > .right .list_news .arrow::before {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
#news .wrap_news > .right .list_news .arrow::after {
  left: 50%;
  transform: translateX(-200%) translateY(-50%);
  opacity: 0;
}

/* About us
--------------------------------------------------*/
#about {
  position: relative;
  padding: 185px 0 120px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #about {
    padding: 120px 0 100px;
  }
}
#about .bg {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  #about .bg {
    height: 142.5vw;
  }
}
#about .bg::before, #about .bg::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 400px;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  #about .bg::before, #about .bg::after {
    height: 100px;
  }
}
#about .bg::before {
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
}
#about .bg::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 90%);
}
#about .shape-un {
  position: absolute;
  width: 85%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 999px) {
  #about .shape-un {
    width: 90%;
    top: 0;
    transform: translateX(-50%) translateY(0%);
  }
}
#about .shape-un .shape-un_st0 {
  fill: url(#gradation02);
}
#about .shape-un .shape-un_st0,
#about .shape-un .shape-un_st1 {
  fill-opacity: 0.1;
}
#about .shape-un .shape-un_st1 {
  fill: url(#gradation01);
}
#about .shape-un #base_n path {
  visibility: hidden;
}
#about .shape-un #mask_n path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 200px;
  stroke-linecap: bevel;
  stroke-linejoin: join;
}
#about .shape-un #base_u path {
  visibility: hidden;
}
#about .shape-un #mask_u path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 200px;
  stroke-linecap: bevel;
  stroke-linejoin: join;
}
#about .wrap_about {
  display: grid;
  grid-template-columns: clamp(270px, 16.87vw, 16.87vw) auto;
  gap: 11.42vw;
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  #about .wrap_about {
    gap: 10vw;
  }
}
@media screen and (max-width: 999px) {
  #about .wrap_about {
    display: block;
    width: 90%;
  }
}
#about .wrap_about > .left {
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 999px) {
  #about .wrap_about > .left {
    position: relative;
    top: initial;
    margin-bottom: 60px;
  }
}
#about .wrap_about > .left .wrap_title .sub {
  margin-bottom: 20px;
}
#about .wrap_about > .left .wrap_title .catch {
  color: #FF9B43;
  font-size: clamp(5rem, 3.12vw, 3.12vw);
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  #about .wrap_about > .left .wrap_title .catch {
    font-size: clamp(4rem, 6.565px + 4.348vw, 5rem);
  }
}
@media screen and (max-width: 389px) {
  #about .wrap_about > .left .wrap_title .catch {
    font-size: 10.25vw;
  }
}
#about .wrap_about > .left .wrap_title .catch .anime-up_kv {
  line-height: 1.1;
  display: inline-block;
  opacity: 0;
}
#about .wrap_about > .left .wrap_title .catch .anime-up_kv.displayed {
  opacity: 1;
}
#about .wrap_about > .left .wrap_title .catch .anime-up_kv.displayed span {
  -webkit-animation: showText 1s backwards;
          animation: showText 1s backwards;
  display: inline-block;
}
#about .wrap_about > .left .wrap_title .catch .anime-up_kv.displayed > span {
  overflow: hidden;
}
#about .wrap_about > .left .wrap_title .catch .anime-up_kv.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.5s backwards;
          animation: showTextFromBottom 0.5s backwards;
}
#about .wrap_about > .right .txt {
  font-size: clamp(2.2rem, 1.37vw, 1.37vw);
  line-height: 2.2;
}
@media screen and (max-width: 1399px) {
  #about .wrap_about > .right .txt {
    font-size: clamp(1.8rem, 1.57vw, 1.57vw);
  }
}
@media screen and (max-width: 389px) {
  #about .wrap_about > .right .txt {
    font-size: clamp(1.6rem, 4.61vw, 1.8rem);
  }
}
#about .wrap_about > .right .txt:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  #about .wrap_about > .right .txt .word {
    display: inline;
  }
}
#about .wrap_about > .right .marker {
  display: inline-block;
  margin: 0 0.2em;
  padding: 0 0.3em;
  background-color: #fff;
  border: 1px solid #2C5CED;
  color: #2C5CED;
  line-height: 1.7;
  font-weight: 700;
}
#about .wrap_about > .right .btn {
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  #about .wrap_about > .right .btn {
    margin-top: 30px;
  }
}
#about .slide_about {
  position: relative;
  margin-top: 150px;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  #about .slide_about {
    margin-top: 80px;
  }
}
#about .slide_about .swiper-wrapper {
  transition-timing-function: linear;
}
#about .slide_about .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}

/* 製品情報
--------------------------------------------------*/
main:not(:has(#cases)) #products {
  padding-bottom: 120px;
}
@media screen and (max-width: 999px) {
  main:not(:has(#cases)) #products {
    padding-bottom: 80px;
  }
}

#products {
  padding: 120px 0 0;
  background-color: #F6F6F6;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (max-width: 999px) {
  #products {
    padding: 80px 0 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
@media screen and (max-width: 999px) {
  #products > .w_common-s {
    width: 90%;
  }
}
#products .wrap_title {
  margin-bottom: 50px;
}
#products .wrap_products {
  display: grid;
  grid-template-columns: clamp(300px, 18.75vw, 18.75vw) auto;
  gap: 8.57vw;
}
@media screen and (max-width: 999px) {
  #products .wrap_products {
    display: block;
  }
}
#products .wrap_products .product_name {
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 999px) {
  #products .wrap_products .product_name {
    margin-bottom: 50px;
    padding-left: 20px;
  }
}
#products .wrap_products .product_name.action::before {
  height: 100%;
  opacity: 1;
}
#products .wrap_products .product_name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3px;
  height: 0;
  background-color: #2C5CED;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
#products .wrap_products .product_name p {
  color: #2C5CED;
}
#products .wrap_products .product_name .sub {
  margin-bottom: 20px;
  font-size: clamp(1.4rem, 0.87vw, 0.87vw);
  font-weight: 700;
  line-height: 1.6;
  color: #2C5CED;
}
@media screen and (max-width: 999px) {
  #products .wrap_products .product_name .sub {
    font-size: 1.2rem;
  }
}
#products .wrap_products .product_name .main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: clamp(6rem, 3.75vw, 3.75vw);
}
@media screen and (max-width: 999px) {
  #products .wrap_products .product_name .main {
    font-size: 5rem;
  }
}
@media screen and (max-width: 389px) {
  #products .wrap_products .product_name .main {
    font-size: clamp(4rem, 12.82vw, 5rem);
  }
}
#products .wrap_products > .right .main_catch {
  margin-bottom: 50px;
  font-size: clamp(4rem, 2.5vw, 2.5vw);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1399px) {
  #products .wrap_products > .right .main_catch {
    font-size: clamp(3.6rem, 2.57vw, 2.57vw);
  }
}
@media screen and (max-width: 999px) {
  #products .wrap_products > .right .main_catch {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 389px) {
  #products .wrap_products > .right .main_catch {
    font-size: clamp(2rem, 6.15vw, 2.4rem);
  }
}
#products .wrap_products > .right .desc {
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  #products .wrap_products > .right .desc {
    font-size: 1.6rem;
  }
}
#products .wrap_products > .right .point {
  display: inline-block;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #FF9B43;
  border-radius: 5px;
  font-size: clamp(1.4rem, 0.87vw, 0.87vw);
  font-weight: 700;
  line-height: 1.5;
  color: #FF9B43;
}
@media screen and (max-width: 999px) {
  #products .wrap_products > .right .point .word {
    display: inline;
  }
}
#products .wrap_products > .right .sub_catch {
  margin-top: 50px;
  font-size: clamp(2rem, 1.25vw, 1.25vw);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  #products .wrap_products > .right .sub_catch {
    font-size: 1.8rem;
  }
}
#products .wrap_products > .right .list_products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  #products .wrap_products > .right .list_products {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 389px) {
  #products .wrap_products > .right .list_products {
    gap: 2.56vw;
  }
}
#products .wrap_products > .right .list_products li {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 20px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #E8ECF3;
  border-radius: 5px;
  padding: 20px;
}
@media screen and (max-width: 1399px) {
  #products .wrap_products > .right .list_products li {
    grid-template-columns: clamp(40px, 4.28vw, 4.28vw) auto;
  }
}
@media screen and (max-width: 999px) {
  #products .wrap_products > .right .list_products li {
    grid-template-columns: 60px auto;
    padding: 10px 20px;
  }
}
#products .wrap_products > .right .list_products li p {
  font-size: clamp(1.4rem, 0.87vw, 0.87vw);
  font-weight: 700;
  line-height: 1.5;
}
#products .wrap_products > .right .btn {
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  #products .wrap_products > .right .btn {
    margin-top: 30px;
  }
}

/* 実績
--------------------------------------------------*/
#cases {
  padding: 120px 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 100%);
}
@media screen and (max-width: 999px) {
  #cases {
    padding: 100px 0 80px;
  }
}
#cases .sticky-trigger {
  height: 1px;
}
#cases .list_cases .item {
  margin-top: 50px;
  background: #E4E8F0;
  border: 1px solid #D7DDE9;
  border-radius: 30px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  transition: opacity 0.1s linear;
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item {
    margin-top: 30px;
    border-radius: 20px;
    top: 90px;
  }
}
#cases .list_cases .item::before {
  transition-duration: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(260deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translate(0);
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  }
}
#cases .list_cases .item:hover::before {
  transform: translate(50%);
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item:hover::before {
    transform: translate(0);
  }
}
#cases .list_cases .item a {
  position: relative;
  display: block;
  display: grid;
  grid-template-columns: auto clamp(80px, 5vw, 5vw);
  gap: clamp(50px, 3.12vw, 3.12vw);
  align-items: center;
  padding: 70px;
}
@media screen and (max-width: 1399px) {
  #cases .list_cases .item a {
    gap: 3.57vw;
  }
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item a {
    grid-template-columns: auto;
    gap: 20px;
    padding: 50px 5vw 5vw;
  }
}
@media screen and (max-width: 389px) {
  #cases .list_cases .item a {
    padding: 12.8vw 5vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  #cases .list_cases .item a {
    grid-template-rows: auto 60px;
  }
}
#cases .list_cases .item a p,
#cases .list_cases .item a h3,
#cases .list_cases .item a dt {
  transition-duration: 0.3s;
}
#cases .list_cases .item a:hover p,
#cases .list_cases .item a:hover h3,
#cases .list_cases .item a:hover dt {
  color: #2C5CED;
}
#cases .list_cases .item a:hover .arrow {
  background-color: #FF9B43;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.3);
}
#cases .list_cases .item a:hover .arrow .icon {
  background-color: #fff;
}
#cases .list_cases .item a:hover .arrow .icon::before {
  transition-duration: 0.6s;
  background-color: #FF9B43;
  opacity: 0;
  transform: translateX(100%) translateY(-50%);
}
#cases .list_cases .item a:hover .arrow .icon::after {
  transition-duration: 0.6s;
  background-color: #FF9B43;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
#cases .list_cases .item a:hover .thumb.noimg::before {
  transform: translateX(-50%) scale(1.1);
}
#cases .list_cases .item a .arrow {
  transition-duration: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(80px, 5vw, 5vw);
  height: clamp(80px, 5vw, 5vw);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0);
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item a .arrow {
    position: absolute;
    right: 5vw;
    bottom: 5vw;
    width: 60px;
    height: 60px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #cases .list_cases .item a .arrow {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
#cases .list_cases .item a .arrow .icon {
  transition-duration: 0.6s;
  position: relative;
  display: block;
  width: clamp(26px, 1.62vw, 1.62vw);
  aspect-ratio: 26/15;
  background-color: #FF9B43;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item a .arrow .icon {
    width: 20px;
  }
}
#cases .list_cases .item a .arrow .icon::before, #cases .list_cases .item a .arrow .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 65%;
  height: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' width='5.793mm' height='1.718mm' version='1.1' viewBox='0 0 16.4211 4.8699'%3E%3C!-- Generator: Adobe Illustrator 29.8.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 2) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.3551,4.8513c-.2319.0843-.4607-.1317-.3899-.368l.4174-1.3932H.0014v-1.3102h10.3812l-.4174-1.3932c-.0708-.2363.158-.4523.3899-.368l5.8699,2.1344c.2633.0957.2633.4681,0,.5638l-5.8699,2.1344Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='_レイヤー_1' data-name='レイヤー_1' xmlns='http://www.w3.org/2000/svg' width='5.793mm' height='1.718mm' version='1.1' viewBox='0 0 16.4211 4.8699'%3E%3C!-- Generator: Adobe Illustrator 29.8.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 2) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M10.3551,4.8513c-.2319.0843-.4607-.1317-.3899-.368l.4174-1.3932H.0014v-1.3102h10.3812l-.4174-1.3932c-.0708-.2363.158-.4523.3899-.368l5.8699,2.1344c.2633.0957.2633.4681,0,.5638l-5.8699,2.1344Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
#cases .list_cases .item a .arrow .icon::before {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
#cases .list_cases .item a .arrow .icon::after {
  left: 50%;
  transform: translateX(-200%) translateY(-50%);
  opacity: 0;
}
#cases .list_cases .item article {
  display: grid;
  grid-template-columns: auto clamp(360px, 22.5vw, 22.5vw);
  gap: clamp(50px, 3.12vw, 3.12vw);
  align-items: center;
}
@media screen and (max-width: 1399px) {
  #cases .list_cases .item article {
    grid-template-columns: auto 25.71vw;
    gap: 3.57vw;
    align-items: start;
  }
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item article {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
#cases .list_cases .item article:not(:has(.thumb)) {
  grid-template-columns: 100%;
}
#cases .list_cases .item .case_title {
  font-size: clamp(3rem, 1.87vw, 1.87vw);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item .case_title {
    font-size: 2.4rem;
  }
}
#cases .list_cases .item .desc {
  margin-top: 30px;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item .desc {
    font-size: 1.4rem;
  }
}
#cases .list_cases .item .product_keyword {
  position: relative;
  margin-top: 50px;
  padding-left: 20px;
}
#cases .list_cases .item .product_keyword.action::before {
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item .product_keyword {
    margin-top: 30px;
    padding-left: 15px;
  }
}
#cases .list_cases .item .product_keyword::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 2px;
  height: 0;
  background-color: #2C5CED;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
#cases .list_cases .item .list_keyword,
#cases .list_cases .item .list_product {
  display: grid;
  grid-template-columns: clamp(75px, 4.68vw, 4.68vw) auto;
  gap: 5px 10px;
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item .list_keyword,
#cases .list_cases .item .list_product {
    grid-template-columns: 65px auto;
  }
}
#cases .list_cases .item .list_keyword dt,
#cases .list_cases .item .list_product dt {
  font-size: clamp(1.4rem, 0.87vw, 0.87vw);
  font-weight: 700;
  color: #756973;
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item .list_keyword dt,
#cases .list_cases .item .list_product dt {
    font-size: 1.2rem;
  }
}
#cases .list_cases .item .list_keyword dd > ul,
#cases .list_cases .item .list_product dd > ul {
  display: flex;
  flex-wrap: wrap;
}
#cases .list_cases .item .list_product dd > ul {
  gap: 5px;
}
#cases .list_cases .item .list_product li {
  display: inline-block;
  padding: 5px 10px;
  background-color: #2C5CED;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  font-size: clamp(1.4rem, 0.87vw, 0.87vw);
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item .list_product li {
    font-size: 1.2rem;
    padding: 3px 7px;
  }
}
#cases .list_cases .item .list_keyword {
  margin-top: 10px;
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item .list_keyword {
    margin-top: 7px;
  }
}
#cases .list_cases .item .list_keyword dd > ul {
  margin-top: clamp(2px, 0.12vw, 0.12vw);
  gap: 5px 10px;
}
#cases .list_cases .item .list_keyword li {
  display: inline-block;
  font-size: clamp(1.4rem, 0.87vw, 0.87vw);
  line-height: 1.3;
  color: #2C5CED;
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item .list_keyword li {
    font-size: 1.2rem;
  }
}
#cases .list_cases .item .thumb {
  position: relative;
  border-radius: 5px;
  aspect-ratio: 360/254;
}
@media screen and (max-width: 999px) {
  #cases .list_cases .item .thumb {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  #cases .list_cases .item .thumb {
    max-width: 100%;
  }
}
#cases .list_cases .item .thumb.noimg {
  background-color: #F9FAFB;
}
#cases .list_cases .item .thumb.noimg::before {
  transition-duration: 0.3s;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(1);
  display: block;
  width: 41%;
  height: 100%;
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#cases .list_cases .sticky-fade:last-of-type {
  opacity: 1 !important;
}
#cases .btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 999px) {
  #cases .btn {
    margin: 30px auto 0 0;
  }
}

/* 採用情報
--------------------------------------------------*/
#recruit {
  position: relative;
  background-color: #FF9B43;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  #recruit {
    padding: 80px 0;
  }
}
#recruit > * {
  position: relative;
}
#recruit::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  mix-blend-mode: screen;
  z-index: 0;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgb(255, 124, 53) 0%, rgba(255, 124, 53, 0) 70%);
}
@media screen and (max-width: 999px) {
  #recruit::before {
    width: 200%;
  }
}
#recruit .bg {
  display: contents;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  mix-blend-mode: screen;
}
@media screen and (max-width: 999px) {
  #recruit .bg {
    display: block;
  }
}
#recruit .bg::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20vw;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 999px) {
  #recruit .bg::before {
    display: block;
  }
}
#recruit #shape-r {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: screen;
  width: auto;
  height: 140%;
  opacity: 0.5;
  z-index: 0;
}
@media screen and (max-width: 999px) {
  #recruit #shape-r {
    position: relative;
    width: 100%;
    height: auto;
    mix-blend-mode: normal;
  }
}
#recruit #shape-r #base_r path {
  fill: url(#gradation_r);
  visibility: hidden;
}
#recruit #shape-r #mask_r path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 250px;
  stroke-linecap: bevel;
  stroke-linejoin: join;
}
#recruit .wrap_recruit {
  display: grid;
  grid-template-columns: auto clamp(288px, 18vw, 18vw);
  gap: clamp(140px, 8.75vw, 8.75vw);
  z-index: 10;
}
@media screen and (max-width: 999px) {
  #recruit .wrap_recruit {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
}
#recruit .wrap_recruit > .left {
  padding: 100px 0;
}
@media screen and (max-width: 999px) {
  #recruit .wrap_recruit > .left {
    padding: 0 5vw;
  }
}
#recruit .wrap_recruit > .right {
  position: relative;
}
#recruit .wrap_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 70px;
}
@media screen and (max-width: 999px) {
  #recruit .wrap_title {
    margin-bottom: 50px;
    gap: 10px;
  }
}
#recruit .wrap_title .sub {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  #recruit .wrap_title .title {
    font-size: 2rem;
  }
}
#recruit .catch,
#recruit .txt {
  color: #fff;
}
#recruit .catch {
  font-weight: 900;
  font-size: clamp(4rem, 2.5vw, 2.5vw);
  line-height: 1.5;
}
@media screen and (max-width: 389px) {
  #recruit .catch {
    font-size: 10.25vw;
  }
}
#recruit .txt {
  margin-top: 50px;
  line-height: 2.2;
  font-size: clamp(1.8rem, 1.12vw, 1.12vw);
}
@media screen and (max-width: 999px) {
  #recruit .txt {
    font-size: 1.6rem;
  }
}
#recruit .btn {
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  #recruit .btn {
    margin-top: 30px;
  }
}
#recruit .vertical-loop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  #recruit .vertical-loop {
    position: relative;
    height: clamp(200px, 174.384px + 6.568vw, 240px);
  }
}
#recruit .scroll-track {
  display: flex;
  flex-direction: column;
  -webkit-animation: scroll 30s linear infinite;
          animation: scroll 30s linear infinite;
}
@media screen and (max-width: 999px) {
  #recruit .scroll-track {
    flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: scroll-x 30s linear infinite;
            animation: scroll-x 30s linear infinite;
    height: 100%;
  }
}
#recruit .scroll-group {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  #recruit .scroll-group {
    flex-direction: row;
  }
}
#recruit .scroll-group img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 999px) {
  #recruit .scroll-group img {
    width: auto;
    height: 100%;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes scroll-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*# sourceMappingURL=top.css.map */