@charset "UTF-8";

/* ============================================ */
/* 共通 */
/* ============================================ */
body {
  height: auto;
  background: url(../../img/social/cmn/bg_txt.png) no-repeat 100% 83px, linear-gradient(180deg, #e5a717, #eac610);
  background-attachment: scroll, fixed;
}
.content-inner {
  max-width: 1100px;
  margin: 0 auto 0;
  font-feature-settings: "palt" 1;
  padding-top: 80px;
}
.social_title_wrap {
  position: relative;
  max-width: 1100px;
  margin: 120px auto 0;
  padding: 0 50px;
}
.social_title_wrap::before,
.social_title_wrap::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 100%;
  top: 0;
  background-color: #fff;
}
.social_title_wrap::before {
  left: 0;
}
.social_title_wrap::after {
  right: 0;
}
.social_title {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 0;
  font-family: 'Anton', sans-serif;
  font-size: 40px;
  color: #024070;
  display: flex;
  padding: 10px 34px;
  letter-spacing: 0.02em;
}
.social_title .jp {
  position: relative;
  font-size: 24px;
  display: inline-flex;
  margin: auto 0;
  padding: 0 0 0 66px;
  letter-spacing: -0.08em;
}
.social_title .jp::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  left: 12px;
  top: 15px;
  background-color: #024070;
}
.content-inner h2.page_title:before {
  display: none;
}
@media screen and (max-width: 759px) {
  .social_title_wrap {
    margin: 10px auto 0;
    padding: 0;
  }
  .social_title_wrap::before,
  .social_title_wrap::after {
    display: none;
  }
  .social_title {
    font-size: 30px;
    padding: 5px 15px 11px;
    flex-direction: column;
  }
  .social_title .jp {
    font-size: 12px;
    padding: 0 0 0 30px;
  }
  .social_title .jp::before {
    width: 20px;
    height: 1px;
    left: 0;
    top: 8px;
  }
  body {
    background: linear-gradient(180deg, #e5a717, #eac610);
  }
}


/* プロジェクト 一覧 */
/* ============================================ */
.social_title.project_title::before {
  position: absolute;
  content: "";
  width: 196px;
  height: 219px;
  bottom: 0;
  right: 150px;
  background-image: url(../../img/social/project/title_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
body .news_contents_l_wrp {
  max-width: 1100px;
  margin: 0 auto 0;
  background-color: #fff;
  padding: 0 50px;
}
.news_contents_btn_tab {
  position: relative;
  background-color: #024070;
  width: 34%;
  min-height: 70px;
  align-items: center;
  display: grid;
}
.news_contents_l_wrp .news_contents_btn_text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  position: unset;
  transform: unset;
  margin: 0;
}
.news_contents_btn_tab:not(:last-of-type)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fff;
}
.news_contents_btn_tab.active {
  background-color: #e6ad17;
}
.news_contents_btn_tab.active:hover {
  background-color: #e5a717;
}
.news_contents_btn_tab:hover {
  background-color: #022744;
}
.news_contents_l_wrp .news_contents_btn {
  position: unset;
  border: none;
  display: flex;
  justify-content: space-between;
}
.project_section {
  font-feature-settings: "palt" 1;
  line-height: 1.6;
}
.page_top_text_box {
  margin: 0 0 33px;
}
.project_news_item:nth-of-type(n+2) {
  margin-top: 37px;
}
.content-inner .page_title {
  font-size: 18px;
  background: none;
  border: none;
  position: unset;
  padding: 0 0 13px;
  margin: 0;
  color: #000;
}
.project_head_text {
  font-size: 14px;
  line-height: 1.44;
}
.project_news_tag_wrap {
  display: flex;
  flex-wrap: wrap;
}
.content-inner .project_news_tag_link {
  font-size: 14px;
  background-color: #024070;
  color: #fff;
  padding: 3px 8px;
  line-height: 1.6;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  letter-spacing: 0.02em;
  margin: 0 8px 4px 0;
  text-align: center;
}
.content-inner .project_news_tag_link:hover {
  opacity: .7;
}
.project_news_title_link {
  color: #000;
}
.project_news_title_link:hover {
  opacity: .8;
}
.project_news_item .project_news_title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  border: none;
  padding: 0;
  margin: 0;
  color: #000;
  text-decoration: underline;
  line-height: 1.8;
}
.project_news_date {
  font-size: 10px;
  font-weight: 600;
  margin: auto 0 0;
  line-height: 1.2;
}
.project_news_img_wrap {
  display: grid;
  width: 200px;
  max-width: 100%;
}
.project_news_img_box {
  display: inline-grid;
  border: 2px solid #024070;
}
.project_news_item_inner {
  display: flex;
  justify-content: space-between;
}
.project_news_text_box {
  display: flex;
  flex-direction: column;
  width: calc(100% - 212px);
}
.project_news_img_box img {
  aspect-ratio: 2/1.4;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .social_title.project_title::before {
    width: 174px;
    height: 194px;
    right: 167px;
  }
}
@media screen and (max-width: 1020px) {
  .social_title.project_title::before {
    width: 143px;
    height: 160px;
    right: 169px;
  }
}
@media screen and (max-width: 1000px) {
  .content-inner {
    padding: 40px 25px;
  }
  body .news_contents_l_wrp {
    padding: 0 25px;
  }
  .social_title_wrap::before, .social_title_wrap::after {
    width: 25px;
  }
  .social_title_wrap {
    padding: 0 25px;
  }
  .social_title.project_title::before {
    right: 190px;
  }
}
@media screen and (max-width: 960px) {
  .social_title.project_title::before {
    right: 141px;
  }
}
@media screen and (max-width: 759px) {
  .social_title_wrap {
    padding: 0;
  }
  body .news_contents_l_wrp {
    padding: 0;
  }
  .content-inner {
    padding: 10px 15px;
  }
  .news_contents_btn_tab {
    min-height: 48px;
  }
  .news_contents_l_wrp .news_contents_btn_text {
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
  .social_title.project_title::before {
    display: none;
  }
  .content-inner .project_news_tag_link {
    font-size: 10px;
    padding: 2px 6px;
    margin: 0 5px 5px 0;
  }
  .content-inner .page_title {
    font-size: 13px;
    padding: 0 0 5px;
  }
  .project_head_text {
    font-size: 11px;
  }
  .page_top_text_box {
    margin: 0 0 15px;
  }
  .project_news_item:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .project_news_item .project_news_title {
    font-size: 12px;
    line-height: 1.5;
  }
  .project_news_title_link {
    margin: 0 0 5px;
  }
  .page_top_text_box {
    margin: 5px 0 10px;
  }
}
@media screen and (max-width: 470px) {
  .news_contents_l_wrp .news_contents_btn_text {
    width: 103%;
    margin: 0 -2%;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 400px) {
  .project_news_item_inner {
    flex-direction: column;
  }
  .project_news_img_wrap {
    width: 100%;
    margin: 0 0 10px;
  }
  .project_news_text_box {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .news_contents_btn_tab {
    letter-spacing: -0.05em;
  }
}


/* プロジェクト 詳細 */
/* ============================================ */
.content-inner.project_single_wrap {
  max-width: 1100px;
  margin: 0 auto 0;
  font-feature-settings: "palt" 1;
  padding-top: 80px;
}
.project_single_wrap .news_contents_l_wrp {
  margin-bottom: 88px;
}
.meta_flexbox {
  display: flex;
  padding: 0 0 16px;
}
.content-inner.project_single_wrap .project_news_tag_link {
  background-color: #fff;
  color: #024070;
}
.single_top {
  background-color: #024073;
  padding: 30px 30px 52px;
}
.project_news_date.project_single_date {
  color: #fff;
  margin: auto 0 0 auto;
  padding: 0 0 8px;
  letter-spacing: 0.03em;
}
.project_news_title.project_single_title {
  color: #fff;
  font-size: 20px;
}
.single_thumbnail_wrap {
  background-color: #6c6c6c;
  display: grid;
  width: 100%;
  aspect-ratio: 0;
  margin: 0 0 30px;
}
.single_thumbnail_wrap img {
  margin: auto;
}
.single_content_wrap h2 {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 5px solid #18406f;
  padding: 10px 20px;
  letter-spacing: 0.05em;
  background-color: unset;
}
.content-inner.project_single_wrap h2:before {
  display: none;
}
.single_content_wrap h3 {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 5px solid #18406f;
  padding: 5px 14px;
  font-size: 18px;
}
.single_content_wrap {
  padding: 0 0 13px;
}
.single_btn_wrap {
  text-align: center;
  margin: 37px auto 80px;
}
.link_btn.single_link_btn {
  min-width: 150px;
  min-height: 50px;
  align-items: center;
  display: inline-flex;
  justify-content: end;
}
.single_content_wrap p {
  padding-bottom: 20px;
}
@media screen and (max-width: 759px) {
  .content-inner.project_single_wrap {
    padding: 15px 15px;
  }
  .single_content_wrap h2 {
    font-size: 15px;
    border-left: 3px solid #18406f;
    padding: 3px 8px;
  }
  .single_content_wrap h3,
  .single_content_wrap h4,
  .single_content_wrap h5,
  .single_content_wrap h6 {
    border-left: 3px solid #18406f;
    padding: 2px 9px;
    font-size: 14px;
  }
  .project_news_date.project_single_date {
    padding: 0 0 5px;
    transform: scale(0.9);
  }
  .single_thumbnail_wrap {
    margin: 0 0 15px;
  }
  .meta_flexbox {
    padding: 0 0 10px;
  }
  .single_btn_wrap {
    margin: 25px auto 40px;
  }
  .link_btn.single_link_btn {
    min-width: 100px;
    min-height: 35px;
    justify-content: center;
  }
  .project_news_img_box img {
    width: 100%;
  }
  .single_content_wrap {
    padding: 0 0 6px;
  }
  .single_content_wrap p {
    padding-bottom: 10px;
  }
}


/* プロジェクト サイドバー */
/* ============================================ */
.sidebar .project_side_new_title {
  background: none;
  margin: 0 0 10px;
}
.sideNewsWrap.project_side_new_wrap {
  border: none;
  padding: 0;
}
.sideWrap.project_side_new_wrap .sideBox .date {
  font-size: 10px;
}
.sideWrap.project_side_new_wrap .sideBox .textarea {
  font-size: 14px;
  font-weight: 700;
  white-space: unset;
  line-height: 1.6;
  padding: 0 0 4px;
}
.sideWrap.project_side_new_wrap .sideBox a:before {
  display: none;
}
.sideWrap.project_side_new_wrap .sideBox li {
  border: none;
}
.project_side_new_img_wrap {
  width: 80px;
  max-width: 100%;
}
.sideWrap.project_side_new_wrap .sideBox li a {
  display: flex;
  padding: 10px 0;
}
.project_side_new_text_box {
  width: calc(100% - 91px);
  margin: 0 0 0 auto;
}
.project_side_new_img_box {
  display: grid;
  border: 1px solid #024073;
}
.project_side_new_img_box img {
  object-fit: cover;
  aspect-ratio: 1/0.73;
}
.sideBox.project_side_new_box a:hover {
  background: #e9e9e9;
}
@media screen and (min-width: 760px) {
  .content-inner.project_wrap .conntent-inner-left,
  .content-inner.project_single_wrap .conntent-inner-left {
      width: 76%;
  }
  .content-inner.project_wrap .conntent-inner-right,
  .content-inner.project_single_wrap .conntent-inner-right {
    width: 24%;
  }
  .content-inner.project_single_wrap .conntent-inner-left {
    padding: 9px 40px 0 0;
  }
}
@media screen and (max-width: 759px) {
  .project_news_title.project_single_title {
    font-size: 13px;
  }
  .single_top {
    padding: 10px 10px 17px;
  }
  .sideWrap.project_side_new_wrap .sideBox .textarea {
    font-size: 12px;
    padding: 0 0 2px;
  }
  .sideWrap.project_side_new_wrap .sideBox li a {
    padding: 8px 0;
  }
}


/* プロジェクト ページネーション  */
/* ============================================ */
.project_wrap nav.pagination .nav-links .page-numbers,
.project_wrap .page-nav-next a,
.project_wrap .page-nav-prev a {
  width: 30px;
  height: 30px;
  font-weight: 600;
  color: #000;
  background: none;
  line-height: 2;
  border: none;
  border-radius: 100%;
  margin: 0;
  font-size: 15px;
}
.project_wrap nav.pagination .nav-links .page-numbers.prev,
.project_wrap nav.pagination .nav-links .page-numbers.next {
  border: 2px solid #18406f;
  border-radius: 100%;
}
.project_wrap nav.pagination .nav-links .page-numbers.prev {
  transform: scale(-1,1);
}
.project_wrap nav.pagination .nav-links a.page-numbers:hover {
  border: none;
}
.project_wrap nav.pagination .nav-links .page-numbers.next:hover,
.project_wrap nav.pagination .nav-links .page-numbers.prev:hover {
  border: 2px solid #18406f;
}
.project_wrap nav.pagination .nav-links a.page-numbers:hover,
.project_wrap .page-nav-next a:hover,
.project_wrap .page-nav-prev a:hover {
  color: #fff;
  background-color: #18406f;
}
.project_wrap nav.pagination .nav-links .prev:after,
.project_wrap nav.pagination .nav-links .next:after,
.project_wrap nav.pagination .nav-links .prev:before,
.project_wrap nav.pagination .nav-links .next:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: unset;
}
.project_wrap nav.pagination .nav-links .prev:before,
.project_wrap nav.pagination .nav-links .next:before {
  width: 5px;
  height: 1px;
  right: 15px;
  background: #024070;
}
.project_wrap nav.pagination .nav-links .prev:after,
.project_wrap nav.pagination .nav-links .next:after {
  width: 0;
  height: 0;
  right: 7px;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #024070;
  border-style: solid;
}
.project_wrap nav.pagination .nav-links .prev:hover:before,
.project_wrap nav.pagination .nav-links .next:hover:before {
  background: #fff;
}
.project_wrap nav.pagination .nav-links .prev:hover:after,
.project_wrap nav.pagination .nav-links .next:hover:after {
  border-color: transparent transparent transparent #fff;
}
.project_news_list nav.navigation {
  margin: 48px 0 53px;
}
@media screen and (max-width: 759px) {
  .project_wrap nav.pagination .nav-links .page-numbers,
  .project_wrap .page-nav-next a,
  .project_wrap .page-nav-prev a {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 1.7;
  }
  .project_wrap nav.pagination .nav-links .prev:before, .project_wrap nav.pagination .nav-links .next:before {
    width: 3px;
    height: 1px;
    right: 9px;
  }
  .project_wrap nav.pagination .nav-links .prev:after, .project_wrap nav.pagination .nav-links .next:after {
    right: 4px;
    border-width: 3px 0 3px 4px;
  }
  .project_news_list nav.navigation {
    margin: 25px 0 30px;
  }
}


/* community(news)  */
/* ============================================ */
.social_title.sc_news_title::before {
  position: absolute;
  content: "";
  width: 214px;
  height: 143px;
  bottom: 0;
  right: 9px;
  background-image: url(../../img/social/news/title_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .social_title.sc_news_title::before {
    display: none;
  }
}

/* news一覧・詳細  */
.sc_news_single_wrap .single_top {
  color: #024073;
  background: none;
  padding: 0;
  margin: 0 0 20px;
  border-top: 3px solid #024073;
  border-bottom: 3px solid #024073;
}
.sc_news_single_title {
  font-size: 20px;
  padding: 9px 0 10px;
}
.sc_news_single_wrap .meta_flexbox {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #024073;
  padding: 4px 0 5px;
}
.sc_news_tag_link {
  color: #024073;
  font-weight: 300;
}
.sc_news_tag_wrap {
  margin: 0 0 0 auto;
  font-weight: 700;
}
.sc_news_single_wrap .single_content_wrap {
  border-bottom: 1px dotted #B2B2B2;
  padding: 0 0 47px;
  font-size: 16px;
  font-weight: 300;
}
.content-inner.sc_news_wrap,
.content-inner.sc_news_single_wrap {
  padding-top: 56px;
}
.sc_news_wrap .article-list article .cat-label {
  border-radius: 100px;
  margin: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
}
.sc_news_wrap .article-list article {
  display: flex;
  flex-wrap: wrap;
}
.sc_news_wrap .article-list article .text-box {
  flex-direction: column;
  display: inline-flex;
  width: calc(100% - 7em);
}
.sc_news_wrap .article-list article .text-box .ttl {
  width: 100%;
}
.sc_news_wrap .article-list article .text-box .ttl {
  padding: 9px 20px 0;
}
.sc_news_wrap .article-list article:not(:first-child) {
  margin-top: 10px;
}
.sc_news_wrap .article-list article {
  padding-bottom: 17.5px;
}
@media screen and (min-width: 760px) {
  .content-inner.sc_news_wrap .conntent-inner-left {
    padding-right: 35px;
    width: 75.45%;
  }
  .content-inner.sc_news_wrap .conntent-inner-right {
    width: 24%;
  }
  .article-list article .text-box .date {
    padding: 2px 20px 0;
  }
}
@media screen and (max-width: 759px) {
  .sc_news_single_wrap .single_top {
    margin: 0 0 10px;
    border-top: 2px solid #024073;
    border-bottom: 2px solid #024073;
  }
  .sc_news_single_title {
    font-size: 14px;
    padding: 4px 0 5px;
  }
  .sc_news_single_wrap .meta_flexbox {
    font-size: 11px;
    padding: 2px 0 3px;
  }
  .sc_news_single_wrap .single_content_wrap {
    padding: 0 0 23px;
    font-size: 12px;
  }
  .content-inner.sc_news_wrap,
  .content-inner.sc_news_single_wrap {
    padding-top: 22px;
  }
  .sc_news_wrap .article-list article .text-box .ttl {
    padding: 4px 0 0;
  }
  .sc_news_wrap .article-list article .text-box {
    width: 100%;
  }
  .sc_news_wrap .article-list article:not(:first-child) {
    margin-top: 8px;
  }
  .sc_news_wrap .article-list article {
    padding-bottom: 11px;
  }
  .sc_news_wrap .article-list article .cat-label {
    font-size: 10px;
    min-width: 70px;
    width: unset;
  }
}