/*font
...........................*/
/*headline
...........................*/
/*atnimation
...........................*/
/*backgournd
...........................*/
/*-----------------------------------------------------
		parameter
-----------------------------------------------------*/
/*...font................*/
/*...color................*/
/*...margin................*/
/*-----------------------------------------------------
		mixin
-----------------------------------------------------*/
/*------------------------------------------------------------*
		eyecatch
------------------------------------------------------------*/
article.eyecatchWrap {
  height: 94vh; }

#eyecatch {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  /*	h1{
  		margin-top: 20vw;
  		margin-left:$v4;
  		@include ft_big;
  		@include sp {
  		margin-top: 5rem;
  			@include ft_big_sp;
  		}
  	}
  	.txt{
  		width: calc(80% - 5%);
  		overflow: hidden;
  		float: right;	
  		position: absolute;
  		left: calc(30% - 5%);
  		h1{
  			color: #fff;
  			margin-left:calc(-23% - 5%);
  		}
  	}
  	.photo{
  		float: right;
  		height: 100%;
  		overflow: hidden;
  		width: calc(80% - 5%);;
  	}
  	.photo + h1{
  		position: absolute;
      z-index: -1;
  		clear: both;
  	}	*/ }
  @media (max-width: 767px) {
    #eyecatch {
      height: 91vh; } }
  #eyecatch .overRay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: inherit;
    width: 100%;
    z-index: 1;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0vh;
    text-align: center;
    font-size: 6rem;
    color: #fff; }
    @media (max-width: 767px) {
      #eyecatch .overRay {
        height: 91vh; } }
  @media (max-width: 767px) and (orientation: landscape) {
    #eyecatch .overRay {
      width: 100%; } }

    @media (max-width: 767px) {
      #eyecatch .overRay {
        font-size: 4rem; } }
  @media (max-width: 767px) and (orientation: landscape) {
    #eyecatch .overRay {
      font-size: 4rem !important; } }

  #eyecatch .eyecatchSlick {
    height: 100%;
    position: inherit; }
    #eyecatch .eyecatchSlick > * {
      /*height:91vh;
      	@include sp{
      	height:94vh;
      }*/
      display: block; }
    #eyecatch .eyecatchSlick div {
      overflow: hidden;
      height: 100%; }
    #eyecatch .eyecatchSlick li {
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
    #eyecatch .eyecatchSlick img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        #eyecatch .eyecatchSlick img {
          height: 100vh;
          width: auto; } }
  @media (max-width: 767px) and (orientation: landscape) {
    #eyecatch .eyecatchSlick img {
      height: auto;
      width: 100%; } }

/*------------------------------------------------------------*
		eyecatch
------------------------------------------------------------*/
#infomation {
  clear: both;
  padding: 2vw;
  padding-left: 6vw;
  background: #eef0ef;
  width: 80%;
  margin-top: 100px; }
  @media (max-width: 767px) {
    #infomation {
      margin-top: 4rem;
      padding: 0;
      width: 90%;
      margin-right: 10%;
      padding: 10px  0px 0px 10px; } }
  #infomation h2, #infomation dl, #infomation dl > * {
    display: inline-block; }
  #infomation h2 {
    margin-right: 7vw;
    margin-bottom: 0; }
  #infomation dl > dd {
    margin-left: 4vw; }

@media (max-width: 767px) {
  #infomation {
    margin-right: 0; }
    #infomation h2 {
      margin-bottom: 2vw; }
    #infomation dl {
      margin-bottom: 2vw;
      line-height: 2rem;
      margin-left: 0; }
    #infomation dl > dt, #infomation dl > dd {
      display: block;
      margin-left: 0; } }
/*------------------------------------------------------------*
		aboutUs
------------------------------------------------------------*/
#aboutUs {
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 1100px; }
  #aboutUs .ImgArea {
    width: 50%; }
    #aboutUs .ImgArea img {
      width: 100%; }
  #aboutUs .TxtArea {
    width: 42%;
    margin-left: 3vw;
    margin-right: 2vw; }

