@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : story.css
Description : プロジェクトストーリー
===================================================================== */
/* ========================================================
    submv
======================================================== */
@media screen and (min-width: 768px) {
  .submv.index .submv_column::after {
    background-image: url(../images/story/submv_bg01_pc.jpg);
  }
}

.submv.story01 .submv_column::after {
  background-image: url(../images/story/story01/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv.story01 .submv_column::after {
    background-image: url(../images/story/story01/submv_bg01_pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  .submv.story01 .submv_ttl2 > strong {
    font-size: 6rem;
  }
}

.submv.story02 .submv_column::after {
  background-image: url(../images/story/story02/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv.story02 .submv_column::after {
    background-image: url(../images/story/story02/submv_bg01_pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  .submv.story02 .submv_ttl2 > strong {
    font-size: 6rem;
  }
}

.submv.story03 .submv_column::after {
  background-image: url(../images/story/story03/submv_bg01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .submv.story03 .submv_column::after {
    background-image: url(../images/story/story03/submv_bg01_pc.jpg);
  }
}

/* ========================================================
    page
======================================================== */
.page {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .page {
    padding: 12rem 0;
  }
}
.page .inner {
  max-width: 1840px;
}
.page_column {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_column {
    width: 80%;
    margin: 0 auto;
  }
}
.page_wrap {
  position: relative;
  width: 100%;
}
.page_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: -4rem auto 0;
}
@media screen and (min-width: 768px) {
  .page_list {
    margin-top: -3rem;
    width: 100%;
  }
}
.page_list > li {
  position: relative;
  width: 100%;
  margin: 4rem 0 0 0;
  background: linear-gradient(225deg, #e7edf8 0%, #dbf0f0 100%);
}
@media screen and (min-width: 768px) {
  .page_list > li {
    width: 100%;
    /*margin: 3rem 0 0 calc(40 / 1840 * 100%)!important;*/
  }
}
@media screen and (min-width: 768px) {
  .page_list > li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.page_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4rem;
}
@media screen and (min-width: 768px) {
  .page_list > li > a {
    padding: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .page_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .page_list > li > a:hover .page_item_img > figure > img {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .page_list > li > a:hover .page_item_btn > span::before {
    right: -0.5rem;
  }
}
.page_item {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.page_item_ttl {
  position: relative;
  width: 100%;
  padding-bottom: 0.3em;
  text-align: left;
}
.page_item_ttl > span {
  position: relative;
  display: block;
  color: #e31d1a;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_item_ttl > span {
    font-size: 1.4rem;
  }
}
.page_item_ttl > span::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 0;
  display: block;
  width: 0.8rem;
  height: 100%;
  background-color: #e31d1a;
}
@media screen and (min-width: 768px) {
  .page_item_ttl > span::before {
    left: -3rem;
  }
}
.page_item_ttl > span > span {
  font-size: 130%;
  font-weight: 500;
  line-height: 1;
}
.page_item_ttl > em {
  display: block;
  margin-top: 0.3em;
  color: #306cc7;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .page_item_ttl > em {
    font-size: 3.6rem;
  }
}
.page_item_img {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page_item_img {
    width: 47.619047619%;
    margin-top: 2rem;
  }
}
.page_item_img > figure {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.page_item_img > figure > img {
  transition: 0.3s ease;
}
.page_item_detail {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .page_item_detail {
    width: 48.8095238095%;
    margin-top: 2rem;
  }
}
.page_item_text {
  position: relative;
  width: 100%;
}
.page_item_btn {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page_item_btn {
    margin-top: 1.5rem;
  }
}
.page_item_btn > span {
  position: relative;
  display: inline-block;
  padding-right: 4em;
  color: #e31d1a;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_item_btn > span {
    font-size: 1.4rem;
  }
}
.page_item_btn > span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  height: 2em;
  aspect-ratio: 60/40;
  background-image: url(../images/common/arrow_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

/* ========================================================
    intro
======================================================== */
.intro {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 12rem;
  }
}
.intro .inner {
  max-width: 1480px;
}
.intro_column {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .intro_column {
    width: 90%;
    margin: 0 auto;
  }
}
.intro_wrap {
  position: relative;
  width: 100%;
}
.intro_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
}
.intro_item_detail {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .intro_item_detail:has(+ .intro_item_member li:first-child:last-child) {
    width: 71.4285714286%;
  }
}
.intro_item_ttl {
  position: relative;
  width: 100%;
}
.intro_item_ttl > span {
  display: block;
  color: #306cc7;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .intro_item_ttl > span {
    font-size: 3rem;
  }
}
.intro_item_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .intro_item_text {
    margin-top: 3rem;
  }
}
.intro_item_text:first-child {
  margin-top: 0;
}
.intro_item_member {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: -3.2rem;
}
@media screen and (min-width: 768px) {
  .intro_item_member {
    margin-top: 4.5rem;
    margin-bottom: -2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .intro_item_member:has(li:first-child:last-child) {
    width: 22.8571428571%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .intro_item_member:has(li:first-child:last-child) li {
    width: 100%;
  }
}
.intro_item_member > li {
  width: 100%;
  margin: 0 0 3.2rem 0;
  border-radius: 2rem;
  background: linear-gradient(225deg, #e7edf8 0%, #dbf0f0 100%);
}
@media screen and (min-width: 768px) {
  .intro_item_member > li {
    width: 22.8571428571%;
    margin: 0 0 2.4rem 2.8571428571% !important;
  }
}
.intro_item_member > li:nth-child(4n+1) {
  margin-left: 0 !important;
}
.intro_item_profile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 3rem;
}
.intro_item_profile_img {
  position: relative;
  width: 36.0655737705%;
}
@media screen and (min-width: 768px) {
  .intro_item_profile_img {
    width: 100%;
  }
}
.intro_item_profile_img > figure {
  width: 100%;
}
.intro_item_profile_text {
  position: relative;
  width: 59.0163934426%;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .intro_item_profile_text {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.intro_item_profile_text > dt {
  width: 100%;
}
.intro_item_profile_text > dt > span {
  display: block;
  color: #306cc7;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .intro_item_profile_text > dt > span {
    font-size: 1.6rem;
  }
}
.intro_item_profile_text > dd {
  width: 100%;
  margin-top: 0.1em;
}
.intro_item_profile_text > dd > span {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.2em 0.4em;
  color: #e31d1a;
  font-weight: 600;
  line-height: 1.2;
  background-color: #ffffff;
}
.intro_item_profile_text > dd > span.name01 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .intro_item_profile_text > dd > span.name01 {
    font-size: 1.8rem;
  }
}
.intro_item_profile_text > dd > span.name02 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .intro_item_profile_text > dd > span.name02 {
    font-size: 1.6rem;
  }
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 12rem;
  }
}
.story::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(225deg, #e7edf8 0%, #dbf0f0 100%);
  z-index: -2;
}
.story .inner {
  max-width: 1480px;
}
.story_column {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .story_column {
    width: 90%;
    margin: 0 auto;
  }
}
.story_wrap {
  position: relative;
  width: 100%;
}
.story_list {
  position: relative;
  width: 100%;
}
.story_list > li {
  width: 100%;
  /*margin-top: 10rem;*/
}
@media screen and (min-width: 768px) {
  .story_list > li {
    margin: 2.5rem 0 5.5rem;
  }
}
.story_list > li:first-child {
  margin-top: 0;
}
.story_list > li:nth-child(2n) .story_item {
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .story_list > li:nth-child(2n) .story_item_ttl > h3 {
    align-items: flex-end;
  }
}
.story_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 100%;
}
.story_item_ttl {
  position: relative;
  width: 100%;
}
.story_item_ttl > h3 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.story_item_ttl > h3.forSP {
  display: flex;
}
@media screen and (min-width: 768px) {
  .story_item_ttl > h3.forSP {
    display: none;
  }
}
.story_item_ttl > h3.forPC {
  display: none;
}
@media screen and (min-width: 768px) {
  .story_item_ttl > h3.forPC {
    display: flex;
  }
}
.story_item_ttl > h3 > em {
  display: inline-block;
  width: auto;
  margin-top: 0.4em;
  padding: 0.22em 0.44em;
  color: #306cc7;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  /*background-color: $color-white;*/
}
.story_item_ttl > h3 > em:first-child {
  margin-top: 0;
}
.story_item_img {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .story_item_img {
    width: 47.1428571429%;
    margin-top: 3.6rem;
  }
}
.story_item_img > figure {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.story_item_detail {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .story_item_detail {
    width: 47.1428571429%;
    margin-top: 3.6rem;
  }
}
.story_item_detail > :first-child {
  margin-top: 0 !important;
}
.story_item_detail2 {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .story_item_detail2 {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.story_item_detail2 > :first-child {
  margin-top: 0 !important;
}
.story_item_lead {
  position: relative;
  width: 100%;
  font-weight: 600;
  color: #000000;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .story_item_lead {
    margin-top: 3.9rem;
    font-weight: 600;
    width: 80%;
  }
}
.story_item_lead2 {
  width: 100%;
  text-align: left;
  color: #00184D;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .story_item_lead2 {
    font-weight: 600;
    margin: 0rem 0rem 5rem;
  }
}
.story_item_text {
  position: relative;
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .story_item_text {
    margin-top: 1.8rem;
  }
}
.story_item_text + .story_item_text {
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .story_item_text + .story_item_text {
    margin-top: 2.7rem;
  }
}
.story_item_text > dt {
  position: relative;
  display: inline-block;
  width: auto;
}
.story_item_text > dt:has(figure) {
  padding-top: 3.2em;
}
.story_item_text > dt > figure {
  position: absolute;
  left: 50%;
  bottom: 1.2em;
  display: block;
  width: 3em;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
}
.story_item_text > dt > span {
  display: block;
  color: #e31d1a;
  font-family: "Lexend Exa", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.story_item_text > dd {
  position: relative;
  width: 100%;
  margin-top: 1.6rem;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .story_item_text > dd {
    margin-top: 1.2rem;
  }
}
.story_item_text > dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0.3rem;
  height: 100%;
  background-color: #e31d1a;
}
.story_item_text > dd > p {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .story_item_text > dd > p {
    margin-top: 3rem;
  }
}
.story_item_text > dd > p:first-child {
  margin-top: 0;
}

/* ========================================================
    other
======================================================== */
.other {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .other {
    padding: 12rem 0;
  }
}
.other::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg07.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -2;
}
.other .inner {
  max-width: 1920px;
}
.other_column {
  position: relative;
  width: 100%;
}
.other_ttl {
  position: relative;
  width: 100%;
  margin-top: -0.5em;
  text-align: center;
}
.other_ttl > span {
  position: relative;
  display: inline-block;
  color: #043d93;
  font-family: "Lexend Exa", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .other_ttl > span {
    font-size: 1.8rem;
  }
}
.other_ttl > em {
  display: block;
  margin-top: 0.15em;
  color: #043d93;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .other_ttl > em {
    letter-spacing: inherit;
  }
}
.other_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .other_wrap {
    margin: 6rem auto 0;
    width: 80%;
  }
}
.other_btn {
  position: relative;
  width: 54rem;
  aspect-ratio: 540/110;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .other_btn {
    width: 52rem;
    aspect-ratio: 520/80;
    margin: 6rem auto 0 auto;
  }
}
.other_btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border: 1px solid #306cc7;
  border-radius: 5.5rem;
  background-color: #306cc7;
}
@media screen and (min-width: 768px) {
  .other_btn > a {
    border-radius: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .other_btn > a:hover {
    background-color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .other_btn > a:hover::before {
    background-color: #306cc7;
    transform: translateY(-50%) scale(1.8);
  }
}
@media screen and (min-width: 768px) {
  .other_btn > a:hover > span {
    color: #306cc7;
  }
}
.other_btn > a::before {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .other_btn > a::before {
    width: 0.6rem;
  }
}
.other_btn > a > span {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  transform: translateY(-0.1em);
  transition: 0.3s ease;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .other_btn > a > span {
    font-size: 2.6rem;
  }
}/*# sourceMappingURL=story.css.map */