@charset "UTF-8";
/*=======================================
県別設定
=========================================*/
/* 岩手 */
.page-iwate {
  --theme: #66ACDA;
  --pickup-bg: url("../img/interview/iwate/pickup_bg.svg");
  --pickup-bg2: url("../img/interview/iwate/pickup_bg2.png");
  --mv: url("../img/interview/iwate/mv_bg.png");
  --mv2: url("../img/interview/iwate/iwate_map.svg");
  --fs: 60px;
}

/* 青森 */
.page-aomori {
  --theme: #8FD086;
  --pickup-bg: url("../img/interview/aomori/pickup_bg.svg");
  --pickup-bg2: url("../img/interview/aomori/pickup_bg2.png");
  --mv: url("../img/interview/aomori/mv_bg.png");
  --mv2: url("../img/interview/aomori/aomori_map.svg");
  --fs: 60px;
}

/* 宮城 */
.page-miyagi {
  --theme: #66A785;
  --pickup-bg: url("../img/interview/miyagi/pickup_bg.svg");
  --pickup-bg2: url("../img/interview/miyagi/pickup_bg2.png");
  --mv: url("../img/interview/miyagi/mv_bg.png");
  --mv2: url("../img/interview/miyagi/miyagi_map.svg");
  --fs: 60px;
}

/* 秋田 */
.page-akita {
  --theme: #DE7478;
  --pickup-bg: url("../img/interview/akita/pickup_bg.svg");
  --pickup-bg2: url("../img/interview/akita/pickup_bg2.png");
  --mv: url("../img/interview/akita/mv_bg.png");
  --mv2: url("../img/interview/akita/akita_map.svg");
  --fs: 60px;
}

/* 山形 */
.page-yamagata {
  --theme: #C16689;
  --pickup-bg: url("../img/interview/yamagata/pickup_bg.svg");
  --pickup-bg2: url("../img/interview/yamagata/pickup_bg2.png");
  --mv: url("../img/interview/yamagata/mv_bg.png");
  --mv2: url("../img/interview/yamagata/yamagata_map.svg");
  --fs: 40px;
}

/* 福島 */
.page-fukushima {
  --theme: #F4A766;
  --pickup-bg: url("../img/interview/fukushima/pickup_bg.svg");
  --pickup-bg2: url("../img/interview/fukushima/pickup_bg2.png");
  --mv: url("../img/interview/fukushima/mv_bg.png");
  --mv2: url("../img/interview/fukushima/fukushima_map.svg");
  --fs: 40px;
}

/* 本部 */
.page-honbu {
  --theme: #66A785;
  --pickup-bg: url("../img/interview/honbu/pickup_bg.svg");
  --pickup-bg2: url("../img/interview/honbu/pickup_bg2.png");
  --mv: url("../img/interview/honbu/mv_bg.png");
  --mv2: url("../img/interview/honbu/honbu_map.svg");
  --fs: 40px;
}

