@charset "UTF-8";
/*=======================================
お知らせ
=========================================*/
.is-interview .l-pagetitle {
  padding-top: 93.19px;
}
.is-interview .l-pagetitle__heading {
  padding-top: 96px;
}
.is-interview .l-pagetitle__heading .title {
  position: relative;
  width: 100%;
}
.is-interview .l-pagetitle__heading .title .nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

.interview__head__back {
  width: max-content;
  float: left;
  background-color: #EEEEEE;
}
.interview__head__back a {
  padding: 27px 30px 27px 82px;
  color: #383B4E;
  text-decoration: none;
  display: block;
  height: 100%;
}
.interview__head__back a img {
  vertical-align: sub;
  margin-right: 7px;
}
.interview__head__nav {
  float: right;
  padding-top: 30px;
  padding-right: 36px;
}
.interview__head__nav ul {
  display: flex;
}
.interview__head__nav li a {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 12px;
  color: #8C8C91;
  text-decoration: none;
}
.interview__head__nav li:last-child {
  color: #383B4E;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 27px;
}
.interview__head__nav li img {
  vertical-align: middle;
  margin: 0 12px;
}

.p-interview {
  margin-bottom: 180px;
}
.p-interview.is-detail {
  padding-top: 96px;
}
.p-interview__nav {
  border: 1px solid #c4c4c4;
  padding: 36px;
  padding-left: 48px;
  margin-bottom: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-interview__nav:before, .p-interview__nav:after {
  display: none;
}
.p-interview__nav .category {
  display: flex;
  align-items: center;
}
.p-interview__nav .category p {
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #8C8C91;
  letter-spacing: 0.08em;
}
.p-interview__nav .category ul {
  border-left: 1px solid rgba(140, 140, 145, 0.2);
  padding-left: 36px;
  margin-left: 36px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-interview__nav .category li {
  margin-right: 36px;
}
.p-interview__nav .category li:last-child {
  margin-right: 0;
}
.p-interview__nav .category li a {
  text-decoration: none;
  color: #383B4E;
}
.p-interview__nav .category li a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.p-interview__nav .category li a:hover, .p-interview__nav .category li.current a {
  color: #886F45;
  text-decoration: underline;
}
.p-interview__nav .category li p {
  font-family: dnp-shuei-gothic-gin-std, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  display: inline-block;
  background: #886F45;
  line-height: 14px;
  padding: 4px 12px;
  margin-left: 5px;
  border-radius: 100px;
}
.p-interview__nav .category li p.d-on {
  display: inline-block;
}
.p-interview__nav .category li p.d-off {
  display: none;
}
.p-interview__nav .category li p.d-off span {
  font-family: dnp-shuei-gothic-gin-std, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.p-interview__nav .category li p span {
  font-size: 12px;
  color: #FFF;
  font-weight: 600;
}
.p-interview__nav .search {
  width: 185px;
}
.p-interview__nav .search button {
  background: url(../img/common/icon_search.svg) no-repeat center;
  background-size: 17px 17px;
  width: 40px;
  height: 40px;
  border: 0;
  text-indent: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.p-interview__nav .search input[type="text"] {
  border: 0;
  padding: 5px;
  outline: 0;
  color: #383B4E;
  width: 130px;
}
.p-interview__nav .search ::-webkit-input-placeholder {
  color: #8C8C91;
}
.p-interview__nav .search :-ms-input-placeholder {
  color: #8C8C91;
}
.p-interview__nav .search ::-moz-placeholder {
  color: #8C8C91;
}
.p-interview__nav .search ::-placeholder {
  color: #8C8C91;
}
.p-interview__archive h3 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  margin-bottom: 36px;
  line-height: 120%;
}
.p-interview__archive .content {
  margin-bottom: 60px;
}
.p-interview__archive .content .c-card1 {
  display: flex;
  flex-wrap: wrap;
}
.p-interview__archive .content .c-card1 li {
  width: 33.3333%;
  border-bottom: initial;
  margin-top: 60px;
}
.p-interview__archive .content .c-card1 li:nth-child(-n+3) {
  margin-top: 0;
}
.p-interview__archive .content .c-card1 li a {
  display: block;
  padding: initial;
}
.p-interview__archive .content .c-card1 li .img1 {
  width: initial;
}
.p-interview__archive .content .c-card1 li .img1 img {
  width: 100%;
  max-height: 524px;
  object-fit: cover;
}
.p-interview__archive .content .c-card1 li .txt1 {
  width: initial;
  margin-top: 16px;
  padding-right: 9.1%;
}
.p-interview__archive .content .c-card1 li .txt1 h4 {
  line-height: 150%;
  margin-bottom: 16px;
}
.p-interview__archive .content .c-card1 li .txt1 .sub p {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-interview-detail__content .heading {
  margin-bottom: 120px;
}
.p-interview-detail__content .heading .h {
  max-width: 80%;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 150%;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
.p-interview-detail__content .heading .i {
  padding-top: 12px;
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 150%;
}
.p-interview-detail__content .heading .float .f-left {
  float: left;
}
.p-interview-detail__content .heading .float .f-right {
  float: right;
  padding-left: 24px;
}
.p-interview-detail__content .heading-btm {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #383B4E;
}
.p-interview-detail__content .heading .share {
  display: flex;
  align-items: center;
}
.p-interview-detail__content .heading .share:before, .p-interview-detail__content .heading .share:after {
  display: none;
}
.p-interview-detail__content .heading .share p {
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.08em;
  padding-right: 25px;
  margin-right: 16px;
  position: relative;
}
.p-interview-detail__content .heading .share p:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 10px;
  border-top: 1px solid #383B4E;
}
.p-interview-detail__content .heading .share ul {
  display: flex;
}
.p-interview-detail__content .heading .share li {
  margin-right: 16px;
  line-height: 100%;
}
.p-interview-detail__content .heading .share li:last-child {
  margin-bottom: 0;
}
.p-interview-detail__content .kv {
  padding-bottom: 120px;
  border-bottom: 1px solid #383B4E;
}
.p-interview-detail__content small {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-interview-detail__content .btn1 {
  display: block;
  border: 1px solid #383B4E;
  text-decoration: none !important;
  padding: 15px 32px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 240px;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #383B4E !important;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px auto;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.p-interview-detail__content .btn1:hover {
  background: #383B4E;
  color: #fff !important;
}
.p-interview-detail__content .btn2 {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #383B4E;
  line-height: 120%;
  padding: 10px 20px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  text-decoration: none !important;
  color: #383B4E !important;
}
.p-interview-detail__content .btn2:hover {
  background: #383B4E;
  color: #fff !important;
}
.p-interview-detail__back {
  margin-top: 120px;
}
.p-interview-detail__back a {
  font-size: 18px;
  font-size: 1.8rem;
  background: url(../img/common/arrow_3-left.svg) no-repeat left center;
  background-size: 16px 12px;
  padding-left: 32px;
  text-decoration: none;
}

.int__nav .menu ul li {
  padding-top: 12px;
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 150%;
}

#entrybody .interview__body {
  padding-top: 120px;
}
#entrybody .float .f-left {
  float: left;
}
#entrybody .float .f-right {
  float: right;
  width: calc( 100% - 200px );
}
#entrybody .tr {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transform: rotate(90deg);
  margin: 0;
  position: relative;
  top: 34px;
  left: -57.5px;
}
#entrybody .wb {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 100%;
  padding-top: 72px;
}
#entrybody .int_content_block {
  border-bottom: 1px solid rgba(59, 60, 78, 0.2);
  padding-bottom: 84px;
  margin-bottom: 84px;
}
#entrybody .int_content_block:last-child {
  border-bottom: initial;
  padding-bottom: 36px;
  margin-bottom: initial;
}
#entrybody .int_content h1, #entrybody .int_content h2, #entrybody .int_content h3, #entrybody .int_content h4, #entrybody .int_content h5, #entrybody .int_content h6 {
  font-family: trajan-pro-3, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#entrybody .int_content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 225%;
}
#entrybody .int_content p:last-child {
  margin-bottom: 0;
}

