@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* title-wrap
============================================================ */
.title-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.title-wrap .tittle-en {
  font-size: 50px;
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
  letter-spacing: 4px;
}
.title-wrap .tittle-ja {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #ed852c;
  margin-top: 25px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .title-wrap {
    margin-bottom: 28px;
  }
  .title-wrap .tittle-en {
    font-size: 20px;
  }
  .title-wrap .tittle-ja {
    font-size: 12px;
    margin-top: 10px;
  }
}

/* section-kv
============================================================ */
.section-kv {
  height: calc(100vh - 80px);
  position: relative;
}

/* kv-00-wrap */
.kv-00-wrap-hidden {
  overflow: hidden;
}
.kv-00-wrap {
  width: 500px;
  height: calc(100vh - 80px - 80px);
  background: url(../img/top/kv-img-1.png) center top no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.kv-00-wrap span {
  width: 396px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
.kv-00-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.kv-00-wrap:hover {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.kv-00-wrap:hover img {
  -webkit-transform: scale(1,1) !important;
  transform: scale(1,1) !important;
}

/* topics */
.topics-col-1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 80px;
  padding-top: 21px;
  padding-right: 40px;
  box-sizing: border-box;
  background-color: #fff;
}
.topics-col-1 .title {
  width: 188px;
  position: absolute;
  top: 0;
  left: 0;
}
.topics-body-wrap {
  padding-left: 230px;
}
.topics-date {
  width: 100px;
  float: left;
  display: block;
  font-weight: normal;
  color: #8ea8a8;
}
.topics-caption {
  width: calc(100% - 100px);
  display: block;
  float: left;
}
.topics-caption a {
  font-weight: normal;
  color: #222;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.topics-caption a:hover {
  text-decoration: underline;
}
.section-kv-inner {
  display: flex;
}

.kv-sp-message-wrap {
  display: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .section-kv {
    height: auto;
  }

  /* kv-00-wrap */
  .kv-00-wrap {
    width: 100%;
    height: auto;
    background: none;
    display: none;
  }
  .topics-col-1 {
    display: none;
  }

  .section-kv-inner {
    display: block;
  }

  .kv-sp-message-wrap {
    display: block;
  }
  .kv-sp-message-wrap a {
    display: block;
  }
}

/* occupation-person-list
============================================================ */
.kv-all-wrap {
  width: calc(100% - 500px);
  height: calc(100vh - 80px - 80px);
}
.kv-all-wrap .min-wrap {
  width: 400px;
}
.kv-all-wrap .max-wrap {
  width: 800px;
}
.occupation-person-list {
  display: flex;
}
.occupation-person-list.left-large-img {
  flex-direction: row-reverse;
}



.occupation-person-list {
  /* display: flex;
  flex-wrap: wrap; */
  width: 100%;
  background: #f5f6f9;
}
.occupation-person-list .person-li {
  position: relative;
  /* width: calc(100% / 3); */
}
.occupation-person-list .person-li.wide {
  /* width: calc(100% / 3 * 2); */
}
.occupation-person-list .person-li .person-link {
  display: block;
  position: relative;
}
.occupation-person-list .person-li .person-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 35%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: .2;
}
.occupation-person-list .person-li .person-link .img-block {
  overflow: hidden;
}
.occupation-person-list .person-li .person-link img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.occupation-person-list .person-li .person-link:hover img {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.occupation-person-list .person-li .person-info {
  position: absolute;
  /* left: 40px;
  bottom: 33px;
  z-index: 2;
  width: calc(100% - 80px); */
  box-sizing: border-box;

  left: 2.083vw;
  bottom: 1.719vw;
  z-index: 2;
  width: calc(100% - 4.167vw);
}
.occupation-person-list .person-li .person-info .person-info-title {
  display: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.occupation-person-list .person-li:hover .person-info .person-info-title {
  display: flex;
  flex-wrap: wrap;
}
.occupation-person-list .person-li .person-info .person-info-title span {
  background: #fff;
  color: #ea7567;
  /* padding: 11px 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -1px; */

  padding: 0.573vw 0.521vw;
  font-size: 1.042vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.052vw;
}
.occupation-person-list .person-li .person-info .person-info-tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* margin-top: 10px; */

  margin-top: 0.521vw;
}
.occupation-person-list .person-li .person-info .person-info-tags li {
  color: #fff;
  /* margin-right: 15px;
  font-size: 14px; */
  font-weight: 600;
  line-height: 2;
  cursor: pointer;

  margin-right: 0.781vw;
  font-size: 0.729vw;
}
.occupation-person-list .person-li .person-info .person-info-tags li.active {
  color: #ea7567;
}
@media screen and (max-width: 1701px) {
  .occupation-person-list .person-li .person-info .person-info-title span {
    font-size: 1.1758vw;
  }
  .occupation-person-list .min-wrap .person-li .person-info .person-info-title span {
    font-size: .1758vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .kv-all-wrap {
    display: none;
  }
  .occupation-person-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #f5f6f9;
  }
  .occupation-person-list .person-li {
    width: calc(100% / 2);
  }
  .occupation-person-list .person-li.wide {
    width: 100%;
    order: 99;
  }
  .occupation-person-list .person-li .person-link img {
    -webkit-transition: none;
    transition: none;
  }
  .occupation-person-list .person-li .person-link:hover img {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  .occupation-person-list .person-li .person-info {
    left: 15px;
    bottom: 9px;
    width: calc(100% - 30px);
  }
  .occupation-person-list .person-li .person-info .person-info-title {
    display: none;
    opacity: 0;
  }
  .occupation-person-list .person-li .person-info .person-info-title span {
    padding: 7px 5px;
    font-size: 2.67vw;
  }
  .occupation-person-list .person-li .person-info .person-info-tags li {
    margin-right: 13px;
    font-size: 2.4vw;
    line-height: 1.8;
  }

  .occupation-person-list .person-li:nth-child(n + 7) {
    display: none;
  }
}

/* section-col2-wrap
============================================================ */
.section-col2-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-col2-wrap > * {
  width: 50%;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .section-col2-wrap {
    display: block;
  }
  .section-col2-wrap * {
    width: 100%;
  }
}

/* -business
============================================================ */
.-business {
  background-color: #f5f6f9;
}
.-business a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 100px 0;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.-business a:hover {
  text-decoration: none;
  opacity: .7;
}
/* .-business .desk-block, */
.-business .img-block {
  height: 600px;
}
.-business .img-block .img {
  display: block;
  width: 100%;
  height: 600px;
  background: url(../img/top/top-img-1.png) center no-repeat;
  background-size: cover;
}
.-business .desk-block {
}
.-business .desk-block .text {
  position: relative;
  padding-bottom: 53px;
}
.-business .desk-block .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .-business {
    padding-top: 75px;
    padding-bottom: 85px;
  }
  .-business a {
    padding: 0 20px 0;
    -webkit-transition: none;
    transition: none;
    position: relative;
  }
  .-business a:hover {
    opacity: 1;
  }
  .-business .desk-block,
  .-business .img-block {
    height: auto;
  }
  .-business .img-block {
    display: none;
  }
  .-business .desk-block {
  }
  .-business .desk-block .text {
    position: relative;
    padding-bottom: 53px;
  }
  .-business .desk-block a::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -15px;
    right: auto;
    left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    border: solid 2px #222;
    box-sizing: border-box;
  }
  .-business .desk-block a::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateY(0)  translateX(-50%);
    transform: rotate(45deg) translateY(0)  translateX(-50%);
  }
}

