@charset "UTF-8";
/* ********** サイト全体の共通モジュールのstyle ********** */
/* テキスト要素 */
.c-indextitle {
  font-size: 3rem;
  font-weight: bold;
}
.c-indextitle--sub {
  font-size: 2rem;
}
.c-title--large {
  font-size: 3rem;
  font-weight: bold;
}
.c-title--normal {
  font-size: 2.5rem;
  font-weight: bold;
}
.c-title--small {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-text--normal {
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-text--small {
  font-size: 1.2rem;
  line-height: 1.6;
}
.c-text--bold span {
  font-size: 1.5rem;
  position: relative;
}
.c-text--large {
  font-size: 1.8rem;
  font-weight: bold;
}

/* タグ要素 */
[class*="c-tag--"] {
  /*タグ要素共通のstyle*/
  display: inline-block;
  padding: 2px 7px;
  font-size: 1.2rem;
  font-weight: normal;
  width: fit-content;
}
[class*="c-tag--"] + [class*="c-tag--"] {
  /*タグ要素が横に複数並ぶ際の余白*/
  margin-left: 10px;
}
/* テキストリンク要素 */
.c-textlink,
.wp-wysiwyg p a {
  color: #c1272d;
  text-decoration: none;
  padding: 0 1px;
}
.c-textlink[target="_blank"]:after {
  margin: 0 3px 3px;
  font-family: "Font Awesome 6 Free";
  vertical-align: middle;
  content: "\f35d";
  font-weight: 900;
  display: inline-block;
  font-size: 1.4rem;
}
.c-textlink:hover {
  color: #e71a2f;
  text-decoration: underline;
}
/* テーブル要素 */
.c-table {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 2px;
}
.c-table th,
.c-table td {
  font-size: 1.4rem;
  text-align: left;
}
.c-table tr:last-of-type th,
.c-table tr:last-of-type td {
  border-bottom: none;
}
.c-table th {
  width: 25%;
  padding: 40px 10px 40px 30px;
  color: #c1272d;
  font-weight: bold;
}
.c-table td {
  border-bottom: #cecece 1px solid;
  width: 75%;
  padding: 40px 10px 40px 10px;
}
/* タブ要素 */
[class*="c-tab"].e-current {
  background: #333;
  color: #fff;
}
/* **********  サイト全体の共通パーツのstyle ********** */
/* フッタ */
.l-footer .c-col2 {
  padding: 100px 0 40px;
  align-items: flex-end;
}
.l-footer a {
  text-decoration:underline;
} 
.l-footer__menu a {
  color: #fff;
}
.l-footer__menu a:hover {
  opacity: 0.7;
}
.l-footer__lists li {
  line-height: 2.5rem;
  color:#fff;
  margin-left:20px;
  position:relative;
}
.l-footer__lists li.l-footer__list {
  margin-left:0;
}
.l-footer__lists li:before {
  content:"";
  position:absolute;
  left:-12px;
  top:50%;
  width:8px;
  height:1px;
  background:#fff;
}
.l-footer__lists li.l-footer__list:before {
  content:none; 
}
.l-footer__inner a {
  display: block;
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative;
}
.l-footer__inner a:before {
  content: "";
  width: 12px;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  background: #fff;
}
.l-footer__address {
  text-align: right;
}
.l-footer__address .c-text--normal {
  color: #fff;
}
.l-footer__copyright {
  width: 100%;
  color: #fff;
  text-align: right;
  font-size: 1.2rem;
}
.l-footer .c-rowlists {
  flex-direction: column;
  text-align: right;
}
.l-footer .c-rowlists .c-textlink,
.l-footer .c-rowlists .wp-wysiwyg p a {
  color: #fff;
}
.l-footer .c-rowlists .c-textlink:hover,
.l-footer .c-rowlists .wp-wysiwyg p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* 下層ページトップビジュアルメイン */
.s-pagetop {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-bottom: 50px;
}
.s-pagetop > .c-container {
  margin-top: 0px;
  z-index: 3;
}
.s-pagetop .c-container .c-wrap {
  height: calc(300 * var(--px));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-pagetop .c-container .c-photo {
/*  height: calc(400 * var(--px)); */
  border-radius: 3px;
}
.s-pagetop__maintitle {
  position: relative;
  font-size: 1.8rem;
  position: absolute;
  bottom: calc(11 * var(--rem));
  right: initial;
  z-index: 2;
  left: 0;
}
.s-pagetop__maintitle .u-ccareer {
  background: none;
}
.s-pagetop__maintitle span {
  border-radius: inherit;
  padding-left: 20px;
}
.s-pagetop__maintitle span::before,
.s-pagetop__maintitle span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #c1272d;
  width: 3px;
  height: 100%;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: center;
}
.s-pagetop__maintitle span::before {
  left: 0px;
}
.s-pagetop__maintitle span::after {
  left: 8px;
}
.p-career .s-pagetop__subtitle.u-ffe {
  font-size: calc(20 * var(--rem)) !important;
  position: absolute;
  top: calc(180 * var(--px));
  /* bottom: -120px; */
  left: -3%;
  z-index: 1;
  font-family: "Corinthia", serif;
  font-weight: 400;
  font-style: normal;
  color: #c1272d;
}
.s-pagetop::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(108deg, #c1272d 0%, #e71a2f 100%);
  content: "";
  z-index: -1;
}
/* 下層ページトップビジュアルサブ */
.s-pagetop + .c-wrap {
  padding: 150px 0 100px;
}
.s-pagetop--sub > .c-container {
  background-color: #333;
}
.s-pagetop--sub__maintitle {
  position: relative;
  font-size: 3.5rem;
  color: #fff;
}
.s-pagetop--sub__subtitle {
  position: relative;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
}
.s-pagetop--sub .c-wrap {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
/* ページトップへ戻る */
.s-backtotop {
  background: #c1272d;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: fixed;
  z-index: 99;
  bottom: 80px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.s-backtotop.e-active {
  opacity: 1;
  pointer-events: auto;
}
.s-backtotop span::after {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 23px;
  transform: rotate(135deg) translateY(-50%);
}
.s-backtotop span::before {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 14px;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: rotate(-135deg) translateY(-50%);
}
.s-backtotop:hover {
  transform: translateY(-5%);
  background: #c1272d;
}

/* ********** ページごと・セクションごとの個別style（★） ********** */
/* 共通 */
.p-career {
  background: #f9f6f0;
}
.p-career.p-development .s-pagetop .c-photo img,
.p-career.p-data .s-pagetop .c-photo img {
  object-position: center;
}
.c-wrap--background--white {
  background: #fff;
  border-radius: 1px;
  position: relative;
}
.p-career .c-title--normal.u-mb70 {
  margin-bottom: calc(100 * var(--px));
  text-align: center;
}
.p-career .c-title--normal span {
  position: relative;
}
.p-career .c-title--normal span::before,
.p-career .c-title--normal span::after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  content: "";
}
.p-career .c-title--normal span::after {
  background: #e71a2f;
  width: 60%;
}
.p-career .c-text--bold span {
  font-size: 1.8rem;
  position: relative;
  padding-left: 20px;
  color: #c1272d;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
}
.p-career .c-text--bold span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #e71a2f;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-career .c-text--bold span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #0058a2;
  top: 0%;
  left: 0;
}
.p-career .c-text--large {
  position: absolute;
  top: -12px;
  left: -3%;
  transform: inherit;
  z-index: 2;
  white-space: nowrap;
}
.p-career .c-text--large span {
  background: #fff;
  color: #c1272d;
  padding: 8px 25px;
  border: 3px solid #c1272d;
}
.p-career .c-wrap-title .s-titlemain {
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  right: initial;
  z-index: 2;
  color: #e71a2f;
  width: 100%;
}
.p-career .c-wrap-title .s-titlemain span {
  position: relative;
  padding-left: 25px;
}
.p-career .c-wrap-title .s-titlemain .u-ccareer {
  background: none;
}
.p-career .c-wrap-title .s-titlemain span::before,
.p-career .c-wrap-title .s-titlemain span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #e71a2f;
  width: 3px;
  height: 100%;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: center;
}
.p-career .c-wrap-title .s-titlemain span::before {
  left: 0px;
}
.p-career .c-wrap-title .s-titlemain span::after {
  left: 8px;
}
/* .p-career .u-w90--r.c-text--normal {
  max-width: unset;
  width: unset;
  margin-right: unset;
  margin-left: unset;
} */
.p-career .u-w90--r.c-text--normal {
  max-width: 1008px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
/* 共通 ここまで*/
/*  **********トップページ  ********** */
#p-top--career {
}
.p-career .c-wrap-title {
  position: absolute;
  z-index: 2;
}
.p-career .c-wrap-title .s-titlesub.u-ffe {
  font-size: calc(18 * var(--rem)) !important;
  font-family: "Corinthia", serif;
  font-weight: 400;
  font-style: normal;
}
#p-top--career .c-btn__text {
  display: block;
  text-align: left;
}
#p-top--career .s-hero {
  /* height: 100vh; */
  height: calc(720 * var(--px));
  background: #fff;
  position: relative;
}
#p-top--career .s-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(240 * var(--px));
  background: #c1272d;
}
#p-top--career .s-hero .c-container {
  /* height: calc(100vh - 200px); */
  height: calc(600 * var(--px));
  position: relative;
  z-index: 2;
  margin-top: 100px;
}
#p-top--career .s-hero .c-container .c-wrap--maintitle {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
#p-top--career .s-hero .c-container .c-wrap--maintitle h1 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: calc(7 * var(--rem));
  font-weight: bold;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff;
  font-family: "Noto Sans JP", sans-serif;
}
#p-top--career .s-hero .c-container .c-wrap--maintitle h1 span {
  color: #e71a2f;
}
#p-top--career .s-hero .c-container .c-wrap--maintitle p {
  position: absolute;
  top: calc(280 * var(--px));
  left: 5%;
  font-size: calc(1.8 * var(--rem));
  color: #fff;
}
#p-top--career .s-hero .c-container .c-wrap--maintitle p span {
  background: #e71a2f;
  padding: 7px 20px;
  border-radius: 20px;
  color: #fff;
}
/* ここから 写真レイアウト*/
#p-top--career .s-hero .c-container .c-col4 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: flex-end;
  /* justify-content: space-between; */
  /* gap: 10px; */
  gap: calc(5% / 3); /* 約 1.67% */
}
#p-top--career .s-hero .c-container .c-col4 .c-item {
  flex: 0 0 15%;
  position: relative;
  height: 100%;
}
#p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(3) {
  position: relative;
  flex: 0 0 50%;
  /* height: calc(100vh - 200px); */
  height: 100%;
  background: #fff;
}
#p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(4) {
  align-self: flex-start;
}
#p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(1) img,
#p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(2) img {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1 / 1;
}
#p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(3) img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: slide 12s infinite;
}
#p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(4) img {
  aspect-ratio: 1 / 1;
}
#p-top--career .s-hero .c-container .c-col4 .c-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(3) img:nth-child(1) {
  animation-delay: 0s;
}
#p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(3) img:nth-child(2) {
  animation-delay: 3s;
}
#p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(3) img:nth-child(3) {
  animation-delay: 6s;
}
#p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(3) img:nth-child(4) {
  animation-delay: 9s;
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ここまで  写真レイアウ*/
/* 採用メッセージ */
#p-top--career .s-message {
  background: #fff;
}
#p-top--career .s-message .c-wrap-title {
  top: 10%;
  left: 0;
}
#p-top--career .s-message .c-wrap-title .s-titlemain {
  bottom: 0px;
  left: 50px;
}
/* 理念・事業 */
#p-top--career .s-aboutus {
}
#p-top--career .s-aboutus .c-wrap-title {
  top: 10%;
  left: 40%;
}
#p-top--career .s-aboutus .c-wrap-title .s-titlemain {
  bottom: 0px;
  left: 150px;
}
#p-top--career .s-aboutus .c-col2 {
  align-items: end;
}
#p-top--career .s-aboutus .c-photo {
  box-shadow: -18px 18px 0px #c1272d;
 /*  height: calc(480 * var(--px)); */
}
#p-top--career .s-aboutus .c-btn {
  border-bottom: 1px dashed #c1272d;
}
#p-top--career .s-aboutus .c-btn:before {
  background: none;
  z-index: 1;
}
#p-top--career .s-aboutus .c-btn:after {
  background: none;
  z-index: 1;
}
#p-top--career .s-aboutus .c-btn__text {
  padding: 18px 100px 18px 0px;
  color: initial;
}
#p-top--career .s-aboutus .c-btn__text:after {
  border-left: 9px solid #c1272d;
}
/* SBIグループの強み・実績 */
#p-top--career .s-capability {
  position: relative;
 /*  background: #fff; */
}
#p-top--career .s-capability .c-wrap-title {
  top: 0;
  left: -10%;
  width: 100%;
}
#p-top--career .s-capability .c-wrap-title .s-titlemain {
  bottom: -20px;
  left: 90px;
}
#p-top--career .s-capability::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #c1272d;
}
#p-top--career .s-capability .c-col2 {
  align-items: end;
  background: #fff;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
