@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter, .voice_slide .slick-slide .name span, .item_warp .name span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ インタビュートップ
======================================================*/
.tag_list {
  margin-bottom: 40px;
}

.item_warp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}
.item_warp .img {
  border-radius: 20px;
  overflow: hidden;
}
.item_warp .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
}
.item_warp .name span {
  color: #0BAA74;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
.item_warp .txt {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .item_warp {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
  }
  .item_warp .name {
    gap: 0 5px;
    margin-top: 12px;
    font-size: 16px;
  }
  .item_warp .name span {
    font-size: 10px;
    margin-right: -8px;
  }
  .item_warp .txt {
    margin-top: 5px;
    font-size: 13px;
  }
}

.tag {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.tag li {
  background: #ECF8F0;
  border-radius: 30px;
  padding: 5px 13px;
  color: #0BAA74;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .tag .tag {
    margin-top: 5px;
    gap: 3px;
  }
  .tag .tag li {
    padding: 2px 10px;
    font-size: 13px;
  }
}

/* ▼ インタビュー詳細
----------------------------------------*/
.contents_ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .contents_ttl {
    font-size: 20px;
  }
}

.mv {
  background: #48D89B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 72px;
  padding: min(8.78vw, 120px) 0 min(6.73vw, 92px) 6.51vw;
  color: #fff;
  position: relative;
}
.mv .txt_wrap {
  width: 460px;
  padding-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mv .txt_wrap h1 {
  padding-bottom: 25px;
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.77;
  position: relative;
}
.mv .txt_wrap h1::before {
  content: "";
  border-bottom: 1px solid currentColor;
  width: 420px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv .txt_wrap h1.line_width {
  display: inline-block;
  margin-right: -1em;
}
.mv .txt_wrap .txt {
  letter-spacing: 0.05em;
}
.mv .txt_wrap .name {
  margin-top: 8px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.mv .img {
  width: 100%;
  margin-top: calc(-72px - min(8.78vw, 120px));
}
@media screen and (max-width: 1024px) {
  .mv {
    display: block;
    padding: 30px 20px 40px;
    margin-top: 20px;
  }
  .mv .txt_wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 23px;
  }
  .mv .img {
    margin-top: 0;
    margin: 0 -20px 0 auto;
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .mv .txt_wrap h1 {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 1.74;
  }
  .mv .txt_wrap h1::before {
    width: 100%;
  }
  .mv .txt_wrap h1.line_width {
    margin-right: -0.5em;
  }
  .mv .txt_wrap h1.line_width::before {
    width: calc(100% - 0.5em);
  }
  .mv .txt_wrap .name {
    margin-top: 0;
    font-size: 24px;
  }
}

.area {
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .area {
    padding-bottom: 52px;
  }
}
.area .grid_area {
  display: grid;
  grid-template-columns: 0.77fr 1fr;
  gap: 50px 78px;
  margin-top: 80px;
}
.area .grid_area dl dt {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .area .grid_area {
    grid-template-columns: 100%;
    margin-top: 50px;
  }
  .area .grid_area > div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .area .grid_area dl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.area dl dt {
  padding-left: 37px;
  margin: 80px 0 25px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.area dl dt::before {
  content: "";
  border-top: 1px solid #0BAA74;
  width: 25px;
  position: absolute;
  top: 18px;
  left: 0;
}
.area dl .txt {
  letter-spacing: 0.05em;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .area dl dt {
    padding-left: 35px;
    margin: 50px 0 25px;
    font-size: 18px;
  }
  .area dl dt::before {
    top: 18px;
  }
}
.area .answer_ttl {
  margin-bottom: 20px;
  color: #0BAA74;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .area .answer_ttl {
    font-size: 20px;
  }
}
.area .step li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 27px;
}
.area .step li.vert_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area .step li:not(:last-child) {
  padding-bottom: 23px;
  position: relative;
}
.area .step li:not(:last-child)::before {
  content: "";
  border-left: 3px dotted #0BAA74;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 64px;
  z-index: -1;
}
.area .step li span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #75E1B3;
  width: 130px;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.area .step li .step_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.area .step li p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .area .step li {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    gap: 0 15px;
  }
  .area .step li:not(:last-child) {
    padding-bottom: 38px;
  }
  .area .step li:not(:last-child)::before {
    left: 49px;
  }
  .area .step li span {
    width: 100px;
    font-size: 16px;
  }
  .area .step li .step_ttl {
    font-size: 18px;
  }
  .area .step li p {
    margin-top: 8px;
  }
}

.photo_area {
  height: 460px;
  width: 100%;
}
.photo_area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .photo_area {
    height: 100%;
  }
  .photo_area img {
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}

.message {
  background: #ECF8F0;
  border-radius: 30px;
  padding: 42px 20px;
  margin-top: 65px;
}
.message .contents_ttl {
  margin-bottom: 10px;
}
.message > div {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 200px 1fr;
  gap: 34px 45px;
  width: min(100%, 855px);
  margin: 0 auto;
}
.message > div p {
  letter-spacing: 0.05em;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 35px 35px 42px;
    margin-top: 40px;
  }
  .message .contents_ttl {
    margin-bottom: 25px;
  }
  .message > div {
    grid-template-columns: 100%;
  }
  .message > div .img {
    text-align: center;
  }
  .message > div .img img {
    width: 160px;
  }
  .message > div p {
    letter-spacing: 0.05em;
    line-height: 1.88;
  }
}

.other_interview {
  background: #FAF8F8;
  padding: 83px 20px 60px;
}
.other_interview .contents_ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .other_interview {
    padding: 45px 20px 45px;
  }
  .other_interview .contents_ttl {
    margin-bottom: 25px;
  }
}

