@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	common
------------------------------ */
.content {
  overflow: visible;
}

/* ------------------------------
	.author
------------------------------ */
.author {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .author {
    padding: 40px 0;
  }
}
.author .main_content {
  overflow: hidden;
}
.author .sidenav_wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .author .sidenav_wrap {
    margin-bottom: 40px;
  }
}
.author .wrap {
  max-width: 1200px;
}
.author .ttl_box {
  margin-bottom: 24px;
}
.author .ttl_box .ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .author .ttl_box .ttl {
    background-size: 18px;
    font-size: 1.8rem;
  }
}
.author .ttl_box .txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .author .ttl_box .txt {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.author .author_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .author .author_list {
    margin: 0 -4vw;
  }
}
.author .author_list .author_item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #D1D5DC;
}
@media screen and (max-width: 768px) {
  .author .author_list .author_item:first-child {
    border-top: 1px solid #D1D5DC;
  }
}
.author .author_list .author_item a {
  position: relative;
  display: flex;
  gap: 24px;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .author .author_list .author_item a {
    gap: 12px;
    padding: 24px 4%;
  }
}
@media screen and (min-width: 769px) {
  .author .author_list .author_item a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .author .author_list .author_item a:hover .img img {
    transform: scale(1.1);
  }
}
.author .author_list .author_item .img_box {
  flex-shrink: 0;
  position: relative;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .author .author_list .author_item .img_box {
    width: 60px;
  }
}
.author .author_list .author_item .img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.author .author_list .author_item .img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.author .author_list .author_item .txt_box .item_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.author .author_list .author_item .txt_box .item_txt {
  margin-top: 12px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #4A5565;
}
@media screen and (max-width: 768px) {
  .author .author_list .author_item .txt_box .item_txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.author .author_list .author_item .txt_box .item_num {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #6A7282;
}
@media screen and (max-width: 768px) {
  .author .author_list .author_item .txt_box .item_num {
    font-size: 1.2rem;
  }
}

/* ------------------------------
	.article_list_wrap
------------------------------ */
.article_list_wrap {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap {
    margin-top: 40px;
  }
}
.article_list_wrap .ttl_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .ttl_box {
    margin-bottom: 20px;
  }
}
.article_list_wrap .ttl_box .article_list_ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .ttl_box .article_list_ttl {
    font-size: 1.8rem;
  }
}
.article_list_wrap .ttl_box .txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .ttl_box .txt {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.article_list_wrap .article_list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 86px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list {
    gap: 24px;
  }
}
.article_list_wrap .article_list .article_item {
  position: relative;
  width: calc(33.3333333333% - 57.3333333333px);
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item {
    width: 100%;
    margin-right: 0;
  }
}
.article_list_wrap .article_list .article_item:nth-child(3n) a::before {
  display: none;
}
.article_list_wrap .article_list .article_item a {
  position: relative;
  display: block;
  min-height: 100%;
}
.article_list_wrap .article_list .article_item a::before, .article_list_wrap .article_list .article_item a::after {
  position: absolute;
  content: "";
  display: block;
}
.article_list_wrap .article_list .article_item a::before {
  top: 0;
  right: -43px;
  height: 100%;
  border-right: 1px solid #D1D5DC;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item a::before {
    display: none;
  }
}
.article_list_wrap .article_list .article_item a::after {
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #D1D5DC;
}
@media screen and (min-width: 769px) {
  .article_list_wrap .article_list .article_item a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .article_list_wrap .article_list .article_item a:hover .img img {
    transform: scale(1.05);
  }
}
.article_list_wrap .article_list .article_item .img_box {
  position: relative;
}
.article_list_wrap .article_list .article_item .img_box .img_txt {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #F5DC0A;
  color: #152851;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .img_box .img_txt {
    padding: 10px 10px;
    font-size: 1.2rem;
  }
}
.article_list_wrap .article_list .article_item .img {
  position: relative;
  width: 100%;
  padding-top: 75.556%;
  overflow: hidden;
}
.article_list_wrap .article_list .article_item .img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.article_list_wrap .article_list .article_item .txt_box {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .txt_box {
    margin-top: 24px;
  }
}
.article_list_wrap .article_list .article_item .txt_box .item_ttl {
  min-height: 3em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .txt_box .item_ttl {
    min-height: 0;
    font-size: 1.6rem;
  }
}
.article_list_wrap .article_list .article_item .txt_box .cate_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .txt_box .cate_box {
    gap: 5px 10px;
    margin-top: 8px;
  }
}
.article_list_wrap .article_list .article_item .txt_box .cate_box .cate_txt {
  padding: 2px 13px 4px;
  border-radius: 15px;
  background: #28B4A0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .txt_box .cate_box .cate_txt {
    padding: 5px 13px;
    font-size: 1rem;
  }
}
.article_list_wrap .article_list .article_item .txt_box .cate_box .cate_txt::before {
  content: "#";
}
.article_list_wrap .article_list .article_item .txt_box .item_date {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .article_list_wrap .article_list .article_item .txt_box .item_date {
    font-size: 1rem;
    font-weight: 400;
  }
}

