@charset "UTF-8";
#fellow {
  letter-spacing: 0.02em;
}

#fellow .content {
  padding: 120px 0 190px;
}

#fellow .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#fellow .flex::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
  max-width: 234px;
}

#fellow .flex::after {
  content: "";
  display: block;
  width: 24%;
  max-width: 234px;
}

#fellow .block {
  max-width: 234px;
  width: 24%;
  padding-bottom: 50px;
}

#fellow .block .thumbnail {
  width: 100%;
  height: 234px;
  margin: 0 auto 20px;
}

#fellow .block .inner {
  padding: 0 15px;
}

#fellow .block .name {
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 7px;
}

#fellow .block .en {
  font-weight: 400;
  color: #808080;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

#fellow .block a {
  color: #111;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #fellow .block {
    width: 49%;
  }
  #fellow .content {
    padding: 60px 0 80px;
  }
  #fellow .block .thumbnail {
    height: 160px;
  }
}
#fellow02 .content {
  padding: 120px 0 190px;
}

#fellow02 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#fellow02 .flex::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
  max-width: 234px;
}

#fellow02 .flex::after {
  content: "";
  display: block;
  width: 24%;
  max-width: 234px;
}

#fellow02 .block {
  max-width: 234px;
  width: 24%;
  padding-bottom: 50px;
}

#fellow02 .block .thumbnail {
  width: 100%;
  height: 234px;
  margin: 0 auto 20px;
}

#fellow02 .block .inner {
  padding: 0 15px;
}

#fellow02 .block .name {
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 7px;
}

#fellow02 .block .en {
  font-weight: 400;
  color: #808080;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #fellow02 .block {
    width: 49%;
  }
  #fellow02 .content {
    padding: 60px 0 80px;
  }
  #fellow02 .block .thumbnail {
    height: 160px;
  }
}
/*media query*/
body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
}

.inner {
  display: block;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

.inner-1230 {
  max-width: 1230px;
}

.news_detail_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news_detail_container {
    flex-direction: column-reverse;
  }
}
.news_detail_container .news_right {
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_right {
    width: 100%;
    margin-top: 40px;
  }
}
.news_detail_container .news_right .day {
  font-weight: bold;
}
.news_detail_container .news_right .ttl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 22px;
}
.news_detail_container .news_right .cate {
  margin-top: 20px;
}
.news_detail_container .news_right .cate a {
  text-decoration: none;
}
.news_detail_container .news_right h2 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 20px;
}
.news_detail_container .news_right p {
  margin: 10px 0;
}
.news_detail_container .news_left {
  max-width: 300px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_left {
    max-width: none;
    width: 100%;
  }
}
.news_detail_container .news_left .left_fellow_list a {
  color: #000;
  text-decoration: none;
}
.news_detail_container .news_left .left_fellow_list dl {
  margin-top: 20px;
  border-bottom: solid 1px #808080;
  padding: 16px 10px 8px;
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_left .left_fellow_list dl {
    padding: 10px 10px 4px;
  }
}
.news_detail_container .news_left .left_fellow_list dl dt {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_left .left_fellow_list dl dt {
    font-size: 16px;
  }
}
.news_detail_container .news_left .left_fellow_list dl dd {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_left .left_fellow_list dl dd {
    font-size: 12px;
  }
}
.news_detail_container .news_left .sec-mv-page {
  background-color: #eeeeee;
  padding: 40px 20px;
  margin-left: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_left .sec-mv-page {
    padding: 28px;
  }
}
.news_detail_container .news_left .sec-mv-page::before {
  content: "";
  background-color: #2058a2;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 33px;
  left: -17px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .news_detail_container .news_left .sec-mv-page::before {
    height: 76px;
  }
}
.news_detail_container .news_left .sec-mv-page .sec-mv-page__ttl {
  font-size: 22px;
  font-weight: bold;
}
.news_detail_container .news_left .nav_ttl {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 60px;
}
.news_detail_container .news_left .nav_link p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}
.news_detail_container .news_left .nav_link p a {
  text-decoration: none;
  color: #000;
}

.fellow_flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fellow_flex {
    justify-content: center;
  }
}
.fellow_flex .fellow_left {
  width: 35%;
  max-width: 240px;
}
.fellow_flex .fellow_left img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fellow_flex .fellow_left {
    width: 100%;
    max-width: 280px;
  }
}
.fellow_flex .fellow_right {
  width: calc(100% - 260px);
  flex-grow: 1;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 6%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .fellow_flex .fellow_right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
  }
}
.fellow_flex .fellow_right .ttl {
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fellow_flex .fellow_right .ttl {
    font-size: 24px;
  }
}
.fellow_flex .fellow_right .ttl span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}
.fellow_flex .fellow_right .position {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.fellow_flex .fellow_right .position span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}

.fellow_table {
  margin-top: 20px;
}
.fellow_table dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 1px #808080;
  padding: 16px 0;
  font-size: 14px;
}
.fellow_table dl dt {
  width: 30%;
  max-width: 180px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .fellow_table dl dt {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.fellow_table dl dt span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}
.fellow_table dl dd {
  width: calc(100% - 180px);
  flex-grow: 1;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .fellow_table dl dd {
    width: 100%;
  }
}
.fellow_table dl dd span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}

.fellow_content {
  margin: 80px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .fellow_content {
    margin-top: 20px;
    font-size: 14px;
  }
}

.flelow_repeat .ttl-01 {
  margin: 60px 0 20px;
  border-left: #2058a2 5px solid;
  padding: 0px 16px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.flelow_repeat .ttl-01 span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .flelow_repeat .ttl-01 span {
    display: inline-block;
    line-height: 1.5;
    margin-top: 5px;
  }
}
.flelow_repeat .movie_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flelow_repeat .movie_flex li {
  width: 47.5%;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flelow_repeat .movie_flex li {
    width: 100%;
  }
}
.flelow_repeat .movie_flex li .box-youtube {
  max-width: 400px;
  max-height: 245px;
  width: 100%;
  height: 52vw;
}
.flelow_repeat .movie_flex li .box-youtube iframe {
  width: 100%;
  height: 100%;
}
.flelow_repeat .movie_flex li img {
  width: 100%;
}
.flelow_repeat .movie_flex a {
  color: #000;
  text-decoration: none;
}

.fellow_news a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.fellow_news dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #808080;
  padding: 16px 0;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .fellow_news dl {
    font-size: 14px;
  }
}
.fellow_news dl dt {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .fellow_news dl dt {
    width: 100%;
  }
}
.fellow_news dl dd {
  width: calc(100% - 130px);
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .fellow_news dl dd {
    width: 100%;
  }
}

.wp-video {
  width: 100% !important;
}
.wp-video video {
  width: 100%;
}

.grey {
  font-size: 12px;
  color: #999999;
}

.news_detail_container .news_right p.grey {
  margin-top: 20px;
}

.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter {
  display: block;
}

@media screen and (max-width: 768px) {
  .m-breadcrumbs {
    background-color: #0057a8;
  }
}
/*# sourceMappingURL=fellow.css.map */