@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap);

.m-keyVisual--interview {
  background: url(/img/interview/img_key-visual_v2.jpg) top/cover no-repeat;
  text-shadow: none
}

@media screen and (max-width:1094px) {
  .m-keyVisual--interview {
    background: url(/img/interview/img_key-visual--sp_v2.jpg) top/cover no-repeat
  }
}

.articleBlock {
  margin-top: 124px;
  margin-bottom: 85px;
}

@media screen and (max-width:1094px) {
  .articleBlock {
    margin-top: 62px;
    margin-bottom: 50px;
  }
}

.articlePrimary {
  width: 1200px;
  margin: 0 auto 130px;
  position: relative;
  z-index: 1
}

.articlePrimary:after {
  content: "";
  display: block;
  width: 654px;
  height: 769px;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.articlePrimaryInner {
  display: flex;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  transition-duration: .8s;
  transition-timing-function: ease
}

.articlePrimary--active .articlePrimaryInner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0)
}

.articleVisual {
  width: 654px
}

.articleVisual__tmb,
.articleVisual__tmb>img {
  width: 100%
}

.articleVisual__box {
  width: 358px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: -16px
}

.articleVisual__box:after {
  content: "";
  display: block;
  width: calc(100% + 96px);
  height: calc(100% + 88px);
  background-color: #2aadc8;
  position: absolute;
  top: -44px;
  left: -48px;
  z-index: -1;
  border-radius: 2px
}

.visualPillow {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 11px
}

.visualName {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 17px;
  font-weight: 700
}

.visualCaption {
  font-size: 14px;
  line-height: 1.7
}

.articleBlock__box {
  width: calc(100% - 654px);
  margin-top: 272px;
  position: relative;
  z-index: 1
}

.articleBlock__box--wide {
  width: 664px;
  margin: -128px 0 0 150px
}

.articleBlock__box:after {
  content: "";
  display: block;
  width: calc(100% + 96px);
  height: calc(100% + 96px);
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 2px
}

.articleBlock__box--wide:after {
  width: calc(100% + 192px);
  height: calc(100% + 182px);
  right: -96px;
  bottom: -96px
}

.articleBlock__ttl {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 68px;
  position: relative;
  background: linear-gradient(90deg, #3bcfdd, #005695);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent
}

@media (-ms-high-contrast:none) {
  .articleBlock__ttl {
    background: none;
    color: #1d93b9
  }
}

.articleBlock__ttl:after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: #005695;
  position: absolute;
  bottom: -32px;
  left: 0
}

.articleBlock__ttl--indent {
  text-indent: -.5em
}

.articleBlock__txt {
  font-size: 16px;
  line-height: 2.4;
  text-align: justify
}

@media screen and (max-width:1094px) {
  .articlePrimary {
    width: 100%;
    margin-bottom: 48px
  }

  .articlePrimary:after {
    content: none
  }

  .articlePrimaryInner {
    display: block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  .articlePrimary--active .articlePrimaryInner {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .articleVisual {
    width: 100%
  }

  .articleVisual__box,
  .articleVisual__tmb {
    width: calc(100% - 20px)
  }

  .articleVisual__box {
    margin: -82px 0 0 auto;
    padding: 20px 24px;
    box-sizing: border-box
  }

  .articleVisual__box:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
  }

  .visualPillow {
    font-size: 15px;
    margin-bottom: 5px
  }

  .visualName {
    font-size: 20px;
    margin-bottom: 9px
  }

  .visualCaption {
    font-size: 12px
  }

  .articleBlock__box {
    width: calc(100% - 40px);
    margin: 38px auto 0
  }

  .articleBlock__box:after {
    content: none
  }

  .articleBlock__box--wide {
    background-color: #fff;
    width: calc(100% - 40px);
    margin: -60px auto 0;
    padding: 28px 22px 0;
    box-sizing: border-box
  }

  .articleBlock__ttl {
    font-size: 20px;
    margin-bottom: 34px
  }

  .articleBlock__ttl:after {
    width: 16px;
    height: 2px;
    bottom: -16px
  }

  .articleBlock__txt {
    font-size: 13px;
    line-height: 2.1
  }
}

.articleSecondary {
  width: 1200px;
  margin: 0 auto 116px;
  position: relative;
  z-index: 1
}

.articleSecondary:after {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  background-color: #f6f6f6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.articleSecondary--narrow:after {
  width: 654px;
  height: 769px;
  left: unset;
  right: 0
}

.articleSecondaryInner {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  transition-duration: .8s;
  transition-timing-function: ease
}

.articleSecondary--active .articleSecondaryInner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0)
}

