@charset "UTF-8";
/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
/*--------------------------------------
	mainimage
--------------------------------------*/
#key {
  position: relative;
}

#key .key-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 768px;
}

#key .key-top span {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 768px;
}

#key .key-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
}

#key .key-top .key-txt img {
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: auto;
}

#key .key-txt {
  max-width: 702px;
  position: absolute;
  bottom: 50px;
  left: 70px;
  z-index: 2;
  width: 48%;
}

#key .slide3 {
  display: block;
  position: relative;
  z-index: 0;
  &::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(19,21,32,0.3));
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #key .key-top {
    height: 625px;
  }
#key .key-top span {
    height: 625px;
  }
}

@media screen and (max-width: 767px) {
  #key {
    position: relative;
  }
  #key .key-top {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  #key .key-top span {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  #key .key-top img {
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    transform: translate3d(0, 0, 0);
  }
  #key .key-txt {
    bottom: 34px;
    left: 34px;
    z-index: 2;
    width: 70%;
  }
}

.footer-common {
  background: url(../img/top/bg_footer.jpg) no-repeat center/cover;
  min-height: 420px;
  box-sizing: border-box;
  padding: 0 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #FFF;
}

.footer-common .inner {
  max-width: 1200px;
  margin: auto;
  padding-top: 110px;
  display: flex;
  justify-content: space-between;
}

.footer-common .inner .box {
  max-width: 400px;
  letter-spacing: 0.08em;
}

.footer-common .inner .box h2 {
  font-size: 32px;
  font-weight: bold;
}

.footer-common .inner .box h3 {
  font-family: "goldenbook", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  padding: 7px 0 10px;
}

.footer-common .inner .box h3 span {
  font-size: 32px;
}

.footer-common .inner .box p {
  font-size: 24px;
  line-height: 48px;
}

.footer-common .inner .btn-box {
  width: 680px;
}

.footer-common .inner .btn-box ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-common .inner .btn-box ul li {
  max-width: 328px;
  width: 49%;
}

.main_contents {
  background: none;
  width: 100%;
  height: auto;
  min-height: inherit;
  position: relative;
}

#bg_parallax {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 100vh;
}

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.img_parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.img_parallax.slide_par img {
  opacity: 0;
  transition: all 2s ease;
}

.img_parallax.slide_par img.active {
  opacity: 1;
}

.ttl-key {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  max-width: 585px;
  z-index: 3;
  width: 44%;
}

.top-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.1em;
}

.top-ttl span {
  display: block;
  font-size: 60px;
  line-height: 71px;
  color: #90C454;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .ttl-key {
    position: relative;
    top: -7vw;
    left: 0;
    transform: none;
    max-width: 585px;
    z-index: 3;
    width: 90%;
    margin: 0 5%;
  }
  .top-ttl {
    font-size: 16px;
  }
  .top-ttl span {
    font-size: 40px;
    line-height: 47px;
  }
}

#banner ul {
  display: flex;
  justify-content: space-between;
}

#banner ul li {
  background: url(../img/btn_bg1.jpg) no-repeat center/cover;
  min-height: 340px;
  width: 50%;
  display: flex;
  align-items: center;
}

#banner ul li span {
  display: block;
  max-width: 540px;
  text-align: center;
  color: #FFF;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 30px;
  width: 100%;
}

#banner ul li i, #banner ul li a {
  display: flex;
  width: 220px;
  height: 50px;
  font-size: 14px;
  font-style: normal !important;
  border-radius: 25px;
  border: 1px solid;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  background: url(../img/arr.png) no-repeat center right 10px;
  background-size: 25px auto;
}

#banner ul li a {
  transition: all 0.3s ease;
}

#banner ul li a:hover {
  opacity: 0.7;
}

#banner ul li.btn-01 {
  justify-content: flex-end;
}

#banner ul li.btn-02 {
  background: url(../img/btn_bg2.jpg) no-repeat center/cover;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  #banner ul {
    flex-wrap: wrap;
  }
  #banner ul li {
    background: url(../img/btn_bg1.jpg) no-repeat center/cover;
    min-height: 340px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  #banner ul li span {
    display: block;
    max-width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 24px;
  }
  #banner ul li i, #banner ul li a {
    display: flex;
    width: 220px;
    height: 50px;
    font-size: 14px;
    font-style: normal !important;
    border-radius: 25px;
    border: 1px solid;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    background: url(../img/arr.png) no-repeat center right 10px;
    background-size: 25px auto;
  }
  #banner ul li a {
    transition: all 0.3s ease;
  }
  #banner ul li a:hover {
    opacity: 0.7;
  }
  #banner ul li.btn-01 {
    justify-content: center;
  }
  #banner ul li.btn-02 {
    justify-content: center;
  }
}

