@charset "utf-8";

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
    color: #333333;
    min-width: 1140px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 18px;
}

@media (max-width:575px){
    body{
        font-size: 15px;
    }
}

img{
    max-width: 100%;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.wrapper{
    max-width: 1400px;
    margin: 0 auto;
}

.content{
    max-width: 960px;
    margin: 0 auto;
}

.section-title{
    text-align: center;
    padding: 100px 0;
}

.section-title h2{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #14682C;
}

.section-title h2 .title{
    font-size: 34px;
    letter-spacing: 10px;
    margin: 0 50px;
}

.section-title h2 .border{
    display: inline-block;
    content: "";
    height: 2px;
    max-width: 10%;
    width: 100%;
    background-color: #14682C;
}

.section-title p{
    opacity: .7;
}

.text{
    text-align: center;
    line-height: 1.75rem;
}


.text .sp-br{
    display: none;
}

@media (max-width:768px){
    body{
        min-width: 375px;
    }

    .content{
        padding: 0 4%;
    }

    .section-title{
        padding: 40px 0;
    }
}

@media (max-width:575px){
    .section-title h2 .title{
        font-size: 30px;
        letter-spacing: 5px;
        margin: 0 20px;
    }

    .text .sp-br{
        display: block;
    }
}

#header{
    height: 70px;
    background: linear-gradient(90deg,#FFF 0%, #FFF 40%, #14682C 40%, #14682C 100%);
    position: sticky;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
}

#header .wrapper{
    display: flex;
    align-items: center;
    height: 70px
}

#header .wrapper h1{
    width: 40%;
    line-height: 1px;
}

#header nav{
    display: flex;
    justify-content: flex-end;
    width: 60%;
}

#header nav ul{
    display: flex;
    align-items: center;
} 

#header nav ul a{
    color: #FFF;
}

#header nav .page-nav li{
    margin-left: 50px;
}

#header nav .page-nav a{
    font-size: 15px;
    position: relative;
}

#header nav .page-nav li:nth-of-type(1) a::after,
#header nav .page-nav li:nth-of-type(3) a::after,
#header nav .page-nav li:nth-of-type(4) a::after{
    content: url(../image/navbtn.png);
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    line-height: 0;
}

#header nav .sns-link{
    margin-left: 45px;
    line-height: 1;
}

#header nav .sns-link li:nth-child(2){
    margin-left: 20px;
}

#header nav .sns-link a{
    font-size: 32px;
}

@media (min-width:768px){
    #header .wrapper h1{
        min-width: 320px;
    }
    
    #header nav{
        min-width: 570px;
    }
}

@media (max-width:768px){
    
    #header{
        background: none;
        height: auto;
    }

    #header .wrapper{
        height: auto;
        flex-direction: column;
    }

    #header .wrapper h1{
        background-color: #FFF;
        width: 100%;
    }
    
    #header h1{
        padding-left: 50px;
    }

    #header .wrapper nav{
        background-color: #14682C;
        width: 100%;
        line-height: 61px;
    }

    #header nav{
        justify-content: center;
        align-items: center;
    }

    #header nav .page-nav{
        justify-content: flex-end;
    }

    #header nav .page-nav li{
        margin-left: 30px;
    }

    #header nav .page-nav a{
        font-size: 15px;
    }

    #header nav .page-nav li:nth-of-type(1){
        margin-left: 0;
    }

    /*#header nav .page-nav a:nth-of-type(2){
        display: none;
    }*/

    #header nav .sns-link{
        justify-content: flex-start;
    }
}

@media (max-width:575px){
    
    #header h1{
        padding-left: 30px;
    }

    #header .wrapper nav{
        line-height: 46px;
    }

    #header nav .page-nav{
        display: block;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        width: 70%;
    }

    #header nav .page-nav li{
        width: 50%;
        margin-left: 0;
    }

    #header nav .page-nav a{
        display: block;
    }

    #header nav .page-nav li:nth-of-type(1) a{
        border-bottom: 1px solid #FFF;
    }

    #header nav .page-nav li:nth-of-type(2) a{
        border: 1px solid #FFF;
        border-top: none;
    }

    #header nav .page-nav li:nth-of-type(4) a{
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }

    #header nav .page-nav li:nth-of-type(1) a::after,
    #header nav .page-nav li:nth-of-type(3) a::after,
    #header nav .page-nav li:nth-of-type(4) a::after{
        width: 10px;
        bottom: auto;
        left: auto;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }

    #header nav .sns-link{
        justify-content: center;
        align-items: center;
        width: 30%;
        margin: 0;
    }
}


/*#header*/
#FV{
    padding-bottom: 100px;
}