.is-interview.is-single .l-header, .is-interview_category.is-archive .l-header {
  border-bottom: 1px solid rgba(56, 59, 78, 0.2);
  background: #fff;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-interview {
    margin-bottom: 84px;
  }
  .p-interview.is-detail {
    padding-top: 144px;
    margin-bottom: 44px;
  }
  .p-interview__nav {
    padding: 0;
    border: 0;
    margin-bottom: 48px;
    display: block;
  }
  .p-interview__nav .category {
    width: auto;
    display: block;
    margin-bottom: 38px;
  }
  .p-interview__nav .category p {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .p-interview__nav .category .dropdown form {
    position: relative;
  }
  .p-interview__nav .category .dropdown form:before {
    display: block;
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    background: url(../img/common/arrow_6-down.svg) no-repeat center;
    background-size: cover;
    width: 18px;
    height: 9px;
  }
  .p-interview__nav .category select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 18px;
    font-family: dnp-shuei-gothic-gin-std, YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    outline: 0;
    background: #fff;
    border: 1px solid #c4c4c4;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -webkit-appearance: none;
    appearance: none;
  }
  .p-interview__nav .search {
    width: auto;
  }
  .p-interview__nav .search input[type="text"] {
    width: calc(100% - 55px);
  }
  .p-interview__archive h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 36px;
  }
  .p-interview__archive .content .c-card1 li .img1,
  .p-interview__archive .content .c-card1 li .txt1 {
    width: auto;
  }
  .p-interview__archive .content .c-card1 li .img1 {
    margin-bottom: 16px;
  }
  .p-interview__archive .content .c-card1 li .img1 img {
    width: 100%;
  }
  .p-interview-detail {
    float: none;
    width: auto;
    margin-bottom: 90px;
  }
  .p-interview-detail__content {
    margin-top: 60px;
  }
  .p-interview-detail__content .heading {
    margin-bottom: 60px;
  }
  .p-interview-detail__content .heading .h {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-interview-detail__content .heading .share {
    margin-top: 42px;
  }
  .p-interview-detail__content .kv {
    padding-bottom: 60px;
  }
  .p-interview-detail__content small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-interview-detail__back {
    margin-top: 60px;
  }

  .is-interview .p-product__nav {
    margin-bottom: 0;
  }
  .is-interview .l-pagetitle {
    padding-top: 60px;
  }
  .is-interview .l-pagetitle__heading {
    padding-top: 84px;
    padding-bottom: 48px;
  }
  .is-interview .l-pagetitle__heading .title .nav {
    position: initial;
  }

  .p-interview__archive .content .c-card1 {
    display: block;
  }
  .p-interview__archive .content .c-card1 li {
    width: auto;
    border-bottom: 0;
    margin-top: 24px;
  }
  .p-interview__archive .content .c-card1 li:first-child {
    margin-top: 0;
  }
  .p-interview__archive .content .c-card1 li:nth-child(3n-1) {
    margin: 24px auto 0 auto;
  }
  .p-interview__archive .content .c-card1 li:nth-child(-n+3) {
    margin-top: 24px;
  }
  .p-interview__archive .content .c-card1 li a {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
  .p-interview__archive .content .c-card1 li .txt1 {
    padding-right: 0;
  }
  .p-interview__archive .content .c-card1 li .txt1 h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-interview .category-select dl dt {
    border: 1px solid #C4C4C4;
    padding: 19px 18px;
    color: #383B4E;
    background: url(../img/common/arrow_6-down.svg) no-repeat right 20px center;
    background-size: 18px 9px;
  }
  .p-interview .category-select dl dt.is-open {
    background: url(../img/common/arrow_6-up.svg) no-repeat right 20px center;
    background-size: 18px 9px;
  }
  .p-interview .category-select dl dd {
    display: none;
  }
  .p-interview .category-select dl ul {
    display: block;
    margin: 12px 0 0 0;
    padding: 20px;
    background-color: #EEE;
    border: none;
  }
  .p-interview .category-select dl ul li {
    display: block;
    padding: 13.5px 0;
    margin-right: 0;
  }
  .p-interview .category-select dl ul li:first-child {
    padding-top: 0;
  }
  .p-interview .category-select dl ul li:last-child {
    padding-bottom: 0;
  }
  .p-interview .category-select dl ul li a {
    color: #383B4E;
    font-weight: 600;
  }
  .p-interview .category-select dl ul li p {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 100%;
  }

  #entrybody .interview__body {
    padding-top: 60px;
  }
  #entrybody .float .f-left {
    float: initial;
  }
  #entrybody .float .f-right {
    float: initial;
    width: auto;
  }
  #entrybody .tr {
    transform: initial;
    position: initial;
    font-size: 11px;
    font-size: 1.1rem;
  }
  #entrybody .wb {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 170%;
    padding-top: 0;
    margin-bottom: 48px;
    -ms-writing-mode: initial;
    writing-mode: initial;
    -webkit-text-orientation: initial;
  }
  #entrybody .int_content_block {
    padding-bottom: 36px;
    margin-bottom: 36px;
  }
  #entrybody h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 24px;
  }
  #entrybody p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