/* -career -sdgs
============================================================ */
.-career .title-wrap *,
.-sdgs .title-wrap * {
  color: #fff;
}
.-career .img-block,
.-sdgs .img-block {
  height: 500px;
}
.-career .img-block,
.-sdgs .img-block {
  position: relative;
}
.-career .img-block .title-wrap,
.-sdgs .img-block .title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.-career .desk-block .title,
.-sdgs .desk-block .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}
.-career a,
.-sdgs a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 100px;
  padding-right: 175px;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}
.-career .desk-block a::after,
.-sdgs .desk-block a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.-career a:hover,
.-sdgs a:hover {
  text-decoration: none;
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .-career,
  .-sdgs {
    padding: 70px 20px 0;
    background-color: #f5f6f9;
  }
  .-career .img-block,
  .-sdgs .img-block {
    height: 200px;
    padding: 0 0 0;
    box-sizing: border-box;
  }
  .-career .desk-block .title,
  .-sdgs .desk-block .title {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .-career a,
  .-sdgs a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 41px 20px 50px;
    padding-right: 20px;
    -webkit-transition: none;
    transition: none;
  }
  .-career .desk-block a::before,
  .-sdgs .desk-block a::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -15px;
    right: auto;
    left: 20px;
    width: calc(100% - 40px);
    height: 50px;
    border: solid 2px #222;
    box-sizing: border-box;
  }
  .-career .desk-block a::after,
  .-sdgs .desk-block a::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateY(0)  translateX(-50%);
    transform: rotate(45deg) translateY(0)  translateX(-50%);
  }
  .-career .desk-block,
  .-sdgs .desk-block {
    padding: 0 20px 60px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .-career a:hover,
  .-sdgs a:hover {
    text-decoration: none;
    opacity: .7;
  }
}

