@charset "utf-8";


/************************************************************************************************
* TOPページ
************************************************************************************************/


/**************************************************************
* mv
**************************************************************/

/* mv
**************************************************************/
.mv {
  position: relative;
	width: 100%;
  height: 100vh;
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}

/* c-outer
**************************************************************/
.mv .c-outer {}

/* mv-list item__contents
**************************************************************/
.mv-list .item__contents {
  position: relative;
  background-color: var(--base-bg-color);
}


/* mv-list item__photo
**************************************************************/
.mv-list .item__photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media all and (min-width: 768px) {
  .mv-list .item__photo {}
}
@media all and (min-width: 1921px) {
  .mv-list .item__photo {}
}
@media all and (max-width: 767px) {
  .mv-list .item__photo {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* item__photo-bg
********************************/
.mv-list .item__photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv-list .--01 .item__photo-bg {
	background-image: url(../img/top/mv/main_01.jpg);
}
.mv-list .--02 .item__photo-bg {
	background-image: url(../img/top/mv/main_02.jpg);
}
.mv-list .--03 .item__photo-bg {
  background-image: url(../img/top/mv/main_03.jpg);
}
.mv-list .item__photo-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 40%, var(--accent-color-01) 100%);
}
@media all and (min-width: 768px) {
  .mv-list .item__photo-bg {
  }
}
@media all and (max-width: 767px) {
  .mv-list .item__photo-bg {
  }
}


/* mv-cp-container
**************************************************************/
.mv-cp-container {}
@media all and (min-width: 768px) {
  .mv-cp-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 70.833%;
    min-width: 70rem;
    margin: 0 auto 0;
    padding-top: 28.125vw;
  }
}
@media all and (min-width: 1921px) {
  .mv-cp-container {
    padding-top: 54rem;
  }
}
@media all and (max-width: 767px) {
  .mv-cp-container {
    position: relative;
    z-index: 2;
    width: 92%;
    margin: 0 auto;
    padding-top: 40.333vw;
  }
}


/* mv-cp-main
********************************/
.mv-cp-main .mv-cp__inner {
  line-height: 1.576;
}
.mv-cp-main .mv-cp__inner {
  display: block;
  color: var(--main-font-color);
}
@media all and (min-width: 768px) {
  .mv-cp-main {
    font-size: 2.7083vw;
  }
}
@media all and (min-width: 1921px) {
  .mv-cp-main {
    font-size: 5.2rem;
  }
}
@media all and (max-width: 767px) {
  .mv-cp-main {
    font-size: 8vw;
  }
}


/* mv-cp
********************************/
.mv-cp {}
@media all and (min-width: 768px) {
  .mv-cp {
    margin-top: 2.083vw;
  }
}
@media all and (min-width: 1921px) {
  .mv-cp {
    margin-top: 4rem;
  }
}
@media all and (max-width: 767px) {
  .mv-cp {
    margin-top: 6.4vw;
  }
}

/* mv-cp mv-cp__inner
********************************/
.mv-cp .mv-cp__inner {
  position: relative;
  color: var(--main-font-color);
  line-height: 1.642;
}
.mv-cp .mv-cp__inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1rem;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .mv-cp .mv-cp__inner {
    font-size: 1.458vw;
  }
  .mv-cp .mv-cp__inner::before {
    margin-bottom: -.9375vw;
  }
}
@media all and (min-width: 1920px) {
  .mv-cp .mv-cp__inner {
    font-size: 2.8rem;
  }
  .mv-cp .mv-cp__inner::before {
    margin-bottom: -1.8rem;
  }
}
@media all and (max-width: 767px) {
  .mv-cp .mv-cp__inner {
    font-size: 4.8vw;
  }
}


/* mv-sub-container
**************************************************************/
.mv-sub-container {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100vh;
  border-left: .1rem dashed #fff;
  border-right: .1rem dashed #fff;
}
@media all and (min-width: 768px) {
  .mv-sub-container {
    width: 16rem;
  }
}
@media all and (max-width: 767px) {
  .mv-sub-container {
    width: 7rem;
  }
}


