@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap);
/* 共通設定 */
@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
}

@media screen and (min-width: 768.02px) {
  .for-sp {
    display: none;
  }
}

.dib {
  display: inline-block;
}

.wrapper {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .content {
    padding-right: 0;
    padding-left: 0;
  }
}

.zoom_50 img {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .zoom_50 img {
    max-width: 100%;
  }
}

.outer {
  max-width: 990px;
  margin: 0 auto;
  color: #333;
}

.inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

/* イントロ */
.intro {
  padding: 50px 0 51px;
  position: relative;
  color: #0a1561;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 29px;
    padding-bottom: 31px;
  }
}
.intro::before {
  content: "";
  display: block;
  width: 1396px;
  background: url(../images/intro_bg.jpg) no-repeat center top/auto auto;
  position: absolute;
  top: 0;
  right: min(50% - 50vw, 50% - 632px);
  bottom: -140px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .intro::before {
    width: auto;
    inset: 0;
  }
}
.intro__logo {
  text-align: center;
}
.intro__ttl {
  margin-top: 1.16em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro__ttl {
    margin: 2em -0.5em 0;
    line-height: 1.4285714286;
    font-size: 2.1rem;
  }
}
.intro__para {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 0;
  font-weight: 700;
  line-height: 2.25;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .intro__para {
    margin-top: 1.6em;
    line-height: 1.875;
  }
}

