@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url(base_three.css);

:root {
  --bg: #dbe4e7;
  --text-primary: #333d41;
  --primary: #21436f;
  --secondary: #f00;
  --accent: #ff3e42;
}

/*tabindex="-1"の影響を強制的に排除*/
:focus,
:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*_fonts.scssを上書き*/
html, input, textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  /* font-family: "Albert Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal; */
}

.header_main {
  position: relative;
  z-index: 10;
}

/* ==========================================================================
   ヘッダー
   ========================================================================== */
.header_main {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/csr/top.png);
  background-repeat: no-repeat;
  background-position: right 5% top 10% !important;
  padding-top: var(--pt-val);
  padding-right: var(--pr-val);
  padding-bottom: var(--pb-val);
  padding-left: var(--pl-val);
}
.header_main .head_box .head {
  margin-left: -20px;
  margin-bottom: 0px;
}
.header_main .head_box .head .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: var(--mb-val);
  margin-left: -2px;
  color: #21436F;
}
.header_main .head_box .head .en__txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.header_main .kv__head {
  color: #21436F;
  font-family: "Albert Sans";
  font-weight: bold;
  position: relative;
  margin-bottom: var(--mb-val);
  line-height: 1;
  letter-spacing: -0.5px;
}

@media screen and (min-width: 769px) {
  .head_box .head .en {
    gap: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  .header_main {
    background-image: url(../img/csr/top_sp.png);
    background-position: right -195% top 4% !important;
    padding: 40.8vw 5.3333333333vw 26vw;
    padding-top: 170px;
    gap: 8px;
  }
  .header_main .head_box {
    margin-bottom: 10px;
  }
  .header_main .head_box .head {
    margin-left: 0px;
  }
  .header_main .head_box .head .en {
    font-size: 15px;
    gap: 8px;
    margin-left: 0px;
  }
  .header_main .en__icn {
    width: 12px;
  }
  .header_main .kv__head {
    margin: 0 0 42px 21px;
    line-height: 58px;
    letter-spacing: 0;
  }
}
/* ==========================================================================
   アニメーション skin_csr.cssから移植
   ========================================================================== */
.js-anim {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.js-anim.is-complete {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*共通部部分 */
.l-main {
  overflow: visible;
}

/* ==========================================================================
   上部コンテンツ
   ========================================================================== */
@media screen and (min-width: 769px) {
  .business-head{
    z-index: 10;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    --pr-min: 106;
    --pr-max: 106;
    padding-right: var(--pr-val);
    --pb-min: 160;
    --pb-max: 158;
    padding-bottom: var(--pb-val);
    --pl-min: 110;
    --pl-max: 104;
    padding-left: var(--pl-val);
  }
}
.business-head .head_box .head {
  margin-bottom: 0;
}
.business-head .head_box .head .en {
  font-size: 15px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3953147877vw;
  margin-left: -3px;
  color: #21436F;
  --mb-min: 26;
  --mb-max: 52;
  margin-bottom: var(--mb-val);
}
.business-head .head_box .head .en .en__txt {
  font-weight: 700;
  letter-spacing: 1px;
}
.business-head .head_box .head .jp {
  display: block;
  font-weight: 700;
  color: #21436F;
  letter-spacing: 1.3px;
  --f-min: 28;
  --f-max: 35;
}
.business-head .head_box .head .en__icn {
  display: block;
  max-width: 14px;
}

@media screen and (max-width: 768px) {
  .business-head{
    z-index: 10;
    position: relative;
    padding-inline: 13px;
    padding-bottom: 26vw;
  }
  .business-head .head_box .head .en {
    letter-spacing: 1.5px;
  }
  .business-head .head_box .head .en {
    gap: 2.3vw;
  }
}
@media screen and (min-width: 769px) {
  .business-head .head_box .head .en__icn {
    width: 0.9970717423vw;
  }
}
/* ==========================================================================
   目次
   ========================================================================== */
.content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible !important;
  --mb-min: 47;
  --mb-max: 80;
}
@media screen and (min-width: 769px) {
  .content_box {
    margin-bottom: 10.980966325vw;
  }
}
@media screen and (max-width: 768px) {
  .content_box {
    margin-bottom: 26.6666666667vw;
  }
}

.asside_nav {
  position: sticky !important;
  top: 120px !important;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
}
.asside_nav .menu-container {
  text-align: center;
  background: white;
  border-radius: 30px;
  padding: 49px 0 25px;
  width: 250px;
  position: relative;
}
.asside_nav .menu-container .menu-list {
  list-style: none;
  padding: 0;
  margin-inline: auto;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.asside_nav .menu-container .menu-list li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #728AA8;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}
.asside_nav .menu-container .menu-list li.active {
  color: #21436F;
}

/* JSで自動生成される「動く点」 */
.menu-marker {
  display: block;
  position: absolute;
  left: -18px;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border: 5px solid #1F3B62;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  opacity: 0;
  -webkit-transition: top 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  transition: top 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
  pointer-events: none;
}
.menu-marker.is-visible {
  opacity: 1;
}

#js-sidebar-track {
  margin-left: 6%;
  margin-right: 4%;
}

@media screen and (min-width: 769px) {
  .asside_nav .menu-container {
    width: 18.11vw;
    min-width: 251px;
  }
}
@media screen and (min-width: 1100px) {
  .asside_nav .menu-container {
    min-width: 251px;
  }
}
@media screen and (max-width: 1000px) {
  .sidebar_track {
    display: none;
  }
  .content_box {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .content_box {
    display: block;
  }
  .sidebar_track {
    display: none;
  }
}
.business-side-menu {
  background: var(--primary);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .business-side-menu {
    margin-block: 1.4641288433vw;
    padding: 2.3426061493vw 1.756954612vw 2.3426061493vw 2.196193265vw;
    font-size: 1.0980966325vw;
    border-radius: 3.4407027818vw;
  }
}
@media screen and (max-width: 768px) {
  .business-side-menu {
    display: none;
  }
}
.business-side-menu::after {
  content: "";
  width: 31px;
  height: 31px;
  background: url(../img/semiconductor/business_menu-listmark.svg) no-repeat center/contain;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-home__company[tabindex="-1"]:focus,
.p-home__company[tabindex="-1"]:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.br-sp {
  display: none;
}

.img-pc {
  display: block;
}

.img-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline;
  }
  .img-pc {
    display: none;
  }
  .img-sp {
    display: block;
  }
}
/* ==========================================================================
   Components
   ========================================================================== */
.c-underline--dot {
  text-decoration: none;
  background-image: url(../img/business/dot_underline--primary.svg);
  background-repeat: repeat-x;
  background-position: left 100%;
  background-size: auto 1px;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 769px) {
  .c-underline--dot {
    font-size: 1.317715959vw;
    padding-bottom: 0.6588579795vw;
  }
}
@media screen and (max-width: 768px) {
  .c-underline--dot {
    font-size: 3.7333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}
.c-underline--line {
  border-bottom: 1px solid #B6C8D0;
}

.c-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-tag {
    margin-top: 0.439238653vw;
    margin-bottom: 3.6603221083vw;
    gap: 1.4641288433vw 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  .c-tag {
    margin-top: 0;
    margin-bottom: 10.1333333333vw;
    gap: 1.3333333333vw;
  }
}
.c-tag .c-tag__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  background: #EAF2F5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .c-tag .c-tag__tag {
    border-radius: 2.0497803807vw;
    padding: 1.0980966325vw 1.8301610542vw 1.2445095168vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  .c-tag .c-tag__tag {
    border-radius: 7.4666666667vw;
    padding: 2.6666666667vw 4vw 3.2vw;
    font-size: 3.4666666667vw;
  }
}
.c-tag .c-tag__tag::before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(33, 67, 111, 0.4);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* =========================
	Business base
========================= */
@media screen and (min-width: 769px) {
  .p-business .p-home__company {
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-business .p-home__company {
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-business h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* ←上下中央 */
  gap: 16px;
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .p-business h3 {
    gap: 1.1713030747vw;
    padding-bottom: 3.5871156662vw;
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business h3 {
    gap: 3.2vw;
    padding-bottom: 9.6vw;
    font-size: 5.3333333333vw;
  }
}
.p-business h3::before {
  content: "";
  width: 27px;
  height: 20px;
  background: url(../img/business/business_h3-listmark.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-business .section-description {
  color: #333D41;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-business .section-description {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 768px) {
  .p-business .section-description {
    font-size: 3.7333333333vw;
  }
}
.p-business .section-description .color-red {
  color: red;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .p-business .p-home__company {
    padding-left: 6.0761346999vw;
  }
}
/* =========================
	It solutions
========================= */
@media screen and (min-width: 769px) {
  #it-solutions.p-home__company {
    margin-bottom: 12.0058565154vw;
  }
}
@media screen and (max-width: 768px) {
  #it-solutions.p-home__company {
    margin-bottom: 34.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #it-solutions .it-solutions-img {
    border-radius: 3.2942898975vw;
    margin-bottom: 3.5871156662vw;
  }
}
@media screen and (max-width: 768px) {
  #it-solutions .it-solutions-img {
    border-radius: 8vw;
    margin-bottom: 9.6vw;
  }
}

/* =========================
	Strengths
========================= */
@media screen and (min-width: 769px) {
  #strengths.p-home__company {
    margin-bottom: 10.980966325vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths.p-home__company {
    margin-bottom: 26.6666666667vw;
  }
}
#strengths {
  position: relative;
  z-index: 0;
}
#strengths::before {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/business/business_contents2-bg-pc.svg) no-repeat center/cover;
  z-index: -1;
  pointer-events: none;
  top: -4.5387994143vw;
}
@media screen and (min-width: 769px) {
  #strengths::before {
    left: 31.4055636896vw;
    width: 128.1112737921vw;
    height: 11.2737920937vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths::before {
    left: 130.6666666667vw;
    width: 294.9333333333vw;
    height: 25.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #strengths h3 + .strengths-section {
    margin-top: 2.7818448023vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths h3 + .strengths-section {
    margin-top: 10.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #strengths .strengths-section {
    margin-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths-section {
    margin-bottom: 13.3333333333vw;
  }
}
#strengths .strengths-section h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  #strengths .strengths-section h4 {
    font-size: 1.317715959vw;
    gap: 5.710102489vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths-section h4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.2666666667vw;
    gap: 6.4vw;
  }
}
#strengths .strengths-section__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #D3DEE3;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  #strengths .strengths-section__right {
    padding: 0.7320644217vw 2.196193265vw;
    border-radius: 1.8301610542vw;
    width: 43.411420205vw;
    min-height: 5.1244509517vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths-section__right {
    padding: 8vw 8vw;
    border-radius: 6.6666666667vw;
    width: 100%;
    min-height: 27.2vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #strengths .strengths-section__right p {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths-section__right p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #strengths .strengths-section__right img {
    width: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths-section__right img {
    width: 11.2vw;
  }
}
#strengths .strengths-section__right .quotation {
  color: rgba(33, 67, 111, 0.31);
}
@media screen and (min-width: 769px) {
  #strengths .strengths-section__right .quotation {
    font-size: 2.5622254758vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths-section__right .quotation {
    font-size: 8vw;
  }
}
#strengths .strengths-section__right .number {
  font-family: "Albert Sans";
}
@media screen and (min-width: 769px) {
  #strengths .strengths-section__right .number {
    font-size: 2.5622254758vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths-section__right .number {
    font-size: 8vw;
  }
}
#strengths .strengths-section__right .percent {
  font-family: "Albert Sans";
}
@media screen and (min-width: 769px) {
  #strengths .strengths-section__right .percent {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths-section__right .percent {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #strengths .strengths-section__left img {
    height: 5.1244509517vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths .strengths-section__left img {
    height: 17.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #strengths .section-description {
    padding: 2.196193265vw 0 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths .section-description {
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
}

/* =========================
	Features
========================= */
@media screen and (min-width: 769px) {
  #features.p-home__company {
    margin-bottom: 10.980966325vw;
  }
}
@media screen and (max-width: 768px) {
  #features.p-home__company {
    margin-bottom: 26.6666666667vw;
  }
}
#features .features-section {
  width: 100%;
  position: relative;
}
#features .features-section__bg {
  margin: 0;
}
#features .features-section__bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#features .features-section__content h4 {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  #features .features-section__content h4 {
    top: 3.2210834553vw;
    left: 5.1976573939vw;
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 768px) {
  #features .features-section__content h4 {
    top: 12.2666666667vw;
    left: 9.0666666667vw;
    font-size: 5.3333333333vw;
  }
}
#features .features-section__content h4::before, #features .features-section__content h4::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  #features .features-section__content h4::before, #features .features-section__content h4::after {
    width: 2.4890190337vw;
    height: 2.4890190337vw;
  }
}
@media screen and (max-width: 768px) {
  #features .features-section__content h4::before, #features .features-section__content h4::after {
    width: 8.8vw;
    height: 8.8vw;
  }
}
#features .features-section__content h4::before {
  background-image: url(../img/business/business_contents3-title-frame.svg);
}
@media screen and (min-width: 769px) {
  #features .features-section__content h4::before {
    top: -1.756954612vw;
    left: -1.756954612vw;
  }
}
@media screen and (max-width: 768px) {
  #features .features-section__content h4::before {
    top: -6.4vw;
    left: -6.4vw;
  }
}
#features .features-section__content h4::after {
  background-image: url(../img/business/business_contents3-title-frame.svg);
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (min-width: 769px) {
  #features .features-section__content h4::after {
    bottom: -1.756954612vw;
    right: -1.756954612vw;
  }
}
@media screen and (max-width: 768px) {
  #features .features-section__content h4::after {
    bottom: -6.4vw;
    right: -6.4vw;
  }
}
#features .features-section__content p {
  right: 0;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #features .features-section__content p {
    position: absolute;
    top: 6.8814055637vw;
    width: 43.4846266471vw;
  }
}
@media screen and (max-width: 768px) {
  #features .features-section__content p {
    margin-top: 7.4666666667vw;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #features .features-section__content--img-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #features .features-section__content--img-sp {
    display: block;
    margin-top: 14.4vw;
    margin-left: -5.3333333333vw;
  }
}

