@charset "utf-8";

/*
  File Name   : occupation.css
  Description : コンテンツエリア関係 他
*/


/* occupation-header
============================================================ */
.occupation-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: #e29e1a;
}
.occupation-header .occupation-title {
  display: flex;
  align-items: center;
  padding-left: 60px;
  color: #fff;
}
.occupation-header .occupation-title .title-en {
  font-size: 35px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 2px;
  line-height: 1;
}
.occupation-header .occupation-title .title-ja {
  margin: 5px 0 0 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.occupation-header .occupation-menu-list {
  display: flex;
}
.occupation-header .occupation-menu-list li {
  width: 200px;
}
.occupation-header .occupation-menu-list li:nth-child(even) {
  background-color: #eabd27;
}
.occupation-header .occupation-menu-list li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 85px 10px 33px;
  background: no-repeat center 35px;
  background-size: 40px auto;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.occupation-header .occupation-menu-list li.sales a {
  background-image: url(../img/occupation/title-icon-sales.png);
}
.occupation-header .occupation-menu-list li.manufacturing a {
  background-image: url(../img/occupation/title-icon-manufacturing.png);
}
.occupation-header .occupation-menu-list li.management a {
  background-image: url(../img/occupation/title-icon-management.png);
}
.occupation-header .occupation-menu-list li.engineering a {
  background-image: url(../img/occupation/title-icon-engineering.png);
}
.occupation-header .occupation-menu-list li.clerk a {
  background-image: url(../img/occupation/title-icon-clerk.png);
}
.occupation-header .occupation-menu-list li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 5px;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.occupation-header .occupation-menu-list li.active a::after {
  width: 50%;
}
.occupation-header .occupation-menu-list li.all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.occupation-header .occupation-menu-list li.all a {
  display: block;
  width: 110px;
  padding: 10px 10px 10px 43px;
  background: url(../img/occupation/title-icon-all.png) no-repeat 13px calc(50% + 3px);
  background-size: 21px auto;
  border: 2px solid #fff;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  text-align: left;
  line-height: 1;
  letter-spacing: 0;
}
.occupation-header .occupation-menu-list li.all:not(.active) a {
  padding: 10px;
  background: none;
  color: #f2b339;
  border-color: #f2b339;
  text-align: center;
}
.occupation-header .occupation-menu-list li.all.active a::after {
  content: none;
}
@media screen and (max-width: 1701px) {
  .occupation-header .occupation-menu-list li {
    width: 130px;
  }
  .occupation-header .occupation-menu-list li a {
    padding: 75px 10px 23px;
    background-position: center 30px;
    background-size: 35px auto;
  }
  .occupation-header .occupation-menu-list li.all a {
    width: 90px;
    padding: 10px 10px 10px 33px;
    background-position: 10px calc(50% + 3px);
    background-size: 19px auto;
    font-size: 15px;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .occupation-header {
    display: block;
    padding: 33px 20px 30px;
    box-sizing: border-box;
  }
  .occupation-header .occupation-title {
    display: block;
    text-align: center;
    padding: 0;
  }
  .occupation-header .occupation-title .title-en {
    font-size: 25px;
  }
  .occupation-header .occupation-title .title-ja {
    margin: 8px 0 0 0;
    font-size: 13px;
  }
  .occupation-header .occupation-menu-list {
    flex-wrap: wrap;
    width: 100%;
    max-width: 330px;
    margin: 20px auto 0;
    border: none;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: border-box;
  }
  .occupation-header .occupation-menu-list li {
    display: flex;
    align-items: stretch;
    width: calc(100% / 3);
  }
  .occupation-header .occupation-menu-list li:nth-child(even) {
    background-color: transparent;
  }
  .occupation-header .occupation-menu-list li a {
    padding: 55px 10px 20px;
    background-position: center 18px;
    background-size: 29px auto;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-top-width: 2px;
    letter-spacing: 2px;
  }
  .occupation-header .occupation-menu-list li.active a {
    background-color: #ffd443;
  }
  .occupation-header .occupation-menu-list li a::after {
    content: none;
  }
  .occupation-header .occupation-menu-list li.all {
    display: flex;
    align-items: stretch;
  }
  .occupation-header .occupation-menu-list li.all a {
    width: 100%;
    padding: 50px 5px 22px;
    background-color: #ffd443;
    background-position: center 18px;
    background-size: 27px auto;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
  }
  .occupation-header .occupation-menu-list li.all:not(.active) a {
    padding: 50px 5px 22px;
    background: url(../img/occupation/title-icon-all-inactive.png) no-repeat center 18px;
    background-size: 27px auto;
    color: #f2b339;
    border-color: #fff;
    text-align: center;
  }
  .occupation-header .occupation-menu-list li.all.active a::after {
    content: none;
  }
}

/* occupation-desc
============================================================ */
.occupation-desc {
  overflow: hidden;
}
.occupation-desc > div {
  display: none;
}
.occupation-desc > div .occupation-desc-inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  background: #fff;
}
.occupation-desc > div .occupation-desc-inner .desc-img {
  width: 50%;
  height: auto;
  object-fit: cover;
}
.occupation-desc > div .occupation-desc-inner .desc-link {
  display: block;
  position: relative;
  width: 50%;
  padding: 80px 150px 110px 100px;
  text-decoration: none;
  box-sizing: border-box;
}
.occupation-desc > div .occupation-desc-inner .desc-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 94px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #4b4b4b;
  border-right: 1px solid #4b4b4b;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.occupation-desc > div .occupation-desc-inner .desc-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
}
.occupation-desc > div .occupation-desc-inner .desc-body {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0;
}
@media screen and (max-width: 1701px) {
  .occupation-desc > div .occupation-desc-inner .desc-link {
    padding: 60px 130px 90px 80px;
  }
  .occupation-desc > div .occupation-desc-inner .desc-link::after {
    right: 74px;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .occupation-desc > div .occupation-desc-inner {
    display: block;
  }
  .occupation-desc > div .occupation-desc-inner .desc-img {
    width: 100%;
  }
  .occupation-desc > div .occupation-desc-inner .desc-link {
    width: 100%;
    padding: 42px 40px 140px;
  }
  .occupation-desc > div .occupation-desc-inner .desc-link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 2;
    width: 100%;
    max-width: 294px;
    height: 48px;
    border: 1px solid #000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
  }
  .occupation-desc > div .occupation-desc-inner .desc-link::after {
    content: "";
    display: block;
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: 55px;
    left: calc(50% - 7px);
    z-index: 3;
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .occupation-desc > div .occupation-desc-inner .desc-title {
    width: 100%;
    max-width: 294px;
    font-size: 13px;
    margin: 0 auto 13px;
    text-align: center;
  }
  .occupation-desc > div .occupation-desc-inner .desc-body {
    width: 100%;
    max-width: 294px;
    margin: 0 auto;
    font-size: 13px;
    text-align: justify;
  }
}
@media screen and (max-width: 374px) {
  .occupation-desc > div .occupation-desc-inner .desc-link::before {
    max-width: calc(100vw - 80px);
  }
}

/* occupation-person-list
============================================================ */
.occupation-person-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #f5f6f9;
}
.occupation-person-list > li {
  position: relative;
  width: calc(100% / 3);
}
.occupation-person-list > li.wide {
  width: calc(100% / 3 * 2);
}
.occupation-person-list > li .person-link {
  display: block;
  position: relative;
}
.occupation-person-list > 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 > li .person-link img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.occupation-person-list > li .person-info {
  position: absolute;
  left: 40px;
  bottom: 33px;
  z-index: 2;
  width: calc(100% - 80px);
  box-sizing: border-box;
}
.occupation-person-list > li .person-info .person-info-title {
  display: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.occupation-person-list > li:hover .person-info .person-info-title {
  display: flex;
  flex-wrap: wrap;
}
.occupation-person-list > 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;
}
.occupation-person-list > li .person-info .person-info-tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
.occupation-person-list > li .person-info .person-info-tags li {
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  cursor: pointer;
}
.occupation-person-list > li .person-info .person-info-tags li.active {
  color: #ea7567;
}
@media screen and (max-width: 1701px) {
  .occupation-person-list > li .person-info .person-info-title span {
    font-size: 1.1758vw;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .occupation-person-list > li {
    width: calc(100% / 2);
  }
  .occupation-person-list > li.wide {
    width: 100%;
    order: 99;
  }
  .occupation-person-list > li .person-info {
    left: 15px;
    bottom: 9px;
    width: calc(100% - 30px);
  }
  .occupation-person-list > li .person-info .person-info-title {
    display: none;
    opacity: 0;
  }
  .occupation-person-list > li .person-info .person-info-title span {
    padding: 7px 5px;
    font-size: 2.67vw;
  }
  .occupation-person-list > li .person-info .person-info-tags li {
    margin-right: 13px;
    font-size: 2.4vw;
    line-height: 1.8;
  }
}

/* occupation-group-header
============================================================ */
.occupation-group-header {
  padding: 205px 0 0;
  background: #f5f6f9;
}
.occupation-group-header .occupation-title {
  margin-bottom: 125px;
  text-align: center;
}
.occupation-group-header .occupation-title .title-en {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 2px;
  line-height: 1;
}
.occupation-group-header .occupation-group-title {
  position: relative;
  text-align: center;
}
.occupation-group-header .occupation-group-title .occupation-group-title-wrap {
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  padding-top: 75px;
  background: no-repeat center top;
  background-size: 38px auto;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.sales .occupation-group-header .occupation-group-title .occupation-group-title-wrap {
  background-image: url(../img/occupation/title-icon-sales.png);
}
body.manufacturing .occupation-group-header .occupation-group-title .occupation-group-title-wrap {
  background-image: url(../img/occupation/title-icon-manufacturing.png);
}
body.management .occupation-group-header .occupation-group-title .occupation-group-title-wrap {
  background-image: url(../img/occupation/title-icon-management.png);
}
body.engineering .occupation-group-header .occupation-group-title .occupation-group-title-wrap {
  background-image: url(../img/occupation/title-icon-engineering.png);
}
body.clerk .occupation-group-header .occupation-group-title .occupation-group-title-wrap {
  background-image: url(../img/occupation/title-icon-clerk.png);
}
.occupation-group-header .occupation-group-title .title-ja {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
}
.occupation-group-header .occupation-group-title .title-en {
  margin: 20px 0 0;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 3.4px;
  line-height: 1;
}
.occupation-group-header .occupation-group-title .title-img {
  width: auto;
  height: auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .occupation-group-header {
    padding: 89px 0 0;
  }
  .occupation-group-header .occupation-title {
    margin-bottom: 89px;
  }
  .occupation-group-header .occupation-title .title-en {
    font-size: 35px;
  }
  .occupation-group-header .occupation-group-title .occupation-group-title-wrap {
    top: calc(50% - 3px);
    padding-top: 45px;
    background-size: 28px auto;
  }
  .occupation-group-header .occupation-group-title .title-ja {
    font-size: 20px;
  }
  .occupation-group-header .occupation-group-title .title-en {
    margin: 10px 0 0;
    font-size: 10px;
  }
  .occupation-group-header .occupation-group-title .title-img {
    min-height: 220px;
    object-fit: cover;
  }
}

/* sect-occupation-group
============================================================ */
.sect-occupation-group {
  background: #f5f6f9;
  padding: 155px 0 200px;
}
.sect-occupation-group .group-title {
  margin-bottom: 290px;
  padding: 0 40px;
  color: #ea7567;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}
.sect-occupation-group .sub-sect-about {
  position: relative;
}
.sect-occupation-group .sub-sect-about .about-title {
  position: absolute;
  top: -91px;
  left: 50%;
  padding-left: 100px;
  color: #ea7567;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2.4px;
  line-height: 1;
}
.sect-occupation-group .sub-sect-about .about-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 1px;
  background: #000;
}
.sect-occupation-group .sub-sect-about .about-title span {
  font-weight: 600;
}
.sect-occupation-group .sub-sect-about .about-body {
  display: flex;
  width: 100%;
  background: #fff;
}
.sect-occupation-group .sub-sect-about .about-body .about-img {
  position: relative;
  top: -120px;
  width: 50%;
  height: auto;
  margin-top: -30px;
  object-fit: cover;
}
.sect-occupation-group .sub-sect-about .about-body .about-text {
  width: 50%;
  max-width: 640px;
  padding: 90px 40px 90px 100px;
  line-height: 2.5;
  box-sizing: border-box;
}
.sect-occupation-group .sub-sect-interview {
  padding: 203px 0 0;
}
.sect-occupation-group .sub-sect-interview .interview-title {
  margin-bottom: 65px;
  font-size: 40px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 4px;
  line-height: 1;
  text-align: center;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .sect-occupation-group {
    padding: 105px 0 100px;
  }
  .sect-occupation-group .group-title {
    margin-bottom: 100px;
    font-size: 2.46vw;
  }
  .sect-occupation-group .sub-sect-about .about-title {
    position: static;
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
    font-size: 13px;
  }
  .sect-occupation-group .sub-sect-about .about-title::before {
    content: none;
  }
  .sect-occupation-group .sub-sect-about .about-body {
    display: block;
  }
  .sect-occupation-group .sub-sect-about .about-body .about-img {
    top: 0;
    width: 100%;
    margin-top: 0;
  }
  .sect-occupation-group .sub-sect-about .about-body .about-text {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 30px 40px;
  }
  .sect-occupation-group .sub-sect-interview {
    padding: 100px 0 0;
  }
  .sect-occupation-group .sub-sect-interview .interview-title {
    margin-bottom: 43px;
    font-size: 25px;
  }
}
@media screen and (max-width: 811px) {
  .sect-occupation-group .group-title {
    font-size: 3.084vw;
  }
}
@media screen and (max-width: 481px) {
  .sect-occupation-group .group-title {
    font-size: 3.745vw;
  }
}

/* sect-person-header
============================================================ */
.sect-person-header {
  display: flex;
  background: #f5f6f9;
}
.sect-person-header .person-header-right {
  order: 2;
  width: 50%;
}
.sect-person-header .person-header-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sect-person-header .person-header-left {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  width: 50%;
}
.sect-person-header .person-header-left .person-sub-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 45px;
  color: #ea7567;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 2.4px;
  line-height: 1;
}
.sect-person-header .person-header-left .person-sub-title b {
  font-weight: 600;
}
.sect-person-header .person-header-left .person-sub-title::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #000;
  margin-left: 20px;
}
.sect-person-header .person-header-left .person-title {
  color: #ea7567;
  margin-bottom: 43px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
}
.sect-person-header .person-header-left .division-info {
  display: flex;
  align-items: stretch;
  margin-bottom: 50px;
}
.sect-person-header .person-header-left .division-info .name {
  padding: 5px 20px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.sect-person-header .person-header-left .division-info .type {
  padding: 5px 20px;
  border: 1px solid #000;
  font-size: 13px;
  font-weight: 600;
}
.sect-person-header .person-header-left .person-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.sect-person-header .person-header-left .person-name .joining {
  display: inline-block;
  font-weight: normal;
}
.sect-person-header .person-header-left .person-tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #ddd;
  font-size: 20px;
}
.sect-person-header .person-header-left .person-tags li {
  color: #a5a5a5;
  margin-right: 15px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .4px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .sect-person-header {
    display: block;
  }
  .sect-person-header .person-header-right {
    width: 100%;
    text-align: center;
  }
  .sect-person-header .person-header-right img {
    max-width: 600px;
  }
  .sect-person-header .person-header-left {
    display: block;
    width: 100%;
    padding: 50px 20px 0;
    text-align: center;
    box-sizing: border-box;
  }
  .sect-person-header .person-header-left .person-sub-title {
    display: block;
    margin-bottom: 23px;
    font-size: 10px;
  }
  .sect-person-header .person-header-left .person-sub-title::after {
    content: none;
  }
  .sect-person-header .person-header-left .person-title {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 2;
  }
  .sect-person-header .person-header-left .division-info {
    display: inline-block;
    margin-bottom: 25px;
  }
  .sect-person-header .person-header-left .division-info .name {
    padding: 7px 15px;
    font-size: 10px;
  }
  .sect-person-header .person-header-left .division-info .type {
    padding: 7px 15px;
    font-size: 10px;
  }
  .sect-person-header .person-header-left .person-name {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 24px;
  }
  .sect-person-header .person-header-left .person-name .joining {
    display: inline-block;
    font-weight: normal;
  }
  .sect-person-header .person-header-left .person-tags {
    justify-content: center;
    font-size: 20px;
  }
  .sect-person-header .person-header-left .person-tags li {
    font-size: 12px;
  }
}

