@charset "utf-8";
body{
    background:#fff;
    font-family: 'ryo-gothic-plusn', serif;
    font-weight: 400;
    font-style: normal;
	color: #555;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.2em;
}

body.appear{
    background:#f8f9fa;
}


ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #555;
	text-decoration: none;
    outline: none;
}

img{
    width:100%;
    height: auto;
    vertical-align: bottom;
}

*{
    box-sizing: border-box
}

/* font-family */

h1,
#g-nav-list li:nth-child(1),
#gallery h2,
#blog h2,
#footer dl dd,
#splash-logo{
    font-family:'りょうゴシック PlusN', cursive;
}

/* heading */
#gallery h2,
#worry h2,
#support h2{
    font-size: 30px;
    margin: 0 0 50px 0;
    font-weight: normal;
    color: #1C1C1C;
}
#support h3{
    font-size: 25px;
}

@media screen and (max-width:768px) {
#gallery h2,
#blog h2{
    font-size: 3rem;
    }
    
}

/* area */

#container{
    overflow-x: hidden;
}

.inner{
    width:100%;
    margin:0 auto;
    padding:50px;
}

@media screen and (max-width:940px) {
.inner{
    padding:30px;
}
}

/* splash */

#splash-logo p{
    font-size:1.8rem;
    font-weight: normal;
    white-space: nowrap;
}

/* header */

.header-area{
    position: relative;
    left:20%;
    top:40%;
    color: #fff;
    text-align: left;
}

.header-area h1{
    display: block;
    font-size: 4vw;font-family: vdl-pengentle, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 50px;
    padding: 0 10px;
    color:#000;
}

.header-area p{
    font-size: 1.3vw;
	  font-family: vdl-pengentle, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.4em;
    margin: 0 0 20px 0;
    color:#000;
}




@media screen and (max-width:1024px) {
.header-area h1{
    font-size:3vw;
}
.header-area p{
    font-size:0.8rem;
}

}
@media screen and (min-width:640px) {
    .header-area h1 br{
        display: none;
    }
}
@media screen and (max-width:639px) {
    #header{
        height: 400px;
    }
    .header-area h1{
        font-family: vdl-pengentle, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:2em;
        line-height:1.2;
        letter-spacing: 2px;
        padding-bottom: 30px;
		margin-bottom: 0;
    }
    .header-area{
        left:6%;
        top:40%;
        text-align: left;
    }
    .header-area p{
        font-family: vdl-pengentle, sans-serif;
        font-weight: 700;
        font-style: normal;
        margin: 0;
    }
}


/* gallery */

#gallery{
    padding: 70px 0;
}

#gallery section{
    background: #fff;
    margin: 0 0 10px 0;
}

#gallery section h3{
    font-size: 0.9rem;
    margin: 0 0 10px 0;
}

#gallery section p{
    font-size: 0.8rem;
}

#gallery .gallery-area{
    padding: 20px;
    box-shadow: 5px 0 10px #ccc;
}

#gallery .gallery-btn{
    text-align: center;
    margin: 50px 0 0 0;
}

/* worry */
#worry{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 150px 0;
    max-width: 1280px;
}
#worry .content{
    margin: 0 50px;

}

#worry .content p{
    font-size: 25px;
    border-bottom: 1px solid #1d90ab;
}
.worry-image {
    width: 500px;
    height: 300px;
    position: relative;
    margin: 0 50px;
  }
  
.worry-image img {
    width: 300px;
    position: absolute;
  }
  
.worry-image .img_01 {
    top: 100px;
    right: 0;
    z-index: 1;
  }
  
