@charset "UTF-8";


/** ページャー
---------------------------------------------**/
.wp-pagenavi {
  margin-bottom: 10rem;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 1rem !important;
  padding: 1rem 2.2rem !important;
  background-color: #fff !important;
  border: 0.1rem solid #8f8f8f !important;
  border-radius: 6rem;
  font-family: "Noto Sans", serif;
  font-size: 3rem;
  color: #8f8f8f !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #00a99d !important;
  border: 0.1rem solid #00a99d !important;
  color: #fff !important;
  font-weight: normal !important;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: transparent !important;
  border: none !important;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: transparent !important;
  border: none !important;
  color: #8f8f8f !important;
}


/** ページタイトル
---------------------------------------------**/
.title-area {
  height: 0;
  position: relative;
  padding-top: 52rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.page-catchphrase {
  margin-bottom: 0;
  font-family: "Noto Sans", serif;
  font-weight: 400;
  font-size: 8rem;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 17rem;
  left: 5rem;
}

.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60rem;
  padding: 5rem 2rem;
  background-color: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
  font-size: 3.5rem;
  color: #656565;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: -5rem;
  left: calc(50% - 30rem);
  z-index: 1;
}


/** 下層共通
---------------------------------------------**/
main {
  padding-top: 9rem;
}

.page-container {
  padding-top: 15rem;
}

.container-inner {
  width: 150rem;
  margin: 0 auto;
}


/** マーカー
---------------------------------------------**/
.linear-title {
  margin-bottom: 10rem;
  font-size: 5rem;
  color: #00a99d;
  text-align: center;
}

.marker,
.marker-break {
  position: relative;
}

.marker::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 3rem;
  background-color: #feff01;
  position: absolute;
  left: 0.5em;
  bottom: 0;
  z-index: -1;
}

.marker-break::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3rem;
  background-color: #feff01;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}


/** ボタン
---------------------------------------------**/
.more-btn {
  display: block;
  min-width: 26rem;
  width: 26rem;
  margin: 0 0 0 auto;
  padding: 2rem 3rem 2rem 3rem;
  background-color: #00a99d;
  border: 0.1rem solid #00a99d;
  border-radius: 5rem;
  font-family: "Noto Sans", serif;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  position: relative;
}

.more-btn:hover {
  background-color: #fff;
  color: #00a99d;
}

.more-btn::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 1rem;
  border-bottom: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: skew(45deg);
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 2rem;
}

.more-btn:hover::after {
  border-bottom: 0.2rem solid #00a99d;
  border-right: 0.2rem solid #00a99d;
}

.back-btn {
  display: block;
  width: 30rem;
  margin: 0 auto;
  padding: 2rem;
  border: 0.1rem solid #c7c7c7;
  border-radius: 5rem;
  color: #333;
  text-align: center;
  position: relative;
}

.back-btn:hover {
  background-color: #333;
  border: 0.1rem solid #333;
  color: #fff;
}

.back-btn::before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 1rem;
  border-bottom: 0.1rem solid #333;
  border-left: 0.1rem solid #333;
  transform: skew(-45deg);
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 3rem;
}

.back-btn:hover::before {
  border-bottom: 0.1rem solid #fff;
  border-left: 0.1rem solid #fff;
} 

.entry-btn {
  top: 50rem;
  bottom: inherit;
  right: 7rem;
}



@media screen and (max-device-width: 768px) {
  /** ページャー
  ---------------------------------------------**/
  .wp-pagenavi {
    margin-bottom: 5rem;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 0 0.5rem !important;
    padding: 0.5rem 1rem !important;
    font-size: 1.5rem;
  }

  .title-area {
    padding-top: 14.1rem;
    background-position: top center;
  }

  .page-title {
    width: 25rem;
    padding: 2.5rem 1rem 5rem;
    border-radius: 1rem 1rem 0 0;
    font-size: 2.2rem;
    left: calc(50% - 12.5rem);
  }

  /** ページタイトル
  ---------------------------------------------**/
  .page-catchphrase {
    font-size: 2rem;
    top: 2.5rem;
    left: 1.5rem;
  }


  /** 下層共通
  ---------------------------------------------**/
  main {
    padding-top: 5rem;
  }

  .page-container {
    padding: 7.5rem 1.5rem 0;
  }

  .container-inner {
    width: 100% !important;
    margin: 0 auto !important;
  }


  /** マーカー
  ---------------------------------------------**/
  .linear-title {
    margin-bottom: 5rem;
    font-size: 2.5rem;
  }

  .marker,
  .marker-break {
    display: inline-block;
  }


  /** ボタン
  ---------------------------------------------**/
  .more-btn {
    min-width: inherit;
    width: 15rem;
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
  }

  .more-btn::after {
    width: 1rem;
    height: 0.5rem;
    top: calc(50% - 0.25rem);
    right: 1.5rem;
  }

  .back-btn {
    width: 20rem;
    padding: 1rem;
  }

  .back-btn::before {
    width: 1rem;
    height: 0.5rem;
    left: 1.5rem;
  }

  .entry-btn {
    top: inherit;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
}