@charset "UTF-8";
.c_content {
    opacity: 0;
    pointer-events: none;
  }
  body.appear .c_content {
    animation-name: PageAnime-content;
    animation-duration: 0.55s;
    animation-delay: 0.55s;
    animation-fill-mode: forwards;
    opacity: 0;
    pointer-events: auto;
  }
  .animation .content {
    opacity: 1;
    pointer-events: auto;
  }
  @keyframes PageAnime-content {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
  }
  }
#youtube-wrap{
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 60%) ;
    padding-top: 50.0714% !important;
    z-index: 10;
}
.diagonal_01{
    display:block;
	width:100%;
	background:#D9E6F8;
	clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
    padding: 280px 0;
    margin: -400px 0 -300px;
}
.area-title>h3{
    position: relative;
    color: #0459CE;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 50px;
}
.area-title>h3::before {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    color: #0459CE;
    font-size: 60px;
    opacity: 12%;
}
.news{
    padding: 0 90px 0;
    margin-bottom: 150px;
}
.news>h3::before {
    content: 'news';
}
.news_day{
    display: block;
    border-bottom: solid 1px #0459CE;
    font-size: 2rem;
    color: #0459CE;
    margin: 100px auto 50px;
    max-width: 1000px;
}
.news_txt{
    margin: 0 auto 50px;
    font-size: 2rem;
    max-width: 1000px
}
.news_image{
    margin: 50px auto;
    width: 75%;
    display: block;
}







.diagonal_01 {
    clip-path: none;
}

@media screen and (max-width:767px) {
    #youtube-wrap{
        clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 60%);
    }
    .diagonal_01 {
        clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);
        padding: 100px 10% 150px;
    }
    .news {
        padding: 180px 30px;
    }
    .news_day{
        font-size: 1.8rem;
        margin: 100px auto 30px;
    }
    .news_txt{
        font-size: 1.5rem;
    }
    
}