#gree-box {
  position: relative;
  padding: 80px 20px;
}

#gree-box h2 {
  margin-bottom: 55px;
}

#gree-box .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#gree-box .block ul {
  max-width: 520px;
  width: 49%;
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  position: relative;
  top: -5px;
}

#gree-box .block ul li {
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}

#gree-box .block .photo {
  max-width: 520px;
  width: 49%;
}

#gree-box .list {
  background: #F8F8F8;
  position: relative;
  border-radius: 10px;
  padding: 30px 50px;
  display: flex;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
}

#gree-box .list dl {
  width: 260px;
  letter-spacing: 0.05em;
}

#gree-box .list dl:first-child {
  width: 590px;
}

#gree-box .list dl dt {
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #gree-box {
    position: relative;
    padding: 80px 0;
  }
  #gree-box .block ul {
    line-height: 30px;
  }
  #gree-box .block ul li {
    margin-bottom: 20px;
  }
  #gree-box .list dl:first-child {
    width: 350px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #gree-box {
    position: relative;
    padding: 60px 4px;
  }
  #gree-box h2 {
    margin-bottom: 35px;
    text-align: center;
  }
  #gree-box .block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    margin-bottom: 20px;
  }
  #gree-box .block ul {
    max-width: 100%;
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    top: 0;
    box-sizing: border-box;
    padding: 0 3.5%;
  }
  #gree-box .block ul li {
    margin-bottom: 30px;
    letter-spacing: 0.15em;
    text-align: justify;
  }
  #gree-box .block .photo {
    max-width: 100%;
    width: 96.5%;
    margin-left: 3.5%;
    margin-bottom: 25px;
  }
  #gree-box .list {
    background: #F8F8F8;
    position: relative;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    flex-wrap: wrap;
    margin: 0 3%;
  }
  #gree-box .list dl {
    width: 100%;
    letter-spacing: 0.05em;
  }
  #gree-box .list dl + dl {
    margin-top: 25px;
  }
  #gree-box .list dl:first-child {
    width: 100%;
  }
  #gree-box .list dl dt {
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
  }
}

#contact-box,
#contact-box1 {
  background: url(../img/bg_cont.jpg) no-repeat center/cover;
  padding: 70px 20px 80px;
  text-align: center;
  color: #FFFFFF;
}

#contact-box h2,
#contact-box1 h2 {
  color: #FFF;
  margin-bottom: 35px;
}

#contact-box h2 span,
#contact-box1 h2 span {
  color: #FFF;
}

#contact-box dl,
#contact-box1 dl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 52px;
}

#contact-box dl dt,
#contact-box1 dl dt {
  font-size: 28px;
  margin-bottom: 16px;
}

#contact-box ul,
#contact-box1 ul {
  display: flex;
  justify-content: center;
}

#contact-box ul li,
#contact-box1 ul li {
  width: 400px;
  height: 100px;
  position: relative;
  border-radius: 50px;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
}

#contact-box ul li:first-child span,
#contact-box1 ul li:first-child span {
  color: #90C454;
  font-size: 32px;
  line-height: 24px;
  display: inline-block;
  letter-spacing: 0.1em;
  background: url(../img/i_tel_g.png) no-repeat center left, url(../img/arr_g.png) no-repeat center right;
  background-size: 35px auto, 33px auto;
  padding: 2px 54px 2px 50px;
}

#contact-box ul li:first-child span small,
#contact-box1 ul li:first-child span small {
  font-size: 14px;
  letter-spacing: 0.1em;
}

#contact-box ul li:last-child,
#contact-box1 ul li:last-child {
  background: #E88E14;
  transition: all 0.3s ease;
}

#contact-box ul li:last-child:hover,
#contact-box1 ul li:last-child:hover {
  opacity: 0.8;
}

#contact-box ul li:last-child a,
#contact-box1 ul li:last-child a {
  font-size: 23px;
  color: #FFF;
  background: url(../img/i_web.png) no-repeat center left, url(../img/arr.png) no-repeat center right;
  background-size: 52px auto, 33px auto;
  padding: 2px 54px 2px 65px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contact-box ul li {
    width: 400px;
    height: 90px;
    position: relative;
    border-radius: 50px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
  }
  #contact-box ul li:first-child span {
    background-size: 30px auto, 33px auto;
    padding: 2px 45px 2px 36px;
  }
  #contact-box ul li:last-child a {
    font-size: 20px;
  }
  #contact-box1 ul li {
    width: 400px;
    height: 90px;
    position: relative;
    border-radius: 50px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
  }
  #contact-box1 ul li:first-child span {
    background-size: 30px auto, 33px auto;
    padding: 2px 45px 2px 36px;
  }
  #contact-box1 ul li:last-child a {
    font-size: 20px;
  }
}

