@charset "UTF-8";
/* イノベーティブブルー
#00AEEF
プロフェッショナルブルー
#5081A5
Liブルー
#0062B2
Liネイビー
#124A7B
Liパープル
#6C2363
Liレッド
#C7000A
Liオレンジ
#E56800
Liゴールド
#BB8E00
Liイエロー
#FCC800
Liグリーン
#006030
Liライトグレー
#DCE2E6
Liグレー
#9FA0A0 */
/* ********** サイト全体の共通モジュールのstyle ********** */
/* テキスト要素 */
.c-indextitle span {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.c-indextitle span::before,
.c-indextitle span::after {
  content: "";
  position: absolute;
  background: #999;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 40px;
}
.c-indextitle span::before {
  left: -50px;
}
.c-indextitle span::after {
  right: -50px;
}

.c-indextitle--sub {
  font-size: 9rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝";
  font-weight: bold;
}
.c-title--large {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.c-title--large::after {
  content: "";
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #e56800;
  position: absolute;
}
.c-title--normal {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  color: #124a7b;
}
.c-title--normal::after {
  content: "";
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #124a7b;
  position: absolute;
}
.c-title--normal::before {
  content: "";
  bottom: -25px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #c7000a;
  position: absolute;
  z-index: 2;
}
.c-title--small {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.9;
  color: #124a7b;
}
.c-text--large {
  font-size: 2.2rem;
  font-weight: bold;
}
.c-text--normal {
  font-size: 1.5rem;
  line-height: 1.8;
}
.c-text--small {
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-text--bold {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.9;
}
/* タグ要素 */
[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-tag--division1 {
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 1.4rem;
}
.c-tag--experience {
  background-color: #bb8e00;
  color: #fff;
  border-radius: 3px;
  margin-left: 0px;
}
.c-tag--inexperience {
  background-color: #00aeef;
  color: #fff;
  border-radius: 3px;
  margin-left: 0px;
}
/* ----- お知らせ用 ----- */
.c-tag--new {
  background-color: red;
  color: #fff;
}
[class*="c-tag--news"] {
  border-width: 1px;
  border-style: solid;
}
.c-tag--news1 {
  border-color: #333;
  color: #333;
}
.c-tag--news2 {
  border-color: red;
  color: red;
}
.c-tag--news3 {
  border-color: blue;
  color: blue;
}
.c-tag--news4 {
  border-color: green;
  color: green;
}

/* ----- フォーム用 ----- */
.c-tag--haveto {
  background-color: red;
  color: #fff;
}
/* ----- インタビュー・クロストーク用 ----- */
.c-tag--career,
.c-tag--fresh {
  border-width: 1px;
  border-style: solid;
}
.c-tag--career {
  border-color: red;
  color: red;
}
.c-tag--fresh {
  border-color: blue;
  color: blue;
}
/* ----- 実績用 ----- */
[class*="c-tag--cate"] {
  color: #fff;
}
.c-tag--cate1 {
  background-color: #000;
}
.c-tag--cate2 {
  background-color: #333;
}
.c-tag--cate3 {
  background-color: #555;
}
.c-tag--cate4 {
  background-color: #777;
}
.c-tag--cate5 {
  background-color: #999;
}
/* テキストリンク要素 */
.c-textlink,
.wp-wysiwyg p a {
  color: #5081a5;
  text-decoration: underline;
  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 {
  opacity: 0.7;
}

.l-footer .c-textlink,
.wp-wysiwyg p a {
  color: #5081a5;
  text-decoration: none;
  padding: 0 1px;
}

/* テーブル要素 */
.c-table {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
}
.c-table th,
.c-table td {
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
  text-align: left;
}
.c-table th {
  width: 30%;
  background: #fff;
  padding: 20px 10px 20px 20px;
  color: #5081a5;
  border-bottom: 1px solid #5081a5;
}
.c-table td {
  width: 70%;
  background: #fff;
  padding: 20px 20px 20px 10px;
}
/* タブ要素 */
[class*="c-tab"].e-current {
  background: #333;
  color: #fff;
}

/* **********  サイト全体の共通パーツのstyle ********** */
/* フッタ */
.l-footer {
  background: #fff;
}

.l-footer {
  position: relative;
  z-index: 1;
}
.l-footer::before {
  content: "";
  background: url("/recruit/career/assets/images/original/recruit-career-l-footer-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.l-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 0;
}
.l-footer .c-col2 {
  padding: 80px 0;
  align-items: flex-end;
  z-index: 3;
}

.l-footer__lists li {
  line-height: 2.5rem;
}

.l-footer__lists li:first-child span {
  line-height: 2.5rem;
  border: 1px solid #000;
  padding: 10px;
}

.l-footer__lists > li {
  font-weight: bold;
}
.l-footer__inner a {
  display: block;
  font-size: 1.4rem;
  padding-left: 20px;
  position: relative;
  width: fit-content;
}
.l-footer__inner a:before {
  content: "";
  width: 14px;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  background: #000;
  transform: scaleX(1);
}
.l-footer__inner a:hover:before {
  animation-name: lineextention;
  animation-duration: 0.6s;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
}
.l-footer .c-rowlists {
  display: flex;
  justify-content: flex-end;
}
.l-footer .c-rowlists li {
  font-size: 1.3rem;
  padding-right: 1.5rem;
}
@keyframes lineextention {
  0% {
    transform: scaleX(100%);
    transform-origin: right;
  }

  50% {
    transform: scaleX(0%);
    transform-origin: right;
  }
  51% {
    transform: scaleX(0%);
    transform-origin: left;
  }
  100% {
    transform: scaleX(100%);
    transform-origin: left;
  }
}
.l-footer__address {
  text-align: right;
}
.l-footer__address .c-text--normal {
  color: #fff;
}
.l-footer__copyright {
  width: 100%;
  color: #000;
  text-align: right;
  font-size: 1.4rem;
}
/* エントリーボタンの背景 */
.l-footer .c-container.c-entry {
  position: relative;
}
.l-footer .c-container.c-entry::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5081a5;
  z-index: 1;
  transition: 0.3s ease;
}
.l-footer .c-container.c-entry:hover::after {
  background: #124a7b;
}
/* 下層ページトップビジュアルメイン */

.s-pagetop {
  position: relative;
  z-index: 1;
}
.s-pagetop::before {
  content: "";
  background: url("/recruit/career/assets/images/original/recruit-career-l-header-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.s-pagetop > .c-container {
  background-color: #fff;
  padding-top: 80px;
}
.s-pagetop .c-photo {
  height: 400px;
  position: relative;
}

.s-pagetop .c-photo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #124a7b;
  opacity: 0;
}

.s-pagetop__maintitle {
  position: relative;
  font-size: 1.6rem;
  padding-left: 5%;
}
.s-pagetop__subtitle {
  position: relative;
  font-size: 9rem;
  padding-left: 5%;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝";
}
.s-pagetop .c-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
}
/* 下層ページトップビジュアルサブ */
.s-pagetop--sub > .c-container {
  background-color: #000;
}
.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-breadcrumb .c-rowlists {
  padding: 20px;
  display: block;
  text-align: right;
}
.s-breadcrumb .c-rowlists li {
  font-size: 1.4rem;
  color: #999;
  display: inline;
}
.s-breadcrumb .c-rowlists li a {
  color: #000;
  text-decoration: underline;
}
.s-breadcrumb .c-rowlists li:after {
  content: "";
  background: url("/recruit/career/assets/materials/recruit-career-arrow--right.svg") center center/contain no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px 0 12px;
}
.s-breadcrumb .c-rowlists li:last-of-type:after {
  content: none;
}
.s-breadcrumb .c-rowlists li a:hover {
  color: #999;
}
/* フォトギャラリー/表示に影響するのでclass名は変更不可*/
.s-photogallery .c-item {
  position: relative;
  cursor: pointer;
}
.s-photogallery .c-item:before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.s-photogallery .c-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
#lg-counter span {
  color: #999;
}
@media screen and (max-width: 810px) {
  .s-photogallery .c-item {
    pointer-events: none;
  }
}
/* 実績詳細スイッチングスライダー/表示に影響するためclass名は変更不可 */
.s-slickswitching__main .c-photo {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #eee;
  padding: 50px 0;
  height: 450px;
}
.s-slickswitching__main .c-photo img {
  margin: auto;
  object-fit: contain;
  font-family: "object-fit: contain;, object-position: center;";
  max-width: 85%;
  height: 100%;
  object-position: center;
}
.s-slickswitching__sub {
  margin-left: 30px;
}
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  height: 25px;
  width: 25px;
}
.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}
.s-slickswitching__sub .slick-track {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s-slickswitching__sub .c-photo {
  cursor: pointer;
  outline: none;
  background: #333;
  width: 48% !important;
  height: 110px;
  margin: 0;
}
.s-slickswitching__sub .c-photo img {
  opacity: 0.4; /*選択されていないものは透過40%*/
}
.s-slickswitching__sub .c-photo.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
}
.s-slickswitching__sub .c-photo:nth-of-type(n + 3) {
  margin-top: 20px;
}
.s-slickswitching__sub .c-photo:nth-of-type(2n) {
  margin-left: 4%;
}
@media screen and (max-width: 810px) {
  .s-slickswitching__sub .c-photo {
    height: 90px;
  }
}
/* お知らせ詳細右カラム/class名は変更不可 */
.s-rightcol {
  border: 1px solid #000;
  align-self: flex-start;
}
.s-rightcol .c-text-bold {
  background-color: #000;
  padding: 10px;
  color: #fff;
}
.s-rightcol ul {
  padding: 10px;
}
.s-rightcol li {
  padding: 10px;
  border-top: 1px solid #000;
}
.s-rightcol li:first-of-type {
  border-top: 0;
}
.s-rightcol a:hover {
  color: #999;
}
.s-rightcol__archive li:nth-of-type(n + 6) {
  display: none;
}
@media screen and (max-width: 810px) {
  .s-rightcol {
    margin-top: 60px;
  }
}
/* ページネーション/class名は変更不可 */
.s-pagenation {
  padding: 50px 0;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-pagenation a,
.s-pagenation span {
  width: inherit;
  height: 50px;
  margin: 5px;
  line-height: 50px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 0 10px;
  display: inline-block;
}
.s-pagenation a:hover {
  background-color: #000;
  color: #fff;
}
.s-pagenation .current {
  background-color: #000;
  color: #fff;
}
/* c-tab/js連動のためclass名は変更不可 */
[class*="c-tab"]:not(.c-table) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[class*="c-tab"]:not(.c-table) li {
  background-color: #fff;
  color: #333;
  border: 1px solid #777;
}
[class*="c-tab"]:not(.c-table) li.e-current {
  background-color: #000;
  color: #fff;
}
/* ページトップへ戻る */
.s-backtotop {
  background: #c7000a;
  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: #999;
}

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

/*  **********トップページ  ********** */
#p-top {
  background: url(/recruit/career/assets/images/original/recruit-career-l-main-bg.png);
  background-repeat: no-repeat;
  background-size: 80%;
}
.s-top-hero {
  padding: 80px 0 0;
  height: 110vh;
  position: relative;
}
.s-top-hero::after {
  content: "";
  position: absolute;
  bottom: 100px;
  left: 25px;
  background: #fff;
  height: 100px;
  width: 1px;
}
.s-top-hero::before {
  content: "";
  position: absolute;
  bottom: 100px; /* ::afterと同じ位置から開始 */
  left: 25px;
  height: 20px; /* 20pxの長さ */
  width: 1px;
  background: #fff;
  transform: rotate(-30deg); /* 左上に30度回転 */
  transform-origin: bottom; /* 回転の基点を下に設定 */
}
#p-top .s-top-hero *[class^="slickimg"] {
  /*  height: calc(95vh - 70px); */
  height: calc(660 * 100vw / 1280);
  background-position: center;
  background-size: cover;
}
#p-top .s-top-hero .c-photo {
  margin: 0 0 0 auto;
}
#p-top .s-top-hero .c-photo .slickimg01 {
  background-image: url(/recruit/career/assets/images/original/recruit-career-s-top-hero01.jpg);
}
#p-top .s-top-hero .c-photo .slickimg02 {
  background-image: url(/recruit/career/assets/images/original/recruit-career-s-top-hero02.jpg);
}
#p-top .s-top-hero .c-photo .slickimg03 {
  background-image: url(/recruit/career/assets/images/original/recruit-career-s-top-hero03.jpg);
}
#p-top .s-top-hero .c-photo .slickimg04 {
  background-image: url(/recruit/career/assets/images/original/recruit-career-s-top-hero04.jpg);
}
#p-top .s-top-hero .c-herotitle {
  font-size: 9rem;
  position: absolute;
  top: 100px;
  left: 5%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝";
}
#p-top .s-top-hero .c-herolead {
  font-size: 1.7rem;
  position: absolute;
  top: 420px;
  left: 5%;
}
/* About Us 会社を知る */
#p-top .s-top-aboutus {
  position: relative;
}
#p-top .s-top-aboutus::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.95;
}
#p-top .s-top-aboutus .c-container {
  position: relative;
  z-index: 2;
}
#p-top .s-top-aboutus .c-container .c-col1 .c-indextitle span {
  margin-left: 50px;
}
#p-top .s-top-aboutus .c-container .c-col1 {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
#p-top .s-top-aboutus .c-container .c-col1 p {
  position: absolute;
  top: 14rem;
  padding-left: 250px;
}
#p-top .s-top-aboutus .c-container .c-col3--panel {
  padding-top: 170px;
}
/* Our Features 魅力を知る */
#p-top .s-top-ourfeatures {
  background: url(/recruit/career/assets/images/original/recruit-career-top-s-top-fellow01.png);
  padding: 100px 0 300px;
  background-size: cover;
  background-position: top center;
}
#p-top .s-top-ourfeatures .c-container .c-col1 {
  position: relative;
}

