@charset "UTF-8";

body{
    background: #f7f9fa;    
}
.l-head_fix:before{
  background: rgba(247, 249, 250,0.5);
}
.l-head_lang:after{
  background: #eff2f3;
}

.c-bner{
    background: #f7f9fa;
}


.c-bner a:nth-child(2){
    border-left: 1px #eff2f3 solid;
}
.research_content2{
    background: #eff2f3;
}


.mainv{
    display: flex;
    align-items:center;
    width: 100%;
    height: 23vw;
    padding-top: 2.3vw;
    position: relative;
    z-index: 1;
}
.mainv_inner{
    width: 79%;
    margin: 0 auto;
}
.mainv_ttl{
    font-weight: 500;
    line-height: 1.3;
}
.mainv_ttl1{
    font-size: 51px;
    font-size: 2.66vw;
    display: block;
    letter-spacing: 0.2em;
}
.mainv_ttl2{
    font-size: 70px;
    display: block;
    font-size: 3.65vw;
}

.mainv_ttl1_aoki{
    font-size: 41px;
    font-size: 2.13vw;
    display: block;
    letter-spacing: 0;
}
.mainv_ttl2_aoki{
    font-size: 73px;
    display: block;
    font-size: 3.81vw;
    letter-spacing: 0.08em;
}

.mainv_scroll{
    position: absolute;
    z-index: 1;
    display: block;
    right: 4vw;
    bottom: 5vw;
    width: 7.87vw;
    min-width: 120px;
}
.mainv_scroll svg{
    vertical-align: middle;
    width: 100%;
    height: auto;

    animation: arrow-button__border-out2 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);    
}
.mainv_scroll_txt{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50% );
    color: #989f9e;
}




.mainv_en1{
    opacity: 0.5;
}
.mainv_en2{
    stroke-dasharray: 441.2 441.2;
    stroke-dashoffset: 441.2;
    animation: arrow-button__border-out 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    stroke-width: 1px;
}

.mainv_scroll:hover .mainv_en2{
  animation: arrow-button__border-over 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.mainv_scroll:hover svg{
  animation: arrow-button__border-over2 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}


@keyframes arrow-button__border-over {
  0% {
/*    transform: rotate(-90deg);*/
  }
  to {
/*    transform: rotate(90deg);*/
    stroke-dashoffset: 0;
  }
}


@keyframes arrow-button__border-over2 {
  0% {
    transform: rotate(-90deg);
  }
  to {
    transform: rotate(90deg);
/*    stroke-dashoffset: 0;*/
  }
}

@keyframes arrow-button__border-out {
  0% {
    stroke-dashoffset: 0;
  }
  to {
/*    transform: rotate(270deg);*/
    stroke-dashoffset: -441.2;
  }
}

@media screen and (max-width: 1000px) {
    .mainv_scroll{
        display: none;
    }

}



.mainv_img{}




/* -------------------------------- */
.news{
    /* background: #f7f9fa; */
}
.news_inner{
    padding-top: 125px;
    padding-bottom: 104px;
    display: flex;
    justify-content:space-between;
    align-items:flex-start;
}
.news_head{
    margin-right: 9.7%;
    margin-top: 13px;
}
.news_main{
    flex: 1;
}
.news_main_link{
    text-align: right;
    font-size: 15px;
    margin: 24px 0 0;
}
.news .c-news_list_a{
    padding: 20px 74px 20px 0;
}

.news .blank1:after{
  background-image: url(../img/common/blank1_b.svg);
  transition: background 400ms cubic-bezier(0.18, 0.06, 0.23, 1);
}

.news .blank1:before{
  display: none;
}

.c-news_list .arrow1:after{
  background-image: url(../img/common/arrow1_b.svg);
  transition: background 400ms cubic-bezier(0.18, 0.06, 0.23, 1);  
}
.c-news_list .arrow1:before{
  display: none;
}


@media screen and (max-width: 1383px) {
    .news_inner{
        padding-top: 9vw;
        padding-bottom: 7.6vw;
    }
}
@media screen and (max-width: 960px) {
    .news_inner{
        display: block;
    }
}



/* -------------------------------- */
.research{
    background: #eff2f3;
}
.research_inner{
    padding-top: 146px;
    padding-bottom: 135px;
}

.research .ttl1{
    text-align: center;
}

.research_mes{
    margin-bottom: 52px;
    line-height: 2;
}
.research_img{
    background: #fff;
    padding: 69px 7%;
    border-radius: 30px;
    margin: 0 0 89px;
}

.research_data{
}
.research_data_ttl{
    font-size: 20px;
    font-weight: 700;
    margin: 0px 10px;
}
.research_data_mes{}

.research_data_list{
    position: relative;
    z-index: 1;
    padding-left: 27px;
}
.research_data_list:nth-child(n+2){
    margin-top: 32px;
}
.research_data_list_ttl{
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 700;
}
.research_data_list_ttl span{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: #11a688;
}
.research_data_list_mes{}
.research_data_list_come{
    font-size: 14px;
    margin-top: 16px;
}

@media screen and (max-width: 1383px) {
    .research_inner{
        padding-top: 10.6vw;
        padding-bottom: 3.5vw;
    }

}


/* -------------------------------- */
/* -------------------------------- */

/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/

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

    .news a:hover .blank1:after{
      background-image: url(../img/common/blank1_g.svg);
    }
    .c-news_list a:hover .arrow1:after{
      background-image: url(../img/common/arrow1_g.svg);
    }    

}



/*---------------------------------------------------------
    スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {

  .l-head_fix{

  background: rgba(247, 249, 250,0.5);
}


    .mainv{
    height: 65vw;
    padding-top: 3.3vw;
}
    .mainv_inner{
    width: 91%;
}
    .mainv_ttl{}
    .mainv_ttl1{
    font-size: 5.1vw;
    letter-spacing: 0.12em;
}
    .mainv_ttl2{
    font-size: 10.66vw;
    margin-top: 2vw;
}
    .mainv_img{}
    /* -------------------------------- */
    .news{}
    .news_inner{
    padding-top: 79px;
    padding-bottom: 77px;
}
    .news_head{
    margin: 0;
}
    .news_head .ttl1{
        display: flex;
        align-items:flex-end;
    }
    .news_head .ttl1_ja{
        margin: 0px 0 7px 12px;
    }


    .news_main{}
    .news_main_link{
    margin: 18px 0 0;
    font-size: 13px;
}
    .news .c-news_list_a{
    padding: 11px 25px 20px 0px;
}

  .c-news_list .blank1,
  .c-news_list .arrow1{
    right: -11px;
}

        



    /* -------------------------------- */
    .research{
    padding: 0 5%;
}
    .research_inner{
    padding-top: 70px;
    padding-bottom: 85px;
}

    .research .ttl1{}

    .research_mes{
    line-height: 1.65;
    padding: 0 3%;
    margin-bottom: 48px;
    font-size: 14px;
}
    .research_img{
    border-radius: 15px;
    padding: 20px 6%;
    margin: 0 0 55px;
}

    .research_data{}
    .research_data_ttl{
    margin: 0;
    font-size: 18px;
}
    .research_data_mes{}

    .research_data_list{
    padding-left: 20px;
}
    .research_data_list:nth-child(n+2){
    margin-top: 19px;
}
    .research_data_list_ttl{
    font-size: 15px;
}
    .research_data_list_ttl span{}
    .research_data_list_mes{}
    .research_data_list_come{
    font-size: 12px;
    margin-top: 8px;
}

    

    /* -------------------------------- */
    /* -------------------------------- */


}

