@charset "UTF-8";

/*-------------------------------------------------------

メインビジュアル

----------------------------------------------------------*/
.diversity_h2-img-ttl {
  padding-top: 228px;
  background-color: #f7f6f0;
}

@media screen and (max-width: 767px) {
  .diversity_h2-img-ttl {
    padding-top: 44vw;
  }
}

.posi-rel {
  position: relative;
}

.mv-txt {
  display: inline-block;
  color: #fff;
  background-color: #ebb912;
  padding: 40px 80px 25px 45px;
  position: absolute;
  right: 0;
  bottom: -110px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.mv-txt span {
  margin-left: 13px;
  font-weight: 700;
}

.mv-txt__wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .mv-txt {
    padding: 30px;
    bottom: -180px;
  }

  .mv-txt__wrapper {
    flex-direction: column;
  }
}

.mv-txt img {
  padding-bottom: 10px;
}

.mv-txt_ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.mv-txt__occupation {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 22.8px;
  border-top: 1px solid #fff;
}

.mv-txt__year {
  display: inline-block;
  padding-top: 34px;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .mv-txt img {
    width: 159.63px;
  }

  .mv-txt_ttl {
    font-size: 18px;
  }

  .mv-txt__occupation {
    font-size: 16px;
    margin-top: 15px;
    width: fit-content;
  }

  .mv-txt__year {
    padding-top: 0;
    margin-left: 0;
  }
}

/*-------------------------------------------------------


----------------------------------------------------------*/
h4 {
  color: #000;
}

.diversity_mv-txt {
  display: inline-block;
  color: #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .diversity_mv-txt {
    width: 100%;
  }
}

.diversity-maintxt {
  text-align: center;
  color: #000;
  line-height: 2;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .diversity-maintxt {
    text-align: left;
    font-size: 16px;
    padding: 0 5%;
    margin-top: 216px;
  }
}

.diversity-maintxt p {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .diversity-maintxt p:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .diversity_mv-txt img {
    width: 75%;
    margin: 0 auto;
  }
}

.diversity_mv-txt_ttl_01 {
  font-size: 34px;
  font-weight: bold;
}

.diversity_mv-txt_ttl_02 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .diversity_mv-txt_ttl_01 {
    font-size: 28px;
    padding-bottom: 10px;
  }

  .diversity_mv-txt_ttl_02 {
    font-size: 14px;
    padding-top: 10px;
  }
}

/*-------------------------------------------------------



----------------------------------------------------------*/
.diversity-01 {
  width: 80%;
  max-width: 1000px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .diversity-01 {
    margin-top: 80px;
    width: 90%;
    font-size: 16px;
  }
}

.diversity-01__ttl {
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
  letter-spacing: 0.03em;
  position: relative;
}

.diversity-01__ttl img {
  display: inline;
}

@media screen and (max-width: 767px) {
  .diversity-01__ttl {
    font-size: 20px;
    line-height: 1.5;
  }
}

