/*====================================================
//// id mv
====================================================*/
#mv .slide:not(.slick-initialized) {
  display: flex;
}

#mv .slide-animation figure {
    -webkit-animation: fadezoom 9s 0s linear forwards;
            animation: fadezoom 9s 0s linear forwards;
}
@-webkit-keyframes fadezoom {
	0% { transform: scale(1); }
  100% { transform: scale(1.15); }
}
@keyframes fadezoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.15); }
}

#mv .innerBox {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#mv .txtBox {
  text-shadow: 0 0 .4em rgba(0, 0, 0, 0.5);
}
#mv .txtBox .head_sub {
  border: solid 2px;
  border-radius: .65em;
  box-shadow: 0 0 .4em rgba(0, 0, 0, 0.3);
  margin-bottom: .8em;
  padding: .2em .2em .2em .8em;
}
#mv .txtBox h1 {
  line-height: 1.4;
}
#mv .txtBox h1 big {
  font-size: 1.3em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #mv .item {
    padding: 0;
  }
  #mv .imgBox .coverImg {
    height: 120vw;
      max-height: 600px;
  }
  #mv .txtBox {
    padding: 80px 0 40px;
  }
  #mv .txtBox .head_sub {
    border-width: 1px;
    font-size: 3.7vw;
  }
  #mv .txtBox h1 {
    font-size: 5vw;
  }
  #mv .txtBox h1 big {
    font-size: 1.4em;
  }
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #mv .imgBox .coverImg {
    height: 650px;
  }
  #mv .txtBox {
    padding: 150px 0 120px;
  }
  #mv .txtBox .head_sub {
    font-size: 2.7vw;
    letter-spacing: .17em;
  }
  #mv h1 {
    font-size: 4.0vw;
    letter-spacing: .17em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #mv .txtBox .head_sub {
    font-size: 3.2vw;
  }
  #mv h1 {
    font-size: 4.8vw;
  }
}

@media screen and (min-width:1280px) {
  #mv .imgBox .coverImg {
    height: 750px;
  }
  #mv .txtBox .head_sub {
    font-size: 3.2rem;
  }
  #mv h1 {
    font-size: 5.0rem;
  }
}

/*====================================================
//// id greeting
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
  #greeting h3 br.hidden {
    display: block;
  }
  #greeting .imgBox {
    display: none;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #greeting .itemBox {
    grid-gap: 3vw;
    grid-template-columns: 560px 1fr;
  }
  #greeting .itemBox h3 {
    font-size: 2.7rem;
  }
  #greeting .imgBox .coverImg {
    width: calc(100% + 3vw);
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #greeting .itemBox {
    grid-template-columns: 1fr;
  }
  #greeting .imgBox .coverImg {
    padding-top: 400px;
  }
}

@media screen and (min-width:960px) and (max-width:1820px) {
}

@media screen and (min-width:1280px) {
  #greeting .itemBox {
    grid-template-columns: minmax(620px, 50%) 1fr;
  }
  #greeting .itemBox h3 {
    font-size: 3.0rem;
  }
}

@media screen and (min-width:1820px) {
  #greeting .imgBox .coverImg {
    width: calc(100% + (50vw - 850px))
  }
  #greeting .itemBox {
    grid-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }
  #greeting h3 .hidden-wide2 {
    display: none;
  }
}

/*====================================================
//// id feature
====================================================*/
#feature .item .noBox {
  letter-spacing: .1em;
  line-height: .7;
  opacity: .1;
  position: absolute;
    top: 0;
    right: -.15em;
  z-index: -1;
}
#feature .item h3 .bg-white {
  border-radius: .4em;
  margin-bottom: .5em;
  padding: 0 .5em;
}
#feature .item .txtBox h3 {
  margin-bottom: .3em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #feature .itemBox {
    grid-gap: 70px;
    margin: 60px auto 0;
    max-width: 700px;
  }
  #feature .item {
    grid-gap: 40px 0;
  }
}

@media screen and (min-width:769px) and (max-width:960px) {
  #feature .item .imgBox .coverImg {
    padding-top: 60%;
  }
  #feature .item .txtBox .noBox {
    font-size: 16rem;
  }
}

