@charset "utf-8";
/* レイアウトのためのCSS */

body{
    background:#f0f0f0;
    font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	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;
}


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

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

img{
    width:100%;
    height: auto;
}

*{
    box-sizing: border-box
}

/* font-family */

#header,h1,h2,.heading01,.count-size{
    font-family: 'Roboto', sans-serif;
}

/* header */

#header{
    padding:10px 70px 10px 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
	background: rgba(255,255,255,0.7);
    position: fixed;
    z-index: 1;
    width: -webkit-fill-available;
}

#header img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
    vertical-align: middle;
}

@media screen and (max-width:960px) {
#header {
    padding: 5px 30px 0 90px;
    }
}

@media screen and (max-width:870px) {
#header {
    padding: 5px 30px;
    justify-content: center;
    }    
}

#header h1 a{
    color: #1bb7c3;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    font-weight: normal;
}

@media screen and (max-width:768px) {
#header h1 a{
    font-size: 1.4rem;
    }
}

#header .header-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header ul{
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
}

@media screen and (max-width:870px) {
#header ul{
    display: none;
    }
}

#header li,
#header dl,
#header dt,
#header dd{
    display: inline-block;
}

/*
#header li:first-child::after{
    content:'/';
    padding:0 10px;     
}
*/

#header .float3{
    border-radius: 30px;
}

@media screen and (max-width:870px) {
#header .float3{
    display: none;
}
    
}

/* g nav */

#g-nav li:nth-of-type(1){
    animation-delay: 0.1s;
}
#g-nav li:nth-of-type(2){
    animation-delay: 0.25s;
}
#g-nav li:nth-of-type(3){
    animation-delay: 0.4s;
}
#g-nav li:nth-of-type(4){
    animation-delay: 0.55s;
}
#g-nav li:nth-of-type(5){
    animation-delay: 0.7s;
}
#g-nav li:nth-of-type(6){
    animation-delay: 0.85s;
}
#g-nav li:nth-of-type(7){
    animation-delay: 1.0s;
}
#g-nav li:nth-of-type(8){
    animation-delay: 1.15s;
}
/* container */

#container{
    padding:0 0px 0 0px;
}

@media screen and (max-width:960px) {
#container{
    padding:0 30px;
}
    
}

/* flud-area */

.fluid-area{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.fluid-lead{
    padding: 0 0 0 0vw;
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(../img/31266021_m.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.fluid-lead h2{
    font-size: 3.5vw;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 40px 0;
    opacity: 0;
	position: absolute;
  	top: 50%;
  	left: 30%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
	color: #fff;
}

body.appear .fluid-lead h2{
    opacity:1;   
}

.fluid-lead p{
    font-size: 1.1rem;
    line-height: 2;
    margin:0 0 0 0px;
	position: absolute;
  	top: 60%;
  	left: 30%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit- transform: translateY(-50%) translateX(-50%);
	color: #fff;
}

.fluid-block{
    position: absolute;
    z-index: -1;
    top:10%;
    right:0;
   width:45vw;
    height: 65vh;
    animation-delay: 0.5s;
}

.fluid-lead > img {
	width: 100%;	
}


@media screen and (max-width:960px) {
.fluid-lead h2{
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    }
.fluid-block{
    width:60vw;
    height: 60vh;
}
}

@media screen and (max-width:768px) {
 .fluid-block{
    width:65vw;
     height:60vh;
}  
.fluid-lead h2{
    font-size: 1.8rem;
    }
    .fluid-lead{
        padding: 0;
    }
.fluid-lead p{
    margin: 0;
}

}

@media screen and (max-width:550px) {
 .fluid-block{
     width:300px;
     height:300px;
}     

.fluid-lead p{
    font-size: 1rem;
    }    
}

@media screen and (max-width:360px) {
 .fluid-block{
     width:240px;
     height:240px;
}    
}

/* heading */

.heading-block{
    padding: 0 0 0 70px;
}

@media screen and (max-width:550px) {
 .heading-block{
    padding: 0;
}   
}

.heading01{
    position: relative;
    font-weight: normal;
    font-size: 5vw;
    letter-spacing: 0.1em;
    padding: 0 0 30px 0;
    line-height: 1;
}

.heading01 span{
    position: absolute;
}

.heading01 span.en{
    top:1.5em;
    left:2em;
    font-size:3vw;
}

#greeting .heading01 span.en{
 left:3em;   
}

#statistics .heading01 span.en{
 left:2.8em;   
}

.heading01 span.jp{
    top:7em;
    left:5.5em;
    font-family: 'Noto Sans JP', sans-serif;   
    font-size:1.2vw;
}

#greeting .heading01 span.jp{
 left:8em;   
}

