@charset "utf-8";
/* レイアウトのためのCSS */


table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table th {
  width: 30%;
  /*background: #1c37c9;*/
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 11px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
    
}
table td {
 /* background: #fff;*/
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  padding: 11px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 00px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}




/* informations */

#informations{
    position: relative;
    margin: 0 0 300px 0;
}

@media screen and (max-width:960px) {
#informations{
    margin:0 0 100px 0;
}  
}

.informations-area{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
   
}

.informations-area article{
     width:43%;/*幅*/
    box-shadow: 0 0 10px #ccc;
    background:#fff;
    border-radius: 10px;
   
}
.informations-area article:nth-of-type(1){
    position: relative;
     top:130px;
}

.informations-area article:nth-of-type(2){
    position: relative;
     top:80px;
}

/*
.informations-area article:nth-of-type(1){
    position: relative;
     top:130px;
}

.informations-area article:nth-of-type(2){
    position: relative;
     top:80px;
}

.informations-area article:nth-of-type(3){
    position: relative;
     top:30px;
}
*/
@media screen and (max-width:1020px) {
.informations-area article{
     width:46%;
    margin:0 0 50px 0;
}
    
.informations-area article:nth-of-type(2n+1){
    top:30px;
    }
.informations-area article:nth-of-type(2n){
    top:0;
    }
}

@media screen and (max-width:550px) {
.informations-area article{
     width:90%;
}

.informations-area article:nth-of-type(2n+1){
    top:0;
}   
}

.zoomOut .mask{
    border-radius: 10px 10px 0 0;
}


.informations-area .informations-block{
     padding:10px 20px;   
}

.informations-area .informations-block time{
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 20px 0;
}

.informations-area .informations-block h3{
    font-size: 1.5rem;
text-align: center;letter-spacing: 3px;
}

#informations .informations-btn{
    text-align: right;
    padding: 100px 0 0 0;
}

@media screen and (max-width:960px) {
#informations .informations-btn{
    text-align: center;
    padding: 50px 0 0 0;
}
    
}



/* heading */
/*
.heading-block_topics{
    padding: 0 0 0 70px;
}

@media screen and (max-width:550px) {
 .heading-block_topics{
    padding: 0;
}   
}
*/
.heading02{
    position: relative;
    font-weight: normal;
    font-size: 5vw;
    letter-spacing: 0.1em;
    padding: 0 0 30px 0;
    line-height: 1;
}

.heading02 span{
    position: absolute;
}

.heading02 span.en{
    top:1.5em;
    left:2em;
    font-size:2vw;
}

#greeting .heading02 span.en{
 left:3em;   
}

#statistics .heading02 span.en{
 left:2.5em;   
}

.heading02 span.jp{
    top:7em;
    left:5.5em;
    font-family: 'Noto Sans JP', sans-serif;   
    font-size:0.8vw;
}

#greeting .heading02 span.jp{
 left:8em;   
}

#statistics .heading02 span.jp{
 left:7em;   
}

.heading02:first-letter{
    font-size: 8vw;
}

@media screen and (max-width:960px) {
    .heading02{
        font-size:1rem;
    }
  .heading02:first-letter{
    font-size: 5rem;
} 
.heading02 span.en{
        font-size: 1.4rem;
    }
.heading02 span.jp{
        font-size: 0.6rem;
    top:6em;
    }
}

@media screen and (max-width:768px) {
  /* .heading02:first-letter{
    font-size: 6rem;
} 
 
.heading02 span.en{
        font-size: 1.6rem;
    }
.heading02 span.jp{
        font-size:0.9rem;
    top:5em;
    left:4em;
    }*/
    #greeting .heading02 span.jp{
    left:6em;
    }
    
}
.sh{display: none;}
.pc{display: block;}
    @media screen and (max-width:768px) {
.pc{display: none;}
.sh{display: block;width: 100%;margin-top: 20px;}       
}

.logo-img{
    width: 170px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}