@media only screen and (max-width: 767px) {
  .page__top {
    padding-top: 265px;
  }
}

.container__in {
  max-width: 1200px;
  margin: 0 auto;
}

.story__flow {
  background: #fafafa;
  padding: 20px 0 95px;
  margin-top: -96px;
}
@media (max-width: 768px) {
  .story__flow {
    padding: 0 0 80px;
  }
}
.story__flow__ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.4em;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .story__flow__ttl {
    font-size: 2.4rem;
    margin-bottom: 24px;
    letter-spacing: 0.3em;
    line-height: 1.29;
  }
}
.story__flow__ttl span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: block;
}
@media (max-width: 768px) {
  .story__flow__ttl span {
    font-size: 1.4rem;
  }
}
@media (max-width: 1199px) and (min-width: 769px) {
  .story__flow__scroll {
    overflow-x: scroll;
    margin-right: -3%;
    padding-bottom: 50px;
  }
}
.story__flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 4%;
}
@media (max-width: 1199px) and (min-width: 769px) {
  .story__flow__list {
    width: 1200px;
  }
}
.story__flow__item {
  background: #fff;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.09);
          box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.09);
  padding: 24px 15px 20px;
  width: 16.8%;
  position: relative;
}
@media (max-width: 768px) {
  .story__flow__item {
    width: 100%;
  }
}
.story__flow__item:after {
  content: "";
  background: url(../img/story-c/ico_arrow.svg) no-repeat left top/100%;
  width: 24px;
  height: 28px;
  position: absolute;
}
@media (min-width: 769px) {
  .story__flow__item:after {
    right: -38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .story__flow__item:after {
    left: 50%;
    bottom: -40px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.story__flow__item:last-child:after {
  display: none;
}
.story__flow__item .label {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  background: #222222;
  border-radius: 9999px;
  min-width: 119px;
  margin: 0 auto;
  padding: 5px 13px;
  margin-bottom: 24px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.02em;
}
.story__flow__item .ico {
  max-width: 104px;
  margin: 0 auto 15px;
}
.story__flow__item .ttl {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}

.story__member {
  padding: 120px 0 105px;
}
@media (max-width: 768px) {
  .story__member {
    padding: 80px 0;
  }
}
.story__member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 2.6%;
  max-width: 1200px;
  margin: 0 auto;
}
.story__member__item {
  width: 31.6%;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .story__member__item {
    width: 100%;
  }
}
.story__member__item .img {
  margin-bottom: 20px;
}
.story__member__item .img img {
  border-radius: 8px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.story__member__item .name {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 5px;
}
.story__member__item .ruby {
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 20px;
}
.story__member__item .division {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 20px;
}
.story__member__item .division strong {
  font-size: 700;
  display: block;
}
.story__member__item .txt {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 11px 15px;
  text-align: left;
}

.story__talk .member-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .story__talk .member-box {
    margin-bottom: 30px;
  }
}
.story__talk .member-box:last-child {
  margin-bottom: 0 !important;
}
.story__talk .member-box dl {
  margin-top: 5px;
  width: 100px;
}
@media (max-width: 768px) {
  .story__talk .member-box dl {
    width: 75px;
  }
}
.story__talk .member-box dl dd {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 10px;
}
.story__talk .member-box .txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
  width: calc(100% - 100px);
  padding-left: 40px;
}
@media (max-width: 768px) {
  .story__talk .member-box .txt {
    padding-left: 20px;
    width: calc(100% - 75px);
    line-height: 1.8;
  }
}
.story__talk__intro {
  margin: 155px 0 93px;
}
@media (max-width: 899px) and (min-width: 769px) {
  .story__talk__intro {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .story__talk__intro {
    margin: 50px 0 80px;
  }
}
.story__talk__intro .ttl {
  font-size: 3.2rem;
  font-family: "YuMincho +36p Kana", YuMincho, "Yu Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .story__talk__intro .ttl {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.story__talk__intro .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.story__talk__intro .outer .img {
  width: 43.8%;
}
@media (max-width: 899px) and (min-width: 769px) {
  .story__talk__intro .outer .img {
    width: 100%;
    max-width: 80%;
    margin: 0 auto 70px;
  }
}
@media (max-width: 768px) {
  .story__talk__intro .outer .img {
    width: 100%;
    margin-bottom: 40px;
  }
}
.story__talk__intro .outer .block {
  width: 51.5%;
}
@media (max-width: 899px) and (min-width: 769px) {
  .story__talk__intro .outer .block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .story__talk__intro .outer .block {
    width: 100%;
  }
}
.story__talk__intro .outer .block .member-box {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .story__talk__intro .outer .block .member-box {
    margin-bottom: 30px;
  }
}
.story__talk__item {
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .story__talk__item {
    margin-bottom: 80px;
  }
}
.story__talk__item .ttl {
  text-align: center;
  background: #222222;
  margin-bottom: 100px;
  padding: 25px 10px;
}
@media (max-width: 899px) and (min-width: 769px) {
  .story__talk__item .ttl {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .story__talk__item .ttl {
    padding: 20px 0;
    margin: 0 -24px 50px;
  }
}
.story__talk__item .ttl .txt01 {
  font-size: 1.4rem;
  font-weight: 700;
  background: #fff;
  border-radius: 9999px;
  min-width: 110px;
  margin: 0 auto;
  padding: 5px 13px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.06em;
}
.story__talk__item .ttl .txt02 {
  font-size: 3.2rem;
  color: #fff;
  font-family: "YuMincho +36p Kana", YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .story__talk__item .ttl .txt02 {
    font-size: 2.2rem;
  }
}
.story__talk__item .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 769px) {
  .story__talk__item .outer.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.story__talk__item .outer .block {
  width: 50%;
}
@media (max-width: 899px) and (min-width: 769px) {
  .story__talk__item .outer .block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .story__talk__item .outer .block {
    width: 100%;
  }
}
.story__talk__item .outer .img {
  width: 43.8%;
}
@media (max-width: 899px) and (min-width: 769px) {
  .story__talk__item .outer .img {
    width: 100%;
    max-width: 80%;
    margin: 70px auto 0;
  }
}
@media (max-width: 768px) {
  .story__talk__item .outer .img {
    width: 100%;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .page-story-management .story__member {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .page-story-management .story__member {
    padding-top: 0;
  }
}
.page-story-management .story__talk__list {
  padding: 65px 0 110px;
  max-width: 990px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-story-management .story__talk__list {
    padding: 50px 0 80px;
  }
}
.page-story-management .story__talk__item {
  margin-bottom: 45px;
}
.page-story-management .story__talk__item:last-child {
  margin-bottom: 0;
}
.page-story-management .story__talk__item .ttl02 {
  font-size: 3.2rem;
  font-family: "YuMincho +36p Kana", YuMincho, "Yu Mincho", serif;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .page-story-management .story__talk__item .ttl02 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.page-story-management .story__talk__item .outer .block {
  width: 100%;
}
.page-story-management .story__talk__item .outer .img {
  width: 100%;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .page-story-management .story__talk__item .outer .img {
    margin-top: 40px;
  }
}
.page-story-management .story__talk__item .outer .img__txt {
  text-align: center;
  padding-top: 18px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .page-story-management .story__talk__item .outer .img__txt {
    margin-bottom: 10px;
  }
}
.page-story-management .story__talk .member-box:nth-child(2n) dl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-story-management .story__talk .member-box:nth-child(2n) .txt {
  padding-left: 0;
  padding-right: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .page-story-management .story__talk .member-box:nth-child(2n) .txt {
    padding-right: 15px;
  }
}
.page-story-management .story__talk .member-box:nth-child(2n) .txt p::before {
  left: initial;
  top: 19px;
  right: -28px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .page-story-management .story__talk .member-box:nth-child(2n) .txt p::before {
    right: -13px;
  }
}
@media only screen and (max-width: 767px) {
  .page-story-management .story__talk .member-box dl {
    width: 60px;
  }
}
.page-story-management .story__talk .member-box .txt {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .page-story-management .story__talk .member-box .txt {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
}
.page-story-management .story__talk .member-box .txt p {
  position: relative;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
}
.page-story-management .story__talk .member-box .txt p::before {
  content: "";
  position: absolute;
  top: 33px;
  left: -28px;
  width: 43px;
  height: 39px;
  background: url(../img/story-management/ico_talk.png) no-repeat left top/100%;
}
@media only screen and (max-width: 767px) {
  .page-story-management .story__talk .member-box .txt p::before {
    left: -13px;
    width: 23px;
    height: 20px;
  }
}/*# sourceMappingURL=story.css.map */