#statistics .heading01 span.jp{
 left:7em;   
}

.heading01:first-letter{
    font-size: 12vw;
}

@media screen and (max-width:960px) {
    .heading01{
        font-size:1rem;
    }
  .heading01:first-letter{
    font-size: 8rem;
} 
.heading01 span.en{
        font-size: 2rem;
    }
.heading01 span.jp{
        font-size: 1rem;
    top:6em;
    }
}

@media screen and (max-width:768px) {
  .heading01:first-letter{
    font-size: 6rem;
} 
.heading01 span.en{
        font-size: 1.6rem;
    }
.heading01 span.jp{
        font-size:0.9rem;
    top:5em;
    left:4em;
    }
    #greeting .heading01 span.jp{
    left:6em;
    }
    
}
    
	
.mainAbout {
	position: relative;	
	padding: 80px 70px 160px 130px;
}

.mainAbout__inner {
	margin: 0 auto;
	width: 1250px;
}

.mainAbout__inner__title {
	font-size: 2.0vw;	
	padding: 40px 0 70px;
	text-align: center;
}

.mainAbout__inner__info {
	display: grid;
	grid-template-columns: 1fr 1fr;
    width: 100%;
    justify-items: center;
    align-items: center;
	gap: 30px 120px;
}

.mainAbout__inner__info .greeting-img {
    width: 100% !important;
	position: relative;
}

.mainAbout__inner__info .greeting-img:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 65%;
    background: #E2C16F;
    background-size: contain;
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    z-index: 1;
    right: 50%;
    top: 60%;	
}

.mainAbout__inner__info .greeting-img:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 30%;
    background: url(../img/bg_foot_02.png) no-repeat;
    background-size: contain;
    z-index: 1;
    right: 0%;
    top: 85%;
	filter: brightness(0) saturate(100%) invert(100%) sepia(36%) saturate(3851%) hue-rotate(314deg) brightness(93%) contrast(89%);
}

.mainAbout__inner__info img {
	width: 100%;
	position:relative;
	z-index: 2;
}



@media screen and (max-width:1260px) {
	
	.mainAbout__inner {
		margin: 0 auto;
		width: 100%;
	}	
	
}

/* topics */

#topics{
    position: relative;
    margin: 0 0 200px 0;
	padding: 0 70px 0 130px;
}

@media screen and (max-width:960px) {
#topics{
    margin:0 0 100px 0;
}  
}

.topics-area{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.topics-area article{
     width:20%;
    box-shadow: 0 0 10px #ccc;
    background:#fff;
    border-radius: 10px;
}

.topics-area article:nth-of-type(1){
    position: relative;
     top:130px;
}

.topics-area article:nth-of-type(2){
    position: relative;
     top:80px;
}

.topics-area article:nth-of-type(3){
    position: relative;
     top:30px;
}

@media screen and (max-width:1020px) {
.topics-area article{
     width:46%;
    margin:0 0 50px 0;
}
    
.topics-area article:nth-of-type(2n+1){
    top:30px;
    }
.topics-area article:nth-of-type(2n){
    top:0;
    }
}

@media screen and (max-width:550px) {
.topics-area article{
     width:90%;
}

.topics-area article:nth-of-type(2n+1){
    top:0;
}   
}

.zoomOut .mask{
    border-radius: 10px 10px 0 0;
}


.topics-area .topics-block{
     padding:10px 20px;   
}

.topics-area .topics-block time{
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 20px 0;
}

.topics-area .topics-block h3{
    font-size: 1rem;
}

#topics .topics-btn{
    text-align: right;
    padding: 100px 0 0 0;
}

@media screen and (max-width:960px) {
#topics .topics-btn{
    text-align: center;
    padding: 50px 0 0 0;
}
    
}

/* greeting */

#greeting{
    margin:0 0 0px 0;
	padding: 0 70px 0 130px;
}

@media screen and (max-width:960px) {
#greeting{
    margin:0 0 100px 0;
}  
}

.greeting-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.greeting-area p{
    margin: 0 0 30px 0;    
}

.greeting-area .txt-r{
     text-align: right;
}

.greeting-lead{
    font-weight: bold;
    font-size: 1.2rem;
}

.greeting-img{
    width:50%;
}

.greeting-img img{
    animation: fluidrotate 30s ease 0s infinite;
}

.greeting-content{
    width:40%;
}

