@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html {
  font-size: 10px;
}

* {
  font-weight: inherit;
}

img {
  max-width: 100%;
}

.pc_none {
  display: none;
}

.mainContinner {
  font-size: 1.5rem;
}
.report_cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.report_cont .pagetitle {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
.report_cont .pagetitle .sns {
  float: right;
  margin-top: 16px;
  margin-right: 5px;
}
.report_cont .pagetitle .sns li {
  float: left;
  margin: 0 5px;
  line-height: 1;
}
.report_cont .cateTtl {
  padding: 10px 2%;
}
.report_cont .cateTtl .cateTtl01 {
  font-size: 1.8rem;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: inherit;
}

.report_cont {
  display: block;
  width: 100%;
  padding: 12px 0 24px;
  border: none;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #272727;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
.report_cont h1,
.report_cont h2,
.report_cont h3,
.report_cont h4,
.report_cont h5,
.report_cont h6 {
  font-weight: 700;
}
.report_cont p,
.report_cont li {
  line-height: 1.8;
}
.report_cont a {
  color: inherit;
  text-decoration: none;
}
.report_cont a:hover {
  opacity: 0.7;
}
.report_cont *, .report_cont *::before, .report_cont *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.report_cont br.pc-br {
  display: none;
}
.report_cont .note {
  font-size: 0.9em;
  line-height: 1.5;
}
.report_cont .report__header .kv {
  margin: 13px 9px 30px;
}
.report_cont .report__header .intro {
  margin: 24px 20px;
}
.report_cont .pop-title {
  margin-bottom: 20px;
  text-align: center;
  background: url(../imgs/page_title_bg.png) center center repeat-x;
  background-size: 6px 3px;
}
.report_cont .pop-title span {
  display: inline-block;
  background-color: #fff;
}
.report_cont .pop-title img {
  width: 165px;
}

.report__nav {
  margin: 0 auto 50px;
  text-align: center;
}
.report__nav__title {
  height: 4px;
  margin: 50px auto;
  display: block;
  text-align: center;
  position: relative;
  background: url("../imgs/nav_title_bg.png");
  background-size: 8px auto;
  background-repeat: repeat-x;
  background-position: center center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}
.report__nav__title span {
  display: inline-block;
  padding: 0 12px;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  color: #e64b97;
  white-space: nowrap;
}
.report__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px 7.5px;
}
.report__nav__item a {
  display: block;
  width: 152px;
  height: 40px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 34px;
}
.report__nav__item a > span {
  display: inline-block;
  padding-right: 8px;
}
.report__nav__item a > span span {
  display: inline-block;
  font-size: 0.8em;
}
.report__nav__item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.report__nav .group__title {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
}
.report__nav .group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7.5px;
}
.report__nav .group01 {
  width: 100%;
}
.report__nav .group01 a {
  color: #e64b97;
  border: 2px solid #e64b97;
}
.report__nav .group01 a::after {
  border-top: 6px solid #e64b97;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.report__nav .group02 a {
  color: #3984d8;
  border: 2px solid #3984d8;
}
.report__nav .group02 a::after {
  border-top: 6px solid #3984d8;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.report__nav .group03 a {
  color: #00b422;
  border: 2px solid #00b422;
}
.report__nav .group03 a::after {
  border-top: 6px solid #00b422;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.report__nav .group04 a {
  color: #f59600;
  border: 2px solid #f59600;
}
.report__nav .group04 a::after {
  border-top: 6px solid #f59600;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.section {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.section__title {
  height: 52px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 52px;
}

.sec01 .section__title {
  background-color: #f6e8ef;
  color: #e64b97;
}
.sec01 .interview__organization, .sec01 .interview__title {
  color: #e64b97;
}
.sec01 .interview__person__meta {
  color: #e64b97;
}
.sec01 .interview__qa__q {
  color: #e64b97;
}

.sec02 .section__title {
  background-color: #e7eef7;
  color: #3984d8;
}
.sec02 .interview__organization, .sec02 .interview__title {
  color: #3984d8;
}
.sec02 .interview__person__meta {
  color: #3984d8;
}
.sec02 .interview__qa__q {
  color: #3984d8;
}

.sec03 .section__title {
  background-color: #e0f1e3;
  color: #00b422;
}
.sec03 .interview__organization, .sec03 .interview__title {
  color: #00b422;
}
.sec03 .interview__person__meta {
  color: #00b422;
}
.sec03 .interview__qa__q {
  color: #00b422;
}

.sec04 .section__title {
  background-color: #fbeedb;
  color: #f59600;
}
.sec04 .interview__organization, .sec04 .interview__title {
  color: #f59600;
}
.sec04 .interview__person__meta {
  color: #f59600;
}
.sec04 .interview__qa__q {
  color: #f59600;
}