@media (max-width: 767px) {
  #aboutUs {
    padding-left: 10%;
    padding-right: 10%;
    margin: 0 auto;
    margin-bottom: 4rem; }
    #aboutUs .ImgArea {
      width: 100%;
      margin: 0 auto; }
    #aboutUs .TxtArea {
      width: 100%;
      margin: 4rem 0 0; } }
/*------------------------------------------------------------*
		service
------------------------------------------------------------*/
#service {
  background: url(../img/service.jpg) left top no-repeat;
  background-size: 89.5% auto;
  padding-top: 250px; }
  @media (max-width: 767px) {
    #service {
      background: url(../img/service.jpg) center top no-repeat;
      background-size: 150% auto;
      padding-top: 140px; } }
  #service .content {
    align-items: flex-start;
    margin-left: 4vw;
    padding: 4vw 10%;
    background: rgba(255, 255, 255, 0.85);
    width: 60%;
    margin-left: 20%; }
    @media (max-width: 767px) {
      #service .content {
        width: 70%;
        margin: 0 5%;
        margin-left: auto;
        padding: 40px 10%; } }
  #service ul {
    margin-top: 2rem;
    margin-left: 3vw; }
    @media (max-width: 767px) {
      #service ul {
        margin-left: 0; } }
    #service ul li {
      margin-bottom: 2rem; }
      #service ul li:last-of-type {
        margin-bottom: 0rem; }
  #service .linkBox {
    float: right; }
  #service .modal__content {
    min-width: 300px;
    width: 50vw; }
    @media (max-width: 767px) {
      #service .modal__content {
        width: 80%;
        padding: 5vh 6%;
        min-width: auto; } }
    #service .modal__content h3 {
      font-size: 2.4rem;
      margin-bottom: 1rem; }
    #service .modal__content p {
      width: 70%;
      max-width: 50vw;
      margin: 0 auto; }
      @media (max-width: 767px) {
        #service .modal__content p {
          width: 90%;
          max-width: 90%;
          margin-top: 3rem; } }

/*------------------------------------------------------------*
		constructions
------------------------------------------------------------*/
#constructions {
  position: relative;
  /*--cnsModal-----------------------------------------------------*/ }
  @media (max-width: 767px) {
    #constructions {
      margin-top: 8rem; } }
  #constructions > .headlineBox {
    background: #fff;
    padding: 20px 20px 0px 20px;
    display: block;
    position: absolute;
    left: 36vw;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      #constructions > .headlineBox {
        top: 0%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); } }
  #constructions > ul {
    width: 80%;
    margin: 0 10%;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      #constructions > ul {
        width: 100%;
        margin: 0; } }
    #constructions > ul li {
      transition: all .4s ease;
      width: 33%;
      height: 50%;
      text-align: center; }
      #constructions > ul li:hover {
        background: white;
        overflow: hidden; }
        #constructions > ul li:hover img {
          opacity: 0.5; }
      @media (max-width: 767px) {
        #constructions > ul li {
          width: 50%; } }
      #constructions > ul li a {
        transition: all .4s ease;
        position: relative; }
        #constructions > ul li a:hover div {
          display: block; }
        #constructions > ul li a div {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          display: none; }
          #constructions > ul li a div > * {
            display: block;
            font-style: normal; }
    #constructions > ul .modal_slick .slick-slide:after {
      display: block;
      clear: both;
      content: ""; }
  #constructions .cnsModal .modal__content {
    overflow: scroll;
    scrollbar-color: black white;
    -webkit-scrollbar: black white;
    max-height: 80vh;
    margin-top: 5vh;
    padding: 0px 23px 20px 40px;
    position: absolute;
    top: 45%;
    left: 50%; }
    @media (max-width: 767px) {
      #constructions .cnsModal .modal__content {
        top: 40%;
        width: 90%;
        padding: 0px 2% 30px 2%; } }
  @media (max-width: 767px) and (orientation: landscape) {
    #constructions .cnsModal .modal__content {
      height: 80%;
      top: 45%;
      padding: 0px 2% 40px 2%; } }

  #constructions .cnsModal .modal__content img {
    width: auto;
    max-height: 60vh; }
    @media (max-width: 767px) {
      #constructions .cnsModal .modal__content img {
        width: 100%;
        max-height: inherit; } }
  @media (max-width: 767px) and (orientation: landscape) {
    #constructions .cnsModal .modal__content img {
      width: auto;
      max-height: 60vh; } }

  #constructions .slickTentionBox {
    margin-bottom: 2rem; }
    #constructions .slickTentionBox .modal_slick button.slick-arrow:first-of-type:before {
      bottom: -2rem;
      left: 45%;
      position: absolute; }
      @media (max-width: 767px) {
        #constructions .slickTentionBox .modal_slick button.slick-arrow:first-of-type:before {
          left: 35%; } }
    #constructions .slickTentionBox .modal_slick button.slick-arrow:last-of-type:before {
      bottom: -2rem;
      left: 50%;
      position: absolute; }
      @media (max-width: 767px) {
        #constructions .slickTentionBox .modal_slick button.slick-arrow:last-of-type:before {
          left: 55%; } }

