@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, time,
a, abbr, acronym, address, em, strong, b, u, i,
dl, dt, dd, ol, ul, li,
img, form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, figure, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

header, footer, nav, section, article, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #535A6E;
  background: #fff;
  font-weight: 400;
}

body,
input,
button {
  /*
  font-family: "Noto Sans JP", sans-serif;
  */
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
}

main a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main a {
  color: #4a4a4a;
  text-decoration: none;
  cursor: pointer;
}

main li {
  list-style-type: none;
}

main img {
  vertical-align: bottom;
}

@media print {
  body {
    zoom: 40%;
    -webkit-print-color-adjust: exact;
  }
}
main {
  font-size: 1.6rem;
  padding: 8px 0 0;
  overflow-x: hidden;
}
main a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
main a:hover {
  transition: 0.3s;
}
main a:active {
  color: #2c69ff;
}
main a[target=_blank] {
  padding-left: 0;
}
main li {
  list-style-type: none;
}
main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*---------- break point ----------*/
/*---------- フッターの空き調整 ----------*/
.site-main {
  margin: 0;
}

.site-footer-02 {
  margin: 0;
}

/*---------- link ----------*/
/*---------- パンくず ----------*/
.breadcrumbs {
  box-sizing: border-box;
  max-width: 1220px;
  margin: 0 auto;
  padding: 12px 10px;
  font-size: 1.2rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 4px 10px 12px;
  }
}
.breadcrumbs ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .breadcrumbs ul {
    flex-wrap: wrap;
  }
}
.breadcrumbs ul li {
  position: relative;
  margin-right: 33px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs ul li {
    margin: 8px 33px 0 0;
  }
}
.breadcrumbs ul li:last-child {
  margin-right: 0;
}
.breadcrumbs ul li:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
}
.breadcrumbs ul li::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -18px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.breadcrumbs ul li:last-child::before {
  display: none;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}
.breadcrumbs ul li a,
.breadcrumbs ul li strong {
  color: #000;
}
.breadcrumbs ul li a {
  border-bottom: 1px solid #adadad;
}
.breadcrumbs ul li a:hover {
  border-bottom-color: transparent;
}

/*---------- fancyboxの設定 ----------*/
.fancybox-active .fancybox-bg {
  width: 100%;
  height: 100vh;
}

#fancybox-wrap #fancybox-close {
  font-size: 1.6rem;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*---------- グレーボタン ----------*/
.button-regular-gray {
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0 60px 0 32px;
  color: #fff !important;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #535a6e;
  border-radius: 90px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .button-regular-gray {
    min-height: 40px;
    padding: 0 50px 0 22px;
  }
}
.button-regular-gray::after {
  position: absolute;
  content: "";
  top: calc(50% - 12px);
  right: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(../img/arrow_button_white.svg) 0 0 no-repeat;
  background-size: 24px 24px;
  transition: filter 400ms ease-out;
}
@media screen and (max-width: 768px) {
  .button-regular-gray::after {
    right: 15px;
  }
}
.button-regular-gray:hover {
  transition: 0.3s;
  opacity: 0.6;
  color: #fff;
}

/*---------- ホワイトボーダーグレイボタン ----------*/
.button-regular-white-border {
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 54px;
  padding: 0 60px 0 32px;
  color: #535a6e;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #fff;
  border: solid 1px #535a6e;
  border-radius: 90px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .button-regular-white-border {
    min-height: 40px;
    padding: 0 50px 0 22px;
  }
}
.button-regular-white-border::after {
  position: absolute;
  content: "";
  top: calc(50% - 12px);
  right: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(../img/arrow_button_gray.svg) 0 0 no-repeat;
  background-size: 24px 24px;
  transition: filter 400ms ease-out;
}
@media screen and (max-width: 768px) {
  .button-regular-white-border::after {
    right: 15px;
  }
}
.button-regular-white-border:hover {
  transition: 0.3s;
  color: #fff !important;
  background: #535a6e;
}
.button-regular-white-border:hover::after {
  background: url(../img/arrow_button_white.svg) 0 0 no-repeat;
}

/*---------- お問い合わせ ----------*/
#stby-contact {
  position: relative;
  box-sizing: border-box;
  padding-top: 85px;
  padding-bottom: 83px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #stby-contact {
    margin: 0;
    padding: 50px 10px 40px;
  }
}
#stby-contact .inner {
  position: relative;
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #stby-contact .inner {
    padding: 0;
  }
}
#stby-contact .inner h2 {
  margin: 0.5em auto 0;
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #535a6e;
}
#stby-contact .inner p.text {
  margin: 30px auto 0;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 768px) {
  #stby-contact .inner p.text {
    margin: 10px 0 0;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
}
#stby-contact .inner .button {
  width: 680px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  #stby-contact .inner .button {
    display: block;
    text-align: center;
    width: 100%;
    margin: 20px auto 0;
  }
}
#stby-contact .inner .button span {
  width: 320px;
}
@media screen and (max-width: 768px) {
  #stby-contact .inner .button span {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  #stby-contact .inner .button span + span {
    margin-top: 20px;
  }
}
#stby-contact .inner .button span a {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  min-height: 66px;
  padding-top: 1px;
  padding-left: 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  background: #535a6e;
  border-radius: 33px;
  transition: all 400ms ease-out;
}
#stby-contact .inner .button span a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #stby-contact .inner .button span a {
    min-width: 280px;
    min-height: 48px;
    font-size: 1.2rem;
  }
  #stby-contact .inner .button span a:active {
    background: #fff;
  }
}
#stby-contact .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#stby-contact .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #stby-contact .bg img {
    height: auto;
  }
}

/* アニメーション */
#stby-contact h2 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 800ms ease-out;
}
#stby-contact p {
  opacity: 0;
  transform: translateY(30px);
  transition: all 600ms ease-out 300ms;
}
@media screen and (max-width: 768px) {
  #stby-contact .button {
    margin: 40px auto 0;
    text-align: center;
  }
}
#stby-contact .button span {
  opacity: 0;
  filter: blur(20px);
  transition: all 600ms ease-out;
}
#stby-contact.pass h2 {
  opacity: 1;
  transform: translateY(0px);
}
#stby-contact.pass p {
  opacity: 1;
  transform: translateY(0px);
}
#stby-contact.pass .button span:nth-child(1) {
  transition-delay: 600ms;
}
#stby-contact.pass .button span:nth-child(2) {
  transition-delay: 800ms;
}
#stby-contact.pass .button span {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0px);
}

