@charset "UTF-8";

.header:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 98%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #b2b2b2;
}

    

/************************************
   メインビジュアルセクション　ここから　
************************************/    
.main-visual{
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0 0 80px;
}

.main-visual img{
    width: 100%;
    margin:170px 0 0;
}

.main-visual .main-copy{
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
    
.main-visual .main-copy h1{
  font-size: 4.5vw;
  line-height:1;
  font-weight:900;
  margin:70px 0 20px;
}
    
.main-visual .main-copy h1 span{
  color:#1e3188;
  font-weight:900;
}

.main-visual .main-copy p{
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 500;
}
    
.read{
    margin: -10px 0 0 ;
    font-weight:300;
}    

/*タブレット***************************/

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

.main-visual{
    padding: 0 0 60px;
}

.main-visual .main-copy h1{
  font-size: 5vw;
  line-height:1;
  font-weight:900;
  margin:50px 0 20px;
}

.main-visual .main-copy p{
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
}

.main-visual img{
    width: 100%;
    margin:140px 0 0;
}

.read{
    margin: 10px 0 0;
    font-size:1.4rem!important;
    font-weight:300;
}     
}

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

 .main-visual .main-copy{
  width:100%;
}
    

.main-visual .main-copy h1{
  width:100%;
  font-size: 3.4rem;
  line-height:1;
  font-weight:900;
  margin:30px 0 15px;
}

.main-visual .main-copy p{
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
}

.main-visual img{
    width: 100%;
    margin:120px 0 0;
}

.read{
    margin: 10px auto 0;
    font-size:1.4rem!important;
    font-weight:300;
    width:90%;
    text-align:justify;
}     
}




/************************************
   メインビジュアルセクション　ここまで　
************************************/    
    

/************************************
   セクション01　ここから
************************************/    

.sec01{
    position: relative;
    width: 100%;
    padding: 110px 0 100px;
    background-image: url(../img/hexagon_back.png); 
    background-repeat: repeat;
    background-size:  50px;
}

.sec01:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  display: inline-block;
  width: 220px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1e3188;
}


.sec01 .inner{
    width: 100%;
    max-width: 1100px;
    margin:0 auto;
        text-align:center;

}

.sec01 .inner h2{
    position: relative;
    font-size: 3.2rem;
    line-height:1.6;
    font-weight: 400;
    text-align: center;
    margin:0 0 80px;
    letter-spacing:0.15rem;
}

.sec01 .inner h2 span{
    color: #1e3188;
}

.sec01 .inner h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: inline-block;
  width: 40px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1e3188;
}

.sec01 .inner .icon-list01{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items:stretch;
    flex-wrap: wrap;
    text-align: center!important;
    width:100%;
    max-width:970px;
    margin:0 auto;
}

.sec01 .inner .icon-list01 li{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; 
    flex-direction: column; 
    width: 23.5%;
    margin-right:2%;
}

.sec01 .inner .icon-list01 li:last-child{
    margin-right:0;
}

.sec01 .inner .icon-list01 li img{
    width: 73%;
    margin: 0 auto;
}

.sec01 .inner .icon-list01 li div{
    flex: 1 0 auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom:10px;
    }

.sec01 .inner .icon-list01 li div p{
    font-family: 'Noto Sans Japanese', serif;
    -webkit-font-smoothing: antialiased;
	line-height:1.5;
	font-weight:500!important;
	width:100%;
}

.sec01 .inner .icon-list02{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items:stretch;
    flex-wrap: wrap;
    text-align: center!important;
    width:65%;
    margin:10px auto;
}

.sec01 .inner .icon-list02 li{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; 
    flex-direction: column; 
    width: 30%;
    margin-right:5%;
}

.sec01 .inner .icon-list02 li:last-child{
    margin-right:0;
}

.sec01 .inner .icon-list02 li img{
    width: 78%;
    margin: 0 auto;
}

.sec01 .inner .icon-list02 li div{
    flex: 1 0 auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin:0 auto;
    padding-bottom:10px;
    }

.sec01 .inner .icon-list02 li div p{
    font-family: 'Noto Sans Japanese', serif;
    -webkit-font-smoothing: antialiased;
	line-height:1.5;
	font-weight:500!important;
	width:100%;
}

      
      
.sec01 .inner .button{
    position:relative;
    display: inline-block;
    padding: 10px 0;
    width:380px;
    color: #fff;
    background-color: #1e3188;
    border:1px solid #1e3188;
    font-size:1.8rem;
    font-weight:500;
    border-radius:40px;
    margin:50px 0 0;
}

.sec01 .inner .button:hover{
  color: #1e3188;
  background-color: #fff;
  border:1px solid #1e3188;
  transition: 0.5s ease;
}


/*タブレット***************************/

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

.sec01{
    position: relative;
    width: 100%;
    padding: 70px 0 80px;
    background-image: url(../img/hexagon_back.png); 
    background-repeat: repeat;
    background-size:  50px;
}

.sec01 .inner h2{
    font-size: 2.2rem;
    margin:0 0 80px;
}

.sec01 .inner .icon-list01{
    width:80%;
    margin:0 auto;
}

.sec01 .inner .icon-list01 li img{
    width: 80%;
    margin: 0 auto;
}

.sec01 .inner .icon-list01 li div p,
.sec01 .inner .icon-list02 li div p{
    font-size:1.4rem;
}

