@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%;
  }
}

#story {
  /* ==========================================================================
    Project: Intro Section
    ========================================================================== */
  /* ==========================================================================
    Project: Member List
    ========================================================================== */
  /* ==========================================================================
    Project: Flow
    ========================================================================== */
  /* ==========================================================================
    Project: Talk (Cross Talk)
    ========================================================================== */
}
#story .p-intro {
  position: relative;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 5.333333rem;
}
@media screen and (max-width: 960px) {
  #story .p-intro {
    padding-top: 8.084rem;
    padding-bottom: 5.389333rem;
  }
}
@media screen and (max-width: 568px) {
  #story .p-intro {
    padding-top: 4rem;
    padding-bottom: 2.666666rem;
  }
}
#story .p-intro::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 86.3%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -2;
}
@media screen and (max-width: 960px) {
  #story .p-intro::after {
    width: 100%;
  }
}
#story .p-intro__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 68.466666rem;
  margin-left: 7.2rem;
}
@media screen and (max-width: 960px) {
  #story .p-intro__inner {
    max-width: 100%;
    padding: 0 2.021rem 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 42.441rem;
  }
}
@media screen and (max-width: 568px) {
  #story .p-intro__inner {
    padding: 0 1rem 0;
    gap: 20rem;
  }
}
#story .p-intro__header {
  width: 100%;
  max-width: 43.333333rem;
  margin-bottom: 9.133333rem;
}
@media screen and (max-width: 960px) {
  #story .p-intro__header {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
  }
}
#story .p-intro__dept {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 2.333333rem;
}
@media screen and (max-width: 960px) {
  #story .p-intro__dept {
    font-size: 2.155733rem;
    margin-bottom: 1.347333rem;
  }
}
@media screen and (max-width: 568px) {
  #story .p-intro__dept {
    font-size: 1.066666rem;
    margin-bottom: 0.666666rem;
  }
}
#story .p-intro__title {
  font-weight: 700;
  font-size: 3.266666rem;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #story .p-intro__title {
    font-size: 4.042rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 568px) {
  #story .p-intro__title {
    font-size: 1.8rem;
  }
}
#story .p-intro__title span {
  background-color: #FFFFFF;
  padding: 0.266666rem 0.666666rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 960px) {
  #story .p-intro__title span {
    padding: 0.134733rem 0.673666rem;
  }
}
@media screen and (max-width: 568px) {
  #story .p-intro__title span {
    padding: 0.066666rem 0.2rem;
  }
}
#story .p-intro__sub-en {
  display: inline-block;
  background-color: #333;
  color: #FFFFFF;
  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: 500;
  font-size: 1.133333rem;
  letter-spacing: 0.08em;
  padding: 0.333333rem 1.333333rem;
}
@media screen and (max-width: 960px) {
  #story .p-intro__sub-en {
    font-size: 1.6168rem;
    padding: 0.269466rem 1.347333rem;
  }
}
@media screen and (max-width: 568px) {
  #story .p-intro__sub-en {
    font-size: 0.8rem;
    padding: 0.133333rem 0.666666rem;
  }
}
#story .p-intro__body {
  max-width: 68.466666rem;
}
@media screen and (max-width: 960px) {
  #story .p-intro__body {
    max-width: 100%;
  }
}
#story .p-intro__heading {
  display: block;
  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.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 1rem;
}
@media (960px >= width > 568px) {
  #story .p-intro__heading {
    font-size: 1.6168rem;
  }
}
#story .p-intro__desc {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  text-align: justify;
}
#story .p-intro__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 60.666666rem;
  z-index: 0;
}
#story .p-intro__photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  #story .p-intro__photo {
    top: 32.336rem;
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  #story .p-intro__photo {
    top: 16rem;
  }
}
#story .p-intro__deco-text {
  position: absolute;
  top: 1.666666rem;
  left: 2rem;
  width: 37.933333rem;
  z-index: 1;
  pointer-events: none;
}
#story .p-intro__deco-text img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  #story .p-intro__deco-text {
    width: 27.889799rem;
    top: 3.503066rem;
    left: 2.021rem;
  }
}
@media screen and (max-width: 568px) {
  #story .p-intro__deco-text {
    width: 13.8rem;
    top: 1.733333rem;
    left: 1rem;
  }
}
#story .p-intro__deco-triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15.4rem;
  z-index: -1;
  pointer-events: none;
}
#story .p-intro__deco-triangle img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  #story .p-intro__deco-triangle {
    width: 20.883666rem;
  }
}
@media screen and (max-width: 568px) {
  #story .p-intro__deco-triangle {
    width: 10.333333rem;
  }
}
#story .p-member {
  padding: 0.666666rem 0;
}
@media screen and (max-width: 960px) {
  #story .p-member {
    background: #f4f7f8;
    padding: 5.333333rem 0;
  }
}
#story .p-member__header {
  margin-bottom: 1.8rem;
}
#story .p-member__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.666666rem;
}
@media screen and (max-width: 960px) {
  #story .p-member__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 568px) {
  #story .p-member__list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#story .p-member__item {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #f2f2f2;
  border-radius: 0.666666rem;
  padding: 1.333333rem;
  gap: 1.6rem;
}
@media screen and (max-width: 960px) {
  #story .p-member__item {
    -ms-flex-preferred-size: calc(50% - 0.853279rem);
        flex-basis: calc(50% - 0.853279rem);
    padding: 0.711066rem;
    gap: 0.853279rem;
  }
}
@media screen and (max-width: 568px) {
  #story .p-member__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 1rem;
    gap: 0.666666rem;
  }
}
#story .p-member__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
#story .p-member__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 0.533333rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
#story .p-member__name {
  font-weight: 700;
  font-size: 1.266666rem;
  line-height: 1.2;
  color: #0041b4;
}
@media screen and (max-width: 960px) {
  #story .p-member__name {
    font-size: 1.066666rem;
  }
}
#story .p-member__dept {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 960px) {
  #story .p-member__dept {
    font-size: 0.933333rem;
  }
}
#story .p-member__position {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 960px) {
  #story .p-member__position {
    font-size: 0.933333rem;
  }
}
#story .p-flow {
  width: 100%;
  background-color: #FFFFFF;
  padding: 1.066666rem 0 4rem 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #story .p-flow {
    padding: 4rem 0 0;
  }
}
#story .p-flow__inner {
  margin-left: 4.333333rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  #story .p-flow__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-left: 0;
  }
}
#story .p-flow__header {
  -ms-flex: 0 0 25.333333rem;
      flex: 0 0 25.333333rem;
}
@media screen and (max-width: 960px) {
  #story .p-flow__header {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#story .p-flow__scroll-area {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2.333333rem;
  padding-left: 0;
}
@media screen and (max-width: 960px) {
  #story .p-flow__scroll-area {
    padding-left: 3.333333rem;
  }
}
#story .p-flow__scroll-area::-webkit-scrollbar {
  height: 0.333333rem;
}
#story .p-flow__scroll-area::-webkit-scrollbar-track {
  background: #e6e6e6;
}
#story .p-flow__scroll-area::-webkit-scrollbar-thumb {
  background: #B3B3B3;
  border-radius: 3px;
}
#story .p-flow__scroll-area::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
#story .p-flow__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2.666666rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  #story .p-flow__list {
    gap: 2rem;
  }
}
#story .p-flow__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25em;
  position: relative;
}
@media screen and (max-width: 960px) {
  #story .p-flow__item {
    width: 14em;
  }
}
#story .p-flow__step-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  gap: 0.666666rem;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}
#story .p-flow__step-num {
  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: 1.266666rem;
  color: #0041b4;
  line-height: 1;
}
#story .p-flow__step-name {
  font-weight: 700;
  font-size: 1.266666rem;
  color: #0041b4;
  line-height: 1;
}
#story .p-flow__graphic {
  position: relative;
  height: 3.333333rem;
  margin-bottom: 0.666666rem;
}
#story .p-flow__line-vert {
  position: absolute;
  top: 0;
  left: 0.533333rem;
  width: 1px;
  height: 1.8rem;
  background-color: #000000;
}
#story .p-flow__dot {
  position: absolute;
  top: 1.8rem;
  left: 0;
  width: 1.133333rem;
  height: 1.133333rem;
  background-color: #00a9e0;
  border-radius: 50%;
  z-index: 2;
}
#story .p-flow__line-horiz {
  position: absolute;
  top: 2.333333rem;
  left: 0.533333rem;
  width: calc(100% + 2.666666rem);
  height: 1px;
  background-color: #000000;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #story .p-flow__line-horiz {
    width: calc(100% + 2rem);
  }
}
#story .p-flow__desc {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 960px) {
  #story .p-flow__desc {
    font-size: 0.933333rem;
  }
}
#story .p-talk {
  width: 100%;
  padding-top: 9.333333rem;
  padding-bottom: 1.333333rem;
}
@media screen and (max-width: 960px) {
  #story .p-talk {
    padding-top: 3.333333rem;
    padding-bottom: 4rem;
    background: #f4f7f8;
  }
}
#story .p-talk__inner {
  width: 100%;
  max-width: 69.333333rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #story .p-talk__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#story .p-talk__kv {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 3.333333rem;
}
@media screen and (max-width: 960px) {
  #story .p-talk__kv {
    margin-bottom: 2rem;
  }
}
#story .p-talk__section {
  margin-bottom: 6.666666rem;
}
#story .p-talk__section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  #story .p-talk__section {
    margin-bottom: 2rem;
  }
}
#story .p-talk__header {
  margin-bottom: 2rem;
  text-align: left;
}
#story .p-talk__title {
  font-weight: 700;
  font-size: 2.666666rem;
  color: #0041b4;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  #story .p-talk__title {
    font-size: 1.333333rem;
  }
}