#p-top .s-top-ourfeatures .c-container .c-col1 .c-indextitle--sub {
  position: absolute;
  top: -200px;
  left: -9%;
  transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform-origin: left center;
}

#p-top .s-top-ourfeatures .c-container .c-col1 .c-indextitle {
  margin-bottom: 30px;
}
#p-top .s-top-ourfeatures .c-container .c-col1 .c-indextitle span {
  margin-left: 50px;
  margin-bottom: 50px;
}
#p-top .s-top-ourfeatures .c-container .c-col2--panel {
  margin: 100px auto;
}
/* Fellow 人を知る */
#p-top .s-top-fellow .c-col1 {
  margin: 0px auto;
  text-align: center;
}
#p-top .s-top-fellow .c-col2--panel {
  margin: 100px auto 0;
}
#p-top .s-top-fellow .c-col2--panel .c-btn p.u-ffe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
/* Environment 働く環境を知る */
#p-top .c-bgwrap {
  position: relative;
}
#p-top .c-bgwrap::before {
  content: "";
  background: url("/recruit/career/assets/images/original/recruit-career-bgarrow4.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 210px;
  left: 0;
  width: 100%;
  height: 160%;
  z-index: -1;
  opacity: 0.5;
}
#p-top .s-top-environment .c-container .c-col1 .c-indextitle--sub {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
#p-top .s-top-environment .c-container .c-col1 .c-indextitle {
  position: absolute;
  bottom: 0;
}
#p-top .s-top-environment .c-container .c-col3--panel {
  flex-direction: column;
}
#p-top .s-top-environment .c-container .c-col3--panel .c-item {
  width: 90%;
  margin: 5px 0 5px 0;
}
/* Recruit Information 採用情報 */
#p-top .s-top-recruitinfo {
  background: #fff;
}
#p-top .s-top-recruitinfo .c-col1 .c-indextitle span {
  margin-left: 50px;
}
#p-top .s-top-recruitinfo .c-col2--panel {
  margin: 50px auto 0;
}
/*  **********共通エリア  ********** */
/* ブロックラップ */
.c-blockwrap {
  background: #fff;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
.c-blockwrap > div {
  padding-left: 50px;
  padding-right: 50px;
}

/*  **********01.東急リバブルの事業  ********** */
#p-business {
  width: 100%;
}
#p-business .s-pagetop .c-photo img {
  object-position: center bottom;
}
/* 東急不動産ホールディングスグループの事業概要 */
#p-business .s-groupdomain {
  background: #fff;
}
#p-business .s-groupdomain .c-container .c-col2 .c-wrap {
  order: 2;
  padding-left: 40px;
}