#link-ext {
  padding: 80px 0;
}

#link-ext ul {
  display: flex;
  justify-content: center;
}

#link-ext ul li {
  max-width: 444px;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  #link-ext {
    padding: 60px 20px;
  }
  #link-ext ul {
    display: block;
  }
  #link-ext ul li {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  #link-ext ul li + li {
    margin-top: 20px;
  }
}

#information {
  padding: 90px 20px 0;
  color: #333333;
}

#information .inner {
  max-width: 1080px;
  position: relative;
  margin: auto;
}

#information h2 {
  margin-bottom: 55px;
}

#information .blk {
  display: flex;
  justify-content: space-between;
}

#information .blk .coll {
  max-width: 530px;
  width: 49.5%;
}

#information .blk .colr {
  max-width: 510px;
  width: 47.5%;
}

#information .gmap {
  width: 100%;
  height: 510px;
}

#information .gmap iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

#information .vcard {
  font-size: 16px;
  line-height: 25px;
}

#information .vcard dl {
  margin-bottom: 12px;
  display: flex;
}

#information .vcard dl dt {
  width: 90px;
  color: #9D9D9D;
}

#information .vcard dl dd {
  width: calc(100% - 90px);
}

#information .vcard dl dd a {
  color: #333333;
}

#information .btn-map {
  display: flex;
  justify-content: flex-end;
}

#information .btn-map a {
  font-size: 12px;
  text-decoration: underline;
  transition: all 0.35s ease;
}

#information .btn-map a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #information .vcard {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  #information {
    padding: 60px 20px 0;
  }
  #information h2 {
    margin-bottom: 35px;
    text-align: center;
  }
  #information .blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #information .blk .coll {
    max-width: 100%;
    width: 100%;
  }
  #information .blk .colr {
    max-width: 100%;
    width: 100%;
  }
  #information .gmap {
    width: 100%;
    height: 320px;
    margin-top: 10vw;
  }
  #information .vcard {
    font-size: 14px;
    line-height: 21px;
  }
  #information .vcard dl {
    margin-bottom: 10px;
    display: flex;
  }
  #information .vcard dl dt {
    width: 90px;
    color: #708E4E;
  }
  #information .vcard dl dd {
    width: calc(100% - 90px);
  }
  #information .vcard dl dd a {
    color: #333333;
  }
  #information .btn-map {
    display: none;
  }
  #information .btn-map a {
    font-size: 12px;
    text-decoration: underline;
    transition: all 0.35s ease;
  }
  #information .btn-map a:hover {
    opacity: 0.7;
  }
}

.cl {
  color: #708E4E;
}

.fixed-banner__pc {
  width: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .box-table1 .timetable1 th, .box-table1 .timetable1 td {
    font-size: 16px;
  }
  .box-table1 .txt {
    font-size: 15px;
  }
}

#head-key {
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#head-key * {
  height: inherit;
}

#head-key .container {
  overflow: hidden;
  position: relative;
  height: inherit;
}

#head-key .slide {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
}

#head-key .slide:nth-child(1) {
  opacity: 1;
  z-index: 1;
}

#head-key .slide-img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  transform: translate3d(-50px, 0, 0);
}

#head-key img {
  max-width: none !important;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

#head-key .slick-active .slide-inner {
  -webkit-animation: showTranslate 9s linear forwards;
  animation: showTranslate 9s linear forwards;
}

.catch {
  position: absolute;
  z-index: 8;
  width: 88%;
  position: absolute;
  bottom: 22vw;
  left: 1%;
}

#key-top {
  position: relative;
}

#key-top .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 6vw;
  width: 100%;
  left: 0;
  z-index: 99;
}

#key-top .slick-dots li {
  width: 12px;
  height: 14px;
  margin: 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow: inherit;
}

#key-top .slick-dots li button {
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  background: none;
  border: 1px solid #FFF;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
}

#key-top .slick-dots li.slick-active button {
  background: #90C454;
  border: 1px solid #90C454;
}

.header_main-container {
  height: 70px;
  background: #FFF;
}

.header_sub-container {
  width: 100%;
  position: relative;
}

.header_sub-container .logo-box {
  position: absolute;
  top: 8px;
  left: 20px;
}

.header_sub-container .logo-box h1 {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 18px;
  padding-left: 5px;
}