@media screen and (max-width: 769px) {
  #feature .item .txtBox .noBox {
    font-size: 12rem;
  }
}

@media screen and (min-width:580px) and (max-width:769px) {
  #feature .item .imgBox {
    margin: 0 calc((50vw - 250px) * -1);
    width: 100vw;
  }
  #feature .item .imgBox .coverImg {
    padding-top: 60vw;
  }
}

@media screen and (max-width:580px) {
  #feature .item .imgBox {
    margin: 0 -4vw;
    width: 100vw;
  }
  #feature .item .txtBox .noBox {
    font-size: 24vw;
    right: 0;
  }
  #feature .item .txtBox h3 {
    font-size: 5.2vw;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 961px) {
  #feature .itemBox {
    grid-gap: 80px;
    margin-top: 60px;
  }
  #feature .item {
    grid-gap: 3vw;
  }
  #feature .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  #feature .item .imgBox {
    width: calc(50% - 3vw);
  }
  #feature .item .imgBox .coverImg {
    width: calc(100% + 3vw);
  }
  #feature .item:nth-child(odd) .imgBox .coverImg {
    margin-left: -3vw;
  }
  #feature .item .txtBox {
    padding: 40px 0;
  }
  #feature .item .txtBox .noBox {
    font-size: 16vw;
  }
}

@media screen and (min-width:960px) and (max-width:1280px) {
  #feature .item .txtBox h3 {
    font-size: 2.8vw;
  }
}

@media screen and (min-width:1280px) {
  #feature .item .txtBox .noBox {
    font-size: 20.0rem;
  }
  #feature .item .txtBox h3 {
    font-size: 3.8rem;
  }
}

@media screen and (min-width:1550px) {
  #feature .itemBox {
    grid-gap: 140px;
  }
  #feature .item {
    grid-gap: 80px;
  }
  #feature .item .imgBox {
    width: calc(50% - 80px);
  }
  #feature .item .imgBox .coverImg {
    width: calc(100% + 230px);
  }
  #feature .item:nth-child(odd) .imgBox .coverImg {
    margin-left: -230px;
  }
}

/*====================================================
//// id service
====================================================*/
#service .itemBox:not(.slick-slider) {
  display: flex;
    flex-wrap: wrap;
  grid-gap: 30px;
}
#service .itemBox:not(.slick-slider) .item {
  width: calc(50% - 15px);
}
#service .item .item-inner {
  grid-template-rows: auto auto 1fr;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  height: 100%;
}
#service .item .linkBox {
  padding-top: 5em;
}
#service .item .linkBtn {
  margin: auto;
  position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  width: 300px;
}

#service .itemBox.slick-slider .slick-num {
  display: flex;
    align-items: center;
    grid-gap: .5em;
    justify-content: center;
  font-size: 1.4em;
  height: 50px;
  margin-top: 10px;
}
#service .itemBox.slick-slider .slick-prev,
#service .itemBox.slick-slider .slick-next {
  top: auto;
  bottom: .3em;
}
#service .itemBox.slick-slider .slick-prev {
  left: 20%;
}
#service .itemBox.slick-slider .slick-next {
  right: 20%;
}

#service .accordion_more {
  background: #e7e7e7;
  border: none;
  color: #777777;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #service .itemBox {
    margin: 40px -10px 0;
    width: calc(100% + 20px);
  }
  #service .item {
    padding: 10px;
  }
  #service .item .item-inner {
    grid-gap: 20px;
    padding: 30px 4vw;
  }
  #service .item .imgBox {
    margin: auto;
    width: 80%;
  }
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #service .itemBox {
    margin-top: 50px;
  }
  #service .item .item-inner {
    grid-gap: 30px 40px;
    padding: 35px;
  }
  #service .item .linkBtn {
  }
  #service #rubber_flooring {
    width: 100%;
  }
  #service #rubber_flooring .item-inner {
    grid-template-columns: 45% 1fr;
    grid-template-rows: auto 1fr;
  }
  #service #rubber_flooring .item_headBox {
    grid-column: 1 / 3;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #service .itemBox:not(.slick-slider) .item {
    width: 100%;
  }
  #service .item .item-inner {
    grid-gap: 30px;
    grid-template-columns: 45% 1fr;
    grid-template-rows: auto 1fr;
    padding-bottom: 120px;
  }
  #service .item .item_headBox {
    grid-column: 1 / 3;
  }
  #service .item .txtBox {
    position: unset;
  }
  #service .item .linkBox {
    padding-top: 0;
  }
  #service .item .linkBtn {
    bottom: 30px;
  }
}

