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

/*共通*/
body{
	background: #fff;
	color: #2C2C2C;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
	overflow-wrap: break-word;
	overflow-x: hidden;
}
.maxwidth{
  max-width: 1660px;
  margin: auto;
}
.bold{
  font-weight: 600;
}
.en-title{
  font-size: 40px;
  color: #2c2c2c;
  letter-spacing: 0.1em;
  line-height: 1;
  font-optical-sizing: auto;
  font-weight: bold;
}

.btn{
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 24px;
  border: #2c2c2c solid 1px;
  border-radius: 4px;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0.25em;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn.profile{
  width: 240px;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 20px;
  border: #2c2c2c solid 1px;
  border-radius: 4px;
  color: #2c2c2c;
  font-size: 16px;
  letter-spacing: 0.25em;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn::after {
  background: #2c2c2c;
  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 {
  width: 16px;
  height: 30px;
}
.btn-icon-wh {
  width: 16px;
  height: 30px;
  display: none;
}
.btn-text{
  line-height: 1;
}
.btn:hover .btn-icon {
  display: none;
}
.btn:hover .btn-icon-wh {
  display: block;
}
.topbtn{
  margin: 40px auto;
  width: 185px;
  padding: 8px 20px;
}
.singlebtn{
  margin: 40px auto;
  width: 209px;
  padding: 8px 20px;
}

@media screen and (max-width: 568px) {
.en-title{
  font-size: 32px;
}
.btn{
  font-size: 16px;
}
}
/* -----------------------------------------------------------------
Utility
----------------------------------------------------------------- */
.u-only-sp {
  display: none;
}

.u-pc-none {
  display: none;
}

.u-sp-none {
  display: block;
}

.u-only-pc {
  display: block;
}
@media screen and (max-width: 568px) {
.u-only-pc {
  display: none;
}
}

/*=======================
  header
=======================*/
.l-header {
  background: #fff;
  height: 124px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 990;
}

.l-header__inner {
  align-items: end;
  box-sizing: content-box;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px !important;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.l-header__logo {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  width: 349px;
}

.l-header__logo a {
  display: block;
}

.l-header__logo a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.l-header__logo a img {
  width: 100%;
}

.l-navbtn {
  background: transparent;
  cursor: pointer;
  height: 22px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 999;
}

.l-navbtn__bar {
  background: #2c2c2c;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: background-color 0.3s, transform 0.3s;
  width: 100%;
}

.l-navbtn__bar.m-top {
  transform: translate(-50%, calc(-50% - 8px));
}

.l-navbtn__bar.m-middle {
  transform: translate(-50%, -50%);
}

.l-navbtn__bar.m-bottom {
  transform: translate(-50%, calc(-50% + 8px));
}

.l-gnav.is-open {
  transform: translateX(0);
}

.l-gnav__item {
  line-height: 1.5;
}

.l-gnav__item a:hover{
  border-bottom: solid 1px #2c2c2c;
}

.l-gnav__link {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  padding-bottom: 4px;
  margin-left: 40px;
}

.l-gnav__list {
  display: flex;
  align-items: center;
}

.is-open.l-navbtn .l-navbtn__bar.m-top {
  background: #2c2c2c;
  transform: translate(-50%, 0) rotate(45deg);
}

.is-open.l-navbtn .l-navbtn__bar.m-middle {
  display: none;
}

.is-open.l-navbtn .l-navbtn__bar.m-bottom {
  background: #2c2c2c;
  transform: translate(-50%, 0) rotate(-45deg);
}

/* spnav */
.l-spgnav {
  background: #fff;
  box-sizing: border-box;
  height: 100vh;
  overflow-y: scroll;
  padding: 96px 10.66vw 20px;
  position: fixed;
  right: 110%;
  top: 0;
  width: 100%;
  z-index: 998;
}

.l-spgnav.is-open {
  right: 0;
}

.is-open.l-navbtn .l-navbtn__bar.m-top {
  background: #2c2c2c;
  transform: translate(-50%, 0) rotate(45deg);
}

.is-open.l-navbtn .l-navbtn__bar.m-middle {
  display: none;
}

.is-open.l-navbtn .l-navbtn__bar.m-bottom {
  background: #2c2c2c;
  transform: translate(-50%, 0) rotate(-45deg);
}

.l-spnav__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  }

.l-spnav__logo {
  display: block;
  margin: 0 auto 40px;
  width: 180px;
}

.l-spnav__logo a {
  display: block;
}

.l-spnav__logo a img {
  width: 100%;
}

.l-spnav__nav {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: auto;
}

.l-spnav__item a {
  color: #2c2c2c;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}

@media screen and (max-width: 568px) {
.l-header__logo {
  width: 260px;
}
.l-header {
  height: 90px;
}
.l-header__inner {
  align-items: center;
}
}

@media screen and (max-width: 768px) {
  .u-pc-none {
    display: block;
  }

  .u-sp-none {
    display: none;
  }

  .u-only-sp {
    display: block;
  }

  .u-only-pc {
    display: none;
  }
}

/*======================
  fv
======================*/
.fv-inner{
  width: 100%;
  height: auto;
}
.fv-contents{
  width: 100%;
  margin: 160px auto 80px;
  text-align: center;
}
/*スライダー*/
.swiper {
  width: 100%;
  margin: 0 auto; /* 中央寄せ */
}
.swiper-wrapper{
  width: 100%;
  height: auto;
}
.swiper-slide {
  width: 640px;
  height: auto;
}
.slide-item img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-pagination-bullet {
  background-color: #2C2C2C;
  border-radius: 6px;
  width: 50px;
  height: 2px;
}
.swiper-pagination {
  position: static;
  padding-bottom: 80px;
}

@media screen and (max-width: 920px) {
.fv-contents{
    margin: 120px auto 40px;
  }
.swiper-slide {
  width: 100%;
  height: auto;
}
}

/*======================
  news
======================*/
.newslist_sec{
  margin: 80px auto;
}
.news-inner{
  width: 77.777%;
  margin: 160px auto;
}
.news-titlebox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.news-contents{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.newslist-card{
  margin-bottom: 8px;
}
.newslist-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.newslist-text-area{
  width: 100%;
}
.category-area{
  display: flex;
  gap: 16px;
  color: #6c6c6c;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 8px;
}
.time{
  letter-spacing: 0;
  font-family: "Roboto Condensed", sans-serif;
}
.article-title{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.right{
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news-titlebox{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .news-contents{
  flex-direction: column;
  justify-content: center;
}
.news-card{
  margin: auto;
}
}
@media screen and (max-width: 490px) {
  .text-area{
  width: 240px;
}
}
/*======================
  profile
======================*/
.profile-inner{
  width: 77.777%;
  margin: 160px auto;
}
.profile-contents{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.profile-img{
  width: 44.642%;
}

.heading{
  font-size: 80px;
  line-height: 1.2;
  letter-spacing: 0.4em;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .profile-contents{
    flex-direction: column-reverse;
    gap: 80px;
}
.profile-img{
  width: 100%;
}
.profile-text{
  width: 100%;
}
}
@media screen and (max-width: 568px) {
.heading{
  font-size: 48px;
  padding: 40px 0;
}
}
@media screen and (max-width: 490px) {
.profile-inner{
  width: 90%;
  margin: 100px auto;
}
}
/*======================
  footer
======================*/
.l-footer{
  background-color: #2c2c2c;
}
.l-footer__inner {
  margin: 0 auto;
  max-width: 1280px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.l-footer__box{
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 40px 0px;
}
.l-footer-logo{
  width: 349px;
}
.l-footer__box .l-gnav__link {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
.l-footer__box .l-gnav__item a:hover{
  border-bottom: solid 1px #fff;
}
.l-footer__copyright{
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer__box.l-gnav__list{
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__box{
    flex-direction: column;
    align-items: center;
  }
  .l-footer__box .l-gnav__link {
  font-size: 16px;
  margin-left: 24px;
}
.l-footer__box .l-gnav__item:first-child .l-gnav__link {
  margin-left: 0;
}

  .l-footer-logo{
  width: 180px;
  padding-bottom: 40px;
}
}

/*=======================
  下層ページ共通
=======================*/
.page-heading{
  width: 88.888%;
  margin: 40px auto 80px;
  color: #2c2c2c;
}
.page-nav{
  display: flex;
  gap: 0.5rem;
}
.page-navlist a{
  color: #2c2c2c;
}

/*======================
  news-list-pg
======================*/
.newslist-inner{
  width: 77.777%;
  margin: 40px auto 160px;
}
.category-choice{
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
.category-choice li{
  border: #2c2c2c solid 1px;
  border-radius: 16px;
  line-height: 32px;
}
.cat-item a{
  padding: 8px 12px;
  color: #2c2c2c;
  font-size: 16px;
}
.cat-item a:hover,
.cat-item.current-cat > a{
  background:#2c2c2c;
  color:#fff;
  border-radius:16px;
}


/*ページネーション*/
.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 #2c2c2c;
  font-size: 14px;
  color: #2c2c2c;
  font-weight: bold;
  transition: all 0.15s linear;
}
.page-numbers:not(.isActive):hover {
  background: #2c2c2c;
  color: #fff;
  border: none;
}

@media screen and (max-width: 1024px) {
.category-btn{
  font-size: 14px;
  margin-top: 0;
}
.category-choice{
  flex-wrap: wrap;
}
}
/*=======================
  single-pg
=======================*/
.single_sec{
  padding-bottom: 80px;
}
.single-inner{
  width: 55.555%;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.single-area{
  width: 90%;
  margin: auto;
  padding-bottom: 40px;
}
.category-area.single{
  width: 90%;
  margin: auto;
  justify-content: flex-start;
  gap: 12px;
  padding-top: 40px;
  margin-bottom: 8px;
  border-bottom: none;
}
.single-pg-card h2{
  font-size: 24px;
}
.single-pg-card p{
  font-size: 16px;
  line-height: 2;
}

@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;
}
}
/*=======================
  profile-pg
=======================*/
.profile-pg-inner{
  width: 77.777%;
  margin: 80px auto 160px;
}
.profile-pg{
  width: 50%;
}
.textarea{
  line-height: 2;
}
@media screen and (max-width: 1024px) {
.profile-pg{
  width: 100%;
}
}