@charset "UTF-8";
/* Scss Document */
#header-one {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.post-interview {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  /* ===== interview-hero ===== */
  /* ===== sec-report-lead ===== */
  /* ===== sec-interview-list ===== */
  /* ===== sec-interview-detail ===== */
  /* ===== sec-interview-other  ===== */
  /* ===== comment  ===== */
}
.post-interview a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-interview a:hover {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-interview .interview-hero {
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .post-interview .interview-hero {
    margin-top: 60px;
  }
}
.post-interview .interview-hero img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.post-interview .interview-hero .title-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-interview .interview-hero .title-section-txt {
  color: #fff;
  font-family: "Allura";
  font-weight: 400;
  margin-top: 5vw;
  line-height: 1;
  font-size: 4.5rem;
}
@media (min-width: 1025px) {
  .post-interview .interview-hero .title-section-txt {
    font-size: 6.5rem;
  }
}
.post-interview .interview-hero .title-section-txt:before {
  content: "●　　●";
  display: block;
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
}
.post-interview .sec-report-lead {
  background: #fffff1;
  text-align: center;
}
.post-interview .sec-report-lead .container {
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 4.2rem;
  padding: 40px 0;
}
@media (min-width: 1025px) {
  .post-interview .sec-report-lead .container {
    padding: 120px 0;
  }
}
@media (min-width: 1025px) {
  .post-interview .sec-report-lead .container .view-sp {
    display: none;
  }
}
.post-interview .sec-interview-list {
  background: #ffffff;
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-list {
    padding: 100px 0;
  }
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-list .col3 {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-interview .sec-interview-list .col3-item {
  background: #ece8e3;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 70px;
  padding: 20px 20px 70px 20px;
}
@media (max-width: 1025px) {
  .post-interview .sec-interview-list .col3-item {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-list .col3-item {
    padding: 20px 20px 70px 20px;
  }
}
.post-interview .sec-interview-list .col3-item:first-of-type {
  margin-top: 0;
}
.post-interview .sec-interview-list .col3-item .item-photo img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-list .col3-item .item-photo img {
    height: 230px;
  }
}
.post-interview .sec-interview-list .col3-item .item-tit {
  font-weight: 400;
  margin-top: 1em;
  text-align: center;
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-list .col3-item .item-tit {
    font-size: 1.8rem;
  }
}
.post-interview .sec-interview-list .col3-item .item-detail {
  border-top: 1px solid #666;
  padding: 20px 20px 0 20px;
  display: grid;
  gap: 5px;
  grid-template-columns: auto 1fr;
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-list .col3-item .item-detail {
    grid-template-columns: 1fr 1fr;
  }
}
.post-interview .sec-interview-list .col3-item .item-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}
.post-interview .sec-interview-list .col3-item .item-btn a {
  display: block;
  background: #75B97E;
  color: #fff;
  border-radius: 5px;
  line-height: 40px;
  width: 60%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
}
.post-interview .sec-interview-list .col3-item .item-btn a:hover {
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
}
.post-interview .sec-interview-detail {
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-top: 50px;
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-detail {
    margin-top: 130px;
  }
}
.post-interview .sec-interview-detail p {
  line-height: 2;
}
.post-interview .sec-interview-detail .overview-title {
  border-bottom: 1px solid #765730;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.post-interview .sec-interview-detail .overview-title p {
  font-size: 2rem;
  margin-bottom: 10px;
}
.post-interview .sec-interview-detail .overview-title h3 {
  font-size: 2.5rem;
  font-weight: 400;
}
.post-interview .sec-interview-detail .overview .col2 {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-detail .overview .col2 {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .post-interview .sec-interview-detail .overview .col2-left {
    margin-bottom: 20px;
  }
}
.post-interview .sec-interview-detail .overview .col2-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffff1;
}
.post-interview .sec-interview-detail .overview .col2-right div h4 {
  color: #765730;
  margin-bottom: 20px;
  text-align: center;
}
.post-interview .sec-interview-detail .overview .col2-right div dl {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: auto 1fr;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1025px) {
  .post-interview .sec-interview-detail .overview .col2-right div dl {
    grid-template-columns: auto 1fr;
  }
}
.post-interview .sec-interview-detail .overview .txt {
  margin-bottom: 30px;
}
.post-interview .sec-interview-detail .main_contents .item .title-overview {
  font-size: 2rem;
  padding-bottom: 1em;
  border-bottom: 1px solid #765730;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-detail .main_contents .item .title-overview {
    margin-top: 75px;
    margin-bottom: 50px;
  }
}
.post-interview .sec-interview-detail .main_contents .item .txt-overview {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-detail .main_contents .item .txt-overview {
    margin-bottom: 50px;
  }
}
.post-interview .sec-interview-other {
  padding: 50px 0;
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-other {
    padding: 100px 0;
  }
}
.post-interview .sec-interview-other .title-section {
  text-align: center;
  font-family: "Allura";
  font-size: 50px;
}
.post-interview .sec-interview-other .col4 {
  max-width: 90%;
  margin: 0 auto 0 auto;
}
.post-interview .sec-interview-other .col4-item {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  margin: 10px;
}
.post-interview .sec-interview-other .col4-item-inner {
  text-align: center;
  padding: 30px;
}
.post-interview .sec-interview-other .col4-item-inner a {
  font-size: 16px;
  font-weight: bold;
}
.post-interview .sec-interview-other .col4-item-inner dl {
  display: grid;
  gap: 5px 0px;
  grid-template-columns: 1fr 1.5fr;
  text-align: left;
  padding: 0;
  margin: 20px 0 0 0;
}
.post-interview .sec-interview-other .col4-item-inner dl dt {
  padding: 0;
  margin: 0;
}
.post-interview .sec-interview-other .col4-item-inner dl dd {
  padding: 0;
  margin: 0;
}
.post-interview .sec-interview-other .slick-dots {
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-other .slick-dots {
    bottom: -70px;
  }
}
.post-interview .sec-interview-other .slick-dots li button:before {
  font-size: 15px;
  line-height: 15px;
  width: 15px;
  height: 15px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
}
@media (min-width: 1025px) {
  .post-interview .sec-interview-other .slick-dots li button:before {
    width: 20px;
    height: 20px;
  }
}
.post-interview .sec-interview-other .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #765730;
}
.post-interview .comment {
  margin-bottom: 150px;
}
@media screen and (max-width: 767.9px) {
  .post-interview .comment {
    margin-bottom: 50px;
  }
}
.post-interview .comment .col2 {
  border-top: 1px solid #c5c5c5;
  padding-top: 30px;
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .post-interview .comment .col2 {
    display: grid;
    gap: 50px;
    grid-template-columns: 1.5fr 1fr;
    padding-top: 60px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .post-interview .comment .col2-right {
    margin-top: 30px;
  }
}/*# sourceMappingURL=interview.css.map */