.voice_slide {
  width: min(100%, 1090px);
  padding: 0 30px;
  margin: 0 auto;
}
.voice_slide .slick-slide {
  margin: 0 15px;
}
.voice_slide .slick-slide a {
  display: block;
}
.voice_slide .slick-slide .img {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
}
.voice_slide .slick-slide .name {
  margin-top: 16px;
  font-size: 22px;
  font-weight: bold;
}
.voice_slide .slick-slide .name span {
  display: inline-block;
  vertical-align: middle;
  color: #0BAA74;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-left: 1em;
}
.voice_slide .slick-slide .txt {
  margin-top: 5px;
  font-size: 14px;
}
.voice_slide .slick-prev, .voice_slide .slick-next {
  width: 30px;
  height: 30px;
  top: 40%;
}
.voice_slide .slick-prev::before, .voice_slide .slick-next::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
.voice_slide .slick-prev {
  left: 0;
}
.voice_slide .slick-prev::before {
  border-right: 0;
  border-top: 0;
}
.voice_slide .slick-next {
  right: 0;
}
.voice_slide .slick-next::before {
  border-left: 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .voice_slide {
    padding: 0 0 0 27px;
    margin-right: -20px;
    width: calc(100% + 20px);
  }
  .voice_slide .draggable {
    padding-right: 45%;
  }
  .voice_slide .slick-slide {
    margin: 0 20px 0 0;
  }
  .voice_slide .slick-slide .name {
    margin-top: 10px;
    font-size: 16px;
  }
  .voice_slide .slick-slide .name span {
    margin-left: 0.5em;
  }
  .voice_slide .slick-slide .txt {
    font-size: 13px;
  }
  .voice_slide .slick-slide .tag {
    margin-top: 5px;
  }
  .voice_slide .slick-slide .tag li {
    padding: 3px 12px;
    font-size: 12px;
  }
  .voice_slide .slick-prev {
    left: -3px;
  }
  .voice_slide .slick-prev::before {
    width: 17px;
    height: 17px;
    border-width: 1.5px;
  }
  .voice_slide .slick-next {
    display: none !important;
  }
}