/*
 Theme Name:   菊池林業
 Theme URI:    
 Description:  菊池林業
 Author:       菊池林業
 Author URI:   
 Version:      1.0.0
 Tags:
*/

@charset "UTF-8";
/* CSS Document */


body {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    line-height: 1.8em;
}


.navbar-toggler-2, .navbar-toggler-2 span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.navbar-toggler-2 {
    position: fixed;
    top: 15px;
    right: 16px;
    width: 42px;
    height: 42px;
    border: 4px solid #12642e;
    background: #12642e;
    border-radius: 0;
    z-index: 112;
}
.navbar-toggler-2 span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}

.transform .navbar-toggler-2 {
    top: 15px;
}

.navbar-toggler-2 span:nth-of-type(1) {
    top: 5px;
}
.navbar-toggler-2 span:nth-of-type(2) {
    top: 16px;
}
.navbar-toggler-2 span:nth-of-type(3) {
    bottom: 4px;
}
.navbar-toggler-2.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}
.navbar-toggler-2.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
.navbar-toggler-2.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
}


@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 74px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-top: 50px;
        overflow-y: auto;
        background-color: rgba(255,255,255,0.85);
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    
    .transform .offcanvas-collapse {
        top: 52px;
    }
    
}

.site-header {
    background: rgba(255,255,255,1);
    display: flex;
    padding: 0 20px 0 20px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
}

.site-header.transform {
    background: rgba(255,255,255,0.8);
    padding: 0px 20px 0 20px;
}


.site-header .navbar-brand img {
    width: 200px;
    transition: .5s;
}

.site-header.transform .navbar-brand img {
    width: 160px;
    transition: .5s;
}


ul.navbar-nav {
    text-align: center;
    width: 100%;
    display: block;
}

ul.navbar-nav li {
    margin-left: 0;
    margin-bottom: 25px;
    display: block;
    width: 100%;
    float: left;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

ul.navbar-nav li a {
    text-align: center;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 1.2em;
    color: #000;
    transition: .5s;
}

ul.navbar-nav li.nav-item.navi_01 a {
    display: block;
    background: none;
    transition: .5s;
    color: #000;
	padding-left: 15px;
	padding-right: 15px;
}

ul.navbar-nav li.nav-item.navi_02 a {
    display: block;
    background: #fdc725;
    transition: .5s;
    color: #12642e;
	padding-left: 15px;
	padding-right: 15px;
}


ul.navbar-nav li.nav-item.navi_01 a:hover {
    color: #666;
}

ul.navbar-nav li.nav-item.navi_02 a:hover {
    background: #12642e;
	color: #fff;
}

.top_img video {
	width: 100%;
	margin-top: 73px;
	margin-bottom: -6px;
}


.top_img video.pc_movie {
	display: none;
}

.top_img img {
	margin-top: 73px;
	width: 100%;
}


.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
	margin-bottom:90px;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }



/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#eee;
}

.top_box_01 .box_01 {
	background:#f2c02d;
}

.top_box_01 .box_01 img {
	width: 200px;
	padding-top: 50%;
	padding-bottom: 18%;
}

.top_box_01 .box_02,
.top_box_02 .box_02,
.top_box_03 .box_02{
	padding-top: 35px;
	padding-bottom: 20px;
}


h2 {
	font-weight: 700;
}


.top_box_01 .box_02 h2,
.top_box_02 .box_02 h2,
.top_box_03 .box_02 h2{
	margin-bottom: 20px;
	font-size:24px; 
}

.top_box_01 p.link,
.top_box_02 p.link,
.top_box_03 p.link,
.gallery p.link{
	margin-top: 20px;
}

.top_box_01 p.link a,
.top_box_02 p.link a,
.top_box_03 p.link a,
.gallery p.link a{
	background: #136133;
	padding: 12px 45px 12px 20px;
	display: inline-block;
	color: #fff;
	position: relative;
	transition: .5s;
}

.top_box_01 p.link a::after,
.top_box_02 p.link a::after,
.top_box_03 p.link a::after,
.gallery p.link a::after{
	position: absolute;
	display:block;
	content: '';
	width: 0;
	height: 0;
	top: 41%;
	right: 8px;
	box-sizing: border-box;
	border: 5px solid transparent;
	border-left: 14px solid #fff;
}

.top_box_01 p.link a:hover,
.top_box_02 p.link a:hover,
.top_box_03 p.link a:hover,
.gallery p.link a:hover {
	background: #000;
	text-decoration: none;
}

.top_box_02 .box_01 {
	background: url("images/top_details_img.jpg");
	padding-top: 89%;
	background-size: cover;
}

.top_box_03 .box_01 {
	background: url("images/top_recruit_img.jpg");
	padding-top: 89%;
	background-size: cover;
}

.gallery {
	margin-top: 60px;
}

.gallery h3 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.gallery-item img {
	width: 100%;
	height: auto;
}

.gallery p.link {
	text-align:center;
}

.footer {
	background: #000;
	margin-top: 30px;
	padding-top: 80px;
}

.footer img {
	width:180px;
}

.footer h4 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 40px;
}

.footer p {
	color: #fff;
	text-align: center;
}

.footer .copyright {
	margin-top: 20px;
}

.footer .copyright p {
	font-size: 14px;
}

.contents {
	margin-top: 20px;
	margin-bottom: 50px;
}

.contents h1 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.contents h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.contents p.caption {
	font-size: 14px;
	text-align: right;
}

.contents ul.company_data {
	margin: 0;
	padding: 0;
}