#FV .FV-pc{
    display: block;
    position: relative;
}

#FV .FV-pc img[src*="FV_text"]{
    position: absolute;
    right: 10px;
    top: 90px;
    width: 480px;
    z-index: 50;
}

#FV .FV-sp{
    display: none;
    position: relative;
}

#FV .FV-sp img[src*="FV_text"]{
    position: absolute;
    left: 15px;
    top: 30px;
    width: 70%;
    min-width: 180px;
    max-width: 260px;
    z-index: 50;
}

#FV .FV-pc .slider{
    position: relative;
    z-index: 1;
    height: auto;
}

#FV .FV-pc .slider-item{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#FV .FV-pc .slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:15px 0 30px 0;
}

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

#FV .FV-pc .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}

#FV .FV-pc .slick-dots .slick-active button{
    background:#333;
}

#report .section-title{
    padding: 85px 0 55px;
}

#report{
    background-image: url(../image/bg_1.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 95px;
}

#report-link{
    padding-top: 70px;
    margin-top: -70px;
}

#report .slider_report {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
    z-index: 1;
}

#report .slider_report p{
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}

#report .slider_report img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
} 
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

#report .slider_report .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
#report .slick-prev, 
#report .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border: 2px solid #000;/*矢印の色*/
    border-radius: 50%;
    background-color: #FFF;
    opacity: .7;
    height: 30px;
    width: 30px;
}

#report .slick-prev::after, 
#report .slick-next::after{
    content: url(../image/chevron-up-solid.svg);
    font-family: 'Font Awesome 6 Free';
    display: inline-block;
    color: #666;
    width: 15px;
    height: 15px;
    margin-left: 5.5px;
    margin-top: 3px;
}

#report .slick-prev {/*戻る矢印の位置と形状*/
    left: 1.5%;
    top: 80px;
    transform: rotate(-90deg);
    z-index: 100;
}

#report .slick-next {/*次へ矢印の位置と形状*/
    right: 1.5%;
    top: 80px;
    transform: rotate(90deg);
}

/*ドットナビゲーションの設定*/

#report .slick-dots {
    text-align:center;
    margin-top: 60px;
    display: flex;
}

#report .slick-dots button {
    color: transparent;
    outline: none;
    max-width: 295px;
    width:295px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    background:#DCDCDC;/*ドットボタンの色*/
}



#report .slick-dots .slick-active button{
    background:#95761A;/*ドットボタンの現在地表示の色*/
}

@media (max-width:768px){
    #FV{
        padding-bottom: 40px;
    }
    
    #FV .FV-pc{
        display: none;
    }
    
    #FV .FV-sp{
        display: block;
    }

    #FV .FV-sp .slider{
        position: relative;
        z-index: 1;
    }

    #FV .FV-sp .slider img{
        width: 100%;
    }
    
    #FV .FV-sp .slider-item{
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    #FV .FV-sp .slick-dots {
        position: relative;
        z-index: 3;
        text-align:center;
        margin:20px 0 0 0;
    }
    
    #FV .FV-sp .slick-dots li {
        display:inline-block;
        margin:0 5px;
    }
    
    #FV .FV-sp .slick-dots button {
        color: transparent;
        outline: none;
        width:8px;
        height:8px;
        display:block;
        border-radius:50%;
        background:#ccc;
    }
    
    #FV .FV-sp .slick-dots .slick-active button{
        background:#333;
    }

    #report{
        background-image: url(../image/bg_1_sp.jpg);
        background-size: cover;
        height: 430px;
    }

    #report .section-title{
        padding: 50px 0 40px;
    }

    #report-link{
        margin-top: -120px;
        padding-top: 120px;
    }

    #report .slider_report {/*横幅94%で左右に余白を持たせて中央寄せ*/
        display: flex;
        flex-direction: column-reverse;
    }

    #report .slick-prev, 
    #report .slick-next {
        display: none !important;
}

    #report .slick-dots {
        margin:0 0 10px 0;
    }
    
    #report .slick-dots li {
        flex: 1;
    }
    
    #report .slick-dots button {
        color: transparent;
        outline: none;
        max-width: 295px;
        width: 100%;/*ドットボタンのサイズ*/
        height:3px;/*ドットボタンのサイズ*/
        display:block;
        background:#DCDCDC;/*ドットボタンの色*/
    }

}

@media (max-width:575px){
    #report{
        height: 400px;
    }

    #report-link{
        margin-top: -180px;
        padding-top: 180px;
    }
}

@media (max-width:500px){
    #report{
        height: 380px;
    }
}

