.catch {
  margin-bottom: 92px;
  text-align: center;
  line-height: 1.67;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(1.6rem, 1.88vw, 3.6rem);
  font-weight: bold;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .catch {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.sbils-logo {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sbils-logo {
    margin-bottom: 40px;
  }
}
.sbils-logo img {
  display: block;
  width: 33.33vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sbils-logo img {
    width: 64vw;
  }
}

.prof-sec h2 {
  padding: 0;
  line-height: 1.67;
  font-size: clamp(2.4rem, 1.88vw, 3.6rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .prof-sec h2 {
    text-align: center;
    margin-bottom: 40px;
  }
}
.prof-sec h2:after {
  content: "";
  width: calc(100% - 27.6vw);
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: 0;
  bottom: 12px;
}
@media screen and (max-width: 767px) {
  .prof-sec h2:after {
    width: 100%;
    height: 3px;
    bottom: -12px;
  }
}
.prof-sec p {
  color: #707070;
  line-height: 2.25;
}

.about-our-business {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .about-our-business {
    margin-bottom: 48px;
  }
}

.advantage {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .advantage {
    margin-bottom: 48px;
  }
}
.advantage_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .advantage_list {
    margin-bottom: 40px;
  }
}
.advantage_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .advantage_item {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.advantage_item:last-of-type {
  margin-bottom: 0;
}
.advantage_item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.94%;
  min-height: 200px;
  padding: 1em;
  border-radius: 8.33vw;
  background-color: #D6F5FF;
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  font-weight: bold;
      text-align: center;
}
@media screen and (max-width: 767px) {
  .advantage_item dt {
    border-radius: 13.33vw;
    width: 100%;
    min-height: 100px;
    text-align: center;
  }
}
.advantage_item dd {
  width: 65.28%;
  line-height: 2.67;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .advantage_item dd {
    width: 100%;
    margin-top: 20px;
    line-height: 2.25;
  }
}
@media screen and (max-width: 767px) {
  .advantage figure {
    width: calc(100% + 8vw);
    margin-left: -4vw;
  }
}

.our-business {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .our-business {
    margin-bottom: 50px;
  }
}
.our-business h2 {
  margin-bottom: 9.38vw;
}
.our-business_list {
  margin-bottom: 72px;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .our-business_list {
    margin-bottom: 32px;
  }
}
.our-business_item {
  display: flex;
  align-items: center;
  margin-bottom: 12.34vw;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .our-business_item {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.our-business_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .our-business_item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}
.our-business_item:nth-of-type(even) .business {
  order: 1;
}
.our-business_item:nth-of-type(even) .investment {
  order: 0;
  margin-right: -8.33%;
  padding: 2.34vw calc(8.33% + 2.92vw) 2.34vw 2.92vw;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .our-business_item:nth-of-type(even) .investment {
    margin-right: -4vw;
    margin-left: 0;
    padding: 15.47vw 4.27vw;
  }
}
.our-business .business {
  width: 63.89%;
  min-height: 450px;
  padding: 9.38vw 4.17vw 1em;
  border-radius: 20px;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .our-business .business {
    padding: 0 0 0;
    box-shadow: none;
    width: 100%;
    min-height: auto;
    margin-bottom: 36px;
  }
}
.our-business .business:before {
  content: "";
  display: block;
  width: 17.19vw;
  height: 17.19vw;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -8.59vw;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .our-business .business:before {
    width: 53.33vw;
    height: 53.33vw;
    position: static;
  }
}
.our-business .business h3 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .our-business .business h3 {
    font-size: 2.4rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .our-business .business p {
    font-size: 1.8rem;
    line-height: 2.67;
    font-weight: normal;
  }
}
.our-business .investment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 44.44%;
  min-height: 238px;
  margin-left: -8.33%;
  padding: 2.34vw 2.92vw 2.34vw calc(8.33% + 2.92vw);
  border-radius: 20px;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.16);
  background-color: #D6F5FF;
}
@media screen and (max-width: 767px) {
  .our-business .investment {
    border-radius: 20px 0 0 20px;
    width: calc(100% + 4vw);
    min-height: 89.6vw;
    margin-left: 0;
    margin-right: -4vw;
    padding: 15.47vw 4.27vw;
  }
}
.our-business .investment p {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .our-business .investment p {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2.67;
  }
}
.our-business .jol .business:before {
  background-image: url(/wp-content/themes/SBI/assets/images/3minutes-profile/img2.png);
}
.our-business .jolco .business:before {
  background-image: url(/wp-content/themes/SBI/assets/images/3minutes-profile/img3.png);
}
.our-business .ga .business:before {
  background-image: url(/wp-content/themes/SBI/assets/images/3minutes-profile/img4.png);
}
.our-business .pi .business:before {
  background-image: url(/wp-content/themes/SBI/assets/images/3minutes-profile/img5.png);
}

.related-link {
  display: flex;
  justify-content: space-between;
  width: 386px;
  margin: 0 auto;
  line-height: 5rem;
}
@media screen and (max-width: 767px) {
  .related-link {
    width: 100%;
    justify-content: flex-start;
  }
}
.related-link span {
  display: block;
  width: 188px;
  background-color: #101649;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .related-link span {
    width: 130px;
    margin-right: 52px;
  }
}
.related-link span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 0 2.5rem 32px;
  border-color: transparent transparent transparent #101649;
  position: absolute;
  right: -32px;
  top: 0;
}
.related-link a {
  text-decoration: underline;
  color: #4550F6;
}

