@charset "UTF-8";
.topSumy_wrap {
    text-align: center;
    padding: 120px 0 280px 0;
    background: #fff;
}
.topSumy-ttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
}
.topSumy-txt {
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
    line-height: 2.2;
}
.topSvc_wrap {
    margin-top: -195px;
}
.topSvc-btn {
    width: 160px;
    height: 45px;
}
.topSvc-btn a {
    font-size: 12px;
}
.topSvc-btn a:before {
    right: 20px;
}
.topSvc_in {
    margin-top: 50px;
}
.topSvc-tls {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
}
.topSvc-txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 25px;
}
.topSvc_lnk {
    margin-top: 64px;
}
.topSvc-lnk {
    margin-right: 30px;
}
.topSvc-lnk:last-child {
    margin-right: 0;
}
.topCmpy_wrap {
    margin-top: 130px;
    padding: 130px 0;
}
.topCmpy_box {
    width: calc(100% - 660px);
    padding: 0 0 0 190px;
    box-sizing: border-box;
}
.topCmpy-txt {
    font-weight: 500;
    color: #fff;
    line-height: 2.6;
    margin-top: 60px;
}
.topCmpy-btn {
    margin-top: 48px;
}
.topRec_wrap {
    padding-top: 124px;
}
.topRec_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-top: 60px;
}
.topRec_box {
    padding: 35px 0 0 100px;
}
.topRec-txt {
    font-weight: 500;
    line-height: 2.2857142;
}
.topRec-btn {
    margin-top: 55px;
}
.topNews_wrap {
    padding: 90px 100px 125px 100px;
    margin: 115px auto 104px auto;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(121, 121, 121, 0.06);
}
.topNews_in {
    margin-top: 50px;
}
.topNews_in ul li {
    margin-bottom: 16px;
}
.topNews_in ul li:last-child {
    margin-bottom: 0;
}
.topNews_in ul li a {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.topNews-days {
    /* width: 160px; */
    width: 130px;
    font-weight: 500;
    line-height: 28px;
}
.topNews-cat span {
    display: block;
    width: 104px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 7px 0;
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
}
.topNews_in ul li a:hover {
    color: #333;
}
.topNews-txt {
    width: calc(100% - 264px);
    /* padding: 0 0 0 22px; */
    box-sizing: border-box;
    transition: opacity .3s ease-out,all .3s ease-out;
}
.topNews_in ul li a:hover .topNews-txt {
    color: #eb6120;
}
.topQzn_wrap {
    padding: 100px 0 115px 0;
}
.topQzn_in {
    margin: 60px auto 0 auto;
}
.topQzn-txt {
    width: calc(100% - 368px);
    font-weight: 500;
    padding: 0 48px 0 0;
    box-sizing: border-box;
    line-height: 2;
}
.topQzn-btn {
    margin-top: 12px;
    width: 368px;
}
.topQzn-btn a {
    position: relative;
    display: block;
    padding: 44px 40px 44px 0;
    border: 1px solid #DBDBDB;
    background: #fff;
    text-align: center;
}
.topQzn-btn a:before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 13px;
    top: 50%;
    right: 32px;
    z-index: 10;
    margin-top: -7px;
    background: url("../svg/icn_blank.svg") no-repeat center center;
    background-size: 100% auto;
}
@media (min-width: 896px) {
    .topQzn-btn a:hover {
        box-shadow: 0px 0px 20px 0px rgba(121, 121, 121, 0.2);
    }
    .topSvc_ttl {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
        -webkit-box-align: end;
    	-ms-flex-align: end;
    	align-items: flex-end;
    }
    .topSvc_in {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        -webkit-box-pack: justify;
    	-ms-flex-pack: justify;
    	justify-content: space-between;
    }
    .topSvc_box {
        width: 576px;
    }
    .topSvc_lnk {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    .topCmpy_in {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
    }
    .topQzn_in {
        display:-webkit-box;
      	display:-ms-flexbox;
      	display:flex;
        width: 784px;
    }
    .topCmpy_wrap {
        position: relative;
    }
    .topCmpy_wrap:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        z-index: -1;
        width: 80%;
        height: 667px;
        background: url("../img/top_bg01.png") no-repeat center center / cover;
    }
}
@media only screen and (max-width: 896px) {
    .topSumy_wrap {
        padding: 70px 26px 180px 26px;
    }
    .topSumy-ttl {
        font-size: 16px;
    }
    .topSumy-txt {
        margin-top: 40px;
        text-align: left;
    }
    .topSvc_wrap {
        margin-top: -106px;
        padding: 0 26px;
    }
    .topSvc-btn {
        width: 260px;
        height: 60px;
        margin: 40px auto 0 auto;
    }
    .topSvc-btn a {
        font-size: 14px;
    }
    .topSvc-btn a:before {
        right: 26px;
    }
    .topSvc_in {
        margin-top: 10px;
    }
    .topSvc_box {
        margin-top: 48px;
    }
    .topSvc_box:first-child {
        margin-top: 0;
    }
    .topSvc_box img {
        width: 100%;
        height: auto;
    }
    .topSvc-tls {
        margin-top: 30px;
    }
    .topSvc-txt {
        margin-top: 10px;
    }
    .topSvc_lnk {
        margin-top: 22px;
    }
    .topSvc-lnk {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .topSvc-lnk:last-child {
        margin-bottom: 0;
    }
    .topCmpy_wrap {
        margin-top: 84px;
        padding: 52px 26px 0 26px;
        background: url("../img/sp/top_bg01.png") no-repeat top left;
        background-size: 364px auto;
    }
    .topCmpy_box {
        width: 100%;
        padding: 0 0 40px 0;
    }
    .topCmpy-txt {
        margin-top: 30px;
    }
    .topCmpy-btn {
        margin: 0 auto;
        margin-top: 40px;
    }
    .topCmpy-img {
        margin-left: 26px;
    }
    .topCmpy-img img {
        width: calc(100% + 26px);
        height: auto;
    }
    .topRec_wrap {
        padding-top: 32px;
        overflow-x: hidden;
    }
    .topRec_in {
        -webkit-box-orient: vertical;
      	-webkit-box-direction: normal;
      	-ms-flex-direction: column;
      	flex-direction: column;
        -webkit-box-orient: vertical;
      	-webkit-box-direction: reverse;
      	-ms-flex-direction: column-reverse;
      	flex-direction: column-reverse;
        padding: 0 26px;
        margin-top: 30px;
    }
    .topRec_box {
        padding: 0 0 30px 0;
    }
    .topRec-img img {
        width: 100%;
        height: auto;
    }
    .topRec-txt {
        font-weight: 500;
    }
    .topRec-btn {
        margin: 0 auto;
        margin-top: 32px;
    }
    .topNews_wrap {
        width: calc(100% - 26px);
        padding: 36px 26px 39px 26px;
        margin: 42px auto 50px auto;
    }
    .topNews_wrap .c-s-ttl {
        line-height: 1;
    }
    .topNews_wrap .c-s-ttl span {
        display: block;
        padding-left: 0;
    }
    .topNews_in {
        margin-top: 34px;
    }
    .topNews_in ul li {
        margin-bottom: 18px;
    }
    .topNews_in ul li a {
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
    }
    .topNews-days {
        width: 72px;
        font-size: 12px;
        line-height: 20px;
    }
    .topNews-cat span {
        width: 65px;
        font-size: 10px;
        padding: 7px 0;
    }
    .topNews-txt {
        width: 100%;
        padding: 10px 0 0 0;
    }
    .topQzn_wrap {
        padding: 44px 26px 40px 26px;
    }
    .topQzn_in {
        margin-top: 36px;
    }
    .topQzn-txt {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .topQzn-btn {
        margin-top: 0;
        width: 100%;
    }
    .topQzn-btn a {
        padding: 40px 40px 40px 0;
    }
    .topQzn-btn a:before {
        width: 15px;
        height: 12px;
        right: 30px;
        margin-top: -6px;
    }
}
@media only screen and (max-width: 374px) {
    .topRec-txt {
        font-size: 13px;
    }
    .topQzn-btn a {
        padding-right: 20px;
    }
    .topQzn-btn a:before {
        right: 10px;
    }
    .topCmpy_wrap {
        padding: 52px 18px 0 18px;
    }
}