/* 東急リバブルの事業領域 */
#p-business .s-companydomain .c-container .c-item .c-col2 .c-text--normal {
  padding-right: 40px;
}

#p-business .s-companydomain .c-container .c-item .c-col2 .c-wrap {
  /* テキストエリアの幅を50%に設定 */
  /* flex-basis: 50%; */
}

#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item .c-text--bold {
  color: #124a7b;
  padding: 5px 0 25px 60px;
}

#p-business .s-companydomain .c-container .c-wrap .c-col3--panel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; /* アイテムを均等に配置 */
}

#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item {
  display: flex;
  flex-direction: column;
  width: 28%; /* 幅を28%に設定 */
  margin-bottom: 20px; /* 必要に応じてアイテム間の垂直マージンを設定 */
}

#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(3n + 2) {
  margin-right: calc((100% - (28% * 3)) / 2); /* 中央アイテムの位置調整 */
  margin-bottom: 20px;
  margin-left: calc((100% - (28% * 3)) / 2); /* 中央アイテムの位置調整 */
}

#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:first-child {
  margin-left: 0; /* 左端に揃える */
}

#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:last-child {
  margin-right: 0; /* 右端に揃える */
}

#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(1) .c-text--bold {
  background: url(/recruit/career/assets/images/original/recruit-career-business-s-companydomain-solution01.jpg);
  background-size: 50px;
  background-repeat: no-repeat;
}
#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(2) .c-text--bold {
  background: url(/recruit/career/assets/images/original/recruit-career-business-s-companydomain-solution02.jpg);
  background-size: 50px;
  background-repeat: no-repeat;
}
#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(3) .c-text--bold {
  background: url(/recruit/career/assets/images/original/recruit-career-business-s-companydomain-solution03.jpg);
  background-size: 50px;
  background-repeat: no-repeat;
}
#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(4) .c-text--bold {
  background: url(/recruit/career/assets/images/original/recruit-career-business-s-companydomain-solution04.jpg);
  background-size: 50px;
  background-repeat: no-repeat;
}
#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(5) .c-text--bold {
  background: url(/recruit/career/assets/images/original/recruit-career-business-s-companydomain-solution05.jpg);
  background-size: 50px;
  background-repeat: no-repeat;
}
#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(6) .c-text--bold {
  background: url(/recruit/career/assets/images/original/recruit-career-business-s-companydomain-solution11.jpg);
  background-size: 50px;
  background-repeat: no-repeat;
}
#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(7) .c-text--bold {
  background: url(/recruit/career/assets/images/original/recruit-career-business-s-companydomain-solution07.jpg);
  background-size: 50px;
  background-repeat: no-repeat;
}
#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(8) .c-text--bold {
  background: url(/recruit/career/assets/images/original/recruit-career-business-s-companydomain-solution12.jpg);
  background-size: 50px;
  background-repeat: no-repeat;
}
#p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(9) .c-text--bold {
  background: url(/recruit/career/assets/images/original/recruit-career-business-s-companydomain-solution06.jpg);
  background-size: 50px;
  background-repeat: no-repeat;
}
#p-business #hudousan .c-photo,
#p-business #welth .c-photo {
  min-width: 880px;
}
#p-business #shinchiku .c-col2 {
  align-items: start;
}
#p-business #shinchiku .c-col2 .c-wrap .c-photo img {
  padding-right: 40px;
}
/*  **********02.東急リバブルの理念・戦略  ********** */
#p-strategy {
  width: 100%;
}
#p-strategy .s-pagetop .c-photo img {
  object-position: center;
}
/* 東急リバブルの理念 */

#p-strategy .s-philosophy .c-col2--panel .c-item .u-liyellow {
  padding-left: 2rem;
  background: none;
  line-height: 4rem;
  display: block;
}
#p-strategy .s-philosophy .c-col2--panel .c-item .u-liyellow :last-of-type {
  line-height: 0rem;
}
#p-strategy .s-philosophy .c-col2--panel ul {
  margin-left: 1.6rem;
}
#p-strategy .s-philosophy .c-col2--panel li {
  list-style: decimal; /* 普通の数字 */
}
#p-strategy .s-philosophy .c-col2--panel .c-photo img {
  width: 90%;
}
/* ビジョン実現に向けた戦略と仕組み */
#p-strategy .s-strategyvision .c-container .c-col2 > .c-text--normal {
  padding-right: 40px;
}
#p-strategy .s-strategyvision .c-container .c-col3--panel .c-item:nth-of-type(3n+2) {
  margin: 0 calc((100% - (28% * 3)) / 2);
}
#p-strategy .s-strategyvision .c-container .c-col3--panel .c-item {
  width: 28%;
}
#p-strategy .s-strategyvision .c-container .c-title--small {
	text-align:center;
	line-height: 1.7;
	margin-bottom:10px;
}
#p-strategy .s-strategyvision .c-container .c-title--small span{
	display: block;
	position:relative;
	width: fit-content;
	margin: 0 auto;
}
#p-strategy .s-strategyvision .c-container .c-title--small span:before,
#p-strategy .s-strategyvision .c-container .c-title--small span:after{
	content:"";
	height:1px;
	width:20px;
	background:#124a7b;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
#p-strategy .s-strategyvision .c-container .c-title--small span:before{
	left:-25px;
}
#p-strategy .s-strategyvision .c-container .c-title--small span:after{
	right:-25px;
}
#p-strategy .s-strategyvision .c-container .c-wrap .c-col2 {
  border: 1px solid #dce2e6;
  padding: 30px;
  border-radius: 5px;
}
#p-strategy .s-strategyvision div.c-col1 .c-photo {
  min-width: 880px;
}
/* 持続可能な社会への貢献（SDGs） */
#p-strategy .s-sdgs .c-photo.c-icon img {
  width: 80px;
}
#p-strategy .s-sdgs .c-item .c-col2:first-of-type .c-wrap .c-text--bold span {
  color: #fff;
  padding: 7px 15px;
  border-radius: 2px;
}
#p-strategy .s-sdgs .c-item .c-col2:first-of-type .c-photo {
  text-align: right;
}
#p-strategy .s-sdgs .c-item .c-col2 .c-wrap {
  padding-right: 30px;
}

#p-strategy .s-sdgs li {
  text-indent: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

#p-strategy .s-sdgs .c-casestudy {
  border: 1px solid #5081a5;
  padding: 30px;
  border-radius: 5px;
}
#p-strategy .s-sdgs .c-casestudy .c-col2 {
  align-items: flex-start;
}
#p-strategy .s-sdgs .c-casestudy p span {
  background: #00aeef;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 20px;
}
#p-strategy .s-sdgs .c-casestudy .c-col2 p {
  padding-left: 20px;
}
/*  *********03.東急リバブルの強み  ********** */
#p-strength {
  width: 100%;
}
#p-strength .s-pagetop .c-photo img {
  object-position: center;
}
/* 不動産流通業界を切り拓くパイオニア */
#p-strength .s-pioneer {
  background: #fff;
}
#p-strength .s-pioneer .c-container .c-col3--panel .c-item .c-wrap {
  padding: 0 30px 30px;
}
#p-strength .s-pioneer .c-container .c-col3--panel .c-item .c-tag--year {
  background-color: #c7000a;
  color: #fff;
  border-radius: 0 0 3px 3px;
}
#p-strength .s-pioneer .c-container > .c-wrap:last-of-type {
  text-align: right;
  margin-bottom: 0px;
  font-size: 1.4rem;
}
/* 幅広い事業展開による総合力 */
#p-strength .s-comprehensivestrength {
  background: #fff;
}
#p-strength .s-comprehensivestrength .c-wrap {
  padding-right: 40px;
}
/* 無借金経営の安定した経営基盤 */
#p-strength .s-managementbase .c-wrap {
  padding-right: 40px;
}