.results {
  margin-bottom: 100px;
}

.results img {
      width: 80%;
    height: 80%;
}

@media screen and (max-width: 767px) {
  .results {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .results p {
    font-size: 1.8rem;
    line-height: 2.67;
    margin-top: 12px;
  }
}

.prospect {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .prospect {
    margin-bottom: 56px;
  }
}
.prospect_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 28px;
  margin-bottom: 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prospect_list {
    width: calc(100% + 8vw);
    margin-left: -4vw;
    margin-bottom: 32px;
  }
}
.prospect_list:before {
  content: "";
  display: block;
  width: 16.15vw;
  height: 16.15vw;
  margin: auto;
  border-radius: 50%;
  background: #fff url(/wp-content/themes/SBI/assets/images/logo-color.svg) center/12.5vw auto no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .prospect_list:before {
    width: 44.53vw;
    height: 44.53vw;
    background: #fff url(/wp-content/themes/SBI/assets/images/logo-color.svg) center/33.07vw auto no-repeat;
  }
}
.prospect_item {
  display: flex;
  width: 36.46vw;
  min-height: 400px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .prospect_item {
    width: 46%;
    min-height: 216px;
  }
}
.prospect_item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .prospect_item h3 {
    align-items: flex-start;
    width: 100%;
    padding: 1.6rem 0;
    line-height: 1.17;
  }
}
.prospect_item p {
  width: 50%;
  padding: 1.88vw;
}
@media screen and (max-width: 767px) {
  .prospect_item p {
    display: none;
  }
}
.prospect_item:nth-of-type(odd) h3 {
  order: 1;
}
.prospect_item:nth-of-type(odd) p {
  order: 0;
}
@media screen and (max-width: 767px) {
  .prospect_item:nth-of-type(n+3) h3 {
    align-items: flex-end;
  }
}
.prospect_item.customer h3 {
  background-image: url(/wp-content/themes/SBI/assets/images/3minutes-profile/bg1.jpg);
}
.prospect_item.lessee h3 {
  background-image: url(/wp-content/themes/SBI/assets/images/3minutes-profile/bg2.jpg);
}
.prospect_item.partner h3 {
  background-image: url(/wp-content/themes/SBI/assets/images/3minutes-profile/bg3.jpg);
}
.prospect_item.our-company h3 {
  background-image: url(/wp-content/themes/SBI/assets/images/3minutes-profile/bg4.jpg);
}

@media screen and (max-width: 767px) {
  .prospect-text h3 {
    color: #004892;
    font-size: 2.4rem;
    line-height: 2;
    text-align: center;
    border-bottom: 1px solid #004892;
  }
}
.prospect-text p {
  font-size: 1.8rem;
  line-height: 2.67;
  margin-bottom: 30px;
}

.dl-pdf div {
  border-radius: 0;
}

/*# sourceMappingURL=3minutes-profile.css.map */

.prospect_item h3 {
    text-align: center;
}

.graph {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}