@charset "utf-8";

#trainning_top {
    aspect-ratio: 16/9;
    width: 100%;
    background-size: 100% auto;
}

#trainning_main_top_container {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

#trainning_main_top_container .section_title {
    position: absolute;
    left: 0;
    top: 120px;
}

#trainning_scene {
    margin-top: 130px;
    margin-bottom: 120px;
}

#trainning_scene_container {
    width: 90%;
    margin: 0 auto;
}

.section_title {
    margin-bottom: 40px;
}

.trainning_contetnts_img_area {
    margin-bottom: 25px;
}

.trainning_contetnts_img_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.trainning_contetnts_img_area img {
    width: 49%;
    aspect-ratio: 3/2;
    background: gray;
    object-fit: cover;
}

#trainning_school_container {
    width: 90%;
    margin: 0 auto;
}

#trainning_school_container p {
    font-weight: 500;
    font-size: 20px;
    font-family: "Noto Sans JP", serif;
}

#trainning_school {
    margin-bottom: 160px;
    margin-top: 160px;
}

#trainning_about_container {
    width: 90%;
    margin: 0 auto;
}

#trainning_about_contents {
    width: 100%;
    background: #f9f9f9;
    border-radius: 48px;
    padding: 60px 5%;
    box-shadow: 0px 0px 20px 2px #0000001A;

}

#trainning_about_contents dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}

#trainning_about_contents dl dt {
    width: 25%;
    min-width: 63px;
    padding: 15px 0 15px 0;
    border-top: 2px solid #003975;
    display: flex;
    justify-content: center;
    align-items: center;
}

#trainning_about_contents dl dt p {
    text-align: end;
}

#trainning_about_contents dl dd {
    width: 75%;
    min-width: 63px;
    padding: 15px 0 15px 55px;
    border-top: 2px solid #003975;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}

#trainning_about_contents dl dd div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 194px;
}

#trainning_about_contents dl dt,
#trainning_about_contents dl dd {
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 32.8px;
}

#trainning_about_contents dl dt:last-of-type,
#trainning_about_contents dl dd:last-of-type {
    border-bottom: 2px solid #003975;

}

.contaier {
    width: 90%;
    margin: 0 auto;
}

.container_shadow {
    translate: -20px 20px;
    width: 90%;
    margin: 56px auto 0 auto;
    border-radius: 48px;
    background: linear-gradient(158.17deg, #003975 6.76%, #1B89FF 101.18%);
}

.contents_item:first-child {
    margin-bottom: 32px;
}

.contents_item {
    width: 50%;
}

.container_inside {
    translate: 20px -20px;
    background: #ffffff;
    border-radius: 48px;
    padding: 60px 5% 60px 5%;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
    display: flex;
}

.contents_title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.contents_title h3 {
    font-size: 24px;
}

.contents_title img {
    height: 24px;
    object-fit: contain;
    margin-right: 8px;
}

.contents_text p {
    font-size: 20px;
}

.trainning_contetnts_img_area.technical {
    justify-content: space-around;
}

.trainning_contetnts_img_area img.technical {
    aspect-ratio: 3 / 4;
    width: 40%;
}

#youtube {
    margin-top: 160px;
}

#youtube .container {
    display: flex;
}

#youtube .container p {
    width: 450px;
}

#youtube .container div#youtube_thumb {
    width: calc(100% - 500px);
}


#youtube_thumb a,
#youtube_thumb a img {
    width: 100%;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.container p {
    font-size: 20px;

}



@media screen and (max-width: 1024px) {
    #youtube .container {
        flex-direction: column;
    }

    #youtube .container p,
    #youtube .container div#youtube_thumb {
        width: 100%;
    }

    #trainning_top {
        height: auto;
    }

    #trainning_scene {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #trainning_scene_container {
        width: 90%;
    }

    .section_title {
        margin-bottom: 25px;
    }

    #trainning_school_container {
        width: 90%;
    }

    #trainning_school {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #trainning_about_container {
        width: 90%;
    }

    #trainning_about_contents {
        padding: 30px 5%;
    }


    #trainning_about_contents dl dt,
    #trainning_about_contents dl dt p {
        text-align: center;
    }

    .container_shadow {
        translate: -10px 10px;
    }

    .container_inside {
        translate: 10px -10px;
        padding: 30px 5%;
    }

    #youtube {
        margin-top: 30px;
    }
}

@media screen and (max-width: 750px) {
    main {
        margin-top: 64px;
    }

    #trainning_main_top_container .section_title {
        top: 20px;
    }

    .trainning_contetnts_img_area {
        flex-direction: column;
    }



    #trainning_about_contents dl dt {
        width: 35%;
        font-size: 16px;
    }

    .trainning_contetnts_img_area img,
    .trainning_contetnts_img_area img.technical {
        width: 100%;
    }

    .trainning_contetnts_img_area img:first-child {
        width: 100%;
        margin-bottom: 25px;
    }

    #trainning_about_contents dl dd {
        width: 65%;
        padding-left: 10px;
        font-size: 16px;
    }

    #trainning_main_top_container .section_title h2,
    #trainning_main_top_container .title_line {
        display: none;
    }

    .container_inside {
        flex-direction: column;
    }

    .contents_item {
        width: 100%;
    }
}