@charset "utf-8";

/* ===================
common
======================*/
html{
    font-size: 62.5%;
}

body{
    font-family: 
        "Noto Sans JP",
        "M PLUS 1p",
        Arial, 
        Helvetica, 
        sans-serif;
    color: #000;
    background-color: #FFF;
    line-height: 1;
}

.container{
    padding: 0 6.7% 0;
}

img{
    max-width: 100%;
    height: auto;
}

.section__title{
    color: #35688A;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: -1.25px;
}

.section h4{
    margin-top: 50px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 33px; 
}

.section h4 span{
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -1.12px;
}

.section h6{
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 28px; /* 164.706% */
}


/* common tab */

@media screen and (min-width:769px) {

    .brsp{
        display: none;
    }
    .section__title{
        font-size: 4rem;
        font-weight: 500;
    }

    .section h4{
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 36px; /* 180% */
    }

    .section h4 span{
        font-size: 2.3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 57px;    
    }

    .section h6{
        font-size: 2rem;
        font-weight: 700;
        line-height: 28px; /* 140% */    
    }
   
}


/* tab 769px */



/* common pc */

@media screen and (min-width: 1090px){
    .brsp{
        display: none;
    }
    .section__title{
        font-size: 5rem;
        font-weight: 500;
    }

    .section h4{
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 45px; /* 200% */
    }

    .section h4 span{
        font-size: 2rem;
        font-weight: 400;
        line-height: 40px;    
    }

    .section h6{
        font-size: 2.5rem;
        font-weight: 700;
        line-height: normal;    
    }

}

/* pc 1090px */


/*====================
header
======================*/
.header{
    padding: 50px 6.7%;
    display: flex;
    justify-content: space-between;
}

.header__logo{
    display: flex;
    align-items: center;
}

.logo__img{
    width: 200px;
    object-fit: cover;
}

.header__title{
    text-align: center;
    font-size: 1rem;
    font-weight: 350;
    margin-left: 12px;
}

/*.nav初期表示*/
.nav{
    background: rgba(255, 255, 255, 0.90);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.4s;
    overflow: auto;
}

.nav__header{
    background: #EDFFE2;
    display: flex;
    justify-content: space-between;
    padding: 50px 25px;
    align-items: center;
}

.nav__list{
    padding: 0 6.7% 70px;
}

.nav__item{
    margin-top: 30px;
    font-size: 2rem;
    font-weight: 700;
}

.item{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 20px;
}

.nav__btn{
    width: 27px;
    height: 27px;
}

.nav.active{
    transform: translateX(0);
}


/* header tab */

@media screen and (min-width: 769px) {
    .header{
        padding: 50px 6% 100px;
        display: flex;
        justify-content: space-between;
    }

    .header__logo{
        display: flex;
        align-items: center;
    }

    .logo__img{
        width: 300px;
        object-fit: cover;
    }

    .header__title{
        text-align: center;
        font-size: 1.5rem;
        font-weight: 350;
        margin-left: 25px;
    }

    /*.nav初期表示*/
    
    .nav__header{
        background: #EDFFE2;
        display: flex;
        justify-content: space-between;
        padding: 50px;
    }

    .nav__list{
        padding: 50px 6% 80px;
    }

    .nav__item{
        margin-top: 36px;
        font-size: 4rem;
        font-weight: 700;
        letter-spacing: -1.2px;
    }

    .nav__item img{
        width: 60px;
        height: 60px;
    }

    .item{
        font-size: 2rem;
        font-weight: 400;
        line-height: 36px;    
    }

    .nav__btn{
        width: 30px;
        height: 30px;
    }

    .nav.active{
        transform: translateX(0);
    }
}

/* tab 769px */



/* header pc */
@media screen and (min-width: 1090px){
    .header{
        margin: 0 auto;
        padding: 20px 7% 0;
        display: flex;
        align-items: flex-end;
    }

    .header__title{
        font-size: 2.1rem;
        font-weight: 300;
        letter-spacing: -1.2px;
    }

    .nav{
        background: transparent;
        width: auto;
        height: auto;
        position: static;
        transform: translateX(0);
    }
    
    .nav__header,.header__btn{
        display: none;
    }
    
    .nav__list{
        display: flex;
        padding: 0;
        justify-content: flex-end;
        gap: 30px;
    }

    .nav__item{
        font-size: 2rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.75px;
    }

    .nav__item img{
        width: 36px;
        height: 36px;
    }


    .item--about{
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -3px;
    }

    .item--forcom{
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.5px;
    }

    .item--meetup{
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -2.25px;
    }

    .item--blog{
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.75px;
    }

    .item--insta{
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 20px;
    }

}
/* pc 1090px */