/*  **********04-0.メリット　魅力を知る（共通）  ********** */
section.s-point {
  position: relative;
}
section.s-point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/recruit/career/assets/images/original/recruit-career-bgarrow1.png) no-repeat left top;
  transform: rotate(180deg);
  background-size: contain;
  z-index: -1;
}
.s-point .c-container .c-wrap:last-child .c-photo {
  padding-left: 40px;
}
.s-point .c-container .c-wrap .c-title--large::after {
  content: none;
}
.s-point .c-container .c-wrap .c-text--bold {
  text-align: center;
}
.s-point .c-container .c-wrap .c-title--small {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝";
}
.s-point .c-container .c-wrap .c-title--small span {
  position: relative;
}
.s-point .c-container .c-wrap .c-title--small span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  width: 30px;
  height: 1px;
  background: #124a7b;
}
.s-point .c-container .c-wrap .c-title--small span::after,
.s-point .c-container .c-wrap .c-title--small span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  width: 30px;
  height: 1px;
  background: #c7000a;
}
.s-point .c-container .c-wrap .c-title--small span::before {
  left: -45px;
}
.s-point .c-container .c-wrap .c-title--small span::after {
  right: -45px;
}
.s-point .c-container .c-wrap .c-text--bold span {
  padding: 20px 30px;
  color: #fff;
  border-radius: 40px;
  position: relative;
}
.s-point .c-container .c-wrap .c-text--bold span::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #00aeef;
}
.s-point .c-container .c-col2 > div {
  padding-right: 40px;
}
/*  **********04-1.不動産業界経験者が感じるメリット  ********** */

#p-experienced {
  width: 100%;
}
#p-experienced .s-pagetop .c-photo img {
  object-position: center bottom;
}

/*  **********04-2.異業種出身者が感じる働きやすさ  ********** */
#p-inexperienced {
  width: 100%;
}
#p-inexperienced .s-pagetop .c-photo img {
  object-position: center;
}

/*  **********05.社員インタビュー一覧  ********** */
#p-interviewindex {
  width: 100%;
}

#p-interviewindex {
  width: 100%;
}
#p-interviewindex section .c-col3--panel {
  margin: 100px auto 0;
}

#p-interviewindex section .c-col3--panel .c-btn p:first-of-type {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  color: #fff;
  pointer-events: none;
}

#p-interviewindex section .c-col3--panel > .c-item:nth-of-type(n + 4) {
  margin-top: 60px;
}

#p-interviewindex section .c-col3--panel .c-btn .c-text--bold {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 2;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  pointer-events: none;
}
#p-interviewindex section .c-col3--panel .c-btn .c-text--bold span {
  background: #5081a5;
  padding: 10px;
}
#p-interviewindex section .c-col3--panel .c-btn p.c-text--small {
  position: absolute;
  bottom: 70px;
  left: 10px;
  z-index: 2;
  color: #fff;
  pointer-events: none;
}
#p-interviewindex .c-photo img {
  object-position: center bottom;
}
#p-interviewindex .c-btn:nth-of-type(1) a::after {
  background-image: url(/recruit/career/assets/images/original/recruit-career-interview-05.jpg);
}
#p-interviewindex .c-btn:nth-of-type(2) a::after {
  background-image: url(/recruit/career/assets/images/original/recruit-career-interview-06.jpg);
}
#p-interviewindex .c-btn:nth-of-type(3) a::after {
  background-image: url(/recruit/career/assets/images/original/recruit-career-interview-04.jpg);
}
#p-interviewindex .c-btn:nth-of-type(4) a::after {
  background-image: url(/recruit/career/assets/images/original/recruit-career-interview-07.jpg);
}
#p-interviewindex .c-btn:nth-of-type(5) a::after {
  background-image: url(/recruit/career/assets/images/original/recruit-career-interview-08.jpg);
}
#p-interviewindex .c-btn:nth-of-type(6) a::after {
  background-image: url(/recruit/career/assets/images/original/recruit-career-interview-01.jpg);
}
#p-interviewindex .c-btn:nth-of-type(7) a::after {
  background-image: url(/recruit/career/assets/images/original/recruit-career-interviewindex-03.jpg);
}
#p-interviewindex .c-btn:nth-of-type(8) a::after {
  background-image: url(/recruit/career/assets/images/original/recruit-career-interviewindex-02.jpg);
}
#p-interviewindex .c-col3--panel .c-item:nth-of-type(7) {
  margin: 40px 0 0 0;
}
#p-interviewindex .c-col3--panel .c-item:nth-of-type(8) {
  margin: 40px 0 0 calc((100% - (31% * 3)) / 2);
}

/*  **********05-1.社員インタビュー  ********** */
#p-interview .s-pagetop .c-col2 {
  z-index: 3;
  position: relative;
}
#p-interview .s-pagetop .c-col2 .u-ffe {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 1;
  font-size: 9rem;
  color: #fff;
  opacity: 0.3;
}
#p-interview {
  width: 100%;
}
#p-interview .s-pagetop .c-column1 .c-wrap:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0 10px;
  text-align: left;
}
#p-interview .s-pagetop .c-column1 .c-col1 h2 {
  text-align: left;
  padding-left: 5%;
  font-size: 2.5rem;
  z-index: 2;
}
#p-interview .s-pagetop .c-column1 .c-title--large::after {
  content: none;
}
#p-interview .s-pagetop .c-col2 .c-profile {
  position: relative;
}
#p-interview .s-pagetop .c-col2 .c-profile .c-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px 20px 20px 20px;
}
#p-interview .s-pagetop .c-col2 .c-profile .c-text--bold {
  color: #fff;
}
#p-interview .s-pagetop .c-profile .c-tag--division1 {
  margin-left: 0;
}
#p-interview .s-pagetop .c-profile .c-text--small {
  color: #fff;
}

/* ページトップ画像 位置調整*/
#p-interview.p-01 .s-pagetop .c-photo img {
  object-position: 50% 35%;
}
#p-interview.p-02 .s-pagetop .c-photo img {
  object-position: 50% 35%;
}
#p-interview.p-03 .s-pagetop .c-photo img {
  object-position: 50% 10%;
}
#p-interview.p-04 .s-pagetop .c-photo img {
  object-position: 50% 25%;
}
#p-interview.p-05 .s-pagetop .c-photo img {
  object-position: 50% 20%;
}
#p-interview.p-06 .s-pagetop .c-photo img {
  object-position: 50% 35%;
}
#p-interview.p-07 .s-pagetop .c-photo img {
  object-position: 50% 25%;
}
#p-interview.p-08 .s-pagetop .c-photo img {
  object-position: 50% 25%;
}

/* インタビュータイトルブロック */
#p-interview .s-interview--title .c-wrap {
  margin-left: auto;
  margin-right: auto;
}

/* インタビュー本文ブロック */

