@charset "UTF-8";



@media (max-width: 1000px)  {

/* cmn ///////////////////////////////////// */

/* modal_menu */

/* #header_modalmenu_close_bg,
#header_modalmenu_area{
    display: block;
} */

/* header */

.header_infobar{
    height: 70px;
    padding: 10px 3%;
}

/* footer */

.footer_contact_info{
    flex-direction: column;
}

.footer_contact_info > .fs20{
    margin-right: 0;
}

.footer_contact_info > .fs36{
    margin-right: 0;
    margin-top: 10px;
}

.footer_contact_info > .fs18{
    margin-top: 5px;
}

.footer_top > div > dl > div{
    display: block;
}

.footer_top > div > dl > div > dt{
    width: auto;
    height: auto;

    background: none;

    display: block;
}

.footer_top > div > dl > div > dd{
    margin-left: 0;
}

/* cmn_dl */

.cmn_dl > div dt{
    width: 200px;
}

/* cmn_deco */

.cmn_deco{
    background-size: auto 40px;
}

/* cmn_searchbox */
.cmn_searchbox form{
    justify-content: space-around;
}

/* cmn_company_list */

.cmn_company_list ul{
    grid-gap: 30px 3%;
}

/* home ///////////////////////////////////// */

.home_mainimg figure,
.home_mainimg p{
    width: 94%;
}

.home_info_news{
    /* margin-right: 30px; */
}

}




















@media (max-width: 800px) {

/* cmn ///////////////////////////////////// */

/* footer */

.footer_top > div > dl > div > dd{
    padding-left: 20px;
    margin-top: 10px;
    display: block;
}

.footer_top > div > dl > div > dd > a{
    margin-top: 10px;
}

/* cmn_cms_editor */
.cmn_cms_editor h3 {
    font-size: 1.6rem;
}
.cmn_cms_editor h4 {
    font-size: 1.6rem;
}
.cmn_cms_editor h5 {
    font-size: 1.5rem;
}
.cmn_cms_editor h6 {
    font-size: 1.4rem;
}

/* cmn_dl */

.cmn_dl > div{
    display: block;
}

.cmn_dl > div dt{
    width: 100%;
    padding: 15px 20px 0;
}

.cmn_dl > div dd{
    padding: 15px 20px;
}

/* cmn_deco */

.cmn_deco{
    background-size: auto 30px;
}

/* cmn_searchbox */

.cmn_searchbox form{
    flex-direction: column;
}

.cmn_searchbox form label:nth-child(2){
    margin-top: 10px;
}

.cmn_searchbox form input{
    width: 100%;
}

/* cmn_arr_r */

.cmn_arr_r{
    background-position: left top 5px;
}

/* cmn_company_list */

.cmn_company_list ul{
    grid-template-columns: 1fr 1fr;
}

/* home ///////////////////////////////////// */

.home_mainimg{
    height: auto;
}

.home_mainimg figure{
    position: static;
    /* top: 230px; */
    top: auto;
    margin-top: -13.15vw;
    margin-left: auto;
    margin-right: auto;
}

.home_mainimg p{
    position: static;
    bottom: auto;
    padding: 28px 0;
    margin-left: auto;
    margin-right: auto;
}

.home_mainimg p br{
    display: none;
}

.home_info > div{
    display: block
}

.home_info_news{
    margin-right: 0px;
}

.home_info_fb{
    width: 100%;
    margin-top: 30px;
}

/* news ///////////////////////////////////// */

.news_body h2.cmn_arr_r{
    background-position: left top 7px;
}

/* company ///////////////////////////////////// */

.company_body .swiper-slide{
    width: 450px;
}

.company_body .swiper-slide img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.company_body .swiper-button-prev, .company_body .swiper-container-rtl .swiper-button-next{
    left: 3%;
}

.company_body .swiper-button-next, .company_body .swiper-container-rtl .swiper-button-prev{
    right: 3%;
}









}
























@media (max-width: 560px) {

/* cmn ///////////////////////////////////// */

/* header */

.header_infobar{
    height: 60px;
}

/* cmn_dl */

.cmn_dl > div dt{
    padding: 10px 10px 0;
}

.cmn_dl > div dd{
    padding: 10px;
}

/* cmn_deco */

.cmn_deco{
    background-size: auto 20px;
}

/* cmn_arr_r */

.cmn_arr_r{
    background-position: left top 4px;
}

/* cmn_company_list */

.cmn_company_list ul{
    grid-template-columns: 1fr;
}

/* home ///////////////////////////////////// */

.home_mainimg{
    /* height: 480px; */
    /* height: 560px; */
}

.home_mainimg figure{
    /* top: 180px; */
}

.home_mainimg p {
    /* bottom: 100px; */
    bottom: 40px;
}

.home_mainimg_formbtn:not(#_){
    width: 20.55em;
    height: 3.2em;
    font-size: 1.4rem;
}

.home_info_news > div ul > li > a{
    padding: 15px 10px;
    display: block;
}

.home_info_news > div ul > li > a span{
    font-weight: 700;
}

/* news ///////////////////////////////////// */

.news_body h2.cmn_arr_r{
    background-position: left top 6px;
}

/* company ///////////////////////////////////// */

.company_body .swiper-slide{
    width: 300px;
}











}