.worry-image .img_02 {
    bottom: 0;
    left: 50px;
  }
  @media screen and (max-width:1024px){

  }
  @media screen and (min-width:639px){
    #worry .worry-image-sp{
        display: none;
    }
  }
  @media screen and (max-width:639px){
    #worry{
        display: block;
        padding:  0;
    }
    #worry .worry-image{
        display: none;
    }
    #worry .worry-image-sp{
        display: inline-flex;
		   margin-top:20px;
        margin-bottom: 50px;
    }
    #worry .worry-image-sp img{
        width: 50%;
        padding: 10px;
    }
    
    #worry .content h2{
        font-size: 20px;
		   margin:0;
    }
    #worry .content p{
        font-size: 15px;
    }
}
/* support */
#support{
    max-width: 1280px;
}
#support h2{
    font-size: 30px;
    border-bottom:solid #1d90ab;
}
#support .content{
    display: flex;
    justify-content: space-around;
    align-items:center;
}
#support .content .number{
    font-size: 140px;
    color:#ccc;
}
#support .content .introduce{
    width: 30%;
}
#support .content .introduce-text{
    width: 70%;
}
#support .content img{
    width: 300px;
}
#support .content .blog-banner{
    width: 30%;
}
#support .content .career{
    width: 70%;
}
#support .content .career .box{
    padding: 10px;
    border: solid 3px #1d90ab;
}
#support .content .career .books{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;

}
#support .content .career .books img{
    width: 100%;
    padding: 10px;
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:639px){
    #support h2{
        font-size: 20px;
    }
    #support .content{
        display: inline-block;
        position: relative;
        padding: 30px 0;
    }
    #support .content .introduce{
        width: 50%;
        margin: auto;
    }
    #support .content .introduce-text{
        width: 100%;
        text-align: center;
    }
    #support .content .introduce-text h3{
        font-size: 16px;
        text-align: center;
    }
    #support .content .blog-banner{
        width: 50%;
        margin: auto;
    }
    #support .content img{
        width: 100%;
        padding-bottom: 10px;
    }
    #support .content .number p{
        position: absolute;
        top:-30px;
        left: 5px;
        font-size:  120px;
        font-weight: bold;
    }
    #support h3{
        font-size: 20px;
        padding-bottom: 20px;
        text-align: left;
    }
    #support p{
        font-size: 12px;
    }
    #support .content .career{
        width: 100%;
    }
    #support .content .career .books img{
        width: 100%;
    }
}


/* case */
#case{
    max-width: 1280px;
}
#case h2{
    font-size: 30px;
    margin-top: 50px;
    border-bottom:solid #1d90ab;
}
#case .box{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#case .box .content{
    width: 65%;
}
#case .box .content h3{ 
    font-size: 25px;
    margin: 10px 0;
}
#case .box .content h4{
    margin: 10px 0;
}
#case .box .content li{
    position: relative;
    padding-left: 25px;
  }
 
#case .box .content li:before {
    content: "";
    position: absolute;
    top: .7em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #2EB0CF;
    border-bottom: 2px solid #2EB0CF;
  }
 
  #case .box .content li:after {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #2EB0CF;
    border-radius: 50%;
  }
#case .box .image{
    width: 35%;
    height: auto;
    padding: 10px;
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:639px){
    #case h2{
        font-size: 20px;
    }
    #case .box{
        display: block;
    }
    #case .box .content{
        width: 100%;
    }
    #case .box .content h3{ 
        font-size: 20px;
    }
    #case .box .content h4{ 
        margin-top: 20px;
    }
    #case .box .image{
        width: 100%;
    }
}


/* contact */
#contact{
    max-width: 1280px;
}
#contact h2{
    font-size: 30px;
    margin-top: 50px;
    border-bottom:solid #1d90ab;
}
#contact .flow{
    display: flex;
    justify-content: space-around;
}
#contact .flow .box{
    margin: 20px;
    width: 30%;
}
#contact .flow p.number{
    font-size: 30px;
    color: #ccc;
}
.contact-btn{
	padding-top:20px;
	text-align:center;
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:639px){
    #contact h2{
        font-size: 20px;
    }
    #contact .flow{
        display: block;
    }
    #contact .flow .box{
        margin: 0px;
        width: 100%;
    }
}
/* about */
#about{
    max-width: 1280px;
}
#about h2{
    font-size: 30px;
    margin-top: 50px;
    border-bottom:solid #1d90ab;
}
#about table{
    margin: 50px auto;
}
@media screen and (max-width:1024px){

}
@media screen and (max-width:639px){
    #about h2{
        font-size: 20px;
    }
    #about table{
        margin: 0 auto;
    }
    #about table th,
    #about table td{
        display: block;
        text-align: left;
    }
    #about table td{
        margin-bottom: 5px;
    }
}
/* blog */