@media screen and (max-width:768px) {
.greeting-area{
    display: block;
    }
.greeting-img{
    width: 60%;
    margin:0 auto;
    }
.greeting-content{
    width:100%;
    padding: 0 30px 0 70px;
}
    
}

@media screen and (max-width:550px) {
.greeting-content{
    padding:0;
} 
.greeting-img{
    width:100%;
}
}

/* statistic*/

.count-size{
    font-size: 5vw;
    color:#00b7b8;
    padding: 0 10px;
    line-height: 1.2;
}

#count-up-area{
    display: flex;
    justify-content: flex-end;
    margin:-100px 0 100px 0;
	position: relative;
}

.doghotelImg {
	width: 100%;	
	border-radius: 50px;
}

@media screen and (max-width:768px) {
#count-up-area{
    justify-content: center;
    margin:0 0 100px 0;
}    
}

@media screen and (max-width:550px) {
#count-up-area{
    justify-content:flex-start;
} 
.count-size{
    font-size:2rem;
    }
}

.chart-area.bar{
    position: relative;
    width:100%;
    max-width: 600px;
    margin: 0 0 100px 0;
}

.chart-area.pie{
	position: relative;
	width:100%;
    max-width: 50%;
    margin: 0 auto 180px auto;
}

@media screen and (max-width:960px) {
.chart-area.bar,
.chart-area.pie{
    margin:0 auto 100px auto;
}
    
}

section#statistics {
    padding: 100px 70px 0 130px;
	position: relative;
}

section#statistics .heading-block {
	position: relative;	
}

section#statistics .heading-block:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 100%;
    background: url(../img/1463139.png) no-repeat;
    background-size: contain;
    z-index: 1;
    left: 48%;
    top: 50%;
	filter: brightness(0) saturate(100%) invert(100%) sepia(36%) saturate(3851%) hue-rotate(314deg) brightness(93%) contrast(89%);
}

/* contact */

#contact{
    position: relative;
    margin:100px 0 100px 0;
    padding: 130px 70px 0 130px;
    text-align: center;
}

#contact::before{
    content:"";
    width:1px;
    height: 100px;
    background:#333;
    position: absolute;
    left:52%;
    top:0;
}

#contact h2{
     margin: 0 0 30px 0;
    font-size:2.5rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media screen and (max-width:960px) {
#contact h2{
    font-size: 2rem;
    }
}

@media screen and (max-width:768px) {
#contact h2{
    font-size: 1.5rem;
    }
}

#contact h2 span{
    font-size: 1rem;
    display: block;
}

#contact ul{
    margin: 20px 0 50px 0;
    letter-spacing: 0.1em;
}

#contact li,
#contact dl,
#contact dt,
#contact dd{
    display: inline-block;
}

@media screen and (max-width:530px) {
    #contact li{
        display: block;
    }   
}

#contact dt{
    padding: 0 10px 0 0;
}

#contact dd{
    font-size: 1.5rem;
}

@media screen and (max-width:768px) {
#contact dd{
    font-size: 1rem;
}
}

/*
#contact li:first-child::after{
    content:'/';
    padding:0 10px;     
}
*/

@media screen and (max-width:530px) {
#contact li:first-child::after{
    content:'';
    padding:0;     
}
}

/* footer */

#page-top{
    margin: 0 auto 100px auto;
    display: block;
  	width: 30px;
  	height: 30px;
  	border: 2px solid;
    border-radius: 2px;
  	border-color: #999 #999 transparent transparent;
  	transform: rotate(-45deg);
    cursor: pointer;
	position: relative;
    left: 30px;
	z-index:1;
}


#waveCanvas{
    position: absolute;
    bottom:0;
    z-index: -1;
    display: none;
}

footer#footer {
    position: relative;
	background: #E2C16F;
}

.footerContainer {
	position: relative;
	background: cornflowerblue;
	height: 50vh;
}

.wave {
	position: absolute;
	height: 125px;
	width: 100%;
	background: cornflowerblue;
	bottom: 0;
}

.wave::before, .wave::after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 100% 50%;
}

.wave::before {
	width: 55%;
	height: 109%;
	background-color: #fff;
	right: -1.5%;
	top: 60%;
}

.wave::after {
	width: 55%;
	height: 100%;
	background-color: cornflowerblue;
	left: -1.5%;
	top: 40%;
}

.custom-shape-divider-top-1734487403 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1734487403 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 83px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1734487403 .shape-fill {
    fill: #f0f0f0;
}

.footerMenuList {
	padding: 50px 0 30px 70px;	
}

