@charset "utf-8";

/* Common */

a {
  color: #000;
  text-decoration: none;
}

.pc-none {
  display: none;
}

/* content */

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    sans-serif;
  font-weight: 300;
  font-style: normal;
}

.contents .content {
  width: calc((100% - 100px) / 3);
  margin: 35px 0;
  color: #3e3a39;
  display: flex;
  flex-direction: column;
}

.thumbnail {
  flex-grow: 1;
}

.thumbnail img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: top;
}

.text {
  font-weight: bold;
}

.text .title {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 16.35px;
  border-bottom: 1px solid #dcdddd;
  padding: 5px 0;
  line-height: 1.47;
  min-height: 60px;
  display: flex;
  align-items: center;
}

.text .name {
  font-size: 18px;
  margin: 10px 0;
}

.text .position {
  font-size: 14px;
}

.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* pagenation */

.pagination {
  width: 100%;
  font-size: 18px;
  margin: 70px 0 100px 0;
}

.page-number-box {
  display: flex;
  justify-content: center;
}

.page-number-box li {
  margin-right: 10px;
}

.page-number-box li:last-child {
  margin-right: 0;
}

.page-numbers {
  background-color: #f5f5f5;
  padding: 15px 20px;
}

.page-numbers.current {
  background-color: #fff;
}

.page-numbers.dots {
  background-color: #fff;
  padding: 0;
}

.pagination-sp,
.scroller-status {
  display: none;
}

.pagination-sp {
  cursor: pointer;
}

.scroller-status {
  text-align: center;
}

/*------------ Single page ---------------*/

.content-area {
  max-width: 700px;
  margin: 0 auto;
  color: #3e3a39;
  line-height: 1.75;
}

.content-area img {
  max-width: 100%;
}

.entry-header {
  font-weight: bold;
  line-height: 1.75;
}

.entry-header .post-name {
  font-size: 30px;
}

.entry-header .post-position {
  font-size: 14px;
  padding: 0 0 30px;
}

.post-thumbnail img {
  max-height: 380px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

h1.entry-title {
  font-size: 31px;
  text-align: center;
  padding: 50px 0 70px;
  border-bottom: 0.75px solid #cccccc;
}

/*------------ ORHER INTERVIEW ---------------*/

.other-interview {
  width: 90%;
  margin: 0 auto;
  padding: 125px 0;
}

.other-interview img {
  max-width: 100%;
}

.ttl-interview {
  max-width: 306px;
  width: 100%;
  margin: 0 auto 30px auto;
}

.btn-more {
  padding: 15px 0;
  width: 100%;
  margin: 0 auto;
  background-color: #e6e6e6;
  display: block;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.btn-more a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.btn-more img {
  max-width: 160px;
}

.interview-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interview-contents .content {
  width: calc((100% - 100px) / 3);
  margin: 35px 0;
  color: #3e3a39;
}

.more-contents {
  width: 100%;
  display: none;
}

/*------------ コンテンツ部分 ---------------*/

.entry-content {
  padding: 45px 0 70px;
  border-bottom: 0.75px solid #cccccc;
}

.entry-content p {
  font-size: 16px;
  line-height: 1.75;
  text-indent: 1em;
  margin-bottom: 20px;
}

.entry-content h2 {
  font-size: 30px;
  line-height: 2.25;
  margin: 35px 0 20px 0;
}

.entry-content h3 {
  font-size: 20px;
  line-height: 2.25;
  margin: 35px 0 20px 0;
}

.entry-content h4 {
  font-size: 18px;
  line-height: 2;
  margin: 35px 0 20px 0;
}

.entry-content　figure {
  margin: 5px 0;
}

.entry-content .size-medium {
  width: 60%;
  margin: 0 auto;
}

/*------------ Smartphone ---------------*/

@media screen and (max-width: 750px) {
  .pc-none {
    display: block;
  }

  /* header */

  header h1 img {
    width: 73%;
  }

  header {
    padding-bottom: 35px;
  }

  header span {
    font-size: 13px;
  }

  /* content */

  .container {
    padding: 0;
  }

  .contents .content {
    width: 100%;
    margin: 30px 0;
  }

  .contents {
    flex-direction: column;
    padding: 0 40px;
    margin: 25px 0;
  }

  .thumbnail img {
    height: 100%;
  }

  /* pagination */

  .pagination {
    display: none;
  }

  .pagination-sp {
    display: block;
    margin-bottom: 30px;
    padding: 0 50px;
  }

  .pagination-sp .btn_more_sp {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    background-color: #efefef;
    display: block;
    text-align: center;
    position: relative;
  }

  .pagination-sp .btn_more_sp a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .pagination-sp .btn_more_sp img {
    max-width: 108px;
  }

  /* single page */

  .entry-header .post-name,
  .entry-header .post-position,
  h1.entry-title,
  .entry-content {
    margin: 0 20px;
  }

  .entry-header .post-name {
    font-size: 17.26px;
  }

  .entry-header .post-position {
    font-size: 10px;
  }

  h1.entry-title {
    padding: 30px 0;
    font-size: 17.7px;
  }

  .entry-content h3 {
    line-height: 1.65;
  }

  .entry-content {
    padding: 0 0 50px;
  }

  .entry-content .size-medium {
    width: 100%;
  }

  .other-interview {
    padding: 70px 20px 30px 20px;
  }

  .ttl-interview {
    margin-bottom: 10px;
    width: 80%;
  }

  .interview-contents {
    flex-direction: column;
  }

  .interview-contents .content {
    width: 100%;
  }

  .btn-more img {
    width: 37%;
  }
}
