@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.officer
------------------------------ */
.officer {
  padding: 50px 0 150px;
}
@media screen and (max-width: 768px) {
  .officer {
    padding: 25px 0 60px;
  }
}
.officer .officer_wrap {
  position: relative;
}
.officer .officer_wrap + .officer_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .officer .officer_wrap + .officer_wrap {
    margin-top: 60px;
  }
}
.officer .officer_ttl {
  padding-top: 30px;
  margin-bottom: 30px;
  font-size: 4rem;
  color: #0077C3;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .officer .officer_ttl {
    font-size: 2.6rem;
  }
}
.officer .officer_ttl .ttl_txt {
  position: relative;
  z-index: 2;
}
.officer .officer_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 50vw;
  height: 167px;
  background: #EBF8F8;
}
@media screen and (max-width: 768px) {
  .officer .officer_ttl::before {
    width: 100vw;
  }
}
.officer .officer_list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 51px;
}
@media screen and (max-width: 900px) {
  .officer .officer_list {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .officer .officer_list {
    gap: 30px 4%;
  }
}
.officer .officer_list .officer_btn {
  width: calc(33.3333% - 34px);
  max-width: 330px;
}
@media screen and (max-width: 900px) {
  .officer .officer_list .officer_btn {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .officer .officer_list .officer_btn {
    width: 48%;
    max-width: 100%;
  }
}
.officer .officer_list .officer_btn a {
  display: block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.officer .officer_list .officer_btn .img_box {
  padding: 6px 6px 0;
}
.officer .officer_list .officer_btn .img_box .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 101.26%;
}
.officer .officer_list .officer_btn .img_box .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
.officer .officer_list .officer_btn .txt_box {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 27px;
}
@media screen and (max-width: 900px) {
  .officer .officer_list .officer_btn .txt_box {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  .officer .officer_list .officer_btn .txt_box {
    font-size: 1.2rem;
    padding: 17px 12px 12px;
  }
}
.officer .officer_list .officer_btn .txt_box .tag {
  position: absolute;
  top: -20px;
  left: 0;
  background: #0077C3;
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 242px;
  height: 26px;
  padding: 0 27px;
  line-height: 1.3;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .officer .officer_list .officer_btn .txt_box .tag {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .officer .officer_list .officer_btn .txt_box .tag {
    top: -13px;
    max-width: 130px;
    width: 100%;
    height: 20px;
    font-size: 1.1rem;
    padding: 0 12px;
  }
}
.officer .officer_list .officer_btn .txt_box .name_box .name_ttl {
  font-weight: 900;
  line-height: 1.3;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .officer .officer_list .officer_btn .txt_box .name_box .name_ttl {
    font-size: 1.6rem;
  }
}
.officer .officer_list .officer_btn .txt_box .name_box .name_txt {
  margin-top: 5px;
  color: #99A7B2;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .officer .officer_list .officer_btn .txt_box .name_box .name_txt {
    font-size: 1rem;
  }
}
.officer .officer_list .officer_btn .txt_box .career {
  flex-shrink: 0;
  color: #0077C3;
}
@media screen and (max-width: 768px) {
  .officer .officer_list .officer_btn .txt_box .career {
    font-size: 1.2rem;
  }
}
.officer .page_nav {
  margin-top: 140px;
}

/* ------------------------------
	.modal
------------------------------ */
.mfp-container {
  padding: 0;
}

.mfp-bg {
  position: fixed !important;
  z-index: 20000;
  opacity: 0.5;
}

.mfp-wrap {
  z-index: 20001;
}

.mfp-close {
  display: none !important;
}

.mfp-arrow {
  display: none !important;
}

.mfp-wrap .modal_close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 769px) {
  .mfp-wrap .modal_close_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .mfp-wrap .modal_close_btn {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

.mfp-wrap .modal_close_btn .line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 1rem;
  background: #31363a;
}
.mfp-wrap .modal_close_btn .line:nth-child(1) {
  transform: rotate(45deg);
}

.mfp-wrap .modal_close_btn .line:nth-child(2) {
  transform: rotate(-45deg);
}

.officer_profile {
  display: none;
}

.profile {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 180px);
  max-width: 1300px;
  max-height: calc(100vh - 100px);
  min-height: 200px;
  margin: 0 auto;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .profile {
    max-height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 1300px) {
  .profile {
    max-width: 1100px;
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .profile {
    max-width: initial;
    width: 92%;
  }
}
.profile .outer {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.profile .profile_box {
  padding: 35px 0 55px;
}
@media screen and (max-width: 768px) {
  .profile .profile_box {
    padding: 40px 0;
  }
}
.profile .profile_box .name_wrap {
  width: 318px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .name_wrap {
    width: 100%;
  }
}
.profile .profile_box .name_wrap .profile_tag {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .name_wrap .profile_tag {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}
.profile .profile_box .name_wrap .name_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .name_wrap .name_box {
    display: block;
  }
}
.profile .profile_box .name_wrap .name_box .name_ttl {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .name_wrap .name_box .name_ttl {
    font-size: 2.4rem;
  }
}
.profile .profile_box .name_wrap .name_box .name_txt {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .name_wrap .name_box .name_txt {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
.profile .profile_box .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .flex {
    display: block;
  }
}
.profile .profile_box .img_box {
  flex-shrink: 0;
  width: 318px;
  margin-right: 60px;
}
@media screen and (max-width: 900px) {
  .profile .profile_box .img_box {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .profile .profile_box .img_box {
    width: 100%;
    margin: 0 0 30px;
  }
}
.profile .profile_box .img_box .img {
  width: 100%;
}
.profile .profile_box .img_box .img img {
  width: 100%;
}
.profile .profile_box .txt_box {
  width: 100%;
}
.profile .profile_box .txt_box .box {
  display: flex;
}
.profile .profile_box .txt_box .box + .box {
  margin-top: 15px;
}
.profile .profile_box .txt_box .box .box_ttl {
  flex-shrink: 0;
  width: 105px;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .txt_box .box .box_ttl {
    width: 90px;
  }
}
.profile .profile_box .txt_box .box .box_ttl,
.profile .profile_box .txt_box .box .box_txt {
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .profile .profile_box .txt_box .box .box_ttl,
  .profile .profile_box .txt_box .box .box_txt {
    font-size: 1.3rem;
  }
}