@charset "utf-8";
/* CSS Document */
/*--------------------------------------
 * 以下SP時のCSS↓
 *
----------------------------------------*/
html{
	font-size: 62.5%;
    scroll-behavior: smooth;
}
body{
	color: #2C2C2C;
	font-family: "Noto Serif JP", serif;
    font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	line-height: 1.5;
	}
a{
	color: #2C2C2C;
}
img{
	max-width: 100%;
	height: auto;
}
button {
      background-color: transparent;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0;
      appearance: none;
}
*{
    box-sizing: border-box;
}
/*--------------------------------------
 *utility
 
----------------------------------------*/
.wrapper{
	box-sizing: border-box;
	padding: 0 24px;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.wh-text{
	color: #fff;
}
.br-sp{
	display: block;
}
.br-pc{
	display: none;
}
.img-pc{
    display: none;
}
/*--------------------------------------
 *logo
 *
----------------------------------------*/
.logo{
	width: 85px;
	padding-left: 16px;
    z-index: 100;
}
.logo.logo-sp{
    display: block;
}
.logo.logo-pc{
    display: none;
}
/*--------------------------------------
 *header/navigation
 *
----------------------------------------*/
.header{
    position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	padding: 12px 0 12px;
	background-color: #00573F;
    height: 70px;
}
/*ハンバーガーメニュー*/
.btn-trigger{
	-webkit-appearance: none;
	appearance: none;
	position: fixed;
	top: 25px;
	right: 12px;
	z-index: 110;
	width: 40px;
	height: 20px;
	border: none;
	background-color: transparent;
}
.btn-trigger span{
	position: absolute;
	display: block;
	width: 28px;
	height: 2px;
	background-color: #fff;
	transition: all 0.5s;
}
.btn-trigger span:first-of-type{
	top: 0;
}
.btn-trigger span:nth-of-type(2){
	top: 9px;
}
.btn-trigger span:last-of-type{
	bottom: 0;
}
.btn-trigger.active span:first-of-type{
	transform: rotate(45deg);
	top: 9px;
}
.btn-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.btn-trigger.active span:last-of-type{
	transform: rotate(-45deg);
	bottom: 9px;
}
.navigation{
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 120%;
	padding: 120px 0 120px;
	background-color: rgba(255,255,255,0.97);
    text-align: center;
}
.nav-item{
	margin-bottom: 88px;
}
.nav-item>a{
	font-size: 1.8rem;
	font-weight: 600;
    text-shadow: 1px 1px 0 #fff;
}
.nav-item.current a{
    color: #00573F;
    border-bottom: solid 2px #00573F;
}
/*--------------------------------------
 *main-visual
 *
----------------------------------------*/
.main-visual{
    position: relative;
    background-image: url("../images/home/top_sp.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
}
.catch-copy{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 3.2rem;
    position: absolute;
    width: 100%;
	top: 20%;
    left: 46%;
	transform: translateX(-50%);
	letter-spacing: 0.1em;
}
.catch-copy span{
    display: block;
    padding-top: 3.2rem;
    font-size: 2.0rem;
    font-weight: 500;
}
.scroll-btn{
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.scroll-btn .scroll-text{
    position: absolute;
    transform: translateX(-50%);
    bottom: 80px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    /*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scroll-btn .scroll-anime::before{
    content: "";
    position: absolute;
    transform: rotate(-45deg) skew(10deg, 10deg) translateX(-50%);
    width: 14px;
    height: 14px;
    background-color: #00573F;
    animation: recmove 1.6s ease-in-out infinite, recmovehide 1.6s ease-out infinite;
    z-index: 10;
}
@keyframes recmove{
      0%{bottom: 72px;}
    100%{bottom: -9.9px;}
}
@keyframes recmovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }
.scroll-btn .scroll-anime::after{
	content:"";
    /*描画位置*/
	position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    /*線の形状*/
	width: 2px;
	height: 72px;
	background: #00573F;
}
/*--------------------------------------
 *section
 *
----------------------------------------*/
section{
    padding: 64px 0 64px;   
}
.section-header{
    margin: 0 auto 56px;
}
.section-title{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
}
.section-title::before{
    display: inline-block;
    content: "";
    transform: rotate(-45deg) skew(10deg, 10deg) translateX(-50%);
    width: 18px;
    height: 18px;
    background-color: #00573F;
    margin-right: 24px;
    vertical-align: text-top;
}
.section-body{
    margin-bottom: 40px;
}
/*--------------------------------------
 *btn
 *
----------------------------------------*/
.btn{
	display: block;
	width: 200px;
	padding: 12px 0;
    background-color: #00573F;
	transition: all 0.2s;
	font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    color: #fff;
}
.btn.btn-tel{
    margin: 0 auto;
}
.btn.btn-tel::before{
    display: inline-block;
	margin-right: 12px;
	content:'';
    background-image: url("../images/common/telephone.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 30px;
    vertical-align: middle;
}
.btn.btn-maps{
    border: 2px solid #00573F;
    background-color: #fff;
    color: #00573F;
    transition: all 0.2s;
    margin: 40px auto;
}
.btn.btn-maps::after{
	content:"\f041";
    margin-left: 12px;
    font-family: FontAwesome;
    font-style: normal;
}
.btn.btn-maps:hover{
    color: #fff;
    background-color: #00573F;
}
.btn-pageTop{
	position: fixed;
	width: 60px;
	right: 0;
	z-index: 100;
	bottom: 8%;
	}
.btn-pageTop:hover{
	bottom: 15%;
}
.pagetop{
    width: 40%;
	transition: all 0.3s;
}
.btn-text{
	display: block;
    font-weight: 500;
    font-size: 1.3rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/*--------------------------------------
 *footer
 *
----------------------------------------*/
.footer-info{
    padding: 40px 24px;
}
.com-add{
    display: inline-block;
    text-align: left;
}
.com-add span{
    display: inline-block;
    margin-bottom: 2px;
}
.com-add p:first-of-type{
    margin-bottom: 8px;
}
.com-add p:nth-of-type(2){
    color: #00573F;
    font-weight: bold;
}
.maps-outer{
	position: relative;
	height: 210px;
    box-shadow: 10px 10px 0 #00573F;
}
.maps{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer-contact{
    background: url("../images/common/kanban.jpg") center center / cover no-repeat;
    padding: 40px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.com-name{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    color: #fff;
}
.footer-logo{
    width: 66px;
    margin-right: 1.6rem;
}
.footer-contact .tel-a{
    display: block;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 600;
    padding: 32px 0;
} 
.footer-contact .tel-a::before{
    display: inline-block;
    content: "";
    background: url("../images/common/telephone.png") center center / cover no-repeat;
    width: 23px;
    height: 36px;
    vertical-align: bottom;
    margin-right: 1.6rem;
}
.tel-time{
    font-size: 1.6rem;
}
.tel-time span{
    display: inline-block;
    padding: 8px;
    background: #00573f;
    margin-right: 0.8rem;
    font-size: 1.4rem;
}
small{
    background-color: #00573F;
    display: block;
    padding: 8px;
    color: #fff;
    font-size: 10px;
}
/*--------------------------------------
 *intro
 *
----------------------------------------*/
#wrap{
    width: 100%;
	height: 100%;
	position:relative;/*基準要素、子の基準となる*/
}
canvas{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-images{
    width: 100%;
    height: 30vh;
}
.bg-images.img1{
    background: url("../images/home/img2.jpg") no-repeat center;
    background-size: cover;
}
/*--------------------------------------
 *works(home)
 *
----------------------------------------*/
#works{
    background: url("../images/back_image/back_gray_sp.jpg");
    background-size: cover;
}
/*=================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0 auto;
}
.slider img {
    width: 65vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}
.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 12px;/*ドットボタンのサイズ*/
    height: 12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#B6B6B6;/*ドットボタンの色*/
    border: none;
}

.slick-dots .slick-active button{
    background:#00573F;/*ドットボタンの現在地表示の色*/
}
/*--------------------------------------
 *company
 *
----------------------------------------*/
.page-header{
    margin-top: 70px;
    font-size: 2.0rem;
    font-weight: 600;
    padding: 48px 0;
    color: #fff;
}
.page-header.company{
    background: url("../images/back_image/company-back.jpg") center center / cover no-repeat;
}
.page-header::before{
    display: inline-block;
    content: "";
    transform: rotate(-45deg) skew(10deg, 10deg) translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: #FFF;
    margin-right: 24px;
    vertical-align: text-top;
}
.page-header::after{
    display: inline-block;
    content: "";
    transform: rotate(-45deg) skew(10deg, 10deg) translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: #FFF;
    margin-left: 42px;
    vertical-align: text-top;
}
/*------outline------*/
.outline{
    width: 80%;
    margin: 0 auto;
}
.info-item{
	margin-bottom: 24px;
}
.info-item:last-of-type{
	margin-bottom: 0;
}
.info-title{
	font-weight: 600;
    color: #00573F;
    margin-bottom: 4px;
}
.bg-images.img2{
    background: url("../images/home/img3.jpg") no-repeat center;
    background-size: cover;
}
/*------history------*/
#history{
    background-image: url("../images/back_image/back_gray_sp.jpg");
    background-size: cover;
}
/*タイムライン全体の設定*/
.timeline{
	padding:0 16px;
}
.timeline li{
    /*線の起点とするためrelativeを設定*/
    position: relative;
	list-style: none;
	padding:0 0 20px 0;
}

.timeline dl{
	margin:0 0 20px 3em;
}

.timeline dt{
    font-weight: 600;
    color: #00573F;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
	position: absolute;
	left: 0.6em;
	top:0;
	width:1px;/*線の太さ*/
	height:0;/*はじめは高さを0に*/
	background: #00573F;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width: 18px;
	height: 18px;
	background:#00573F;
	border-radius: 50%;
}
/*--------------------------------------
 *recruit
 *
----------------------------------------*/
#recruit{
    background: url("../images/back_image/back_gray_sp.jpg");
    background-size: cover;
}
.page-header.recruit{
    background: url("../images/back_image/recruit-back.jpg") center center / cover no-repeat;
}
#recruit p{
    padding-bottom: 40px;
    font-weight: 600;
    color: #00573F;
}
    /*--------------------------------------
     *  以下i-padのCSS↓
     *
    ----------------------------------------*/
@media screen and (min-width:768px){
    /*--------------------------------------
     *intro
     *
    ----------------------------------------*/
    .bg-images{        
        height: 50vh;
    }
    .bg-images.img1{
        background: url("../images/home/img2_tb.jpg") no-repeat center;
        background-attachment: fixed;
        background-size: contain;
    }
    /*--------------------------------------
     *company
     *
    ----------------------------------------*/
    .bg-images.img2{
        background: url("../images/home/img3_tb.jpg") no-repeat center;
        background-attachment: fixed;
        background-size: contain;
    }
    /*------outline------*/
    .outline-container{
        display: flex;
    }
    .outline-container .section-header{
        width: 35%;
        margin: 80px 0 0;
    }
    .outline-container .outline{
        width: 60%;
        margin: inherit;
    }
    .info-item{
        display: flex;
    }
    .info-title{
        width: 210px;
        margin-bottom: 0;
        margin-right: 3.2rem;
        text-align: right;
    }
    /*------history------*/
    /*タイムライン全体の設定*/
    #history {
        background-image: url(../images/back_image/back_gray.jpg);
    }
    .timeline{
        padding:0;
        width: 620px;
        margin: 0 auto;
    }
    .timeline li{
        padding:0 0 32px 0;
    }

    .timeline dl{
        margin:0 0 32px 4em;
        display: flex;
    }
    .timeline dt{
        width: 240px;
    }
    /*--------------------------------------
     *recruit
     *
    ----------------------------------------*/
    #recruit {
        background: url(../images/back_image/back_gray.jpg);
    }
    #recruit p{
        padding-bottom: 56px;
        text-align: center;
    }
    .recruit .info-detail{
        width: 50%;
    }
    .recruit .info-item{
        justify-content: center;
    }
    .recruit .info-title{
        width: 108px;
    }
}
    /*--------------------------------------
     *  以下PCのCSS↓
     *
    ----------------------------------------*/