#p-top--career .s-capability .c-col2 div:first-of-type {
  order: 2;
}
#p-top--career .s-capability .c-col2 div:last-of-type {
  order: 1;
}
#p-top--career .s-capability .c-btn {
  margin-top: 20px;
}
/* 制度・職場環境 */
#p-top--career .s-system {
  background: #fff;
}
#p-top--career .s-system .c-wrap-title {
  top: 7.5%;
  left: 52.5%;
}
#p-top--career .s-system .c-wrap-title .s-titlemain {
  bottom: 0px;
  left: 150px;
}
#p-top--career .s-system .c-col2 {
  align-items: end;
}
#p-top--career .s-system .c-photo {
  box-shadow: -18px 18px 0px #c1272d;
}
#p-top--career .s-system .c-btn {
  display: block;
  border-bottom: 1px dashed #c1272d;
}
#p-top--career .s-system .c-btn:before {
  background: none;
  z-index: 1;
}
#p-top--career .s-system .c-btn:after {
  background: none;
  z-index: 1;
}
#p-top--career .s-system .c-btn__text {
  padding: 18px 100px 18px 0px;
  color: initial;
}
#p-top--career .s-system .c-btn__text:after {
  border-left: 9px solid #c1272d;
}
/* インタビュー */
#p-top--career .s-interview {
}
#p-top--career .s-interview .c-wrap-title {
  top: 0%;
  left: 0%;
}
#p-top--career .s-interview .c-wrap-title .s-titlemain {
  bottom: 30px;
  left: 100px;
}
#p-top--career .s-interview .c-wrap-title {
  z-index: 3;
}
#p-top--career .s-interview .c-col4--panel {
  align-items: flex-start;
}
#p-top--career .s-interview .c-col4--panel > div:nth-child(1) {
  margin-top: 200px;
}
#p-top--career .s-interview .c-col4--panel > div:nth-child(2) {
  margin-top: 240px;
}
#p-top--career .s-interview .c-col4--panel > div:nth-child(3) {
  margin-top: 40px;
}
#p-top--career .s-interview .c-col4--panel > div:nth-child(4) {
  margin-top: 120px;
}
/* エントリー */
#p-top--career .s-entry {
  background: #fff;
}
#p-top--career .s-entry .c-btn {
  display: block;
}
#p-top--career .s-entry .c-col2 {
  margin: 0 auto;
}
#p-top--career .s-entry .c-col2 > div:nth-of-type(1),
#p-top--career .s-entry .c-col2 > div:nth-of-type(2) {
  margin-left: auto;
  margin-right: auto;
}