/*---------- NEC Open Innovation５つの仕掛け ----------*/
.stby-corporate-related {
  padding: 110px 0 142px;
  background: #d9dfe9;
}
@media screen and (max-width: 768px) {
  .stby-corporate-related {
    padding: 55px 0 71px;
  }
}
.stby-corporate-related .inner {
  margin: 0 80px;
}
@media screen and (min-width: 1696px) {
  .stby-corporate-related .inner {
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .stby-corporate-related .inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.stby-corporate-related .inner .extra {
  box-sizing: border-box;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (min-width: 1696px) {
  .stby-corporate-related .inner .extra {
    max-width: 1536px;
    padding-left: 124px;
    padding-right: 124px;
  }
}
.stby-corporate-related .inner .extra h2 {
  font-size: 4.6rem;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #535a6e;
}
@media screen and (max-width: 768px) {
  .stby-corporate-related .inner .extra h2 {
    font-size: 2.8rem;
  }
}
.stby-corporate-related .inner .extra ul {
  display: flex;
  flex-wrap: wrap;
  margin: 56px 0 0;
}
@media screen and (max-width: 1279px) {
  .stby-corporate-related .inner .extra ul {
    flex-wrap: wrap;
  }
}
.stby-corporate-related .inner .extra ul li {
  width: calc((100% - 64px) / 3);
  margin-left: 32px;
}
.stby-corporate-related .inner .extra ul li:nth-child(3n+1) {
  margin-left: 0;
}
.stby-corporate-related .inner .extra ul li:nth-child(n+4) {
  margin-top: 32px;
}
@media screen and (max-width: 1279px) {
  .stby-corporate-related .inner .extra ul li {
    width: calc((100% - 24px) / 2);
    margin: 0;
  }
  .stby-corporate-related .inner .extra ul li:nth-child(2n) {
    margin-left: 24px;
  }
  .stby-corporate-related .inner .extra ul li:nth-child(n+3) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .stby-corporate-related .inner .extra ul li {
    width: 100%;
  }
  .stby-corporate-related .inner .extra ul li:nth-child(2n) {
    margin-left: 0;
  }
  .stby-corporate-related .inner .extra ul li:nth-child(n+2) {
    margin-top: 24px !important;
  }
}
.stby-corporate-related .inner .extra ul li a {
  display: flex;
  align-items: center;
  height: 144px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  will-change: transform;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .stby-corporate-related .inner .extra ul li a {
    height: 100px;
  }
}
.stby-corporate-related .inner .extra ul li a .image {
  width: 144px;
  height: 144px;
  overflow: hidden;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .stby-corporate-related .inner .extra ul li a .image {
    width: 100px;
    height: 100px;
  }
}
.stby-corporate-related .inner .extra ul li a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stby-corporate-related .inner .extra ul li a span {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: calc(100% - 144px);
  padding: 0 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .stby-corporate-related .inner .extra ul li a span {
    padding: 0 20px;
    font-size: 1.4rem;
    width: calc(100% - 100px);
  }
}
.stby-corporate-related .inner .extra ul li a span::after {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  right: 15px;
  top: calc(50% - 16px);
  background: url(../img/arrow_nav.svg) 0 0 no-repeat;
  background-size: 32px 32px;
}
.stby-corporate-related .inner .extra ul li a:hover span {
  text-decoration: underline;
}
.stby-corporate-related .inner + .inner {
  margin-top: 144px;
}

/*---------- NEC Open Innovation トップ ----------*/
.stby-top {
  padding: 108px 0;
}
@media screen and (max-width: 768px) {
  .stby-top {
    padding: 50px 0;
  }
}
.stby-top .inner .stby-top-button {
  text-align: center;
}
.stby-top .inner .stby-top-button a {
  display: inline-flex;
  width: auto;
  white-space: nowrap;
}

/*---------- お問い合わせボタン ----------*/
.str-floatingMenu {
  margin: 0 !important;
}
.str-floatingMenu .floatingMenu-title {
  cursor: pointer;
  border-radius: 12px 0 0 12px;
  background: #E61E8C;
}
.str-floatingMenu .func-floatingMenu-dummyLabel {
  background: #E61E8C;
  cursor: pointer;
}

.inner-nav {
  margin: 0;
  padding: 20px 0 24px;
}
@media screen and (max-width: 1025px), print {
  .inner-nav {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav {
    height: auto;
    position: relative;
    width: 100vw;
    padding: 10px 12px 10px 20px;
    border-bottom: 1px solid #dcdcdc;
  }
}
.inner-nav ul {
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.inner-nav ul li + li {
  margin-left: 64px;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li + li {
    margin-left: 0;
  }
}
.inner-nav ul li {
  position: relative;
  min-height: 32px;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul li {
    margin-right: initial;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li {
    display: inline-block;
    height: 32px;
    margin-right: 20px;
  }
}
.inner-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
  padding-right: 38px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #2c69ff;
}
@media screen and (max-width: 1025px), print {
  .inner-nav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a {
    padding-right: 28px;
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .inner-nav ul li a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .inner-nav ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a:active {
    text-decoration: underline;
  }
}
.inner-nav ul li a span + span {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  right: 0;
  top: calc(50% - 14px);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  transition: all 300ms ease-out;
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a span + span {
    width: 24px;
    height: 24px;
    top: calc(50% - 9px);
    background-size: 18px 18px;
  }
}
.inner-nav ul li a span img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .inner-nav ul li a span img {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
  }
}
.inner-nav ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -24px;
  background: #2c69ff;
  opacity: 0;
  transition: opacity 300ms ease-out;
}

body.fix-inner-nav .inner-nav {
  padding: 24px 0;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  left: 0;
  top: 103px;
  z-index: 50;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 1025px), print {
  body.fix-inner-nav .inner-nav {
    top: 63px;
  }
}
@media screen and (max-width: 768px) {
  body.fix-inner-nav .inner-nav {
    position: static;
  }
}
body.fix-inner-nav .inner.has-nav {
  padding-top: 224px;
}

/*---------- 幅 ----------*/
.stby-container {
  padding: 0;
}
.stby-container > .inner {
  box-sizing: border-box;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (min-width: 1696px), print {
  .stby-container {
    width: 1536px;
    margin-left: auto;
    margin-right: auto;
  }
  .stby-container > .inner {
    max-width: 1536px;
    padding-left: 124px;
    padding-right: 124px;
  }
}
@media screen and (max-width: 1279px), print {
  .stby-container {
    margin-left: 0;
    margin-right: 0;
  }
  .stby-container > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stby-container > .inner .content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .stby-container > .inner {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
  }
  .stby-container > .inner .content {
    padding: 0 20px;
  }
}
/*---------- 見出し部分共通 ----------*/
.stby-column .h2scroll {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .stby-column .h2scroll {
    padding: 24px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .stby-column .h2default p {
    margin: 8px 0 0;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.stby-column .h2scroll h2,
.stby-column .h2default h2 {
  font-size: clamp(2.8rem, 3vw, 4.4rem);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #535a6e;
}
@media screen and (max-width: 768px) {
  .stby-column .h2scroll h2,
  .stby-column .h2default h2 {
    font-size: 2.8rem;
  }
}
.stby-column .h2scroll.btn,
.stby-column .h2default.btn {
  display: flex;
  justify-content: space-between;
}
.stby-column .lead {
  position: relative;
  margin: 16px 0 0;
  padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .stby-column .lead {
    margin: 20px 0 0;
    padding: 0;
  }
}
.stby-column .lead h3 {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #535a6e;
}
@media screen and (max-width: 768px) {
  .stby-column .lead h3 {
    font-size: 2.2rem;
  }
}
.stby-column .lead p {
  max-width: 940px;
  margin: 4px 0 0;
  font-size: clamp(1.4rem, 1.85vw, 2rem);
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 768px) {
  .stby-column .lead p {
    margin: 8px 0 0;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
}

@media screen and (max-width: 768px) {
  .stby-column div + .lead {
    margin-top: 20px;
    color: #000;
  }
}
/*---------- メインビジュアル ----------*/
#stby-visual {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #stby-visual {
    height: 280px;
  }
}
#stby-visual .inner {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #stby-visual .inner {
    padding: 0 20px 0;
  }
}
#stby-visual .inner .extra {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 420px;
  margin: 0 auto;
  padding: 90px 0 0;
}
@media screen and (max-width: 768px) {
  #stby-visual .inner .extra {
    display: block;
    position: static;
    padding: 0;
    min-height: initial;
    padding: 50px 0 0;
  }
}
#stby-visual .inner .extra h1 img {
  width: 690px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  #stby-visual .inner .extra h1 img {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #stby-visual .inner .extra h1 img {
    width: 250px;
    height: auto;
  }
}
#stby-visual .inner .extra .text {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #stby-visual .inner .extra .text {
    margin: 40px 0 0;
  }
}
#stby-visual .inner .extra .text p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #stby-visual .inner .extra .text p {
    font-size: 1.6rem;
  }
}
#stby-visual .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#stby-visual .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
}
@media screen and (max-width: 1400px) {
  #stby-visual .bg img {
    object-position: 70% 50%;
  }
}
@media screen and (max-width: 1025px), print {
  #stby-visual .bg img {
    object-position: 50% 50%;
  }
}
@media screen and (max-width: 768px) {
  #stby-visual .bg img {
    object-position: 0 45%;
  }
}
@media screen and (max-width: 576px) {
  #stby-visual .bg img {
    object-position: 0 35%;
  }
}
@media screen and (max-width: 480px) {
  #stby-visual .bg img {
    object-position: 0 20%;
  }
}

