/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* メニュー */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

menu {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.menu_box {
    display: flex;
    justify-content: space-around;
    width: 550px;
    color: rgba(255,255,255,0.7 );
    position: absolute;
    top:17px;
    right: 35px;
    font-weight: bold;
    font-size: 20px;
    font-family:"UD デジタル 教科書体 N-R";
}
.menu_box a:hover{
    color: rgba(255,255,255,1);
}
.menu_bar{
    display: none;
}
@media screen and (max-width: 840px){
    /* タブレット */
    .menu_box{
        font-size: 15px;
    }
}
@media screen and (max-width: 540px){
    /* スマホ */
    menu {
        display: none;
    }
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* メインコンテンツ */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* コンテンツ１ */
/* ファーストビュー */
.contents_1stview{
    background-image: url("../img/image/contents_first_view.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    position: relative;
}
.contents_1stview .hd_box{
    width: 100%;
    height: 8%;
    position: absolute;
    top:0;
}
.contents_1stview .ft_box{
    width: 100%;
    height: 15%;
    position: absolute;
    bottom:0;
    left: 4vw;
    color: white;
    font-size: 30px;
    font-weight: bold;
}
.contents_1stview .ft_box p{
    margin-top: 5px;
}
.contents_1stview .hd_box .hd_box1{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    margin: 0;
    position: relative;
}
.contents_1stview .hd_box .hd_box2{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 3vw 0;
    border-color: transparent rgba(0,0,0,0.5) transparent transparent;
}
@media screen and (max-width: 840px){
    /* タブレット */
    .contents_1stview .ft_box{
        padding-top: 30px;
    }
    .contents_1stview .ft_box p{
        font-size: 20px;
        font-family: "corporate_bold";
    }
    .contents_1stview{
        height: 50vh;
    }
}
@media screen and (max-width: 540px){
    /* スマホ */
    .contents_1stview .ft_box{
        height: 13%;
        padding-top: 0;
        margin-bottom: 5px;
    }
    .contents_1stview .ft_box p{
        font-size: 11px;
        margin-top: 0;
    }
    .contents_1stview{
        height: 30vh;
    }
    .hd_box{
        display: none;
    }
}

.main_contents{
    width: 1020px;
    margin: auto;
    font-family:"UD デジタル 教科書体 N-R";
}
.main_contents > div{
    margin-bottom: 40px;
}
@media screen and (max-width: 840px){
    .main_contents{
        width: 700px;
        font-size: 14px;
    }
}
@media screen and (max-width: 540px){
    .main_contents{
        width: 100%;
    }
}

/* 説明文 */
.content_1_description{
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    background-image: url("../img/image/contents_discription.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.content_1_description p{
    margin-top: 5px;
    margin-bottom: 5px;
}
.content_1_description .image_box img{
    width: 100px;
    position: absolute;
    top: 30px;
    left: 50px;
}
.content_1_description .con1{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content_1_description .con2{
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.content_1_description .con2 .box{
    width: 600px;
}
@media screen and (max-width: 840px){
    .content_1_description{
        font-size: 16px;
    }
    .content_1_description .image_box img{
        width: 60px;
        top: 15px;
        left: 50px;
    }
}
@media screen and (max-width: 540px){
    .content_1_description{
        padding: 15px;
        font-size: 12px;
    }
    .content_1_description p{
        margin-top: 2px;
        margin-bottom: 2px;
    }
    .content_1_description .con2 .box{
        width: 320px;
    }
    .content_1_description .image_box img{
        display: none;
    }
}
/* 以下コンテンツ共通 */
.con_title{
    background-image: url("../img/image/head_parts.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    position: relative;
}
.con_title_box{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}
.con_title .en_title{
    color: gray;
    font-size: 80px;
    font-family: 'Anton', sans-serif;
    margin-top: 10px;
    margin-left: 20px;
}
.con_title .ja_title{
    color: white;
    margin-left: 90px;
    font-size: 25px;
}
@media screen and (max-width: 840px){
    .con_title{
        height: 180px;
    }
}
@media screen and (max-width: 540px){
    .con_title{
        height: 90px;
    }
    .con_title .en_title{
        font-size: 25px;
    }
    .con_title .ja_title{
        margin-left: 30px;
        font-size: 18px; 
    }
}

/* 新着情報 */

.content_2_whats_new{
    width: 100%;
    height: 820px;
    margin: auto;
    background-image: url("../img/image/contents_whats_news.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.content_2_whats_new .contents_box{
    margin-top: 60px;
}
.content_2_whats_new .contents_box ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    margin: 0 auto;
    width: 100%;
}
.content_2_whats_new .contents_box ul li{
    display: flex;
}
.content_2_whats_new .contents_box ul li .news_date{
    width: 100px;
}
.content_2_whats_new .contents_box ul li .news_class{
    width: 100px;
}
.content_2_whats_new .contents_box ul li .news_title{
    width: 400px;
    overflow: hidden;
}
.content_2_whats_new .contents_box ul a{
    width: 80%;
    margin-top: 2px;
    padding: 4px;
    border-radius: 10px;
    padding-left: 10%;
    padding-right: 10%;
}
.content_2_whats_new .contents_box ul a:nth-child(odd){
    background-color: rgba(0,0,0,0.6);
    color: white;
}
.content_2_whats_new .contents_box ul a:hover{
    background-color: rgba(255,255,255,0.6);;
    color: black;
}
.news_title{
    overflow: hidden;
}
@media screen and (max-width: 840px){
    .content_2_whats_new{
        height: 600px;
    }
    .content_2_whats_new .contents_box ul a{
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media screen and (max-width: 540px){
    .content_2_whats_new{
        height: 300px;
    }
    .content_2_whats_new .contents_box{
        height: 200px;
        overflow:scroll;
        margin-top: 0;
    }
    .content_2_whats_new .contents_box ul li{
        display: block;
    }
    .news_class,
    .news_title{
        margin-top: 5px;
    }
    .news_title{
        width: 100%!important;
    }
    .content_2_whats_new .contents_box ul a{
        font-size: 14px;
    }
}

/* 選ばれる理由 */
.content_3_urbanauto{
    width: 100%;
    height: 1100px;
    margin: auto;
    background-image: url("../img/image/contents_urbanauto.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
    font-family:"UD デジタル 教科書体 N-R";
}
.content_3_urbanauto .con1{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    margin: 0 auto;
}
.content_3_urbanauto .item{
    margin-top: 45px;
    display: flex;
    width: 755px;
}
.content_3_urbanauto .item img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.content_3_urbanauto .item .item_box{
    margin-left: 60px;
    width: 490px;
}
.content_3_urbanauto .item .item_box .title_box{
    width: 100%;
    margin-left: 60px;
}
.content_3_urbanauto .item .item_box .title_box h3{
    width: 250px;
    background-color: black;
    color: white;
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-family:"UD デジタル 教科書体 N-R";
    font-size: 25px;
}
.content_3_urbanauto .item .item_box .text_box{
    width: 100%;
    color: white;
    font-size: 18px;
    margin-top: 30px;
    font-family:"UD デジタル 教科書体 N-R";
}
.content_3_urbanauto .con2{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    text-align: center;
    color: #ffd42aff;
    font-family:"UD デジタル 教科書体 N-R";
    font-size: 23px;
}
@media screen and (max-width: 840px){
    .content_3_urbanauto{
        height: 940px;
    }
    .content_3_urbanauto .item{
        width: 600px;
    }
    .content_3_urbanauto .item img{
        width: 150px;
        height: 150px;
    }
    .content_3_urbanauto .con2{
        flex-direction: column;
    }
}
@media screen and (max-width: 540px){
    .content_3_urbanauto{
        height: 1400px;
    }
    .content_3_urbanauto .item{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .content_3_urbanauto .item .item_box{
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content_3_urbanauto .item .item_box .title_box{
        margin: 0;
        margin-top: 15px;
    }
    .content_3_urbanauto .item .item_box .title_box h3{
        width: 200px;
        font-size: 20px;
        margin: auto;
    }
    .content_3_urbanauto .item .item_box .text_box{
        width: 80%;
    }
    .content_3_urbanauto .con2{
        font-size: 18px;
    }
}
/* サービス */

.content_4_service{
    width: 100%;
    height: 1100px;
    margin: auto;
    background-image: url("../img/image/contents_service.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.content_4_service .item_box{
    display: flex;
    justify-content: center;
    margin-top: 120px;
}
.content_4_service .item_box .inner_box{
    width: 700px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.content_4_service .item_box .items{
    width: 220px;
    height: 80px;
    margin: 30px;
    margin-top: 30px;
    background-image: url("../img/image/contents_discription.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding: 13px;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px;
}
.content_4_service .item_box .inner_box a:hover{
    opacity: 0.6;
}
.content_4_service .item_box .items h3{
    font-size: 40px;
    font-weight: bold;
    margin-top: 11px;
}
.content_4_service .item_box .items{
    position: relative;
}
.content_4_service .item_box .items img{
    position: absolute;
    margin-top: 10px;
    width: 25px;
    right: 10px;
    bottom: 10px;
}
@media screen and (max-width: 840px){

}
@media screen and (max-width: 540px){
    .content_4_service{
        height: 500px;
    }
    .content_4_service .item_box .items{
        width: 150px;
        height: 70px;
        margin: 0;
        margin-top: 20px;
    }
    .content_4_service .item_box .items h3{
        font-size: 30px;
        font-weight: bold;
        margin-top: 11px;
    }
    .content_4_service .item_box .items img{
        width: 30px;
    }
}

/* 事例集 */

.content_5_case{
    width: 100%;
    height: 1300px;
    margin: auto;
    background-image: url("../img/image/contents_case.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(255,255,255,0.2);
    background-blend-mode:lighten;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.content_5_case .con1 .items{
    width: 800px;
    margin: auto;
    display: flex;
    margin-top: 30px;
}
.content_5_case .con1 .items .con_box{
    width: 500px;
    margin-left: 30px;
    font-size: 18px;
}
.content_5_case .con1 .items .con_box p{
    margin-top: 5px;
}
.content_5_case .con1 .items .con_box strong{
    background: linear-gradient(transparent 70%, #ffff00 0%);
}
.content_5_case .con1 .items img{
    width: 300px;
}
.content_5_case .con2{
    width: 510px;
    margin: auto;
    margin-top: 70px;
    font-size: 23px;
    font-weight: bold;
}
.content_5_case .con3{
    width: 200px;
    margin: auto;
    margin-top: 30px;
    font-size: 20px;
    border: 1px solid #ff701e;
    background-color: white;
    color: #ff701e;
    padding: 8px;
}
.content_5_case .con3:hover{
    background-color: #ff701e;
    color: white;
    transition-duration: 150ms;
}
@media screen and (max-width: 840px){

}
@media screen and (max-width: 540px){
    .content_5_case{
        height: 1250px;
    }
    .content_5_case .con1 .items{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .content_5_case .con1 .items .con_box{
        margin: 0;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }
    .content_5_case .con2{
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }
}

/* アクセス */
.content_6_access{
    width: 100%;
    height: 800px;
    margin: auto;
    background-image: url("../img/image/contents_access.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.content_6_access .item_box .access_box{
    text-align: center;
    font-weight: bold;
}
.content_6_access .item_box .access_box p{
    margin-top: 30px;
    font-size: 18px;
}
.content_6_access .item_box .line_box{
    display: flex;
    align-items: flex-end;
    width: 70%;
    margin: auto;
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
}
.content_6_access .item_box .line_box img{
    width: 130px;
    margin-left: 40px;
}
.content_6_access .item_box .line_box p{
    margin-left: 20px;
}
@media screen and (max-width: 840px){
}
@media screen and (max-width: 540px){
    .content_6_access{
        height: 550px;
    }
    .content_6_access .item_box .access_box p{
        font-size: 14px;
        margin-top: 15px;
    }
    .content_6_access .item_box .line_box{
        font-size: 14px;
    }
    .content_6_access .item_box .line_box img{
        width: 100px;
    }
}