/* mv
--------------------------------*/
.p-mv .img-top img,
.p-mv .img-bottom img {
  width: 100%;
}
.p-mv .title {
  text-align: center;
  margin: -6rem auto;
  width: 106.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv .title {
    margin: 3rem auto;
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .p-mv .img-top,
  .p-mv .img-bottom {
    display: block;
    position: relative;
    width: 100%;
    background-size: auto 335px;
    background-repeat: repeat-x;
    background-position: 0 0;
    z-index: 0;
    height: 335px;
    padding-top: 0;
  }
  .p-mv .img-top {
    background-image: url("../img/index/img_mv_01.png");
    -webkit-animation: loop 60s linear infinite;
    animation: loop 60s linear infinite;
  }
  .p-mv .img-bottom {
    background-image: url("../img/index/img_mv_02.png");
    -webkit-animation: loopReverse 60s linear infinite;
    animation: loopReverse 60s linear infinite;
  }
}

@-webkit-keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2291px 0;
  }
}
@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2291px 0;
  }
}
@-webkit-keyframes loopReverse {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2291px 0;
  }
}
@keyframes loopReverse {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2291px 0;
  }
}
/* philosophy
--------------------------------*/
.p-philosophy {
  padding: 10.8rem 0 11.5rem;
  position: relative;
  overflow: hidden;
}
.p-philosophy::before {
  content: "";
  position: absolute;
  top: 19.8rem;
  right: 0;
  width: calc(50% + 21.5rem);
  height: calc(100% - 10.8rem - 11.5rem - 9rem);
  background: #f7f6f3;
  z-index: -1;
}
.p-philosophy .wrap {
  position: relative;
}
.p-philosophy .heading {
  position: relative;
  z-index: 1;
}
.p-philosophy .heading .en {
  text-shadow: 0 0 15px #FFFFFF;
}
.p-philosophy .block .img-box {
  position: relative;
  width: 68.9rem;
  padding-bottom: 7rem;
}
.p-philosophy .block .text-box {
  margin-left: -8.5rem;
  width: 62.3rem;
  position: relative;
  padding: 0 7.5rem 9rem;
}
.p-philosophy .block .text-box .block_title {
  font-size: 2.6rem;
  line-height: 1.8461538462;
  font-weight: 700;
}
.p-philosophy .block .text-box .block_title .marker {
  color: #FFFFFF;
  background: #1e1e1e;
}
.p-philosophy .block .text-box .block_text {
  font-size: 2rem;
  line-height: 2.4;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy .img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-philosophy .block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: -2rem -2.3rem 0;
  }
  .p-philosophy .block .img-box.is-02 {
    position: absolute;
    top: 48rem;
    left: 26.7rem;
    width: 37.3rem;
  }
}
@media screen and (max-width: 1300px) {
  .p-philosophy .block .img-box {
    padding-bottom: 16rem;
  }
  .p-philosophy .block .text-box {
    padding: 0 7.5rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    padding-top: 2.8rem;
  }
  .p-philosophy::before {
    height: calc(100% - 10.8rem - 11.5rem - 30rem);
  }
  .p-philosophy .heading {
    padding: 0 3rem;
  }
  .p-philosophy .img {
    width: 100%;
    margin-top: -5rem;
    padding-left: 40%;
  }
  .p-philosophy .block {
    margin-top: -5rem;
    padding-bottom: 27rem;
    align-items: flex-start;
  }
  .p-philosophy .block .img-box {
    width: 68.9%;
    margin-left: -4rem;
    padding-bottom: 2rem;
  }
  .p-philosophy .block .img-box.is-02 {
    position: absolute;
    bottom: 2rem;
    right: -5rem;
    width: 32.3rem;
  }
  .p-philosophy .block .text-box {
    width: 100%;
    padding: 0 0 5rem;
    margin: 0 auto;
  }
  .p-philosophy .block .text-box .block_title {
    font-size: 2.2rem;
  }
  .p-philosophy .block .text-box .block_text {
    margin-top: 2rem;
  }
}