#blog{
    margin:0 0 50px 0;
	 display:none;
}
.blog-area{
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.blog-area article:nth-of-type(1){ 
    width:30%;
}

.blog-area .blog-block{
    width:68%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-area .blog-block article{
     margin:0 0 3vh 0;   
}

.blog-area .blog-block article:nth-of-type(1){ 
    width:42%;
    animation-delay: 0.5s;
}
.blog-area .blog-block article:nth-of-type(2){ 
    width:20%;
    animation-delay: 1.5s;
}
.blog-area .blog-block article:nth-of-type(3){
    width:32%;
    animation-delay: 1s;
}

.blog-area .blog-block article:nth-of-type(4){ 
    width:32%;
    animation-delay: .8s;
}
.blog-area .blog-block article:nth-of-type(5){
    width:20%; 
    animation-delay: 1.8s;
}
.blog-area .blog-block article:nth-of-type(6){
    width:42%;
    animation-delay: 1.5s;
}

@media screen and (max-width:1300px) {
    .blog-area .blog-block article:nth-of-type(n+1){ 
        width:48%;
    }
}

@media screen and (max-width:820px) {
    .blog-area article:nth-of-type(1){
        width:50%;
        margin:0 auto 3vh auto;
    }

    .blog-area .blog-block article:nth-of-type(1){
         margin: 0 0 3vh 0;
    }

    .blog-area .blog-block{
            width:100%;
    }
}

@media screen and (max-width:768px){
    .blog-area .blog-block article:nth-of-type(n+1){ 
        animation-delay: .5s;
    }

    .blog-area article:nth-of-type(1){
        width:100%;
    }
}

@media screen and (max-width:450px){
.blog-area .blog-block article:nth-of-type(n+1) {
    width:100%;
    animation-delay: 0s!important;
    }
}


.blog-area h3{
    font-size:1rem;
    margin: 0 0 20px 0;
}

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

  .blog-area h3{
    font-size:0.9rem;
}
    
  .blog-area p{
  display: none;
    }
}

.blog-area time{
     font-size: 0.8rem;   
}

.blog-area img{
    width: auto;
    height:32vh;   
}

.blog-area article:nth-of-type(1) img{
    height:67vh;
}
  
.blog-area .blog-block article:nth-of-type(1) img{
    height:32vh;   
}


@media screen and (max-width:820px) {
.blog-area article:nth-of-type(1) img{
    width:100%;
    height:auto;
} 
.blog-area .blog-block article:nth-of-type(1) img{
    width:auto;
    height:32vh;
    }
}
  
@media screen and (max-width:450px){
.blog-area img,
.blog-area .blog-block article:nth-of-type(1) img{
    width:100%;
    height:auto;
}
}

.blog-area figure time{
    position: absolute;
    bottom:0;
    left:0;
    background:rgba(226,162,178,0.8);
    display: block;
    width:100%;
    padding: 10px;
    color: #fff;
}

.blog-area p{
     margin:0 0 20px 0; 
    text-align: left;
    font-size: 0.9rem;
}

.blog-area span{
     border:1px solid rgba(255,255,255,0.7);
    display: inline-block;
    padding:5px 10px;
    text-align: center;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* footer */

#footer{
    border-top: 1px solid #ccc;
	 text-align:center;
	 display:none;
}

#footer img{
     width:20%;
}



@media screen and (max-width:900px) {
    #footer dl{
        margin: 50px 0;
    }
}

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

#footer dl dd{
    font-size: 1.5rem;
}
#footer img{
     width:50%;
}
    


@media screen and (max-width:900px){
#footer small{
    width:100%;
    text-align: center;
}
    
}