#p-top--career .s-entry .c-btn:last-of-type .c-btn__text span:after {
  margin: 0 3px 3px;
  font-family: "Font Awesome 6 Free";
  vertical-align: middle;
  content: "\f35d";
  font-weight: 900;
  display: inline-block;
  font-size: 1.4rem;
}
#p-top--career .s-entry .c-btn__text {
  padding: 18px 50px 18px 30px;
}

/* インタビュー一覧と共通  ボタン*/
#p-interviewlist--career .s-pagetop .c-container .c-photo img {
  object-position: top;
}
.s-interviewlists .c-btn {
  padding: 10px;
  border: 1px solid #f9f9f9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.s-interviewlists .c-btn:before {
  border-radius: 0px;
  content: "";
  position: absolute;
  background: #c1272d;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
}
.s-interviewlists .c-btn:hover::before {
  opacity: 1;
}
.s-interviewlists .c-btn::after {
  content: none;
}
.s-interviewlists .c-btn .c-btn__text {
  display: block;
  padding: 20px 0px 10px 0px;
  color: inherit;
  font-weight: normal;
}
.s-interviewlists .c-btn .c-btn__text .c-text--small {
  text-align: left;
}
.s-interviewlists .c-btn .c-btn__text:after {
  content: none;
}
.s-interviewlists .c-btn .c-photo img {
  transition: 0.3s ease;
}
.s-interviewlists .c-btn:hover .c-photo img {
  transform: scale(1.1);
}
.s-interviewlists .c-btn .c-photo {
  z-index: 2;
  aspect-ratio: 4 / 3;
}
.s-interviewlists .c-btn .c-text--bold {
  color: #c1272d;
  z-index: 3;
  position: relative;
  padding: 15px 0 10px 0;
  font-size: 1.6rem;
}
.s-interviewlists .c-btn .c-number {
  color: #999;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.s-interviewlists .c-btn .c-number span {
  background: #e71a2f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  font-size: 1.5rem;
}
.p-career .c-initial {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

/*  **********トップページ  ここまで********** */
/*  **********経営理念  ********** */
/* SBIグループの理念 */
#p-mission--career .s-pagetop__subtitle::after {
  background: url("../career/images/s-mission-title.png") no-repeat;
  width: 100%;
  height: calc(21 * var(--rem));
  background-size: contain;
}
#p-mission--career .s-philosophy {
  position: relative;
}
#p-mission--career .s-philosophy .principle,
#p-mission--career .s-philosophy .c-construction {
  position: relative;
}
#p-mission--career .s-philosophy .c-principle::after,
#p-mission--career .s-philosophy .c-construction::after {
  content: none;
}
#p-mission--career .c-text--bold span::after {
  content: none;
}
#p-mission--career .s-philosophy .c-text--bold span {
  padding-left: 5.5rem;
  font-size: 3.2rem;
  position: relative;
  color: #c1272d;
}
#p-mission--career .s-philosophy .c-text--bold span::before {
  content: none;
}
#p-mission--career .s-philosophy .u-ffe {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 3rem;
  color: #c1272d;
}
#p-mission--career .s-philosophy .u-ffe::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0058a2;
  position: absolute;
}
#p-mission--career .s-socialcontribution .c-text--bold {
  font-size: calc(2.3 * var(--rem));
}
#p-mission--career .s-socialcontribution .c-text--bold span {
  position: relative;
  padding-left: 30px;
  color: #c1272d;
  line-height: 1.5;
  display: inline-block;
}
#p-mission--career .s-socialcontribution ul {
  list-style-type: decimal;
  padding-left: 20px;
  margin-left: 20px;
}
/*  **********経営理念  ここまで********** */
/*  **********グループ会社と事業領域  ********** */
#p-business--career {
}
#p-business--career .u-ffe {
  font-family: "Corinthia", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
}
#p-business--career .s-segmentlead .c-photo--con {
  margin-top: 20px;
}
#p-business--career .c-financial .c-majorcompany ul li:first-of-type {
  font-weight: bold;
  color: #c1272d;
}
#p-business--career .c-financial .c-col2 .c-fields,
#p-business--career .c-nextgen .c-col2 .c-fields {
  margin-right: 20px;
}
#p-business--career .c-asset .c-fields,
#p-business--career .c-investment .c-fields,
#p-business--career .c-crypt .c-fields {
  margin-bottom: 20px;
}
#p-business--career .s-segment .c-majorcompany,
#p-business--career .s-segment .c-fields {
  background: #f9f9f9;
  border-radius: 0px;
}
#p-business--career .s-segment .u-ffe {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  color: #c1272d;
  font-size: calc(4 * var(--rem));
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}
#p-business--career .s-segment .c-title--small {
  text-align: center;
}
#p-business--career .s-segment .c-title--small span {
  background: #333;
  padding: 5px 15px;
  color: #fff;
  border-radius: 20px;
  z-index: 2;
}
#p-business--career .s-segment .u-ptb50 {
  padding-top: calc(40 * var(--px));
  padding-bottom: calc(30 * var(--px));
}
#p-business--career .s-segment .c-text--bold {
  text-align: center;
}
#p-business--career .s-segment .c-text--bold span {
  padding-left: 0;
  position: relative;
}
#p-business--career .s-segment .c-text--bold span::after,
#p-business--career .s-segment .c-text--bold span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #e71a2f;
  height: 2px;
  width: 20px;
}
#p-business--career .s-segment .c-text--bold span::after {
  right: -30px;
  left: inherit;
}
#p-business--career .s-segment .c-text--bold span::before {
  left: -30px;
}
#p-business--career .s-segment li {
  text-align: left;
}
#p-business--career .s-segment .c-col1 > .c-col2 > .c-item > .c-col3--panel {
  justify-content: space-between;
}
#p-business--career .s-segment .c-col1 > .c-col2 > .c-item > .c-col3--panel > .c-item {
  width: fit-content;
}
/* SBIグループの社会貢献 */
#p-business--career .s-socialcontribution .c-text--bold {
  font-size: calc(2.3 * var(--rem));
  line-height: 1.5;
  color: #c1272d;
}
#p-business--career .s-socialcontribution ul {
  list-style-type: decimal;
  padding-left: 20px;
  margin-left: 20px;
}
/* リストアイテムのスタイル */
#p-business--career .s-socialcontribution li {
  list-style: inside;
  margin-bottom: 10px;
  text-indent: -13px;
  font-size: 1.5rem;
}
#p-business--career .s-socialcontribution li::marker {
  font-size: 1em;
}
/*  **********グループ会社と事業領域  ここまで********** */