@media screen and (min-width:1280px) {
  #service .itemBox:not(.slick-slider) {
    grid-gap: 40px;
  }
  #service .itemBox:not(.slick-slider) .item {
    width: calc(50% - 20px);
  }
  #service .item .item-inner {
    padding: 50px;
  }
  #service .item .linkBtn {
  }
}

/*====================================================
//// id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
//// id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
//// id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
//// id works
====================================================*/
#works .itemBox:not(.slick-initialized) {
  display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
#works .item a {
  background: #f5f2f2;
}
#works .item .imgBox {
  overflow: hidden;
  width: 100%;
}
#works .item .imgBox figure.coverImg {
  position: relative;
  width: 100%;
}
#works .item .imgBox figure.coverImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works .item .txtBox {
  padding: .7em 1.5em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #works .slick-prev ,
  #works .slick-next {
    background: transparent;
    border-radius: 0;
    top: 140px;
    bottom: auto;
    width: 40px;
    height: 65px;
  }
  #works .slick-prev {
    left: -8px;
  }
  #works .slick-next {
    right: -8px;
  }
  #works .slick-prev::before ,
  #works .slick-next::before {
    background: transparent;
    border: solid #000;
    border-width: 3px 0 0 3px;
    left: auto;
    right: auto;
    width: 40px;
    height: 40px;
  }
  #works .slick-prev::before {
    left: 13px;
    transform: rotate(-45deg);
  }
  #works .slick-next::before {
    right: 13px;
    transform: rotate(135deg);
  }
}

@media screen and (max-width:580px) {
  #works .slick-prev ,
  #works .slick-next {
    top: 25vw;
    transform: scale(.6);
  }
  #works .slick-prev::before {
    left: 8px;
  }
  #works .slick-next::before {
    right: 8px;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
  #works .itemBox:not(.slick-initialized) {
    display: grid;
      grid-gap: 40px;
  }
}

/*====================================================
//// id news
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #news .item a {
    padding: .7em 1em;
  }
  #news .item .circle_arrow {
    display: none;
  }
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #news .itemBox {
    grid-gap: 20px;
  }
  #news .item a {
    grid-template-columns: 11em 1fr;
    opacity: 1;
    padding: 1.4em 4.5em 1.3em 2em;
  }
  #news .item a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  }
  #news .item a .circle_arrow {
    margin: auto;
    position: absolute;
      top: 0;
      right: 2em;
      bottom: 0;
    transition: .2s ease-in-out;
  }
  #news .item a:hover .circle_arrow {
    right: 1.5em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
//// id company
====================================================*/
#company .item {
  border-bottom: solid 1px #c3c3c3;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #company .item {
  }
  #company .item dt {
    padding: 1.2em 0;
    width: 7em;
  }
  #company .item dd {
    padding: 1.2em 0;
  }
  #company #map {
    height: 60vw;
      max-height: 450px;
  }
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #company .innerBox {
    width: 86%;
      max-width: 760px;
  }
  #company .item dt {
    padding: 1.5em 1em;
    width: 120px;
  }
  #company .item dd {
    padding: 1.5em 1em;
  }
  #company #map {
    width: 50%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #company .innerBox {
    width: 94%;
      max-width: none;
  }
  #company .item dt {
    width: 200px;
  }
  #company #map {
    width: 100%;
    height: 450px;
  }
}

@media screen and (min-width:1580px) {
  #company .itemBox {
    font-size: 2.0rem;
  }
  #company .item dt {
    width: 200px;
  }
}

/*====================================================
//// id access
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #access .innerBox {
    width: 100%;
      max-width: none;
  }
  #access .map-outer {
    height: 60vw;
      max-height: 400px;
  }
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #access .map-outer {
    height: 550px;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
//// id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}
