@charset 'UTF-8';

.subhead {
    position: relative;
    background-image: url(../img/profile/subhead_bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 280px;
    margin: 80px 0 0 0;
}

.subhead_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #006532;
}

h2.subhead_font {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

span.subhead_font_jp {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.video {
    padding: 100px 0;
    background-color: rgb(251, 251, 251);
}

.video_wrap {}

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


.video_list_contents {
    width: 30%;
    margin: 0 0 30px 0;
    background-color: #fff;
}

.video_list_contents iframe {
    width: 100%;
    height: 200px;
}


.video_list::after {
    display: block;
    content: "";
    width: 30%;
}

.video_heading {}

h3.video_heading_font {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #006532;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #006532;
}

.youtube {
    padding: 0 15px 15px 15px;
}

.youtube_title {
    position: relative;
    font-size: 20px;
    letter-spacing: 0.08em;
    font-weight: 500;
    line-height: 1.5;
    padding: 15px 0;
    margin: 0 0 20px 0;
    text-align: center;
}

p.youtube_title::before {
    position: absolute;
    content: "";
    background-color: #006532;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.video_time {
    font-size: 14px;
    letter-spacing: 0.08em;
}


.youtube_text {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin: 10px 0 0 0;
}

.video_list_contents p video{
    width: 100%;
    height: 200px;
    background: #000;
}



@media screen and (max-width: 1200px) {
    h3.video_heading_font {
        font-size: 26px;
    }

    .subhead {
        margin: 60px 0 0 0;
    }

    .youtube_title {
        font-size: 16px;
    }

}

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


    .video_list_contents {
        width: 47%;
    }


    .video_list::after {
        width: 47%;
    }

}

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

    .video_list_contents {
        width: 100%;
    }

    .video_list_contents iframe {
        height: 300px;
    }

    .video_list::after {
        width: 100%;
    }

    .youtube_title {
        padding: 15px 0 10px 0;
        margin: 0 0 10px 0;
    }

    .youtube_text {
        font-size: 14px;
    }

    h3.video_heading_font {
        font-size: 18px;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }

    .video_list_contents p video{
        height: 300px;
    }
}