@charset "UTF-8";
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  margin-top: 130px;
  padding: 0 40px;
  position: relative;
}
.p-mv::before {
  position: absolute;
  content: "";
  width: 700px;
  height: 700px;
  background: url(/assets/images/recruit/bg_mv01.png) no-repeat center center/100%;
  left: -225px;
  top: -445px;
  z-index: -1;
}

.p-mv-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding-left: 220px;
  position: relative;
}

.p-mv-ttl-wrap {
  margin-top: 120px;
}

.p-mv-ttl {
  font-size: 4.4rem;
  line-height: 1.4090909091;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #0052C5;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

@media screen and (max-width: 1630px) and (min-width: 768px) {
  .l-breadcrumbs {
    left: 60px;
  }
  .p-mv-inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .p-mv {
    margin-top: 8.66vw;
    padding: 0 2.66vw;
  }
  .p-mv::before {
    width: 46.66vw;
    height: 46.66vw;
    left: -15vw;
    top: -29.66vw;
  }
  .p-mv-ttl-wrap {
    margin-top: 8vw;
  }
  .p-mv-img {
    width: 48vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-mv-inner {
    padding-left: 3.9vw;
  }
  .p-mv-ttl {
    font-size: 3.43vw;
  }
  .l-breadcrumbs {
    left: 3.9vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 18.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .p-mv::before {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    left: -26.6666666667vw;
    top: -52vw;
  }
  .p-mv-inner {
    display: block;
    padding-left: 0;
  }
  .p-mv-ttl-wrap {
    margin-top: 0;
    padding-top: 4vw;
  }
  .p-mv-ttl {
    font-size: 7.7333333333vw;
  }
  .p-mv-img {
    margin-top: 4vw;
  }
}
/* p-top
---------------------------------------------------------------------------- */
.p-top {
  padding: 100px 0;
  position: relative;
}
.p-top::after {
  position: absolute;
  content: "";
  right: -500px;
  top: 30px;
  background: url(/assets/images/recruit/work/bg_body.png) no-repeat center center/100%;
  width: 1400px;
  height: 1400px;
  z-index: -1;
}

.p-top-txt {
  text-align: center;
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-member-wrap {
  -webkit-box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
          box-shadow: 0 0 30px rgba(83, 151, 252, 0.16);
  margin: 60px 0 0;
  padding: 55px 120px 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.p-sh {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-sh::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0052C5;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-member-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.p-member-list-item {
  width: 48%;
  margin-bottom: 35px;
}

.p-member-list-item-heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.p-member-list-item-heading .thumb {
  margin-right: 20px;
  width: 140px;
}
.p-member-list-item-heading .thumb img {
  width: 100%;
}
.p-member-list-item-heading .desc-txt01 {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.p-member-list-item-heading .desc-txt02 {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: 3px;
}
.p-member-list-item-heading .desc-txt03 {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #0052C5;
  margin-top: 4px;
}

.p-member-list-item-txt {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin: 15px 0 0;
  padding-left: 20px;
  border-left: 1.5px solid #E1E1E5;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-top {
    padding: 7.8vw 0;
  }
  .p-top::after {
    right: -39vw;
    top: 2.34vw;
    width: 109.3vw;
    height: 109.3vw;
  }
  .p-top-txt {
    font-size: 2.34vw;
  }
  .p-member-wrap {
    -webkit-box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 2.34vw rgba(83, 151, 252, 0.16);
    margin: 4.68vw 0 0;
    padding: 4.29vw 9.37vw 1.56vw;
  }
  .p-sh {
    font-size: 1.71vw;
    padding-left: 1.95vw;
  }
  .p-sh::before {
    width: 0.625vw;
    height: 0.625vw;
  }
  .p-member-list {
    margin: 2.34vw 0 0;
  }
  .p-member-list-item {
    margin-bottom: 2.73vw;
  }
  .p-member-list-item-heading .thumb {
    margin-right: 1.56vw;
    width: 12.5vw;
  }
  .p-member-list-item-heading .desc-txt01 {
    font-size: 1.09vw;
  }
  .p-member-list-item-heading .desc-txt02 {
    font-size: 1.25vw;
    margin-top: 0.23vw;
  }
  .p-member-list-item-heading .desc-txt03 {
    font-size: 1.09vw;
    margin-top: 0.31vw;
  }
  .p-member-list-item-txt {
    font-size: 1.09vw;
    margin: 1.17vw 0 0;
    padding-left: 1.56vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top {
    padding: 16vw 0;
  }
  .p-top::after {
    width: 133.3333333333vw;
    height: 133.3333333333vw;
    right: -53.3333333333vw;
    top: 20vw;
  }
  .p-top-txt {
    font-size: 4.8vw;
    text-align: left;
  }
  .p-member-wrap {
    -webkit-box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
            box-shadow: 0 0 8vw rgba(83, 151, 252, 0.16);
    margin: 8vw 0 0;
    padding: 5.3333333333vw 5.3333333333vw 1.3333333333vw;
  }
  .p-sh {
    font-size: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
  .p-sh::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .p-member-list {
    display: block;
    margin: 5.3333333333vw 0 0;
  }
  .p-member-list-item {
    width: 100%;
    margin-bottom: 9.3333333333vw;
  }
  .p-member-list-item-heading .thumb {
    margin-right: 4vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333vw;
            flex: 0 0 33.3333333333vw;
  }
  .p-member-list-item-heading .desc-txt01 {
    font-size: 3.2vw;
  }
  .p-member-list-item-heading .desc-txt02 {
    font-size: 4.2666666667vw;
    margin-top: 0.5333333333vw;
  }
  .p-member-list-item-heading .desc-txt03 {
    font-size: 3.2vw;
    margin-top: 0.5333333333vw;
  }
  .p-member-list-item-txt {
    font-size: 3.7333333333vw;
    margin: 2.6666666667vw 0 0;
    padding-left: 4vw;
  }
}
/* p-symposium
---------------------------------------------------------------------------- */
.p-symposium {
  background: #F5F5F6;
  position: relative;
  padding: 60px 0 50px;
}
.p-symposium::before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  right: 0;
  height: 100%;
  width: 68.75%;
}
.p-symposium.p-nobg::before {
  display: none;
}
.p-symposium.p-bg-left::before {
  right: auto;
  left: 0;
}
.p-symposium .m-sh {
  margin: 0 0 50px;
}

.p-symposium-wrap {
  position: relative;
  z-index: 2;
  width: 960px;
  margin: 0 auto;
}

.p-symposium-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-symposium-normal .p-symposium-content {
  right: 0;
  background: #fff;
}

.p-symposium-reverse .p-symposium-img {
  text-align: right;
}
.p-symposium-reverse .p-symposium-content {
  left: 0;
  background: #F5F5F6;
}

.p-symposium-content-inner {
  position: relative;
  width: 960px;
  margin: 40px auto 0;
}

.p-symposium-content-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-left: 26px;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  padding: 50px 50px;
}
.p-symposium-content-ttl::before {
  position: absolute;
  content: "";
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #0052C5;
}

.p-symposium-content-talk-wrap {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.p-symposium-content-talk-wrap .name {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #0052C5;
  width: 100px;
}
.p-symposium-content-talk-wrap .name img {
  width: 70px;
}
.p-symposium-content-talk-wrap .txt {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  width: 900px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-symposium {
    padding: 4.68vw 0 3.9vw;
  }
  .p-symposium .m-sh {
    margin: 0 0 3.9vw;
  }
  .p-symposium-wrap {
    width: 100%;
  }
  .p-symposium-img img {
    width: 100%;
  }
  .p-symposium-content {
    position: static;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
  }
  .p-symposium-content-inner {
    position: relative;
    margin-top: 2vw;
    width: 100%;
  }
  .p-symposium-content-ttl {
    font-size: 1.71vw;
    padding: 2vw 5vw;
  }
  .p-symposium-content-ttl::before {
    width: 0.625vw;
    height: 0.625vw;
  }
  .p-symposium-content-talk-wrap {
    margin-bottom: 0.78vw;
  }
  .p-symposium-content-talk-wrap .name {
    font-size: 1.25vw;
    width: 18%;
  }
  .p-symposium-content-talk-wrap .name img {
    width: 80%;
  }
  .p-symposium-content-talk-wrap .txt {
    font-size: 1.17vw;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-symposium {
    padding: 16vw 0 13.3333333333vw;
  }
  .p-symposium .m-sh {
    margin: 0 0 13.3333333333vw;
  }
  .p-symposium-wrap {
    display: block;
    width: 100%;
  }
  .p-symposium-img {
    width: 100%;
  }
  .p-symposium-content-inner {
    margin-top: 1.3333333333vw;
    width: 100%;
  }
  .p-symposium-content {
    position: static;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .p-symposium-content-ttl {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 6.6666666667vw 4vw 6.6666666667vw 10.6666666667vw;
  }
  .p-symposium-content-ttl::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    left: 5.3333333333vw;
  }
  .p-symposium-content-talk-wrap {
    margin-bottom: 2.6666666667vw;
  }
  .p-symposium-content-talk-wrap .name {
    font-size: 4.2666666667vw;
    width: 25%;
  }
  .p-symposium-content-talk-wrap .name img {
    width: 100%;
  }
  .p-symposium-content-talk-wrap .txt {
    font-size: 4vw;
    width: 70%;
  }
}
/* p-message
---------------------------------------------------------------------------- */
.p-message {
  padding: 0 0 80px;
  margin-top: 100px;
}

.p-message-list {
  width: 960px;
  margin: 50px auto 0;
}

.p-message-list-item {
  position: relative;
}
.p-message-list-item:nth-child(1) {
  margin-bottom: 60px;
}
.p-message-list-item:nth-child(2) {
  margin-bottom: 100px;
}
.p-message-list-item:nth-child(3) {
  margin-bottom: 110px;
}
.p-message-list-item:nth-child(4) {
  margin-bottom: 90px;
}
.p-message-list-item:nth-child(4) .p-message-list-item-thumb {
  top: -50px;
}

.p-message-list-item-txt {
  font-size: 1.8rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  background: #F2F7FF;
  padding: 42px 80px 42px 50px;
  width: 744px;
}

.p-message-list-item-thumb {
  position: absolute;
  width: 216px;
  height: 271px;
  right: 50px;
  top: 0;
}
.p-message-list-item-thumb img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.p-message-list-item-name {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 2;
  padding: 5px 20px 11px;
}
.p-message-list-item-name .name-ja {
  color: #0052C5;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-message-list-item-name .name-en {
  color: #A4A4A4;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-message {
    padding: 0 0 6.25vw;
    margin-top: 7.81vw;
  }
  .p-message-list {
    width: 75vw;
    margin: 3.9vw auto 0;
  }
  .p-message-list-item:nth-child(1) {
    margin-bottom: 4.68vw;
  }
  .p-message-list-item:nth-child(2) {
    margin-bottom: 7.81vw;
  }
  .p-message-list-item:nth-child(3) {
    margin-bottom: 8.59vw;
  }
  .p-message-list-item:nth-child(4) {
    margin-bottom: 7vw;
  }
  .p-message-list-item:nth-child(4) .p-message-list-item-thumb {
    top: -3.9vw;
  }
  .p-message-list-item-txt {
    font-size: 1.4vw;
    padding: 3.28vw 6.25vw 3.28vw 3.9vw;
    width: 58.12vw;
  }
  .p-message-list-item-thumb {
    width: 19.53vw;
    height: 24.53vw;
    right: 0;
  }
  .p-message-list-item-name {
    bottom: 0.39vw;
    padding: 0.39vw 1.56vw 0.85vw;
  }
  .p-message-list-item-name .name-ja {
    font-size: 1.56vw;
  }
  .p-message-list-item-name .name-en {
    font-size: 1.17vw;
  }
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 0 0 10.6666666667vw;
    margin-top: 16vw;
  }
  .p-message-list {
    width: 100%;
    margin: 13.3333333333vw auto 0;
  }
  .p-message-list-item {
    margin-top: 60vw;
  }
  .p-message-list-item:nth-child(1), .p-message-list-item:nth-child(2), .p-message-list-item:nth-child(3) {
    margin-bottom: 16vw;
  }
  .p-message-list-item:nth-child(4) {
    margin-bottom: 16vw;
  }
  .p-message-list-item:nth-child(4) .p-message-list-item-thumb {
    top: -53.3333333333vw;
  }
  .p-message-list-item-txt {
    font-size: 4.2666666667vw;
    padding: 34.6666666667vw 5.3333333333vw 5.3333333333vw;
    width: 100%;
  }
  .p-message-list-item-thumb {
    width: 66.6666666667vw;
    height: 83.7333333333vw;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -53.3333333333vw;
  }
  .p-message-list-item-name {
    bottom: 1.3333333333vw;
    padding: 2.1333333333vw 5.3333333333vw 3.7333333333vw;
  }
  .p-message-list-item-name .name-ja {
    font-size: 4.8vw;
  }
  .p-message-list-item-name .name-en {
    font-size: 4vw;
  }
}
/* p-recommend
---------------------------------------------------------------------------- */
.p-recommend {
  padding: 0 0 55px;
}

.p-inner {
  padding: 30px 0 40px;
  border-top: 0.5px solid #0052C5;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-recommend {
    padding: 0 0 4.29vw;
  }
  .p-inner {
    padding: 2.34vw 0 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 0 0 12vw;
  }
  .p-inner {
    padding: 4vw 0 8vw;
  }
  .m-intro-list-item:not(:last-child) {
    margin-bottom: 16vw;
  }
}

.p-video-inner {
  width: 1080px;
  margin: 0 auto;

  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-video-section {
  font-size: 1.8rem;
  width: 536px;
  /*margin-right: 2px;*/
}
.p-video-section:last-child {
  margin-right: 0px;
}
.video {
  /*width: 1080px;*/
  width: 536px;
}
@media screen and (max-width: 1080px) {
.p-video-inner {
  width: 100%;
  margin: 0 auto;
}
.p-video-section {
  width: 100%;
  margin: 5px auto 0;
}
.video {
  width: 100%;
}
}

.p-top-txt-sub
{
  width: 1080px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {

.p-top-txt-sub {
    width: 100%;

  }
}
/* --- 動画レイアウト修正の追記 --- */

/* 1. 全体の外枠：中身が一つでも左寄せ（flex-start）にする */
.p-video-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex !important;
  justify-content: flex-start !important; /* 中央寄せやspace-betweenを上書き */
  gap: 8px; /* 動画同士の隙間（既存の536px×2=1072pxに合わせて調整） */
  flex-wrap: wrap;
}

/* 2. 各動画のブロック */
.p-video-section {
  width: 536px !important; /* 元のサイズを維持 */
  margin: 0 0 30px 0 !important;
  display: flex;
  flex-direction: column; /* 上から順に並べる */
}

/* 3. 動画本体 */
.video {
  width: 100% !important;
  display: block;
}

/* 4. 所属情報のテキスト（動画の右端に寄せる） */
.p-top-txt-sub {
  width: 100% !important; /* 親（536px）の幅いっぱいに広げる */
  max-width: 100% !important;
  margin: 8px 0 0 !important; /* 上の余白だけ指定 */
  text-align: right !important; /* 強制的に右寄せ */
  font-size: 1.4rem !important; /* 少し小さめに調整 */
}

/* 5. 座談会タイトル（動画の上） */
.p-sec-txt {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
}

/* 6. スマホ対応（767px以下） */
@media screen and (max-width: 767px) {
  .p-video-section {
    width: 100% !important;
  }
}