#p-interview [class^="s-interview--block"] .c-text--bold span {
  color: #fff;
  padding: 7px 15px;
  border-radius: 2px;
}
#p-interview .s-interview--block1 .u-w80 {
  margin-left: auto;
  margin-right: auto;
}
#p-interview .s-interview--block2 {
  background: url(/recruit/career/assets/images/original/recruit-career-bgarrow2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
}
#p-interview .s-interview--block2 .c-wrap .u-w80 {
  margin-left: auto;
  margin-right: 0;
}
#p-interview .s-interview--block3 {
  background-repeat: norepeat;
  position: relative;
  z-index: -2;
  color: #fff;
}
#p-interview .s-interview--block3 .c-trance {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  /* opacity: 0.6; */
  z-index: -1;
}
#p-interview.p-01 .s-interview--block3 {
  background: url(/recruit/career/assets/images/original/recruit-career-interview-01-02.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#p-interview.p-02 .s-interview--block3 {
  background: url(/recruit/career/assets/images/original/recruit-career-interview-02-02.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#p-interview.p-03 .s-interview--block3 {
  background: url(/recruit/career/assets/images/original/recruit-career-interview-03-02.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#p-interview.p-04 .s-interview--block3 {
  background: url(/recruit/career/assets/images/original/recruit-career-interview-04-02.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#p-interview.p-05 .s-interview--block3 {
  background: url(/recruit/career/assets/images/original/recruit-career-interview-05-02.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#p-interview.p-06 .s-interview--block3 {
  background: url(/recruit/career/assets/images/original/recruit-career-interview-06-02.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#p-interview.p-07 .s-interview--block3 {
  background: url(/recruit/career/assets/images/original/recruit-career-interview-07-02.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#p-interview.p-08 .s-interview--block3 {
  background: url(/recruit/career/assets/images/original/recruit-career-interview-08-02.jpg);
  background-size: cover;
  background-attachment: fixed;
}
#p-interview .s-interview--block3 .u-w70 {
  margin-left: auto;
  margin-right: auto;
}
#p-interview .s-interview--block4 .u-w80 {
  margin-left: auto;
  margin-right: auto;
}
#p-interview .s-interview--message .u-w80 {
  margin-left: auto;
  margin-right: 0;
}
#p-interview .s-interview--message .c-text--large.u-ffe {
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 9rem;
  color: #dce2e6;
  z-index: -1;
}

#p-interview .s-interview--message .c-text--normal.u-w80 {
  padding-left: 30px;
}
#p-interview .c-text--small.u-w90.u-mb20 {
  margin-left: auto;
  margin-right: 20px;
  text-align: right;
}
/*  **********06.クロストーク  ********** */
#p-crosstalk {
  width: 100%;
}
#p-crosstalk .s-pagetop .c-column1 .c-col1 h2 {
  text-align: left;
  padding-left: 5%;
  font-size: 2.5rem;
  z-index: 2;
}
#p-crosstalk .s-pagetop .c-wrap {
  padding: 30px 0 10px;
}
#p-crosstalk .s-pagetop .c-column1 .c-title--large::after {
  content: none;
}
#p-crosstalk .s-pagetop > .c-container {
  background-color: unset;
}

#p-crosstalk .s-pagetop::before {
  z-index: -2;
}

#p-crosstalk .s-pagetop .c-photo img {
  object-position: 50% 15%;
}
.s-cross-profile .c-wrap {
  border: #dce2e6 solid 1px;
  position: relative;
}
.s-cross-profile .c-wrap:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #dce2e6;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.s-cross-profile .c-col2 .c-col2 .c-item {
  padding-left: 30px;
  padding-right: 30px;
}

.s-cross-profile .c-tag--division1 {
  margin-left: 0px;
  margin-right: 0px;
}

#p-crosstalk [class^="s-block__"] span.mitani,
#p-crosstalk [class^="s-block__"] span.fujiwara {
  padding: 5px 10px;
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #fff;
}
#p-crosstalk [class^="s-block__"] span.mitani {
  background: #5081a5;
}
#p-crosstalk [class^="s-block__"] span.fujiwara {
  background: #bb8e00;
}
#p-crosstalk .s-cross-profile .c-col2 .c-col2:nth-of-type(2) .c-photo {
  order: 2;
}
#p-crosstalk .s-cross-profile .c-col2 .c-col2:nth-of-type(2) .c-item {
  order: 1;
  text-align: right;
}
#p-crosstalk .s-block__02 .u-w80,
#p-crosstalk .s-block__03 .u-w80 {
  margin-left: auto;
  margin-right: auto;
}
#p-crosstalk .s-block__03 .c-col2 .c-item {
  order: 1;
}
#p-crosstalk .s-block__03 .c-col2 .c-photo {
  order: 2;
}
#p-crosstalk .s-block__05 .c-col2 .c-item {
  padding-right: 40px;
}
#p-crosstalk .s-block__07 .c-photo {
  height: 400px;
}

/*  **********07.分業制について  ********** */
#p-division {
  width: 100%;
}
#p-division .s-pagetop .c-photo img {
  object-position: center;
}
/* 東急リバブルの分業制 */
#p-division .s-aboutdivision {
  background: #fff;
}
#p-division .s-aboutdivision .c-col3--panel .c-title--small {
  text-align: center;
}
#p-division .s-aboutdivision .c-col3--panel .c-photo {
  width: fit-content;
  height: 80px;
}
#p-division .s-aboutdivision .c-col2--panel {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
/* 分業制のメリット */
#p-division .s-meritdivision {
  background: #fff;
}
#p-division .s-meritdivision .c-col3--panel .c-item .c-wrap .c-text--bold {
  text-align: center;
  font-size: 1.4rem;
}
#p-division .s-meritdivision .c-col3--panel .c-item .c-wrap .c-text--bold span {
  background: #dce2e6;
  color: #5081a5;
  border-radius: 10px;
  padding: 10px 20px 10px 10px;
}
#p-division .s-meritdivision .c-col3--panel .c-item .c-wrap .c-text--bold span span {
  position: relative;
  padding-right: 2rem;
}
#p-division .s-meritdivision .c-col3--panel .c-item .c-wrap .c-text--bold span span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
#p-division .s-meritdivision .c-col3--panel .c-item .c-wrap .c-title--small {
  text-align: center;
}

/*  **********08.キャリアプラン・育成制度  ********** */
#p-careerplan {
  width: 100%;
}
#p-careerplan .s-pagetop .c-photo img {
  object-position: center bottom;
}
/* 多彩なキャリアの選択肢 */
#p-careerplan .s-careerchoice {
  background: #fff;
}
#p-careerplan .s-careerchoice .c-photo {
  min-width: 880px;
}
/* 先輩たちのキャリアパス事例 */
#p-careerplan .s-careerpath {
  background: #dce2e6 url("/recruit/career/assets/images/original/recruit-career-bgarrow1.png") no-repeat left top;
  background-size: contain;
}
#p-careerplan .s-careerpath .c-item .c-col2 {
  position: relative;
}
#p-careerplan .s-careerpath .c-item .c-col2::after {
  position: absolute;
  content: "";
  top: -70px;
  right: -10px;
  width: 140px;
  height: 100px;
  background: url(/recruit/career/assets/images/original/recruit-career-careerplan-s-careerpath01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#p-careerplan .s-careerpath .c-item:last-child .c-col2::after {
  background: url(/recruit/career/assets/images/original/recruit-career-careerplan-s-careerpath02.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#p-careerplan .s-careerpath .c-item .c-col2 .c-wrap {
  padding-left: 30px;
}
#p-careerplan .s-careerpath .c-item .c-col1 {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
#p-careerplan .s-careerpath .c-item .c-col1 .c-title--small {
  color: #fff;
}
#p-careerplan .s-careerpath .c-tag--join {
  background-color: #bb8e00;
  color: #fff;
  border-radius: 3px;
  margin-left: 0px;
}

#p-careerplan .s-careerpath .c-tag--division1 {
  margin-left: 0;
}
#p-careerplan .s-careerpath .c-text--small {
  font-size: 1.3rem;
}
#p-careerplan .s-careerpath .c-item .c-col2::after {
  position: absolute;
  content: "";
  top: -70px;
  right: -20px;
  width: 13%;
  height: 100%;
  background: url(/recruit/career/assets/images/original/recruit-career-careerplan-s-careerpath01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#p-careerplan .s-careerpath .c-item:last-child .c-col2::after {
  background: url(/recruit/career/assets/images/original/recruit-career-careerplan-s-careerpath02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15%;
}

#p-careerplan .s-careerpath .c-blockwrap .c-col3--panel {
  padding-left: 0;
  padding-right: 0;
}
#p-careerplan .s-careerpath .c-col3--panel .c-item {
  width: calc(100% / 3);
}
#p-careerplan .s-careerpath .c-col3--panel .c-item:nth-of-type(3n + 2) {
  margin: 0 0;
}

