*{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.interview-font-main-color{
  color: #52d0dd;
}
.interview-bg-main-color{
  background-color: #52d0dd;
}

.interview-bg-archive-color{
  background-color: #888;
}

.interview-allow-line{
  position: relative;
  border-bottom: 5px solid #52d0dd;
  height: 100%;
  flex : 1 1 auto;
}

figure {
  overflow: hidden;
  aspect-ratio: 4/3;
}
figure img {
  width: 100%;
  height: auto;
}

/*-----------------------------------
main-content
-----------------------------------*/
#main {
  max-width: 1130px;
  padding: 0 15px 150px;
}

#main .new-post {
  max-width: 700px;
  margin: auto;
}

#main .new-post .new-post-title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 4px solid #52d0dd;
}

#main .new-post .new-post-title .left-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#main .new-post .new-post-title .left-box .eng-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  margin-right: 12px;
}

#main .new-post .new-post-title .left-box .jap-title {
  font-size: 16px;
  margin-right: 15px;
}

#main .new-post .new-post-title .left-box img {
  height: 18px;
  width: 46px;
  margin-bottom: 4px;
}

#main .new-post .new-post-title .right-box .post-vol {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

/* スマホ表示時のタイトル下部分 */
#main .new-post .newpost-box-sp {
  display: none;
}

/* /スマホ表示時のタイトル下部分 */

/*-----------------------------------
タイトル下の説明文
-----------------------------------*/
#main .new-post .post-description {
  margin: 30px auto 0;
  width: 80%;
  font-size: 21px;
  font-weight: bold;
}

/*-----------------------------------
新着記事
-----------------------------------*/
#main .new-post .post-image-box {
  margin-top: 20px;
  text-align: right;
}

#main .new-post .post-image-box .post-date {
  font-weight: bold;
  font-size: 18px;
}

#main .new-post .post-image-box .post-image {
  height: 429px;
  width: 100%;
  overflow: hidden;
}

#main .new-post .post-image-box .post-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  vertical-align: top;
}

#main .new-post .post-read-button {
  width: 280px;
  height: 40px;
  background-color: #52d0dd;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  margin: 20px auto 0;
}

/* 記事を読むボタン */
#main .new-post .post-read-button>a {
  color: white;
  display: inline-block;
  padding: 10px 95px;
  line-height: 18px;
}

/*-----------------------------------
記事一覧
-----------------------------------*/
#main #index {
  margin-top: 100px;
}

/*-----------------------------------
記事一覧タイトル
-----------------------------------*/
#main #index .title-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main #index .title-box-sp {
  display: none;
}

#main #index .title-box .eng-title {
  line-height: 36px;
  padding: 0 20px;
}

#main #index .title-box img {
  height: 17px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-bottom: 3px;
}

/*-----------------------------------
記事一覧本体
-----------------------------------*/
#main #index .griditem {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 30px;
  padding: 30px 0;
}

#main #index .griditem .item {
  margin-bottom: 70px;
  border: 1px solid #333;
}

#main #index .griditem .item a .img-box {
  height: 251px;
  width: 100%;
  overflow: hidden;
}

#main #index .griditem .item a .img-box img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  vertical-align: top;
}

#main #index .griditem .item a .text-box {
  padding: 10px 15px;
  background-color: #888;
  font-weight: bold;
  color: white;
}

#main #index .griditem .item a .text-box .upper-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main #index .griditem .item a .text-box .upper-text .vol {
  font-size: 24px;
}

#main #index .griditem .item a .text-box .upper-text .date {
  font-size: 18px;
}

#main #index .griditem .item a .text-box .lower-text {
  font-size: 14px;
}

/*-----------------------------------
アーカイブで表示ボタン
-----------------------------------*/
#main .go-archive-button {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  display: none;
}

/*-----------------------------------
Twitterセクション（pc非表示）
-----------------------------------*/
#main .twitter-block {
  margin-top: 60px;
  display: none;
}

#main .twitter-block .twitter-button img {
  width: 100%;
  height: auto;
}

#main .twitter-block .twitter-button-lower {
  margin-top: 35px;
  position: relative;
  display: flex;
  justify-content: center;
}

#main .twitter-block .twitter-button-lower img {
  height: 60px;
  width: 60px;
}

#main .twitter-block .twitter-button-lower>p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 18px;
}

/*-----------------------------------
responsive
-----------------------------------*/
@media screen and (max-width: 767px) {

  /*-----------------------------------
  main-content
  -----------------------------------*/
  #main {
    padding: 0 5vw 60px;
    margin-top: 40px;
  }

  #main .new-post {
    max-width: 700px;
    margin: auto;
  }

  /*-----------------------------------
  newpost-title
  -----------------------------------*/
  #main .new-post .new-post-title {
    padding-bottom: 10px;
  }

  #main .new-post .new-post-title .left-box .eng-title {
    margin-right: 5px;
    font-size: 26px;
    line-height: 26px;
  }

  #main .new-post .new-post-title .left-box .jap-title {
    display: none;
  }

  #main .new-post .new-post-title .left-box img {
    height: 20px;
    width: 60px;
  }

  #main .new-post .new-post-title .right-box .post-vol {
    font-size: 18px;
    line-height: 20px;
    margin-left: 5px;
  }

  /* スマホ表示時のタイトル下部分 */
  #main .new-post .newpost-box-sp {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
  }

  #main .new-post .newpost-box-sp {
    font-size: 18px;
    line-height: 18px;
  }

  #main .new-post .newpost-box-sp .newpost-date-sp {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
  }

  /* /スマホ表示時のタイトル下部分 */

  /*-----------------------------------
  タイトル下の説明文
  -----------------------------------*/
  #main .new-post .post-description {
    font-size: 18px;
    width: 85%;
  }

  /*-----------------------------------
  新着記事
  -----------------------------------*/
  #main .new-post .post-image-box .post-date {
    display: none;
  }

  #main .new-post .post-image-box .post-image {
    height: 215px;
    width: 100%;
    overflow: hidden;
  }

  /*-----------------------------------
  記事一覧
  -----------------------------------*/
  #main #index {
    margin-top: 40px;
  }

  /*-----------------------------------
  記事一覧タイトル
  -----------------------------------*/
  #main #index .title-box {
    display: none;
  }

  #main #index .title-box-sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #main #index .title-box-sp .eng-title {
    font-size: 24px;
    line-height: 24px;
    margin: 0 10px;
  }

  #main #index .title-box-sp img {
    height: 15px;
    width: 5%;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    padding-bottom: 0;
  }

  /*-----------------------------------
  記事一覧本体
  -----------------------------------*/
  #main #index .griditem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 30px;
    gap: 0;
  }

  #main #index .griditem .item {
    margin-bottom: 22px;
    border: none;
    background-color: #888;
    padding: 15px 10px;
  }

  #main #index .griditem .item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #main #index .griditem .item a .img-box {
    height: 120px;
  }

  #main #index .griditem .item a .img-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    vertical-align: top;
  }

  #main #index .griditem .item a .text-box {
    padding: 0;
    margin-left: 10px;
  }

  #main #index .griditem .item a .text-box .upper-text .vol {
    font-size: 18px;
  }

  #main #index .griditem .item a .text-box .upper-text .date {
    font-size: 16px;
  }

  #main #index .griditem .item a .text-box .lower-text {
    font-size: 13px;
    margin-top: 5px;
  }

  /*-----------------------------------
  Twitterセクション
  -----------------------------------*/
  #main .twitter-block {
    display: block;
  }
}
