@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Acme';
    src: url(../font/Acme/Acme-Regular.ttf);
}

@font-face {
    font-family: 'Roboto_Flex';
    src: url(../font/Roboto_Flex/RobotoFlex-VariableFont_GRAD\,XOPQ\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,opsz\,slnt\,wdth\,wght.ttf);
}

body{
    position: relative;/*top-buttonの固定*/
    color: #000B00;
    font-family: 'Roboto_Flex';
    font-size: 1.5vw;
}

h2{
    color: #0b4f41;
    font-family: 'Roboto_Flex';
    font-size: 3.5vw;
}

li{
    list-style: none;
    color: #000B00;
}

a{
    text-decoration: none;
    color: #000B00;
}

/*ヘッダー**********************/
header{
    display: flex;
    position: fixed;
    width: 97vw;
    background-color: white;
    padding: 1.5%;
    z-index: 100;
}

header h1{
    width: 15%;
}

header h1 img {
    width: 100%;
}

header nav {
    width: 65%;
    margin-left: auto;
    margin-right: 0;
}

header nav ul {
    display: flex;
    justify-content: space-between;
    padding-top: 0.6%;
}

header nav ul li{
    display: inline-block;
    font-size: 1.5vw;
    padding-top: 0.5%;
    margin-right: 2%;    
}

header nav ul li:nth-last-child(1){
    font-family: 'Roboto_Flex';
    font-weight: 800;
    font-size: 1.8vw;
    border: 0.2vw solid #0b4f41;
    border-radius: 3vw;
    padding: 0 1.5vw;
}

header nav ul li:nth-last-child(1) a{
    color: #0b4f41;
}

header .sns-box{
    width: 7%;
}

header .sns-box a img{
    width: 3vw;
}

/*privateﾀﾌﾞ*/
.bn-private{
    width: 80%;
    border-radius: 1vw;
    margin: 16% auto 10% auto;
    transition: 0.4a;
}

.bn-private a img{
    width: 100%;
}

.bn-private:hover{
    opacity: 0.8;
    transition: 0.4s;
}


/*タブ切り替え*/
.featured-wrap{
    margin: 0 8% 15% 8%;
}

.featured-wrap h2{
    margin-left: 5%;
    margin-bottom: 4%;
}

.tab_box {
    width: 90%;
    margin: 0 auto;
 }
 
 .btn_area {
     display: flex;
     margin-bottom: 1vw;
 }
 
 .tab_btn {
     width: calc(100%/4);
     text-align: center;
     line-height: 2.5;
     border-right: 0.1vw solid gray;
 }

 .tab_btn:nth-of-type(4){
    border: none;
 }


 .tab_btn.active {
     background: #0b4f4127;
 }

 .tab_panel {
     display:none;
 }

 .tab_panel.active {
     display:block;
 }

.tab-panel-flex{
    display: flex;
    justify-content: space-between;
}

.tab-panel-child {
    width: 30%;
    transition: 0.4a;
}

.tab-panel-child:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.tab-panel-child img:nth-of-type(1) {
    width: 100%;
    box-shadow: 0px 0px 5px 1px #000b0044;
}

.tab-panel-child p {
    line-height: 1.8;
}

.tab-panel-child p:nth-of-type(2){
    font-size: 1.3vw;
}
.tab-panel-child .tab-panel-child-img {
    width: 10%;
    margin: 2%;
}

.tab-panel-child .tab-panel-child-img img{
    box-shadow: none;
}

/*about/////////////////////////*/
.about-wrap{
    position: relative;
    margin: 0 8vw 30%;
    z-index: 10;
}

.about-wrap::after{
    position: absolute;
    content: "";
    width: 100vw;
    height: 1vw;
    top: -5vw;
    left: -8vw;
    border-top: 0.1vw solid gray;
}

