@charset "utf-8";

/* default PC */
.link-bnr {
  background: linear-gradient(264deg, #384FA6, #293587);
  border-radius: 12px;
  display: flex;
  margin: 0 0 50px 0;
  padding: 0;
  width: 100%;
}

.voice-bnr-area .txt-2box {
  margin-right: 0;
}

.txt-2box.bnr-img {
  width: 40%;
}

#contents .voice-bnr-area .bnr-txt {
  color: #FFF;
  margin: 0;
  padding: 30px;
  width: 60%;
}

#contents .voice-bnr-area .bnr-txt .voice-name {
  font-size: 130%;
  font-weight: bold;
}

.voice-bnr-area img {
  border-radius: 10px 0 0 10px;
}

#contents .voice-ttl {
  font-size: 108%;
  letter-spacing: .04em;
  line-height: 1.7em;
}

#contents .voice-sub-txt {
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 10px;
  letter-spacing: .06em;
  margin: 0 0 20px 0;
  padding: 5px 18px;
}

#contents .voice-year-txt {
  margin-bottom: 0;
}

#contents .interview-name {
  background: linear-gradient(264deg, #384FA6, #293587);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 190%;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.7em;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}

.intro-box {
  margin: 0 0 50px 0;
}

#contents .interview-year-txt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 24px;
}

#contents .interview-sub-txt {
  background: linear-gradient(264deg, #384FA6, #293587);
  border-radius: 10px;
  color: #FFF;
  display: inline;
  font-size: 125%;
  line-height: 2.5em;
  padding: 10px 20px;
}

#contents .interview-ttl {
  font-size: 150%;
  font-weight: bold;
}

#contents .interview-qa-box h3 {
  background: linear-gradient(264deg, #384FA6, #293587);
  -webkit-background-clip: text;
  border-bottom: 2px solid #D9DFEF;
  color: transparent;
  font-size: 145%;
  font-weight: bold;
  letter-spacing: .05em;
  padding: 0;
  padding: 10px 10px 20px 10px;
  text-align: left;
}

body#voice-01,
body#voice-02,
body#voice-03,
body#voice-04,
body#voice-05,
body#voice-06 {
  background-color: #F4F4F4;
}

#contents .q-ttl {
  border-bottom: 3px solid #EEE;
  color: #333;
  display: flex;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: .05em;
  margin: 0;
  padding: 10px 10px 20px 10px;
  text-align: left;
}

.a-box {
  background-color: #FFF;
  display: flex;
  padding: 20px 10px 10px 10px;
}

#contents .a-ttl {
  align-items: center;
  background: linear-gradient(135deg, #E13B44, #CB171C);
  border-radius: 100%;
  color: #FFF;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin: 0px 5px 10px 5px;
  padding: 0 0 0 1px;
  text-align: center;
  width: 40px;
}

.q-ttl .q-txt {
  align-items: center;
  background: linear-gradient(264deg, #384FA6, #293587);
  border-radius: 100%;
  color: #FFF;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 1px 2px;
  text-align: center;
  width: 50px;
}

.qa-box {
  background-color: #FFF;
  border-radius: 10px;
  margin: 0 0 50px 0;
  padding: 20px;
}

.qa-box .txt {
  margin-left: 15px;
  width: calc(100% - 40px);
}

.bg-white {
  background-color: #FFF;
  padding: 85px 0 1px 0;
}

#contents .schedule-ttl {
  font-size: 40px;
}

.time-img-box {
  margin: 0 0 60px 0;
}

.interview-area img,
.schedule-area img {
  border-radius: 10px;
}

.txt-2box.bnr-img img {
  height: 100%;
  object-fit: cover;
}

/* 1日の流れ */

.flow-item {
  position: relative;
  width: calc(50% + 1px);
  z-index: 1;
}

.flow-inner-left {
  position: relative;
}

.flow-inner {
  background-color: #FFF;
  border: 3px solid #CED6E0;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px 25px 25px;
  position: relative;
  width: calc(100% - 60px);
}

.flow-day-area {
  position: relative;
}

#contents .time-txt {
  background-color: #FFF;
  color: #DB323A;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.0em;
  padding: 0 10px;
  position: absolute;
  top: -18px;
}

.flow-item .icon {
  background: #293587;
  border-radius: 50%;
  height: 20px;
  position: absolute;
  right: -75px;
  top: 23px;
  width: 20px;
}

.flow-inner:after {
  background-color: #293587;
  content: "";
  height: 5px;
  left: 60px;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: -1;
}

.flow-right {
  border-right-width: 0;
  position: relative;
  right: calc(-55% - 1px);
}

.flow-inner.flow-inner-right::after {
  left: -66px;
}

.flow-item.flow-right .icon {
  left: -81px;
}