/* interviews
--------------------------------*/
.p-interviews {
  background: #f7f6f3;
  position: relative;
  padding: 0 0 17rem;
}
.p-interviews::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 123.6rem;
  height: 55.5rem;
  background: url("../img/index/text_interviews_02.png") no-repeat center center/contain;
}
.p-interviews .heading {
  background: url("../img/index/bg_interviews_01.png") no-repeat center center/cover;
  height: 47.5rem;
  padding: 15rem 0 25.3rem;
  position: relative;
}
.p-interviews .heading .ja {
  font-size: 2.4rem;
  color: #FFFFFF;
  line-height: 1.75;
  text-align: center;
}
.p-interviews .heading .ja span {
  position: relative;
  padding-left: 3rem;
}
.p-interviews .heading .ja span::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 1rem;
  background: #d2d2d2;
  transform: skewX(-20deg);
  width: 4px;
  height: 3rem;
}
.p-interviews .heading .en {
  text-align: center;
  position: absolute;
  top: 6.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 101.1rem;
}
.p-interviews .wrap {
  position: relative;
  z-index: 1;
}
.p-interviews .list {
  margin-top: -22rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-interviews .list_li {
  width: 55rem;
  padding-left: 0;
}
.p-interviews .list_li::before {
  content: none;
}
.p-interviews .list_li:nth-child(2n) {
  margin-top: 75px;
}
.p-interviews .list_li a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interviews .list_li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-interviews .list_li a:hover {
    opacity: 0.7;
  }
}
.p-interviews .list_li .img {
  padding-bottom: 2rem;
}
.p-interviews .list_li .text-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-interviews .list_li .text-box .info {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  display: inline-flex;
}
.p-interviews .list_li .text-box .info .year {
  background: #FFFFFF;
  display: inline-block;
  padding: 0.8rem 0.5rem;
}
.p-interviews .list_li .text-box .info .job {
  color: #FFFFFF;
  background: #1e1e1e;
  display: inline-block;
  padding: 0.8rem 0.5rem;
}
.p-interviews .list_li .text-box .name {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  background: #1e1e1e;
  display: flex;
  align-items: center;
  padding: 1rem 5rem 1rem 1rem;
  position: relative;
}
.p-interviews .list_li .text-box .name::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 2.5rem;
  height: 2rem;
  transform: translateY(-50%);
  background: url("../img/common/icon_button_white_02.svg") no-repeat center center/contain;
}
.p-interviews .list_li .text-box .name .en {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  margin-left: 1.5rem;
  margin-top: 0.6rem;
}
.p-interviews .button {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-interviews::before {
    width: 90%;
    bottom: -3rem;
  }
  .p-interviews .heading {
    height: 36.5rem;
    padding: 15rem 0 18.3rem;
  }
  .p-interviews .heading .en {
    width: 90%;
  }
  .p-interviews .list {
    margin-top: -15rem;
    padding: 0 4rem;
  }
  .p-interviews .list_li {
    padding-left: 0;
  }
  .p-interviews .list_li::before {
    content: none;
  }
  .p-interviews .list_li:nth-child(n+1) {
    margin-top: 40px;
  }
  .p-interviews .list_li .text-box .name {
    display: block;
  }
  .p-interviews .button {
    text-align: center;
  }
}

/* about
--------------------------------*/
.bg-diagonal {
  position: relative;
}
.bg-diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  right: -35%;
  width: 100%;
  height: 100%;
  background: #f7f6f3;
  transform: skewX(-25deg);
}

.p-about {
  position: relative;
  padding: 8.5rem 0 20rem;
}
.p-about .wrap {
  position: relative;
}
.p-about .text-box {
  position: relative;
  z-index: 1;
}
.p-about .text {
  font-size: 2rem;
  line-height: 2.4;
  margin-top: 9rem;
}
.p-about .button {
  margin-top: 7rem;
}
.p-about .img-box {
  position: absolute;
  top: -16rem;
  right: -3rem;
  width: 90.9rem;
}
.p-about .img-box img:nth-child(2) {
  position: absolute;
  top: 55rem;
  left: 46rem;
}
@media screen and (max-width: 767px) {
  .p-about .img-box {
    width: 80%;
    right: -8rem;
  }
  .p-about .button a {
    margin-inline: auto;
  }
}

/* business
--------------------------------*/
.p-business {
  position: relative;
  z-index: 1;
  padding: 0 0 15rem;
}
.p-business .heading {
  display: grid;
  justify-items: center;
  align-items: center;
}
.p-business .list {
  display: flex;
  margin-top: 7rem;
}
.p-business .list_li {
  width: 36rem;
  margin-right: 5.5rem;
  padding-left: 0;
}
.p-business .list_li::before {
  content: none;
}
.p-business .list_li:nth-child(3n) {
  margin-right: 0;
}
.p-business .list_li .title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-business .list_li .img {
  margin-top: -2rem;
}
.p-business .list_li .img img {
  width: 100%;
}
.p-business .list_li .text {
  margin-top: 2rem;
}
.p-business .button {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-business .list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-business .list_li {
    margin-right: 0;
  }
  .p-business .list_li + .list_li {
    margin-top: 4rem;
  }
}

/* workstyle
--------------------------------*/
.p-workstyle {
  background: url("../img/index/bg_workstyle_01.jpg") no-repeat center center/cover;
  position: relative;
  padding: 11rem 0 9rem;
}
.p-workstyle .wrap {
  position: relative;
}
.p-workstyle .heading {
  position: relative;
  z-index: 1;
}
.p-workstyle .heading .en {
  width: 43.4rem;
}
.p-workstyle .img {
  position: absolute;
  top: -17.3rem;
  right: -8.5rem;
  width: 107.6rem;
}
.p-workstyle .text {
  font-size: 2rem;
  line-height: 2.4;
  line-height: 2;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-workstyle .text-box {
    margin-top: 17rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .p-workstyle .text {
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-workstyle .heading .en {
    width: 66%;
  }
  .p-workstyle .img {
    width: 88%;
    right: -2rem;
    top: -7rem;
  }
  .p-workstyle .text-box {
    margin-top: 5rem;
  }
  .p-workstyle .button {
    margin-top: 6rem;
  }
  .p-workstyle .button a {
    margin-inline: auto;
  }
}

/* joblist
--------------------------------*/
.p-joblist {
  position: relative;
  z-index: 1;
  padding: 17.5rem 0 15.4rem;
}
.p-joblist .text-box {
  position: relative;
  z-index: 1;
}
.p-joblist .heading {
  display: grid;
  justify-items: center;
  align-items: center;
}
.p-joblist .heading .en {
  text-shadow: 0 0 15px #FFFFFF;
}
.p-joblist .text {
  font-size: 2rem;
  line-height: 2.4;
  margin-top: 7rem;
}
.p-joblist .button {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-joblist .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120rem;
  }
  .p-joblist .text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-joblist {
    margin-top: 10rem;
    padding: 14rem 0 10rem;
  }
  .p-joblist .text {
    margin-top: 12rem;
  }
  .p-joblist .img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 135%;
  }
}
