.about_ttl_bg {
  width: 86rem;
  max-width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 7.5rem;
  position: relative;
  margin-top: 2.714285714rem;
  margin-bottom: 4.3125rem;
}
@media (min-width: 560px) {
  .about_ttl_bg {
    margin-bottom: 8.125rem;
  }
}
@media (min-width: 1420px) {
  .about_ttl_bg {
    margin-top: 4.5rem;
    margin-bottom: 9.8125rem;
  }
}

.about_ttl_bg img {
  padding-right: 0.5714285714rem;
}
@media (min-width: 560px) {
  .about_ttl_bg img {
    padding-right: 1.25rem;
  }
}

.list_about {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 560px) {
  .list_about {
    gap: 0 2%;
  }
}
@media (min-width: 1420px) {
  .list_about {
    gap: 0 4.75rem;
  }
}

.list_about li {
  width: 40.625rem;
  max-width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 2.857142857rem;
}
@media (min-width: 560px) {
  .list_about li {
    max-width: 49%;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .list_about li {
    max-width: 49%;
    margin-bottom: 7.5rem;
  }
}

.list_about img {
  padding-right: 0.5714285714rem;
}
@media (min-width: 560px) {
  .list_about img {
    padding-right: 1.25rem;
  }
}

.list_about p {
  position: absolute;
  right: 0;
  bottom: -2.142857143rem;
  font-size: 3rem;
  color: #162049;
  text-align: right;
  font-weight: bold;
  line-height: 1.2;
}
.list_about p span.text_bg {
  color: #fff;
  background: url(../img/text_bg.png) no-repeat center center/cover;
  font-size: 1.571428571rem;
  line-height: 1;
  padding: 0 1.071428571rem;
}
@media (min-width: 560px) {
  .list_about p {
    font-size: 5.875rem;
    bottom: -4.6875rem;
  }
  .list_about p span.text_bg {
    font-size: 2.125rem;
    padding: 0 1.25rem;
  }
}
@media (min-width: 1420px) {
  .list_about p {
    font-size: 7.5rem;
  }
  .list_about p span.text_bg {
    font-size: 3rem;
    padding: 0 1.25rem;
  }
}

.occupation_trigger {
  cursor: pointer;
  outline: none;
  transition: opacity 0.3s;
}
@media (min-width: 1024px) {
  .occupation_trigger:hover {
    opacity: 0.8;
  }
}
.occupation_trigger:focus-visible {
  outline: 0.1428571429rem solid #4464e3;
  outline-offset: 0.2857142857rem;
}

.occupation_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 32, 73, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.428571429rem;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.occupation_modal.open {
  opacity: 1;
  visibility: visible;
}

.occupation_modal_inner {
  position: relative;
  width: 75rem;
  max-width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  padding: 3rem 1.428571429rem 1.714285714rem;
  transform: translateY(1.25rem);
  transition: transform 0.3s ease;
}
@media (min-width: 560px) {
  .occupation_modal_inner {
    padding: 3.5rem 3.125rem 2.5rem;
  }
}
.occupation_modal_inner--2column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .occupation_modal_inner--2column {
    flex-direction: row-reverse;
  }
}
.occupation_modal_inner--2column .occupation_modal_img {
  width: 80%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .occupation_modal_inner--2column .occupation_modal_img {
    width: 35%;
  }
}

.occupation_modal.open .occupation_modal_inner {
  transform: translateY(0);
}

