@charset "UTF-8";

@font-face {
    font-family: 'DIN1451Alt'; /* フォントに名前をつける */
    src: url('fonts/din1451alt.ttf') format('truetype'); /* フォントファイルのパス */
    font-weight: normal; /* 必要に応じて指定 */
    font-style: normal; /* 必要に応じて指定 */
}

.font_din {
    font-family: 'DIN1451Alt', sans-serif; /* デフォルトのフォントとして指定 */
}

.wrap {
    width: 1156px;
}

#new_main_header {
    padding-left: 44px;
}

#new_main_header a {
    transition: .3s;
}

#new_main_header a:hover {
    opacity: .7;
}

#new_main_header .cont {
    align-items: center;
}

#new_main_header .logo .text {
    font-size: 26px;
    font-weight: 600;
}

#new_main_header .logo .text a {
    color: #3A3B3B;
}

#new_main_header .header_navi ul {
    gap: 0 40px
}

#new_main_header .header_navi ul li a {
    color: #2E2E2E;
    font-size: 18px;
    font-weight: 600;
}

#new_main_header .header_navi  {
    align-items: center;
    gap: 0 50px;
}

#new_main_header .header_navi .button_mail a {
    display: block;
    width: 225px;
    line-height: 67px;
    background: #3A3B3B;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.top_section_mainvisual {
    padding: 121px 0 128px 0;
    background: url(/wp-content/themes/child/images/mainvisual.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.top_section_information {
    background: rgb(61,189,223);
    background: linear-gradient(90deg, rgba(61,189,223,1) 0%, rgba(83,175,37,1) 100%);
    color: #fff;
    padding: 15px 0 17px 0;
}

.top_section_information .cont {
    align-items: center;
    gap: 0 48px;
}

.top_section_information .cont .title {
    font-size: 18px;
    font-weight: 600;
}

.top_section_information .cont .link a {
    align-items: center;
    color: #fff;
    gap: 0 30px;
    transition: .3s;
}

.top_section_information .cont .link a:hover {
    opacity: .7;
}

.top_section_information .cont .link a .data {
    font-size: 14px;
}

.top_section_about {
    padding: 176px 0 118px 0;
    background: #F6F6F8;
}

.top_section_about .main_area {
    position: relative;
    margin-bottom: 139px;
}

.top_section_about .main_area .main_title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 71px;
    line-height: 2;
    position: relative;
    z-index: 2;
    letter-spacing: .1em;
}

.top_section_about .main_area .en_title {
    position: absolute;
    right: 0;
    top: -170px;
    font-size: 142px;
    color: #fff;
    line-height: 2;
    font-weight: 600;
}

.top_section_about .main_area .lead_text {
    font-size: 17px;
    letter-spacing: 0em;
    font-weight: 300;
}

.top_section_about .about_list {
    margin-bottom: 123px;
}

.top_section_about .about_list li + li {
    margin-top: 150px;
}

.top_section_about .about_list .logo_area {
    width: 444px;
}

.top_section_about .about_list .logo_area .logo {
    background: #fff;
    padding: 74px 60px;
    margin-bottom: 32px;
}

.top_section_about .about_list .logo_area .more_link a {
    display: block;
    width: 321px;
    line-height: 53px;
    background: #3A3B3B;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    padding-left: 35px;
    margin: 0 auto;
    background-image: url(/wp-content/themes/child/images/icon_link.svg);
    background-repeat: no-repeat;
    background-position: 90% center;
    transition: .3s;
}

.top_section_about .about_list .logo_area .more_link a:hover {
    opacity: .7;
}

.top_section_about .about_list .text_area {
    width: 664px;
}

.top_section_about .about_list .text_area .title {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #707070;
    padding-bottom: 18px;
    margin-bottom: 30px;
    padding-left: 28px;
    position: relative;
}

.top_section_about .about_list .text_area .title:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #53AF25;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 13px;
}

.top_section_about .about_list li.housecom .text_area .title:before {
    background: #3DBDDF;
}

.top_section_about .about_list .text_area .info_text {
    font-size: 18px;
    margin-bottom: 42px;
    font-weight: 300;
}

.top_section_about .about_list .text_area dl dt {
    background: #EFEFEF;
    padding: 14.5px 26px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 28.5px;
}

.top_section_about .about_list .text_area dl dd {
    margin: 0;
    font-size: 17.5px;
    font-weight: 300;
}

.site_common_button a {
    display: block;
    background: #fff;
    color: #333;
    width: 313px;
    line-height: 75px;
    border-radius: 90px;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: .3s;
}

.site_common_button a:hover {
    opacity: .7;
}

.site_common_button a:before {
    content: "";
    width: 103%;
    height: 112%;
    background: rgb(61,189,223);
    background: linear-gradient(90deg, rgba(61,189,223,1) 0%, rgba(83,175,37,1) 100%);
    position: absolute;
    left: -1.5%;
    bottom: -6%;
    border-radius: 90px;
    z-index: -1;
}

