@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gHeader .menuBox .navi01 a {
    color: #000;
}
#gHeader .menuBox .navi01 a:hover {
    color: #000;
}
#main .bgBox {
    margin-bottom: -1px;
    padding: 56px 0 6px;
    position: relative;
    background: #f0ede8 url("../img/index/bg_slanting_01.png") no-repeat center top;
    background-size: 100% auto;
}
#main .bgBox:after {
    width: 100%;
    height: 309px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: url("../img/index/bg_slanting_02.png") no-repeat center bottom;
    background-size: 100% auto;
    
    content: "";
}
#main .about {
    margin-bottom: 60px;
}
#main .about h2 {
    position: absolute;
    right: 6px;
    top: 75px;
}
#main .about h3 {
    margin-bottom: 34px;
    color: #FFF;
    font-size: 4rem;
}
#main .about h3 .txt {
    margin-bottom: 10px;
    padding: 6px 20px 4px;
    display: inline-block;
    letter-spacing: 2px;
    background-color: #59b200;
}
#main .about h3 .txt:last-of-type {
    margin-bottom: 0;
}
#main .about p {
    margin-bottom: 34px;
    line-height: 2.13;
}
#main .about p:last-of-type {
    margin-bottom: 0;
}
#main .linkUl {
    margin: -20px 0 92px;
    display: flex;
    justify-content: center;
}
#main .linkUl li {
    margin: 20px 20px 0;
}
#main .linkUl li a {
    padding: 35px;
    width: 420px;
    display: block;
    color: #EEE;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    background: #FF5F00 url("../img/common/icon06.png") no-repeat right 20px center;
}
#main .linkUl li.green a {
    background-color: #59b200;
}
#main .linkUl li a:hover {
    opacity: 0.7;
}
#main .recruit {
    position: relative;
    z-index: 1;
}
#main .recruit ul {
    margin-top: -10px;
}
#main .recruit li {
    margin: 10px 0.9% 0 0;
    width: 49.1%;
}
#main .business .ttlBox {
    padding: 41px 10px;
    color: #FFF;
    text-align: center;
    background-color: #000000;
}
#main .business h3 {
    margin-bottom: 22px;
    font-size: 2.4rem;
    line-height: 1.35;
}
#main .business .arrow {
    margin-bottom: 11px;
}
#main .business h4 {
    color: #59b200;
    font-size: 2.6rem;
    text-align: center;
}
#main .business h4 .big {
    font-size: 4rem;
}
#main .business ul {
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}
#main .business li {
    padding-bottom: 38px;
    width: 50%;
    text-align: center;
    position: relative;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
}
#main .business li:after {
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-right: 1px solid #ddd;
    
    content: "";
}
#main .business li:nth-child(2n):after {
    display: none;
}
#main .business li .photo {
    margin-bottom: 0;
}
#main .business li h5 {
    margin: 48px auto 23px;
    padding: 3px 5px 2px;
    width: 250px;
    color: #FFF;
    font-size: 1.5rem;
    letter-spacing: 1px;
    box-sizing: border-box;
    background-color: #59b200;
}
#main .business li h5 .en {
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
}
#main .business li .ttl {
    margin-bottom: 15px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
}
#main .business li p {
    margin-bottom: 21px;
    line-height: 1.8;
}
#main .service {
    padding: 1px 10px 48px;
    background: #f0ede8;
}
#main .service .headLine03 {
    margin-bottom: 30px;
}
#main .service p {
    margin-bottom: 30px;
    text-align: center;
}
#main .services p {
    margin-bottom: 30px;
    text-align: left;
}
#main .innerBox {
    padding: 88px 0 0;
    background: url("../img/index/bg_schedule.jpg") no-repeat center top;
    background-size: 100% 520px;
}
#main .innerBox .content {
    width: 1200px;
    position: relative;
    z-index: 10;
}
#main .innerBox .subBox {
    padding: 63px 110px 56px;
    text-align: center;
    background-color: #FFF;
}
#main .innerBox .subBox h4 {
    margin-bottom: 30px;
    text-align: center;
}
#main .innerBox .subBox h4 span {
    padding: 0 50px;
    display: inline-block;
    color: #FF5F00;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    background: url("../img/common/kakko_left_orange.png") no-repeat left center,url("../img/common/kakko_right_orange.png") no-repeat right center;
    background-size: 33px auto;
}
#main .innerBox .subBox .text {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}
#main .innerBox .bgGrey {
    padding: 51px 0 32px;
    position: relative;
    background: #E7E5E1 url("../img/index/bg_innerBox.jpg") no-repeat right top;
    background-size: cover;
}
#main .innerBox .bgGrey:after {
    width: 100%;
    height: 309px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: url("../img/index/bg_slanting_02.png") no-repeat center bottom;
    background-size: 100% auto;
    content: "";
}
#main .innerBox .bgGrey > .title {
    position: absolute;
    top: -2px;
    right: 0;
}
#main .innerBox .bgGrey h3 {
    margin-bottom: 37px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    text-align: center;
}
#main .innerBox .bgGrey h3 span {
    padding-bottom: 2px;
    border-bottom: 2px solid #000;
}
#main .innerBox .bgGrey .pho {
    margin-bottom: 40px;
    text-align: center;
}
#main .innerBox .bgGrey .text {
    margin-bottom: 82px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2.4;
    text-align: center;
}
#main .innerBox .bgGrey .flowBox {
    margin-bottom: 93px;
    padding: 1px 110px 60px;
    background-color: #FFF;
    text-align: center;
}
#main .innerBox .bgGrey .flowBox:last-child {
    margin-bottom: 0;
}
#main .innerBox .bgGrey .flowBox .ttl {
    margin: -44px 0 51px;
    min-width: 90px;
    display: inline-block;
    vertical-align: top;
}
#main .innerBox .bgGrey .flowBox .ttl span {
    padding: 20px;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.15em;
    background-color: #59b200;
    box-sizing: border-box;
}
#main .innerBox .bgGrey .flowBox .ttl span::before {
    width: 20px;
    height: 43px;
    position: absolute;
    top: 0;
    right: -20px;
    background: url("../img/common/icon08.png") no-repeat left top;
    content: "";
}
#main .innerBox .bgGrey .flowBox dl {
    text-align: left;
}
#main .innerBox .bgGrey .flowBox dt {
    position: relative;
    float: left;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
