@charset "UTF-8";
/*
Theme Name:matome_site
*/

/*共通*/
body{
	background: #fff;
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	overflow-wrap: break-word;
	overflow-x: hidden;
}
.maxwidth{
  max-width: 1660px;
  margin: auto;
}
.l-main{
  background-image: url(./assets/image/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  word-wrap: break-word;
}
.bold{
  font-weight: 600;
}
.en-title{
  font-size: 12px;
  color: #2D5872;
  letter-spacing: 0.25em;
}
.ja-title{
  font-size: 24px;
  color: #2D5872;
  letter-spacing: 0.25em;
}

.btn{
  width: 220px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: #2D5872 solid 1px;
  border-radius: 4px;
  color: #2D5872;
  font-size: 16px;
  letter-spacing: 0.25em;
  background-color: #fff;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn::after {
  background: #2D5872;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn:hover {
  color: #fff;
  fill: #fff;
}
.btn:hover::after {
  transform: scale(1, 1);
}
.btn-icon-wh {
  display: none;
}
.btn:hover .btn-icon {
  display: none;
}
.btn:hover .btn-icon-wh {
  display: block;
}
a{
  color: #222222;
}

@media screen and (max-width: 568px) {
.en-title{
  font-size: 10px;
}
.ja-title{
  font-size: 22px;
}
.btn{
  font-size: 14px;
}
}

/*======================
  ヘッダー
======================*/
.l-header{
  width: 100%;
  height: 100px;
  text-align: center;
  z-index: 999;
  position: fixed;
  top: 0;
  background-color: #fff;
  border-bottom: #e4e4e4 solid 1px;
}
.l-header__inner{
  width: 100%;
  height: 100px;
  padding: 1.39% 5.55%;
}
.l-header__logo{
  width: 50.55%;
}

@media screen and (max-width: 920px) {
.l-header{
  height: 70px;
}
.l-header__inner{
  height: 70px;
}
.l-header__logo{
  width: 80%;
}
}
@media screen and (max-width: 568px) {
.l-header__logo{
  width: 100%;
}
}

/*======================
  fv
======================*/
.fv-inner{
  width: 100%;
  height: auto;
}
.fv-contents{
  width: 100%;
  margin: 140px auto 40px;
  text-align: center;
}
.sitename{
  font-size: 48px;
  color: #2D5872;
  letter-spacing: 0.2em;
  line-height: 1;
}
.sitecopy{
  font-size: 40px;
  color: #2D5872;
  letter-spacing: 0.05em;
  line-height: 1;
  /*padding-top: 24px;*/
}
.mediabtn{
  margin: 40px auto;
  width: 319px;
}
/*スライダー*/
.swiper-wrapper{
  width: 100%;
  height: auto;
}
.swiper-slide{
  width: 83.333%;
  height: auto;
}
.slide-item img{
  width: 83.333%;
  height: auto;
  box-shadow: 0 10px 40px 0 rgba(64, 115, 146, 0.2) ;
}
.swiper-pagination-bullet {
  background-color: #2D5872;
  border-radius: 6px;
  width: 50px;
  height: 2px;
}
.swiper-pagination {
  position: static;
  padding-bottom: 80px;
  border-bottom: #e4e4e4 1px solid;
}
@media screen and (max-width: 920px) {
.fv-contents{
    margin: 80px auto 40px;
  }
.slide-item img{
  width: 90%;
  height: 100%;
}
}
@media screen and (max-width: 768px) {
.sitename{
  font-size: 40px;
}
.sitecopy{
  font-size: 18px;
}
}
@media screen and (max-width: 568px) {
.swiper-slide{
  width: 100%;
  height: 100%;
}
.slide-item img{
  width: 100%;
  height: 100%;
}
.sitename{
  font-size: 32px;
}
.sitecopy{
  font-size: 14px;
  padding-top: 16px;
}
}

@media screen and (max-width: 425px) {
  .sitecopy{
  font-size: 12px;
}
}

/*======================
  新着記事・ランキング
======================*/
.new-inner{
  width: 77.777%;
  margin: 120px auto;
}
.new-contents{
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
.thumbnail{
  width: 320px;
  height: 180px;
}
.thumbnail img{
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 40px 0 rgba(64, 115, 146, 0.2) ;
}
.blog-title{
  font-size: 16px;
}
.category-area{
  color: #6C6C6C;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.new-list{
  width: 62.857%;
}
.new-card{
  margin-bottom: 40px;
}
.card-link{
  display: flex;
  gap: 24px;
}
.text-area{
  width: 360px;
}
.title-area{
  border-bottom: #e4e4e4 1px solid;
  margin-bottom: 8px;
}
.text{
  padding-bottom: 8px;
}
.time{
  font-family: "Roboto Condensed", sans-serif;
}
.rank-list{
  background-color: #fff;
  border: #e4e4e4 solid 1px;
  border-radius: 8px;
  width: 376px;
  counter-reset: rank;
}
.rank-contents{
  width: 87.234%;
  margin: 24px auto 28px;
}
.rank-thumbnail{
  width: 160px;
  height: 90px;
  position: relative;
}
.rank-thumbnail img{
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 40px 0 rgba(64, 115, 146, 0.2) ;
}
.rank-thumbnail::before{
  counter-increment: rank;
  content: counter(rank) "";
  font-size: 20px;
  font-weight: 600;
  color: #2D5872;
  position: absolute;
  top: -16px;
  left: 4px;
}
.rank-thumbnail:nth-child(-n+9)::before {
  content: "0" counter(rank);
}
.rank-blog-title{
  font-size: 14px;
  font-weight: 500;
}
.rank-card{
  margin-bottom: 40px;
}
.rank-link{
  display: flex;
  justify-content: center;
  gap: 12px;
}
.rank-title-area{
  width: 156px;
}
.ranksec{
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .new-contents{
  flex-direction: column;
  align-items: center;
}
.new-list{
  width: 100%;
}
.rank-list{
  width: 100%;
}
.rank-thumbnail{
  width: 50%;
  height: auto;
}
.rank-title-area{
  width: 50%;
}
}
@media screen and (max-width: 568px) {
.new-inner{
  width: 90%;
  margin: 80px auto;
}
.new-contents{
  margin-top: 40px;
}
.new-card{
  flex-direction: column;
  align-items: center;
}
.card-link{
  gap: 16px;
}
.thumbnail{
  width: 90%;
  height: auto;
}
.text-area{
  width: 90%;
}
.card-link.top{
  flex-direction: column;
  align-items: center;
}
}

/*======================
  特集記事
======================*/
.pick_sec{
  background-color: #fff;
}
.pick-inner{
  width: 77.777%;
  margin: 120px auto;
  padding-top: 120px;
}
.pick-list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 40px;
}
.new-card.pick{
  margin: 80px auto;
  align-items: center;
}
.card-link.pick{
  align-items: center;
}
.pick-thumbnail{
  width: 480px;
  height: 270px;
}
.pick-thumbnail img{
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 40px 0 rgba(64, 115, 146, 0.2) ;
}
.pick-text-area{
  width: 52.857%;
}
.pick-blog-title{
  font-size: 24px;
}
.pick-text{
  font-size: 18px;
}
.p-thumbnail{
  width: 346px;
  height: 195px;
  box-shadow: 0 10px 40px 0 rgba(64, 115, 146, 0.2) ;
}
.p-thumbnail img{
  width: 100%;
  height: 100%;
}
.p-text-area{
  width: 346px;
}
.vertical{
  margin-top: 16px;
}
@media screen and (max-width: 920px) {
.new-card.pick{
  flex-direction: column;
  gap: 40px;
}
.pick-thumbnail{
  width: 100%;
  height: auto;
}
.pick-text-area{
  width: 100%;
}
.pick-list{
  justify-content: center;
  gap: 40px;
}
.p-thumbnail{
  width: 80%;
  height: auto;
  margin: auto;
}
.p-text-area{
  width: 80%;
  margin: auto;
}
}
@media screen and (max-width: 768px) {
.card-link.pick{
  flex-direction: column;
}
.pick-blog-title{
  font-size: 18px;
}
.pick-text{
  font-size: 16px;
}
.p-thumbnail{
  width: 100%;
  height: auto;
  margin: auto;
}
.p-text-area{
  width: 100%;
  margin: auto;
}
}
/*======================
  フッター
======================*/
.l-footer{
  width: 100%;
  background-color: #2D5872;
  color: #fff;
}
.l-footer__inner{
  width: 77.777%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
.l-footer-logo img{
  width: 280px;
  height: 60px;
  margin-bottom: 24px;
}
.footer-nav-box{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.web-ex{
  width: 35.714%;
  font-weight: 400;
}
.footer-right{
  display: flex;
  gap: 24px;
  font-weight: 400;
  font-size: 12px;
}
.nav{
  color: #fff;
}
.nav span{
  border-bottom: #fff solid 1px;
}

@media screen and (max-width: 920px) {
  .l-footer__inner{
  width: 90%;
  text-align: center;
}
  .footer-nav-box{
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .web-ex{
    width: 100%;
    text-align: left;
    margin: auto;
  }
}

@media screen and (max-width: 568px) {
.l-footer__inner{
  width: 90%;
}
.l-footer-logo img{
  width: 200px;
  height: auto;
}
.web-ex{
    font-size: 12px;
  }
.footer-right{
  flex-direction: column;
}
}

/*=======================
  下層ページ共通
=======================*/
.page-heading{
  width: 88.888%;
  margin: 124px auto 80px;
  color: #2D5872;
}
.page-nav{
  display: flex;
  gap: 0.5rem;
}
.page-navlist a{
  color: #2D5872;
}
/*=======================
  article
=======================*/
.article_sec{
  background-color: #fff;
}
.article-contents{
  width: 77.777%;
  margin: auto;
  margin-bottom: 80px;
}
.article-list{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pick-card.article{
  margin-bottom: 80px;
}
.category-choice{
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
.category-choice li{
  border: #2D5872 solid 1px;
  border-radius: 16px;
  line-height: 32px;
}
.cat-item a{
  padding: 8px 12px;
  color: #2D5872;
  font-size: 16px;
}
.cat-item a:hover{
  background-color: #2D5872;
  color: #fff;
  border-radius: 16px;
}
.topbtn{
  margin: 40px auto;
}
/*ページネーション*/
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 12px;
}
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 36px;
  height: 36px;
  background: #fff;
  border: solid 1px #2D5872;
  font-size: 14px;
  color: #2D5872;
  font-weight: bold;
  transition: all 0.15s linear;
}
.page-numbers:not(.isActive):hover {
  background: #2D5872;
  color: #fff;
}

@media screen and (max-width: 768px) {
.article-contents{
  width: 90%;
  margin-bottom: 40px;
}
.category-btn{
  font-size: 14px;
  margin-top: 0;
}
.category-choice{
  flex-wrap: wrap;
}
}
/*=======================
  single
=======================*/
.l-main.single_sec{
  background-image: url(<?php echo get_template_directory_uri(); ?>/assets/image/bg.png);
  background-repeat: repeat-x;
  background-size: cover;
  word-wrap: break-word;
}
.single_sec{
  padding-bottom: 80px;
}
.single-inner{
  width: 55.555%;
  background-color: #fff;
}
.single-area{
  width: 90%;
  margin: auto;
  padding-bottom: 40px;
}
.category-area.single{
  width: 90%;
  margin: auto;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 8px;
}
.singlebtn{
  margin: 80px auto 40px;
}
.single-pg-card h2{
  color: #2D5872;
  font-size: 24px;
}
.single-pg-card p{
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .single-inner{
  width: 80%;
}
.single-pg-card h2{
  font-size: 18px;
}
.single-pg-card p{
  font-size: 14px;
}
.category-area.single p{
  font-size: 12px;
}
}

/*=======================
  media
=======================*/
.media_sec{
  padding-bottom: 80px;
}
.media-inner{
  width: 77.777%;
}
.media-ex{
  color: #2D5872;
  padding-top: 24px;
  line-height: 2;
}
.media-contents{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 80px auto;
}
.media-img{
  width: 480px;
  height: 270px;
}
.media-text{
  font-size: 18px;
  width: 52.857%;
}
.media{
  margin: 40px 0 40px auto;
}
@media screen and (max-width: 1024px) {
.media-inner{
  width: 90%;
}
}
@media screen and (max-width: 920px) {
.media-contents{
  flex-direction: column;
  margin: 40px auto;
  gap: 40px;
  align-items: center;
}
.media-text{
  font-size: 16px;
  width: 80%;
}
.media-img{
  width: 80%;
  height: auto;
}
}

/*=======================
  アニメーション
=======================*/
.fadeIn {
    transform: translate3d(-50px, 0, 0);
    transition: 1s;
    opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}