@charset "UTF-8";
/* CSS Document */
/*hero area*/
.hero_area{
    width: 100vw;
    height: calc(100vh - 90px);
    position: relative;
    padding-top: 90px;
    z-index: 1;
}
.hero_area .img01 {
    position: absolute;
    left: -15vw;
    width: 80vw;
    top: -20px;
}
.hero_area .img02 {
    position: absolute;
    top: 30vw;
    left: 36vw;
    width: 22vw;
    z-index: 2;
}   
.hero_area .img03 {
    position: absolute;
    top: 17vw;
    left: 31vw;
    width: 8vw;
}
.hero_area .img04 {
    position: absolute;
    top: 33vw;
    width: 5vw;
    left: 2vw;
}
.hero_area .img06 {
    position: absolute;
    width: 23vw;
    left: 12vw;
    top: 23vw;
}
.hero_area .img07{
    position: absolute;
    display: none;
}
.hero_area .img08{
    position: absolute;
    display: none;
}
.hero_area .img09 {
    position: absolute;
    width: 27vw;
    left: 10vw;
    top: 30vh;
}
/*cloud area*/
.cloud_area {
    position: absolute;
    width: 65%;
    top: 70px;
    right: 0;
}
.cloud_area ul{
    display: flex;
    margin-bottom: 1rem;
}
.cloud_area li{
    margin-left: 1rem;
}
.scroll {
    display: inline-block;
    padding-top: 70px;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
}
.scroll .txt{
    display: block;
    width: 150px;
}
  .scroll::before {
    animation: scroll 3.5s infinite;
    content: "";
    background-image: url(../img/top/bottom-arrow.png);
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 28px;
    height: 30px;
    background-size: cover;
  }
  @keyframes scroll {
    0% {
      transform: rotate(0deg) translate(0, 0);
    }
    80% {
      transform: rotate(0deg) translate(0, 30px);
    }
    0%, 80%, 100% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
  }
   
  

/*top01*/
.top01{
    position: relative;
    padding-bottom: 100px;
    z-index: 1;
}
.top01 p {
    color: white;
    text-align: center;
    letter-spacing: .2rem;
}
.top01 .img01 {
    width: 100%;
}
.top01 .img02 {
    width: 11vw;
    left: -13vh;
    bottom: -3vh;
}
.top01 .img03 {
    width: 15vw;
    right: -15vw;
    top: 10vw;
}
.top01 .btn01 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    margin-top: 5vh;
    z-index: 1;
}

/*top02*/
.top02 {
    width: 100%;
    height: 700px;
    z-index: 1;
}
.top02 .btn02{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}
.top02 h4{
    color: #2D3748;
    padding: 0.5rem auto;
    text-align: center;
    font-size: 26px;
    font-family: 'M PLUS 1', sans-serif;
}

/*top03*/
.top03 {
    background-color: #74b1e8;
    z-index: 1;
}
.top03::before{
    content: '';
    width: 100%;
    background-image: url(../img/top/top03_before.png);
    background-size: cover;
    height: 40px;
    position: absolute;
    top: -40px;
}
.top03::after{
    content: '';
    width: 100%;
    background-image: url(../img/top/top03_after.png);
    background-size: cover;
    height: 40px;
    position:absolute;
    bottom:-40px;
}
.top03 .tit01 {
    background-image: url(../img/top/img_top_10.png);
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.top03 .tit02{
    background-image: url(../img/top/img_top_22.png);
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.top03 h4 {
    color: #0091D3;
    padding: 0.5rem auto;
    text-align: center;
    font-size: 26px;
    font-family: 'M PLUS 1', sans-serif;
}

/*top04*/
.top04 {
    background-color: #fff;
    z-index: 1;
}
.top04 h3{
    font-family: 'M PLUS 1', sans-serif;
    color: #0091D3;
    font-size: 2.5rem;
    position: relative;
    text-align: center;
}
.top04 h3 span{
    font-size: 7rem;
    display: block;
    letter-spacing: 1rem;
    line-height: 5rem;
}
.top04 h3::before {
    content: '';
    background-image: url(../img/common/h3_left.png);
    background-size: cover;
    width: 100px;
    height: 85px;
    position: absolute;
    left: -110px;
    top: 50%;
    transform: translateY(-20%);
}
.top04 h3::after{
	content:'';
	background-image: url(../img/common/h3_right.png);
	background-size: cover;
	width: 100px;
	height: 70px;
    position: absolute;
    right: -110px;
    top: 50%;
    transform: translateY(-20%);
}

/*wrap0506*/
.wrap0506 {
    background-color: #74b1e8;
    z-index: 1;
}
.wrap0506::before{
    content: '';
    width: 100%;
    background-image: url(../img/top/top03_before.png);
    background-size: cover;
    height: 40px;
    position: absolute;
    top: -40px;
}
.wrap0506::after{
    content: '';
    width: 100%;
    background-image: url(../img/top/top03_after.png);
    background-size: cover;
    height: 40px;
    position:absolute;
    bottom:-40px;
}
.news-box{
    height: 660px;
}
.news-box ul {
    padding: 65px 50px;
}
.column-box{
    height: 660px;
}
.column-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*top07*/
.top07 {
    background-image: url(../img/top/img_top_21.png);
    background-size: cover;
    width: 100%;
    height: 610px;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.top07 .headline-h3{
    color: #2D3748;
}
.top07 .btn03{
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 100px;
}


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

.hero_area {
    width: 100vw;
    height: calc(100vh - 60px);
    position: relative;
    padding-top: 60px;
    z-index: 1;
}
.cloud_area {
    position: absolute;
    width: 70%;
    top: 50px;
    right: 0;
}
.cloud_area ul {
    display: flex;
    margin-bottom: 0.3rem;
}
.cloud_area li {
    margin-left: 0.3rem;
}
.hero_area .img01 {
    position: absolute;
    left: -10%;
    width: 70%;
    top: 50px;
}
.hero_area .img02 {
    position: absolute;
    top: 14%;
    left: 3%;
    width: 48%;
    z-index: 2;
}
.hero_area .img03 {
    position: absolute;
    top: 30%;
    left: unset;
    width: 19%;
    z-index: 10;
    right: 13%;
}
.hero_area .img04 {
    position: absolute;
    top: 39%;
    width: 13%;
    left: 15%;
}
.hero_area .img09 {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
}
.top01{
    padding-bottom: 240px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.top01 .img01 {
    display: none;
}
.top01 .img02 {
    width: 40%;
    left: 0;
    bottom: 10px;
}
.top01 .img03 {
    width: 30%;
    right: 0;
    top: unset;
    bottom: 20px;
}
.top02 {
    width: 100%;
    height: 90vh;
    position: relative;
    z-index: 1;
}
.top03::before {
    height: 12px!important;
    top: -52px!important;
}
.top03::after {
    height: 12px!important;
    bottom: -52px!important;
}
.top04 h3{
    font-size: 1.5rem;
}
.top04 h3 span {
    font-size: 3rem;
}
.top04 h3::before{
    width: 70px;
    height: 55px;
    position: absolute;
    left: -50px;
}
.top04 h3::after {
    width: 70px;
    height: 50px;
    position: absolute;
    right: -35px;
}
.wrap0506::before{
    height: 12px;
    top: -12px;
}
.wrap0506::after {
    height: 12px;
    bottom: -12px;
}
.news-box{
    height: auto;
}
.news-box ul {
    padding: 0px;
}
.column-box{
    height: auto;
}
.top06 li h4{
    text-overflow: ellipsis;
}
.top06 li p{
    text-overflow: ellipsis;
}
}