.occupation_modal_img {
  margin-bottom: 1.428571429rem;
}
.occupation_modal_img img {
  width: 100%;
}
.occupation_modal_img--top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 560px) {
  .occupation_modal_img--top {
    flex-direction: row;
  }
}
.occupation_modal_img--top img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 560px) {
  .occupation_modal_img--top img {
    width: 65%;
  }
}
.occupation_modal_img--top p {
  flex-shrink: 0;
  font-size: 1.571428571rem;
  font-weight: bold;
  color: #162049;
  background-color: #162049;
  color: #fff;
  padding: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 560px) {
  .occupation_modal_img--top p {
    width: 35%;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .occupation_modal_img--top p {
    font-size: 2rem;
  }
}

.occupation_modal_num {
  font-size: 1.125rem;
  font-weight: bold;
  color: #4464e3;
  margin-bottom: 0.5714285714rem;
}

.occupation_modal_ttl {
  font-size: 1.571428571rem;
  font-weight: bold;
  color: #162049;
  margin-bottom: 1.428571429rem;
}
@media (min-width: 560px) {
  .occupation_modal_ttl {
    font-size: 2rem;
  }
}

.occupation_modal_text {
  line-height: 1.8;
  color: #707070;
}

.occupation_modal_close {
  position: absolute;
  top: 0.7142857143rem;
  right: 0.7142857143rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  color: #162049;
  font-size: 0.8571428571rem;
  opacity: 0.8;
}
.occupation_modal_close span {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 560px) {
  .occupation_modal_close {
    top: 1.25rem;
    right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .occupation_modal_close:hover {
    opacity: 1;
  }
}

.list_interview li {
  margin-bottom: 2.5rem;
}

.list_interview .intaview_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  background: #fff;
  position: relative;
}
.list_interview .intaview_wrap .interview_img {
  width: 100%;
}
.list_interview .intaview_wrap .interview_text {
  width: 100%;
  padding: 1.428571429rem;
}
@media (min-width: 560px) {
  .list_interview .intaview_wrap {
    justify-content: space-between;
  }
  .list_interview .intaview_wrap .interview_img {
    width: 35.3125rem;
    max-width: 50%;
  }
  .list_interview .intaview_wrap .interview_text {
    max-width: 48%;
    padding: 3.3125rem 0 4.125rem 3.3125rem;
  }
}
@media (min-width: 1024px) {
  .list_interview .intaview_wrap .interview_img {
    max-width: 55%;
  }
  .list_interview .intaview_wrap .interview_text {
    max-width: 43%;
    padding: 3.3125rem 4.125rem;
  }
}

.department {
  min-width: 14.28571429rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.142857143rem;
  text-align: center;
  background: #181547;
  color: #fff;
  border-radius: 0.625rem;
  padding: 0.4285714286rem;
  margin-bottom: 1.428571429rem;
}
@media (min-width: 560px) {
  .department {
    font-size: 1.5rem;
    padding-block: 0.3125rem;
    padding-inline: 2rem;
    margin-bottom: 2.5rem;
  }
}

.post_name {
  margin-right: 1rem;
}

.person_name {
  font-size: 1.285714286rem;
}
@media (min-width: 560px) {
  .person_name {
    font-size: 1.5rem;
  }
}

.interview_comment {
  background: #fff;
  border-top: 0.2857142857rem solid #4464e3;
  padding: 2.857142857rem 4.714285714rem 2.285714286rem;
  position: relative;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.interview_comment.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 1.428571429rem;
}
@media (min-width: 560px) {
  .interview_comment.open {
    padding: 2.5rem 4.125rem 2rem;
  }
}

.interview_comment_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2.142857143rem;
}

.interview_comment_img {
  width: 100%;
}
@media (min-width: 560px) {
  .interview_comment_img {
    width: 15rem;
    max-width: 30%;
  }
}

.interview_comment_text {
  width: 100%;
  margin-bottom: 1.428571429rem;
}
@media (min-width: 560px) {
  .interview_comment_text {
    width: 42.625rem;
    max-width: 68%;
    text-align: justify;
    margin-bottom: 0;
  }
}

.btn_interview_close {
  text-align: center;
  cursor: pointer;
}

.dc_interview_btn {
  color: #fff;
  background: url(../img/btn_bg01.png) no-repeat center center/cover;
  width: 15.71428571rem;
  height: 2.714285714rem;
  line-height: 2.714285714rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.125rem;
  transition: all 0.3s;
  cursor: pointer;
}
.dc_interview_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.0625rem;
  width: 1.125rem;
  height: 0.875rem;
  background: url(../img/arrow_open.png) no-repeat center center/contain;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 560px) {
  .dc_interview_btn {
    width: 20.35714286rem;
    height: 3.928571429rem;
    line-height: 3.928571429rem;
  }
}
@media (min-width: 1024px) {
  .dc_interview_btn:hover {
    opacity: 0.8;
  }
}