/*---------- Vision ----------*/
#stby-vision {
  margin-top: 0;
  padding: 110px 0 80px;
  border-bottom: solid 1px #8f98ac;
}
@media screen and (max-width: 1025px), print {
  #stby-vision {
    padding: 80px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  #stby-vision {
    padding: 50px 0 40px;
  }
}
#stby-vision .stby-container {
  padding: 0;
}
#stby-vision .stby-container .inner .vision-2cl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #stby-vision .stby-container .inner .vision-2cl {
    display: block;
  }
}
#stby-vision .stby-container .inner .vision-2cl .vision-2cl-inner {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #stby-vision .stby-container .inner .vision-2cl .vision-2cl-inner {
    width: 100%;
  }
}
#stby-vision .stby-container .inner .vision-2cl .vision-2cl-inner .h2default {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #stby-vision .stby-container .inner .vision-2cl .vision-2cl-inner .h2default {
    margin-top: 0;
  }
}
#stby-vision .stby-container .inner .vision-2cl .vision-2cl-inner .lead {
  margin-top: 40px;
}
#stby-vision .stby-container .inner .vision-2cl .vision-2cl-inner .lead p {
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  #stby-vision .stby-container .inner .vision-2cl .vision-2cl-inner .lead p {
    max-width: initial;
  }
}
#stby-vision .stby-container .inner .vision-2cl .vision-2cl-inner:last-child img {
  max-width: 580px;
}
@media screen and (max-width: 1279px) {
  #stby-vision .stby-container .inner .vision-2cl .vision-2cl-inner:last-child img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #stby-vision .stby-container .inner .vision-2cl .vision-2cl-inner:last-child {
    max-width: 80%;
    margin: 0 auto;
  }
}

/*---------- 注力領域と​プロジェクト ----------*/
#stby-focus_projects {
  margin-top: 0;
  padding: 110px 0 0;
}
@media screen and (max-width: 1025px), print {
  #stby-focus_projects {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #stby-focus_projects {
    padding: 50px 0 0;
  }
}
#stby-focus_projects .stby-container {
  padding: 0;
}
#stby-focus_projects .stby-container .inner .content {
  border-bottom: solid 1px #8f98ac;
  /* NECのカーボンニュートラル事業 */
}
#stby-focus_projects .stby-container .inner .content .h2default h2 br {
  display: none;
}
@media screen and (max-width: 480px) {
  #stby-focus_projects .stby-container .inner .content .h2default h2 br {
    display: block;
  }
}
#stby-focus_projects .stby-container .inner .content .lead {
  margin-top: 35px;
}
#stby-focus_projects .stby-container .inner .content .lead p {
  max-width: 820px;
}
#stby-focus_projects .stby-container .inner .content .h3_01 {
  font-size: clamp(1.8rem, 1.85vw, 3rem);
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #stby-focus_projects .stby-container .inner .content .h3_01 {
    margin-top: 50px;
  }
}
#stby-focus_projects .stby-container .inner .content .h3_01 + .lead {
  margin-top: 15px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1025px), print {
  #stby-focus_projects .stby-container .inner .content .h3_01 + .lead {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #stby-focus_projects .stby-container .inner .content .h3_01 + .lead {
    margin-bottom: 40px;
  }
}
#stby-focus_projects .stby-container .inner .content .focus_projects_01 {
  text-align: center;
  max-width: 1280px;
  margin-bottom: 115px;
}
@media screen and (max-width: 1025px), print {
  #stby-focus_projects .stby-container .inner .content .focus_projects_01 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #stby-focus_projects .stby-container .inner .content .focus_projects_01 {
    margin-bottom: 50px;
  }
}