.header_sub-container .logo-box .header_logo {
  width: 185px;
}

.header_sub-container .header_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_sub-container .header_menu .sns-link {
  margin-left: 40px;
}

.header_sub-container .header_menu .sns-link ul {
  display: flex;
  justify-content: center;
}

.header_sub-container .header_menu .sns-link ul li {
  width: 210px;
  height: 70px;
  position: relative;
  background: #90C454;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.header_sub-container .header_menu .sns-link ul li:first-child span {
  color: #FFF;
  font-size: 24px;
  line-height: 18px;
  display: inline-block;
  letter-spacing: 0.1em;
  background: url(../img/i_tel.png) no-repeat center left;
  background-size: 25px auto;
  padding: 2px 0 2px 23px;
}

.header_sub-container .header_menu .sns-link ul li:first-child span small {
  font-size: 10px;
  letter-spacing: 0.1em;
}

.header_sub-container .header_menu .sns-link ul li:last-child {
  background: #E88E14;
  transition: all 0.3s ease;
}

.header_sub-container .header_menu .sns-link ul li:last-child:hover {
  opacity: 0.8;
}

.header_sub-container .header_menu .sns-link ul li:last-child a {
  font-size: 17px;
  color: #FFF;
  background: url(../img/i_web.png) no-repeat center left;
  background-size: 35px auto;
  padding: 2px 0 2px 38px;
}

.blog-news {
  max-width: 1120px;
  margin: auto;
  padding: 60px 20px !important;
  box-sizing: border-box;
}

.blog-news .e-con-inner {
  justify-content: space-between !important;
}

.blog-news .top-ttl {
  font-size: 16px;
  line-height: 26px;
}

.blog-news .top-ttl span {
  font-size: 40px;
  line-height: 47px;
}

.blog-news .post-box__header {
  text-align: right;
  margin: -35px 0 3px;
}

.blog-news .post-box__header a {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: all 0.3s ease;
}

.blog-news .post-box__header a:hover {
  opacity: 0.7;
}

.blog-news .post-box__content {
  position: relative;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 24px;
  min-height: 232px;
  box-sizing: border-box;
}

.blog-news .post-box__content dl + dl {
  margin-top: 14px;
}

.blog-news .post-box__content dl dt span {
  position: relative;
}

.blog-news .post-box__content dl dt span::before {
  display: block;
  min-width: 48px;
  height: 20px;
  padding: 0 5px;
  box-sizing: border-box;
  line-height: 20px;
  /* font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004"; */
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFF;
  background: #90C454;
  content: "NEWS";
  position: absolute;
  top: 5%;
  left: 110%;
}

.blog-news .post-box__content dl dd a {
  transition: all 0.3s ease;
}

.blog-news .post-box__content dl dd a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .blog-news {
    padding: 60px 20px 20px !important;
  }
  .blog-news .e-con-inner {
    justify-content: center !important;
  }
  .blog-news .top-ttl {
    font-size: 13px;
    line-height: 26px;
    display: flex;
    align-items: center;
  }
  .blog-news .top-ttl span {
    font-size: 32px;
    line-height: 47px;
    margin-right: 10px;
    position: relative;
    top: -2px;
  }
  .blog-news .e-con-full {
    margin-bottom: 40px;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 20px !important;
    position: relative;
    border-radius: 10px;
  }
  .blog-news .post-box__header {
    text-align: right;
    margin: -60px 0 15px 0;
  }
  .blog-news .post-box__header a {
    font-size: 11px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    transition: all 0.3s ease;
  }
  .blog-news .post-box__header a:hover {
    opacity: 0.7;
  }
  .blog-news .post-box__content {
    position: relative;
    box-shadow: none;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 24px;
    min-height: auto;
    box-sizing: border-box;
    padding: 0;
  }
  .blog-news .post-box__content dl + dl {
    margin-top: 14px;
  }
  .blog-news .post-box__content dl dt span {
    position: relative;
  }
  .blog-news .post-box__content dl dt span::before {
    display: block;
    min-width: 48px;
    height: 20px;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 20px;
    /* font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004"; */
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFF;
    background: #90C454;
    content: "NEWS";
    position: absolute;
    top: 5%;
    left: 110%;
  }
  .blog-news .post-box__content dl dd a {
    transition: all 0.3s ease;
  }
  .blog-news .post-box__content dl dd a:hover {
    opacity: 0.7;
  }
}

/*=============================================
******************* animation  ****************
*=============================================*/
@-webkit-keyframes showTranslate {
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes showTranslate {
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes hideTranslate {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}

@keyframes hideTranslate {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
}