.articleImage,
.articleImage>img {
  width: 100%
}

.articleImage--narrow {
  text-align: right
}

.articleImage--narrow>img {
  width: 654px
}

@media screen and (max-width:1094px) {
  .articleSecondary {
    width: 100%;
    margin: 0 auto 58px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }

  .articleSecondary--active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .articleSecondary:after {
    content: none
  }
}

.schedule {
  background-color: #f6f6f6;
  width: 1300px;
  margin: 100px auto 0;
  padding: 84px 90px;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: .8s;
  transition-timing-function: ease
}

.schedule--active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.schedule__box+.schedule__box {
  margin-top: 23px
}

.schedule__ttl {
  font-size: 30px;
  line-height: 1.4;
  color: #081317;
  margin-bottom: 86px;
  text-align: center;
  position: relative
}

.schedule__ttl:after {
  content: "";
  display: block;
  width: 33px;
  height: 4px;
  background-color: #005695;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto
}

.scheduleTimeMain {
  color: #2eb5cd;
  font-weight: 700;
  font-size: 35px;
  font-family: Roboto Condensed, sans-serif;
  letter-spacing: -.04em;
  line-height: 1;
  margin-bottom: 28px;
  display: inline-block;
  height: 1em;
  overflow: hidden
}

.scheduleTimeMain--indent {
  -webkit-transform: translateX(-.2em);
  transform: translateX(-.2em)
}

.scheduleTimeMainInner {
  display: inline-block;
  -webkit-transform: translateY(1.2em);
  transform: translateY(1.2em);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .4s;
  transition-timing-function: ease
}

.schedule__box--active .scheduleTimeMainInner {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.schedule__list {
  padding-left: 146px;
  box-sizing: border-box;
  position: relative
}

.schedule__list:after,
.schedule__list:before {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% + 25px);
  position: absolute;
  top: -14px;
  left: 27px
}

.schedule__list:before {
  background-color: #dedede
}

.schedule__list:after {
  background-color: #2eb5cd;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: .8s;
  transition-timing-function: cubic-bezier(.64, .005, .1, 1.005);
  transition-delay: .3s
}

.schedule__box--active .schedule__list:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.schedule__list--none {
  height: 155px
}

.schedule__box:last-child .schedule__list {
  margin-top: -62px
}

.schedule__box:last-child .schedule__list:after,
.schedule__box:last-child .schedule__list:before {
  content: none
}

.schedule__item {
  position: relative
}

.schedule__item+.schedule__item {
  margin-top: 22px
}