#main .innerBox .bgGrey .flowBox dt::before {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    right: -48px;
    background: url("../img/common/icon07.png") no-repeat left top;
    content: "";
}
#main .innerBox .bgGrey .flowBox dd {
    padding-bottom: 31px;
    position: relative;
    padding-left: 8.5em;
}
#main .innerBox .bgGrey .flowBox dd::after {
    width: 2px;
    height: calc(100% - 17px);
    position: absolute;
    top: 25px;
    left: 91px;
    background: url("../img/common/line.png") repeat-y left top;
    content: "";
}
#main .innerBox .bgGrey .flowBox dd:last-child {
    padding-bottom: 0;
}
#main .innerBox .bgGrey .flowBox dd:last-child::after {
    display: none;
}
#main .innerBox .bgGrey .flowBox dd .title {
    margin-bottom: 12px;
    display: block;
    color: #FF5F00;
    font-size: 2rem;
    font-weight: bold;
}
#main .innerBox .bgGrey .flowBox dd .flowList li {
    padding-left: 1em;
    text-indent: -1em;
    font-weight: 500;
}
#main .innerBox .comBlockBox .comLink {
    margin-top: 20px;
}
#main .innerBox .comBlockBox .comLink a .inn {
    padding: 0 20px 0 0;
}
#main .case {
    background-image: url("../img/index/bg_case.jpg");
}
#main .case .subBox {
    padding-bottom: 73px;
}
#main .case .subBox .text {
    margin-bottom: 38px;
}
#main .case .subBox p {
    text-align: left;
    font-weight: 500;
}
#main .case .bgGrey {
    padding-bottom: 55px;
}
#main .case .bgGrey h3 {
    margin-bottom: 30px;
}
#main .case .bgGrey .pho {
    margin-bottom: 88px;
}
#main .bgGrey .caseBox {
    margin-bottom: 90px;
    padding: 1px 50px 50px;
    text-align: center;
    background-color: #FFF;
}
#main .bgGrey .caseBox:last-child {
    margin-bottom: 0;
}
#main .bgGrey .caseBox .ttl {
    margin: -44px 0 26px;
    min-width: 90px;
    display: inline-block;
    vertical-align: top;
}
#main .bgGrey .caseBox .ttl .txt {
    padding: 22px 10px 20px;
    height: 90px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    letter-spacing: 0.15em;
    background-color: #59b200;
    box-sizing: border-box;
}
#main .bgGrey .caseBox .ttl .txt::before {
    width: 20px;
    height: 43px;
    position: absolute;
    top: 0;
    right: -20px;
    background: url("../img/common/icon08.png") no-repeat left top;
    content: "";
}
#main .bgGrey .caseBox .ttl .num {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
}
#main .bgGrey .caseBox .imgBox {
    display: flex;
    justify-content: space-between;
}
#main .bgGrey .caseBox .imgBox .textBox {
    width: 610px;
    text-align: left;
}
#main .bgGrey .caseBox .imgBox .textBox h4 {
    margin-bottom: 21px;
    padding-bottom: 20px;
    color: #FF5F00;
    font-size: 2.4rem;
    border-bottom: 1px solid #FF5F00;
}
#main .bgGrey .caseBox .imgBox .textBox p {
    font-weight: 500;
    line-height: 2;
}
#main .bgGrey .caseBox .imgBox .photoBox {
    margin: 7px -20px 0 0;
    width: 492px;
}