#contents .flow-inner .flow-txt p:last-child {
  margin-bottom: 0;
}

.flow-day-area:before {
  background: #293587;
  content: "";
  height: 88%;
  left: calc(50%);
  position: absolute;
  top: 30px;
  width: 5px;
}

#voice-01 .flow-day-area:before {
  height: 89%;
}

#voice-02 .flow-day-area:before,
#voice-04 .flow-day-area:before {
  height: 83%;
}

#voice-02 .flow-day-area:before {
  height: 91%;
}

#voice-04 .flow-day-area:before,
#voice-06 .flow-day-area:before {
  height: 88%;
}

.flow-top {
  padding-top: 100px;
}

#contents .for-day-shift {
  background: linear-gradient(264deg, #384FA6, #293587);
  border-radius: 10px;
  color: #FFF;
  left: 50%;
  max-width: 200px;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
}


@media screen and (max-width: 1500px) {
  .link-bnr {
    height: 350px;
  }

  #contents .voice-sub-txt {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #contents .voice-ttl {
    font-size: 103%;
  }

  .flow-item.flow-right .icon {
    left: -80px;
  }
}

@media screen and (max-width: 1400px) {
  .flow-item.flow-right .icon {
    left: -74px;
  }
}

@media screen and (max-width: 1300px) {
  .txt-2box.bnr-img {
    width: 35%;
  }

  #contents .voice-bnr-area .bnr-txt {
    width: 65%;
  }

  .link-bnr {
    height: 320px;
  }

  #contents .interview-sub-txt {
    font-size: 110%;
  }

  #contents .interview-year-txt {
    font-size: 18px;
    margin-top: 15px;
  }

  #contents .interview-name {
    font-size: 145%;
    margin-bottom: 15px;
  }

  #contents .interview-ttl {
    font-size: 130%;
  }

  #contents .q-ttl {
    font-size: 120%;
  }

  .q-ttl .q-txt {
    height: 45px;
    padding: 0;
    width: 45px;
  }

  #contents .a-ttl {
    font-size: 20px;
    height: 35px;
    padding: 0px 0px 3px 0px;
    width: 35px;
  }

  .flow-item.flow-right .icon {
    left: -69px;
  }
}


@media screen and (max-width: 1200px) {
  .flow-item.flow-right .icon {
    left: -64px;
  }

  .flow-inner.flow-inner-right::after {
    left: -57px;
  }
}


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  .txt-2box.bnr-item {
    margin: auto;
    max-width: 800px;
    width: 100%;
  }

  .link-bnr {
    height: auto;
  }

  #contents .voice-ttl {
    font-size: 105%;
  }

  #contents .voice-sub-txt {
    margin-bottom: 20px;
  }

  #contents .voice-sub-txt br.br-1200 {
    display: none;
  }

  #contents .interview-sub-txt {
    font-size: 100%;
    padding: 8px 18px;
  }

  #contents .interview-year-txt {
    font-size: 17px;
    margin-top: 10px;
  }

  #contents .interview-ttl {
    font-size: 120%;
  }

  #contents .interview-name {
    margin-bottom: 5px;
  }

  .qa-box {
    margin-bottom: 30px;
    padding: 15px;
  }

  #contents .q-ttl {
    padding: 5px 10px 15px 10px;
  }

  .a-box {
    padding: 15px 10px 10px 10px;
  }

  .flow-item.flow-right .icon {
    left: -60px;
  }

  .flow-inner.flow-inner-right::after {
    left: -42px;
  }

  .flow-inner {
    padding: 25px 20px 20px;
  }

  #voice-03 .flow-day-area:before {
    height: 90%;
  }

  #contents .schedule-ttl {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .flow-item.flow-right .icon {
    left: -56px;
  }

  #voice-04 .flow-day-area:before {
    height: 89%;
  }
}


@media screen and (max-width: 988px) {
  #voice-04 .flow-day-area:before {
    height: 87%;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .voice-ttl {
    font-size: 100%;
    margin-bottom: 0;
  }

  .link-bnr {
    margin-bottom: 30px;
  }

  .interview-area .img-2box {
    margin-bottom: 15px;
  }

  #contents .q-ttl {
    font-size: 100%;
    padding: 5px 10px 15px 5px;
  }

  .q-ttl .q-txt {
    height: 35px;
    width: 35px;
  }

  #contents .a-ttl {
    font-size: 16px;
    height: 28px;
    margin: 0px 4px;
    padding: 0;
    width: 28px;
  }

  .a-box {
    padding: 15px 10px 10px 5px;
  }

  .time-img-box .txt-3box {
    width: calc(100% / 3 - 10px);
  }

  .flow-item.flow-right .icon {
    left: -53px;
  }

  .flow-item .icon {
    height: 18px;
    width: 18px;
  }
}