/*------------------------------------------------------------*
woodWorking
------------------------------------------------------------*/
#woodWorking {
  margin-top: 100px;
  position: relative;
  /*.slickNav{
  		background:#c7c7c7;
  		float: none;
  		display: block;
  		clear: both;
  		width: 17%;
  		height:11vw;
  		padding:7vw 5vw;
  		position: absolute;
  		top:28%;
  			@include sp{
  				display: none;
  			}
  	}*/ }
  @media (max-width: 767px) {
    #woodWorking {
      margin-top: 0; } }
  #woodWorking .slickOutBox {
    float: right;
    width: 85%;
    background: #eef0ef;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 3rem;
    position: relative; }
    @media (max-width: 767px) {
      #woodWorking .slickOutBox {
        width: 100%;
        padding-left: 0%;
        padding-top: 20px;
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      #woodWorking .slickOutBox .headline_style {
        margin-bottom: 0;
        margin-left: 16vw; } }
    #woodWorking .slickOutBox li {
      padding: 0rem 3rem 3rem 3rem; }
      @media (max-width: 767px) {
        #woodWorking .slickOutBox li {
          padding: 1vw; } }
      #woodWorking .slickOutBox li img {
        height: 25vw;
        width: auto; }
    #woodWorking .slickOutBox button.slide-arrow.next-arrow:before {
      position: absolute;
      z-index: 10;
      bottom: -1rem;
      left: 43vw; }
      @media (max-width: 767px) {
        #woodWorking .slickOutBox button.slide-arrow.next-arrow:before {
          bottom: -4vh;
          left: 60vw; } }
    #woodWorking .slickOutBox button.slide-arrow.prev-arrow:before {
      position: absolute;
      z-index: 10;
      bottom: -1rem;
      left: 37vw; }
      @media (max-width: 767px) {
        #woodWorking .slickOutBox button.slide-arrow.prev-arrow:before {
          bottom: -4vh;
          left: 40vw; } }

.modal__content {
  width: 60%; }
  @media (max-width: 767px) {
    .modal__content {
      width: 80%;
      padding: 40px 0%; } }

.modal_slick button.slick-arrow:first-of-type:before {
  bottom: 0;
  left: 25vw;
  position: absolute; }
.modal_slick button.slick-arrow:last-of-type:before {
  bottom: 0;
  left: 30vw;
  position: absolute; }

.modal_slick button.slick-arrow:first-of-type:before {
  bottom: 0;
  left: 25vw;
  position: absolute; }
.modal_slick button.slick-arrow:last-of-type:before {
  bottom: 0;
  left: 30vw;
  position: absolute; }

.modal_slick button.slick-arrow:first-of-type:before {
  bottom: 0;
  left: 25vw;
  position: absolute; }
.modal_slick button.slick-arrow:last-of-type:before {
  bottom: 0;
  left: 30vw;
  position: absolute; }

.linkBox {
  display: none !important; }