.footerMenuList ul {
	display: flex;	
    justify-content: center;
    flex-wrap: wrap;
}

.footerMenuList ul li {
	padding: 0 15px;	
}

.footerMenuList ul li a {
	color: #fff;
}

.footerMenuList ul li a:hover {
	opacity: 0.7;
}

.btnRight {
	margin: 10px auto 0 0;
	display: block;
    text-align: right;
    width: fit-content;
}


small{
    text-align: center;
    display: block;
    padding: 50px 0 50px 70px;
	color: #fff;
}



@media screen and (max-width:960px) {
	
	#header {
        padding: 0px 30px;
        justify-content: center;
    }
	
	#header h1 {
		padding: 5px 0;	
	}
	
	.openbtn {
        width: 71px;
        height: 71px;
        border: none;
    }
	
	.openbtn span:nth-of-type(1) {
        top: 25px;
        left: 20px;
    }
	
	.openbtn span:nth-of-type(2) {
        top: 35px;
        left: 20px;
    }
	
	.openbtn span:nth-of-type(3) {
        top: 45px;
        left: 20px;
    }
	
	.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(3) {
        top: 35px;
    }
	
	#container {
        padding: 0 0px;
    }
	
	.fluid-block {
        width: 100%;
        height: -webkit-fill-available;
    }
	
	.fluid-lead h2 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		color: #fff;
		width: max-content;
	}

	.fluid-lead p {
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		color: #fff;
	}
	
	.mainAbout {
		position: relative;
		padding: 50px 20px 160px 20px;
	}
	
	.mainAbout__inner__title {
		font-size: 20px;
		padding: 40px 0 40px;
		text-align: center;
	}
	
	.mainAbout__inner__info {
		grid-template-columns: 1fr;
		width: 100%;
		justify-items: center;
		align-items: center;
		gap: 40px 120px;
	}
	
	#topics {
		position: relative;
		padding: 0 20px 0 20px;
	}

    #topics .topics-btn {
        text-align: center;
        padding: 0px 0 70px 0;
    }
	
	#greeting {
		margin: 0 0 0px 0;
		padding: 0 20px 0 20px;
	}
	

	section#statistics {
		padding: 150px 20px 0 20px;
		position: relative;
	}
	
	section#statistics .heading-block:before {
        content: "";
        position: absolute;
        width: 180px;
        height: 100%;
        background: url(../img/1463139.png) no-repeat;
        background-size: contain;
        z-index: 1;
        right: 0px;
        top: -70px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(36%) saturate(3851%) hue-rotate(314deg) brightness(93%) contrast(89%);
        overflow: visible;
    }
	
	.heading01 span.en {
		left: 2.2em;
	}
	
	.heading01 span.jp {
        top: 5em;
        left: 3.9em;
    }
	
	#greeting .heading01 span.en {
		left: 2.5em;
	}

	#greeting .heading01 span.jp {
        left: 4.2em;
    }
	
	#statistics .heading01 span.en {
		left: 2.6em;
	}
	
	#statistics .heading01 span.jp {
		left: 4.5em;
	}
	
	#greeting .greeting-area--kinder .heading01 span.en {
		left: 2.7em;
	}

	#greeting .greeting-area--kinder .heading01 span.jp {
        left: 4.8em;
    }
	
	.topics-area article {
        width: 100%;
    }
	
	#count-up-area {
        justify-content: center;
        margin: 0 0 50px 0;
    }
	
	.chart-area.pie {
		max-width: 100%;
		margin: 0 auto 160px auto;
	}
	
	#contact {
		position: relative;
		margin: 100px 0 100px 0;
		padding: 130px 20px 0 20px;
		text-align: center;
	}
	
	#contact::before {
		content: "";
		width: 1px;
		height: 100px;
		background: #333;
		position: absolute;
		left: 50%;
		top: 0;
	}
	
	#page-top {
		margin: 0 auto 100px auto;
		display: block;
		width: 30px;
		height: 30px;
		border: 2px solid;
		border-radius: 2px;
		border-color: #999 #999 transparent transparent;
		transform: rotate(-45deg);
		cursor: pointer;
		position: relative;
		left: 0px;
		z-index: 1;
		top: -40px;
	}
	
	.custom-shape-divider-top-1734487403 svg {
		width: calc(100% + 1.3px);
		height: 40px;
		transform: rotateY(180deg);
	}
	
	.footerMenuList {
    	padding: 10px 20px 30px 20px;
	}
	
	small {
		padding: 10px 0 70px 0px;
		color: #fff;
	}
	


}