@media screen and (min-width:850px){
	a{
		transition: all 0.2s;
	}
    a:hover{
        opacity: 0.6;
        cursor:pointer;
    }
	body{
		font-size: 1.6rem;
	}
    .wrapper{
        padding: 0 40px;
        margin: 0 auto;
    }
	.br-sp{
		display: none;
	}
	.br-pc{
		display: block;
	}
    .img-pc{
        display: block;
    }
    /*--------------------------------------
     *logo
     *
    ----------------------------------------*/
    .logo{
        padding-left: 0;
    }
    .logo.logo-sp{
        display: none;
    }
    .logo.logo-pc{
        display: block;
    }
    /*--------------------------------------
     *header/navigation
     *
    ----------------------------------------*/
    .header{
        padding: 0;
        background-color: transparent;
        height: 70px;
    }
    /*ハンバーガーメニュー*/
    .btn-trigger{
        display: none;
    }
    .navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        background-color: transparent;
    }
    .navigation ul{
        display: flex;
    }
    .nav-item{
        margin-bottom: 0;
        margin-left: 40px;
    }
    .nav-item>a{
        font-size: 2.0rem;
    }
    .nav-tel{
        width: 341px;
    }
    /*--------------------------------------
     *main-visual
     *
    ----------------------------------------*/
    .main-visual{
        background-image: url("../images/back_image/back_gray.jpg");
        margin-top: 0;
        height: 100vh;
    }
    .main-visual .img-pc{
        position: absolute;
        width: 70%;
        top: 50%;
        transform: translateY(-50%);
    }
    .catch-copy{
        font-size: 3.0rem;
        width: 45%;
        top: 50%;
        right: 8%;
        left: inherit;
        transform: translateY(-50%);
        background-color: rgba(0,87,63,0.8);
        padding: 8% 2%;
    }
    .catch-copy span{
        display: block;
        padding-top: 6.4rem;
        font-size: 2.0rem;
    }
    .scroll-btn{
        left: inherit;
        right: 8%;
    }
    .scroll-btn .scroll-text{
        bottom: 88px;
        font-size: 2.0rem;
        color: #00573F;
    }
    /*--------------------------------------
     *section
     *
    ----------------------------------------*/
    section{
        padding: 80px 0 80px;   
    }
    .section-header{
        margin: 0 auto 64px;
    }
    .section-title{
        font-size: 2.0rem;
    }
    .section-title::before{
        width: 20px;
        height: 20px;
    }
    .section-body{
        margin-bottom: 56px;
    }
    /*--------------------------------------
     *btn
     *
    ----------------------------------------*/
    .btn.btn-tel{
        height: 70px;
        font-size: 2.0rem;
        margin: 0 0 0 auto;
    }
    .btn.btn-tel::before{
        margin-right: 12px;
        width: 25px;
        height: 35px;
        vertical-align: text-bottom;
    }
    .btn{
        width: 213px;
        padding: 12px 0;
        transition: all 0.2s;
        font-size: 2.0rem;
    }
    .btn:hover{
        color: #00573F;
        background-color: #fff;
        border: 2px solid #00573F;
        opacity: 1;
    } 
    .btn.btn-tel:hover::before{
        background-image: url("../images/common/telephone_green.png");
    }
    .btn.btn-maps{
        transition: all 0.2s;
        margin: 48px auto 0;
    }
    .btn.btn-maps::after{
        margin-left: 18px;
    }
    .btn.btn-maps:hover{
        color: #fff;
        background-color: #00573F;
    }
    /*--------------------------------------
     *intro
     *
    ----------------------------------------*/
    #intro canvas{
        background: url("../images/back_image/intro_back.png") center center / cover;
    }
    .intro-wrap{
        display: flex;
        justify-content: space-between;
    }
    .intro-box1{
        width: 512px;
        height: 300px;
        background-color: #fff;
        box-shadow: 2px 2px 6px rgba(0,0,0,0.16);
        padding: 48px;
        margin-left: 5%;
    }
    .intro-box1 .section-header{
        margin: inherit;
        padding-bottom: 80px;
    }
    .intro-box1 .section-body,.intro-box1 .wrapper{
        margin-bottom: inherit;
        padding: 0;
    }
    .intro-box2{
        width: 50%;
        margin-top: 150px;
    }
    #works {
        background: url(../images/back_image/back_gray.jpg);
    }
    /*--------------------------------------
     *footer
     *
    ----------------------------------------*/
    .footer-info{
        padding: 48px 0;
    }
    .footer-container{
        display: flex;
        flex-direction: row-reverse;
    }
    .maps-outer {
        width: 40%;
        height: 300px;
    }
    .footer-contact{
        width: 35%;
        padding: 24px 0;
    }
    .footer-contact .tel-a {
        font-size: 2.4rem;
        padding: 40px 0;
    }
    .footer-contact .tel-a::before {
        width: 34px;
        height: 50px;
    }
    .tel-time {
        font-size: 1.8rem;
    }
    .tel-time span {
        margin-right: 1.6rem;
        font-size: 1.8rem;
    }
    .footer-info{
        width: 65%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .com-name{
        font-size: 2.0rem;
    }
    .com-add-container{
        font-size: 1.8rem;
        margin-right: 1.6rem;
    }
    /*--------------------------------------
     *company
     *
    ----------------------------------------*/
    .page-header{
        font-size: 2.2rem;
        padding: 120px 240px;
        text-align: left;
    }
}
@media screen and (min-width:1170px){
    .bg-images.img1{
        background: url("../images/home/img2.jpg") no-repeat center;
        background-attachment: fixed;
        background-size: cover;
    }
    .bg-images.img2{
        background: url("../images/home/img3.jpg") no-repeat center;
        background-attachment: fixed;
        background-size: cover;
    }
    .catch-copy{
        font-size: 3.8rem;
    }
    .catch-copy span{
        font-size: 2.4rem;
    }
    .footer-contact .tel-a {
        font-size: 3.2rem;
    }
    .footer-contact .tel-a::before {
        width: 39px;
        height: 59px;
        margin-right: 2.4rem;
    }
    .com-name{
        font-size: 2.4rem;
    }
    .com-add-container{
        font-size: 2.0rem;
        margin-right: 3.2rem;
    }
    .tel-time {
        font-size: 2.0rem;
    }
    .tel-time span {
        font-size: 2.0rem;
    }
    .footer-logo{
        width: 86px;
        margin-right: 1.6rem;
    }
    .maps-outer {
        width: 50%;
    }
}