@charset "UTF-8";
/* CSS Document */

/* ---------- Archive ---------- */
.mainLead {
  margin-bottom: 12px;
}
.mainLead h2 span {
  color: #7799c5;
}
.archiveList {
  padding: 0 3% 30px;
  position: relative;
}
.archiveList::after {
  content: "";
  width: 100%;
  height: 79.5%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.listWrap {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.listWrap::after {
  content: "";
  width: 28.7%;
}
.listWrap .box {
  width: 28.7%;
  margin-bottom: 50px;
  border-bottom: 4px solid #212121;
}
.listWrap .box .boxArrow::before,
.listWrap .box .boxArrow::after {
  bottom: 7%;
  right: -8.8%;
}
.listWrap .box .boxArrow::before {
  background: rgba(119, 153, 197, 0.7);
}
.listWrap .box .meta {
  padding: 14px 8px;
  letter-spacing: 1px;
}
.listWrap .box .meta li {
  font-size: 1.6rem;
  font-size: clamp(1.4rem,0.83vw,1.6rem);
  font-weight: 500;
  display: inline-block;
}
.listWrap .box .meta li.year {
  margin: 0 10px 0 4px;
}
.listWrap .box .meta li.department {
  margin: 0 10px 0 0;
}
.listWrap .box .meta li.previous {
  letter-spacing: 0;
}
.listWrap .box .meta li span {
  font-size: 2.4rem;
  font-size: clamp(2rem,1.25vw,2.4rem);
  font-weight: 600;
}
.crossTalk {
  padding: 0 3% 78px;
  margin-bottom: 80px;
  position: relative;
}
.crossTalk::after {
  content: "";
  width: 100%;
  height: 38%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.crossTalk .mainLead {
  padding: 55px 0 10px;
  margin-bottom: 0;
}
.crossTalk .crossList {
  max-width: 1374px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.crossTalk .crossList li {
  width: 30.6%;
  text-align: center;
}
.crossTalk .crossList li a {
  position: relative;
  display: block;
}
.crossTalk .crossList li a p {
  display: inline-block;
  position: relative;
  padding: 25px 0 4px;
  font-size: 2rem;
  font-size: clamp(1.6rem,1.04vw,2rem);
  font-weight: 500;
}
.crossTalk .crossList li a p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7799c5;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.crossTalk .crossList li a:hover p::after {
  transform: scale(1, 1);
}
.crossTalk .crossList li .circleArrow::before,
.crossTalk .crossList li .circleArrow::after {
  right: 0;
  bottom: 3px;
  margin: 0;
  top: auto;
  width: clamp(24px,1.77vw,34px);
  height: clamp(24px,1.77vw,34px);
}
.crossTalk .crossList li .circleArrow::before {
  background: #7799c5;
}
.otherJobs .box {
  position: relative;
  padding: 0 3% 58px;
  margin-bottom: 80px;
}
.otherJobs .box:last-of-type {
  margin-bottom: 0;
}
.otherJobs .box::after {
  content: "";
  width: 96.8%;
  height: 36%;
  bottom: 0;
  background: #fff;
  position: absolute;
}
.otherJobs .box.box01::after {
  right: 0;
}
.otherJobs .box.box02::after {
  left: 0;
}
.otherJobs .box .boxWrap {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.otherJobs .box .boxWrap a {
  display: flex;
  position: relative;
}
.otherJobs .box .boxWrap figure {
  width: 40.6%;
}
.otherJobs .box .boxWrap .txtBox {
  width: 59.4%;
  padding: 5.4% 0 5.4% 6.5%;
  max-width: 750px;
  position: relative;
}
.otherJobs .box .boxWrap .txtBox.boxArrow::before,
.otherJobs .box .boxWrap .txtBox.boxArrow::after {
  right: -4.5%;
  bottom: 2%;
}
.otherJobs .box .boxWrap .txtBox.boxArrow::before {
  background: rgba(119, 153, 197, 0.7);
}
.otherJobs .box .boxWrap .txtBox h3 {
  font-size: clamp(1.8rem,1.04vw,2rem);
  line-height: 1.35;
  margin-bottom: 8.5%;
}
.otherJobs .box .boxWrap .txtBox h3 span {
  display: block;
  color: #7799c5;
  font-size: 8rem;
  font-size: clamp(6rem,4.16vw,8rem);
  letter-spacing: 4.5px;
  line-height: 1;
  margin-top: 14px;
}
.otherJobs .box .boxWrap .txtBox h3 span.spOnly {
  display: none;
}
.otherJobs .box .boxWrap .txtBox .note {
  font-size: 1.8rem;
  font-size: clamp(1.6rem,0.93vw,1.8rem);
  line-height: 1.35;
  padding-bottom: 40px;
}
.otherJobs .box.box02 .boxWrap a {
  flex-direction: row-reverse;
}
.otherJobs .box.box02 .boxWrap .txtBox {
  padding: 5.4% 0;
  margin-right: 11.5%;
  width: 47.9%;
  max-width: 640px;
}
.person .square01 {
  width: 2.78vw;
  right: 3.2%;
  top: -1.4%;
}
.person .square02 {
  width: 1.67vw;
  right: 7.5%;
  top: 12.5%;
}
.person .square03 {
  width: 1.67vw;
  left: 7.5%;
  top: -0.5%;
}
.person .square04 {
  width: 2.78vw;
  left: 3.2%;
  top: 16%;
}
.person .square span {
  background: #7799c5;
}
.nextContents.person .nav01 a {
  pointer-events: none;
  color: #aeaeae;
}
@media only screen and (max-width:749px) {
  .mainLead {
    padding: 17% 0 15.5%;
    margin-bottom: 0;
  }
  .archiveList {
    padding: 0 6% 3%;
  }
  .archiveList::after {
    height: 92%;
  }
  .listWrap {
    max-width: none;
  }
  .listWrap::after {
    display: none;
  }
  .listWrap .box {
    width: 47%;
    margin-bottom: 8.3%;
    border-bottom: 2px solid #212121;
  }
  .listWrap .box .boxArrow::before,
  .listWrap .box .boxArrow::after {
    bottom: 6.5%;
    right: -7.6%;
    width: 10.66vw;
    height: 10.66vw;
  }
  .listWrap .box .meta {
    padding: 9% 1vw 4%;
  }
  .listWrap .box .meta li {
    font-size: 3.2vw;
  }
  .listWrap .box .meta li.year {
    margin: 0;
    font-size: 2.66vw;
  }
  .listWrap .box .meta li.department {
    margin: 0 0 7%;
  }
  .listWrap .box .meta li.previous {
    letter-spacing: 0;
  }
  .listWrap .box .meta li span {
    font-size: 4.53vw;
  }
  .crossTalk {
    padding: 0 3% 4.5%;
    margin-bottom: 17%;
  }
  .crossTalk::after {
    height: 63.5%;
  }
  .crossTalk .mainLead {
    padding: 6% 0 0;
    margin-bottom: 0;
  }
  .crossTalk .crossList {
    max-width: none;
    display: block;
  }
  .crossTalk .crossList li {
    width: 60%;
    margin: 0 auto 5%;
  }
  .crossTalk .crossList li a {
    position: relative;
    display: block;
  }
  .crossTalk .crossList li a p {
    padding: 4% 0 4px;
    font-size: 3.2vw;
  }
  .crossTalk .crossList li .circleArrow::before,
  .crossTalk .crossList li .circleArrow::after {
    width: 4.53vw;
    height: 4.53vw;
  }
  .otherJobs .box {
    position: relative;
    padding: 0 6%;
    margin-bottom: 19.5%;
  }
  .otherJobs .box.box02 {
    z-index: 3;
  }
  .otherJobs .box::after {
    content: "";
    width: 100%;
    height: 65.5%;
  }
  .otherJobs .box .boxWrap {
    max-width: none;
  }
  .otherJobs .box .boxWrap a {
    display: block;
  }
  .otherJobs .box .boxWrap figure {
    width: 100%;
  }
  .otherJobs .box .boxWrap .txtBox {
    width: 100%;
    margin: 0 auto;
    padding: 5.4% 0 0;
    max-width: none;
  }
  .otherJobs .box .boxWrap .txtBox.boxArrow::before,
  .otherJobs .box .boxWrap .txtBox.boxArrow::after {
    right: 0;
    bottom: -5.33vw;
    width: 10.66vw;
    height: 10.66vw;
  }
  .otherJobs .box .boxWrap .txtBox h3 {
    font-size: 2.66vw;
    line-height: 1.5;
    margin-bottom: 7.5%;
    text-align: center;
  }
  .otherJobs .box .boxWrap .txtBox h3 span {
    font-size: 10.66vw;
    letter-spacing: 2px;
    margin-top: 0;
    line-height: 1.5;
  }
  .otherJobs .box .boxWrap .txtBox h3 span.pcOnly {
    display: none;
  }
  .otherJobs .box .boxWrap .txtBox h3 span.spOnly {
    display: block;
  }
  .otherJobs .box .boxWrap .txtBox .note {
    font-size: 3.2vw;
    line-height: 1.4;
    padding-bottom: 11.5%;
    margin: 0 8%;
  }
  .otherJobs .box.box02 .boxWrap .txtBox {
    padding: 5.4% 0 0;
    margin-right: 0;
    width: 100%;
    max-width: none;
  }
  .person .square01 {
    width: 6.35vw;
    right: 2%;
    top: -12.4%;
  }
  .person .square02 {
    width: 2.86vw;
    right: 11.9%;
    top: -5.8%;
  }
  .person .square03 {
    width: 2.86vw;
    left: 15.5%;
    top: -12.5%;
  }
  .person .square04 {
    width: 6.35vw;
    left: 3.4%;
    top: -7.5%;
  }
}
/* ---------- Single ---------- */
.singleHead {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 90px;
  position: relative;
  z-index: 2;
}
.singleHead .titleTxt {
  position: absolute;
  width: 100%;
  height: calc(100% - 90px);
  top: 90px;
  padding: 0 0 5.9% 4%;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.singleHead .titleTxt h1 {
  font-size: clamp(6rem,6.13vw,11.775rem);
  mix-blend-mode: screen;
  font-weight: 600;
  color: #7799c5;
  line-height: 1;
  letter-spacing: 5px;
}
.singleHead .titleTxt .meta {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.singleHead .titleTxt .meta li,
.singleHead .titleTxt .meta li p {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  height: 100%;
}
.singleHead .titleTxt .meta .department p {
  font-size: clamp(1.4rem,0.93vw,1.8rem);
  background: #212121;
  padding: 0.3vw 0.85vw;
  height: 100%;
}
.singleHead .titleTxt .meta .name {
  font-size: 1.6rem;
  font-size: clamp(1.3rem,0.83vw,1.6rem);
  background: #7799c5;
  padding: 0.1vw 0.9vw 0.1vw 0.9vw;
}
.singleHead .titleTxt .meta .name p {
  display: inline-block;
}
.singleHead .titleTxt .meta .name span {
  font-weight: 600;
  font-size: 2.4rem;
  font-size: clamp(2rem,1.25vw,2.4rem);
  margin-right: 8px;
}
.singleHead .titleTxt .meta .year {
  margin-left: 0.3vw;
}
.singleHead .titleTxt h2 {
  margin-top: 10px;
}
.singleHead .titleTxt h2 span {
  display: inline-block;
  font-size: clamp(3rem, 2.08vw, 4rem);
  font-weight: 700;
  background: #fff;
  padding: 0.9vw 0.7vw;
  line-height: 1;
  margin-top: 6px;
  font-feature-settings: "palt";
  letter-spacing: 0.8px;
}
.myCareer {
  padding: 30px 3% 58px;
  margin-bottom: 50px;
  position: relative;
}
.myCareer::after {
  content: "";
  width: 97%;
  height: 124%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}
.myCareer h2 {
  text-align: center;
  font-size: 1.6rem;
  font-size: clamp(1.4rem,0.83vw,1.6rem);
  line-height: 1.35;
  margin-bottom: 26px;
  position: relative;
  z-index: 2;
}
.myCareer h2 span {
  display: block;
  color: #7799c5;
  font-size: 8rem;
  font-size: clamp(6rem,4.16vw,8rem);
  letter-spacing: 5px;
}
.myCareer table {
  margin: 0 auto;
  font-size: 1.6rem;
  font-size: clamp(1.4rem,0.83vw,1.6rem);
  border-top: 1px solid #212121;
  position: relative;
  z-index: 2;
}
.myCareer tr {
  border-bottom: 1px solid #212121;
}
.myCareer th {
  font-weight: 500;
  padding: 0 4.3vw 0 30px;
  text-align: left;
  position: relative;
  vertical-align: middle;
}
.myCareer th .now {
  position: absolute;
  font-size: 2rem;
  font-weight: 600;
  left: -84px;
  margin-top: 2px;
  letter-spacing: 1px;
  color: #7799c5;
}
.myCareer th span {
  font-size: 2.4rem;
  font-size: clamp(2rem,1.25vw,2.4rem);
  font-weight: 600;
  margin-right: 10px;
}
.myCareer td {
  font-weight: 500;
  max-width: 285px;
  padding: 18px 3.1vw 18px 0;
}
.personInterview {
  padding: 0 3%;
  width: 100%;
  overflow: hidden;
}
.personInterview .box {
  max-width: 1800px;
  margin: 0 auto 50px;
  padding-bottom: 44px;
  position: relative;
  overflow: hidden;
}
.personInterview .box::before {
  content: "";
  width: 100%;
  height: 79.6%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.personInterview .box::after {
  content: "";
  width: 100%;
  height: 79.6%;
  position: absolute;
  bottom: 0;
  left: -50%;
  background: #fff;
}
.personInterview .box figure {
  width: 79%;
  margin-bottom: 42px;
  position: relative;
  z-index: 2;
}
.personInterview .box .details {
  max-width: calc(1040px + 8%);
  margin: 0 auto;
  padding: 0 4%;
}
.personInterview .box .qTxt {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.personInterview .box .qTxt .eTxt {
  color: #7799c5;
  font-weight: 300;
  font-size: 2.4rem;
  font-size: clamp(2.2rem,1.25vw,2.4rem);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
.personInterview .box .qTxt .eTxt::before {
  content: "";
  border-top: 1px solid #212121;
  width: calc(100% - 54px);
  margin-right: 54px;
  position: absolute;
  left: -50%;
}
.personInterview .box .qTxt .question {
  font-size: 1.8rem;
  font-size: clamp(1.6rem,0.93vw,1.8rem);
  font-weight: 500;
  width: 50%;
  text-align: right;
}
.personInterview .box .txtBox {
  position: relative;
  z-index: 2;
}
.personInterview .box .txtBox h3 {
  font-size: 2.4rem;
  font-size: clamp(2.2rem,1.25vw,2.4rem);
  font-weight: 500;
  color: #7799c5;
  line-height: 1.3;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
}
.personInterview .box .txtBox .notes p {
  font-size: 1.8rem;
  font-size: clamp(1.7rem,0.93vw,1.8rem);
  line-height: 1.6;
  margin-bottom: 38px;
}
.personInterview .box:nth-of-type(2)::after {
  left: auto;
  right: -50%;
}
.personInterview .box:nth-of-type(2) figure {
  margin-left: auto;
}
.personInterview .box:nth-of-type(2) .qTxt,
.personInterview .box.txtOnly .qTxt {
  margin-left: auto;
  flex-direction: row-reverse;
}
.personInterview .box:nth-of-type(2) .qTxt .eTxt {
  flex-direction: row-reverse;
}
.personInterview .box:nth-of-type(2) .qTxt .eTxt::before,
.personInterview .box.txtOnly .qTxt .eTxt::before {
  margin: 0 0 0 54px;
  left: auto;
  right: -50%;
}
.personInterview .box:nth-of-type(2) .qTxt .question,
.personInterview .box.txtOnly .qTxt .question {
  text-align: left;
}
.personInterview .box:nth-of-type(3) figure {
  margin-left: auto;
  margin-right: auto;
}
.personInterview .box:nth-of-type(3) .details .qTxt .eTxt::before {
  left: -26.8%;
  width: calc(100% - 54px - 23.2%);
}
.personInterview .box.txtOnly {
  margin-top: -50px;
  background: #fff;
  padding-top: 15px;
}
.personInterview .box.txtOnly .qTxt .eTxt {
  flex-direction: row-reverse;
}
.personInterview .box.txtOnly .qTxt .eTxt::before {
  left: auto;
  right: -26.8%;
  width: calc(100% - 54px - 23.2%);
}
.dayOff {
  padding: 20px 0 0 3%;
  margin-bottom: 80px;
  position: relative;
  display: flex;
  align-items: center;
}
.dayOff figure {
  margin: 0 0 0 auto;
  width: 63.3%;
}
.dayOff .txtBox {
  position: absolute;
  z-index: 2;
  left: 3%;
  width: 53.2%;
  min-height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.dayOff .txtWrap {
  padding: 0 6%;
}
.dayOff .txtWrap h2 {
  text-align: center;
  font-size: 1.6rem;
  font-size: clamp(1.4rem,0.83vw,1.6rem);
  line-height: 1.35;
  margin-bottom: 9%;
  position: relative;
  z-index: 2;
}
.dayOff .txtWrap h2 span {
  display: block;
  color: #7799c5;
  font-size: 8rem;
  font-size: clamp(5rem,4.16vw,8rem);
  letter-spacing: 5px;
}
.dayOff .txtWrap .notes {
  max-width: 680px;
  margin: 0 auto;
}
.dayOff .txtWrap p {
  font-size: 1.8rem;
  font-size: clamp(1.5rem, 0.93vw, 1.8rem);
  line-height: 1.35;
  margin-bottom: 38px;
}
.otherInterview {
  padding: 75px 3% 20px;
  background: #fff;
}
.otherInterview h2 {
  text-align: center;
  font-size: 1.6rem;
  font-size: clamp(1.4rem,0.83vw,1.6rem);
  line-height: 1.35;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.otherInterview h2 span {
  display: block;
  color: #d7d7d7;
  font-size: 8rem;
  font-size: clamp(6rem,4.16vw,8rem);
  letter-spacing: 5px;
}
.person .square05 {
  width: 1.67vw;
  right: 0%;
  top: 13.8%;
}
.person .square06 {
  width: 2.78vw;
  right: 3.7%;
  top: 22.3%;
}
.person .square07 {
  width: 1.67vw;
  left: 8.9%;
  top: 9.8%;
}
.person .square08 {
  width: 2.78vw;
  left: 4.1%;
  top: 18.3%;
}
.person .square09 {
  width: 2.78vw;
  left: 8.1%;
  top: 7.5%;
}
.person .square10 {
  width: 1.67vw;
  left: 2.7%;
  top: 24%;
}
@media only screen and (max-width:749px) {
  .singleHead {
    padding-top: calc(55px + 5vw);
    margin: 0 6%;
  }
  .singleHead .titleTxt {
    height: calc(100% - 55px - 5vw);
    top: calc(55px + 5vw);
    padding: 0 0 21.8% 4%;
  }
  .singleHead .titleTxt h1 {
    font-size: 10.66vw;
    letter-spacing: 2px;
  }
  .singleHead .titleTxt .meta {
    margin-top: 1.3vw;
    display: block;
  }
  .singleHead .titleTxt .meta li,
  .singleHead .titleTxt .meta li p {
    height: auto;
  }
  .singleHead .titleTxt .meta .department p {
    display: inline-block;
    font-size: 3.2vw;
    padding: 1.1vw 2vw;
  }
  .singleHead .titleTxt .meta .name {
    display: inline-block;
    font-size: 2.66vw;
    padding: 0.4vw 6.3vw 0.4vw 1.5vw;
    margin-top: 1.3vw;
  }
  .singleHead .titleTxt .meta .name span {
    font-weight: 600;
    font-size: 4.53vw;
    margin-right: 1vw;
  }
  .singleHead .titleTxt .meta .year {
    margin-left: 1.3vw;
  }
  .singleHead .titleTxt h2 {
    margin-top: 1vw;
  }
  .singleHead .titleTxt h2 span {
    font-size: 4.26vw;
    padding: 2vw 0.9vw;
    margin-top: 1vw;
    letter-spacing: 0.5px;
  }
  .myCareer {
    padding: 6.5% 6% 11%;
    margin-bottom: 10.6%;
  }
  .myCareer::after {
    content: "";
    width: 100%;
    height: 132%;
  }
  .myCareer h2 {
    font-size: 2.66vw;
    line-height: 1.5;
    margin-bottom: 8%;
  }
  .myCareer h2 span {
    font-size: 10.66vw;
    letter-spacing: 2px;
  }
  .myCareer table {
    font-size: 3.2vw;
    margin: 0 8%;
    width: 88%;
  }
  .myCareer th {
    max-width: none;
    width: 35%;
    padding: 0 2vw;
  }
  .myCareer th.nowBox {
    font-size: 2.66vw;
    line-height: 1.2;
  }
  .myCareer th .now {
    font-size: 3.2vw;
    left: -11.5vw;
    margin-top: 8%;
  }
  .myCareer th span {
    font-size: 3.2vw;
    display: block;
  }
  .myCareer td {
    max-width: none;
    padding: 4vw 0;
  }
  .personInterview {
    padding: 0;
    overflow: visible;
  }
  .personInterview .box {
    max-width: none;
    margin: 0 auto 11%;
    padding-bottom: 0;
    position: relative;
    overflow: visible;
  }
  .personInterview .box::before,
  .personInterview .box::after {
    display: none;
  }
  .personInterview .box figure {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    text-align: center;
  }
  .personInterview .box figure::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
  }
  .personInterview .box figure img {
    position: relative;
    z-index: 2;
  }
  .personInterview .box .details {
    max-width: none;
    padding: 5.5% 6% 7%;
    background: #fff;
  }
  .personInterview .box .qTxt {
    display: block;
    margin-bottom: 6%;
  }
  .personInterview .box .qTxt .eTxt {
    font-size: 3.2vw;
    justify-content: flex-start;
    width: 100%;
  }
  .personInterview .box .qTxt .eTxt::before {
    width: 54%;
    margin-right: 3vw;
    position: relative;
    left: 0;
  }
  .personInterview .box .qTxt .question {
    width: 100%;
    font-size: 3.73vw;
    text-align: left;
    padding-top: 2%;
    letter-spacing: 1px;
  }
  .personInterview .box .txtBox h3 {
    font-size: 4.26vw;
    line-height: 1.563;
    letter-spacing: 1.2px;
    margin-bottom: 4%;
  }
  .personInterview .box .txtBox .notes p {
    font-size: 3.2vw;
    line-height: 1.417;
    margin-bottom: 4%;
  }
  .personInterview .box:nth-of-type(2) .qTxt .eTxt::before,
  .personInterview .box.txtOnly .qTxt .eTxt::before {
    margin: 0 0 0 3vw;
    right: 0;
  }
  .personInterview .box:nth-of-type(2) .qTxt .question,
  .personInterview .box.txtOnly .qTxt .question {
    text-align: right;
  }
  .personInterview .box:nth-of-type(3) .details .qTxt .eTxt::before {
    left: 0;
    width: 54%;
  }
  .personInterview .box:nth-of-type(3) figure img {
    width: 88%;
  }
  .personInterview .box.txtOnly {
    margin-top: -19.5%;
    padding-top: 0;
  }
  .personInterview .box.txtOnly .qTxt .eTxt::before {
    right: 0;
    width: 54%;
  }
  .personInterview .box:nth-of-type(5) {
    margin-bottom: 0;
  }
  .dayOff {
    padding: 0;
    margin-bottom: 11%;
    display: block;
  }
  .dayOff figure {
    width: 100%;
  }
  .dayOff .txtBox {
    position: relative;
    left: 0;
    width: 88%;
    margin: -19% auto 0;
    min-height: 0;
    display: block;
  }
  .dayOff .txtWrap {
    padding: 17.5% 7% 18.5%;
  }
  .dayOff .txtWrap h2 {
    font-size: 2.66vw;
    line-height: 1.5;
    margin-bottom: 11%;
  }
  .dayOff .txtWrap h2 span {
    font-size: 10.66vw;
    letter-spacing: 2px;
  }
  .dayOff .txtWrap .notes {
    max-width: none;
  }
  .dayOff .txtWrap p {
    font-size: 3.2vw;
    line-height: 1.417;
    margin-bottom: 4%;
  }
  .otherInterview {
    padding: 7% 0 20px;
  }
  .otherInterview h2 {
    font-size: 2.66vw;
    line-height: 1.5;
    margin-bottom: 10%;
  }
  .otherInterview h2 span {
    display: block;
    color: #d7d7d7;
    font-size: 9.33vw;
    letter-spacing: 1.5px;
  }
  .person .square05 {
    width: 2.86vw;
    right: 5%;
    top: -6.5%;
  }
  .person .square06 {
    width: 6.35vw;
    right: 11.2%;
    top: -2.7%;
  }
  .person .square07 {
    width: 2.86vw;
    left: 12%;
    top: -6.6%;
  }
  .person .square08 {
    width: 6.35vw;
    left: 3.1%;
    top: -2.7%;
  }
  .person .square09 {
    width: 6.35vw;
    left: 17.1%;
    top: 32%;
  }
  .person .square10 {
    width: 2.86vw;
    left: 8.7%;
    top: 39.8%;
  }
}