.diversity-01 p img {
  display: inline;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.diversity-01__ttl:before {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -24px;
  /*下線の上下の位置*/
  left: 50%;
  width: 50px;
  /*下線の幅*/
  height: 3px;
  /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置の調整*/
  background-color: #c1c1c1;
  /*下線の色*/
}

/** 矢印用スタイル */
.prev-arrow,
.next-arrow {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
}

.prev-arrow {
  left: -20px;
}

.next-arrow {
  right: -20px;
}

.anchor-area {
  width: 36%;
  max-width: 1000px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.anchor-list {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.anchor-list img {
  margin-top: 20px;
}

.anchor-list li {
  width: 100%;
  height: 125px;
  border-left: 1px solid #000;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}

.anchor-list li:first-child {
  border-left: none;
}

.anchor-list a {
  line-height: 1.25;
}

.lead {
  margin: 68px auto 0px;
  width: 75%;
  line-height: 2;
  text-align: center;
  font-size: 16px;
}

.lead02 {
  margin: 68px auto 0px;
  width: 68%;
  line-height: 2;
  text-align: center;
}

.noteList {
  margin-top: 40px;
  margin-bottom: 13px;
  font-size: 14px;
  color: #e06d6d;
}

.img_layout-2 figure {
  max-width: 39vw;
  overflow: hidden;
}

.anchor-list li:first-child:before {
  content: none;
}

.img_layout-2 img:hover {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}

.img_layout-2 img {
  transition: 0.5s all;
}

.img_layout-2 + .img_layout-3 {
  margin-top: 20px;
  justify-content: space-between;
}

.img_layout-3 figure {
  max-width: 25.5vw;
  overflow: hidden;
}

.img_layout-3 img {
  transition: 0.5s all;
}

.img_layout-3 img:hover {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}

.img_layout-3 figure:nth-child(n + 4) {
  margin-top: 20px;
}

.diversity-01:last-child {
  margin-bottom: 80px;
}

.year2021 {
  background-color: #fff !important;
  position: relative;
  padding: 0 !important;
}

.year2021 p {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .anchor-list {
    flex-direction: column;
  }

  .anchor-list li {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid;
    padding-top: 14px;
    padding-bottom: 10px;
    height: 55px;
    border-left: none;
    text-align: left;
    font-size: 16px;
  }

  .anchor-list li:first-child {
    border-top: 2px solid;
  }

  .anchor-area {
    width: 75%;
    margin-top: 80px;
  }

  .lead {
    margin: 83px auto 96px;
    width: 100%;
    line-height: 32px;
    padding: 0 5%;
    text-align: left;
  }

  .lead02 {
    margin: 60px 0 20px;
    width: 100%;
    line-height: 32px;
    padding: 0;
    text-align: left;
  }

  .img_layout-2 figure {
    max-width: 100%;
  }

  .img_layout-2 figure + figure {
    margin-top: 12px;
  }

  .img_layout-2 + .img_layout-3 {
    margin-top: 12px;
  }

  .img_layout-3 figure {
    max-width: 43.5vw;
  }

  .img_layout-3 figure:first-child {
    margin-top: 0;
  }

  .img_layout-3 figure:nth-child(n + 3) {
    margin-top: 12px;
  }
}

.action_area {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  margin-top: 94px;
}

.action_area_pt {
  padding-top: 20px;
}

.action_text {
  padding-top: 20px;
  padding-left: 44px;
  margin-right: 17px;
  width: 79%;
}

.action_img:after {
  width: 240px;
  content: "";
  height: 240px;
  line-height: 200px;
  background-color: rgb(251 233 233);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

.action-area-02 .action_img:after {
  background-color: rgb(237 243 221);
}

.action-area-03 .action_img:after {
  background-color: rgb(252 245 219);
}

.action-area-04 .action_img:after {
  background-color: rgb(236 233 244);
}

.action-area-05 .action_img:after {
  background-color: rgb(253 241 235);
}

.action1-pr {
  padding-right: 20px;
}

.action_img {
  position: relative;
  display: flex;
  width: 30%;
  height: 240px;
  justify-content: center;
  align-items: center;
}

.action_header {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}

.action_area + .action_area {
  margin-top: 35px;
}

.action_desc {
  padding-top: 24px;
  border-top: 1px dashed #e06d6d;
}

.action-area-02 .action_desc {
  border-top: 1px dashed #87ad20;
}

.action-area-03 .action_desc {
  border-top: 1px dashed #ebb912;
}

.action-area-04 .action_desc {
  border-top: 1px dashed #826eb5;
}

.action-area-05 .action_desc {
  border-top: 1px dashed #ea7639;
}

.img_layout-3 {
  justify-content: flex-start;
}

.img_layout-3 li {
  width: 320px;
  /* overflow: hidden; */
  background-color: #f7f6f0;
  padding: 40px;
  height: 204px;
  /* text-align: center; */
  /* flex-direction: row; */
  /* display: flex; */
  /* align-items: center; */
  /* flex-direction: column; */
  margin-right: 8px;
}

.img_layout-3 li:nth-child(n + 4) {
  margin-top: 8px;
}

.img_layout-3 li:nth-child(3) {
  margin-right: 0;
}

.data {
  text-align: center;
  color: #000;
  padding-top: 15px;
}

.data_head {
  font-size: 16px;
  font-weight: bold;
}

.data_big {
  font-size: 33px;
  font-weight: bold;
  margin-top: 14px;
}

.data_big span {
  font-size: 66px;
  font-weight: bold;
}

.data_small {
  font-size: 16px;
  margin-top: 12px;
}

.data_area {
  margin-top: 94px;
  display: flex;
  justify-content: center;
}

.sec03 .lead {
  margin-top: 80px;
  text-align: center;
}

.sec03_lead {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  color: #000;
}

.arrow_box {
  position: relative;
  background: #fff;
  border: 2px solid #87ad20;
  border-radius: 30px;
  padding: 40px;
}

.sec03 {
  margin-top: 110px;
}

.arrow_box:before {
  content: url(/recruit/graduate/images/diversity/comment_arrow.svg);
  width: 20px;
  height: 30px;
  left: -25.5px;
  position: absolute;
}

.comment_box.reverse {
  flex-direction: row-reverse;
}

.reverse .arrow_box:before {
  content: url(/recruit/graduate/images/diversity/comment_arrow.svg);
  right: -25px;
  left: auto;
  transform: rotate(180deg);
}

.comment_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 55px;
}

.comment_box .arrow_box {
  width: 85%;
}

.comment_header {
  font-size: 20px;
  font-weight: bold;
  color: #87ad20;
}

.comment_header_sub {
  font-weight: bold;
  margin-bottom: 23px;
}

.comment_detail {
  padding-top: 23px;
  border-top: 1px dashed #87ad20;
  text-align: left;
}

.sec04 {
  width: 100%;
  text-align: center;
  background: url(/recruit/graduate/images/diversity/message_background_pc.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 825px;
  padding-top: 100px;
  padding-bottom: 200px;
}

.message_title {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  margin: 80px 0 50px;
  line-height: 39px;
}

.message_text {
  width: 55%;
  margin: 0 auto;
  text-align: left;
  line-height: 46px;
}

.message_text_end {
  margin-top: 36px;
}

@media screen and (max-width: 1229px) {
  .year2021 {
    width: 32% !important;
  }
}

@media screen and (max-width: 1219px) {
  .img_layout-3 li:nth-child(1),
  .img_layout-3 li:nth-child(2),
  .img_layout-3 li:nth-child(3),
  .img_layout-3 li:nth-child(4),
  .img_layout-3 li:nth-child(5) {
    width: 32%;
  }

  .year2021 {
    width: 32% !important;
  }
}

@media screen and (max-width: 1133px) {
  .img_layout-3 {
    width: 660px;
  }

  .img_layout-3 li:nth-child(n + 3) {
    margin-top: 8px;
    margin-right: 8px;
  }

  .img_layout-3 li:nth-child(1),
  .img_layout-3 li:nth-child(2),
  .img_layout-3 li:nth-child(3),
  .img_layout-3 li:nth-child(4),
  .img_layout-3 li:nth-child(5),
  .year2021 {
    width: 320px;
  }
}

@media screen and (max-width: 819px) {
  .img_layout-3 li:nth-child(1) {
    width: 49%;
  }

  .img_layout-3 li:nth-child(2) {
    width: 48%;
  }

  .img_layout-3 li:nth-child(3) {
    width: 49%;
  }

  .img_layout-3 li:nth-child(4) {
    width: 48%;
  }

  .img_layout-3 li:nth-child(5) {
    width: 49%;
  }

  .year2021 {
    width: 48% !important;
  }
}

@media screen and (max-width: 767px) {
  .img_layout-3 li:nth-child(n + 3) {
    margin-top: 0;
    margin-right: 0;
  }

  .data {
    padding-top: 0;
  }

  .fs-11 {
    font-size: 11px;
  }

  .action_area {
    flex-direction: column;
    margin-top: 58px;
    align-items: center;
  }

  .action_text {
    padding-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .action_header {
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    line-height: 1.5;
  }

  .action_header:after {
    content: "";
    width: 110px;
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translateX(-50%);
  }

  .action_area + .action_area {
    margin-top: 70px;
  }

  .action-area-01 .action_header:after {
    border-top: 1px dashed #e06d6d;
  }

  .action-area-02 .action_header:after {
    border-top: 1px dashed #87ad20;
  }

  .action-area-03 .action_header:after {
    border-top: 1px dashed #ebb912;
  }

  .action-area-04 .action_header:after {
    border-top: 1px dashed #826eb5;
  }

  .action-area-05 .action_header:after {
    border-top: 1px dashed #ea7639;
  }

  .action_desc {
    padding-top: 16px;
    border: none;
    line-height: 32px;
  }

  .action-area-02 .action_desc {
    border-top: none;
  }

  .action-area-03 .action_desc {
    border-top: none;
  }

  .action-area-04 .action_desc {
    border-top: none;
  }

  .action-area-05 .action_desc {
    border-top: none;
  }

  .action_img {
    width: 35%;
  }

  .action-area-02 .action_img,
  .action-area-04 .action_img,
  .action-area-05 .action_img {
    width: 50%;
  }

  .img_layout-3 li {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 8px;
    height: 126px;
    padding: 0;
    /* text-align: center; */
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img_layout-3 li:nth-child(n + 4) {
    margin-top: 0;
  }

  .year2021 {
    height: 1em !important;
  }

  .year2021 p {
    top: 0;
  }

  .data_area {
    margin-top: 60px;
  }

  .data_big {
    font-size: 26px;
    text-align: center;
  }

  .data_big span {
    font-size: 50px;
  }

  p.data_big {
    text-align: center;
  }

  p.data_small {
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
  }

  .sec03 {
    margin-top: 80px;
  }

  .sec03 .lead {
    margin: 60px auto 40px;
    text-align: left;
    padding: 0;
  }

  .sec03_lead_list {
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
  }

  .sec03_lead_list li {
    font-weight: bold;
    /* padding-left: 20px; */
    position: relative;
    list-style: disc;
  }

  .comment_box {
    flex-direction: column;
    margin-top: 70px;
  }

  .comment_box .arrow_box {
    width: 100%;
    padding: 60px 28px 28px 28px;
    text-align: center;
  }

  .comment_header {
    font-size: 18px;
  }

  .comment_header_sub {
    font-size: 14px;
    margin-top: 6px;
  }

  .message_title {
    font-size: 22px;
    margin: 70px 0 40px;
  }

  .message_text {
    width: 100%;
    line-height: 36px;
  }

  .message_text_end {
    margin-top: 26px;
  }

  .sec04 {
    margin: 70px 0 0;
    width: 100%;
    padding: 60px 20px 90px;
    background: url(/recruit/graduate/images/diversity/message_background_sp.svg);
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .arrow_box:before {
    content: "";
    width: 77px;
    height: 77px;
    background-image: url(/recruit/graduate/images/diversity/sec03_icon-01.svg);
    background-size: contain;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    position: absolute;
  }

  .reverse .arrow_box:before {
    content: "";
    width: 77px;
    height: 77px;
    background-image: url(/recruit/graduate/images/diversity/sec03_icon-02.svg);
    background-size: contain;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    position: absolute;
  }
}

.hover_underline:hover {
  text-decoration: underline;
}

/*-------------------------------------------------------

関連コンテンツ

----------------------------------------------------------*/
.related-contents {
  padding-top: 150px;
  margin-bottom: 150px;
  border-top: 1px solid #707070;
  position: relative;
}

.related-contents__ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 33px;
  margin-bottom: 42px;
  color: #000;
}

@media screen and (max-width: 767px) {
  .related-contents {
    padding-top: 60px;
    margin-bottom: 126px;
  }

  .related-contents__ttl {
    font-size: 22px;
    margin-bottom: 46px;
  }
}

.common-btn-7 {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  width: 280px;
  padding: 22.102px 0;
  margin: 0 auto;
  height: 65px;
  line-height: 1.3;
}

.common-btn-7:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.common-btn-7:hover::after {
  content: url(../../images/material/site_icon_white.svg);
}

.common-btn-7::after {
  content: url(../../images/material/site_icon.svg);
  position: absolute;
  top: 50%;
  right: 24.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.related-contents .flex {
  width: 640px;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .related-contents .flex {
    width: 100%;
    display: block;
  }

  .related-contents .flex a:last-child {
    margin-top: 30px;
  }
}

/*-------------------------------------------------------
230704追記
----------------------------------------------------------*/
.year2022 {
  text-align: right;
  margin-right: 20px;
  margin-top: 10px;
}