#story .p-talk__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  #story .p-talk__list {
    gap: 2rem;
  }
}
#story .p-talk__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 960px) {
  #story .p-talk__item {
    gap: 1.333333rem;
  }
}
#story .p-talk__speaker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  #story .p-talk__speaker {
    width: 4.666666rem;
  }
}
#story .p-talk__icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.333333rem;
}
#story .p-talk__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#story .p-talk__name {
  font-weight: 700;
  font-size: 0.933333rem;
  color: #0041b4;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  #story .p-talk__name {
    font-size: 0.733333rem;
  }
}
#story .p-talk__item--editor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#story .p-talk__text-editor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  color: #0041b4;
}
@media screen and (max-width: 960px) {
  #story .p-talk__text-editor {
    font-size: 0.933333rem;
    align-items: flex-start;
  }
}
#story .p-talk__text-editor::before {
  content: "";
  display: inline-block;
  width: 2.666666rem;
  height: 2px;
  background-color: #0041b4;
  margin-right: 1.066666rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  #story .p-talk__text-editor::before {
    margin-top: 0.78rem;
    width: 2rem;
    margin-right: 0.8rem;
  }
}
#story .p-talk__text {
  -ms-flex: 1;
      flex: 1;
  padding-top: 2rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  #story .p-talk__text {
    font-size: 0.933333rem;
    padding-top: 0.333333rem;
  }
}
#story .p-talk__insert-img {
  width: 100%;
  margin-top: 5.333333rem;
}
#story .p-talk__insert-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  #story .p-talk__insert-img {
    margin-top: 3.333333rem;
  }
}

/* ==================================================
device
================================================== */
@media screen and (max-width: 960px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 568px) {
  .pc {
    display: none !important;
  }
}
/*# sourceMappingURL=../_map/project/story.css.map */