/* =========================
	System development
========================= */
@media screen and (min-width: 769px) {
  #system-development.p-home__company {
    margin-bottom: 11.4934114202vw;
  }
}
@media screen and (max-width: 768px) {
  #system-development.p-home__company {
    margin-bottom: 27.4666666667vw;
  }
}

/* =========================
	In house development
========================= */
@media screen and (min-width: 769px) {
  #in-house-development.p-home__company {
    margin-bottom: 5.3440702782vw;
  }
}
@media screen and (max-width: 768px) {
  #in-house-development.p-home__company {
    margin-bottom: 25.0666666667vw;
  }
}
#in-house-development .in-house-development-section {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 769px) {
  #in-house-development .in-house-development-section {
    gap: 1.4641288433vw;
    grid-template-columns: 356px 1fr;
  }
}
@media screen and (max-width: 768px) {
  #in-house-development .in-house-development-section {
    gap: 11.7333333333vw;
    grid-template-columns: 1fr;
  }
}
#in-house-development .in-house-development-section .section-description {
  position: relative;
  letter-spacing: 0;
}
#in-house-development .in-house-development-section .section-description::before, #in-house-development .in-house-development-section .section-description::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #in-house-development .in-house-development-section .section-description::before, #in-house-development .in-house-development-section .section-description::after {
    display: none;
  }
}
#in-house-development .in-house-development-section .section-description::before {
  background-image: url(../img/business/business_contents5-bg1.svg);
}
@media screen and (min-width: 769px) {
  #in-house-development .in-house-development-section .section-description::before {
    width: 19.3265007321vw;
    height: 19.8389458272vw;
    top: -8.5651537335vw;
    left: -6.9546120059vw;
  }
}
#in-house-development .in-house-development-section .section-description::after {
  background-image: url(../img/business/business_contents5-bg2.svg);
}
@media screen and (min-width: 769px) {
  #in-house-development .in-house-development-section .section-description::after {
    width: 14.1288433382vw;
    height: 6.9546120059vw;
    bottom: -8.0527086384vw;
    right: -3.6603221083vw;
  }
}
#in-house-development .in-house-development-section__img {
  position: relative;
}
#in-house-development .in-house-development-section__img::before, #in-house-development .in-house-development-section__img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #in-house-development .in-house-development-section__img::before, #in-house-development .in-house-development-section__img::after {
    display: none;
  }
}
#in-house-development .in-house-development-section__img::before {
  background-image: url(../img/business/business_contents5-bg1.svg);
}
@media screen and (max-width: 768px) {
  #in-house-development .in-house-development-section__img::before {
    width: 59.7333333333vw;
    height: 61.3333333333vw;
    top: -19.7333333333vw;
    left: -4.2666666667vw;
  }
}
#in-house-development .in-house-development-section__img::after {
  background-image: url(../img/business/business_contents5-bg2.svg);
}
@media screen and (max-width: 768px) {
  #in-house-development .in-house-development-section__img::after {
    width: 51.4666666667vw;
    height: 25.3333333333vw;
    bottom: 0vw;
    right: -4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #in-house-development .in-house-development-section__img img {
    margin-top: -12.6647144949vw;
  }
}
@media screen and (max-width: 768px) {
  #in-house-development .in-house-development-section__img img {
    margin-top: 0;
  }
}

