@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------
				　リンクボタン
-------------------------------------------------------*/
.buttons {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1em;
  text-align: center;
}
@media (min-width: 600px) {
  .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.btn {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  max-width: 300px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
background: -webkit-linear-gradient(left, #009643, #6eb92b);
	background: -o-linear-gradient(left, #009643, #6eb92b);
	background: linear-gradient(to right, #009643, #6eb92b);
	margin: auto;
}
.interview2 .btn {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  max-width: 400px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
	background: -webkit-linear-gradient(left, #009643, #6eb92b);
	background: -o-linear-gradient(left, #009643, #6eb92b);
	background: linear-gradient(to right, #009643, #6eb92b);
	margin: auto;
}
.btn:hover {
  text-decoration: none;
}

.btn-4 {
  overflow: hidden;
  position: relative;

}
.btn-4 span {
  z-index: 20;
	
}
.btn-4:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 10;
}

.btn-4:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.interview2 .btn-4:after {
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}

.interview2 .btn-4:hover:after {
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*------------------------------------------------------
				ふわっと表示
-------------------------------------------------------*/
/* 基本のスタイル */
.delighter {
      transition: transform .8s ease-out;
      transform: translatey(30%);
      opacity: 0;
   }
  
/* スタート時のスタイル */
.delighter.started {
      transform: none;
      opacity: 1;
}
/* エンド時のスタイル */
.delighter.started.ended {
    transform: translatey(0%);
}
/*------------------------------------------------------
				縦ボーダースクロール表示
-------------------------------------------------------*/
.marker-animation.active{
    background-position: -100% 2px;
}
.border_box{
	transform: rotate(125deg);
	position: absolute;
	 top: -25%;
    left: 0%;
}
.marker-animation {
	display: block;
	width: 110px;
  	height: 110px;
	position: absolute;
	left: 50%;
    right: 50%;
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(0,150,67) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(0,150,67) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(0,150,67) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(0,150,67) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(0,150,67) 50%);
    background-repeat: repeat-x;
    background-size: 200% 2px;
    background-position: 0 2px;
    transition: all 2s ease;
}
/*-------------------------------------------------------
					　メインイメージ
-------------------------------------------------------*/
.main_img{
	overflow: hidden;
}
.video_wrap {
    height: 50vw;
}
.video_wrap::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    background-image: url(../img/dotte.png);
    z-index: 9;
	background-repeat: repeat;
}
.video_wrap .video {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
.video_wrap .box_img{
	position: absolute;
	top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 9;
}
.main_img .link_box{
	bottom:130px;
	right:40px;
	position: fixed;
    z-index: 99;
}
/*-------------------------------------------------------
					　挨拶
-------------------------------------------------------*/
.first{
	margin-top: 80px;	
}
.first .box_txt2{
	line-height: 2.3;
}
/*-------------------------------------------------------
					　インタビュー
-------------------------------------------------------*/
.interview {
	margin-top: 120px;
}
.interview .title_txt1{
	width: 200px;
}
.interview .box_wrap{
	background-image: url(../img/interview.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0;
}
.interview .box_item .box{
	background-color:rgba(255,255,255,0.85);
}
.interview2 .box{
	width: 20%;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.interview2{
	margin-top: 60px;
}
/*-------------------------------------------------------
					　造園業3つの魅力
-------------------------------------------------------*/
.about {
	margin-top: 80px;
}
.about .title_txt1{
	width: 120px;
}
.about .box_img1{
	z-index: 1;
}
.about .box_item{
	margin-left: -25px;
	padding-left: 50px;

}
/*-------------------------------------------------------
					　事業内容
-------------------------------------------------------*/
.content {
	margin-top: 80px;
}
.content .title_txt1{
	width: 180px;
}

.content .box_img1{
	z-index: 1;
	right:15px;
}
.content .box_item{
	left:15px;
	padding-right: 50px;
	margin-right: -25px;
}
/*-------------------------------------------------------
					　ギャラリー
-------------------------------------------------------*/
.gallery {
	margin-top: 150px;
}
.gallery .title_txt1{
	width: 150px;
	margin-bottom: 7px;
}
/*-------------------------------------------------------
					　応募フォーム
-------------------------------------------------------*/
.form{
	background-image: url(../img/form.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0;
}
.form .box_item{
	background-color:rgba(255,255,255,0.75);
}


@media all and (-ms-high-contrast: none){
.btn {
	padding-top: 5px;
}
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
/*------------------------------------------------------
				縦ボーダースクロール表示
-------------------------------------------------------*/
.border_box{
	 top: -18%;
}
.marker-animation {
	width: 90px;
  	height: 90px;
}
.main_img .link_box{
	bottom:100px;
	right:10px;
}
.main_img .link_box div{
	width: 50px;
}
/*-------------------------------------------------------
					　インタビュー
-------------------------------------------------------*/
.interview .box_wrap{
	background-position: top right;
}
/*-------------------------------------------------------
					　造園業3つの魅力
-------------------------------------------------------*/
.about .box_item{
	margin-left:auto;
}
.about .box_item{
	padding-left: 30px;

}
/*-------------------------------------------------------
					　事業内容
-------------------------------------------------------*/
.content {
    margin-top: 100px;
}
.content .box_wrap{
	flex-direction:column-reverse;		
}
.content .box_item{
	margin-right:auto;
	padding-right: 30px;
}
}
/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
/*------------------------------------------------------
				縦ボーダースクロール表示
-------------------------------------------------------*/
.border_box{
	transform: rotate(115deg);
}
.border_box{
	 top: -9%;
}
.marker-animation {
	width: 70px;
  	height: 70px;
}
/*-------------------------------------------------------
					　メインイメージ
-------------------------------------------------------*/
.video_wrap {
    height: 130vw;
}
.video_wrap .video {
    width: auto!important;
    height: 100%;
}
.main_img .link_box{
	
	right:20px;
}
.main_img .link_box div{
	width: 45px;
}
	.main_img .link_box {
    right: 10px;
}
/*-------------------------------------------------------
					　挨拶
-------------------------------------------------------*/
.first .box_txt2{
	line-height: 2;
}
/*-------------------------------------------------------
					　インタビュー
-------------------------------------------------------*/
.interview .title{
	width: 75%!important;	
}
.interview2 .box {
    width: 45%;
    margin-right: 0%;
    margin-left: 0%;
	margin: auto;
	margin-bottom: 35px;
}
/*-------------------------------------------------------
					　造園業3つの魅力
-------------------------------------------------------*/
.about .box_item{
	padding-left: 15px;

}
/*-------------------------------------------------------
					　事業内容
-------------------------------------------------------*/
.content .box_item{
	padding-right: 15px;
}
/*-------------------------------------------------------
					　ギャラリー
-------------------------------------------------------*/
.gallery {
	margin-top: 100px;
}
}