@media (max-width:425px){
    #report{
        height: 460px;
    }

    #report .slick-dots button {
        width: 10vw;
    }
}
/*#report*/
#office{
    padding: 100px 0;
}

.jumpbtn{
    text-align: center;
    line-height: 1px;
}

#office .jumpbtn img:hover{
    content: url(../image/officebtn_2.png);
}

@media (max-width:765px){
    #office{
        padding: 50px 0;
    }

    #office .jumpbtn img{
        width: 75%;
    }
}
/*#office*/

#joining{
    background-image: url(../image/bg_2.jpg);
    background-position: center;
    background-size: cover;
    height: 760px;
}

#joining .section-title{
    padding: 60px 0;
}

#joining .joining-text{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 15px;
}

#joining .joining-text p{
    text-align: center;
    font-size: 24px;
    margin: 0 15px;
}

#joining .joining-text .sp-br{
    display: none;
}

#joining .contact-info{
    text-align: center;
}

@media (max-width:768px){
    #joining .section-title{
        padding: 60px 0 40px;
    }

    #joining{
        background-image: url(../image/bg_2_sp.jpg);
        background-size: cover;
        height: auto;
        padding-bottom: 50px;
    }

    #joining .contact-info{
        width: 90%;
        margin: 0 auto;
    }
}
/*#joining:*/

#media .section-title{
    padding: 100px 0 65px;
}

#media .sns{
    margin-bottom: 130px;
}

#media .sns h3{
    font-size: 18px;
    text-align: center;
    color: #95761A;
    margin-bottom: 40px;
}

#media .sns h3 span{
    display: inline-block;
    border-top: 1px dotted #95761A;
    border-bottom: 1px dotted #95761A;
    padding: 5px 25px;
}

#media .sns h3 span i{
    margin-right: 15px;
}

#media .jumpbtn{
    margin: 70px 0;
}

#media .jumpbtn img:hover{
    content: url(../image/viewbt_2.png);
}

#media .insta-list{
    display: flex;
    flex-wrap: wrap;
}

#media .insta-list li{
    width: calc(25% - 39px/4);
    margin-right: 13px;
}

#media .insta-list li:nth-child(4n){
    margin-right: 0;
}

#media .insta-list li:nth-child(n+5){
    margin-top: 13px;
}

#media .insta-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#media .fb-page{
    margin: 0 auto;
    display: block;
}

#media .fb-page,
#media .fb-page span,
#media .fb-page iframe{
    max-width: 440px;
    width: 100% !important;
    height: 500px !important;
}

@media (max-width:768px){
    #media .section-title h2 .title{
        font-size: 24px;
    }

    #media .section-title{
        padding: 95px 0 45px;
    }

    #media .sns{
        margin-bottom: 80px;
    }

    #joining .joining-text .sp-br{
        display: block;
    }    
}

@media (max-width:575px){

    #media .insta-list li{
        width: calc(50% - 13px/2);
    }
    #media .insta-list :nth-child(2n){
        margin-right: 0;
    }
    #media .insta-list :nth-child(n+3){
        margin-top: 13px;
    }

    #media iframe{
        width: 375px;
    }
}

/*#media*/

#contact{
    height: 600px;
    background-color: #14682C;
}

#contact .section-title{
    padding: 100px 0 55px;
}

#contact .section-title h2,
#contact .section-title p,
#contact p{
    color: #FFF;
}

#contact .section-title h2 .border{
    background-color: #FFF;
}

#contact .contact-detail{
    text-align: center;
}

#contact .contact-detail p{
    margin-top: 15px;
}

#contact .contact-detail p .sp-br{
    display: none;
}

#contact .our-business{
    padding-top: 50px;
    padding-right: 50px;
    text-align: right;
}


@media (max-width:768px){
    #contact{
        height: 600px;
    }

    #contact .contact-detail{
        width: 90%;
        margin: 0 auto;
    }
    
    #contact .contact-detail p{
        font-size: 15px;
    }

    #contact .contact-detail p .sp-br{
        display: block;
    }

    #contact .our-business{
        padding-right: 20px;
        font-size: .875rem;
    }
}

@media (max-width:575px){
    #contact .section-title{
        padding: 50px 0 40px;
    }
    #contact{
        height: 470px;
    }

    #contact .our-business{
        text-align: center;
        padding-right: 0;
        padding-top: 20px;
    }

}

@media (max-width:500px){
    #contact{
        height: 450px;
    }
}
/*#contact*/

#footer{
    background-color: #F3F6EF;
    text-align: center;
}

#footer p{
    font-size: 16px;
    color: #808080;
    padding: 10px 0;
}

@media (max-width:768px){
    #footer p{
        font-size: 15px;
    }
}