.c-link1 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  -webkit-border-radius: 72px;
  border-radius: 72px;
  margin-top: 88px;
  margin-bottom: 216px;
  padding: 72px 64px;
}
.c-link1 h2 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 180%;
  letter-spacing: 0.05em;
  color: #1E1E1E;
}
.c-link1 h2 span {
  width: fit-content;
}
.c-link1 h2 span:before, .c-link1 h2 span:after {
  content: "";
  width: 2px;
  height: 63px;
  background-color: #000;
  vertical-align: middle;
  display: inline-block;
}
.c-link1 h2 span:before {
  transform: rotate(-20deg);
  margin-right: 50px;
}
.c-link1 h2 span:after {
  transform: rotate(20deg);
  margin-left: 40px;
}
.c-link1 .link-wrap {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 80px;
}
.c-link1 .link-wrap:before, .c-link1 .link-wrap:after {
  content: none;
}
.c-link1 .link-wrap .item {
  margin-right: 22px;
  position: relative;
}
.c-link1 .link-wrap .item .icon {
  position: absolute;
  top: -14px;
  left: -15px;
}
.c-link1 .link-wrap .item:last-child {
  margin-right: 0;
}
.c-link1 .link-wrap .item a {
  text-decoration: none;
}
.c-link1 .link-wrap .item p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #1E1E1E;
  text-align: center;
  margin-top: 20px;
}
.c-link1 .link-wrap .item p span:after {
  content: "";
  background: #66ACDA url("../img/interview/arrow.svg") no-repeat center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 16px;
}
.c-link1 .link-wrap .item--aomori p span:after {
  background: #8FD086 url("../img/interview/arrow.svg") no-repeat center;
}
.c-link1 .link-wrap .item--miyagi p span:after {
  background: #66A785 url("../img/interview/arrow.svg") no-repeat center;
}
.c-link1 .link-wrap .item--akita p span:after {
  background: #DE7478 url("../img/interview/arrow.svg") no-repeat center;
}
.c-link1 .link-wrap .item--yamagata p span:after {
  background: #C16689 url("../img/interview/arrow.svg") no-repeat center;
}
.c-link1 .link-wrap .item--fukushima p span:after {
  background: #F4A766 url("../img/interview/arrow.svg") no-repeat center;
}
.c-link1 .link-wrap .item--honbu p span:after {
  background: #66A785 url("../img/interview/arrow.svg") no-repeat center;
}
.c-link1 .link-wrap .item--honbu .icon{

  height: 65px;
}
.c-link1 .link-wrap .item--honbu .icon img{
  height: 100%;
  width: auto;
}

/*=======================================
インタビュー
=========================================*/
.l-interview-title {
  position: relative;
}
.l-interview-title .txt-wrap {
  height: 754px;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.l-interview-title .title {
  padding: 71px 45px 102px 0;
  margin-bottom: 10px;
  width: fit-content;
  background: var(--mv2);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
  left: -70px;
}
.l-interview-title .title .area {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #1E1E1E;
  margin-bottom: 40px;
}
.l-interview-title .title h1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: #0033CD;
}
.l-interview-title .title h1 span {
  display: block;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 180%;
  color: #494949;
}
.l-interview-title h2 {
  position: relative;
  left: -70px;
}
.l-interview-title h2 span {
  display: block;
  width: fit-content;
  background: var(--theme);
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 37.1053px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.l-interview-title h2 span:last-child {
  margin-bottom: 0;
}
.l-interview-title .name {
  padding-bottom: 15px;
  position: relative;
  left: -45px;
  margin-top: 40px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  color: #1E1E1E;
}
.l-interview-title .name span {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #7484A5;
}
.l-interview-title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 63.5%;
  height: 754px;
  background: var(--mv);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: left center;
  -webkit-border-radius: 0 0 0 64px;
  border-radius: 0 0 0 64px;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  .l-interview-title:after {
    width: 60%;
  }
}