.site_common_button a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 90px;
}

.top_section_news {
    padding: 151px 0 141px 0;
}

.top_section_news .main_title {
    margin-bottom: 99px;
}

.top_section_news .main_title .en_title {
    font-size: 142px;
    font-weight: 600;
    color: #F6F6F8;
    line-height: 1;
}

.top_section_news .main_title .title {
    font-size: 26px;
    font-weight: 600;
}

.common_news_list {
    margin-bottom: 96px;
}

.common_news_list li a {
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    padding: 30px 0;
    color: #000000;
    transition: .3s;
}

.common_news_list li a:hover {
    opacity: .7;
}

.common_news_list li a .data {
    font-size: 18px;
    margin-right: 52px;
}

.common_news_list li a .label {
    background: rgb(61,189,223);
    background: linear-gradient(90deg, rgba(61,189,223,1) 0%, rgba(83,175,37,1) 100%);
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    padding: .1em 1.5em;
    margin-right: 76px;
    max-width: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.common_news_list li a .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-width: 65%;
}

#new_main_footer {
    background: #3A3B3B;
    padding: 130px 0 50px 0;
}

#new_main_footer .contact_box {
    margin-bottom: 87px;
}

#new_main_footer .contact_box .cont {
    align-items: center;
}

#new_main_footer .contact_box .cont .text_area {
    color: #fff;
}

#new_main_footer .contact_box .cont .text_area .en_title {
    font-size: 50px;
    margin-bottom: 37px;
}

#new_main_footer .contact_box .cont .text_area .lead_text {
    font-size: 18px;
    line-height: 2;
}

#new_main_footer .company_information {
    background: #F6F6F8;
    border-radius: 31px;
    padding: 64px 0 82px 0;
    text-align: center;
    margin-bottom: 50px;
}

#new_main_footer .company_information .company {
    margin-bottom: 90px;
}

#new_main_footer .company_information .company dl {
    margin: 0;
}

#new_main_footer .company_information .company dl dt {
    font-size: 26px;
    margin-bottom: 26.8px;
    line-height: 1;
}

#new_main_footer .company_information .company dl dd {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
}

#new_main_footer .company_information .footer_navi {
    margin-bottom: 30px;
}

#new_main_footer .company_information .footer_navi ul {
    justify-content: center;
    gap: 0 1em;
}

#new_main_footer .company_information .footer_navi ul li a {
    color: #000;
    transition: .3s;
}

#new_main_footer .company_information .footer_navi ul li a:hover {
    opacity: .7;
}

#new_main_footer .company_information .brand_list ul {
    justify-content: center;
    gap: 0 17px;
}

#new_main_footer .company_information .brand_list ul li {
    width: 261px;
}

#new_main_footer .company_information .brand_list ul li a {
    transition: .3s;
}


#new_main_footer .company_information .brand_list ul li a:hover {
    opacity: .7;
}

#new_main_footer .company_information .brand_list ul li .logo {
    background: #fff;
    height: 80px;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
}

#new_main_footer .company_information .brand_list ul li .logo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#new_main_footer .company_information .brand_list ul li.clasmo .logo img {
    width: 167px;
}

#new_main_footer .company_information .brand_list ul li.housecom .logo img {
    width: 186px;
}

#new_main_footer .company_information .brand_list ul li .title {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    padding-right: 25px;
    display: inline-block;
    background-image: url(/wp-content/themes/child/images/icon_link_bk.svg);
    background-repeat: no-repeat;
    background-position: 100%;
}

