@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap");
/* ---------------------------------------------------
  Top
------------------------------------------------------*/
.page-top .l-hero {
  text-align: center;
}

.page-top .l-hero .l-hero__inner {
  margin: auto;
  width: 100%;
}

.page-top .l-hero .l-hero__inner .l-hero-movie {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 480px) {
  .page-top .l-hero .l-hero__inner .l-hero-movie {
    height: 400px;
    object-fit: cover;
  }
}

.page-top .c-top01 {
  text-align: center;
  width: 100%;
}

.page-top .c-top01__inner {
  max-width: 1400px;
  width: 90%;
  width: 100%;
  margin: auto;
  padding-left: 10%;
}

@media only screen and (max-width: 1280px) {
  .page-top .c-top01__inner {
    padding-left: 0;
    width: 90%;
  }
}

.page-top .c-top01-lead {
  font-size: 5.8rem;
  line-height: 1.3;
  color: #000;
  text-align: left;
  margin-top: -1.1em;
  margin-bottom: 1.5em;
}

.page-top .c-top01-lead span {
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .page-top .c-top01-lead span {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .page-top .c-top01-lead {
    font-size: 4.3rem;
  }
}

@media only screen and (max-width: 480px) {
  .page-top .c-top01-lead {
    margin-top: -3em;
    font-size: 3.5rem;
    letter-spacing: -1px;
  }
}

.page-top .c-top01-wrap {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-top01-wrap {
    display: block;
  }
}

.page-top .c-top01-wrap .c-top01-txt {
  width: 50%;
  text-align: left;
  padding-right: 4em;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-top01-wrap .c-top01-txt {
    width: 100%;
    padding-bottom: 1.5em;
    padding-right: 0;
  }
}

.page-top .c-top01-wrap .c-top01-img {
  width: 50%;
}

.page-top .c-top01-wrap .c-top01-img img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-top01-wrap .c-top01-img {
    width: 100%;
  }
}

.page-top .l-top-news {
  text-align: center;
  width: 100%;
}

.page-top .c-topnews {
  width: 90%;
  max-width: 1000px;
  padding: 100px 20px;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-topnews {
    padding: 80px 0;
  }
}

.page-top .c-topnews .c-topnews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-topnews .c-topnews__inner {
    display: block;
  }
}

.page-top .c-topnews .c-ttl-news {
  font-size: 6.0rem;
  padding-right: 1em;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-topnews .c-ttl-news {
    font-size: 4.8rem;
  }
}

@media only screen and (max-width: 480px) {
  .page-top .c-topnews .c-ttl-news {
    font-size: 3.0rem;
  }
}

.page-top .c-newslist {
  border-left: 3px solid #000;
  padding-left: 60px;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-newslist {
    border-left: 0;
    border-top: 3px solid #000;
    padding-left: 0;
    padding-top: 1.3em;
  }
}

.page-top .c-newslist .c-newslist__item {
  text-align: left;
  padding: 0.5em 0;
  line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-newslist .c-newslist__item {
    margin-bottom: 0.8em;
  }
}

.page-top .c-newslist .c-newslist__item a:hover {
  opacity: 0.3;
}

.page-top .c-newslist .c-newslist__item .date {
  display: inline-block;
  padding-right: 0.8em;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-newslist .c-newslist__item .date {
    display: block;
  }
}

.page-top .c-top02 {
  text-align: center;
  width: 100%;
  margin-bottom: 100px;
}

.page-top .c-top02__inner {
  max-width: 1400px;
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 1280px) {
  .page-top .c-top02__inner {
    padding-left: 0;
  }
}

.page-top .c-top02-01-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-top02-01-wrap {
    display: block;
  }
}

.page-top .c-top02-01-wrap .c-top02-01-txt {
  width: 50%;
  text-align: left;
  padding-left: 4em;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-top02-01-wrap .c-top02-01-txt {
    width: 100%;
    padding-left: 0;
    padding-bottom: 1.5em;
  }
}

.page-top .c-top02-01-wrap .c-top02-01-img {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-top02-01-wrap .c-top02-01-img {
    width: 100%;
  }
}

.page-top .c-top02-02-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}

.page-top .c-top02-02-wrap .c-top02-01 {
  width: 23%;
  background: url("../img/top/2-1.jpg") 50% 50% no-repeat;
  background-size: auto 110%;
}

@media only screen and (max-width: 1280px) {
  .page-top .c-top02-02-wrap .c-top02-01 {
    width: 30%;
    background-size: cover;
  }
}

@media only screen and (max-width: 480px) {
  .page-top .c-top02-02-wrap .c-top02-01 {
    width: 100%;
    height: 200px;
  }
}