/* ------------------------------
	.author_details
------------------------------ */
.author_details .author_cnt {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .author_details .author_cnt {
    flex-wrap: wrap;
    gap: 0;
  }
}
.author_details .author_cnt .img_box {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .author_details .author_cnt .img_box {
    width: 120px;
  }
}
.author_details .author_cnt .img_box .img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .author_details .author_cnt .img_box .img {
    padding-top: 100%;
  }
}
.author_details .author_cnt .img_box .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .author_details .author_cnt .img_box .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
.author_details .author_cnt .txt_box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .author_details .author_cnt .txt_box {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .author_details .author_cnt .author_main {
    width: calc(100% - 144px);
    margin-left: 24px;
  }
}
.author_details .author_cnt .author_main .author_ttl {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .author_details .author_cnt .author_main .author_ttl {
    font-size: 1.8rem;
  }
}
.author_details .author_cnt .author_main .txt {
  margin-top: 8px;
}
.author_details .author_cnt .author_main .author_date {
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .author_details .author_cnt .author_main .author_date {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.author_details .author_cnt .author_wrap {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .author_details .author_cnt .author_wrap {
    margin-top: 24px;
  }
}
.author_details .author_cnt .author_box + .author_box {
  margin-top: 24px;
}
.author_details .author_cnt .author_box .author_sub_ttl {
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #D1D5DC;
  font-weight: bold;
  line-height: 1.3;
}
.author_details .author_cnt .author_box .author_sns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.author_details .author_cnt .author_box .author_sns .author_sns_box {
  display: flex;
  align-items: center;
}
.author_details .author_cnt .author_box .author_sns .author_sns_box .author_sns_txt {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  color: #152851;
  line-height: 1.3;
}
.author_details .author_cnt .author_box .author_sns .author_sns_box .author_sns_txt::after {
  content: "▶";
  margin: 0 3px;
  font-size: 1rem;
}
.author_details .author_cnt .author_box .author_sns .author_sns_box .author_sns_link a {
  display: inline-block;
  text-decoration: underline;
  color: #152851;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .author_details .author_cnt .author_box .author_sns .author_sns_box .author_sns_link a:hover {
    text-decoration: none;
  }
}
.author_details .author_cnt .author_box .cate_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
@media screen and (max-width: 768px) {
  .author_details .author_cnt .author_box .cate_box {
    gap: 8px 10px;
  }
}
.author_details .author_cnt .author_box .cate_box .cate_txt a {
  display: block;
  padding: 4px 13px 6px;
  border-radius: 15px;
  background: #28B4A0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .author_details .author_cnt .author_box .cate_box .cate_txt a {
    padding: 5px 13px;
  }
}
.author_details .author_cnt .author_box .cate_box .cate_txt a::before {
  content: "#";
}
.author_details .author_cnt .author_box .txt {
  line-height: 1.6;
}