.sec01 .inner .icon-list02 li img{
    width: 78%;
    margin: 0 auto;
}
      
.sec01 .inner .button{
    width:340px;
    font-size:1.6rem;
}
 
}

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

 .sec01:before {
  width: 130px;
}

.sec01 .inner h2{
    font-size: 2rem;
    margin:0 0 80px;
    letter-spacing:-0.05rem;
}


.sec01 .inner .icon-list01{
    width:90%;
    margin:0 auto;
}

.sec01 .inner .icon-list01 li{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; 
    flex-direction: column; 
    width: 48%;
    margin:0 0 3% 0;
}
.sec01 .inner .icon-list01 li img{
    width: 70%;
    margin: 0 auto;
}

.sec01 .inner .icon-list01 li div{
    padding-bottom:5px;
}

.sec01 .inner .icon-list01 li div p,
.sec01 .inner .icon-list02 li div p{
    font-size:1.2rem;
}

.sec01 .inner .icon-list02{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items:stretch;
    flex-wrap: wrap;
    text-align: center!important;
    width:95%;
    margin:10px auto;
}

.sec01 .inner .icon-list02 li img{
    width: 105%;
    margin: 0 auto;
}
.sec01 .inner .button{
    width:85%;
}


}



/************************************
   トピックスセクション　ここから
************************************/    

.topics{
    position: relative;
    width: 100%;
    padding: 80px 0 180px;
    background-color: #e9eff4;
}

.topics:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0px;
  display: inline-block;
  width: 220px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1e3188;
}

.topics .inner{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    text-align:center;
}

.topics .title-area{
  margin:0 0 50px;
}

.topics .title-area .eng-title{
  position:relative;
  display:inline-block;
  font-size: 4.3rem;
  color: #0029a5;
  font-family: "Barlow Condensed", serif;
  font-weight: 600;
}

.topics .title-area .eng-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5px;
  display: inline-block;
  width: 180px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}

.topics .title-area .eng-title:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 1px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}

.topics .title-area .jpn-title{
    font-size: 1.8rem;
    margin:15px 0 0;
}

/***トピックス****/
.topics .inner .topics-area{
    width: 100%;
    font-size: 0;
}

.topics .inner .topics-area li{
    background-color: #fff;
    margin: 0 0 20px;
    text-align:left;
    height:auto;
    vertical-align: top!important;
}

.topics .inner .topics-area li a{
    padding: 30px;
    display:block;
}


.topics .inner .topics-area li .date{
    font-family: "Barlow Condensed", serif;
    font-weight: 400;
    font-size: 1.6rem;
    display: inline-block;
    letter-spacing:0.1rem;
    margin:0 20px 0 0;
    float:left;
}

.topics .inner .topics-area li .release{
    font-family: 'Noto Sans Japanese', serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    font-size: 1.2rem;
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    background-color: #ff8c00;
    margin:3px 20px 0 0;
    float:left;
    width:10%;
    text-align:center;
}

.topics .inner .topics-area li .release:before{
       content: "プレスリリース"
}

.topics .inner .topics-area li .news{
    font-family: 'Noto Sans Japanese', serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    font-size: 1.2rem;
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    background-color: #00c7cf;;
    margin:3px 20px 0 0;
    float:left;
    width:10%;
    text-align:center;
}

.topics .inner .topics-area li .news:before{
       content: "ニュース"
}

.topics .inner .topics-area li .text{
    font-weight: 400;
    font-size: 1.6rem;
    display: inline-block;
    width:70%;
}


.topics .inner .button{
    position:relative;
    display: inline-block;
    padding: 10px 0;
    width:380px;
    color: #fff;
    border:1px solid #1e3188;
    background-color: #1e3188;
    font-size:1.8rem;
    font-weight:500;
    border-radius:40px;
    margin:50px 0 0;
}

.topics .inner .button:hover{
  color: #1e3188;
  background-color: #fff;
  border:1px solid #1e3188;
  transition: 0.5s ease;
}

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

.topics{
    position: relative;
    width: 100%;
    padding: 50px 0 100px;
    background-color: #e9eff4;
}

.topics .inner .topics-area li .category{
    margin:3px 20px 5px 0;
    float:none;
}

.topics .inner .topics-area li .text{
  font-size: 1.4rem;
    width:100%;
}
.topics .inner .button{
    width:340px;
    font-size:1.6rem;
}

.topics .inner .topics-area li .news{
    padding: 0 5px;
    width:20%;
}
}

@media screen and (max-width :640px) {
 .topics{
    position: relative;
    width: 100%;
    padding: 50px 0 120px;
    background-color: #e9eff4;
}

.topics:before {
  width: 130px;
}

.topics .title-area{
  margin:0 0 30px;
}

.topics .title-area .eng-title{
  font-size: 3.8rem;
}

.topics .inner .topics-area li a{
    padding: 25px;
    display:block;
}

.topics .title-area .eng-title:before {
  bottom: 10px;
  width: 130px;
}

.topics .title-area .eng-title:after {
  bottom: -5px;
  height: 15px;
}

.topics .title-area .jpn-title{
    font-size: 1.6rem;
    margin:5px 0 0;
}

.topics .inner .topics-area li .text{
    font-size: 1.4rem;
}

.topics .inner .topics-area li .news{
    padding: 0 5px;
    width:40%;
}
}






