#new_main_footer .copyright {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.common_main_visual {
    padding: 100px 0;
    background: url(/wp-content/themes/child/images/mainvisual_new_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.common_main_visual .title_box {
    text-shadow: 1px 2px 10px #fff;
}

.common_main_visual .sub_title {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

.common_main_visual .title {
    font-size: 22px;
}

.breadcrumb {
    background: rgb(61,189,223);
    background: linear-gradient(90deg, rgba(61,189,223,1) 0%, rgba(83,175,37,1) 100%);
    color: #fff;
    padding: 15px 0 17px 0;
    margin: 0;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a.home {
    color: #fff;
}

@media (max-width: 750px) {
    .breadcrumb {
        padding: 2vw 0;
    }
    
    .top_section_mainvisual {
        padding: 15vw 0;
        background: url(/wp-content/themes/child/images/mainvisual.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 50px;
    }

    .top_section_mainvisual .catch_copy {
        width: 50%;
    }
    
    .top_section_information {
        padding: 2vw 0;
    }
    
    .top_section_information .cont {
        gap: 1vw;
    }
    
    .top_section_information .cont .title {
        font-size: 3.5vw;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    
    .top_section_information .cont .link a {
        gap: 0;
    }
    
    .top_section_information .cont .link a .data {
        font-size: 3vw;
        width: 10%;
    }

    .top_section_information .cont .link a .title {
        width: 90%;
        padding-left: 8vw;
    }
    
    .top_section_about {
        padding: 30vw 0 20vw 0;
    }
    
    .top_section_about .main_area {
        margin-bottom: 15vw;
    }
    
    .top_section_about .main_area .main_title {
        font-size: 4vw;
        margin-bottom: 10vw;
    }
    
    .top_section_about .main_area .en_title {
        top: -24vw;
        font-size: 20vw;
    }
    
    .top_section_about .main_area .lead_text {
        font-size: 3.5vw;
    }
    
    .top_section_about .about_list {
        margin-bottom: 15vw;
    }
    
    .top_section_about .about_list li + li {
        margin-top: 15vw;
    }
    
    .top_section_about .about_list .logo_area {
        width: 100%;
        margin-bottom: 10vw;
    }
    
    .top_section_about .about_list .logo_area .logo {
        padding: 6vw 14vw;
        margin-bottom: 5vw;
    }
    
    .top_section_about .about_list .logo_area .more_link a {
        width: 70%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 3.5vw;
        padding-left: 10vw;
    }
    
    .top_section_about .about_list .text_area {
        width: 100%;
    }
    
    .top_section_about .about_list .text_area .title {
        font-size: 3.4vw;
        padding-bottom: 5vw;
        margin-bottom: 6vw;
        padding-left: 6vw;
    }
    
    .top_section_about .about_list .text_area .title:before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }
    
    .top_section_about .about_list .text_area .info_text {
        font-size: 3.5vw;
        margin-bottom: 10vw;
    }
    
    .top_section_about .about_list .text_area dl dt {
        padding: 4vw;
        font-size: 3.6vw;
        margin-bottom: 7vw;
    }
    
    .top_section_about .about_list .text_area dl dd {
        font-size: 3.4vw;
    }
    
    .site_common_button a {
        width: 65%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 3.4vw;
    }
    
    .top_section_news {
        padding: 20vw 0;
    }
    
    .top_section_news .main_title {
        margin-bottom: 10vw;
    }
    
    .top_section_news .main_title .en_title {
        font-size: 20vw;
    }
    
    .top_section_news .main_title .title {
        font-size: 4vw;
    }
    
    .common_news_list {
        margin-bottom: 15vw;
    }
    
    .common_news_list li a {
        padding: 4vw 0;
    }
    
    .common_news_list li a .data {
        font-size: 3.5vw;
        margin-right: 4vw;
    }
    
    .common_news_list li a .label {
        font-size: 3.4vw;
        border-radius: 10vw;
        margin-right: 0;
        max-width: 70%;
    }
    
    .common_news_list li a .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        margin-top: 3vw;
    }
    
    #new_main_footer {
        padding: 20vw 0 10vw 0;
    }
    
    #new_main_footer .contact_box {
        margin-bottom: 10vw;
    }
    
    #new_main_footer .contact_box .cont {
        display: block;
    }
    
    #new_main_footer .contact_box .cont .text_area {
        margin-bottom: 10vw;
    }
    
    #new_main_footer .contact_box .cont .text_area .en_title {
        font-size: 10vw;
        margin-bottom: 5vw;
        text-align: center;
    }
    
    #new_main_footer .contact_box .cont .text_area .lead_text {
        font-size: 3.5vw;
    }
    
    #new_main_footer .company_information {
        padding: 10vw 4vw;
        margin-bottom: 10vw;
    }
    
    #new_main_footer .company_information .company {
        margin-bottom: 10vw;
    }
    
    #new_main_footer .company_information .company dl dt {
        font-size: 4vw;
        margin-bottom: 5vw;
    }
    
    #new_main_footer .company_information .company dl dd {
        font-size: 3.4vw;
    }
    
    #new_main_footer .company_information .footer_navi {
        margin-bottom: 10vw;
    }

    #new_main_footer .company_information .footer_navi ul {
        gap: 0 .6em;
    }
    
    #new_main_footer .company_information .footer_navi ul li a {
        font-size: 3vw;
    }
    
    #new_main_footer .company_information .brand_list ul li {
        width: 75%;;
    }

    #new_main_footer .company_information .brand_list ul li + li {
        margin-top: 5vw;
    }
    
    #new_main_footer .company_information .brand_list ul li .logo {
        height: 17vw;
    }
    
    #new_main_footer .company_information .brand_list ul li.clasmo .logo img {
        width: 60%;
    }
    
    #new_main_footer .company_information .brand_list ul li.housecom .logo img {
        width: 70%;
    }
    
    #new_main_footer .company_information .brand_list ul li .title {
        font-size: 3vw;
        padding-right: 5vw;
    }
    
    #new_main_footer .copyright {
        font-size: 3vw;
    }

    .common_main_visual {
        padding: 10vw 0;
    }
    
    .common_main_visual .sub_title {
        font-size: 6vw;
    }
    
    .common_main_visual .title {
        font-size: 4vw;
    }
}