@charset "UTF-8";
/* **********************************
* BASE
* **********************************/
/* **********************************
* BREAK POINT
* **********************************/
/* **********************************
* COLOR
* **********************************/
/* **********************************
* GRADIENT
* **********************************/
/* **********************************
* TEXT
* **********************************/
/*
ユーティリティ系おまとめファイル
*/
.c-topicspath {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: left;
}
.c-topicspath li {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-topicspath li {
    font-size: 0.7em;
  }
}
.c-topicspath li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 8px;
}
.c-topicspath li:last-child::after {
  content: none;
}

.l-lowerCaption {
  height: 16.666666rem;
  background-image: url(/recruit/inc/image/common/bg-wave.svg);
  background-repeat: no-repeat;
  background-position: 30.266666rem calc(100% + 1px);
  background-size: 79.866666rem auto;
  overflow: hidden;
  padding-inline: 2.666666rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption {
    height: 17.8rem;
    background-position: calc(100% + 22.230999rem) calc(100% + 1px);
    background-size: 69.252933rem auto;
    padding-inline: 2.694666rem;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption {
    height: 11.866666rem;
    background-position: calc(100% + 11rem) calc(100% + 1px);
    background-size: 34.266666rem auto;
    padding-inline: 1.333333rem;
  }
}
.l-lowerCaption__title {
  -ms-flex: none;
      flex: none;
  -ms-flex-order: 0;
      order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1.333333rem;
  color: #0041b4;
  line-height: 1;
}
.l-lowerCaption__title-main {
  font-weight: 700;
  font-size: 2.666666rem;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption__title-main {
    font-size: 1.866666rem;
  }
}
.l-lowerCaption__title-sub {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption__title {
    width: 100%;
  }
}

#work {
  /* ==========================================================================
    Project: Work Page
    ========================================================================== */
}
#work .p-work {
  padding: 5.333333rem 0;
}
@media screen and (max-width: 960px) {
  #work .p-work {
    padding-top: 2rem;
  }
}
#work .p-work__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 4.666666rem;
  padding-right: 4.333333rem;
}
@media screen and (max-width: 960px) {
  #work .p-work__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1.333333rem;
    padding: 0 3.1998rem;
  }
}
@media screen and (max-width: 568px) {
  #work .p-work__inner {
    padding: 0 1.333333rem;
  }
}
#work .p-work__sidebar {
  width: 28.666666rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #f2f2f2;
  border-radius: 0 0.666666rem 0.666666rem 0;
  padding: 2.666666rem 3.266666rem 2.066666rem;
  position: sticky;
  top: 8rem;
  z-index: 50;
}
@media screen and (max-width: 960px) {
  #work .p-work__sidebar {
    width: calc(100% + 4rem);
    padding: 1rem 1.666666rem;
    box-shadow: 0 0.2rem 0.133333rem rgba(0, 0, 0, 0.2);
    border-radius: 3.333333rem;
    top: calc(4.333333rem + 1.333333rem);
    margin-left: -2rem;
  }
}
@media screen and (max-width: 568px) {
  #work .p-work__sidebar {
    width: calc(100% + 1.333333rem);
    margin-left: -0.666667rem;
  }
}
@media screen and (max-width: 960px) {
  #work .p-work__nav-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    gap: 0.466666rem;
  }
}
#work .p-work__nav-title {
  font-weight: 700;
  font-size: 1.733333rem;
  color: #0041b4;
  padding-bottom: 0.666666rem;
  border-bottom: 0.066666rem solid #0041b4;
  margin-bottom: 1.333333rem;
}
@media screen and (max-width: 960px) {
  #work .p-work__nav-title {
    font-size: 0.933333rem;
    line-height: 1;
    border-bottom: 0;
    padding: 0;
    padding-right: 0.466666rem;
    border-right: 0.133333rem solid #0041b4;
    margin-bottom: 0;
    white-space: nowrap;
  }
  #work .p-work__nav-title span {
    display: none;
  }
}
#work .p-work__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.666666rem;
}
@media screen and (max-width: 960px) {
  #work .p-work__nav-list {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    line-height: 1;
  }
}
#work .p-work__nav-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.666666rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.333333rem;
  color: #0041b4;
  transition: color 0.2s ease;
  white-space: nowrap;
}
#work .p-work__nav-item a:hover {
  color: #00a9e0;
}
#work .p-work__nav-item a::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.066666rem;
  height: 1.066666rem;
  border-radius: 50%;
  background: #ccc;
}
#work .p-work__nav-item a.is-sales::before {
  background: linear-gradient(90deg, #b8c8df 0%, #7594c2 20.86%, #3562a6 51.23%, #1f519c 75.71%, #1b4e9a 100%);
}
#work .p-work__nav-item a.is-system::before {
  background: linear-gradient(90deg, #fdf3c7 0%, #fbe790 20.86%, #fadd5e 51.23%, #f9d94c 75.71%, #f9d849 100%);
}
#work .p-work__nav-item a.is-security::before {
  background: linear-gradient(90deg, #f7dbda 0%, #eb9b98 20.86%, #dc4d43 51.23%, #d43125 75.71%, #d42d1f 100%);
}
#work .p-work__nav-item a.is-network::before {
  background: linear-gradient(90deg, #def3fa 0%, #a9e0f3 20.86%, #6bc4e9 51.23%, #54b7e2 75.71%, #4fb5e2 100%);
}
@media screen and (max-width: 960px) {
  #work .p-work__nav-item a {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 0.266666rem;
    padding: 0;
    font-size: 0.933333rem;
    text-align: center;
    height: 100%;
  }
  #work .p-work__nav-item a::before {
    width: 0.933333rem;
    height: 0.933333rem;
    margin: 0 auto;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 568px) {
  #work .p-work__nav-item a span {
    display: none;
  }
  #work .p-work__nav-item a::after {
    display: block;
  }
  #work .p-work__nav-item a.is-sales::after {
    content: "営業";
  }
  #work .p-work__nav-item a.is-system::after {
    content: "SE";
  }
  #work .p-work__nav-item a.is-security::after {
    content: "セキュリティ";
  }
  #work .p-work__nav-item a.is-network::after {
    content: "IE";
  }
}
#work .p-work__content {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 960px) {
  #work .p-work__content {
    gap: 5.333333rem;
  }
}
#work .p-work__section {
  scroll-margin-top: 4.666666rem;
}
@media screen and (max-width: 960px) {
  #work .p-work__section {
    scroll-margin-top: 5.666666rem;
  }
}
#work .p-work__job-image {
  width: 100%;
  margin-bottom: 2rem;
}
#work .p-work__job-image img {
  width: 100%;
  height: auto;
  display: block;
}
#work .p-work__job-title-area {
  margin-bottom: 1.333333rem;
}
#work .p-work__job-title {
  font-weight: 700;
  font-size: 2.133333rem;
  color: #0041b4;
  margin-right: 0.666666rem;
}
@media screen and (max-width: 960px) {
  #work .p-work__job-title {
    font-size: 1.6rem;
    display: block;
  }
}
#work .p-work__job-en {
  font-family: "Jost", YakuHanJPs, "Noto Sans JP", 游ゴシック体, YuGothic-M, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 0.933333rem;
  color: #0041b4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#work .p-work__job-desc {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-bottom: 2.666666rem;
}
#work .p-work__point {
  margin-bottom: 2.666666rem;
}
#work .p-work__point-label {
  margin-bottom: 0.2rem;
}
#work .p-work__point-heading {
  font-weight: 700;
  font-size: 1.6rem;
  color: #0041b4;
  margin-bottom: 1.333333rem;
}
@media screen and (max-width: 960px) {
  #work .p-work__point-heading {
    font-size: 1.2rem;
  }
}
#work .p-work__comment-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1rem;
}
#work .p-work__comment-item {
  background: #f4f7f8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.333333rem;
  border-radius: 0.666666rem;
  padding: 1.4rem 2.4rem 1.6rem;
}
#work .p-work__comment-item:nth-child(even) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  #work .p-work__comment-item {
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 1.333333rem 1rem;
    gap: 0.666666rem;
  }
}
#work .p-work__comment-figure {
  -ms-flex: 0 0 6rem;
      flex: 0 0 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  #work .p-work__comment-figure {
    -ms-flex-preferred-size: 4rem;
        flex-basis: 4rem;
  }
}
#work .p-work__comment-icon {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 0.333333rem;
}
#work .p-work__comment-name {
  font-weight: 700;
  font-size: 0.933333rem;
  color: #0041b4;
  text-align: center;
}
#work .p-work__comment-text {
  -ms-flex: 1;
      flex: 1;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #work .p-work__comment-text {
    letter-spacing: normal;
  }
}
#work .p-work__interview {
  margin-top: 1.333333rem;
}
#work .p-work__interview-label {
  margin-bottom: 0.2rem;
}
#work .p-work__interview-title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #0041b4;
  margin-bottom: 1.333333rem;
}
#work .p-work__card {
  max-width: 29.2rem;
}
/*# sourceMappingURL=../_map/project/work.css.map */