.page-top .c-top02-02-wrap .c-top02-02 {
  width: 27%;
  padding-left: 3%;
  padding-right: 3%;
  text-align: left;
  padding-bottom: 0;
}

@media only screen and (max-width: 1280px) {
  .page-top .c-top02-02-wrap .c-top02-02 {
    width: 70%;
    padding-right: 0;
    padding-bottom: 2em;
    padding-top: 2em;
  }
}

@media only screen and (max-width: 480px) {
  .page-top .c-top02-02-wrap .c-top02-02 {
    width: 100%;
  }
}

.page-top .c-top02-02-wrap .c-top02-02 .c-top02-lead {
  font-size: 6.0rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #000;
  text-align: left;
  margin-top: -0.7em;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 1280px) {
  .page-top .c-top02-02-wrap .c-top02-02 .c-top02-lead {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .page-top .c-top02-02-wrap .c-top02-02 .c-top02-lead {
    font-size: 5.1rem;
  }
}

@media only screen and (max-width: 480px) {
  .page-top .c-top02-02-wrap .c-top02-02 .c-top02-lead {
    font-size: 4rem;
  }
}

.page-top .c-top02-02-wrap .c-top02-03 {
  width: 50%;
  background: url("../img/top/2-3.jpg") 50% 50% no-repeat;
  background-size: auto 120%;
  position: relative;
  transition: 0.3s;
}

@media only screen and (max-width: 1280px) {
  .page-top .c-top02-02-wrap .c-top02-03 {
    width: 100%;
    height: 430px;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 1024px) {
  .page-top .c-top02-02-wrap .c-top02-03 {
    background-size: 105% auto;
    height: 380px;
  }
}

@media only screen and (max-width: 480px) {
  .page-top .c-top02-02-wrap .c-top02-03 {
    height: 200px;
    background-size: 100% auto;
  }
}

.page-top .c-top02-02-wrap .c-top02-03 a {
  color: #FFF;
}

.page-top .c-top02-02-wrap .c-top02-03:hover {
  background-size: auto 130%;
}

@media only screen and (max-width: 1280px) {
  .page-top .c-top02-02-wrap .c-top02-03:hover {
    background-size: 110% auto;
  }
}

@media only screen and (max-width: 1024px) {
  .page-top .c-top02-02-wrap .c-top02-03:hover {
    background-size: 115% auto;
  }
}

@media only screen and (max-width: 480px) {
  .page-top .c-top02-02-wrap .c-top02-03:hover {
    background-size: 110% auto;
  }
}

.page-top .l-case-sec {
  text-align: center;
}

.page-top .c-case-lead {
  font-size: 7.5rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #000;
  text-align: left;
  margin: 0 auto -0.5em;
  position: relative;
  z-index: 99;
  width: 90%;
  max-width: 1200px;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-case-lead {
    padding-left: 0.3em;
    font-size: 5.1rem;
  }
}

@media only screen and (max-width: 480px) {
  .page-top .c-case-lead {
    font-size: 3.5rem;
  }
}

.page-top .c-top-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.page-top .c-top-case-list .c-case {
  text-align: center;
}

.page-top .c-top-case-list .c-top-case-list__item {
  width: 50%;
}

.page-top .c-top-case-list .c-top-case-list__item .c-case__a {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.page-top .c-top-case-list .c-top-case-list__item:nth-child(2n) {
  position: relative;
  bottom: -100px;
}

@media only screen and (max-width: 599px) {
  .page-top .c-top-case-list {
    display: block;
    width: 100%;
  }
  .page-top .c-top-case-list .c-top-case-list__item {
    width: 100%;
  }
  .page-top .c-top-case-list .c-top-case-list__item:nth-child(2n) {
    bottom: 0;
  }
}

.page-top .c-case__img {
  overflow: hidden;
}

.page-top .c-case__img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media only screen and (max-width: 1280px) {
  .page-top .c-case__img img {
    height: 340px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-top .c-case__img img {
    height: 280px;
  }
}

@media only screen and (max-width: 480px) {
  .page-top .c-case__img img {
    height: 250px;
  }
}

.page-top .c-case__a:hover .c-case__img img {
  transform: scale3d(1.1, 1.1, 1);
}

.page-top .c-case__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 2.7rem;
  margin: 0 auto;
  padding: 0 5%;
  line-height: 1.3;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .page-top .c-case__ttl {
    font-size: 1.8rem;
  }
}

.page-top .c-zoombox__inner {
  overflow: hidden;
  padding: 66% 0 0;
  position: relative;
}

.page-top .c-zoombox__inner a {
  color: #FFF;
}

.page-top .c-zoombox__txt {
  align-items: center;
  display: flex;
  font-size: 6rem;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 480px) {
  .page-top .c-zoombox__txt {
    font-size: 3.1rem;
  }
}

.page-top .c-zoombox__txt:hover {
  text-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
}

.page-top .c-zoombox__txt:hover + .c-zoombox__img {
  transform: scale3d(1.1, 1.1, 1);
}

.page-top .c-zoombox__img {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

/* ---------------------------------------------------
  Case
------------------------------------------------------*/
.page-case-list {
  margin-bottom: 80px;
}

.l-case-hero {
  margin-bottom: 5px;
}

.l-case-hero .l-case-hero__inner {
  width: 100%;
  position: relative;
}

.l-case-hero .l-case-hero__inner img {
  position: relative;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media only screen and (max-width: 1280px) {
  .l-case-hero .l-case-hero__inner img {
    height: 410px;
  }
}

@media only screen and (max-width: 1024px) {
  .l-case-hero .l-case-hero__inner img {
    height: 250px;
  }
}

@media only screen and (max-width: 480px) {
  .l-case-hero .l-case-hero__inner img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: fill;
  }
}

.c-case-list {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.c-case-list__inner {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .c-case-list__inner {
    max-width: 550px;
  }
}

.c-case-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (max-width: 1024px) {
  .c-case-list-wrap {
    display: block;
  }
}

.c-case-list-wrap .c-case-card {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .c-case-list-wrap .c-case-card {
    width: 100%;
  }
}

.c-box-caseimg {
  overflow: hidden;
  margin-bottom: 15px;
}

.c-box-caseimg img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .c-box-caseimg img {
    height: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-box-caseimg img {
    height: 250px;
  }
}

.c-case-card:hover .c-box-caseimg img {
  transform: scale3d(1.1, 1.1, 1);
}

.c-case-card-ttl {
  font-size: 2rem;
  margin-bottom: 0.3em;
  line-height: 1.3;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .c-case-card-ttl {
    margin-bottom: 0.3em;
  }
}

@media only screen and (max-width: 480px) {
  .c-case-card-ttl {
    font-size: 1.8rem;
    margin-bottom: 0.2em;
  }
}

.c-case-card__txt {
  font-size: 0.86em;
  line-height: 1.3;
}

.c-case-dt {
  text-align: center;
  margin-bottom: 30px;
}

.c-case-dt__inner {
  margin: auto;
  width: 90%;
  max-width: 1000px;
}

.c-case-dt-single {
  margin-bottom: 30px;
}

.c-case-dt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.c-case-dt-wrap img {
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .c-case-dt-wrap {
    display: block;
  }
}

.c-case-dt-wrap .c-case-dt-col {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 480px) {
  .c-case-dt-wrap .c-case-dt-col {
    width: 100%;
    margin-bottom: 30px;
  }
}

.c-case-dt-info {
  padding: 0;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .c-case-dt-info {
    padding: 10px 0 20px;
  }
}

.c-case-dt-info .c-case-dt-info-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 1024px) {
  .c-case-dt-info .c-case-dt-info-title {
    font-size: 2rem;
  }
}

.c-case-dt-info .c-case-dt-info-txt p {
  line-height: 1.75;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}

/* ---------------------------------------------------
  Concept
------------------------------------------------------*/
.c-concept01 {
  text-align: center;
  width: 100%;
}

.c-concept01__inner {
  max-width: 1400px;
  width: 90%;
  width: 100%;
  margin: auto;
  padding-left: 10%;
}

@media only screen and (max-width: 1280px) {
  .c-concept01__inner {
    padding-left: 0;
    width: 90%;
  }
}

.c-concept01-lead {
  font-size: 7.5rem;
  line-height: 1.2;
  color: #000;
  text-align: left;
  margin-bottom: 0.5em;
}

.c-concept01-lead span {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .c-concept01-lead {
    margin-bottom: 1em;
    font-size: 5.1rem;
  }
}

@media only screen and (max-width: 480px) {
  .c-concept01-lead {
    font-size: 3.5rem;
  }
}

.c-concept01-wrap {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .c-concept01-wrap {
    display: block;
  }
}

.c-concept01-wrap .c-concept01-txt {
  width: 50%;
  text-align: left;
  padding-right: 4em;
  padding-left: 8em;
}

@media only screen and (max-width: 1024px) {
  .c-concept01-wrap .c-concept01-txt {
    width: 100%;
    padding-bottom: 1.5em;
    padding-right: 0;
    padding-left: 0;
  }
}

.c-concept01-wrap .c-concept01-img {
  width: 50%;
}

.c-concept01-wrap .c-concept01-img img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .c-concept01-wrap .c-concept01-img {
    width: 100%;
  }
}

.c-concept02 {
  text-align: center;
  width: 100%;
  margin-top: 80px;
}

.c-concept02__inner {
  max-width: 1400px;
  width: 90%;
  width: 100%;
  margin: auto;
  padding-left: 10%;
}

@media only screen and (max-width: 1280px) {
  .c-concept02__inner {
    padding-left: 0;
    width: 90%;
  }
}

.c-concept02-lead {
  font-size: 7.5rem;
  line-height: 1.2;
  color: #000;
  text-align: left;
  margin-bottom: 0.5em;
  letter-spacing: -3px;
}

.c-concept02-lead span {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .c-concept02-lead {
    margin-bottom: 1em;
    font-size: 5.1rem;
  }
}

@media only screen and (max-width: 480px) {
  .c-concept02-lead {
    font-size: 3.5rem;
  }
}

.c-concept02-wrap {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
  .c-concept02-wrap {
    display: block;
  }
}

.c-concept02-wrap .c-concept02-txt {
  width: 55%;
  text-align: left;
  padding-left: 3em;
}

@media only screen and (max-width: 1024px) {
  .c-concept02-wrap .c-concept02-txt {
    width: 100%;
    padding-bottom: 1.5em;
    padding-left: 0;
  }
}

.c-concept02-wrap .c-concept02-txt .c-text {
  padding-right: 10em;
}

@media only screen and (max-width: 1024px) {
  .c-concept02-wrap .c-concept02-txt .c-text {
    padding-right: 0;
  }
}

.c-concept02-wrap .c-concept02-img {
  width: 45%;
}

.c-concept02-wrap .c-concept02-img img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .c-concept02-wrap .c-concept02-img {
    width: 100%;
  }
}

.c-concept03 {
  text-align: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.c-concept03__inner {
  max-width: 1400px;
  width: 90%;
  margin: auto;
}

.c-concept03-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .c-concept03-wrap {
    display: block;
  }
}

.c-concept03-wrap .c-title {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.c-concept03-01 {
  width: calc(100% / 3);
  padding: 0 13px;
}

@media only screen and (max-width: 1024px) {
  .c-concept03-01 {
    display: none;
  }
}

.c-concept03-02 {
  width: calc(100% / 3);
  padding: 0 13px;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .c-concept03-02 {
    width: 50%;
    padding: 0 13px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .c-concept03-02 {
    width: 100%;
    padding: 0 0 30px;
  }
}

.c-concept03-03 {
  width: calc(100% / 3);
  padding: 0 13px;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .c-concept03-03 {
    width: 50%;
    padding: 0 0 0 13px;
  }
}

@media only screen and (max-width: 480px) {
  .c-concept03-03 {
    width: 100%;
    padding: 0 0 30px;
  }
}

.c-concept04 {
  text-align: center;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 0;
}

.c-concept04__inner {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1280px) {
  .c-concept04__inner {
    width: 90%;
  }
}

@media only screen and (max-width: 1024px) {
  .c-concept04__inner {
    padding-bottom: 80px;
  }
}

.c-concept04-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .c-concept04-wrap {
    display: block;
  }
}

.c-concept04-wrap .c-concept04__txt {
  width: 50%;
  padding-right: 6em;
  text-align: left;
}

@media only screen and (max-width: 1280px) {
  .c-concept04-wrap .c-concept04__txt {
    padding-right: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .c-concept04-wrap .c-concept04__txt {
    width: 100%;
    padding-bottom: 30px;
  }
}

.c-concept04-wrap .c-concept04-lead {
  font-size: 7.5rem;
  line-height: 1.2;
  color: #000;
  text-align: left;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 1024px) {
  .c-concept04-wrap .c-concept04-lead {
    margin-bottom: 0.4em;
    font-size: 5.1rem;
  }
}

@media only screen and (max-width: 480px) {
  .c-concept04-wrap .c-concept04-lead {
    font-size: 3.5rem;
  }
}

.c-concept04-wrap .c-concept04__img {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  .c-concept04-wrap .c-concept04__img {
    width: 100%;
  }
}

.c-concept04-wrap .c-concept04__img img {
  width: 360px;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .c-concept04-wrap .c-concept04__img img {
    width: 200px;
    height: auto;
  }
}

.c-outline {
  padding-top: 150px;
  text-align: left;
}

.c-tbl {
  width: 100%;
  text-align: left;
}

.c-tbl td,
.c-tbl th {
  padding: 1em;
}

@media only screen and (max-width: 1024px) {
  .c-tbl td,
  .c-tbl th {
    display: block;
    width: 100%;
  }
}

.c-tbl th {
  border-bottom: 1px solid #000;
  width: 200px;
}

@media only screen and (max-width: 1024px) {
  .c-tbl th {
    width: 100%;
    border-bottom: 0;
    padding-top: 1.2em;
    padding-bottom: 0;
  }
}

.c-tbl td {
  border-bottom: 1px solid #cdcdcd;
}

@media only screen and (max-width: 1024px) {
  .c-tbl td {
    width: 100%;
    padding-bottom: 1.2em;
    padding-top: 0.5em;
  }
}

.c-tbl tr:first-child th {
  border-top: 1px solid #000;
}

.c-tbl tr:first-child td {
  border-top: 1px solid #cdcdcd;
}

.c-gmap {
  margin-top: 20px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.c-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-wrap-concept-greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 60px;
}

@media only screen and (max-width: 480px) {
  .c-wrap-concept-greeting {
    display: block;
  }
}

.c-wrap-concept-greeting__txt {
  flex-basis: auto;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .c-wrap-concept-greeting__txt {
    padding-bottom: 20px;
  }
}

.c-wrap-concept-greeting__txt .c-sign {
  margin-bottom: 1em;
}

@media only screen and (max-width: 1024px) {
  .c-wrap-concept-greeting__txt .c-sign {
    width: 200px;
  }
}

@media only screen and (max-width: 480px) {
  .c-wrap-concept-greeting__txt .c-sign {
    width: auto;
  }
}

.c-wrap-concept-greeting__ph {
  flex-basis: 400px;
  min-width: 400px;
  flex-shrink: 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .c-wrap-concept-greeting__ph {
    flex-basis: 200px;
    min-width: 200px;
  }
}

.c-wrap-concept-greeting__ph img {
  margin: auto;
}

/* ---------------------------------------------------
  Contact
------------------------------------------------------*/
.page-contact .l-contact-greeting {
  padding-bottom: 50px;
}

@media only screen and (max-width: 480px) {
  .page-contact .l-contact-greeting {
    padding-bottom: 20px;
    text-align: left;
  }
}

.page-contact .l-container-contact-tbl {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.page-contact .l-contact-tel {
  background-color: #E6E6E6;
  padding: 60px 0;
}

.page-contact .l-contact-mail {
  padding: 60px 0 100px;
}

.page-contact .c-contact-ttl {
  font-size: 2.0rem;
  font-weight: bold;
}

.page-contact .l-contact-mail .c-contact-ttl {
  margin-bottom: 0.8em;
}

.page-contact .c-contact-contents {
  font-size: 5.1rem;
}

@media only screen and (max-width: 1024px) {
  .page-contact .c-contact-contents {
    font-size: 3.0rem;
  }
}

@media only screen and (max-width: 480px) {
  .page-contact .c-contact-contents {
    font-size: 2.2rem;
  }
}

.page-contact .c-contact-contents span {
  font-size: 0.8em;
}

.c-form-tbl {
  width: 100%;
  text-align: left;
  margin-top: 50px;
}

.c-form-tbl .c-form-tbl__th {
  padding: 35px 0 35px 10px;
  width: 230px;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  vertical-align: middle;
  border-bottom: 1px solid #cfcfcf;
}

@media only screen and (max-width: 1024px) {
  .c-form-tbl .c-form-tbl__th {
    font-size: 1.6rem;
    padding: 1em 0 1em 0.5em;
    width: 200px;
    display: block;
    width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.c-form-tbl .c-form-tbl__th .icon-req {
  background-color: #c00;
  color: #FFF;
  display: inline-block;
  padding: 0.3em 0.5em;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media only screen and (max-width: 480px) {
  .c-form-tbl .c-form-tbl__th .icon-req {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-left: 15px;
    vertical-align: middle;
  }
}

.c-form-tbl .c-form-tbl__td {
  padding: 0.8em 1em 0.8em 6em;
  vertical-align: middle;
  border-bottom: 1px solid #cfcfcf;
}

@media only screen and (max-width: 1024px) {
  .c-form-tbl .c-form-tbl__td {
    padding: 1em 0 1em 1em;
  }
}

@media only screen and (max-width: 1024px) {
  .c-form-tbl .c-form-tbl__td {
    display: block;
    padding: 0.5em 0 1em;
  }
}

/*---------------------------------------------------
wpcf7
----------------------------------------------------*/
.form-parts-chk input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.5em 0 0.2em;
  padding: 0 0 0 1.6em;
  position: relative;
  font-size: 1.6rem;
}

.wpcf7-list-item-label::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.wpcf7-list-item-label::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
  border-left: 3px solid rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.form-parts-chk input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-parts-radio {
  position: relative;
  opacity: 1;
}

.form-parts-radio input[type="radio"] {
  opacity: 0;
  appearance: none;
  position: absolute;
}

.form-parts-radio .wpcf7-list-item > label {
  position: relative;
}

.form-parts-radio .wpcf7-list-item > label span {
  position: relative;
  align-items: center;
}

.form-parts-radio .wpcf7-list-item > label span::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #999;
  width: 19px;
  height: 19px;
}

.form-parts-radio .wpcf7-list-item > label span::after {
  content: '';
  display: block;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: #FFF;
  content: '';
  position: absolute;
  left: 3px;
  display: block;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: #FFF;
}

.form-parts-radio input[type="radio"]:checked + span::before {
  border: 6px solid #ABABAB;
}

/*----------------------------------
エラーメッセージ
----------------------------------*/
.l-contact-mail .wpcf7 .wpcf7-not-valid-tip {
  color: #c00;
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
}

.l-contact-mail .wpcf7 form.invalid .wpcf7-response-output,
.l-contact-mail .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #c00;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  margin-top: 30px;
  border: 2px solid #c00;
  background-color: #f6e8e8;
}

.l-contact-mail .wpcf7 form.failed .wpcf7-response-output,
.l-contact-mail .wpcf7 form.aborted .wpcf7-response-output {
  color: #c00;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  margin-top: 30px;
  border: 2px solid #c00;
  background-color: #f6e8e8;
}

.l-contact-mail .wpcf7 form.sent .wpcf7-response-output {
  color: #31708f;
  border: 2px solid #31708f;
  background-color: #d9edf7;
}

/* ---------------------------------------------------
  Humanism                                
------------------------------------------------------*/
/* ---------------------------------------------------
  Blog
------------------------------------------------------*/
.c-page-title-blogsub {
  font-size: 3.3rem;
  line-height: 1.2;
  padding: 0.5em 0;
}

.l-c-post-list-body {
  position: relative;
}

.l-c-post-list-body .l-side {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.l-c-post-list-body .c-post-list {
  position: relative;
  padding-top: 141px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .l-c-post-list-body .c-post-list {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.c-post-list {
  text-align: center;
  width: 100%;
}

.c-post-list__inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 80px;
}

@media only screen and (max-width: 1024px) {
  .c-post-list__inner {
    max-width: 600px;
  }
}

.c-wrap-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
  .c-wrap-post-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-wrap-post-list .c-post-list-thumb {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
  .c-wrap-post-list .c-post-list-thumb {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-wrap-post-list .c-post-list-thumb .c-post-img-zoom {
  overflow: hidden;
}

.c-wrap-post-list .c-post-list-thumb .c-post-img-zoom img {
  object-fit: cover;
  width: 100%;
  height: 345px;
}

@media only screen and (max-width: 1024px) {
  .c-wrap-post-list .c-post-list-thumb .c-post-img-zoom img {
    height: auto;
  }
}

.c-wrap-post-list .c-post-list-thumb .c-post-img-zoom:hover img {
  transform: scale3d(1.1, 1.1, 1);
}

.c-wrap-post-list .c-post-list-thumb .c-post-list-cate {
  font-size: 3.7rem;
  text-align: left;
  color: #919191;
  line-height: 1;
}

.c-wrap-post-list .c-post-list-txt {
  padding: 37px 25px 10px;
  text-align: left;
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .c-wrap-post-list .c-post-list-txt {
    width: 100%;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-wrap-post-list .c-post-list-txt .c-post-list-title {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 1.2;
  padding-bottom: 1em;
  padding-top: 1em;
}

.c-wrap-post-list .c-post-list-txt .c-post-list-title span {
  font-size: 0.86em;
}

@media only screen and (max-width: 1024px) {
  .c-wrap-post-list .c-post-list-txt .c-post-list-title {
    padding-bottom: 0.5em;
  }
}

.c-wrap-post-list .c-post-list-txt .c-post-list-date {
  font-size: 0.8em;
}

.c-wrap-post-list .c-post-list-txt .c-post-list-txtbox {
  font-size: 1.6rem;
}

/*サイド*/
.c-side {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 1024px) {
  .c-side {
    max-width: 600px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-side__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media only screen and (max-width: 480px) {
  .c-side__inner {
    display: block;
  }
}

.c-side-title {
  text-align: left;
  width: 150px;
  position: relative;
  font-family: 'Sen', sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .c-side-title {
    background-color: #000;
    color: #FFF;
    width: 100%;
    padding: 0.2em 1em;
  }
  .c-side-title:hover {
    cursor: pointer;
  }
}

.c-side-title:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 13px;
  right: 30px;
  transform: rotate(-135deg) scale(1, 1);
  transform-origin: left;
}

@media only screen and (max-width: 1024px) {
  .c-side-title:after {
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    right: 10px;
    transform: rotate(-45deg) scale(1, 1);
  }
}

@media only screen and (max-width: 1024px) {
  .c-side-title.is-active:after {
    transform: rotate(135deg) scale(1, 1);
    top: 10px;
    right: 3px;
  }
}

/*カテゴリ*/
.c-side-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .c-side-category {
    display: block;
    width: 50%;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 480px) {
  .c-side-category {
    width: 100%;
  }
}

.c-side-category-list {
  margin-left: -1em;
}

@media only screen and (max-width: 1024px) {
  .c-side-category-list {
    margin-left: 0;
    background-color: #CDCDCD;
  }
}

.c-side-category-list .c-side-category-list__item {
  display: inline;
  border-right: 1px solid #000;
}

@media only screen and (max-width: 1024px) {
  .c-side-category-list .c-side-category-list__item {
    display: block;
    text-align: left;
    border-right: 0;
  }
}

.c-side-category-list .c-side-category-list__item a {
  display: inline-block;
  padding: 0.2em 1em;
}

.c-side-category-list .c-side-category-list__item a:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 1024px) {
  .c-side-category-list .c-side-category-list__item a {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .c-side-category-list {
    display: none;
  }
}

/*アーカイブ*/
.c-side-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .c-side-archive {
    display: block;
    width: 50%;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 480px) {
  .c-side-archive {
    width: 100%;
    margin-top: 1px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-wrap-side-archive {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .c-side-archive-year {
    background-color: #DFDFDF;
  }
  .c-side-archive-year:hover {
    cursor: pointer;
    color: #999;
  }
}

.c-side-archive-year:after {
  content: ".";
}

@media only screen and (max-width: 1024px) {
  .c-side-archive-year:after {
    content: none;
  }
}

.c-side-year-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .c-side-year-box {
    display: block;
    text-align: left;
  }
}

.c-side-archive-year {
  padding-right: 0.5em;
}

@media only screen and (max-width: 1024px) {
  .c-side-archive-year {
    padding: 0.2em 1em;
    background-color: #CDCDCD;
  }
}

@media only screen and (max-width: 1024px) {
  .c-list-archive {
    display: none;
  }
}

.c-list-archive .c-list-archive__item {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .c-list-archive .c-list-archive__item {
    display: block;
    text-align: left;
    background-color: #efefef;
  }
}

@media only screen and (max-width: 1024px) {
  .c-list-archive .c-list-archive__item a {
    padding: 0.2em 1em;
    display: block;
  }
}

.c-list-archive .c-list-archive__item a:hover {
  opacity: 0.5;
}

.c-list-archive .c-list-archive__item a:after {
  content: '/';
  padding: 0 0.5em;
}

@media only screen and (max-width: 1024px) {
  .c-list-archive .c-list-archive__item a:after {
    content: '月';
  }
}

.c-list-archive .c-list-archive__item a:last-child a:after {
  content: none;
}

@media only screen and (max-width: 1024px) {
  .c-list-archive .c-list-archive__item a:last-child a:after {
    content: '月';
    display: inline;
  }
}

.c-post-dt {
  position: relative;
  padding-top: 44px;
}

@media only screen and (max-width: 1024px) {
  .c-post-dt {
    padding-top: 30px;
  }
}

.c-post-dt__inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .c-post-dt__inner {
    max-width: 600px;
  }
}

.l-c-post-dt-body {
  position: relative;
}

.l-c-post-dt-body .l-side {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.c-post-dt-article {
  text-align: left;
}

.c-post-dt-article .c-post-dt-title {
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.8em;
}

@media only screen and (max-width: 1024px) {
  .c-post-dt-article .c-post-dt-title {
    font-size: 2.0rem;
  }
}

.c-post-dt-article .c-wrap-post-dt-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  padding-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .c-post-dt-article .c-wrap-post-dt-info {
    padding-top: 30px;
  }
}

.c-post-dt-article .c-post-dt-date {
  color: #919191;
  padding-top: 28px;
  padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .c-post-dt-article .c-post-dt-date {
    font-size: 1.4rem;
    padding-right: 15px;
  }
}

.c-post-dt-article .c-post-dt-cate .c-post-dt-cate__item {
  display: inline-block;
  padding: 0 0.2em;
  font-family: 'Sen', sans-serif;
  font-weight: 400;
  font-size: 4.0rem;
  color: #e0e0e0;
}

.c-post-dt-article .c-post-dt-cate .c-post-dt-cate__item a {
  line-height: 1;
}

.c-post-dt-article .c-post-dt-eyecatch {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .c-post-dt-article .c-post-dt-eyecatch {
    margin-bottom: 20px;
  }
}

.c-post-dt-article .c-post-dt-txtbox {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .c-post-dt-article .c-post-dt-txtbox {
    padding-bottom: 20px;
  }
}

.c-post-dt-line {
  border: 0;
  border-top: 1px solid #C9CACA;
  margin: 30px 0;
}

.c-post-dt-tag {
  margin-left: -3px;
  margin-right: -3px;
}

.c-post-dt-tag .c-post-dt-tag__item {
  font-size: 1.3rem;
  display: inline-block;
  margin: 3px;
}

.c-post-dt-tag .c-post-dt-tag__item a {
  background-color: #cdcdcd;
  color: #fff;
  line-height: 1;
  padding: 0.3em 0.8em;
}

.c-post-dt-tag .c-post-dt-tag__item a:hover {
  background-color: #999;
}

.l-news-hero {
  text-align: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  .l-news-hero {
    margin-bottom: 20px;
  }
}

.l-news-hero .l-news-hero__inner {
  width: 100%;
  position: relative;
}

.l-news-hero .l-news-hero__inner img {
  position: relative;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

@media only screen and (max-width: 1280px) {
  .l-news-hero .l-news-hero__inner img {
    height: 410px;
  }
}

@media only screen and (max-width: 1024px) {
  .l-news-hero .l-news-hero__inner img {
    height: 250px;
  }
}

@media only screen and (max-width: 480px) {
  .l-news-hero .l-news-hero__inner img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: fill;
  }
}

.l-news-hero .c-box-news-article-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  width: 90%;
}

.l-news-hero .c-box-news-article-header .c-news-article-title {
  font-size: 5.0rem;
}

@media only screen and (max-width: 1024px) {
  .l-news-hero .c-box-news-article-header .c-news-article-title {
    font-size: 2.0rem;
  }
}

.l-news-hero .c-box-news-article-header .c-news-article-memo {
  font-size: 2.8rem;
}

@media only screen and (max-width: 1024px) {
  .l-news-hero .c-box-news-article-header .c-news-article-memo {
    font-size: 1.4rem;
  }
}

.c-share-box {
  text-align: center;
  border-bottom: 1px solid #221815;
  padding-bottom: 40px;
}

.c-share-box .c-share-list .c-share-list__item {
  display: inline-block;
  margin: 0 5px;
}

.c-share-box .c-share-list .c-share-list__item.is-fb a {
  display: inline-block;
  background-color: #4267b2;
  color: #FFF;
  padding: 0.3em 0.8em;
  font-size: 1.2rem;
  line-height: 1;
}

.c-share-box .c-share-list .c-share-list__item.is-fb a:hover {
  opacity: 0.6;
}

.c-share-box .c-share-list .c-share-list__item.for-lp a {
  background-color: #e60012;
  color: #FFF;
  display: inline-block;
  padding: 0.25em 0.8em;
  font-size: 1.4rem;
  line-height: 1;
}

.c-share-box .c-share-list .c-share-list__item.for-lp a:hover {
  opacity: 0.6;
}

.c-news-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .c-news-pager {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.c-news-pager a {
  font-family: 'Sen', sans-serif;
  font-weight: 400;
}

.c-news-pager a:hover {
  opacity: 0.3;
}

.c-news-pager .c-news-pager-prev {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

.c-news-pager .c-news-pager-next {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 0 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.c-news-pager .c-news-pager-back {
  position: relative;
  height: 36px;
  width: 30px;
  display: inline-block;
  box-sizing: border-box;
}

.c-news-pager .c-news-pager-back div {
  position: absolute;
  left: 0;
  height: 3px;
  width: 24px;
  background-color: #444;
  display: inline-block;
  box-sizing: border-box;
}

.c-news-pager .c-news-pager-back div:nth-of-type(1) {
  top: 0;
}

.c-news-pager .c-news-pager-back div:nth-of-type(2) {
  top: 6px;
}

.c-news-pager .c-news-pager-back div:nth-of-type(3) {
  top: 12px;
}

.c-news-pager .c-news-pager-back div:nth-of-type(4) {
  top: 18px;
}