/* =========================
	Achievement
========================= */
@media screen and (min-width: 769px) {
  #achievement.p-home__company {
    margin-bottom: 18.3016105417vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement.p-home__company {
    margin-bottom: 26.6666666667vw;
  }
}
#achievement .achievement-section {
  display: grid;
}
@media screen and (min-width: 769px) {
  #achievement .achievement-section {
    grid-template-columns: 1fr 1fr;
    gap: 1.9033674963vw 1.5373352855vw;
    margin-top: 6.149341142vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .achievement-section {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 22.4vw;
  }
}
#achievement .achievement-section .achievement-list {
  background: #EAF2F5;
}
@media screen and (min-width: 769px) {
  #achievement .achievement-section .achievement-list {
    border-radius: 2.635431918vw;
    padding: 2.196193265vw 2.196193265vw 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .achievement-section .achievement-list {
    border-radius: 9.6vw;
    padding: 8vw 6.4vw 10.6666666667vw;
  }
}
#achievement .achievement-section .achievement-list__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  background: var(--primary);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #achievement .achievement-section .achievement-list__tag {
    border-radius: 2.0497803807vw;
    padding: 0.7320644217vw 1.0980966325vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .achievement-section .achievement-list__tag {
    border-radius: 7.4666666667vw;
    padding: 2.1333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#achievement .achievement-section .achievement-list__tag::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #A3CBFF;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#achievement .achievement-section .achievement-list__title {
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  #achievement .achievement-section .achievement-list__title {
    margin: 1.756954612vw 0 2.196193265vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .achievement-section .achievement-list__title {
    margin: 2.6666666667vw 0 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
#achievement .achievement-section .achievement-list__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 769px) {
  #achievement .achievement-section .achievement-list__table {
    gap: 0.7320644217vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .achievement-section .achievement-list__table {
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #achievement .achievement-section .achievement-list__table:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #achievement .achievement-section .achievement-list__table:last-child {
    margin-bottom: 0;
  }
}
#achievement .achievement-section .achievement-list__table .left {
  background: #D2DDEB;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #achievement .achievement-section .achievement-list__table .left {
    border-radius: 2.0497803807vw;
    padding: 0.878477306vw 1.2445095168vw 0.7320644217vw;
    font-size: 1.0248901903vw;
    min-width: 6.8081991215vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .achievement-section .achievement-list__table .left {
    border-radius: 7.4666666667vw;
    padding: 2.4vw 2.9333333333vw 1.6vw;
    font-size: 3.2vw;
    min-width: 21.3333333333vw;
  }
}
#achievement .achievement-section .achievement-list__table .right {
  width: 100%;
}
#achievement .achievement-section .achievement-list__table .right__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #achievement .achievement-section .achievement-list__table .right__inner {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 768px) {
  #achievement .achievement-section .achievement-list__table .right__inner {
    font-size: 3.4666666667vw;
  }
}