@-webkit-keyframes scheduleIcon--in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scheduleIcon--in {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.schedule__icon {
  display: block;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 5px solid #2eb5cd;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 1px;
  left: -130px;
  z-index: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.schedule__box--active .schedule__icon {
  -webkit-animation-name: scheduleIcon--in;
  animation-name: scheduleIcon--in
}

.scheduleBlockHead {
  color: #2eb5cd;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 11px;
  opacity: 0;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: .4s;
  transition-timing-function: ease
}

.schedule__box--active .scheduleBlockHead {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.scheduleTimeSub {
  font-family: Roboto Condensed, sans-serif;
  letter-spacing: -.02em
}

.schedule__txt {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: .4s;
  transition-timing-function: ease
}

.schedule__box--active .schedule__txt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@media screen and (max-width:1094px) {
  .schedule {
    width: 100%;
    padding: 42px 20px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  .schedule--active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .schedule__box+.schedule__box {
    margin-top: 23px
  }

  .schedule__ttl {
    font-size: 15px;
    margin-bottom: 40px
  }

  .schedule__ttl:after {
    width: 16px;
    height: 2px;
    bottom: -14px
  }

  .scheduleTimeMain {
    font-size: 22px;
    margin-bottom: 14px
  }

  .schedule__list {
    padding-left: 65px
  }

  .schedule__list:after,
  .schedule__list:before {
    width: 3px;
    height: calc(100% + 12px);
    position: absolute;
    top: -7px;
    left: 17px
  }

  .schedule__list--none {
    height: 78px
  }

  .schedule__box:last-child .schedule__list {
    margin-top: -38px
  }

  .schedule__item+.schedule__item {
    margin-top: 15px
  }

  .schedule__icon {
    width: 19px;
    height: 19px;
    border: 3px solid #2eb5cd;
    top: 3px;
    left: -56px
  }

  .scheduleBlockHead {
    font-size: 16px;
    margin-bottom: 11px
  }

  .schedule__txt {
    font-size: 13px
  }
}

.offTime {
  width: 1200px;
  margin: 102px auto 181px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  transition-duration: .8s;
  transition-timing-function: ease
}

.offTime--active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0)
}

.offTime__box {
  width: 640px;
  min-height: 380px;
  background: #fff;
  border: 1px solid #2eb5cd;
  position: relative;
  z-index: 1;
  padding: 55px 58px;
  box-sizing: border-box
}

.offTime--wide .offTime__box {
  width: 100%;
  min-height: auto
}

.offTime__tmb {
  width: 640px;
  position: absolute;
  top: 50px;
  right: 0
}

.offTime__tmb>img {
  width: 100%
}

.offTime__ttl {
  line-height: 1;
  color: #30bad0;
  font-size: 24px;
  position: relative;
  margin-bottom: 75px
}

.offTime__ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 33px;
  height: 4px;
  background-color: #005695
}

.offTime__txt {
  font-size: 16px;
  line-height: 2.4
}

@media screen and (max-width:1094px) {
  .offTime {
    width: calc(100% - 40px);
    margin: 50px auto 90px;
    border: 1px solid #2eb5cd;
    padding: 28px 20px;
    box-sizing: border-box;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  .offTime--active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .offTime__box {
    width: 100%;
    min-height: auto;
    padding: 0;
    margin-bottom: 10px;
    border: none
  }

  .offTime__tmb {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    margin: 0 auto
  }

  .offTime__ttl {
    font-size: 20px;
    margin-bottom: 37px
  }

  .offTime__ttl:after {
    bottom: -18px;
    left: 0;
    width: 18px;
    height: 2px
  }

  .offTime__txt {
    font-size: 13px
  }
}

.localNav {
  width: 1200px;
  margin: 0 auto 158px
}

.localNavHead {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  position: relative;
  margin-bottom: 92px
}

.localNavHead:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  width: 33px;
  height: 4px;
  background-color: #005695
}

.localNavInner {
  display: flex;
  justify-content: center;
  gap: 0 15px
}

.localNav__btn {
  display: block;
  width: 288px;
  position: relative
}

.localNav__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 27px;
  box-sizing: border-box;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease
}

.localNav__btn:hover .localNav__box {
  opacity: 1
}

.localNav__box:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
  background: url(/img/interview/icon_local-nav.png) 0 0/contain no-repeat
}

.localNav__ttl {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 14px;
  font-weight: 700;
  text-align: center;
  width: 100%
}

.localNav__txt {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 18px;
  text-align: center
}

.localNavName {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center
}