/*  **********SBIグループの強み  ********** */
#p-strength {
}
#p-strength .c-title--normal {
  font-size: 4rem;
  margin-top: 0px;
}
#p-strength .c-wrap > section:nth-of-type(odd) .c-wrap .c-photo {
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}
#p-strength .c-wrap > section:nth-of-type(even) .c-wrap.u-w70 {
  order: 2;
}
#p-strength .c-wrap > section:nth-of-type(even) .c-wrap .c-photo {
  width: 90%;
  margin-right: auto;
  margin-left: 0;
}
#p-strength .s-customercentric .u-ffe,
#p-strength .s-innovation .u-ffe,
#p-strength .s-synergy .u-ffe,
#p-strength .s-investment .u-ffe,
#p-strength .s-grobal .u-ffe {
  font-weight: bold;
  font-size: 5rem;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #c1272d;
}
#p-strength .s-customercentric .u-ffe::after,
#p-strength .s-innovation .u-ffe::after,
#p-strength .s-synergy .u-ffe::after,
#p-strength .s-investment .u-ffe::after,
#p-strength .s-grobal .u-ffe::after {
  width: 1px;
  height: 30px;
  content: "";
  background: #c1272d;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#p-strength .c-title--normal {
  text-align: center;
}
#p-strength .c-title--normal span::after {
  content: none;
}
#p-strength .s-customercentric {
}
#p-strength .s-innovation {
}
#p-strength .s-synergy {
}
#p-strength .s-investment {
}
#p-strength .s-grobal {
}

/*  **********SBIグループの強み  ここまで********** */
/*  **********データで知るSBIグループ  ********** */
#p-data--career .c-number p {
}
#p-data--career .c-number p span {
  font-size: calc(4 * var(--rem));
  font-weight: bold;
}
#p-data--career .c-number .c-col1 {
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #c1272d;
}
#p-data--career .c-number .c-title--small {
  text-align: center;
}
#p-data--career .c-number .c-title--small span {
  font-size: calc(1.62 * var(--rem));
  color: #c1272d;
  background: #fff;
  text-align: center;
  padding: 5px 20px;
  border-radius: 2px;
  white-space: nowrap;
  border: 3px solid #c1272d;
}
/*  **********データで知るSBIグループ  ここまで********** */

/*  **********キャリアパス・育成制度  ********** */
#p-development--career {
}
#p-development--career .s-careerpath .c-casestudy,
#p-development--career .s-education .c-wrap--background--white {
  position: relative;
}
#p-development--career .s-careerpath .c-casestudy > .c-col2 {
  align-items: stretch;
}
#p-development--career .s-careerpath .c-casestudy .c-careerpath {
  display: flex;
  flex-direction: column;
  gap: 30px;
  order: 1;
}
#p-development--career .s-careerpath .c-casestudy .c-comment {
  order: 2;
}
#p-development--career .s-careerpath .c-casestudy .c-careerpath .c-wrap {
  display: flex;
  gap: 10px;
  padding-bottom: 30px;
}
#p-development--career .s-careerpath .c-casestudy .c-careerpath dt {
  min-width: 100px;
  margin-bottom: 10px;
}
#p-development--career .s-careerpath .c-casestudy .c-careerpath dd {
  margin: 0;
  flex: 1;
}
#p-development--career .s-careerpath .c-casestudy .c-careerpath .c-wrap:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#p-development--career .s-careerpath .c-casestudy .c-careerpath span {
  background: #666;
  padding: 3px 10px;
  border-radius: 2px;
  color: #fff;
}
#p-development--career .s-careerpath .c-casestudy .c-comment .c-profile {
  position: absolute;
  bottom: calc(-80 * var(--px));
  left: -5%;
  padding: 20px;
  z-index: 1;
  background: linear-gradient(108deg, #c1272d 0%, #e71a2f 100%);
  color: #fff;
}
.c-profile span {
  position: relative;
  font-size: 1.7rem;
}
#p-development--career .s-education {
}
#p-development--career .s-university .u-fcareer,
#p-development--career .s-university .u-ffresh {
  color: #c1272d;
}

#p-development--career .s-university .c-col2,
#p-development--career .s-careersupport .c-col2 {
  align-items: start;
}
#p-development--career .s-university .c-col2 .c-photo--con,
#p-development--career .s-careersupport .c-col2 .c-photo--con {
  padding-left: 20px;
}
#p-development--career .s-careersupport .c-col1 .c-item > .c-text--bold,
#p-development--career .s-careersupport .c-col2--panel .c-item > .c-text--bold,
#p-development--career .s-education .c-col1 .c-item > .c-text--bold,
#p-development--career .s-education .c-col2--panel .c-item > .c-text--bold,
#p-development--career .s-university .c-col1 .c-item > .c-text--bold,
#p-development--career .s-university .c-col2--panel .c-item > .c-text--bold {
  font-size: calc(2 * var(--rem));
  line-height: 1.2;
}
/*  **********キャリアパス・育成制度  ここまで********** */
/*  **********ダイバーシティ・働く環境  ********** */
#p-diversity--career {
}
#p-diversity--career .s-diversity {
}
#p-diversity--career .s-diversity .c-wrap--background--white,
#p-diversity--career .s-balance .c-wrap--background--white {
  position: relative;
}
#p-diversity--career .s-balance {
}
#p-diversity--career .s-balance .c-voice .c-col1--panel .c-item.c-col2 {
  border-bottom: 3px solid #c1272d;
}
#p-diversity--career .s-balance .c-voice .c-col1--panel .c-item.c-col2 .u-mb20 {
  margin-bottom: calc(40 * var(--px));
}
#p-diversity--career .s-balance .c-voice .c-col2--panel {
  display: block;
}

#p-diversity--career .s-balance .c-voice .c-col2--panel {
  display: block;
}
#p-diversity--career .s-balance .c-voice .c-col2--panel .c-item {
  width: 45.5%;
}
#p-diversity--career .s-balance .c-voice .c-col2--panel .c-item:nth-of-type(2n + 1) {
  margin: 0 calc(50% - 45.5%) 0 0;
}
#p-diversity--career .s-balance .c-voice .c-item .c-profile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  z-index: 1;
  background: linear-gradient(108deg, #c1272d 0%, #e71a2f 100%);
  color: #fff;
  width: 240px;
}

#p-diversity--career .s-balance .c-voice .c-item:first-of-type .c-profile {
  right: -5%;
}
#p-diversity--career .s-balance .c-voice .c-item:first-of-type .c-photo {
  height: 300px;
}
#p-diversity--career .s-balance .c-voice .c-item:last-of-type .c-profile {
  left: -5%;
}
#p-diversity--career .s-balance .c-voice .c-item:last-of-type .c-photo {
  height: 300px;
}
#p-diversity--career .s-balance .c-voice .c-item:last-of-type .c-col1 {
  order: 2;
  margin-top: 0px;
}
#p-diversity--career .s-balance .c-voice .c-profile span::after {
  background: #c1272d;
}
#p-diversity--career .s-helthy {
}
#p-diversity--career .s-diversity .u-pb30.c-text--normal,
#p-diversity--career .s-balance .c-col2--panel:first-of-type,
#p-diversity--career .s-helthy .c-col3--panel {
  border-bottom: 1px solid #eee;
}
#p-diversity--career .s-balance .c-voice .c-col2--panel:first-of-type {
  border-bottom: none;
}
#p-diversity--career .s-balance .c-voice .c-text--normal.u-w90--r {
  max-width: 1296px;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}