/*---------- 丸喜産業との​取り組み｜実際の​共創プロセス ----------*/
#stby-initiatives_process {
  margin-top: 0;
  padding: 70px 0 0;
}
@media screen and (max-width: 1025px), print {
  #stby-initiatives_process {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #stby-initiatives_process {
    padding: 35px 0 0;
  }
}
#stby-initiatives_process .stby-container .inner .content {
  border-bottom: solid 1px #8f98ac;
  padding-bottom: 60px;
  /* 丸喜産業との​取り組み */
}
#stby-initiatives_process .stby-container .inner .content .initiatives {
  background-color: #eff2f6;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #stby-initiatives_process .stby-container .inner .content .initiatives {
    display: block;
  }
}
#stby-initiatives_process .stby-container .inner .content .initiatives .initiatives-inner {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #stby-initiatives_process .stby-container .inner .content .initiatives .initiatives-inner {
    width: 100%;
  }
}
#stby-initiatives_process .stby-container .inner .content .initiatives .initiatives-inner:first-child {
  padding: 60px 100px 0 50px;
}
@media screen and (max-width: 1279px) {
  #stby-initiatives_process .stby-container .inner .content .initiatives .initiatives-inner:first-child {
    padding: 35px 40px 0;
  }
}
@media screen and (max-width: 1025px), print {
  #stby-initiatives_process .stby-container .inner .content .initiatives .initiatives-inner:first-child {
    padding: 25px 15px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #stby-initiatives_process .stby-container .inner .content .initiatives .initiatives-inner:first-child {
    padding: 20px;
  }
}
#stby-initiatives_process .stby-container .inner .content .initiatives .initiatives-inner:first-child h4 {
  font-size: clamp(2.7rem, 2.8vw, 4.8rem);
  margin-bottom: 20px;
}
#stby-initiatives_process .stby-container .inner .content .initiatives .initiatives-inner:first-child p {
  font-size: clamp(1.4rem, 1.65vw, 2rem);
}
#stby-initiatives_process .stby-container .inner .content .initiatives .initiatives-inner:last-child img {
  object-fit: cover;
}
#stby-initiatives_process .stby-container .inner .content {
  /* 実際の​共創プロセス */
}
#stby-initiatives_process .stby-container .inner .content .h3_02 {
  font-size: clamp(1.8rem, 1.85vw, 3rem);
  margin-top: 70px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #stby-initiatives_process .stby-container .inner .content .h3_02 {
    margin-top: 40px;
    margin-bottom: 1em;
  }
}
#stby-initiatives_process .stby-container .inner .content .process {
  max-width: 1181px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #stby-initiatives_process .stby-container .inner .content .process {
    display: block;
  }
}
#stby-initiatives_process .stby-container .inner .content .process li {
  border-left: solid 2px #c5ccd9;
  text-align: center;
}
#stby-initiatives_process .stby-container .inner .content .process li h4,
#stby-initiatives_process .stby-container .inner .content .process li p {
  text-align: left;
}
#stby-initiatives_process .stby-container .inner .content .process li h4 {
  font-size: clamp(1.6rem, 1.85vw, 2.4rem);
  color: #000;
  text-indent: -1.2em;
  margin-left: 1.2em;
  height: 5em;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #stby-initiatives_process .stby-container .inner .content .process li h4 {
    height: 4em;
  }
}
#stby-initiatives_process .stby-container .inner .content .process li p {
  font-size: clamp(1.4rem, 1.85vw, 1.8rem);
  margin-top: -0.5em;
}
#stby-initiatives_process .stby-container .inner .content .process li:nth-child(1) {
  width: 33.3333333333%;
  padding-left: 0;
  padding-right: 85px;
  border-left: none;
}
@media screen and (max-width: 1025px), print {
  #stby-initiatives_process .stby-container .inner .content .process li:nth-child(1) {
    padding-right: 30px;
  }
}
#stby-initiatives_process .stby-container .inner .content .process li:nth-child(2) {
  width: calc(33.3333333333% + 85px);
  padding: 0 85px;
}
@media screen and (max-width: 1025px), print {
  #stby-initiatives_process .stby-container .inner .content .process li:nth-child(2) {
    width: calc(33.3333333333% + 30px);
    padding: 0 30px;
  }
}
#stby-initiatives_process .stby-container .inner .content .process li:nth-child(3) {
  width: 33.3333333333%;
  padding-left: 85px;
  padding-right: 0;
}
@media screen and (max-width: 1025px), print {
  #stby-initiatives_process .stby-container .inner .content .process li:nth-child(3) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #stby-initiatives_process .stby-container .inner .content .process li {
    width: 100% !important;
    padding: 20px 50px !important;
    border-left: none;
  }
  #stby-initiatives_process .stby-container .inner .content .process li:nth-child(1) {
    padding-top: 0 !important;
  }
}
#stby-initiatives_process .stby-container .inner .content .process-button {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #stby-initiatives_process .stby-container .inner .content .process-button {
    margin-top: 0;
  }
}
#stby-initiatives_process .stby-container .inner .content .process-button a {
  width: 13em;
}

/*---------- その他の事例 ----------*/
#stby-case_studies {
  margin-top: -50px;
  padding: 100px 0 160px;
}
@media screen and (max-width: 1025px), print {
  #stby-case_studies {
    margin-top: -50px;
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #stby-case_studies {
    margin-top: 0;
    padding: 50px 0 40px;
  }
}
#stby-case_studies .stby-container {
  padding: 0;
}
#stby-case_studies .stby-container .inner .content .h2default {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #stby-case_studies .stby-container .inner .content .h2default {
    margin-bottom: 25px;
  }
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1025px), print {
  #stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner {
    justify-content: space-between;
  }
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1025px), print {
  #stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li {
    width: calc((100% - 30px) / 2);
    margin-right: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li {
    width: 100%;
    margin-bottom: 40px;
  }
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li:nth-child(3n) {
  margin-right: 0;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li a .thumb {
  box-sizing: border-box;
  aspect-ratio: 408/230;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  overflow: hidden;
  will-change: transform;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
  will-change: transform;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li a dl {
  margin: 10px 0 0;
  color: #535a6e;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li a dl dt {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #535a6e;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li a dl dt.bizname {
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  #stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li a dl dt.bizname {
    margin: 5px 0 0;
  }
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li a dl dt.title {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  #stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li a dl dt.title {
    margin: 3px 0 0;
  }
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li a dl dd {
  margin: 5px 0 0;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.9;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li a:hover dt.title {
  color: #2c69ff;
  text-decoration: underline;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li a:hover .thumb img {
  transform: scale(1.03);
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li .category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1em 0 0;
  padding: 0;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li .category li {
  font-size: 1.4rem;
  width: initial;
  display: inline-block;
  background-color: #d9dfe9;
  border-radius: 4px;
  margin: 0.5em 0.5em 0 0;
  padding: 0.2em 0.75em 0.15em;
  color: #535a6e;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li .category li.sky {
  background-color: #2b69ff;
  color: #fff;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li .category li.orange {
  background-color: #ff8c00;
  color: #fff;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li .category li.lime {
  background-color: #9eba0a;
  color: #fff;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li .category li.emerald {
  background-color: #14cdb4;
  color: #fff;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li .category li.rose {
  background-color: #e61e8c;
  color: #fff;
}
#stby-case_studies .stby-container .inner .content .other-cases .other-cases-inner li .category li.gray {
  background-color: #535a6e;
  color: #fff;
}

/*---------- パートナーシップ ----------*/
#stby-partnership {
  padding: 130px 0;
  background-color: #eff2f6;
}
@media screen and (max-width: 768px) {
  #stby-partnership {
    padding: 65px 0;
  }
}
#stby-partnership .partnership {
  padding: 0 0 0 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  #stby-partnership .partnership {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #stby-partnership .partnership {
    display: block;
  }
}
#stby-partnership .partnership li:first-child {
  width: calc(75% - 100px);
}
@media screen and (max-width: 768px) {
  #stby-partnership .partnership li:first-child {
    width: 100%;
  }
}
#stby-partnership .partnership li:first-child p {
  font-size: clamp(3rem, 3vw, 4.4rem);
  line-height: 1.4;
}
#stby-partnership .partnership li:last-child {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #stby-partnership .partnership li:last-child {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #stby-partnership .partnership li:last-child .image {
    margin-top: 50px;
  }
}
#stby-partnership .partnership li:last-child .image img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
#stby-partnership .partnership li:last-child dl {
  margin-top: 2em;
}
#stby-partnership .partnership li:last-child dl dt {
  color: #7d869a;
  font-size: 1.4rem;
}
#stby-partnership .partnership li:last-child dl dd {
  color: #000;
  font-size: 1.8rem;
}

/*---------- 最新情報 ----------*/
#stby-latest_news {
  border-bottom: solid 1px #8f98ac;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  #stby-latest_news {
    padding: 50px 20px;
  }
}
#stby-latest_news a[target=_blank] {
  padding-left: initial;
}
#stby-latest_news .stby-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #stby-latest_news .stby-container {
    padding: 0;
  }
}
#stby-latest_news .stby-container .inner {
  box-sizing: border-box;
  position: relative;
  max-width: 1288px;
  margin: 0 auto;
  padding: 0;
}
#stby-latest_news .stby-container .inner .h2scroll {
  margin: 0 0 20px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #stby-latest_news .stby-container .inner .h2scroll {
    margin: 0 0 10px;
    padding: 0;
  }
}
#stby-latest_news .scroll-slide .slide-item .tag-list li {
  border: 1px solid #535a6e;
  background-color: #535a6e;
}
#stby-latest_news .scroll-slide .slide-item .tag-list li.sky {
  border: 1px solid #2c69ff;
  background-color: #2b69ff;
}
#stby-latest_news .scroll-slide .slide-item .tag-list li.orange {
  border: 1px solid #ff8c00;
  background-color: #ff8c00;
}
#stby-latest_news .scroll-slide .slide-item .tag-list li.lime {
  border: 1px solid #9eba0a;
  background-color: #9eba0a;
}
#stby-latest_news .scroll-slide .slide-item .tag-list li.emerald {
  border: 1px solid #14cdb4;
  background-color: #14cdb4;
}
#stby-latest_news .scroll-slide .slide-item .tag-list li.rose {
  border: 1px solid #e61e8c;
  background-color: #e61e8c;
}