/*====================
main
======================*/
.mainImg{
    position: relative;
}

.mainImg__img{
    width: 100cqw;
    object-fit: cover;
}

.mainImg__title{
    font-size: 2.5rem;
    font-weight: 700;
    writing-mode: vertical-rl;
    height: 225px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.scrollbtn{
    width: 30px;
    height: 180px;
    margin-left: 7%;
    animation: scrollbtn 2s infinite;
}

@keyframes scrollbtn {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}



/* main tab */
@media screen and (min-width: 769px) {
    .mainImg__title{
        font-size: 4rem;
        font-weight: 700;
        height: 400px;
    } 
}

/*tab  769px */


/* main PC */
@media screen and (min-width: 1090px) {
    .mainImg__img{
        max-width: 500px;
        width: 100%;
        object-fit: cover;
    }

    .mainImg__title{
        font-size: 4.5rem;
        font-weight: 700;
        line-height: 71px;
        position: static;
        transform: translate(0);
        height: auto;
        margin-top: 10%;
    }

    .article__header{
        padding: 0 15%;
    }
    
    .mainImg{
        display: flex;
        justify-content: center;
        gap: 6%;
    }

    .scrollbtn{
        margin-left: 0%;
        position: absolute;
        top: 70%;
        left: 6%;
    }
}

/* PC 1090px */


/*====================
about
======================*/
.section--about{
    margin-top: 100px;
}

.title--about{
    position: relative;
}

.titleback{
    display: none;
}

.section__title{
    width: 100%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.about__topic{
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
    gap: 30px;
}

.about__topicImg{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    object-fit: cover;
    opacity: 0.5;
}

.about__topicTitle{
    margin-top: 14px;
    font-size: 1.5rem;
    text-align: right;
}

.about__topicTxt{
    text-align: right;
    font-size: 1.9rem;
    font-weight: 700;
    margin-top: 70px;
}

.topic__forcom{
    margin: 0 auto;
    position: relative;
}

.about__topicItem--forcom{
    position: absolute;
    top: 0;
    left: 10%;
}

.topic__meetup{
    position: relative;
    margin: 0 auto;
}

.about__topicItem--meetup{
    position: absolute;
    top: 0;
    left: 10%;
}


.btn__topic{
    display: block;
    margin: 8px 0 0 auto;
    padding: 13px;
    width: 200px;
    height: 44px;
    border-radius: 50px;
    background: #FF914D;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
}

.btn__topic:active{
    background-color: #fff;
    color: #ff914d;
}


.about__txt {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-top: 80px;
}

.about__txt--bold{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px; /* 200% */
    margin: 20px 0 20px;
}


/* about tab */
@media screen and (min-width: 769px) {
    .titleback{
        display: block;
    }

    .titleback__sp{
        display: none;
    }
        
    .about__topic{
        justify-content: center;
    }
    
    .about__txt {
        font-size: 2rem;
        font-weight: 400;
    }
    
    .about__txt--bold{
        font-size: 2rem;
        font-weight: 700;
        line-height: 37px; /* 185% */    
    }
}

/* tab 769px */


/* about  PC*/
@media screen and (min-width: 1090px) {
    .titleback{
        display: block;
    }
    
    .titleback__sp{
        display: none;
    }

    .topic__forcom{
        margin: 0 8% 0 0 ;
    }
        
    .about__topicImg{
        width: 296px;
        height: 296px;
        border-radius: 200px;
        object-fit: cover;
        opacity: 0.5;
    }

    .topic__meetup{
        margin: 0 0 0 8%;
    }
    
    .btn__topic:hover{
        background: #fff;
        color: #FF914D;
    }
    
    .about__topicItem--forcom{
        left: 30%;
    }
    .about__topicTitle{
        margin-top: 38px;
        font-size: 1.7rem;
        font-weight: 500;
        text-align: right;
    }
    
    .about__topicTxt{
        text-align: right;
        font-size: 2.2rem;
        font-weight: 700;
        margin-top: 60px;
    }
    .about__txt {
        font-size: 2rem;
        line-height: 30px; /* 200% */
    }
    
    .about__txt--bold{
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 38px;
        margin-top: 25px;
    }
    
}

/* PC 1090px */


/*====================
forCompanies
======================*/
.titleback{
    width: 100%;
}

.titleback,.titleback__tab{
    display: none;
}

.section--forCompanies{
    padding-top: 200px;
    padding-bottom: 50px;
    position: relative;
}


.section--forCompanies::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E8FFDA;
    transform: skewY(-5deg) translateY(90px);
    z-index: -1;
}


.title--forcom{
    position: relative;
}

.forcom__topic{
    margin-top: 40px;
    margin-bottom: 40px;
}

.topic__title{
    font-size: 1.7rem;
    text-align: center;
    margin: 80px auto 0;
    width: 200px;
    height: 50px;
    padding: 15px;
    background: #fff;
    border-radius: 39px;

}

.forcom__topicItem{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.forcom__topicTitle{
    color: #35688A;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    background-image: url(../images/triangle.svg);
    width: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    padding-top: 6%;
}

.forcom__topicTxt{
    font-size: 1.3rem;
    line-height: 16px;
    font-weight: 350;
    width: 130px;
    height: 130px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
}

.forcom__txt{
    margin-top: 50px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 30px;
}

.sns{
    margin-top: 50px;
}

.sns__item{
    margin-top: 100px;
}

.sns__img{
    text-align: center;
}

.sns__img img{
    width: 200px;
    height: 200px;
    border-radius: 10px;
    border: 1px solid #000;
    margin-top: 10px;
}

.sns__img img:active{
    border: 5px solid #35688A;
}

.sns__img p{
    margin: 8px auto 0;
    display: block;
    padding: 12px;
    width: 200px;
    border-radius: 50px;
    border: 2px solid #35688A;
    background: #FFF;
    color: #35688A;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}
.sns__img p:active{
    background-color: #35688A;
    color: #fff;
    border:5px solid #fff;
}



/* forCom tab */
@media screen and (min-width: 769px) {
    .titleback,.titleback__sp{
        display: none;
    }
    
    .titleback__tab{
        display: block;
    }
    
    .section--forCompanies h4{
        margin-top: 150px;
    }
    
    .topic__title{
        font-size: 2rem;
        font-weight: 400;
        text-align: center;
        margin: 100px auto 0;
        width: 280px;
        height: 70px;
        padding: 23px;
        border-radius: 39px;
    }  
    
    .forcom__topic{
        display: flex;
        justify-content: center;
        margin-top: 10px;
        gap: 50px;
    }
    
    .forcom__topicItem{
        display: block;
    }
    
    .forcom__topicTitle {
        transform: rotate(270deg);
        width: 165px;
        height: 150px;
        align-items: center;
        padding-bottom: 20%;
    }
    
    .forcom__topicTitle p{
        transform: rotate(-270deg);
    }
    
    
    .forcom__topicTxt{
        width: 155px;
        height: 160px;
        font-size: 1.4rem;
        line-height: 17px;
        font-weight: 350;
        margin-top: -28px;
    }
    
    .sns__item{
        display: flex;
        justify-content: center;
        margin: 50px 12%;
    }

    .sns__img{
        padding: 10px;
    }

    .forcom__txt{
        font-size: 1.6rem;
        font-style: normal;
        line-height: 45px; 
    }
    
    .sns__img p{
        margin-top: 10px;
    }
    
}
/* tab 769px */


/* forCom PC */
@media screen and (min-width: 1090px) {
    .titleback__sp,.titleback__tab{
        display: none;
    }
    
    .titleback{
        display: block;
    }
    
    .section--forCompanies h4{
        margin-top: 40px;
    }
    

    .forcom__topicTitle{
        width: 260px;
        height: 245px;
        font-size: 2.3rem;
    }
    
    .forcom__topicTxt{
        width: 220px;
        height: 240px;
        font-size: 1.8rem;
        line-height: 22px;
        font-weight: 350;
        margin-top: -53px;
    }
    
    .forcom__txt{
        font-size: 2rem;
        font-weight: 400;
        line-height: 40px;
        margin-top: 30px;
    }
    
    
    .sns__img img{
        width: 300px;
        height: 300px;
    }
    
    .sns__img img:hover{
        border: 5px solid #35688A;        
    }
    
    .sns__item{
        margin: 80px 8% 0;
    }
    
    .sns__img p{
        width: 275px;
        height: 63px;
        font-size: 2rem;
        font-weight: 500;
        margin-top: 11px;
        padding: 15px;
    }
    
    .sns__img p:hover{
        background-color: #35688A;
        color: #fff;
        border:5px solid #fff;
    }
    
}

/* PC  1090px*/



/*====================
meetUp
======================*/
.titleback,.titleback__tab{
    display: none;
}

.title--meetUp{
    position: relative;
    margin-top: 200px;
}

.meetup__txt{
    font-size: 1.2rem;
    text-align: center;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-top: 50px;
}

.meetUp__topic{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.meetUp__topicitem{
    text-align: center;
}

.meetUp__topicitem img{
    width: 250px;
    height: 250px;
    border-radius: 10%;
    object-fit: cover;
    margin-top: 20px;
}

.meetUp__topicitem p{
    line-height: 13px;
}

.btn__meetup{
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    padding: 30px;
    width: 325px;
    border-radius: 50px;
    background: #FF914D;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 900;
    text-align: center;
}

.btn__meetup:active{
    background: #fff;
    color: #35688A;
    border: 5px solid #FF914D;
}

.btn__pastevent{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    padding: 12px;
    width: 192px;
    border-radius: 50px;
    border: 5px solid #ff914d;
    background: #fff;
    color: #35688A;
    font-size: 1.5rem;
        font-weight: 900;
        text-align: center;
}

.btn__pastevent:active{
    background: #35688A;
    color: #fff;
}

/* meetUp tab */
@media screen and (min-width: 769px){
    
    .titleback{
        display: block;
    }
    
    .titleback__sp{
        display: none;
    }
    
    .title--meetUp{
        margin-top: 200px;
    }
    
    .meetup__txt{
        font-size: 1.4rem;
        text-align: center;
        font-weight: 400;
        line-height: 30px; /* 166.667% */
        letter-spacing: -0.54px;
    }
    
    .meetup__txt p{
        margin-top: 40px;
    }
    
    .btn__meetup{
            display: block;
            margin: 0 auto;
            margin-top: 80px;
            padding: 30px;
            width: 476px;
            border-radius: 50px;
            background: #FF914D;
            color: #fff;
            font-size: 2.2rem;
            font-weight: 700;
            text-align: center;
        }
        .btn__pastevent{
            display: block;
            margin: 0 auto;
            margin-top: 30px;
            padding: 12px;
            width: 280px;
            border-radius: 50px;
            border: 5px solid #ff914d;
            background: #fff;
            color: #35688A;
            font-size: 2rem;
            font-weight: 700;
            text-align: center;
    }
    
}
/* tab 769px */


/* meetUp PC */
@media screen and (min-width: 1090px){ 
    .titleback{
        width: 70%;
    }

   
    .title--meetUp{
        margin-top: 200px;
    }
    
    .meetup__txt{
        font-size: 1.8rem;
        text-align: center;
        font-weight: 400;
        line-height: 35px; 
        letter-spacing: -0.75px;
    }

    .meetup__txt p{
        margin-top: 30px;
    }

    .meetUp__topic{
        gap: 35px;
    }

    .meetUp__topicitem img{
        width: 300px;
        height: 300px;
    }

    .meetUp__topicitem p{
        font-size: 1.6rem;
        line-height: 22px;
    }

    
    .btn__meetup{
        display: block;
        margin: 0 auto;
        margin-top: 100px;
        padding: 40px;
        width: 710px;
        border-radius:100px;
        background: #FF914D;
        color: #fff;
        font-size: 2.5rem;
        font-weight: 700;
        text-align: center;
    }
    
    .btn__meetup:hover{
        background: #fff;
        color: #35688A;
        border: 5px solid #FF914D;
    }

    .btn__pastevent{
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        padding: 23px;
        width: 353px;
        border-radius: 50px;
        border: 5px solid #ff914d;
        background: #fff;
        color: #35688A;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
    }
    
    .btn__pastevent:hover{
        background: #35688A;
        color: #fff;
    }

    
}
/* PC 1090px */



/*====================
blog
======================*/
.section--blog{
    padding-top: 200px;
    padding-bottom: 81px;
    position: relative;
    overflow: hidden;
}

.section--blog::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E8FFDA;
    transform: skewY(-5deg) translateY(90px);
    z-index: -1;
}

.section--blog{
    text-align: center;
}

.sns__item{
    margin-top: 0;
}

.link__tottori{
    text-align: center;
    margin-top: 100px;
}

.link__tottori p:active{
    color: #FFF;
}

.link__img{
    width: 200px;
    height: 100px;
    object-fit: cover;
}

link__img:active{
    width: 300px;
    height: 150px;
}


/* blog tab */
@media screen and (min-width: 769px){
    .section--blog{
        padding-top: 180px;
        padding-bottom: 100px;
    }
    
    .blog__title{
        width: 212px;
    }
    
    .sns{
        margin-top: 80px;
}

.sns__item{
    display: flex;
}

.link__tottori p{
        font-size: 1.6rem;
        font-weight: 400;
    }
}
/* tab 769px */


/* blog PC */
@media screen and (min-width: 1090px){
    .section--blog{
        padding-top: 200px;
    }

    
    .blog__title{
        width: 327px;
    }
    
    .sns{
        margin-top: 130px;
    }
    .sns__item{
        display: flex;
        justify-content: center;
    }
    
    .link__img{
        width: 380px;
        height: 187px;
    }
    
    .link__tottori p{
        font-size: 2.5rem;
        font-weight: 400;
        margin: 0 auto;
    }
    
    .under{
        border-bottom: double 6px #000;
    }
    
}
/* PC 1090px */


/*====================
footer
======================*/
.footer{
    text-align: center;
}

.footer__logo{
    margin-top: 20px;
    width: 80px;
    height: 80px;
}

.footer__menu{
    margin-top: 10px;
}

.footernav__item{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 8px;
}

.footernav__item p{
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 12px;
}

.footernav__item img{
    width: 18px;
    height: 18px;
}

.footer__txt{
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 19px;
    margin-top: 10px;
}

.copy{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -0.36px;
    margin-top: 10px;
}


/* footer tab */
@media screen and (min-width: 769px){
    .footer__logo{
        width: 100px;
        height: 100px;
    }
    
    .footer__menu{
        margin-top: 20px;
    }

    .footer__list{
        display: flex;
        justify-content: center;
    }
    
    .footernav__item{
        text-align: left;
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: -0.45px;
        margin-left: 36px;  
    }
    
    .footernav__item p{
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 15px;    
    }
        
    .footernav__item img{
        width: 18px;
        height: 18px;
    }
    
    .footer__txt{
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: -0.45px;
        line-height: 24px;
    }
    
    .copy{
        text-align: center;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: -0.36px;
        margin-top: 20px;
    }
}
    
    /* tab 769px */
    
    
/* footer PC */
@media screen and (min-width: 1090px){
    .footer__logo{
        width: 165px;
        height: 165px;
    }
    
    .footer__menu{
        margin-top: 50px;
    }
            
    .footernav__item{
        text-align: left;
        font-size: 2.5rem;
        font-weight: 700;
        letter-spacing: -0.75px;
        margin-left: 36px;  
    }

    .footernav__item p {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 25px;    
    }
    
    .footernav__item img{
        width: 32px;
        height: 32px;
    }
    
    .footer__txt{
        font-size: 2.5rem;
        font-weight: 400;
        letter-spacing: -0.75px;
        line-height: 40px;
        margin-top: 50px;
    }
    
    .copy{
        font-size: 1.8rem;
        font-weight: 400;
    } 
}
/* PC 1090px */

/*==========================
scrollTop
==========================*/

.topBtn{
    width: 26px;
    height: 100px;
    position: fixed;
    bottom: 10%;
    right: 4%;
}