/* -career
============================================================ */
.-career .img-block .img {
  display: block;
  width: 100%;
  height: 500px;
  background: url(../img/top/top-img-2.png) center no-repeat;
  background-size: cover;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .-career .img-block .img {
    height: 200px;
  }
}

/* -sdgs
============================================================ */
.-sdgs {
  flex-direction: row-reverse;
}
.-sdgs .img-block .img {
  display: block;
  width: 100%;
  height: 500px;
  background: url(../img/top/top-img-3.png) center no-repeat;
  background-size: cover;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .-sdgs .img-block .img {
    height: 200px;
  }
}

/* section-news
============================================================ */
.section-news {
  padding: 140px 0 130px;
  background-color: #f5f6f9;
}
.section-news .bottom-btn {
  margin-top: 70px;
  text-align: center;
}
.section-news .bottom-btn a {
  display: inline-block;
  font-weight: bold;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-news .bottom-btn a:hover {
  text-decoration: none;
  opacity: .7;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .section-news {
    padding: 70px 0 70px;
  }
  .section-news .bottom-btn {
    margin-top: 35px;
  }
  .section-news .bottom-btn a {
    -webkit-transition: none;
    transition: none;
  }
  .section-news .bottom-btn a:hover {
    opacity: 1;
  }
}

/* occupation-img-list
============================================================ */
.occupation-img-list {
}
.occupation-img-list ul {
  display: flex;
}
.occupation-img-list li {
  width: calc(100% / 5);
  position: relative;
}
.occupation-img-list li a {
}
.occupation-img-list li .img {
  overflow: hidden;
}
.occupation-img-list li .img img {
  /* -webkit-filter: blur(10px);
  filter: blur(10px); */
}
.occupation-img-list .img .is-on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.occupation-img-list a:hover .img .is-off {
  opacity: 0;
}
.occupation-img-list .img .is-off {
  position: relative;
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.occupation-img-list {
}
.occupation-img-list .title-wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 68px;
  z-index: 3;
}
.occupation-img-list .title-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24px;
  height: 5px;
  background: url(../img/top/arrow-wh.png) 0 0 no-repeat;
  background-size: 24px auto;
}
.occupation-img-list .title-wrap {
  text-align: center;
}
.occupation-img-list .title-wrap .icon {
  width: 50px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}
.occupation-img-list .title-wrap .title-ja,
.occupation-img-list .title-wrap .title-en {
  color: #fff;
  line-height: 1;
}
.occupation-img-list .title-wrap .title-ja {
  font-size: 18px;
  font-weight: bold;
}
.occupation-img-list .title-wrap .title-en {
  font-size: 12px;
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 2px;
  margin-top: 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .occupation-img-list {
  }
  .occupation-img-list ul {
    display: block;
  }
  .occupation-img-list li {
    width: 100%;
    position: relative;
  }
  .occupation-img-list .img .is-on,
  .occupation-img-list .img .is-off {
    display: none;
  }
  .occupation-img-list .title-wrap {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 0;
  }
  .occupation-img-list .title-wrap::after {
    display: none;
  }
  .occupation-img-list .title-wrap .icon {
    width: 30px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
    display: block;
  }
  .occupation-img-list .title-wrap .title-ja {
    font-size: 15px;
  }
  .occupation-img-list .title-wrap .title-en {
    font-size: 10px;
    margin-top: 10px;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .hoge {
  }
}