@media screen and (max-width: 834px) {
  .flow-item.flow-right .icon {
    left: -47px;
  }

  #voice-05 .flow-day-area:before {
    height: 90%;
  }
}

@media screen and (max-width: 767px) {
  #contents .voice-sub-txt {
    margin-bottom: 10px;
  }

  #contents .voice-bnr-area .bnr-txt .voice-name {
    font-size: 110%;
    margin-bottom: 5px;
  }

  .qa-box {
    padding: 10px;
  }

  #contents .q-ttl {
    padding: 3px 10px 10px 3px;
  }

  .q-ttl .q-txt {
    padding: 0 0 1px 0;
  }

  .a-box {
    padding: 15px 10px 10px 3px;
  }

  .qa-box .txt {
    margin-left: 10px;
  }

  #contents .qa-box .txt p:last-child {
    margin-bottom: 0;
  }

  .flow-item.flow-right .icon {
    left: -44px;
  }
}

@media screen and (max-width: 640px) {
  .txt-2box.bnr-img {
    width: 100%;
  }

  .link-bnr {
    flex-direction: column;
  }

  .txt-2box.bnr-img img {
    border-radius: 10px 10px 0 0;
    height: 500px;
    object-position: 15% 15%;
    width: 100%;
  }

  .txt-2box.bnr-item:nth-child(3) img {
    object-position: 15% 25%;
  }

  #contents .voice-bnr-area .bnr-txt {
    width: 100%;
  }

  .time-img-box .txt-3box:first-child {
    width: 100%;
  }

  .time-img-box .txt-3box {
    width: calc(100% / 2 - 5px);
  }

  .flex.time-img-box {
    gap: 10px;
  }

  #contents .for-day-shift {
    left: 0;
    transform: translate(0, 0);
  }

  #voice-01 .flow-day-area:before {
    left: 15px;
  }

  .flow-item .icon {
    left: -39px;
    right: auto;
  }

  .flow-item.flow-right .icon {
    left: -39px;
  }

  .flow-item {
    width: calc(95% + 1px);
    width: 100%;
  }

  .flow-inner.flow-inner-right::after {
    left: -25px;
  }

  .flow-inner:after {
    left: -25px;
  }

  .flow-right {
    right: calc(-44px - 1px);
  }

  .flow-inner.flow-inner-left {
    right: calc(-44px - 1px);
  }

  .flow-day-box {
    margin-bottom: 30px;
  }

  #contents .time-txt {
    font-size: 22px;
    padding: 0 10px 0 9px;
    top: -12px;
  }

  .flow-inner {
    padding: 20px 15px;
  }


  .flow-top {
    padding-top: 75px;
  }

  #voice-01 .flow-day-area:before {
    height: 91%;
  }

  #voice-02 .flow-day-area:before {
    height: 93%;
    left: 15px;
  }

  #voice-03 .flow-day-area:before,
  #voice-04 .flow-day-area:before {
    left: 15px;
    height: 92%;
  }

  #voice-05 .flow-day-area:before {
    left: 15px;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .voice-bnr-area .bnr-txt {
    padding: 20px 15px;
  }

  #contents .voice-bnr-area .bnr-txt .voice-name {
    margin-bottom: 10px;
  }

  .txt-2box.bnr-img img {
    height: 400px;
  }

  #contents .interview-sub-txt,
  #contents .interview-year-txt {
    font-size: 16px;
  }

  #contents .interview-name {
    font-size: 125%;
  }

  #contents .interview-ttl {
    font-size: 105%;
  }

  .intro-box {
    margin-bottom: 30px;
  }

  #contents .q-ttl {
    font-size: 16px;
  }

  .q-ttl .q-txt {
    height: 30px;
    width: 30px;
  }

  #contents .a-ttl {
    font-size: 15px;
    height: 25px;
    margin: 0 2px 0 2px;
    width: 25px;
  }

  #contents .schedule-ttl {
    font-size: 25px;
  }

  #voice-05 .flow-day-area:before {
    height: 91%;
  }
}


@media screen and (max-width: 468px) {
  #voice-04 .flow-day-area:before {
    height: 89%;
  }
}

@media screen and (max-width: 430px) {
  .txt-2box.bnr-img img {
    height: 350px;
  }
}

@media screen and (max-width: 393px) {

  #voice-01,
  #voice-02,
  #voice-04 {
    .interview-qa-box .qa-box:nth-child(3) .txt br {
      display: none;
    }
  }

  #voice-03 .interview-qa-box .qa-box:nth-child(4) .txt br,
  #voice-05 .interview-qa-box .qa-box:nth-child(4) .txt br {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  #voice-03 {
    #contents .interview-ttl {
      font-size: 102%;
    }
  }
}