#main .bgGrey .caseBox .imgBox .photoBoxs {
    width: 450px;
    margin-left: 10px;
}
#main .case .comBlockBox {
    padding-top: 3px;
}
#main .case .comBlockBox h3 {
    margin-bottom: 18px;
}
#main .case .comBlockBox .arrow {
    margin-bottom: 25px;
}
#main .case .comBlockBox h4 .big {
    line-height: 1;
}

#main .haikeigazou{
    padding: 40px 10px 48px;
    background: url("../img/index/bg_serviceBox.jpg") no-repeat left top;
    background-size: cover;
}

#main .serviceBox {
    padding: 0;
    background: none;
}
#main .serviceBox .topBox {
    padding: 115px 0 100px;
    background: url("../img/index/bg_serviceBox.jpg") no-repeat left top;
    background-size: cover;
}
#main .serviceBox .headLine03 {
    margin-bottom: 135px;
    font-size: 4.6rem;
    letter-spacing: 0.1em;
}
#main .serviceBox .imgList li {
    margin-right: 30px;
    padding-bottom: 25px;
    width: 380px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    background: #FFF;
}
#main .serviceBox .imgList li:before {
    margin-left: -105px;
    width: 210px;
    height: 53px;
    position: absolute;
    left: 50%;
    top: -53px;
    background: url("../img/index/bg_service.png") no-repeat center top;
    background-size: cover;
    content: "";
}
#main .serviceBox .imgList li:nth-child(3n) {
    margin-right: 0;
}
#main .serviceBox .imgList li h4 {
    margin: -35px 0 12px;
    font-size: 2.6rem;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