.interview {
  width: calc(100% - 20px);
  margin: 0 auto 40px;
}
.interview:not(:last-of-type) {
  padding-bottom: 40px;
  border-bottom: 1px solid #dcdcdc;
}
.interview__header {
  text-align: center;
}
.interview__organization {
  font-weight: 700;
  font-size: 1.4rem;
}
.interview__title {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700 !important;
  line-height: 1.3;
}
.interview__title > span {
  display: inline-block;
}
.interview__title > span span {
  display: inline-block;
  padding-left: 0.1em;
  font-size: 0.8em;
}
.interview__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px 15px;
}
.interview__person__status {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3 !important;
}
.interview__person__name {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.interview__person__name span {
  display: inline-block;
  padding-left: 0.1em;
  font-size: 0.8em;
}
.interview__person__meta {
  display: block;
  font-weight: 400;
  line-height: 1;
}
.interview__person__meta span {
  font-size: 1.3rem;
  line-height: 1.5;
}
.interview__person--07 {
  margin-top: -10px;
}
.interview figure {
  margin: 15px 0 35px;
}
.interview figure figcaption {
  margin-top: 6px;
  font-size: 0.9em;
  line-height: 1.3;
}
.interview__lead {
  margin: 30px 0;
}
.interview__lead p {
  text-align: left;
}
.interview__qa:not(:last-of-type) {
  margin-bottom: 30px;
}
.interview__qa__q {
  margin-bottom: 16px;
  position: relative;
  font-weight: bold;
}
.interview__qa__q::before {
  content: "";
  display: block;
  width: 54px;
  height: 70px;
  position: absolute;
  top: -20px;
  left: -10px;
}
.interview__qa__a:not(:last-of-type) {
  margin-bottom: 16px;
}

.aside--banner {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
  text-align: center;
}
.aside--banner figure {
  max-width: 418px;
  margin: 0 auto;
}
.aside--banner figure figcaption p {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.aside--banner figure figcaption p::before, .aside--banner figure figcaption p::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 1.5px;
  position: absolute;
  top: 10px;
  background-color: #272727;
}
.aside--banner figure figcaption p::before {
  left: -30px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.aside--banner figure figcaption p::after {
  right: -30px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media only screen and (max-width: 750px) {
  .mainContinner {
    padding: 0 3%;
  }
}
@media screen and (min-width: 751px) {
  .report_cont {
    padding-bottom: 40px;
  }
  .report_cont .cateTtl .cateTtl01 {
    font-size: 2.6rem;
  }
  .report_cont {
    padding: 0 0 40px;
    font-size: 1.5rem;
  }
  .report_cont br.sp-br {
    display: none;
  }
  .report_cont br.pc-br {
    display: inline;
  }
  .report_cont .report__header .kv {
    width: 840px;
    margin: 16px auto 40px;
  }
  .report_cont .report__header .intro {
    margin: 0 100px 60px;
  }
  .report_cont .pop-title {
    margin-bottom: 40px;
  }
  .report__nav {
    margin-bottom: 80px;
  }
  .report__nav__title {
    width: 760px;
    margin: 90px auto;
    font-size: 3.4rem;
  }
  .report__nav__title span {
    padding: 0 16px;
    top: -36px;
  }
  .report__nav__list {
    gap: 40px 10px;
  }
  .report__nav__item a {
    width: 175px;
    height: 46px;
    font-size: 1.5rem;
    line-height: 40px;
  }
  .report__nav .group__list {
    gap: 10px;
  }
  .section {
    width: calc(100% - 200px);
  }
  .section__title {
    height: 64px;
    margin-bottom: 50px;
    font-size: 2rem;
    line-height: 64px;
  }
  .interview {
    width: 100%;
    margin-bottom: 60px;
  }
  .interview:not(:last-of-type) {
    padding-bottom: 50px;
  }
  .interview__header {
    width: calc(100% - 45px);
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .interview__header .text {
    width: calc(100% - 476px);
  }
  .interview__header figure {
    width: 466px;
    margin: 0;
  }
  .interview__organization {
    font-size: 1.6rem;
  }
  .interview__title {
    font-size: 2.6rem;
  }
  .interview__person {
    row-gap: 8px;
  }
  .interview__person__meta span {
    font-size: 1.4rem;
  }
  .interview__person--07 {
    margin-top: -5px;
  }
  .interview__lead {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 50px 0 0;
  }
  .interview__qa:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .interview__qa-wrapper {
    width: calc(100% - 45px);
    margin: 0 auto;
  }
  .interview__qa__q {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
  .interview__qa__q::before {
    top: -16px;
    left: -16px;
  }
  .aside--banner figure figcaption p::before, .aside--banner figure figcaption p::after {
    height: 2px;
    width: 30px;
  }
}/*# sourceMappingURL=style.min.css.map */