/* sect-person-header2
============================================================ */
.sect-person-header2 {
  background: #f5f6f9;
}
.sect-person-header2 .person-header-right {
  width: 70%;
  margin-left: auto;
}
.sect-person-header2 .person-header-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sect-person-header2 .person-header-left {
  width: calc(100% - 14.9% - 40px);
  margin: -220px 0 0 14.9%;
}
.sect-person-header2 .person-header-left .person-sub-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
  color: #ea7567;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 2.4px;
  line-height: 1;
}
.sect-person-header2 .person-header-left .person-sub-title b {
  font-weight: 600;
}
.sect-person-header2 .person-header-left .person-sub-title::after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #000;
  margin-left: 20px;
}
.sect-person-header2 .person-header-left .person-title {
  color: #ea7567;
  margin-bottom: 62px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -3px;
}
.sect-person-header2 .person-header-left .person-title span {
  display: inline-block;
  background: #fff;
  padding: 5px 30px;
}
.sect-person-header2 .person-header-left .division-info {
  display: flex;
  align-items: stretch;
  margin-bottom: 60px;
}
.sect-person-header2 .person-header-left .division-info .name {
  padding: 5px 20px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.sect-person-header2 .person-header-left .division-info .type {
  padding: 5px 20px;
  border: 1px solid #000;
  font-size: 13px;
  font-weight: 600;
}
.sect-person-header2 .person-header-left .person-names {
  margin-bottom: 55px;
}
.sect-person-header2 .person-header-left .person-names img {
  width: auto;
  height: auto;
}
.sect-person-header2 .person-header-left .person-tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #ddd;
  font-size: 20px;
}
.sect-person-header2 .person-header-left .person-tags li {
  color: #a5a5a5;
  margin-right: 15px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .4px;
}
@media screen and (max-width: 1701px) {
  .sect-person-header2 .person-header-left .person-title {
    font-size: 45px;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .sect-person-header2 .person-header-right {
    width: 100%;
  }
  .sect-person-header2 .person-header-left {
    width: 100%;
    margin: 0;
  }
  .sect-person-header2 .person-header-right img {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .sect-person-header2 .person-header-left {
    display: block;
    width: 100%;
    padding: 50px 20px 0;
    text-align: center;
    box-sizing: border-box;
  }
  .sect-person-header2 .person-header-left .person-sub-title {
    display: block;
    margin-bottom: 23px;
    font-size: 10px;
  }
  .sect-person-header2 .person-header-left .person-sub-title::after {
    content: none;
  }
  .sect-person-header2 .person-header-left .person-title {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 2;
  }
  .sect-person-header2 .person-header-left .person-title span {
    background: transparent;
    padding: 0;
  }
  .sect-person-header2 .person-header-left .division-info {
    display: inline-block;
    margin-bottom: 40px;
  }
  .sect-person-header2 .person-header-left .division-info .name {
    padding: 7px 15px;
    font-size: 10px;
  }
  .sect-person-header2 .person-header-left .division-info .type {
    padding: 7px 15px;
    font-size: 10px;
  }
  .sect-person-header2 .person-header-left .person-names {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 55px;
  }
  .sect-person-header2 .person-header-left .person-tags {
    justify-content: center;
    font-size: 20px;
  }
  .sect-person-header2 .person-header-left .person-tags li {
    font-size: 12px;
  }
}

/* sect-person-message
============================================================ */
.sect-person-message {
  padding: 260px 0 280px;
  background: #f5f6f9;
}
.sect-person-message.-type2 {
  padding-top: 190px;
}
.sect-person-message-01 {
  display: flex;
  flex-wrap: wrap;
}
.sect-person-message-01 .message-01-img {
  order: 1;
  width: 47%;
  height: auto;
  object-fit: cover;
}
.sect-person-message.-type2 .message-01-img {
  height: 600px;
}
.sect-person-message-01 .message-01-body {
  order: 2;
  width: 53%;
  padding: 0 40px 20px 100px;
  box-sizing: border-box;
}
.sect-person-message-01 .message-01-body .message-01-title {
  max-width: 550px;
  letter-spacing: -1.5px;
}
.sect-person-message-01 .message-01-body .message-01-text {
  max-width: 550px;
  margin-top: 72px;
  line-height: 2.5;
  text-align: justify;
}
.sect-person-message-01 .message-01-body .message-01-text p {
  margin-bottom: 130px;
}
.sect-person-message.-type2 .sect-person-message-01 .message-01-body .message-01-text p {
  margin-bottom: 120px;
}
.sect-person-message-01 .message-01-body .message-01-text p:last-child {
  margin-bottom: 0;
}
.sect-person-message.-type2 .sect-person-message-01 .message-01-body .message-01-text p:last-child {
  margin-bottom: 0;
}
.sub-sect-person-message-01 {
  order: 3;
  width: 100%;
  padding: 175px 0 0;
  box-sizing: border-box;
}
.sub-sect-person-message-01 .sub-message-01-text {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  line-height: 2.5;
  text-align: justify;
  box-sizing: border-box;
}
.sub-sect-person-message-01 .sub-message-01-text p {
  margin-bottom: 130px;
}
.sub-sect-person-message-01 .sub-message-01-text p:last-child {
  margin-bottom: 0;
}
.sect-person-message-02 {
  padding: 260px 0 0;
  background: #f5f6f9;
  box-sizing: border-box;
}
.sect-person-message-02 .message-02-img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto 160px;
  object-fit: cover;
}
.sect-person-message-02 .message-02-body {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  letter-spacing: -1.5px;
  box-sizing: border-box;
}
.sect-person-message-02 .message-02-body .message-02-title {
  letter-spacing: -1.5px;
}
.sect-person-message-02 .message-02-body .message-02-text {
  margin-top: 72px;
  line-height: 2.5;
  text-align: justify;
}
.sect-person-message-02 .message-02-body .message-02-text p {
  margin-bottom: 130px;
}
.sect-person-message.-type2 .sect-person-message-02 .message-02-body .message-02-text p {
  margin-bottom: 43px;
}
.sect-person-message-02 .message-02-body .message-02-text p:last-child {
  margin-bottom: 0;
}
.sect-person-message.-type2 .sect-person-message-02 .message-02-body .message-02-text p:last-child {
  margin-bottom: 0;
}
.sub-sect-person-message-02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 245px 0 0;
}
.sub-sect-person-message-02 .sub-message-02-img {
  order: 2;
  width: 47%;
  height: auto;
  object-fit: cover;
}
.sect-person-message.-type2 .sub-sect-person-message-02 .sub-message-02-img {
  height: 600px;
}
.sub-sect-person-message-02 .sub-message-02-body {
  order: 1;
  width: 53%;
  padding: 0 100px 20px 40px;
  box-sizing: border-box;
}
.sub-sect-person-message-02 .sub-message-02-body .sub-message-02-title {
  max-width: 550px;
  margin-left: auto;
  letter-spacing: -1.5px;
}
.sub-sect-person-message-02 .sub-message-02-body .sub-message-02-text {
  max-width: 550px;
  margin-top: 72px;
  margin-left: auto;
  line-height: 2.5;
  text-align: justify;
}
.sub-sect-person-message-02 .sub-message-02-body .sub-message-02-text p {
  margin-bottom: 130px;
}
.sect-person-message.-type2 .sub-sect-person-message-02 .sub-message-02-body .sub-message-02-text p {
  margin-bottom: 75px;
}
.sub-sect-person-message-02 .sub-message-02-body .sub-message-02-text p:last-child {
  margin-bottom: 0;
}
.sect-person-message.-type2 .sub-sect-person-message-02 .sub-message-02-body .sub-message-02-text p:last-child {
  margin-bottom: 0;
}
.sect-person-message-03 {
  padding: 300px 0 0;
  background: #f5f6f9;
  box-sizing: border-box;
}
.sect-person-message.-type2 .sect-person-message-03 {
  padding-top: 265px;
}
.sect-person-message-03 .message-03-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto 160px;
  object-fit: cover;
}
.sect-person-message-03 .message-03-body {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.sect-person-message-03 .message-03-body .message-03-title {
  letter-spacing: -1.5px;
}
.sect-person-message-03 .message-03-body .message-03-text {
  margin-top: 72px;
  line-height: 2.5;
  text-align: justify;
}
.sect-person-message-03 .message-03-body .message-03-text p {
  margin-bottom: 130px;
}
.sect-person-message.-type2 .sect-person-message-03 .message-03-body .message-03-text p {
  margin-bottom: 50px;
}
.sect-person-message-03 .message-03-body .message-03-text p:last-child {
  margin-bottom: 0;
}
.sect-person-message.-type2 .sect-person-message-03 .message-03-body .message-03-text p:last-child {
  margin-bottom: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .sect-person-message {
    padding: 90px 0 180px;
  }
  .sect-person-message.-type2 {
    padding: 95px 0 150px;
  }
  .sect-person-message-01 {
    display: block;
  }
  .sect-person-message-01 .message-01-img {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto 95px;
  }
  .sect-person-message.-type2 .message-01-img {
    height: 75.68%;
  }
  .sect-person-message-01 .message-01-body {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .sect-person-message-01 .message-01-body .message-01-title {
    max-width: inherit;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  .sect-person-message-01 .message-01-body .message-01-text {
    max-width: inherit;
    margin: 38px auto 0;
    padding: 0;
    line-height: 2.3;
  }
  .sect-person-message-01 .message-01-body .message-01-text p {
    margin-bottom: 75px;
  }
  .sect-person-message.-type2 .sect-person-message-01 .message-01-body .message-01-text p {
    margin-bottom: 67px;
  }
  .sub-sect-person-message-01 {
    padding: 75px 0 0;
  }
  .sub-sect-person-message-01 .sub-message-01-text {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .sub-sect-person-message-01 .sub-message-01-text p {
    margin-bottom: 75px;
  }
  .sect-person-message-02 {
    padding: 210px 0 0;
  }
  .sect-person-message.-type2 .sect-person-message-02 {
    padding: 120px 0 0;
  }
  .sect-person-message-02 .message-02-img {
    margin: 0 auto 95px;
  }
  .sect-person-message-02 .message-02-body {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .sect-person-message-02 .message-02-body .message-02-title {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  .sect-person-message-02 .message-02-body .message-02-text {
    margin: 38px auto 0;
    line-height: 2.3;
  }
  .sect-person-message-02 .message-02-body .message-02-text p {
    margin-bottom: 75px;
  }
  .sect-person-message.-type2 .sect-person-message-02 .message-02-body .message-02-text p {
    margin-bottom: 35px;
  }
  .sub-sect-person-message-02 {
    display: block;
    padding: 210px 0 0;
  }
  .sect-person-message.-type2 .sub-sect-person-message-02 {
    padding: 120px 0 0;
  }
  .sub-sect-person-message-02 .sub-message-02-img {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 95px;
  }
  .sect-person-message.-type2 .sub-sect-person-message-02 .sub-message-02-img {
    height: 75.68%;
  }
  .sub-sect-person-message-02 .sub-message-02-body {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .sub-sect-person-message-02 .sub-message-02-body .sub-message-02-title {
    max-width: inherit;
    margin: 0 auto;
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  .sub-sect-person-message-02 .sub-message-02-body .sub-message-02-text {
    max-width: inherit;
    margin: 38px auto 0;
    padding: 0;
    line-height: 2.3;
  }
  .sub-sect-person-message-02 .sub-message-02-body .sub-message-02-text p {
    margin-bottom: 130px;
  }
  .sect-person-message.-type2 .sub-sect-person-message-02 .sub-message-02-body .sub-message-02-text p {
    margin-bottom: 65px;
  }
  .sect-person-message-03 {
    padding: 210px 0 0;
  }
  .sect-person-message.-type2 .sect-person-message-03 {
    padding-top: 120px;
  }
  .sect-person-message-03 .message-03-img {
    width: 100%;
    max-width: 1200px;
    height: 67.57vw;
    margin: 0 auto 95px;
  }
  .sect-person-message-03 .message-03-body {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .sect-person-message-03 .message-03-body .message-03-title {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  .sect-person-message-03 .message-03-body .message-03-text {
    margin: 38px auto 0;
    line-height: 2.3;
  }
  .sect-person-message-03 .message-03-body .message-03-text p {
    margin-bottom: 75px;
  }
  .sect-person-message.-type2 .sect-person-message-03 .message-03-body .message-03-text p {
    margin-bottom: 30px;
  }
}

/* sect-person-time-schedule
============================================================ */
.sect-person-time-schedule {
  padding: 192px 0 200px;
}
.sect-person-time-schedule .time-schedule-title {
  margin-bottom: 70px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}
.sect-person-time-schedule .time-schedule-list li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 70px;
  box-sizing: border-box;
}
.sect-person-time-schedule .time-schedule-list li:nth-child(odd) {
  background: #f5f6f9;
}
.sect-person-time-schedule .time-schedule-list li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 107px;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
}
.sect-person-time-schedule .time-schedule-list li:last-child:after {
  content: none;
}
.sect-person-time-schedule .time-schedule-list .time-schedule-list-img {
  display: flex;
  align-items: center;
  width: 100px;
}
.sect-person-time-schedule .time-schedule-list .time-schedule-list-img img {
  width: 100%;
  height: auto;
}
.sect-person-time-schedule .time-schedule-list .time-schedule-list-time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  font-size: 21px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 2.2px;
  line-height: 1;
}
.sect-person-time-schedule .time-schedule-list .time-schedule-list-body {
  width: calc(100% - 100px - 140px);
  padding: 20px 0 20px 10px;
  box-sizing: border-box;
  line-height: 2.5;
  font-size: 15px;
}
.sect-person-time-schedule .time-schedule-list .time-schedule-list-body .time-schedule-list-title {
  font-weight: 600;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .sect-person-time-schedule {
    padding: 90px 0 55px;
  }
  .sect-person-time-schedule .time-schedule-title {
    margin-bottom: 35px;
    font-size: 16px;
  }
  .sect-person-time-schedule .time-schedule-list {
    padding: 0 20px;
  }
  .sect-person-time-schedule .time-schedule-list li {
    display: block;
    max-width: 600px;
    padding: 30px 25px 65px;
  }
  .sect-person-time-schedule .time-schedule-list li::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sect-person-time-schedule .time-schedule-list .time-schedule-list-img {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .sect-person-time-schedule .time-schedule-list .time-schedule-list-img img {
    width: 60px;
  }
  .sect-person-time-schedule .time-schedule-list .time-schedule-list-time {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1.4px;
  }
  .sect-person-time-schedule .time-schedule-list .time-schedule-list-body {
    width: 100%;
    margin-top: 27px;
    padding: 0;
    font-size: 12px;
  }
}

/* sect-person-link
============================================================ */
.sect-person-link {
  padding: 160px 0 0;
  background: #f5f6f9;
}
.sect-person-link .sect-person-link-inner {
  padding: 80px 0;
  border-top: 1px solid #ccd5dd;
  border-bottom: 1px solid #ccd5dd;
}
.sect-person-link .sect-person-link-inner2 {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.sect-person-link .sect-person-link-inner2 .link-banner {
  width: 35%;
}
.sect-person-link .sect-person-link-inner2 .link-banner img {
  width: 100%;
  height: auto;
}
.sect-person-link .sect-person-link-inner2 .link-text {
  width: calc(100% - 35% - 180px);
  margin-top: -5px;
  padding: 0 60px;
  font-size: 15px;
  line-height: 2.5;
  text-align: justify;
  box-sizing: border-box;
}
.sect-person-link .sect-person-link-inner2 .link-site {
  width: 180px;
  padding: 8px 0 0;
  box-sizing: border-box;
}
.sect-person-link .sect-person-link-inner2 .link-site a {
  display: block;
  position: relative;
  padding: 12px 0;
  background: url(../img/common/icon-blank-bk.png) no-repeat center right;
  background-size: 14px auto;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.sect-person-link .sect-person-link-inner2 .link-site a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .sect-person-link {
    padding: 80px 0 0;
  }
  .sect-person-link .sect-person-link-inner {
    padding: 40px 0;
  }
  .sect-person-link .sect-person-link-inner2 {
    display: block;
    max-width: 640px;
    padding: 0 20px;
  }
  .sect-person-link .sect-person-link-inner2 .link-banner {
    width: 214px;
    margin: 0 auto;
  }
  .sect-person-link .sect-person-link-inner2 .link-text {
    width: 100%;
    margin-top: 15px;
    padding: 0;
    font-size: 12px;
    line-height: 2.4;
  }
  .sect-person-link .sect-person-link-inner2 .link-site {
    width: 120px;
    margin: 9px auto 0;
    padding: 0;
  }
  .sect-person-link .sect-person-link-inner2 .link-site a {
    padding: 8px 0;
    font-size: 12px;
  }
}

/* sect-person-other-staff
============================================================ */
.sect-person-other-staff {
  padding: 204px 0 0;
  background: #f5f6f9;
}
.sect-person-other-staff .other-staff-title {
  margin-bottom: 65px;
  font-size: 40px;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
  letter-spacing: 4px;
  line-height: 1;
  text-align: center;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .sect-person-other-staff {
    padding: 103px 0 0;
  }
  .sect-person-other-staff .other-staff-title {
    margin-bottom: 45px;
    font-size: 17px;
    letter-spacing: 3.7px;
  }
  body.person-02 .sect-person-other-staff .occupation-person-list > li:nth-child(n + 3),
  body.person-13 .sect-person-other-staff .occupation-person-list > li:nth-child(n + 3) {
    display: none;
  }
}

/* person-img
============================================================ */
.person-img {
  padding-left: 70px;
  min-height: 85px;
  background: no-repeat left 10px;
  background-size: 50px auto;
  letter-spacing: -.6px;
}
.person-img.person-img-01 {
  background-image: url(../img/occupation/person-08-person-img-01.png);
}
.person-img.person-img-02 {
  background-image: url(../img/occupation/person-08-person-img-02.png);
}
.person-img.person-img-03 {
  background-image: url(../img/occupation/person-08-person-img-03.png);
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1301px) {
  .hoge {
  }
}