#main .serviceBox .imgList li:last-of-type h4 {
    margin-top: -25px;
}
#main .serviceBox .imgList li h4 embed {
    width: 60px;
}
#main .serviceBox .imgList li:nth-child(2) h4 embed {
    width: 49px;
}
#main .serviceBox .imgList li h4 .sml {
    margin-top: 5px;
    display: block;
    font-size: 1.6rem;
}
#main .serviceBox .imgList li p {
    margin-bottom: 23px;
    line-height: 1.25;
    letter-spacing: 2px;
}
#main .serviceBox .imgList li ul {
    margin-bottom: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#main .serviceBox .imgList li li {
    margin-right: 35px;
    padding: 9px 5px 7px;
    width: 150px;
    min-height: 70px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
    border-radius: 5px;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f0ede8;
}
#main .serviceBox .imgList li li:before {
    display: none;
}
#main .serviceBox .imgList li li .sml {
    margin-top: 1px;
    display: block;
    font-size: 1.4rem;
}
#main .serviceBox .imgList li li:last-of-type {
    margin-right: 0;
}
#main .serviceBox .imgList li li:after {
    margin-top: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -29px;
    top: 50%;
    background: url("../img/common/icon_plus.svg") no-repeat center center;
    background-size: 20px 20px;
    content: "";
}
#main .serviceBox .imgList li li:last-of-type:after {
    display: none;
}
#main .serviceBox .imgList li .price {
    margin-bottom: 15px;
    color: #ff5f00;
    font-size: 2.2rem;
    font-weight: bold;
}
#main .serviceBox .imgList li .price .num {
    font-size: 4rem;
}
#main .serviceBox .imgList li .comLink a {
    background-image: url("../img/common/icon09.png");
    background-position: bottom 5px center;
}
#main .serviceBox .imgList li .comLink a:hover {
    background-image: url("../img/common/icon09_on.png");
}
#main .serviceBox .bgGrey {
    padding-top: 0;
    background: none;
}
#main .serviceBox .imgBox {
    padding-top: 100px;
    margin: 0 auto;
    max-width: 1366px;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}
#main .serviceBox .imgBox .textBox {
    margin: 40px -10% 0 83px;
    width: 50.5%;
}
#main .serviceBox .imgBox .textBox .colBox {
    padding: 20px 170px 50px 30px;
    background-color: #EEE;
}
#main .serviceBox .imgBox .textBox .colBox h3 {
    margin: -42px 0 31px -30px;
    min-width: 90px;
    display: inline-block;
    vertical-align: top;
}
#main .serviceBox .imgBox .textBox .colBox h3 span {
    padding: 20px 30px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 2.2rem;
    font-weight: bold;
    background-color: #FF5F00;
    box-sizing: border-box;
    border: none;
}
#main .serviceBox .imgBox .textBox .colBox h3 span::before {
    width: 20px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -20px;
    background: url("../img/common/icon10.png") no-repeat left top;
    content: "";
}
#main .serviceBox .imgBox .textBox .colBox h4 {
    margin-bottom: 30px;
}
#main .serviceBox .imgBox .textBox .colBox h4 .price {
    padding: 10px 5px 6px;
    display: inline-block;
    vertical-align: top;
    color: #ff5f00;
    font-weight: 700;
    border-top: 2px solid #ff5f00;
    border-bottom: 2px solid #ff5f00;
}
#main .serviceBox .imgBox .textBox .colBox h4 .price .num {
    font-size: 3.1rem;
    line-height: 1;
}
#main .serviceBox .imgBox .textBox .colBox dt {
    margin-bottom: 6px;
    padding: 5px 10px 3px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    font-weight: 700;
    border: 1px solid #000;
    background-color: #FFF;
}
#main .serviceBox .imgBox .textBox .colBox dd {
    margin-bottom: 17px;
    font-weight: 500;
    line-height: 1.625;
}
#main .serviceBox .imgBox .textBox .colBox dd .txt {
    font-size: 2rem;
    font-weight: 700;
}
#main .serviceBox .imgBox .textBox .colBox dd:last-child {
    margin-bottom: 0;
}
#main .serviceBox .imgBox .photoBox {
    width: 50.5%;
}
#main .serviceBox .imgBoxR .textBox {
    margin: -18px 83px 0 -10%;
    order: 1;
}
#main .serviceBox .imgBoxR .textBox .colBox {
    padding: 20px 65px 50px 140px;
}
#main .serviceBox .imgBoxR .textBox .colBox h3 {
    margin-left: 0;
}
#main .serviceBox .imgBoxR .photoBox {
    position: relative;
}

#main .sm14{
    font-size: 14px;
}
#main .bgs{
    margin-top: 100px;
}

#main .border{
    margin-bottom: 21px; 
    padding-bottom: 20px; 
    color: #59b200; 
    font-size: 2.4rem; 
    border-bottom: 1px solid #59b200;
}

