@charset "UTF-8";

main {
    background: url(../img/pc_main_back.png) no-repeat;
    background-size: 1130px auto;
    background-position: top right;
}
.catch_box {
    height: 530px;
    width: 1000px;
    margin: 0 auto;
}
#catch_copy {
    color: #44b3b6;
    font-size: 45px;
    padding: 130px 0 0 0;
    line-height: 7rem;
}
#business_overview {
    width: 1000px;
    margin: -155px auto 0;
}
.contents_box h2 {
    text-align: center;
    font-size: 28px;
    color: #333;
}
.contents_box h2:after {
    display: block;
    content: '';
    background-image: url(../img/icon_under.svg);
    width: 50px;
    height: 12px;
    background-repeat: no-repeat;
    margin: 20px auto;
}
.bo_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 30px;
}
.bo_box p {
    text-align: center;
}
.bo_box div {
    padding: 20px 0;
}
.bo_box div:nth-child(2) {
    border-right: 2px #44b3b6 solid;
    border-left: 2px #44b3b6 solid;
}
#business_overview h3 {
    color: #eb8541;
    font-size: 28px;
    text-align: center;
    padding-bottom: 35px;
    line-height: 4rem;
}
#business_overview h3 span {
    display: block;
}
.bo_box p {
    text-align: center;
    font-size: 20px;
    line-height: 3rem;
}
.line_break {
    display: block;
}
#business_overview h3.h3_third {
    padding-bottom: 14px;
    margin-top: -20px;
}
#news {
    margin: 80px 0 0;
    background-color: rgba(68, 179, 182, 0.1);
    padding: 50px 0 30px;
}
#news ul{
    height: 100%;
    padding: 0 20px 0 0;
    color: #333;
}

#news div {
    background: #fff;
    width: 760px;
    margin: 0 auto;
    border-top: 50px solid #fff;
    border-bottom: 50px solid #fff;
    max-height: 240px;
    overflow-y: scroll;
    padding: 0 120px;
}
#news li {
    display: flex;
    border-bottom: 2px solid #44b3b6;
    padding: 20px 0;
}
#news li:first-child {
    padding: 0 0 20px;
}
#news time {
    font-weight: bold;
    font-size: 18px;
}
#news p {
    font-size: 18px;
    margin: 0 0 0 25px;
}
#company_profile {
    background: url(../img/pc_sub_back.png) no-repeat;
    background-size: 1925px auto;
    padding: 233px 0 110px;
    margin: -176px 0 0 0;
    z-index: -1;
    position: relative;
}
#company_profile div {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 0 70px;
}
#company_profile dl {
    width: 750px;
    margin: 0 auto;
    color: #333;
}
#company_profile dt {
    width: 232px;
    border-bottom: 2px solid #eb8541;
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
}
#company_profile dt.address {
    padding: 47px 0;
}
#company_profile dd {
    width: 340px;
    float: right;
    border-bottom: 2px solid #44b3b6;
    padding: 30px 80px;
    margin: -82px 0;
    font-size: 20px;
}
#company_profile dd.address {
    padding-bottom: 30px;
    margin: -117px 0;
}
.span_address {
    padding-left: 20px;
}
.span_tel {
    display: block;
    padding-top: 15px;
}
/*レスポンシブ*/
@media screen and (max-width: 1200px) {
    main {
        background: url(../img/pc_main_back.png) no-repeat;
        background-size: 1000px auto;
        background-position: top right;
    }
}
@media screen and (min-width: 1000px) {
    #news div::-webkit-scrollbar {
        width: 15px;
    }
    #news div:-webkit-scrollbar-track {
        border-radius: 10px;
        background: #F5F5F5;
    }
    #news div::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #C4C4C4;
    }
    
}
@media (min-width: 1000px) and (max-width: 1200px) {
    #company_profile h2 {
        text-align: center;
        font-size: 28px;
        color: #333;
        background: #fff;
        width: 1000px;
        margin: 0 auto;
        padding: 5px 0;
    }
}