#p-diversity--career .c-photo--con.c-col2--panel .c-item {
  width: 42.5%;
}
#p-diversity--career .c-photo--con.c-col2--panel .c-item:nth-of-type(2n + 1) {
  margin: 0 calc(50% - 42.5%) 0 0;
}
#p-diversity--career .c-photo--con.c-col2--panel .c-item:nth-of-type(2n) {
  margin: 0 0 0 calc(50% - 42.5%);
}
#p-diversity--career .s-balance .c-col2--panel .c-item > .c-text--bold,
#p-diversity--career .s-helthy .c-col3--panel .c-item > .c-text--bold {
  font-size: calc(2 * var(--rem));
  line-height: 1.2;
}
/*  **********ダイバーシティ・働く環境  ここまで********** */
/*  **********福利厚生  ********** */
#p-welfare--career {
}
#p-welfare--career th,
#p-welfare--career td {
  display: block;
  width: 100%;
}
#p-welfare--career th {
  border-bottom: none;
  padding: 30px 30px 5px 30px;
}
#p-welfare--career td {
  padding: 5px 30px 30px 30px;
}
#p-welfare--career th .c-text--bold {
  font-weight: bold;
}
/*  **********福利厚生  ここまで********** */
/*  **********社員インタビュー一覧  ********** */
#p-interviewlist--career {
}
/*  **********社員インタビュー一覧  ここまで********** */

/*  **********社員インタビュー  ********** */
.p-career.p-interview .s-pagetop .c-container:first-of-type {
  position: relative;
  background-repeat: no-repeat;
  height: calc(600 * var(--px));
}
.p-career.p-interview .s-pagetop .c-container:first-of-type::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
/* インタビュータイトル */
.p-career.p-interview .s-pagetop .c-interviewtitle {
  position: absolute;
  left: -2%;
  top: 50%;
  transform: translateY(-50%);
}
.p-career.p-interview .s-pagetop .c-interviewtitle .c-wrap .c-bgliner {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.p-career.p-interview .s-pagetop .c-interviewtitle .c-wrap .c-bgliner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1272d;
  transform: scaleX(0);
  transform-origin: left;
}
.p-career.p-interview .s-pagetop .c-interviewtitle .c-wrap .c-bgliner:first-of-type:before {
  transition: transform 0.5s ease-out 1s;
}
.p-career.p-interview .s-pagetop .c-interviewtitle .c-wrap .c-bgliner:last-of-type:before {
  transition: transform 0.5s ease-out 1.1s;
}

.p-career.p-interview .s-pagetop .c-interviewtitle .c-wrap .c-bgliner span {
  position: relative;
  color: #fff;
  opacity: 0;
	transition: opacity 0.3s ease-out 2s;
	line-height: 1;
}
/* アニメーションクラス */
.p-career.p-interview .s-pagetop .c-interviewtitle .c-wrap.animated .c-bgliner span {
  opacity: 1;
}
.p-career.p-interview .s-pagetop .c-interviewtitle .c-wrap.animated .c-bgliner::before {
  transform: scaleX(1);
}

/* プロフィール */
.p-career.p-interview .s-pagetop .c-profile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
  text-align: right;
}

/* 現在の業務内容 */
.p-career.p-interview .s-pagetop .c-container .c-col2 .c-col1 {
  color: #fff;
}
.p-career.p-interview .s-pagetop .c-container .c-col2 .c-col1 .c-text--bold {
  text-align: right;
  padding-right: 3rem;
  font-weight: bold;
}

/* インタビュー部分 */
.p-career.p-interview .c-interview .c-col2 {
align-items: flex-start;
} 
.p-career.p-interview .c-interview {
  position: relative;
  margin-top: 150px;
}
.p-career.p-interview .c-interview section {
  position: relative;
}
.p-career.p-interview .c-interview .c-title--normal span {
	color: #c1272d;
	text-shadow: 0 0 25px #fff,0 0 25px #fff;
}
.p-career.p-interview .c-interview .c-title--normal span::after {
  content: none;
}
.p-career.p-interview .c-interview section:nth-of-type(2) .c-col2 .c-photo {
	order: 1;
	height: calc(400 * var(--px));
}
.p-career.p-interview .c-interview section:nth-of-type(2) .c-col2 .c-col1 {
  order: 2;
}
.p-career.p-interview .c-interview .c-tag {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  top: 100px;
  left: -50px;
}
.p-career.p-interview .c-interview .c-tag .c-line {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background: #c1272d;
  transition: height 0.5s ease-out;
}
.p-career.p-interview .c-interview .c-tag > span {
  position: relative;
  color: #c1272d;
  opacity: 0;
	transition: opacity 0.2s ease-out 1s;
	font-size: 1.3rem;
}

.p-career.p-interview .c-interview .c-tag > span .c-tag__dot {
  display: inline-block;
  position: relative;
  left: 0.25rem;
}
.p-career.p-interview video.background-video {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  /* height: calc(600 * 100vw / 1920); */
  height:100%;
  object-fit: cover;
  z-index: 1;
}
.p-career.p-interview .c-interview .u-w90--r.c-text--normal {
  max-width: none;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}
/* アニメーションクラス */
.p-career.p-interview .c-interview .c-tag.scrolled .c-line {
  height: 90px;
}
.p-career.p-interview .c-interview .c-tag.scrolled span {
  opacity: 1;
}
.p-career.p-interview .c-interview .c-pararax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.p-career.p-interview .c-interview .c-pararax::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51,0.65);
}
.p-career.p-interview .c-interview .c-pararax .c-container {
  z-index: 2;
  color: #fff;
}
.p-career.p-interview .c-interview .c-pararax .c-tag span {
  color: #fff;
}
.p-career.p-interview .c-interview .c-pararax .c-tag span:after {
  background: #fff;
}
/* メッセージ */
.p-career.p-interview .c-message {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
}
.p-career.p-interview .c-message .c-messagetitle {
  position: absolute;
  top: -40px;
  left: -3%;
  transform: rotate(-5deg);
  z-index: 1;
}
.p-career.p-interview .c-message .c-messagetitle.u-ffe {
  font-size: 10rem;
  font-family: "Corinthia", serif;
  font-weight: 400;
  font-style: normal;
  color: #c1272d;
}
.p-career.p-interview .c-message .c-text--bold {
  color: #c1272d;
}
/* 一覧へボタン */
.p-career.p-interview .c-btn__text {
  font-size: 1.4rem;
}
/* 一人目 */
#interview01--career.p-career.p-interview .s-pagetop .c-container:first-of-type {
  background-image: url(../career/images/interview01--career_01.jpg);
  background-size: cover;
  background-position: center;
}
#interview01--career.p-career.p-interview .c-interview .c-pararax {
  background-image: url(../career/images/interview01--career_03.jpg);
  background-size: cover;
  background-position: center;
}
/* 二人目 */
#interview02--career.p-career.p-interview .s-pagetop .c-container:first-of-type {
  background-image: url(../career/images/interview02--career_01.jpg);
  background-size: cover;
  background-position: center;
}
#interview02--career.p-career.p-interview .c-interview .c-pararax {
  background-image: url(../career/images/interview02--career_03.jpg);
  background-size: cover;
	background-position: center;
}
/* 三人目 */
#interview03--career.p-career.p-interview .s-pagetop .c-container:first-of-type {
  background-image: url(../career/images/interview03--career_01.jpg);
  background-size: cover;
  background-position: center;
}
#interview03--career.p-career.p-interview .c-interview .c-pararax {
  background-image: url(../career/images/interview03--career_03.jpg);
  background-size: cover;
  background-position: center;
}
/* 四人目 */
#interview04--career.p-career.p-interview .s-pagetop .c-container:first-of-type {
  background-image: url(../career/images/interview04--career_01.jpg);
  background-size: cover;
  background-position: center;
}
#interview04--career.p-career.p-interview .c-interview .c-pararax {
  background-image: url(../career/images/interview04--career_03.jpg);
  background-size: cover;
  background-position: center;
}
/*  **********社員インタビュー  ここまで********** */