/* mv-sub-container__inner
********************************/
.mv-sub-container__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) {
  .mv-sub-container__inner {}
}


/* mv-sub-cp-container
********************************/
.mv-sub-cp-container {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.mv-sub-cp {
  writing-mode: vertical-lr;
  color: var(--main-font-color);
}
@media all and (min-width: 768px) {
  .mv-sub-cp-container {}
  .mv-sub-cp {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 767px) {
  .mv-sub-cp-container {}
}



/* c-shape-btn-container
**************************************************************/

/* c-shape-btn
********************************/
@media all and (min-width: 768px) and (max-width: 1920px) {
  .mv .c-shape-btn-container {
    width: 5.208vw;
  }
  .mv .c-shape-btn {
    width: 5.208vw;
  }
}

/* c-shape-btn-link-arrow
********************************/
@media all and (min-width: 768px) and (max-width: 1920px) {
  .mv .c-shape-btn-link-arrow::before {
    width: 4.166vw;
    margin: auto 0 auto -1.5625vw;
  }
}



/* c-slider-pager-wrapper
**************************************************************/
@media all and (max-width: 767px) {
  .mv .c-slider-pager-wrapper {
    margin-top: 2rem;
  }
}


/* c-slider-pager-container
********************************/
@media all and (min-width: 768px) {
  .mv .c-slider-pager-container {
    margin: 4rem auto 0;
  }
}
@media all and (min-width: 1360px) and (max-width: 1920px) {
  .mv .c-slider-pager-container {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10.416%;
    margin: 0 11.458% 10.416% 0;
  }
}
@media all and (min-width: 1921px) {
  .mv .c-slider-pager-container {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 22rem 20rem 0;
  }
}


/* c-slider-pager
********************************/
@media all and (min-width: 768px) and (max-width: 1920px) {
  .mv .c-slider-pager {
    width: 30%;
    margin: 0 10%;
    padding-top: 30%;
  }
}

/* c-shape-btn-link-arrow
********************************/
@media all and (min-width: 768px) {}


/**************************************************************
* news
**************************************************************/
@media all and (min-width: 768px) {
  .news {
    padding: 12rem 0;
  }
}
@media all and (max-width: 767px) {
  .news {
    padding: 4rem 0;
  }
}


/* c-btn
**************************************************************/
@media all and (min-width: 768px) {
.news .c-btn {
  margin-top: 2rem;
}
}


/**************************************************************
* concept
**************************************************************/
@media all and (min-width: 768px) {
  .front_page .concept {
    padding-bottom: 28rem;
    border-top: 4rem solid #fff;
  }
}
@media all and (max-width: 767px) {
  .front_page .concept {
    border-top: 2rem solid #fff;
  }
}


/* c-outer
**************************************************************/
@media all and (min-width: 768px) {
  .concept .c-outer {
    min-width: 74rem;
    max-width: 192rem;
  }
}
@media all and (max-width: 767px) {
  .concept .c-outer {
    width: 92%;
  }
}


/* c-main-ttl-container
**************************************************************/


/* c-main-ttl
********************************/
@media all and (min-width: 1360px) {
  .front_page .c-contents .c-main-ttl {
    font-size: 2.0833vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .front_page .c-contents .c-main-ttl {
    font-size: 2.941vw;
  }
}
@media all and (min-width: 1920px) {
  .front_page .c-contents .c-main-ttl {
    font-size: 4rem;
  }
}


/* c-head-vl-2
**************************************************************/
@media all and (min-width: 768px) {
  .c-head-container.--concept .c-head-vl-2 {
    text-align: left;
  }
}


/* c-contents.--concept
**************************************************************/
.front_page .c-contents.--concept {
  position: relative;
}
@media all and (min-width: 768px) {
  .front_page .c-contents.--concept {
    padding: 7rem 0;
  }
}
@media all and (max-width: 767px) {
  .front_page .c-contents.--concept {
  }
}


/* concept-contents
**************************************************************/
.concept-contents {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  .front_page .concept-contents {}
}
@media all and (max-width: 767px) {
  .front_page .concept-contents {}
}


/* concept-info
**************************************************************/
@media all and (min-width: 768px) and (max-width: 1360px) {
  .concept-info {
    width: 100%;
  }
}
@media all and (min-width: 1361px) {
  .concept-info {
    width: 45.4761%;
  }
}

/* concept-img
**************************************************************/
.concept-img {}
.concept-img img {
}
@media all and (min-width: 1201px) {
  .concept-img {
    width: 41.764%;
  }
}
@media all and (max-width: 1200px) {
  .concept-img {
    display: none;
  }
}


/* c-main-ttl-container
**************************************************************/
@media all and (min-width: 768px) and (max-width: 1360px) {
  .concept .c-main-ttl-container::after {
    display: block;
    width: 75.733%;
    margin: 5.882% auto;
    padding-top: 50.533%;
  }
}
@media all and (max-width: 767px) {
  .concept .c-main-ttl-container::after {
  }
}

/* c-main-ttl
********************************/
.concept .c-main-ttl__txt.--st {
  color: #E31E23;
}


/* c-lead-container
**************************************************************/
@media all and (min-width: 768px) {
  .concept .c-lead-container {
    margin-top: 2rem;
  }
}
@media all and (max-width: 767px) {
  .concept .c-lead-container {
    
  }
}

/* c-lead
********************************/
.concept .c-lead {
  color: var(--base-font-color);

}
@media all and (min-width: 768px) {}


/* concept-list-container
**************************************************************/


/* list__item
********************************/
.concept-list img {}
@media all and (min-width: 768px) {
  .concept-list .list__item {
    position: absolute;
    top: 0;
    left: 0;
  }
  .concept-list .--02 {
    z-index: 2;
  }
  .concept-list .--03 {
    z-index: 1;
  }
  .concept-list .--01 {
    width: 22.261%;
  }
  .concept-list .--02 {
    z-index: 2;
    width: 23.809%;
  }
  .concept-list .--03 {
    width: 17.857%;
  }
}
@media all and (min-width: 768px) and (max-width: 1360px) {
  .concept-list .--01 {
    margin: 37.6191% 0 0 9.654%;
  }
  .concept-list .--02 {
    margin: 29.417% 0 0 38.869%;
  }
  .concept-list .--03 {
    margin: 60.178% 0 0 38.869%;
  }
}
@media all and (min-width: 1361px) {
  .concept-list .--01 {
    width: 22.261%;
    margin: -2.3809% 0 0 50.654%;
  }
  .concept-list .--02 {
    z-index: 2;
    width: 23.809%;
    margin: -9.583% 0 0 78.869%;
  }
  .concept-list .--03 {
    z-index: 1;
    width: 17.857%;
    margin: 20.178% 0 0 78.869%;
  }
}
@media all and (max-width: 767px) {
  .concept-list-container {
    margin-top: 17.391%;
  }
  .concept-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .concept-list .--01 {
    width: 38.985%;
  }
  .concept-list .--02 {
    width: 41.594%;
    margin: 11.594% 0 0 11.594%;
  }
  .concept-list .--03 {
    width: 31.1594%;
    margin: 11.594% auto 0;
  }
}


/**************************************************************
* intro
**************************************************************/
.intro.c-section {
  position: relative;
  background-color: var(--main-bg-color);
}
.intro.c-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  background-color: var(--main-bg-color);
  background-image: url(../img/common/bg_pattern_02.svg);
  background-position: center 0;
  background-repeat: repeat;
}
@media all and (min-width: 768px) {
  .intro.c-section::before {
    height: 14rem;
    margin: -14rem 0 0 0;
    background-size: 2.2rem 2.4rem;
  }
}
@media all and (max-width: 767px) {
  .intro.c-section::before {
    height: 10rem;
    margin: -10rem 0 0 0;
    background-size: 2.2rem 2.4rem;
  }
}


/* c-contents.--intro
**************************************************************/
.front_page .c-contents.--intro {
  max-width: 168rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media all and (min-width: 768px) {
  .front_page .c-contents.--intro {}
}


/* intro-contents-wrapper
**************************************************************/
@media all and (min-width: 768px) {
  .front_page .intro-contents-wrapper {}
}

/* intro-contents
**************************************************************/
.intro-contents {
  max-width: 152rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  .intro-contents {
    padding: 8rem;
  }
}
@media all and (max-width: 767px) {
  .intro-contents {
    padding: 4.6rem 2.6rem;
  }
}


/* intro-contents__inner
********************************/
.intro-contents__inner {}
@media all and (min-width: 768px) {
  .intro-contents__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/* intro-info
********************************/
@media all and (min-width: 1280px) {
  .intro-info {
    width: 67.7631%;
  }
}
@media all and (min-width: 768px) and (max-width: 1280px) {
  .intro-info {
    width: 100%;
  }
}

/* intro-list-container
********************************/
@media all and (min-width: 1281px) {
  .intro-list-container {
    width: 26.3157%;
    margin-top: 2.5%;
  }
}
@media all and (max-width: 1280px) {
  .intro-list-container {
    display: none;
  }
}


/* c-lead-container
**************************************************************/
.front_page .intro .c-lead-container {
  position: relative;
}
.front_page .intro .c-lead-container::before {
  content: "";
  height: 0;
  background-image: url(../img/top/intro/img_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .front_page .intro .c-lead-container {
    margin-top: 5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1280px) {
  .front_page .intro .c-lead-container::before {
    width: 40rem;
    margin: 0 0 3.2rem;
    padding-top: 40rem;
  }
  }
@media all and (max-width: 1280px) {
  .front_page .intro .c-lead-container::before {
    display: block;
    width: 20rem;
    margin: 3.2rem auto;
    padding-top: 20rem;
  }
}
@media all and (max-width: 767px) {}


/**************************************************************
* work
**************************************************************/


/* c-contents.--about
**************************************************************/
@media all and (min-width: 768px) {
  .c-contents.--work {
  }
}


/* workCard-list-wrapper
**************************************************************/
.workCard-list-wrapper {
  position: relative;
}
.workCard-list-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}

@media all and (min-width: 768px) {
  .workCard-list-wrapper::before {
    width: calc(100%);
  }
}
@media all and (max-width: 767px) {
  .workCard-list-wrapper::before {
    width: calc(100%);
  }
}


/* workCard-list-outer
**************************************************************/
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/* workCard-list-container
**************************************************************/
.workCard-list-container {
  position: relative;
}
@media all and (min-width: 768px) {
  .workCard-list-container {}
}
@media all and (max-width: 767px) {
  .workCard-list-container {}
}


/* workCard-list
********************************/
.workCard-list {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .work .workCard-list {
    width: calc(100% - 6.25%);
    margin-left: 6.25%;
  }
}
@media all and (max-width: 767px) {
  .workCard-list {
  }
}


/* list__item
********************************/
@media all and (min-width: 768px) {
  .workCard-list .list__item {
    width: 33.333% !important;
  }
}
@media all and (max-width: 767px) {
  .workCard-list .list__item {
    width: 92%;
    margin: 0 auto;
  }
}


/* item__link
********************************/


/* item__contents
********************************/
@media all and (min-width: 768px) {
  .workCard-list .item__contents {}
}

/* item__contents__inner
********************************/
.workCard-list .item__contents__inner {
  overflow: hidden;
  position: relative;
}

/* item__img-info
********************************/
.workCard-list .item__img-info {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 100%;
  transform: translate(-50%, 0);
}
@media all and (min-width: 768px) {
  .workCard-list .item__img-info {
    padding: 2.083vw;
  }
}
@media all and (min-width: 1920px) {
  .workCard-list .item__img-info {
    padding: 4rem;
  }
}
@media all and (max-width: 767px) {
  .workCard-list .item__img-info {
    padding: 5.797vw;
  }
}

/* item__header
********************************/
@media all and (min-width: 768px) {
  .workCard-list .item__header {
  }
}

/* item__body
********************************/
@media all and (min-width: 768px) {
  .workCard-list .item__body {
  }
}

/* item__img
********************************/
.workCard-list .item__img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform  var(--transition-speed);
}
.workCard-list .--01 .item__img {
  background-image: url(../img/top/work/img_01.jpg);
}
.workCard-list .--02 .item__img {
  background-image: url(../img/top/work/img_02.jpg);
}
.workCard-list .--03 .item__img {
  background-image: url(../img/top/work/img_03.jpg);
}
.workCard-list .--04 .item__img {
  background-image: url(../img/top/work/img_04.jpg);
}
.workCard-list .item__img-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media all and (min-width: 768px) {
  .workCard-list .item__img {
    padding-top: 141.666%;
  }
}
@media all and (max-width: 767px) {
  .workCard-list .item__img {
    padding-top: 141.666%;
  }
}
@media (hover: hover) {
  .workCard-list .item__link:hover .item__img {
    transform: scale(1.2);
  }
}


/* item__tag
********************************/
.workCard-list .item__tag {
}
.workCard-list .item__tag-ttl {
  color: var(--main-font-color);
  font-weight: bold;
  line-height: 1.5;
}
.workCard-list .item__tag-num {
  color: var(--main-font-color);
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .workCard-list .item__tag {
    padding: 2.083vw 0;
  }
  .workCard-list .item__tag-ttl {
    margin-top: 1.6rem;
    font-size: 1.25vw;
  }
  .workCard-list .item__tag-num {
    font-size: .7291vw;
  }
}
@media all and (min-width: 1920px) {
  .workCard-list .item__tag {
    padding: 4rem 0;
  }
  .workCard-list .item__tag-ttl {
    margin-top: 1.6rem;
    font-size: 2.4rem;
  }
  .workCard-list .item__tag-num {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .workCard-list .item__tag {
    padding: 2.8rem 0;
  }
  .workCard-list .item__tag-ttl {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .workCard-list .item__tag-num {}
}
@media all and (max-width: 320px) {
  .workCard-list .item__tag {
  }
  .workCard-list .item__tag-ttl {
    font-size: 1.6rem;
  }
}


/* item__des-container
********************************/
.workCard-list .item__des {
  color: var(--main-font-color);
  line-height: 2;
}
@media all and (min-width: 768px) {
  .workCard-list .item__des-container {
  }
  .workCard-list .item__des {
    font-size: .833vw;
  }
  .workCard-list .item__des + .item__des {
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 1920px) {
  .workCard-list .item__des {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .workCard-list .item__des-container {
  }
  .workCard-list .item__des {
    font-size: 1.4rem;
  }
  .workCard-list .item__des + .item__des {
    margin-top: 1.4rem;
  }
}
@media all and (max-width: 320px) {
  .workCard-list .item__des {
    font-size: 1.3rem;
  }
}


/* c-btn-container
**************************************************************/
@media all and (min-width: 768px) {}


/*
* c-slider-pager-wrapper
**************************************************************/
@media all and (min-width: 768px) {
  .work .c-slider-pager-wrapper {
    margin-bottom: 6rem;
  }
}
@media all and (max-width: 767px) {
  .work .c-slider-pager-wrapper {
    margin-bottom: 4rem;
  }
}

/* c-slider-pager-container
********************************/
@media all and (min-width: 768px) {
  .work .c-slider-pager-container {
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .work .c-slider-pager-container {
    margin-left: auto;
    margin-right: auto;
  }
}


/**************************************************************
* products
**************************************************************/
.products.c-section {
  position: relative;
  background-color: var(--main-bg-color);
}

/* c-contents.--about
**************************************************************/
@media all and (min-width: 768px) {
  .c-contents.--work {}
}


/* productsCard-list-wrapper
**************************************************************/
.productsCard-list-wrapper {
  position: relative;
}

.productsCard-list-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}

@media all and (min-width: 768px) {
  .productsCard-list-wrapper::before {
    width: calc(100%);
  }
}

@media all and (max-width: 767px) {
  .productsCard-list-wrapper::before {
    width: calc(100%);
  }
}


/* productsCard-list-outer
**************************************************************/
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}


/* productsCard-list-container
**************************************************************/
.productsCard-list-container {
  position: relative;
}
@media all and (min-width: 768px) {
  .productsCard-list-container {}
}
@media all and (max-width: 767px) {
  .productsCard-list-container {}
}


/* productsCard-list
********************************/
.productsCard-list {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .productsCard-list {
    width: calc(100% - 6.25%);
    margin-left: 6.25%;
  }
}
@media all and (max-width: 767px) {
  .productsCard-list {}
}


/* list__item
********************************/
.productsCard-list .list__item {
  border-left: 0.1rem dashed #fff;
  border-right: 0.1rem dashed #fff;
  border-bottom: 0.1rem dashed #fff;
}
@media all and (min-width: 768px) {
  .productsCard-list .list__item {
    width: 31.25% !important;
  }
}
@media all and (max-width: 767px) {
  .productsCard-list .list__item {
    width: 92%;
    margin: 0 auto;
  }
}


/* item__link
********************************/
.productsCard-list .item__link {
  height: 100%;
}
@media all and (min-width: 768px) {
}


/* item__contents
********************************/
@media all and (min-width: 768px) {
  .productsCard-list .item__contents {}
}

/* item__contents__inner
********************************/
.productsCard-list .item__contents__inner {
  position: relative;
}

/* item__img-info
********************************/
.productsCard-list .item__img-info {

}
@media all and (min-width: 768px) {
  .productsCard-list .item__img-info {
    padding: 1.5625vw 2.083vw 2.083vw;
    padding: 3rem 4rem 4rem;
  }
}
@media all and (min-width: 1920px) {
  .productsCard-list .item__img-info {
    padding: 3rem 4rem 4rem;
  }
}
@media all and (max-width: 767px) {
  .productsCard-list .item__img-info {
    padding: 5.333%;
  }
}

/* item__header
********************************/
@media all and (min-width: 768px) {
  .productsCard-list .item__header {}
}

/* item__body
********************************/
@media all and (min-width: 768px) {
  .productsCard-list .item__body {}
}

/* item__img
********************************/
.productsCard-list .item__img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
}
.productsCard-list .item__img-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.productsCard-list .item__img-photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media all and (min-width: 768px) {
  .productsCard-list .item__img {
    padding-top: 100%;
  }
}
@media all and (max-width: 767px) {
  .productsCard-list .item__img {
    padding-top: 100%;
  }
}


/* item__tag
********************************/
.productsCard-list .item__tag {}
.productsCard-list .item__tag-ttl {
  color: var(--main-font-color);
  font-weight: bold;
  line-height: 1.5;
}
.productsCard-list .item__tag-category {
  display: flex;
}
.productsCard-list .item__tag-category__list {
  color: var(--main-font-color);
  font-weight: bold;
  text-align: center;
  background-color: var(--accent-color-01);
}
.productsCard-list .item__tag-category__list {
  margin-right: 1rem;
}
@media all and (min-width: 768px) {
  .productsCard-list .item__tag {
    padding: 0 0 2.083vw;
  }
  .productsCard-list .item__tag-ttl {
    margin-top: 1.6rem;
    font-size: 1.25vw;
    font-size: 2.4rem;
  }
  .productsCard-list .item__tag-category {
    
  }
  .productsCard-list .item__tag-category__list {
    width: 14.4rem;
    padding: 12px 0;
    font-size: .7291vw;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1920px) {
  .productsCard-list .item__tag {
    padding: 0 0 4rem;
  }
  .productsCard-list .item__tag-ttl {
    margin-top: 2.5rem;
    font-size: 2.4rem;
  }
  .productsCard-list .item__tag-category {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .productsCard-list .item__tag {
    padding: 0 0 2rem;
  }
  .productsCard-list .item__tag-ttl {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .productsCard-list .item__tag-category {}
  .productsCard-list .item__tag-category__list {
    width: 10rem;
    padding: 12px 0;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 320px) {
  .productsCard-list .item__tag {}
  .productsCard-list .item__tag-ttl {
    font-size: 1.6rem;
  }
}


/* item__des-container
********************************/
.productsCard-list .item__des {
  color: var(--main-font-color);
  line-height: 2;
}
@media all and (min-width: 768px) {
  .productsCard-list .item__des-container {}
  .productsCard-list .item__des {
    font-size: .833vw;
    font-size: 1.6rem;
  }
  .productsCard-list .item__des+.item__des {
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 1920px) {
  .productsCard-list .item__des {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 767px) {
  .productsCard-list .item__des-container {}
  .productsCard-list .item__des {
    font-size: 1.4rem;
  }
  .productsCard-list .item__des+.item__des {
    margin-top: 1.4rem;
  }
}
@media all and (max-width: 320px) {
  .productsCard-list .item__des {
    font-size: 1.3rem;
  }
}


/* c-btn-container
**************************************************************/
@media all and (min-width: 768px) {}


/*
* c-slider-pager-wrapper
**************************************************************/
@media all and (min-width: 768px) {
  .products .c-slider-pager-wrapper {
    margin-bottom: 6rem;
  }
}
@media all and (max-width: 767px) {
  .products .c-slider-pager-wrapper {
    margin-bottom: 4rem;
  }
}

/* c-slider-pager-container
********************************/
@media all and (min-width: 768px) {
  .products .c-slider-pager-container {
    margin-left: auto;
  }
}
@media all and (max-width: 767px) {
  .products .c-slider-pager-container {
    margin-left: auto;
    margin-right: auto;
  }
}


/**************************************************************
* company
**************************************************************/


/**************************************************************
* recruit
**************************************************************/
.recruit.c-section {
  background-color: #fff;
}

/*
* c-section
**************************************************************/
.recruit.c-section {
  padding: 0;
}


/* c-head-container
**************************************************************/
.recruit .c-head-container {
  text-align: center;
}


/* recruit-contents
**************************************************************/
.recruit-contents {
  position: relative;
  /* height: 100vh; */
}
@media all and (min-width: 768px) {
}
@media all and (max-width: 767px) {}


/* recruit-contents__bg
********************************/
.recruit-contents__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/recruit/main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 768px) {
  .recruit-contents__bg {}
}
@media all and (max-width: 767px) {}


/* recruit-contents__mask
********************************/
.recruit-contents__mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 77, 130, .75);
}
@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}

/* recruit-contents__inner
********************************/
.recruit-contents__inner {
  width: 100%;
  margin: auto;
}
@media all and (min-width: 768px) {
  .recruit-contents__inner {
    padding: 11.7rem 0;
  }
}
@media all and (max-width: 767px) {
  .recruit-contents__inner {
    padding: 6rem 0;
  }
}


/* c-lead-container
**************************************************************/

/* c-lead
********************************/
.recruit .c-lead {
  color: var(--main-font-color);
  text-align: center;
}
@media all and (max-width: 320px) {
  .recruit .c-lead {
    font-size: 1.2rem;
  }
}


/* c-main-ttl-container
**************************************************************/
@media all and (min-width: 768px) {
  .recruit .c-main-ttl-container {
    margin: 6rem 0;
  }
}
@media all and (max-width: 767px) {
  .recruit .c-main-ttl-container {
    margin: 2.4rem 0;
  }
}
@media all and (max-width: 320px) {
  .recruit .c-main-ttl-container {
    margin: 2rem 0;
  }
}

/* c-main-ttl
********************************/
.recruit .c-main-ttl {
  text-align: center;
  text-shadow: .1rem .1rem 0 #FFF, -.1rem -.1rem 0 #FFF,
      -.1rem .1rem 0 #FFF, .1rem -.1rem 0 #FFF,
      0 .1rem 0 #FFF, 0 -.1rem 0 #FFF,
      -.1rem 0 0 #FFF, .1rem 0 0 #FFF;
}


/**************************************************************
* c-tbl-contents
**************************************************************/


/* c-tbl-list-container
**************************************************************/
@media all and (min-width: 768px) {
  .recruit .c-tbl-list-container {
    margin-top: 9rem;
  }
}
@media all and (max-width: 767px) {
  .recruit .c-tbl-list-container {
    margin-top: 5rem;
  }
}



/**************************************************************
* c-btn-container
**************************************************************/
@media all and (min-width: 768px) {
  .recruit .c-btn-container {
    margin: 6rem 0;
  }
}
@media all and (max-width: 767px) {
  .recruit .c-btn-container {
    margin-top: 2.4rem;
  }
}