.contents ul.company_data li {
	list-style: none;
	border-bottom: 1px solid #efefef;
	margin-bottom: 15px;
}

.contents ul.company_data li dl {
	margin: 0;
}

.mt-40 {
	margin-top: 40px;
}


.contents ul.contact {
	margin:0;
	padding:0;
}

.contents ul.contact li {
	list-style:none;
	padding-left:0;
	margin-bottom15px;
}

.contents ul.contact li dl dt span{
	color:#de5e00;
	font-weight:bold;
}

.contents ul.contact li dl dd input[type="text"],
.contents ul.contact li dl dd input[type="email"]{
	border:2px solid #efefef;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:16px;
	padding-left:16px;
	width:100%;
}

.contents ul.contact li dl dd textarea {
	border:2px solid #efefef;
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	padding-right:16px;
	padding-left:16px;
}

.forest_cycle div {
	padding-left: 2px;
	padding-right: 2px;
}

.forest_cycle div img {
	width: 100%;
}

.forest_cycle div h3 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 8px;
}

.cycle_thumbnail.slick-initialized.slick-slider {
	display: none;
}

.cycle_thumbnail div {
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
}

.cycle_thumbnail div h4 {
	position: absolute;
	/*top: 50%; */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	width: calc(100% - 4px);
	font-size: 18px;
	font-weight: bold;
}

.cycle_thumbnail div img {
	width: 100%;
}


.cycle_thumbnail div.slick-current {
	opacity: 0.6;
}

.slide-arrow {
  background-color: #333;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.prev-arrow {
  border-bottom: 10px solid #333;
  border-left: 0;
  border-right: 10px solid #fff;
  border-top: 10px solid #333;
  left: -25px;
}

.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
	top: 0;
    right: 30px;
	position: absolute;
}

.next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}


@media (min-width: 768px) {
	
	.top_img video {
		margin-bottom: 0;
	}
	
	.top_img video.pc_movie {
		display: block;
	}
	
	.top_img video.sp_movie {
		display: none;
	}
	
	.top_box_02 .box_01 {
		background: url("images/top_details_img.jpg");
		background-position: bottom center;
		padding-top: 36%;
		background-repeat: no-repeat;
	}
	
	.top_box_03 .box_01 {
		background: url("images/top_recruit_img.jpg");
		padding-top: 36%;
		background-position: bottom center;
		background-size: cover;
		background-repeat: no-repeat;
	}
}


@media (min-width: 992px) {
	.navbar-toggler-2 {
        display: none;
    }
	
	ul.navbar-nav {
        display: flex;
        justify-content: flex-end;
        margin-top: 0;
    }
    
    ul.navbar-nav li {
        margin-left: 0;
        margin-bottom: 0;
        display: table;
        width: auto;
    }
	
	ul.navbar-nav li.nav-item.navi_01.active a {
		background: #ccc;
	}

	ul.navbar-nav li.nav-item.navi_01 a:hover {
		color: #fff;
		background: #136133;
	}
    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }

    ul.navbar-nav li a {
        text-align: center;
        position: relative;
        padding-top: 74px;
        padding-bottom: 12px;
        font-weight: bold;
        line-height: 1.2em;
        color: #000;
        display: table-cell;
        vertical-align: middle;
		width:180px;
    }
	
	ul.navbar-nav li.nav-item.navi_01 a {
		background: #000;
		color: #fff;
		border-right: 1px solid #fff;
	}
    
    .navbar-light .navbar-nav .nav-link:hover {
        color: #000;
    }
    ul.navbar-nav li a:hover {
        color: #f000;
    }
	
	.site-header.transform ul.navbar-nav li a {
        padding-top: 35px;
    }
	
	.site-header .navbar-brand img {
		width: 290px;
		transition: .5s;
	}
	
	.top_img video {
		width: 100%;
		margin-top: 106px;
		margin-bottom: 0;
	}
	
	.top_img img {
		margin-top: 106px;
	}
	
	.top_box_02 .box_02{
		padding-top: 0;
	}
	
	.top_box_01 .box_01 img {
		padding-top: 30%;
		padding-bottom: 18%;
	}
	
	.top_box_01 .box_01,
	.top_box_01 .box_02 {
		padding-top: 0px;
		padding-bottom: 30px;
	}
	
	.top_box_01 .box_02 h2,
	.top_box_02 .box_02 h2,
	.top_box_03 .box_02 h2{
		font-size:28px;
		margin-top: 100px;
	}
	
	.top_box_01 .box_02 p,
	.top_box_02 .box_02 p,
	.top_box_03 .box_02 p{
		font-size: 18px;
	}
	
	.gallery h3 {
		font-size: 24px;
	}

	.contents {
		margin-top: 40px;
		margin-bottom: 80px;
	}

	.contents h1 {
		font-size: 28px;
		margin-bottom: 50px;
	}
	
	.contents h2 {
		font-size: 23px;
		font-weight: 700;
		margin-bottom: 40px;
	}
	
	.contents ul.company_data li {
	}
	
	.contents ul.company_data li dl dt {
		width: 90px;
		float: left;
	}
	
	.contents ul.company_data li dl dd {
		margin-left: 100px;
	}
	
	.cycle_thumbnail.slick-initialized.slick-slider {
		display: block;
	}
}

@media (min-width: 1200px) {
	.top_box_02 .box_01 {
		padding-top: 36%;
		background-size: cover;
	}
	
	.top_box_03 .box_01 {
		padding-top: 36%;
		background-size: cover;
	}
}