@media screen and (max-width:1094px) {
  .localNav {
    width: calc(100% - 40px);
    margin: 0 auto 80px
  }

  .localNavHead {
    font-size: 15px;
    margin-bottom: 38px
  }

  .localNavHead:after {
    bottom: -15px;
    width: 18px;
    height: 2px
  }

  .localNavInner {
    display: block;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
  }

  .localNav__btn {
    display: block;
    width: 100%;
    font-size: 0;
    position: relative
  }

  .localNav__btn>img {
    width: 98px;
    vertical-align: top
  }

  .localNav__btn+.localNav__btn {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5
  }

  .localNav__btn:after {
    content: ">";
    display: inline-block;
    width: .5em;
    height: .5em;
    color: #005695;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-family: Righteous, cursive
  }

  .localNav__box {
    display: inline-block;
    position: relative;
    top: unset;
    left: unset;
    width: calc(100% - 122px);
    height: auto;
    background-color: transparent;
    color: #000;
    padding: 0;
    opacity: 1;
    margin-left: 15px
  }

  .localNav__box:after {
    content: none
  }

  .localNav__ttl {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    background: linear-gradient(90deg, #3bcfdd, #005695);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
  }

  @media (-ms-high-contrast:none) {
    .localNav__ttl {
      background: none;
      color: #1d93b9
    }
  }

  .localNav__ttl--indent {
    text-indent: -.5em
  }

  .localNav__txt {
    font-size: 11px;
    margin-bottom: 20px;
    text-align: left;
    color: #333
  }

  .localNavName {
    font-size: 16px;
    text-align: left
  }
}

.schedule+.localNav {
  margin-top: 180px
}

@media screen and (max-width:768px) {
  .schedule+.localNav {
    margin-top: 90px
  }
}





.slide-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  transition-duration: .6s;
  transition-timing-function: ease;
}

.slide-up.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0)
}


.contentsBlock {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width:1094px) {
  .contentsBlock {
    width: calc(100% - 40px);
    margin-top: 65px;
  }
}

.contentsBlock:first-child {
  margin-top: 0;
}

@media screen and (max-width:1094px) {
  .contentsBlock:first-child {
    margin-top: 0;
  }
}

.contentsBlock + .contentsBlock {
  margin-top: 95px;
}

@media screen and (max-width:1094px) {
  .contentsBlock + .contentsBlock {
    margin-top: 60px;
  }
}



.contentsBlockInner {
  display: flex;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  transition-duration: .8s;
  transition-timing-function: ease
}

.contentsBlock--active .contentsBlockInner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0)
}



.message__txt+.m-article__ttl--interview {
  margin-top: 64px
}


.pickup {
}


.pickupInner{
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
}

@media screen and (max-width:1094px) {
  .pickupInner {
    gap: 35px 20px;
  }

  @media screen and (max-width:768px) {
    .pickupInner {
      flex-direction: column;
    }
  }
}


.pickup__item {
  width: calc((100% - 120px) / 3);
}

@media screen and (max-width:1094px) {
  .pickup__item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width:768px) {
  .pickup__item {
    width: 100%;
  }
}

.pickup__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pickup__link:hover {
}

.pickup__tmb {
  width: 100%;
  aspect-ratio: 360/250;
  position: relative;
  overflow: hidden;
}

.pickup__tmb>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.pickup__link:hover .pickup__tmb>img {
  transform: scale(1.1);
}

.pickup__ttl{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 5px;
  letter-spacing: 0.05em;

}

.pickup__ttl--sub{
  font-size: 14px;
  color: #666;
}

.pickup__position{
  font-size: 14px;
  color: #005695;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}





.others {
}


.othersInner{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width:1094px) {
  .othersInner {
    gap: 20px;
  }

  @media screen and (max-width:768px) {
    .othersInner {
      flex-direction: column;
    }
  }
}


.others__item {
  width: calc((100% - 20px) / 2);
  background-color: #f6f6f6;
  padding: 30px 50px 30px 30px;
  box-sizing: border-box;
}

@media screen and (max-width:1094px) {
  .others__item {
    padding: 17px 25px 17px 20px;
  }
}

@media screen and (max-width:768px) {
  .others__item {
    width: 100%;
  }
}

.others__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  transition: opacity 0.3s ease;
}