.about-wrap::before{
    position: absolute;
    content: "";
    width: 100vw;
    height: 40vw;
    bottom: -20vw;
    left: -8vw;
    background-image: url(../images/pc-illust-aboutus.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -100;
}

.about-wrap h2{
    font-size: 3.8vw;
}

.about-wrap div {
    width: 25%;
}

.about-wrap div img{
    width: 100%;
    margin-left: -5%;
}

.about-wrap p:nth-of-type(1){
    position: relative;
    display: block;
    width: fit-content;
    font-weight: 800;
    margin: 2% 0 2% auto;
    transition: 0.4s;
}

.about-wrap p:nth-of-type(1)::after{
    position: absolute;
    content: "";
    width: 1.4vw;
    height: 1.4vw;
    right: -2.5vw;
    bottom: 0.2vw;
    clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
    transform: rotate(90deg);
    background-color: #0b4f41;
}

.about-wrap p:nth-of-type(1):hover{
    opacity: 0.5;
    transition: 0.4s;
}

.about-wrap p:nth-of-type(2){
    white-space: pre-wrap;
    line-height: 1.6;
}

/*photo-library///////////////////*/
.photo-library{
    width: 85%;
    margin: 0 auto 10vw auto;
}

.photo-library .library{
    width: 100%;
    height: 30vw;
    overflow: hidden;
    margin: 3% auto;
    border-radius: 1vw;
}

.photo-library .library img{
    display: block;
    width: 100%;
    object-fit: cover;
}

.photo-library .library-flex{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.photo-library .library-flex .library-child{
    width: 18vw;
    height: 17vw;
    border-radius: 1vw;
    overflow: hidden;
    object-position: 50% 50%;
}

.photo-library .library-flex .library-child img{
    display: block;
    width: 18vw;
    height: 18vw;
    object-fit: cover;
}

.photo-library p{
    position: relative;
    display: block;
    width: fit-content;
    font-weight: 800;
    margin: 4vw auto;
    padding: 2vw 6.2vw 2vw 7.8vw;
    border-radius: 5vw;
    box-shadow: 0px 0px 5px 1px #000b0044;
    transition: 0.4s;
}

.photo-library p:nth-of-type(2){
    margin-bottom: 12vw;
}

.photo-library p::after{
  position: absolute;
  content: "";
  width: 1.3vw;
  height: 1.3vw;
  right: 3.5vw;
  bottom: 2.2vw;
  clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
  background-color: #000B00;
  transform: rotate(90deg);
}

.photo-library p:hover{
    opacity: 0.7;
    transition: 0.4s;
}

.photo-library p:nth-of-type(1)::before{
    position: absolute;
    content: "";
    width: 3vw;
    height: 3vw;
    left: 3.8vw;
    bottom: 1.5vw;
    background-image: url(../images/icon-ig.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.photo-library p:nth-of-type(2)::before{
    position: absolute;
    content: "";
    width: 3vw;
    height: 3vw;
    left: 3.8vw;
    bottom: 1.5vw;
    background-image: url(../images/icon-fb.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}



/*ニュース///////////////////*/
.news{
    width: 85%;
    margin: 8vw auto 1vw auto;
}

.news p:nth-of-type(1){
    position: relative;
    display: block;
    width: fit-content;
    font-weight: 800;
    margin: 2% 0 3% auto;
    transition: 0.4s;
}

.news p:nth-of-type(1)::after{
    position: absolute;
    content: "";
    width: 1.4vw;
    height: 1.4vw;
    right: -2.5vw;
    bottom: 0.2vw;
    clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
    transform: rotate(90deg);
    background-color: #0b4f41;
}

.news p:nth-of-type(1):hover{
    opacity: 0.5;
    transition: 0.4s;
}

.news .news-wrap{
    width: 100%;
    border-radius: 2vw;
    box-shadow: 0px 0px 5px 1px #000b0044;
    margin: 0 auto;
    padding: 3vw 0;
}

.news .news-wrap ul a{
    display: flex;
    width: 65%;
    margin: 2vw auto;
    transition: 0.4s;
}

.news .news-wrap ul:hover{
    opacity: 0.6;
    transition: 0.4s;
}

.news .news-wrap ul li{
    position: relative;
    font-size:1.3vw;
    line-height: 3.0;
}

.news .news-wrap ul li:nth-of-type(1)::before{
    position: absolute;
    content: "";
    width: 1vw;
    left: 0.5vw;
    bottom: 2vw;
    border: 0.01vw solid #0b4f41;
}

.news .news-wrap ul li:nth-of-type(2)::before{
    position: absolute;
    content: "";
    width: 55vw;
    left: -14vw;
    bottom: 0;
    border: 0.001vw solid #000B00;
}

.news .news-wrap ul li:nth-child(1){
    padding-left: 3vw;
    color: #0b4f41;
}

.news .news-wrap ul li:nth-child(2){
    margin-left: 3vw;
}




/*フッター///////////////////////*/
footer {
    font-size: 1.1vw;
    color: white;
    letter-spacing: 0.1vw;
    background-image: url(../images/bg-footer.jpg);
    background-size: 120%;
    background-repeat: no-repeat;
    position: center;
    padding: 16% 5% 0 5%;
}

.footer-flex{
    display: flex;
}

.footer-flex a,address{
    font-size: 1.1vw;
    line-height: 1.5;
    color: white;
}

.footer-flex p{
    line-height: 1.5;
}

.footer-flex address{
    font-style: normal;
}

.footer-flex .produced-box{
    display: flex;
    margin: 2% 0 4% 0;
}

.footer-flex .produced-box p{
    font-size: 1.3vw;
    font-weight: 800;
    margin-right: 2%;
}

.footer-flex .produced-box img{
    width: 25%;
}

.footer-flex .adress-flex{
    width: 45%;
}

.footer-flex .adress-flex .footer-rogo{
    width: 45%;
    margin-left: -2%;
    transition: 0.4s;
}

.footer-flex .adress-flex .footer-rogo:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.footer-flex .adress-flex .footer-rogo img{
    width: 100%;
}

.footer-flex .adress-flex .contact-button{
    display: block;
    width: 13vw;
    text-align: center;
    border: 0.1vw solid white;
    border-radius: 3vw;
    margin: 8% 0 3% 0;
    transition: 0.4s;
}

.footer-flex .adress-flex .contact-button:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.footer-flex .adress-flex .contact-button a{
    display: block;
    font-size: 1.5vw;
}

.footer-flex .sns-box img{
    width: 2vw;
    transition: 0.4s;
}

.footer-flex .sns-box img:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.footer-flex .footer-flex2 {
    display: flex;
    width: 40%;
}

.footer-flex2 ul li{
    transition: 0.4s;
}

.footer-flex2 ul li:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.footer-flex .service-box,.other-box{
    width: 50%;
    margin-top: 13vw;
}

.footer-flex .service-box .service-box-bn{
    width: 150%;
    margin-top: 10%;
    transition: 0.4s;
}

.footer-flex .service-box .service-box-bn:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.footer-flex .service-box .service-box-bn img{
    width: 100%;
}

footer h3{
    margin-bottom: 2vw;
}

.footer-flex + p{
    text-align: center;
    line-height: 5.0;
}

/*Page topボタン**************/
.top-button{
    position: absolute;
    position: fixed;
    right: 0.8vw;
    bottom: 2vw;
    display: block;
    width: 7vw;
    height: 7vw;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0vw 0vw 3px 3px #000b004b;
    z-index: 10;
    overflow: hidden;
    transition: 0.4s;
}

.top-button:hover{
    opacity: 0.6;
    transition: 0.4s;
}
.top-button p{
    position: relative;
    font-size: 1.3vw;
    text-align: center;
    letter-spacing: -0.05em;
    line-height: 6.5;
}

.top-button p a{
    display: block;
}

.top-button p::before{
    position: absolute;
    content: "";
    width: 1.8vw;
    height: 2.5vw;
    top: 0.2vw;
    left: 2.7vw;
    clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
    background-color: #0b4f41;
}


.NavMenu,.Toggle {
    display: none;
}

/*  
        /*NavMenu=hambarger************
        /*ナビメニューのスタイルを指定
    .NavMenu{
        position: fixed; /*表示位置を固定
        z-index: 2; /*重ね順を変更
        top: 0; /*表示位置を指定
        left: 0; /*表示位置を指定
        background: #fff;/*背景を白にする
        width: 80vw; /*全幅表示
        padding:5vw 0 5vw 5vw;
        transform: translateX(-100%); /*ナビを左に隠す
        transition: all 0.6s; /*アニメーションの時間を指定
    }

    .NavMenu .NavMenu-rogo + ul{
        width: 40%;
    }

    .NavMenu .NavMenu-rogo{
        position: relative;
        width: 30%;
        margin-bottom: 5vw;
    }  

    .NavMenu .NavMenu-rogo::before{
        position: absolute;
        content: "";
        left: -10vw;
        bottom: -2vw;
        border-bottom: 0.1vw solid #000B00; 
        width: 90vw;
    }

    .NavMenu .NavMenu-rogo img{
        width: 100%;
    }

    .NavMenu ul .NavMenu-top{
        font-weight: 800;
    }

    .NavMenu ul li ul li {
        font-size: 1.7vw;
        font-weight: 800;
        line-height: 1.8;
        margin-left: 3vw;
    }

    .NavMenu .NavMenu-li{
        color: gray;
        margin-top: 5%;
    }

    .company-li2 img{
        width: 60%;
        margin: 2% 0;
        box-shadow: 0px 0px 5px 1px #000b0044;
    }

    .company-li3{
        display: block;
        width: 50%;
        color: #0b4f41;
        font-weight: 800;
        text-align: center;
        border: 0.1vw solid #0b4f41;
        border-radius: 5vw;
        box-shadow: 0px 0px 5px 1px #000b0044;
        padding: 0 3%;
    }

    .NavMenu .sns-box{
        width: 10%;
        margin-top: 2vw;
    }

    .NavMenu .sns-box a img{
        width: 3vw;
    }

    .NavMenu .sns-box a img:nth-of-type(1){
        padding-left: 10%;
    }

    /*li装飾********************
    .service-li1{
        position: relative;
    }

    .service-li1::before{
        position: absolute;
        content: "";
        width: 2vw;
        height: 2vw;
        left: -2.5vw;
        top: 0.5vw;
        background-image: url(../images/icon-climber.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .service-li2{
        position: relative;
    }

    .service-li2::before{
        position: absolute;
        content: "";
        width: 2vw;
        height: 2vw;
        left: -2.5vw;
        top: 0.5vw;
        background-image: url(../images/icon-tent.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .service-li3{
        position: relative;
    }

    .service-li3::before{
        position: absolute;
        content: "";
        width: 2vw;
        height: 2vw;
        left: -2.5vw;
        top: 0.5vw;
        background-image: url(../images/icon-golf.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .service-li4{
        position: relative;
    }

    .service-li4::before{
        position: absolute;
        content: "";
        width: 1.8vw;
        height: 1.8vw;
        left: -2.5vw;
        top: 0.7vw;
        background-image: url(../images/icon-train.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .service-li5{
        position: relative;
    }

    .service-li5::before{
        position: absolute;
        content: "";
        width: 1.8vw;
        height: 1.8vw;
        left: -2.5vw;
        top: 0.7vw;
        background-image: url(../images/icon-private.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .company-li1{
        position: relative;
    }

    .company-li1::before{
        position: absolute;
        content: "";
        width: 1.8vw;
        height: 1.8vw;
        left: -2.5vw;
        top: 0.7vw;
        background-image: url(../images/icon-private.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    /*トグルボタンが押されたときに付与するクラス
    nav.NavMenu.active{
        transform: translateX(0%);/*上から出したい場合は、transform: translateYを使う.
    }

    /*トグルボタンのスタイルを指定
    .Toggle {
        position: fixed;    /* bodyに対しての絶対位置指定:
        left: 0;
        top: 12px;
        width: 42px;
        height: 42px;
        cursor: pointer;/*divだけどカーソルが変わるようにしている
        z-index: 3;/*ボタンを一番上にしている(押せなくなるから)
    }

    .Toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #0b4f41;
        transition: .35s ease-in-out;/*変化の速度を指定
        left: 6px;
    }

    .Toggle span:nth-child(1) {
        top: 9px;
    }

    .Toggle span:nth-child(2) {
        top: 18px;
    }

    .Toggle span:nth-child(3) {
        top: 27px;
    }

    /* 最初のspanをマイナス45度に 
    .Toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        transform: rotate(-45deg);
    }

    /* 2番目と3番目のspanを45度に 
    .Toggle.active span:nth-child(2),
    .Toggle.active span:nth-child(3) {
        top: 18px;
        transform: rotate(45deg);
    }
*/