.p-interview__comment {
  padding: 153px 0 96px;
}
.p-interview__comment .comment-wrap {
  padding-bottom: 89px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-interview__comment .comment-wrap:before, .p-interview__comment .comment-wrap:after {
  content: none;
}
.p-interview__comment .comment-wrap .left {
  width: 416px;
}
.p-interview__comment .comment-wrap .left h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  margin-top: 80px;
  margin-bottom: 40px;
}
.p-interview__comment .comment-wrap .left h3:first-child {
  margin-top: 0;
}
.p-interview__comment .comment-wrap .left p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  /* または30px */
  color: #101820;
}
.p-interview__comment .comment-wrap .right {
  width: 483px;
}
.p-interview__comment .comment-wrap .sche {
  margin-bottom: 78px;
}
.p-interview__comment .comment-wrap .sche h4 {
  margin-bottom: 24px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  color: #0033CD;
}
.p-interview__comment .comment-wrap .sche h4 span {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 180%;
  color: #494949;
  display: block;
  margin-top: 10px;
}
.p-interview__comment .comment-wrap .sche .time-line {
  position: relative;
}
.p-interview__comment .comment-wrap .sche .time-line:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #0033CD;
  height: 100%;
  position: absolute;
  left: 25px;
  z-index: -1;
}
.p-interview__comment .comment-wrap .sche .time-line .day {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 52px;

}
.p-interview__comment .comment-wrap .sche .time-line .day:before, .p-interview__comment .comment-wrap .sche .time-line .day:after {
  content: none;
}
.p-interview__comment .comment-wrap .sche .time-line .day .tit {
  margin-right: 15px;
  width: 52px;
}
.p-interview__comment .comment-wrap .sche .time-line .day .tit span {
  position: relative;
  width: 52px;
  display: block;
}
.p-interview__comment .comment-wrap .sche .time-line .day .tit span:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #0033CD;
}
.p-interview__comment .comment-wrap .sche .time-line .day .tit--txtin span {
  width: 52px;
  height: 52px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #FFF;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  color: #0033CD;
}
.p-interview__comment .comment-wrap .sche .time-line .day .tit--txtin span:before {
  content: none;
}
.p-interview__comment .comment-wrap .sche .time-line .day .time {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #0033CD;
  margin-right: 25px;
  width: 41px;
}
.p-interview__comment .comment-wrap .sche .time-line .day .txt {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #1E1E1E;
  font-feature-settings: "palt";
}
.p-interview__comment .comment-wrap .after-work {
  position: relative;
  padding: 128px 56px 48px;
  background-color: #FFF;
  -webkit-border-radius: 0 48px 0 48px;
  border-radius: 0 48px 0 48px;
}
.p-interview__comment .comment-wrap .after-work h4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -21px;
  width: fit-content;
}
.p-interview__comment .comment-wrap .after-work h4 span {
  display: block;
  text-align: center;
}
.p-interview__comment .comment-wrap .after-work h4 span:after {
  content: "";
  width: 31px;
  height: 13px;
  background: url("../img/interview/tit_after2.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: 15px;
}
.p-interview__comment .comment-wrap .after-work p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 190%;
  color: #101820;
}
.p-interview__comment .ph ul li {
  width: 49%;
  float: left;
}
.p-interview__comment .ph ul li:nth-child(2n) {
  float: right;
}
.p-interview__recommend .box {
  background: #FFFFFF;
  border-radius: 0px 64px;
}
.p-interview__recommend .box .title {
  border-bottom: 1px solid var(--theme);
  padding: 44px 125px 47px;
  margin-right: 30px;
  margin-left: 30px;
  position: relative;
}
.p-interview__recommend .box .title h2 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 78px;
  letter-spacing: 0.05em;
  color: var(--theme);
  position: relative;
  width: fit-content;
}
.p-interview__recommend .box .title h2 span {
  line-height: 1;
}
.p-interview__recommend .box .title h2 span.style1 {
  display: block;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.p-interview__recommend .box .title h2 span.style2 {
  font-size: 56px;
}
.p-interview__recommend .box .title h2:after {
  content: "";
  width: 219px;
  height: 223px;
  background: var(--pickup-bg2) no-repeat;
  display: block;
  position: absolute;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -250px;
}
.p-interview__recommend .box .title .pickup {
  width: 167px;
  height: 167px;
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--pickup-bg) no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #FFF;
}
.p-interview__recommend .box .title .pickup span {
  font-size: 28px;
}
.p-interview__recommend .box .recommend-content {
  padding: 31px 47px 56px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-interview__recommend .box .recommend-content:before, .p-interview__recommend .box .recommend-content:after {
  content: none;
}
.p-interview__recommend .box .recommend-content .topic {
  width: 410px;
  text-align: center;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-interview__recommend .box .recommend-content .topic:before,
.p-interview__recommend .box .recommend-content .topic:after{
  content: none;
}
.p-interview__recommend .box .recommend-content .topic:nth-child(n+3) {
  margin-top: 48px;
}
.p-interview__recommend .box .recommend-content .topic .category {
  width: fit-content;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: var(--theme);
  text-align: left;
  padding: 6px 14px;
  border: 1px solid var(--theme);
  border-radius: 14px;
}
.p-interview__recommend .box .recommend-content .topic h3 {
  text-align: left;
  font-feature-settings: "palt";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 150%;
  /* text1 */
  color: #231815;
  margin: 20px 0;
}
.p-interview__recommend .box .recommend-content .topic p {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #101820;
  margin-bottom: 24px;
}
.p-interview__recommend .box .recommend-content .topic img {
  display: inline-block;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-interview-title {
    margin-top: 80px;
  }
  .l-interview-title .txt-wrap {
    height: auto;
    display: block;
  }
  .l-interview-title .title {
    padding: 30px 45px 30px 0;
    margin-bottom: 10px;
    width: fit-content;
    left: 0;
  }
  .l-interview-title .title .area {
    margin-bottom: 20px;
  }
  .l-interview-title .title h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #0033CD;
  }
  .l-interview-title .title h1 span {
    display: block;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #494949;
  }
  .l-interview-title .ph {
    margin-left: -15px;
    margin-right: -15px;
  }
  .l-interview-title .ph img {
    object-fit: cover;
    height: 250px;
    width: 100%;
  }
  .l-interview-title h2 {
    top: -30px;
    left: -15px;
  }
  .l-interview-title h2 span {
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .l-interview-title h2 span:last-child {
    margin-bottom: 0;
  }
  .l-interview-title .name {
    margin-top: 0;
    font-size: 18px;
    left: 0;
  }
  .l-interview-title .name span {
    font-size: 14px;
  }
  .l-interview-title:after {
    content: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 1400px) {
  .l-interview-title:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__comment {
    padding: 50px 0 86px;
  }
  .p-interview__comment .comment-wrap {
    padding-bottom: 30px;
    display: block;
  }
  .p-interview__comment .comment-wrap .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .p-interview__comment .comment-wrap .left h3 {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .p-interview__comment .comment-wrap .left p {
    font-size: 16px;
  }
  .p-interview__comment .comment-wrap .right {
    width: 100%;
  }
  .p-interview__comment .comment-wrap .sche {
    margin-bottom: 78px;
  }
  .p-interview__comment .comment-wrap .sche h4 {
    margin-bottom: 24px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    color: #0033CD;
  }
  .p-interview__comment .comment-wrap .sche h4 span {
    font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 180%;
    color: #494949;
    display: block;
    margin-top: 10px;
  }
  .p-interview__comment .comment-wrap .sche .time-line {
    position: relative;
  }
  .p-interview__comment .comment-wrap .sche .time-line:before {
    content: "";
    display: block;
    width: 1px;
    background-color: #0033CD;
    height: 100%;
    position: absolute;
    left: 25px;
    z-index: -1;
  }
  .p-interview__comment .comment-wrap .sche .time-line .day {
    margin-bottom: 10px;
    min-height: 52px;
  }
  .p-interview__comment .comment-wrap .sche .time-line .day:before, .p-interview__comment .comment-wrap .sche .time-line .day:after {
    content: none;
  }
  .p-interview__comment .comment-wrap .sche .time-line .day .tit {
    margin-right: 15px;
  }
  .p-interview__comment .comment-wrap .sche .time-line .day .tit span {
    position: relative;
    width: 52px;
    display: block;
  }
  .p-interview__comment .comment-wrap .sche .time-line .day .tit span:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #0033CD;
  }
  .p-interview__comment .comment-wrap .sche .time-line .day .tit--txtin span {
    width: 52px;
    height: 52px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #FFF;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #0033CD;
  }
  .p-interview__comment .comment-wrap .sche .time-line .day .tit--txtin span:before {
    content: none;
  }
  .p-interview__comment .comment-wrap .sche .time-line .day .time {
    width: 40px;
    margin-right: 25px;
  }
  .p-interview__comment .comment-wrap .sche .time-line .day .txt {
    line-height: 160%;
  }
  .p-interview__comment .comment-wrap .after-work {
    padding: 100px 25px 30px;
    -webkit-border-radius: 0 30px 0 30px;
    border-radius: 0 30px 0 30px;
  }
  .p-interview__comment .comment-wrap .after-work h4 {
    top: -21px;
  }
  .p-interview__comment .comment-wrap .after-work p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 190%;
    color: #101820;
  }
  .p-interview__comment .ph ul li {
    width: 100%;
    float: none;
  }
  .p-interview__comment .ph ul li:nth-child(2n) {
    float: none;
    margin-top: 3px;
  }
  .p-interview__recommend .box {
    border-radius: 0px 30px;
  }
  .p-interview__recommend .box .title {
    padding: 44px 20px 47px;
    margin-right: 30px;
    margin-left: 30px;
    position: relative;
  }
  .p-interview__recommend .box .title h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: var(--fs);
    text-align: center;
    width: 100%;
  }
  .p-interview__recommend .box .title h2 span {
    line-height: 1;
  }
  .p-interview__recommend .box .title h2 span.style1 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .p-interview__recommend .box .title h2 span.style2 {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
  }
  .p-interview__recommend .box .title h2:after {
    content: "";
    width: 119px;
    height: 123px;
    top: auto;
    bottom: 100px;
    margin: auto;
    right: -44px;
  }
  .p-interview__recommend .box .title .pickup {
    width: 167px;
    height: 167px;
    position: static;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #FFF;
  }
  .p-interview__recommend .box .title .pickup span {
    font-size: 28px;
  }
  .p-interview__recommend .box .recommend-content {
    padding: 31px 20px 20px;
    display: block;
  }
  .p-interview__recommend .box .recommend-content .topic {
    width: 100%;
  }
  .p-interview__recommend .box .recommend-content .topic:nth-child(n+2) {
    margin-top: 20px;
  }
  .p-interview__recommend .box .recommend-content .topic:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-interview__recommend .box .recommend-content .topic .category {
    width: fit-content;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: var(--theme);
    text-align: left;
    padding: 6px 14px;
    border: 1px solid var(--theme);
    border-radius: 14px;
  }
  .p-interview__recommend .box .recommend-content .topic h3 {
    text-align: left;
    font-feature-settings: "palt";
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 150%;
    /* text1 */
    color: #231815;
    margin: 20px 0;
  }
  .p-interview__recommend .box .recommend-content .topic p {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    color: #101820;
  }
  .p-interview__recommend .box .recommend-content .topic img {
    display: inline-block;
    margin-top: 24px;
  }

  .c-link1 {
    max-width: 100%;
    width: 100%;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    margin-top: 88px;
    margin-bottom: 216px;
    padding: 40px 20px;
  }
  .c-link1 h2 {
    font-size: 26px;
    line-height: 160%;
  }
  .c-link1 h2 span {
    width: 100%;
    display: block;
    position: relative;
  }
  .c-link1 h2 span:before, .c-link1 h2 span:after {
    position: absolute;
    bottom: 0;
    margin: auto;
  }
  .c-link1 h2 span:before {
    margin-right: 0;
    left: 10px;
  }
  .c-link1 h2 span:after {
    margin-right: 0;
    right: 10px;
  }
  .c-link1 .link-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .c-link1 .link-wrap .item {
    width: 49%;
    margin-right: 2%;
    margin-top: 4%;
  }
  .c-link1 .link-wrap .item:nth-child(2n) {
    margin-right: 0;
  }
  .c-link1 .link-wrap .item:last-child {
    margin-right: 0;
  }
  .c-link1 .link-wrap .item .ph > img {
    width: 100%;
    height: auto;
  }
}
