@charset "UTF-8";

/*———————————
sub_header
———————————*/

.sub_header{
    margin-top:90px;
    margin-bottom: 90px;
}
.sub_header h1{
    font-size:70px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    padding-left:50px;
    padding-bottom:20px;
}
.sub_image{
    height:600px;
}
.sub_image.taidan{
    height:600px;
    background-image: url("../images/taidan_01.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    position: relative;
}



/*———————————
taidan_contents
———————————*/

.taidan_contents{
    margin-top:150px;
    margin-bottom:180px;
}

.taidan_contents .int_a{
    font-size:20px;
    font-weight: 300;
}
.int_layout_2{
    flex-basis: 60%;
}
.int_layout_3{
    flex-basis: 35%;
}
.int_layout_3 img{
    width:100%;
    height: 280px;
    object-fit: cover;
}
.int_layout_1{
    gap:3%;
}
.int_layout_4{
    flex-basis: 50%;
}
.int_layout_5{
    flex-basis: 45%;
}
.int_layout_6{
    flex-basis: 35%;
}
.int_layout_7 img{
    width:100%;
    height: 500px;
    object-fit: cover;
}
.mt-70{
    margin-top:70px;
}

.taidan_title h2{
    color:#D34446;
    font-size: 50px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
}

.taidan_text{
    font-size: 20px;
    font-weight: bold;
}

.color_top{
    color:#274fbb;
    font-weight:bold;
}
.color_staff{
    color:#d34446;
    font-weight:bold;
}
.color_int{
    color:#f69d21;
    font-weight:bold;
}






/*
Media Queries
================================*/

/* 大きなデバイス */
@media (max-width: 1200px) {
    .sub_header h1{
        font-size: 45px;
        padding-left: 20px;
    }
}
/* タブレット */
@media (max-width: 1024px) {
}
/* スマホ */
@media (max-width: 599px) {
    .sub_image.taidan{
        height:400px;
        background-position: 100% 50%;
        background-size: 900px;
    }
    .sub_image.nn{
        height:400px;
        background-position: 40% 50%;
        background-size: 900px;
    }
    .sub_image .sub_copybox{
        width:80%;
        padding:30px;
        bottom: -30%;
        left: 50%;
        transform:translateX(-50%);
        -webkit- transform: translateX(-50%);
    }
    .sub_copybox .sc_title{
        font-size: 25px;
    }
    .sub_copybox .sc_name{
        font-size: 18px;
    }
    .sub_copybox .sc_name span{
        font-size: 22px;
    }
    .int_layout_7 img{
        width:100%;
        height: auto;
    }
    .int_layout_3 img,
    .int_layout_4 img,
    .int_layout_6 img{
        width:100%;
        height: auto;
    }
    .int_layout_7 img{
        width:100%;
        height: auto;
    }
    .int_layout_2,
    .int_layout_3,
    .int_layout_4,
    .int_layout_5,
    .int_layout_6{
        flex-basis: 100%;
    }
    .sub_copybox .sc_title_s{
        font-size: 18px;
        text-align: center;
    }

}