﻿@charset "utf-8";
/* CSS Document */
/* color */
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #48D1CC} /* メインカラー */
.txt_color2{color: #48D1CC} /* サブカラー */
.txt_color3{color: #3a99c7} /* アクセントカラー1 */
.txt_color4{color: #48D1CC} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #48D1CC} /* メインカラー */
.bg_color2{background-color: #48D1CC} /* サブカラー */
.bg_color3{background-color: #3a99c7} /* アクセントカラー1 */
.bg_color4{background-color: #48D1CC} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #48D1CC}
.border_color2{border-color: #48D1CC}
.border_color3{border-color: #3a99c7}
.border_color4{border-color: #48D1CC}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #48D1CC} /* メインカラー */
.hvr_txt_color2:hover{color: #48D1CC} /* サブカラー */
.hvr_txt_color3:hover{color: #3a99c7} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #48D1CC} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #48D1CC} /* メインカラー */
.hvr_bg_color2:hover{background-color: #48D1CC} /* サブカラー */
.hvr_bg_color3:hover{background-color: #3a99c7} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #48D1CC} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #48D1CC}
.hvr_border_color2:hover{border-color: #48D1CC}
.hvr_border_color3:hover{border-color: #3a99c7}
.hvr_border_color4:hover{border-color: #48D1CC}


.con_box h2{
    color: #000000;
}

#contents3_wrap:after {
    background-color: rgb(16 35 255 / 10%)!important;
}

.box_title1 {
    color: #3a99c7;
}

.scr_header {
    background-color: rgb(72 209 204 / 62%)!important;
}


.catchcopy{
    vertical-align: bottom;
    width: 29%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 5;
    right: 36%;
    background-repeat: no-repeat;
    bottom: 15%;
}

nav .en_font {
    color: #000000fa;
}

.haikei  {
    vertical-align: bottom;
    width: 81%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 4;
    right: 23%;
    background-repeat: no-repeat;
    bottom: -6%;
}

#footer {
    background-color: rgb(255 255 255 / 90%);
}

#fakeloader {
    background-color: #ffffff;
}

#intro_wrap{
    background-image: url(dup/img/back.png);
    background-attachment: revert;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.intro_txt {
    font-weight: bold;
}

.haikei{
    display: none;
}

.cms_5-d .box_title1{
    background-color: white;
} 


.driver  {
    vertical-align: bottom;
    width: 25%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 4;
    right: 73%;
    background-repeat: no-repeat;
    bottom: -7%;
}

#footer{
    background-color: #f7f7f7;
}

#info_contact .con_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #33333333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 667px){
#intro_wrap {
    background-image: url(dup/img/back.png);
    /* background-attachment: revert; */
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
    
    
.driver {
    vertical-align: bottom;
    width: 52%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 4;
    right: 4%;
    background-repeat: no-repeat;
    bottom: 34%;
}
}

@media screen and (max-width: 768px){
.driver {
    vertical-align: bottom;
    width: 25%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 4;
    right: 73%;
    background-repeat: no-repeat;
    bottom: 9%;
}
    
.catchcopy {
    vertical-align: bottom;
    width: 29%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 3;
    right: 36%;
    background-repeat: no-repeat;
    bottom: 61%;
}
}

@media screen and (max-width: 768px){
.driver {
    vertical-align: bottom;
    width: 38%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 4;
    right: 59%;
    background-repeat: no-repeat;
    bottom: 5%;
}
    
.page_title_box h2{
    font-size: 28px;
}
}


@media screen and (max-width: 667px){
.driver {
    vertical-align: bottom;
    width: 38%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 4;
    right: 5%;
    background-repeat: no-repeat;
    bottom: 34%;
}
    
.catchcopy {
    vertical-align: bottom;
    width: 44%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 3;
    right: 29%;
    background-repeat: no-repeat;
    bottom: 20%;
}

.page_title_box h2{
    font-size: 15px;
}
}



#info_contact .con_title .pop400 {
    display: none;
}

#info_contact .con_box .con_title{
    display: none;
}

.hvr_bg_color2:hover {
    background-color: #ffffff;
}

.driver {
    display: none;
}

.pager li a {
    color: #3c2d2d;
}

.fas{
    color: #3c2d2d;
}

#foot_banner{
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    max-width: 302px;
    z-index: 2;
    bottom: 5px;
    right: 64px;
}