/* CASE STUDY 01 */
.case {
  position: relative;
}
.case__bg01 {
  padding-bottom: 87px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .case__bg01 {
    padding-bottom: 50px;
  }
}
.case__bg01::before {
  content: "";
  display: block;
  margin-top: 40.404040404%;
  margin-right: calc(50% - 50vw);
  background-color: #ebedf5;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (min-width: 768.02px) {
  .case__inner01 {
    padding-right: 0;
    padding-left: 0;
  }
}
.case__head {
  display: flex;
  margin-top: -80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case__head {
    display: block;
    margin-top: -10.6666666667vw;
  }
}
.case__head_colLogo {
  flex-grow: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 25px;
  background-color: #0a1561;
}
@media screen and (max-width: 768px) {
  .case__head_colLogo {
    flex-direction: row;
    height: 85px;
    padding: 7px 24px 0;
  }
}
.case__head_colTxt {
  flex-grow: 153;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 25px 33px 34px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #0a1661;
}
@media screen and (max-width: 768px) {
  .case__head_colTxt {
    padding: 15px 20px 19px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .case__head_logoSbi {
    margin-top: -13px;
    margin-left: -10px;
  }
}
.case__head_logoSbi img {
  width: 196px;
}
@media screen and (max-width: 768px) {
  .case__head_logoSbi img {
    width: 123px;
  }
}
.case__head_cross {
  width: 17.6776695218px;
  height: 17.6776695218px;
  margin: 7px 0 1px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case__head_cross {
    width: 22.9809703784px;
    height: 22.9809703784px;
    margin: 0 9px 0 13px;
  }
}
.case__head_cross::before,
.case__head_cross::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .case__head_cross::before,
  .case__head_cross::after {
    width: 32.5px;
  }
}
.case__head_cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.case__head_cross::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .case__head_logoFuture {
    margin-top: -13px;
  }
}
.case__head_logoFuture img {
  width: 192px;
}
@media screen and (max-width: 768px) {
  .case__head_logoFuture img {
    width: 87px;
  }
}
.case__subttl_number {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .case__subttl_number {
    display: block;
    font-size: 1.15rem;
  }
}
.case__subttl_number > span {
  margin-left: 0.1em;
  font-weight: 700;
  font-style: oblique;
  font-size: 3rem;
  vertical-align: -1px;
}
@media screen and (max-width: 768px) {
  .case__subttl_number > span {
    font-size: 2.15rem;
  }
}
.case__subttl_company {
  margin-left: 0.65em;
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .case__subttl_company {
    display: block;
    margin-top: 0.35em;
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.case__ttl {
  margin-top: 0.42em;
  font-weight: 700;
  font-style: oblique;
  line-height: 1.75;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .case__ttl {
    margin-top: 0.55em;
    line-height: 1.5;
    font-size: 2rem;
  }
}
.case__para {
  margin-top: 2.2em;
  text-indent: 1em;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .case__para {
    margin-top: 1.8em;
    line-height: 1.625;
  }
}
.case__profiles {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .case__profiles {
    margin-top: 23px;
  }
}
.case__profiles_item:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .case__profiles_item:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
.case__profiles_head {
  display: flex;
  cursor: pointer;
}
.case__profiles_img {
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .case__profiles_img {
    width: 90px;
  }
}
.case__profiles_boxTxt {
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0 3.6%;
  background-color: #da0058;
  position: relative;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .case__profiles_boxTxt {
    padding-right: 4.3%;
    padding-left: 4.3%;
  }
}
.case__profiles_item.--future .case__profiles_boxTxt {
  background-color: #0a1661;
}
.case__profiles_item.--sbi .case__profiles_boxTxt {
  background-color: #da0058;
}
.case__profiles_boxTxt::after {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  margin: auto 0;
  border-top: 11px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  inset: 0 6% 0 auto;
  transform: translateY(35%);
  z-index: -1;
  transition: transform 0.4s;
}
@media screen and (max-width: 768px) {
  .case__profiles_boxTxt::after {
    width: 10px;
    height: 9px;
    border-top-width: 9px;
    border-right-width: 5px;
    border-left-width: 5px;
    right: 7.5%;
  }
}
.case__profiles_item.--active .case__profiles_boxTxt::after {
  transform: translateY(-35%) rotateX(180deg);
}
.case__profiles_name {
  margin-top: 0.2em;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .case__profiles_name {
    margin-top: 0.1em;
    font-size: 1.8rem;
  }
}
.case__profiles_company {
  margin-top: 0.5em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .case__profiles_company {
    margin-top: 0.6em;
    font-size: 0.9rem;
  }
}
.case__profiles_body {
  display: none;
}
.case__profiles_body_inner {
  padding: 45px 3.6% 43px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .case__profiles_body_inner {
    padding: 23px 6% 21px;
  }
}
.case__profiles_list {
  font-weight: 700;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .case__profiles_list {
    line-height: 1.3571428571;
  }
}
@media screen and (max-width: 768px) {
  .case__profiles_list_item:nth-of-type(n + 2) {
    margin-top: 0.7em;
  }
}
.case__profiles_para {
  margin-top: 1.2em;
  line-height: 1.8757026858;
  font-size: 1.601rem;
}
@media screen and (max-width: 768px) {
  .case__profiles_para {
    margin-top: 0.7em;
  }
}
@media screen and (min-width: 768.02px) {
  .case__inner03 {
    padding-right: 0;
    padding-left: 0;
  }
}
.case__clientInfo {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 1.08fr 1fr;
  grid-template-columns: 1fr 1.45fr;
  margin-top: 50px;
  border: 1px solid #000;
  padding: 43px 25px 48px;
}
@media screen and (max-width: 768px) {
  .case__clientInfo {
    display: block;
    margin-top: 66px;
    padding-top: 24px;
    padding-bottom: 21px;
  }
}
.case__clientInfo_caption {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .case__clientInfo_caption {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .case__clientInfo_logo {
    margin-top: 49px;
    text-align: center;
  }
}
.case__clientInfo_logo img {
  width: 184px;
}
@media screen and (max-width: 768px) {
  .case__clientInfo_logo img {
    width: 248px;
  }
}
.case__clientInfo_list {
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .case__clientInfo_list {
    max-width: 267px;
    margin: 65px auto 0;
  }
}
.case__clientInfo_list_head {
  color: #666;
  font-weight: 700;
  font-size: 1.4rem;
}
.case__clientInfo_list_head:nth-of-type(n + 2) {
  margin-top: 2.75em;
}
@media screen and (max-width: 768px) {
  .case__clientInfo_list_head:nth-of-type(n + 2) {
    margin-top: 1.9em;
  }
}
.case__clientInfo_list_body {
  margin-top: 0.95em;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .case__clientInfo_list_body {
    margin-top: 0.7em;
    line-height: 1.5;
  }
}
.case__inner04 {
  margin-top: -29px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .case__inner04 {
    margin-top: -19px;
  }
}
.case__bg02 {
  padding-bottom: 79px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .case__bg02 {
    padding-bottom: 44px;
  }
}
.case__bg02::before {
  content: "";
  display: block;
  margin-top: max(-28.7878787879%, -209px);
  margin-left: calc(50% - 50vw);
  background-color: #ebedf5;
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .case__bg02::before {
    margin-top: -25.0666666667vw;
  }
}
.case__inner05 {
  overflow: hidden;
}
.case__sec {
  margin-top: 103px;
}
@media screen and (max-width: 768px) {
  .case__sec {
    margin-top: 70px;
  }
}
.case__sec_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -0.15em;
  padding-top: 0.15em;
  padding-right: 0.15em;
  padding-bottom: calc(0.1em + 2px);
  position: relative;
  color: #da0058;
  font-weight: 700;
  font-style: oblique;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .case__sec_ttl {
    padding-bottom: calc(0.3em + 2px);
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.case__sec_ttl::before {
  content: "";
  display: block;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  inset: auto 0 0 0;
  transform: translateX(-100%);
  transition: transform 0.4s 0.1s;
}
.case__sec_ttl.--active::before {
  transform: none;
}

.case__sec_para {
  margin-top: 2em;
  line-height: 2;
  text-indent: 1em;
  font-size: 1.6rem;
}
.case__sec_ttl + .case__sec_para {
  margin-top: 3.15em;
}
@media screen and (max-width: 768px) {
  .case__sec_ttl + .case__sec_para {
    margin-top: 2.3em;
  }
}
@media screen and (max-width: 768px) {
  .case__sec_box {
    display: flex;
    flex-direction: column-reverse;
  }
}
.case__sec_img {
  text-align: center;
}
.case__sec_img.--morita {
  float: right;
  width: 66.875%;
  height: 340px;
  margin-top: 0.5em;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .case__sec_img.--morita {
    float: none;
    width: auto;
    height: auto;
    margin-top: 1.9em;
    margin-right: calc(50% - 50vw);
    margin-left: 0;
  }
}
.case__sec_img.--morita img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .case__sec_img.--morita img {
    width: auto;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
}
.case__sec_img.--inui {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .case__sec_img.--inui {
    margin-top: 1.9em;
    margin-right: calc(50% - 50vw);
  }
}
.case__sec_img.--isoda {
  float: right;
  width: 66.875%;
  height: 340px;
  margin-top: 0.5em;
  margin-left: 4%;
}
@media screen and (max-width: 768px) {
  .case__sec_img.--isoda {
    float: none;
    width: auto;
    height: auto;
    margin-top: 1.9em;
    margin-right: calc(50% - 50vw);
    margin-left: 0;
  }
}
.case__sec_img.--isoda img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}
@media screen and (max-width: 768px) {
  .case__sec_img.--isoda img {
    width: auto;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center center;
    object-position: center center;
  }
}
.case__sec_img.--komatsu {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .case__sec_img.--komatsu {
    margin-top: 1.9em;
    margin-right: calc(50% - 50vw);
  }
}
.case__sec_img.--figure01 {
  margin-top: 2.8em;
}
@media screen and (max-width: 768px) {
  .case__sec_img.--figure01 {
    margin-top: 1.4em;
  }
}
.case__sec_img.--figure02 {
  margin-top: 3.1em;
}
@media screen and (max-width: 768px) {
  .case__sec_img.--figure02 {
    margin-top: 1.85em;
  }
}
@media screen and (min-width: 768.02px) {
  .case__inner06 {
    padding-right: 0;
    padding-left: 0;
  }
}
.case__futureInfo {
  display: flex;
  align-items: center;
  -moz-column-gap: 3%;
  column-gap: 3%;
  margin-top: 79px;
  border: 1px solid #000;
  padding: 28px 25px 29px;
}
@media screen and (max-width: 768px) {
  .case__futureInfo {
    display: block;
    margin-top: 44px;
  }
}
.case__futureInfo_logo {
  flex-grow: 3.6;
  text-align: center;
}
.case__futureInfo img {
  width: 182px;
}
@media screen and (max-width: 768px) {
  .case__futureInfo img {
    width: 100%;
  }
}
.case__futureInfo_list {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .case__futureInfo_list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 32px auto 0;
  }
}
.case__futureInfo_list_head {
  color: #666;
  font-weight: 500;
  font-size: 1.4rem;
}
.case__futureInfo_list_head:nth-of-type(n + 2) {
  margin-top: 1.62em;
}
@media screen and (max-width: 768px) {
  .case__futureInfo_list_head:nth-of-type(n + 2) {
    margin-top: 1.26em;
  }
}
.case__futureInfo_list_body {
  margin-top: 0.55em;
  font-weight: 500;
  line-height: 1.4285714286;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .case__futureInfo_list_body {
    margin-top: 0.3em;
    line-height: 1.75;
  }
}

/* その他の導入事例 */
.others {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .others {
    padding-top: 33px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768.02px) {
  .others__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.others__subttl {
  margin-left: -0.07em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.034em;
}
@media screen and (max-width: 768px) {
  .others__subttl {
    margin-left: 0;
  }
}
.others__ttl {
  margin-top: 0.5em;
  margin-left: -0.1em;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .others__ttl {
    margin-top: 0.55em;
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.others__list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .others__list {
    margin-top: 20px;
    -moz-column-gap: 1px;
    column-gap: 1px;
  }
}
.others__list_item {
  min-width: 0;
}
.others__list_link {
  display: block;
  padding: 20px 20px 23px 25px;
  background-color: #0a1561;
  color: #fff;
  height: 100%;
  line-break: strict;
}
@media screen and (max-width: 768px) {
  .others__list_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0;
  }
}
.others__list_number {
  margin-left: 0.35em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.14rem;
}
@media screen and (max-width: 768px) {
  .others__list_number {
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.others__list_number > span:nth-of-type(2) {
  margin-left: 0.3em;
  font-style: oblique;
  font-size: 2.138rem;
}
@media screen and (max-width: 768px) {
  .others__list_number > span:nth-of-type(2) {
    margin-left: -0.05em;
    font-size: 2.5rem;
    vertical-align: -0.14em;
  }
}
.others__list_company {
  margin-top: 0.75em;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.6rem;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .others__list_company {
    display: none;
  }
} /*# sourceMappingURL=style.css.map */