#p-careerplan .s-careerpath .c-item.u-ptb50 .c-col2--panel .c-item .c-wrap .c-text--normal:last-of-type {
  background: #eee;
  padding: 20px;
}

/* 育成制度 */
#p-careerplan .s-education {
  background: #fff;
}
#p-careerplan .s-education .c-col3--panel .c-title--small {
  text-align: center;
}
#p-careerplan .s-education .c-col3--panel .c-photo {
  width: fit-content;
  height: 80px;
}
#p-careerplan .s-education .c-item .c-col2 .c-text--normal {
  padding-right: 30px;
}
#p-careerplan .s-education .c-photo:has(img.u-sponly) {
  min-width: 800px;
}
/*  **********09.福利厚生・職場環境  ********** */
#p-welfare {
  width: 100%;
}
#p-welfare .s-pagetop .c-photo img {
  object-position: center center;
}
/* 数字で見る東急リバブルの働き方 */
#p-welfare .s-numbers {
  background: #fff;
}
/* 柔軟な働き方を支える制度・仕組み */
#p-welfare .s-structure .c-col1:nth-child(2) {
  width: 100%;
}
#p-welfare .s-structure .c-col1:nth-child(2) .c-item {
  padding: 0 30px;
}
/* 社員の声 */
#p-welfare .s-babysupport .c-container:nth-child(2) {
  margin-top: -120px;
  z-index: -1;
}
#p-welfare .s-babysupport .c-col2--panel {
  margin: 0 auto;
}
#p-welfare .s-babysupport .c-col2--panel .c-item {
  border: 1px solid #fff;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
  color: #fff;
}
#p-welfare .s-babysupport .c-col2--panel .c-item .c-photo {
  border-radius: 6px;
}
#p-welfare .s-babysupport .c-col2--panel .c-item .c-col2 .c-text--small .u-ffe span {
  background: #000;
  padding: 10px 10px 10px 15px;
  border-radius: 9999px;
  color: #fcc800;
}
#p-welfare .s-babysupport .c-col2--panel .c-item .c-col2 .c-text--small .u-ffe span span {
  font-size: 1.1rem;
  position: relative;
  padding-left: 25px;
  color: #fff;
}
#p-welfare .s-babysupport .c-col2--panel .c-item .c-col2 .c-text--small .u-ffe span span::before {
  content: "";
  top: 50%;
  left: 5px;
  background: #fcc800;
  position: absolute;
  height: 1px;
  width: 15px;
}
#p-welfare .s-babysupport .c-col2--panel .c-item .c-text--small {
  padding-left: 30px;
}
#p-welfare .s-babysupport .c-col2--panel .c-item .c-col2--panel .c-item {
  flex-direction: column;
}

#p-welfare .s-babysupport .c-col3--panel {
  justify-content: space-between;
}

#p-welfare .s-babysupport .c-col3--panel .c-item {
  width: 28%;
}
/* 福利厚生 */
#p-welfare .s-welfaresystem .c-container .c-col1:nth-child(2) .c-item .c-text--normal {
  padding-right: 40px;
}
#p-welfare .s-welfaresystem .c-container .c-col1:nth-child(2) .c-item:first-child .c-photo {
  padding-left: 100px;
}
#p-welfare .s-welfaresystem .c-container .c-col1:nth-child(2) .c-item:first-child .c-photo img {
  width: 100%;
  height: auto;
}
#p-welfare .s-welfaresystem .c-table {
  width: 100%;
}
#p-welfare .s-welfaresystem .c-container .c-col1 .c-item:nth-child(4) img {
  object-fit: contain;
}
/*  **********10.採用担当からのメッセージ  ********** */
#p-message {
  width: 100%;
}
#p-message .s-pagetop .c-photo img {
  object-position: center 35%;
}
#p-message .s-guideline .c-photo {
  height: 300px;
}
#p-message .s-message {
  background: #dce2e6 url("/recruit/career/assets/images/original/recruit-career-bgarrow1.png") no-repeat left top;
  background-size: contain;
}

#p-message .s-message .c-message-profile {
  text-align: center;
}
#p-message .s-message .c-container .c-item .c-col2 .c-wrap {
  padding-right: 40px;
}
#p-message .s-message .c-container .c-item.c-block02 .c-col2 .c-wrap {
  padding-left: 40px;
  order: 2;
}
#p-message .s-message .c-container .c-item.c-block02 .c-col2 .c-photo {
  border: 10px solid #fff;
  border-radius: 5px 0 0 5px;
  order: 1;
}
#p-welfare .s-welfaresystem .c-container .c-col1:nth-child(2) .c-item:nth-of-type(5) .c-photo img {
  width: 100%;
  height: auto;
}
/*  **********11.よくある質問  ********** */
#p-faq {
  width: 100%;
}

#p-faq .s-pagetop .c-photo img {
  object-position: center;
}
#p-faq .c-blockwrap > div {
  padding-left: 0;
  padding-right: 0;
}
#p-faq .c-text--bold {
  position: relative;
  padding-left: 60px;
  padding-right: 10px;
}
#p-faq .c-text--bold::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  background: #124a7b;
  border-radius: 5px 0 0 0;
  width: 40px;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 7rem;
}
#p-faq .c-text--normal {
  position: relative;
  padding: 0 20px 20px 60px;
}

#p-faq .u-bgarrow-3 {
  background: url(/recruit/career/assets/images/original/recruit-career-bgarrow3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
/*  **********11.エントリー  ********** */
#p-entryindex {
}
#p-entryindex .s-pagetop .c-photo img {
  object-position: center;
}

#p-entryindex .s-entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/recruit/career/assets/images/original/recruit-career-bgarrow1.png) no-repeat left bottom;
  transform: rotate(180deg);
  background-size: cover;
  z-index: -1;
}
#p-entryindex [class*="--panel"] .c-item {
	display: flex;
	justify-content: space-between;
}
#p-entryindex [class*="--panel"] .c-item .c-btn {
	align-self: flex-start;
	margin: 0;
}

/* **************************************************************** */
/* ********************** スマートフォン対応 ************************* */