@media screen and (max-width:1094px) {
  .others__link{
    gap: 20px;
  }
}


.others__link:hover {
  opacity: 0.8;
}


.others__link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  right: -30px;
  width: 16px;
  height: 13px;
  margin: auto;
  background: url(/img/welfare/icon_welfare.png) 0 0 / contain no-repeat;
  transition: transform 0.3s ease;
}
@media screen and (max-width:1094px) {
  .others__link::after {
    right: -15px;
    width: 13px;
    height: 11px;
  } 
}

.others__link:hover::after {
  transform: translateY(-50%) translateX(10px) rotate(270deg);
}


.others__tmb {
  width: 100px;
  aspect-ratio: 100/100;
  position: relative;
}

@media screen and (max-width:1094px) {
  .others__tmb {
    width: 85px;
  }
}

.others__tmb>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.others__info{
  flex: 1;
}

.others__ttl{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

@media screen and (max-width:1094px) {
  .others__ttl{
    font-size: 16px;
  }
}

.others__ttl--sub{
  font-size: 14px;
  color: #666;
}

@media screen and (max-width:1094px) {
  .others__ttl--sub{
    font-size: 12px;
  }
}

.others__position{
  font-size: 14px;
  color: #005695;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width:1094px) {
  .others__position{
    font-size: 13px;
  }
}

.introBlock{
  margin-bottom: 105px;
}

@media screen and (max-width:1094px) {
  .introBlock{
    margin-bottom: 50px;
  }
}

.interviewContainer{
  margin-top: 100px;
}

@media screen and (max-width:1094px) {
  .interviewContainer{
    margin-top: 50px;
  }
}

.introBlockInner{
  padding-bottom: 33.9px;
  border-bottom: 1px solid #e9e9e9;
}


.m-article__ttl.interview__topTtl{
  font-size: 39px;
  letter-spacing: 0.12em;
  margin-bottom: 45px;
}

@media screen and (max-width:1094px) {
  .m-article__ttl.interview__topTtl{
    font-size: 24px;
  }
}

.m-article__ttl.interview__topTtl:after{
display: none;
}



.interview__blockTtl{
  display: inline-block;
  font-size: 32px;
  line-height: 1.62;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #3bcfdd, #005695);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  letter-spacing: 0.14em;
}

@media screen and (max-width:1094px) {
  .interview__blockTtl{
    font-size: 20px;
    margin-bottom: 60px;
}
}

.interview__blockTtl::after{
  content: "";
  display: block;
  width: 33px;
  height: 4px;
  position: absolute;
  bottom: -24px;
  left: 7px;
  background-color: #005695;
}

@media screen and (max-width: 1094px) {
  .interview__blockTtl::after{
      width: 16px;
      height: 2px;
      bottom: -16px;
  }
}

.profile__position{
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.17em;
  margin-bottom: 5px;

}

@media screen and (max-width:1094px) {
  .profile__position {
    font-size: 15px;
    line-height: 2.1
  }
}

.profile__name{
  font-size: 24px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

@media screen and (max-width:1094px) {
  .profile__name {
    font-size: 20px;
  }
}

.profile__name--main{
  margin-right: 8px;
}

.profile__name--sub{
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.17em;
  font-weight: 400;
}

@media screen and (max-width:1094px) {
  .profile__name--sub {
    font-size: 12px;
  }
}


.interviewBtnBlock{
  margin: 120px auto 85px;
}

@media screen and (max-width:1094px) {
  .interviewBtnBlock{
    margin: 60px auto 40px;
  }
}

.interviewBtn {
  background-color: #002c8b;
  color: #fff;
  margin: 0 auto;
  max-width: 240px;
}

@media screen and (max-width:1094px) {
  .interviewBtn {
      width: 100%;
      height: 58px
  }

}


.interviewBtn:after {
  background-color: #fff;
}
