  @charset "UTF-8";
/* authorlist */
.authorlist-layout {
  width: 100%;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 767px) {
  .authorlist-layout {
    margin: 20px auto;
  }
}
.authorlist-container {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .authorlist-container {
    width: 90%;
  }
}
.authorlist_tit {
  margin-bottom: 10px;
  color: rgb(0, 173, 169);
  font-size: 39px;
}

@media screen and (max-width: 767px) {
  .authorlist_tit {
    font-size: 7vw;
  }
}
.authorlist-btn {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .authorlist-btn {
    width: 100%;
  }
}
.authorlist-btn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.authorlist-btn_item {
  width: 376px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .authorlist-btn_item {
    width: 48%;
  }
}
.authorlist-btn_item_img {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .authorlist-btn_item_img {
    padding: 5px;
    flex-direction: column;
    box-sizing: border-box;
  }
  .authorlist-btn_item_img img {
    width: 100%;
    height: auto;
  }
}
.authorlist-btn_item_img figcaption {
  font-size: 23px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .authorlist-btn_item_img figcaption {
    margin-top: 5px;
    font-size: 5.8vw;
  }
}
.authorlist-btn_item_img figcaption span {
  display: block;
  margin-top: 10px;
  color: #B3B3B3;
  font-size: 20px;
  font-weight: 100;
}

@media screen and (max-width: 767px) {
  .authorlist-btn_item_img figcaption span {
    margin-top: 5px;
    font-size: 4.8vw;
  }
}
.authorlist-btn_item a {
  display: block;
  border: 1px solid #999;
}

.authorlist-btn_item a:hover {
  background: #EFEFEF;
  opacity: 1;
}

.authorlist-btn_more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background: url(/hammering/author/images/btn_arrow.svg) no-repeat right 15px center #666;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .authorlist-btn_more {
    margin-top: 5px;
    background-size: 5% auto;
    font-size: 4vw;
  }
}
.authorlist-btnother, .authorlistbottom-btnother {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin: 20px auto 0 auto;
}

@media screen and (max-width: 767px) {
  .authorlist-btnother, .authorlistbottom-btnother {
    gap: 0 20px;
    width: 100%;
    margin: 10px auto 0 auto;
  }
}
.authorlist-btnother a, .authorlistbottom-btnother a {
  display: block;
  width: 180px;
  padding: 10px 0;
  background: #F2F2F2;
  border: 1px solid #999;
  color: rgb(0, 173, 169);
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .authorlist-btnother a, .authorlistbottom-btnother a {
    font-size: 7vw;
  }
}
.authorlist-btnother a::after, .authorlistbottom-btnother a::after {
  content: "年";
  font-size: 19px;
}

@media screen and (max-width: 767px) {
  .authorlist-btnother a::after, .authorlistbottom-btnother a::after {
    font-size: 6vw;
  }
}
/* authordetail */
.authordetail-layout {
  width: 100%;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 767px) {
  .authordetail-layout {
    margin: 0 auto 20px auto;
  }
}
.authordetail-container {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .authordetail-container {
    width: 100%;
  }
}
.authordetail-mv {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .authordetail-mv {
    margin-bottom: 30px;
  }
}
.authordetail-mv_img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .authordetail-mv_img {
    margin-bottom: 20px;
  }
}
.authordetail-mv_img img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .authordetail-mv_img img {
    width: 100%;
  }
}
.authordetail-mv_tit {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .authordetail-mv_tit {
    width: 90%;
    margin: 0 auto 10px auto;
    font-size: 4vw;
  }
}
.authordetail-mv_tit p {
  display: inline-block;
  margin-right: 1rem;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .authordetail-mv_tit p {
    display: block;
    margin-right: 0;
    font-size: 4.8vw;
  }
}
.authordetail-mv_tit span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .authordetail-mv_tit span {
    font-size: 4vw;
  }
}
.authordetail-mv_txt {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .authordetail-mv_txt {
    width: 90%;
    margin: 0 auto;
    font-size: 4vw;
    line-height: 1.6;
  }
}
.authordetail-etc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
  width: 100%;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .authordetail-etc {
    gap: 20px 0;
    width: 90%;
    margin: 0 auto 30px auto;
  }
}
.authordetail-etc_tit {
  width: 100%;
  margin-bottom: 10px;
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .authordetail-etc_tit {
    font-size: 6vw;
  }
}
.authordetail-etc_img {
  width: 376px;
}