/* =========================
	Infrastructure
========================= */
#infrastructure {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  #infrastructure.p-home__company {
    margin-bottom: 7.3206442167vw;
  }
}
@media screen and (max-width: 768px) {
  #infrastructure.p-home__company {
    margin-bottom: 26.6666666667vw;
  }
}

/* =========================
	System development & Infrastructure
========================= */
@media screen and (min-width: 769px) {
  .system-development-section__content,
  .infrastructure-section__content {
    margin-bottom: 5.8565153734vw;
    padding-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  .system-development-section__content,
  .infrastructure-section__content {
    margin-bottom: 26.6666666667vw;
    padding-bottom: 13.8666666667vw;
  }
}
.system-development-section__content h4,
.infrastructure-section__content h4 {
  max-width: 387px;
}
@media screen and (max-width: 768px) {
  .system-development-section__content h4,
  .infrastructure-section__content h4 {
    margin-bottom: 4.8vw;
  }
}
.system-development-section__content--inner,
.infrastructure-section__content--inner {
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .system-development-section__content--inner,
  .infrastructure-section__content--inner {
    padding-left: 6.588579795vw;
  }
}
@media screen and (max-width: 768px) {
  .system-development-section__content--inner,
  .infrastructure-section__content--inner {
    padding-left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .system-development-section__content--inner img,
  .infrastructure-section__content--inner img {
    margin-top: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  .system-development-section__content--inner img,
  .infrastructure-section__content--inner img {
    margin-top: 13.3333333333vw;
  }
}
.system-development-section__content--inner h5,
.infrastructure-section__content--inner h5 {
  font-weight: 700;
  color: var(--primary);
}
@media screen and (min-width: 769px) {
  .system-development-section__content--inner h5,
  .infrastructure-section__content--inner h5 {
    margin-bottom: 1.4641288433vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  .system-development-section__content--inner h5,
  .infrastructure-section__content--inner h5 {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.system-development-section__content--inner .c-tag:last-child,
.infrastructure-section__content--inner .c-tag:last-child {
  margin-bottom: 0;
}

/* =========================
	Outro
========================= */
.outro {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .outro.p-home__company {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 768px) {
  .outro.p-home__company {
    padding-right: 0vw;
  }
}
.outro__bg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .outro__bg {
    top: -12.4450951684vw;
    right: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .outro__bg {
    top: 56vw;
    right: -93.6vw;
    width: 320vw;
  }
}
.outro__bg img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.outro__content {
  position: relative;
  inset: 0;
  top: 0;
  width: 100%;
  color: #333D41;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .outro__content {
    padding-right: 6.0761346999vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 768px) {
  .outro__content {
    padding-right: 0;
    font-size: 4.8vw;
  }
}
.outro__content span {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .outro__content span {
    font-size: 1.6105417277vw;
  }
}
@media screen and (max-width: 768px) {
  .outro__content span {
    font-size: 5.8666666667vw;
  }
}

@media screen and (max-width: 1000px) {
  .outro__bg {
    right: -20px;
    width: 120vw;
  }
}/*# sourceMappingURL=skin_business.css.map */

/* =========================================================
   PC用の表示調整
========================================================= */
@media screen and (min-width: 1001px) {
  .sp-menu-toggle { display: none; }
  .menu-wrapper { display: contents; }
  .business-side-menu .txt { display: inline; }
  .business-side-menu .icon { display: none; }
}

/* =========================================================
   スマホ（1000px以下）用の表示調整（下部固定・オーバーレイ版）
========================================================= */
@media screen and (max-width: 1000px) {
  /* コンテンツの高さに影響を与えず、画面下部に固定（浮かせる） */
  #js-sidebar-track {
    display: block !important;
    position: fixed !important;
    bottom: 10px !important; /* 画面下から10px */
    top: auto !important;    /* PC版のtopを打ち消す */
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important; /* 最前面へ */
    pointer-events: none !important; /* 背景はタップ・スクロール可能に */
    margin-inline: 0;
  }

  #js-sidebar {
    position: relative !important;
    top: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-end !important; /* アコーディオンが上へ伸びるように下端揃え */
    gap: calc(10 / 375 * 100vw) !important;
    padding: 0 10px !important;
    pointer-events: auto !important; /* ボタン部分はタップ可能に */
  }

  /* 375px時に173pxになる幅指定（173 ÷ 375 × 100 = 46.133vw） */
  #js-sidebar .menu-wrapper,
  #js-sidebar .business-side-menu {
    width: calc(173 / 375 * 100vw) !important;
    min-width: 140px !important;
    max-width: 250px !important;
  }

  /* 左側の目次コンテナ */
  #js-sidebar .menu-wrapper {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15); /* 浮いている影 */
    overflow: hidden;
    transition: border-radius 0.3s;
  }
  #js-sidebar .menu-wrapper.is-open {
    border-radius: 20px;
  }

  /* 「セクションを選択」ボタン */
  #js-sidebar .sp-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    color: #21436F;
    font-weight: 700;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  
  #js-sidebar .sp-menu-toggle .arrow {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #21436F;
    border-right: 1.5px solid #21436F;
    transform: rotate(-45deg); /* 上向き矢印 ^ */
    margin-right: 12px;
    margin-top: 4px;
    transition: transform 0.3s;
  }
  
  /* 開いたときの下向き矢印 v */
  #js-sidebar .menu-wrapper.is-open .sp-menu-toggle .arrow {
    transform: rotate(135deg);
    margin-top: -4px;
  }

  /* 目次リスト部分 */
  #js-sidebar .menu-container {
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 0 20px 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
  }
  #js-sidebar .menu-wrapper.is-open .menu-container {
    display: block !important;
  }
  #js-sidebar .menu-list {
    padding: 0 20px !important;
    margin: 0 !important;
  }
  #js-sidebar .menu-list li {
    margin-top: 0px;
    margin-bottom: 7px;
    padding-top: 8px;
    border-top: 1px solid #E7EBF0;
  }
  #js-sidebar .menu-list li:first-child {
    border-top: 0px;
  }
  #js-sidebar .menu-list li a {
    font-size: 13px !important;
    line-height: 1.5;
    color: #728AA8;
    display: block;
    text-decoration: none;
  }
    #js-sidebar .menu-list li.active a {
    color: #21436F;
  }

  /* 右側の「IT事業へ」ボタン */
  #js-sidebar .business-side-menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    border-radius: 25px !important;
    background: #21436F !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700;
    text-decoration: none;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15); /* 浮いている影 */
  }
  #js-sidebar .business-side-menu::after {
    display: none !important; /* PC用のアイコンを非表示 */
  }
  
  /* 画像にある丸いアイコン */
  #js-sidebar .business-side-menu .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    position: relative;
  }
  #js-sidebar .business-side-menu .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: #21436F;
    border-radius: 50%;
  }
}/* content_boxのz-index制限を解除（スマホのみ） */
@media screen and (max-width: 1000px) {
  .content_box { z-index: auto !important; }
}