@charset "UTF-8";
.box_component.wrap {
  box-sizing: border-box;
}

.center {
  margin: 0 auto;
}

a:hover img {
  opacity: 1;
}

.title-line {
  display: inline-block;
  margin-bottom: 55px;
  padding: 20px 0 12px 0;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.footer_note {
  max-width: 1280px;
  margin: 0 auto;
}

.footer_note .new_window_annotation {
  padding: 10px 40px 40px;
}

.footer_note .new_window_annotation img {
  width: 23px;
  margin-right: 16px;
  vertical-align: middle;
}

.kv {
  margin-bottom: 80px;
}

.kv img {
  width: 100%;
}

.top_banner.txt_left .banner_area .pc::after {
  background-position: center top;
}

.top_banner .banner_txt_box {
  top: 120px;
}

.top_banner .banner_txt_box .headline {
  margin-bottom: 40px;
  font-family: Helvetica, "Noto Sans", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  line-height: 1.2;
}

.top_banner .banner_txt_box .title {
  margin-bottom: 1em;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.top_banner .banner_txt_box .description {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.top_banner .banner_job .pc:after {
  background: url(../img/top/top-img-job-pc.png) no-repeat;
  background-size: cover;
}

.top_banner .banner_person .pc:after {
  background: url(../img/top/top-img-person-pc.png) no-repeat;
  background-size: cover;
}

.top_banner .btn_more .more_text {
  font-size: 0.875rem;
}

.top_banner .banner_lower {
  height: auto;
  margin-bottom: 60px;
}

.top_banner .banner_lower .banner_txt_box {
  top: 50%;
  width: auto;
  transform: translateY(-50%);
}

.top_banner .banner_lower .headline {
  display: inline-block;
  margin-bottom: 0;
  font-size: 4.687rem;
  letter-spacing: 0.11em;
  line-height: 1.8;
}

.top_banner .banner_lower .title {
  margin-bottom: 50px;
  font-family: Helvetica, "Noto Sans", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0.07em;
}

.top_banner .banner_lower .description {
  margin-bottom: 20px;
  font-size: 1.062rem;
  line-height: 2.11;
}

.top_banner .banner_lower_worklife {
  margin: 116px 0 80px;
}

.top_banner .banner_lower_worklife .banner_txt_box {
  position: absolute;
  left: 110px;
}

.top_banner .banner_lower_worklife .banner_txt_box .description {
  margin-bottom: 0;
  font-feature-settings: "palt";
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.8;
}

.top_banner .banner_lower_person01 {
  margin-bottom: 100px;
  overflow: visible;
}

.top_banner .banner_lower_person01 .banner_txt_box {
  left: 70px;
}

.top_banner .banner_lower_person01 .headline {
  margin-bottom: 35px;
  border: none;
}

.top_banner .banner_lower_person01 .headline span {
  display: inline;
  padding-bottom: 2px;
  font-size: 3.75vw;
  letter-spacing: 0.11em;
  line-height: 1.7;
}

.top_banner .banner_lower_person01 .job_card .name {
  margin-bottom: 10px;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.top_banner .banner_lower_person01 .job_card .name .en {
  margin-left: 20px;
  font-family: Helvetica, "Noto Sans", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", sans-serif;
  font-size: 0.937rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.top_banner .banner_lower_person01 .job_card .job {
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.top_banner .banner_lower_person02 {
  margin-bottom: 0;
  overflow: visible;
  background: #95c62a;
}

.top_banner .banner_lower_person02 .flex {
  align-items: center;
}

.top_banner .banner_lower_person02 .banner_txt_box {
  box-sizing: border-box;
  position: inherit;
  top: inherit;
  width: 50%;
  padding-left: 70px;
  transform: none;
}

.top_banner .banner_lower_person02 .banner_txt_box .headline {
  margin-bottom: 50px;
  border: none;
  color: #000;
  font-feature-settings: "palt";
  font-size: 2.312rem;
  line-height: 1.6;
}

.top_banner .banner_lower_person02 .banner_txt_box .job_card {
  color: #000;
}

.top_banner .banner_lower_person02 .banner_txt_box .job_card .name {
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.top_banner .banner_lower_person02 .banner_txt_box .job_card .name .en {
  margin-left: 20px;
  font-size: 0.937rem;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.top_banner .banner_lower_person02 .banner_txt_box .job_card .job {
  font-size: 1rem;
  letter-spacing: 0.1em;
}

a .scale_photo {
  width: 100%;
  overflow: hidden;
}

a .scale_photo img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  transform: scale(1);
  transform-origin: center center;
  backface-visibility: hidden;
  transition: transform 0.5s ease 0s;
}

a:hover .scale_photo img {
  -webkit-backface-visibility: hidden;
  transform: scale(1.08) rotate(0.1deg);
  backface-visibility: hidden;
}

.person_list {
  counter-reset: person;
}

.person_list .flex {
  justify-content: flex-start;
}

.person_list_lower {
  background: #e5f1ca;
}

.person_card {
  width: 31.66%;
  margin: 0 2.5% 18px 0;
  counter-increment: person;
}

.person_card a {
  display: block;
  position: relative;
  padding-top: 32px;
  color: #000;
}

.person_card a:hover {
  text-decoration: none;
}

.person_card a:hover .more {
  text-decoration: underline;
}

.person_card .title {
  margin: 15px 0;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.person_card .job_card {
  margin-bottom: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

.person_card .more {
  margin-bottom: 15px;
  color: #0066a7;
  font-size: 1rem;
  line-height: 1.875;
}

.person_card.wide a::before {
  font-size: 5.312rem;
}

.person_card.wide .title {
  margin: 15px 0 20px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.person_card_lower {
  width: 14.58%;
}

.person_card_lower a {
  display: block;
  position: relative;
  padding-top: 16px;
  color: #000;
}

.person_card_lower .job_card .name {
  margin: 15px 0 5px;
  font-size: 1rem;
}

.person_card_lower .job_card .job {
  font-size: 0.75rem;
  line-height: 1.8;
}

.staff_content .image {
  margin-bottom: 60px;
}

.staff_content .image img {
  width: 100%;
}

.staff_content .profile {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.staff_content .profile .name {
  padding-right: 10px;
  font-family: Helvetica, "Noto Sans", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", sans-serif;
  font-size: 15px;
}

.staff_content .profile .name span {
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 20px;
  font-size: 23px;
  letter-spacing: 0.01em;
}

.staff_content .profile .text {
  width: 61.3%;
  max-width: 650px;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mb0 {
  margin-bottom: 0 !important;
}

.person_sec01_wrap {
  max-width: 1280px;
  margin: 0 auto 50px;
}

.person_sec01:nth-child(even) {
  background: #cae394;
}

.person_sec01:nth-child(even) .img {
  background: linear-gradient(to bottom, #cae394, #cae394 44%, #fff 44%, #fff 100%);
}

.person_sec01 .title_area {
  width: 34.9%;
}

.person_sec01 .title_area .title {
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 2px solid #95c62a;
  font-size: 1.437rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.person_sec01 .text_area {
  width: 61.32%;
  font-size: 0.937rem;
  line-height: 2.1;
}

.person_sec01 .text_area .text {
  margin-bottom: 1.874rem;
  letter-spacing: 0.1em;
}

.person_sec01 .text_area .text:last-child {
  margin-bottom: 0;
}

.person_sec01 .img img {
  width: 100%;
}

.person_sec01 .note {
  margin: 50px 110px 0;
  padding-bottom: 40px;
  font-size: 0.75rem;
  text-align: right;
}

.person_sec02 {
  box-sizing: border-box;
  margin-bottom: 110px;
  padding: 0 110px;
}

.person_sec02:nth-child(2) .flex {
  flex-direction: row-reverse;
}

.person_sec02:nth-child(3) .img {
  width: 750px;
  margin: 0 auto 60px;
}

.person_sec02:nth-child(3) .img img {
  width: 100%;
}

.person_sec02:nth-child(3) .text_wrap {
  width: 750px;
  margin: 0 auto;
}

.person_sec02:nth-child(3) .note {
  width: 750px;
  margin: 40px auto 0;
  font-size: 0.75rem;
  text-align: right;
}

.person_sec02 .img {
  width: 330px;
}

.person_sec02 .img img {
  width: 100%;
}

.person_sec02 .text_wrap {
  width: 650px;
}

.person_sec02 .title {
  margin-bottom: 50px;
  padding-left: 35px;
  border-left: solid 2px #95c62a;
  font-size: 1.437rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.person_sec02 .text {
  margin-bottom: 2em;
  font-size: 0.937rem;
  line-height: 2;
}

.person_sec02 .text:last-child {
  margin-bottom: 0;
}

.person_intro {
  box-sizing: border-box;
  margin-bottom: 100px;
  padding: 58px 210px 73px;
  background: #f2f2f2;
}

.person_intro .flex {
  margin-bottom: 50px;
}

.person_intro .flex:last-child {
  margin-bottom: 0;
}

.person_intro .flex::before {
  display: block;
  width: 82px;
  height: 82px;
  content: "";
}

.person_intro .flex dl {
  width: calc(100% - 125px - 63px);
  margin-right: 60px;
}

.person_intro .flex dl dt {
  margin-bottom: 15px;
  font-feature-settings: "palt";
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.person_intro .flex dl dt span {
  color: #000;
}

.person_intro .flex dl dd {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.person_intro .into::before {
  background: url(../img/person/icon_into.png) no-repeat;
  background-size: cover;
}

.person_intro .like::before {
  background: url(../img/person/icon_like.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .box_component {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 5.599vw;
  }
  .title-line {
    margin-bottom: 5.859375vw;
    padding: 0 0 1.3020833333vw 0;
    font-size: 4.6875vw;
  }
  .footer_note .new_window_annotation {
    margin: 0 5.599vw;
    padding: 6.5104166667vw 0;
  }
  .footer_note .new_window_annotation img {
    width: 5.7291666667vw;
    margin-right: 3.125vw;
  }

  .kv {
    margin-bottom: 50px;
  }

  .top_banner .banner_area {
    margin-bottom: 12vw;
    padding: 0;
  }
  .top_banner .banner_txt_box {
    margin-top: 20px;
  }
  .top_banner .banner_txt_box .headline {
    margin-bottom: 4.26vw;
    font-size: 7.2vw;
  }
  .top_banner .banner_txt_box .title {
    margin-bottom: 4.26vw;
    padding-top: 0;
    font-size: 4.8vw;
  }
  .top_banner .banner_txt_box .description {
    font-size: 3.46vw;
    letter-spacing: 0.025em;
  }
  .top_banner .btn_more {
    margin-bottom: 1.6vw;
  }
  .top_banner .btn_more .more_text {
    font-size: 3.73vw;
  }
  .top_banner .banner_lower {
    margin-bottom: 4.8177083333vw;
  }
  .top_banner .banner_lower .banner_txt_box {
    position: absolute;
    top: 50%;
    left: 9vw;
    margin-top: 0;
    color: #fff;
  }
  .top_banner .banner_lower .banner_txt_box dl {
    margin-right: 9vw;
  }
  .top_banner .banner_lower .headline {
    display: inline-block;
    margin-bottom: 3.33vw;
    font-size: 10.66vw;
  }
  .top_banner .banner_lower .title {
    margin-bottom: 6.66vw;
    font-size: 3.2vw;
  }
  .top_banner .banner_lower .description {
    margin-bottom: 0;
    font-size: 3.46vw;
  }

  .top_banner .banner_lower_worklife {
    margin: 21.3541666667vw 0 14.3229166667vw;
  }
  .top_banner .banner_lower_worklife .banner_txt_box {
    left: 5.599vw;
  }
  .top_banner .banner_lower_worklife .banner_txt_box .description {
    font-size: 4.6875vw;
  }
  .top_banner .banner_lower_person01 {
    margin-bottom: 0;
  }
  .top_banner .banner_lower_person01 .banner_txt_box {
    position: relative;
    top: unset;
    left: 0;
    padding: 9.1145833333vw 5.599vw 13.0208333333vw;
    transform: none;
    color: #000;
  }
  .top_banner .banner_lower_person01 .headline {
    margin-bottom: 5.2083333333vw;
  }
  .top_banner .banner_lower_person01 .headline span {
    padding-bottom: 4px;
    font-size: 5.9895833333vw;
    letter-spacing: 0.05em;
    line-height: 1.9;
  }
  .top_banner .banner_lower_person01 .job_card .name {
    margin-bottom: 3.90625vw;
    font-size: 4.6875vw;
  }
  .top_banner .banner_lower_person01 .job_card .name .en {
    margin-left: 2.0833333333vw;
    font-size: 2.8645833333vw;
  }
  .top_banner .banner_lower_person01 .job_card .job {
    font-size: 3.125vw;
  }
  .top_banner .banner_lower_person02 {
    margin-bottom: 0;
  }
  .top_banner .banner_lower_person02 .flex {
    flex-direction: column-reverse;
  }
  .top_banner .banner_lower_person02 .banner_txt_box {
    box-sizing: border-box;
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 7.8125vw 5.599vw 9.1145833333vw;
    transform: none;
  }
  .top_banner .banner_lower_person02 .banner_txt_box .headline {
    margin-bottom: 6.5104166667vw;
    font-size: 5.7291666667vw;
  }
  .top_banner .banner_lower_person02 .banner_txt_box .job_card .name {
    margin-bottom: 1.953125vw;
    font-size: 4.6875vw;
  }
  .top_banner .banner_lower_person02 .banner_txt_box .job_card .name .en {
    margin-left: 2.6041666667vw;
    font-size: 2.8645833333vw;
  }
  .top_banner .banner_lower_person02 .banner_txt_box .job_card .job {
    font-size: 3.125vw;
  }
  .person_list_lower {
    padding: 9.1145833333vw 5.599vw 5.2083333333vw;
  }
  .person_card {
    width: 41.6666666667vw;
    margin: 0 3.3854166667vw 5.2083333333vw 0;
  }
  .person_card:nth-child(even) {
    margin-right: 0;
  }
  .person_card a {
    padding-top: 3.90625vw;
  }
  .person_card .title {
    margin: 3.125vw 0 2.6041666667vw;
    font-size: 3.3854166667vw;
    letter-spacing: 0;
  }
  .person_card .job_card {
    margin-bottom: 1.953125vw;
    font-size: 2.6041666667vw;
  }
  .person_card .job_card .name {
    font-size: 3.125vw;
    font-weight: bold;
  }
  .person_card .more {
    margin-bottom: 3.90625vw;
    font-size: 2.6041666667vw;
  }
  .person_card.wide {
    width: 100%;
    margin: 0 0 4.5572916667vw;
  }
  .person_card.wide a {
    padding-top: 6.5104166667vw;
  }
  .person_card.wide a::before {
    right: 3.6458333333vw;
    font-size: 15.625vw;
  }
  .person_card.wide .title {
    margin: 5.859375vw 0 3.90625vw;
    font-size: 4.6875vw;
  }
  .person_card.wide .job_card {
    margin-bottom: 2.6041666667vw;
  }
  .person_card.wide .job_card .name {
    font-size: 3.90625vw;
  }
  .person_card.wide .job_card .job {
    font-size: 3.3854166667vw;
  }
  .person_card.wide .more {
    font-size: 3.125vw;
  }
  .person_card_lower {
    width: 41.6666666667vw;
  }
  .person_card_lower a {
    margin-bottom: 3.125vw;
    padding-top: 3.90625vw;
  }
  .person_card_lower .job_card .name {
    margin: 3.125vw 0 1.953125vw;
    font-size: 3.125vw;
    font-weight: bold;
  }
  .person_card_lower .job_card .job {
    font-size: 2.6041666667vw;
  }

  .staff_content .image {
    margin-bottom: 7.2916666667vw;
  }
  .staff_content .profile {
    display: block;
  }
  .staff_content .profile .name {
    border-bottom: 0;
    font-size: 2.8645833333vw;
  }
  .staff_content .profile .name span {
    margin-right: 4.1666666667vw;
    margin-bottom: 5.9895833333vw;
    padding-bottom: 3.125vw;
    font-size: 3.90625vw;
  }
  .staff_content .profile .text {
    width: 100%;
    font-size: 3.3854166667vw;
  }
  .person_sec01_wrap {
    margin: 0 auto 6.5104166667vw;
  }
  .person_sec01 .flex {
    flex-direction: column;
  }
  .person_sec01:nth-child(even) .img {
    background: linear-gradient(to bottom, #cae394, #cae394 48%, #fff 48%, #fff 100%);
  }
  .person_sec01 .title_area {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5.599vw;
  }
  .person_sec01 .title_area .title {
    margin-bottom: 9.1145833333vw;
    padding-bottom: 4.5572916667vw;
    font-size: 5.2083333333vw;
    letter-spacing: 0.05em;
  }
  .person_sec01 .text_area {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5.599vw;
    font-size: 3.3854166667vw;
  }
  .person_sec01 .text_area .text {
    margin-bottom: 2em;
    letter-spacing: 0.05em;
  }
  .person_sec01 .img {
    padding: 9.1145833333vw 5.599vw 11.71875vw;
    background: linear-gradient(to bottom, #fff, #fff 44%, #cae394 44%, #cae394 100%);
  }
  .person_sec01 .note {
    margin: 5.2083333333vw 5.599vw 0;
    padding-bottom: 4.5572916667vw;
    font-size: 2.6041666667vw;
  }
  .person_sec02 {
    margin-bottom: 13.0208333333vw;
    padding: 0;
  }
  .person_sec02:nth-child(3) .img {
    width: 100%;
    margin: 0 auto 11.71875vw;
  }
  .person_sec02:nth-child(3) .text_wrap {
    width: 100%;
  }
  .person_sec02:nth-child(3) .note {
    width: 100%;
    margin: 13.0208333333vw auto 0;
    font-size: 2.6041666667vw;
  }
  .person_sec02 .img {
    width: 42.96875vw;
    margin: 0 auto 10.4166666667vw;
  }
  .person_sec02 .text_wrap {
    width: 100%;
  }
  .person_sec02 .title {
    margin-bottom: 8.4635416667vw;
    padding-left: 5.2083333333vw;
    font-size: 5.2083333333vw;
    line-height: 1.625;
  }
  .person_sec02 .text {
    margin-bottom: 1.9em;
    font-size: 3.3854166667vw;
    line-height: 1.9;
  }
  .person_intro {
    margin-bottom: 13.0208333333vw;
    padding: 11.71875vw 5.599vw 11.71875vw;
  }
  .person_intro .flex::before {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
  .person_intro .flex dl {
    width: 65.3645833333vw;
    margin-right: 0;
  }
  .person_intro .flex dl dt {
    font-size: 3.90625vw;
  }
  .person_intro .flex dl dd {
    font-size: 3.125vw;
    line-height: 1.9;
  }

}

@media screen and (min-width: 769px) {
  .box_component.wrap {
    padding: 0 110px;
  }

  .top_banner .banner_person {
    margin-bottom: 30px;
  }

  .top_banner .banner_lower_person02 .img {
    width: 50%;
  }
  .person_list {
    padding: 0 40px;
  }
  .person_list_lower {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 30px;
    padding: 50px 40px 70px;
  }
  .person_card:nth-child(3n) {
    margin-right: 0;
  }
  .person_card.wide {
    width: 48.75%;
    margin-bottom: 30px;
  }
  .person_card.wide:nth-child(odd) {
    margin-right: 2.5%;
  }
  .person_card.wide:nth-child(even) {
    margin-right: 0;
  }
  .person_sec01 .flex {
    padding: 0 110px;
  }
  .person_sec01:nth-child(even) .flex {
    flex-direction: row-reverse;
  }
  .person_sec01 .img {
    padding: 80px 110px;
    background: linear-gradient(to bottom, #fff, #fff 56%, #cae394 56%, #cae394 100%);
  }
  .person_sec01 .img.img_right {
    padding-left: 250px;
  }
  .person_sec01 .img.img_left {
    padding-right: 250px;
  }

}

@media screen and (min-width: 1280px) {
  .top_banner .banner_lower_person01 .headline span {
    font-size: 3rem;
  }
}

/*==============================================
修正・追加ページ
==============================================*/
@media screen and (max-width: 768px) {
  .menu_entry_sp {
    display: block;
    margin-bottom: 55px;
  }
}

.icon--b {
  position: relative;
}