@media screen and (max-width: 767px) {
  .authordetail-etc_img {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .authordetail-etc_img img {
    width: 100%;
  }
}
.authordetail-etc_img figcaption {
  margin-top: 10px;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.03rem;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .authordetail-etc_img figcaption {
    font-size: 4vw;
  }
}
.authordetail-etc.center {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .authordetail-etc.center {
    justify-content: space-between;
  }
}
.authordetail-etc.center .authordetail-etc_img {
  margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .authordetail-etc.center .authordetail-etc_img {
    margin: 0;
  }
  .authordetail-etc.center .authordetail-etc_img:nth-child(4) {
    margin-top: 20px;
  }
}
.authordetail-etc.center .authordetail-etc_img.center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .authordetail-etc.center .authordetail-etc_img.center {
    justify-content: space-between;
    width: 100%;
  }
}
.authordetail-etc.center .authordetail-etc_img.center img {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .authordetail-etc.center .authordetail-etc_img.center img {
    margin: 0;
    width: 48%;
  }
}
.authordetail-etc.center .authordetail-etc_img.center figcaption {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .authordetail-etc.center .authordetail-etc_img.center figcaption {
    text-align: left;
  }
}
.authordetail-etc.center .authordetail-etc_img.-w250 {
  width: 250px;
}

@media screen and (max-width: 767px) {
  .authordetail-etc.center .authordetail-etc_img.-w250 {
    width: 48%;
  }
}
.authordetail-etc.center .authordetail-etc_img.-w252 {
  width: 252px;
}

@media screen and (max-width: 767px) {
  .authordetail-etc.center .authordetail-etc_img.-w252 {
    width: 48%;
  }
}
.authordetail-etc.center .authordetail-etc_img.-w473 {
  width: 473px;
}

@media screen and (max-width: 767px) {
  .authordetail-etc.center .authordetail-etc_img.-w473 {
    width: 48%;
  }
}
.authordetail-etc.vertical-center {
  align-items: center;
}

.authordetail-prof {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .authordetail-prof {
    width: 90%;
    margin: 0 auto;
  }
}
.authordetail-prof_img {
  width: 380px;
}

@media screen and (max-width: 767px) {
  .authordetail-prof_img {
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
  }
  .authordetail-prof_img img {
    margin: 0 auto;
  }
}
.authordetail-prof_img figcaption {
  margin-bottom: 10px;
  font-size: 34px;
}

@media screen and (max-width: 767px) {
  .authordetail-prof_img figcaption {
    font-size: 6.6vw;
  }
}
.authordetail-prof_img figcaption span {
  display: inline-block;
  margin-left: 10px;
  color: #B3B3B3;
  font-family: "メイリオ", Meiryo;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .authordetail-prof_img figcaption span {
    display: block;
    font-size: 4.8vw;
  }
}
.authordetail-prof_img p {
  margin-top: 5px;
  font-size: 16px;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .authordetail-prof_img p {
    font-size: 4.8vw;
  }
}
.authordetail-prof_img p a {
  text-decoration: underline;
}

.authordetail-prof_img p a:hover {
  text-decoration: none;
}

.authordetail-prof_copyright {
  width: 193px;
  font-size: 14px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .authordetail-prof_copyright {
    margin: 0 auto;
    font-size: 3.4vw;
    text-align: center;
  }
}
.authordetail-prof_career {
  width: 820px;
  padding-left: 30px;
  border-left: 1px solid #333333;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .authordetail-prof_career {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
    border-top: 1px solid #333333;
    border-left: 0;
    font-size: 4vw;
  }
}
.authordetail-prof_career li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.authordetail-prof_career_year {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .authordetail-prof_career_year {
    width: 20%;
  }
}
.authordetail-prof_career_year.type02 {
  width: 90px;
}

.authordetail-prof_career_year.type03 {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .authordetail-prof_career_txt {
    width: 80%;
  }
}
/* authordetail */
.authorlistbottom-layout {
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 40px 0;
  background: rgb(229, 247, 246);
}

@media screen and (max-width: 1200px) {
  .authorlistbottom-layout {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .authorlistbottom-layout {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 20px 0;
  }
}
.authorlistbottom-container {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .authorlistbottom-container {
    width: 90%;
  }
}
.authorlistbottom_tit {
  margin: 0 auto 30px auto;
  color: rgb(0, 173, 169);
  font-size: 39px;
}

@media screen and (max-width: 767px) {
  .authorlistbottom_tit {
    margin: 0 auto 0 auto;
    font-size: 7vw;
  }
}
.authorlistbottom-btn {
  width: 100%;
}

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

.authorlistbottom-btn_item {
  width: 157px;
}

@media screen and (max-width: 767px) {
  .authorlistbottom-btn_item {
    width: 30%;
    margin-top: 20px;
  }
}
.authorlistbottom-btn_item figcaption {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .authorlistbottom-btn_item figcaption {
    font-size: 4.8vw;
  }
}
.authorlistbottom-btn_item figcaption span {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .authorlistbottom-btn_item figcaption span {
    font-size: 3vw;
  }
}
.authorlistbottom-btn_item_img img {
  width: 100%;
}

.authorlistbottom-btn a {
  display: block;
}

.authorlistbottom-btn a:hover img {
  opacity: 0.9;
}

.authorlistbottom-btnother {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .authorlistbottom-btnother {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .authorlistbottom-btnother {
    width: 90%;
    gap: 0 20px;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