/*  **********よくあるご質問  ********** */
#p-faq--career {
}
#p-faq--career .s-pagetop__subtitle::after {
  background: url("../career/images/s-faq-title.png") no-repeat;
  width: 100%;
  height: calc(21 * var(--rem));
  background-size: contain;
}
#p-faq--career .c-container.u-cgray {
  border-radius: 5px;
  margin-bottom: 100px;
}
#p-faq--career .u-question {
  background: #fff;
  border-radius: 3px;
  font-weight: bold;
  padding: 10px 15px 10px 30px;
  text-indent: -20px;
}
.u-question span {
  font-weight: bold;
  margin-right: 5px; /* `Q` の右側に余白を追加 */
}
#p-faq--career .u-question span.u-ffe {
  font-size: 2.5rem;
  color: #c1272d;
}
#p-faq--career .u-answer {
  padding: 0 20px;
}
#p-faq--career .u-question {
  line-height: 1.3;
}
#p-faq--career .c-title--normal {
  text-align: center;
}
/*  **********よくあるご質問  ここまで********** */
/* **************************************************************** */
/* ********************** スマートフォン対応 ************************* */

@media screen and (max-width: 810px) {
  /* ********** サイト全体の共通モジュールのstyle（★） ********** */
  /* テキスト要素 */
  .c-title--large {
    padding: 3px 10px;
    font-size: 2.2rem;
  }
  .c-title--normal {
    font-size: 1.8rem;
  }
  .c-title--small {
    font-size: 1.3rem;
  }
  .c-text--large {
    font-size: 1.4rem;
  }
  /* ボタン要素 */
  .c-btn {
    width: 90%;
    margin: 0 auto;
  }
  /* テーブル要素 */
  .c-table th,
  .c-table td {
    width: 100%; /* 固定 */
    display: block; /* 固定 */
    padding: 20px 10px;
  }
  .c-table th {
    width: 100%;
    padding: 15px 15px 5px 15px;
    border-bottom: none;
  }
  .c-table td {
    width: 100%;
    padding: 5px 15px 20px 15px;
  }
  /* **********  サイト全体の共通パーツのstyle（★） ********** */
  /* フッタ */
  .l-footer .c-col2 {
    display: block;
    padding: 40px 0;
  }
  .l-footer__address {
    text-align: left;
    margin-top: 30px;
  }
  /* 下層ページトップビジュアルメイン */
  .s-pagetop::after {
    bottom: -30px;
    height: 30%;
  }
  .s-pagetop .c-col2 .c-wrap {
    margin: 0 auto 10px;
  }
  .s-pagetop > .c-container {
    margin-top: 0px;
    padding-top: 80px;
  }
  .s-pagetop__maintitle {
    bottom: calc(240 * var(--px));
    font-size: clamp(1.3rem, calc(1.3 * var(--rem)), 1.4rem);
  }
  .p-career .s-pagetop__subtitle.u-ffe {
    font-size: calc(7.5 * var(--rem)) !important;
    top: calc(100 * var(--px));
  }
 /* .s-pagetop .c-container .c-photo {
    height: calc(520 * var(--px));
  } */
  /* 下層ページトップビジュアルサブ */
  .s-pagetop + .c-wrap {
    padding: 30px 0 60px;
  }

  /* ********** ページごと・セクションごとの個別style（★） ********** */

  /*  **********トップページ  ********** */
	/* 共通 */
  .p-career .c-title--normal.u-mb70 {
    margin-bottom: calc(180 * var(--px));
  }
  .p-career .c-title--normal span::before,
  .p-career .c-title--normal span::after {
    bottom: -30px;
  }
  .p-career .u-w90--r.c-text--normal {
    max-width: unset;
    width: unset;
    margin-right: unset;
    margin-left: unset;
	}
	.p-career .c-wrap-title {
		position: relative;
		margin-bottom: 40px;
    }
  /* 共通 ここまで*/
  #p-top--career .s-hero {
	/* height: 44vh; */	
	height: calc(1074 * var(--px)); 
	}
	#p-top--career .s-hero::after {
  height: calc(360 * var(--px));
  }
  #p-top--career .s-hero .c-container .c-wrap--maintitle h1 {
	/* font-size: calc(160 * 100vw / 1920); */
	font-size: calc(3.2 * var(--rem));
  }
  #p-top--career .s-hero .c-container .c-wrap--maintitle p {
    font-size: 1.2rem;
	top: calc(410 * var(--px));
	left: 0;
  }
  /* ここから 写真レイアウト*/
  #p-top--career .s-hero .c-container {
	/*	height: calc(60vh - 200px); */
	height: calc(834 * var(--px));
	margin-top: 80px;
  }
	 #p-top--career .s-hero .c-container .c-col4 {
		gap: inherit;
		justify-content: space-between;
	} 
	#p-top--career .s-hero .c-container .c-col4 .c-item {
	flex: 0 0 18%;
	} 
	#p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(4) {
	display: none;
	} 
  #p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(3) {
    position: relative;
    /* flex: 0 0 50%; 
	height: calc(60vh - 200px);*/
	flex: 0 0 60%;
    height: 100%;
  }
  #p-top--career .s-hero .c-container .c-col4 .c-item:nth-child(4) .u-mt20 {
    margin-top: 6px;
  }
  /* 写真レイアウト　ここまで */
  .p-career .c-wrap-title .s-titlesub.u-ffe {
    font-size: calc(7.5 * var(--rem)) !important;
  }
  .c-wrap-title .s-titlemain {
    font-size: 1.4rem;
  }
  #p-top--career .s-message .c-container.u-ptb100 {
    padding-top: 40px;
    padding-bottom: 60px;
	} 
	#p-top--career .s-message .c-wrap-title {
  top: 0;
	left: 0;
	}
  #p-top--career .s-message .c-wrap-title .s-titlemain {
    bottom: -10px;
    left: 0;
  }
	/* 理念・事業 */
	#p-top--career .s-aboutus .c-wrap-title {
	top: 0;
	left: 0;
	}
  #p-top--career .s-aboutus .c-wrap-title .s-titlemain {
    bottom: -10px;
    left: 0;
  }
  #p-top--career .s-aboutus .c-photo {
    margin-bottom: 20px;
    height: initial;
  }
  #p-top--career .s-aboutus .u-ptb100 {
    padding-top: 40px;
    padding-bottom: 60px;
  } 
  #p-top--career .s-aboutus .u-w40 {
    margin-right: auto;
    margin-left: auto;
    padding-right: unset;
    padding-left: unset;
    width: 100%;
    text-align: center;
  }
  /* SBIグループの強み・実績 */
   #p-top--career .s-capability .c-wrap-title {
    left: 0%;
  } 
  #p-top--career .s-capability .u-ptb100 {
    padding-top: 0;
    padding-bottom: 60px;
  } 
  #p-top--career .s-capability .c-wrap-title .s-titlemain {
    bottom: -20px;
    left: 0;
  }
  #p-top--career .s-capability .c-btn__text {
    padding: 18px 70px 18px 30px;
  }
  #p-top--career .s-capability .c-col2 {
    padding-top: 0px;
  }
  #p-top--career .s-capability .c-col2 .c-photo {
    margin-bottom: 20px;
  }
  #p-top--career .s-capability .c-col2 div:first-of-type {
    order: 1;
  }
  #p-top--career .s-capability .c-col2 div:last-of-type {
    order: 2;
    text-align: center;
  }

  /* 制度・職場環境 */
	#p-top--career .s-system .c-wrap-title {
	top: 0;
    left: 0;
  } 
  #p-top--career .s-system .u-ptb100 {
    padding-top: 40px;
    padding-bottom: 60px;
  } 
  #p-top--career .s-system .c-wrap-title .s-titlemain {
    bottom: 0px;
    left: 80px;
  }
  #p-top--career .s-system .c-photo {
    margin-bottom: 20px;
  }
  #p-top--career .s-system .u-w40 {
    margin-right: auto;
    margin-left: auto;
    padding-right: unset;
    padding-left: unset;
    width: 100%;
    text-align: center;
  }
  /* インタビュー */