@media screen and (min-width: 769px), print {
  /* ---------- */
  /* Scroll Slide */
  .scroll-slide {
    box-sizing: border-box;
    position: relative;
    max-width: 1368px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1535px), print {
  .scroll-slide {
    padding: 0 0;
    max-width: 1290px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1328px), print {
  .scroll-slide {
    margin: 0 20px;
  }
}
@media screen and (min-width: 769px), print {
  .scroll-slide-loop .slide-inner {
    overflow: hidden;
    padding-top: 20px;
  }
  .scroll-slide .slide-item {
    position: relative;
    display: flex;
    width: 408px;
    padding-bottom: 30px;
  }
  .scroll-slide .slide-item .category {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    aspect-ratio: 408/230;
    right: 0;
    bottom: 25px;
    z-index: 10;
    pointer-events: none;
  }
  .scroll-slide .slide-item .category span {
    position: relative;
    display: inline-block;
    width: 408px;
    top: 10px;
    text-align: right;
    transform: translateY(100%);
  }
  .scroll-slide .slide-item .category a {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #2c69ff;
    pointer-events: auto;
  }
  .scroll-slide .slide-item .category a:hover {
    text-decoration: underline;
  }
  .scroll-slide .slide-item .category a.site {
    padding-right: 26px;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
  }
  .scroll-slide .slide-item .category .site.external {
    background-image: url(../img/icon_external.svg);
  }
  .scroll-slide .slide-item > a {
    display: block;
    width: 408px;
  }
  .scroll-slide .slide-item .image {
    border-radius: 15px;
    overflow: hidden;
    will-change: opacity;
  }
  .scroll-slide .slide-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 408/230;
    object-fit: cover;
    transition: transform 400ms ease-out;
  }
  .scroll-slide .slide-item dl {
    margin: 16px 0 0;
  }
  .scroll-slide .slide-item dt {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .scroll-slide .slide-item dt,
  .scroll-slide .slide-item dt .date {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #5b6179;
  }
  .scroll-slide .slide-item dt .site {
    display: inline-block;
    padding-right: 26px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #2c69ff;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
  }
  .scroll-slide .slide-item dt .site.external {
    background-image: url(../img/icon_external.svg);
  }
  .scroll-slide .slide-item dt + dd {
    margin: 8px 0 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .scroll-slide .slide-item dd + dd {
    margin: 10px 0 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }
  .scroll-slide .slide-item p {
    margin: 16px 0 0;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .scroll-slide .slide-item a:hover dt + dd {
    text-decoration: underline;
    color: #2c69ff;
  }
  .scroll-slide .slide-item a:hover p {
    text-decoration: underline;
  }
  .scroll-slide .slide-item a:hover dd + dd {
    color: #4a4a4a;
  }
  .scroll-slide .slide-item a:hover .image img {
    transform: scale(1.03);
  }
  .scroll-slide .controller {
    position: relative;
    margin: 40px 0 0;
    height: 32px;
  }
  .scroll-slide .scrollbar {
    position: absolute;
    width: 94px;
    height: 24px;
    top: 4px;
    right: 112px;
  }
  .scroll-slide .scrollbar::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    background: #c4c4c4;
  }
  .scroll-slide .swiper-scrollbar-drag {
    z-index: 10;
    background: none;
    border-radius: 0;
  }
  .scroll-slide .swiper-scrollbar-drag::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    left: 0;
    top: calc(50% - 5px);
    z-index: 10;
    background: #2c69ff;
    border-radius: 5px;
  }
  .scroll-slide .button-prev,
  .scroll-slide .button-next {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    cursor: pointer;
    transition: all 400ms ease-out;
  }
  .scroll-slide .button-prev button,
  .scroll-slide .button-next button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .scroll-slide .button-prev button img,
  .scroll-slide .button-next button img {
    width: 24px;
    height: auto;
  }
  .scroll-slide .button-prev {
    right: 48px;
  }
  .scroll-slide .button-next {
    right: 4px;
  }
  .scroll-slide .button-prev:hover,
  .scroll-slide .button-next:hover {
    opacity: 0.6;
  }
  .scroll-slide.compact .controller {
    display: none;
  }
  .scroll-slide .slide-item .category span {
    text-align: left;
  }
  .scroll-slide .slide-item .image {
    border: 2px solid #d9d9d9;
    border-radius: 16px;
    overflow: hidden;
    z-index: 9;
    position: relative;
  }
  .scroll-slide .slide-item a {
    position: relative;
  }
  .scroll-slide .slide-item .tag-list {
    position: absolute;
    left: 14px;
    top: -16px;
    z-index: 20000;
    display: flex;
    transform: translateZ(1px);
  }
  .scroll-slide .slide-item .tag-list li {
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    padding: 4px 16px;
    border-radius: 7px;
    border: 1px solid #2c69ff;
    background-color: #2c69ff;
    color: #fff;
    width: fit-content;
    margin-right: 4px;
  }
  .scroll-slide-loop .slide-inner {
    overflow: hidden;
    padding-top: 20px;
  }
  .scroll-slide-loop .swiper-button-prev,
  .scroll-slide-loop .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    top: 29%;
    display: block !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px), print {
  .scroll-slide-loop .swiper-button-prev,
  .scroll-slide-loop .swiper-button-next {
    top: 23%;
  }
}
@media screen and (min-width: 769px), print {
  .scroll-slide-loop .swiper-button-prev {
    left: -6px;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -6px;
  }
  .scroll-slide-loop .swiper-button-prev::after,
  .scroll-slide-loop .swiper-button-next::after {
    display: none;
  }
  .scroll-slide-loop .swiper-button-prev::before,
  .scroll-slide-loop .swiper-button-next::before {
    bottom: 0;
    background-image: url(../img/arrow-carousel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 8px);
    display: block;
    width: 9px;
    height: 16px;
    margin: 0;
    content: "";
    border: none;
  }
  .scroll-slide-loop .swiper-button-prev::before {
    left: 18px;
    transform: rotate(0);
  }
  .scroll-slide-loop .swiper-button-next::before {
    right: 18px;
    transform: rotate(180deg);
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-top: 25px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination {
    position: relative;
    z-index: 1;
    width: fit-content;
    bottom: 0px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 13px !important;
    background-color: #fff;
    border: 2px solid #2c69ff;
    opacity: 1;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2c69ff;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn {
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 56px;
    min-height: 24px;
    font-size: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 56px;
    height: 15px;
    margin-right: 0;
    margin-left: 14px;
    border: 1px solid #2c69ff;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-top: 0;
    border-bottom: 0;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn.is-stop::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-style: solid;
    border-color: transparent transparent transparent #717171;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    border-width: 5px 0 5px 9px;
  }
  .scroll-slide-loop .slide-item a {
    margin: 0 18px;
  }
  .scroll-slide-loop .swiper-button-prev {
    left: 34px;
  }
  .scroll-slide-loop .swiper-button-next {
    right: 34px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1535px), print {
  .scroll-slide-loop .swiper-button-prev {
    left: -6px;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -6px;
  }
}
@media screen and (min-width: 769px) and (max-width: 639px), print {
  .scroll-slide-loop .slide-item a {
    margin: 0 14px;
  }
  .scroll-slide-loop .swiper-button-prev {
    left: -18px !important;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -18px !important;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn {
    font-size: 0;
    flex-shrink: 0;
    width: 56px !important;
    min-height: 15px !important;
    margin-right: 0;
    margin-left: 14px;
    border: 1px solid #2c69ff;
    border-radius: 12px;
    color: transparent;
    background: 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-top: 0;
    border-bottom: 0;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn.is-stop::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-style: solid;
    border-color: transparent transparent transparent #717171;
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-width: 4px 0 4px 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* ---------- */
  /* Scroll Slide */
  .scroll-slide {
    box-sizing: border-box;
    position: relative;
  }
  .scroll-slide .slide-item {
    position: relative;
    display: flex;
    width: 75vw;
    padding-bottom: 30px;
  }
  .scroll-slide .slide-item .category {
    position: absolute;
    display: flex;
    align-items: flex-end;
    aspect-ratio: 408/230;
    width: 75vw;
    left: 0;
    bottom: 20px;
    z-index: 10;
    pointer-events: none;
  }
  .scroll-slide .slide-item .category span {
    position: relative;
    display: inline-block;
    width: 75vw;
    top: 0;
    transform: translateY(100%);
  }
  .scroll-slide .slide-item .category a {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #2c69ff;
    pointer-events: auto;
  }
  .scroll-slide .slide-item .category a:active {
    text-decoration: underline;
  }
  .scroll-slide .slide-item .category a.site {
    padding-right: 26px;
  }
  .scroll-slide .slide-item .category a.site::after {
    position: absolute;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    right: 0;
    top: calc(50% - 13px);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
  }
  .scroll-slide .slide-item .category .site.external::after {
    background-image: url(../img/icon_external.svg);
  }
  .scroll-slide .slide-item > a {
    display: block;
    width: 75vw;
  }
  .scroll-slide .slide-item .image {
    border-radius: 15px;
    overflow: hidden;
    will-change: opacity;
  }
  .scroll-slide .slide-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 408/230;
    object-fit: cover;
    transition: transform 400ms ease-out;
  }
  .scroll-slide .slide-item dl {
    margin: 16px 0 0;
  }
  .scroll-slide .slide-item dt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .scroll-slide .slide-item dt,
  .scroll-slide .slide-item dt .date {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #5b6179;
  }
  .scroll-slide .slide-item dt .site {
    display: inline-block;
    padding-right: 26px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: #2c69ff;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url(../img/icon_site.svg);
  }
  .scroll-slide .slide-item dt .site.external {
    background-image: url(../img/icon_external.svg);
  }
  .scroll-slide .slide-item dt + dd {
    margin: 8px 0 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .scroll-slide .slide-item dd + dd {
    margin: 10px 0 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  .scroll-slide .slide-item p {
    margin: 16px 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .scroll-slide .slide-item a:active dt + dd {
    text-decoration: underline;
    color: #0000c8;
  }
  .scroll-slide .slide-item a:active p {
    text-decoration: underline;
  }
  .scroll-slide .slide-item a:active dd + dd {
    color: #4a4a4a;
  }
  .scroll-slide .slide-item a:active .image img {
    transform: scale(1.03);
  }
  .scroll-slide .controller {
    position: relative;
    margin: 24px 0 0;
    height: 32px;
  }
  .scroll-slide .scrollbar {
    position: absolute;
    width: 190px;
    height: 24px;
    top: 4px;
    left: 0;
  }
  .scroll-slide .scrollbar::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    background: #c4c4c4;
  }
  .scroll-slide .swiper-scrollbar-drag {
    z-index: 10;
    background: none;
    border-radius: 0;
  }
  .scroll-slide .swiper-scrollbar-drag::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    left: 0;
    top: calc(50% - 5px);
    z-index: 10;
    background: #2c69ff;
    border-radius: 5px;
  }
  .scroll-slide .button-prev,
  .scroll-slide .button-next {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    cursor: pointer;
    transition: all 400ms ease-out;
  }
  .scroll-slide .button-prev {
    right: 40px;
  }
  .scroll-slide .button-next {
    right: 4px;
  }
  .scroll-slide .button-prev button,
  .scroll-slide .button-next button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .scroll-slide .button-prev button img,
  .scroll-slide .button-next button img {
    width: 24px;
    height: auto;
  }
  .scroll-slide .button-prev:active,
  .scroll-slide .button-next:active {
    opacity: 0.6;
  }
  .scroll-slide.single .controller {
    display: none;
  }
  #dx-topics {
    margin-top: 44px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 44px;
  }
  .scroll-slide .slide-item .image {
    border: 2px solid #d9d9d9;
    border-radius: 16px;
    overflow: hidden;
    z-index: 9;
    position: relative;
  }
  .scroll-slide .slide-item a {
    position: relative;
  }
  .scroll-slide .slide-item .tag-list {
    position: absolute;
    left: 14px;
    top: -16px;
    z-index: 20000;
    display: flex;
    transform: translateZ(1px);
  }
  .scroll-slide .slide-item .tag-list li {
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    padding: 4px 16px;
    border-radius: 7px;
    border: 1px solid #2c69ff;
    background-color: #2c69ff;
    color: #fff;
    width: fit-content;
    margin-right: 4px;
  }
  .scroll-slide-loop .slide-inner .slide-item a {
    width: 100%;
  }
  .scroll-slide-loop .slide-inner {
    overflow: hidden;
    padding-top: 20px;
  }
  .scroll-slide-loop .slide-item a {
    margin: 0 4px;
  }
  .scroll-slide-loop .swiper-button-prev {
    left: -14px !important;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -14px !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (max-width: 639px) {
  .scroll-slide-loop .slide-item a {
    margin: 0 4px;
  }
  .scroll-slide-loop .swiper-button-prev {
    left: -14px !important;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -14px !important;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn {
    font-size: 0;
    flex-shrink: 0;
    width: 56px !important;
    min-height: 15px !important;
    margin-right: 0;
    margin-left: 14px;
    border: 1px solid #2c69ff;
    border-radius: 12px;
    color: transparent;
    background: 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-top: 0;
    border-bottom: 0;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn.is-stop::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-style: solid;
    border-color: transparent transparent transparent #717171;
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-width: 4px 0 4px 8px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .scroll-slide-loop .slide-inner {
    overflow: hidden;
    padding-top: 20px;
  }
  .scroll-slide-loop .swiper-button-prev,
  .scroll-slide-loop .swiper-button-next {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    top: 30%;
    display: block !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (max-width: 500px) {
  .scroll-slide-loop .swiper-button-prev,
  .scroll-slide-loop .swiper-button-next {
    top: 27%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .scroll-slide-loop .swiper-button-prev {
    left: -6px;
  }
  .scroll-slide-loop .swiper-button-next {
    right: -6px;
  }
  .scroll-slide-loop .swiper-button-prev::after,
  .scroll-slide-loop .swiper-button-next::after {
    display: none;
  }
  .scroll-slide-loop .swiper-button-prev::before,
  .scroll-slide-loop .swiper-button-next::before {
    bottom: 0;
    background-image: url(../img/arrow-carousel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 8px);
    display: block;
    width: 9px;
    height: 16px;
    margin: 0;
    content: "";
    border: none;
  }
  .scroll-slide-loop .swiper-button-prev::before {
    left: 18px;
    transform: rotate(0);
  }
  .scroll-slide-loop .swiper-button-next::before {
    right: 18px;
    transform: rotate(180deg);
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination {
    position: relative;
    z-index: 1;
    width: fit-content;
    bottom: 0px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 13px !important;
    background-color: #fff;
    border: 2px solid #2c69ff;
    opacity: 1;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2c69ff;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn {
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 56px;
    min-height: 24px;
    font-size: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 56px;
    height: 15px;
    margin-right: 0;
    margin-left: 14px;
    border: 1px solid #2c69ff;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-top: 0;
    border-bottom: 0;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-width: 3px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn.is-stop::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-style: solid;
    border-color: transparent transparent transparent #717171;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    border-width: 5px 0 5px 9px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) and (max-width: 639px) {
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn {
    font-size: 0;
    flex-shrink: 0;
    width: 56px !important;
    min-height: 15px !important;
    margin-right: 0;
    margin-left: 14px;
    border: 1px solid #2c69ff;
    border-radius: 12px;
    color: transparent;
    background: 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-top: 0;
    border-bottom: 0;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  .scroll-slide-loop .swiper-stories-csv-pn-sb .stopbtn.is-stop::before {
    position: absolute;
    display: block;
    content: "";
    border: 3px solid #717171;
    border-style: solid;
    border-color: transparent transparent transparent #717171;
    width: 6px;
    height: 6px;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-width: 4px 0 4px 8px;
  }
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}

/*---------- チーム紹介 ----------*/
#stby-team {
  border-bottom: solid 1px #8f98ac;
  padding: 120px 0 90px;
}
@media screen and (max-width: 768px) {
  #stby-team {
    padding: 60px 0 50px;
  }
}
#stby-team ul.stby-team-wrap {
  margin-top: 55px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #stby-team ul.stby-team-wrap {
    margin-top: 35px;
    justify-content: space-between;
  }
}
#stby-team ul.stby-team-wrap li {
  width: calc((100% - 300px) / 5);
  margin-right: 75px;
  margin-bottom: 80px;
}
#stby-team ul.stby-team-wrap li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1025px), print {
  #stby-team ul.stby-team-wrap li {
    width: calc((100% - 160px) / 5);
    margin-right: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #stby-team ul.stby-team-wrap li {
    width: calc((100% - 30px) / 2);
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
}
#stby-team ul.stby-team-wrap li a .thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
}
#stby-team ul.stby-team-wrap li a .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
  will-change: transform;
}
#stby-team ul.stby-team-wrap li a .detail {
  position: relative;
  margin-top: 1em;
}
#stby-team ul.stby-team-wrap li a .detail .name-en {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 0.25em;
}
#stby-team ul.stby-team-wrap li a .detail .name {
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  margin-bottom: 0.25em;
}
#stby-team ul.stby-team-wrap li a .detail .part {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  margin-bottom: 0.5em;
}
#stby-team ul.stby-team-wrap li a .detail .category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 0;
  padding: 0;
}
#stby-team ul.stby-team-wrap li a .detail .category li {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  width: initial;
  display: inline-block;
  background-color: #d9dfe9;
  border-radius: 4px;
  margin: 0 0.5em 0.5em 0;
  padding: 0.2em 0.75em 0.15em;
  color: #535a6e;
}
#stby-team ul.stby-team-wrap li a .detail .category li.sky {
  background-color: #2b69ff;
  color: #fff;
}
#stby-team ul.stby-team-wrap li a .detail .category li.orange {
  background-color: #ff8c00;
  color: #fff;
}
#stby-team ul.stby-team-wrap li a .detail .category li.lime {
  background-color: #9eba0a;
  color: #fff;
}
#stby-team ul.stby-team-wrap li a .detail .category li.emerald {
  background-color: #14cdb4;
  color: #fff;
}
#stby-team ul.stby-team-wrap li a .detail .category li.rose {
  background-color: #e61e8c;
  color: #fff;
}
#stby-team ul.stby-team-wrap li a .detail .category li.gray {
  background-color: #535a6e;
  color: #fff;
}
#stby-team ul.stby-team-wrap li a .detail {
  /* .cate {
  	font-size: clamp(1.2rem, 2vw, 1.4rem);
  	color: #fff;
  	line-height: 1.2;
  	padding: 7px 10px 5px;
  	display: inline-block;
  	border-radius: 5px;
  	&.sky {
  		background-color: #2b69ff;
  	}
  	&.orange {
  		background-color: #ff8c00;
  	}
  	&.lime {
  		background-color: #9eba0a;
  	}
  	&.emerald {
  		background-color: #14cdb4;
  	}
  	&.rose {
  		background-color: #e61e8c;
  	}
  } */
}
#stby-team ul.stby-team-wrap li a .detail::after {
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  transform: rotate(-45deg);
  transition: right 0.2s;
  border-right: 2px solid rgb(40, 45, 60);
  border-bottom: 2px solid rgb(40, 45, 60);
}
@media screen and (max-width: 1025px), print {
  #stby-team ul.stby-team-wrap li a .detail::after {
    /* width: 30px;
                             height: 30px; */
  }
}
#stby-team ul.stby-team-wrap li a:hover .thumb img {
  transform: scale(1.03);
}
#stby-team ul.stby-team-wrap li a:hover .detail::after {
  right: 0;
}

