@charset "UTF-8";

/*共通------------------------------------------------*/

/*billboard */

.page #billboard{
	position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
    z-index: 1;
    margin-top: 75px;
    margin-bottom: 10px;
    background-color: #ccc;
}

.page #billboard h2{
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 48px;
}
.page #billboard h2 span{
    font-size: 20px;
}

.page #billboard h2 span.Roboto{
    display: block;
}

/*スマホ表示*/

@media (max-width: 768px) {
.page #billboard{
    margin-top: 60px;
    min-height: 50vw;
}

.page #billboard h2{
    font-size: 24px;
}   
    
}

/*pan */
.page .pan{font-size: 12px;}
.page .pan i.fa-chevron-right{margin: 0 1em;}
.page .pan a{color: #1A4D36;}
.page .pan a:hover{color: #03034C;}

/*スマホ表示*/

@media (max-width: 768px) {
.page .pan{font-size: 10px;} 
}



/*page_intro*/

.page .page_intro_con{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 100px;
}

.page .page_intro_con .intro_ttl{
    width: 30%;
    max-width: 360px;
    color: #3DB680;
}

.page .page_intro_con .intro_ttl .into_en{
    font-size: 42px;
    line-height: 1.0;
    margin-bottom: 10px;
}


.page .page_intro_con .intro_ttl .into_jp{
    font-size: 24px;
    text-align: center;
    color: #3DB680;
}

.page .page_intro_con .intro_ttl span{display: block;}
.page .page_intro_con .intro_ttl .left{text-align: left;}
.page .page_intro_con .intro_ttl .right{text-align: right;}
.page .page_intro_con .intro_ttl .mid{text-align: center;}

.page .page_intro_con .intro_text{
    width: 68%;
    max-width: calc(98% - 300px);
    font-size: 18px;
    line-height: 2.0;
}

.page .page_intro_con .fluid {
  position: absolute;
   top: 0;
   left: 0;
   transform: translate(-35%,-50%);
    z-index: -1;
  width:30vw;/*横幅*/
  height: 30vw;/*縦幅*/
  background:rgba(139,184,188,0.20);;/*背景色*/
  animation: fluidrotate_intro 24s ease 0s infinite;/*アニメーションの設定*/
}


@keyframes fluidrotate_intro {  
	  
0%, 100% {
    border-radius: 62% 38% 29% 71% / 41% 46% 54% 59%;
}
14% {
    border-radius: 75% 25% 51% 49% / 51% 46% 54% 49%;
}
28% {
    border-radius: 70% 30% 60% 40% / 41% 64% 36% 59% ;
}
42% {
    border-radius: 52% 48% 29% 71% / 35% 61% 39% 65%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 53% 47% 69% 31% / 28% 64% 36% 72% ;
}
84% {
    border-radius: 53% 47% 52% 48% / 56% 50% 50% 44% ;
}
	  
}



/*スマホ表示*/


/*@media (max-width: 768px) {*/
    
@media (max-width: 1000px) {
    
.page .page_intro_con{
    flex-direction: column;
    margin: 20px 0 20px;
}

.page .page_intro_con .intro_ttl{
    width: 100%;
    max-width: inherit;
}

.page .page_intro_con .intro_ttl .into_en{
    font-size: 28px;
    letter-spacing: 0.03em;
    }

.page .page_intro_con .intro_ttl .into_jp{
    font-size: 18px;
    text-align: left;
    color: #3DB680;
}
    
.page .page_intro_con .intro_ttl span{display: inline-block;}
.page .page_intro_con .intro_ttl .left{text-align: inherit;}
.page .page_intro_con .intro_ttl .right{text-align: inherit;}
.page .page_intro_con .intro_ttl .mid{text-align: inherit;}    
    
    
    
.page .page_intro_con .intro_text{
    width: 100%;
    max-width: inherit;
    font-size: 12px;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph; /* IE用 */
}
    
.page .page_intro_con .fluid {
    transform: translate(-35%,-50%);
  width:80vw;/*横幅*/
  height: 80vw;/*縦幅*/
}    
    
    
}



/*move_ttl*/

.page .move_ttl{
    position: relative;
    margin-bottom: 80px;
}

.page .move_ttl h2{
    position: relative;
    color: #3DB680;
    font-size: 30px;
    z-index: 2;
}

.page .move_ttl h2 span{
    font-size: 54px;
    display: block;
}

.page .move_ttl .fluid {
  position: absolute;
   top: 0;
   left: 0;
   transform: translate(-50%,-35%);
    z-index: -1;
  width:20vw;/*横幅*/
  height: 20vw;/*縦幅*/
  background:rgba(139,184,188,0.20);;/*背景色*/
  animation: fluidrotate 24s ease 0s infinite;/*アニメーションの設定*/
}


@keyframes fluidrotate {  
	  
0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 75% 25% 51% 49% / 51% 46% 54% 49%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 52% 48% 29% 71% / 35% 61% 39% 65%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 37% 63% 29% 71% / 68% 46% 54% 32%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
	  
}



/*スマホ表示*/

@media (max-width: 768px) {
.page .move_ttl {
    position: relative;
    margin-bottom: 40px;
}    
    
.page .move_ttl h2 span{
    font-size: 32px;
}

.page .move_ttl h2{
    font-size: 16px;
}    
    
.page .move_ttl .fluid {
   transform: translate(-50%,-20%);
  width:60vw;/*横幅*/
  height: 60vw;/*縦幅*/
}    
    
    
}




/*link_btn*/

.page .link_btn {
    width: 90%;
    min-width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page .link_btn a {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    background-color: #fff;
    color: #03034C;
    padding: 20px 60px;
    border-radius: 50px;
    transition: all .3s;
}

.page .link_btn a::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 15px;
    top: 40%;
    right: 20px;
    display: inline-block;
    background-image: url(../img/button_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: all .8s;
}

.page .link_btn.white_blue a {
    border: 3px solid #03034C;
}
.page .link_btn.white_blue a:hover {
    background-color: #03034C;
    color: #fff;
}

.page .link_btn.white_blue a::after {
    background-image: url(../img/button_arrow_b.svg);
}

.page .link_btn.white_blue a:hover::after{
    background-image: url(../img/button_arrow.svg);
    right: 10px;
    transition: all .3s;
}

/*スマホ表示------------------------------------------------*/

@media (max-width: 768px) {
.page .link_btn {
    font-size: 14px;
    width: 100%;
    min-width: 200px;
    margin: 10px auto 0;
}
.page .link_btn a{
    padding: 15px;
    line-height: 1.5;
}

}












/*タブレット表示------------------------------------------------*/

@media (max-width: 1080px) {
    

}


/*スマホ表示------------------------------------------------*/

@media (max-width: 768px) {

}

@media (max-width: 480px) {

}
	