@media screen and (max-width: 810px) {
  /* ********** サイト全体の共通モジュールのstyle（★） ********** */
  /* テキスト要素 */
  .c-title--large {
    padding: 3px 10px;
    font-size: 2.2rem;
  }
  .c-title--normal::after {
    bottom: -15px;
  }
  .c-title--normal::before {
    bottom: -15px;
  }

  .c-title--large::after {
    bottom: -25px;
  }
  .c-title--normal {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .c-title--small {
    font-size: 1.7rem;
  }
  .c-text--bold {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.7;
  }
  /* ボタン要素 */
  .c-btn {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .c-btn__text {
    padding: 10px 10px;
    text-align: left;
    font-size: calc(12.5 * 100vw / 360);
    font-size: clamp(1.25rem, calc(12.5 * 100vw / 360), 1.5rem);
  }
  .c-btn:after {
    background: #bb8e00;
    width: 50px;
  }
  .c-btn__text:before {
    width: 20px;
  }
  /* テーブル要素 */
  .c-table th,
  .c-table td {
    width: 100%; /* 固定 */
    display: block; /* 固定 */
	}
	.c-table th {
		padding: 20px 10px 0px;
		border-bottom: 0;
	}
	.c-table td{
		padding: 10px 10px 20px;
		border-bottom: 1px solid #5081a5;
	}
  /* 画像要素 */
  .c-photo:has(img.u-sponly) {
    width: 100%;
    width: clamp(264px, 100%, 412px) !important;
    min-width: auto !important;
  }
  /* **********  サイト全体の共通パーツのstyle（★） ********** */
  /* フッタ */
  .l-footer .c-rowlists {
    display: block;
  }
  .l-footer .c-rowlists li {
    margin-bottom: 10px;
  }
  .l-footer__address {
    text-align: left;
    margin-top: 30px;
  }
  .l-footer__copyright {
    font-size: calc(12 * 100vw / 360);
    font-size: clamp(1.2rem, calc(12 * 100vw / 360), 1.4rem);
  }
  /* お知らせ右カラム/class名は変更不可 */
  .s-rightcol {
    margin-top: 60px;
  }
  /* 下層ページトップビジュアルメイン */
  .s-pagetop .c-col2 .c-wrap {
    margin: 0 auto 10px;
  }
  .s-pagetop .c-photo {
    height: 200px;
  }
  .s-pagetop__maintitle {
    margin-bottom: 10px;
  }
  .s-pagetop__subtitle {
    /* font-size: 6rem;
   line-height: 7rem; */
    font-size: calc(41 * 100vw / 360);
    line-height: calc(50 * 100vw / 360);
  }
  .s-pagetop .c-wrap {
    padding: 40px 0;
  }
  /* ********** ページごと・セクションごとの個別style（★） ********** */
  /*  **********トップページ  ********** */
  #p-top {
    background-repeat: no-repeat;
    background-size: 120%;
  }

  #p-top .s-top-hero {
    padding: 60px 0;
    height: auto;
  }
  #p-top .s-top-hero .c-herotitle {
    font-size: 5rem;
    top: 400px;
    left: 5%;
  }
  #p-top .s-top-hero .c-photo.u-fw60 {
    width: 100%;
    height: 300px;
    background: transparent;
	}
	#p-top .s-top-hero .c-photo .slick-list {
	background: #fff;
	}
  #p-top .s-top-hero .c-herolead {
    bottom: 120px;
    width: 90%;
  }
  #p-top .s-top-hero::before {
    content: none;
  }
  #p-top .s-top-hero::after {
    content: none;
  }
  #p-top .s-top-hero *[class^="slickimg"] {
    height: calc(55vh - 70px);
  }

  #p-top .s-top-hero .c-herotitle {
    font-size: calc(50 * 100vw / 360);
    font-size: clamp(5rem, calc(50 * 100vw / 360), 6rem);
    position: static;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #p-top .s-top-hero .c-herolead {
    position: static;
    padding-left: 10px;
  }
  #p-top .c-indextitle {
    text-align: center;
  }
  #p-top .c-indextitle span {
    margin-left: inherit !important;
  }
  #p-top .c-indextitle--sub {
    font-size: 5rem;
  }

  #p-top .c-indextitle--sub {
    font-size: 5rem;
    line-height: 5.5rem;
    margin-bottom: 10px;
    text-align: center;
  }
  #p-top .s-top-aboutus .c-container .c-col3--panel {
    padding-top: 30px;
    margin: 0 auto;
  }
  #p-top .s-top-aboutus::after {
    top: 30px;
  }

  #p-top .s-top-aboutus .c-btn a {
    padding-top: 190px;
  }
  #p-top .s-top-aboutus .c-container .c-col3--panel {
    padding-top: 30px;
    margin: 0 auto;
  }
  #p-top .s-top-aboutus .c-container .c-col1 {
    position: static;
    transform: translateX(0%);
  }
  #p-top .s-top-aboutus .c-container .c-col1 p {
    padding-left: 0;
    position: static;
    margin-top: 30px;
  }
  #p-top .s-top-ourfeatures .c-container .c-col1 .c-indextitle--sub {
    position: static;
    top: -100px;
    left: calc(-10% + 90px);
    transform: rotateZ(90deg);
    transform-origin: left top;
  }

  #p-top .s-top-ourfeatures {
    padding: 0px 0 160px;
  }
  #p-top .s-top-ourfeatures .c-container .c-col1 .c-indextitle--sub {
    top: -80px;
    left: calc(0% + 0px);
    transform: rotateZ(0deg);
  }
  #p-top .s-top-ourfeatures .c-container .c-col2--panel {
    margin: 30px auto;
  }
  #p-top .s-top-fellow .c-col2--panel {
    margin: 30px auto 0;
  }
  #p-top .s-top-fellow .c-btn a {
    padding-top: 290px;
  }

  #p-top .s-top-fellow.u-ptb100 {
    padding: 60px 0 0;
  }
  .s-top-fellow .c-btn__text p span {
    font-size: calc(12.5 * 100vw / 360);
    font-size: clamp(1.25rem, calc(12.5 * 100vw / 360), 1.5rem);
  }

  #p-top .s-top-environment .c-container .c-col1 .c-indextitle {
    position: static;
  }
  #p-top .s-top-environment .c-container .c-col1 .c-indextitle--sub {
    position: static;
    transform: initial !important;
  }

  #p-top .s-top-environment .c-container .c-col3--panel {
    margin-top: 30px;
  }

  #p-top .s-top-environment .c-col2.u-ptb100 {
    padding: 20px 0;
  }

  #p-top .s-top-recruitinfo.u-ptb100 {
    padding: 60px 0;
  }
  #p-top .s-top-recruitinfo .c-col2--panel {
    margin: 30px auto 0;
  }

  /*  **********共通エリア  ********** */
  /* ブロックラップ */
  .c-blockwrap {
    background: #fff;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
  }
  .c-blockwrap > div {
    padding-left: 20px;
	padding-right: 20px;
  }
  /*  **********01.東急リバブルの事業  ********** */
  #p-business .s-companydomain .c-container .c-item .c-col2 .c-text--normal {
    padding-right: 0px;
  }
  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item .c-text--bold {
    padding: 5px 0 20px 50px;
  }
  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(1) .c-text--bold {
    background-size: 40px;
  }
  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(2) .c-text--bold {
    background-size: 40px;
  }
  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(3) .c-text--bold {
    background-size: 40px;
  }
  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(4) .c-text--bold {
    background-size: 40px;
  }
  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(5) .c-text--bold {
    background-size: 40px;
  }
  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(6) .c-text--bold {
    background-size: 40px;
  }
  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(7) .c-text--bold {
    background-size: 40px;
  }
  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(8) .c-text--bold {
    background-size: 40px;
  }
  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item:nth-of-type(9) .c-text--bold {
    background-size: 40px;
  }
  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item {
    width: 100%;
  }

  #p-business .s-companydomain .c-container .c-wrap .c-col3--panel .c-item {
    width: 100%;
    margin: 30px auto 0 !important;
  }

  /*  **********02.東急リバブルの理念・戦略  ********** */
  #p-strategy .s-philosophy .c-photo {
    margin-bottom: 30px;
	}
	#p-strategy .s-philosophy .c-col2--panel .c-item .c-text--large,
	#p-strategy .s-philosophy .c-col2--panel .c-item .u-liyellow {
		font-size:1.8rem;
	}
 #p-strategy .s-strategyvision .c-container .c-col2 > .c-text--normal {
    padding-right: 0px;
  }