/*---------- モーダルウインドウ ----------*/
.modalwindow {
  display: none;
}

.fancybox-slide--html .fancybox-content {
  max-width: 800px !important;
  height: auto;
  background-color: #d9dfe9 !important;
}
@media screen and (max-width: 768px) {
  .fancybox-slide--html .fancybox-content {
    padding: 20px !important;
  }
}
@media screen and (max-width: 1400px) {
  .fancybox-slide--html .fancybox-content {
    width: calc(100% - 30px) !important;
  }
}

.fancybox-content {
  position: relative;
  overflow: visible !important;
}
.fancybox-content .fancybox-nav {
  position: absolute;
  top: -30px;
  border: none !important;
  background: none !important;
  color: #ffffff;
  cursor: pointer;
}
.fancybox-content .fancybox-prev,
.fancybox-content .fancybox-next {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .fancybox-content .fancybox-prev,
  .fancybox-content .fancybox-next {
    font-size: 1.4rem;
  }
}
.fancybox-content .fancybox-prev::after,
.fancybox-content .fancybox-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 576px) {
  .fancybox-content .fancybox-prev::after,
  .fancybox-content .fancybox-next::after {
    width: 8px;
    height: 8px;
  }
}
.fancybox-content .fancybox-prev {
  left: 0;
  padding-left: 0.75em;
}
.fancybox-content .fancybox-prev::after {
  left: 0;
  transform: rotate(-135deg);
}
.fancybox-content .fancybox-next {
  right: 0;
  padding-right: 0.75em;
}
.fancybox-content .fancybox-next::after {
  right: 0;
  transform: rotate(45deg);
}
.fancybox-content .fancybox-close-small {
  display: flex;
  align-items: center;
  width: 15em;
}
@media screen and (max-width: 768px) {
  .fancybox-content .fancybox-close-small {
    width: 9em;
  }
}
.fancybox-content .fancybox-close-small::before {
  content: "Ecsキーで閉じる";
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fancybox-content .fancybox-close-small::before {
    content: "閉じる";
  }
}
.fancybox-content .fancybox-close-small {
  color: #000 !important;
  padding: 10px;
  opacity: 1;
}

