/* Scss Document */
/* foundation
------------------------------------------------------ */
.p-di-activity:before, .p-diversity-lead:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-diversity-di-activity .l-wrapper, .p-diversity-statement .l-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* js
------------------------------------------------------ */
/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1320px) {
  .l-wrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .l-wrapper {
    width: 87.5vw;
  }
}

.l-subWrapper {
  width: 1050px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1050px) {
  .l-subWrapper {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .l-subWrapper {
    width: 87.5vw;
  }
}

/* object
------------------------------------------------------ */
/* component */
/* project */
.p-diversity h2 {
  color: #202020;
  text-align: center;
  display: block;
}
.p-diversity h2:after {
  content: none;
}
.p-diversity-mv {
  width: 100%;
}
.p-diversity-mv .slick-list {
  padding: 0 20px !important;
}
@media screen and (max-width: 600px) {
  .p-diversity-mv .slick-list {
    padding: 0 50px !important;
  }
}
.p-diversity-mv .slick-slide {
  margin: 0 10px;
}
.p-diversity-mv .slick-slide.img01 {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .p-diversity-mv .slick-slide.img01 {
    margin-top: 15px;
  }
}
.p-diversity-mv .slick-slide.img02 {
  margin-top: 70px;
}
@media screen and (max-width: 600px) {
  .p-diversity-mv .slick-slide.img02 {
    margin-top: 35px;
  }
}
.p-diversity-lead {
  text-align: center;
  margin-top: 130px;
}
@media screen and (max-width: 600px) {
  .p-diversity-lead {
    margin-top: 60px;
  }
}
.p-diversity-lead:after {
  content: "";
  background-image: url(../img/diversity/lead_img02.png);
  width: 1066px;
  height: 316px;
  margin: 60px auto 0 auto;
  display: block;
}
@media screen and (max-width: 1050px) {
  .p-diversity-lead:after {
    width: 83.75vw;
    height: 0;
    padding-top: 29.850746%;
  }
}
@media screen and (max-width: 600px) {
  .p-diversity-lead:after {
    margin: 20px auto 0 auto;
  }
}
.p-diversity-lead figure {
  width: 100%;
  max-width: 1013px;
  margin: 0 auto 90px auto;
}
@media screen and (max-width: 600px) {
  .p-diversity-lead figure {
    margin: 0 auto 30px auto;
  }
}
.p-diversity-lead h2 {
  font-size: 64px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 600px) {
  .p-diversity-lead h2 {
    font-size: 21px;
    margin: 0 auto 35px auto;
  }
}
.p-diversity-lead h2 span {
  margin: 0;
}
.p-diversity-lead h2 span:nth-of-type(1) {
  color: #d36f32;
}
.p-diversity-lead h2 span:nth-of-type(2) {
  color: #d5c900;
}
.p-diversity-lead h2 span:nth-of-type(3) {
  color: #16c5c2;
}
.p-diversity-lead h2 span:nth-of-type(4) {
  color: #6bc40c;
}
.p-diversity-lead p {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .p-diversity-lead p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.p-diversity-statement {
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .p-diversity-statement {
    margin-top: 30px;
  }
}
.p-diversity-statement .l-wrapper {
  background-image: url(../img/diversity/statement_bg_pc.png);
  padding: 15px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .p-diversity-statement .l-wrapper {
    background-image: url(../img/diversity/statement_bg_sp.png);
    padding: 8px;
    border-radius: 10px;
  }
}
.p-diversity-statement__wrapper {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 120px;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .p-diversity-statement__wrapper {
    padding: 120px 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-diversity-statement__wrapper {
    padding: 50px 20px;
    border-radius: 2px;
  }
}
.p-diversity-statement__wrapper h1::after {
  display: none;
}
.p-diversity-statement__wrapper h1, .p-diversity-statement__wrapper h2 {
  color: #202020;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left !important;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 600px) {
  .p-diversity-statement__wrapper h1, .p-diversity-statement__wrapper h2 {
    font-size: 21px;
    margin: 0 auto 30px auto;
  }
}
.p-diversity-statement__wrapper p {
  color: #202020;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (max-width: 600px) {
  .p-diversity-statement__wrapper p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.p-diversity-statement__wrapper p:nth-of-type(n+2) {
  margin-top: 2em;
}
.p-diversity-di-activity {
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .p-diversity-di-activity {
    margin-top: 45px;
  }
}
.p-diversity-di-activity .l-wrapper {
  background-image: url(../img/diversity/di-activity_bg_pc.jpg);
  min-height: 300px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .p-diversity-di-activity .l-wrapper {
    background-image: url(../img/diversity/di-activity_bg_sp.jpg);
  }
}
.p-diversity-di-activity__wrapper {
  width: 100%;
  padding: 0 80px;
}
@media screen and (max-width: 1024px) {
  .p-diversity-di-activity__wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-diversity-di-activity__wrapper {
    padding: 50px 15px;
  }
}
.p-diversity-di-activity__wrapper h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-align: left !important;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 600px) {
  .p-diversity-di-activity__wrapper h2 {
    font-size: 24px;
  }
}
.p-diversity-di-activity__wrapper p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .p-diversity-di-activity__wrapper p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.p-diversity-di-activity__wrapper .btn_style {
  margin: 30px auto 0 0;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .p-diversity-di-activity__wrapper .btn_style {
    width: 75% !important;
    margin: 20px auto 0 auto;
  }
}

.p-di-activity {
  position: relative;
}
.p-di-activity:before {
  content: "";
  background-image: url(../img/diversity/di-activity_bg.svg);
  width: 676px;
  height: 581px;
  position: absolute;
  top: -115px;
  right: -50px;
}
@media screen and (max-width: 600px) {
  .p-di-activity:before {
    width: 150px;
    height: 129px;
    top: -92px;
    right: 30px;
  }
}
.p-di-activity * {
  word-break: normal;
}
.p-di-activity-header {
  padding: 160px 0 230px 0;
}
@media screen and (max-width: 600px) {
  .p-di-activity-header {
    padding: 20px 0 50px 0;
  }
}
.p-di-activity-header h1 {
  color: #202020;
  font-size: 60px;
  margin-bottom: 40px;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .p-di-activity-header h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
.p-di-activity-header h1:after {
  content: none;
}
.p-di-activity-header p {
  position: relative;
}
.p-di-activity-posts:nth-of-type(n+2) {
  margin-top: 60px;
}
.p-di-activity-posts h2 {
  font-size: 36px;
  margin: 0 auto 40px 0;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 600px) {
  .p-di-activity-posts h2 {
    font-size: 21px;
    margin: 0 auto 25px 0;
  }
}
.p-di-activity-posts h2:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #0e335f;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .p-di-activity-posts h2:after {
    width: 18px;
  }
}
.p-di-activity-posts h3:not(.p-di-activity-item__title) {
  color: #202020;
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .p-di-activity-posts h3:not(.p-di-activity-item__title) {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
.p-di-activity-posts > div:nth-of-type(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .p-di-activity-posts > div:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.p-di-activity-item {
  border-bottom: 1px #d0d0d0 solid;
}
.p-di-activity-item__title {
  color: #0e335f;
  font-size: 20px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .p-di-activity-item__title {
    font-size: 16px;
    padding: 10px 0;
    justify-content: space-between;
  }
}
.p-di-activity-item__title span {
  color: #202020;
  background-color: #eeeeee;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-left: 30px;
  padding: 0 20px 0 30px;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .p-di-activity-item__title span {
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 1;
    margin: 0 10px;
    padding: 0;
    border-radius: 50%;
  }
}
.p-di-activity-item__title span:before {
  content: "";
  width: 10px;
  height: 6px;
  border-top: 6px #0e335f solid;
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .p-di-activity-item__title span:before {
    width: 7px;
    height: 4px;
    border-top-width: 4px;
    border-left-width: 3.5px;
    border-right-width: 3.5px;
    left: 0;
    right: 0;
  }
}
.p-di-activity-item__title.is-open span:before {
  transform: rotate(180deg);
}
.p-di-activity-item > div {
  padding: 10px 0 60px 0;
  display: none;
}
@media screen and (max-width: 600px) {
  .p-di-activity-item > div {
    padding: 15px 0 40px 0;
  }
}
.p-di-activity-item > div div p:nth-of-type(n+2) {
  margin-top: 1.5em;
}
.p-di-activity-item > div div figure img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.p-di-activity-item > div.is-active {
  display: block;
}
.p-di-activity-item > div .col1 figure {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 600px) {
  .p-di-activity-item > div .col1 figure {
    margin: 20px auto 0 auto;
  }
}
.p-di-activity-item > div .col2_1,
.p-di-activity-item > div .col2_2,
.p-di-activity-item > div .col3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .p-di-activity-item > div .col2_1,
  .p-di-activity-item > div .col2_2,
  .p-di-activity-item > div .col3 {
    display: block;
  }
}
.p-di-activity-item > div .col2_1 > div {
  width: calc(65% - 60px);
}
@media screen and (max-width: 600px) {
  .p-di-activity-item > div .col2_1 > div {
    width: 100%;
  }
}
.p-di-activity-item > div .col2_1 > figure {
  width: 35%;
}
@media screen and (max-width: 600px) {
  .p-di-activity-item > div .col2_1 > figure {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
.p-di-activity-item > div .col2_2 > div {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 600px) {
  .p-di-activity-item > div .col2_2 > div {
    width: 100%;
  }
}
.p-di-activity-item > div .col2_2 > figure {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 600px) {
  .p-di-activity-item > div .col2_2 > figure {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
.p-di-activity-item > div .col3 > div {
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 600px) {
  .p-di-activity-item > div .col3 > div {
    width: 100%;
  }
}
.p-di-activity-item > div .col3 > figure {
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 600px) {
  .p-di-activity-item > div .col3 > figure {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
.p-di-activity .btn_style {
  margin: 60px auto 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .p-di-activity .btn_style {
    width: 75% !important;
    margin: 40px auto 0 auto;
  }
}

/* utility */

/*# sourceMappingURL=diversity.css.map */