@media screen and (max-width: 1000px) {
    main {
        background: url(../img/pc_main_back.png) no-repeat;
        background-size: 960px auto;
        background-position: right -132px;
        width: 100%;
    }
    .catch_box {
        height: 530px;
        width: 100%;
        margin: 0 auto;
    }
    #catch_copy {
        font-size: 45px;
        line-height: 6rem;
        padding: 160px 0 0 40px;
    }
    #business_overview {
        width: 100%;
    }
    .bo_box div {
        padding: 30px 10px;
    }
    .line_break {
        display: inline;
    }
    #news div {
        background: #fff;
        width: 92%;
        border-top: 40px solid #fff;
        border-bottom: 40px solid #fff;
        padding: 0 10px;
    }
    #company_profile div {
        width: 100%;
    }
    #news li {
         margin: 0 0 0 30px;
    }
    #company_profile {
        background: url(../img/smp_sub_back.png) no-repeat;
        background-size: 770px auto;
        padding: 280px 0 110px;
        margin: 10px 0 0 0;
        z-index: -1;
        position: relative;
    }
}
@media screen and (max-width: 768px) {
    main {
        background: url(../img/smp_main_back.png) no-repeat;
        background-size: 100% auto;
        background-position: right top;
        width: 100%;
    }
    .catch_box {
        background: url(../img/smp_sub_back.png) no-repeat;
        background-size: 100% auto;
        background-position: 0 370px;
        height: 690px;
    }
    #catch_copy {
        font-size: 45px;
        line-height: 6rem;
        padding: 203px 0 0 40px;
    }
    #business_overview {
        width: 100%;
        margin: -70px auto 0;
    }
    #business_overview h3 {
        padding-bottom: 10px;
    }
    #business_overview h3.h3_third {
        padding-bottom: 14px;
        margin-top: 0px;
    }
    .bo_box {
        display: block;
    }
  
    .line_break {
        display: inline;
    }
    .bo_box div {
        padding: 30px 0;
        width: 90%;
        margin: 0 auto;
    }
    .bo_box div:nth-child(2) {
        border-top: 2px #44b3b6 solid;
        border-bottom: 2px #44b3b6 solid;
        border-right: none;
        border-left: none;
    }
    #news div {
        background: #fff;
        width: 92%;
        border-top: 40px solid #fff;
        border-bottom: 40px solid #fff;
        max-height: 220px;
        overflow-y: scroll;
    }
    #news ul {
        height: 100%;
    }
    #news li {
         margin: 0 0 0 30px;
    }
    #company_profile {
        background: url(../img/smp_sub_back.png) no-repeat;
        background-size: 540px auto;
        padding: 200px 0 0;
        margin: 10px 0 0 0;
        z-index: -1;
        position: relative;
    }
    #company_profile div {
        width: 90%;
        padding: 10px 0 85px;
    }
    #company_profile dl {
        width: 100%;
        margin: 0 auto;
    }
    #company_profile dt {
        width: 25%;
        padding: 30px 0;
        font-size: 20px;
    }

    #company_profile dd {
        width: 72%;
        padding: 30px 0;
        margin: -82px 0;
        font-size: 20px;
    }
    #company_profile dt.address {
        padding: 62px 0;
    }
    #company_profile dd.address {
        padding-bottom: 30px;
        margin: -172px 0;
    }
    .address span {
        display: block;
        line-height: 3rem;
    }
    .span_address {
        padding-top: 15px;
        padding-left: 0;
    }

}
@media screen and (max-width: 480px) {
    main {
        background: url(../img/pc_main_back.png) no-repeat;
        background-size: 683px auto;
        background-position: right -93px;
        width: 100%;
    }
 
    .catch_box {
        height: 530px;
        width: 100%;
        margin: 0 auto;
        background: url(../img/smp_sub_back.png) no-repeat;
        background-size: 94% auto;
        background-position: 0 305px;
    }
    #catch_copy {
        font-size: 35px;
        line-height: 6rem;
        padding: 155px 0 0 33px;
    }
    .bo_box {
        margin: -20px 0 0 0;
    }
    .line_break {
        display: block;
    }
    .bo_box div {
        padding: 40px 0;
    }
    #business_overview {
        width: 100%;
        margin: -45px auto 0;
    }
    #business_overview h3 {
        padding-bottom: 10px;
    }
    #business_overview h3.h3_third {
        padding-bottom: 14px;
        margin-top: 0px;
    }
   
    #news {
        margin: 30px 0 0;
     }
    #news div {
        background: #fff;
        width: 88%;
        max-height: 340px;
        overflow-y: scroll;
        border-top: 20px solid #fff;
        border-bottom: 20px solid #fff;
    }
    #company_profile div {
        width: 100%;
    }
    #news ul {
        height: 100%;
        padding: 5px 20px 10px 0;
    }
    #news li {
        display: block;
    }
    #news p {
        margin: 15px 0 0 0;
    }
    #company_profile {
        background: url(../img/smp_sub_back.png) no-repeat;
        background-size: 440px auto;
        padding: 180px 0 0;
        margin: 10px 0 0 0;
        z-index: -1;
        position: relative;
    }
    #company_profile dl {
        width: 85%;
    }
    #company_profile dt {
        width: 20%;
        font-size: 18px;
    }
    #company_profile dd {
        width: 76%;
        padding: 31px 0;
        margin: -82px 0;
        font-size: 18px;
    }
    .address span {
        display: block;
        line-height: 3rem;
    }
    .span_address {
        padding-top: 15px;
        padding-left: 0;
    }
    #company_profile dd.address {
        padding-bottom: 20px;
        margin: -161px 0;
    }
}