@charset "UTF-8";

.ttl_contents{
    background: url(../img/company/bg_ttl.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


/* ----------------------------------------------------------------------------------------------------
*  area_greeting
* --------------------------------------------------------------------------------------------------*/
.area_greeting {
    width: 690px;
    padding: 90px 0;
}
.area_greeting .txt_greeting p{
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
}
.area_greeting .txt_greeting p + p{
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
 
    .area_greeting {
        width: 90%;
        padding: 12% 0;
    }
    .area_greeting .txt_greeting p{
        font-size: 1.4rem;
    }
    .area_greeting .txt_greeting p + p{
        margin-top: 5%;
    }

}



/* ----------------------------------------------------------------------------------------------------
*  area_philosophy
* --------------------------------------------------------------------------------------------------*/
.area_philosophy{
    background: #c3e3f3;
    padding: 90px 0;
}
.area_philosophy .box_philosophy{
    padding: 45px 220px;
    background: #fff;
}
.ie11 .area_philosophy .box_philosophy{
    padding: 45px 220px 20px;
}
.area_philosophy .txt_philosophy{
    color: #000;
    font-size: 2rem;
    line-height: 2.4;
    font-weight: bold;
}
.area_philosophy .txt_philosophy + .ttl_40{
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
 
    .area_philosophy{
        padding: 12% 0;
    }
    .area_philosophy .box_philosophy{
        padding: 6%;
    }
    .area_philosophy .txt_philosophy{
        font-size: 1.6rem;
    }
    .area_philosophy .txt_philosophy + .ttl_40{
        margin-top: 8%;
    }

 }



/* ----------------------------------------------------------------------------------------------------
*  area_outline
* --------------------------------------------------------------------------------------------------*/

.area_outline{
    padding: 90px 0;
    overflow: hidden;
}
.area_outline .area_blueborder{
    margin: 0 auto 45px;
}
.area_outline .area_blueborder dt{
    font-weight: bold;
}
.map{
    position: relative;
    width: 1280px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
}
.map iframe{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 768px) {
 
    .area_outline{
        padding: 12% 0;
    }
    .area_outline .area_blueborder{
        width: 90%;
        margin: 0 auto 7%;
    }
    .map{
        width: 100%;
        height: 200px;
    }

}



/* ----------------------------------------------------------------------------------------------------
*  area_history
* --------------------------------------------------------------------------------------------------*/
.area_history{
    padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
 
    .area_history{
        padding-bottom: 12%;
    }

 }



/* ----------------------------------------------------------------------------------------------------
*  area_exclusion
* --------------------------------------------------------------------------------------------------*/
.area_exclusion{
    border: 3px solid #c3e3f3;
    padding: 45px 140px 70px;
    margin-bottom: 90px;
    height: auto;
}
.area_exclusion .txt{
    margin-bottom: 45px;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
}
.area_exclusion .list li{
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
}
.area_exclusion .list li + li{
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
 
    .area_exclusion{
        border-top: 2px solid #c3e3f3;
        padding: 6%;
        margin-bottom: 12%;
    }
    .area_exclusion .ttl_40{
        font-size: 2.6rem;
        line-height: 1.3;
    }
    .area_exclusion .txt{
        margin-bottom: 5%;
        font-size: 1.4rem;
    }
    .area_exclusion .list li{
        font-size: 1.4rem;
    }
    .area_exclusion .list li + li{
        margin-top: 5%;
    }

 }
