@charset "UTF-8";
.mv {
  width: 100%;
  /*height: 100vh;*/
  min-height: 750px;
	padding: 135px 72px 40px;
  color: #fff;
  background: url(/wp-content/themes/SBI/assets/images/front-page/bg-mv_pc.jpg) right center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    width: 100%;
	  padding: 50vw 2.67vw 5vw;
    background-image: url(/wp-content/themes/SBI/assets/images/front-page/bg-mv_sp.jpg);
  }
}
.mv_catch {
  display: flex;
  align-items: center;
  /* margin-bottom: g.pcvw(176); */
  line-height: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(4rem, 3.75vw, 7.2rem);
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .mv_catch {
    font-size: 10.67vw;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
}

.top-news {
  width: 540px;
  /*position: absolute;
  left: 70px;
  bottom: 40px;*/
	margin-top:3vw;
}
@media screen and (max-width: 767px) {
  .top-news {
    width: calc(100% - 5.33vw);
    margin: auto;
    /*position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;*/
	  margin-top: 5vw;
  }
}
.top-news a {
  color: #fff;
}
.top-news_h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1em;
  line-height: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  /*font-size: max(1.25vw, 2.4rem);*/
	font-size: clamp(1.6rem, 1.25vw, 2.4rem);
  letter-spacing: 0.24em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-news_h {
	/*font-size: 6.4vw;*/
    font-size: 4.4vw;
  }
}
.top-news_h:before, .top-news_h:after {
  content: "";
  display: block;
  width: calc(50% - 2.5em - 33px);
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-news_h:before, .top-news_h:after {
    width: 26.13vw;
  }
}
.top-news_h:after {
  margin-left: -0.24em;
}
.top-news_list {
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.top-news_list > li:last-child .top-news_post {
  margin-bottom: 20px;
}
.top-news_post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
	font-size: clamp(1.4rem, 1vw, 2rem);
}
@media screen and (max-width: 767px) {
  .top-news_post {
    margin-bottom: 10px;
	font-size: 3.4vw;
  }
}
.top-news_post .cat {
  width: 160px;
  margin-right: 16px;
  line-height: 3.5rem;
  border-radius: 2rem;
  background-color: #fff;
  text-align: center;
  color: var(--color-body);
}
@media screen and (max-width: 767px) {
  .top-news_post .cat {
    width: 80px;
	line-height: 2.5rem;
  }
}
.top-news_post .cat.ir-news {
  background-color: #DD0321;
  color: #fff;
}
.top-news_post .cat.news {
  background-color: #004892;
  color: #fff;
}
.top-news_post .date {
  margin-right: 16px;
}
.top-news_post .new {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  color: #F00;
}
.top-news_post .lsnew {
  display: none;
}
.top-news_post .lsnew.is-show {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  color: #F00;
  display: inline;
}
.top-news_post .title,
.s_eirModule_title_label {
  /* display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  overflow: hidden;
  width: 100%;
  margin-top: 8px;
  padding-left: 0em;
}

.top-news_link {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top-news_link {
    text-align: center;
  }
}
.top-news_link a:after {
  content: " >>";
}

.top-sec {
  padding: 80px 12.5%;
}
@media screen and (max-width: 767px) {
  .top-sec {
    padding: 23px 4vw 15px;
  }
}
.top-sec_h {
  margin-bottom: 40px;
  line-height: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(2.4rem, 1.88vw, 3.6rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-sec_h {
    margin-bottom: 24px;
    font-size: 6.4vw;
  }
}
.top-sec_h span {
  display: block;
  margin-top: 16px;
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .top-sec_h span {
    margin-top: 9px;
    font-size: 5.33vw;
  }
}
.top-sec_h:after {
  content: "";
  width: 56.25vw;
  height: 1px;
  margin: auto;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top-sec_h:after {
    width: 52vw;
  }
}
.top-sec_h.wh {
  color: #fff;
}
.top-sec_h.wh::after {
  background-color: #fff;
}

.top-business_catch {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(2.4rem, 1.88vw, 3.6rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top-business_catch {
    margin-bottom: 20px;
    line-height: 1.33;
    font-size: 6.4vw;
  }
}
.top-business_detail {
  margin-bottom: 60px;
  line-height: 2.67;
}
@media screen and (max-width: 767px) {
  .top-business_detail {
    margin-bottom: 16px;
    line-height: 2;
  }
}
.top-business_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-business_item {
  height: 0;
  margin-bottom: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-business_item {
    margin-bottom: 4%;
  }
}
.top-business_item a {
  color: #fff;
}
.top-business_item .name {
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.16);
}
.top-business_item .link {
  padding: 1.25vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.5s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-business_item .link {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    white-space: nowrap;
    text-indent: 200%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
}
.top-business_item .link:after {
  content: "　──＞＞";
}
.top-business_item .link.is-animated {
  opacity: 1;
}
.top-business_l {
  width: 100%;
  padding-top: 61.32%;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-business_l {
    width: 48%;
    padding-top: calc(61.32% / 2);
  }
}
.top-business_l .name {
  padding: 2.5vw;
  line-height: 1;
  font-size: clamp(2rem, 2.92vw, 5.6rem);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-business_l .name {
    font-size: 5.33vw;
  }
}
.top-business_l .inner {
  width: 50%;
  height: 100%;
  padding: 6.51vw 2.34vw 0;
  background-color: rgba(59, 59, 59, 0.5);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
}
.top-business_l .detail {
  margin-bottom: 1.3vw;
  line-height: 1.67;
  font-size: 0.94vw;
}
@media screen and (min-width: 1440px) {
  .top-business_l .detail {
    font-size: 18px;
  }
}
.top-business_l .link {
  font-size: 20px;
}
.top-business_s {
  width: 36.46vw;
  height: 25.26vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-business_s {
    width: 48%;
    padding-top: calc(61.32% / 2);
  }
}
.top-business_s .name {
  width: 100%;
  padding: 2.45vw 2.08vw;
  line-height: 1.6;
  font-size: 2.08vw;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-business_s .name {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.top-business_s .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 3.75vw;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .top-business_s .link {
    background-color: rgba(51, 51, 51, 0.5);
  }
}
@media screen and (max-width: 767px) {
  .top-business_s .link {
    height: 100%;
  }
}

.top-toggle_jol,
.top-toggle_jolco,
.top-toggle_ga,
.top-toggle_pi {
  position: absolute;
  top: 33%;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top-toggle_jol,
.top-toggle_jolco,
.top-toggle_ga,
.top-toggle_pi {
    display: none;
  }
}

.top-jol {
  background-image: url(/wp-content/themes/SBI/assets/images/front-page/bg-jol.jpg);
}
.top-jol .inner {
  left: 0;
}
.top-jol .inner.is-animated {
  left: 0;
}

.top-jolco {
  background-image: url(/wp-content/themes/SBI/assets/images/front-page/bg-jolco.jpg);
}
.top-jolco .inner {
  right: 0;
}
.top-jolco .inner.is-animated {
  right: 0;
}

.top-ga {
  background-image: url(/wp-content/themes/SBI/assets/images/front-page/bg-za.jpg);
}

.top-pi {
  background-image: url(/wp-content/themes/SBI/assets/images/front-page/bg-pi.jpg);
}

.top-about {
  background: #101649;
}
.top-about_h {
  margin-bottom: 3.33vw;
}
.top-about_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-about_item {
  margin-bottom: 2.08vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-about_item {
    margin-bottom: 4%;
  }
}
.top-about_item.bg a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: clamp(1.8rem, 2.08vw, 4rem);
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-about_item.bg a {
    font-size: 5.33vw;
  }
}
.top-about_item.bg a span:after {
  content: "──＞＞";
  display: block;
  width: 100%;
  font-size: clamp(1.8rem, 1.04vw, 2rem);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .top-about_item.bg a span:after {
    font-size: 4.27vw;
  }
}
.top-about_item.ir-l {
  width: 100%;
  height: 16.67vw;
  background-image: url(/wp-content/themes/SBI/assets/images/front-page/bg-ir.jpg);
}
@media screen and (max-width: 767px) {
  .top-about_item.ir-l {
    width: 100vw;
    height: 32vw;
    margin: 0 -4vw 4vw;
  }
}
@media screen and (min-width: 1440px) {
  .top-about_item.ir-l {
    width: 23.75vw;
    height: 16.67vw;
  }
}
.top-about_item.ir-r {
  width: 49.43vw;
  height: 16.67vw;
  background: #2F3565;
}
@media screen and (max-width: 1439px) {
  .top-about_item.ir-r {
    width: 100%;
    height: auto;
  }
}
.top-about_item.company {
  width: 36.67vw;
  height: 12.5vw;
  background-image: url(/wp-content/themes/SBI/assets/images/front-page/bg-company.jpg);
}
@media screen and (max-width: 767px) {
  .top-about_item.company {
    width: 48%;
    height: 26.67vw;
    margin-bottom: 0;
  }
}
.top-about_item.company a {
  color: #fff;
}
.top-about_item.recruit {
  width: 36.67vw;
  height: 12.5vw;
  background-image: url(/wp-content/themes/SBI/assets/images/front-page/bg-recruit.jpg);
}
@media screen and (max-width: 767px) {
  .top-about_item.recruit {
    width: 48%;
    height: 26.67vw;
    margin-bottom: 0;
  }
}

.top-ir-relation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.6vw 4.17vw;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .top-ir-relation {
    padding: 4vw;
  }
}
.top-ir-relation_h {
  width: 100%;
  margin-bottom: 0.5em;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  .top-ir-relation_h {
    font-size: 5.33vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .top-ir-relation_list {
    width: 100%;
  }
}
.top-ir-relation_item {
  margin-bottom: 3.65vw;
}
@media screen and (max-width: 767px) {
  .top-ir-relation_item {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .top-ir-relation_item:last-child {
    margin-bottom: 0;
  }
}
.top-ir-relation_item a {
  color: #fff;
}
.top-ir-relation_item a:before {
  content: "≫ ";
}

.top-contact {
  background: url(/wp-content/themes/SBI/assets/images/front-page/bg-contact.jpg) center/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-contact {
    background-position: right center;
  }
}
.top-contact a {
  color: #fff;
}
.top-contact_lead {
  margin-bottom: 2em;
}
.top-contact_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-contact_item {
  width: calc(50% - 0.83vw);
  padding: 2.34vw 0 1.93vw;
  background-color: #fff;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 1439px) {
  .top-contact_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-contact_item {
    padding: 25px 4vw 16px;
  }
}
.top-contact_item.web {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-contact_item.web {
    justify-content: space-between;
    padding: 2.34375vw 2.34375vw 1.9270833333vw;
  }
  .top-contact_item.web .top-contact_title {
    width: calc(50% - 0.8333333333vw);
  }
  .top-contact_item.web .top-contact_title::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/SBI/assets/images/front-page/icon-mail.png);
  }
  .top-contact_item.web .top-contact_btn {
    width: calc(50% - 0.8333333333vw);
    margin-top: 0;
  }
}
@media screen and (max-width: 1439px) {
  .top-contact_item.web .top-contact_title {
    width: 100%;
  }
  .top-contact_item.web .top-contact_title::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/SBI/assets/images/front-page/icon-mail.png);
  }
  .top-contact_item.web .top-contact_btn {
    width: 100%;
    margin-top: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .top-contact_item.web {
    margin-bottom: 4vw;
  }
  .top-contact_item.web .top-contact_title {
    width: 100%;
  }
  .top-contact_item.web .top-contact_title::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/SBI/assets/images/front-page/icon-mail.png);
  }
}

@media screen and (max-width: 767px) {
  .top-contact_item.tel .top-contact_title:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/SBI/assets/images/front-page/icon-tel.png);
  }
}
@media screen and (min-width: 768px) {
  .top-contact_item.tel:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/SBI/assets/images/front-page/icon-tel.png);
  }
}
.top-contact_title {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top-contact_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
  }
}
.top-contact_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.9em;
  padding: 0.5em 2.7em;
  background-color: #333333;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .top-contact_btn {
    width: 100%;
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.top-contact_btn:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  background: url(/wp-content/themes/SBI/assets/images/front-page/icon-form.png) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .top-contact_btn:after {
    margin-left: 1.5em;
  }
}
.top-contact_tel {
  margin-bottom: 0.2em;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .top-contact_hours {
    font-size: 1.2rem;
  }
}

/* 基本は常に可視 */
.link.js-inview { opacity: 1; transform: none; }
.p.js-inview { opacity: 1; transform: none; }
/*# sourceMappingURL=front-page.css.map */
