@charset "UTF-8";
/*hero*/
a.g-nav-internBtnNew{
    color: transparent;
  }
body #wrap{
	height: 100%;
	font-family: 'Noto Sans Japanese',Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
	letter-spacing: 0em;
    overflow: auto;
}
ul, ol {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
.sp-block{
    display: none;
}
@media screen and (max-width: 750px) {
    .sp-block{
        display: block;
    }
}

.main__background{
    position: absolute;

    /* z-index: -1; */
}
.main__background:nth-child(1) {
    width: 60vw;
    top: -9%;
    left: 0%;
}
.main__background:nth-child(2) {
    width: 60vw;
    top: 26%;
    right: 0%;
}
.main__background:nth-child(3) {
    width: 60vw;
    bottom: -7%;
    left: 0%;
}
/*hero & read text*/
.hero {
	position: relative;
	width: 100%;
	height: 280px;
	background: url(../images/top/hero-bg.jpg) no-repeat center / cover;
    z-index: 1;
}
.hero h2 {
    display: block;
    width: 380px;
    height: 158px;
    background: url(../images/top/hero-title.png) no-repeat center / contain;
    text-indent: 100%;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 60px;
}
.section__index{
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.section__inner{
    max-width: 1220px;
	margin: 0 auto;
    padding: 0 10px;
}
.read {
	line-height: 1.5238095238;
	font-size: 3.2rem;
  }
.readIndex{
	font-size: 1.6rem;
	padding-bottom: 70px;
	text-align: center;
  }
  /*person listt*/
.person__lists{
    margin-top: -60px;
}
.half-media {
    display: flex;
    margin-top: 60px;
    position: relative;
}
.half-media:nth-child(2n) {
    flex-direction: row-reverse;
}
.half-media > * {
    width: 50%;
}
.half-media__img-wrapper{
    background-size: cover;

  }
  .half-media:nth-child(1) .half-media__img-wrapper{
    background-image: url(../images/top/personIndex03.jpg);
  }
  .half-media:nth-child(2) .half-media__img-wrapper{
    background-image: url(../images/top/personIndex02.jpg);
  }
  .half-media:nth-child(3) .half-media__img-wrapper{
    background-image: url(../images/top/personIndex01.jpg);
  }
.half-media:nth-child(1) .half-media__body {
    background: url(../images/top/personIndex03_bg.png) center center;
    background-size: cover;
}
.half-media:nth-child(2) .half-media__body {
    background: url(../images/top/personIndex02_bg.png) center center;
    background-size: cover;
}
.half-media:nth-child(3) .half-media__body {
    background: url(../images/top/personIndex01_bg.png) center center;
    background-size: cover;
}
.half-media__inner{
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.half-media__title {
    margin-bottom: 50px;
    font-size: 2.8rem;
	line-height: 1.8;
}
.half-media__textSub{
    display: block;
    font-size: 0.72em;
    line-height: 1.875;
}
.half-media__text {
    font-size: 2.2rem;
}
.half-media__lowerBox{
    position: relative;
}
.half-media__body > *:last-child {
    margin-bottom: 0;
}
.half-media__button{
    position: absolute;
    max-width: 200px;
    width: 100%;
    top: 50%;
    right: -25px;
    transform: translate(0, -50%);
    transition: .25s;
}
.half-media__button:hover{
    opacity: 0.7;
}
@media screen and (max-width: 1200px) {
    .half-media__inner {
        padding: calc(25/1200 * 100vw);
    }
    .half-media__title {
        margin-bottom: calc(50/1200 * 100vw);
        font-size: calc(28/1200 * 100vw);
    }
    .half-media__text {
        font-size: calc(22/1200 * 100vw);
    }
    .half-media__button {
        width: calc(200/1200 * 100vw);
        right: calc(-25/1200 * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .hero{
        height: calc(380/750 * 100vw);
    }
    .hero h2 {
        width: 80%;
        top: 50%;
        transform: translate(-0,-50%);
        height: calc(185/750 * 100vw);
    }
    .section__inner {
        padding:0 calc(40/750 * 100vw);
      }
    .section__index {
        padding-top: calc(100/750 * 100vw);
        padding-bottom: calc(100/750 * 100vw);
      }
    .readIndex {
        font-size: calc(38/750 * 100vw);
        padding-bottom: calc(100/750 * 100vw);
      }
      .person__lists {
        margin-top: calc(-100/750 * 100vw);
      }
      .half-media{
        display: block;
        margin-top: calc(100/750 * 100vw);
      }
      .half-media > * {
        width: 100%;
      }
      .half-media__img-wrapper{
       padding-top: 63.2%;
      }
      .half-media__inner {
        padding: calc(45/750 * 100vw);
      }
      .half-media__title {
        margin-bottom: calc(70/750 * 100vw);
        font-size: calc(28/750 * 100vw);
      }
      .half-media__text {
        font-size: calc(28/750 * 100vw);
      }
      .half-media__button {
        width: calc(220/750 * 100vw);
        right: calc(-45/750 * 100vw);
        }
        .main__background:nth-child(1) {
            width: 107%;
            top: -1%;
            left: 0%;
        }
      .main__background:nth-child(2) {
        width: 100%;
        top: 30%;
        right: 0%;
      }
      .main__background:nth-child(3) {
        width: 70%;
        bottom: -3.5%;
        left: 0%;
      }
}

.footer{
    background-color: #f3f3f3;
}

/*2022/08/10*/
.banner_fs{
	margin: 100px auto;
  }
  @media screen and (max-width: 767px) {
	.banner_fs{
	  margin: 10vw auto;
	}
  }
  /*2022/08/10*/

.ourmember .my-page-drop-list li {
  height: 25.6vw;
}
@media screen and (min-width: 769px) {
  .ourmember .my-page-drop-list li {
    height: 45px;
  }
}

/* 2024/6/13追加 キャリアインタビューバナー */
.carrer-banner {
  display: block;
  width: 100%;
  /* margin-top: 100px; */
  position: relative;
  z-index: 1;
  transition: opacity 0.25s;
}
.carrer-banner:hover {
  opacity: 0.7;
}

/* 2025/6 person index */
.heroB {
  position: relative;
  width: 100%;
  height: 298px;
  background: url(../images/top/hero-bg.webp) no-repeat center / cover;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heroB_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 0;
  flex-flow: column wrap;
  padding: 0 0 20px 0;
  line-height: 1;
}

.heroB_title-ja {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.heroB_title-en {
  display: block;
}

.heroB_title-en img {
  height: 58px;
  width: auto;
}

@media screen and (max-width: 750px) {
  .heroB {
    height: calc(380/750 * 100vw);
  }

  .heroB_title {
    gap: calc(25/750 * 100vw) 0;
    padding: 0 0 calc(25/750 * 100%) 0;
  }

  .heroB_title-ja {
    font-size: calc(20/750 * 100vw);
    letter-spacing: 0.1em;
  }

  .heroB_title-en img {
    height: calc(58/750 * 100vw);
    width: auto;
  }
}

.personIndex_section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.personIndex_inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 750px) {
  .personIndex_section {
    padding: 0 calc(40/750 * 100vw);
  }

  .personIndex_inner {
    padding-top: calc(100/750 * 100vw);
    padding-bottom: calc(100/750 * 100vw);
  }
}

.personIndex_bg {
  position: absolute;
}

.personIndex_bg-1 {
  width: 1403px;
  aspect-ratio: 1403/1251;
  background: url('../images/top/bg_01.webp') no-repeat center center / contain;
  right: calc(710/1500 * 100%);
  top: -200px;
}

.personIndex_bg-2 {
  width: 1403px;
  aspect-ratio: 1403/1251;
  background: url('../images/top/bg_01.webp') no-repeat center center / contain;
  left: calc(590/1500 * 100%);
  top: 25%;
  scale: -1 -1;
}

.personIndex_bg-3 {
  width: 1403px;
  aspect-ratio: 1403/1251;
  background: url('../images/top/bg_01.webp') no-repeat center center / contain;
  right: calc(710/1500 * 100%);
  bottom: -30px;
  scale: 1 -1;
}

@media screen and (max-width: 750px) {
  .personIndex_bg-1 {
    width: calc(1018/750 * 100vw);
    aspect-ratio: 1018/908;
    background: url('../images/top/bg_01_sp.webp') no-repeat center center / contain;
    right: calc(-320/750 * 100%);
    top: 11%;
  }

  .personIndex_bg-2,
  .personIndex_bg-3 {
    display: none;
  }
}

.personIndex_lead {
  color: #464646;
  font-size: 2.7rem;
  line-height: 1.6;
  padding-bottom: 100px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .personIndex_lead {
    font-size: calc(38/750 * 100vw);
    padding-bottom: calc(90/750 * 100vw);
  }
}

.personIndex_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 0;
  margin: 0 0 150px 0;
  position: relative;
}

@media screen and (max-width: 750px) {
  .personIndex_list {
    gap: calc(100/750 * 100vw) 0;
    margin: 0 0 calc(100/750 * 100vw) 0;
  }
}

.personIndexPanel {
  color: #464646;
  background: #f5f5f5;
  display: flex;
  align-items: stretch;
}

.personIndex_list > li:nth-child(even) .personIndexPanel {
  flex-direction: row-reverse;
}

@media screen and (max-width: 750px) {
  .personIndexPanel {
    display: block;
  }
}

.personIndexPanel_img {
  width: 50%;
  position: relative;
}

.personIndexPanel_img:after {
  content: '';
  display: block;
  inset: 0;
  position: absolute;
  background: rgba(120 120 120 / .5);
  opacity: 0;
}

.personIndexPanel_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 750px) {
  .personIndexPanel_img {
    width: 100%;
    height: calc(424/750*100vw);
  }
}

.personIndexPanel_container-text {
  width: 50%;
  min-height: 360px;
  padding: 60px 2% 40px 5%;
  position: relative;
}

@media screen and (max-width: 750px) {
  .personIndexPanel_container-text {
    width: 100%;
    min-height: calc(365/750 * 100vw);
    padding: calc(45/670 * 100%) calc(20/670 * 100%) calc(40/670 * 100%) calc(40/670 * 100%);
  }
}

.personIndexPanel_text-dir {
  color: #00c663;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 1em 0;
}

@media screen and (max-width: 750px) {
  .personIndexPanel_text-dir {
    font-size: calc(24/750 * 100vw);
  }
}

.personIndexPanel_title {
  color: #464646;
  font-size: min(calc(27/1000 * 100vw), 2.7rem);
  line-height: 1.66;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .personIndexPanel_title {
    font-size: calc(38/750 * 100vw);
    line-height: 1.6;
  }
}

.personIndexPanel_text-name {
  color: #464646;
  font-size: min(calc(22/1000 * 100vw), 2.2rem);
  line-height: 1.66;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0.8em 0 0 0;
}

@media screen and (max-width: 750px) {
  .personIndexPanel_text-name {
    font-size: calc(30/750 * 100vw);
    line-height: 1.6;
  }
}

.personIndexPanel_arrow {
  display: block;
  width: calc(196/600 * 100%);
  aspect-ratio: 196/46;
  background: #007560 url('../images/top/arrow_01.svg') no-repeat center center / contain;
  position: absolute;
  bottom: 25px;
  right: 0;
}

@media screen and (max-width: 750px) {
  .personIndexPanel_arrow {
    width: calc(220/670 * 100%);
    bottom: calc(30/750 * 100vw);
  }
}

@media (hover: hover) {
  .personIndexPanel_img:after {
    transition: opacity .4s;
  }

  .personIndexPanel:hover .personIndexPanel_img:after {
    opacity: 1;
    visibility: visible;
  }

  .personIndexPanel_arrow {
    transition: all.4s;
  }

  .personIndexPanel:hover .personIndexPanel_arrow {
    background-color: #00c663;
  }
}

.area-talentbook {
  margin: 130px 0 0 0;
  position: relative;
}

.area-talentbook_title {
  width: 450px;
  margin: 0 auto 10px auto;
}

@media screen and (max-width: 750px) {
  .area-talentbook {
    margin: calc(200/750 * 100vw) 0 0 0;
  }

  .area-talentbook_title {
    width: calc(550/750 * 100vw);
    margin: 0 auto 0 auto;
  }
}