#p-strategy .s-strategyvision .c-container .c-col3--panel .c-item:nth-of-type(3n+2) {
  margin: 0 auto;
}
#p-strategy .s-strategyvision .c-container .c-col3--panel .c-item {
  width: 100%;
}
  #p-strategy .s-sdgs .c-photo.c-icon img {
    width: 60px;
  }
  #p-strategy .s-sdgs .c-item .c-col2:first-of-type .c-photo {
    text-align: left;
  }
  #p-strategy .s-sdgs .c-item .c-col2 .c-wrap {
    padding-right: 0px;
  }
  #p-strategy .s-sdgs .c-casestudy {
    padding: 20px !important;
  }
  #p-strategy .s-sdgs .c-casestudy .c-col2 p {
    padding-left: 0px;
    padding-top: 20px;
	}
	#p-strategy .s-sdgs .c-blockwrap > div {
		margin-bottom:0;
	}
	
  #p-business #shinchiku .c-col2 .c-wrap .c-photo img {
    padding-right: 0px;
  }
  /*  **********03.東急リバブルの強み  ********** */
  #p-strength .s-pioneer .c-col3--panel .c-item:nth-last-of-type(-n + 3) .c-photo {
    width: 60%;
  }
  #p-strength .s-pioneer .c-col3--panel .c-item:nth-last-of-type(-n + 3) .c-photo img {
    text-align: center;
  }
  /* 幅広い事業展開による総合力 */
  #p-strength .s-comprehensivestrength .c-photo.u-fw40 {
    width: 80%;
  }
  /*  **********04-0.メリット　魅力を知る（共通）  ********** */
  .s-point .c-btn {
    width: 100%;
  }
  .s-point .c-container .c-wrap .c-text--bold {
    padding-left: 0;
    padding-right: 0;
  }

  .s-point .c-container .c-wrap .c-text--bold span {
    padding: 10px 10px;
    font-size: calc(14 * 100vw / 360);
    font-size: clamp(1.4rem, calc(14 * 100vw / 360), 1.5rem);
  }

  .s-point .c-title--large.u-mb50 {
    margin-bottom: 20px;
    padding: 3px 0;
    font-size: calc(21 * 100vw / 360);
    font-size: clamp(2.1rem, calc(21 * 100vw / 360), 2.2rem);
  }

  .s-point .c-container .c-col2 > div {
    padding-right: 0px;
  }
  .s-point .c-container .c-col2 .c-text--normal {
    order: 2;
  }
  .s-point .c-container .c-col2 .c-photo {
    order: 1;
    margin-bottom: 30px;
  }
  .s-point .c-container .c-wrap:last-child .c-photo {
    padding-left: 0px;
  }
  /*  **********04-1.不動産業界経験者が感じるメリット  ********** */
  #p-experienced .u-tac,
  #p-inexperienced .u-tac {
    text-align: left;
  }
  /*  **********04-2.異業種出身者が感じる働きやすさ  ********** */
  /*  **********05.社員インタビュー一覧  ********** */
  #p-interviewindex section .c-col3--panel {
    margin: 0px auto 0;
  }
  /*  **********05-1.社員インタビュー  ********** */
  #p-interview .s-pagetop::before {
    bottom: 420px;
    right: 0px;
  }
  #p-interview .s-pagetop .c-col2 .u-ffe {
    top: 200px;
  }
  #p-interview .s-pagetop .c-col2 .c-profile {
    padding: 130px;
  }
  #p-interview .s-pagetop .c-col2 .u-ffe {
    font-size: 4.5rem;
  }
  #p-interview .s-pagetop .c-column1 .c-col1 h2 {
    font-size: 2rem;
  }
  #p-interview.p-01 .s-interview--block3 {
    background-position: center;
  }
  #p-interview.p-02 .s-interview--block3 {
    background-position: 30% 0%;
  }
  #p-interview.p-03 .s-interview--block3 {
    background-position: 50% 0%;
  }
  #p-interview.p-04 .s-interview--block3 {
    background-position: 60% 0%;
  }
  #p-interview.p-05 .s-interview--block3 {
    background-position: 50% 0%;
  }
  #p-interview.p-06 .s-interview--block3 {
    background-position: 60% 0%;
  }
  #p-interview.p-07 .s-interview--block3 {
    background-position: 50% 0%;
  }
  #p-interview.p-08 .s-interview--block3 {
    background-position: 50% 0%;
  }

  #p-interview .s-interview--block2 .c-wrap .u-w80 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #p-interview .s-interview--message .u-w80 {
    margin-left: auto;
    margin-right: 0;
  }
  #p-interview .s-interview--message .c-text--large.u-ffe {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 9rem;
    color: #dce2e6;
    z-index: -1;
  }

  #p-interview .s-interview--message .c-text--normal.u-w80 {
    padding-left: 0px;
    margin-top: 20px;
    width: 100%;
  }
  #p-interview .c-text--small.u-w90.u-mb20 {
    margin-left: auto;
    margin-right: 20px;
    text-align: right;
  }

  /*  **********06.クロストーク  ********** */
  .s-cross-profile {
    width: 80%;
    margin: 0 auto;
  }

  .s-cross-profile .c-wrap {
    border: #dce2e6 solid 1px;
  }
  .s-cross-profile .c-wrap:after {
    content: none;
  }
  #p-crosstalk .s-cross-profile .c-col2 .c-col2 .c-photo {
    order: 1;
    height: 150px;
  }
  #p-crosstalk .s-cross-profile .c-col2 .c-col2 .c-item {
    order: 2;
    padding-left: 20px;
    padding-right: 20px;
  }

  #p-crosstalk .s-cross-profile .c-col2 .c-col2 .c-item.u-ptb50 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #p-crosstalk .s-cross-profile .c-col2 .c-col2:nth-of-type(2) .c-photo {
    order: 1;
  }
  #p-crosstalk .s-cross-profile .c-col2 .c-col2:nth-of-type(2) .c-item {
    order: 2;
  }
  #p-crosstalk .s-cross-profile .c-col2 .c-col2:nth-of-type(2) .c-item {
    text-align: left;
  }

  #p-crosstalk .s-block__01.u-ptb100,
  #p-crosstalk .s-block__06.u-ptb100 {
    padding: 60px 0 0;
  }
  #p-crosstalk .s-block__03.u-pb100 {
    padding: 0px 0 0;
  }
  #p-crosstalk .u-bgarrow-1 {
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
  }

  #p-crosstalk .s-block__05 .c-col2 .c-item {
    padding-right: 0px;
  }
  #p-crosstalk .s-block__07 .c-photo {
    height: 250px;
  }
  /*  **********07.分業制について  ********** */
  #p-division .u-mb30 {
    margin-bottom: 20px;
  }
  #p-division .c-col3--panel .c-item {
    margin: 0 auto 30px !important;
  }
  /*  **********08.キャリアプラン・育成制度  ********** */
	#p-careerplan .s-careerpath .c-col3--panel .c-item {
	width: 90%;
	}
	#p-careerplan .s-careerpath .c-item .c-col2::after {
    position: absolute;
    content: "";
    top: -60px;
    right: -10px;
    width: 24%;
    height: 100%;
    background: url(/recruit/career/assets/images/original/recruit-career-careerplan-s-careerpath01.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #p-careerplan .s-careerpath .c-item:last-child .c-col2::after {
    background: url(/recruit/career/assets/images/original/recruit-career-careerplan-s-careerpath02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27%;
  }
  #p-careerplan .s-education .c-photo.u-w80 {
    width: 100%;
  }
  #p-careerplan .s-education .c-item .c-col2 .c-text--normal {
    padding-right: 0;
	}

  /*  **********09.福利厚生・職場環境  ********** */

  #p-welfare .s-babysupport .c-col2--panel .c-col1 .c-col2.u-mb20 {
    flex-direction: row;
  }
  #p-welfare .s-babysupport .c-col2--panel .c-col1 .c-col2.u-mb20 .c-photo.u-fw20 {
    width: 40%;
  }
  #p-welfare .s-babysupport .c-col2--panel .c-col1 .c-col2.u-mb20 c-text--small.u-fw80 {
    width: 60%;
  }
  #p-welfare .s-babysupport .c-col2--panel {
    margin: 40px auto;
  }

  #p-welfare .s-welfaresystem .c-container .c-col1:nth-child(2) .c-item .c-text--normal {
    padding-right: 0px;
    margin-bottom: 20px;
	}
	  #p-welfare .s-welfaresystem .c-container .c-col1:nth-child(2) .c-item .c-table {
     margin-bottom: 20px;
  }
  #p-welfare .s-welfaresystem .c-container .c-col1:nth-child(2) .c-item:first-child .c-photo {
    padding-left: 0;
    padding-right: 100px;
  }
  #p-welfare .s-babysupport .c-col3--panel .c-item {
    width: 100%;
  }

  #p-welfare .s-numbers .c-col4--panel .c-item {
    width: 70%;
    margin: 20px auto 0 !important;
  }

  /*  **********10.採用担当からのメッセージ  ********** */
  /*  **********11.よくある質問  ********** */

  /*  **********11.エントリー  ********** */

  #p-entryindex .s-entry::before {
    background: url(/recruit/career/assets/images/original/recruit-career-bgarrow1.png) no-repeat left top;
    transform: rotate(0deg);
    background-size: cover;
  }
  #p-entryindex [class*="--panel"] .c-item + .c-item {
    margin: 60px auto 0 !important;
  }
}