.profile_wrap .inner {
  overflow-y: auto;
  max-height: 700px;
}
@media screen and (max-width: 768px) {
  .profile_wrap .inner {
    max-height: 500px;
  }
}
.profile_wrap .inner .profile_img {
  background-color: #fff;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .profile_wrap .inner .profile_img {
    max-width: 150px;
    max-height: 150px;
  }
}
.profile_wrap .inner .profile_img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .profile_wrap .inner .profile_cont {
    width: 100%;
    margin-top: 0.5em;
  }
}
.profile_wrap .inner .profile_cont .name {
  font-size: clamp(2rem, 3vw, 3.6rem);
  font-weight: bold;
  text-align: center;
}
.profile_wrap .inner .profile_cont .name-en {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 0.5em;
  text-align: center;
}
.profile_wrap .inner .profile_cont .part {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  text-align: center;
}
.profile_wrap .inner .profile_cont .category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 0;
  padding: 0;
}
.profile_wrap .inner .profile_cont .category li {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  width: initial;
  display: inline-block;
  background-color: #d9dfe9;
  border-radius: 4px;
  margin: 0 0.5em 0.5em 0;
  padding: 0.2em 0.75em 0.15em;
  color: #535a6e;
}
.profile_wrap .inner .profile_cont .category li.sky {
  background-color: #2b69ff;
  color: #fff;
}
.profile_wrap .inner .profile_cont .category li.orange {
  background-color: #ff8c00;
  color: #fff;
}
.profile_wrap .inner .profile_cont .category li.lime {
  background-color: #9eba0a;
  color: #fff;
}
.profile_wrap .inner .profile_cont .category li.emerald {
  background-color: #14cdb4;
  color: #fff;
}
.profile_wrap .inner .profile_cont .category li.rose {
  background-color: #e61e8c;
  color: #fff;
}
.profile_wrap .inner .profile_cont .category li.gray {
  background-color: #535a6e;
  color: #fff;
}
.profile_wrap .inner .profile_cont .profile_text h4 {
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 0.5em;
}
.profile_wrap .inner .profile_cont .profile_text .text {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
}

