@charset "UTF-8";
/*------------------------------------------------------------
	サイト幅でセンタリング
------------------------------------------------------------*/
/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
/*------------------------------------------------------------
	hover
------------------------------------------------------------*/
/*------------------------------------------------------------
	interview
------------------------------------------------------------*/
@media screen and (min-width: 897px) {
  #gHeader {
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 896px) {
  #gHeader {
    margin-bottom: 28px;
  }
}

.lineText {
  padding-left: 0;
}

@media screen and (max-width: 896px) {
  .lineText {
    font-size: 1.6rem;
  }
  .lineText::before {
    background-size: auto 10px;
  }
}

.mainVisual {
  margin-bottom: 88px;
  position: relative;
}

.mainVisual .content {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 897px) and (max-width: 1400px) {
  .mainVisual .content {
    display: block;
  }
}

@media screen and (min-width: 897px) {
  .mainVisual::after {
    content: "";
    width: calc(50% + 436px);
    height: 4px;
    background: #0A377B;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.mainVisual .headLine01 {
  margin-right: 4%;
}

@media (min-width: 897px) and (max-width: 1400px) {
  .mainVisual .headLine01 {
    width: 50%;
  }
}

.mainVisual .headLine01 .lineText {
  padding: 0 10px;
  top: 67px;
  left: 205px;
}

@media screen and (max-width: 896px) {
  .mainVisual .headLine01 .lineText {
    font-size: 1.5rem;
    top: 33px;
    left: inherit;
    right: 0;
  }
}

.mainVisual .headLine01 .posImg {
  top: -66px;
  left: inherit;
  right: -66px;
}

@media screen and (max-width: 896px) {
  .mainVisual .headLine01 .posImg {
    top: -19px;
    right: -50px;
  }
  .mainVisual .headLine01 .posImg img {
    width: 45px;
  }
}

.mainVisual .comTtl {
  font-size: 1.7rem;
}

@media screen and (min-width: 897px) {
  .mainVisual .comTtl {
    margin-top: 45px;
  }
}

@media screen and (max-width: 896px) {
  .mainVisual .comTtl {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.65;
  }
}

@media screen and (max-width: 896px) {
  .mainVisual {
    margin-bottom: 0;
  }
  .mainVisual .headLine01 {
    margin: 0 auto 15px;
    width: 182px;
  }
  .mainVisual .content {
    padding-bottom: 22px;
    display: block;
  }
}

.top {
  margin-bottom: 60px;
}

.top h2 {
  margin-bottom: 28px;
  mix-blend-mode: multiply;
}

.top .text {
  margin-left: 40px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.top .text::before {
  content: "";
  width: 8px;
  height: calc(100% + 105px);
  background: #0A377B;
  position: absolute;
  top: -113px;
  left: 0;
}

.top .text h3 {
  font-size: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 897px) and (max-width: 1200px) {
  .top .text h3 {
    font-size: 2.6rem;
  }
}

.top .text p {
  width: 62%;
  font-size: 1.8rem;
  line-height: 1.78;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 896px) {
  .top {
    margin-bottom: 48px;
    padding: 0;
  }
  .top h2 {
    margin-bottom: 16px;
  }
  .top .text {
    margin: 0 40px 0 25px;
    padding-left: 17px;
    display: block;
  }
  .top .text::before {
    width: 4px;
    height: calc(100% + 52px);
    top: -53px;
  }
  .top .text h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .top .text p {
    width: auto;
    font-size: 1.3rem;
    line-height: 1.54;
  }
}

.showBox {
  margin-bottom: 77px;
  padding: 0 20px;
}

.showBox .content {
  padding: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #0A377B;
}

.showBox .content > div {
  width: calc(50% - 60px);
}

.showBox .content > div > p {
  margin-bottom: 31px;
  font-size: 1.7rem;
  line-height: 2.01;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.showBox .content > div > p:last-child {
  margin-bottom: 0;
}

.showBox .content > div .image {
  margin-bottom: 28px;
}

.showBox .content > div .image:last-child {
  margin-bottom: 0;
}

.showBox .content .lBox {
  position: relative;
}

@media screen and (min-width: 897px) {
  .showBox .content .lBox::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #0A377B;
    position: absolute;
    top: 0;
    right: -61px;
  }
}

.showBox .content h2 {
  margin-bottom: 25px;
}

.showBox .content h2 .text {
  margin-top: 12px;
  margin-right: -20px;
  display: block;
  font-size: 2.7rem;
  letter-spacing: 0.06em;
}

@media (min-width: 897px) and (max-width: 1400px) {
  .showBox .content h2 .text {
    font-size: 2.4rem;
  }
}

@media (min-width: 897px) and (max-width: 1200px) {
  .showBox .content h2 .text {
    margin-right: 0;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 896px) {
  .showBox {
    margin-bottom: 32px;
    padding: 0;
  }
  .showBox .content {
    padding: 19px 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .showBox .content .lBox {
    margin-bottom: 15px;
    padding-bottom: 35px;
    border-bottom: 2px solid #0A377B;
  }
  .showBox .content > div {
    width: auto;
  }
  .showBox .content > div > p {
    font-size: 1.4rem;
    line-height: 1.96;
  }
  .showBox .content > div .image {
    margin-bottom: 23px;
  }
  .showBox .content h2 {
    margin-bottom: 16px;
    margin-right: -10px;
  }
  .showBox .content h2 .text {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.56;
  }
}

@media screen and (max-width: 896px) {
  .white {
    margin: 0 25px 76px;
    padding: 0 17px 11px;
    background-color: #fff;
  }
}

.person {
  margin-bottom: 154px;
}

.person.hideBox .imgBox .photoBox {
  clear: right;
}

.person.hideBox .imgBox .hide {
  height: 100px;
  float: right;
}

.person .imgBox {
  margin: 0 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.person .imgBox .textBox {
  width: 73.5%;
}

.person .imgBox .textBox h2 {
  margin-bottom: 26px;
  position: relative;
}

.person .imgBox .textBox h2 .lineText {
  margin-bottom: 1px;
}

.person .imgBox .textBox h2 .text {
  margin-top: 10px;
  display: block;
  font-size: 2.7rem;
  line-height: 1.52;
}

.person .imgBox .textBox h2 .fish {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 897px) and (max-width: 1200px) {
  .person .imgBox .textBox h2 .fish img {
    width: 69px;
  }
}

.person .imgBox .textBox p {
  font-size: 1.7rem;
  line-height: 2.01;
  text-align: justify;
  letter-spacing: 0.04em;
  text-justify: inter-ideograph;
}

.person .imgBox .photoBox {
  margin: -23px -4px 0 0;
  width: 197px;
  mix-blend-mode: multiply;
}

.person .imgBox .photoBox img {
  width: 100%;
}

@media screen and (max-width: 896px) {
  .person {
    margin-bottom: 0;
    padding: 0;
  }
  .person .imgBox {
    margin: 0;
    display: block;
  }
  .person .imgBox .textBox {
    width: auto;
  }
  .person .imgBox .textBox h2 {
    margin-bottom: 14px;
  }
  .person .imgBox .textBox h2 .text {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 1.56;
  }
  .person .imgBox .textBox p {
    font-size: 1.4rem;
    line-height: 1.96;
  }
  .person .imgBox .photoBox {
    margin: -19px -31px 0 -6px;
    width: auto;
    float: right;
  }
  .person .imgBox .photoBox img {
    width: 108px;
  }
}

.next {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1515px;
}

.next h2 {
  margin-bottom: 54px;
  text-align: center;
}

.next .nextList {
  padding-left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.next .nextList li {
  padding: 0;
  width: 17.58%;
}

.next .nextList li .image {
  margin-bottom: 7px;
}

.next .nextList li h3 {
  margin-bottom: 12px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}

@media (min-width: 897px) and (max-width: 1200px) {
  .next .nextList li h3 {
    font-size: 1.3rem;
  }
}

.next .nextList li .btn {
  text-align: right;
}

@media screen and (max-width: 896px) {
  .next h2 {
    margin-bottom: 26px;
  }
  .next h2 img {
    width: 267px;
  }
  .next .nextList {
    padding: 0 23px;
    display: block;
  }
  .next .nextList li {
    margin-bottom: 13px;
    padding: 0;
    width: auto;
  }
  .next .nextList li h3 {
    margin-bottom: 7px;
    font-size: 5vw;
  }
  .next .nextList li .image {
    margin-bottom: 0;
    width: 41.25vw;
  }
}

.news {
  margin-top: 177px;
}

@media screen and (max-width: 896px) {
  .news {
    margin-top: 62px;
  }
}

@media screen and (min-width: 897px) {
  .interview02 .mainVisual .content {
    position: relative;
  }
  .interview02 .mainVisual .headLine01 {
    position: static;
  }
  .interview02 .mainVisual .headLine01 .posImg {
    top: 42px;
    right: 100px;
  }
  .interview02 .showBox .gif {
    padding-left: 33px;
  }
}

@media (min-width: 897px) and (max-width: 1400px) {
  .interview02 .mainVisual .headLine01 {
    position: relative;
  }
  .interview02 .mainVisual .headLine01 .posImg {
    right: 0;
  }
}

@media screen and (max-width: 896px) {
  .interview02 .showBox .content {
    padding-bottom: 71px;
  }
}

.interview02 .person .imgBox {
  margin-right: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (min-width: 897px) {
  .interview02 .person .imgBox .textBox {
    width: 70.5%;
  }
  .interview02 .person .imgBox .textBox h2 .fish {
    right: inherit;
    left: 402px;
    bottom: inherit;
    top: 7px;
  }
}

.interview02 .person .imgBox .photoBox {
  margin: -30px 0 0 20px;
  width: 172px;
}

@media screen and (max-width: 896px) {
  .interview02 .person .imgBox .photoBox {
    margin: -63px -17px 0 0;
    width: 97px;
    mix-blend-mode: normal;
  }
}

@media screen and (min-width: 897px) {
  .interview03 .mainVisual .headLine01 .posImg {
    top: -27px;
    right: -96px;
  }
  .interview03 .showBox .gif {
    padding: 19px 56px 0 6px;
  }
  .interview03 .person {
    margin-bottom: 78px;
  }
  .interview03 .person .imgBox .photoBox {
    margin: -20px -11px 0 0;
    width: 233px;
  }
}

@media screen and (max-width: 896px) {
  .interview03 .top {
    margin-bottom: 28px;
  }
  .interview03 .showBox .gif {
    padding: 0 27px 0 21px;
  }
  .interview03 .person .imgBox .photoBox {
    margin-right: -41px;
    clear: right;
  }
  .interview03 .person .imgBox .photoBox img {
    width: 140px;
  }
}

@media screen and (min-width: 897px) {
  .interview04 .mainVisual .content {
    position: relative;
  }
  .interview04 .mainVisual .headLine01 {
    position: static;
  }
  .interview04 .mainVisual .headLine01 .posImg {
    top: -17px;
    right: 95px;
  }
  .interview04 .showBox .gif {
    padding-left: 4px;
  }
  .interview04 .showBox .content .rBox .image {
    margin-bottom: 54px;
  }
  .interview04 .showBox .content .rBox h2 {
    margin-bottom: 30px;
  }
  .interview04 .showBox .content .rBox p:last-child {
    margin-bottom: 15px;
  }
  .interview04 .person {
    margin-bottom: 39px;
  }
  .interview04 .person .imgBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .interview04 .person .imgBox .photoBox {
    margin: -34px 0 0 -14px;
    width: 275px;
  }
  .interview04 .person .imgBox .textBox {
    margin-right: -44px;
    margin-top: 96px;
  }
  .interview04 .person .imgBox .textBox h2 .fish {
    right: 114px;
    bottom: 79px;
  }
}

@media (min-width: 897px) and (max-width: 1400px) {
  .interview04 .mainVisual .headLine01 {
    position: relative;
  }
  .interview04 .mainVisual .headLine01 .posImg {
    right: 0;
  }
}

@media screen and (max-width: 896px) {
  .interview04 .showBox .content .rBox h2 {
    position: relative;
  }
  .interview04 .showBox .content .rBox h2 .fish {
    position: absolute;
    left: 171px;
    top: 33px;
  }
  .interview04 .person .photoBox {
    margin: 0 auto -45px;
    width: 54.69vw;
    float: none;
    text-align: center;
  }
  .interview04 .person .photoBox img {
    width: 100%;
  }
}

@media screen and (min-width: 897px) {
  .interview05 .showBox {
    margin-bottom: 115px;
  }
  .interview05 .showBox .content .rBox {
    padding-top: 20px;
  }
  .interview05 .showBox .content .rBox h2 {
    margin-right: -20px;
  }
  .interview05 .showBox .content .rBox .image {
    margin-bottom: 74px;
  }
}

.interview05 .person {
  margin-bottom: 86px;
}

@media screen and (max-width: 896px) {
  .interview05 .person {
    margin-bottom: 20px;
  }
}

.interview05 .person .imgBox {
  position: relative;
}

@media screen and (min-width: 897px) {
  .interview05 .person .imgBox .photoBox {
    margin: -42px -9px 0 0;
    width: 232px;
  }
}

@media screen and (max-width: 896px) {
  .interview05 .person .imgBox .photoBox {
    margin: 0 -20px 0 -6px;
  }
  .interview05 .person .imgBox .photoBox img {
    width: 130px;
  }
}

@media screen and (min-width: 897px) {
  .interview05 .person .textBox h2 {
    position: static;
  }
  .interview05 .person .textBox h2 .fish {
    right: inherit;
    left: 94px;
    bottom: -102px;
  }
}

@media screen and (min-width: 897px) and (min-width: 897px) and (max-width: 1200px) {
  .interview05 .person .textBox h2 .fish {
    left: 54px;
    bottom: -105px;
  }
}

@media screen and (max-width: 896px) {
  .interview05 .top {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 897px) {
  .interview06 .mainVisual .headLine01 .posImg {
    top: -21px;
    right: -131px;
  }
}

@media (min-width: 897px) and (max-width: 1400px) {
  .interview06 .mainVisual .headLine01 {
    width: 50%;
  }
}

.interview06 .showBox .content .gif {
  padding: 0 12px 0 25px;
}

@media screen and (max-width: 896px) {
  .interview06 .showBox .content .gif {
    padding: 0 13px;
  }
}

@media screen and (min-width: 897px) {
  .interview06 .person .imgBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.interview06 .person .imgBox .photoBox {
  margin: -11px 22px 0 0;
}

@media screen and (min-width: 897px) {
  .interview06 .person .imgBox .photoBox {
    width: 203px;
  }
}

@media screen and (max-width: 896px) {
  .interview06 .person .imgBox .photoBox {
    margin: -5px -17px 0 2px;
  }
  .interview06 .person .imgBox .photoBox img {
    width: 127px;
  }
}

@media screen and (min-width: 897px) {
  .interview06 .person .imgBox .textBox {
    margin-right: -44px;
  }
  .interview06 .person .imgBox .textBox h2 .fish {
    right: inherit;
    bottom: inherit;
    left: 362px;
    top: 8px;
  }
}
/*# sourceMappingURL=interview.css.map */