#main .f_size{
    margin-bottom: 21px; padding-bottom: 20px; color: #59b200; 
    font-size: 2.4rem;
}

@media all and (max-width: 767px) {
    #main .bgBox {
        padding: 42px 15px 0;
        background-image: url("../img/index/sp_bg_slanting_01.jpg");
    }
    #main .bgBox:after {
        height: 59px;
        background-image: url("../img/index/sp_bg_slanting_02.jpg");
        background-size: 100% 100%;
    }
    #main .about {
        margin-bottom: 35px;
    }
    #main .about h2 {
        display: none;
    }
    #main .about h3 {
        font-size: 1.9rem;
    }
    #main .about h3 .txt {
        padding: 12px 15px 8px;
        letter-spacing: 0.5px;
    }
    #main .about h3 .txt:last-of-type {
        padding: 13px 15px 9px;
    }
    #main .about p {
        margin-bottom: 26px;
        line-height: 1.9;
    }
    #main .about p:last-of-type {
        margin-bottom: 0;
    }
    #main .recruit ul {
        margin: 0;
        display: block;
    }
    #main .recruit li {
        margin: 0 0 10px;
        width: auto;
    }
    #main .recruit li:last-of-type {
        margin-bottom: 0;
    }
    #main .business .ttlBox {
        padding: 24px 10px 27px;
    }
    #main .business h3 {
        margin-bottom: 19px;
        font-size: 1.6rem;
        line-height: 2;
    }
    #main .business .arrow {
        margin-bottom: 15px;
    }
    #main .business h4 {
        font-size: 1.6rem;
        line-height: 1.45;
    }
    #main .business h4 .big {
        font-size: 2.6rem;
    }
    #main .business ul {
        max-width: inherit;
        display: block;
        border-bottom: 1px solid #ddd;
    }
    #main .business li {
        padding-bottom: 39px;
        width: auto;
        border-right: none;
    }
    #main .business li:after {
        display: none;
    }
    #main .business li .photo {
        margin-bottom: 0;
    }
    #main .business li h5 {
        margin: 29px auto 17px;
        padding: 3px 5px 3px;
        width: 200px;
        font-size: 1.3rem;
    }
    #main .business li h5 .en {
        margin-bottom: 2px;
    }
    #main .business li .ttl {
        margin-bottom: 16px;
        font-size: 2rem;
        line-height: 1.3;
    }
    #main .business li p {
        margin-bottom: 16px;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    #main .business li:last-of-type {
        padding-bottom: 38px;
    }
    #main .business li:last-of-type p:last-of-type {
        margin-bottom: 0;
    }
    #main .service {
        padding: 33px 15px 41px;
    }
    #main .linkUl {
        margin: -12px 0 40px;
        display: block;
    }
    #main .linkUl li {
        margin: 12px 0 0;
    }
    #main .linkUl li a {
        margin: 0 auto;
        padding: 26px;
        width: 100%;
        max-width: 420px;
    }
    #main .business ul {
        display: block;
    }
    #main .innerBox {
        padding: 40px 0 0;
        background-image: url("../img/index/sp_bg_schedule.jpg");
        background-size: 100% auto;
    }
    #main .innerBox .content {
        width: auto;
    }
    #main .innerBox .subBox {
        margin: 0 20px;
        padding: 30px 20px;
    }
    #main .innerBox .subBox h4 {
        margin-bottom: 15px;
    }
    #main .innerBox .subBox h4 span {
        font-size: 2rem;
    }
    #main .innerBox .subBox .text {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    #main .innerBox .bgGrey {
        padding: 35px 18px 0;
    }
    #main .innerBox .bgGrey:after {
        height: 59px;
        background-image: url(../img/index/sp_bg_slanting_02.jpg);
        background-size: 100% 100%;
    }
    #main .innerBox .bgGrey > .title {
        width: 255px;
    }
    #main .innerBox .bgGrey h3 {
        margin-bottom: 25px;
        font-size: 2rem;
    }
    #main .innerBox .bgGrey .pho {
        margin: 0 auto 20px;
        width: 40px;
    }
    #main .innerBox .bgGrey .text {
        margin-bottom: 60px;
        line-height: 1.4;
        text-align: left;
    }
    #main .innerBox .bgGrey .flowBox {
        margin-bottom: 50px;
        padding: 1px 20px 30px 50px;
        background-color: #FFF;
        text-align: center;
    }
    #main .innerBox .bgGrey .flowBox .ttl {
        margin: -30px 0 20px -40px;
        min-width: 60px;
    }
    #main .innerBox .bgGrey .flowBox .ttl span {
        padding: 10px;
        height: 60px;
    }
    #main .innerBox .bgGrey .flowBox .ttl span::before {
        background-size: 14px auto;
    }
    #main .innerBox .bgGrey .flowBox dt {
        float: none;
        font-size: 1.4em;
    }
    #main .innerBox .bgGrey .flowBox dt::before {
        width: 14px;
        height: 14px;
        right: auto;
        left: -30px;
        background-size: 14px auto;
    }
    #main .innerBox .bgGrey .flowBox dd {
        padding: 10px 0 30px;
    }
    #main .innerBox .bgGrey .flowBox dd::after {
        height: calc(100% + 15px);
        top: -8px;
        left: -24px;
    }
    #main .innerBox .bgGrey .flowBox dd .title {
        margin-bottom: 12px;
        font-size: 1.4rem;
    }
    #main .innerBox .bgGrey .flowBox dd .flowList li {
        font-size: 1.2rem;
        line-height: 1.35;
    }
    #main .case {
        background-image: url("../img/index/sp_bg_case.jpg");
    }
    #main .case .subBox {
        padding-bottom: 30px;
    }
    #main .case .subBox .text {
        margin-bottom: 30px;
        text-align: center;
    }
    #main .case .bgGrey {
        padding-bottom: 0;
    }
    #main .case .bgGrey .title {
        width: 130px;
    }
    #main .case .bgGrey .pho {
        margin-bottom: 50px;
    }
    #main .bgGrey .caseBox {
        margin-bottom: 50px;
        padding: 1px 18px 20px;
    }
    #main .bgGrey .caseBox .ttl {
        margin: -30px 0 26px;
        min-width: 60px;
    }
    #main .bgGrey .caseBox .ttl .txt {
        padding: 10px;
        height: 60px;
        font-size: 1.2rem;
    }
    #main .bgGrey .caseBox .ttl .txt::before {
        background-size: 14px auto;
    }
    #main .bgGrey .caseBox .ttl .num {
        font-size: 2.3rem;
    }
    #main .bgGrey .caseBox .imgBox {
        display: block;
    }
    #main .bgGrey .caseBox .imgBox .textBox {
        margin-bottom: 20px;
        width: auto;
    }
    #main .bgGrey .caseBox .imgBox .textBox h4 {
        padding-bottom: 10px;
        font-size: 1.4rem;
    }
    #main .bgGrey .caseBox .imgBox .textBox p {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    #main .bgGrey .caseBox .imgBox .photoBox {
        margin: 0;
        width: auto;
    }

    #main .bgGrey .caseBox .imgBox .photoBoxs{
        margin:0;
        width: auto;
    }

    #main .case .comBlockBox h4 .big {
        line-height: 1.2;
    }
    #main .serviceBox {
        padding: 0;
        background: none;
    }
    #main .serviceBox .topBox {
        padding: 90px 18px 30px;
        background-color: #E8E1DA;
        background-image: url("../img/index/sp_bg_serviceBox.jpg");
        background-size: 100% auto;
    }

    #main .haikeigazou{
        padding: 90px 18px 30px;
        background-color: #E8E1DA;
        background-image: url("../img/index/sp_bg_serviceBox.jpg");
        background-size: 100% auto;
    }
    #main .serviceBox .headLine03 {
        margin-bottom: 100px;
        font-size: 2.6rem;
    }
    #main .serviceBox .imgList {
        margin: 0 auto 30px;
        width: auto;
        display: block;
    }
    #main .serviceBox .imgList li {
        margin: 0 0 60px;
        padding-bottom: 19px;
        width: auto;
        border-radius: 8px;
    }
    #main .serviceBox .imgList li:before {
        margin-left: -81px;
        width: 162px;
        height: 42px;
        top: -41px;
    }
    #main .serviceBox .imgList li:last-child {
        margin-bottom: 0;
    }
    #main .serviceBox .imgList li h4 {
        margin: 0 0 -28px;
        top: -29px;
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
    #main .serviceBox .imgList li:last-of-type h4 {
        margin-top: 62px;
    }
    #main .serviceBox .imgList li h4 embed {
        width: 42px;
    }
    #main .serviceBox .imgList li:nth-child(2) h4 embed {
        width: 36px;
    }
    #main .serviceBox .imgList li h4 .sml {
        margin: -2px 0 5px;
    }
    #main .serviceBox .imgList li p {
        margin-bottom: 13px;
    }
    #main .serviceBox .imgList li ul {
        margin-bottom: 10px;
    }
    #main .serviceBox .imgList li li {
        margin-bottom: 0;
        padding: 7px 5px;
        width: 40%;
        min-height: 50px;
        font-size: 1.2rem;
        line-height: 1.5;
        border-radius: 5px;
    }
    #main .serviceBox .imgList li li .sml {
        font-size: 1.2rem;
    }
    #main .serviceBox .imgList li .price {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    #main .serviceBox .imgList li .price .num {
        font-size: 3.2rem;
    }
    #main .serviceBox .imgList li .comLink a:hover {
        background-image: url("../img/common/icon09.png");
    }
    #main .serviceBox .bgGrey:after {
        background-image: url("../img/index/bg_slanting_03.png");
    }
    #main .serviceBox .imgBox {
        padding-top: 55px;
        display: block
    }
    #main .serviceBox .imgBox .textBox {
        margin: 0;
        width: 100%;
    }
    #main .serviceBox .imgBox .textBox .colBox {
        padding: 20px 17px;
    }
    #main .serviceBox .imgBox .textBox .colBox h3 {
        margin: -42px 0 31px -18px;
        min-width: inherit;
    }
    #main .serviceBox .imgBox .textBox .colBox h3 span {
        padding: 10px 20px;
        height: 50px;
        font-size: 1.8rem;
    }
    #main .serviceBox .imgBox .textBox .colBox h4 {
        margin-bottom: 20px;
    }
    #main .serviceBox .imgBox .textBox .colBox h4 .price {
        padding: 4px 5px 4px;
        font-size: 1.2rem;
    }
    #main .serviceBox .imgBox .textBox .colBox h4 .price .num {
        font-size: 2.4rem;
    }
    #main .serviceBox .imgBox .textBox .colBox dt {
        margin-bottom: 6px;
        padding: 5px 10px 3px;
        font-size: 1.2rem;
    }
    #main .serviceBox .imgBox .textBox .colBox dd {
        margin-bottom: 17px;
        font-size: 1.4rem;
    }
    #main .serviceBox .imgBox .textBox .colBox dd .txt {
        font-size: 1.6rem;
    }
    #main .serviceBox .imgBox .photoBox {
        padding: 0 18px 35px;
        width: 100%;
        background-color: #EEE;
        box-sizing: border-box;
    }
    #main .serviceBox .imgBoxR .textBox {
        margin: 0;
    }
    #main .serviceBox .imgBoxR .textBox .colBox {
        padding: 20px 17px;
    }
}
@media all and (-ms-high-contrast:none){
    #main .about h3 .txt {
        padding-top: 12px;
        padding-bottom: 0;
    }
    #main .business li h5 {
        padding: 5px 5px 0;
    }
    #main .linkUl li a {
        padding: 38px 35px 32px;
    }
    #main .serviceBox .imgList li li {
        height: 70px;
    }
    #main .serviceBox .imgBox .textBox .colBox h4 .price .num {
        margin-bottom: -6px;
        display: inline-block;
        vertical-align: top;
    }
    #main .serviceBox .imgBox .textBox .colBox h3 span {
        padding: 23px 30px 17px;
    }
    #main .serviceBox .imgBox .textBox .colBox dt {
        padding: 7px 10px 1px;
    }
}