#p-top--career .s-interview .u-ptb100 {
    padding-top: 40px;
    padding-bottom: 60px;
  } 
	#p-top--career .s-interview .c-wrap-title {
	top:0;
    left: 0;
  }
  #p-top--career .s-interview .c-wrap-title .s-titlemain {
    bottom: 0px;
    left: 0px;
  }
  #p-top--career .s-interview .c-col4--panel {
    width: 80%;
    margin: 0 auto;
  }
  /* エントリー */
  #p-top--career .s-entry .c-col2 > div:nth-of-type(1) {
    margin-bottom: 20px;
  }
  /*  **********経営理念  ********** */
  /* SBIグループの理念 */
  #p-mission--career .s-pagetop__subtitle::after {
    background: url("../career/images/s-mission-title.png") no-repeat;
    width: 100%;
    height: calc(21 * var(--rem));
    background-size: contain;
  }
  #p-mission--career .s-philosophy {
    position: relative;
  }
  #p-mission--career .s-philosophy .principle,
  #p-mission--career .s-philosophy .c-construction {
    position: relative;
  }
  #p-mission--career .s-philosophy .c-text--bold span {
    padding-left: 3.5rem;
    font-size: 2.2rem;
  }
  #p-mission--career .s-philosophy .u-ffe {
    top: 0px;
    font-size: 2.5rem;
  }
  #p-mission--career .s-socialcontribution .c-text--bold {
    font-size: calc(2.3 * var(--rem));
  }
  #p-mission--career .s-socialcontribution .c-text--bold span {
    position: relative;
    padding-left: 30px;
    color: #c1272d;
    line-height: 1.5;
    display: inline-block;
  }
  #p-mission--career .s-socialcontribution ul {
    list-style-type: decimal;
    padding-left: 20px;
    margin-left: 20px;
  }
  #p-mission--career .c-text--bold span::after {
    content: none;
  }
  /*  **********グループ会社と事業領域  ********** */
  /* #p-business--career .s-segment .c-financial {
    margin-top: 60px;
  } */
  #p-business--career .s-segment .u-ffe {
    top: -80px;
    font-size: calc(3.5 * var(--rem));
  }
  #p-business--career .s-segment .c-item.u-w30,
  #p-business--career .s-segment .c-item.u-w70 {
    width: 100%;
    max-width: 100%;
  }
  #p-business--career .s-segment .u-ptb50 {
    padding-top: calc(180 * var(--px));
    padding-bottom: calc(60 * var(--px));
  }

  #p-business--career .c-financial .c-col2 .c-fields,
  #p-business--career .c-nextgen .c-col2 .c-fields {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #p-business--career .s-segment .c-col3--panel.u-mb80 .c-item.c-asset,
  #p-business--career .s-segment .c-col3--panel.u-mb80 .c-item.c-investment {
    margin: 0px auto 45px !important;
  }
  #p-business--career .s-segment .c-col3--panel.u-mb80 .c-item.c-crypt {
    margin: 0px auto 0px !important;
  }
  #p-business--career .s-segment .c-col1 > .c-col2 > .c-item > .c-col3--panel > .c-item {
    width: 100%;
  }
  #p-business--career .c-title--normal.u-mb70 {
    margin-bottom: 75px;
  }
  /*  **********SBIグループの強み  ********** */
  #p-strength .c-title--normal.u-pb60 {
    padding-bottom: 10px;
  }
  #p-strength .c-title--normal {
    font-size: 2.5rem;
  }
  #p-strength .c-wrap > section:nth-of-type(odd) .c-wrap .c-photo,
  #p-strength .c-wrap > section:nth-of-type(even) .c-wrap .c-photo {
    width: 100%;
  }
  #p-strength .c-wrap .u-cwhite .c-col2 .c-wrap:last-of-type {
    order: 1;
  }
  #p-strength .c-wrap .u-cwhite .c-col2 .c-wrap:first-of-type {
    order: 2;
  }
  #p-strength .s-customercentric .u-ffe::after,
  #p-strength .s-innovation .u-ffe::after,
  #p-strength .s-synergy .u-ffe::after,
  #p-strength .s-investment .u-ffe::after,
  #p-strength .s-grobal .u-ffe::after {
    height: 15px;
    bottom: -2px;
  }

  /*  **********データで知るSBIグループ  ********** */

  #p-data--career .c-number .c-title--small span {
		font-size: clamp(1.4rem, calc(1.4 * var(--rem)), 1.6rem);
		padding: 5px 10px;
  }
  #p-data--career .c-number p span {
    font-size: clamp(4.5rem, calc(5 * var(--rem)), 6rem);
  }

  #p-data--career .c-number .c-col3--panel .c-item:first-of-type {
    margin: 0px auto 0 !important;
  }
  #p-data--career .c-number .c-col3--panel .c-item {
    margin: 50px auto 0 !important;
  }
  /*  **********キャリアパス・育成制度  ********** */
  #p-development--career {
  }
  #p-development--career .s-pagetop .c-container .c-photo img {
    font-family: "object-fit: cover;, object-position: bottom center;";
    object-position: bottom center;
  }

  #p-development--career .s-careerpath .c-casestudy .c-careerpath {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #p-development--career .s-careerpath .c-casestudy .c-careerpath .c-wrap {
    display: block;
    gap: 10px;
    padding-bottom: 20px;
  }

  #p-development--career .s-careerpath .c-casestudy .c-careerpath dt {
    min-width: 100px;
    margin-bottom: 10px;
  }

  #p-development--career .s-careerpath .c-casestudy .c-comment .c-profile {
    position: inherit;
    bottom: -20%;
    left: 0;
    padding: 20px;
  }
  #p-development--career .s-careerpath .c-casestudy .u-w90.u-ptb30 {
    padding-top: 0;
  }
  #p-development--career .s-university .c-item .c-col2 > *,
  #p-development--career .s-careersupport .c-item .c-col2 > * {
    width: 100%;
  }
  #p-development--career .s-university .c-item .c-col2 > .c-photo--con,
  #p-development--career .s-careersupport .c-item .c-col2 > .c-photo--con {
    width: 80%;
  }
  #p-development--career .s-careersupport .c-col1 .c-item > .c-text--bold,
  #p-development--career .s-careersupport .c-col2--panel .c-item > .c-text--bold,
  #p-development--career .s-education .c-col1 .c-item > .c-text--bold,
  #p-development--career .s-education .c-col2--panel .c-item > .c-text--bold,
  #p-development--career .s-university .c-col1 .c-item > .c-text--bold,
  #p-development--career .s-university .c-col2--panel .c-item > .c-text--bold {
    font-size: 1.8rem;
  }
  /*  **********ダイバーシティ・働く環境  ********** */
  #p-diversity--career .c-col2--panel.c-photo--con {
    flex-direction: row;
  }
  #p-diversity--career .c-col2--panel.c-photo--con .c-item {
    width: 70%;
    margin: 20px auto 0 !important;
  }
  #p-diversity--career .c-photo--con.u-w50--r {
    width: 100%;
  }
  #p-diversity--career .c-voice .c-col1 {
    flex-direction: column;
  }
  #p-diversity--career .s-balance .c-voice .c-col1--panel .c-item {
    width: initial;
  }
  #p-diversity--career .s-balance .c-voice .c-col1--panel .c-item:nth-of-type(2n + 1) {
    margin: initial;
  }
  #p-diversity--career .s-balance .c-col2--panel .c-item > .c-text--bold,
  #p-diversity--career .s-helthy .c-col3--panel .c-item > .c-text--bold,
  #p-diversity--career .s-balance .c-col1--panel .c-item > .c-text--bold,
  #p-diversity--career .s-helthy .c-col3--panel .c-item > .c-text--bold {
    font-size: 1.8rem;
  }
  #p-diversity--career .s-balance .c-voice .c-item .c-profile {
    position: inherit;
    top: 0%;
    transform: inherit;
    padding: 20px;
    width: 100%;
  }
  #p-diversity--career .s-balance .c-voice .c-item:first-of-type .c-profile {
    right: 0%;
  }
  #p-diversity--career .s-balance .c-voice .c-item:last-of-type .c-profile {
    left: 0%;
  }
  #p-diversity--career .s-balance .c-voice .c-item .c-photo.u-w90--r,
  #p-diversity--career .s-balance .c-voice .c-item .c-photo.u-w90--l {
    width: 100%;
	}
		#p-diversity--career .s-balance .c-voice .c-col1--panel .c-item.c-col2 .u-mb20 {
  margin-bottom: 20px;
}
	#p-diversity--career .s-balance .c-voice .c-text--normal.u-w90--r {
  width: 100%;
	}

  #p-diversity--career .s-balance .c-voice .c-item:last-of-type .c-text--normal {
    order: 2;
  }
  #p-diversity--career .s-balance .c-voice .c-item:last-of-type .c-col1 {
    order: 1;
    margin-top: 20px;
  }
  #p-diversity--career .s-balance .c-voice .c-item:first-of-type .c-photo img,
  #p-diversity--career .s-balance .c-voice .c-item:last-of-type .c-photo img {
    width: 100%;
    object-position: initial;
  }
  #p-diversity--career .s-balance .c-voice .c-item:first-of-type .c-photo,
  #p-diversity--career .s-balance .c-voice .c-item:last-of-type .c-photo {
    height: auto;
  }
  /*  **********福利厚生  ********** */
  #p-welfare--career .s-pagetop + p.u-tac {
    text-align: left;
	}
  /*  **********社員インタビュー  ********** */
  /* インタビューリスト */
  .s-interviewlists .c-btn .c-photo {
    z-index: 2;
    aspect-ratio: 16 / 9;
  }

  #p-interviewlist--career .s-interviewlists .c-container.u-w90 {
    width: 84.64%;
  }
  .p-career.p-interview .s-pagetop .c-container:first-of-type {
		position: relative;
		background-size: cover;
    background-repeat: no-repeat;
    height: calc(1700 * var(--px));
	}
	.p-career.p-interview .c-interview .c-title--normal {
    font-size: clamp(1.8rem,calc(1.85 * var(--rem)),2rem);
	}
  /* 一人目 */
  #interview01--career.p-career.p-interview .s-pagetop .c-container:first-of-type {
		background-image: url(../career/images/sp/interview01--career_01.jpg);
    background-position: bottom center;
  }
  #interview01--career.p-career.p-interview .c-interview .c-pararax {
    background-image: url(../career/images/sp/interview01--career_03.jpg);
    background-position: center;
  }
  /* 二人目 */
  #interview02--career.p-career.p-interview .s-pagetop .c-container:first-of-type {
		background-image: url(../career/images/sp/interview02--career_01.jpg);
    background-position: bottom center;
  }
  #interview02--career.p-career.p-interview .c-interview .c-pararax {
    background-image: url(../career/images/sp/interview02--career_03.jpg);
    background-position: center;
  }

  /* 三人目 */
  #interview03--career.p-career.p-interview .s-pagetop .c-container:first-of-type {
    background-image: url(../career/images/sp/interview03--career_01.jpg);
	background-position: bottom center;
  }
  #interview03--career.p-career.p-interview .c-interview .c-pararax {
    background-image: url(../career/images/sp/interview03--career_03.jpg);
    background-position: center;
  }

  /* 四人目 */
  #interview04--career.p-career.p-interview .s-pagetop .c-container:first-of-type {
    background-image: url(../career/images/sp/interview04--career_01.jpg);
	background-position: bottom center;

  }
  #interview04--career.p-career.p-interview .c-interview .c-pararax {
    background-image: url(../career/images/sp/interview04--career_03.jpg);
    background-position: center;
  }
  .p-career.p-interview .s-pagetop .c-container {
    width: 100%;
  }
  .p-career.p-interview .s-pagetop .c-interviewtitle {
    left: 0;
    top: 55%;
  }
  .p-career.p-interview .s-pagetop::after {
    bottom: -30px;
    height: 100%;
  }
  .p-career.p-interview .s-pagetop > .c-container {
    margin-top: 0px;
    padding-top: 0px;
  }
  /* 現在の業務内容 */
  .p-career.p-interview .s-pagetop .c-container .c-col2 .c-col1 .c-text--bold {
    text-align: center;
    padding-right: 0rem;
    margin-bottom: 20px;
  }
  /* インタビュー部分 */
  .p-career.p-interview .c-interview {
    margin-top: 100px;
  }

  .p-career.p-interview .c-interview .c-tag {
    left: 0;
  }
  .p-career.p-interview .c-interview .c-title--normal {
    width: 84.64%;
    padding-left: 0%;
    margin: 0 auto 30px;
  }
  .p-career.p-interview .c-interview section .c-col2 .c-photo {
    width: 84.64%;
    margin-top: 30px;
  }
  .p-career.p-interview .c-interview section:nth-of-type(2) .c-col2 .c-col1 {
    order: 1;
  }
  .p-career.p-interview .c-interview section:nth-of-type(2) .c-col2 .c-photo {
	order: 2;
	height: auto;
  }
  .p-career.p-interview .c-interview .c-pararax {
    background-position: center;
  }
  .p-career.p-interview .c-interview .c-pararax .c-text--normal {
    width: 84.64%;
    margin: 0 auto 30px;
  }
  .p-career.p-interview video.background-video {
    position: initial;
    height: initial;
  }
  .p-career.p-interview .c-interview .u-w90--r.c-text--normal {
    max-width: inherit;
    width: inherit;
    margin-right: inherit;
    margin-left: inherit;
	}

  /* メッセージ */
  .p-career.p-interview .c-message {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
    margin-top: 100px;
  }
  .p-career.p-interview .c-message .c-photo {
    padding-top: 20px;
  }
  .p-career.p-interview .c-message .c-text--bold,
  .p-career.p-interview .c-message .c-text--normal {
    width: 84.64%;
  }
  /*  **********よくあるご質問  ********** */
  #p-faq--career .u-mb100 {
    margin-bottom: 60px;
  }
}