/*---------- よくある質問 ----------*/
#stby-faq {
  padding: 130px 0 160px;
}
@media screen and (max-width: 768px) {
  #stby-faq {
    padding: 60px 0 80px;
  }
}
#stby-faq .stby-container {
  padding: 0;
}
#stby-faq .stby-container .inner .h2default {
  margin-bottom: 50px;
}
#stby-faq .stby-container .inner .details {
  border-top: 1px solid #a7afc1;
}
#stby-faq .stby-container .inner .details:last-of-type {
  border-bottom: 1px solid #a7afc1;
}
#stby-faq .stby-container .inner .details-summary {
  position: relative;
  display: block;
  font-size: clamp(1.6rem, 2vw, 2rem);
  padding: 35px 80px 35px 40px;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #stby-faq .stby-container .inner .details-summary {
    padding: 20px 60px 20px 10px;
  }
}
#stby-faq .stby-container .inner .details-summary:hover {
  transition: 0.3s;
  cursor: pointer;
  color: #2b69ff;
}
#stby-faq .stby-container .inner .details-summary .btn {
  position: absolute;
  top: calc(50% - 10px);
  right: 40px;
  width: 20px;
  height: 20px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media screen and (max-width: 768px) {
  #stby-faq .stby-container .inner .details-summary .btn {
    right: 10px;
  }
}
#stby-faq .stby-container .inner .details-summary .btn:before, #stby-faq .stby-container .inner .details-summary .btn:after {
  content: "";
  background-color: #2b69ff;
  border-radius: 10px;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  transform-origin: center center;
}
#stby-faq .stby-container .inner .details-summary .btn:before {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}
#stby-faq .stby-container .inner .details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#stby-faq .stby-container .inner .details-summary.is-active .btn:before {
  content: none;
}
#stby-faq .stby-container .inner .details-summary::-webkit-details-marker {
  display: none;
}
#stby-faq .stby-container .inner .details-content {
  padding: 0 40px 35px 40px;
}
@media screen and (max-width: 768px) {
  #stby-faq .stby-container .inner .details-content {
    padding: 0 10px 35px;
  }
}
#stby-faq .stby-container .inner .details-content p {
  margin: 0 0 20px;
  font-size: clamp(1.6rem, 2vw, 2rem);
  text-align: left;
}
#stby-faq .stby-container .inner .details-content p:last-of-type {
  margin: 0 0 0;
}

/*---------- NECに​よる​サステナビリティに​関する​取り組み ----------*/
#stby-nec-initiative {
  border-bottom: solid 1px #8f98ac;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #stby-nec-initiative {
    padding: 60px 0;
  }
}
#stby-nec-initiative .stby-container {
  padding: 0;
}
#stby-nec-initiative .stby-container .inner h2 {
  font-size: clamp(2rem, 2vw, 3.6rem);
}
#stby-nec-initiative .stby-container .inner .nec-initiative {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #stby-nec-initiative .stby-container .inner .nec-initiative {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #stby-nec-initiative .stby-container .inner .nec-initiative {
    display: block;
  }
}
#stby-nec-initiative .stby-container .inner .nec-initiative li {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  #stby-nec-initiative .stby-container .inner .nec-initiative li {
    width: 100%;
    margin-bottom: 15px;
  }
  #stby-nec-initiative .stby-container .inner .nec-initiative li:last-child {
    margin-bottom: 0;
  }
}
#stby-nec-initiative .stby-container .inner .nec-initiative li a {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 63px;
  padding: 0 60px 0 32px;
  color: #535a6e;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: #fff;
  border: solid 1px #8f98ac;
  border-radius: 8px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #stby-nec-initiative .stby-container .inner .nec-initiative li a {
    min-height: 40px;
    padding: 0 50px 0 22px;
  }
}
#stby-nec-initiative .stby-container .inner .nec-initiative li a::after {
  position: absolute;
  content: "";
  top: calc(50% - 12px);
  right: 35px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(../img/arrow_button.svg) 0 0 no-repeat;
  background-size: 24px 24px;
  transition: filter 400ms ease-out;
}
@media screen and (max-width: 768px) {
  #stby-nec-initiative .stby-container .inner .nec-initiative li a::after {
    right: 15px;
  }
}
#stby-nec-initiative .stby-container .inner .nec-initiative li a:hover {
  transition: 0.3s;
  color: #fff !important;
  background: #535a6e;
}
#stby-nec-initiative .stby-container .inner .nec-initiative li a:hover::after {
  background: url(../img/arrow_button_white.svg) 0 0 no-repeat;
}/*# sourceMappingURL=stby-style.css.map */