.dc_interview_btn.open:after {
  background: url(../img/arrow_close.png) no-repeat center center/contain;
}

.dc_interview_btn.open .btn_more {
  display: none;
}

.dc_interview_btn .btn_close {
  display: none;
}

.dc_interview_btn.open .btn_close {
  display: block;
}

.btn_interview_close {
  opacity: 0.8;
}

.education_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse;
}
.education_list li .education_img {
  width: 100%;
  margin-bottom: 1.714285714rem;
}
.education_list li .education_text {
  width: 100%;
  margin-bottom: 1.142857143rem;
}
.education_list li:last-child .education_img {
  margin-bottom: 0;
}
@media (min-width: 560px) {
  .education_list li {
    flex-direction: inherit;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
  .education_list li .education_img {
    width: 31.25rem;
    max-width: 48%;
    margin-bottom: 0;
  }
  .education_list li .education_text {
    width: 34.1875rem;
    max-width: 49%;
    margin-bottom: 0;
  }
  .education_list li:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 560px) {
  .education_list li:nth-child(2) {
    flex-direction: row-reverse;
  }
}

.list_keyword {
  max-width: 68.375rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list_keyword li {
  width: 100%;
  max-width: 31.25rem;
  padding: 1.25rem 1.5625rem;
  margin-bottom: 1.428571429rem;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
}
.list_keyword li:last-child {
  margin-bottom: 0;
}
@media (min-width: 560px) {
  .list_keyword {
    gap: 0 1%;
  }
  .list_keyword li {
    width: 47%;
    margin-bottom: 2.5rem;
  }
  .list_keyword li:last-child {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1420px) {
  .list_keyword {
    gap: 0 5.875rem;
  }
  .list_keyword li {
    margin-bottom: 2.5rem;
  }
}
.list_keyword .keyword_text {
  color: #162049;
}

.keyword_big_text {
  text-align: center;
  font-weight: bold;
  color: #4464e3;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.nowrap {
  white-space: nowrap;
}

.ml70 {
  margin-left: 4.375rem;
}

.font14 {
  font-size: 0.8571428571rem;
  font-weight: normal;
  color: #707070;
}
@media (min-width: 1420px) {
  .font14 {
    font-size: 0.875rem;
  }
}

.font36 {
  font-size: 1.428571429rem;
  line-height: 1.5;
}
@media (min-width: 1420px) {
  .font36 {
    font-size: 2.25rem;
  }
}

.font48 {
  font-size: 1.857142857rem;
}
@media (min-width: 1420px) {
  .font48 {
    font-size: 3rem;
  }
}

.font69 {
  font-size: 2.285714286rem;
}
@media (min-width: 1420px) {
  .font69 {
    font-size: 4.3125rem;
  }
}

.font96 {
  font-size: 3.428571429rem;
}
@media (min-width: 1420px) {
  .font96 {
    font-size: 6rem;
  }
}

.font137 {
  font-size: 4rem;
}
@media (min-width: 1420px) {
  .font137 {
    font-size: 8.5625rem;
  }
}

.contact_area {
  padding: 1.714285714rem 0;
}
.contact_area a {
  display: block;
  width: 90%;
  font-size: 1.285714286rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: url(../img/btn_bg01.png) no-repeat center center/cover;
  border-radius: 50rem;
  margin: auto;
  padding: 1.5rem;
}
.contact_area a:hover {
  opacity: 0.8;
}
@media (min-width: 560px) {
  .contact_area {
    padding: 2.5rem 0;
  }
  .contact_area a {
    max-width: 43.75rem;
    font-size: 2.25rem;
  }
}

.js-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=top.css.map */