@charset "UTF-8";
/* ==========================================================================//
//
// 社員を知る詳細
//
// ========================================================================== */
body {
  background-color: #b8e1f1;
  background-image: radial-gradient(circle, #dcf0f8 12px, transparent 12px), radial-gradient(circle, #dcf0f8 12px, transparent 12px);
  background-position: 0 0, 37.5px 39px;
  background-size: 75px 78px;
}

.page_head {
  color: #fff;
}
.page_head .page_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page_head .page_ttl .interview_en {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.page_head .page_ttl .interview_en span {
  display: inline;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  margin-left: 3px;
}
@media all and (min-width: 751px) {
  .page_head .page_ttl .interview_en span {
    font-size: 30px;
    margin-left: 10px;
  }
}
.page_head .page_ttl .interview_jp {
  font-size: 20px;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
@media all and (min-width: 751px) {
  .page_head .page_ttl .interview_jp {
    font-size: 3vw;
    letter-spacing: 0.1em;
  }
}
@media all and (min-width: 1401px) {
  .page_head .page_ttl .interview_jp {
    font-size: 42px;
  }
}

/* profile
---------------------------------------------------------- */
.sec_profile {
  padding: 20px 0 40px;
}
@media all and (min-width: 751px) {
  .sec_profile {
    padding-bottom: 80px;
  }
}
.sec_profile .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 751px) {
  .sec_profile .row_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec_profile .row_wrap .box_img {
  position: relative;
  z-index: 1;
  width: 180px;
}
@media all and (min-width: 751px) {
  .sec_profile .row_wrap .box_img {
    width: min(320px, 40%);
  }
}
.sec_profile .row_wrap .box_img img {
  border-radius: 50%;
  border: 1.5px solid #3B97D4;
}
.sec_profile .row_wrap .box_text {
  background-color: #fff;
  border-bottom-left-radius: 30px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  padding: 25px 15px;
}
@media all and (max-width: 750px) {
  .sec_profile .row_wrap .box_text {
    margin-top: -10px;
  }
}
@media all and (min-width: 751px) {
  .sec_profile .row_wrap .box_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom-left-radius: 60px;
    padding: 40px 38px 40px 0;
    margin-right: -40px;
  }
}
.sec_profile .row_wrap .box_text .sec_ttl {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  -webkit-text-stroke: 1px #3B97D4;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  padding-bottom: 10px;
  background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-repeat: space no-repeat;
  background-position: left bottom;
}
@media all and (min-width: 751px) {
  .sec_profile .row_wrap .box_text .sec_ttl {
    text-align: left;
    -webkit-text-stroke: 1.5px #3B97D4;
    font-size: 68px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .sec_profile .row_wrap .box_text .sec_ttl {
    font-size: 58px;
  }
}
.sec_profile .row_wrap .box_text .content {
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_profile .row_wrap .box_text .content {
    padding-left: 40px;
    margin-top: 30px;
  }
}
.sec_profile .row_wrap .box_text .content .name {
  text-align: center;
  letter-spacing: 0.075em;
}
@media all and (min-width: 751px) {
  .sec_profile .row_wrap .box_text .content .name {
    text-align: left;
    font-size: 20px;
  }
}
.sec_profile .row_wrap .box_text .content .text {
  letter-spacing: 0.075em;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_profile .row_wrap .box_text .content .text {
    line-height: 2;
  }
}

/* interview
---------------------------------------------------------- */
.sec_interview {
  background-color: #fff7ea;
  padding: 40px 0;
}
@media all and (min-width: 751px) {
  .sec_interview {
    padding: 80px 0;
  }
}
.sec_interview .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 960px) {
  .sec_interview .block {
    gap: 15px;
  }
}
@media all and (min-width: 961px) {
  .sec_interview .block:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_interview .block:first-child .box_img {
    max-width: 830px;
    margin-right: 8%;
  }
  .sec_interview .block:first-child .box_text {
    max-width: 840px;
    margin-top: -40px;
    margin-left: 6.8%;
  }
  .sec_interview .block:not(:first-child) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sec_interview .block:not(:first-child) .box_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 7%;
  }
  .sec_interview .block:not(:first-child) .box_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -40px;
  }
  .sec_interview .block.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sec_interview .block.reverse .box_text {
    margin-right: 0;
    margin-left: -40px;
  }
}
.sec_interview .block:not(:last-child) {
  margin-bottom: 30px;
}
@media all and (min-width: 961px) {
  .sec_interview .block:not(:last-child) {
    margin-bottom: 60px;
  }
}
.sec_interview .block .box_img img {
  border: 1.5px solid #3B97D4;
  border-bottom-left-radius: 30px;
}
@media all and (min-width: 961px) {
  .sec_interview .block .box_img img {
    border-bottom-left-radius: 60px;
  }
}
.sec_interview .block .box_text {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  padding: 20px 15px;
}
@media all and (min-width: 751px) {
  .sec_interview .block .box_text {
    border-bottom-left-radius: 60px;
    padding: 40px 0 40px 40px;
  }
}
.sec_interview .block .box_text .heading {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  background-image: radial-gradient(circle, #3B97D4 2.5px, transparent 2.5px);
  background-size: 8px 5px;
  background-repeat: space no-repeat;
  background-position: left bottom;
}
@media all and (min-width: 751px) {
  .sec_interview .block .box_text .heading {
    text-align: left;
    font-size: 24px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.sec_interview .block .box_text .text {
  letter-spacing: 0.075em;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_interview .block .box_text .text {
    line-height: 2;
    padding-right: 40px;
  }
}
.sec_interview .more_btn {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .sec_interview .more_btn {
    margin-top: 60px;
  }
}
.sec_interview .more_btn a {
  text-align: center;
}
.sec_interview .more_btn a::after {
  left: 10px;
  right: unset;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}